From owner-svn-ports-head@freebsd.org Sun Dec 20 02:08:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77538A4C60F; Sun, 20 Dec 2015 02:08:40 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E7AD1039; Sun, 20 Dec 2015 02:08:40 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBK28dMb039806; Sun, 20 Dec 2015 02:08:39 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBK28cWK039800; Sun, 20 Dec 2015 02:08:38 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201512200208.tBK28cWK039800@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 20 Dec 2015 02:08:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404037 - in head/devel/libvirt: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 02:08:40 -0000 Author: novel Date: Sun Dec 20 02:08:38 2015 New Revision: 404037 URL: https://svnweb.freebsd.org/changeset/ports/404037 Log: devel/libvirt: version update and security fix - update to 1.3.0 - add fix for CVE-2015-5313 - improve sample file renaming to do that by moving files in post-install rather than patching Makefiles - add an rc script for the new virtlogd daemon. It is required for the qemu driver if you have stdio_handler = "logd" in qemu.conf (default) Security: CVE-2015-5313 Added: head/devel/libvirt/files/patch-CVE-2015-5313 (contents, props changed) head/devel/libvirt/files/virtlogd.in (contents, props changed) Modified: head/devel/libvirt/Makefile head/devel/libvirt/distinfo head/devel/libvirt/files/libvirtd.in head/devel/libvirt/pkg-plist Modified: head/devel/libvirt/Makefile ============================================================================== --- head/devel/libvirt/Makefile Sat Dec 19 23:53:41 2015 (r404036) +++ head/devel/libvirt/Makefile Sun Dec 20 02:08:38 2015 (r404037) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 1.2.21 +PORTVERSION= 1.3.0 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -58,7 +58,7 @@ XEN_LIB_DEPENDS= libxenlight.so:${PORTSD VARDIR= /var -USE_RC_SUBR= libvirtd +USE_RC_SUBR= libvirtd virtlogd GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-avahi \ @@ -86,7 +86,7 @@ CPE_VENDOR= redhat USE_PERL5= build USE_LDCONFIG= yes INSTALL_TARGET= install-strip -SHLIB_VER= 0.1002.${PORTVERSION:E} +SHLIB_VER= 0.1003.${PORTVERSION:E} PLIST_SUB+= PORTVERSION="-${PORTVERSION}" \ SHLIB_VER=${SHLIB_VER} PORTDOCS= * @@ -99,36 +99,20 @@ SUB_FILES= pkg-message PLIST_SUB+= XEN="@comment " .endif -post-patch: - @${MV} ${WRKSRC}/daemon/libvirtd.conf ${WRKSRC}/daemon/libvirtd.conf.sample - @${REINPLACE_CMD} -e 's|libvirtd\.conf|libvirtd.conf.sample|' \ - ${WRKSRC}/daemon/Makefile.in +CONF_FILES= \ + libvirt-admin.conf \ + libvirt.conf \ + libvirtd.conf \ + libxl.conf \ + qemu.conf \ + virtlockd.conf \ + virtlogd.conf +post-patch: @${REINPLACE_CMD} -e 's|ln -s ../default.xml|true|' \ -e 's|$$(DESTDIR)$$(confdir)/qemu/networks|${STAGEDIR}${EXAMPLESDIR}/networks|' \ ${WRKSRC}/src/Makefile.in - @${MV} ${WRKSRC}/src/libvirt.conf ${WRKSRC}/src/libvirt.conf.sample - @${REINPLACE_CMD} -e 's|conf_DATA = libvirt.conf|conf_DATA = libvirt.conf.sample|' \ - ${WRKSRC}/src/Makefile.in - - @${MV} ${WRKSRC}/src/locking/virtlockd.conf ${WRKSRC}/src/locking/virtlockd.conf.sample - @${REINPLACE_CMD} -e 's|virtlockd.conf |virtlockd.conf.sample |' \ - -e 's|virtlockd.conf$$|virtlockd.conf.sample|' \ - ${WRKSRC}/src/Makefile.in - - @${MV} ${WRKSRC}/src/qemu/qemu.conf ${WRKSRC}/src/qemu/qemu.conf.sample - @${REINPLACE_CMD} -e 's|qemu.conf |qemu.conf.sample |' \ - ${WRKSRC}/src/Makefile.in - @${REINPLACE_CMD} -e 's|qemu.conf$$|qemu.conf.sample|' \ - ${WRKSRC}/src/Makefile.in - - @${MV} ${WRKSRC}/src/libxl/libxl.conf ${WRKSRC}/src/libxl/libxl.conf.sample - @${REINPLACE_CMD} -e 's|libxl.conf |libxl.conf.sample |' \ - ${WRKSRC}/src/Makefile.in - @${REINPLACE_CMD} -e 's|libxl.conf$$|libxl.conf.sample|' \ - ${WRKSRC}/src/Makefile.in - @${REINPLACE_CMD} -e 's|cp $$(DESTDIR)|cp -f $$(DESTDIR)|' \ ${WRKSRC}/src/Makefile.in @@ -157,6 +141,12 @@ post-install: @${MKDIR} "${STAGEDIR}/${VARDIR}/${dir}" .endfor +.for file in ${CONF_FILES} + @if test -f ${STAGEDIR}${ETCDIR}/${file}; then \ + ${MV} ${STAGEDIR}${ETCDIR}/${file} \ + ${STAGEDIR}${ETCDIR}/${file}.sample; fi +.endfor + regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check Modified: head/devel/libvirt/distinfo ============================================================================== --- head/devel/libvirt/distinfo Sat Dec 19 23:53:41 2015 (r404036) +++ head/devel/libvirt/distinfo Sun Dec 20 02:08:38 2015 (r404037) @@ -1,2 +1,2 @@ -SHA256 (libvirt-1.2.21.tar.gz) = 8d406582f5fe88d739d1d83e0ba7ac7f91f5a8da4be82162ab85631744d8925b -SIZE (libvirt-1.2.21.tar.gz) = 29848954 +SHA256 (libvirt-1.3.0.tar.gz) = ebcf5645fa565e3fe2fe94a86e841db9b768cf0e0a7e6cf395c6327f9a23bd64 +SIZE (libvirt-1.3.0.tar.gz) = 30114683 Modified: head/devel/libvirt/files/libvirtd.in ============================================================================== --- head/devel/libvirt/files/libvirtd.in Sat Dec 19 23:53:41 2015 (r404036) +++ head/devel/libvirt/files/libvirtd.in Sun Dec 20 02:08:38 2015 (r404037) @@ -3,7 +3,7 @@ # $FreeBSD$ # # PROVIDE: libvirtd -# REQUIRE: LOGIN +# REQUIRE: LOGIN virtlogd # KEYWORD: shutdown # # Add the following line to /etc/rc.conf[.local] to enable libvirtd. Added: head/devel/libvirt/files/patch-CVE-2015-5313 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libvirt/files/patch-CVE-2015-5313 Sun Dec 20 02:08:38 2015 (r404037) @@ -0,0 +1,26 @@ +--- src/storage/storage_backend_fs.c ++++ src/storage/storage_backend_fs.c +@@ -1,7 +1,7 @@ + /* + * storage_backend_fs.c: storage backend for FS and directory handling + * +- * Copyright (C) 2007-2014 Red Hat, Inc. ++ * Copyright (C) 2007-2015 Red Hat, Inc. + * Copyright (C) 2007-2008 Daniel P. Berrange + * + * This library is free software; you can redistribute it and/or +@@ -1057,6 +1057,14 @@ virStorageBackendFileSystemVolCreate(virConnectPtr conn ATTRIBUTE_UNUSED, + else + vol->type = VIR_STORAGE_VOL_FILE; + ++ /* Volumes within a directory pools are not recursive; do not ++ * allow escape to ../ or a subdir */ ++ if (strchr(vol->name, '/')) { ++ virReportError(VIR_ERR_OPERATION_INVALID, ++ _("volume name '%s' cannot contain '/'"), vol->name); ++ return -1; ++ } ++ + VIR_FREE(vol->target.path); + if (virAsprintf(&vol->target.path, "%s/%s", + pool->def->target.path, Added: head/devel/libvirt/files/virtlogd.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libvirt/files/virtlogd.in Sun Dec 20 02:08:38 2015 (r404037) @@ -0,0 +1,31 @@ +#!/bin/sh + +# $FreeBSD$ +# +# PROVIDE: virlogd +# REQUIRE: LOGIN +# KEYWORD: shutdown +# +# Add the following line to /etc/rc.conf[.local] to enable virtlogd. +# +# virtlogd_enable (bool): Set to 'YES' to enable +# Default: NO +# + +. /etc/rc.subr + +name=virtlogd +rcvar=virtlogd_enable + +load_rc_config $name + +command=%%PREFIX%%/sbin/virtlogd +pidfile=/var/run/${name}.pid + +command_args="--daemon --pid-file=${pidfile}" + +: ${virtlogd_enable:="NO"} + +PATH="${PATH}:/usr/local/sbin:/usr/local/bin" + +run_rc_command "$1" Modified: head/devel/libvirt/pkg-plist ============================================================================== --- head/devel/libvirt/pkg-plist Sat Dec 19 23:53:41 2015 (r404036) +++ head/devel/libvirt/pkg-plist Sun Dec 20 02:08:38 2015 (r404037) @@ -1,16 +1,21 @@ bin/virsh +bin/virt-admin bin/virt-host-validate bin/virt-pki-validate bin/virt-xml-validate man/man1/virsh.1.gz +man/man1/virt-admin.1.gz +man/man1/virt-host-validate.1.gz man/man1/virt-pki-validate.1.gz man/man1/virt-xml-validate.1.gz -man/man1/virt-host-validate.1.gz man/man8/libvirtd.8.gz man/man8/virtlockd.8.gz +man/man8/virtlogd.8.gz +@sample %%ETCDIR%%/libvirt-admin.conf.sample @sample %%ETCDIR%%/libvirt.conf.sample @sample %%ETCDIR%%/libvirtd.conf.sample @sample %%ETCDIR%%/virtlockd.conf.sample +@sample %%ETCDIR%%/virtlogd.conf.sample %%EXAMPLESDIR%%/networks/default.xml %%QEMU%%@sample %%ETCDIR%%/qemu.conf.sample %%XEN%%@sample %%ETCDIR%%/libxl.conf.sample @@ -21,20 +26,21 @@ etc/logrotate.d/libvirtd.lxc etc/logrotate.d/libvirtd.qemu etc/logrotate.d/libvirtd.uml etc/logrotate.d/libvirtd.libxl -include/libvirt/libvirt-lxc.h -include/libvirt/libvirt-qemu.h -include/libvirt/libvirt-host.h -include/libvirt/libvirt.h +include/libvirt/libvirt-common.h include/libvirt/libvirt-domain-snapshot.h include/libvirt/libvirt-domain.h include/libvirt/libvirt-event.h +include/libvirt/libvirt-host.h include/libvirt/libvirt-interface.h +include/libvirt/libvirt-lxc.h include/libvirt/libvirt-network.h include/libvirt/libvirt-nodedev.h include/libvirt/libvirt-nwfilter.h +include/libvirt/libvirt-qemu.h include/libvirt/libvirt-secret.h include/libvirt/libvirt-storage.h include/libvirt/libvirt-stream.h +include/libvirt/libvirt.h include/libvirt/virterror.h lib/libvirt/lock-driver/lockd.so lib/libvirt-admin.so @@ -57,13 +63,16 @@ libexec/libvirt_iohelper libexec/libvirt_leaseshelper sbin/libvirtd sbin/virtlockd +sbin/virtlogd share/augeas/lenses/libvirt_lockd.aug share/augeas/lenses/libvirtd.aug share/augeas/lenses/virtlockd.aug +share/augeas/lenses/virtlogd.aug %%QEMU%%share/augeas/lenses/libvirtd_qemu.aug %%QEMU%%share/augeas/lenses/tests/test_libvirt_lockd.aug share/augeas/lenses/tests/test_libvirtd.aug share/augeas/lenses/tests/test_virtlockd.aug +share/augeas/lenses/tests/test_virtlogd.aug %%QEMU%%share/augeas/lenses/tests/test_libvirtd_qemu.aug %%XEN%%share/augeas/lenses/libvirtd_libxl.aug %%XEN%%share/augeas/lenses/tests/test_libvirtd_libxl.aug From owner-svn-ports-head@freebsd.org Sun Dec 20 04:51:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C021A40E70; Sun, 20 Dec 2015 04:51:57 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A37D15B8; Sun, 20 Dec 2015 04:51:57 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBK4pur5089246; Sun, 20 Dec 2015 04:51:56 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBK4purE089244; Sun, 20 Dec 2015 04:51:56 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201512200451.tBK4purE089244@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 20 Dec 2015 04:51:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404039 - head/devel/py-libvirt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 04:51:57 -0000 Author: novel Date: Sun Dec 20 04:51:55 2015 New Revision: 404039 URL: https://svnweb.freebsd.org/changeset/ports/404039 Log: devel/py-libvirt: update to 1.3.0 Modified: head/devel/py-libvirt/Makefile head/devel/py-libvirt/distinfo Modified: head/devel/py-libvirt/Makefile ============================================================================== --- head/devel/py-libvirt/Makefile Sun Dec 20 02:12:38 2015 (r404038) +++ head/devel/py-libvirt/Makefile Sun Dec 20 04:51:55 2015 (r404039) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 1.2.21 +PORTVERSION= 1.3.0 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/python/ \ ftp://libvirt.org/libvirt/python/ Modified: head/devel/py-libvirt/distinfo ============================================================================== --- head/devel/py-libvirt/distinfo Sun Dec 20 02:12:38 2015 (r404038) +++ head/devel/py-libvirt/distinfo Sun Dec 20 04:51:55 2015 (r404039) @@ -1,2 +1,2 @@ -SHA256 (libvirt-python-1.2.21.tar.gz) = 7ffb49fcb64ac06188fc626c853c99361e5965766ab020f8ea66f8fbcfc29684 -SIZE (libvirt-python-1.2.21.tar.gz) = 171250 +SHA256 (libvirt-python-1.3.0.tar.gz) = 097d41bc52c300e50c5b04836e078bae5653fe222db92a9a10839f3e6b3afc7c +SIZE (libvirt-python-1.3.0.tar.gz) = 171195 From owner-svn-ports-head@freebsd.org Sun Dec 20 06:47:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78BBEA4D8D0; Sun, 20 Dec 2015 06:47:46 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 319081889; Sun, 20 Dec 2015 06:47:46 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBK6ljVO022072; Sun, 20 Dec 2015 06:47:45 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBK6ljXP022070; Sun, 20 Dec 2015 06:47:45 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201512200647.tBK6ljXP022070@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 20 Dec 2015 06:47:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404040 - head/devel/libsmdev X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 06:47:46 -0000 Author: antoine Date: Sun Dec 20 06:47:45 2015 New Revision: 404040 URL: https://svnweb.freebsd.org/changeset/ports/404040 Log: Update to alpha-20151219 Modified: head/devel/libsmdev/Makefile head/devel/libsmdev/distinfo Modified: head/devel/libsmdev/Makefile ============================================================================== --- head/devel/libsmdev/Makefile Sun Dec 20 04:51:55 2015 (r404039) +++ head/devel/libsmdev/Makefile Sun Dec 20 06:47:45 2015 (r404040) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libsmdev -DISTVERSION= alpha-20150105 +DISTVERSION= alpha-20151219 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libsmdev/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine @@ -13,8 +13,8 @@ COMMENT= Library to access to storage me LICENSE= LGPL3 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} -USES= gettext iconv libtool pathfix python +CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} +USES= gettext libtool pathfix python USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} @@ -30,7 +30,7 @@ OPTIONS_DEFINE= DOCS CONFIGURE_ENV+= ac_cv_func_posix_fadvise=no .endif -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} Modified: head/devel/libsmdev/distinfo ============================================================================== --- head/devel/libsmdev/distinfo Sun Dec 20 04:51:55 2015 (r404039) +++ head/devel/libsmdev/distinfo Sun Dec 20 06:47:45 2015 (r404040) @@ -1,2 +1,2 @@ -SHA256 (libsmdev-alpha-20150105.tar.gz) = 497a402a36aa31c0ec497db5f4ece6c840a6a3900a45e00e17aaae248348a5e8 -SIZE (libsmdev-alpha-20150105.tar.gz) = 1123551 +SHA256 (libsmdev-alpha-20151219.tar.gz) = 14264c57e90befccb5c90141fd952a623ff97736c2150cdc9c8bcd10ea66a1dc +SIZE (libsmdev-alpha-20151219.tar.gz) = 1150859 From owner-svn-ports-head@freebsd.org Sun Dec 20 06:50:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B390A4DAA6; Sun, 20 Dec 2015 06:50:15 +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 C4D1719C3; Sun, 20 Dec 2015 06:50:14 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBK6oDAE022271; Sun, 20 Dec 2015 06:50:13 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBK6oDvu022269; Sun, 20 Dec 2015 06:50:13 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201512200650.tBK6oDvu022269@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 20 Dec 2015 06:50:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404041 - head/devel/libsmraw X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 06:50:15 -0000 Author: antoine Date: Sun Dec 20 06:50:13 2015 New Revision: 404041 URL: https://svnweb.freebsd.org/changeset/ports/404041 Log: Update to alpha-20151219 Modified: head/devel/libsmraw/Makefile head/devel/libsmraw/distinfo Modified: head/devel/libsmraw/Makefile ============================================================================== --- head/devel/libsmraw/Makefile Sun Dec 20 06:47:45 2015 (r404040) +++ head/devel/libsmraw/Makefile Sun Dec 20 06:50:13 2015 (r404041) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libsmraw -DISTVERSION= alpha-20150105 +DISTVERSION= alpha-20151219 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libsmraw/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine @@ -13,20 +13,19 @@ COMMENT= Library and tools to access the LICENSE= LGPL3 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} -USES= fuse gettext iconv libtool pathfix pkgconfig python +CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} +USES= fuse gettext libtool pathfix pkgconfig python USE_OPENSSL= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip -CPPFLAGS+= -I${OPENSSLINC} -LDFLAGS+= -L${OPENSSLLIB} +LIBS+= -L${OPENSSLLIB} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} PORTDOCS= AUTHORS ChangeLog OPTIONS_DEFINE= DOCS -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} Modified: head/devel/libsmraw/distinfo ============================================================================== --- head/devel/libsmraw/distinfo Sun Dec 20 06:47:45 2015 (r404040) +++ head/devel/libsmraw/distinfo Sun Dec 20 06:50:13 2015 (r404041) @@ -1,2 +1,2 @@ -SHA256 (libsmraw-alpha-20150105.tar.gz) = 04f27db96742f42750e37a25f0523cde3e655765259b7662e4aa5e7760c14e6b -SIZE (libsmraw-alpha-20150105.tar.gz) = 1474238 +SHA256 (libsmraw-alpha-20151219.tar.gz) = b429ba6ddaed71d77c090f17d49734a3728d05ff41791894b0856057364afda2 +SIZE (libsmraw-alpha-20151219.tar.gz) = 1512157 From owner-svn-ports-head@freebsd.org Sun Dec 20 06:52:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B373A4DCB5; Sun, 20 Dec 2015 06:52: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 4286C1CA7; Sun, 20 Dec 2015 06:52: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 tBK6qqV3024923; Sun, 20 Dec 2015 06:52:52 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBK6qq8U024921; Sun, 20 Dec 2015 06:52:52 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201512200652.tBK6qq8U024921@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 20 Dec 2015 06:52:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404042 - head/devel/libqcow X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 06:52:53 -0000 Author: antoine Date: Sun Dec 20 06:52:52 2015 New Revision: 404042 URL: https://svnweb.freebsd.org/changeset/ports/404042 Log: Update to alpha-20151219 Modified: head/devel/libqcow/Makefile head/devel/libqcow/distinfo Modified: head/devel/libqcow/Makefile ============================================================================== --- head/devel/libqcow/Makefile Sun Dec 20 06:50:13 2015 (r404041) +++ head/devel/libqcow/Makefile Sun Dec 20 06:52:52 2015 (r404042) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libqcow -DISTVERSION= alpha-20150105 +DISTVERSION= alpha-20151219 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libqcow/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine @@ -13,20 +13,19 @@ COMMENT= Library and tooling to access t LICENSE= LGPL3 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} -USES= fuse gettext iconv libtool pathfix pkgconfig python +CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} +USES= fuse gettext libtool pathfix pkgconfig python USE_OPENSSL= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip -CPPFLAGS+= -I${OPENSSLINC} -LDFLAGS+= -L${OPENSSLLIB} +LIBS+= -L${OPENSSLLIB} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} PORTDOCS= AUTHORS ChangeLog OPTIONS_DEFINE= DOCS -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} Modified: head/devel/libqcow/distinfo ============================================================================== --- head/devel/libqcow/distinfo Sun Dec 20 06:50:13 2015 (r404041) +++ head/devel/libqcow/distinfo Sun Dec 20 06:52:52 2015 (r404042) @@ -1,2 +1,2 @@ -SHA256 (libqcow-alpha-20150105.tar.gz) = 362d3a8507603d63f814a6463ac4734e338b6c4c994ea29f62a49fabea869718 -SIZE (libqcow-alpha-20150105.tar.gz) = 1346298 +SHA256 (libqcow-alpha-20151219.tar.gz) = 81567899ff108892c788c8df07dc6e95e339e3172e17bdad9abe6d486f0ce91c +SIZE (libqcow-alpha-20151219.tar.gz) = 1381835 From owner-svn-ports-head@freebsd.org Sun Dec 20 06:54:56 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8DC5A4DD79; Sun, 20 Dec 2015 06:54:56 +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 868641D93; Sun, 20 Dec 2015 06:54:56 +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 tBK6st3K025160; Sun, 20 Dec 2015 06:54:55 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBK6stPI025158; Sun, 20 Dec 2015 06:54:55 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201512200654.tBK6stPI025158@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 20 Dec 2015 06:54:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404043 - head/devel/libesedb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 06:54:56 -0000 Author: antoine Date: Sun Dec 20 06:54:55 2015 New Revision: 404043 URL: https://svnweb.freebsd.org/changeset/ports/404043 Log: Update to experimental-20151213 Modified: head/devel/libesedb/Makefile head/devel/libesedb/distinfo Modified: head/devel/libesedb/Makefile ============================================================================== --- head/devel/libesedb/Makefile Sun Dec 20 06:52:52 2015 (r404042) +++ head/devel/libesedb/Makefile Sun Dec 20 06:54:55 2015 (r404043) @@ -3,7 +3,7 @@ PORTNAME= libesedb # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH -DISTVERSION= experimental-20151205 +DISTVERSION= experimental-20151213 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libesedb/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine Modified: head/devel/libesedb/distinfo ============================================================================== --- head/devel/libesedb/distinfo Sun Dec 20 06:52:52 2015 (r404042) +++ head/devel/libesedb/distinfo Sun Dec 20 06:54:55 2015 (r404043) @@ -1,2 +1,2 @@ -SHA256 (libesedb-experimental-20151205.tar.gz) = 44cf8a288407521e405f2ce5fb55d52e890e49e71dba66a06ea889b179de7d83 -SIZE (libesedb-experimental-20151205.tar.gz) = 1713988 +SHA256 (libesedb-experimental-20151213.tar.gz) = 1788d4aaa67c74cdc4ed1f12246df50b4bb68c34128d1f2cd28ec08464957490 +SIZE (libesedb-experimental-20151213.tar.gz) = 1714044 From owner-svn-ports-head@freebsd.org Sun Dec 20 06:57:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7955EA4DE9A; Sun, 20 Dec 2015 06:57:14 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BF451E9B; Sun, 20 Dec 2015 06:57:14 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBK6vDXB025419; Sun, 20 Dec 2015 06:57:13 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBK6vDcS025417; Sun, 20 Dec 2015 06:57:13 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201512200657.tBK6vDcS025417@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 20 Dec 2015 06:57:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404044 - head/devel/libevtx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 06:57:14 -0000 Author: antoine Date: Sun Dec 20 06:57:13 2015 New Revision: 404044 URL: https://svnweb.freebsd.org/changeset/ports/404044 Log: Update to alpha-20151206 Modified: head/devel/libevtx/Makefile head/devel/libevtx/distinfo Modified: head/devel/libevtx/Makefile ============================================================================== --- head/devel/libevtx/Makefile Sun Dec 20 06:54:55 2015 (r404043) +++ head/devel/libevtx/Makefile Sun Dec 20 06:57:13 2015 (r404044) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libevtx -DISTVERSION= alpha-20151205 +DISTVERSION= alpha-20151206 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libevtx/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine Modified: head/devel/libevtx/distinfo ============================================================================== --- head/devel/libevtx/distinfo Sun Dec 20 06:54:55 2015 (r404043) +++ head/devel/libevtx/distinfo Sun Dec 20 06:57:13 2015 (r404044) @@ -1,2 +1,2 @@ -SHA256 (libevtx-alpha-20151205.tar.gz) = 9e09f2de00982815363e598915c62a905b314f04fc3a666c2ea64d8e9df9e9a0 -SIZE (libevtx-alpha-20151205.tar.gz) = 1806490 +SHA256 (libevtx-alpha-20151206.tar.gz) = 22cf9fc64e91ce1a4518802c007a5193ede22756393e248210714674a7a52bcc +SIZE (libevtx-alpha-20151206.tar.gz) = 1806108 From owner-svn-ports-head@freebsd.org Sun Dec 20 06:58:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54113A4DF6A; Sun, 20 Dec 2015 06:58:29 +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 25C351F9A; Sun, 20 Dec 2015 06:58:29 +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 tBK6wS7T025567; Sun, 20 Dec 2015 06:58:28 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBK6wSih025565; Sun, 20 Dec 2015 06:58:28 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201512200658.tBK6wSih025565@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 20 Dec 2015 06:58:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404045 - head/devel/libevt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 06:58:29 -0000 Author: antoine Date: Sun Dec 20 06:58:27 2015 New Revision: 404045 URL: https://svnweb.freebsd.org/changeset/ports/404045 Log: Update to alpha-20151206 Modified: head/devel/libevt/Makefile head/devel/libevt/distinfo Modified: head/devel/libevt/Makefile ============================================================================== --- head/devel/libevt/Makefile Sun Dec 20 06:57:13 2015 (r404044) +++ head/devel/libevt/Makefile Sun Dec 20 06:58:27 2015 (r404045) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libevt -DISTVERSION= alpha-20151205 +DISTVERSION= alpha-20151206 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libevt/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine Modified: head/devel/libevt/distinfo ============================================================================== --- head/devel/libevt/distinfo Sun Dec 20 06:57:13 2015 (r404044) +++ head/devel/libevt/distinfo Sun Dec 20 06:58:27 2015 (r404045) @@ -1,2 +1,2 @@ -SHA256 (libevt-alpha-20151205.tar.gz) = 2487e674bfd4bf68027a11d90a44fa637bc4240ad4e953a609adb1595ad846ce -SIZE (libevt-alpha-20151205.tar.gz) = 1788769 +SHA256 (libevt-alpha-20151206.tar.gz) = 76c891c9a9e434f9117d781875fc7c0f453c60ecdd0ce216509ee5764fb1924b +SIZE (libevt-alpha-20151206.tar.gz) = 1787756 From owner-svn-ports-head@freebsd.org Sun Dec 20 07:21:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 017EBA4DA87; Sun, 20 Dec 2015 07:21:41 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.13]) by mx1.freebsd.org (Postfix) with ESMTP id AB2D21881; Sun, 20 Dec 2015 07:21:40 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id AYJFa9zplsChYAYJGah5k6; Sun, 20 Dec 2015 00:21:39 -0700 X-Authority-Analysis: v=2.1 cv=N9CJbzJB c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=BWvPGDcYAAAA:8 a=VxmjJ2MpAAAA:8 a=kj9zAlcOel0A:10 a=wUQvQvOEmiQA:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=UQLm7II7oxuBKxdAHrkA:9 a=CjuIK1q_8ugA:10 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTP id 00F9413751; Sat, 19 Dec 2015 23:21:36 -0800 (PST) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id tBK7LaaU051341; Sat, 19 Dec 2015 23:21:36 -0800 (PST) (envelope-from Cy.Schubert@komquats.com) Message-Id: <201512200721.tBK7LaaU051341@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: Antoine Brodin cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r404045 - head/devel/libevt In-Reply-To: Message from Antoine Brodin of "Sun, 20 Dec 2015 06:58:28 +0000." <201512200658.tBK6wSih025565@repo.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 19 Dec 2015 23:21:36 -0800 X-CMAE-Envelope: MS4wfMIiIOIlLzNJlGlQ+sXMfItivK7yK0oQPml+FGoj9IWx6Q2CvcffiaTJTwNOst3a+Rdnbguwn1w9N8pnASljdZC0jOROTOj27JmNB4o0FoKhlgYoQb+h vkuD7cvbi57OBTCGX+A23kElDponjI1DJ1SLmeTeohkNCaHsDk6XsdNx1fQsXY2FJg+LsjPb0XinWdH1mbXikwuUi5vV1Kby90BOxT4/aqbeG8D2pRUT7GlZ NIbnBKNKLXRKpfnqW1yDfwy4BAQPzaUX4JN88GIebra1F3YrsR0elW0jrAT1F4NC X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 07:21:41 -0000 In message <201512200658.tBK6wSih025565@repo.freebsd.org>, Antoine Brodin write s: > Author: antoine > Date: Sun Dec 20 06:58:27 2015 > New Revision: 404045 > URL: https://svnweb.freebsd.org/changeset/ports/404045 > > Log: > Update to alpha-20151206 This and the previous five commits: Would it not make more sense to have -devel ports for alpha, experimental (and beta) software? -- 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-head@freebsd.org Sun Dec 20 07:32:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 291ECA4DFF2; Sun, 20 Dec 2015 07:32:37 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-io0-x22c.google.com (mail-io0-x22c.google.com [IPv6:2607:f8b0:4001:c06::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 EF0B71CF1; Sun, 20 Dec 2015 07:32:36 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-io0-x22c.google.com with SMTP id q126so128308036iof.2; Sat, 19 Dec 2015 23:32:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=4t/etx7cCXefOsTPy2F+LmXM9cBSDyShHN8HM/dVvzs=; b=ub8BDrOAuKRLC75KZfGEZY/vb7o3/vABrco6wPMZBWMunN5Cfg8SsOxDa03+UxL2kx +lwq+Dt3sd0X9doyb1rYvykyLxKhaYVYxX0vZyIMazKMpJxpNY6IhHnk09V7CrOUl0WB 5LPEjd+e4vYrzKTmKo3j3RON1gqLmpG2mT0rC+D7ElD7lObOOOr8/qemyGpw5KUtTzv3 FyttghSkM7ByT6zZzXWnPrddOvhcOJpB1A7DC9CB9x8vICmmf+vMXsbutxjLwHO4Xrar g+g1wKerQs/yRaQBbZCRRhH/70xtGZt06IuZ8wkxWYOgEHOPkQyY3KyxG6olP4nzEHPn gV7g== MIME-Version: 1.0 X-Received: by 10.107.47.66 with SMTP id j63mr12646394ioo.168.1450596756324; Sat, 19 Dec 2015 23:32:36 -0800 (PST) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.107.167.204 with HTTP; Sat, 19 Dec 2015 23:32:36 -0800 (PST) In-Reply-To: <201512200721.tBK7LaaU051341@slippy.cwsent.com> References: <201512200658.tBK6wSih025565@repo.freebsd.org> <201512200721.tBK7LaaU051341@slippy.cwsent.com> Date: Sun, 20 Dec 2015 08:32:36 +0100 X-Google-Sender-Auth: OL7du3mq8KOhVSBl0YiHpnNIQjs Message-ID: Subject: Re: svn commit: r404045 - head/devel/libevt From: Antoine Brodin To: Cy Schubert 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 07:32:37 -0000 On Sun, Dec 20, 2015 at 8:21 AM, Cy Schubert wrote: > In message <201512200658.tBK6wSih025565@repo.freebsd.org>, Antoine Brodin > write > s: >> Author: antoine >> Date: Sun Dec 20 06:58:27 2015 >> New Revision: 404045 >> URL: https://svnweb.freebsd.org/changeset/ports/404045 >> >> Log: >> Update to alpha-20151206 > > This and the previous five commits: Would it not make more sense to have > -devel ports for alpha, experimental (and beta) software? No. Cheers, Antoine From owner-svn-ports-head@freebsd.org Sun Dec 20 07:38:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BE75A40420; Sun, 20 Dec 2015 07:38:21 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.9]) by mx1.freebsd.org (Postfix) with ESMTP id E51151FF2; Sun, 20 Dec 2015 07:38:20 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id AYZIaA3wFsChYAYZJah6nn; Sun, 20 Dec 2015 00:38:14 -0700 X-Authority-Analysis: v=2.1 cv=N9CJbzJB c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=BWvPGDcYAAAA:8 a=VxmjJ2MpAAAA:8 a=kj9zAlcOel0A:10 a=wUQvQvOEmiQA:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=VziUrT-RHWEptG8ncPQA:9 a=CjuIK1q_8ugA:10 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTP id 8ED1E13751; Sat, 19 Dec 2015 23:38:12 -0800 (PST) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id tBK7cBS9087020; Sat, 19 Dec 2015 23:38:11 -0800 (PST) (envelope-from Cy.Schubert@komquats.com) Message-Id: <201512200738.tBK7cBS9087020@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: Antoine Brodin cc: Cy Schubert , "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Subject: Re: svn commit: r404045 - head/devel/libevt In-Reply-To: Message from Antoine Brodin of "Sun, 20 Dec 2015 08:32:36 +0100." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 19 Dec 2015 23:38:11 -0800 X-CMAE-Envelope: MS4wfERMf0IZh1CpXdv4BMsvMO+4eKnYbOkvj0blgr1ONGsRZkdJCDaNBGe5Zk+HLw+B33nx5AiyBKtHeEOEbpQ1iiYKSFnsEsFuBN5l8htlGt4ocz7Pd6/6 e0R6HSMHEgO6J1gTjCAdfPmYbxVU8NMkzHVKtlaIErRmV1ivtv2ZfOP1u68ri3AnaYQQ8VdX2J1AWwWqka+4KPKNhqM5ife6IymdozyTnuaNuMU02bEQIC0S e0ZV6wYOfKtp5dCmvzmnFL9D+MGLRWm8k7N8JSIiDHkIC06JDJvxMjdUPEU3N4qa X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 07:38:21 -0000 In message , Antoine Brodin writes: > On Sun, Dec 20, 2015 at 8:21 AM, Cy Schubert wrote > : > > In message <201512200658.tBK6wSih025565@repo.freebsd.org>, Antoine Brodin > > write > > s: > >> Author: antoine > >> Date: Sun Dec 20 06:58:27 2015 > >> New Revision: 404045 > >> URL: https://svnweb.freebsd.org/changeset/ports/404045 > >> > >> Log: > >> Update to alpha-20151206 > > > > This and the previous five commits: Would it not make more sense to have > > -devel ports for alpha, experimental (and beta) software? > > No. Unless these are prereqs for other ports I see no reason for pre-release software as mainline ports. -- 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-head@freebsd.org Sun Dec 20 08:57:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3176A4C8B9; Sun, 20 Dec 2015 08:57:41 +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 AEA6E10C8; Sun, 20 Dec 2015 08:57:41 +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 tBK8vehC060834; Sun, 20 Dec 2015 08:57:40 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBK8veVb060832; Sun, 20 Dec 2015 08:57:40 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201512200857.tBK8veVb060832@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 20 Dec 2015 08:57:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404046 - head/misc/elixir-uuid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 08:57:42 -0000 Author: olgeni Date: Sun Dec 20 08:57:40 2015 New Revision: 404046 URL: https://svnweb.freebsd.org/changeset/ports/404046 Log: Upgrade misc/elixir-uuid to version 1.1.2. Modified: head/misc/elixir-uuid/Makefile head/misc/elixir-uuid/distinfo Modified: head/misc/elixir-uuid/Makefile ============================================================================== --- head/misc/elixir-uuid/Makefile Sun Dec 20 06:58:27 2015 (r404045) +++ head/misc/elixir-uuid/Makefile Sun Dec 20 08:57:40 2015 (r404046) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= elixir-uuid -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 DISTVERSIONPREFIX= v CATEGORIES= misc Modified: head/misc/elixir-uuid/distinfo ============================================================================== --- head/misc/elixir-uuid/distinfo Sun Dec 20 06:58:27 2015 (r404045) +++ head/misc/elixir-uuid/distinfo Sun Dec 20 08:57:40 2015 (r404046) @@ -1,2 +1,2 @@ -SHA256 (zyro-elixir-uuid-v1.1.1_GH0.tar.gz) = 41b34136ad353b40bf9560593233c96d7d60ac2388468fc7d69a93d34a846493 -SIZE (zyro-elixir-uuid-v1.1.1_GH0.tar.gz) = 12045 +SHA256 (zyro-elixir-uuid-v1.1.2_GH0.tar.gz) = b5a2e9f13d60ccf239fc5f17eb5afb68295d06c16246684bb357820d9cc40729 +SIZE (zyro-elixir-uuid-v1.1.2_GH0.tar.gz) = 12081 From owner-svn-ports-head@freebsd.org Sun Dec 20 09:11:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97824A14405; Sun, 20 Dec 2015 09:11:41 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 652771811; Sun, 20 Dec 2015 09:11:41 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBK9BeNH066551; Sun, 20 Dec 2015 09:11:40 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBK9BeYJ066548; Sun, 20 Dec 2015 09:11:40 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201512200911.tBK9BeYJ066548@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sun, 20 Dec 2015 09:11:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404047 - head/devel/py-logilab-common X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 09:11:41 -0000 Author: mva Date: Sun Dec 20 09:11:40 2015 New Revision: 404047 URL: https://svnweb.freebsd.org/changeset/ports/404047 Log: - Update to version 1.1.0 Modified: head/devel/py-logilab-common/Makefile head/devel/py-logilab-common/distinfo head/devel/py-logilab-common/pkg-plist Modified: head/devel/py-logilab-common/Makefile ============================================================================== --- head/devel/py-logilab-common/Makefile Sun Dec 20 08:57:40 2015 (r404046) +++ head/devel/py-logilab-common/Makefile Sun Dec 20 09:11:40 2015 (r404047) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= logilab-common -PORTVERSION= 0.63.2 +PORTVERSION= 1.1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-logilab-common/distinfo ============================================================================== --- head/devel/py-logilab-common/distinfo Sun Dec 20 08:57:40 2015 (r404046) +++ head/devel/py-logilab-common/distinfo Sun Dec 20 09:11:40 2015 (r404047) @@ -1,2 +1,2 @@ -SHA256 (logilab-common-0.63.2.tar.gz) = 603ba00c9bb09219a3bd2906c214d9455481110dacc472f450b53d5ae90f28e7 -SIZE (logilab-common-0.63.2.tar.gz) = 196789 +SHA256 (logilab-common-1.1.0.tar.gz) = 9614fdddab90b1170d210c55f67f42584344b2a5fd6091fe4ac142069b08a4ad +SIZE (logilab-common-1.1.0.tar.gz) = 184529 Modified: head/devel/py-logilab-common/pkg-plist ============================================================================== --- head/devel/py-logilab-common/pkg-plist Sun Dec 20 08:57:40 2015 (r404046) +++ head/devel/py-logilab-common/pkg-plist Sun Dec 20 09:11:40 2015 (r404047) @@ -1,11 +1,8 @@ bin/pytest -%%PYTHON_SITELIBDIR%%/logilab/__init__.py +%%PYTHON_SITELIBDIR%%/logilab_common-1.1.0-py%%PYTHON_VER%%-nspkg.pth %%PYTHON_SITELIBDIR%%/logilab/common/__init__.py %%PYTHON_SITELIBDIR%%/logilab/common/__init__.pyc %%PYTHON_SITELIBDIR%%/logilab/common/__init__.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/__pkginfo__.py -%%PYTHON_SITELIBDIR%%/logilab/common/__pkginfo__.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/__pkginfo__.pyo %%PYTHON_SITELIBDIR%%/logilab/common/cache.py %%PYTHON_SITELIBDIR%%/logilab/common/cache.pyc %%PYTHON_SITELIBDIR%%/logilab/common/cache.pyo @@ -15,30 +12,18 @@ bin/pytest %%PYTHON_SITELIBDIR%%/logilab/common/clcommands.py %%PYTHON_SITELIBDIR%%/logilab/common/clcommands.pyc %%PYTHON_SITELIBDIR%%/logilab/common/clcommands.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/cli.py -%%PYTHON_SITELIBDIR%%/logilab/common/cli.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/cli.pyo %%PYTHON_SITELIBDIR%%/logilab/common/compat.py %%PYTHON_SITELIBDIR%%/logilab/common/compat.pyc %%PYTHON_SITELIBDIR%%/logilab/common/compat.pyo %%PYTHON_SITELIBDIR%%/logilab/common/configuration.py %%PYTHON_SITELIBDIR%%/logilab/common/configuration.pyc %%PYTHON_SITELIBDIR%%/logilab/common/configuration.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/contexts.py -%%PYTHON_SITELIBDIR%%/logilab/common/contexts.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/contexts.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/corbautils.py -%%PYTHON_SITELIBDIR%%/logilab/common/corbautils.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/corbautils.pyo %%PYTHON_SITELIBDIR%%/logilab/common/daemon.py %%PYTHON_SITELIBDIR%%/logilab/common/daemon.pyc %%PYTHON_SITELIBDIR%%/logilab/common/daemon.pyo %%PYTHON_SITELIBDIR%%/logilab/common/date.py %%PYTHON_SITELIBDIR%%/logilab/common/date.pyc %%PYTHON_SITELIBDIR%%/logilab/common/date.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/dbf.py -%%PYTHON_SITELIBDIR%%/logilab/common/dbf.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/dbf.pyo %%PYTHON_SITELIBDIR%%/logilab/common/debugger.py %%PYTHON_SITELIBDIR%%/logilab/common/debugger.pyc %%PYTHON_SITELIBDIR%%/logilab/common/debugger.pyo @@ -72,9 +57,6 @@ bin/pytest %%PYTHON_SITELIBDIR%%/logilab/common/proc.py %%PYTHON_SITELIBDIR%%/logilab/common/proc.pyc %%PYTHON_SITELIBDIR%%/logilab/common/proc.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/pyro_ext.py -%%PYTHON_SITELIBDIR%%/logilab/common/pyro_ext.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/pyro_ext.pyo %%PYTHON_SITELIBDIR%%/logilab/common/pytest.py %%PYTHON_SITELIBDIR%%/logilab/common/pytest.pyc %%PYTHON_SITELIBDIR%%/logilab/common/pytest.pyo @@ -96,167 +78,6 @@ bin/pytest %%PYTHON_SITELIBDIR%%/logilab/common/tasksqueue.py %%PYTHON_SITELIBDIR%%/logilab/common/tasksqueue.pyc %%PYTHON_SITELIBDIR%%/logilab/common/tasksqueue.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/ChangeLog -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/MyPyPa-0.1.0-py2.5.egg -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/MyPyPa-0.1.0.zip -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/__init__.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/__init__.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/__init__.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/content_differ_dir/NOTHING -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/content_differ_dir/README -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/content_differ_dir/subdir/coin -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/content_differ_dir/subdir/toto.txt -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/deprecation.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/deprecation.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/deprecation.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/file_differ_dir/NOTHING -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/file_differ_dir/README -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/file_differ_dir/subdir/toto.txt -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/file_differ_dir/subdirtwo/Hello -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/find_test/__init__.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/find_test/__init__.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/find_test/__init__.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/find_test/foo.txt -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/find_test/module.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/find_test/module.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/find_test/module.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/find_test/module2.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/find_test/module2.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/find_test/module2.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/find_test/newlines.txt -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/find_test/noendingnewline.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/find_test/noendingnewline.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/find_test/noendingnewline.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/find_test/nonregr.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/find_test/nonregr.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/find_test/nonregr.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/find_test/normal_file.txt -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/find_test/spam.txt -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/find_test/sub/doc.txt -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/find_test/sub/momo.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/find_test/sub/momo.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/find_test/sub/momo.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/find_test/test.ini -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/find_test/test1.msg -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/find_test/test2.msg -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/find_test/write_protected_file.txt -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/foo.txt -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/lmfp/__init__.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/lmfp/__init__.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/lmfp/__init__.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/lmfp/foo.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/lmfp/foo.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/lmfp/foo.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/module.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/module.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/module.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/module2.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/module2.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/module2.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/newlines.txt -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/noendingnewline.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/noendingnewline.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/noendingnewline.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/nonregr.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/nonregr.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/nonregr.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/normal_file.txt -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/reference_dir/NOTHING -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/reference_dir/README -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/reference_dir/subdir/coin -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/reference_dir/subdir/toto.txt -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/regobjects.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/regobjects.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/regobjects.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/regobjects2.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/regobjects2.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/regobjects2.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/same_dir/NOTHING -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/same_dir/README -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/same_dir/subdir/coin -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/same_dir/subdir/toto.txt -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/spam.txt -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/sub/doc.txt -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/sub/momo.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/sub/momo.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/sub/momo.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/subdir_differ_dir/NOTHING -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/subdir_differ_dir/README -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/subdir_differ_dir/subdir/coin -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/subdir_differ_dir/subdir/toto.txt -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/test.ini -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/test1.msg -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/test2.msg -%%PYTHON_SITELIBDIR%%/logilab/common/test/data/write_protected_file.txt -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_cache.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_cache.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_cache.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_changelog.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_changelog.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_changelog.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_configuration.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_configuration.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_configuration.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_date.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_date.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_date.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_decorators.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_decorators.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_decorators.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_deprecation.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_deprecation.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_deprecation.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_fileutils.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_fileutils.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_fileutils.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_graph.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_graph.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_graph.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_interface.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_interface.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_interface.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_modutils.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_modutils.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_modutils.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_pytest.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_pytest.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_pytest.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_registry.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_registry.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_registry.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_shellutils.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_shellutils.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_shellutils.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_table.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_table.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_table.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_taskqueue.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_taskqueue.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_taskqueue.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_testlib.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_testlib.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_testlib.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_textutils.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_textutils.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_textutils.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_tree.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_tree.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_tree.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_umessage.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_umessage.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_umessage.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_ureports_html.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_ureports_html.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_ureports_html.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_ureports_text.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_ureports_text.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_ureports_text.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_xmlutils.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_xmlutils.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/unittest_xmlutils.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/test/utils.py -%%PYTHON_SITELIBDIR%%/logilab/common/test/utils.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/test/utils.pyo %%PYTHON_SITELIBDIR%%/logilab/common/testlib.py %%PYTHON_SITELIBDIR%%/logilab/common/testlib.pyc %%PYTHON_SITELIBDIR%%/logilab/common/testlib.pyo @@ -293,9 +114,6 @@ bin/pytest %%PYTHON_SITELIBDIR%%/logilab/common/visitor.py %%PYTHON_SITELIBDIR%%/logilab/common/visitor.pyc %%PYTHON_SITELIBDIR%%/logilab/common/visitor.pyo -%%PYTHON_SITELIBDIR%%/logilab/common/xmlrpcutils.py -%%PYTHON_SITELIBDIR%%/logilab/common/xmlrpcutils.pyc -%%PYTHON_SITELIBDIR%%/logilab/common/xmlrpcutils.pyo %%PYTHON_SITELIBDIR%%/logilab/common/xmlutils.py %%PYTHON_SITELIBDIR%%/logilab/common/xmlutils.pyc %%PYTHON_SITELIBDIR%%/logilab/common/xmlutils.pyo From owner-svn-ports-head@freebsd.org Sun Dec 20 09:12:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F6C9A1449F; Sun, 20 Dec 2015 09:12:14 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D9E41A33; Sun, 20 Dec 2015 09:12:14 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBK9CDYE066699; Sun, 20 Dec 2015 09:12:13 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBK9CC0H066696; Sun, 20 Dec 2015 09:12:13 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201512200912.tBK9CC0H066696@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sun, 20 Dec 2015 09:12:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404048 - head/devel/py-astroid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 09:12:14 -0000 Author: mva Date: Sun Dec 20 09:12:12 2015 New Revision: 404048 URL: https://svnweb.freebsd.org/changeset/ports/404048 Log: - Update to version 1.4.1 Modified: head/devel/py-astroid/Makefile head/devel/py-astroid/distinfo head/devel/py-astroid/pkg-plist Modified: head/devel/py-astroid/Makefile ============================================================================== --- head/devel/py-astroid/Makefile Sun Dec 20 09:11:40 2015 (r404047) +++ head/devel/py-astroid/Makefile Sun Dec 20 09:12:12 2015 (r404048) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= astroid -PORTVERSION= 1.3.6 +PORTVERSION= 1.4.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-astroid/distinfo ============================================================================== --- head/devel/py-astroid/distinfo Sun Dec 20 09:11:40 2015 (r404047) +++ head/devel/py-astroid/distinfo Sun Dec 20 09:12:12 2015 (r404048) @@ -1,2 +1,2 @@ -SHA256 (astroid-1.3.6.tar.gz) = 1241ef961448c57b4616beb8dcc959724641dca1e22914663f79d67fec26f854 -SIZE (astroid-1.3.6.tar.gz) = 153863 +SHA256 (astroid-1.4.1.tar.gz) = 2417a2c62f07bb77485efb6dd94567ac165808a4248ecb09754116662ffa9fc2 +SIZE (astroid-1.4.1.tar.gz) = 179485 Modified: head/devel/py-astroid/pkg-plist ============================================================================== --- head/devel/py-astroid/pkg-plist Sun Dec 20 09:11:40 2015 (r404047) +++ head/devel/py-astroid/pkg-plist Sun Dec 20 09:12:12 2015 (r404048) @@ -4,6 +4,9 @@ %%PYTHON_SITELIBDIR%%/astroid/__pkginfo__.py %%PYTHON_SITELIBDIR%%/astroid/__pkginfo__.pyc %%PYTHON_SITELIBDIR%%/astroid/__pkginfo__.pyo +%%PYTHON_SITELIBDIR%%/astroid/arguments.py +%%PYTHON_SITELIBDIR%%/astroid/arguments.pyc +%%PYTHON_SITELIBDIR%%/astroid/arguments.pyo %%PYTHON_SITELIBDIR%%/astroid/as_string.py %%PYTHON_SITELIBDIR%%/astroid/as_string.pyc %%PYTHON_SITELIBDIR%%/astroid/as_string.pyo @@ -13,42 +16,51 @@ %%PYTHON_SITELIBDIR%%/astroid/bases.py %%PYTHON_SITELIBDIR%%/astroid/bases.pyc %%PYTHON_SITELIBDIR%%/astroid/bases.pyo -%%PYTHON_SITELIBDIR%%/astroid/brain/builtin_inference.py -%%PYTHON_SITELIBDIR%%/astroid/brain/builtin_inference.pyc -%%PYTHON_SITELIBDIR%%/astroid/brain/builtin_inference.pyo -%%PYTHON_SITELIBDIR%%/astroid/brain/py2gi.py -%%PYTHON_SITELIBDIR%%/astroid/brain/py2gi.pyc -%%PYTHON_SITELIBDIR%%/astroid/brain/py2gi.pyo -%%PYTHON_SITELIBDIR%%/astroid/brain/py2mechanize.py -%%PYTHON_SITELIBDIR%%/astroid/brain/py2mechanize.pyc -%%PYTHON_SITELIBDIR%%/astroid/brain/py2mechanize.pyo -%%PYTHON_SITELIBDIR%%/astroid/brain/py2pytest.py -%%PYTHON_SITELIBDIR%%/astroid/brain/py2pytest.pyc -%%PYTHON_SITELIBDIR%%/astroid/brain/py2pytest.pyo -%%PYTHON_SITELIBDIR%%/astroid/brain/py2qt4.py -%%PYTHON_SITELIBDIR%%/astroid/brain/py2qt4.pyc -%%PYTHON_SITELIBDIR%%/astroid/brain/py2qt4.pyo -%%PYTHON_SITELIBDIR%%/astroid/brain/py2stdlib.py -%%PYTHON_SITELIBDIR%%/astroid/brain/py2stdlib.pyc -%%PYTHON_SITELIBDIR%%/astroid/brain/py2stdlib.pyo -%%PYTHON_SITELIBDIR%%/astroid/brain/pynose.py -%%PYTHON_SITELIBDIR%%/astroid/brain/pynose.pyc -%%PYTHON_SITELIBDIR%%/astroid/brain/pynose.pyo -%%PYTHON_SITELIBDIR%%/astroid/brain/pysix_moves.py -%%PYTHON_SITELIBDIR%%/astroid/brain/pysix_moves.pyc -%%PYTHON_SITELIBDIR%%/astroid/brain/pysix_moves.pyo +%%PYTHON_SITELIBDIR%%/astroid/brain/brain_builtin_inference.py +%%PYTHON_SITELIBDIR%%/astroid/brain/brain_builtin_inference.pyc +%%PYTHON_SITELIBDIR%%/astroid/brain/brain_builtin_inference.pyo +%%PYTHON_SITELIBDIR%%/astroid/brain/brain_dateutil.py +%%PYTHON_SITELIBDIR%%/astroid/brain/brain_dateutil.pyc +%%PYTHON_SITELIBDIR%%/astroid/brain/brain_dateutil.pyo +%%PYTHON_SITELIBDIR%%/astroid/brain/brain_gi.py +%%PYTHON_SITELIBDIR%%/astroid/brain/brain_gi.pyc +%%PYTHON_SITELIBDIR%%/astroid/brain/brain_gi.pyo +%%PYTHON_SITELIBDIR%%/astroid/brain/brain_mechanize.py +%%PYTHON_SITELIBDIR%%/astroid/brain/brain_mechanize.pyc +%%PYTHON_SITELIBDIR%%/astroid/brain/brain_mechanize.pyo +%%PYTHON_SITELIBDIR%%/astroid/brain/brain_nose.py +%%PYTHON_SITELIBDIR%%/astroid/brain/brain_nose.pyc +%%PYTHON_SITELIBDIR%%/astroid/brain/brain_nose.pyo +%%PYTHON_SITELIBDIR%%/astroid/brain/brain_numpy.py +%%PYTHON_SITELIBDIR%%/astroid/brain/brain_numpy.pyc +%%PYTHON_SITELIBDIR%%/astroid/brain/brain_numpy.pyo +%%PYTHON_SITELIBDIR%%/astroid/brain/brain_pytest.py +%%PYTHON_SITELIBDIR%%/astroid/brain/brain_pytest.pyc +%%PYTHON_SITELIBDIR%%/astroid/brain/brain_pytest.pyo +%%PYTHON_SITELIBDIR%%/astroid/brain/brain_qt.py +%%PYTHON_SITELIBDIR%%/astroid/brain/brain_qt.pyc +%%PYTHON_SITELIBDIR%%/astroid/brain/brain_qt.pyo +%%PYTHON_SITELIBDIR%%/astroid/brain/brain_six.py +%%PYTHON_SITELIBDIR%%/astroid/brain/brain_six.pyc +%%PYTHON_SITELIBDIR%%/astroid/brain/brain_six.pyo +%%PYTHON_SITELIBDIR%%/astroid/brain/brain_stdlib.py +%%PYTHON_SITELIBDIR%%/astroid/brain/brain_stdlib.pyc +%%PYTHON_SITELIBDIR%%/astroid/brain/brain_stdlib.pyo %%PYTHON_SITELIBDIR%%/astroid/builder.py %%PYTHON_SITELIBDIR%%/astroid/builder.pyc %%PYTHON_SITELIBDIR%%/astroid/builder.pyo +%%PYTHON_SITELIBDIR%%/astroid/context.py +%%PYTHON_SITELIBDIR%%/astroid/context.pyc +%%PYTHON_SITELIBDIR%%/astroid/context.pyo +%%PYTHON_SITELIBDIR%%/astroid/decorators.py +%%PYTHON_SITELIBDIR%%/astroid/decorators.pyc +%%PYTHON_SITELIBDIR%%/astroid/decorators.pyo %%PYTHON_SITELIBDIR%%/astroid/exceptions.py %%PYTHON_SITELIBDIR%%/astroid/exceptions.pyc %%PYTHON_SITELIBDIR%%/astroid/exceptions.pyo %%PYTHON_SITELIBDIR%%/astroid/inference.py %%PYTHON_SITELIBDIR%%/astroid/inference.pyc %%PYTHON_SITELIBDIR%%/astroid/inference.pyo -%%PYTHON_SITELIBDIR%%/astroid/inspector.py -%%PYTHON_SITELIBDIR%%/astroid/inspector.pyc -%%PYTHON_SITELIBDIR%%/astroid/inspector.pyo %%PYTHON_SITELIBDIR%%/astroid/manager.py %%PYTHON_SITELIBDIR%%/astroid/manager.pyc %%PYTHON_SITELIBDIR%%/astroid/manager.pyo @@ -64,6 +76,9 @@ %%PYTHON_SITELIBDIR%%/astroid/nodes.py %%PYTHON_SITELIBDIR%%/astroid/nodes.pyc %%PYTHON_SITELIBDIR%%/astroid/nodes.pyo +%%PYTHON_SITELIBDIR%%/astroid/objects.py +%%PYTHON_SITELIBDIR%%/astroid/objects.pyc +%%PYTHON_SITELIBDIR%%/astroid/objects.pyo %%PYTHON_SITELIBDIR%%/astroid/protocols.py %%PYTHON_SITELIBDIR%%/astroid/protocols.pyc %%PYTHON_SITELIBDIR%%/astroid/protocols.pyo @@ -176,9 +191,6 @@ %%PYTHON_SITELIBDIR%%/astroid/tests/unittest_inference.py %%PYTHON_SITELIBDIR%%/astroid/tests/unittest_inference.pyc %%PYTHON_SITELIBDIR%%/astroid/tests/unittest_inference.pyo -%%PYTHON_SITELIBDIR%%/astroid/tests/unittest_inspector.py -%%PYTHON_SITELIBDIR%%/astroid/tests/unittest_inspector.pyc -%%PYTHON_SITELIBDIR%%/astroid/tests/unittest_inspector.pyo %%PYTHON_SITELIBDIR%%/astroid/tests/unittest_lookup.py %%PYTHON_SITELIBDIR%%/astroid/tests/unittest_lookup.pyc %%PYTHON_SITELIBDIR%%/astroid/tests/unittest_lookup.pyo @@ -191,6 +203,9 @@ %%PYTHON_SITELIBDIR%%/astroid/tests/unittest_nodes.py %%PYTHON_SITELIBDIR%%/astroid/tests/unittest_nodes.pyc %%PYTHON_SITELIBDIR%%/astroid/tests/unittest_nodes.pyo +%%PYTHON_SITELIBDIR%%/astroid/tests/unittest_objects.py +%%PYTHON_SITELIBDIR%%/astroid/tests/unittest_objects.pyc +%%PYTHON_SITELIBDIR%%/astroid/tests/unittest_objects.pyo %%PYTHON_SITELIBDIR%%/astroid/tests/unittest_peephole.py %%PYTHON_SITELIBDIR%%/astroid/tests/unittest_peephole.pyc %%PYTHON_SITELIBDIR%%/astroid/tests/unittest_peephole.pyo @@ -209,9 +224,15 @@ %%PYTHON_SITELIBDIR%%/astroid/tests/unittest_scoped_nodes.py %%PYTHON_SITELIBDIR%%/astroid/tests/unittest_scoped_nodes.pyc %%PYTHON_SITELIBDIR%%/astroid/tests/unittest_scoped_nodes.pyo +%%PYTHON_SITELIBDIR%%/astroid/tests/unittest_transforms.py +%%PYTHON_SITELIBDIR%%/astroid/tests/unittest_transforms.pyc +%%PYTHON_SITELIBDIR%%/astroid/tests/unittest_transforms.pyo %%PYTHON_SITELIBDIR%%/astroid/tests/unittest_utils.py %%PYTHON_SITELIBDIR%%/astroid/tests/unittest_utils.pyc %%PYTHON_SITELIBDIR%%/astroid/tests/unittest_utils.pyo -%%PYTHON_SITELIBDIR%%/astroid/utils.py -%%PYTHON_SITELIBDIR%%/astroid/utils.pyc -%%PYTHON_SITELIBDIR%%/astroid/utils.pyo +%%PYTHON_SITELIBDIR%%/astroid/transforms.py +%%PYTHON_SITELIBDIR%%/astroid/transforms.pyc +%%PYTHON_SITELIBDIR%%/astroid/transforms.pyo +%%PYTHON_SITELIBDIR%%/astroid/util.py +%%PYTHON_SITELIBDIR%%/astroid/util.pyc +%%PYTHON_SITELIBDIR%%/astroid/util.pyo From owner-svn-ports-head@freebsd.org Sun Dec 20 09:12:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7B76A14535; Sun, 20 Dec 2015 09:12:47 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8449A1B71; Sun, 20 Dec 2015 09:12:47 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBK9CkTe066843; Sun, 20 Dec 2015 09:12:46 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBK9CkZU066840; Sun, 20 Dec 2015 09:12:46 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201512200912.tBK9CkZU066840@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sun, 20 Dec 2015 09:12:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404049 - head/devel/pylint X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 09:12:48 -0000 Author: mva Date: Sun Dec 20 09:12:46 2015 New Revision: 404049 URL: https://svnweb.freebsd.org/changeset/ports/404049 Log: - Update to version 1.5.1 Modified: head/devel/pylint/Makefile head/devel/pylint/distinfo head/devel/pylint/pkg-plist Modified: head/devel/pylint/Makefile ============================================================================== --- head/devel/pylint/Makefile Sun Dec 20 09:12:12 2015 (r404048) +++ head/devel/pylint/Makefile Sun Dec 20 09:12:46 2015 (r404049) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pylint -PORTVERSION= 1.4.3 -PORTREVISION= 1 +PORTVERSION= 1.5.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} Modified: head/devel/pylint/distinfo ============================================================================== --- head/devel/pylint/distinfo Sun Dec 20 09:12:12 2015 (r404048) +++ head/devel/pylint/distinfo Sun Dec 20 09:12:46 2015 (r404049) @@ -1,2 +1,2 @@ -SHA256 (pylint-1.4.3.tar.gz) = 1dce8c143a5aa15e0638887c2b395e2e823223c63ebaf8d5f432a99e44b29f60 -SIZE (pylint-1.4.3.tar.gz) = 342509 +SHA256 (pylint-1.5.1.tar.gz) = 044e9f03eee51ac1cb05f094af6ccc2a2195c558d233819c22527062dff46225 +SIZE (pylint-1.5.1.tar.gz) = 419684 Modified: head/devel/pylint/pkg-plist ============================================================================== --- head/devel/pylint/pkg-plist Sun Dec 20 09:12:12 2015 (r404048) +++ head/devel/pylint/pkg-plist Sun Dec 20 09:12:46 2015 (r404049) @@ -15,6 +15,9 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/checkers/__init__.py %%PYTHON_SITELIBDIR%%/pylint/checkers/__init__.pyc %%PYTHON_SITELIBDIR%%/pylint/checkers/__init__.pyo +%%PYTHON_SITELIBDIR%%/pylint/checkers/async.py +%%PYTHON_SITELIBDIR%%/pylint/checkers/async.pyc +%%PYTHON_SITELIBDIR%%/pylint/checkers/async.pyo %%PYTHON_SITELIBDIR%%/pylint/checkers/base.py %%PYTHON_SITELIBDIR%%/pylint/checkers/base.pyc %%PYTHON_SITELIBDIR%%/pylint/checkers/base.pyo @@ -75,6 +78,18 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/epylint.py %%PYTHON_SITELIBDIR%%/pylint/epylint.pyc %%PYTHON_SITELIBDIR%%/pylint/epylint.pyo +%%PYTHON_SITELIBDIR%%/pylint/extensions/__init__.py +%%PYTHON_SITELIBDIR%%/pylint/extensions/__init__.pyc +%%PYTHON_SITELIBDIR%%/pylint/extensions/__init__.pyo +%%PYTHON_SITELIBDIR%%/pylint/extensions/check_docs.py +%%PYTHON_SITELIBDIR%%/pylint/extensions/check_docs.pyc +%%PYTHON_SITELIBDIR%%/pylint/extensions/check_docs.pyo +%%PYTHON_SITELIBDIR%%/pylint/extensions/check_elif.py +%%PYTHON_SITELIBDIR%%/pylint/extensions/check_elif.pyc +%%PYTHON_SITELIBDIR%%/pylint/extensions/check_elif.pyo +%%PYTHON_SITELIBDIR%%/pylint/graph.py +%%PYTHON_SITELIBDIR%%/pylint/graph.pyc +%%PYTHON_SITELIBDIR%%/pylint/graph.pyo %%PYTHON_SITELIBDIR%%/pylint/gui.py %%PYTHON_SITELIBDIR%%/pylint/gui.pyc %%PYTHON_SITELIBDIR%%/pylint/gui.pyo @@ -93,12 +108,18 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/pyreverse/diagrams.py %%PYTHON_SITELIBDIR%%/pylint/pyreverse/diagrams.pyc %%PYTHON_SITELIBDIR%%/pylint/pyreverse/diagrams.pyo +%%PYTHON_SITELIBDIR%%/pylint/pyreverse/inspector.py +%%PYTHON_SITELIBDIR%%/pylint/pyreverse/inspector.pyc +%%PYTHON_SITELIBDIR%%/pylint/pyreverse/inspector.pyo %%PYTHON_SITELIBDIR%%/pylint/pyreverse/main.py %%PYTHON_SITELIBDIR%%/pylint/pyreverse/main.pyc %%PYTHON_SITELIBDIR%%/pylint/pyreverse/main.pyo %%PYTHON_SITELIBDIR%%/pylint/pyreverse/utils.py %%PYTHON_SITELIBDIR%%/pylint/pyreverse/utils.pyc %%PYTHON_SITELIBDIR%%/pylint/pyreverse/utils.pyo +%%PYTHON_SITELIBDIR%%/pylint/pyreverse/vcgutils.py +%%PYTHON_SITELIBDIR%%/pylint/pyreverse/vcgutils.pyc +%%PYTHON_SITELIBDIR%%/pylint/pyreverse/vcgutils.pyo %%PYTHON_SITELIBDIR%%/pylint/pyreverse/writer.py %%PYTHON_SITELIBDIR%%/pylint/pyreverse/writer.pyc %%PYTHON_SITELIBDIR%%/pylint/pyreverse/writer.pyo @@ -117,14 +138,31 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/reporters/text.py %%PYTHON_SITELIBDIR%%/pylint/reporters/text.pyc %%PYTHON_SITELIBDIR%%/pylint/reporters/text.pyo +%%PYTHON_SITELIBDIR%%/pylint/reporters/ureports/__init__.py +%%PYTHON_SITELIBDIR%%/pylint/reporters/ureports/__init__.pyc +%%PYTHON_SITELIBDIR%%/pylint/reporters/ureports/__init__.pyo +%%PYTHON_SITELIBDIR%%/pylint/reporters/ureports/html_writer.py +%%PYTHON_SITELIBDIR%%/pylint/reporters/ureports/html_writer.pyc +%%PYTHON_SITELIBDIR%%/pylint/reporters/ureports/html_writer.pyo +%%PYTHON_SITELIBDIR%%/pylint/reporters/ureports/nodes.py +%%PYTHON_SITELIBDIR%%/pylint/reporters/ureports/nodes.pyc +%%PYTHON_SITELIBDIR%%/pylint/reporters/ureports/nodes.pyo +%%PYTHON_SITELIBDIR%%/pylint/reporters/ureports/text_writer.py +%%PYTHON_SITELIBDIR%%/pylint/reporters/ureports/text_writer.pyc +%%PYTHON_SITELIBDIR%%/pylint/reporters/ureports/text_writer.pyo %%PYTHON_SITELIBDIR%%/pylint/test/data/__init__.py %%PYTHON_SITELIBDIR%%/pylint/test/data/ascript %%PYTHON_SITELIBDIR%%/pylint/test/data/classes_No_Name.dot %%PYTHON_SITELIBDIR%%/pylint/test/data/clientmodule_test.py %%PYTHON_SITELIBDIR%%/pylint/test/data/packages_No_Name.dot %%PYTHON_SITELIBDIR%%/pylint/test/data/suppliermodule_test.py +%%PYTHON_SITELIBDIR%%/pylint/test/extensions/__init__.py +%%PYTHON_SITELIBDIR%%/pylint/test/extensions/data/elif.py +%%PYTHON_SITELIBDIR%%/pylint/test/extensions/test_check_docs.py +%%PYTHON_SITELIBDIR%%/pylint/test/extensions/test_elseif_used.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/__init__.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/abstract_abc_methods.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/abstract_class_instantiated_in_class.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/abstract_class_instantiated_py2.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/abstract_class_instantiated_py2.rc %%PYTHON_SITELIBDIR%%/pylint/test/functional/abstract_class_instantiated_py2.txt @@ -140,20 +178,37 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/test/functional/abstract_method_py3.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/abstract_method_py3.rc %%PYTHON_SITELIBDIR%%/pylint/test/functional/abstract_method_py3.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/access_member_before_definition.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/access_member_before_definition.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/access_to__name__.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/access_to__name__.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/access_to_protected_members.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/access_to_protected_members.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/anomalous_unicode_escape.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/anomalous_unicode_escape.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/anomalous_unicode_escape_py2.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/anomalous_unicode_escape_py2.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/anomalous_unicode_escape_py2.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/anomalous_unicode_escape_py3.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/anomalous_unicode_escape_py3.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/anomalous_unicode_escape_py3.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/arguments.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/arguments.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/arguments_differ.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/arguments_differ.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/assert_on_tuple.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/assert_on_tuple.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/assigning_non_slot.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/assigning_non_slot.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_context_manager.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_context_manager.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/attribute_defined_outside_init.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/attribute_defined_outside_init.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_builtin.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_builtin.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_continuation.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_continuation.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_exception_context.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_exception_context.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_exception_context.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_indentation.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_indentation.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_inline_option.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_inline_option.rc %%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_inline_option.txt @@ -165,7 +220,16 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_open_mode_py3.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_reversed_sequence.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_reversed_sequence.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_staticmethod_argument.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_staticmethod_argument.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_whitespace.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/bad_whitespace.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/bare_except.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/bare_except.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/blacklisted_name.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/blacklisted_name.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/boolean_datetime.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/boolean_datetime.rc %%PYTHON_SITELIBDIR%%/pylint/test/functional/boolean_datetime.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/cellvar_escaping_loop.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/cellvar_escaping_loop.txt @@ -180,20 +244,69 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/test/functional/confidence_filter.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/confidence_filter.rc %%PYTHON_SITELIBDIR%%/pylint/test/functional/confidence_filter.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/confusing_with_statement.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/confusing_with_statement.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/consider_using_enumerate.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/consider_using_enumerate.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/continue_in_finally.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/continue_in_finally.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/crash_missing_module_type.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/crash_missing_module_type.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/ctor_arguments.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/ctor_arguments.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/dangerous_default_value.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/dangerous_default_value.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/dangerous_default_value.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/dangerous_default_value_py30.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/dangerous_default_value_py30.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/dangerous_default_value_py30.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/defined_and_used_on_same_line.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_lambda.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_lambda.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_lambda.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_methods_py2.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_methods_py2.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_methods_py2.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_methods_py3.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_methods_py3.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_methods_py3.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_module_py2.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_module_py2.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_module_py2.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_module_py3.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_module_py3.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_module_py3.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_module_uninstalled.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_module_uninstalled.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/deprecated_module_uninstalled.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/docstrings.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/docstrings.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/duplicate_argument_name.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/duplicate_argument_name.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/duplicate_bases.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/duplicate_bases.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/duplicate_dict_literal_key.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/duplicate_dict_literal_key.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/duplicate_except.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/duplicate_except.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/eval_used.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/eval_used.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/exception_is_binary_op.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/exception_is_binary_op.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/exec_used_py2.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/exec_used_py2.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/exec_used_py2.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/exec_used_py3.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/exec_used_py3.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/exec_used_py3.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/fixme.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/fixme.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/formatting.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/function_redefined.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/function_redefined.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/future_import.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/future_unicode_literals.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/future_unicode_literals.rc %%PYTHON_SITELIBDIR%%/pylint/test/functional/future_unicode_literals.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/generated_members.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/generated_members.rc @@ -203,16 +316,21 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/test/functional/globals.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/import_error.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/import_error.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/inconsistent_mro.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/inconsistent_mro.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/indexing_exception.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/indexing_exception.rc %%PYTHON_SITELIBDIR%%/pylint/test/functional/indexing_exception.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/inherit_non_class.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/inherit_non_class.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/init_is_generator.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/init_is_generator.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/init_not_called.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/init_not_called.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid__all__object.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid__all__object.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_all_object.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_all_object.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_encoded_data.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_encoded_data.rc %%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_encoded_data.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_exceptions_caught.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_exceptions_caught.txt @@ -220,21 +338,71 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_exceptions_raised.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_name.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_name.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_sequence_index.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_sequence_index.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_slice_index.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_slice_index.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_star_assignment_target.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_star_assignment_target.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_star_assignment_target.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_unary_operand_type.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_unary_operand_type.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/invalid_unary_operand_type.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/iterable_context.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/iterable_context.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/iterable_context_py2.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/iterable_context_py2.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/iterable_context_py2.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/iterable_context_py3.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/iterable_context_py3.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/iterable_context_py3.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/line_endings.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/line_endings.rc %%PYTHON_SITELIBDIR%%/pylint/test/functional/line_endings.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/line_too_long.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/line_too_long.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/logging_format_interpolation.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/logging_format_interpolation.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/logging_not_lazy.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/logging_not_lazy.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/long_lines_with_utf8.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/long_lines_with_utf8.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/mapping_context.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/mapping_context.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/mapping_context_py2.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/mapping_context_py2.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/mapping_context_py2.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/mapping_context_py3.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/mapping_context_py3.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/mapping_context_py3.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/member_checks.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/member_checks.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/membership_protocol.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/membership_protocol.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/membership_protocol_py2.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/membership_protocol_py2.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/membership_protocol_py2.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/membership_protocol_py3.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/membership_protocol_py3.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/membership_protocol_py3.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/method_hidden.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/method_hidden.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/misplaced_bare_raise.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/misplaced_bare_raise.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/misplaced_comparison_constant.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/misplaced_comparison_constant.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/misplaced_future.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/misplaced_future.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/missing_docstring.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/missing_docstring.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/missing_final_newline.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/missing_final_newline.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/missing_self_argument.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/missing_self_argument.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/mixed_indentation.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/mixed_indentation.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/multiple_imports.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/multiple_imports.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/name_styles.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/name_styles.rc %%PYTHON_SITELIBDIR%%/pylint/test/functional/name_styles.txt @@ -246,8 +414,36 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/test/functional/newstyle__slots__.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/newstyle_properties.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/newstyle_properties.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/no_classmethod_decorator.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/no_classmethod_decorator.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/no_name_in_module.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/no_name_in_module.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/no_self_use.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/no_self_use.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/no_self_use_py3.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/no_self_use_py3.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/no_self_use_py3.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/no_staticmethod_decorator.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/no_staticmethod_decorator.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/non_iterator_returned.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/non_iterator_returned.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/nonexistent_operator.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/nonexistent_operator.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/nonlocal_and_global.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/nonlocal_and_global.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/nonlocal_and_global.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/nonlocal_without_binding.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/nonlocal_without_binding.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/nonlocal_without_binding.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/not_async_context_manager.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/not_async_context_manager.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/not_async_context_manager.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/not_callable.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/not_callable.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/not_context_manager.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/not_context_manager.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/not_in_loop.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/not_in_loop.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/old_style_class_py27.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/old_style_class_py27.rc %%PYTHON_SITELIBDIR%%/pylint/test/functional/old_style_class_py27.txt @@ -260,15 +456,36 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/test/functional/raising_non_exception_py3.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/redefined_builtin.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/redefined_builtin.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/redefined_variable_type.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/redefined_variable_type.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/redundant_unittest_assert.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/redundant_unittest_assert.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/reimported.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/reimported.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/repeated_keyword.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/repeated_keyword.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/return_in_init.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/return_in_init.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/return_outside_function.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/return_outside_function.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/simplifiable_if_statement.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/simplifiable_if_statement.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/singleton_comparison.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/singleton_comparison.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/slots_checks.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/slots_checks.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/socketerror_import.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/star_needs_assignment_target.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/star_needs_assignment_target.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/star_needs_assignment_target.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/star_needs_assignment_target_py35.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/star_needs_assignment_target_py35.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/star_needs_assignment_target_py35.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/statement_without_effect.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/statement_without_effect.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/string_formatting.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/string_formatting.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/string_formatting_failed_inference.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/string_formatting_py27.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/string_formatting_py27.rc %%PYTHON_SITELIBDIR%%/pylint/test/functional/string_formatting_py27.txt @@ -282,9 +499,48 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/test/functional/suspicious_str_strip_call_py3.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/suspicious_str_strip_call_py3.rc %%PYTHON_SITELIBDIR%%/pylint/test/functional/suspicious_str_strip_call_py3.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/syntax_error.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/syntax_error.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/syntax_error.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/syntax_error_jython.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/syntax_error_jython.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/syntax_error_jython.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/tokenize_error.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/tokenize_error.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/tokenize_error.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/tokenize_error_jython.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/tokenize_error_jython.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/tokenize_error_jython.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_few_public_methods.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_few_public_methods.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_ancestors.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_ancestors.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_arguments.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_arguments.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_boolean_expressions.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_boolean_expressions.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_branches.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_branches.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_instance_attributes.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_instance_attributes.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_lines.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_lines.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_lines_disabled.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_locals.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_locals.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_nested_blocks.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_nested_blocks.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_public_methods.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_public_methods.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_return_statements.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_return_statements.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_star_expressions.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_star_expressions.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_star_expressions.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_statements.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/too_many_statements.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/trailing_whitespaces.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/trailing_whitespaces.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/unbalanced_tuple_unpacking.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/unbalanced_tuple_unpacking.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/unbalanced_tuple_unpacking_py30.py @@ -294,90 +550,105 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/test/functional/undefined_variable_py30.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/undefined_variable_py30.rc %%PYTHON_SITELIBDIR%%/pylint/test/functional/undefined_variable_py30.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/unexpected_special_method_signature.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/unexpected_special_method_signature.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/ungrouped_imports.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/ungrouped_imports.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/unidiomatic_typecheck.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/unidiomatic_typecheck.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/uninferable_all_object.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/unknown_encoding_jython.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/unknown_encoding_jython.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/unknown_encoding_jython.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/unknown_encoding_py29.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/unknown_encoding_py29.rc %%PYTHON_SITELIBDIR%%/pylint/test/functional/unknown_encoding_py29.txt -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unknown_encoding_py30.py -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unknown_encoding_py30.rc -%%PYTHON_SITELIBDIR%%/pylint/test/functional/unknown_encoding_py30.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/unknown_encoding_pypy.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/unknown_encoding_pypy.rc %%PYTHON_SITELIBDIR%%/pylint/test/functional/unknown_encoding_pypy.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/unnecessary_lambda.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/unnecessary_lambda.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/unnecessary_pass.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/unnecessary_pass.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/unneeded_not.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/unneeded_not.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/unpacked_exceptions.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/unpacked_exceptions.rc %%PYTHON_SITELIBDIR%%/pylint/test/functional/unpacked_exceptions.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/unpacking.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/unpacking_generalizations.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/unpacking_generalizations.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/unpacking_generalizations.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/unpacking_non_sequence.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/unpacking_non_sequence.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/unreachable.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/unreachable.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/unrecognized_inline_option.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/unrecognized_inline_option.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/unsubscriptable_value.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/unsubscriptable_value.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/unsupported_binary_operation.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/unsupported_binary_operation.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/unsupported_binary_operation.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/unused_import.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/unused_import.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/used_before_assignment_nonlocal.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/used_before_assignment_nonlocal.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/used_before_assignment_nonlocal.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/useless_else_on_loop.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/useless_else_on_loop.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/using_constant_test.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/using_constant_test.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/wildcard_import.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/wildcard_import.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/with_used_before_assign.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/with_used_before_assign.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/with_using_generator.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/with_using_generator.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_order.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_order.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/wrong_import_position.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/yield_from_iterable_py33.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/yield_from_iterable_py33.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/yield_from_iterable_py33.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/yield_from_outside_func.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/yield_from_outside_func.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/yield_from_outside_func.txt +%%PYTHON_SITELIBDIR%%/pylint/test/functional/yield_inside_async_function.py +%%PYTHON_SITELIBDIR%%/pylint/test/functional/yield_inside_async_function.rc +%%PYTHON_SITELIBDIR%%/pylint/test/functional/yield_inside_async_function.txt %%PYTHON_SITELIBDIR%%/pylint/test/functional/yield_outside_func.py %%PYTHON_SITELIBDIR%%/pylint/test/functional/yield_outside_func.txt %%PYTHON_SITELIBDIR%%/pylint/test/input/__init__.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_3k_removed_stuff_py_30.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_assert_2uple.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_attrs_definition_order.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_bad_assigment_to_exception_var.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_bad_cont_dictcomp_py27.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_bad_exception_context_py30.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_base_useless_pass.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_block_disable_msg.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_break_or_return_in_try_finally.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_bug113231.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_continue_not_in_loop.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_dangerous_default.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_defining-attr-methods_order.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_deprecated_lambda_py_30.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_deprecated_module_py30.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_deprecated_module_py_30.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_disable_linebased.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_dotted_ancestor.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_e0001_py30.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_e0011.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_e0012.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_e0101.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_e0108.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_e0203.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_e0204.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_e0206.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_e0601.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_e0604.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_e12xx.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_e13xx.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_empty_module.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_eval_used.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_excess_escapes.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_exec_used_py30.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_f0401.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_first_arg.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_fixme.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_i0011.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_i0012.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_i0013.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_i0014.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_i0020.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_i0022.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_import_syntax_error.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_indent.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_init_vars.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_interfaces.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_invalid_sequence_index.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_keyword_repeat.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_kwoa_py30.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_logging_not_lazy_with_logger.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_loopvar_in_dict_comp_py27.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_method_could_be_function.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_module___dict__.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_more_e0604.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_nameerror_on_string_substitution.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_no_dummy_redefined.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror___init___return_from_inner_function.py @@ -385,29 +656,21 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_base_init_vars.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_builtin_module_test.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_class_attributes.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_class_decorators_py26.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_classes_meth_could_be_a_function.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_classes_meth_signature.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_classes_protected_member_access.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_crash_122793.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_crash_127416.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_decorator_scope.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_e1101_13784.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_e1101_9588_base_attr_aug_assign.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_e1101_but_getattr.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_encoding.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_except_pass.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_exception.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_external_classmethod_crash.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_factory_method.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_function_as_method.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_genexp_in_class_scope.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_indirect_interface.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_inner_classes.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_lambda_use_before_assign.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_long_utf8_line.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_mcs_attr_access.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_nested_classes.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_new_style_class_py_30.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_no_warning_docstring.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_nonregr.py @@ -416,65 +679,26 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_overriden_method_varargs.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_property_affectation_py26.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_raise_return_self.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_socket_member.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_static_method.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_staticmethod_as_decorator_py24.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_super_protected.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_unused_variable_py30.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_used_before_assignment.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_w0232.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_yield_assign_py25.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_noerror_yield_return_mix.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_non_iterator_returned_py30.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_non_iterator_returned_py_30.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_nonregr___file___global.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_operators.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_r0901.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_r0902.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_r0903.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_r0904.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_r0923.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_reqattrs.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_return_outside_func.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_return_yield_mix_py_33.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_set_literal_as_default_py27.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_syntax_error.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_tokenize_error.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_too_many_locals_arguments.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_too_many_returns_yields.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_toolonglines.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_trailing_whitespace.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_typecheck_callfunc_assigment.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_typecheck_non_callable_call.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_undefined_metaclass_var_py30.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_unreachable.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_unused_import_py30.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_unused_overridden_argument.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_use_for_or_listcomp_var.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_used_before_assignment_py30.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_variables_unused_name_from_wilcard_import.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0101.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0102.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0103.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0104.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0105.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0110.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0111.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0112.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0122_py_30.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0151.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0202.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0205.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0233.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0302.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0312.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0332_py_30.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0401.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0401_package/__init__.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0401_package/all_the_things.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0401_package/thing1.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0401_package/thing2.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0402.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0404.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0405.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0406.py @@ -484,18 +708,11 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0623_py30.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0623_py_30.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0631.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0702.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0703.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0704.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0705.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_w0801.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_w1201.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/func_w1202.py %%PYTHON_SITELIBDIR%%/pylint/test/input/func_with_without_as_py25.py %%PYTHON_SITELIBDIR%%/pylint/test/input/ignore_except_pass_by_default.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/indirect1.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/indirect2.py -%%PYTHON_SITELIBDIR%%/pylint/test/input/indirect3.py %%PYTHON_SITELIBDIR%%/pylint/test/input/noext %%PYTHON_SITELIBDIR%%/pylint/test/input/similar1 %%PYTHON_SITELIBDIR%%/pylint/test/input/similar2 @@ -504,119 +721,59 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/test/input/w0801_same.py %%PYTHON_SITELIBDIR%%/pylint/test/messages/builtin_module.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_3k_removed_stuff_py_30.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_assert_2uple.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_attrs_definition_order.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_bad_assigment_to_exception_var.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_bad_cont_dictcomp_py27.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_bad_exception_context_py30.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_base_useless_pass.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_block_disable_msg.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_break_or_return_in_try_finally.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_bug113231.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_continue_not_in_loop.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_dangerous_default.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_dangerous_default_py30.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_defining-attr-methods_order.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_deprecated_lambda_py_30.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_deprecated_module_py30.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_deprecated_module_py_30.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_disable_linebased.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_disable_linebased_py30.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_dotted_ancestor.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_e0001_py30.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_e0011.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_e0012.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_e0101.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_e0108.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_e0203.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_e0204.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_e0206.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_e0601.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_e0604.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_e12xx.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_e13xx.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_e13xx_py30.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_empty_module.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_eval_used.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_excess_escapes.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_exec_used_py30.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_f0401.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_first_arg.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_fixme.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_i0011.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_i0012.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_i0013.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_i0014.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_i0020.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_i0022.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_import_syntax_error.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_import_syntax_error_py30.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_indent.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_init_vars.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_interfaces.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_invalid_sequence_index.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_keyword_repeat_py26.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_kwoa_py30.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_logging_not_lazy_with_logger.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_loopvar_in_dict_comp_py27.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_method_could_be_function.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_module___dict__.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_more_e0604.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_nameerror_on_string_substitution.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_no_dummy_redefined.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_non_iterator_returned_py30.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_non_iterator_returned_py_30.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_nonregr___file___global.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_operators.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_r0901.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_r0902.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_r0903.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_r0904.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_r0923.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_raw_escapes.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_reqattrs.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_return_outside_func.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_return_yield_mix_py_33.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_set_literal_as_default_py27.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_syntax_error.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_tokenize_error.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_too_many_locals_arguments.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_too_many_returns_yields.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_toolonglines.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_toolonglines_py30.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_trailing_whitespace.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_typecheck_callfunc_assigment.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_typecheck_getattr_py30.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_typecheck_non_callable_call.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_undefined_metaclass_var_py30.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_unicode_literal_py26.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_unicode_literal_py274.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_unreachable.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_unused_import_py30.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_unused_overridden_argument.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_use_for_or_listcomp_var_py29.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_use_for_or_listcomp_var_py30.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_used_before_assignment_py30.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_variables_unused_name_from_wilcard_import.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0101.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0102.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0103.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0104.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0105.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0110.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0111.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0112.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0122_py_30.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0151.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0202.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0205.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0233.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0302.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0312.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0332_py_30.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0401.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0401_package.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0402.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0404.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0405.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0406.txt @@ -628,22 +785,25 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0623_py30.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0623_py_30.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0631.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0702.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0703.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0704.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0705.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w0801.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w1201.txt -%%PYTHON_SITELIBDIR%%/pylint/test/messages/func_w1202.txt %%PYTHON_SITELIBDIR%%/pylint/test/messages/func_with_without_as_py25.txt %%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/absimp/__init__.py %%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/absimp/string.py %%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/application_crash.py +%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/bad_package/__init__.py +%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/bad_package/wrong.py %%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/classdoc_usage.py %%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/decimal_inference.py %%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/descriptor_crash.py +%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/dummy/__init__.py +%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/dummy/another.py +%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/dummy/dummy.py +%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/html_crash_420.py %%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/import_assign.py %%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/import_package_subpackage_module.py +%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/import_something.py %%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/module_global.py %%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/no_stdout_encoding.py %%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/numarray_import.py @@ -658,6 +818,7 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/py3k_error_flag.py %%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/special_attr_scope_lookup_crash.py %%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/try_finally_disable_msg_crash.py +%%PYTHON_SITELIBDIR%%/pylint/test/regrtest_data/wrong_import_position.py %%PYTHON_SITELIBDIR%%/pylint/test/test_func.py %%PYTHON_SITELIBDIR%%/pylint/test/test_functional.py %%PYTHON_SITELIBDIR%%/pylint/test/test_import_graph.py @@ -667,16 +828,19 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/test/unittest_checker_classes.py %%PYTHON_SITELIBDIR%%/pylint/test/unittest_checker_exceptions.py %%PYTHON_SITELIBDIR%%/pylint/test/unittest_checker_format.py +%%PYTHON_SITELIBDIR%%/pylint/test/unittest_checker_imports.py %%PYTHON_SITELIBDIR%%/pylint/test/unittest_checker_logging.py %%PYTHON_SITELIBDIR%%/pylint/test/unittest_checker_misc.py %%PYTHON_SITELIBDIR%%/pylint/test/unittest_checker_python3.py %%PYTHON_SITELIBDIR%%/pylint/test/unittest_checker_similar.py %%PYTHON_SITELIBDIR%%/pylint/test/unittest_checker_spelling.py +%%PYTHON_SITELIBDIR%%/pylint/test/unittest_checker_strings.py %%PYTHON_SITELIBDIR%%/pylint/test/unittest_checker_typecheck.py %%PYTHON_SITELIBDIR%%/pylint/test/unittest_checker_variables.py %%PYTHON_SITELIBDIR%%/pylint/test/unittest_checkers_utils.py %%PYTHON_SITELIBDIR%%/pylint/test/unittest_lint.py %%PYTHON_SITELIBDIR%%/pylint/test/unittest_pyreverse_diadefs.py +%%PYTHON_SITELIBDIR%%/pylint/test/unittest_pyreverse_inspector.py %%PYTHON_SITELIBDIR%%/pylint/test/unittest_pyreverse_writer.py %%PYTHON_SITELIBDIR%%/pylint/test/unittest_reporters_json.py %%PYTHON_SITELIBDIR%%/pylint/test/unittest_reporting.py From owner-svn-ports-head@freebsd.org Sun Dec 20 09:42:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD486A4D635; Sun, 20 Dec 2015 09:42:17 +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 7014F1598; Sun, 20 Dec 2015 09:42:17 +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 tBK9gGoN075298; Sun, 20 Dec 2015 09:42:16 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBK9gDAU075261; Sun, 20 Dec 2015 09:42:13 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201512200942.tBK9gDAU075261@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 20 Dec 2015 09:42:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404050 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 09:42:18 -0000 Author: rene Date: Sun Dec 20 09:42:13 2015 New Revision: 404050 URL: https://svnweb.freebsd.org/changeset/ports/404050 Log: www/chromium: update to 47.0.2526.106 Submitted by: Christoph Moench-Tegeder via GitHub MFH: 2015Q4 Security: http://vuxml.freebsd.org/freebsd/bb7d4791-a5bf-11e5-a0e5-00262d5ed8ee.html Added: head/www/chromium/files/patch-chrome__browser__ssl__bad_blocking_page.cc (contents, props changed) head/www/chromium/files/patch-chrome__common__component_flash_hint_file_linux.h (contents, props changed) head/www/chromium/files/patch-content__browser__renderer_host__renderer_process_host_impl.cc (contents, props changed) head/www/chromium/files/patch-media__audio__audio_manager.cc (contents, props changed) head/www/chromium/files/patch-media__audio__audio_manager.h (contents, props changed) head/www/chromium/files/patch-third_party__ffmpeg__chromium__scripts__generate_gyp.py (contents, props changed) head/www/chromium/files/patch-third_party__ffmpeg__ffmpeg_generated.gni (contents, props changed) Deleted: head/www/chromium/files/patch-media__capture__video__linux__video_capture_device_linux.h Modified: head/www/chromium/Makefile head/www/chromium/distinfo head/www/chromium/files/extra-patch-clang head/www/chromium/files/patch-base__process__memory_unittest.cc head/www/chromium/files/patch-base__process__process_info_linux.cc head/www/chromium/files/patch-base__process__process_posix.cc head/www/chromium/files/patch-chrome__browser__net__cookie_store_util.cc head/www/chromium/files/patch-chrome__browser__ui__webui__chrome_web_ui_controller_factory.cc head/www/chromium/files/patch-chrome__chrome_browser.gypi head/www/chromium/files/patch-chrome__chrome_browser_ui.gypi head/www/chromium/files/patch-chrome__common__chrome_paths.h head/www/chromium/files/patch-chrome__common__variations__fieldtrial_testing_config.gyp head/www/chromium/files/patch-components__metrics__drive_metrics_provider_linux.cc head/www/chromium/files/patch-content__renderer__renderer_blink_platform_impl.cc head/www/chromium/files/patch-device__serial__serial_io_handler_posix.cc head/www/chromium/files/patch-device__usb__usb_service_impl.cc head/www/chromium/files/patch-media__capture__video__fake_video_capture_device_factory.cc head/www/chromium/files/patch-media__capture__video__file_video_capture_device_factory.cc head/www/chromium/files/patch-media__capture__video__linux__video_capture_device_linux.cc head/www/chromium/files/patch-media__capture__video__video_capture_device.cc head/www/chromium/files/patch-media__capture__video__video_capture_device.h head/www/chromium/files/patch-media__capture__video__video_capture_device_factory.cc head/www/chromium/files/patch-media__filters__vp9_parser.h head/www/chromium/files/patch-media__media.gyp head/www/chromium/files/patch-net__net.gypi head/www/chromium/files/patch-net__proxy__proxy_service.cc head/www/chromium/files/patch-skia__skia_chrome.gypi head/www/chromium/files/patch-third_party__ffmpeg__ffmpeg_generated.gypi head/www/chromium/files/patch-third_party__pdfium__fpdfsdk__src__javascript__JS_Value.cpp head/www/chromium/files/patch-third_party__pdfium__fpdfsdk__src__javascript__PublicMethods.cpp head/www/chromium/files/patch-third_party__sfntly__sfntly.gyp head/www/chromium/files/patch-third_party__webrtc__base__systeminfo.cc head/www/chromium/files/patch-ui__events__keycodes__dom__keycode_converter.cc head/www/chromium/files/patch-ui__gl__gl_surface_glx.cc head/www/chromium/files/patch-ui__gl__sync_control_vsync_provider.cc head/www/chromium/files/patch-ui__resources__ui_resources.grd head/www/chromium/files/patch-ui__views__bubble__bubble_delegate.cc head/www/chromium/files/patch-ui__views__controls__button__label_button.cc Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Sun Dec 20 09:12:46 2015 (r404049) +++ head/www/chromium/Makefile Sun Dec 20 09:42:13 2015 (r404050) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 47.0.2526.80 +PORTVERSION= 47.0.2526.106 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 @@ -23,7 +23,6 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${ ${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}beautifulsoup>0:${PORTSDIR}/www/py-beautifulsoup \ ${PYTHON_PKGNAMEPREFIX}html5lib>0:${PORTSDIR}/www/py-html5lib LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \ @@ -244,9 +243,6 @@ post-patch: ${WRKSRC}/base/base.gyp pre-configure: -.if ! ${PORT_OPTIONS:MTEST} - ${ECHO_CMD} > ${WRKSRC}/chrome/test/data/webui/i18n_process_css_test.html -.endif # phajdan-jr: list of things *not* to remove, so maybe the script # should be called "keep_bundled_libraries.py" cd ${WRKSRC} && ${PYTHON_CMD} \ @@ -275,6 +271,13 @@ pre-configure: 'third_party/brotli' \ 'third_party/boringssl' \ 'third_party/cacheinvalidation' \ + 'third_party/catapult' \ + 'third_party/catapult/third_party/beautifulsoup' \ + 'third_party/catapult/tracing' \ + 'third_party/catapult/tracing/third_party' \ + 'third_party/catapult/tracing/third_party/tvcm' \ + 'third_party/catapult/tracing/third_party/tvcm/third_party/rcssmin' \ + 'third_party/catapult/tracing/third_party/tvcm/third_party/rjsmin' \ 'third_party/cld' \ 'third_party/cros_system_api' \ 'third_party/dom_distiller_js' \ @@ -299,11 +302,9 @@ pre-configure: 'third_party/libsrtp' \ 'third_party/libvpx_new' \ 'third_party/libvpx_new/source/libvpx/third_party/x86inc' \ + 'third_party/libwebm' \ 'third_party/libxml/chromium' \ 'third_party/libXNVCtrl' \ - 'third_party/libwebm' \ - 'third_party/libwebm/source' \ - 'third_party/libwebm/source/common' \ 'third_party/libyuv' \ 'third_party/lss' \ 'third_party/lzma_sdk' \ @@ -332,13 +333,6 @@ pre-configure: 'third_party/sqlite' \ 'third_party/tcmalloc' \ 'third_party/tlslite' \ - 'third_party/catapult' \ - 'third_party/catapult/tracing' \ - 'third_party/catapult/tracing/third_party' \ - 'third_party/catapult/tracing/third_party/tvcm/third_party' \ - 'third_party/catapult/tracing/third_party/tvcm/third_party/rcssmin' \ - 'third_party/catapult/tracing/third_party/tvcm/third_party/rjsmin' \ - 'third_party/catapult/tracing/third_party/tvcm/tvcm' \ 'third_party/usrsctp' \ 'third_party/web-animations-js' \ 'third_party/webdriver' \ @@ -356,6 +350,10 @@ pre-configure: ${GYP_DEFINES:C/^/-D/} || ${FALSE} # allow removal of third_party/adobe ${ECHO_CMD} > ${WRKSRC}/flapper_version.h + # missing file: file is in -testdata only, but configure stage + # will fail if it's not there. do not break TESTS build while + # allowing regular build without pulling in -testdata. + ${TOUCH} ${WRKSRC}/chrome/test/data/webui/i18n_process_css_test.html do-configure: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${PYTHON_CMD} \ Modified: head/www/chromium/distinfo ============================================================================== --- head/www/chromium/distinfo Sun Dec 20 09:12:46 2015 (r404049) +++ head/www/chromium/distinfo Sun Dec 20 09:42:13 2015 (r404050) @@ -1,4 +1,4 @@ -SHA256 (chromium-47.0.2526.80.tar.xz) = b107148323a3b641eae29bfeda298183c0d1c110ef96a04a13f329015d614d05 -SIZE (chromium-47.0.2526.80.tar.xz) = 1210266772 -SHA256 (chromium-47.0.2526.80-testdata.tar.xz) = 155165253d232cc2fd5f072d45aec98efca7ca38e29661890b3debc9ad310bfd -SIZE (chromium-47.0.2526.80-testdata.tar.xz) = 117394704 +SHA256 (chromium-47.0.2526.106.tar.xz) = 64535073330a3d37aad228d10a15cdcbb5b389e59d079d1a3b22d023b99a58e6 +SIZE (chromium-47.0.2526.106.tar.xz) = 1433438428 +SHA256 (chromium-47.0.2526.106-testdata.tar.xz) = 327fe48a9611f55005654c49ce79349b1caed283fba2df6283ebdc486ce348b8 +SIZE (chromium-47.0.2526.106-testdata.tar.xz) = 117395412 Modified: head/www/chromium/files/extra-patch-clang ============================================================================== --- head/www/chromium/files/extra-patch-clang Sun Dec 20 09:12:46 2015 (r404049) +++ head/www/chromium/files/extra-patch-clang Sun Dec 20 09:42:13 2015 (r404050) @@ -224,7 +224,7 @@ --- third_party/webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.cc.orig 2015-09-03 09:31:11.815462000 -0400 +++ third_party/webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.cc 2015-09-03 09:31:50.974163000 -0400 -@@ -844,7 +844,7 @@ +@@ -1028,7 +1028,7 @@ const AudioEncoder* AudioCodingImpl::GetSenderInfo() const { FATAL() << "Not implemented yet."; @@ -233,7 +233,7 @@ } const CodecInst* AudioCodingImpl::GetSenderCodecInst() { -@@ -864,7 +864,7 @@ +@@ -1048,7 +1048,7 @@ const ReceiverInfo* AudioCodingImpl::GetReceiverInfo() const { FATAL() << "Not implemented yet."; Modified: head/www/chromium/files/patch-base__process__memory_unittest.cc ============================================================================== --- head/www/chromium/files/patch-base__process__memory_unittest.cc Sun Dec 20 09:12:46 2015 (r404049) +++ head/www/chromium/files/patch-base__process__memory_unittest.cc Sun Dec 20 09:42:13 2015 (r404050) @@ -1,5 +1,5 @@ ---- base/process/memory_unittest.cc.orig 2015-10-14 03:01:18.000000000 -0400 -+++ base/process/memory_unittest.cc 2015-10-23 11:11:40.281381000 -0400 +--- base/process/memory_unittest.cc.orig 2015-12-04 20:12:12.356919000 +0100 ++++ base/process/memory_unittest.cc 2015-12-04 20:14:11.966272000 +0100 @@ -137,11 +137,11 @@ #endif // defined(OS_MACOSX) @@ -19,5 +19,5 @@ } #endif // !defined(MEMORY_TOOL_REPLACES_ALLOCATOR) -#endif // !defined(OS_ANDROID) && !defined(OS_OPENBSD) && !(defined(OS_WIN) && -+#endif // !defined(OS_ANDROID) && !defined(OS_BSD) && !defined(OS_WIN) ++#endif // !defined(OS_ANDROID) && !defined(OS_BSD) && !(defined(OS_WIN) && // !defined(ALLOCATOR_SHIM)) && !defined(MEMORY_TOOL_REPLACES_ALLOCATOR) Modified: head/www/chromium/files/patch-base__process__process_info_linux.cc ============================================================================== --- head/www/chromium/files/patch-base__process__process_info_linux.cc Sun Dec 20 09:12:46 2015 (r404049) +++ head/www/chromium/files/patch-base__process__process_info_linux.cc Sun Dec 20 09:42:13 2015 (r404050) @@ -1,5 +1,5 @@ ---- base/process/process_info_linux.cc.orig 2015-10-06 22:42:06.000000000 -0400 -+++ base/process/process_info_linux.cc 2015-10-14 08:06:38.761855000 -0400 +--- base/process/process_info_linux.cc.orig 2015-10-14 16:18:44.939415000 +0200 ++++ base/process/process_info_linux.cc 2015-10-14 16:22:36.086176000 +0200 @@ -10,10 +10,28 @@ #include "base/process/process_handle.h" #include "base/time/time.h" Modified: head/www/chromium/files/patch-base__process__process_posix.cc ============================================================================== --- head/www/chromium/files/patch-base__process__process_posix.cc Sun Dec 20 09:12:46 2015 (r404049) +++ head/www/chromium/files/patch-base__process__process_posix.cc Sun Dec 20 09:42:13 2015 (r404050) @@ -1,5 +1,5 @@ ---- base/process/process_posix.cc.orig 2015-10-14 03:01:18.000000000 -0400 -+++ base/process/process_posix.cc 2015-10-23 11:23:26.411838000 -0400 +--- base/process/process_posix.cc.orig 2015-12-04 20:16:14.101666000 +0100 ++++ base/process/process_posix.cc 2015-12-04 20:32:34.362201000 +0100 @@ -17,8 +17,18 @@ #include #endif @@ -28,7 +28,16 @@ // Using kqueue on Mac so that we can wait on non-child processes. // We can't use kqueues on child processes because we need to reap // our own children using wait. -@@ -180,7 +190,7 @@ +@@ -172,7 +182,7 @@ + + return true; + } +-#endif // OS_MACOSX ++#endif // OS_MACOSX || OS_BSD + + bool WaitForExitWithTimeoutImpl(base::ProcessHandle handle, + int* exit_code, +@@ -180,13 +190,13 @@ base::ProcessHandle parent_pid = base::GetParentProcessId(handle); base::ProcessHandle our_pid = base::GetCurrentProcessHandle(); if (parent_pid != our_pid) { @@ -37,34 +46,51 @@ // On Mac we can wait on non child processes. return WaitForSingleNonChildProcess(handle, timeout); #else -@@ -258,7 +268,11 @@ - #if !defined(OS_LINUX) + // Currently on Linux we can't handle non child processes. + NOTIMPLEMENTED(); +-#endif // OS_MACOSX ++#endif // OS_MACOSX || OS_BSD + } + + int status; +@@ -255,12 +265,16 @@ + return Process(handle); + } + +-#if !defined(OS_LINUX) ++#if !defined(OS_LINUX) && !defined(OS_FREEBSD) // static bool Process::CanBackgroundProcesses() { -+#if defined(OS_BSD) -+ return true; -+#else return false; -+#endif } - #endif // !defined(OS_LINUX) - -@@ -358,17 +372,21 @@ +-#endif // !defined(OS_LINUX) ++#elif defined(OS_FREEBSD) ++bool Process::CanBackgroundProcesses() { ++ return true; ++} ++#endif // !defined(OS_LINUX) && !defined(OS_FREEBSD) - #if !defined(OS_LINUX) + bool Process::IsValid() const { + return process_ != kNullProcessHandle; +@@ -360,15 +374,32 @@ bool Process::IsProcessBackgrounded() const { -- // See SetProcessBackgrounded(). + // See SetProcessBackgrounded(). DCHECK(IsValid()); -- return false; -+ return GetPriority() == kBackgroundPriority; ++#if defined(OS_FREEBSD) ++ return true; ++#else + return false; ++#endif } bool Process::SetProcessBackgrounded(bool value) { -- // Not implemented for POSIX systems other than Linux. With POSIX, if we were -- // to lower the process priority we wouldn't be able to raise it back to its -- // initial priority. -- NOTIMPLEMENTED(); -- return false; ++#if !defined(OS_FREEBSD) + // Not implemented for POSIX systems other than Linux. With POSIX, if we were + // to lower the process priority we wouldn't be able to raise it back to its + // initial priority. + NOTIMPLEMENTED(); + return false; ++#else + DCHECK(IsValid()); + + if (!CanBackgroundProcesses()) @@ -75,6 +101,7 @@ + + DPCHECK(result == 0); + return result == 0; ++#endif // !defined(OS_FREEBSD) } #endif // !defined(OS_LINUX) Modified: head/www/chromium/files/patch-chrome__browser__net__cookie_store_util.cc ============================================================================== --- head/www/chromium/files/patch-chrome__browser__net__cookie_store_util.cc Sun Dec 20 09:12:46 2015 (r404049) +++ head/www/chromium/files/patch-chrome__browser__net__cookie_store_util.cc Sun Dec 20 09:42:13 2015 (r404050) @@ -1,11 +1,24 @@ ---- chrome/browser/net/cookie_store_util.cc.orig 2015-07-21 21:42:54.358730000 -0400 -+++ chrome/browser/net/cookie_store_util.cc 2015-07-21 21:43:07.938330000 -0400 -@@ -85,7 +85,7 @@ - new ChromeCookieMonsterDelegate(profile)); - } +--- chrome/browser/net/cookie_store_util.cc.orig 2015-10-14 19:42:28.950909000 +0200 ++++ chrome/browser/net/cookie_store_util.cc 2015-10-14 19:43:32.447326000 +0200 +@@ -15,7 +15,7 @@ + + namespace chrome_browser_net { -#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) +#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_BSD) namespace { // Use the operating system's mechanisms to encrypt cookies before writing +@@ -67,10 +67,10 @@ + net::CookieCryptoDelegate* GetCookieCryptoDelegate() { + return g_cookie_crypto_delegate.Pointer(); + } +-#else // defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) ++#else // defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_BSD) + net::CookieCryptoDelegate* GetCookieCryptoDelegate() { + return NULL; + } +-#endif // defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) ++#endif // defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_BSD) + + } // namespace chrome_browser_net Added: head/www/chromium/files/patch-chrome__browser__ssl__bad_blocking_page.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome__browser__ssl__bad_blocking_page.cc Sun Dec 20 09:42:13 2015 (r404050) @@ -0,0 +1,11 @@ +--- ./chrome/browser/ssl/bad_clock_blocking_page.cc.orig 2015-12-04 22:09:59.759216000 +0100 ++++ ./chrome/browser/ssl/bad_clock_blocking_page.cc 2015-12-04 22:10:08.964486000 +0100 +@@ -93,7 +93,7 @@ + // iOS does not have a way to launch the date and time settings. + NOTREACHED(); + +-#elif defined(OS_LINUX) ++#elif defined(OS_LINUX) || defined(OS_BSD) + struct ClockCommand { + const char* pathname; + const char* argument; Modified: head/www/chromium/files/patch-chrome__browser__ui__webui__chrome_web_ui_controller_factory.cc ============================================================================== --- head/www/chromium/files/patch-chrome__browser__ui__webui__chrome_web_ui_controller_factory.cc Sun Dec 20 09:12:46 2015 (r404049) +++ head/www/chromium/files/patch-chrome__browser__ui__webui__chrome_web_ui_controller_factory.cc Sun Dec 20 09:42:13 2015 (r404050) @@ -1,5 +1,5 @@ ---- chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc.orig 2015-10-13 15:04:32.000000000 -0400 -+++ chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc 2015-10-14 08:16:21.359565000 -0400 +--- chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc.orig 2015-10-14 16:37:51.456856000 +0200 ++++ chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc 2015-10-14 16:38:21.306588000 +0200 @@ -273,7 +273,7 @@ #if !defined(OS_ANDROID) || url.host() == chrome::kChromeUITermsHost Modified: head/www/chromium/files/patch-chrome__chrome_browser.gypi ============================================================================== --- head/www/chromium/files/patch-chrome__chrome_browser.gypi Sun Dec 20 09:12:46 2015 (r404049) +++ head/www/chromium/files/patch-chrome__chrome_browser.gypi Sun Dec 20 09:42:13 2015 (r404050) @@ -1,6 +1,6 @@ ---- chrome/chrome_browser.gypi.orig 2015-10-21 18:00:37.000000000 -0400 -+++ chrome/chrome_browser.gypi 2015-10-23 12:31:48.047090000 -0400 -@@ -3365,6 +3365,13 @@ +--- chrome/chrome_browser.gypi.orig 2015-12-04 22:23:49.106516000 +0100 ++++ chrome/chrome_browser.gypi 2015-12-04 22:27:43.886261000 +0100 +@@ -3369,6 +3369,13 @@ 'browser/download/download_dir_policy_handler.h', ], }], @@ -14,7 +14,7 @@ ['OS=="mac"', { 'dependencies': [ 'app_shim', -@@ -3518,7 +3525,7 @@ +@@ -3522,7 +3529,7 @@ '../device/media_transfer_protocol/media_transfer_protocol.gyp:device_media_transfer_protocol', ], }], @@ -23,16 +23,16 @@ 'dependencies': [ '../build/linux/system.gyp:libspeechd', ], -@@ -3572,7 +3579,7 @@ +@@ -3576,7 +3583,7 @@ ['use_x11==1', { 'sources': [ '<@(chrome_browser_x11_sources)' ], }], - ['os_posix == 1 and OS != "mac" and OS != "ios"', { -+ ['os_posix == 1 and OS != "mac" and OS != "ios" and os_bsd != 1', { ++ ['os_posix == 1 and os_bsd != 1 and OS != "mac" and OS != "ios"', { 'sources': [ 'app/chrome_crash_reporter_client.cc', 'app/chrome_crash_reporter_client.h', -@@ -3813,7 +3820,7 @@ +@@ -3817,7 +3824,7 @@ }], ], }], Modified: head/www/chromium/files/patch-chrome__chrome_browser_ui.gypi ============================================================================== --- head/www/chromium/files/patch-chrome__chrome_browser_ui.gypi Sun Dec 20 09:12:46 2015 (r404049) +++ head/www/chromium/files/patch-chrome__chrome_browser_ui.gypi Sun Dec 20 09:42:13 2015 (r404050) @@ -1,5 +1,5 @@ ---- chrome/chrome_browser_ui.gypi.orig 2015-10-13 15:04:32.000000000 -0400 -+++ chrome/chrome_browser_ui.gypi 2015-10-14 08:19:30.748417000 -0400 +--- chrome/chrome_browser_ui.gypi.orig 2015-10-14 16:42:08.849931000 +0200 ++++ chrome/chrome_browser_ui.gypi 2015-10-14 16:45:35.205417000 +0200 @@ -2921,7 +2921,7 @@ }], ], Modified: head/www/chromium/files/patch-chrome__common__chrome_paths.h ============================================================================== --- head/www/chromium/files/patch-chrome__common__chrome_paths.h Sun Dec 20 09:12:46 2015 (r404049) +++ head/www/chromium/files/patch-chrome__common__chrome_paths.h Sun Dec 20 09:42:13 2015 (r404050) @@ -1,5 +1,14 @@ ---- chrome/common/chrome_paths.h.orig 2015-10-14 03:01:20.000000000 -0400 -+++ chrome/common/chrome_paths.h 2015-10-23 12:35:13.801677000 -0400 +--- chrome/common/chrome_paths.h.orig 2015-12-04 22:29:29.523602000 +0100 ++++ chrome/common/chrome_paths.h 2015-12-04 22:31:37.428818000 +0100 +@@ -50,7 +50,7 @@ + DIR_USER_APPLICATIONS, // ~/Applications + DIR_USER_LIBRARY, // ~/Library + #endif +-#if defined(OS_CHROMEOS) || (defined(OS_LINUX) && defined(CHROMIUM_BUILD)) || \ ++#if defined(OS_CHROMEOS) || ((defined(OS_LINUX) || defined(OS_BSD)) && defined(CHROMIUM_BUILD)) || \ + (defined(OS_MACOSX) && !defined(OS_IOS)) + DIR_USER_EXTERNAL_EXTENSIONS, // Directory for per-user external extensions + // on Chrome Mac and Chromium Linux. @@ -117,7 +117,7 @@ DIR_SUPERVISED_USER_INSTALLED_WHITELISTS, // Directory where sanitized // supervised user whitelists are @@ -9,3 +18,16 @@ DIR_NATIVE_MESSAGING, // System directory where native messaging host // manifest files are stored. DIR_USER_NATIVE_MESSAGING, // Directory with Native Messaging Hosts +@@ -136,10 +136,10 @@ + DIR_GEN_TEST_DATA, // Directory where generated test data resides. + DIR_TEST_DATA, // Directory where unit test data resides. + DIR_TEST_TOOLS, // Directory where unit test tools reside. +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + FILE_COMPONENT_FLASH_HINT, // A file in a known location that points to + // the component updated flash plugin. +-#endif // defined(OS_LINUX) ++#endif // defined(OS_LINUX) || defined(OS_BSD) + + PATH_END + }; Added: head/www/chromium/files/patch-chrome__common__component_flash_hint_file_linux.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome__common__component_flash_hint_file_linux.h Sun Dec 20 09:42:13 2015 (r404050) @@ -0,0 +1,14 @@ +--- chrome/common/component_flash_hint_file_linux.h.orig 2015-10-15 10:25:32.927627000 +0200 ++++ chrome/common/component_flash_hint_file_linux.h 2015-10-15 10:25:53.911624000 +0200 +@@ -7,9 +7,9 @@ + + #include "build/build_config.h" + +-#if !defined(OS_LINUX) ++#if !defined(OS_LINUX) && !defined(OS_FREEBSD) + #error "This file only applies to the Linux component update of Flash." +-#endif // !defined(OS_LINUX) ++#endif // !defined(OS_LINUX) && !defined(OS_FREEBSD) + + #include + Modified: head/www/chromium/files/patch-chrome__common__variations__fieldtrial_testing_config.gyp ============================================================================== --- head/www/chromium/files/patch-chrome__common__variations__fieldtrial_testing_config.gyp Sun Dec 20 09:12:46 2015 (r404049) +++ head/www/chromium/files/patch-chrome__common__variations__fieldtrial_testing_config.gyp Sun Dec 20 09:42:13 2015 (r404050) @@ -1,5 +1,5 @@ ---- chrome/common/variations/fieldtrial_testing_config.gyp.orig 2015-10-15 09:32:40.670879000 -0400 -+++ chrome/common/variations/fieldtrial_testing_config.gyp 2015-10-15 09:27:09.909117000 -0400 +--- chrome/common/variations/fieldtrial_testing_config.gyp.orig 2015-12-16 21:13:34.948159764 +0100 ++++ chrome/common/variations/fieldtrial_testing_config.gyp 2015-12-16 21:14:00.477158698 +0100 @@ -19,7 +19,7 @@ 'conditions': [ ['OS!="android"', {'sources/': [['exclude', '_android\\.json$']]}], Modified: head/www/chromium/files/patch-components__metrics__drive_metrics_provider_linux.cc ============================================================================== --- head/www/chromium/files/patch-components__metrics__drive_metrics_provider_linux.cc Sun Dec 20 09:12:46 2015 (r404049) +++ head/www/chromium/files/patch-components__metrics__drive_metrics_provider_linux.cc Sun Dec 20 09:42:13 2015 (r404050) @@ -1,5 +1,5 @@ ---- components/metrics/drive_metrics_provider_linux.cc.orig 2015-10-14 08:11:50.411251000 -0400 -+++ components/metrics/drive_metrics_provider_linux.cc 2015-10-14 08:12:35.355093000 -0400 +--- components/metrics/drive_metrics_provider_linux.cc.orig 2015-10-14 16:34:04.903957000 +0200 ++++ components/metrics/drive_metrics_provider_linux.cc 2015-10-14 16:34:35.113096000 +0200 @@ -4,7 +4,13 @@ #include "components/metrics/drive_metrics_provider.h" Added: head/www/chromium/files/patch-content__browser__renderer_host__renderer_process_host_impl.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-content__browser__renderer_host__renderer_process_host_impl.cc Sun Dec 20 09:42:13 2015 (r404050) @@ -0,0 +1,10 @@ +--- content/browser/renderer_host/render_process_host_impl.cc.orig 2015-10-14 23:20:02.027419000 +0200 ++++ content/browser/renderer_host/render_process_host_impl.cc 2015-10-14 23:20:29.597226000 +0200 +@@ -38,6 +38,7 @@ + #include "base/tracked_objects.h" + #include "cc/base/switches.h" + #include "components/tracing/tracing_switches.h" ++#include "content/common/bluetooth/bluetooth_scan_filter.h" + #include "content/browser/appcache/appcache_dispatcher_host.h" + #include "content/browser/appcache/chrome_appcache_service.h" + #include "content/browser/background_sync/background_sync_service_impl.h" Modified: head/www/chromium/files/patch-content__renderer__renderer_blink_platform_impl.cc ============================================================================== --- head/www/chromium/files/patch-content__renderer__renderer_blink_platform_impl.cc Sun Dec 20 09:12:46 2015 (r404049) +++ head/www/chromium/files/patch-content__renderer__renderer_blink_platform_impl.cc Sun Dec 20 09:42:13 2015 (r404050) @@ -1,5 +1,5 @@ ---- content/renderer/renderer_blink_platform_impl.cc.orig 2015-11-04 18:00:50.000000000 -0500 -+++ content/renderer/renderer_blink_platform_impl.cc 2015-11-06 16:14:45.473476000 -0500 +--- content/renderer/renderer_blink_platform_impl.cc.orig 2015-11-24 21:00:55.000000000 +0100 ++++ content/renderer/renderer_blink_platform_impl.cc 2015-12-06 14:27:00.785767410 +0100 @@ -104,7 +104,7 @@ #if defined(OS_POSIX) Modified: head/www/chromium/files/patch-device__serial__serial_io_handler_posix.cc ============================================================================== --- head/www/chromium/files/patch-device__serial__serial_io_handler_posix.cc Sun Dec 20 09:12:46 2015 (r404049) +++ head/www/chromium/files/patch-device__serial__serial_io_handler_posix.cc Sun Dec 20 09:42:13 2015 (r404050) @@ -1,5 +1,5 @@ ---- device/serial/serial_io_handler_posix.cc.orig 2015-10-06 22:42:12.000000000 -0400 -+++ device/serial/serial_io_handler_posix.cc 2015-10-14 10:57:52.264932000 -0400 +--- device/serial/serial_io_handler_posix.cc.orig 2015-10-14 16:49:00.395597000 +0200 ++++ device/serial/serial_io_handler_posix.cc 2015-10-14 17:18:20.515698000 +0200 @@ -59,7 +59,7 @@ BITRATE_TO_SPEED_CASE(9600) BITRATE_TO_SPEED_CASE(19200) Modified: head/www/chromium/files/patch-device__usb__usb_service_impl.cc ============================================================================== --- head/www/chromium/files/patch-device__usb__usb_service_impl.cc Sun Dec 20 09:12:46 2015 (r404049) +++ head/www/chromium/files/patch-device__usb__usb_service_impl.cc Sun Dec 20 09:42:13 2015 (r404050) @@ -1,11 +1,11 @@ ---- device/usb/usb_service_impl.cc.orig 2015-10-21 18:00:38.000000000 -0400 -+++ device/usb/usb_service_impl.cc 2015-10-23 12:39:46.908676000 -0400 +--- device/usb/usb_service_impl.cc.orig 2015-12-04 22:33:43.708484000 +0100 ++++ device/usb/usb_service_impl.cc 2015-12-04 22:39:47.903086000 +0100 @@ -20,7 +20,11 @@ #include "device/usb/usb_device_handle.h" #include "device/usb/usb_error.h" #include "device/usb/webusb_descriptors.h" +#if defined(OS_FREEBSD) -+#include "libusb.h" ++#include +#else #include "third_party/libusb/src/libusb/libusb.h" +#endif @@ -20,11 +20,16 @@ rv = libusb_hotplug_register_callback( context_->context(), static_cast(LIBUSB_HOTPLUG_EVENT_DEVICE_ARRIVED | -@@ -559,12 +564,15 @@ - device_observer_.Add(device_monitor); +@@ -553,6 +558,8 @@ } - #endif // OS_WIN -+#endif // OS_FREEBSD + + RefreshDevices(); ++#endif // !defined(OS_FREEBSD) ++ + #if defined(OS_WIN) + DeviceMonitorWin* device_monitor = DeviceMonitorWin::GetForAllInterfaces(); + if (device_monitor) { +@@ -562,9 +569,11 @@ } UsbServiceImpl::~UsbServiceImpl() { @@ -32,11 +37,11 @@ if (hotplug_enabled_) { libusb_hotplug_deregister_callback(context_->context(), hotplug_handle_); } -+#endif // OS_FREEBSD ++#endif // !defined(OS_FREEBSD) for (const auto& map_entry : devices_) { map_entry.second->OnDisconnect(); } -@@ -802,6 +810,7 @@ +@@ -802,6 +811,7 @@ device->OnDisconnect(); } @@ -44,11 +49,11 @@ // static int LIBUSB_CALL UsbServiceImpl::HotplugCallback(libusb_context* context, PlatformUsbDevice device, -@@ -839,6 +848,7 @@ +@@ -839,6 +849,7 @@ return 0; } -+#endif // !OS_FREEBSD ++#endif // !defined(OS_FREEBSD) void UsbServiceImpl::OnPlatformDeviceAdded(PlatformUsbDevice platform_device) { DCHECK(CalledOnValidThread()); Added: head/www/chromium/files/patch-media__audio__audio_manager.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-media__audio__audio_manager.cc Sun Dec 20 09:42:13 2015 (r404050) @@ -0,0 +1,29 @@ +--- media/audio/audio_manager.cc.orig 2015-12-05 21:00:28.652308000 +0100 ++++ media/audio/audio_manager.cc 2015-12-05 21:00:59.340983000 +0100 +@@ -157,7 +157,7 @@ + } + #endif + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_FREEBSD) + void set_app_name(const std::string& app_name) { + app_name_ = app_name; + } +@@ -184,7 +184,7 @@ + scoped_ptr com_initializer_for_testing_; + #endif + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_FREEBSD) + std::string app_name_; + #endif + +@@ -267,7 +267,7 @@ + #endif + } + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_FREEBSD) + // static + void AudioManager::SetGlobalAppName(const std::string& app_name) { + g_helper.Pointer()->set_app_name(app_name); Added: head/www/chromium/files/patch-media__audio__audio_manager.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-media__audio__audio_manager.h Sun Dec 20 09:42:13 2015 (r404050) @@ -0,0 +1,11 @@ +--- media/audio/audio_manager.h.orig 2015-12-05 22:20:38.929937000 +0100 ++++ media/audio/audio_manager.h 2015-12-05 22:21:06.651164000 +0100 +@@ -61,7 +61,7 @@ + // called previously to start the hang monitor. Does nothing on OSX. + static void EnableHangMonitor(); + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_FREEBSD) + // Sets the name of the audio source as seen by external apps. Only actually + // used with PulseAudio as of this writing. + static void SetGlobalAppName(const std::string& app_name); Modified: head/www/chromium/files/patch-media__capture__video__fake_video_capture_device_factory.cc ============================================================================== --- head/www/chromium/files/patch-media__capture__video__fake_video_capture_device_factory.cc Sun Dec 20 09:12:46 2015 (r404049) +++ head/www/chromium/files/patch-media__capture__video__fake_video_capture_device_factory.cc Sun Dec 20 09:42:13 2015 (r404050) @@ -1,5 +1,5 @@ ---- media/capture/video/fake_video_capture_device_factory.cc.orig 2015-10-14 11:08:16.489018000 -0400 -+++ media/capture/video/fake_video_capture_device_factory.cc 2015-10-14 11:09:19.850751000 -0400 +--- media/capture/video/fake_video_capture_device_factory.cc.orig 2015-10-14 17:33:35.934406000 +0200 ++++ media/capture/video/fake_video_capture_device_factory.cc 2015-10-14 17:34:01.687650000 +0200 @@ -51,7 +51,7 @@ for (int n = 0; n < number_of_devices_; ++n) { VideoCaptureDevice::Name name(base::StringPrintf("fake_device_%d", n), Modified: head/www/chromium/files/patch-media__capture__video__file_video_capture_device_factory.cc ============================================================================== --- head/www/chromium/files/patch-media__capture__video__file_video_capture_device_factory.cc Sun Dec 20 09:12:46 2015 (r404049) +++ head/www/chromium/files/patch-media__capture__video__file_video_capture_device_factory.cc Sun Dec 20 09:42:13 2015 (r404050) @@ -1,5 +1,5 @@ ---- media/capture/video/file_video_capture_device_factory.cc.orig 2015-10-14 11:10:41.842256000 -0400 -+++ media/capture/video/file_video_capture_device_factory.cc 2015-10-14 11:11:13.400581000 -0400 +--- media/capture/video/file_video_capture_device_factory.cc.orig 2015-10-14 17:42:06.832425000 +0200 ++++ media/capture/video/file_video_capture_device_factory.cc 2015-10-14 17:42:45.561757000 +0200 @@ -49,7 +49,7 @@ device_names->push_back(VideoCaptureDevice::Name( command_line_file_path.value(), kFileVideoCaptureDeviceName, Modified: head/www/chromium/files/patch-media__capture__video__linux__video_capture_device_linux.cc ============================================================================== --- head/www/chromium/files/patch-media__capture__video__linux__video_capture_device_linux.cc Sun Dec 20 09:12:46 2015 (r404049) +++ head/www/chromium/files/patch-media__capture__video__linux__video_capture_device_linux.cc Sun Dec 20 09:42:13 2015 (r404050) @@ -1,57 +1,62 @@ ---- media/capture/video/linux/video_capture_device_linux.cc.orig 2015-10-21 18:00:38.000000000 -0400 -+++ media/capture/video/linux/video_capture_device_linux.cc 2015-10-23 12:49:31.985359000 -0400 -@@ -43,6 +43,7 @@ +--- media/capture/video/linux/video_capture_device_linux.cc.orig 2015-11-24 21:00:55.000000000 +0100 ++++ media/capture/video/linux/video_capture_device_linux.cc 2015-12-05 22:01:43.229465000 +0100 +@@ -41,6 +41,7 @@ + return true; + } ++#if !defined(OS_FREEBSD) // Translates Video4Linux pixel formats to Chromium pixel formats. // static -+#if !defined(OS_FREEBSD) VideoPixelFormat - VideoCaptureDeviceLinux::V4l2FourCcToChromiumPixelFormat(uint32 v4l2_fourcc) { - return V4L2CaptureDelegate::V4l2FourCcToChromiumPixelFormat(v4l2_fourcc); @@ -54,6 +55,7 @@ bool favour_mjpeg) { return V4L2CaptureDelegate::GetListOfUsableFourCcs(favour_mjpeg); } -+#endif // !defined(OS_FREEBSD) ++#endif // !defined(OS_FREEBSD) const std::string VideoCaptureDevice::Name::GetModel() const { // |unique_id| is of the form "/dev/video2". |file_name| is "video2". -@@ -91,6 +93,7 @@ +@@ -88,6 +90,7 @@ + v4l2_thread_.Stop(); + } + ++#if !defined(OS_FREEBSD) void VideoCaptureDeviceLinux::AllocateAndStart( const VideoCaptureParams& params, scoped_ptr client) { -+#if !defined(OS_FREEBSD) - DCHECK(!capture_impl_); - if (v4l2_thread_.IsRunning()) - return; // Wrong state. -@@ -110,9 +113,11 @@ - params.requested_format.frame_size.width(), +@@ -111,7 +114,13 @@ params.requested_format.frame_size.height(), params.requested_format.frame_rate, base::Passed(&client))); -+#endif } ++#else // !defined(OS_FREEBSD) ++void VideoCaptureDeviceLinux::AllocateAndStart( ++ const VideoCaptureParams& params, ++ scoped_ptr client) {} ++#endif // !defined(OS_FREEBSD) - void VideoCaptureDeviceLinux::StopAndDeAllocate() { +#if !defined(OS_FREEBSD) + void VideoCaptureDeviceLinux::StopAndDeAllocate() { if (!v4l2_thread_.IsRunning()) return; // Wrong state. - v4l2_thread_.message_loop()->PostTask( -@@ -121,8 +126,10 @@ - v4l2_thread_.Stop(); +@@ -122,7 +131,11 @@ capture_impl_ = NULL; -+#endif } ++#else // !defined(OS_FREEBSD) ++void VideoCaptureDeviceLinux::StopAndDeAllocate() {} ++#endif // !defined(OS_FREEBSD) +#if !defined(OS_FREEBSD) void VideoCaptureDeviceLinux::SetRotation(int rotation) { if (v4l2_thread_.IsRunning()) { v4l2_thread_.message_loop()->PostTask( -@@ -130,6 +137,7 @@ +@@ -130,6 +143,9 @@ base::Bind(&V4L2CaptureDelegate::SetRotation, capture_impl_, rotation)); } } -+#endif // !defined(OS_FREEBSD) ++#else // !defined(OS_FREEBSD) ++void VideoCaptureDeviceLinux::SetRotation(int rotation) {} ++#endif // !defined(OS_FREEBSD) // static int VideoCaptureDeviceLinux::TranslatePowerLineFrequencyToV4L2(int frequency) { Modified: head/www/chromium/files/patch-media__capture__video__video_capture_device.cc ============================================================================== --- head/www/chromium/files/patch-media__capture__video__video_capture_device.cc Sun Dec 20 09:12:46 2015 (r404049) +++ head/www/chromium/files/patch-media__capture__video__video_capture_device.cc Sun Dec 20 09:42:13 2015 (r404050) @@ -1,5 +1,5 @@ ---- media/capture/video/video_capture_device.cc.orig 2015-10-21 18:00:38.000000000 -0400 -+++ media/capture/video/video_capture_device.cc 2015-10-23 12:51:56.086998000 -0400 +--- media/capture/video/video_capture_device.cc.orig 2015-12-04 22:51:59.984494000 +0100 ++++ media/capture/video/video_capture_device.cc 2015-12-04 22:53:28.114262000 +0100 @@ -11,6 +11,10 @@ namespace media { Modified: head/www/chromium/files/patch-media__capture__video__video_capture_device.h ============================================================================== --- head/www/chromium/files/patch-media__capture__video__video_capture_device.h Sun Dec 20 09:12:46 2015 (r404049) +++ head/www/chromium/files/patch-media__capture__video__video_capture_device.h Sun Dec 20 09:42:13 2015 (r404050) @@ -1,5 +1,5 @@ ---- media/capture/video/video_capture_device.h.orig 2015-10-14 11:35:25.088073000 -0400 -+++ media/capture/video/video_capture_device.h 2015-10-14 11:37:56.457208000 -0400 +--- media/capture/video/video_capture_device.h.orig 2015-10-14 18:04:30.325845000 +0200 ++++ media/capture/video/video_capture_device.h 2015-10-14 18:06:41.271627000 +0200 @@ -43,7 +43,7 @@ Name(); Name(const std::string& name, const std::string& id); Modified: head/www/chromium/files/patch-media__capture__video__video_capture_device_factory.cc ============================================================================== --- head/www/chromium/files/patch-media__capture__video__video_capture_device_factory.cc Sun Dec 20 09:12:46 2015 (r404049) +++ head/www/chromium/files/patch-media__capture__video__video_capture_device_factory.cc Sun Dec 20 09:42:13 2015 (r404050) @@ -1,5 +1,5 @@ ---- media/capture/video/video_capture_device_factory.cc.orig 2015-10-14 11:42:17.044891000 -0400 -+++ media/capture/video/video_capture_device_factory.cc 2015-10-14 11:43:44.770286000 -0400 +--- media/capture/video/video_capture_device_factory.cc.orig 2015-10-14 18:11:45.655658000 +0200 ++++ media/capture/video/video_capture_device_factory.cc 2015-10-14 18:13:09.785092000 +0200 @@ -14,6 +14,10 @@ // static scoped_ptr VideoCaptureDeviceFactory::CreateFactory( @@ -15,7 +15,7 @@ return scoped_ptr( CreateVideoCaptureDeviceFactory(ui_task_runner)); } -+#endif ++#endif } VideoCaptureDeviceFactory::VideoCaptureDeviceFactory() { Modified: head/www/chromium/files/patch-media__filters__vp9_parser.h ============================================================================== --- head/www/chromium/files/patch-media__filters__vp9_parser.h Sun Dec 20 09:12:46 2015 (r404049) +++ head/www/chromium/files/patch-media__filters__vp9_parser.h Sun Dec 20 09:42:13 2015 (r404050) @@ -1,5 +1,5 @@ ---- media/filters/vp9_parser.h.orig 2015-11-13 12:04:18.000000000 +0100 -+++ media/filters/vp9_parser.h 2015-12-06 01:55:30.382338000 +0100 +--- media/filters/vp9_parser.h.orig 2015-12-16 23:46:15.092527599 +0100 ++++ media/filters/vp9_parser.h 2015-12-16 23:46:43.476526238 +0100 @@ -14,6 +14,7 @@ #include Modified: head/www/chromium/files/patch-media__media.gyp ============================================================================== --- head/www/chromium/files/patch-media__media.gyp Sun Dec 20 09:12:46 2015 (r404049) +++ head/www/chromium/files/patch-media__media.gyp Sun Dec 20 09:42:13 2015 (r404050) @@ -1,6 +1,6 @@ ---- media/media.gyp.orig 2015-10-21 18:00:38.000000000 -0400 -+++ media/media.gyp 2015-10-23 12:57:14.545450000 -0400 -@@ -780,13 +780,19 @@ +--- media/media.gyp.orig 2015-12-04 22:55:01.017572000 +0100 ++++ media/media.gyp 2015-12-04 22:58:02.692056000 +0100 +@@ -782,13 +782,19 @@ ['exclude', '_alsa\\.(h|cc)$'], ], }], @@ -22,7 +22,7 @@ 'conditions': [ ['use_x11==1', { 'dependencies': [ -@@ -1122,7 +1128,7 @@ +@@ -1124,7 +1130,7 @@ 'base/simd/filter_yuv_sse2.cc', ], }], Modified: head/www/chromium/files/patch-net__net.gypi ============================================================================== --- head/www/chromium/files/patch-net__net.gypi Sun Dec 20 09:12:46 2015 (r404049) +++ head/www/chromium/files/patch-net__net.gypi Sun Dec 20 09:42:13 2015 (r404050) @@ -1,5 +1,5 @@ ---- net/net.gypi.orig 2015-10-21 18:00:38.000000000 -0400 -+++ net/net.gypi 2015-10-23 12:58:44.791781000 -0400 +--- net/net.gypi.orig 2015-12-04 22:59:49.506305000 +0100 ++++ net/net.gypi 2015-12-04 23:00:47.269128000 +0100 @@ -392,8 +392,8 @@ 'android/network_library.h', 'android/traffic_stats.cc', @@ -16,7 +16,7 @@ 'android/traffic_stats_unittest.cc', 'base/address_list_unittest.cc', - 'base/address_tracker_linux_unittest.cc', -+ #'base/address_tracker_linux_unittest.cc', ++# 'base/address_tracker_linux_unittest.cc', 'base/backoff_entry_serializer_unittest.cc', 'base/backoff_entry_unittest.cc', 'base/chunked_upload_data_stream_unittest.cc', Modified: head/www/chromium/files/patch-net__proxy__proxy_service.cc ============================================================================== --- head/www/chromium/files/patch-net__proxy__proxy_service.cc Sun Dec 20 09:12:46 2015 (r404049) +++ head/www/chromium/files/patch-net__proxy__proxy_service.cc Sun Dec 20 09:42:13 2015 (r404050) @@ -1,5 +1,5 @@ ---- net/proxy/proxy_service.cc.orig 2015-10-21 18:00:38.000000000 -0400 -+++ net/proxy/proxy_service.cc 2015-10-23 13:27:56.693933000 -0400 +--- net/proxy/proxy_service.cc.orig 2015-12-04 23:02:25.675097000 +0100 ++++ net/proxy/proxy_service.cc 2015-12-04 23:04:16.821354000 +0100 @@ -43,7 +43,7 @@ #elif defined(OS_MACOSX) #include "net/proxy/proxy_config_service_mac.h" Modified: head/www/chromium/files/patch-skia__skia_chrome.gypi ============================================================================== --- head/www/chromium/files/patch-skia__skia_chrome.gypi Sun Dec 20 09:12:46 2015 (r404049) +++ head/www/chromium/files/patch-skia__skia_chrome.gypi Sun Dec 20 09:42:13 2015 (r404050) @@ -1,14 +1,14 @@ ---- skia/skia_chrome.gypi.orig 2015-10-13 15:04:33.000000000 -0400 -+++ skia/skia_chrome.gypi 2015-10-14 11:46:34.142959000 -0400 -@@ -55,6 +55,11 @@ - 'ext/skia_utils_win.cc', - ], - 'conditions': [ +--- skia/skia_chrome.gypi.orig 2015-10-14 18:24:42.938769000 +0200 ++++ skia/skia_chrome.gypi 2015-10-14 18:22:24.515306000 +0200 +@@ -60,6 +60,11 @@ + 'ext/platform_canvas.cc', + ], + }], + [ 'use_cairo == 1', { + 'dependencies': [ + '../build/linux/system.gyp:pangocairo', + ], + }], - [ 'OS == "ios"', { + [ 'OS == "android" and ' + 'enable_basic_printing==0 and enable_print_preview==0', { 'sources!': [ - 'ext/platform_canvas.cc', Added: head/www/chromium/files/patch-third_party__ffmpeg__chromium__scripts__generate_gyp.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-third_party__ffmpeg__chromium__scripts__generate_gyp.py Sun Dec 20 09:42:13 2015 (r404050) @@ -0,0 +1,20 @@ +--- third_party/ffmpeg/chromium/scripts/generate_gyp.py.orig 2015-12-06 15:33:39.820492707 +0100 ++++ third_party/ffmpeg/chromium/scripts/generate_gyp.py 2015-12-06 18:01:30.369881976 +0100 +@@ -43,6 +43,8 @@ + COPYRIGHT = """# Copyright %d 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. ++# ++# modified: cmt@burggraben.net + + # NOTE: this file is autogenerated by ffmpeg/chromium/scripts/generate_gyp.py + +@@ -372,6 +374,8 @@ + + if condition.PLATFORM == '*': + platform_condition = None ++ elif condition.PLATFORM == 'linux': ++ platform_condition = '(OS == "%s" or os_bsd == 1)' % condition.PLATFORM + else: + platform_condition = 'OS == "%s"' % condition.PLATFORM + Added: head/www/chromium/files/patch-third_party__ffmpeg__ffmpeg_generated.gni ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-third_party__ffmpeg__ffmpeg_generated.gni Sun Dec 20 09:42:13 2015 (r404050) @@ -0,0 +1,301 @@ +--- third_party/ffmpeg/ffmpeg_generated.gni.orig 2015-12-06 19:48:34.878438301 +0100 ++++ third_party/ffmpeg/ffmpeg_generated.gni 2015-12-06 19:52:33.782420758 +0100 +@@ -12,7 +12,7 @@ + ffmpeg_gas_sources = [] + ffmpeg_yasm_sources = [] + +-if ((is_android && current_cpu == "arm" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "arm" && ffmpeg_branding == "Chromium") || (is_android && current_cpu == "arm64" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "arm64" && ffmpeg_branding == "Chromium") || (is_android && current_cpu == "mipsel" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "mipsel" && ffmpeg_branding == "Chromium") || (is_android && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "x64" && ffmpeg_branding == "Chromium") || (is_android && current_cpu == "x86" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "x86" && ffmpeg_branding == "Chromium") || (is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "Chromium") || (is _linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromiumOS") || (is_linux && current_cpu == "arm" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "arm" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "arm" && ffmpeg_branding == "Chromium") || (is_linux && current_cpu == "arm" && ffmpeg_branding == "ChromiumOS") || (is_linux && current_cpu == "arm64" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "arm64" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "arm64" && ffmpeg_branding == "Chromium") || (is_linux && current_cpu == "arm64" && ffmpeg_branding == "ChromiumOS") || (is_linux && current_cpu == "mipsel" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "mipsel" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "mipsel" && ffmpeg_branding == "Chromium") || (is_linux && current_cpu == "mipsel" && ffmpeg_branding == "ChromiumOS") || (is_linux && current_cpu == "x64" && ff mpeg_branding == "Chrome") || (is_linux && c! urrent_cpu == "x64" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "x64" && ffmpeg_branding == "Chromium") || (is_linux && current_cpu == "x64" && ffmpeg_branding == "ChromiumOS") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "Chromium") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "ChromiumOS") || (is_mac && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_mac && current_cpu == "x64" && ffmpeg_branding == "Chromium") || (is_win && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_win && current_cpu == "x64" && ffmpeg_branding == "Chromium") || (is_win && current_cpu == "x86" && ffmpeg_branding == "Chrome") || (is_win && current_cpu == "x86" && ffmpeg_branding == "Chromium")) { ++if ((is_android && current_cpu == "arm" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "arm" && ffmpeg_branding == "Chromium") || (is_android && current_cpu == "arm64" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "arm64" && ffmpeg_branding == "Chromium") || (is_android && current_cpu == "mipsel" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "mipsel" && ffmpeg_branding == "Chromium") || (is_android && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "x64" && ffmpeg_branding == "Chromium") || (is_android && current_cpu == "x86" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "x86" && ffmpeg_branding == "Chromium") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && ar m_use_neon && ffmpeg_branding == "Chromium") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromiumOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && ffmpeg_branding == "Chromium") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && ffmpeg_branding == "ChromiumOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm64" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "arm64" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm64" && ffmpeg_branding == "Chromium") || ((is_linux || os_bsd == 1) && current_cpu == "arm64" && ffmpeg_branding == "ChromiumOS") || ((is_linux || os_bsd == 1) && current_cpu == "mipsel" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "mipsel" && ffmpeg_branding == "ChromeOS"! ) || ((is_linux || os_bsd == 1) && current_cpu == "mipsel" && ffmpeg_branding == "Chromium") || ((is_linux || os_bsd == 1) && current_cpu == "mipsel" && ffmpeg_branding == "ChromiumOS") || ((is_linux || os_bsd == 1) && current_cpu == "x64" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "x64" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "x64" && ffmpeg_branding == "Chromium") || ((is_linux || os_bsd == 1) && current_cpu == "x64" && ffmpeg_branding == "ChromiumOS") || ((is_linux || os_bsd == 1) && current_cpu == "x86" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "x86" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "x86" && ffmpeg_branding == "Chromium") || ((is_linux || os_bsd == 1) && current_cpu == "x86" && ffmpeg_branding == "ChromiumOS") || (is_mac && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_mac && current_cpu == "x64" && ff mpeg_branding == "Chromium") || (is_win && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_win && current_cpu == "x64" && ffmpeg_branding == "Chromium") || (is_win && current_cpu == "x86" && ffmpeg_branding == "Chrome") || (is_win && current_cpu == "x86" && ffmpeg_branding == "Chromium")) { + ffmpeg_c_sources += [ + "libavcodec/allcodecs.c", + "libavcodec/autorename_libavcodec_utils.c", +@@ -138,7 +138,7 @@ + ] + } + +-if ((is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "Chromium") || (is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromiumOS") || (is_linux && current_cpu == "arm" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "arm" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "arm" && ffmpeg_branding == "Chromium") || (is_linux && current_cpu == "arm" && ffmpeg_branding == "ChromiumOS") || (is_linux && current_cpu == "arm64" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "arm64" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "arm64" && ffmpeg_branding == "Chromium") || (is_linux && current_cpu == "arm64" && ffmpeg_branding == "ChromiumOS") || (is_linux && current_cpu == "mipsel" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "mipsel" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "mipsel" && ffmpeg_branding == "Chromium") || (is_linux && current_cpu == "mipsel" && ffmpeg_branding == "ChromiumOS") || (is_linux && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "x64" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "x64" && ffmpeg_branding == "Chromium") || (is_linux && current_cpu == "x64" && ffmpeg_branding == "ChromiumOS") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "Chromium") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "ChromiumOS") || (is_mac && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_mac && current_cpu == "x64" && ffmpeg_branding == "Chromium") || (is_win && current_cpu == "x64" && ffmpeg_branding == "Chrome") | | (is_win && current_cpu == "x64" && ffmpeg_! branding == "Chromium") || (is_win && current_cpu == "x86" && ffmpeg_branding == "Chrome") || (is_win && current_cpu == "x86" && ffmpeg_branding == "Chromium")) { ++if (((is_linux || os_bsd == 1) && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "Chromium") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromiumOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && ffmpeg_branding == "Chromium") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && ffmpeg_branding == "ChromiumOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm64" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "arm64" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == " arm64" && ffmpeg_branding == "Chromium") || ((is_linux || os_bsd == 1) && current_cpu == "arm64" && ffmpeg_branding == "ChromiumOS") || ((is_linux || os_bsd == 1) && current_cpu == "mipsel" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "mipsel" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "mipsel" && ffmpeg_branding == "Chromium") || ((is_linux || os_bsd == 1) && current_cpu == "mipsel" && ffmpeg_branding == "ChromiumOS") || ((is_linux || os_bsd == 1) && current_cpu == "x64" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "x64" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "x64" && ffmpeg_branding == "Chromium") || ((is_linux || os_bsd == 1) && current_cpu == "x64" && ffmpeg_branding == "ChromiumOS") || ((is_linux || os_bsd == 1) && current_cpu == "x86" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "x86" && ffmpe g_branding == "ChromeOS") || ((is_linux || o! s_bsd == 1) && current_cpu == "x86" && ffmpeg_branding == "Chromium") || ((is_linux || os_bsd == 1) && current_cpu == "x86" && ffmpeg_branding == "ChromiumOS") || (is_mac && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_mac && current_cpu == "x64" && ffmpeg_branding == "Chromium") || (is_win && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_win && current_cpu == "x64" && ffmpeg_branding == "Chromium") || (is_win && current_cpu == "x86" && ffmpeg_branding == "Chrome") || (is_win && current_cpu == "x86" && ffmpeg_branding == "Chromium")) { + ffmpeg_c_sources += [ + "libavcodec/h264pred.c", + "libavcodec/hpeldsp.c", +@@ -153,13 +153,13 @@ + ] + } + +-if ((is_android && current_cpu == "arm" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "arm64" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "mipsel" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "x86" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromiumOS") || (is_linux && current_cpu == "arm" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "arm" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "arm" && ffmpeg_branding == "ChromiumOS") || (is_linux && current_cpu == "arm64" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "arm64" && ffmpeg_branding == "ChromeOS") || (is_linux && c urrent_cpu == "arm64" && ffmpeg_branding == "ChromiumOS") || (is_linux && current_cpu == "mipsel" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "mipsel" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "mipsel" && ffmpeg_branding == "ChromiumOS") || (is_linux && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "x64" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "x64" && ffmpeg_branding == "ChromiumOS") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "ChromiumOS") || (is_mac && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_win && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_win && current_cpu == "x86" && ffmpeg_branding == "Chrome")) { ++if ((is_android && current_cpu == "arm" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "arm64" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "mipsel" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "x86" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromiumOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && ffmpeg_branding == "ChromiumOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm64" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "arm64" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm64" && ffmpeg_branding == "ChromiumOS") || ((is_linux || os_bsd == 1) && current_cpu == "mipsel" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "mipsel" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "mipsel" && ffmpeg_branding == "ChromiumOS") || ((is_linux || os_bsd == 1) && current_cpu == "x64" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "x64" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "x64" && ffmpeg_branding == "ChromiumOS") || ((is_linux || os_bsd == 1) && current_cpu == "x86" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "x86" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "x86" && ffmpeg_branding == "ChromiumOS") || (is_mac && current_cpu == ! "x64" && ffmpeg_branding == "Chrome") || (is_win && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_win && current_cpu == "x86" && ffmpeg_branding == "Chrome")) { + ffmpeg_c_sources += [ + "libavformat/rawdec.c", + ] + } + +-if ((is_android && current_cpu == "arm" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "arm64" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "mipsel" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "x86" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "arm" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "arm" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "arm64" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "arm64" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "mipsel" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "mipsel" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "x 64" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "x64" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "ChromeOS") || (is_mac && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_win && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_win && current_cpu == "x86" && ffmpeg_branding == "Chrome")) { ++if ((is_android && current_cpu == "arm" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "arm64" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "mipsel" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "x86" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm64" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "arm64" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "mipsel" && ffmpeg_branding = = "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "mipsel" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "x64" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "x64" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "x86" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "x86" && ffmpeg_branding == "ChromeOS") || (is_mac && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_win && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_win && current_cpu == "x86" && ffmpeg_branding == "Chrome")) { + ffmpeg_c_sources += [ + "libavcodec/aac_ac3_parser.c", + "libavcodec/aac_parser.c", +@@ -195,7 +195,7 @@ + ] + } + +-if ((is_android && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "x64" && ffmpeg_branding == "Chromium") || (is_android && current_cpu == "x86" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "x86" && ffmpeg_branding == "Chromium") || (is_linux && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "x64" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "x64" && ffmpeg_branding == "Chromium") || (is_linux && current_cpu == "x64" && ffmpeg_branding == "ChromiumOS") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "Chromium") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "ChromiumOS") || (is_mac && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_mac && current_cpu == "x64" && ffmpeg_branding == "Chromium") || (is_win && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_win && current_cpu == "x64" && ffmpeg_branding == "Chromium") || (is_win && current_cpu == "x86" && ffmpeg_branding == "Chrome") || (is_win && current_cpu == "x86" && ffmpeg_branding == "Chromium")) { ++if ((is_android && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "x64" && ffmpeg_branding == "Chromium") || (is_android && current_cpu == "x86" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "x86" && ffmpeg_branding == "Chromium") || ((is_linux || os_bsd == 1) && current_cpu == "x64" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "x64" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "x64" && ffmpeg_branding == "Chromium") || ((is_linux || os_bsd == 1) && current_cpu == "x64" && ffmpeg_branding == "ChromiumOS") || ((is_linux || os_bsd == 1) && current_cpu == "x86" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "x86" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "x86" && ffmpeg_branding == "Chromium") || ((is_linux || os_bsd == 1) && current_cpu == "x86" && ffmpeg_branding == "ChromiumOS") || (is_mac && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_mac && current_cpu == "x64" && ffmpeg_branding == "Chromium") || (is_win && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_win && current_cpu == "x64" && ffmpeg_branding == "Chromium") || (is_win && current_cpu == "x86" && ffmpeg_branding == "Chrome") || (is_win && current_cpu == "x86" && ffmpeg_branding == "Chromium")) { + ffmpeg_c_sources += [ + "libavcodec/x86/autorename_libavcodec_x86_vorbisdsp_init.c", + "libavcodec/x86/constants.c", +@@ -213,7 +213,7 @@ + ] + } + +-if ((is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "arm" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "arm" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "arm64" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "arm64" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "mipsel" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "mipsel" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "x64" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "ChromeOS") || (is_mac && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_win && current_cpu == "x64" && ffmpeg_b randing == "Chrome") || (is_win && current_cpu == "x86" && ffmpeg_branding == "Chrome")) { ++if (((is_linux || os_bsd == 1) && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm64" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "arm64" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "mipsel" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "mipsel" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "x64" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "x64" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "x86" && ffmpeg_branding == "Chrome ") || ((is_linux || os_bsd == 1) && current_cpu == "x86" && ffmpeg_branding == "ChromeOS") || (is_mac && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_win && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_win && current_cpu == "x86" && ffmpeg_branding == "Chrome")) { + ffmpeg_c_sources += [ + "libavcodec/cabac.c", + "libavcodec/h264.c", +@@ -242,7 +242,7 @@ + ] + } + +-if ((is_android && current_cpu == "arm" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "arm" && ffmpeg_branding == "Chromium") || (is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "Chromium") || (is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromiumOS") || (is_linux && current_cpu == "arm" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "arm" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "arm" && ffmpeg_branding == "Chromium") || (is_linux && current_cpu == "arm" && ffmpeg_branding == "ChromiumOS")) { ++if ((is_android && current_cpu == "arm" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "arm" && ffmpeg_branding == "Chromium") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "Chromium") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromiumOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && ffmpeg_branding == "Chromium") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && ffmpeg_branding == "ChromiumOS")) { + ffmpeg_c_sources += [ + "libavcodec/arm/fft_fixed_init_arm.c", + "libavcodec/arm/fft_init_arm.c", +@@ -258,7 +258,7 @@ + ] + } + +-if ((is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromiumOS") || (is_linux && current_cpu == "arm" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "arm" && ffmpeg_branding == "ChromiumOS") || (is_linux && current_cpu == "arm64" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "arm64" && ffmpeg_branding == "ChromiumOS") || (is_linux && current_cpu == "mipsel" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "mipsel" && ffmpeg_branding == "ChromiumOS") || (is_linux && current_cpu == "x64" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "x64" && ffmpeg_branding == "ChromiumOS") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "ChromiumOS")) { ++if (((is_linux || os_bsd == 1) && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromiumOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && ffmpeg_branding == "ChromiumOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm64" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm64" && ffmpeg_branding == "ChromiumOS") || ((is_linux || os_bsd == 1) && current_cpu == "mipsel" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "mipsel" && ffmpeg_branding == "ChromiumOS") || ((is_linux || os_bsd == 1) && current_cpu == "x64" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "x64" && ffmpeg_branding == "ChromiumOS") || ((is_linux || os_bsd == 1) && current_cpu == "x86" && ffmpeg _branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "x86" && ffmpeg_branding == "ChromiumOS")) { + ffmpeg_c_sources += [ + "libavcodec/flac.c", + "libavcodec/flac_parser.c", +@@ -269,7 +269,7 @@ + ] + } + +-if ((is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "Chromium") || (is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromiumOS") || (is_linux && current_cpu == "arm" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "arm" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "arm" && ffmpeg_branding == "Chromium") || (is_linux && current_cpu == "arm" && ffmpeg_branding == "ChromiumOS")) { ++if (((is_linux || os_bsd == 1) && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "Chromium") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromiumOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && ffmpeg_branding == "Chromium") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && ffmpeg_branding == "ChromiumOS")) { + ffmpeg_c_sources += [ + "libavcodec/arm/h264pred_init_arm.c", + "libavcodec/arm/hpeldsp_init_arm.c", +@@ -289,7 +289,7 @@ + ] + } + +-if ((is_linux && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "x64" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "x64" && ffmpeg_branding == "Chromium") || (is_linux && current_cpu == "x64" && ffmpeg_branding == "ChromiumOS") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "Chromium") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "ChromiumOS") || (is_mac && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_mac && current_cpu == "x64" && ffmpeg_branding == "Chromium") || (is_win && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_win && current_cpu == "x64" && ffmpeg_branding == "Chromium") || (is_win && current_cpu == "x86" && ffmpeg_branding == "Chrome") || (is_win && current_cpu == "x86" && ffmpeg_branding == "Chromium")) { ++if (((is_linux || os_bsd == 1) && current_cpu == "x64" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "x64" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "x64" && ffmpeg_branding == "Chromium") || ((is_linux || os_bsd == 1) && current_cpu == "x64" && ffmpeg_branding == "ChromiumOS") || ((is_linux || os_bsd == 1) && current_cpu == "x86" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "x86" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "x86" && ffmpeg_branding == "Chromium") || ((is_linux || os_bsd == 1) && current_cpu == "x86" && ffmpeg_branding == "ChromiumOS") || (is_mac && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_mac && current_cpu == "x64" && ffmpeg_branding == "Chromium") || (is_win && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_win && current_cpu == "x64" && ffmpeg_branding == "Chromium") || (is_win && curre nt_cpu == "x86" && ffmpeg_branding == "Chrome") || (is_win && current_cpu == "x86" && ffmpeg_branding == "Chromium")) { + ffmpeg_c_sources += [ + "libavcodec/x86/autorename_libavcodec_x86_videodsp_init.c", + "libavcodec/x86/h264_intrapred_init.c", +@@ -309,7 +309,7 @@ + ] + } + +-if ((is_android && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "x86" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "x64" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "ChromeOS") || (is_mac && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_win && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_win && current_cpu == "x86" && ffmpeg_branding == "Chrome")) { ++if ((is_android && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "x86" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "x64" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "x64" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "x86" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "x86" && ffmpeg_branding == "ChromeOS") || (is_mac && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_win && current_cpu == "x64" && ffmpeg_branding == "Chrome") || (is_win && current_cpu == "x86" && ffmpeg_branding == "Chrome")) { + ffmpeg_c_sources += [ + "libavcodec/x86/aacpsdsp_init.c", + "libavcodec/x86/dct_init.c", +@@ -324,7 +324,7 @@ + ] + } + +-if ((is_android && current_cpu == "arm" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "arm" && ffmpeg_branding == "Chromium") || (is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "Chromium") || (is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromiumOS")) { ++if ((is_android && current_cpu == "arm" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "arm" && ffmpeg_branding == "Chromium") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "Chromium") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromiumOS")) { + ffmpeg_c_sources += [ + "libavutil/arm/float_dsp_init_neon.c", + ] +@@ -339,7 +339,7 @@ + ] + } + +-if ((is_android && current_cpu == "arm" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "arm" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "arm" && ffmpeg_branding == "ChromeOS")) { ++if ((is_android && current_cpu == "arm" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && ffmpeg_branding == "ChromeOS")) { + ffmpeg_c_sources += [ + "libavcodec/arm/aacpsdsp_init_arm.c", + "libavcodec/arm/mpegaudiodsp_init_arm.c", +@@ -350,7 +350,7 @@ + ] + } + +-if ((is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "arm" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "arm64" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "mipsel" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "x64" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "x86" && ffmpeg_branding == "ChromeOS")) { ++if (((is_linux || os_bsd == 1) && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm64" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "mipsel" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "x64" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "x86" && ffmpeg_branding == "ChromeOS")) { + ffmpeg_c_sources += [ + "libavcodec/acelp_filters.c", + "libavcodec/acelp_pitch_delay.c", +@@ -405,13 +405,13 @@ + ] + } + +-if ((is_android && current_cpu == "mipsel" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "mipsel" && ffmpeg_branding == "Chromium") || (is_linux && current_cpu == "mipsel" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "mipsel" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "mipsel" && ffmpeg_branding == "Chromium") || (is_linux && current_cpu == "mipsel" && ffmpeg_branding == "ChromiumOS")) { ++if ((is_android && current_cpu == "mipsel" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "mipsel" && ffmpeg_branding == "Chromium") || ((is_linux || os_bsd == 1) && current_cpu == "mipsel" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "mipsel" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "mipsel" && ffmpeg_branding == "Chromium") || ((is_linux || os_bsd == 1) && current_cpu == "mipsel" && ffmpeg_branding == "ChromiumOS")) { + ffmpeg_c_sources += [ + "libavutil/mips/float_dsp_mips.c", + ] + } + +-if ((is_linux && current_cpu == "mipsel" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "mipsel" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "mipsel" && ffmpeg_branding == "Chromium") || (is_linux && current_cpu == "mipsel" && ffmpeg_branding == "ChromiumOS")) { ++if (((is_linux || os_bsd == 1) && current_cpu == "mipsel" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "mipsel" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "mipsel" && ffmpeg_branding == "Chromium") || ((is_linux || os_bsd == 1) && current_cpu == "mipsel" && ffmpeg_branding == "ChromiumOS")) { + ffmpeg_c_sources += [ + "libavcodec/mips/h264pred_init_mips.c", + "libavcodec/mips/hpeldsp_init_mips.c", +@@ -419,7 +419,7 @@ + ] + } + +-if ((is_android && current_cpu == "arm64" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "arm64" && ffmpeg_branding == "Chromium") || (is_linux && current_cpu == "arm64" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "arm64" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "arm64" && ffmpeg_branding == "Chromium") || (is_linux && current_cpu == "arm64" && ffmpeg_branding == "ChromiumOS")) { ++if ((is_android && current_cpu == "arm64" && ffmpeg_branding == "Chrome") || (is_android && current_cpu == "arm64" && ffmpeg_branding == "Chromium") || ((is_linux || os_bsd == 1) && current_cpu == "arm64" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "arm64" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm64" && ffmpeg_branding == "Chromium") || ((is_linux || os_bsd == 1) && current_cpu == "arm64" && ffmpeg_branding == "ChromiumOS")) { + ffmpeg_c_sources += [ + "libavcodec/aarch64/fft_init_aarch64.c", + "libavcodec/aarch64/vorbisdsp_init.c", +@@ -434,7 +434,7 @@ + ] + } + +-if ((is_linux && current_cpu == "arm64" && ffmpeg_branding == "Chrome") || (is_linux && current_cpu == "arm64" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "arm64" && ffmpeg_branding == "Chromium") || (is_linux && current_cpu == "arm64" && ffmpeg_branding == "ChromiumOS")) { ++if (((is_linux || os_bsd == 1) && current_cpu == "arm64" && ffmpeg_branding == "Chrome") || ((is_linux || os_bsd == 1) && current_cpu == "arm64" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm64" && ffmpeg_branding == "Chromium") || ((is_linux || os_bsd == 1) && current_cpu == "arm64" && ffmpeg_branding == "ChromiumOS")) { + ffmpeg_c_sources += [ + "libavcodec/aarch64/h264pred_init.c", + "libavcodec/aarch64/hpeldsp_init_aarch64.c", +@@ -447,7 +447,7 @@ + ] + } + +-if ((is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromiumOS") || (is_linux && current_cpu == "arm" && ffmpeg_branding == "ChromeOS") || (is_linux && current_cpu == "arm" && ffmpeg_branding == "ChromiumOS")) { ++if (((is_linux || os_bsd == 1) && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "ChromiumOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && ffmpeg_branding == "ChromeOS") || ((is_linux || os_bsd == 1) && current_cpu == "arm" && ffmpeg_branding == "ChromiumOS")) { + ffmpeg_c_sources += [ + "libavcodec/arm/flacdsp_init_arm.c", + ] +@@ -456,7 +456,7 @@ + ] + } + *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Sun Dec 20 12:12:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 397DDA4DD0B; Sun, 20 Dec 2015 12:12:05 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD9581B33; Sun, 20 Dec 2015 12:12:04 +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 tBKCC3C7018675; Sun, 20 Dec 2015 12:12:03 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBKCC39a018674; Sun, 20 Dec 2015 12:12:03 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201512201212.tBKCC39a018674@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 20 Dec 2015 12:12:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404051 - head/lang/python-doc-html X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 12:12:05 -0000 Author: antoine Date: Sun Dec 20 12:12:03 2015 New Revision: 404051 URL: https://svnweb.freebsd.org/changeset/ports/404051 Log: Fix distinfo for python 2.7.11 documentation Reported by: pkg-fallout Modified: head/lang/python-doc-html/distinfo Modified: head/lang/python-doc-html/distinfo ============================================================================== --- head/lang/python-doc-html/distinfo Sun Dec 20 09:42:13 2015 (r404050) +++ head/lang/python-doc-html/distinfo Sun Dec 20 12:12:03 2015 (r404051) @@ -1,11 +1,11 @@ -SHA256 (python/python-2.7.11-docs-html.tar.bz2) = 5d23768c9b06a2df01479b625a5b0b3aaf6e863b7d2b959c9033ef2d858999ec -SIZE (python/python-2.7.11-docs-html.tar.bz2) = 4560822 -SHA256 (python/python-2.7.11-docs-pdf-a4.tar.bz2) = d9a54437281380cfab25513328cadf058bb6a2d000e4f17a03226d6b8819e15e -SIZE (python/python-2.7.11-docs-pdf-a4.tar.bz2) = 10652318 -SHA256 (python/python-2.7.11-docs-pdf-letter.tar.bz2) = 8d899a51840bb797be4a558423b4d5232413b5daf2ef8d6b3d92fad049324f9b -SIZE (python/python-2.7.11-docs-pdf-letter.tar.bz2) = 10710956 -SHA256 (python/python-2.7.11-docs-text.tar.bz2) = 2a8c8d4288bd6c595455f01b04404f289d138c6740716480668ca584801e0971 -SIZE (python/python-2.7.11-docs-text.tar.bz2) = 1616743 +SHA256 (python/python-2.7.11-docs-html.tar.bz2) = 806917ebf99d5b572831583070e44db341405634d5cfdd795ef1e608c05221e8 +SIZE (python/python-2.7.11-docs-html.tar.bz2) = 4575554 +SHA256 (python/python-2.7.11-docs-pdf-a4.tar.bz2) = 1e47a79d5860ade96526ff7b340d1a1402886428c7e5ef809cc4a4d5f53dcbb3 +SIZE (python/python-2.7.11-docs-pdf-a4.tar.bz2) = 10604395 +SHA256 (python/python-2.7.11-docs-pdf-letter.tar.bz2) = b774f15ee0b174041351a8c57c543acda441d0b25f991007f62d0e701b87af2d +SIZE (python/python-2.7.11-docs-pdf-letter.tar.bz2) = 10661547 +SHA256 (python/python-2.7.11-docs-text.tar.bz2) = fc49ac7083123dd6dd53a91a48602f48289c5d04b073da7634322e595d1e280e +SIZE (python/python-2.7.11-docs-text.tar.bz2) = 1607237 SHA256 (python/python-3.2.5-docs-html.tar.bz2) = 5a7f7f79d58cf87511aae66784ae71e3e108ca8185bd40706c4bb43e5e0348bc SIZE (python/python-3.2.5-docs-html.tar.bz2) = 4435429 SHA256 (python/python-3.2.5-docs-pdf-a4.tar.bz2) = bfa07657b5d3810fa3cc16cd210459457cfaedff0887e2617b2deabd21e432e3 From owner-svn-ports-head@freebsd.org Sun Dec 20 12:51:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5913A4B688; Sun, 20 Dec 2015 12:51:15 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A056B19A0; Sun, 20 Dec 2015 12:51:15 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBKCpEQY030023; Sun, 20 Dec 2015 12:51:14 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBKCpEmH030021; Sun, 20 Dec 2015 12:51:14 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201512201251.tBKCpEmH030021@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Sun, 20 Dec 2015 12:51:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404052 - head/databases/db6 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 12:51:15 -0000 Author: mandree Date: Sun Dec 20 12:51:14 2015 New Revision: 404052 URL: https://svnweb.freebsd.org/changeset/ports/404052 Log: New upstream bug-fix release. ChangeLog: http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_6_1.html Modified: head/databases/db6/Makefile head/databases/db6/distinfo Modified: head/databases/db6/Makefile ============================================================================== --- head/databases/db6/Makefile Sun Dec 20 12:12:03 2015 (r404051) +++ head/databases/db6/Makefile Sun Dec 20 12:51:14 2015 (r404052) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= db6 -PORTVERSION= 6.1.19 -PORTREVISION= 1 +PORTVERSION= 6.1.26 CATEGORIES= databases java MASTER_SITES= http://download.oracle.com/berkeley-db/ PKGNAMEPREFIX?= Modified: head/databases/db6/distinfo ============================================================================== --- head/databases/db6/distinfo Sun Dec 20 12:12:03 2015 (r404051) +++ head/databases/db6/distinfo Sun Dec 20 12:51:14 2015 (r404052) @@ -1,2 +1,2 @@ -SHA256 (bdb/db-6.1.19.tar.gz) = ad8aa5f9ede68118732f78718128e29e4d765e46a87dce54fa9143d9de8684ce -SIZE (bdb/db-6.1.19.tar.gz) = 37492835 +SHA256 (bdb/db-6.1.26.tar.gz) = dd1417af5443f326ee3998e40986c3c60e2a7cfb5bfa25177ef7cadb2afb13a6 +SIZE (bdb/db-6.1.26.tar.gz) = 37495772 From owner-svn-ports-head@freebsd.org Sun Dec 20 13:46:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74860A4DAEE; Sun, 20 Dec 2015 13:46:03 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 41FB01036; Sun, 20 Dec 2015 13:46:03 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBKDk2vY044751; Sun, 20 Dec 2015 13:46:02 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBKDk25A044749; Sun, 20 Dec 2015 13:46:02 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201512201346.tBKDk25A044749@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 20 Dec 2015 13:46:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404053 - head/sysutils/intel-pcm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 13:46:03 -0000 Author: antoine Date: Sun Dec 20 13:46:02 2015 New Revision: 404053 URL: https://svnweb.freebsd.org/changeset/ports/404053 Log: Fix "make patch" and plist Reported by: pkg-fallout Modified: head/sysutils/intel-pcm/Makefile head/sysutils/intel-pcm/pkg-plist Modified: head/sysutils/intel-pcm/Makefile ============================================================================== --- head/sysutils/intel-pcm/Makefile Sun Dec 20 12:51:14 2015 (r404052) +++ head/sysutils/intel-pcm/Makefile Sun Dec 20 13:46:02 2015 (r404053) @@ -12,7 +12,8 @@ COMMENT= Intel PCM toolkit LICENSE= BSD3CLAUSE -USES= gmake compiler:c++11-lang zip +USES= compiler:c++11-lang dos2unix gmake zip +DOS2UNIX_FILES= cpucounters.cpp cpucounters.h ONLY_FOR_ARCHS= i386 amd64 Modified: head/sysutils/intel-pcm/pkg-plist ============================================================================== --- head/sysutils/intel-pcm/pkg-plist Sun Dec 20 12:51:14 2015 (r404052) +++ head/sysutils/intel-pcm/pkg-plist Sun Dec 20 13:46:02 2015 (r404053) @@ -1,3 +1,4 @@ +sbin/pcm-core.x sbin/pcm-memory.x sbin/pcm-msr.x sbin/pcm-numa.x From owner-svn-ports-head@freebsd.org Sun Dec 20 14:35:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E36D5A4DE80; Sun, 20 Dec 2015 14:35:14 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9A1471C88; Sun, 20 Dec 2015 14:35:14 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBKEZDRH059023; Sun, 20 Dec 2015 14:35:13 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBKEZDor059021; Sun, 20 Dec 2015 14:35:13 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201512201435.tBKEZDor059021@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Sun, 20 Dec 2015 14:35:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404054 - head/security/openvpn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 14:35:15 -0000 Author: mandree Date: Sun Dec 20 14:35:13 2015 New Revision: 404054 URL: https://svnweb.freebsd.org/changeset/ports/404054 Log: Update to new upstream release 2.3.9. Removes the PW_SAVE option, the upstream code always permits saving passwords to files now (so the feature is always enabled). ChangeLog: Modified: head/security/openvpn/Makefile head/security/openvpn/distinfo Modified: head/security/openvpn/Makefile ============================================================================== --- head/security/openvpn/Makefile Sun Dec 20 13:46:02 2015 (r404053) +++ head/security/openvpn/Makefile Sun Dec 20 14:35:13 2015 (r404054) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openvpn -DISTVERSION= 2.3.8 +DISTVERSION= 2.3.9 CATEGORIES= security net MASTER_SITES= http://swupdate.openvpn.net/community/releases/ \ http://build.openvpn.net/downloads/releases/ @@ -27,12 +27,13 @@ LDFLAGS+= -L${LOCALBASE}/lib # set PLUGIN_LIBDIR so that unqualified plugin paths are found: CPPFLAGS+= -DPLUGIN_LIBDIR=\\\"${PREFIX}/lib/openvpn/plugins\\\" -OPTIONS_DEFINE= PW_SAVE PKCS11 EASYRSA DOCS EXAMPLES X509ALTUSERNAME \ +OPTIONS_DEFINE= PKCS11 EASYRSA DOCS EXAMPLES X509ALTUSERNAME \ TUNNELBLICK OPTIONS_DEFAULT= EASYRSA OPENSSL OPTIONS_SINGLE= SSL OPTIONS_SINGLE_SSL= OPENSSL POLARSSL -PW_SAVE_DESC= Interactive passwords may be read from a file +# The following feature is always enabled since 2.3.9 and no longer optional. +# PW_SAVE_DESC= Interactive passwords may be read from a file PKCS11_DESC= Use security/pkcs11-helper EASYRSA_DESC= Install security/easy-rsa RSA helper package POLARSSL_DESC= SSL/TLS support via PolarSSL 1.2 @@ -44,8 +45,6 @@ EASYRSA_RUN_DEPENDS= easy-rsa>=0:${PORTS PKCS11_LIB_DEPENDS= libpkcs11-helper.so:${PORTSDIR}/security/pkcs11-helper PKCS11_CONFIGURE_ENABLE= pkcs11 -PW_SAVE_CONFIGURE_ENABLE= password-save - TUNNELBLICK_EXTRA_PATCHES= ${FILESDIR}/extra-tunnelblick-openvpn_xorpatch X509ALTUSERNAME_CONFIGURE_ENABLE= x509-alt-username Modified: head/security/openvpn/distinfo ============================================================================== --- head/security/openvpn/distinfo Sun Dec 20 13:46:02 2015 (r404053) +++ head/security/openvpn/distinfo Sun Dec 20 14:35:13 2015 (r404054) @@ -1,2 +1,2 @@ -SHA256 (openvpn-2.3.8.tar.xz) = a8620cc6b79beea91de8487f8fd2400a2e1ffdef109917021435cb31417cbb99 -SIZE (openvpn-2.3.8.tar.xz) = 810136 +SHA256 (openvpn-2.3.9.tar.xz) = 52f16bef3a02369682f1464fbd2821070c98d0bd993f4c46c764e87375abdcc1 +SIZE (openvpn-2.3.9.tar.xz) = 816168 From owner-svn-ports-head@freebsd.org Sun Dec 20 15:28:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 479B7A4D15C; Sun, 20 Dec 2015 15:28: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 1AB7A17E2; Sun, 20 Dec 2015 15:28: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 tBKFSnbP073749; Sun, 20 Dec 2015 15:28:49 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBKFSnuj073747; Sun, 20 Dec 2015 15:28:49 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512201528.tBKFSnuj073747@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 20 Dec 2015 15:28:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404057 - head/security/bro X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 15:28:50 -0000 Author: amdmi3 Date: Sun Dec 20 15:28:49 2015 New Revision: 404057 URL: https://svnweb.freebsd.org/changeset/ports/404057 Log: - Switch to options helpers - Remove always false condition Approved by: portmgr blanket Modified: head/security/bro/Makefile Modified: head/security/bro/Makefile ============================================================================== --- head/security/bro/Makefile Sun Dec 20 15:28:48 2015 (r404056) +++ head/security/bro/Makefile Sun Dec 20 15:28:49 2015 (r404057) @@ -68,15 +68,6 @@ OPTIONS_EXCLUDE=NLS DOCS .include -# Bro 2.2 requires libmagic >= 5.04 -# Cannot use LIB_DEPENDS since misc/compat5x also installs a libmagic.so.1 -.if ${OSVERSION} < 901000 -BUILD_DEPENDS+= ${LOCALBASE}/lib/libmagic.so:${PORTSDIR}/sysutils/file -RUN_DEPENDS+= ${LOCALBASE}/lib/libmagic.so:${PORTSDIR}/sysutils/file -.endif - -.include - .if ${PORT_OPTIONS:MBROCCOLI} LIB_DEPENDS+= libbroccoli.so:${PORTSDIR}/security/broccoli .endif @@ -154,17 +145,13 @@ BUILD_DEPENDS+= ipsumdump:${PORTSDIR}/ne RUN_DEPENDS+= ipsumdump:${PORTSDIR}/net/ipsumdump .endif -.if ${PORT_OPTIONS:MBROCTL} -post-install: +post-install-BROCTL-on: @${MKDIR} ${STAGEDIR}${PREFIX}/logs -.if ${PORT_OPTIONS:MBROCTL} @${MKDIR} ${STAGEDIR}${PREFIX}/spool/tmp -.endif @${MKDIR} ${STAGEDIR}${PREFIX}/spool/installed-scripts-do-not-touch/auto @${MKDIR} ${STAGEDIR}${PREFIX}/spool/installed-scripts-do-not-touch/site .for F in broctl.cfg networks.cfg node.cfg @${MV} ${STAGEDIR}${PREFIX}/etc/${F} ${STAGEDIR}${PREFIX}/etc/${F}.example .endfor -.endif .include From owner-svn-ports-head@freebsd.org Sun Dec 20 15:28:48 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0279A4D147; Sun, 20 Dec 2015 15:28: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 9970317E0; Sun, 20 Dec 2015 15:28: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 tBKFSlYt073565; Sun, 20 Dec 2015 15:28:47 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBKFSls2073564; Sun, 20 Dec 2015 15:28:47 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512201528.tBKFSls2073564@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 20 Dec 2015 15:28:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404055 - head/databases/wmjsql X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 15:28:49 -0000 Author: amdmi3 Date: Sun Dec 20 15:28:47 2015 New Revision: 404055 URL: https://svnweb.freebsd.org/changeset/ports/404055 Log: - Add LICENSE_FILE - Improve WRKSRC handling - Simplify installation - Switch to options helpers Modified: head/databases/wmjsql/Makefile Modified: head/databases/wmjsql/Makefile ============================================================================== --- head/databases/wmjsql/Makefile Sun Dec 20 14:35:13 2015 (r404054) +++ head/databases/wmjsql/Makefile Sun Dec 20 15:28:47 2015 (r404055) @@ -11,8 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= MySQL server status displaying dockapp LICENSE= GPLv2 # (or later) - -WRKSRC= ${WRKDIR}/${PORTNAME}/src +LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake USE_MYSQL= yes @@ -20,12 +19,17 @@ USE_XORG= xpm ALL_TARGET= clean all MAKE_JOBS_UNSAFE= yes +WRKSRC= ${WRKDIR}/${PORTNAME} +BUILD_WRKSRC= ${WRKSRC}/src + CPPFLAGS+= -I${LOCALBASE}/include/X11 -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib/mysql -L${LOCALBASE}/lib PORTDOCS= README PLIST_FILES= bin/${PORTNAME} +OPTIONS_DEFINE= DOCS + post-patch: .for i in Makefile jDockApp/Makefile xutils/Makefile @${REINPLACE_CMD} -e \ @@ -34,17 +38,19 @@ post-patch: /^CC/d ; \ /^CFLAGS/d ; \ s| make | $$(MAKE) | ; \ - s|-D$$(shell echo `uname -s`)||' ${WRKSRC}/${i} + s|-D$$(shell echo `uname -s`)||' ${BUILD_WRKSRC}/${i} .endfor .for i in wmjsql.jet ../README @${REINPLACE_CMD} -E 's|\.wmjsql([^r])|\.wmjsqlrc\1|' \ - ${WRKSRC}/${i} + ${BUILD_WRKSRC}/${i} .endfor do-install: - (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} \ - ${STAGEDIR}${PREFIX}/bin) + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} \ + ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC}/.. && ${INSTALL_DATA} README ${STAGEDIR}${DOCSDIR}) + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-head@freebsd.org Sun Dec 20 15:28:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66791A4D14C; Sun, 20 Dec 2015 15:28: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 37AD817E1; Sun, 20 Dec 2015 15:28: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 tBKFSmhw073664; Sun, 20 Dec 2015 15:28:48 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBKFSm8k073663; Sun, 20 Dec 2015 15:28:48 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512201528.tBKFSm8k073663@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 20 Dec 2015 15:28:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404056 - head/audio/ario X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 15:28:49 -0000 Author: amdmi3 Date: Sun Dec 20 15:28:48 2015 New Revision: 404056 URL: https://svnweb.freebsd.org/changeset/ports/404056 Log: - Clarify LICENSE - Add LICENSE_FILE - Fix build with disabled NLS Modified: head/audio/ario/Makefile Modified: head/audio/ario/Makefile ============================================================================== --- head/audio/ario/Makefile Sun Dec 20 15:28:47 2015 (r404055) +++ head/audio/ario/Makefile Sun Dec 20 15:28:48 2015 (r404056) @@ -10,7 +10,8 @@ MASTER_SITES= SF/ario-player/ario-player MAINTAINER= ports@FreeBSD.org COMMENT= Ario is a GTK2 client for MPD -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \ libgcrypt.so:${PORTSDIR}/security/libgcrypt \ @@ -39,6 +40,7 @@ AVAHI_CONFIGURE_ENABLE= avahi NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls +NLS_USES_OFF= gettext-tools post-patch: @${REINPLACE_CMD} -e 's|glib/gslist.h|glib.h|g ; \ From owner-svn-ports-head@freebsd.org Sun Dec 20 15:28:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FA03A4D18C; Sun, 20 Dec 2015 15:28:53 +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 5532C18DF; Sun, 20 Dec 2015 15:28:53 +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 tBKFSp4R073853; Sun, 20 Dec 2015 15:28:51 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBKFSpg1073852; Sun, 20 Dec 2015 15:28:51 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512201528.tBKFSpg1073852@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 20 Dec 2015 15:28:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404058 - head/audio/mp3stat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 15:28:53 -0000 Author: amdmi3 Date: Sun Dec 20 15:28:51 2015 New Revision: 404058 URL: https://svnweb.freebsd.org/changeset/ports/404058 Log: - Add LICENSE_FILE - Switch to USES=localbase - Simplify installation - Switch to options helpers Modified: head/audio/mp3stat/Makefile Modified: head/audio/mp3stat/Makefile ============================================================================== --- head/audio/mp3stat/Makefile Sun Dec 20 15:28:49 2015 (r404057) +++ head/audio/mp3stat/Makefile Sun Dec 20 15:28:51 2015 (r404058) @@ -15,18 +15,15 @@ COMMENT= Read information about mp3s and BROKEN= unfetchable LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS_DEFINE= VORBIS DOCS -OPTIONS_DEFAULT= VORBIS - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -USES= dos2unix gmake pkgconfig +USES= dos2unix gmake localbase pkgconfig DOS2UNIX_FILES= ui/console/cli.cpp USE_GNOME= gtk20 -CXXFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -Wl,--rpath,${LOCALBASE}/lib +LDFLAGS+= -Wl,--rpath,${LOCALBASE}/lib + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PORTDOCS= README PLIST_FILES= bin/mp3stat \ @@ -34,6 +31,9 @@ PLIST_FILES= bin/mp3stat \ lib/mp3stat/ui_gtk2.so \ lib/mp3stat/ui_console.so +OPTIONS_DEFINE= VORBIS DOCS +OPTIONS_DEFAULT= VORBIS + VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis VORBIS_PLIST_FILES= lib/mp3stat/input_vorb.so VORBIS_MAKE_ARGS_OFF= VORBIS="" @@ -48,18 +48,18 @@ post-patch: s|^CXX|#CXX|g' do-install: - (cd ${WRKSRC} && ${INSTALL_PROGRAM} mp3stat ${STAGEDIR}${PREFIX}/bin) + ${INSTALL_PROGRAM} ${WRKSRC}/mp3stat ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${PREFIX}/lib/mp3stat - (cd ${WRKSRC}/ui/gtk && ${INSTALL_LIB} ui_gtk2.so \ - ${STAGEDIR}${PREFIX}/lib/mp3stat) - (cd ${WRKSRC}/ui/console && ${INSTALL_LIB} ui_console.so \ - ${STAGEDIR}${PREFIX}/lib/mp3stat) - (cd ${WRKSRC}/input/mp3 && ${INSTALL_LIB} input_mp3.so \ - ${STAGEDIR}${PREFIX}/lib/mp3stat) + ${INSTALL_LIB} ${WRKSRC}/ui/gtk/ui_gtk2.so ${STAGEDIR}${PREFIX}/lib/mp3stat + ${INSTALL_LIB} ${WRKSRC}/ui/console/ui_console.so ${STAGEDIR}${PREFIX}/lib/mp3stat + ${INSTALL_LIB} ${WRKSRC}/input/mp3/input_mp3.so ${STAGEDIR}${PREFIX}/lib/mp3stat + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC} && ${INSTALL_DATA} README ${STAGEDIR}${DOCSDIR}) + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + do-install-VORBIS-on: - (cd ${WRKSRC}/input/vorbis && ${INSTALL_LIB} input_vorb.so \ - ${STAGEDIR}${PREFIX}/lib/mp3stat) + ${INSTALL_LIB} ${WRKSRC}/input/vorbis/input_vorb.so \ + ${STAGEDIR}${PREFIX}/lib/mp3stat .include From owner-svn-ports-head@freebsd.org Sun Dec 20 15:32:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2ABEA4D408; Sun, 20 Dec 2015 15:32:00 +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 B1B0E1D62; Sun, 20 Dec 2015 15:32:00 +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 tBKFVxvU074155; Sun, 20 Dec 2015 15:31:59 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBKFVxFL074149; Sun, 20 Dec 2015 15:31:59 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201512201531.tBKFVxFL074149@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 20 Dec 2015 15:31:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404059 - in head/x11-fonts: . powerline-fonts powerline-fonts/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 15:32:01 -0000 Author: swills Date: Sun Dec 20 15:31:59 2015 New Revision: 404059 URL: https://svnweb.freebsd.org/changeset/ports/404059 Log: x11-fonts/powerline-fonts: create port Fonts for usage with the Powerline statusline plugin. WWW: https://github.com/powerline/fonts Added: head/x11-fonts/powerline-fonts/ head/x11-fonts/powerline-fonts/Makefile (contents, props changed) head/x11-fonts/powerline-fonts/distinfo (contents, props changed) head/x11-fonts/powerline-fonts/files/ head/x11-fonts/powerline-fonts/files/pkg-message.in (contents, props changed) head/x11-fonts/powerline-fonts/pkg-descr (contents, props changed) head/x11-fonts/powerline-fonts/pkg-plist (contents, props changed) Modified: head/x11-fonts/Makefile Modified: head/x11-fonts/Makefile ============================================================================== --- head/x11-fonts/Makefile Sun Dec 20 15:28:51 2015 (r404058) +++ head/x11-fonts/Makefile Sun Dec 20 15:31:59 2015 (r404059) @@ -145,6 +145,7 @@ SUBDIR += paratype SUBDIR += pcf2bdf SUBDIR += pingwi + SUBDIR += powerline-fonts SUBDIR += profont SUBDIR += proggy_fonts SUBDIR += proggy_fonts-ttf Added: head/x11-fonts/powerline-fonts/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/powerline-fonts/Makefile Sun Dec 20 15:31:59 2015 (r404059) @@ -0,0 +1,58 @@ +# $FreeBSD$ + +PORTNAME= powerline-fonts +PORTVERSION= 0.0.0.2015.12.04 +CATEGORIES= x11-fonts + +MAINTAINER= swills@FreeBSD.org +COMMENT= Fixed width sans fonts for use with powerline + +USE_GITHUB= yes +GH_ACCOUNT= powerline +GH_PROJECT= fonts +GH_TAGNAME= 2015-12-04 + +USES= fonts +NO_BUILD= yes + +TTF_FONTS= AnonymousPro Arimo Cousine DejaVuSansMono DroidSansMonoDotted \ + DroidSansMonoSlashed Hack LiberationMono Monofur RobotoMono \ + SymbolNeu Tinos UbuntuMono +OTF_FONTS= DroidSansMono FiraMono Inconsolata Inconsolata-g InconsolataDz \ + Meslo SourceCodePro +PCF_FONTS= Terminus +DOCDIRS= AnonymousPro Arimo Cousine DejaVuSansMono DroidSansMonoDotted \ + DroidSansMonoSlashed Hack LiberationMono RobotoMono SymbolNeu \ + Tinos UbuntuMono DroidSansMono FiraMono Inconsolata \ + Inconsolata-g InconsolataDz Meslo SourceCodePro Terminus +LICDIRS= AnonymousPro Arimo Cousine DejaVuSansMono DroidSansMonoDotted \ + DroidSansMonoSlashed Hack LiberationMono RobotoMono SymbolNeu \ + Tinos DroidSansMono FiraMono Inconsolata \ + Inconsolata-g InconsolataDz Meslo SourceCodePro Terminus + +SUB_FILES= pkg-message + +OPTIONS_DEFINE= DOCS + +do-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} +.for dir in ${DOCDIRS} + ${CP} ${WRKSRC}/${dir}/README.rst ${STAGEDIR}${DOCSDIR}/README_${dir}.rst +.endfor +.for dir in ${LICDIRS} + ${CP} ${WRKSRC}/${dir}/LICENSE.txt ${STAGEDIR}${DOCSDIR}/LICENSE_${dir}.txt +.endfor + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR} +.for font in ${OTF_FONTS} + ${INSTALL_DATA} ${WRKSRC}/${font}/*.otf ${STAGEDIR}${FONTSDIR} +.endfor +.for font in ${TTF_FONTS} + ${INSTALL_DATA} ${WRKSRC}/${font}/*.ttf ${STAGEDIR}${FONTSDIR} +.endfor +.for font in ${PCF_FONTS} + ${INSTALL_DATA} ${WRKSRC}/${font}/PCF/*.pcf.gz ${STAGEDIR}${FONTSDIR} +.endfor + +.include Added: head/x11-fonts/powerline-fonts/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/powerline-fonts/distinfo Sun Dec 20 15:31:59 2015 (r404059) @@ -0,0 +1,2 @@ +SHA256 (powerline-fonts-0.0.0.2015.12.04-2015-12-04_GH0.tar.gz) = 3a0b73abca6334b5e6bddefab67f6eb1b2fac1231817d95fc79126c8998c4844 +SIZE (powerline-fonts-0.0.0.2015.12.04-2015-12-04_GH0.tar.gz) = 9941242 Added: head/x11-fonts/powerline-fonts/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/powerline-fonts/files/pkg-message.in Sun Dec 20 15:31:59 2015 (r404059) @@ -0,0 +1,4 @@ +Add the following line to the "Files" section of xorg.conf or XF86Config: + + FontPath "%%FONTSDIR%%/" + Added: head/x11-fonts/powerline-fonts/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/powerline-fonts/pkg-descr Sun Dec 20 15:31:59 2015 (r404059) @@ -0,0 +1,3 @@ +Fonts for usage with the Powerline statusline plugin. + +WWW: https://github.com/powerline/fonts Added: head/x11-fonts/powerline-fonts/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/powerline-fonts/pkg-plist Sun Dec 20 15:31:59 2015 (r404059) @@ -0,0 +1,125 @@ +%%PORTDOCS%%%%DOCSDIR%%/LICENSE_AnonymousPro.txt +%%PORTDOCS%%%%DOCSDIR%%/LICENSE_Arimo.txt +%%PORTDOCS%%%%DOCSDIR%%/LICENSE_Cousine.txt +%%PORTDOCS%%%%DOCSDIR%%/LICENSE_DejaVuSansMono.txt +%%PORTDOCS%%%%DOCSDIR%%/LICENSE_DroidSansMono.txt +%%PORTDOCS%%%%DOCSDIR%%/LICENSE_DroidSansMonoDotted.txt +%%PORTDOCS%%%%DOCSDIR%%/LICENSE_DroidSansMonoSlashed.txt +%%PORTDOCS%%%%DOCSDIR%%/LICENSE_FiraMono.txt +%%PORTDOCS%%%%DOCSDIR%%/LICENSE_Hack.txt +%%PORTDOCS%%%%DOCSDIR%%/LICENSE_Inconsolata-g.txt +%%PORTDOCS%%%%DOCSDIR%%/LICENSE_Inconsolata.txt +%%PORTDOCS%%%%DOCSDIR%%/LICENSE_InconsolataDz.txt +%%PORTDOCS%%%%DOCSDIR%%/LICENSE_LiberationMono.txt +%%PORTDOCS%%%%DOCSDIR%%/LICENSE_Meslo.txt +%%PORTDOCS%%%%DOCSDIR%%/LICENSE_RobotoMono.txt +%%PORTDOCS%%%%DOCSDIR%%/LICENSE_SourceCodePro.txt +%%PORTDOCS%%%%DOCSDIR%%/LICENSE_SymbolNeu.txt +%%PORTDOCS%%%%DOCSDIR%%/LICENSE_Terminus.txt +%%PORTDOCS%%%%DOCSDIR%%/LICENSE_Tinos.txt +%%PORTDOCS%%%%DOCSDIR%%/README_AnonymousPro.rst +%%PORTDOCS%%%%DOCSDIR%%/README_Arimo.rst +%%PORTDOCS%%%%DOCSDIR%%/README_Cousine.rst +%%PORTDOCS%%%%DOCSDIR%%/README_DejaVuSansMono.rst +%%PORTDOCS%%%%DOCSDIR%%/README_DroidSansMono.rst +%%PORTDOCS%%%%DOCSDIR%%/README_DroidSansMonoDotted.rst +%%PORTDOCS%%%%DOCSDIR%%/README_DroidSansMonoSlashed.rst +%%PORTDOCS%%%%DOCSDIR%%/README_FiraMono.rst +%%PORTDOCS%%%%DOCSDIR%%/README_Hack.rst +%%PORTDOCS%%%%DOCSDIR%%/README_Inconsolata-g.rst +%%PORTDOCS%%%%DOCSDIR%%/README_Inconsolata.rst +%%PORTDOCS%%%%DOCSDIR%%/README_InconsolataDz.rst +%%PORTDOCS%%%%DOCSDIR%%/README_LiberationMono.rst +%%PORTDOCS%%%%DOCSDIR%%/README_Meslo.rst +%%PORTDOCS%%%%DOCSDIR%%/README_RobotoMono.rst +%%PORTDOCS%%%%DOCSDIR%%/README_SourceCodePro.rst +%%PORTDOCS%%%%DOCSDIR%%/README_SymbolNeu.rst +%%PORTDOCS%%%%DOCSDIR%%/README_Terminus.rst +%%PORTDOCS%%%%DOCSDIR%%/README_Tinos.rst +%%PORTDOCS%%%%DOCSDIR%%/README_UbuntuMono.rst +%%FONTSDIR%%/Anonymice Powerline Bold Italic.ttf +%%FONTSDIR%%/Anonymice Powerline Bold.ttf +%%FONTSDIR%%/Anonymice Powerline Italic.ttf +%%FONTSDIR%%/Anonymice Powerline.ttf +%%FONTSDIR%%/Arimo Bold Italic for Powerline.ttf +%%FONTSDIR%%/Arimo Bold for Powerline.ttf +%%FONTSDIR%%/Arimo Italic for Powerline.ttf +%%FONTSDIR%%/Arimo for Powerline.ttf +%%FONTSDIR%%/Cousine Bold Italic for Powerline.ttf +%%FONTSDIR%%/Cousine Bold for Powerline.ttf +%%FONTSDIR%%/Cousine Italic for Powerline.ttf +%%FONTSDIR%%/Cousine for Powerline.ttf +%%FONTSDIR%%/DejaVu Sans Mono Bold Oblique for Powerline.ttf +%%FONTSDIR%%/DejaVu Sans Mono Bold for Powerline.ttf +%%FONTSDIR%%/DejaVu Sans Mono Oblique for Powerline.ttf +%%FONTSDIR%%/DejaVu Sans Mono for Powerline.ttf +%%FONTSDIR%%/Droid Sans Mono Dotted for Powerline.ttf +%%FONTSDIR%%/Droid Sans Mono Slashed for Powerline.ttf +%%FONTSDIR%%/Droid Sans Mono for Powerline.otf +%%FONTSDIR%%/FuraMono-Bold Powerline.otf +%%FONTSDIR%%/FuraMono-Medium Powerline.otf +%%FONTSDIR%%/FuraMono-Regular Powerline.otf +%%FONTSDIR%%/Hack-Bold.ttf +%%FONTSDIR%%/Hack-BoldItalic.ttf +%%FONTSDIR%%/Hack-Italic.ttf +%%FONTSDIR%%/Hack-Regular.ttf +%%FONTSDIR%%/Inconsolata for Powerline.otf +%%FONTSDIR%%/Inconsolata-dz for Powerline.otf +%%FONTSDIR%%/Inconsolata-g for Powerline.otf +%%FONTSDIR%%/Literation Mono Powerline Bold Italic.ttf +%%FONTSDIR%%/Literation Mono Powerline Bold.ttf +%%FONTSDIR%%/Literation Mono Powerline Italic.ttf +%%FONTSDIR%%/Literation Mono Powerline.ttf +%%FONTSDIR%%/Meslo LG L DZ Regular for Powerline.otf +%%FONTSDIR%%/Meslo LG L Regular for Powerline.otf +%%FONTSDIR%%/Meslo LG M DZ Regular for Powerline.otf +%%FONTSDIR%%/Meslo LG M Regular for Powerline.otf +%%FONTSDIR%%/Meslo LG S DZ Regular for Powerline.otf +%%FONTSDIR%%/Meslo LG S Regular for Powerline.otf +%%FONTSDIR%%/Monofur Bold for Powerline.ttf +%%FONTSDIR%%/Monofur Italic for Powerline.ttf +%%FONTSDIR%%/Monofur for Powerline.ttf +%%FONTSDIR%%/Roboto Mono Bold Italic for Powerline.ttf +%%FONTSDIR%%/Roboto Mono Bold for Powerline.ttf +%%FONTSDIR%%/Roboto Mono Italic for Powerline.ttf +%%FONTSDIR%%/Roboto Mono Light Italic for Powerline.ttf +%%FONTSDIR%%/Roboto Mono Light for Powerline.ttf +%%FONTSDIR%%/Roboto Mono Medium Italic for Powerline.ttf +%%FONTSDIR%%/Roboto Mono Medium for Powerline.ttf +%%FONTSDIR%%/Roboto Mono Thin Italic for Powerline.ttf +%%FONTSDIR%%/Roboto Mono Thin for Powerline.ttf +%%FONTSDIR%%/Roboto Mono for Powerline.ttf +%%FONTSDIR%%/Sauce Code Powerline Black.otf +%%FONTSDIR%%/Sauce Code Powerline Bold.otf +%%FONTSDIR%%/Sauce Code Powerline ExtraLight.otf +%%FONTSDIR%%/Sauce Code Powerline Light.otf +%%FONTSDIR%%/Sauce Code Powerline Medium.otf +%%FONTSDIR%%/Sauce Code Powerline Regular.otf +%%FONTSDIR%%/Sauce Code Powerline Semibold.otf +%%FONTSDIR%%/Symbol Neu for Powerline.ttf +%%FONTSDIR%%/Tinos Bold Italic for Powerline.ttf +%%FONTSDIR%%/Tinos Bold for Powerline.ttf +%%FONTSDIR%%/Tinos Italic for Powerline.ttf +%%FONTSDIR%%/Tinos for Powerline.ttf +%%FONTSDIR%%/Ubuntu Mono derivative Powerline Bold Italic.ttf +%%FONTSDIR%%/Ubuntu Mono derivative Powerline Bold.ttf +%%FONTSDIR%%/Ubuntu Mono derivative Powerline Italic.ttf +%%FONTSDIR%%/Ubuntu Mono derivative Powerline.ttf +%%FONTSDIR%%/ter-powerline-x12b.pcf.gz +%%FONTSDIR%%/ter-powerline-x12n.pcf.gz +%%FONTSDIR%%/ter-powerline-x14b.pcf.gz +%%FONTSDIR%%/ter-powerline-x14n.pcf.gz +%%FONTSDIR%%/ter-powerline-x16b.pcf.gz +%%FONTSDIR%%/ter-powerline-x16n.pcf.gz +%%FONTSDIR%%/ter-powerline-x18b.pcf.gz +%%FONTSDIR%%/ter-powerline-x18n.pcf.gz +%%FONTSDIR%%/ter-powerline-x20b.pcf.gz +%%FONTSDIR%%/ter-powerline-x20n.pcf.gz +%%FONTSDIR%%/ter-powerline-x22b.pcf.gz +%%FONTSDIR%%/ter-powerline-x22n.pcf.gz +%%FONTSDIR%%/ter-powerline-x24b.pcf.gz +%%FONTSDIR%%/ter-powerline-x24n.pcf.gz +%%FONTSDIR%%/ter-powerline-x28b.pcf.gz +%%FONTSDIR%%/ter-powerline-x28n.pcf.gz +%%FONTSDIR%%/ter-powerline-x32b.pcf.gz +%%FONTSDIR%%/ter-powerline-x32n.pcf.gz From owner-svn-ports-head@freebsd.org Sun Dec 20 15:32:56 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E706A4D4C5; Sun, 20 Dec 2015 15:32:56 +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 065411EE0; Sun, 20 Dec 2015 15:32:55 +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 tBKFWtBx076884; Sun, 20 Dec 2015 15:32:55 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBKFWsBV076880; Sun, 20 Dec 2015 15:32:54 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201512201532.tBKFWsBV076880@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 20 Dec 2015 15:32:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404060 - in head/misc: . py-powerline-status X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 15:32:56 -0000 Author: swills Date: Sun Dec 20 15:32:54 2015 New Revision: 404060 URL: https://svnweb.freebsd.org/changeset/ports/404060 Log: misc/py-powerline-status: create port Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome, i3 and Qtile. WWW: https://github.com/powerline/powerline Added: head/misc/py-powerline-status/ head/misc/py-powerline-status/Makefile (contents, props changed) head/misc/py-powerline-status/distinfo (contents, props changed) head/misc/py-powerline-status/pkg-descr (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sun Dec 20 15:31:59 2015 (r404059) +++ head/misc/Makefile Sun Dec 20 15:32:54 2015 (r404060) @@ -376,6 +376,7 @@ SUBDIR += py-YABT SUBDIR += py-osd SUBDIR += py-pexpect + SUBDIR += py-powerline-status SUBDIR += py-progressbar SUBDIR += py-progressbar231 SUBDIR += py-qt4-demo Added: head/misc/py-powerline-status/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-powerline-status/Makefile Sun Dec 20 15:32:54 2015 (r404060) @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= powerline-status +PORTVERSION= 2.3 +CATEGORIES= misc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= swills@FreeBSD.org +COMMENT= Statusline plugin for vim, zsh, bash, and more + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/misc/py-powerline-status/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-powerline-status/distinfo Sun Dec 20 15:32:54 2015 (r404060) @@ -0,0 +1,2 @@ +SHA256 (powerline-status-2.3.tar.gz) = 703320cb0aca51caa0da43712b517a481b9f0cf2e02ccd995edb2d81bfc54f99 +SIZE (powerline-status-2.3.tar.gz) = 238142 Added: head/misc/py-powerline-status/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-powerline-status/pkg-descr Sun Dec 20 15:32:54 2015 (r404060) @@ -0,0 +1,5 @@ +Powerline is a statusline plugin for vim, and provides statuslines and prompts +for several other applications, including zsh, bash, tmux, IPython, Awesome, i3 +and Qtile. + +WWW: https://github.com/powerline/powerline From owner-svn-ports-head@freebsd.org Sun Dec 20 15:37:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA861A4D78E; Sun, 20 Dec 2015 15:37:33 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 82A6B10D4; Sun, 20 Dec 2015 15:37:33 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBKFbWgA077179; Sun, 20 Dec 2015 15:37:32 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBKFbWnL077175; Sun, 20 Dec 2015 15:37:32 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201512201537.tBKFbWnL077175@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Sun, 20 Dec 2015 15:37:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404061 - in head/print/jabref: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 15:37:33 -0000 Author: mandree Date: Sun Dec 20 15:37:32 2015 New Revision: 404061 URL: https://svnweb.freebsd.org/changeset/ports/404061 Log: Upgrade to new version 3.0. Now requires Java 8. Changelog: https://github.com/JabRef/jabref/blob/v3.0/CHANGELOG.md Modified: head/print/jabref/Makefile head/print/jabref/distinfo head/print/jabref/files/jabref.sh.in Modified: head/print/jabref/Makefile ============================================================================== --- head/print/jabref/Makefile Sun Dec 20 15:32:54 2015 (r404060) +++ head/print/jabref/Makefile Sun Dec 20 15:37:32 2015 (r404061) @@ -2,10 +2,11 @@ # $FreeBSD$ PORTNAME= jabref -PORTVERSION= 2.10 +PORTVERSION= 3.0 PORTEPOCH= 1 CATEGORIES= print java editors MASTER_SITES= SF +MASTER_SITE_SUBDIR= ${PORTNAME}/v${PORTVERSION} DISTNAME= JabRef-${PORTVERSION} EXTRACT_SUFX= .jar EXTRACT_ONLY= # @@ -19,7 +20,7 @@ LICENSE_COMB= dual PORTSCOUT= limit:.*[0-9]$$ USE_JAVA= yes -JAVA_VERSION= 1.6+ +JAVA_VERSION= 1.8+ NO_BUILD= yes DATADIR= ${JAVASHAREDIR}/${PORTNAME} Modified: head/print/jabref/distinfo ============================================================================== --- head/print/jabref/distinfo Sun Dec 20 15:32:54 2015 (r404060) +++ head/print/jabref/distinfo Sun Dec 20 15:37:32 2015 (r404061) @@ -1,2 +1,2 @@ -SHA256 (JabRef-2.10.jar) = bb8f001043079bd12f7f8867d725723fca33b03889af864a100d0cf5c4364ce4 -SIZE (JabRef-2.10.jar) = 15223054 +SHA256 (JabRef-3.0.jar) = aa0d202319cf99c509313d59c342a32cb323895d167d4a49011ad8c2593adc1e +SIZE (JabRef-3.0.jar) = 20475460 Modified: head/print/jabref/files/jabref.sh.in ============================================================================== --- head/print/jabref/files/jabref.sh.in Sun Dec 20 15:32:54 2015 (r404060) +++ head/print/jabref/files/jabref.sh.in Sun Dec 20 15:37:32 2015 (r404061) @@ -2,4 +2,4 @@ # # $FreeBSD$ -JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -jar "%%DATADIR%%/%%JARNAME%%" "$@" +JAVA_VERSION="%%JAVA_VERSION%%" exec "%%LOCALBASE%%/bin/java" -jar "%%DATADIR%%/%%JARNAME%%" "$@" From owner-svn-ports-head@freebsd.org Sun Dec 20 16:01:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DF75A4D5A3; Sun, 20 Dec 2015 16:01:24 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 089AD1A9C; Sun, 20 Dec 2015 16:01:23 +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 tBKG1NnP083156; Sun, 20 Dec 2015 16:01:23 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBKG1MYD083150; Sun, 20 Dec 2015 16:01:22 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201512201601.tBKG1MYD083150@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 20 Dec 2015 16:01:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404062 - in head/audio/denemo: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 16:01:24 -0000 Author: riggs Date: Sun Dec 20 16:01:22 2015 New Revision: 404062 URL: https://svnweb.freebsd.org/changeset/ports/404062 Log: Update to upstream version 2.0.0 PR: 204439 Submitted by: tkato432@yahoo.com Added: head/audio/denemo/files/patch-src__export__print.c (contents, props changed) head/audio/denemo/files/patch-src__ui__markup.c (contents, props changed) head/audio/denemo/pkg-plist (contents, props changed) Modified: head/audio/denemo/Makefile head/audio/denemo/distinfo Modified: head/audio/denemo/Makefile ============================================================================== --- head/audio/denemo/Makefile Sun Dec 20 15:37:32 2015 (r404061) +++ head/audio/denemo/Makefile Sun Dec 20 16:01:22 2015 (r404062) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= denemo -PORTVERSION= 1.2.4 +PORTVERSION= 2.0.0 CATEGORIES= audio MASTER_SITES= GNU @@ -36,23 +36,6 @@ CONFIGURE_ARGS= --enable-jack \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -PORTDOCS= * -PORTEXAMPLES= * -PORTDATA= * -PLIST_FILES= bin/cairo_svg2path \ - bin/denemo \ - bin/denemo_file_update \ - bin/generate_source \ - share/appdata/denemo.appdata.xml \ - share/applications/denemo.desktop \ - share/fonts/truetype/denemo/Denemo.ttf \ - share/fonts/truetype/denemo/emmentaler.ttf \ - share/fonts/truetype/denemo/feta.ttf \ - share/pixmaps/denemo.png -.for i in cs de en_GB es fr it ja pl sv -PLIST_FILES+= share/locale/${i}/LC_MESSAGES/denemo.mo -.endfor - OPTIONS_DEFINE= DOCS EXAMPLES LILYPOND PDF OPTIONS_SINGLE= TOOLKIT OPTIONS_SINGLE_TOOLKIT= GTK2 GTK3 @@ -80,7 +63,7 @@ post-patch: @${REINPLACE_CMD} -e \ 's|-lpthread|-pthread| ; \ /^CFLAGS=/s|_LIBS|_CFLAGS| ; \ - s|evince-view-2.32 >= 2.|atril-view-1.5.|' ${WRKSRC}/configure + s|evince-view-2.30 >= 2.|atril-view-1.5.|' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ '/ docs /d ; \ /) install-data-hook/s|^|#|' ${WRKSRC}/Makefile.in @@ -101,6 +84,8 @@ post-install: @${FIND} ${STAGEDIR}${DATADIR}/${i} -type f -print0 | \ ${XARGS} -0 ${CHMOD} ${SHAREMODE} .endfor + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in AUTHORS ChangeLog NEWS (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR}) @@ -114,6 +99,8 @@ post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR}/manual/images (cd ${WRKSRC}/docs/images && ${INSTALL_DATA} *.png \ ${STAGEDIR}${DOCSDIR}/manual/images) + +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples && ${INSTALL_DATA} *.denemo \ ${STAGEDIR}${EXAMPLESDIR}) Modified: head/audio/denemo/distinfo ============================================================================== --- head/audio/denemo/distinfo Sun Dec 20 15:37:32 2015 (r404061) +++ head/audio/denemo/distinfo Sun Dec 20 16:01:22 2015 (r404062) @@ -1,2 +1,2 @@ -SHA256 (denemo-1.2.4.tar.gz) = 9993bc4fa6ee9bc697e1091dcfa08254fa3ced1884c6b70b6e8e92c961b38db8 -SIZE (denemo-1.2.4.tar.gz) = 14206591 +SHA256 (denemo-2.0.0.tar.gz) = 2fe3204287e757388f49e2f93709f836099b9c066c7e218f49edb51d6e4ae2fe +SIZE (denemo-2.0.0.tar.gz) = 15563187 Added: head/audio/denemo/files/patch-src__export__print.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/denemo/files/patch-src__export__print.c Sun Dec 20 16:01:22 2015 (r404062) @@ -0,0 +1,20 @@ +--- src/export/print.c.orig 2015-10-26 04:58:33 UTC ++++ src/export/print.c +@@ -544,6 +544,9 @@ create_pdf (gboolean part_only, gboolean + + void create_pdf_for_lilypond (gchar *lilypond) + { ++#ifndef USE_EVINCE ++ g_debug("This feature requires denemo to be built with evince"); ++#else + if (get_print_status()->printpid != GPID_NONE) + { + if (confirm (_("Already Typesetting"), _("Abandon this typeset?"))) +@@ -567,6 +570,7 @@ void create_pdf_for_lilypond (gchar *lil + get_print_status()->invalid = 0; + run_lilypond_for_pdf (filename, lilyfile); + g_child_watch_add (get_print_status()->printpid, (GChildWatchFunc) printview_finished, (gpointer) (FALSE)); ++#endif + } + /** + * Dialog function used to select measure range Added: head/audio/denemo/files/patch-src__ui__markup.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/denemo/files/patch-src__ui__markup.c Sun Dec 20 16:01:22 2015 (r404062) @@ -0,0 +1,18 @@ +--- src/ui/markup.c.orig 2015-10-26 04:58:33 UTC ++++ src/ui/markup.c +@@ -242,6 +242,9 @@ static gboolean keypress_callback (G_GNU + + gchar *get_user_markup (GString *user_text, GString *marked_up_text, gchar* title, char *instruction, gchar *initial_value, gboolean modal, gboolean format_only) + { ++#ifndef USE_EVINCE ++ g_debug("This feature requires denemo to be built with evince"); ++#else + implement_show_print_view (FALSE); + GtkWidget *hbox = gtk_hbox_new (FALSE, 8); + GtkWidget *button = gtk_button_new_with_label (_("Paste Current Snippet")); +@@ -332,4 +335,5 @@ gchar *get_user_markup (GString *user_te + } + else + return FALSE; ++#endif + } Added: head/audio/denemo/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/denemo/pkg-plist Sun Dec 20 16:01:22 2015 (r404062) @@ -0,0 +1,2713 @@ +bin/cairo_svg2path +bin/denemo +bin/denemo_file_update +bin/generate_source +share/appdata/denemo.appdata.xml +share/applications/denemo.desktop +%%DATADIR%%/actions/AllCommands.commands +%%DATADIR%%/actions/AllCommands.shortcuts +%%DATADIR%%/actions/Arranger.commands +%%DATADIR%%/actions/Arranger.scm +%%DATADIR%%/actions/Arranger.shortcuts +%%DATADIR%%/actions/Classic.commands +%%DATADIR%%/actions/Classic.shortcuts +%%DATADIR%%/actions/Composer.commands +%%DATADIR%%/actions/Composer.scm +%%DATADIR%%/actions/Composer.shortcuts +%%DATADIR%%/actions/Default.commands +%%DATADIR%%/actions/Default.scm +%%DATADIR%%/actions/Default.shortcuts +%%DATADIR%%/actions/LilyPond.commands +%%DATADIR%%/actions/LilyPond.shortcuts +%%DATADIR%%/actions/Simple.commands +%%DATADIR%%/actions/Simple.scm +%%DATADIR%%/actions/Simple.shortcuts +%%DATADIR%%/actions/bitmaps/Barline.png +%%DATADIR%%/actions/bitmaps/BracketedWholeMeasureRest.png +%%DATADIR%%/actions/bitmaps/CheckMark.png +%%DATADIR%%/actions/bitmaps/ClosingBarline.png +%%DATADIR%%/actions/bitmaps/CrossSign.png +%%DATADIR%%/actions/bitmaps/DoubleBarline.png +%%DATADIR%%/actions/bitmaps/DrumClef.png +%%DATADIR%%/actions/bitmaps/EncircleChar +%%DATADIR%%/actions/bitmaps/EndBeam.png +%%DATADIR%%/actions/bitmaps/EndSecondTimeBar.png +%%DATADIR%%/actions/bitmaps/EndVolta.png +%%DATADIR%%/actions/bitmaps/FirstTimeBar.png +%%DATADIR%%/actions/bitmaps/Forte.png +%%DATADIR%%/actions/bitmaps/Fortissimo.png +%%DATADIR%%/actions/bitmaps/Fortississimo.png +%%DATADIR%%/actions/bitmaps/Glissando.png +%%DATADIR%%/actions/bitmaps/LargeEight.png +%%DATADIR%%/actions/bitmaps/LargeFive.png +%%DATADIR%%/actions/bitmaps/LargeFour.png +%%DATADIR%%/actions/bitmaps/LargeNine.png +%%DATADIR%%/actions/bitmaps/LargeOne.png +%%DATADIR%%/actions/bitmaps/LargeSeven.png +%%DATADIR%%/actions/bitmaps/LargeSix.png +%%DATADIR%%/actions/bitmaps/LargeThree.png +%%DATADIR%%/actions/bitmaps/LargeTwo.png +%%DATADIR%%/actions/bitmaps/LargeZero.png +%%DATADIR%%/actions/bitmaps/MezzoForte.png +%%DATADIR%%/actions/bitmaps/MezzoPiano.png +%%DATADIR%%/actions/bitmaps/MultiMeasureRests.png +%%DATADIR%%/actions/bitmaps/NoBeam.png +%%DATADIR%%/actions/bitmaps/NthTimeBar.png +%%DATADIR%%/actions/bitmaps/OpenFirstTimeBar.png +%%DATADIR%%/actions/bitmaps/OpenSecondTimeBar.png +%%DATADIR%%/actions/bitmaps/Pianissimo.png +%%DATADIR%%/actions/bitmaps/Pianississimo.png +%%DATADIR%%/actions/bitmaps/Piano.png +%%DATADIR%%/actions/bitmaps/RehearsalMark +%%DATADIR%%/actions/bitmaps/RehearsalMark.png +%%DATADIR%%/actions/bitmaps/RepeatClose.png +%%DATADIR%%/actions/bitmaps/RepeatCloseOpen.png +%%DATADIR%%/actions/bitmaps/RepeatEnd.svg +%%DATADIR%%/actions/bitmaps/RepeatEndStart.svg +%%DATADIR%%/actions/bitmaps/RepeatOpen.png +%%DATADIR%%/actions/bitmaps/RepeatStart.svg +%%DATADIR%%/actions/bitmaps/SecondTimeBar.png +%%DATADIR%%/actions/bitmaps/Speaker_Icon.svg +%%DATADIR%%/actions/bitmaps/Speaker_Icon_Mute.svg +%%DATADIR%%/actions/bitmaps/StartBeam.png +%%DATADIR%%/actions/bitmaps/StartDownStems.png +%%DATADIR%%/actions/bitmaps/StartTupletNumbering.png +%%DATADIR%%/actions/bitmaps/StartUpStems.png +%%DATADIR%%/actions/bitmaps/StopTupletNumbering.png +%%DATADIR%%/actions/bitmaps/Upbeat.png +%%DATADIR%%/actions/bitmaps/WholeMeasureRest.png +%%DATADIR%%/actions/bitmaps/WholeMeasureRestLH.png +%%DATADIR%%/actions/bitmaps/WholeMeasureRestRH.png +%%DATADIR%%/actions/bitmaps/accidentals.doublesharp.svg +%%DATADIR%%/actions/bitmaps/accidentals.flat.arrowboth.svg +%%DATADIR%%/actions/bitmaps/accidentals.flat.arrowdown.svg +%%DATADIR%%/actions/bitmaps/accidentals.flat.arrowup.svg +%%DATADIR%%/actions/bitmaps/accidentals.flat.slash.svg +%%DATADIR%%/actions/bitmaps/accidentals.flat.slashslash.svg +%%DATADIR%%/actions/bitmaps/accidentals.flat.svg +%%DATADIR%%/actions/bitmaps/accidentals.flatflat.slash.svg +%%DATADIR%%/actions/bitmaps/accidentals.flatflat.svg +%%DATADIR%%/actions/bitmaps/accidentals.hufnagelM1.svg +%%DATADIR%%/actions/bitmaps/accidentals.leftparen.svg +%%DATADIR%%/actions/bitmaps/accidentals.medicaeaM1.svg +%%DATADIR%%/actions/bitmaps/accidentals.mensural1.svg +%%DATADIR%%/actions/bitmaps/accidentals.mensuralM1.svg +%%DATADIR%%/actions/bitmaps/accidentals.mirroredflat.backslash.svg +%%DATADIR%%/actions/bitmaps/accidentals.mirroredflat.flat.svg +%%DATADIR%%/actions/bitmaps/accidentals.mirroredflat.svg +%%DATADIR%%/actions/bitmaps/accidentals.natural.arrowboth.svg +%%DATADIR%%/actions/bitmaps/accidentals.natural.arrowdown.svg +%%DATADIR%%/actions/bitmaps/accidentals.natural.arrowup.svg +%%DATADIR%%/actions/bitmaps/accidentals.natural.svg +%%DATADIR%%/actions/bitmaps/accidentals.rightparen.svg +%%DATADIR%%/actions/bitmaps/accidentals.sharp.arrowboth.svg +%%DATADIR%%/actions/bitmaps/accidentals.sharp.arrowdown.svg +%%DATADIR%%/actions/bitmaps/accidentals.sharp.arrowup.svg +%%DATADIR%%/actions/bitmaps/accidentals.sharp.slashslash.stem.svg +%%DATADIR%%/actions/bitmaps/accidentals.sharp.slashslash.stemstemstem.svg +%%DATADIR%%/actions/bitmaps/accidentals.sharp.slashslashslash.stem.svg +%%DATADIR%%/actions/bitmaps/accidentals.sharp.slashslashslash.stemstem.svg +%%DATADIR%%/actions/bitmaps/accidentals.sharp.svg +%%DATADIR%%/actions/bitmaps/accidentals.vaticana0.svg +%%DATADIR%%/actions/bitmaps/accidentals.vaticanaM1.svg +%%DATADIR%%/actions/bitmaps/accordion-accStdbase.svg +%%DATADIR%%/actions/bitmaps/accordion.bayanbass.svg +%%DATADIR%%/actions/bitmaps/accordion.discant.svg +%%DATADIR%%/actions/bitmaps/accordion.dot.svg +%%DATADIR%%/actions/bitmaps/accordion.freebass.svg +%%DATADIR%%/actions/bitmaps/accordion.oldEE.svg +%%DATADIR%%/actions/bitmaps/accordion.pull.svg +%%DATADIR%%/actions/bitmaps/accordion.push.svg +%%DATADIR%%/actions/bitmaps/accordion.stdbass.svg +%%DATADIR%%/actions/bitmaps/arrowheads.close.01.svg +%%DATADIR%%/actions/bitmaps/arrowheads.close.0M1.svg +%%DATADIR%%/actions/bitmaps/arrowheads.close.11.svg +%%DATADIR%%/actions/bitmaps/arrowheads.close.1M1.svg +%%DATADIR%%/actions/bitmaps/arrowheads.open.01.svg +%%DATADIR%%/actions/bitmaps/arrowheads.open.0M1.svg +%%DATADIR%%/actions/bitmaps/arrowheads.open.11.svg +%%DATADIR%%/actions/bitmaps/arrowheads.open.1M1.svg +%%DATADIR%%/actions/bitmaps/brackettips.down.svg +%%DATADIR%%/actions/bitmaps/brackettips.up.svg +%%DATADIR%%/actions/bitmaps/clefs-C.svg +%%DATADIR%%/actions/bitmaps/clefs-G.svg +%%DATADIR%%/actions/bitmaps/clefs.C.svg +%%DATADIR%%/actions/bitmaps/clefs.C_change.svg +%%DATADIR%%/actions/bitmaps/clefs.F.svg +%%DATADIR%%/actions/bitmaps/clefs.F_change.svg +%%DATADIR%%/actions/bitmaps/clefs.G.svg +%%DATADIR%%/actions/bitmaps/clefs.G_change.svg +%%DATADIR%%/actions/bitmaps/clefs.hufnagel.do.fa.svg +%%DATADIR%%/actions/bitmaps/clefs.hufnagel.do.fa_change.svg +%%DATADIR%%/actions/bitmaps/clefs.hufnagel.do.svg +%%DATADIR%%/actions/bitmaps/clefs.hufnagel.do_change.svg +%%DATADIR%%/actions/bitmaps/clefs.hufnagel.fa.svg +%%DATADIR%%/actions/bitmaps/clefs.hufnagel.fa_change.svg +%%DATADIR%%/actions/bitmaps/clefs.medicaea.do.svg +%%DATADIR%%/actions/bitmaps/clefs.medicaea.do_change.svg +%%DATADIR%%/actions/bitmaps/clefs.medicaea.fa.svg +%%DATADIR%%/actions/bitmaps/clefs.medicaea.fa_change.svg +%%DATADIR%%/actions/bitmaps/clefs.mensural.c.svg +%%DATADIR%%/actions/bitmaps/clefs.mensural.c_change.svg +%%DATADIR%%/actions/bitmaps/clefs.mensural.f.svg +%%DATADIR%%/actions/bitmaps/clefs.mensural.f_change.svg +%%DATADIR%%/actions/bitmaps/clefs.mensural.g.svg +%%DATADIR%%/actions/bitmaps/clefs.mensural.g_change.svg +%%DATADIR%%/actions/bitmaps/clefs.neomensural.c.svg +%%DATADIR%%/actions/bitmaps/clefs.neomensural.c_change.svg +%%DATADIR%%/actions/bitmaps/clefs.percussion.svg +%%DATADIR%%/actions/bitmaps/clefs.percussion_change.svg +%%DATADIR%%/actions/bitmaps/clefs.petrucci.c1.svg +%%DATADIR%%/actions/bitmaps/clefs.petrucci.c1_change.svg +%%DATADIR%%/actions/bitmaps/clefs.petrucci.c2.svg +%%DATADIR%%/actions/bitmaps/clefs.petrucci.c2_change.svg +%%DATADIR%%/actions/bitmaps/clefs.petrucci.c3.svg +%%DATADIR%%/actions/bitmaps/clefs.petrucci.c3_change.svg +%%DATADIR%%/actions/bitmaps/clefs.petrucci.c4.svg +%%DATADIR%%/actions/bitmaps/clefs.petrucci.c4_change.svg +%%DATADIR%%/actions/bitmaps/clefs.petrucci.c5.svg +%%DATADIR%%/actions/bitmaps/clefs.petrucci.c5_change.svg +%%DATADIR%%/actions/bitmaps/clefs.petrucci.f.svg +%%DATADIR%%/actions/bitmaps/clefs.petrucci.f_change.svg +%%DATADIR%%/actions/bitmaps/clefs.petrucci.g.svg +%%DATADIR%%/actions/bitmaps/clefs.petrucci.g_change.svg +%%DATADIR%%/actions/bitmaps/clefs.tab.svg +%%DATADIR%%/actions/bitmaps/clefs.tab_change.svg +%%DATADIR%%/actions/bitmaps/clefs.vaticana.do.svg +%%DATADIR%%/actions/bitmaps/clefs.vaticana.do_change.svg +%%DATADIR%%/actions/bitmaps/clefs.vaticana.fa.svg +%%DATADIR%%/actions/bitmaps/clefs.vaticana.fa_change.svg +%%DATADIR%%/actions/bitmaps/comma.svg +%%DATADIR%%/actions/bitmaps/custodes.hufnagel.d0.svg +%%DATADIR%%/actions/bitmaps/custodes.hufnagel.d1.svg +%%DATADIR%%/actions/bitmaps/custodes.hufnagel.d2.svg +%%DATADIR%%/actions/bitmaps/custodes.hufnagel.u0.svg +%%DATADIR%%/actions/bitmaps/custodes.hufnagel.u1.svg +%%DATADIR%%/actions/bitmaps/custodes.hufnagel.u2.svg +%%DATADIR%%/actions/bitmaps/custodes.medicaea.d0.svg +%%DATADIR%%/actions/bitmaps/custodes.medicaea.d1.svg +%%DATADIR%%/actions/bitmaps/custodes.medicaea.d2.svg +%%DATADIR%%/actions/bitmaps/custodes.medicaea.u0.svg +%%DATADIR%%/actions/bitmaps/custodes.medicaea.u1.svg +%%DATADIR%%/actions/bitmaps/custodes.medicaea.u2.svg +%%DATADIR%%/actions/bitmaps/custodes.mensural.d0.svg +%%DATADIR%%/actions/bitmaps/custodes.mensural.d1.svg +%%DATADIR%%/actions/bitmaps/custodes.mensural.d2.svg +%%DATADIR%%/actions/bitmaps/custodes.mensural.u0.svg +%%DATADIR%%/actions/bitmaps/custodes.mensural.u1.svg +%%DATADIR%%/actions/bitmaps/custodes.mensural.u2.svg +%%DATADIR%%/actions/bitmaps/custodes.vaticana.d0.svg +%%DATADIR%%/actions/bitmaps/custodes.vaticana.d1.svg +%%DATADIR%%/actions/bitmaps/custodes.vaticana.d2.svg +%%DATADIR%%/actions/bitmaps/custodes.vaticana.u0.svg +%%DATADIR%%/actions/bitmaps/custodes.vaticana.u1.svg +%%DATADIR%%/actions/bitmaps/custodes.vaticana.u2.svg +%%DATADIR%%/actions/bitmaps/dots.dot.svg +%%DATADIR%%/actions/bitmaps/dots.dotvaticana.svg +%%DATADIR%%/actions/bitmaps/eight.svg +%%DATADIR%%/actions/bitmaps/f.svg +%%DATADIR%%/actions/bitmaps/ffff.png +%%DATADIR%%/actions/bitmaps/five.svg +%%DATADIR%%/actions/bitmaps/flags.d3.svg +%%DATADIR%%/actions/bitmaps/flags.d4.svg +%%DATADIR%%/actions/bitmaps/flags.d5.svg +%%DATADIR%%/actions/bitmaps/flags.d6.svg +%%DATADIR%%/actions/bitmaps/flags.d7.svg +%%DATADIR%%/actions/bitmaps/flags.dgrace.svg +%%DATADIR%%/actions/bitmaps/flags.mensurald03.svg +%%DATADIR%%/actions/bitmaps/flags.mensurald04.svg +%%DATADIR%%/actions/bitmaps/flags.mensurald05.svg +%%DATADIR%%/actions/bitmaps/flags.mensurald06.svg +%%DATADIR%%/actions/bitmaps/flags.mensurald13.svg +%%DATADIR%%/actions/bitmaps/flags.mensurald14.svg +%%DATADIR%%/actions/bitmaps/flags.mensurald15.svg +%%DATADIR%%/actions/bitmaps/flags.mensurald16.svg +%%DATADIR%%/actions/bitmaps/flags.mensurald23.svg +%%DATADIR%%/actions/bitmaps/flags.mensurald24.svg +%%DATADIR%%/actions/bitmaps/flags.mensurald25.svg +%%DATADIR%%/actions/bitmaps/flags.mensurald26.svg +%%DATADIR%%/actions/bitmaps/flags.mensuralu03.svg +%%DATADIR%%/actions/bitmaps/flags.mensuralu04.svg +%%DATADIR%%/actions/bitmaps/flags.mensuralu05.svg +%%DATADIR%%/actions/bitmaps/flags.mensuralu06.svg +%%DATADIR%%/actions/bitmaps/flags.mensuralu13.svg +%%DATADIR%%/actions/bitmaps/flags.mensuralu14.svg +%%DATADIR%%/actions/bitmaps/flags.mensuralu15.svg +%%DATADIR%%/actions/bitmaps/flags.mensuralu16.svg +%%DATADIR%%/actions/bitmaps/flags.mensuralu23.svg +%%DATADIR%%/actions/bitmaps/flags.mensuralu24.svg +%%DATADIR%%/actions/bitmaps/flags.mensuralu25.svg +%%DATADIR%%/actions/bitmaps/flags.mensuralu26.svg +%%DATADIR%%/actions/bitmaps/flags.u3.svg +%%DATADIR%%/actions/bitmaps/flags.u4.svg +%%DATADIR%%/actions/bitmaps/flags.u5.svg +%%DATADIR%%/actions/bitmaps/flags.u6.svg +%%DATADIR%%/actions/bitmaps/flags.u7.svg +%%DATADIR%%/actions/bitmaps/flags.ugrace.svg +%%DATADIR%%/actions/bitmaps/four.svg +%%DATADIR%%/actions/bitmaps/fp.png +%%DATADIR%%/actions/bitmaps/glyphasn.svg +%%DATADIR%%/actions/bitmaps/glyphati.svg +%%DATADIR%%/actions/bitmaps/hyphen.svg +%%DATADIR%%/actions/bitmaps/m.svg +%%DATADIR%%/actions/bitmaps/mute.png +%%DATADIR%%/actions/bitmaps/nine.svg +%%DATADIR%%/actions/bitmaps/noteheads.d0doFunk.svg +%%DATADIR%%/actions/bitmaps/noteheads.d0fa.svg +%%DATADIR%%/actions/bitmaps/noteheads.d0faFunk.svg +%%DATADIR%%/actions/bitmaps/noteheads.d0faThin.svg +%%DATADIR%%/actions/bitmaps/noteheads.d0miFunk.svg +%%DATADIR%%/actions/bitmaps/noteheads.d0reFunk.svg +%%DATADIR%%/actions/bitmaps/noteheads.d0tiFunk.svg +%%DATADIR%%/actions/bitmaps/noteheads.d1do.svg +%%DATADIR%%/actions/bitmaps/noteheads.d1doFunk.svg +%%DATADIR%%/actions/bitmaps/noteheads.d1doThin.svg +%%DATADIR%%/actions/bitmaps/noteheads.d1doWalker.svg +%%DATADIR%%/actions/bitmaps/noteheads.d1fa.svg +%%DATADIR%%/actions/bitmaps/noteheads.d1faFunk.svg +%%DATADIR%%/actions/bitmaps/noteheads.d1faThin.svg +%%DATADIR%%/actions/bitmaps/noteheads.d1faWalker.svg +%%DATADIR%%/actions/bitmaps/noteheads.d1miFunk.svg +%%DATADIR%%/actions/bitmaps/noteheads.d1re.svg +%%DATADIR%%/actions/bitmaps/noteheads.d1reFunk.svg +%%DATADIR%%/actions/bitmaps/noteheads.d1reThin.svg +%%DATADIR%%/actions/bitmaps/noteheads.d1reWalker.svg +%%DATADIR%%/actions/bitmaps/noteheads.d1ti.svg +%%DATADIR%%/actions/bitmaps/noteheads.d1tiFunk.svg +%%DATADIR%%/actions/bitmaps/noteheads.d1tiThin.svg +%%DATADIR%%/actions/bitmaps/noteheads.d1tiWalker.svg +%%DATADIR%%/actions/bitmaps/noteheads.d1triangle.svg +%%DATADIR%%/actions/bitmaps/noteheads.d2do.svg +%%DATADIR%%/actions/bitmaps/noteheads.d2doFunk.svg +%%DATADIR%%/actions/bitmaps/noteheads.d2doThin.svg +%%DATADIR%%/actions/bitmaps/noteheads.d2doWalker.svg +%%DATADIR%%/actions/bitmaps/noteheads.d2fa.svg +%%DATADIR%%/actions/bitmaps/noteheads.d2faFunk.svg +%%DATADIR%%/actions/bitmaps/noteheads.d2faThin.svg +%%DATADIR%%/actions/bitmaps/noteheads.d2faWalker.svg +%%DATADIR%%/actions/bitmaps/noteheads.d2re.svg +%%DATADIR%%/actions/bitmaps/noteheads.d2reFunk.svg +%%DATADIR%%/actions/bitmaps/noteheads.d2reThin.svg +%%DATADIR%%/actions/bitmaps/noteheads.d2reWalker.svg +%%DATADIR%%/actions/bitmaps/noteheads.d2ti.svg +%%DATADIR%%/actions/bitmaps/noteheads.d2tiFunk.svg +%%DATADIR%%/actions/bitmaps/noteheads.d2tiThin.svg +%%DATADIR%%/actions/bitmaps/noteheads.d2tiWalker.svg +%%DATADIR%%/actions/bitmaps/noteheads.d2triangle.svg +%%DATADIR%%/actions/bitmaps/noteheads.dM2.svg +%%DATADIR%%/actions/bitmaps/noteheads.s-1.svg +%%DATADIR%%/actions/bitmaps/noteheads.s-2.svg +%%DATADIR%%/actions/bitmaps/noteheads.s0.svg +%%DATADIR%%/actions/bitmaps/noteheads.s0cross.svg +%%DATADIR%%/actions/bitmaps/noteheads.s0diamond.svg +%%DATADIR%%/actions/bitmaps/noteheads.s0do.svg +%%DATADIR%%/actions/bitmaps/noteheads.s0doThin.svg +%%DATADIR%%/actions/bitmaps/noteheads.s0doWalker.svg +%%DATADIR%%/actions/bitmaps/noteheads.s0faWalker.svg +%%DATADIR%%/actions/bitmaps/noteheads.s0harmonic.svg +%%DATADIR%%/actions/bitmaps/noteheads.s0la.svg +%%DATADIR%%/actions/bitmaps/noteheads.s0laFunk.svg +%%DATADIR%%/actions/bitmaps/noteheads.s0laThin.svg +%%DATADIR%%/actions/bitmaps/noteheads.s0laWalker.svg +%%DATADIR%%/actions/bitmaps/noteheads.s0mensural.svg +%%DATADIR%%/actions/bitmaps/noteheads.s0mi.svg +%%DATADIR%%/actions/bitmaps/noteheads.s0miMirror.svg +%%DATADIR%%/actions/bitmaps/noteheads.s0miThin.svg +%%DATADIR%%/actions/bitmaps/noteheads.s0miWalker.svg +%%DATADIR%%/actions/bitmaps/noteheads.s0neomensural.svg +%%DATADIR%%/actions/bitmaps/noteheads.s0petrucci.svg +%%DATADIR%%/actions/bitmaps/noteheads.s0re.svg +%%DATADIR%%/actions/bitmaps/noteheads.s0reThin.svg +%%DATADIR%%/actions/bitmaps/noteheads.s0reWalker.svg +%%DATADIR%%/actions/bitmaps/noteheads.s0slash.svg +%%DATADIR%%/actions/bitmaps/noteheads.s0sol.svg +%%DATADIR%%/actions/bitmaps/noteheads.s0solFunk.svg +%%DATADIR%%/actions/bitmaps/noteheads.s0ti.svg +%%DATADIR%%/actions/bitmaps/noteheads.s0tiThin.svg +%%DATADIR%%/actions/bitmaps/noteheads.s0tiWalker.svg +%%DATADIR%%/actions/bitmaps/noteheads.s0triangle.svg +%%DATADIR%%/actions/bitmaps/noteheads.s1.svg +%%DATADIR%%/actions/bitmaps/noteheads.s1cross.svg +%%DATADIR%%/actions/bitmaps/noteheads.s1diamond.svg +%%DATADIR%%/actions/bitmaps/noteheads.s1la.svg +%%DATADIR%%/actions/bitmaps/noteheads.s1laFunk.svg +%%DATADIR%%/actions/bitmaps/noteheads.s1laThin.svg +%%DATADIR%%/actions/bitmaps/noteheads.s1laWalker.svg +%%DATADIR%%/actions/bitmaps/noteheads.s1mensural.svg +%%DATADIR%%/actions/bitmaps/noteheads.s1mi.svg +%%DATADIR%%/actions/bitmaps/noteheads.s1miMirror.svg +%%DATADIR%%/actions/bitmaps/noteheads.s1miThin.svg +%%DATADIR%%/actions/bitmaps/noteheads.s1miWalker.svg +%%DATADIR%%/actions/bitmaps/noteheads.s1neomensural.svg +%%DATADIR%%/actions/bitmaps/noteheads.s1petrucci.svg +%%DATADIR%%/actions/bitmaps/noteheads.s1slash.svg +%%DATADIR%%/actions/bitmaps/noteheads.s1sol.svg +%%DATADIR%%/actions/bitmaps/noteheads.s1solFunk.svg +%%DATADIR%%/actions/bitmaps/noteheads.s2.svg +%%DATADIR%%/actions/bitmaps/noteheads.s2cross.svg +%%DATADIR%%/actions/bitmaps/noteheads.s2diamond.svg +%%DATADIR%%/actions/bitmaps/noteheads.s2harmonic.svg +%%DATADIR%%/actions/bitmaps/noteheads.s2la.svg +%%DATADIR%%/actions/bitmaps/noteheads.s2laFunk.svg +%%DATADIR%%/actions/bitmaps/noteheads.s2laThin.svg +%%DATADIR%%/actions/bitmaps/noteheads.s2laWalker.svg +%%DATADIR%%/actions/bitmaps/noteheads.s2mensural.svg +%%DATADIR%%/actions/bitmaps/noteheads.s2mi.svg +%%DATADIR%%/actions/bitmaps/noteheads.s2miFunk.svg +%%DATADIR%%/actions/bitmaps/noteheads.s2miMirror.svg +%%DATADIR%%/actions/bitmaps/noteheads.s2miThin.svg +%%DATADIR%%/actions/bitmaps/noteheads.s2miWalker.svg +%%DATADIR%%/actions/bitmaps/noteheads.s2neomensural.svg +%%DATADIR%%/actions/bitmaps/noteheads.s2petrucci.svg +%%DATADIR%%/actions/bitmaps/noteheads.s2slash.svg +%%DATADIR%%/actions/bitmaps/noteheads.s2sol.svg +%%DATADIR%%/actions/bitmaps/noteheads.s2solFunk.svg +%%DATADIR%%/actions/bitmaps/noteheads.s2xcircle.svg +%%DATADIR%%/actions/bitmaps/noteheads.sM1.svg +%%DATADIR%%/actions/bitmaps/noteheads.sM1double.svg +%%DATADIR%%/actions/bitmaps/noteheads.sM1mensural.svg +%%DATADIR%%/actions/bitmaps/noteheads.sM1neomensural.svg +%%DATADIR%%/actions/bitmaps/noteheads.sM2mensural.svg +%%DATADIR%%/actions/bitmaps/noteheads.sM2neomensural.svg +%%DATADIR%%/actions/bitmaps/noteheads.sM3mensural.svg +%%DATADIR%%/actions/bitmaps/noteheads.sM3neomensural.svg +%%DATADIR%%/actions/bitmaps/noteheads.shufnagel.lpes.svg +%%DATADIR%%/actions/bitmaps/noteheads.shufnagel.punctum.svg +%%DATADIR%%/actions/bitmaps/noteheads.shufnagel.virga.svg +%%DATADIR%%/actions/bitmaps/noteheads.slmensural.svg +%%DATADIR%%/actions/bitmaps/noteheads.slneomensural.svg +%%DATADIR%%/actions/bitmaps/noteheads.smedicaea.inclinatum.svg +%%DATADIR%%/actions/bitmaps/noteheads.smedicaea.punctum.svg +%%DATADIR%%/actions/bitmaps/noteheads.smedicaea.rvirga.svg +%%DATADIR%%/actions/bitmaps/noteheads.smedicaea.virga.svg +%%DATADIR%%/actions/bitmaps/noteheads.ssolesmes.auct.asc.svg +%%DATADIR%%/actions/bitmaps/noteheads.ssolesmes.auct.desc.svg +%%DATADIR%%/actions/bitmaps/noteheads.ssolesmes.incl.auctum.svg +%%DATADIR%%/actions/bitmaps/noteheads.ssolesmes.incl.parvum.svg +%%DATADIR%%/actions/bitmaps/noteheads.ssolesmes.oriscus.svg +%%DATADIR%%/actions/bitmaps/noteheads.ssolesmes.stropha.aucta.svg +%%DATADIR%%/actions/bitmaps/noteheads.ssolesmes.stropha.svg +%%DATADIR%%/actions/bitmaps/noteheads.svaticana.cephalicus.svg +%%DATADIR%%/actions/bitmaps/noteheads.svaticana.epiphonus.svg +%%DATADIR%%/actions/bitmaps/noteheads.svaticana.inclinatum.svg +%%DATADIR%%/actions/bitmaps/noteheads.svaticana.inner.cephalicus.svg +%%DATADIR%%/actions/bitmaps/noteheads.svaticana.linea.punctum.cavum.svg +%%DATADIR%%/actions/bitmaps/noteheads.svaticana.linea.punctum.svg +%%DATADIR%%/actions/bitmaps/noteheads.svaticana.lpes.svg +%%DATADIR%%/actions/bitmaps/noteheads.svaticana.plica.svg +%%DATADIR%%/actions/bitmaps/noteheads.svaticana.punctum.cavum.svg +%%DATADIR%%/actions/bitmaps/noteheads.svaticana.punctum.svg +%%DATADIR%%/actions/bitmaps/noteheads.svaticana.quilisma.svg +%%DATADIR%%/actions/bitmaps/noteheads.svaticana.reverse.plica.svg +%%DATADIR%%/actions/bitmaps/noteheads.svaticana.reverse.vplica.svg +%%DATADIR%%/actions/bitmaps/noteheads.svaticana.upes.svg +%%DATADIR%%/actions/bitmaps/noteheads.svaticana.vepiphonus.svg +%%DATADIR%%/actions/bitmaps/noteheads.svaticana.vlpes.svg +%%DATADIR%%/actions/bitmaps/noteheads.svaticana.vplica.svg +%%DATADIR%%/actions/bitmaps/noteheads.svaticana.vupes.svg +%%DATADIR%%/actions/bitmaps/noteheads.u0doFunk.svg +%%DATADIR%%/actions/bitmaps/noteheads.u0fa.svg +%%DATADIR%%/actions/bitmaps/noteheads.u0faFunk.svg +%%DATADIR%%/actions/bitmaps/noteheads.u0faThin.svg +%%DATADIR%%/actions/bitmaps/noteheads.u0miFunk.svg +%%DATADIR%%/actions/bitmaps/noteheads.u0reFunk.svg +%%DATADIR%%/actions/bitmaps/noteheads.u0tiFunk.svg +%%DATADIR%%/actions/bitmaps/noteheads.u1do.svg +%%DATADIR%%/actions/bitmaps/noteheads.u1doFunk.svg +%%DATADIR%%/actions/bitmaps/noteheads.u1doThin.svg +%%DATADIR%%/actions/bitmaps/noteheads.u1doWalker.svg +%%DATADIR%%/actions/bitmaps/noteheads.u1fa.svg +%%DATADIR%%/actions/bitmaps/noteheads.u1faFunk.svg +%%DATADIR%%/actions/bitmaps/noteheads.u1faThin.svg +%%DATADIR%%/actions/bitmaps/noteheads.u1faWalker.svg +%%DATADIR%%/actions/bitmaps/noteheads.u1miFunk.svg +%%DATADIR%%/actions/bitmaps/noteheads.u1re.svg +%%DATADIR%%/actions/bitmaps/noteheads.u1reFunk.svg +%%DATADIR%%/actions/bitmaps/noteheads.u1reThin.svg +%%DATADIR%%/actions/bitmaps/noteheads.u1reWalker.svg +%%DATADIR%%/actions/bitmaps/noteheads.u1ti.svg +%%DATADIR%%/actions/bitmaps/noteheads.u1tiFunk.svg +%%DATADIR%%/actions/bitmaps/noteheads.u1tiThin.svg +%%DATADIR%%/actions/bitmaps/noteheads.u1tiWalker.svg +%%DATADIR%%/actions/bitmaps/noteheads.u1triangle.svg +%%DATADIR%%/actions/bitmaps/noteheads.u2do.svg +%%DATADIR%%/actions/bitmaps/noteheads.u2doFunk.svg +%%DATADIR%%/actions/bitmaps/noteheads.u2doThin.svg +%%DATADIR%%/actions/bitmaps/noteheads.u2doWalker.svg +%%DATADIR%%/actions/bitmaps/noteheads.u2fa.svg +%%DATADIR%%/actions/bitmaps/noteheads.u2faFunk.svg +%%DATADIR%%/actions/bitmaps/noteheads.u2faThin.svg +%%DATADIR%%/actions/bitmaps/noteheads.u2faWalker.svg +%%DATADIR%%/actions/bitmaps/noteheads.u2re.svg +%%DATADIR%%/actions/bitmaps/noteheads.u2reFunk.svg +%%DATADIR%%/actions/bitmaps/noteheads.u2reThin.svg +%%DATADIR%%/actions/bitmaps/noteheads.u2reWalker.svg +%%DATADIR%%/actions/bitmaps/noteheads.u2ti.svg +%%DATADIR%%/actions/bitmaps/noteheads.u2tiFunk.svg +%%DATADIR%%/actions/bitmaps/noteheads.u2tiThin.svg +%%DATADIR%%/actions/bitmaps/noteheads.u2tiWalker.svg +%%DATADIR%%/actions/bitmaps/noteheads.u2triangle.svg +%%DATADIR%%/actions/bitmaps/noteheads.uM2.svg +%%DATADIR%%/actions/bitmaps/noteheads_dM2.svg +%%DATADIR%%/actions/bitmaps/noteheads_sM1.svg +%%DATADIR%%/actions/bitmaps/noteheads_sM1neomensural.png +%%DATADIR%%/actions/bitmaps/noteheads_sM1neomensural.svg +%%DATADIR%%/actions/bitmaps/noteheads_sM2neomensural.png +%%DATADIR%%/actions/bitmaps/noteheads_sM2neomensural.svg +%%DATADIR%%/actions/bitmaps/one.svg +%%DATADIR%%/actions/bitmaps/p.svg +%%DATADIR%%/actions/bitmaps/pedal...svg +%%DATADIR%%/actions/bitmaps/pedal.M.svg +%%DATADIR%%/actions/bitmaps/pedal.P.svg +%%DATADIR%%/actions/bitmaps/pedal.Ped.svg +%%DATADIR%%/actions/bitmaps/pedal.d.svg +%%DATADIR%%/actions/bitmaps/pedal.e.svg +%%DATADIR%%/actions/bitmaps/period.svg +%%DATADIR%%/actions/bitmaps/piano_brace.svg +%%DATADIR%%/actions/bitmaps/plus.svg +%%DATADIR%%/actions/bitmaps/pppp.png +%%DATADIR%%/actions/bitmaps/ppppp.png +%%DATADIR%%/actions/bitmaps/r.svg +%%DATADIR%%/actions/bitmaps/rests.0.svg +%%DATADIR%%/actions/bitmaps/rests.0mensural.svg +%%DATADIR%%/actions/bitmaps/rests.0neomensural.svg +%%DATADIR%%/actions/bitmaps/rests.0o.svg +%%DATADIR%%/actions/bitmaps/rests.1.svg +%%DATADIR%%/actions/bitmaps/rests.1mensural.svg +%%DATADIR%%/actions/bitmaps/rests.1neomensural.svg +%%DATADIR%%/actions/bitmaps/rests.1o.svg +%%DATADIR%%/actions/bitmaps/rests.2.svg +%%DATADIR%%/actions/bitmaps/rests.2classical.svg +%%DATADIR%%/actions/bitmaps/rests.2mensural.svg +%%DATADIR%%/actions/bitmaps/rests.2neomensural.svg +%%DATADIR%%/actions/bitmaps/rests.3.svg +%%DATADIR%%/actions/bitmaps/rests.3mensural.svg +%%DATADIR%%/actions/bitmaps/rests.3neomensural.svg +%%DATADIR%%/actions/bitmaps/rests.4.svg +%%DATADIR%%/actions/bitmaps/rests.4mensural.svg +%%DATADIR%%/actions/bitmaps/rests.4neomensural.svg +%%DATADIR%%/actions/bitmaps/rests.5.svg +%%DATADIR%%/actions/bitmaps/rests.6.svg +%%DATADIR%%/actions/bitmaps/rests.7.svg +%%DATADIR%%/actions/bitmaps/rests.M1.svg +%%DATADIR%%/actions/bitmaps/rests.M1mensural.svg +%%DATADIR%%/actions/bitmaps/rests.M1neomensural.svg +%%DATADIR%%/actions/bitmaps/rests.M2.svg +%%DATADIR%%/actions/bitmaps/rests.M2mensural.svg +%%DATADIR%%/actions/bitmaps/rests.M2neomensural.svg +%%DATADIR%%/actions/bitmaps/rests.M3.svg +%%DATADIR%%/actions/bitmaps/rests.M3mensural.svg +%%DATADIR%%/actions/bitmaps/rests.M3neomensural.svg +%%DATADIR%%/actions/bitmaps/rests_M1neomensural.png +%%DATADIR%%/actions/bitmaps/rests_M1neomensural.svg +%%DATADIR%%/actions/bitmaps/rests_M2.svg +%%DATADIR%%/actions/bitmaps/rests_M2neomensural.png +%%DATADIR%%/actions/bitmaps/rests_M2neomensural.svg +%%DATADIR%%/actions/bitmaps/rests_M3neomensural.svg +%%DATADIR%%/actions/bitmaps/rfz.png +%%DATADIR%%/actions/bitmaps/s.svg +%%DATADIR%%/actions/bitmaps/scripts.arpeggio.arrow.1.svg +%%DATADIR%%/actions/bitmaps/scripts.arpeggio.arrow.M1.svg +%%DATADIR%%/actions/bitmaps/scripts.arpeggio.svg +%%DATADIR%%/actions/bitmaps/scripts.augmentum.svg +%%DATADIR%%/actions/bitmaps/scripts.caesura.curved.svg +%%DATADIR%%/actions/bitmaps/scripts.caesura.straight.svg +%%DATADIR%%/actions/bitmaps/scripts.circulus.svg +%%DATADIR%%/actions/bitmaps/scripts.coda.svg +%%DATADIR%%/actions/bitmaps/scripts.daccentus.svg +%%DATADIR%%/actions/bitmaps/scripts.dfermata.svg +%%DATADIR%%/actions/bitmaps/scripts.dlongfermata.svg +%%DATADIR%%/actions/bitmaps/scripts.dmarcato.svg +%%DATADIR%%/actions/bitmaps/scripts.downbow.svg +%%DATADIR%%/actions/bitmaps/scripts.downmordent.svg +%%DATADIR%%/actions/bitmaps/scripts.downprall.svg +%%DATADIR%%/actions/bitmaps/scripts.dpedalheel.svg +%%DATADIR%%/actions/bitmaps/scripts.dpedaltoe.svg +%%DATADIR%%/actions/bitmaps/scripts.dportato.svg +%%DATADIR%%/actions/bitmaps/scripts.dsemicirculus.svg +%%DATADIR%%/actions/bitmaps/scripts.dshortfermata.svg +%%DATADIR%%/actions/bitmaps/scripts.dsignumcongruentiae.svg +%%DATADIR%%/actions/bitmaps/scripts.dstaccatissimo.svg +%%DATADIR%%/actions/bitmaps/scripts.dverylongfermata.svg +%%DATADIR%%/actions/bitmaps/scripts.espr.svg +%%DATADIR%%/actions/bitmaps/scripts.flageolet.svg +%%DATADIR%%/actions/bitmaps/scripts.halfopen.svg +%%DATADIR%%/actions/bitmaps/scripts.ictus.svg +%%DATADIR%%/actions/bitmaps/scripts.lcomma.svg +%%DATADIR%%/actions/bitmaps/scripts.lineprall.svg +%%DATADIR%%/actions/bitmaps/scripts.lvarcomma.svg +%%DATADIR%%/actions/bitmaps/scripts.mordent.svg +%%DATADIR%%/actions/bitmaps/scripts.open.svg +%%DATADIR%%/actions/bitmaps/scripts.prall.svg +%%DATADIR%%/actions/bitmaps/scripts.pralldown.svg +%%DATADIR%%/actions/bitmaps/scripts.prallmordent.svg +%%DATADIR%%/actions/bitmaps/scripts.prallprall.svg +%%DATADIR%%/actions/bitmaps/scripts.prallup.svg +%%DATADIR%%/actions/bitmaps/scripts.rcomma.svg +%%DATADIR%%/actions/bitmaps/scripts.reverseturn.svg +%%DATADIR%%/actions/bitmaps/scripts.rvarcomma.svg +%%DATADIR%%/actions/bitmaps/scripts.segno.svg +%%DATADIR%%/actions/bitmaps/scripts.sforzato.svg +%%DATADIR%%/actions/bitmaps/scripts.snappizzicato.svg +%%DATADIR%%/actions/bitmaps/scripts.staccato.svg +%%DATADIR%%/actions/bitmaps/scripts.stopped.svg +%%DATADIR%%/actions/bitmaps/scripts.tenuto.svg +%%DATADIR%%/actions/bitmaps/scripts.thumb.svg +%%DATADIR%%/actions/bitmaps/scripts.trilelement.svg +%%DATADIR%%/actions/bitmaps/scripts.trill.svg +%%DATADIR%%/actions/bitmaps/scripts.trill_element.svg +%%DATADIR%%/actions/bitmaps/scripts.turn.svg +%%DATADIR%%/actions/bitmaps/scripts.uaccentus.svg +%%DATADIR%%/actions/bitmaps/scripts.ufermata.svg +%%DATADIR%%/actions/bitmaps/scripts.ulongfermata.svg +%%DATADIR%%/actions/bitmaps/scripts.umarcato.svg +%%DATADIR%%/actions/bitmaps/scripts.upbow.svg +%%DATADIR%%/actions/bitmaps/scripts.upedalheel.svg +%%DATADIR%%/actions/bitmaps/scripts.upedaltoe.svg +%%DATADIR%%/actions/bitmaps/scripts.upmordent.svg +%%DATADIR%%/actions/bitmaps/scripts.uportato.svg +%%DATADIR%%/actions/bitmaps/scripts.upprall.svg +%%DATADIR%%/actions/bitmaps/scripts.usemicirculus.svg +%%DATADIR%%/actions/bitmaps/scripts.ushortfermata.svg +%%DATADIR%%/actions/bitmaps/scripts.usignumcongruentiae.svg +%%DATADIR%%/actions/bitmaps/scripts.ustaccatissimo.svg +%%DATADIR%%/actions/bitmaps/scripts.uverylongfermata.svg +%%DATADIR%%/actions/bitmaps/scripts.varcoda.svg +%%DATADIR%%/actions/bitmaps/scripts.varsegno.svg +%%DATADIR%%/actions/bitmaps/seven.svg +%%DATADIR%%/actions/bitmaps/sf.png +%%DATADIR%%/actions/bitmaps/sff.png +%%DATADIR%%/actions/bitmaps/sfz.png +%%DATADIR%%/actions/bitmaps/six.svg +%%DATADIR%%/actions/bitmaps/sp.png +%%DATADIR%%/actions/bitmaps/spp.png +%%DATADIR%%/actions/bitmaps/three.svg +%%DATADIR%%/actions/bitmaps/timesig.C22.svg +%%DATADIR%%/actions/bitmaps/timesig.C44.svg +%%DATADIR%%/actions/bitmaps/timesig.mensural22.svg +%%DATADIR%%/actions/bitmaps/timesig.mensural24.svg +%%DATADIR%%/actions/bitmaps/timesig.mensural32.svg +%%DATADIR%%/actions/bitmaps/timesig.mensural34.svg +%%DATADIR%%/actions/bitmaps/timesig.mensural44.svg +%%DATADIR%%/actions/bitmaps/timesig.mensural48.svg +%%DATADIR%%/actions/bitmaps/timesig.mensural64.svg +%%DATADIR%%/actions/bitmaps/timesig.mensural68.svg +%%DATADIR%%/actions/bitmaps/timesig.mensural68alt.svg +%%DATADIR%%/actions/bitmaps/timesig.mensural94.svg +%%DATADIR%%/actions/bitmaps/timesig.mensural98.svg +%%DATADIR%%/actions/bitmaps/timesig.neomensural22.svg +%%DATADIR%%/actions/bitmaps/timesig.neomensural24.svg +%%DATADIR%%/actions/bitmaps/timesig.neomensural32.svg +%%DATADIR%%/actions/bitmaps/timesig.neomensural34.svg +%%DATADIR%%/actions/bitmaps/timesig.neomensural44.svg +%%DATADIR%%/actions/bitmaps/timesig.neomensural48.svg +%%DATADIR%%/actions/bitmaps/timesig.neomensural64.svg +%%DATADIR%%/actions/bitmaps/timesig.neomensural68.svg +%%DATADIR%%/actions/bitmaps/timesig.neomensural68alt.svg +%%DATADIR%%/actions/bitmaps/timesig.neomensural94.svg +%%DATADIR%%/actions/bitmaps/timesig.neomensural98.svg +%%DATADIR%%/actions/bitmaps/two.svg +%%DATADIR%%/actions/bitmaps/unmute.png +%%DATADIR%%/actions/bitmaps/z.svg +%%DATADIR%%/actions/bitmaps/zero.svg +%%DATADIR%%/actions/block.l +%%DATADIR%%/actions/denemo-modules/abstractionmovement.scm +%%DATADIR%%/actions/denemo-modules/ans.scm +%%DATADIR%%/actions/denemo-modules/commandlist.scm +%%DATADIR%%/actions/denemo-modules/deprecated.scm +%%DATADIR%%/actions/denemo-modules/directives.scm +%%DATADIR%%/actions/denemo-modules/fonts.scm +%%DATADIR%%/actions/denemo-modules/helpsystem.scm +%%DATADIR%%/actions/denemo-modules/moveandsearch.scm +%%DATADIR%%/actions/denemo-modules/notationmagick.scm +%%DATADIR%%/actions/denemo-modules/rhythmandmeter.scm +%%DATADIR%%/actions/denemo-modules/scheme.scm +%%DATADIR%%/actions/denemo-modules/selection.scm +%%DATADIR%%/actions/denemo-modules/types.scm +%%DATADIR%%/actions/denemo-modules/wysiwyg.scm +%%DATADIR%%/actions/denemo.scm +%%DATADIR%%/actions/editscripts/Beam.scm +%%DATADIR%%/actions/editscripts/ContextChoirStaff.scm +%%DATADIR%%/actions/editscripts/ContextGrandStaff.scm +%%DATADIR%%/actions/editscripts/ContextGroupStaff.scm +%%DATADIR%%/actions/editscripts/ContextPianoStaff.scm +%%DATADIR%%/actions/editscripts/D.C.AlFine.scm +%%DATADIR%%/actions/editscripts/LHFinger.scm +%%DATADIR%%/actions/editscripts/Mute.scm +%%DATADIR%%/actions/editscripts/Slur.scm +%%DATADIR%%/actions/editscripts/StaffSize.scm +%%DATADIR%%/actions/editscripts/StringNum.scm +%%DATADIR%%/actions/editscripts/UnknownScoreTag.scm +%%DATADIR%%/actions/graphics/ThreeColumnVerses.eps +%%DATADIR%%/actions/graphics/ThreeColumnVerses.svg +%%DATADIR%%/actions/graphics/TitlePage.eps +%%DATADIR%%/actions/graphics/TitlePage.svg +%%DATADIR%%/actions/graphics/bemolTremblement.eps +%%DATADIR%%/actions/graphics/bemolTremblement.svg +%%DATADIR%%/actions/graphics/custom.eps +%%DATADIR%%/actions/graphics/custom.svg +%%DATADIR%%/actions/graphics/pince.eps +%%DATADIR%%/actions/graphics/pince.svg +%%DATADIR%%/actions/graphics/separator.eps +%%DATADIR%%/actions/graphics/separator.svg +%%DATADIR%%/actions/graphics/suspension.eps +%%DATADIR%%/actions/graphics/suspension.svg +%%DATADIR%%/actions/graphics/tremblement.eps +%%DATADIR%%/actions/graphics/tremblement.svg +%%DATADIR%%/actions/graphics/tremblement_appuye.eps +%%DATADIR%%/actions/graphics/tremblement_appuye.svg +%%DATADIR%%/actions/incl.l +%%DATADIR%%/actions/init.denemo +%%DATADIR%%/actions/lalr.scm +%%DATADIR%%/actions/lilypond/accordion-shifts.ily +%%DATADIR%%/actions/lilypond/book-titling.ily +%%DATADIR%%/actions/lilypond/compact-chord-symbols.ily +%%DATADIR%%/actions/lilypond/control-points.ly +%%DATADIR%%/actions/lilypond/merge-rests.ily +%%DATADIR%%/actions/lilypond/note-name-markup.ily +%%DATADIR%%/actions/lilypond/red-dot.ly +%%DATADIR%%/actions/lilypond/shapeTieColumn.ily +%%DATADIR%%/actions/lilypond/simplified-book-titling.ily +%%DATADIR%%/actions/lilypond/time-signatures.ily +%%DATADIR%%/actions/lilypond/ukulele-fretboards.ily +%%DATADIR%%/actions/lyimport-lexer.scm +%%DATADIR%%/actions/lyimport-parser.scm +%%DATADIR%%/actions/lyimport-todenemo.scm +%%DATADIR%%/actions/lyimport.scm +%%DATADIR%%/actions/menus/MainMenu/EditMenu/ActivatePaletteButtonByLabel.scm +%%DATADIR%%/actions/menus/MainMenu/EditMenu/ActivatePaletteButtonByLabel.xml +%%DATADIR%%/actions/menus/MainMenu/EditMenu/AdvancedEdit.scm +%%DATADIR%%/actions/menus/MainMenu/EditMenu/AdvancedEdit.xml +%%DATADIR%%/actions/menus/MainMenu/EditMenu/ChooseSeekEditDirectives.scm +%%DATADIR%%/actions/menus/MainMenu/EditMenu/ChooseSeekEditDirectives.xml +%%DATADIR%%/actions/menus/MainMenu/EditMenu/ConvertDrum2GmSingleSelection.scm +%%DATADIR%%/actions/menus/MainMenu/EditMenu/ConvertDrum2GmSingleSelection.xml +%%DATADIR%%/actions/menus/MainMenu/EditMenu/Delete/DeleteRecordedMidi.scm +%%DATADIR%%/actions/menus/MainMenu/EditMenu/Delete/DeleteRecordedMidi.xml +%%DATADIR%%/actions/menus/MainMenu/EditMenu/Delete/IntelligentDelete.scm +%%DATADIR%%/actions/menus/MainMenu/EditMenu/Delete/IntelligentDelete.xml +%%DATADIR%%/actions/menus/MainMenu/EditMenu/Delete/RemoveSchemeInit.scm +%%DATADIR%%/actions/menus/MainMenu/EditMenu/Delete/RemoveSchemeInit.xml +%%DATADIR%%/actions/menus/MainMenu/EditMenu/Delete/StagedDelete.scm +%%DATADIR%%/actions/menus/MainMenu/EditMenu/Delete/StagedDelete.xml +%%DATADIR%%/actions/menus/MainMenu/EditMenu/EditAll.scm +%%DATADIR%%/actions/menus/MainMenu/EditMenu/EditAll.xml +%%DATADIR%%/actions/menus/MainMenu/EditMenu/EditScoreAndMovementDirectives.scm +%%DATADIR%%/actions/menus/MainMenu/EditMenu/EditScoreAndMovementDirectives.xml +%%DATADIR%%/actions/menus/MainMenu/EditMenu/EditSimilar.scm +%%DATADIR%%/actions/menus/MainMenu/EditMenu/EditSimilar.xml +%%DATADIR%%/actions/menus/MainMenu/EditMenu/InsertNthSnippet.scm +%%DATADIR%%/actions/menus/MainMenu/EditMenu/InsertNthSnippet.xml +%%DATADIR%%/actions/menus/MainMenu/EditMenu/KeyBindings/StartEmacs2KeyShortcut.scm +%%DATADIR%%/actions/menus/MainMenu/EditMenu/KeyBindings/StartEmacs2KeyShortcut.xml +%%DATADIR%%/actions/menus/MainMenu/EditMenu/PasteReplaceSelection.scm +%%DATADIR%%/actions/menus/MainMenu/EditMenu/PasteReplaceSelection.xml +%%DATADIR%%/actions/menus/MainMenu/EditMenu/ReloadDrumHash.scm +%%DATADIR%%/actions/menus/MainMenu/EditMenu/ReloadDrumHash.xml +%%DATADIR%%/actions/menus/MainMenu/EditMenu/ResumeEdit.scm +%%DATADIR%%/actions/menus/MainMenu/EditMenu/ResumeEdit.xml +%%DATADIR%%/actions/menus/MainMenu/EditMenu/Select/ApplyToSelection.scm +%%DATADIR%%/actions/menus/MainMenu/EditMenu/Select/ApplyToSelection.xml +%%DATADIR%%/actions/menus/MainMenu/EditMenu/Select/DeleteSelectionLeaveEmpty.scm +%%DATADIR%%/actions/menus/MainMenu/EditMenu/Select/DeleteSelectionLeaveEmpty.xml +%%DATADIR%%/actions/menus/MainMenu/EditMenu/Select/SelectAll.scm +%%DATADIR%%/actions/menus/MainMenu/EditMenu/Select/SelectAll.xml +%%DATADIR%%/actions/menus/MainMenu/EditMenu/Select/SelectAllStaffs.scm +%%DATADIR%%/actions/menus/MainMenu/EditMenu/Select/SelectAllStaffs.xml +%%DATADIR%%/actions/menus/MainMenu/EditMenu/Select/SelectColumn.scm +%%DATADIR%%/actions/menus/MainMenu/EditMenu/Select/SelectColumn.xml +%%DATADIR%%/actions/menus/MainMenu/EditMenu/Select/SelectLeft.scm +%%DATADIR%%/actions/menus/MainMenu/EditMenu/Select/SelectLeft.xml +%%DATADIR%%/actions/menus/MainMenu/EditMenu/Select/SelectMeasure.scm +%%DATADIR%%/actions/menus/MainMenu/EditMenu/Select/SelectMeasure.xml +%%DATADIR%%/actions/menus/MainMenu/EditMenu/Select/SelectRight.scm +%%DATADIR%%/actions/menus/MainMenu/EditMenu/Select/SelectRight.xml +%%DATADIR%%/actions/menus/MainMenu/EditMenu/Select/SelectStaff.scm +%%DATADIR%%/actions/menus/MainMenu/EditMenu/Select/SelectStaff.xml +%%DATADIR%%/actions/menus/MainMenu/EditMenu/Select/SelectionToEmptyMeasure.scm +%%DATADIR%%/actions/menus/MainMenu/EditMenu/Select/SelectionToEmptyMeasure.xml +%%DATADIR%%/actions/menus/MainMenu/EditMenu/Select/ToggleNonprintingSelection.scm +%%DATADIR%%/actions/menus/MainMenu/EditMenu/Select/ToggleNonprintingSelection.xml +%%DATADIR%%/actions/menus/MainMenu/EditMenu/ShowLastChange.scm +%%DATADIR%%/actions/menus/MainMenu/EditMenu/ShowLastChange.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Chord-Comparison/DiminishedOrAugmented.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Chord-Comparison/DiminishedOrAugmented.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Chord-Comparison/DiminishedOrMinor.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Chord-Comparison/DiminishedOrMinor.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Chord-Comparison/HalfDiminished7OrDiminshed7.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Chord-Comparison/HalfDiminished7OrDiminshed7.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Chord-Comparison/Major7Minor7OrDominant7.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Chord-Comparison/Major7Minor7OrDominant7.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Chord-Comparison/MajorMinorAugmentedOrDiminished.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Chord-Comparison/MajorMinorAugmentedOrDiminished.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Chord-Comparison/MajorOrAugmented.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Chord-Comparison/MajorOrAugmented.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Chord-Comparison/MajorOrMinor.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Chord-Comparison/MajorOrMinor.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Chord-Comparison/init.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Identify-Scale-Note/Ab-Major.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Identify-Scale-Note/Ab-Major.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Identify-Scale-Note/Ab-Pentascale.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Identify-Scale-Note/Ab-Pentascale.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Identify-Scale-Note/Bb-Major.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Identify-Scale-Note/Bb-Major.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Identify-Scale-Note/Bb-Pentascale.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Identify-Scale-Note/Bb-Pentascale.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Identify-Scale-Note/C-Major.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Identify-Scale-Note/C-Major.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Identify-Scale-Note/C-Pentascale.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Identify-Scale-Note/C-Pentascale.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Identify-Scale-Note/Db-Major.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Identify-Scale-Note/Db-Major.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Identify-Scale-Note/Db-Pentascale.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Identify-Scale-Note/Db-Pentascale.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Identify-Scale-Note/Eb-Major.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Identify-Scale-Note/Eb-Major.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Identify-Scale-Note/Eb-Pentascale.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Identify-Scale-Note/Eb-Pentascale.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Identify-Scale-Note/F-Major.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Identify-Scale-Note/F-Major.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Identify-Scale-Note/F-Pentascale.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Identify-Scale-Note/F-Pentascale.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Identify-Scale-Note/F-sharp-Major.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Identify-Scale-Note/F-sharp-Major.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Identify-Scale-Note/F-sharp-Pentascale.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Identify-Scale-Note/F-sharp-Pentascale.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/AuralTraining/Identify-Scale-Note/init.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/MIDI/CheckPitches.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/MIDI/CheckPitches.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/MIDI/Conductor.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/MIDI/Conductor.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/MIDI/FiguredBassExercises.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/MIDI/FiguredBassExercises.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/Note-Reading/BassClefNoteNameSpeedTest.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/Note-Reading/BassClefNoteNameSpeedTest.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/Note-Reading/CountSteps.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/Note-Reading/CountSteps.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/Note-Reading/DiatonicInterval.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/Note-Reading/DiatonicInterval.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/Note-Reading/LineNumber.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/Note-Reading/LineNumber.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/Note-Reading/LineOrSpace.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/Note-Reading/LineOrSpace.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/Note-Reading/NoteNameSpeedTest.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/Note-Reading/NoteNameSpeedTest.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/Note-Reading/ReadingNoteNames.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/Note-Reading/ReadingNoteNames.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/Note-Reading/ReadingNoteNamesSolfege.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/Note-Reading/ReadingNoteNamesSolfege.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/Note-Reading/SpaceNumber.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/Note-Reading/SpaceNumber.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/Note-Reading/StepSkipOrSame.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/Note-Reading/StepSkipOrSame.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/Note-Reading/UpDownOrSame.scm +%%DATADIR%%/actions/menus/MainMenu/Educational/Note-Reading/UpDownOrSame.xml +%%DATADIR%%/actions/menus/MainMenu/Educational/Note-Reading/init.scm +%%DATADIR%%/actions/menus/MainMenu/FileMenu/Export/ExportAudio.scm +%%DATADIR%%/actions/menus/MainMenu/FileMenu/Export/ExportAudio.xml +%%DATADIR%%/actions/menus/MainMenu/FileMenu/Export/QuickLilyPondExport.scm +%%DATADIR%%/actions/menus/MainMenu/FileMenu/Export/QuickLilyPondExport.xml +%%DATADIR%%/actions/menus/MainMenu/FileMenu/Export/QuickLilyPondPart.scm +%%DATADIR%%/actions/menus/MainMenu/FileMenu/Export/QuickLilyPondPart.xml +%%DATADIR%%/actions/menus/MainMenu/FileMenu/Import/Import-Lilypond.scm +%%DATADIR%%/actions/menus/MainMenu/FileMenu/Import/Import-Lilypond.xml +%%DATADIR%%/actions/menus/MainMenu/FileMenu/Import/Import-Midi.scm +%%DATADIR%%/actions/menus/MainMenu/FileMenu/Import/Import-Midi.xml +%%DATADIR%%/actions/menus/MainMenu/FileMenu/Import/Import-MusicXml.scm +%%DATADIR%%/actions/menus/MainMenu/FileMenu/Import/Import-MusicXml.xml +%%DATADIR%%/actions/menus/MainMenu/FileMenu/Import/SelectMidiImportStrategy.scm +%%DATADIR%%/actions/menus/MainMenu/FileMenu/Import/SelectMidiImportStrategy.xml +%%DATADIR%%/actions/menus/MainMenu/FileMenu/OpenMenu/GuidedMidiImport.scm +%%DATADIR%%/actions/menus/MainMenu/FileMenu/OpenMenu/GuidedMidiImport.xml +%%DATADIR%%/actions/menus/MainMenu/FileMenu/OpenMenu/OpenAudio.scm +%%DATADIR%%/actions/menus/MainMenu/FileMenu/OpenMenu/OpenAudio.xml +%%DATADIR%%/actions/menus/MainMenu/FileMenu/OpenMenu/OpenMyDefaultTemplate.scm +%%DATADIR%%/actions/menus/MainMenu/FileMenu/OpenMenu/OpenMyDefaultTemplate.xml +%%DATADIR%%/actions/menus/MainMenu/FileMenu/OpenMenu/OpenProofReadDialog.scm +%%DATADIR%%/actions/menus/MainMenu/FileMenu/OpenMenu/OpenProofReadDialog.xml +%%DATADIR%%/actions/menus/MainMenu/FileMenu/OpenMenu/OpenSourceDialog.scm +%%DATADIR%%/actions/menus/MainMenu/FileMenu/OpenMenu/OpenSourceDialog.xml +%%DATADIR%%/actions/menus/MainMenu/FileMenu/PrintMenu/CheckAndPrint.scm +%%DATADIR%%/actions/menus/MainMenu/FileMenu/PrintMenu/CheckAndPrint.xml +%%DATADIR%%/actions/menus/MainMenu/FileMenu/PrintMenu/Preview4Bars.scm +%%DATADIR%%/actions/menus/MainMenu/FileMenu/PrintMenu/Preview4Bars.xml +%%DATADIR%%/actions/menus/MainMenu/FileMenu/PrintMenu/PrintAccompanistsScore.scm +%%DATADIR%%/actions/menus/MainMenu/FileMenu/PrintMenu/PrintAccompanistsScore.xml +%%DATADIR%%/actions/menus/MainMenu/FileMenu/PrintMenu/PrintAllLayouts.scm +%%DATADIR%%/actions/menus/MainMenu/FileMenu/PrintMenu/PrintAllLayouts.xml +%%DATADIR%%/actions/menus/MainMenu/FileMenu/PrintMenu/PrintBassPartWithoutFigures.scm +%%DATADIR%%/actions/menus/MainMenu/FileMenu/PrintMenu/PrintBassPartWithoutFigures.xml +%%DATADIR%%/actions/menus/MainMenu/FileMenu/PrintMenu/PrintPartWithTitlePage.scm +%%DATADIR%%/actions/menus/MainMenu/FileMenu/PrintMenu/PrintPartWithTitlePage.xml +%%DATADIR%%/actions/menus/MainMenu/FileMenu/PrintMenu/PrintScoreAndParts.scm +%%DATADIR%%/actions/menus/MainMenu/FileMenu/PrintMenu/PrintScoreAndParts.xml +%%DATADIR%%/actions/menus/MainMenu/FileMenu/PrintMenu/PrintThreeReduced.scm +%%DATADIR%%/actions/menus/MainMenu/FileMenu/PrintMenu/PrintThreeReduced.xml +%%DATADIR%%/actions/menus/MainMenu/FileMenu/PrintMenu/PrintTwoReduced.scm +%%DATADIR%%/actions/menus/MainMenu/FileMenu/PrintMenu/PrintTwoReduced.xml +%%DATADIR%%/actions/menus/MainMenu/FileMenu/PrintMenu/PrintWithAmbitus.scm +%%DATADIR%%/actions/menus/MainMenu/FileMenu/PrintMenu/PrintWithAmbitus.xml +%%DATADIR%%/actions/menus/MainMenu/FileMenu/SaveMenu/SetThumbnail.scm +%%DATADIR%%/actions/menus/MainMenu/FileMenu/SaveMenu/SetThumbnail.xml +%%DATADIR%%/actions/menus/MainMenu/HelpMenu/HelpAllFeatures.scm +%%DATADIR%%/actions/menus/MainMenu/HelpMenu/HelpAllFeatures.xml +%%DATADIR%%/actions/menus/MainMenu/HelpMenu/HelpForReturnKey.scm +%%DATADIR%%/actions/menus/MainMenu/HelpMenu/HelpForReturnKey.xml +%%DATADIR%%/actions/menus/MainMenu/HelpMenu/IRC.scm +%%DATADIR%%/actions/menus/MainMenu/HelpMenu/IRC.xml +%%DATADIR%%/actions/menus/MainMenu/HelpMenu/SetNewbieStatus.scm +%%DATADIR%%/actions/menus/MainMenu/HelpMenu/SetNewbieStatus.xml +%%DATADIR%%/actions/menus/MainMenu/HelpMenu/Tutorial.scm +%%DATADIR%%/actions/menus/MainMenu/HelpMenu/Tutorial.xml +%%DATADIR%%/actions/menus/MainMenu/InputMenu/Keyboard/NoteNamesDefault.scm +%%DATADIR%%/actions/menus/MainMenu/InputMenu/Keyboard/NoteNamesDefault.xml +%%DATADIR%%/actions/menus/MainMenu/InputMenu/Keyboard/NoteNamesMove.scm +%%DATADIR%%/actions/menus/MainMenu/InputMenu/Keyboard/NoteNamesMove.xml +%%DATADIR%%/actions/menus/MainMenu/InputMenu/Keyboard/NumbersDefault.scm +%%DATADIR%%/actions/menus/MainMenu/InputMenu/Keyboard/NumbersDefault.xml +%%DATADIR%%/actions/menus/MainMenu/InputMenu/Keyboard/NumbersSelectDuration.scm +%%DATADIR%%/actions/menus/MainMenu/InputMenu/Keyboard/NumbersSelectDuration.xml +%%DATADIR%%/actions/menus/MainMenu/InputMenu/MIDI/AngryDelete.scm +%%DATADIR%%/actions/menus/MainMenu/InputMenu/MIDI/AngryDelete.xml +%%DATADIR%%/actions/menus/MainMenu/InputMenu/MIDI/CheckPitches.scm +%%DATADIR%%/actions/menus/MainMenu/InputMenu/MIDI/CheckPitches.xml +%%DATADIR%%/actions/menus/MainMenu/InputMenu/MIDI/ChordsForBar.scm +%%DATADIR%%/actions/menus/MainMenu/InputMenu/MIDI/ChordsForBar.xml +%%DATADIR%%/actions/menus/MainMenu/InputMenu/MIDI/ChordsOverBass.scm +%%DATADIR%%/actions/menus/MainMenu/InputMenu/MIDI/ChordsOverBass.xml +%%DATADIR%%/actions/menus/MainMenu/InputMenu/MIDI/FiguredBassFilterOn.scm +%%DATADIR%%/actions/menus/MainMenu/InputMenu/MIDI/FiguredBassFilterOn.xml +%%DATADIR%%/actions/menus/MainMenu/InputMenu/MIDI/FootPedalConductor.scm +%%DATADIR%%/actions/menus/MainMenu/InputMenu/MIDI/FootPedalConductor.xml +%%DATADIR%%/actions/menus/MainMenu/InputMenu/MIDI/MidiAdvanceOnEdit.scm +%%DATADIR%%/actions/menus/MainMenu/InputMenu/MIDI/MidiAdvanceOnEdit.xml +%%DATADIR%%/actions/menus/MainMenu/InputMenu/MIDI/MidiFilterOff.scm *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Sun Dec 20 16:39:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55ACAA4DDDB; Sun, 20 Dec 2015 16:39:15 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 239551D2B; Sun, 20 Dec 2015 16:39:15 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBKGdEmp094521; Sun, 20 Dec 2015 16:39:14 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBKGdEsC094520; Sun, 20 Dec 2015 16:39:14 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201512201639.tBKGdEsC094520@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Sun, 20 Dec 2015 16:39:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404063 - head/net/mpich2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 16:39:15 -0000 Author: thierry Date: Sun Dec 20 16:39:14 2015 New Revision: 404063 URL: https://svnweb.freebsd.org/changeset/ports/404063 Log: USES=execinfo localbase switch. PR: ports/205388 Submitted by: pawel Modified: head/net/mpich2/Makefile Modified: head/net/mpich2/Makefile ============================================================================== --- head/net/mpich2/Makefile Sun Dec 20 16:01:22 2015 (r404062) +++ head/net/mpich2/Makefile Sun Dec 20 16:39:14 2015 (r404063) @@ -18,11 +18,11 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash -LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo RUN_DEPENDS= bash:${PORTSDIR}/shells/bash GNU_CONFIGURE= yes -USES= libtool:keepla fortran perl5 pkgconfig python +USES= execinfo libtool:keepla localbase fortran perl5 \ + pkgconfig python USE_GCC= yes USE_LDCONFIG= yes USE_PERL5= build @@ -46,8 +46,6 @@ CONFIGURE_ENV= FCFLAGS="${FFLAGS}" \ PACKAGE="${PORTNAME}" \ PTHREAD_LIBS="-lpthread" -CFLAGS+= -I${LOCALBASE}/include -CPPFLAGS+= -I${LOCALBASE}/include .if ${FFLAGS} == "-O" FFLAGS= -O2 .endif From owner-svn-ports-head@freebsd.org Sun Dec 20 16:59:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD9BCA4EA46; Sun, 20 Dec 2015 16:59: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 8B4231ADB; Sun, 20 Dec 2015 16:59: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 tBKGxQ01000582; Sun, 20 Dec 2015 16:59:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBKGxQQN000581; Sun, 20 Dec 2015 16:59:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512201659.tBKGxQQN000581@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 20 Dec 2015 16:59:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404064 - head/misc/gctpc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 16:59:27 -0000 Author: amdmi3 Date: Sun Dec 20 16:59:26 2015 New Revision: 404064 URL: https://svnweb.freebsd.org/changeset/ports/404064 Log: - Switch to options helpers - Use proper command for library installation Modified: head/misc/gctpc/Makefile Modified: head/misc/gctpc/Makefile ============================================================================== --- head/misc/gctpc/Makefile Sun Dec 20 16:39:14 2015 (r404063) +++ head/misc/gctpc/Makefile Sun Dec 20 16:59:26 2015 (r404064) @@ -12,8 +12,6 @@ COMMENT= USGS General Cartographic Trans BROKEN= unfetchable -OPTIONS_DEFINE= DOCS - WRKSRC= ${WRKDIR}/${PORTNAME}/source USES= gmake tar:Z @@ -21,16 +19,20 @@ ALL_TARGET= libgctpc.so.1 USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes +OPTIONS_DEFINE= DOCS + post-extract: @${FIND} ${FILESDIR} -name "*.h" -not -name "patch-*" -exec \ ${INSTALL_DATA} {} ${WRKSRC} \; do-install: ${INSTALL_DATA} ${WRKSRC}/libgctpc.a ${STAGEDIR}${PREFIX}/lib - ${INSTALL_PROGRAM} ${WRKSRC}/libgctpc.so.1 ${STAGEDIR}${PREFIX}/lib + ${INSTALL_LIB} ${WRKSRC}/libgctpc.so.1 ${STAGEDIR}${PREFIX}/lib ${LN} -sf libgctpc.so.1 ${STAGEDIR}${PREFIX}/lib/libgctpc.so ${MKDIR} ${STAGEDIR}${PREFIX}/include/gctpc ${INSTALL_DATA} ${WRKSRC}/*.h ${STAGEDIR}${PREFIX}/include/gctpc + +do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/../doc/* ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/../README ${STAGEDIR}${DOCSDIR}/README.main From owner-svn-ports-head@freebsd.org Sun Dec 20 16:59:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D120A4EA87; Sun, 20 Dec 2015 16:59: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 409A01BDE; Sun, 20 Dec 2015 16:59: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 tBKGxnMj000697; Sun, 20 Dec 2015 16:59:49 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBKGxnrk000696; Sun, 20 Dec 2015 16:59:49 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512201659.tBKGxnrk000696@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 20 Dec 2015 16:59:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404065 - head/misc/boxes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 16:59:50 -0000 Author: amdmi3 Date: Sun Dec 20 16:59:49 2015 New Revision: 404065 URL: https://svnweb.freebsd.org/changeset/ports/404065 Log: - Switch to options helpers Modified: head/misc/boxes/Makefile Modified: head/misc/boxes/Makefile ============================================================================== --- head/misc/boxes/Makefile Sun Dec 20 16:59:26 2015 (r404064) +++ head/misc/boxes/Makefile Sun Dec 20 16:59:49 2015 (r404065) @@ -29,6 +29,8 @@ PLIST_FILES= bin/${PORTNAME} \ PORTDOCS= README +OPTIONS_DEFINE= DOCS + post-patch: @${RM} ${WRKSRC}/src/${PORTNAME}.h ${WRKSRC}/doc/${PORTNAME}.1 @@ -39,6 +41,7 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 \ ${STAGEDIR}${MAN1PREFIX}/man/man1/ +do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Sun Dec 20 17:12:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 042DDA4D1FF; Sun, 20 Dec 2015 17:12:13 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C96731278; Sun, 20 Dec 2015 17:12:12 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBKHCBgo006269; Sun, 20 Dec 2015 17:12:11 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBKHCBuw006267; Sun, 20 Dec 2015 17:12:11 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201512201712.tBKHCBuw006267@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Sun, 20 Dec 2015 17:12:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404066 - head/net/py-speedtest-cli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 17:12:13 -0000 Author: nivit Date: Sun Dec 20 17:12:11 2015 New Revision: 404066 URL: https://svnweb.freebsd.org/changeset/ports/404066 Log: - Update to 0.3.4 PR: 204535 Submitted by: yuri@rawbw.com Modified: head/net/py-speedtest-cli/Makefile head/net/py-speedtest-cli/distinfo Modified: head/net/py-speedtest-cli/Makefile ============================================================================== --- head/net/py-speedtest-cli/Makefile Sun Dec 20 16:59:49 2015 (r404065) +++ head/net/py-speedtest-cli/Makefile Sun Dec 20 17:12:11 2015 (r404066) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= speedtest-cli -PORTVERSION= 0.3.2 -#PORTREVISION= 0 -CATEGORIES= net +PORTVERSION= 0.3.4 +CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net/py-speedtest-cli/distinfo ============================================================================== --- head/net/py-speedtest-cli/distinfo Sun Dec 20 16:59:49 2015 (r404065) +++ head/net/py-speedtest-cli/distinfo Sun Dec 20 17:12:11 2015 (r404066) @@ -1,2 +1,2 @@ -SHA256 (speedtest-cli-0.3.2.tar.gz) = 2b4a57a29d193711395b49c994ba53d5e6674a93ebcd11b8a07280d1b9d78801 -SIZE (speedtest-cli-0.3.2.tar.gz) = 13096 +SHA256 (speedtest-cli-0.3.4.tar.gz) = cd60a0f5cc3a745fd13322e563ffe49fea91880255c0d3c166ae04d4583826a6 +SIZE (speedtest-cli-0.3.4.tar.gz) = 13419 From owner-svn-ports-head@freebsd.org Sun Dec 20 17:14:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0455EA4D3A7; Sun, 20 Dec 2015 17:14:19 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CAA9C13C1; Sun, 20 Dec 2015 17:14:18 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBKHEHG8006457; Sun, 20 Dec 2015 17:14:17 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBKHEHp5006455; Sun, 20 Dec 2015 17:14:17 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201512201714.tBKHEHp5006455@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Sun, 20 Dec 2015 17:14:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404067 - head/sysutils/backupchecker X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 17:14:19 -0000 Author: martymac Date: Sun Dec 20 17:14:17 2015 New Revision: 404067 URL: https://svnweb.freebsd.org/changeset/ports/404067 Log: Update to 1.8 Modified: head/sysutils/backupchecker/Makefile head/sysutils/backupchecker/distinfo Modified: head/sysutils/backupchecker/Makefile ============================================================================== --- head/sysutils/backupchecker/Makefile Sun Dec 20 17:12:11 2015 (r404066) +++ head/sysutils/backupchecker/Makefile Sun Dec 20 17:14:17 2015 (r404067) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= backupchecker -PORTVERSION= 1.7 +PORTVERSION= 1.8 CATEGORIES= sysutils archivers MAINTAINER= martymac@FreeBSD.org Modified: head/sysutils/backupchecker/distinfo ============================================================================== --- head/sysutils/backupchecker/distinfo Sun Dec 20 17:12:11 2015 (r404066) +++ head/sysutils/backupchecker/distinfo Sun Dec 20 17:14:17 2015 (r404067) @@ -1,2 +1,2 @@ -SHA256 (backupchecker-backupchecker-1.7_GH0.tar.gz) = eb277597e6dca673a2bf87804dc55e67d236c07e4492c3d94887e842ffe8006a -SIZE (backupchecker-backupchecker-1.7_GH0.tar.gz) = 298993 +SHA256 (backupchecker-backupchecker-1.8_GH0.tar.gz) = 84c37f6d6558bea5cd656d8522f46ead6cb0b302e92f3095c53c0a25fb3f0900 +SIZE (backupchecker-backupchecker-1.8_GH0.tar.gz) = 304307 From owner-svn-ports-head@freebsd.org Sun Dec 20 17:21:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37705A4D869; Sun, 20 Dec 2015 17:21:12 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB8431A4E; Sun, 20 Dec 2015 17:21:11 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBKHLBmE008799; Sun, 20 Dec 2015 17:21:11 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBKHLAAe008794; Sun, 20 Dec 2015 17:21:10 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201512201721.tBKHLAAe008794@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Sun, 20 Dec 2015 17:21:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404068 - in head: . sysutils/busybox sysutils/busybox-unstable sysutils/busybox/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 17:21:12 -0000 Author: mandree Date: Sun Dec 20 17:21:10 2015 New Revision: 404068 URL: https://svnweb.freebsd.org/changeset/ports/404068 Log: Update busybox to new stable release 1.24.1, and withdraw busybox-unstable. Changes: https://busybox.net/ Deleted: head/sysutils/busybox-unstable/ head/sysutils/busybox/files/patch-include_platform.h Modified: head/MOVED head/sysutils/busybox/Makefile head/sysutils/busybox/distinfo head/sysutils/busybox/files/data-.config head/sysutils/busybox/files/patch-include__libbb.h Modified: head/MOVED ============================================================================== --- head/MOVED Sun Dec 20 17:14:17 2015 (r404067) +++ head/MOVED Sun Dec 20 17:21:10 2015 (r404068) @@ -8059,3 +8059,4 @@ astro/roadnav||2015-12-15|Has expired: N www/joomla15||2015-12-18|Has expired: Joomla 1.5.x reached its End of Life in September 2012. Please update to a current version www/joomla25||2015-12-18|Has expired: Joomla 2.5.x reached its End of Life in December 2014. Please update to a current version devel/rubygem-tins0||2015-12-18|Has expired: not used by other ports anymore +sysutils/busybox-unstable|sysutils/busybox|2015-12-20|Stable version is more current Modified: head/sysutils/busybox/Makefile ============================================================================== --- head/sysutils/busybox/Makefile Sun Dec 20 17:14:17 2015 (r404067) +++ head/sysutils/busybox/Makefile Sun Dec 20 17:21:10 2015 (r404068) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= busybox -PORTVERSION= 1.23.2 +PORTVERSION= 1.24.1 CATEGORIES= sysutils misc shells -MASTER_SITES= http://www.busybox.net/downloads/ +MASTER_SITES= http://www.busybox.net/downloads/ LOCAL/mandree PATCH_SITES= http://www.busybox.net/downloads/fixes-${PORTVERSION}/ PATCH_DIST_STRIP= -p1 @@ -18,7 +18,7 @@ BUILD_DEPENDS= gsed:${PORTSDIR}/textproc CONFLICTS_INSTALL= busybox-unstable-* -PORTSCOUT= skipv:1.24.0 +PORTSCOUT= skipv:1.25.0 CFLAGS+= -fno-builtin-mempcpy # avoid -Wshadow warnings MAKE_ARGS+= SKIP_STRIP=y CC="${CC}" HOSTCC="${CC}" CXX="${CXX}" HOSTCXX="${CXX}" Modified: head/sysutils/busybox/distinfo ============================================================================== --- head/sysutils/busybox/distinfo Sun Dec 20 17:14:17 2015 (r404067) +++ head/sysutils/busybox/distinfo Sun Dec 20 17:21:10 2015 (r404068) @@ -1,2 +1,2 @@ -SHA256 (busybox-1.23.2.tar.bz2) = 05a6f9e21aad8c098e388ae77de7b2361941afa7157ef74216703395b14e319a -SIZE (busybox-1.23.2.tar.bz2) = 2252786 +SHA256 (busybox-1.24.1.tar.bz2) = 37d03132cc078937360b392170b7a1d0e5b322eee9f57c0b82292a8b1f0afe3d +SIZE (busybox-1.24.1.tar.bz2) = 2068803 Modified: head/sysutils/busybox/files/data-.config ============================================================================== --- head/sysutils/busybox/files/data-.config Sun Dec 20 17:14:17 2015 (r404067) +++ head/sysutils/busybox/files/data-.config Sun Dec 20 17:21:10 2015 (r404068) @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Busybox version: 1.23.0 -# Tue Jan 6 21:43:28 2015 +# Busybox version: 1.24.1 +# Sun Dec 20 16:49:59 2015 # CONFIG_HAVE_DOT_CONFIG=y @@ -156,6 +156,7 @@ CONFIG_CPIO=y CONFIG_GZIP=y CONFIG_FEATURE_GZIP_LONG_OPTIONS=y CONFIG_GZIP_FAST=0 +# CONFIG_FEATURE_GZIP_LEVELS is not set CONFIG_LZOP=y # CONFIG_LZOP_COMPR_HIGH is not set CONFIG_RPM=y @@ -183,10 +184,17 @@ CONFIG_CAT=y # CONFIG_FEATURE_DATE_ISOFMT is not set # CONFIG_FEATURE_DATE_NANO is not set # CONFIG_FEATURE_DATE_COMPAT is not set +CONFIG_DD=y +CONFIG_FEATURE_DD_SIGNAL_HANDLING=y +CONFIG_FEATURE_DD_THIRD_STATUS_LINE=y +CONFIG_FEATURE_DD_IBS_OBS=y +CONFIG_FEATURE_DD_STATUS=y CONFIG_HOSTID=y CONFIG_ID=y CONFIG_GROUPS=y CONFIG_SHUF=y +CONFIG_SYNC=y +# CONFIG_FEATURE_SYNC_FANCY is not set CONFIG_TEST=y CONFIG_FEATURE_TEST_64=y CONFIG_TOUCH=y @@ -195,6 +203,7 @@ CONFIG_FEATURE_TOUCH_SUSV3=y CONFIG_TR=y CONFIG_FEATURE_TR_CLASSES=y CONFIG_FEATURE_TR_EQUIV=y +CONFIG_TRUNCATE=y CONFIG_UNLINK=y # CONFIG_BASE64 is not set # CONFIG_WHO is not set @@ -211,10 +220,6 @@ CONFIG_COMM=y CONFIG_CP=y CONFIG_FEATURE_CP_LONG_OPTIONS=y CONFIG_CUT=y -CONFIG_DD=y -CONFIG_FEATURE_DD_SIGNAL_HANDLING=y -CONFIG_FEATURE_DD_THIRD_STATUS_LINE=y -CONFIG_FEATURE_DD_IBS_OBS=y # CONFIG_DF is not set # CONFIG_FEATURE_DF_FANCY is not set CONFIG_DIRNAME=y @@ -283,7 +288,6 @@ CONFIG_FEATURE_SPLIT_FANCY=y # CONFIG_FEATURE_STAT_FORMAT is not set # CONFIG_STTY is not set CONFIG_SUM=y -CONFIG_SYNC=y # CONFIG_TAC is not set CONFIG_TAIL=y CONFIG_FEATURE_FANCY_TAIL=y @@ -292,6 +296,7 @@ CONFIG_FEATURE_TEE_USE_BLOCK_IO=y CONFIG_TRUE=y CONFIG_TTY=y CONFIG_UNAME=y +CONFIG_UNAME_OSNAME="FreeBSD" CONFIG_UNEXPAND=y CONFIG_FEATURE_UNEXPAND_LONG_OPTIONS=y CONFIG_UNIQ=y @@ -549,7 +554,18 @@ CONFIG_FATATTR=y # CONFIG_FEATURE_MDEV_RENAME_REGEXP is not set # CONFIG_FEATURE_MDEV_EXEC is not set # CONFIG_FEATURE_MDEV_LOAD_FIRMWARE is not set +# CONFIG_MOUNT is not set +# CONFIG_FEATURE_MOUNT_FAKE is not set +# CONFIG_FEATURE_MOUNT_VERBOSE is not set +# CONFIG_FEATURE_MOUNT_HELPERS is not set +# CONFIG_FEATURE_MOUNT_LABEL is not set +# CONFIG_FEATURE_MOUNT_NFS is not set +# CONFIG_FEATURE_MOUNT_CIFS is not set +# CONFIG_FEATURE_MOUNT_FLAGS is not set +# CONFIG_FEATURE_MOUNT_FSTAB is not set +# CONFIG_FEATURE_MOUNT_OTHERTAB is not set CONFIG_REV=y +# CONFIG_UEVENT is not set # CONFIG_ACPID is not set # CONFIG_FEATURE_ACPID_COMPAT is not set # CONFIG_BLKID is not set @@ -595,15 +611,6 @@ CONFIG_LSUSB=y # CONFIG_MKSWAP is not set # CONFIG_FEATURE_MKSWAP_UUID is not set CONFIG_MORE=y -# CONFIG_MOUNT is not set -# CONFIG_FEATURE_MOUNT_FAKE is not set -# CONFIG_FEATURE_MOUNT_VERBOSE is not set -# CONFIG_FEATURE_MOUNT_HELPERS is not set -# CONFIG_FEATURE_MOUNT_LABEL is not set -# CONFIG_FEATURE_MOUNT_NFS is not set -# CONFIG_FEATURE_MOUNT_CIFS is not set -# CONFIG_FEATURE_MOUNT_FLAGS is not set -# CONFIG_FEATURE_MOUNT_FSTAB is not set # CONFIG_PIVOT_ROOT is not set # CONFIG_RDATE is not set # CONFIG_RDEV is not set @@ -652,10 +659,15 @@ CONFIG_SCRIPTREPLAY=y # CONFIG_FEATURE_CROND_D is not set # CONFIG_FEATURE_CROND_CALL_SENDMAIL is not set CONFIG_FEATURE_CROND_DIR="/var/spool/cron" +# CONFIG_I2CGET is not set +# CONFIG_I2CSET is not set +# CONFIG_I2CDUMP is not set +# CONFIG_I2CDETECT is not set CONFIG_LESS=y CONFIG_FEATURE_LESS_MAXLINES=9999999 CONFIG_FEATURE_LESS_BRACKETS=y CONFIG_FEATURE_LESS_FLAGS=y +CONFIG_FEATURE_LESS_TRUNCATE=y CONFIG_FEATURE_LESS_MARKS=y CONFIG_FEATURE_LESS_REGEXP=y # CONFIG_FEATURE_LESS_WINCH is not set @@ -750,6 +762,13 @@ CONFIG_NC=y # CONFIG_PING is not set # CONFIG_PING6 is not set # CONFIG_FEATURE_FANCY_PING is not set +CONFIG_WGET=y +CONFIG_FEATURE_WGET_STATUSBAR=y +CONFIG_FEATURE_WGET_AUTHENTICATION=y +CONFIG_FEATURE_WGET_LONG_OPTIONS=y +CONFIG_FEATURE_WGET_TIMEOUT=y +CONFIG_FEATURE_WGET_OPENSSL=y +CONFIG_FEATURE_WGET_SSL_HELPER=y # CONFIG_WHOIS is not set # CONFIG_FEATURE_IPV6 is not set # CONFIG_FEATURE_UNIX_LOCAL is not set @@ -811,6 +830,7 @@ CONFIG_IFUPDOWN_IFSTATE_PATH="" # CONFIG_FEATURE_IP_ADDRESS is not set # CONFIG_FEATURE_IP_LINK is not set # CONFIG_FEATURE_IP_ROUTE is not set +CONFIG_FEATURE_IP_ROUTE_DIR="" # CONFIG_FEATURE_IP_TUNNEL is not set # CONFIG_FEATURE_IP_RULE is not set # CONFIG_FEATURE_IP_SHORT_FORMS is not set @@ -877,11 +897,6 @@ CONFIG_UDHCPC_SLACK_FOR_BUGGY_SERVERS=0 CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="" # CONFIG_UDPSVD is not set # CONFIG_VCONFIG is not set -CONFIG_WGET=y -CONFIG_FEATURE_WGET_STATUSBAR=y -CONFIG_FEATURE_WGET_AUTHENTICATION=y -CONFIG_FEATURE_WGET_LONG_OPTIONS=y -CONFIG_FEATURE_WGET_TIMEOUT=y # CONFIG_ZCIP is not set # Modified: head/sysutils/busybox/files/patch-include__libbb.h ============================================================================== --- head/sysutils/busybox/files/patch-include__libbb.h Sun Dec 20 17:14:17 2015 (r404067) +++ head/sysutils/busybox/files/patch-include__libbb.h Sun Dec 20 17:21:10 2015 (r404068) @@ -1,5 +1,5 @@ ---- ./include/libbb.h.orig 2012-07-02 14:08:25.000000000 +0000 -+++ ./include/libbb.h 2012-07-17 02:08:37.000000000 +0000 +--- include/libbb.h.orig 2015-10-24 00:24:35 UTC ++++ include/libbb.h @@ -51,6 +51,9 @@ #include #include @@ -10,7 +10,7 @@ #include #include #if ENABLE_FEATURE_SHADOWPASSWDS -@@ -129,9 +132,6 @@ +@@ -152,9 +155,6 @@ #ifndef HAVE_FDATASYNC # define fdatasync fsync #endif From owner-svn-ports-head@freebsd.org Sun Dec 20 17:35:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DDE3A4D40F; Sun, 20 Dec 2015 17:35:22 +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 2B16B1366; Sun, 20 Dec 2015 17:35:22 +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 tBKHZLAB012504; Sun, 20 Dec 2015 17:35:21 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBKHZLAF012503; Sun, 20 Dec 2015 17:35:21 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201512201735.tBKHZLAF012503@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 20 Dec 2015 17:35:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404069 - head/sysutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 17:35:22 -0000 Author: antoine Date: Sun Dec 20 17:35:21 2015 New Revision: 404069 URL: https://svnweb.freebsd.org/changeset/ports/404069 Log: Finish busybox-unstable removal Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sun Dec 20 17:21:10 2015 (r404068) +++ head/sysutils/Makefile Sun Dec 20 17:35:21 2015 (r404069) @@ -105,7 +105,6 @@ SUBDIR += btsixad SUBDIR += bulk_extractor SUBDIR += busybox - SUBDIR += busybox-unstable SUBDIR += byobu SUBDIR += cbsd SUBDIR += ccd2iso From owner-svn-ports-head@freebsd.org Sun Dec 20 17:39:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B619A4D695; Sun, 20 Dec 2015 17:39:19 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCAF11564; Sun, 20 Dec 2015 17:39:18 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBKHdHNd012725; Sun, 20 Dec 2015 17:39:17 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBKHdHN1012723; Sun, 20 Dec 2015 17:39:17 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201512201739.tBKHdHN1012723@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Sun, 20 Dec 2015 17:39:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404070 - head/textproc/xmlto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 17:39:19 -0000 Author: mandree Date: Sun Dec 20 17:39:17 2015 New Revision: 404070 URL: https://svnweb.freebsd.org/changeset/ports/404070 Log: Update to 0.0.28. Changes: https://fedorahosted.org/xmlto/ Modified: head/textproc/xmlto/Makefile head/textproc/xmlto/distinfo Modified: head/textproc/xmlto/Makefile ============================================================================== --- head/textproc/xmlto/Makefile Sun Dec 20 17:35:21 2015 (r404069) +++ head/textproc/xmlto/Makefile Sun Dec 20 17:39:17 2015 (r404070) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xmlto -PORTVERSION= 0.0.26 -PORTREVISION= 2 +PORTVERSION= 0.0.28 CATEGORIES= textproc MASTER_SITES= https://fedorahosted.org/releases/x/m/xmlto/:xmlto \ LOCAL/mandree/:xmlto \ Modified: head/textproc/xmlto/distinfo ============================================================================== --- head/textproc/xmlto/distinfo Sun Dec 20 17:35:21 2015 (r404069) +++ head/textproc/xmlto/distinfo Sun Dec 20 17:39:17 2015 (r404070) @@ -1,4 +1,4 @@ -SHA256 (xmlto/xmlto-0.0.26.tar.bz2) = efb49b2fb3bc27c1a1e24fe34abf19b6bf6cbb40844e6fd58034cdf21c54b5ec -SIZE (xmlto/xmlto-0.0.26.tar.bz2) = 119819 +SHA256 (xmlto/xmlto-0.0.28.tar.bz2) = 1130df3a7957eb9f6f0d29e4aa1c75732a7dfb6d639be013859b5c7ec5421276 +SIZE (xmlto/xmlto-0.0.28.tar.bz2) = 127921 SHA256 (xmlto/xhtml2fo.xsl) = 51984c86eda98fc70c2c0fa887626f44311634c5e3d1053cd2ada8cd2543ebd6 SIZE (xmlto/xhtml2fo.xsl) = 63786 From owner-svn-ports-head@freebsd.org Sun Dec 20 19:01:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE4CEA4E6AD; Sun, 20 Dec 2015 19:01:00 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6B831AD9; Sun, 20 Dec 2015 19:01:00 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBKJ0xBf036375; Sun, 20 Dec 2015 19:00:59 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBKJ0xOC036372; Sun, 20 Dec 2015 19:00:59 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201512201900.tBKJ0xOC036372@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sun, 20 Dec 2015 19:00:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404071 - in head/games/doomsday: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 19:01:01 -0000 Author: danilo Date: Sun Dec 20 19:00:59 2015 New Revision: 404071 URL: https://svnweb.freebsd.org/changeset/ports/404071 Log: - Update to 1.15.6 Deleted: head/games/doomsday/files/ Modified: head/games/doomsday/Makefile head/games/doomsday/distinfo head/games/doomsday/pkg-plist Modified: head/games/doomsday/Makefile ============================================================================== --- head/games/doomsday/Makefile Sun Dec 20 17:39:17 2015 (r404070) +++ head/games/doomsday/Makefile Sun Dec 20 19:00:59 2015 (r404071) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= doomsday -PORTVERSION= 1.14.5 -PORTREVISION= 4 +PORTVERSION= 1.15.6 CATEGORIES= games MASTER_SITES= SF/deng/Doomsday%20Engine/${PORTVERSION} +DISTNAME= ${PORTNAME}-stable-${PORTVERSION} MAINTAINER= danilo@FreeBSD.org COMMENT= Enhanced Doom, Heretic, and Hexen source port @@ -13,14 +13,15 @@ COMMENT= Enhanced Doom, Heretic, and Hex LICENSE= GPLv2 BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip -LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libassimp.so:${PORTSDIR}/multimedia/assimp RUN_DEPENDS= timidity:${PORTSDIR}/audio/timidity USE_GL= gl glu USE_LDCONFIG= yes -USE_SDL= sdl mixer net +USE_SDL= sdl2 mixer2 net2 USE_XORG= x11 -USES= execinfo pkgconfig python:build qmake:outsource +USES= compiler:c++11-lib execinfo pkgconfig python:build qmake:outsource USE_QT4= corelib network opengl moc_build QMAKE_SOURCE_PATH= ${WRKSRC}/doomsday QMAKE_ARGS+= QMAKE_LFLAGS+="-Wl,--export-dynamic" \ @@ -40,12 +41,10 @@ PORTSCOUT= limit:^\d+\.\d+\.\d+$$ post-patch: @${REINPLACE_CMD} 's,share/man,man,' \ - ${PATCH_WRKSRC}/doomsday/client/client.pro \ - ${PATCH_WRKSRC}/doomsday/server/server.pro - @${REINPLACE_CMD} 's,python,${PYTHON_CMD},' \ - ${PATCH_WRKSRC}/doomsday/config.pri \ - ${PATCH_WRKSRC}/doomsday/build/build.pro - # Removing three non ascii bytes - @${REINPLACE_CMD} '1s,^...,,' ${WRKSRC}/doomsday/client/src/client/cl_sound.cpp + ${WRKSRC}/doomsday/client/client.pro \ + ${WRKSRC}/doomsday/server/server.pro + # Removing (three) non-ascii bytes from the beginning of the file + @LANG=C ${REINPLACE_CMD} '1s,^...,,' \ + ${WRKSRC}/doomsday/client/src/client/cl_sound.cpp .include Modified: head/games/doomsday/distinfo ============================================================================== --- head/games/doomsday/distinfo Sun Dec 20 17:39:17 2015 (r404070) +++ head/games/doomsday/distinfo Sun Dec 20 19:00:59 2015 (r404071) @@ -1,2 +1,2 @@ -SHA256 (doomsday-1.14.5.tar.gz) = 019cd0cf89e69d80cd8f6fbbd3e3fd57b8ae4d0bcdf4285e8a71caad9f46417e -SIZE (doomsday-1.14.5.tar.gz) = 14081857 +SHA256 (doomsday-stable-1.15.6.tar.gz) = b02a6c5495191f6d9ab0ae18a1266049847592015797ab3b2975183afd5963c5 +SIZE (doomsday-stable-1.15.6.tar.gz) = 52053145 Modified: head/games/doomsday/pkg-plist ============================================================================== --- head/games/doomsday/pkg-plist Sun Dec 20 17:39:17 2015 (r404070) +++ head/games/doomsday/pkg-plist Sun Dec 20 19:00:59 2015 (r404071) @@ -10,52 +10,56 @@ lib/doomsday/libdehread.so.2.0 lib/doomsday/libdehread.so.2.0.0 lib/doomsday/libdoom.so lib/doomsday/libdoom.so.1 -lib/doomsday/libdoom.so.1.14 -lib/doomsday/libdoom.so.1.14.5 +lib/doomsday/libdoom.so.1.15 +lib/doomsday/libdoom.so.1.15.6 lib/doomsday/libdoom64.so lib/doomsday/libdoom64.so.1 -lib/doomsday/libdoom64.so.1.14 -lib/doomsday/libdoom64.so.1.14.5 +lib/doomsday/libdoom64.so.1.15 +lib/doomsday/libdoom64.so.1.15.6 lib/doomsday/libexample.so lib/doomsday/libexample.so.1 lib/doomsday/libexample.so.1.2 lib/doomsday/libexample.so.1.2.0 lib/doomsday/libheretic.so lib/doomsday/libheretic.so.1 -lib/doomsday/libheretic.so.1.14 -lib/doomsday/libheretic.so.1.14.5 +lib/doomsday/libheretic.so.1.15 +lib/doomsday/libheretic.so.1.15.6 lib/doomsday/libhexen.so lib/doomsday/libhexen.so.1 -lib/doomsday/libhexen.so.1.14 -lib/doomsday/libhexen.so.1.14.5 +lib/doomsday/libhexen.so.1.15 +lib/doomsday/libhexen.so.1.15.6 +lib/doomsday/libidtech1converter.so +lib/doomsday/libidtech1converter.so.1 +lib/doomsday/libidtech1converter.so.1.0 +lib/doomsday/libidtech1converter.so.1.0.0 lib/doomsday/libsavegameconverter.so lib/doomsday/libsavegameconverter.so.1 lib/doomsday/libsavegameconverter.so.1.0 lib/doomsday/libsavegameconverter.so.1.0.0 -lib/doomsday/libwadmapconverter.so -lib/doomsday/libwadmapconverter.so.1 -lib/doomsday/libwadmapconverter.so.1.1 -lib/doomsday/libwadmapconverter.so.1.1.1 -lib/libdeng1.so -lib/libdeng1.so.1 -lib/libdeng1.so.1.14 -lib/libdeng1.so.1.14.5 -lib/libdeng2.so -lib/libdeng2.so.2 -lib/libdeng2.so.2.0 -lib/libdeng2.so.2.0.0 lib/libdeng_appfw.so lib/libdeng_appfw.so.1 -lib/libdeng_appfw.so.1.14 -lib/libdeng_appfw.so.1.14.5 +lib/libdeng_appfw.so.1.15 +lib/libdeng_appfw.so.1.15.6 +lib/libdeng_core.so +lib/libdeng_core.so.2 +lib/libdeng_core.so.2.0 +lib/libdeng_core.so.2.0.0 +lib/libdeng_doomsday.so +lib/libdeng_doomsday.so.1 +lib/libdeng_doomsday.so.1.15 +lib/libdeng_doomsday.so.1.15.6 lib/libdeng_gui.so lib/libdeng_gui.so.1 -lib/libdeng_gui.so.1.14 -lib/libdeng_gui.so.1.14.5 +lib/libdeng_gui.so.1.15 +lib/libdeng_gui.so.1.15.6 +lib/libdeng_legacy.so +lib/libdeng_legacy.so.1 +lib/libdeng_legacy.so.1.15 +lib/libdeng_legacy.so.1.15.6 lib/libdeng_shell.so -lib/libdeng_shell.so.0 -lib/libdeng_shell.so.0.1 -lib/libdeng_shell.so.0.1.0 +lib/libdeng_shell.so.1 +lib/libdeng_shell.so.1.15 +lib/libdeng_shell.so.1.15.6 man/man6/doomsday-server.6.gz man/man6/doomsday.6.gz %%DATADIR%%/data/doomsday.pk3 @@ -71,18 +75,11 @@ man/man6/doomsday.6.gz %%DATADIR%%/data/fonts/normallight12.dfn %%DATADIR%%/data/fonts/normallight18.dfn %%DATADIR%%/data/fonts/normallight24.dfn -%%DATADIR%%/data/graphics/background.pcx -%%DATADIR%%/data/graphics/loading1.png -%%DATADIR%%/data/graphics/loading2.png -%%DATADIR%%/data/graphics/logo.png %%DATADIR%%/data/jdoom/libdoom.pk3 %%DATADIR%%/data/jdoom64/libdoom64.pk3 %%DATADIR%%/data/jheretic/libheretic.pk3 %%DATADIR%%/data/jhexen/libhexen.pk3 -%%DATADIR%%/modules/Config.de -%%DATADIR%%/modules/Log.de -%%DATADIR%%/modules/Updater.de -%%DATADIR%%/modules/appconfig.de -%%DATADIR%%/modules/bootstrap.de -%%DATADIR%%/modules/gui.de -%%DATADIR%%/modules/recutil.de +%%DATADIR%%/data/net.dengine.base.pack +%%DATADIR%%/data/net.dengine.client.pack +%%DATADIR%%/data/net.dengine.stdlib.gui.pack +%%DATADIR%%/data/net.dengine.stdlib.pack From owner-svn-ports-head@freebsd.org Sun Dec 20 19:34:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A166CA4DAA7; Sun, 20 Dec 2015 19:34: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 54B5A1C85; Sun, 20 Dec 2015 19:34: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 tBKJYdDc047172; Sun, 20 Dec 2015 19:34:39 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBKJYd0G047170; Sun, 20 Dec 2015 19:34:39 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201512201934.tBKJYd0G047170@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 20 Dec 2015 19:34:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404072 - head/misc/boxes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 19:34:40 -0000 Author: olgeni Date: Sun Dec 20 19:34:39 2015 New Revision: 404072 URL: https://svnweb.freebsd.org/changeset/ports/404072 Log: Adopt misc/boxes, unbreak and upgrade to 1.1.2. Modified: head/misc/boxes/Makefile head/misc/boxes/distinfo Modified: head/misc/boxes/Makefile ============================================================================== --- head/misc/boxes/Makefile Sun Dec 20 19:00:59 2015 (r404071) +++ head/misc/boxes/Makefile Sun Dec 20 19:34:39 2015 (r404072) @@ -2,23 +2,20 @@ # $FreeBSD$ PORTNAME= boxes -PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTVERSION= 1.1.2 +DISTVERSIONPREFIX= v CATEGORIES= misc -MASTER_SITES= http://boxes.thomasjensen.com/download/ \ - http://fossies.org/unix/privat/ -# SUNSITE/utils/text -EXTRACT_SUFX= .src.tar.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= olgeni@FreeBSD.org COMMENT= Draws ASCII-art configurable boxes around text or code -BROKEN= unfetchable - LICENSE= GPLv2 +USE_GITHUB= yes +GH_ACCOUNT= ascii-boxes + USES= bison gmake -ALL_TARGET= boxes +ALL_TARGET= build MAKE_ARGS= CC="${CC}" GLOBALCONF=${GLOBALCONF} CFLAGS="${CFLAGS} -ansi -I. -Iregexp" GLOBALCONF= ${DATADIR}/boxes-config @@ -27,7 +24,7 @@ PLIST_FILES= bin/${PORTNAME} \ ${DATADIR_REL}/${PORTNAME}-config \ man/man1/${PORTNAME}.1.gz -PORTDOCS= README +PORTDOCS= README.md OPTIONS_DEFINE= DOCS Modified: head/misc/boxes/distinfo ============================================================================== --- head/misc/boxes/distinfo Sun Dec 20 19:00:59 2015 (r404071) +++ head/misc/boxes/distinfo Sun Dec 20 19:34:39 2015 (r404072) @@ -1,2 +1,2 @@ -SHA256 (boxes-1.1.1.src.tar.gz) = d8529840281618e75a4adf313f08291b89c8cf83928c2c1f4b0ddcd236fb2420 -SIZE (boxes-1.1.1.src.tar.gz) = 139140 +SHA256 (ascii-boxes-boxes-v1.1.2_GH0.tar.gz) = 4d5e536be91b476ee48640bef9122f3114b16fe2da9b9906947308b94682c5fe +SIZE (ascii-boxes-boxes-v1.1.2_GH0.tar.gz) = 101658 From owner-svn-ports-head@freebsd.org Sun Dec 20 22:36:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55F15A4E647; Sun, 20 Dec 2015 22:36: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 0B11D1C08; Sun, 20 Dec 2015 22:36: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 tBKMa7nR099463; Sun, 20 Dec 2015 22:36:07 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBKMa7Z3099461; Sun, 20 Dec 2015 22:36:07 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512202236.tBKMa7Z3099461@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 20 Dec 2015 22:36:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404074 - head/devel/love X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 22:36:08 -0000 Author: amdmi3 Date: Sun Dec 20 22:36:06 2015 New Revision: 404074 URL: https://svnweb.freebsd.org/changeset/ports/404074 Log: - Update to 0.9.2 - Switch to USES=localbase Modified: head/devel/love/Makefile head/devel/love/distinfo Modified: head/devel/love/Makefile ============================================================================== --- head/devel/love/Makefile Sun Dec 20 20:15:23 2015 (r404073) +++ head/devel/love/Makefile Sun Dec 20 22:36:06 2015 (r404074) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= love -PORTVERSION= 0.9.1 -PORTREVISION= 2 +PORTVERSION= 0.9.2 CATEGORIES= devel games MASTER_SITES= https://bitbucket.org/rude/love/downloads/ \ http://mirror.amdmi3.ru/distfiles/ @@ -23,16 +22,13 @@ LIB_DEPENDS= libIL.so:${PORTSDIR}/graphi libfreetype.so:${PORTSDIR}/print/freetype2 USES= gmake openal libtool pkgconfig compiler:c++11-lib \ - desktop-file-utils shared-mime-info + desktop-file-utils shared-mime-info localbase USE_SDL= sdl2 USE_GL= gl glu GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/love-${PORTVERSION} INSTALL_TARGET= install-strip -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - PORTDOCS= * OPTIONS_DEFINE= DOCS LUAJIT @@ -52,7 +48,7 @@ post-patch-LUAJIT-off: ${WRKSRC}/configure post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in changes.txt readme.md ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor Modified: head/devel/love/distinfo ============================================================================== --- head/devel/love/distinfo Sun Dec 20 20:15:23 2015 (r404073) +++ head/devel/love/distinfo Sun Dec 20 22:36:06 2015 (r404074) @@ -1,2 +1,2 @@ -SHA256 (love-0.9.1-linux-src.tar.gz) = 04dd0946bd82ec839c454c161bf0e5da870f393af62d09dc229990f5176833de -SIZE (love-0.9.1-linux-src.tar.gz) = 1405469 +SHA256 (love-0.9.2-linux-src.tar.gz) = a995d062dc14e7944c239934b9343583153718774511d8625885aa57f2b5c172 +SIZE (love-0.9.2-linux-src.tar.gz) = 1451535 From owner-svn-ports-head@freebsd.org Sun Dec 20 23:37:32 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 817B3A4E842; Sun, 20 Dec 2015 23:37:32 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF0C61935; Sun, 20 Dec 2015 23:37:31 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBKNbV2d017117; Sun, 20 Dec 2015 23:37:31 GMT (envelope-from grembo@FreeBSD.org) Received: (from grembo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBKNbUju017108; Sun, 20 Dec 2015 23:37:30 GMT (envelope-from grembo@FreeBSD.org) Message-Id: <201512202337.tBKNbUju017108@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: grembo set sender to grembo@FreeBSD.org using -f From: Michael Gmelin Date: Sun, 20 Dec 2015 23:37:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404075 - in head/devel: arcanist libphutil phabricator X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 23:37:32 -0000 Author: grembo Date: Sun Dec 20 23:37:30 2015 New Revision: 404075 URL: https://svnweb.freebsd.org/changeset/ports/404075 Log: Update devel/arcanist, devel/libphutil, devel/phabricator to 20151220. PR: 205471 Approved by: mentors (implicit) Modified: head/devel/arcanist/Makefile head/devel/arcanist/distinfo head/devel/arcanist/pkg-plist head/devel/libphutil/Makefile head/devel/libphutil/distinfo head/devel/libphutil/pkg-plist head/devel/phabricator/Makefile head/devel/phabricator/distinfo head/devel/phabricator/pkg-plist Modified: head/devel/arcanist/Makefile ============================================================================== --- head/devel/arcanist/Makefile Sun Dec 20 22:36:06 2015 (r404074) +++ head/devel/arcanist/Makefile Sun Dec 20 23:37:30 2015 (r404075) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= arcanist -PORTVERSION= 20150626 -PORTREVISION= 2 +PORTVERSION= 20151220 CATEGORIES= devel PKGNAMEPREFIX= php5- @@ -20,7 +19,7 @@ USE_PHP= curl dom json simplexml USE_GITHUB= yes NO_BUILD= yes GH_ACCOUNT= phacility -GH_TAGNAME= 29839e8 +GH_TAGNAME= 8762e3f do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${PHP_DESTDIR} Modified: head/devel/arcanist/distinfo ============================================================================== --- head/devel/arcanist/distinfo Sun Dec 20 22:36:06 2015 (r404074) +++ head/devel/arcanist/distinfo Sun Dec 20 23:37:30 2015 (r404075) @@ -1,2 +1,2 @@ -SHA256 (phacility-arcanist-20150626-29839e8_GH0.tar.gz) = 272368d00a1f57d41e96982de3f0bcc722ea1d794990cca9f1061c6ae181941d -SIZE (phacility-arcanist-20150626-29839e8_GH0.tar.gz) = 460181 +SHA256 (phacility-arcanist-20151220-8762e3f_GH0.tar.gz) = 73821d1d9acb30228840a359bde5c3a320d6f107fc187eb30d47f58e6059b413 +SIZE (phacility-arcanist-20151220-8762e3f_GH0.tar.gz) = 498119 Modified: head/devel/arcanist/pkg-plist ============================================================================== --- head/devel/arcanist/pkg-plist Sun Dec 20 22:36:06 2015 (r404074) +++ head/devel/arcanist/pkg-plist Sun Dec 20 23:37:30 2015 (r404075) @@ -43,6 +43,8 @@ lib/php/arcanist/src/hgdaemon/ArcanistHg lib/php/arcanist/src/hgdaemon/ArcanistHgProxyServer.php lib/php/arcanist/src/hgdaemon/ArcanistHgServerChannel.php lib/php/arcanist/src/internationalization/ArcanistUSEnglishTranslation.php +lib/php/arcanist/src/land/ArcanistGitLandEngine.php +lib/php/arcanist/src/land/ArcanistLandEngine.php lib/php/arcanist/src/lint/ArcanistLintMessage.php lib/php/arcanist/src/lint/ArcanistLintPatcher.php lib/php/arcanist/src/lint/ArcanistLintResult.php @@ -58,6 +60,7 @@ lib/php/arcanist/src/lint/linter/Arcanis lib/php/arcanist/src/lint/linter/ArcanistChmodLinter.php lib/php/arcanist/src/lint/linter/ArcanistClosureLinter.php lib/php/arcanist/src/lint/linter/ArcanistCoffeeLintLinter.php +lib/php/arcanist/src/lint/linter/ArcanistComposerLinter.php lib/php/arcanist/src/lint/linter/ArcanistCppcheckLinter.php lib/php/arcanist/src/lint/linter/ArcanistCpplintLinter.php lib/php/arcanist/src/lint/linter/ArcanistExternalLinter.php @@ -67,6 +70,7 @@ lib/php/arcanist/src/lint/linter/Arcanis lib/php/arcanist/src/lint/linter/ArcanistGeneratedLinter.php lib/php/arcanist/src/lint/linter/ArcanistGoLintLinter.php lib/php/arcanist/src/lint/linter/ArcanistHLintLinter.php +lib/php/arcanist/src/lint/linter/ArcanistInlineHTMLXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/ArcanistJSHintLinter.php lib/php/arcanist/src/lint/linter/ArcanistJSONLintLinter.php lib/php/arcanist/src/lint/linter/ArcanistJSONLinter.php @@ -79,7 +83,6 @@ lib/php/arcanist/src/lint/linter/Arcanis lib/php/arcanist/src/lint/linter/ArcanistPhpLinter.php lib/php/arcanist/src/lint/linter/ArcanistPhpcsLinter.php lib/php/arcanist/src/lint/linter/ArcanistPhutilLibraryLinter.php -lib/php/arcanist/src/lint/linter/ArcanistPhutilXHPASTLinter.php lib/php/arcanist/src/lint/linter/ArcanistPuppetLintLinter.php lib/php/arcanist/src/lint/linter/ArcanistPyFlakesLinter.php lib/php/arcanist/src/lint/linter/ArcanistPyLintLinter.php @@ -113,7 +116,6 @@ lib/php/arcanist/src/lint/linter/__tests lib/php/arcanist/src/lint/linter/__tests__/ArcanistPEP8LinterTestCase.php lib/php/arcanist/src/lint/linter/__tests__/ArcanistPhpLinterTestCase.php lib/php/arcanist/src/lint/linter/__tests__/ArcanistPhpcsLinterTestCase.php -lib/php/arcanist/src/lint/linter/__tests__/ArcanistPhutilXHPASTLinterTestCase.php lib/php/arcanist/src/lint/linter/__tests__/ArcanistPuppetLintLinterTestCase.php lib/php/arcanist/src/lint/linter/__tests__/ArcanistPyFlakesLinterTestCase.php lib/php/arcanist/src/lint/linter/__tests__/ArcanistPyLintLinterTestCase.php @@ -143,6 +145,7 @@ lib/php/arcanist/src/lint/linter/__tests lib/php/arcanist/src/lint/linter/__tests__/cpplint/googlestyle.lint-test lib/php/arcanist/src/lint/linter/__tests__/csslint/duplicate-properties.lint-test lib/php/arcanist/src/lint/linter/__tests__/csslint/empty-rule.lint-test +lib/php/arcanist/src/lint/linter/__tests__/csslint/no-line-related-issue.lint-test lib/php/arcanist/src/lint/linter/__tests__/csslint/parse-error.lint-test lib/php/arcanist/src/lint/linter/__tests__/filename/bad_filename.lint-test lib/php/arcanist/src/lint/linter/__tests__/filename/good_filename.lint-test @@ -223,12 +226,6 @@ lib/php/arcanist/src/lint/linter/__tests lib/php/arcanist/src/lint/linter/__tests__/nolint/lint.lint-test lib/php/arcanist/src/lint/linter/__tests__/nolint/nolint.lint-test lib/php/arcanist/src/lint/linter/__tests__/pep8/imports.lint-test -lib/php/arcanist/src/lint/linter/__tests__/phlxhp/array-combine.lint-test -lib/php/arcanist/src/lint/linter/__tests__/phlxhp/deprecated-function.lint-test -lib/php/arcanist/src/lint/linter/__tests__/phlxhp/extends-phobject.lint-test -lib/php/arcanist/src/lint/linter/__tests__/phlxhp/pht.lint-test -lib/php/arcanist/src/lint/linter/__tests__/phlxhp/ragged-classtree-edges.lint-test -lib/php/arcanist/src/lint/linter/__tests__/phlxhp/xsprintf.lint-test lib/php/arcanist/src/lint/linter/__tests__/php/fatal.lint-test lib/php/arcanist/src/lint/linter/__tests__/php/no-errors.lint-test lib/php/arcanist/src/lint/linter/__tests__/php/syntax.lint-test @@ -248,6 +245,7 @@ lib/php/arcanist/src/lint/linter/__tests lib/php/arcanist/src/lint/linter/__tests__/puppet-lint/star_comments.lint-test lib/php/arcanist/src/lint/linter/__tests__/puppet-lint/unquoted_file_mode.lint-test lib/php/arcanist/src/lint/linter/__tests__/pyflakes/pyflakes.lint-test +lib/php/arcanist/src/lint/linter/__tests__/pylint/negativechar.lint-test lib/php/arcanist/src/lint/linter/__tests__/pylint/pylint.lint-test lib/php/arcanist/src/lint/linter/__tests__/rubocop/convention.lint-test lib/php/arcanist/src/lint/linter/__tests__/rubocop/error.lint-test @@ -261,93 +259,21 @@ lib/php/arcanist/src/lint/linter/__tests lib/php/arcanist/src/lint/linter/__tests__/text/bof-whitespace-1.lint-test lib/php/arcanist/src/lint/linter/__tests__/text/bof-whitespace-2.lint-test lib/php/arcanist/src/lint/linter/__tests__/text/dos-newline.lint-test -lib/php/arcanist/src/lint/linter/__tests__/text/empty-file.lint-test +lib/php/arcanist/src/lint/linter/__tests__/text/empty.lint-test lib/php/arcanist/src/lint/linter/__tests__/text/eof-whitespace.lint-test lib/php/arcanist/src/lint/linter/__tests__/text/line-wrap.lint-test lib/php/arcanist/src/lint/linter/__tests__/text/trailing-whitespace.lint-test lib/php/arcanist/src/lint/linter/__tests__/text/variable-dividers.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/alias-functions.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/array-comma.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/array-index.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/blacklisted.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/call-parens-hug-closing.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/call-time-pass-by-reference.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/cast-spacing.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/class-name-literal.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/conditional-usage.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/constant-case.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/constructor-parentheses.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/creative-brace-use.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/decl-parens-hug-closing.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/default-parameters.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/double-quote.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/duplicate-key-in-array.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/duplicate-switch-case.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/dynamic-define.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/elseif.lint-test lib/php/arcanist/src/lint/linter/__tests__/xhpast/embedded-tags.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/empty-block-statement.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/empty-statement.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/exit-expression.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/formatted-string.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/hash-comments.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/implicit-visibility.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/index-function.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/inner-function.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/instanceof-operator.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/invalid-default-paramter.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/invalid-modifiers.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/keyword-casing.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/lamba-func-function.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/language-construct-parentheses.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/logical-operators.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/lowercase-functions.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/modifier-ordering.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/naming-conventions.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/no-parent-scope.lint-test +lib/php/arcanist/src/lint/linter/__tests__/xhpast/empty.lint-test lib/php/arcanist/src/lint/linter/__tests__/xhpast/no-segfault-on-abstract.lint-test lib/php/arcanist/src/lint/linter/__tests__/xhpast/no-segfault-on-exit.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/nowdoc.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/parens-hug-contents.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/php-compatibility.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/php-tags-bad.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/php-tags-echo-form.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/php-tags-good.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/php-tags-script.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/php-tags-short.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/php53-features.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/php54-features.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/php54-incompat.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/preg-quote.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/reused-iterator-reference.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/reused-iterators.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/reused-local.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/self-member-references.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/semicolon-spacing.lint-test +lib/php/arcanist/src/lint/linter/__tests__/xhpast/not-empty.lint-test lib/php/arcanist/src/lint/linter/__tests__/xhpast/single-pass-adjacent-patches.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/slowness.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/space-after-control-keywords.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/space-around-more-operators.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/space-around-operators.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/surprising-constructors.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/switches.lint-test lib/php/arcanist/src/lint/linter/__tests__/xhpast/syntax-error.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/tautological-expressions.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/todo.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/tostring-exception.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/undeclared-variables.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/unnecessary-final-modifier.lint-test lib/php/arcanist/src/lint/linter/__tests__/xhpast/unreasonably-deep-nesting.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/use-of-this-in-static-method.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/useless-overriding-method.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/variable-variables.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/windows.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xhpast/wrong-concat-operator.lint-test lib/php/arcanist/src/lint/linter/__tests__/xml/almost-empty.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xml/attr1.lint-test lib/php/arcanist/src/lint/linter/__tests__/xml/attr2.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xml/attr3.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xml/attr4.lint-test lib/php/arcanist/src/lint/linter/__tests__/xml/big-entity-name.lint-test lib/php/arcanist/src/lint/linter/__tests__/xml/big-name-1.lint-test lib/php/arcanist/src/lint/linter/__tests__/xml/big-name-2.lint-test @@ -364,7 +290,6 @@ lib/php/arcanist/src/lint/linter/__tests lib/php/arcanist/src/lint/linter/__tests__/xml/languages-4.lint-test lib/php/arcanist/src/lint/linter/__tests__/xml/languages-5.lint-test lib/php/arcanist/src/lint/linter/__tests__/xml/languages-6.lint-test -lib/php/arcanist/src/lint/linter/__tests__/xml/languages-7.lint-test lib/php/arcanist/src/lint/linter/__tests__/xml/slashdot.lint-test lib/php/arcanist/src/lint/linter/__tests__/xml/svg.lint-test lib/php/arcanist/src/lint/linter/__tests__/xml/title.lint-test @@ -373,61 +298,88 @@ lib/php/arcanist/src/lint/linter/__tests lib/php/arcanist/src/lint/linter/__tests__/xml/youtube.lint-test lib/php/arcanist/src/lint/linter/exception/ArcanistMissingLinterException.php lib/php/arcanist/src/lint/linter/reporter.js +lib/php/arcanist/src/lint/linter/standards/ArcanistLinterStandard.php +lib/php/arcanist/src/lint/linter/standards/__tests__/ArcanistLinterStandardTestCase.php +lib/php/arcanist/src/lint/linter/standards/phutil/ArcanistPhutilXHPASTLinterStandard.php lib/php/arcanist/src/lint/linter/xhpast/ArcanistXHPASTLintNamingHook.php lib/php/arcanist/src/lint/linter/xhpast/ArcanistXHPASTLintSwitchHook.php lib/php/arcanist/src/lint/linter/xhpast/ArcanistXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/__tests__/ArcanistXHPASTLintNamingHookTestCase.php -lib/php/arcanist/src/lint/linter/xhpast/__tests__/ArcanistXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistAbstractMethodBodyXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistAbstractPrivateMethodXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistAliasFunctionXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistArrayCombineXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistArrayIndexSpacingXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistArraySeparatorXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistArrayValueXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistBinaryExpressionSpacingXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistBinaryNumericScalarCasingXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistBlacklistedFunctionXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistBraceFormattingXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistCallParenthesesXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistCallTimePassByReferenceXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistCastSpacingXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistClassExtendsObjectXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistClassFilenameMismatchXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistClassMustBeDeclaredAbstractXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistClassNameLiteralXHPASTLinterRule.php -lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistClosingCallParenthesesXHPASTLinterRule.php -lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistClosingDeclarationParenthesesXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistCommentSpacingXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistCommentStyleXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistConcatenationOperatorXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistConstructorParenthesesXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistControlStatementSpacingXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistCurlyBraceArrayIndexXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistDeclarationParenthesesXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistDefaultParametersXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistDeprecationXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistDoubleQuoteXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistDuplicateKeysInArrayXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistDuplicateSwitchCaseXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistDynamicDefineXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistElseIfUsageXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistEmptyFileXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistEmptyStatementXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistExitExpressionXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistExtractUseXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistFormattedStringXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistFunctionCallShouldBeTypeCastXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistGlobalVariableXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistHexadecimalNumericScalarCasingXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistImplicitConstructorXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistImplicitFallthroughXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistImplicitVisibilityXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistInnerFunctionXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistInstanceOfOperatorXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistInterfaceAbstractMethodXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistInterfaceMethodBodyXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistInvalidDefaultParameterXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistInvalidModifiersXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistInvalidOctalNumericScalarXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistKeywordCasingXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistLambdaFuncFunctionXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistLanguageConstructParenthesesXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistListAssignmentXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistLogicalOperatorsXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistLowercaseFunctionsXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistModifierOrderingXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistNamespaceFirstStatementXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistNamingConventionsXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistNestedNamespacesXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistNewlineAfterOpenTagXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistNoParentScopeXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistObjectOperatorSpacingXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistPHPCloseTagXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistPHPCompatibilityXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistPHPEchoTagXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistPHPOpenTagXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistPHPShortTagXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistParentMemberReferenceXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistParenthesesSpacingXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistParseStrUseXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistPlusOperatorOnStringsXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistPregQuoteMisuseXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistPublicPropertyXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistRaggedClassTreeEdgeXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistReusedAsIteratorXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistReusedIteratorReferenceXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistReusedIteratorXHPASTLinterRule.php @@ -437,14 +389,255 @@ lib/php/arcanist/src/lint/linter/xhpast/ lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistStaticThisXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistSyntaxErrorXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistTautologicalExpressionXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistThisReassignmentXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistToStringExceptionXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistTodoCommentXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistUnableToParseXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistUnaryPostfixExpressionSpacingXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistUnaryPrefixExpressionSpacingXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistUndeclaredVariableXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistUnexpectedReturnValueXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistUnnecessaryFinalModifierXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistUnnecessarySemicolonXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistUnnecessarySymbolAliasXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistUnsafeDynamicStringXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistUseStatementNamespacePrefixXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistUselessOverridingMethodXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistVariableReferenceSpacingXHPASTLinterRule.php lib/php/arcanist/src/lint/linter/xhpast/rules/ArcanistVariableVariableXHPASTLinterRule.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistAbstractMethodBodyXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistAbstractPrivateMethodXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistAliasFunctionXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistArrayCombineXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistArrayIndexSpacingXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistArraySeparatorXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistArrayValueXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistBinaryExpressionSpacingXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistBinaryNumericScalarCasingXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistBlacklistedFunctionXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistBraceFormattingXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistCallParenthesesXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistCallTimePassByReferenceXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistCastSpacingXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistClassExtendsObjectXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistClassMustBeDeclaredAbstractXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistClassNameLiteralXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistCommentStyleXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistConcatenationOperatorXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistConstructorParenthesesXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistControlStatementSpacingXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistCurlyBraceArrayIndexXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistDeclarationParenthesesXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistDefaultParametersXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistDeprecationXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistDoubleQuoteXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistDuplicateKeysInArrayXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistDuplicateSwitchCaseXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistDynamicDefineXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistElseIfUsageXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistEmptyStatementXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistExitExpressionXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistExtractUseXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistFormattedStringXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistFunctionCallShouldBeTypeCastXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistGlobalVariableXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistHexadecimalNumericScalarCasingXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistImplicitConstructorXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistImplicitFallthroughXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistImplicitVisibilityXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistInlineHTMLXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistInnerFunctionXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistInstanceofOperatorXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistInterfaceAbstractMethodXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistInterfaceMethodBodyXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistInvalidDefaultParameterXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistInvalidModifiersXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistInvalidOctalNumericScalarXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistKeywordCasingXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistLambdaFuncFunctionXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistLanguageConstructParenthesesXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistListAssignmentXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistLogicalOperatorsXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistLowercaseFunctionsXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistModifierOrderingXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistNamespaceFirstStatementXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistNamingConventionsXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistNestedNamespacesXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistNewlineAfterOpenTagXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistNoParentScopeXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistObjectOperatorSpacingXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistPHPCompatibilityXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistPHPEchoTagXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistPHPOpenTagXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistPHPShortTagXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistParentMemberReferenceXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistParenthesesSpacingXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistParseStrUseXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistPlusOperatorOnStringsXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistPregQuoteMisuseXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistPublicPropertyXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistRaggedClassTreeEdgeXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistReusedAsIteratorXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistReusedIteratorReferenceXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistReusedIteratorXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistSelfMemberReferenceXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistSemicolonSpacingXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistSlownessXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistStaticThisXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistTautologicalExpressionXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistThisReassignmentXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistToStringExceptionXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistTodoCommentXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistUnaryPostfixExpressionSpacingXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistUnaryPrefixExpressionSpacingXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistUndeclaredVariableXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistUnexpectedReturnValueXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistUnnecessaryFinalModifierXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistUnnecessarySymbolAliasXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistUnsafeDynamicStringXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistUseStatementNamespacePrefixXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistUselessOverridingMethodXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistVariableReferenceSpacingXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistVariableVariableXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ArcanistXHPASTLinterRuleTestCase.php +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/__lambda_func-function/lamba-func-function.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/__toString-exception/__toString-exception.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/abstract-method-body/body.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/abstract-method-body/no-body.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/abstract-method-body/non-abstract.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/abstract-private-method/abstract-private-method.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/alias-functions/alias-functions.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/array-combine/array-combine.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/array-index-spacing/array-index-spacing.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/array-separator/array-separator.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/array-value/array-value.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/binary-expression-spacing/array.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/binary-expression-spacing/binary-expression-spacing.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/binary-numeric-scalar-casing/binary.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/blacklisted-function/blacklisted-function.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/brace-formatting/class.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/brace-formatting/control-statement.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/brace-formatting/declare.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/brace-formatting/function.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/brace-formatting/try-catch.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/call-parentheses/array.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/call-parentheses/call-parentheses.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/call-time-pass-by-reference/call-time-pass-by-reference.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/cast-spacing/cast-spacing.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/class-extends-object/extends-phobject.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/class-must-be-declared-abstract/is-abstract.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/class-must-be-declared-abstract/is-not-abstract.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/class-must-be-declared-abstract/should-be-abstract.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/class-name-literal/class-name-literal.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/comment-style/hash-comments.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/concatenation-operator/concatenation-operator.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/constructor-parentheses/constructor-parentheses.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/control-statement-spacing/control-statement-spacing.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/curly-brace-array-index/array.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/curly-brace-array-index/array_push.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/curly-brace-array-index/nested.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/curly-brace-array-index/whitespace.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/declaration-parentheses/declaration-parentheses.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/default-parameters/default-parameters.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/deprecation/deprecated-function.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/double-quote/double-quote.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/duplicate-keys-in-array/duplicate-keys-in-array.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/duplicate-switch-case/duplicate-switch-case.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/dynamic-define/dynamic-define.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/elseif-usage/elseif-usage.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/empty-statement/empty-statement.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/exit-expression/exit-expression.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/extract-use/extract-use.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/formatted-string/formatted-string.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/function-call-should-be-type-cast/base.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/function-call-should-be-type-cast/binary-expression.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/function-call-should-be-type-cast/cast-functions.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/function-call-should-be-type-cast/parameter-mismatch.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/global-variable/global-variable.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/hexadecimal-numeric-scalar-casing/hexadecimal.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/implicit-constructor/implicit-constructor.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/implicit-fallthrough/implicit-fallthrough.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/implicit-visibility/implicit-visibility.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/inline-html/inline-html.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/inner-function/inner-function.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/instanceof-operator/instanceof-operator.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/interface-abstract-method/abstract.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/interface-abstract-method/no-abstract.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/interface-method-body/body.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/interface-method-body/no-body.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/invalid-default-parameter/invalid-default-parameter.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/invalid-modifiers/invalid-modifiers.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/invalid-octal-numeric-scalar/binary.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/invalid-octal-numeric-scalar/decimal.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/invalid-octal-numeric-scalar/hexadecimal.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/invalid-octal-numeric-scalar/octal.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/keyword-casing/keyword-casing.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/language-construct-parentheses/language-construct-parentheses.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/list-assignment/list-assignment.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/logical-operators/logical-operators.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/lowercase-functions/lowercase-functions.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/modifier-ordering/modifier-ordering.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/namespace-first-statement/class-before-namespace.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/namespace-first-statement/incorrect.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/namespace-first-statement/multiple-namespaces.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/namespace-first-statement/no-namespace.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/naming-conventions/constant-case.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/naming-conventions/naming-conventions.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/nested-namespaces/nested.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/newline-after-open-tag/newline-after-open-tag.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/no-parent-scope/no-parent-scope.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/object-operator-spacing/object-operator-spacing.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/parent-member-references/not-parent.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/parent-member-references/parent.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/parentheses-spacing/array.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/parentheses-spacing/parentheses-spacing.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/parse_str-use/parse_str-use.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/php-compatibility/conditional-usage.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/php-compatibility/index-function.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/php-compatibility/nowdoc.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/php-compatibility/php-compatibility.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/php-compatibility/php53-features.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/php-compatibility/php54-features.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/php-compatibility/php54-incompat.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/php-compatibility/windows.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/php-echo-tag/php-echo-tag.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/php-open-tag/php-open-tag.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/php-open-tag/php-tags-good.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/php-open-tag/php-tags-script.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/php-short-tag/php-short-tag.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/plus-operator-on-strings/plus-operator-on-strings.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/preg_quote-misuse/preg_quote-misuse.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/public-property/class.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/ragged-classtree-edge/ragged-classtree-edge.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/reused-as-iterator/reused-as-iterator.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/reused-iterator-reference/reused-iterator-reference.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/reused-iterator/reused-iterator.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/self-member-reference/php53.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/self-member-reference/php54.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/self-member-reference/self-member-reference.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/semicolon-spacing/semicolon-spacing.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/slowness/slowness.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/static-this/static-this.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/tautological-expression/tautological-expression.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/this-reassignment/class.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/this-reassignment/this.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/todo-comment/todo-comment.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/unary-postfix-expression-spacing/unary-postfix-expression-spacing.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/unary-prefix-expression-spacing/unary-prefix-expression-spacing.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/undeclared-variable/undeclared-variable.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/unexpected-return-value/closure.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/unexpected-return-value/construct.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/unexpected-return-value/destruct.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/unexpected-return-value/empty-return.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/unnecessary-final-modifier/unnecessary-final-modifier.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/unnecessary-symbol-alias/use.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/unsafe-dynamic-string/pht.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/unsafe-dynamic-string/xsprintf.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/use-statement-namespace-prefix/use.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/useless-overriding-method/useless-overriding-method.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/variable-reference-spacing/function-call.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/variable-reference-spacing/variable.lint-test +lib/php/arcanist/src/lint/linter/xhpast/rules/__tests__/variable-variable/variable-variables.lint-test lib/php/arcanist/src/lint/renderer/ArcanistCheckstyleXMLLintRenderer.php lib/php/arcanist/src/lint/renderer/ArcanistCompilerLintRenderer.php lib/php/arcanist/src/lint/renderer/ArcanistConsoleLintRenderer.php @@ -565,6 +758,7 @@ lib/php/arcanist/src/parser/diff/Arcanis lib/php/arcanist/src/parser/diff/ArcanistDiffChangeType.php lib/php/arcanist/src/parser/diff/ArcanistDiffHunk.php lib/php/arcanist/src/repository/api/ArcanistGitAPI.php +lib/php/arcanist/src/repository/api/ArcanistGitUpstreamPath.php lib/php/arcanist/src/repository/api/ArcanistMercurialAPI.php lib/php/arcanist/src/repository/api/ArcanistRepositoryAPI.php lib/php/arcanist/src/repository/api/ArcanistSubversionAPI.php @@ -583,6 +777,8 @@ lib/php/arcanist/src/repository/parser/_ lib/php/arcanist/src/repository/parser/__tests__/mercurial/status-basic.txt lib/php/arcanist/src/repository/parser/__tests__/mercurial/status-moves.txt lib/php/arcanist/src/unit/ArcanistUnitTestResult.php +lib/php/arcanist/src/unit/__tests__/ArcanistUnitTestResultTestCase.php +lib/php/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php lib/php/arcanist/src/unit/engine/ArcanistUnitTestEngine.php lib/php/arcanist/src/unit/engine/CSharpToolsTestEngine.php lib/php/arcanist/src/unit/engine/NoseTestEngine.php @@ -659,6 +855,7 @@ lib/php/arcanist/src/workflow/ArcanistUn lib/php/arcanist/src/workflow/ArcanistUpgradeWorkflow.php lib/php/arcanist/src/workflow/ArcanistUploadWorkflow.php lib/php/arcanist/src/workflow/ArcanistVersionWorkflow.php +lib/php/arcanist/src/workflow/ArcanistVersionWorkflow.php.orig lib/php/arcanist/src/workflow/ArcanistWhichWorkflow.php lib/php/arcanist/src/workflow/ArcanistWorkflow.php lib/php/arcanist/src/workflow/exception/ArcanistCapabilityNotSupportedException.php Modified: head/devel/libphutil/Makefile ============================================================================== --- head/devel/libphutil/Makefile Sun Dec 20 22:36:06 2015 (r404074) +++ head/devel/libphutil/Makefile Sun Dec 20 23:37:30 2015 (r404075) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libphutil -PORTVERSION= 20150626 +PORTVERSION= 20151220 CATEGORIES= devel PKGNAMEPREFIX= php5- @@ -16,7 +16,7 @@ USE_PHP= xml USE_GITHUB= yes NO_BUILD= yes GH_ACCOUNT= phacility -GH_TAGNAME= 992abe4 +GH_TAGNAME= b0843cb do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${PHP_DESTDIR} Modified: head/devel/libphutil/distinfo ============================================================================== --- head/devel/libphutil/distinfo Sun Dec 20 22:36:06 2015 (r404074) +++ head/devel/libphutil/distinfo Sun Dec 20 23:37:30 2015 (r404075) @@ -1,2 +1,2 @@ -SHA256 (phacility-libphutil-20150626-992abe4_GH0.tar.gz) = 86424e130123bac540f314f7082eabc18514515d866f0b004f9088e13d7bf6d0 -SIZE (phacility-libphutil-20150626-992abe4_GH0.tar.gz) = 1348645 +SHA256 (phacility-libphutil-20151220-b0843cb_GH0.tar.gz) = 6b48b34bde3a96d299b7ccce92b96f679ad6c252a42392320c0656d1f8d7eb42 +SIZE (phacility-libphutil-20151220-b0843cb_GH0.tar.gz) = 1549921 Modified: head/devel/libphutil/pkg-plist ============================================================================== --- head/devel/libphutil/pkg-plist Sun Dec 20 22:36:06 2015 (r404074) +++ head/devel/libphutil/pkg-plist Sun Dec 20 23:37:30 2015 (r404075) @@ -10,7 +10,7 @@ lib/php/libphutil/externals/jsonlint/src lib/php/libphutil/resources/php_compat_info.json lib/php/libphutil/resources/ssl/README lib/php/libphutil/resources/ssl/default.pem -lib/php/libphutil/resources/test/diverse_symbols.php.example +lib/php/libphutil/resources/test/diverse_symbols.php lib/php/libphutil/scripts/__init_script__.php lib/php/libphutil/scripts/build_xhpast.php lib/php/libphutil/scripts/daemon/exec/exec_daemon.php @@ -23,6 +23,7 @@ lib/php/libphutil/scripts/phutil_rebuild lib/php/libphutil/scripts/phutil_symbols.php lib/php/libphutil/scripts/sandpit/harden_directory.php lib/php/libphutil/scripts/test/deferred_log.php +lib/php/libphutil/scripts/test/highlight.php lib/php/libphutil/scripts/test/http.php lib/php/libphutil/scripts/test/interactive_editor.php lib/php/libphutil/scripts/test/lipsum.php @@ -51,6 +52,7 @@ lib/php/libphutil/src/aphront/storage/ex lib/php/libphutil/src/aphront/storage/exception/AphrontCountQueryException.php lib/php/libphutil/src/aphront/storage/exception/AphrontDeadlockQueryException.php lib/php/libphutil/src/aphront/storage/exception/AphrontDuplicateKeyQueryException.php +lib/php/libphutil/src/aphront/storage/exception/AphrontLockTimeoutQueryException.php lib/php/libphutil/src/aphront/storage/exception/AphrontNotSupportedQueryException.php lib/php/libphutil/src/aphront/storage/exception/AphrontObjectMissingQueryException.php lib/php/libphutil/src/aphront/storage/exception/AphrontParameterQueryException.php @@ -115,7 +117,6 @@ lib/php/libphutil/src/console/PhutilCons lib/php/libphutil/src/console/PhutilConsoleServer.php lib/php/libphutil/src/console/PhutilConsoleServerChannel.php lib/php/libphutil/src/console/PhutilConsoleStdinNotInteractiveException.php -lib/php/libphutil/src/console/PhutilConsoleTable.php lib/php/libphutil/src/console/PhutilInteractiveEditor.php lib/php/libphutil/src/console/__tests__/PhutilConsoleWrapTestCase.php lib/php/libphutil/src/console/__tests__/wrap/long.txt @@ -129,9 +130,15 @@ lib/php/libphutil/src/console/__tests__/ lib/php/libphutil/src/console/__tests__/wrap/utf8.txt lib/php/libphutil/src/console/__tests__/wrap/utf8.txt.expect lib/php/libphutil/src/console/format.php +lib/php/libphutil/src/console/view/PhutilConsoleBlock.php +lib/php/libphutil/src/console/view/PhutilConsoleConcatenatedView.php +lib/php/libphutil/src/console/view/PhutilConsoleList.php +lib/php/libphutil/src/console/view/PhutilConsoleTable.php +lib/php/libphutil/src/console/view/PhutilConsoleView.php lib/php/libphutil/src/daemon/PhutilDaemon.php lib/php/libphutil/src/daemon/PhutilDaemonHandle.php lib/php/libphutil/src/daemon/PhutilDaemonOverseer.php +lib/php/libphutil/src/daemon/PhutilDaemonOverseerModule.php lib/php/libphutil/src/daemon/torture/PhutilExcessiveServiceCallsDaemon.php lib/php/libphutil/src/daemon/torture/PhutilFatalDaemon.php lib/php/libphutil/src/daemon/torture/PhutilHangForeverDaemon.php @@ -246,14 +253,18 @@ lib/php/libphutil/src/internationalizati lib/php/libphutil/src/internationalization/locales/PhutilAllCapsEnglishLocale.php lib/php/libphutil/src/internationalization/locales/PhutilBritishEnglishLocale.php lib/php/libphutil/src/internationalization/locales/PhutilCzechLocale.php +lib/php/libphutil/src/internationalization/locales/PhutilKoreanLocale.php +lib/php/libphutil/src/internationalization/locales/PhutilPirateEnglishLocale.php lib/php/libphutil/src/internationalization/locales/PhutilRawEnglishLocale.php lib/php/libphutil/src/internationalization/locales/PhutilUSEnglishLocale.php lib/php/libphutil/src/internationalization/locales/PhutilVeryWowEnglishLocale.php lib/php/libphutil/src/internationalization/pht.php +lib/php/libphutil/src/internationalization/translation/LibphutilUSEnglishTranslation.php lib/php/libphutil/src/ip/PhutilCIDRBlock.php lib/php/libphutil/src/ip/PhutilCIDRList.php lib/php/libphutil/src/ip/PhutilIPAddress.php lib/php/libphutil/src/ip/__tests__/PhutilIPAddressTestCase.php +lib/php/libphutil/src/lexer/PhutilJSONFragmentLexer.php lib/php/libphutil/src/lexer/PhutilLexer.php lib/php/libphutil/src/lexer/PhutilPHPFragmentLexer.php lib/php/libphutil/src/lexer/PhutilPythonFragmentLexer.php @@ -298,6 +309,7 @@ lib/php/libphutil/src/markup/engine/__te lib/php/libphutil/src/markup/engine/__tests__/remarkup/entities.txt lib/php/libphutil/src/markup/engine/__tests__/remarkup/header-skip.txt lib/php/libphutil/src/markup/engine/__tests__/remarkup/headers.txt +lib/php/libphutil/src/markup/engine/__tests__/remarkup/highlight.txt lib/php/libphutil/src/markup/engine/__tests__/remarkup/horizonal-rule.txt lib/php/libphutil/src/markup/engine/__tests__/remarkup/important.txt lib/php/libphutil/src/markup/engine/__tests__/remarkup/interpreter-test.txt @@ -342,6 +354,7 @@ lib/php/libphutil/src/markup/engine/__te lib/php/libphutil/src/markup/engine/__tests__/remarkup/percent-block-adjacent.txt lib/php/libphutil/src/markup/engine/__tests__/remarkup/percent-block-multiline.txt lib/php/libphutil/src/markup/engine/__tests__/remarkup/percent-block-oneline.txt +lib/php/libphutil/src/markup/engine/__tests__/remarkup/quoted-angry.txt lib/php/libphutil/src/markup/engine/__tests__/remarkup/quoted-code-block.txt lib/php/libphutil/src/markup/engine/__tests__/remarkup/quotes.txt lib/php/libphutil/src/markup/engine/__tests__/remarkup/raw-escape.txt @@ -378,6 +391,7 @@ lib/php/libphutil/src/markup/engine/rema lib/php/libphutil/src/markup/engine/remarkup/markuprule/PhutilRemarkupDelRule.php lib/php/libphutil/src/markup/engine/remarkup/markuprule/PhutilRemarkupDocumentLinkRule.php lib/php/libphutil/src/markup/engine/remarkup/markuprule/PhutilRemarkupEscapeRemarkupRule.php +lib/php/libphutil/src/markup/engine/remarkup/markuprule/PhutilRemarkupHighlightRule.php lib/php/libphutil/src/markup/engine/remarkup/markuprule/PhutilRemarkupHyperlinkRule.php lib/php/libphutil/src/markup/engine/remarkup/markuprule/PhutilRemarkupItalicRule.php lib/php/libphutil/src/markup/engine/remarkup/markuprule/PhutilRemarkupLinebreaksRule.php @@ -398,8 +412,11 @@ lib/php/libphutil/src/markup/syntax/high lib/php/libphutil/src/markup/syntax/highlighter/PhutilSyntaxHighlighter.php lib/php/libphutil/src/markup/syntax/highlighter/PhutilSyntaxHighlighterException.php lib/php/libphutil/src/markup/syntax/highlighter/PhutilXHPASTSyntaxHighlighter.php +lib/php/libphutil/src/markup/syntax/highlighter/__tests__/PhutilJSONFragmentLexerHighlighterTestCase.php lib/php/libphutil/src/markup/syntax/highlighter/__tests__/PhutilPHPFragmentLexerHighlighterTestCase.php lib/php/libphutil/src/markup/syntax/highlighter/__tests__/PhutilXHPASTSyntaxHighlighterTestCase.php +lib/php/libphutil/src/markup/syntax/highlighter/__tests__/data/jsonfragment/basics.expect +lib/php/libphutil/src/markup/syntax/highlighter/__tests__/data/jsonfragment/basics.test lib/php/libphutil/src/markup/syntax/highlighter/__tests__/phpfragment/abuse.expect lib/php/libphutil/src/markup/syntax/highlighter/__tests__/phpfragment/abuse.test lib/php/libphutil/src/markup/syntax/highlighter/__tests__/phpfragment/basics.expect @@ -421,7 +438,7 @@ lib/php/libphutil/src/moduleutils/__test lib/php/libphutil/src/moduleutils/core.php lib/php/libphutil/src/moduleutils/moduleutils.php lib/php/libphutil/src/object/Phobject.php -lib/php/libphutil/src/object/__tests__/PhutilPhobjectTestCase.php +lib/php/libphutil/src/object/__tests__/PhobjectTestCase.php lib/php/libphutil/src/object/__tests__/PhutilTestPhobject.php lib/php/libphutil/src/parser/PhutilBugtraqParser.php lib/php/libphutil/src/parser/PhutilDocblockParser.php @@ -501,54 +518,43 @@ lib/php/libphutil/src/parser/generator/e lib/php/libphutil/src/parser/generator/exception/PhutilUnreachableRuleParserGeneratorException.php lib/php/libphutil/src/parser/generator/exception/PhutilUnreachableTerminalParserGeneratorException.php lib/php/libphutil/src/parser/xhpast/__tests__/PHPASTParserTestCase.php -lib/php/libphutil/src/parser/xhpast/__tests__/data/base-fail-parse.php.expect lib/php/libphutil/src/parser/xhpast/__tests__/data/base-fail-parse.php.test lib/php/libphutil/src/parser/xhpast/__tests__/data/base-fail-syntax.php.test -lib/php/libphutil/src/parser/xhpast/__tests__/data/base-pass.php.expect lib/php/libphutil/src/parser/xhpast/__tests__/data/base-pass.php.test +lib/php/libphutil/src/parser/xhpast/__tests__/data/namespace.php.test lib/php/libphutil/src/parser/xhpast/__tests__/data/php-access-on-instanciation-invalid.test -lib/php/libphutil/src/parser/xhpast/__tests__/data/php-access-on-instanciation.expect lib/php/libphutil/src/parser/xhpast/__tests__/data/php-access-on-instanciation.test -lib/php/libphutil/src/parser/xhpast/__tests__/data/php-array-dereference-2.expect lib/php/libphutil/src/parser/xhpast/__tests__/data/php-array-dereference-2.test -lib/php/libphutil/src/parser/xhpast/__tests__/data/php-array-dereference-3.expect lib/php/libphutil/src/parser/xhpast/__tests__/data/php-array-dereference-3.test -lib/php/libphutil/src/parser/xhpast/__tests__/data/php-array-dereference.expect lib/php/libphutil/src/parser/xhpast/__tests__/data/php-array-dereference.test -lib/php/libphutil/src/parser/xhpast/__tests__/data/php-binary-literal.php.expect lib/php/libphutil/src/parser/xhpast/__tests__/data/php-binary-literal.php.test -lib/php/libphutil/src/parser/xhpast/__tests__/data/php-callable-typehint.php.expect lib/php/libphutil/src/parser/xhpast/__tests__/data/php-callable-typehint.php.test lib/php/libphutil/src/parser/xhpast/__tests__/data/php-class-expr.php.test -lib/php/libphutil/src/parser/xhpast/__tests__/data/php-comments.php.expect lib/php/libphutil/src/parser/xhpast/__tests__/data/php-comments.php.test -lib/php/libphutil/src/parser/xhpast/__tests__/data/php-empty-heredoc.php.expect lib/php/libphutil/src/parser/xhpast/__tests__/data/php-empty-heredoc.php.test -lib/php/libphutil/src/parser/xhpast/__tests__/data/php-finally.php.expect lib/php/libphutil/src/parser/xhpast/__tests__/data/php-finally.php.test lib/php/libphutil/src/parser/xhpast/__tests__/data/php-foreach-list.php.test -lib/php/libphutil/src/parser/xhpast/__tests__/data/php-heredoc-terminal.php.expect lib/php/libphutil/src/parser/xhpast/__tests__/data/php-heredoc-terminal.php.test -lib/php/libphutil/src/parser/xhpast/__tests__/data/php-literal-index.php.expect lib/php/libphutil/src/parser/xhpast/__tests__/data/php-literal-index.php.test -lib/php/libphutil/src/parser/xhpast/__tests__/data/php-literals.php.expect lib/php/libphutil/src/parser/xhpast/__tests__/data/php-literals.php.test -lib/php/libphutil/src/parser/xhpast/__tests__/data/php-short-array.php.expect +lib/php/libphutil/src/parser/xhpast/__tests__/data/php-nested-quotes.test lib/php/libphutil/src/parser/xhpast/__tests__/data/php-short-array.php.test -lib/php/libphutil/src/parser/xhpast/__tests__/data/php-syntax.php.expect lib/php/libphutil/src/parser/xhpast/__tests__/data/php-syntax.php.test -lib/php/libphutil/src/parser/xhpast/__tests__/data/php-tags.php.expect lib/php/libphutil/src/parser/xhpast/__tests__/data/php-tags.php.test -lib/php/libphutil/src/parser/xhpast/__tests__/data/php-traits.php.expect lib/php/libphutil/src/parser/xhpast/__tests__/data/php-traits.php.test -lib/php/libphutil/src/parser/xhpast/__tests__/data/php-yield.php.expect lib/php/libphutil/src/parser/xhpast/__tests__/data/php-yield.php.test +lib/php/libphutil/src/parser/xhpast/__tests__/data/use.php.test +lib/php/libphutil/src/parser/xhpast/__tests__/data/yyinitdepth.php.test lib/php/libphutil/src/parser/xhpast/api/XHPASTNode.php lib/php/libphutil/src/parser/xhpast/api/XHPASTSyntaxErrorException.php lib/php/libphutil/src/parser/xhpast/api/XHPASTToken.php lib/php/libphutil/src/parser/xhpast/api/XHPASTTree.php lib/php/libphutil/src/parser/xhpast/api/__tests__/XHPASTNodeTestCase.php lib/php/libphutil/src/parser/xhpast/api/__tests__/XHPASTTreeTestCase.php +lib/php/libphutil/src/parser/xhpast/api/__tests__/namespace/braces.lint-test +lib/php/libphutil/src/parser/xhpast/api/__tests__/namespace/mixed.php.test +lib/php/libphutil/src/parser/xhpast/api/__tests__/namespace/namespace.lint-test +lib/php/libphutil/src/parser/xhpast/api/__tests__/namespace/no-namespace.lint-test lib/php/libphutil/src/parser/xhpast/bin/PhutilXHPASTBinary.php lib/php/libphutil/src/parser/xhpast/bin/xhpast.exe lib/php/libphutil/src/parser/xhpast/parser_nodes.php @@ -567,11 +573,13 @@ lib/php/libphutil/src/symbols/PhutilClas lib/php/libphutil/src/symbols/PhutilSymbolLoader.php lib/php/libphutil/src/symbols/exception/PhutilMissingSymbolException.php lib/php/libphutil/src/utils/AbstractDirectedGraph.php +lib/php/libphutil/src/utils/CaseInsensitiveArray.php lib/php/libphutil/src/utils/PhutilArray.php lib/php/libphutil/src/utils/PhutilArrayWithDefaultValue.php lib/php/libphutil/src/utils/PhutilBufferedIterator.php lib/php/libphutil/src/utils/PhutilCallbackFilterIterator.php lib/php/libphutil/src/utils/PhutilChunkedIterator.php +lib/php/libphutil/src/utils/PhutilCowsay.php lib/php/libphutil/src/utils/PhutilDirectedScalarGraph.php lib/php/libphutil/src/utils/PhutilEditDistanceMatrix.php lib/php/libphutil/src/utils/PhutilExampleBufferedIterator.php @@ -581,10 +589,12 @@ lib/php/libphutil/src/utils/PhutilRope.p lib/php/libphutil/src/utils/PhutilSystem.php lib/php/libphutil/src/utils/PhutilUTF8StringTruncator.php lib/php/libphutil/src/utils/__tests__/AbstractDirectedGraphTestCase.php +lib/php/libphutil/src/utils/__tests__/CaseInsensitiveArrayTestCase.php lib/php/libphutil/src/utils/__tests__/MFilterTestHelper.php lib/php/libphutil/src/utils/__tests__/PhutilArrayTestCase.php lib/php/libphutil/src/utils/__tests__/PhutilBufferedIteratorTestCase.php lib/php/libphutil/src/utils/__tests__/PhutilChunkedIteratorTestCase.php +lib/php/libphutil/src/utils/__tests__/PhutilCowsayTestCase.php lib/php/libphutil/src/utils/__tests__/PhutilEditDistanceMatrixTestCase.php lib/php/libphutil/src/utils/__tests__/PhutilLunarPhaseTestCase.php lib/php/libphutil/src/utils/__tests__/PhutilRopeTestCase.php @@ -592,6 +602,10 @@ lib/php/libphutil/src/utils/__tests__/Ph lib/php/libphutil/src/utils/__tests__/PhutilUTF8TestCase.php lib/php/libphutil/src/utils/__tests__/PhutilUtilsTestCase.php lib/php/libphutil/src/utils/__tests__/TestAbstractDirectedGraph.php +lib/php/libphutil/src/utils/__tests__/cowsay/cube.expect +lib/php/libphutil/src/utils/__tests__/cowsay/cube.test +lib/php/libphutil/src/utils/__tests__/cowsay/cube_perl.expect +lib/php/libphutil/src/utils/__tests__/cowsay/cube_perl.test lib/php/libphutil/src/utils/__tests__/memory/meminfo.ubuntu14.txt lib/php/libphutil/src/utils/__tests__/memory/vmstat.yosemite.txt lib/php/libphutil/src/utils/utf8.php @@ -602,6 +616,7 @@ lib/php/libphutil/src/xsprintf/PhutilQsp lib/php/libphutil/src/xsprintf/PhutilTerminalString.php lib/php/libphutil/src/xsprintf/__tests__/PhutilCsprintfTestCase.php lib/php/libphutil/src/xsprintf/__tests__/PhutilHgsprintfTestCase.php +lib/php/libphutil/src/xsprintf/__tests__/PhutilPregsprintfTestCase.php lib/php/libphutil/src/xsprintf/__tests__/PhutilTsprintfTestCase.php lib/php/libphutil/src/xsprintf/__tests__/PhutilUrisprintfTestCase.php lib/php/libphutil/src/xsprintf/csprintf.php @@ -609,6 +624,7 @@ lib/php/libphutil/src/xsprintf/exception lib/php/libphutil/src/xsprintf/hgsprintf.php lib/php/libphutil/src/xsprintf/jsprintf.php lib/php/libphutil/src/xsprintf/ldapsprintf.php +lib/php/libphutil/src/xsprintf/pregsprintf.php lib/php/libphutil/src/xsprintf/qsprintf.php lib/php/libphutil/src/xsprintf/queryfx.php lib/php/libphutil/src/xsprintf/tsprintf.php @@ -623,7 +639,6 @@ lib/php/libphutil/support/phutiltestlib/ lib/php/libphutil/support/xhpast/Makefile lib/php/libphutil/support/xhpast/README lib/php/libphutil/support/xhpast/ast.hpp -lib/php/libphutil/support/xhpast/astnode.cpp lib/php/libphutil/support/xhpast/astnode.hpp lib/php/libphutil/support/xhpast/generate_nodes.php lib/php/libphutil/support/xhpast/parser.y Modified: head/devel/phabricator/Makefile ============================================================================== --- head/devel/phabricator/Makefile Sun Dec 20 22:36:06 2015 (r404074) +++ head/devel/phabricator/Makefile Sun Dec 20 23:37:30 2015 (r404075) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= phabricator -PORTVERSION= 20150626 -PORTREVISION= 1 +PORTVERSION= 20151220 CATEGORIES= devel PKGNAMEPREFIX= php5- @@ -46,7 +45,7 @@ NO_BUILD= yes USE_RC_SUBR= phd SUB_FILES= pkg-message GH_ACCOUNT= phacility -GH_TAGNAME= cee1835 +GH_TAGNAME= 006321c PHP_DESTDIR= lib/php/phabricator Modified: head/devel/phabricator/distinfo ============================================================================== --- head/devel/phabricator/distinfo Sun Dec 20 22:36:06 2015 (r404074) +++ head/devel/phabricator/distinfo Sun Dec 20 23:37:30 2015 (r404075) @@ -1,2 +1,2 @@ -SHA256 (phabricator-20150626_GH0.tar.gz) = 090f7fbf3cde54fdffbbcd9fc81f394ebe2eabca5c1c9ab348e8fd92a8ad96ca -SIZE (phabricator-20150626_GH0.tar.gz) = 5754973 +SHA256 (phabricator-20151220_GH0.tar.gz) = 4a9dceec796e97ffa3055db3f0e85d41a157fa222e8f42d6685a3e6963a99ffa +SIZE (phabricator-20151220_GH0.tar.gz) = 8309244 Modified: head/devel/phabricator/pkg-plist ============================================================================== --- head/devel/phabricator/pkg-plist Sun Dec 20 22:36:06 2015 (r404074) +++ head/devel/phabricator/pkg-plist Sun Dec 20 23:37:30 2015 (r404075) @@ -15,6 +15,7 @@ lib/php/phabricator/bin/drydock lib/php/phabricator/bin/fact lib/php/phabricator/bin/feed lib/php/phabricator/bin/files +lib/php/phabricator/bin/garbage lib/php/phabricator/bin/harbormaster lib/php/phabricator/bin/hunks lib/php/phabricator/bin/i18n @@ -40,7 +41,160 @@ lib/php/phabricator/conf/local/README lib/php/phabricator/externals/JsShrink/jsShrink.php lib/php/phabricator/externals/JsShrink/readme.txt lib/php/phabricator/externals/amazon-ses/ses.php +lib/php/phabricator/externals/cowsay/ChangeLog +lib/php/phabricator/externals/cowsay/INSTALL +lib/php/phabricator/externals/cowsay/LICENSE +lib/php/phabricator/externals/cowsay/MANIFEST +lib/php/phabricator/externals/cowsay/README +lib/php/phabricator/externals/cowsay/Wrap.pm.diff +lib/php/phabricator/externals/cowsay/cows/bunny.cow +lib/php/phabricator/externals/cowsay/cows/cower.cow +lib/php/phabricator/externals/cowsay/cows/daemon.cow +lib/php/phabricator/externals/cowsay/cows/default.cow +lib/php/phabricator/externals/cowsay/cows/dragon-and-cow.cow +lib/php/phabricator/externals/cowsay/cows/dragon.cow +lib/php/phabricator/externals/cowsay/cows/elephant.cow +lib/php/phabricator/externals/cowsay/cows/eyes.cow +lib/php/phabricator/externals/cowsay/cows/flaming-sheep.cow +lib/php/phabricator/externals/cowsay/cows/head-in.cow +lib/php/phabricator/externals/cowsay/cows/kitty.cow +lib/php/phabricator/externals/cowsay/cows/koala.cow +lib/php/phabricator/externals/cowsay/cows/meow.cow +lib/php/phabricator/externals/cowsay/cows/moofasa.cow +lib/php/phabricator/externals/cowsay/cows/moose.cow +lib/php/phabricator/externals/cowsay/cows/mutilated.cow +lib/php/phabricator/externals/cowsay/cows/satanic.cow +lib/php/phabricator/externals/cowsay/cows/sheep.cow +lib/php/phabricator/externals/cowsay/cows/skeleton.cow +lib/php/phabricator/externals/cowsay/cows/small.cow +lib/php/phabricator/externals/cowsay/cows/squirrel.cow +lib/php/phabricator/externals/cowsay/cows/stegosaurus.cow +lib/php/phabricator/externals/cowsay/cows/supermilker.cow +lib/php/phabricator/externals/cowsay/cows/surgery.cow +lib/php/phabricator/externals/cowsay/cows/turkey.cow +lib/php/phabricator/externals/cowsay/cows/turtle.cow +lib/php/phabricator/externals/cowsay/cows/tux.cow +lib/php/phabricator/externals/cowsay/cows/www.cow +lib/php/phabricator/externals/cowsay/cowsay +lib/php/phabricator/externals/cowsay/cowsay.1 +lib/php/phabricator/externals/cowsay/install.sh +lib/php/phabricator/externals/cowsay/pgp_public_key.txt lib/php/phabricator/externals/diff_match_patch/diff_match_patch.php +lib/php/phabricator/externals/figlet/.gitignore +lib/php/phabricator/externals/figlet/CHANGES +lib/php/phabricator/externals/figlet/FAQ +lib/php/phabricator/externals/figlet/LICENSE +lib/php/phabricator/externals/figlet/Makefile +lib/php/phabricator/externals/figlet/Makefile.tc +lib/php/phabricator/externals/figlet/README +lib/php/phabricator/externals/figlet/chkfont.6 +lib/php/phabricator/externals/figlet/chkfont.c +lib/php/phabricator/externals/figlet/crc.c +lib/php/phabricator/externals/figlet/crc.h +lib/php/phabricator/externals/figlet/figfont.txt +lib/php/phabricator/externals/figlet/figlet.6 +lib/php/phabricator/externals/figlet/figlet.c +lib/php/phabricator/externals/figlet/figlist +lib/php/phabricator/externals/figlet/figlist.6 +lib/php/phabricator/externals/figlet/figmagic +lib/php/phabricator/externals/figlet/fonts/646-ca.flc +lib/php/phabricator/externals/figlet/fonts/646-ca2.flc +lib/php/phabricator/externals/figlet/fonts/646-cn.flc +lib/php/phabricator/externals/figlet/fonts/646-cu.flc +lib/php/phabricator/externals/figlet/fonts/646-de.flc +lib/php/phabricator/externals/figlet/fonts/646-dk.flc +lib/php/phabricator/externals/figlet/fonts/646-es.flc +lib/php/phabricator/externals/figlet/fonts/646-es2.flc +lib/php/phabricator/externals/figlet/fonts/646-fr.flc +lib/php/phabricator/externals/figlet/fonts/646-gb.flc +lib/php/phabricator/externals/figlet/fonts/646-hu.flc +lib/php/phabricator/externals/figlet/fonts/646-irv.flc +lib/php/phabricator/externals/figlet/fonts/646-it.flc +lib/php/phabricator/externals/figlet/fonts/646-jp.flc +lib/php/phabricator/externals/figlet/fonts/646-kr.flc +lib/php/phabricator/externals/figlet/fonts/646-no.flc +lib/php/phabricator/externals/figlet/fonts/646-no2.flc +lib/php/phabricator/externals/figlet/fonts/646-pt.flc +lib/php/phabricator/externals/figlet/fonts/646-pt2.flc +lib/php/phabricator/externals/figlet/fonts/646-se.flc +lib/php/phabricator/externals/figlet/fonts/646-se2.flc +lib/php/phabricator/externals/figlet/fonts/646-yu.flc +lib/php/phabricator/externals/figlet/fonts/8859-2.flc +lib/php/phabricator/externals/figlet/fonts/8859-3.flc +lib/php/phabricator/externals/figlet/fonts/8859-4.flc +lib/php/phabricator/externals/figlet/fonts/8859-5.flc +lib/php/phabricator/externals/figlet/fonts/8859-7.flc +lib/php/phabricator/externals/figlet/fonts/8859-8.flc +lib/php/phabricator/externals/figlet/fonts/8859-9.flc +lib/php/phabricator/externals/figlet/fonts/banner.flf +lib/php/phabricator/externals/figlet/fonts/big.flf +lib/php/phabricator/externals/figlet/fonts/block.flf +lib/php/phabricator/externals/figlet/fonts/bubble.flf +lib/php/phabricator/externals/figlet/fonts/digital.flf +lib/php/phabricator/externals/figlet/fonts/frango.flc +lib/php/phabricator/externals/figlet/fonts/hz.flc +lib/php/phabricator/externals/figlet/fonts/ilhebrew.flc +lib/php/phabricator/externals/figlet/fonts/ivrit.flf +lib/php/phabricator/externals/figlet/fonts/jis0201.flc +lib/php/phabricator/externals/figlet/fonts/koi8r.flc +lib/php/phabricator/externals/figlet/fonts/lean.flf +lib/php/phabricator/externals/figlet/fonts/mini.flf +lib/php/phabricator/externals/figlet/fonts/mnemonic.flf +lib/php/phabricator/externals/figlet/fonts/moscow.flc +lib/php/phabricator/externals/figlet/fonts/script.flf +lib/php/phabricator/externals/figlet/fonts/shadow.flf +lib/php/phabricator/externals/figlet/fonts/slant.flf +lib/php/phabricator/externals/figlet/fonts/small.flf +lib/php/phabricator/externals/figlet/fonts/smscript.flf +lib/php/phabricator/externals/figlet/fonts/smshadow.flf +lib/php/phabricator/externals/figlet/fonts/smslant.flf +lib/php/phabricator/externals/figlet/fonts/standard.flf +lib/php/phabricator/externals/figlet/fonts/term.flf +lib/php/phabricator/externals/figlet/fonts/upper.flc +lib/php/phabricator/externals/figlet/fonts/ushebrew.flc +lib/php/phabricator/externals/figlet/fonts/uskata.flc +lib/php/phabricator/externals/figlet/fonts/utf8.flc *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Sun Dec 20 23:45:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A7F2A4ED72; Sun, 20 Dec 2015 23:45:00 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CA8E103C; Sun, 20 Dec 2015 23:45:00 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBKNixZi020065; Sun, 20 Dec 2015 23:44:59 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBKNixWb020063; Sun, 20 Dec 2015 23:44:59 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201512202344.tBKNixWb020063@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 20 Dec 2015 23:44:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404076 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 23:45:00 -0000 Author: novel Date: Sun Dec 20 23:44:59 2015 New Revision: 404076 URL: https://svnweb.freebsd.org/changeset/ports/404076 Log: Document libvirt vulnerability Security: CVE-2015-5313 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Dec 20 23:37:30 2015 (r404075) +++ head/security/vuxml/vuln.xml Sun Dec 20 23:44:59 2015 (r404076) @@ -58,6 +58,54 @@ Notes: --> + + libvirt -- ACL bypass using ../ to access beyond storage pool + + + libvirt + 1.1.01.2.19_2 + 1.2.201.3.0 + + + + +

Libvit development team reports:

+
+

Various virStorageVol* API operate on user-supplied volume names by + concatenating the volume name to the pool location. Note that the + virStoragePoolListVolumes API, when used on a storage pool backed by + a directory in a file system, will only list volumes immediately in + that directory (there is no traversal into subdirectories). However, + other APIs such as virStorageVolCreateXML were not checking if a + potential volume name represented one of the volumes that could be + returned by virStoragePoolListVolumes; because they were not rejecting + the use of '/' in a volume name.

+

Because no checking was done on volume names, a user could supply + a potential volume name of something like '../../../etc/passwd' to + attempt to access a file not belonging to the storage pool. When + fine-grained Access Control Lists (ACL) are in effect, a user with + storage_vol:create ACL permission but lacking domain:write permssion + could thus abuse virStorageVolCreateXML and similar APIs to gain + access to files not normally permitted to that user. Fortunately, it + appears that the only APIs that could leak information or corrupt + files require read-write connection to libvirtd; and when ACLs are not + in use (the default without any further configuration), a user with + read-write access can already be considered to have full access to the + machine, and without an escalation of privilege there is no security + problem.

+
+ +
+ + CVE-2015-5313 + http://security.libvirt.org/2015/0004.html + + + 2015-10-30 + 2015-12-20 + +
+ samba -- multiple vulnerabilities From owner-svn-ports-head@freebsd.org Mon Dec 21 00:41:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B6DBA4EFDA; Mon, 21 Dec 2015 00:41:31 +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 F3CFD1BCF; Mon, 21 Dec 2015 00:41:30 +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 tBL0fUTW037448; Mon, 21 Dec 2015 00:41:30 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBL0fTXm037446; Mon, 21 Dec 2015 00:41:29 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201512210041.tBL0fTXm037446@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Mon, 21 Dec 2015 00:41:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404079 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 00:41:31 -0000 Author: junovitch Date: Mon Dec 21 00:41:29 2015 New Revision: 404079 URL: https://svnweb.freebsd.org/changeset/ports/404079 Log: Revise Moodle multiple security vulnerabilities from r401745 to reflect recently published advisory Security: https://vuxml.FreeBSD.org/freebsd/82b3ca2a-8c07-11e5-bd18-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Dec 21 00:21:53 2015 (r404078) +++ head/security/vuxml/vuln.xml Mon Dec 21 00:41:29 2015 (r404079) @@ -2148,11 +2148,21 @@ Notes:

Moodle Release Notes report:

-
-

A number of security related issues were resolved. Details of - these issues will be released after a period of approximately one - week to allow system administrators to safely update to the latest - version.

+
+

MSA-15-0037 Possible to send a message to a user who blocked + messages from non contacts

+

MSA-15-0038 DDoS possibility in Atto

+

MSA-15-0039 CSRF in site registration form

+

MSA-15-0040 Student XSS in survey

+

MSA-15-0041 XSS in flash video player

+

MSA-15-0042 CSRF in lesson login form

+

MSA-15-0043 Web service core_enrol_get_enrolled_users does not + respect course group mode

+

MSA-15-0044 Capability to view available badges is not + respected

+

MSA-15-0045 SCORM module allows to bypass access restrictions based + on date

+

MSA-15-0046 Choice module closing date can be bypassed

@@ -2164,6 +2174,7 @@ Notes: 2015-11-09 2015-11-16 + 2015-12-21 From owner-svn-ports-head@freebsd.org Mon Dec 21 01:40:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 124ABA4D060; Mon, 21 Dec 2015 01:40:46 +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 D6ED710D3; Mon, 21 Dec 2015 01:40:45 +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 tBL1eivt054285; Mon, 21 Dec 2015 01:40:44 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBL1eiUh054283; Mon, 21 Dec 2015 01:40:44 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201512210140.tBL1eiUh054283@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 21 Dec 2015 01:40:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404080 - in head: Mk editors/lazarus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 01:40:46 -0000 Author: marino Date: Mon Dec 21 01:40:44 2015 New Revision: 404080 URL: https://svnweb.freebsd.org/changeset/ports/404080 Log: FPC framework: Use generic buildname to support DragonFly Modified: head/Mk/bsd.fpc.mk head/editors/lazarus/Makefile Modified: head/Mk/bsd.fpc.mk ============================================================================== --- head/Mk/bsd.fpc.mk Mon Dec 21 00:41:29 2015 (r404079) +++ head/Mk/bsd.fpc.mk Mon Dec 21 01:40:44 2015 (r404080) @@ -62,7 +62,7 @@ ONLY_FOR_ARCHS_REASON= not yet ported to BUILD_DEPENDS+= ${PPNAME}:${PORTSDIR}/lang/fpc -BUILDNAME= ${FPC_ARCH}-freebsd +BUILDNAME= ${FPC_ARCH}-${OPSYS:tl} UNITSDIR= ${LOCALBASE}/lib/fpc/${FPC_VER}/units/${BUILDNAME} MKINSTDIR= ${LOCALBASE}/lib/fpc/${FPC_VER}/fpmkinst/${BUILDNAME} Modified: head/editors/lazarus/Makefile ============================================================================== --- head/editors/lazarus/Makefile Mon Dec 21 00:41:29 2015 (r404079) +++ head/editors/lazarus/Makefile Mon Dec 21 01:40:44 2015 (r404080) @@ -50,7 +50,7 @@ LAZARUS_ARCH= i386 LAZARUS_ARCH= x86_64 .endif -BUILDNAME= ${LAZARUS_ARCH}-freebsd +BUILDNAME= ${LAZARUS_ARCH}-${OPSYS:tl} LCL_UNITS_DIR= ${LOCALBASE}/share/${PORTNAME}-${PORTVERSION}/lcl/units/${BUILDNAME} .if !defined(PKGNAMESUFFIX) From owner-svn-ports-head@freebsd.org Mon Dec 21 01:48:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5E8BA4D5CB; Mon, 21 Dec 2015 01:48:17 +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 A7E3B1607; Mon, 21 Dec 2015 01:48:17 +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 tBL1mGFW055303; Mon, 21 Dec 2015 01:48:16 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBL1mGsr055301; Mon, 21 Dec 2015 01:48:16 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201512210148.tBL1mGsr055301@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 21 Dec 2015 01:48:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404081 - head/www/moodle30 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 01:48:17 -0000 Author: wen Date: Mon Dec 21 01:48:16 2015 New Revision: 404081 URL: https://svnweb.freebsd.org/changeset/ports/404081 Log: - Update to 3.0.1 Modified: head/www/moodle30/Makefile head/www/moodle30/distinfo Modified: head/www/moodle30/Makefile ============================================================================== --- head/www/moodle30/Makefile Mon Dec 21 01:40:44 2015 (r404080) +++ head/www/moodle30/Makefile Mon Dec 21 01:48:16 2015 (r404081) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.0 -PORTREVISION= 1 +PORTVERSION= 3.0.1 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable30/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} Modified: head/www/moodle30/distinfo ============================================================================== --- head/www/moodle30/distinfo Mon Dec 21 01:40:44 2015 (r404080) +++ head/www/moodle30/distinfo Mon Dec 21 01:48:16 2015 (r404081) @@ -1,2 +1,2 @@ -SHA256 (moodle-3.0.tgz) = bd7b4df293ea04d857093e328a05cc85514dfe6a58614dfac24ac92e1dd55380 -SIZE (moodle-3.0.tgz) = 37986599 +SHA256 (moodle-3.0.1.tgz) = 3570ea84acd02d33b31cc013b700cbc14a69426302104fdb6826a240fe86b704 +SIZE (moodle-3.0.1.tgz) = 38019687 From owner-svn-ports-head@freebsd.org Mon Dec 21 01:52:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04EB8A4D8B4; Mon, 21 Dec 2015 01:52:43 +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 C66B91B7B; Mon, 21 Dec 2015 01:52:42 +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 tBL1qf6d058112; Mon, 21 Dec 2015 01:52:41 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBL1qfFj058110; Mon, 21 Dec 2015 01:52:41 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201512210152.tBL1qfFj058110@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 21 Dec 2015 01:52:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404082 - in head/www: moodle28 moodle29 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 01:52:43 -0000 Author: wen Date: Mon Dec 21 01:52:41 2015 New Revision: 404082 URL: https://svnweb.freebsd.org/changeset/ports/404082 Log: - Adjust CONFLICTS Modified: head/www/moodle28/Makefile head/www/moodle29/Makefile Modified: head/www/moodle28/Makefile ============================================================================== --- head/www/moodle28/Makefile Mon Dec 21 01:48:16 2015 (r404081) +++ head/www/moodle28/Makefile Mon Dec 21 01:52:41 2015 (r404082) @@ -15,7 +15,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/intl.so:${PORTSDIR}/devel/pecl-intl RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/intl.so:${PORTSDIR}/devel/pecl-intl -CONFLICTS= moodle30-3.0 moodle29-2.9.[0-9]* +CONFLICTS= moodle30-3.0.[0-9]* moodle29-2.9.[0-9]* USES= cpe tar:tgz USE_PHP= session gd pcre mbstring iconv tokenizer curl xml xmlrpc ctype \ Modified: head/www/moodle29/Makefile ============================================================================== --- head/www/moodle29/Makefile Mon Dec 21 01:48:16 2015 (r404081) +++ head/www/moodle29/Makefile Mon Dec 21 01:52:41 2015 (r404082) @@ -15,7 +15,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/intl.so:${PORTSDIR}/devel/pecl-intl RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/intl.so:${PORTSDIR}/devel/pecl-intl -CONFLICTS= moodle30-3.0 moodle28-2.8.[0-9]* +CONFLICTS= moodle30-3.0.[0-9]* moodle28-2.8.[0-9]* USES= cpe tar:tgz USE_PHP= session gd pcre mbstring iconv tokenizer curl xml xmlrpc ctype \ From owner-svn-ports-head@freebsd.org Mon Dec 21 02:12:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE48CA4E3E9; Mon, 21 Dec 2015 02:12:58 +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 9B82F1486; Mon, 21 Dec 2015 02:12:58 +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 tBL2CvZC063785; Mon, 21 Dec 2015 02:12:57 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBL2CvNJ063784; Mon, 21 Dec 2015 02:12:57 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201512210212.tBL2CvNJ063784@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 21 Dec 2015 02:12:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404083 - head/lang/fpc-base X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 02:12:58 -0000 Author: marino Date: Mon Dec 21 02:12:57 2015 New Revision: 404083 URL: https://svnweb.freebsd.org/changeset/ports/404083 Log: lang/fpc-base: Re-enable docs run dependency I forgot that this dependency was suppressed during 3.0.0 ports development. Modified: head/lang/fpc-base/Makefile Modified: head/lang/fpc-base/Makefile ============================================================================== --- head/lang/fpc-base/Makefile Mon Dec 21 01:52:41 2015 (r404082) +++ head/lang/fpc-base/Makefile Mon Dec 21 02:12:57 2015 (r404083) @@ -3,6 +3,7 @@ PORTNAME= base PORTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= lang PKGNAMEPREFIX= fpc- @@ -15,7 +16,6 @@ WANT_FPC_BASE= yes OPTIONS_DEFINE= DOCS -# docs not available yet, disable temporarily -#DOCS_RUN_DEPENDS= ${LOCALBASE}/share/doc/fpdocs-${PORTVERSION}/user.pdf:${PORTSDIR}/lang/fpc-docs +DOCS_RUN_DEPENDS= ${LOCALBASE}/share/doc/fpdocs-${PORTVERSION}/user.pdf:${PORTSDIR}/lang/fpc-docs .include From owner-svn-ports-head@freebsd.org Mon Dec 21 03:37:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8510FA4EE6C; Mon, 21 Dec 2015 03:37:46 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 53C82143C; Mon, 21 Dec 2015 03:37:46 +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 tBL3bjrE087672; Mon, 21 Dec 2015 03:37:45 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBL3bjst087670; Mon, 21 Dec 2015 03:37:45 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201512210337.tBL3bjst087670@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 21 Dec 2015 03:37:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404084 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 03:37:46 -0000 Author: adamw Date: Mon Dec 21 03:37:45 2015 New Revision: 404084 URL: https://svnweb.freebsd.org/changeset/ports/404084 Log: Update to 6.38. 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 Mon Dec 21 02:12:57 2015 (r404083) +++ head/www/p5-Mojolicious/Makefile Mon Dec 21 03:37:45 2015 (r404084) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 6.37 +PORTVERSION= 6.38 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Mon Dec 21 02:12:57 2015 (r404083) +++ head/www/p5-Mojolicious/distinfo Mon Dec 21 03:37:45 2015 (r404084) @@ -1,2 +1,2 @@ -SHA256 (Mojolicious-6.37.tar.gz) = 17aeba9e2a14754c1028b6119c613901899ba2dad40d881a3516e01757018c66 -SIZE (Mojolicious-6.37.tar.gz) = 653974 +SHA256 (Mojolicious-6.38.tar.gz) = 6c53b721ead7520cf4786724717cadf87dadc1872416c3816fe2049e119c7bbe +SIZE (Mojolicious-6.38.tar.gz) = 654642 From owner-svn-ports-head@freebsd.org Mon Dec 21 09:57:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D142CA4D5EA; Mon, 21 Dec 2015 09:57:35 +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 8F48E1098; Mon, 21 Dec 2015 09:57:35 +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 tBL9vYmi096873; Mon, 21 Dec 2015 09:57:34 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBL9vYpZ096868; Mon, 21 Dec 2015 09:57:34 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201512210957.tBL9vYpZ096868@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 21 Dec 2015 09:57:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404085 - in head/lang/fpc: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 09:57:36 -0000 Author: marino Date: Mon Dec 21 09:57:34 2015 New Revision: 404085 URL: https://svnweb.freebsd.org/changeset/ports/404085 Log: lang/fpc: Restore DragonFly support FPC cannot use the gold linker. Gold requires that the linker script have the --script flag passed, but doing so will break FreePascal (the flags causes the internal linker to be bypassed). Since DragonFly switches linkers through the environment and it's not clear how to set that, I've hardcoded the linker path for DragonFly for now. Also, we must avoid using Gold for the bootstrap compiler (which has not been hardcoded) so passing LDVER=ld.bfd during the bootstrap stage is necessary to guarantee this. FreeBSD doesn't use this variable so its harmless on that OPSYS. The other major fix was fixing the dirent record which differs on DragonFly. This is why unit searching has always failed. All patches will be submitted upstream. This should be a no-op for FreeBSD, thus no bump. Added: head/lang/fpc/files/patch-compiler_cfileutl.pas (contents, props changed) head/lang/fpc/files/patch-compiler_systems_t__bsd.pas (contents, props changed) head/lang/fpc/files/patch-rtl_bsd_ossysc.inc (contents, props changed) head/lang/fpc/files/patch-rtl_bsd_ostypes.inc (contents, props changed) Modified: head/lang/fpc/Makefile Modified: head/lang/fpc/Makefile ============================================================================== --- head/lang/fpc/Makefile Mon Dec 21 03:37:45 2015 (r404084) +++ head/lang/fpc/Makefile Mon Dec 21 09:57:34 2015 (r404085) @@ -115,7 +115,7 @@ do-build: # build fpc compiler @${ECHO_MSG} "##### STARTING COMPILER #####" (cd ${WRKDIR}/${FPCSRCDIR}/compiler && ${SETENV} ${MAKE_ENV} \ - ${MAKE_CMD} cycle ${MAKE_ARGS} ${BOOTPPC}) + LDVER=ld.bfd ${MAKE_CMD} cycle ${MAKE_ARGS} ${BOOTPPC}) @${ECHO_MSG} "##### COMPLETE COMPILER #####" # build fpcmkcfg Added: head/lang/fpc/files/patch-compiler_cfileutl.pas ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/fpc/files/patch-compiler_cfileutl.pas Mon Dec 21 09:57:34 2015 (r404085) @@ -0,0 +1,12 @@ +--- compiler/cfileutl.pas.orig 2015-11-13 21:15:29 UTC ++++ compiler/cfileutl.pas +@@ -23,9 +23,7 @@ unit cfileutl; + + {$i fpcdefs.inc} + +-{$ifndef DragonFly} + {$define usedircache} +-{$endif DragonFly} + + interface + Added: head/lang/fpc/files/patch-compiler_systems_t__bsd.pas ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/fpc/files/patch-compiler_systems_t__bsd.pas Mon Dec 21 09:57:34 2015 (r404085) @@ -0,0 +1,23 @@ +--- compiler/systems/t_bsd.pas.orig 2015-11-13 21:15:29 UTC ++++ compiler/systems/t_bsd.pas +@@ -192,6 +192,8 @@ begin + DynamicLinker:='/usr/libexec/ld.so' + else if target_info.system in systems_netbsd then + DynamicLinker:='/usr/libexec/ld.elf_so' ++ else if target_info.system=system_x86_64_dragonfly then ++ DynamicLinker:='/libexec/ld-elf.so.2' + else + DynamicLinker:=''; + end; +@@ -718,7 +720,10 @@ begin + Replace(cmdstr,'$DYNLINK',DynLinkStr); + if (target_info.system in systems_darwin) then + Replace(cmdstr,'$PRTOBJ',GetDarwinPrtobjName(false)); +- BinStr:=FindUtil(utilsprefix+BinStr); ++ if target_info.system=system_x86_64_dragonfly then ++ BinStr:='/usr/libexec/binutils225/elf/ld.bfd' ++ else ++ BinStr:=FindUtil(utilsprefix+BinStr); + + { create dsym file? } + extdbgbinstr:=''; Added: head/lang/fpc/files/patch-rtl_bsd_ossysc.inc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/fpc/files/patch-rtl_bsd_ossysc.inc Mon Dec 21 09:57:34 2015 (r404085) @@ -0,0 +1,14 @@ +--- rtl/bsd/ossysc.inc.orig 2015-11-13 21:15:29 UTC ++++ rtl/bsd/ossysc.inc +@@ -282,7 +282,11 @@ begin + repeat + novalid:=false; + CurEntry:=pdirent(dirp^.dd_rewind); ++{$ifdef dragonfly} ++ RecLen:=(CurEntry^.d_namlen + 24) and $FFFFFFF8; ++{$else} + RecLen:=CurEntry^.d_reclen; ++{$endif} + if RecLen<>0 Then + begin {valid direntry?} + if CurEntry^.d_fileno<>0 then Added: head/lang/fpc/files/patch-rtl_bsd_ostypes.inc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/fpc/files/patch-rtl_bsd_ostypes.inc Mon Dec 21 09:57:34 2015 (r404085) @@ -0,0 +1,27 @@ +--- rtl/bsd/ostypes.inc.orig 2015-11-13 21:15:29 UTC ++++ rtl/bsd/ostypes.inc +@@ -145,6 +145,16 @@ TYPE + + { directory services } + {$ifndef darwinarm} ++{$ifdef dragonfly} ++ dirent = record ++ d_fileno : ino_t; // file number of entry ++ d_namlen : cuint16; // strlen (d_name) ++ d_type : cuint8; // file type, see below ++ d_unused1 : cuint8; // padding, reserved ++ d_unused2 : cuint32; // reserved ++ d_name : array[0..255] of char; // name, null terminated ++ end; ++{$else} + dirent = record + d_fileno : cuint32; // file number of entry + d_reclen : cuint16; // length of this record +@@ -152,6 +162,7 @@ TYPE + d_namlen : cuint8; // length of string in d_name + d_name : array[0..(255 + 1)-1] of char; // name must be no longer than this + end; ++{$endif} + {$else not darwinarm} + {$packrecords 4} + { available on Mac OS X 10.6 and later, and used by all iPhoneOS versions } From owner-svn-ports-head@freebsd.org Mon Dec 21 10:18:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B9F1A4E213; Mon, 21 Dec 2015 10:18:39 +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 54D1A19CF; Mon, 21 Dec 2015 10:18:39 +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 tBLAIc78002847; Mon, 21 Dec 2015 10:18:38 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLAIcFZ002845; Mon, 21 Dec 2015 10:18:38 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201512211018.tBLAIcFZ002845@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 21 Dec 2015 10:18:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404086 - in head: devel/fpc-bfd lang/fpc-units X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 10:18:39 -0000 Author: marino Date: Mon Dec 21 10:18:38 2015 New Revision: 404086 URL: https://svnweb.freebsd.org/changeset/ports/404086 Log: lang/fpc-units, devel/fpc-bfd: Use binutils instead of ancient libbfd Currently, lang/fpc-bfd can't be installed if devel/binutils is already on the system. Given that this is a requirement for lang/gcc and other big patches, chances are there will be a conflict. Resolve the problem by making devel/fpc-bfd depend on devel/binutils instead. This also allows the BFD option on FreeBSD9 to be re-enabled. Modified: head/devel/fpc-bfd/Makefile head/lang/fpc-units/Makefile Modified: head/devel/fpc-bfd/Makefile ============================================================================== --- head/devel/fpc-bfd/Makefile Mon Dec 21 09:57:34 2015 (r404085) +++ head/devel/fpc-bfd/Makefile Mon Dec 21 10:18:38 2015 (r404086) @@ -17,6 +17,6 @@ OPTIONS_DEFINE= LIBBFD LIBBFD_DESC= Install Universal BFD library from GNU binutils OPTIONS_DEFAULT= LIBBFD -LIBBFD_RUN_DEPENDS= ${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/libbfd +LIBBFD_RUN_DEPENDS= ${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/binutils .include "${MASTERDIR}/Makefile" Modified: head/lang/fpc-units/Makefile ============================================================================== --- head/lang/fpc-units/Makefile Mon Dec 21 09:57:34 2015 (r404085) +++ head/lang/fpc-units/Makefile Mon Dec 21 10:18:38 2015 (r404086) @@ -3,6 +3,7 @@ PORTNAME= units PORTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= lang PKGNAMEPREFIX= fpc- @@ -14,7 +15,7 @@ USES= metaport BUILDNAME= ${ARCH}-${OPSYS:tl} -ALL_OPTIONS= A52 ASPELL BZIP2 CAIRO CHM DBLIB DBUS DTS FASTCGI \ +ALL_OPTIONS= A52 ASPELL BFD BZIP2 CAIRO CHM DBLIB DBUS DTS FASTCGI \ FCL_ASYNC FCL_BASE FCL_DB FCL_EXTRA FCL_FPCUNIT FCL_IMAGE \ FCL_JS FCL_JSON FCL_NET FCL_PASSRC FCL_REGISTRY FCL_RES \ FCL_SDO FCL_SOUND FCL_STL FCL_WEB FCL_XML FFTW \ @@ -25,7 +26,7 @@ ALL_OPTIONS= A52 ASPELL BZIP2 CAIRO CHM RTL_EXTRA RTL_OBJPAS RTL_UNICODE SDL SVGALIB SYMBOLIC \ SYSLOG TCL UNZIP USERS UTMP UUID X11 XFORMS ZLIB -OPTIONS_DEFINE:= ${ALL_OPTIONS} BFD +OPTIONS_DEFINE:= ${ALL_OPTIONS} OPTIONS_DEFAULT:= ${ALL_OPTIONS} A52_DESC= Interface to a52 library @@ -104,12 +105,6 @@ X11_DESC= Interface to X windows server XFORMS_DESC= Interface to X-Forms ZLIB_DESC= Interface to the zlib compression library -.if !exists(/usr/include/lwres) # directory only exists on FreeBSD 9 -# On FreeBSD 9, CAIRO is built with GCC which pulls in binutils -# binutils and BFD conflict, so BFD and CAIRO cannot coexist on F9 -OPTIONS_DEFAULT+= BFD -.endif - .include UNITS_SELECTED= From owner-svn-ports-head@freebsd.org Mon Dec 21 10:42:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74C68A4EEB1; Mon, 21 Dec 2015 10:42: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 454B613B1; Mon, 21 Dec 2015 10:42: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 tBLAgfKM011157; Mon, 21 Dec 2015 10:42:41 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLAgfDU011156; Mon, 21 Dec 2015 10:42:41 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201512211042.tBLAgfDU011156@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 21 Dec 2015 10:42:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404087 - head/devel/fpc-bfd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 10:42:42 -0000 Author: marino Date: Mon Dec 21 10:42:41 2015 New Revision: 404087 URL: https://svnweb.freebsd.org/changeset/ports/404087 Log: Bump lang/fpc-bfd: runtime depends changed The previous dependency was on version 2.19, and now fpc-bsd depends on version 2.25.1. It should have been bumped previously. Modified: head/devel/fpc-bfd/Makefile Modified: head/devel/fpc-bfd/Makefile ============================================================================== --- head/devel/fpc-bfd/Makefile Mon Dec 21 10:18:38 2015 (r404086) +++ head/devel/fpc-bfd/Makefile Mon Dec 21 10:42:41 2015 (r404087) @@ -3,6 +3,7 @@ CATEGORIES= devel lang PKGNAMESUFFIX= -bfd +PORTREVISION= 1 MAINTAINER= freebsd-fpc@FreeBSD.org COMMENT= Free Pascal interface for the GNU Binary Format description From owner-svn-ports-head@freebsd.org Mon Dec 21 11:03:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FC20A4DCC8; Mon, 21 Dec 2015 11:03:29 +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 509E01002; Mon, 21 Dec 2015 11:03:29 +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 tBLB3SxS017184; Mon, 21 Dec 2015 11:03:28 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLB3SBn017183; Mon, 21 Dec 2015 11:03:28 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201512211103.tBLB3SBn017183@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 21 Dec 2015 11:03:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404088 - head/games/hedgewars X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 11:03:29 -0000 Author: marino Date: Mon Dec 21 11:03:28 2015 New Revision: 404088 URL: https://svnweb.freebsd.org/changeset/ports/404088 Log: games/hedgewars: Unbreak after upgrade to FPC 3.0.0 Modified: head/games/hedgewars/Makefile Modified: head/games/hedgewars/Makefile ============================================================================== --- head/games/hedgewars/Makefile Mon Dec 21 10:42:41 2015 (r404087) +++ head/games/hedgewars/Makefile Mon Dec 21 11:03:28 2015 (r404088) @@ -3,6 +3,7 @@ PORTNAME= hedgewars PORTVERSION= 0.9.22 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://download.gna.org/hedgewars/ \ http://mirror.amdmi3.ru/distfiles/ @@ -14,8 +15,6 @@ COMMENT= Free Worms-like turn based stra LICENSE= GPLv2 GFDL LICENSE_COMB= multi -BROKEN= fails to build - LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs ONLY_FOR_ARCHS= i386 amd64 @@ -23,7 +22,7 @@ ONLY_FOR_ARCHS_REASON= depends on fpc wh USES= cmake desktop-file-utils lua:51 tar:bzip2 USE_SDL= sdl mixer image ttf net -USE_FPC= opengl libpng +USE_FPC= opengl libpng rtl-objpas USE_QT4= corelib gui moc_build network \ qmake_build rcc_build svg xml \ uic_build linguisttools_build From owner-svn-ports-head@freebsd.org Mon Dec 21 11:17:48 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 130DBA4E408; Mon, 21 Dec 2015 11:17:48 +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 D1AE2157D; Mon, 21 Dec 2015 11:17:47 +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 tBLBHkhM020175; Mon, 21 Dec 2015 11:17:46 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLBHk2O020174; Mon, 21 Dec 2015 11:17:46 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201512211117.tBLBHk2O020174@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 21 Dec 2015 11:17:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404089 - head/lang/nbc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 11:17:48 -0000 Author: marino Date: Mon Dec 21 11:17:46 2015 New Revision: 404089 URL: https://svnweb.freebsd.org/changeset/ports/404089 Log: lang/nbc: Unbreak after upgrade to FPC 3.0.0 Modified: head/lang/nbc/Makefile Modified: head/lang/nbc/Makefile ============================================================================== --- head/lang/nbc/Makefile Mon Dec 21 11:03:28 2015 (r404088) +++ head/lang/nbc/Makefile Mon Dec 21 11:17:46 2015 (r404089) @@ -5,7 +5,7 @@ PORTNAME= nbc PORTVERSION= 1.2.1.r4 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= lang MASTER_SITES= SF/bricxcc/NBC_NXC/NBC%20release%20${PORTVERSION:S/.r/%20r/} DISTNAME= ${PORTNAME}-${PORTVERSION}.src @@ -23,7 +23,7 @@ ROBOCTL_DESC= Include roboctl to commun ROBOCTL_RUN_DEPENDS= legoctl:${PORTSDIR}/devel/roboctl USES= dos2unix gmake tar:tgz -USE_FPC= fcl-base fcl-image hash pasjpeg paszlib +USE_FPC= fcl-base fcl-image pasjpeg rtl-objpas PLIST_FILES= bin/nbc \ include/nbc/NXCDefs.h \ From owner-svn-ports-head@freebsd.org Mon Dec 21 11:40:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94A7DA4D019; Mon, 21 Dec 2015 11:40:01 +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 4D00D108A; Mon, 21 Dec 2015 11:40:01 +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 tBLBe0E4026257; Mon, 21 Dec 2015 11:40:00 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLBe0LL026255; Mon, 21 Dec 2015 11:40:00 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201512211140.tBLBe0LL026255@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 21 Dec 2015 11:40:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404090 - head/science/mol2ps X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 11:40:01 -0000 Author: marino Date: Mon Dec 21 11:40:00 2015 New Revision: 404090 URL: https://svnweb.freebsd.org/changeset/ports/404090 Log: science/mol2ps: Upgrade version 0.4a => 0.4b and unbreak PR patch had to be modified after FPC was updated to 3.0.0 PR: 205218 Submitted by: Ports Fury Modified: head/science/mol2ps/Makefile head/science/mol2ps/distinfo Modified: head/science/mol2ps/Makefile ============================================================================== --- head/science/mol2ps/Makefile Mon Dec 21 11:17:46 2015 (r404089) +++ head/science/mol2ps/Makefile Mon Dec 21 11:40:00 2015 (r404090) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mol2ps -PORTVERSION= 0.4a -PORTREVISION= 2 +PORTVERSION= 0.4b CATEGORIES= science MASTER_SITES= http://merian.pch.univie.ac.at/pch/download/chemistry/${PORTNAME}/ DISTNAME= ${PORTNAME} @@ -13,8 +12,6 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Read molecular structure files and generate Postscript output -BROKEN= unfetchable - LICENSE= GPLv2 # (or later) NO_WRKSUBDIR= yes @@ -23,16 +20,17 @@ EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= # EXTRACT_AFTER_ARGS= ${WRKSRC} -USE_FPC= yes +USE_FPC= rtl-objpas -PLIST_FILES= bin/${PORTNAME} bin/mol2svg %%DATADIR%%/color.conf +PLIST_FILES= bin/mol2eps bin/mol2ps bin/mol2svg %%DATADIR%%/color.conf do-build: - (cd ${WRKSRC} && ${LOCALBASE}/bin/fpc ${EXTRACT_ONLY} -S2 -O3) + (cd ${WRKSRC} && ${LOCALBASE}/bin/fpc mol2ps -S2 -O3) do-install: - (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${STAGEDIR}${PREFIX}/bin) - (cd ${STAGEDIR}${PREFIX}/bin && ${LN} ${PORTNAME} mol2svg) + (cd ${WRKSRC} && ${INSTALL_PROGRAM} mol2ps ${STAGEDIR}${PREFIX}/bin) + (cd ${STAGEDIR}${PREFIX}/bin && \ + ${LN} mol2ps mol2eps && ${LN} mol2ps mol2svg) @${MKDIR} ${STAGEDIR}${DATADIR} (cd ${FILESDIR} && ${INSTALL_DATA} color.conf ${STAGEDIR}${DATADIR}) Modified: head/science/mol2ps/distinfo ============================================================================== --- head/science/mol2ps/distinfo Mon Dec 21 11:17:46 2015 (r404089) +++ head/science/mol2ps/distinfo Mon Dec 21 11:40:00 2015 (r404090) @@ -1,2 +1,2 @@ -SHA256 (mol2ps-0.4a/mol2ps.pas) = bcc04c8dd0167d73c7aa3e84af1388d62b51e8046696c2eeb9796d09531ffc90 -SIZE (mol2ps-0.4a/mol2ps.pas) = 297704 +SHA256 (mol2ps-0.4b/mol2ps.pas) = f8cca84e7e520d6b329617dcfca9930b1ef98b507123479b6d5764ec5cae6577 +SIZE (mol2ps-0.4b/mol2ps.pas) = 297829 From owner-svn-ports-head@freebsd.org Mon Dec 21 12:28:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E75CA4ECB7; Mon, 21 Dec 2015 12:28: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 1B9F61CE7; Mon, 21 Dec 2015 12:28: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 tBLCSdVA040768; Mon, 21 Dec 2015 12:28:39 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLCSdot040766; Mon, 21 Dec 2015 12:28:39 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512211228.tBLCSdot040766@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 21 Dec 2015 12:28:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404091 - head/www/thundersnarf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 12:28:40 -0000 Author: amdmi3 Date: Mon Dec 21 12:28:38 2015 New Revision: 404091 URL: https://svnweb.freebsd.org/changeset/ports/404091 Log: - Add NO_ARCH - Switch to options helpers - Modernize plist Approved by: portmgr blanket Modified: head/www/thundersnarf/Makefile head/www/thundersnarf/pkg-plist Modified: head/www/thundersnarf/Makefile ============================================================================== --- head/www/thundersnarf/Makefile Mon Dec 21 11:40:00 2015 (r404090) +++ head/www/thundersnarf/Makefile Mon Dec 21 12:28:38 2015 (r404091) @@ -20,6 +20,7 @@ PGSQL_DESC= Install PostgreSQL (report d USES= tar:bzip2 NO_BUILD= yes +NO_ARCH= yes WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_SUB= OWNER=${WWWOWN} GROUP=${WWWGRP} @@ -55,9 +56,8 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/protected/data/bin/thundersnarf* \ ${STAGEDIR}${PREFIX}/bin/ -.if ${PORT_OPTIONS:MDOCS} +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/README.pt_BR -.endif + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/README.pt_BR .include Modified: head/www/thundersnarf/pkg-plist ============================================================================== --- head/www/thundersnarf/pkg-plist Mon Dec 21 11:40:00 2015 (r404090) +++ head/www/thundersnarf/pkg-plist Mon Dec 21 12:28:38 2015 (r404091) @@ -1,7 +1,6 @@ bin/thundersnarf bin/thundersnarf-poll %%PORTDOCS%%%%DOCSDIR%%/README.pt_BR -%%PORTDOCS%%@dirrm %%DOCSDIR%% @owner %%OWNER%% @group %%GROUP%% %%WWWDIR%%/images/ie6nomore-safari.jpg @@ -2085,340 +2084,10 @@ bin/thundersnarf-poll %%WWWDIR%%/index.php @owner @group -@dirrm %%WWWDIR%%/themes/classic/views/system -@dirrm %%WWWDIR%%/themes/classic/views/site -@dirrm %%WWWDIR%%/themes/classic/views/layouts -@dirrm %%WWWDIR%%/themes/classic/views -@dirrm %%WWWDIR%%/themes/classic -@dirrm %%WWWDIR%%/themes -@dirrm %%WWWDIR%%/requirements/views/pt -@dirrm %%WWWDIR%%/requirements/views -@dirrm %%WWWDIR%%/requirements/messages/pt -@dirrm %%WWWDIR%%/requirements/messages -@dirrm %%WWWDIR%%/requirements/css -@dirrm %%WWWDIR%%/requirements -@dirrm %%WWWDIR%%/protected/yii114/framework/zii/widgets/jui -@dirrm %%WWWDIR%%/protected/yii114/framework/zii/widgets/grid -@dirrm %%WWWDIR%%/protected/yii114/framework/zii/widgets/assets/listview -@dirrm %%WWWDIR%%/protected/yii114/framework/zii/widgets/assets/gridview -@dirrm %%WWWDIR%%/protected/yii114/framework/zii/widgets/assets/detailview -@dirrm %%WWWDIR%%/protected/yii114/framework/zii/widgets/assets -@dirrm %%WWWDIR%%/protected/yii114/framework/zii/widgets -@dirrm %%WWWDIR%%/protected/yii114/framework/zii/vendors/jui/js -@dirrm %%WWWDIR%%/protected/yii114/framework/zii/vendors/jui/css/base/images -@dirrm %%WWWDIR%%/protected/yii114/framework/zii/vendors/jui/css/base -@dirrm %%WWWDIR%%/protected/yii114/framework/zii/vendors/jui/css -@dirrm %%WWWDIR%%/protected/yii114/framework/zii/vendors/jui -@dirrm %%WWWDIR%%/protected/yii114/framework/zii/vendors -@dirrm %%WWWDIR%%/protected/yii114/framework/zii/behaviors -@dirrm %%WWWDIR%%/protected/yii114/framework/zii -@dirrm %%WWWDIR%%/protected/yii114/framework/web/widgets/views -@dirrm %%WWWDIR%%/protected/yii114/framework/web/widgets/pagers -@dirrm %%WWWDIR%%/protected/yii114/framework/web/widgets/captcha -@dirrm %%WWWDIR%%/protected/yii114/framework/web/widgets -@dirrm %%WWWDIR%%/protected/yii114/framework/web/services -@dirrm %%WWWDIR%%/protected/yii114/framework/web/renderers -@dirrm %%WWWDIR%%/protected/yii114/framework/web/js/source/yiitab -@dirrm %%WWWDIR%%/protected/yii114/framework/web/js/source/treeview/images -@dirrm %%WWWDIR%%/protected/yii114/framework/web/js/source/treeview -@dirrm %%WWWDIR%%/protected/yii114/framework/web/js/source/rating -@dirrm %%WWWDIR%%/protected/yii114/framework/web/js/source/jui/js -@dirrm %%WWWDIR%%/protected/yii114/framework/web/js/source/jui/css/base/images -@dirrm %%WWWDIR%%/protected/yii114/framework/web/js/source/jui/css/base -@dirrm %%WWWDIR%%/protected/yii114/framework/web/js/source/jui/css -@dirrm %%WWWDIR%%/protected/yii114/framework/web/js/source/jui -@dirrm %%WWWDIR%%/protected/yii114/framework/web/js/source/autocomplete -@dirrm %%WWWDIR%%/protected/yii114/framework/web/js/source -@dirrm %%WWWDIR%%/protected/yii114/framework/web/js -@dirrm %%WWWDIR%%/protected/yii114/framework/web/helpers -@dirrm %%WWWDIR%%/protected/yii114/framework/web/form -@dirrm %%WWWDIR%%/protected/yii114/framework/web/filters -@dirrm %%WWWDIR%%/protected/yii114/framework/web/auth -@dirrm %%WWWDIR%%/protected/yii114/framework/web/actions -@dirrm %%WWWDIR%%/protected/yii114/framework/web -@dirrm %%WWWDIR%%/protected/yii114/framework/views/zh_tw -@dirrm %%WWWDIR%%/protected/yii114/framework/views/zh_cn -@dirrm %%WWWDIR%%/protected/yii114/framework/views/vi -@dirrm %%WWWDIR%%/protected/yii114/framework/views/uk -@dirrm %%WWWDIR%%/protected/yii114/framework/views/sv -@dirrm %%WWWDIR%%/protected/yii114/framework/views/ru -@dirrm %%WWWDIR%%/protected/yii114/framework/views/ro -@dirrm %%WWWDIR%%/protected/yii114/framework/views/pt -@dirrm %%WWWDIR%%/protected/yii114/framework/views/pl -@dirrm %%WWWDIR%%/protected/yii114/framework/views/no -@dirrm %%WWWDIR%%/protected/yii114/framework/views/nl -@dirrm %%WWWDIR%%/protected/yii114/framework/views/lv -@dirrm %%WWWDIR%%/protected/yii114/framework/views/ja -@dirrm %%WWWDIR%%/protected/yii114/framework/views/it -@dirrm %%WWWDIR%%/protected/yii114/framework/views/id -@dirrm %%WWWDIR%%/protected/yii114/framework/views/he -@dirrm %%WWWDIR%%/protected/yii114/framework/views/fr -@dirrm %%WWWDIR%%/protected/yii114/framework/views/es -@dirrm %%WWWDIR%%/protected/yii114/framework/views/el -@dirrm %%WWWDIR%%/protected/yii114/framework/views/de -@dirrm %%WWWDIR%%/protected/yii114/framework/views/bg -@dirrm %%WWWDIR%%/protected/yii114/framework/views -@dirrm %%WWWDIR%%/protected/yii114/framework/vendors/markdown -@dirrm %%WWWDIR%%/protected/yii114/framework/vendors/json -@dirrm %%WWWDIR%%/protected/yii114/framework/vendors/jqueryui -@dirrm %%WWWDIR%%/protected/yii114/framework/vendors/jquery/treeview -@dirrm %%WWWDIR%%/protected/yii114/framework/vendors/jquery/maskedinput -@dirrm %%WWWDIR%%/protected/yii114/framework/vendors/jquery/autocomplete -@dirrm %%WWWDIR%%/protected/yii114/framework/vendors/jquery -@dirrm %%WWWDIR%%/protected/yii114/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Printer -@dirrm %%WWWDIR%%/protected/yii114/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Lexer -@dirrm %%WWWDIR%%/protected/yii114/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Language/messages -@dirrm %%WWWDIR%%/protected/yii114/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Language/classes -@dirrm %%WWWDIR%%/protected/yii114/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Language -@dirrm %%WWWDIR%%/protected/yii114/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Filter -@dirrm %%WWWDIR%%/protected/yii114/framework/vendors/htmlpurifier/standalone/HTMLPurifier/EntityLookup -@dirrm %%WWWDIR%%/protected/yii114/framework/vendors/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer -@dirrm %%WWWDIR%%/protected/yii114/framework/vendors/htmlpurifier/standalone/HTMLPurifier/DefinitionCache -@dirrm %%WWWDIR%%/protected/yii114/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema -@dirrm %%WWWDIR%%/protected/yii114/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Interchange -@dirrm %%WWWDIR%%/protected/yii114/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Builder -@dirrm %%WWWDIR%%/protected/yii114/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema -@dirrm %%WWWDIR%%/protected/yii114/framework/vendors/htmlpurifier/standalone/HTMLPurifier -@dirrm %%WWWDIR%%/protected/yii114/framework/vendors/htmlpurifier/standalone -@dirrm %%WWWDIR%%/protected/yii114/framework/vendors/htmlpurifier -@dirrm %%WWWDIR%%/protected/yii114/framework/vendors/gettext -@dirrm %%WWWDIR%%/protected/yii114/framework/vendors/cldr -@dirrm %%WWWDIR%%/protected/yii114/framework/vendors/bbq -@dirrm %%WWWDIR%%/protected/yii114/framework/vendors/adodb -@dirrm %%WWWDIR%%/protected/yii114/framework/vendors/TextHighlighter/Text/Highlighter/Renderer -@dirrm %%WWWDIR%%/protected/yii114/framework/vendors/TextHighlighter/Text/Highlighter -@dirrm %%WWWDIR%%/protected/yii114/framework/vendors/TextHighlighter/Text -@dirrm %%WWWDIR%%/protected/yii114/framework/vendors/TextHighlighter -@dirrm %%WWWDIR%%/protected/yii114/framework/vendors -@dirrm %%WWWDIR%%/protected/yii114/framework/validators -@dirrm %%WWWDIR%%/protected/yii114/framework/utils -@dirrm %%WWWDIR%%/protected/yii114/framework/test -@dirrm %%WWWDIR%%/protected/yii114/framework/messages/zh_tw -@dirrm %%WWWDIR%%/protected/yii114/framework/messages/zh_cn -@dirrm %%WWWDIR%%/protected/yii114/framework/messages/vi -@dirrm %%WWWDIR%%/protected/yii114/framework/messages/uk -@dirrm %%WWWDIR%%/protected/yii114/framework/messages/th -@dirrm %%WWWDIR%%/protected/yii114/framework/messages/ta_in -@dirrm %%WWWDIR%%/protected/yii114/framework/messages/sv -@dirrm %%WWWDIR%%/protected/yii114/framework/messages/sr_yu -@dirrm %%WWWDIR%%/protected/yii114/framework/messages/sr_sr -@dirrm %%WWWDIR%%/protected/yii114/framework/messages/ru -@dirrm %%WWWDIR%%/protected/yii114/framework/messages/ro -@dirrm %%WWWDIR%%/protected/yii114/framework/messages/pt -@dirrm %%WWWDIR%%/protected/yii114/framework/messages/pl -@dirrm %%WWWDIR%%/protected/yii114/framework/messages/no -@dirrm %%WWWDIR%%/protected/yii114/framework/messages/nl -@dirrm %%WWWDIR%%/protected/yii114/framework/messages/lv -@dirrm %%WWWDIR%%/protected/yii114/framework/messages/ja -@dirrm %%WWWDIR%%/protected/yii114/framework/messages/it -@dirrm %%WWWDIR%%/protected/yii114/framework/messages/id -@dirrm %%WWWDIR%%/protected/yii114/framework/messages/hu -@dirrm %%WWWDIR%%/protected/yii114/framework/messages/he -@dirrm %%WWWDIR%%/protected/yii114/framework/messages/fr -@dirrm %%WWWDIR%%/protected/yii114/framework/messages/es -@dirrm %%WWWDIR%%/protected/yii114/framework/messages/el -@dirrm %%WWWDIR%%/protected/yii114/framework/messages/de -@dirrm %%WWWDIR%%/protected/yii114/framework/messages/bs -@dirrm %%WWWDIR%%/protected/yii114/framework/messages/bg -@dirrm %%WWWDIR%%/protected/yii114/framework/messages -@dirrm %%WWWDIR%%/protected/yii114/framework/logging -@dirrm %%WWWDIR%%/protected/yii114/framework/i18n/gettext -@dirrm %%WWWDIR%%/protected/yii114/framework/i18n/data -@dirrm %%WWWDIR%%/protected/yii114/framework/i18n -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/views/layouts -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/views/default -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/views/common -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/views -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/models -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/generators/module/views -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/generators/module/templates/default/views/layouts -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/generators/module/templates/default/views/default -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/generators/module/templates/default/views -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/generators/module/templates/default/models -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/generators/module/templates/default/messages -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/generators/module/templates/default/controllers -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/generators/module/templates/default/components -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/generators/module/templates/default -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/generators/module/templates -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/generators/module -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/generators/model/views -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/generators/model/templates/default -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/generators/model/templates -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/generators/model -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/generators/form/views -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/generators/form/templates/default -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/generators/form/templates -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/generators/form -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/generators/crud/views -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/generators/crud/templates/default -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/generators/crud/templates -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/generators/crud -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/generators/controller/views -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/generators/controller/templates/default -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/generators/controller/templates -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/generators/controller -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/generators -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/controllers -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/components/Pear/Text/Diff/Renderer -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/components/Pear/Text/Diff/Engine -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/components/Pear/Text/Diff -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/components/Pear/Text -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/components/Pear -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/components -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/assets/js/fancybox -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/assets/js -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/assets/images -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/assets/css -@dirrm %%WWWDIR%%/protected/yii114/framework/gii/assets -@dirrm %%WWWDIR%%/protected/yii114/framework/gii -@dirrm %%WWWDIR%%/protected/yii114/framework/db/schema/sqlite -@dirrm %%WWWDIR%%/protected/yii114/framework/db/schema/pgsql -@dirrm %%WWWDIR%%/protected/yii114/framework/db/schema/oci -@dirrm %%WWWDIR%%/protected/yii114/framework/db/schema/mysql -@dirrm %%WWWDIR%%/protected/yii114/framework/db/schema/mssql -@dirrm %%WWWDIR%%/protected/yii114/framework/db/schema -@dirrm %%WWWDIR%%/protected/yii114/framework/db/ar -@dirrm %%WWWDIR%%/protected/yii114/framework/db -@dirrm %%WWWDIR%%/protected/yii114/framework/console -@dirrm %%WWWDIR%%/protected/yii114/framework/collections -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/webapp/themes/classic/views/system -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/webapp/themes/classic/views/site -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/webapp/themes/classic/views/layouts -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/webapp/themes/classic/views -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/webapp/themes/classic -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/webapp/themes -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/webapp/protected/views/site/pages -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/webapp/protected/views/site -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/webapp/protected/views/layouts -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/webapp/protected/views -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/webapp/protected/tests/unit -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/webapp/protected/tests/report -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/webapp/protected/tests/functional -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/webapp/protected/tests/fixtures -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/webapp/protected/tests -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/webapp/protected/runtime -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/webapp/protected/models -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/webapp/protected/messages -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/webapp/protected/extensions -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/webapp/protected/data -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/webapp/protected/controllers -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/webapp/protected/config -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/webapp/protected/components -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/webapp/protected/commands/shell -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/webapp/protected/commands -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/webapp/protected -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/webapp/images -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/webapp/css -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/webapp/assets -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/webapp -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/shell/module/views/layouts -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/shell/module/views/default -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/shell/module/views -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/shell/module/models -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/shell/module/messages -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/shell/module/controllers -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/shell/module/components -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/shell/module -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/shell/model -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/shell/form -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/shell/crud -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/shell/controller -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views/shell -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/views -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/runtime -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/commands/shell -@dirrm %%WWWDIR%%/protected/yii114/framework/cli/commands -@dirrm %%WWWDIR%%/protected/yii114/framework/cli -@dirrm %%WWWDIR%%/protected/yii114/framework/caching/dependencies -@dirrm %%WWWDIR%%/protected/yii114/framework/caching -@dirrm %%WWWDIR%%/protected/yii114/framework/base -@dirrm %%WWWDIR%%/protected/yii114/framework -@dirrm %%WWWDIR%%/protected/yii114 -@dirrm %%WWWDIR%%/protected/views/user -@dirrm %%WWWDIR%%/protected/views/site/pages -@dirrm %%WWWDIR%%/protected/views/site -@dirrm %%WWWDIR%%/protected/views/runtime -@dirrm %%WWWDIR%%/protected/views/resumo -@dirrm %%WWWDIR%%/protected/views/layouts -@dirrm %%WWWDIR%%/protected/views/ip -@dirrm %%WWWDIR%%/protected/views/file -@dirrm %%WWWDIR%%/protected/views/extension -@dirrm %%WWWDIR%%/protected/views/estatisticas -@dirrm %%WWWDIR%%/protected/views/domain -@dirrm %%WWWDIR%%/protected/views -@dirrm %%WWWDIR%%/protected/runtime/URI -@dirrm %%WWWDIR%%/protected/runtime/HTML -@dirrm %%WWWDIR%%/protected/runtime -@dirrm %%WWWDIR%%/protected/models -@dirrm %%WWWDIR%%/protected/messages -@dirrm %%WWWDIR%%/protected/extensions/yiidebugtb/views -@dirrm %%WWWDIR%%/protected/extensions/yiidebugtb -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/js/i18n -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/js -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/images -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/external/simulate -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/external/qunit -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/external/jsdiff -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/external/easing -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/external/cookie -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/external/bgiframe/test -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/external/bgiframe/docs -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/external/bgiframe -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/external -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/vader/images -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/vader -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/ui-lightness/images -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/ui-lightness -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/ui-darkness/images -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/ui-darkness -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/trontastic/images -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/trontastic -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/swanky-purse/images -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/swanky-purse -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/start/images -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/start -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/south-street/images -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/south-street -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/smoothness/images -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/smoothness -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/redmond/images -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/redmond -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/mint-choc/images -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/mint-choc -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/humanity/images -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/humanity -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/hot-sneaks/images -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/hot-sneaks -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/excite-bike/images -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/excite-bike -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/dot-luv/images -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/dot-luv -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/cupertino/images -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/cupertino -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/blitzer/images -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/blitzer -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/black-tie/images -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/black-tie -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/base/images -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css/base -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery/css -@dirrm %%WWWDIR%%/protected/extensions/jui/jquery -@dirrm %%WWWDIR%%/protected/extensions/jui/doc -@dirrm %%WWWDIR%%/protected/extensions/jui -@dirrm %%WWWDIR%%/protected/extensions/EFlot/assets/examples -@dirrm %%WWWDIR%%/protected/extensions/EFlot/assets -@dirrm %%WWWDIR%%/protected/extensions/EFlot -@dirrm %%WWWDIR%%/protected/extensions -@dirrm %%WWWDIR%%/protected/data/db -@dirrm %%WWWDIR%%/protected/data/bin -@dirrm %%WWWDIR%%/protected/data -@dirrm %%WWWDIR%%/protected/controllers -@dirrm %%WWWDIR%%/protected/config -@dirrm %%WWWDIR%%/protected/components -@dirrm %%WWWDIR%%/protected/commands/shell -@dirrm %%WWWDIR%%/protected/commands -@dirrm %%WWWDIR%%/protected -@dirrm %%WWWDIR%%/images -@dirrm %%WWWDIR%%/css -@dirrm %%WWWDIR%%/assets -@dirrm %%WWWDIR%% +@dir %%WWWDIR%%/themes/classic/views/system +@dir %%WWWDIR%%/themes/classic/views/site +@dir %%WWWDIR%%/themes/classic/views/layouts +@dir %%WWWDIR%%/protected/yii114/framework/vendors/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer +@dir %%WWWDIR%%/protected/messages +@dir %%WWWDIR%%/protected/commands/shell +@dir %%WWWDIR%%/assets From owner-svn-ports-head@freebsd.org Mon Dec 21 12:29:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 632AEA4ECF1; Mon, 21 Dec 2015 12:29: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 008801DC1; Mon, 21 Dec 2015 12:29: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 tBLCTkbu040894; Mon, 21 Dec 2015 12:29:46 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLCTkfi040893; Mon, 21 Dec 2015 12:29:46 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512211229.tBLCTkfi040893@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 21 Dec 2015 12:29:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404092 - head/www/resin3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 12:29:47 -0000 Author: amdmi3 Date: Mon Dec 21 12:29:45 2015 New Revision: 404092 URL: https://svnweb.freebsd.org/changeset/ports/404092 Log: - Modernize plist Approved by: portmgr blanket Modified: head/www/resin3/pkg-plist Modified: head/www/resin3/pkg-plist ============================================================================== --- head/www/resin3/pkg-plist Mon Dec 21 12:28:38 2015 (r404091) +++ head/www/resin3/pkg-plist Mon Dec 21 12:29:45 2015 (r404092) @@ -752,329 +752,328 @@ etc/%%APP_NAME%%/app-default.xml %%APP_NAME%%/webapps/resin-doc/pdf/resin-reference.xml %%APP_NAME%%/webapps/resin-doc/pdf/xml2pdf.xsl %%APP_NAME%%/webapps/resin-doc/toc.xml -@dirrm %%APP_NAME%%/webapps/resin-doc/pdf -@dirrm %%APP_NAME%%/webapps/resin-doc/images -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/soa-services/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/soa-services/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/soa-services/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/soa-services -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/soa-jaxws/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/soa-jaxws/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/soa-jaxws/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/soa-jaxws -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/servlet-ioc/WEB-INF/classes/test -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/servlet-ioc/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/servlet-ioc/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/servlet-ioc -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/servlet-hello/WEB-INF/classes/test -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/servlet-hello/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/servlet-hello/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/servlet-hello -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/servlet-comet/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/servlet-comet/WEB-INF/classes/META-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/servlet-comet/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/servlet-comet/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/servlet-comet -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/security-basic/students -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/security-basic/staff -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/security-basic/professors -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/security-basic/inc -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/security-basic/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/security-basic/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/security-basic -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/rest-flickr/WEB-INF/classes.old/example/data -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/rest-flickr/WEB-INF/classes.old/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/rest-flickr/WEB-INF/classes.old -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/rest-flickr/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/rest-flickr -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/remote-hello-world/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/remote-hello-world/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/remote-hello-world/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/remote-hello-world -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/quercus-pdo/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/quercus-pdo -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/quercus-module/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/quercus-module/WEB-INF/classes/META-INF/services -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/quercus-module/WEB-INF/classes/META-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/quercus-module/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/quercus-module/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/quercus-module -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/quercus-json/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/quercus-json -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/quercus-jpa/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/quercus-jpa/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/quercus-jpa/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/quercus-jpa -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/quercus-hello/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/quercus-hello -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/quercus-gettext/locale/fr_CA/LC_MESSAGES -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/quercus-gettext/locale/fr_CA -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/quercus-gettext/locale/en_AU/LC_MESSAGES -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/quercus-gettext/locale/en_AU -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/quercus-gettext/locale/de_DE/LC_MESSAGES -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/quercus-gettext/locale/de_DE -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/quercus-gettext/locale -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/quercus-gettext/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/quercus-gettext -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/portlet-portal-hello/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/portlet-portal-hello/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/portlet-portal-hello/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/portlet-portal-hello -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/portlet-generic-servlet/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/portlet-generic-servlet -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-render/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-render/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-render/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-render -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-modes/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-modes/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-modes/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-modes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-jsp/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-jsp/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-jsp/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-jsp -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-hello/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-hello/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-hello/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-hello -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-action/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-action/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-action/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-action -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jsp-taglib-reuse/WEB-INF/classes/example/taglib -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jsp-taglib-reuse/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jsp-taglib-reuse/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jsp-taglib-reuse/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jsp-taglib-reuse -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jsp-tagfile-basic/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jsp-tagfile-basic/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jsp-tagfile-basic -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jsp-env/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jsp-env/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jsp-env -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jsf-webbeans/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jsf-webbeans/WEB-INF/classes/META-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jsf-webbeans/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jsf-webbeans/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jsf-webbeans -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jmx-registration/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jmx-registration/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jmx-registration/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jmx-registration -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jmx-mbean-server/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jmx-mbean-server/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jmx-mbean-server/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jmx-mbean-server -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jmx-listener/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jmx-listener/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jmx-listener/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jmx-listener -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jmx-basic/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jmx-basic/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jmx-basic/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jmx-basic -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jms-php-queue-send/WEB-INF-x/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jms-php-queue-send/WEB-INF-x/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jms-php-queue-send/WEB-INF-x -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jms-php-queue-send -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jms-php-queue-receive/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jms-php-queue-receive/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jms-php-queue-receive/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jms-php-queue-receive -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jms-listener/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jms-listener/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jms-listener/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jms-listener -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jms-ioc-listener/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jms-ioc-listener/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jms-ioc-listener/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jms-ioc-listener -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jca-work/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jca-work/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jca-work/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jca-work -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jca-timer/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jca-timer/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jca-timer/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jca-timer -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jca-lifecycle/WEB-INF/classes/test -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jca-lifecycle/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jca-lifecycle/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jca-lifecycle -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jca-cron/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jca-cron/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jca-cron/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jca-cron -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jca-connection/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jca-connection/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jca-connection/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jca-connection -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jaxb-bean-config/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jaxb-bean-config/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jaxb-bean-config/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/jaxb-bean-config -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/ioc-periodictask/admin -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/ioc-periodictask/WEB-INF/classes/tasks -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/ioc-periodictask/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/ioc-periodictask/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/ioc-periodictask/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/ioc-periodictask -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/ioc-lifecycle/WEB-INF/classes/test -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/ioc-lifecycle/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/ioc-lifecycle/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/ioc-lifecycle -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/ioc-injection/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/ioc-injection/WEB-INF/classes/META-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/ioc-injection/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/ioc-injection/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/ioc-injection -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/ioc-basic/WEB-INF/classes/test -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/ioc-basic/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/ioc-basic/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/ioc-basic -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/ioc-appconfig/WEB-INF/config -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/ioc-appconfig/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/ioc-appconfig/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/ioc-appconfig/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/ioc-appconfig -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/hessian-service/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/hessian-service/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/hessian-service/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/hessian-service -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/hessian-serialize/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/hessian-serialize/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/hessian-serialize/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/hessian-serialize -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/hessian-jms/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/hessian-jms/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/hessian-jms/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/hessian-jms -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/hessian-ioc/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/hessian-ioc/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/hessian-ioc/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/hessian-ioc -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/hessian-add/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/hessian-add/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/hessian-add/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/hessian-add -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/filter-templates/WEB-INF/classes/example/filters -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/filter-templates/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/filter-templates/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/filter-templates/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/filter-templates -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/esb-servlet-client/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/esb-servlet-client/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/esb-servlet-client/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/esb-servlet-client -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/esb-hello-jaxb/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/esb-hello-jaxb/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/esb-hello-jaxb/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/esb-hello-jaxb -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/ejb-stateless/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/ejb-stateless/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/ejb-stateless/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/ejb-stateless -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/db-jdbc/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/db-jdbc/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/db-jdbc/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/db-jdbc-ioc/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/db-jdbc-ioc/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/db-jdbc-ioc/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/db-jdbc-ioc -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/db-jdbc -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/custom-protocol/src/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/custom-protocol/src -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/custom-protocol/build -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/custom-protocol/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/custom-protocol/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/custom-protocol -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/burlap-hello -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/burlap-add/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/burlap-add/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/burlap-add/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/burlap-add -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-xa/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-xa/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-xa/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-xa -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-session/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-session/WEB-INF/classes/META-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-session/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-session/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-session -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-query/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-query/WEB-INF/classes/META-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-query/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-query/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-query -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-one2many/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-one2many/WEB-INF/classes/META-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-one2many/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-one2many/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-one2many -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-many2one/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-many2one/WEB-INF/classes/META-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-many2one/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-many2one/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-many2one -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-many2many/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-many2many/WEB-INF/classes/META-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-many2many/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-many2many/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-many2many -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-inherit/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-inherit/WEB-INF/classes/META-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-inherit/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-inherit/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-inherit -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-create/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-create/WEB-INF/classes/META-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-create/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-create/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-create -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-basic/register -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-basic/WEB-INF/src -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-basic/WEB-INF/lib -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-basic/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-basic/WEB-INF/classes/com/caucho/quercus/util -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-basic/WEB-INF/classes/com/caucho/quercus/text -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-basic/WEB-INF/classes/com/caucho/quercus/license -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-basic/WEB-INF/classes/com/caucho/quercus/beans -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-basic/WEB-INF/classes/com/caucho/quercus -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-basic/WEB-INF/classes/com/caucho -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-basic/WEB-INF/classes/com -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-basic/WEB-INF/classes/META-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-basic/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-basic/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-basic-field/WEB-INF/classes/example -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-basic-field/WEB-INF/classes/META-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-basic-field/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-basic-field/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-basic-field -@dirrm %%APP_NAME%%/webapps/resin-doc/examples/amber-basic -@dirrm %%APP_NAME%%/webapps/resin-doc/examples -@dirrm %%APP_NAME%%/webapps/resin-doc/doc -@dirrm %%APP_NAME%%/webapps/resin-doc/css -@dirrm %%APP_NAME%%/webapps/resin-doc/changes -@dirrm %%APP_NAME%%/webapps/resin-doc/WEB-INF/xsl/caucho -@dirrm %%APP_NAME%%/webapps/resin-doc/WEB-INF/xsl -@dirrm %%APP_NAME%%/webapps/resin-doc/WEB-INF/classes/com/caucho/doc/config -@dirrm %%APP_NAME%%/webapps/resin-doc/WEB-INF/classes/com/caucho/doc -@dirrm %%APP_NAME%%/webapps/resin-doc/WEB-INF/classes/com/caucho -@dirrm %%APP_NAME%%/webapps/resin-doc/WEB-INF/classes/com -@dirrm %%APP_NAME%%/webapps/resin-doc/WEB-INF/classes -@dirrm %%APP_NAME%%/webapps/resin-doc/WEB-INF -@dirrm %%APP_NAME%%/webapps/resin-doc/META-INF -@dirrm %%APP_NAME%%/webapps/resin-doc -@dirrm %%APP_NAME%%/webapps/ROOT -@dirrm %%APP_NAME%%/webapps -@dirrm %%APP_NAME%%/lib -@dirrm %%APP_NAME%% -@owner root -@group wheel +@dir %%APP_NAME%%/webapps/resin-doc/pdf +@dir %%APP_NAME%%/webapps/resin-doc/images +@dir %%APP_NAME%%/webapps/resin-doc/examples/soa-services/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/soa-services/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/soa-services/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/soa-services +@dir %%APP_NAME%%/webapps/resin-doc/examples/soa-jaxws/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/soa-jaxws/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/soa-jaxws/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/soa-jaxws +@dir %%APP_NAME%%/webapps/resin-doc/examples/servlet-ioc/WEB-INF/classes/test +@dir %%APP_NAME%%/webapps/resin-doc/examples/servlet-ioc/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/servlet-ioc/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/servlet-ioc +@dir %%APP_NAME%%/webapps/resin-doc/examples/servlet-hello/WEB-INF/classes/test +@dir %%APP_NAME%%/webapps/resin-doc/examples/servlet-hello/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/servlet-hello/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/servlet-hello +@dir %%APP_NAME%%/webapps/resin-doc/examples/servlet-comet/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/servlet-comet/WEB-INF/classes/META-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/servlet-comet/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/servlet-comet/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/servlet-comet +@dir %%APP_NAME%%/webapps/resin-doc/examples/security-basic/students +@dir %%APP_NAME%%/webapps/resin-doc/examples/security-basic/staff +@dir %%APP_NAME%%/webapps/resin-doc/examples/security-basic/professors +@dir %%APP_NAME%%/webapps/resin-doc/examples/security-basic/inc +@dir %%APP_NAME%%/webapps/resin-doc/examples/security-basic/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/security-basic/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/security-basic +@dir %%APP_NAME%%/webapps/resin-doc/examples/rest-flickr/WEB-INF/classes.old/example/data +@dir %%APP_NAME%%/webapps/resin-doc/examples/rest-flickr/WEB-INF/classes.old/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/rest-flickr/WEB-INF/classes.old +@dir %%APP_NAME%%/webapps/resin-doc/examples/rest-flickr/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/rest-flickr +@dir %%APP_NAME%%/webapps/resin-doc/examples/remote-hello-world/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/remote-hello-world/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/remote-hello-world/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/remote-hello-world +@dir %%APP_NAME%%/webapps/resin-doc/examples/quercus-pdo/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/quercus-pdo +@dir %%APP_NAME%%/webapps/resin-doc/examples/quercus-module/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/quercus-module/WEB-INF/classes/META-INF/services +@dir %%APP_NAME%%/webapps/resin-doc/examples/quercus-module/WEB-INF/classes/META-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/quercus-module/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/quercus-module/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/quercus-module +@dir %%APP_NAME%%/webapps/resin-doc/examples/quercus-json/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/quercus-json +@dir %%APP_NAME%%/webapps/resin-doc/examples/quercus-jpa/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/quercus-jpa/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/quercus-jpa/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/quercus-jpa +@dir %%APP_NAME%%/webapps/resin-doc/examples/quercus-hello/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/quercus-hello +@dir %%APP_NAME%%/webapps/resin-doc/examples/quercus-gettext/locale/fr_CA/LC_MESSAGES +@dir %%APP_NAME%%/webapps/resin-doc/examples/quercus-gettext/locale/fr_CA +@dir %%APP_NAME%%/webapps/resin-doc/examples/quercus-gettext/locale/en_AU/LC_MESSAGES +@dir %%APP_NAME%%/webapps/resin-doc/examples/quercus-gettext/locale/en_AU +@dir %%APP_NAME%%/webapps/resin-doc/examples/quercus-gettext/locale/de_DE/LC_MESSAGES +@dir %%APP_NAME%%/webapps/resin-doc/examples/quercus-gettext/locale/de_DE +@dir %%APP_NAME%%/webapps/resin-doc/examples/quercus-gettext/locale +@dir %%APP_NAME%%/webapps/resin-doc/examples/quercus-gettext/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/quercus-gettext +@dir %%APP_NAME%%/webapps/resin-doc/examples/portlet-portal-hello/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/portlet-portal-hello/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/portlet-portal-hello/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/portlet-portal-hello +@dir %%APP_NAME%%/webapps/resin-doc/examples/portlet-generic-servlet/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/portlet-generic-servlet +@dir %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-render/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-render/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-render/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-render +@dir %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-modes/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-modes/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-modes/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-modes +@dir %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-jsp/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-jsp/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-jsp/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-jsp +@dir %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-hello/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-hello/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-hello/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-hello +@dir %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-action/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-action/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-action/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/portlet-basic-action +@dir %%APP_NAME%%/webapps/resin-doc/examples/jsp-taglib-reuse/WEB-INF/classes/example/taglib +@dir %%APP_NAME%%/webapps/resin-doc/examples/jsp-taglib-reuse/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/jsp-taglib-reuse/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/jsp-taglib-reuse/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/jsp-taglib-reuse +@dir %%APP_NAME%%/webapps/resin-doc/examples/jsp-tagfile-basic/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/jsp-tagfile-basic/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/jsp-tagfile-basic +@dir %%APP_NAME%%/webapps/resin-doc/examples/jsp-env/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/jsp-env/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/jsp-env +@dir %%APP_NAME%%/webapps/resin-doc/examples/jsf-webbeans/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/jsf-webbeans/WEB-INF/classes/META-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/jsf-webbeans/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/jsf-webbeans/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/jsf-webbeans +@dir %%APP_NAME%%/webapps/resin-doc/examples/jmx-registration/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/jmx-registration/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/jmx-registration/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/jmx-registration +@dir %%APP_NAME%%/webapps/resin-doc/examples/jmx-mbean-server/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/jmx-mbean-server/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/jmx-mbean-server/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/jmx-mbean-server +@dir %%APP_NAME%%/webapps/resin-doc/examples/jmx-listener/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/jmx-listener/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/jmx-listener/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/jmx-listener +@dir %%APP_NAME%%/webapps/resin-doc/examples/jmx-basic/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/jmx-basic/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/jmx-basic/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/jmx-basic +@dir %%APP_NAME%%/webapps/resin-doc/examples/jms-php-queue-send/WEB-INF-x/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/jms-php-queue-send/WEB-INF-x/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/jms-php-queue-send/WEB-INF-x +@dir %%APP_NAME%%/webapps/resin-doc/examples/jms-php-queue-send +@dir %%APP_NAME%%/webapps/resin-doc/examples/jms-php-queue-receive/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/jms-php-queue-receive/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/jms-php-queue-receive/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/jms-php-queue-receive +@dir %%APP_NAME%%/webapps/resin-doc/examples/jms-listener/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/jms-listener/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/jms-listener/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/jms-listener +@dir %%APP_NAME%%/webapps/resin-doc/examples/jms-ioc-listener/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/jms-ioc-listener/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/jms-ioc-listener/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/jms-ioc-listener +@dir %%APP_NAME%%/webapps/resin-doc/examples/jca-work/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/jca-work/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/jca-work/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/jca-work +@dir %%APP_NAME%%/webapps/resin-doc/examples/jca-timer/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/jca-timer/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/jca-timer/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/jca-timer +@dir %%APP_NAME%%/webapps/resin-doc/examples/jca-lifecycle/WEB-INF/classes/test +@dir %%APP_NAME%%/webapps/resin-doc/examples/jca-lifecycle/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/jca-lifecycle/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/jca-lifecycle +@dir %%APP_NAME%%/webapps/resin-doc/examples/jca-cron/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/jca-cron/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/jca-cron/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/jca-cron +@dir %%APP_NAME%%/webapps/resin-doc/examples/jca-connection/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/jca-connection/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/jca-connection/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/jca-connection +@dir %%APP_NAME%%/webapps/resin-doc/examples/jaxb-bean-config/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/jaxb-bean-config/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/jaxb-bean-config/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/jaxb-bean-config +@dir %%APP_NAME%%/webapps/resin-doc/examples/ioc-periodictask/admin +@dir %%APP_NAME%%/webapps/resin-doc/examples/ioc-periodictask/WEB-INF/classes/tasks +@dir %%APP_NAME%%/webapps/resin-doc/examples/ioc-periodictask/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/ioc-periodictask/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/ioc-periodictask/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/ioc-periodictask +@dir %%APP_NAME%%/webapps/resin-doc/examples/ioc-lifecycle/WEB-INF/classes/test +@dir %%APP_NAME%%/webapps/resin-doc/examples/ioc-lifecycle/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/ioc-lifecycle/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/ioc-lifecycle +@dir %%APP_NAME%%/webapps/resin-doc/examples/ioc-injection/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/ioc-injection/WEB-INF/classes/META-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/ioc-injection/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/ioc-injection/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/ioc-injection +@dir %%APP_NAME%%/webapps/resin-doc/examples/ioc-basic/WEB-INF/classes/test +@dir %%APP_NAME%%/webapps/resin-doc/examples/ioc-basic/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/ioc-basic/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/ioc-basic +@dir %%APP_NAME%%/webapps/resin-doc/examples/ioc-appconfig/WEB-INF/config +@dir %%APP_NAME%%/webapps/resin-doc/examples/ioc-appconfig/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/ioc-appconfig/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/ioc-appconfig/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/ioc-appconfig +@dir %%APP_NAME%%/webapps/resin-doc/examples/hessian-service/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/hessian-service/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/hessian-service/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/hessian-service +@dir %%APP_NAME%%/webapps/resin-doc/examples/hessian-serialize/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/hessian-serialize/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/hessian-serialize/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/hessian-serialize +@dir %%APP_NAME%%/webapps/resin-doc/examples/hessian-jms/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/hessian-jms/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/hessian-jms/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/hessian-jms +@dir %%APP_NAME%%/webapps/resin-doc/examples/hessian-ioc/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/hessian-ioc/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/hessian-ioc/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/hessian-ioc +@dir %%APP_NAME%%/webapps/resin-doc/examples/hessian-add/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/hessian-add/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/hessian-add/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/hessian-add +@dir %%APP_NAME%%/webapps/resin-doc/examples/filter-templates/WEB-INF/classes/example/filters +@dir %%APP_NAME%%/webapps/resin-doc/examples/filter-templates/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/filter-templates/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/filter-templates/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/filter-templates +@dir %%APP_NAME%%/webapps/resin-doc/examples/esb-servlet-client/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/esb-servlet-client/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/esb-servlet-client/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/esb-servlet-client +@dir %%APP_NAME%%/webapps/resin-doc/examples/esb-hello-jaxb/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/esb-hello-jaxb/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/esb-hello-jaxb/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/esb-hello-jaxb +@dir %%APP_NAME%%/webapps/resin-doc/examples/ejb-stateless/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/ejb-stateless/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/ejb-stateless/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/ejb-stateless +@dir %%APP_NAME%%/webapps/resin-doc/examples/db-jdbc/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/db-jdbc/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/db-jdbc/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/db-jdbc-ioc/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/db-jdbc-ioc/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/db-jdbc-ioc/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/db-jdbc-ioc +@dir %%APP_NAME%%/webapps/resin-doc/examples/db-jdbc +@dir %%APP_NAME%%/webapps/resin-doc/examples/custom-protocol/src/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/custom-protocol/src +@dir %%APP_NAME%%/webapps/resin-doc/examples/custom-protocol/build +@dir %%APP_NAME%%/webapps/resin-doc/examples/custom-protocol/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/custom-protocol/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/custom-protocol +@dir %%APP_NAME%%/webapps/resin-doc/examples/burlap-hello +@dir %%APP_NAME%%/webapps/resin-doc/examples/burlap-add/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/burlap-add/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/burlap-add/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/burlap-add +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-xa/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-xa/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-xa/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-xa +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-session/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-session/WEB-INF/classes/META-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-session/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-session/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-session +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-query/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-query/WEB-INF/classes/META-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-query/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-query/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-query +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-one2many/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-one2many/WEB-INF/classes/META-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-one2many/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-one2many/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-one2many +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-many2one/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-many2one/WEB-INF/classes/META-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-many2one/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-many2one/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-many2one +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-many2many/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-many2many/WEB-INF/classes/META-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-many2many/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-many2many/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-many2many +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-inherit/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-inherit/WEB-INF/classes/META-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-inherit/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-inherit/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-inherit +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-create/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-create/WEB-INF/classes/META-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-create/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-create/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-create +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-basic/register +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-basic/WEB-INF/src +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-basic/WEB-INF/lib +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-basic/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-basic/WEB-INF/classes/com/caucho/quercus/util +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-basic/WEB-INF/classes/com/caucho/quercus/text +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-basic/WEB-INF/classes/com/caucho/quercus/license +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-basic/WEB-INF/classes/com/caucho/quercus/beans +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-basic/WEB-INF/classes/com/caucho/quercus +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-basic/WEB-INF/classes/com/caucho +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-basic/WEB-INF/classes/com +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-basic/WEB-INF/classes/META-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-basic/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-basic/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-basic-field/WEB-INF/classes/example +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-basic-field/WEB-INF/classes/META-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-basic-field/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-basic-field/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-basic-field +@dir %%APP_NAME%%/webapps/resin-doc/examples/amber-basic +@dir %%APP_NAME%%/webapps/resin-doc/examples +@dir %%APP_NAME%%/webapps/resin-doc/doc +@dir %%APP_NAME%%/webapps/resin-doc/css +@dir %%APP_NAME%%/webapps/resin-doc/changes +@dir %%APP_NAME%%/webapps/resin-doc/WEB-INF/xsl/caucho +@dir %%APP_NAME%%/webapps/resin-doc/WEB-INF/xsl +@dir %%APP_NAME%%/webapps/resin-doc/WEB-INF/classes/com/caucho/doc/config +@dir %%APP_NAME%%/webapps/resin-doc/WEB-INF/classes/com/caucho/doc +@dir %%APP_NAME%%/webapps/resin-doc/WEB-INF/classes/com/caucho +@dir %%APP_NAME%%/webapps/resin-doc/WEB-INF/classes/com +@dir %%APP_NAME%%/webapps/resin-doc/WEB-INF/classes +@dir %%APP_NAME%%/webapps/resin-doc/WEB-INF +@dir %%APP_NAME%%/webapps/resin-doc/META-INF +@dir %%APP_NAME%%/webapps/resin-doc +@dir %%APP_NAME%%/webapps/ROOT +@dir %%APP_NAME%%/webapps +@dir %%APP_NAME%%/lib +@dir %%APP_NAME%% +@owner +@group sbin/resin3ctl %%MOD_DIR%%/mod_caucho.so %%APACHE%%@exec %%APXS%% -e -a -n caucho %f %%APACHE%%@unexec %%APXS%% -e -A -n caucho %f -@dirrm etc/%%APP_NAME%% From owner-svn-ports-head@freebsd.org Mon Dec 21 12:31:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86DBFA4ED59; Mon, 21 Dec 2015 12:31:28 +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 54CE51F47; Mon, 21 Dec 2015 12:31: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 tBLCVRD2041099; Mon, 21 Dec 2015 12:31:27 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLCVRHd041097; Mon, 21 Dec 2015 12:31:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512211231.tBLCVRHd041097@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 21 Dec 2015 12:31:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404093 - head/www/jetty8 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 12:31:28 -0000 Author: amdmi3 Date: Mon Dec 21 12:31:27 2015 New Revision: 404093 URL: https://svnweb.freebsd.org/changeset/ports/404093 Log: - Switch to NO_BUILD - Add NO_ARCH - Modernize plist Approved by: portmgr blanket Modified: head/www/jetty8/Makefile head/www/jetty8/pkg-plist Modified: head/www/jetty8/Makefile ============================================================================== --- head/www/jetty8/Makefile Mon Dec 21 12:29:45 2015 (r404092) +++ head/www/jetty8/Makefile Mon Dec 21 12:31:27 2015 (r404093) @@ -36,6 +36,9 @@ GROUP?= www GID?= 80 LOG_FILE?= ${APP_HOME}/${APP_NAME}.log +NO_BUILD= yes +NO_ARCH= yes + SUB_LIST= \ APP_HOME=${APP_HOME} \ APP_NAME=${APP_NAME} \ @@ -57,8 +60,6 @@ SUB_FILES= \ message \ message-advanced -do-build: - pre-install: @${FMT} -w80 ${WRKDIR}/message > ${PKGMESSAGE} @${CAT} ${WRKDIR}/message-advanced >> ${PKGMESSAGE} Modified: head/www/jetty8/pkg-plist ============================================================================== --- head/www/jetty8/pkg-plist Mon Dec 21 12:29:45 2015 (r404092) +++ head/www/jetty8/pkg-plist Mon Dec 21 12:31:27 2015 (r404093) @@ -1754,162 +1754,164 @@ jetty/start.jar jetty/webapps/.donotdelete jetty/webapps/spdy.war jetty/webapps/test.war -@dirrm jetty/contexts/test.d -@dirrm jetty/contexts -@dirrm jetty/contexts-available -@dirrm jetty/etc -@dirrm jetty/javadoc/org/eclipse/jetty/ajp/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/ajp -@dirrm jetty/javadoc/org/eclipse/jetty/annotations/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/annotations -@dirrm jetty/javadoc/org/eclipse/jetty/client/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/client/security/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/client/security -@dirrm jetty/javadoc/org/eclipse/jetty/client/webdav/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/client/webdav -@dirrm jetty/javadoc/org/eclipse/jetty/client -@dirrm jetty/javadoc/org/eclipse/jetty/continuation/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/continuation -@dirrm jetty/javadoc/org/eclipse/jetty/deploy/bindings/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/deploy/bindings -@dirrm jetty/javadoc/org/eclipse/jetty/deploy/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/deploy/graph/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/deploy/graph -@dirrm jetty/javadoc/org/eclipse/jetty/deploy/jmx/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/deploy/jmx -@dirrm jetty/javadoc/org/eclipse/jetty/deploy/providers/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/deploy/providers -@dirrm jetty/javadoc/org/eclipse/jetty/deploy/util/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/deploy/util -@dirrm jetty/javadoc/org/eclipse/jetty/deploy -@dirrm jetty/javadoc/org/eclipse/jetty/http/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/http/gzip/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/http/gzip -@dirrm jetty/javadoc/org/eclipse/jetty/http/ssl/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/http/ssl -@dirrm jetty/javadoc/org/eclipse/jetty/http -@dirrm jetty/javadoc/org/eclipse/jetty/io/bio/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/io/bio -@dirrm jetty/javadoc/org/eclipse/jetty/io/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/io/nio/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/io/nio -@dirrm jetty/javadoc/org/eclipse/jetty/io -@dirrm jetty/javadoc/org/eclipse/jetty/jmx/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/jmx -@dirrm jetty/javadoc/org/eclipse/jetty/jndi/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/jndi/factories/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/jndi/factories -@dirrm jetty/javadoc/org/eclipse/jetty/jndi/java/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/jndi/java -@dirrm jetty/javadoc/org/eclipse/jetty/jndi/local/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/jndi/local -@dirrm jetty/javadoc/org/eclipse/jetty/jndi -@dirrm jetty/javadoc/org/eclipse/jetty/nested/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/nested -@dirrm jetty/javadoc/org/eclipse/jetty/plus/annotation/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/plus/annotation -@dirrm jetty/javadoc/org/eclipse/jetty/plus/jaas/callback/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/plus/jaas/callback -@dirrm jetty/javadoc/org/eclipse/jetty/plus/jaas/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/plus/jaas/spi/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/plus/jaas/spi -@dirrm jetty/javadoc/org/eclipse/jetty/plus/jaas -@dirrm jetty/javadoc/org/eclipse/jetty/plus/jndi/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/plus/jndi -@dirrm jetty/javadoc/org/eclipse/jetty/plus/security/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/plus/security -@dirrm jetty/javadoc/org/eclipse/jetty/plus/servlet/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/plus/servlet -@dirrm jetty/javadoc/org/eclipse/jetty/plus/webapp/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/plus/webapp -@dirrm jetty/javadoc/org/eclipse/jetty/plus -@dirrm jetty/javadoc/org/eclipse/jetty/rewrite/handler/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/rewrite/handler -@dirrm jetty/javadoc/org/eclipse/jetty/rewrite -@dirrm jetty/javadoc/org/eclipse/jetty/security/authentication/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/security/authentication -@dirrm jetty/javadoc/org/eclipse/jetty/security/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/security/jaspi/callback/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/security/jaspi/callback -@dirrm jetty/javadoc/org/eclipse/jetty/security/jaspi/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/security/jaspi/modules/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/security/jaspi/modules -@dirrm jetty/javadoc/org/eclipse/jetty/security/jaspi -@dirrm jetty/javadoc/org/eclipse/jetty/security -@dirrm jetty/javadoc/org/eclipse/jetty/server/bio/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/server/bio -@dirrm jetty/javadoc/org/eclipse/jetty/server/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/server/handler/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/server/handler/jmx/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/server/handler/jmx -@dirrm jetty/javadoc/org/eclipse/jetty/server/handler -@dirrm jetty/javadoc/org/eclipse/jetty/server/jmx/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/server/jmx -@dirrm jetty/javadoc/org/eclipse/jetty/server/nio/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/server/nio -@dirrm jetty/javadoc/org/eclipse/jetty/server/session/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/server/session/jmx/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/server/session/jmx -@dirrm jetty/javadoc/org/eclipse/jetty/server/session -@dirrm jetty/javadoc/org/eclipse/jetty/server/ssl/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/server/ssl -@dirrm jetty/javadoc/org/eclipse/jetty/server -@dirrm jetty/javadoc/org/eclipse/jetty/servlet/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/servlet/jmx/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/servlet/jmx -@dirrm jetty/javadoc/org/eclipse/jetty/servlet/listener/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/servlet/listener -@dirrm jetty/javadoc/org/eclipse/jetty/servlet -@dirrm jetty/javadoc/org/eclipse/jetty/servlets/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/servlets -@dirrm jetty/javadoc/org/eclipse/jetty/util/ajax/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/util/ajax -@dirrm jetty/javadoc/org/eclipse/jetty/util/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/util/component/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/util/component -@dirrm jetty/javadoc/org/eclipse/jetty/util/log/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/util/log/jmx/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/util/log/jmx -@dirrm jetty/javadoc/org/eclipse/jetty/util/log -@dirrm jetty/javadoc/org/eclipse/jetty/util/preventers/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/util/preventers -@dirrm jetty/javadoc/org/eclipse/jetty/util/resource/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/util/resource -@dirrm jetty/javadoc/org/eclipse/jetty/util/security/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/util/security -@dirrm jetty/javadoc/org/eclipse/jetty/util/ssl/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/util/ssl -@dirrm jetty/javadoc/org/eclipse/jetty/util/statistic/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/util/statistic -@dirrm jetty/javadoc/org/eclipse/jetty/util/thread/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/util/thread -@dirrm jetty/javadoc/org/eclipse/jetty/util -@dirrm jetty/javadoc/org/eclipse/jetty/webapp/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/webapp -@dirrm jetty/javadoc/org/eclipse/jetty/websocket/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/websocket -@dirrm jetty/javadoc/org/eclipse/jetty/xml/class-use -@dirrm jetty/javadoc/org/eclipse/jetty/xml -@dirrm jetty/javadoc/org/eclipse/jetty -@dirrm jetty/javadoc/org/eclipse -@dirrm jetty/javadoc/org -@dirrm jetty/javadoc/resources -@dirrm jetty/javadoc -@dirrm jetty/lib/annotations -@dirrm jetty/lib/ext -@dirrm jetty/lib/jndi -@dirrm jetty/lib/jsp -@dirrm jetty/lib/jta -@dirrm jetty/lib/monitor -@dirrm jetty/lib/policy -@dirrm jetty/lib/spdy -@dirrm jetty/lib -@dirrm jetty/logs -@dirrm jetty/overlays/instances -@dirrm jetty/overlays/nodes -@dirrm jetty/overlays/templates -@dirrm jetty/overlays/webapps -@dirrm jetty/overlays -@dirrm jetty/resources -@dirrm jetty/webapps -@dirrm jetty +@dir jetty/contexts/test.d +@dir jetty/contexts +@dir jetty/contexts-available +@dir jetty/etc +@dir jetty/javadoc/org/eclipse/jetty/ajp/class-use +@dir jetty/javadoc/org/eclipse/jetty/ajp +@dir jetty/javadoc/org/eclipse/jetty/annotations/class-use +@dir jetty/javadoc/org/eclipse/jetty/annotations +@dir jetty/javadoc/org/eclipse/jetty/client/class-use +@dir jetty/javadoc/org/eclipse/jetty/client/security/class-use +@dir jetty/javadoc/org/eclipse/jetty/client/security +@dir jetty/javadoc/org/eclipse/jetty/client/webdav/class-use +@dir jetty/javadoc/org/eclipse/jetty/client/webdav +@dir jetty/javadoc/org/eclipse/jetty/client +@dir jetty/javadoc/org/eclipse/jetty/continuation/class-use +@dir jetty/javadoc/org/eclipse/jetty/continuation +@dir jetty/javadoc/org/eclipse/jetty/deploy/bindings/class-use +@dir jetty/javadoc/org/eclipse/jetty/deploy/bindings +@dir jetty/javadoc/org/eclipse/jetty/deploy/class-use +@dir jetty/javadoc/org/eclipse/jetty/deploy/graph/class-use +@dir jetty/javadoc/org/eclipse/jetty/deploy/graph +@dir jetty/javadoc/org/eclipse/jetty/deploy/jmx/class-use +@dir jetty/javadoc/org/eclipse/jetty/deploy/jmx +@dir jetty/javadoc/org/eclipse/jetty/deploy/providers/class-use +@dir jetty/javadoc/org/eclipse/jetty/deploy/providers +@dir jetty/javadoc/org/eclipse/jetty/deploy/util/class-use +@dir jetty/javadoc/org/eclipse/jetty/deploy/util +@dir jetty/javadoc/org/eclipse/jetty/deploy +@dir jetty/javadoc/org/eclipse/jetty/http/class-use +@dir jetty/javadoc/org/eclipse/jetty/http/gzip/class-use +@dir jetty/javadoc/org/eclipse/jetty/http/gzip +@dir jetty/javadoc/org/eclipse/jetty/http/ssl/class-use +@dir jetty/javadoc/org/eclipse/jetty/http/ssl +@dir jetty/javadoc/org/eclipse/jetty/http +@dir jetty/javadoc/org/eclipse/jetty/io/bio/class-use +@dir jetty/javadoc/org/eclipse/jetty/io/bio +@dir jetty/javadoc/org/eclipse/jetty/io/class-use +@dir jetty/javadoc/org/eclipse/jetty/io/nio/class-use +@dir jetty/javadoc/org/eclipse/jetty/io/nio +@dir jetty/javadoc/org/eclipse/jetty/io +@dir jetty/javadoc/org/eclipse/jetty/jmx/class-use +@dir jetty/javadoc/org/eclipse/jetty/jmx +@dir jetty/javadoc/org/eclipse/jetty/jndi/class-use +@dir jetty/javadoc/org/eclipse/jetty/jndi/factories/class-use +@dir jetty/javadoc/org/eclipse/jetty/jndi/factories +@dir jetty/javadoc/org/eclipse/jetty/jndi/java/class-use +@dir jetty/javadoc/org/eclipse/jetty/jndi/java +@dir jetty/javadoc/org/eclipse/jetty/jndi/local/class-use +@dir jetty/javadoc/org/eclipse/jetty/jndi/local +@dir jetty/javadoc/org/eclipse/jetty/jndi +@dir jetty/javadoc/org/eclipse/jetty/nested/class-use +@dir jetty/javadoc/org/eclipse/jetty/nested +@dir jetty/javadoc/org/eclipse/jetty/plus/annotation/class-use +@dir jetty/javadoc/org/eclipse/jetty/plus/annotation +@dir jetty/javadoc/org/eclipse/jetty/plus/jaas/callback/class-use +@dir jetty/javadoc/org/eclipse/jetty/plus/jaas/callback +@dir jetty/javadoc/org/eclipse/jetty/plus/jaas/class-use +@dir jetty/javadoc/org/eclipse/jetty/plus/jaas/spi/class-use +@dir jetty/javadoc/org/eclipse/jetty/plus/jaas/spi +@dir jetty/javadoc/org/eclipse/jetty/plus/jaas +@dir jetty/javadoc/org/eclipse/jetty/plus/jndi/class-use +@dir jetty/javadoc/org/eclipse/jetty/plus/jndi +@dir jetty/javadoc/org/eclipse/jetty/plus/security/class-use +@dir jetty/javadoc/org/eclipse/jetty/plus/security +@dir jetty/javadoc/org/eclipse/jetty/plus/servlet/class-use +@dir jetty/javadoc/org/eclipse/jetty/plus/servlet +@dir jetty/javadoc/org/eclipse/jetty/plus/webapp/class-use +@dir jetty/javadoc/org/eclipse/jetty/plus/webapp +@dir jetty/javadoc/org/eclipse/jetty/plus +@dir jetty/javadoc/org/eclipse/jetty/rewrite/handler/class-use +@dir jetty/javadoc/org/eclipse/jetty/rewrite/handler +@dir jetty/javadoc/org/eclipse/jetty/rewrite +@dir jetty/javadoc/org/eclipse/jetty/security/authentication/class-use +@dir jetty/javadoc/org/eclipse/jetty/security/authentication +@dir jetty/javadoc/org/eclipse/jetty/security/class-use +@dir jetty/javadoc/org/eclipse/jetty/security/jaspi/callback/class-use +@dir jetty/javadoc/org/eclipse/jetty/security/jaspi/callback +@dir jetty/javadoc/org/eclipse/jetty/security/jaspi/class-use +@dir jetty/javadoc/org/eclipse/jetty/security/jaspi/modules/class-use +@dir jetty/javadoc/org/eclipse/jetty/security/jaspi/modules +@dir jetty/javadoc/org/eclipse/jetty/security/jaspi +@dir jetty/javadoc/org/eclipse/jetty/security +@dir jetty/javadoc/org/eclipse/jetty/server/bio/class-use +@dir jetty/javadoc/org/eclipse/jetty/server/bio +@dir jetty/javadoc/org/eclipse/jetty/server/class-use +@dir jetty/javadoc/org/eclipse/jetty/server/handler/class-use +@dir jetty/javadoc/org/eclipse/jetty/server/handler/jmx/class-use +@dir jetty/javadoc/org/eclipse/jetty/server/handler/jmx +@dir jetty/javadoc/org/eclipse/jetty/server/handler +@dir jetty/javadoc/org/eclipse/jetty/server/jmx/class-use +@dir jetty/javadoc/org/eclipse/jetty/server/jmx +@dir jetty/javadoc/org/eclipse/jetty/server/nio/class-use +@dir jetty/javadoc/org/eclipse/jetty/server/nio +@dir jetty/javadoc/org/eclipse/jetty/server/session/class-use +@dir jetty/javadoc/org/eclipse/jetty/server/session/jmx/class-use +@dir jetty/javadoc/org/eclipse/jetty/server/session/jmx +@dir jetty/javadoc/org/eclipse/jetty/server/session +@dir jetty/javadoc/org/eclipse/jetty/server/ssl/class-use +@dir jetty/javadoc/org/eclipse/jetty/server/ssl +@dir jetty/javadoc/org/eclipse/jetty/server +@dir jetty/javadoc/org/eclipse/jetty/servlet/class-use +@dir jetty/javadoc/org/eclipse/jetty/servlet/jmx/class-use +@dir jetty/javadoc/org/eclipse/jetty/servlet/jmx +@dir jetty/javadoc/org/eclipse/jetty/servlet/listener/class-use +@dir jetty/javadoc/org/eclipse/jetty/servlet/listener +@dir jetty/javadoc/org/eclipse/jetty/servlet +@dir jetty/javadoc/org/eclipse/jetty/servlets/class-use +@dir jetty/javadoc/org/eclipse/jetty/servlets +@dir jetty/javadoc/org/eclipse/jetty/util/ajax/class-use +@dir jetty/javadoc/org/eclipse/jetty/util/ajax +@dir jetty/javadoc/org/eclipse/jetty/util/class-use +@dir jetty/javadoc/org/eclipse/jetty/util/component/class-use +@dir jetty/javadoc/org/eclipse/jetty/util/component +@dir jetty/javadoc/org/eclipse/jetty/util/log/class-use +@dir jetty/javadoc/org/eclipse/jetty/util/log/jmx/class-use +@dir jetty/javadoc/org/eclipse/jetty/util/log/jmx +@dir jetty/javadoc/org/eclipse/jetty/util/log +@dir jetty/javadoc/org/eclipse/jetty/util/preventers/class-use +@dir jetty/javadoc/org/eclipse/jetty/util/preventers +@dir jetty/javadoc/org/eclipse/jetty/util/resource/class-use +@dir jetty/javadoc/org/eclipse/jetty/util/resource +@dir jetty/javadoc/org/eclipse/jetty/util/security/class-use +@dir jetty/javadoc/org/eclipse/jetty/util/security +@dir jetty/javadoc/org/eclipse/jetty/util/ssl/class-use +@dir jetty/javadoc/org/eclipse/jetty/util/ssl +@dir jetty/javadoc/org/eclipse/jetty/util/statistic/class-use +@dir jetty/javadoc/org/eclipse/jetty/util/statistic +@dir jetty/javadoc/org/eclipse/jetty/util/thread/class-use +@dir jetty/javadoc/org/eclipse/jetty/util/thread +@dir jetty/javadoc/org/eclipse/jetty/util +@dir jetty/javadoc/org/eclipse/jetty/webapp/class-use +@dir jetty/javadoc/org/eclipse/jetty/webapp +@dir jetty/javadoc/org/eclipse/jetty/websocket/class-use +@dir jetty/javadoc/org/eclipse/jetty/websocket +@dir jetty/javadoc/org/eclipse/jetty/xml/class-use +@dir jetty/javadoc/org/eclipse/jetty/xml +@dir jetty/javadoc/org/eclipse/jetty +@dir jetty/javadoc/org/eclipse +@dir jetty/javadoc/org +@dir jetty/javadoc/resources +@dir jetty/javadoc +@dir jetty/lib/annotations +@dir jetty/lib/ext +@dir jetty/lib/jndi +@dir jetty/lib/jsp +@dir jetty/lib/jta +@dir jetty/lib/monitor +@dir jetty/lib/policy +@dir jetty/lib/spdy +@dir jetty/lib +@dir jetty/logs +@dir jetty/overlays/instances +@dir jetty/overlays/nodes +@dir jetty/overlays/templates +@dir jetty/overlays/webapps +@dir jetty/overlays +@dir jetty/resources +@dir jetty/webapps +@dir jetty +@owner +@group From owner-svn-ports-head@freebsd.org Mon Dec 21 12:35:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BE70A4EF96; Mon, 21 Dec 2015 12:35:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 12801126C; Mon, 21 Dec 2015 12:35:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLCZ4Sl043886; Mon, 21 Dec 2015 12:35:04 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLCZ4c3043884; Mon, 21 Dec 2015 12:35:04 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512211235.tBLCZ4c3043884@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 21 Dec 2015 12:35:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404094 - head/www/coppermine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 12:35:05 -0000 Author: amdmi3 Date: Mon Dec 21 12:35:03 2015 New Revision: 404094 URL: https://svnweb.freebsd.org/changeset/ports/404094 Log: - Add NO_ARCH - Switch to options helpers - Modernize plist Approved by: portmgr blanket Modified: head/www/coppermine/Makefile head/www/coppermine/pkg-plist Modified: head/www/coppermine/Makefile ============================================================================== --- head/www/coppermine/Makefile Mon Dec 21 12:31:27 2015 (r404093) +++ head/www/coppermine/Makefile Mon Dec 21 12:35:03 2015 (r404094) @@ -20,6 +20,7 @@ USE_PHP= mysql pcre ctype USES= zip NO_BUILD= yes +NO_ARCH= yes WRKSRC= ${WRKDIR}/cpg${PORTVERSION:R:R}${PORTVERSION:R:E}x DOCFILES= CHANGELOG.txt COPYING.txt README.txt @@ -40,9 +41,11 @@ pre-everything:: post-extract: @${CHMOD} -R o-w ${WRKSRC}/ -do-install: +pre-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC} && ${INSTALL_DATA} ${DOCFILES} ${STAGEDIR}${DOCSDIR} + +do-install: cd ${WRKSRC}/ && ${RM} ${DOCFILES} cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/ Modified: head/www/coppermine/pkg-plist ============================================================================== --- head/www/coppermine/pkg-plist Mon Dec 21 12:31:27 2015 (r404093) +++ head/www/coppermine/pkg-plist Mon Dec 21 12:35:03 2015 (r404094) @@ -2174,85 +2174,84 @@ %%WWWDIR%%/viewlog.php %%WWWDIR%%/xp_publish.php %%WWWDIR%%/zipdownload.php -@dirrm %%WWWDIR%%/themes/water_drop/images -@dirrm %%WWWDIR%%/themes/water_drop -@dirrm %%WWWDIR%%/themes/sample/images -@dirrm %%WWWDIR%%/themes/sample -@dirrm %%WWWDIR%%/themes/rainy_day/images -@dirrm %%WWWDIR%%/themes/rainy_day -@dirrm %%WWWDIR%%/themes/hardwired/images/navbar -@dirrm %%WWWDIR%%/themes/hardwired/images -@dirrm %%WWWDIR%%/themes/hardwired -@dirrm %%WWWDIR%%/themes/eyeball/images/navbar -@dirrm %%WWWDIR%%/themes/eyeball/images -@dirrm %%WWWDIR%%/themes/eyeball -@dirrm %%WWWDIR%%/themes/curve/images -@dirrm %%WWWDIR%%/themes/curve -@dirrm %%WWWDIR%%/themes -@dirrm %%WWWDIR%%/sql -@dirrm %%WWWDIR%%/plugins/visiblehookpoints/js -@dirrm %%WWWDIR%%/plugins/visiblehookpoints/css -@dirrm %%WWWDIR%%/plugins/visiblehookpoints -@dirrm %%WWWDIR%%/plugins/usergal_alphatabs -@dirrm %%WWWDIR%%/plugins/sample -@dirrm %%WWWDIR%%/plugins/opensearch -@dirrm %%WWWDIR%%/plugins/onlinestats -@dirrm %%WWWDIR%%/plugins/link_target -@dirrm %%WWWDIR%%/plugins -@dirrm %%WWWDIR%%/logs -@dirrm %%WWWDIR%%/lang -@dirrm %%WWWDIR%%/js/swfupload -@dirrm %%WWWDIR%%/js -@dirrm %%WWWDIR%%/include/transliteration -@dirrm %%WWWDIR%%/include/makers -@dirrm %%WWWDIR%%/include/inspekt/validator -@dirrm %%WWWDIR%%/include/inspekt/filter -@dirrm %%WWWDIR%%/include/inspekt/error -@dirrm %%WWWDIR%%/include/inspekt -@dirrm %%WWWDIR%%/include -@dirrm %%WWWDIR%%/images/vanity -@dirrm %%WWWDIR%%/images/tree -@dirrm %%WWWDIR%%/images/thumbs -@dirrm %%WWWDIR%%/images/smiles -@dirrm %%WWWDIR%%/images/os -@dirrm %%WWWDIR%%/images/navbar -@dirrm %%WWWDIR%%/images/message -@dirrm %%WWWDIR%%/images/install -@dirrm %%WWWDIR%%/images/icons -@dirrm %%WWWDIR%%/images/fonts -@dirrm %%WWWDIR%%/images/flags -@dirrm %%WWWDIR%%/images/extensions -@dirrm %%WWWDIR%%/images/browser -@dirrm %%WWWDIR%%/images/batch -@dirrm %%WWWDIR%%/images -@dirrm %%WWWDIR%%/docs/tutorial -@dirrm %%WWWDIR%%/docs/style -@dirrm %%WWWDIR%%/docs/se/images -@dirrm %%WWWDIR%%/docs/se -@dirrm %%WWWDIR%%/docs/nl/images -@dirrm %%WWWDIR%%/docs/nl -@dirrm %%WWWDIR%%/docs/js/fullsize -@dirrm %%WWWDIR%%/docs/js -@dirrm %%WWWDIR%%/docs/images/themes -@dirrm %%WWWDIR%%/docs/images/message -@dirrm %%WWWDIR%%/docs/images/license -@dirrm %%WWWDIR%%/docs/images/icons -@dirrm %%WWWDIR%%/docs/images -@dirrm %%WWWDIR%%/docs/fr/images -@dirrm %%WWWDIR%%/docs/fr -@dirrm %%WWWDIR%%/docs/es/images -@dirrm %%WWWDIR%%/docs/es -@dirrm %%WWWDIR%%/docs/en/images -@dirrm %%WWWDIR%%/docs/en -@dirrm %%WWWDIR%%/docs/de/images -@dirrm %%WWWDIR%%/docs/de -@dirrm %%WWWDIR%%/docs -@dirrm %%WWWDIR%%/css -@dirrm %%WWWDIR%%/bridge -@dirrm %%WWWDIR%%/albums/userpics -@dirrm %%WWWDIR%%/albums/edit -@dirrm %%WWWDIR%%/albums -@dirrmtry %%WWWDIR%% +@dir %%WWWDIR%%/themes/water_drop/images +@dir %%WWWDIR%%/themes/water_drop +@dir %%WWWDIR%%/themes/sample/images +@dir %%WWWDIR%%/themes/sample +@dir %%WWWDIR%%/themes/rainy_day/images +@dir %%WWWDIR%%/themes/rainy_day +@dir %%WWWDIR%%/themes/hardwired/images/navbar +@dir %%WWWDIR%%/themes/hardwired/images +@dir %%WWWDIR%%/themes/hardwired +@dir %%WWWDIR%%/themes/eyeball/images/navbar +@dir %%WWWDIR%%/themes/eyeball/images +@dir %%WWWDIR%%/themes/eyeball +@dir %%WWWDIR%%/themes/curve/images +@dir %%WWWDIR%%/themes/curve +@dir %%WWWDIR%%/themes +@dir %%WWWDIR%%/sql +@dir %%WWWDIR%%/plugins/visiblehookpoints/js +@dir %%WWWDIR%%/plugins/visiblehookpoints/css +@dir %%WWWDIR%%/plugins/visiblehookpoints +@dir %%WWWDIR%%/plugins/usergal_alphatabs +@dir %%WWWDIR%%/plugins/sample +@dir %%WWWDIR%%/plugins/opensearch +@dir %%WWWDIR%%/plugins/onlinestats +@dir %%WWWDIR%%/plugins/link_target +@dir %%WWWDIR%%/plugins +@dir %%WWWDIR%%/logs +@dir %%WWWDIR%%/lang +@dir %%WWWDIR%%/js/swfupload +@dir %%WWWDIR%%/js +@dir %%WWWDIR%%/include/transliteration +@dir %%WWWDIR%%/include/makers +@dir %%WWWDIR%%/include/inspekt/validator +@dir %%WWWDIR%%/include/inspekt/filter +@dir %%WWWDIR%%/include/inspekt/error +@dir %%WWWDIR%%/include/inspekt +@dir %%WWWDIR%%/include +@dir %%WWWDIR%%/images/vanity +@dir %%WWWDIR%%/images/tree +@dir %%WWWDIR%%/images/thumbs +@dir %%WWWDIR%%/images/smiles +@dir %%WWWDIR%%/images/os +@dir %%WWWDIR%%/images/navbar +@dir %%WWWDIR%%/images/message +@dir %%WWWDIR%%/images/install +@dir %%WWWDIR%%/images/icons +@dir %%WWWDIR%%/images/fonts +@dir %%WWWDIR%%/images/flags +@dir %%WWWDIR%%/images/extensions +@dir %%WWWDIR%%/images/browser +@dir %%WWWDIR%%/images/batch +@dir %%WWWDIR%%/images +@dir %%WWWDIR%%/docs/tutorial +@dir %%WWWDIR%%/docs/style +@dir %%WWWDIR%%/docs/se/images +@dir %%WWWDIR%%/docs/se +@dir %%WWWDIR%%/docs/nl/images +@dir %%WWWDIR%%/docs/nl +@dir %%WWWDIR%%/docs/js/fullsize +@dir %%WWWDIR%%/docs/js +@dir %%WWWDIR%%/docs/images/themes +@dir %%WWWDIR%%/docs/images/message +@dir %%WWWDIR%%/docs/images/license +@dir %%WWWDIR%%/docs/images/icons +@dir %%WWWDIR%%/docs/images +@dir %%WWWDIR%%/docs/fr/images +@dir %%WWWDIR%%/docs/fr +@dir %%WWWDIR%%/docs/es/images +@dir %%WWWDIR%%/docs/es +@dir %%WWWDIR%%/docs/en/images +@dir %%WWWDIR%%/docs/en +@dir %%WWWDIR%%/docs/de/images +@dir %%WWWDIR%%/docs/de +@dir %%WWWDIR%%/docs +@dir %%WWWDIR%%/css +@dir %%WWWDIR%%/bridge +@dir %%WWWDIR%%/albums/userpics +@dir %%WWWDIR%%/albums/edit +@dir %%WWWDIR%%/albums +@dir %%WWWDIR%% @group @owner -%%PORTDOCS%%@dirrm %%DOCSDIR%% From owner-svn-ports-head@freebsd.org Mon Dec 21 13:15:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36B7EA4CB28; Mon, 21 Dec 2015 13:15:59 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 09094174F; Mon, 21 Dec 2015 13:15:58 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLDFwL2055850; Mon, 21 Dec 2015 13:15:58 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLDFwga055848; Mon, 21 Dec 2015 13:15:58 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201512211315.tBLDFwga055848@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Mon, 21 Dec 2015 13:15:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404096 - head/net/dpinger X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 13:15:59 -0000 Author: garga Date: Mon Dec 21 13:15:57 2015 New Revision: 404096 URL: https://svnweb.freebsd.org/changeset/ports/404096 Log: Update net/dpinger to 1.1 Sponsored by: Rubicon Communications (Netgate) Modified: head/net/dpinger/Makefile head/net/dpinger/distinfo Modified: head/net/dpinger/Makefile ============================================================================== --- head/net/dpinger/Makefile Mon Dec 21 13:01:00 2015 (r404095) +++ head/net/dpinger/Makefile Mon Dec 21 13:15:57 2015 (r404096) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dpinger -PORTVERSION= 0.0.1.20151218 +PORTVERSION= 1.1 CATEGORIES= net MAINTAINER= garga@FreeBSD.org @@ -13,7 +13,7 @@ USES= uidfix USE_GITHUB= yes GH_ACCOUNT= dennypage GH_PROJECT= dpinger -GH_TAGNAME= bfed5112c2 +GH_TAGNAME= v1.1 PLIST_FILES= bin/dpinger Modified: head/net/dpinger/distinfo ============================================================================== --- head/net/dpinger/distinfo Mon Dec 21 13:01:00 2015 (r404095) +++ head/net/dpinger/distinfo Mon Dec 21 13:15:57 2015 (r404096) @@ -1,2 +1,2 @@ -SHA256 (dennypage-dpinger-0.0.1.20151218-bfed5112c2_GH0.tar.gz) = 81189170befbe361ef9301c5ba26b33811f2189f952931d3ea7e91b071a094c2 -SIZE (dennypage-dpinger-0.0.1.20151218-bfed5112c2_GH0.tar.gz) = 9538 +SHA256 (dennypage-dpinger-1.1-v1.1_GH0.tar.gz) = 2a0d7fad1122bdcedfbd481cfcc06c70a1a12b74263138e40b7ffaff76dc8d97 +SIZE (dennypage-dpinger-1.1-v1.1_GH0.tar.gz) = 9529 From owner-svn-ports-head@freebsd.org Mon Dec 21 13:24:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37AE8A4D094; Mon, 21 Dec 2015 13:24:25 +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 0AE8B1BE7; Mon, 21 Dec 2015 13:24:24 +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 tBLDOOUW058800; Mon, 21 Dec 2015 13:24:24 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLDOO6f058799; Mon, 21 Dec 2015 13:24:24 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201512211324.tBLDOO6f058799@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, 21 Dec 2015 13:24:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404097 - head/audio/fdmf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 13:24:25 -0000 Author: rakuco Date: Mon Dec 21 13:24:24 2015 New Revision: 404097 URL: https://svnweb.freebsd.org/changeset/ports/404097 Log: Make graphics/plotutils a runtime dependency. This port does not link against libplot.so at all; it just invokes the `spline' program at runtime. Modified: head/audio/fdmf/Makefile Modified: head/audio/fdmf/Makefile ============================================================================== --- head/audio/fdmf/Makefile Mon Dec 21 13:15:57 2015 (r404096) +++ head/audio/fdmf/Makefile Mon Dec 21 13:24:24 2015 (r404097) @@ -3,7 +3,7 @@ PORTNAME= fdmf DISTVERSION= 0.0.9s -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MASTER_SITES= http://w140.com/audio/ @@ -14,12 +14,12 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm \ - libplot.so:${PORTSDIR}/graphics/plotutils \ libfftw3.so:${PORTSDIR}/math/fftw3 RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer \ mpg123:${PORTSDIR}/audio/mpg123 \ ogg123:${PORTSDIR}/audio/vorbis-tools \ - p5-GDBM>=0:${PORTSDIR}/databases/p5-GDBM + p5-GDBM>=0:${PORTSDIR}/databases/p5-GDBM \ + spline:${PORTSDIR}/graphics/plotutils USES= perl5 shebangfix SHEBANG_FILES= ${SCRS} From owner-svn-ports-head@freebsd.org Mon Dec 21 13:25:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6387A4D11F; Mon, 21 Dec 2015 13:25:21 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x22f.google.com (mail-pa0-x22f.google.com [IPv6:2607:f8b0:400e:c03::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AD87C1CC8; Mon, 21 Dec 2015 13:25:21 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pa0-x22f.google.com with SMTP id q3so79449633pav.3; Mon, 21 Dec 2015 05:25:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=VIQYOmJqoBxHNMGBkqRu7++DRa/ibgSZZg+IkFDdIO8=; b=lIxrq3MrSAVnjh2lP9hj33ID4+449+4BIMINr0DIJ/7Prxv55u03RO8Mogv5tH1WZt Bb8EAW/0FvTDJ93Uulrks6SHic6aPZ2Ttr86MR7LGbkwFl1ESSoTSfAqNiNFZ3HuuhmT G50epWUMMjd7af58KPlhZToI/BdWrsIOU/b7Vz6xwn8P4vYUjo1gEcODcWUh7xQGHSa9 kLlndMGK8Nc/xJa/fPC5NqWhASUhjzNJk7825htIxhK5KQzIr2379uDO8/8onHxS7qjB nVT0lhF5kkP8x5FaDkCJ3safpbs85GjTK3DmsvV6tJX8tQpa38O9UdFy1qZKtEpSQopz cckA== X-Received: by 10.66.164.70 with SMTP id yo6mr27107910pab.36.1450704321223; Mon, 21 Dec 2015 05:25:21 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:c825:be55:88ec:f9f1? (2001-44b8-31ae-7b01-c825-be55-88ec-f9f1.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:c825:be55:88ec:f9f1]) by smtp.gmail.com with ESMTPSA id v68sm34890908pfa.1.2015.12.21.05.25.18 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 21 Dec 2015 05:25:20 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r404097 - head/audio/fdmf References: <201512211324.tBLDOO6f058799@repo.freebsd.org> To: Raphael Kubo da Costa , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <5677FDB9.6040002@FreeBSD.org> Date: Tue, 22 Dec 2015 00:25:13 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Thunderbird/42.0 MIME-Version: 1.0 In-Reply-To: <201512211324.tBLDOO6f058799@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 13:25:21 -0000 On 22/12/2015 12:24 AM, Raphael Kubo da Costa wrote: > Author: rakuco > Date: Mon Dec 21 13:24:24 2015 > New Revision: 404097 > URL: https://svnweb.freebsd.org/changeset/ports/404097 > > Log: > Make graphics/plotutils a runtime dependency. > > This port does not link against libplot.so at all; it just invokes the > `spline' program at runtime. > > Modified: > head/audio/fdmf/Makefile > > Modified: head/audio/fdmf/Makefile > ============================================================================== > --- head/audio/fdmf/Makefile Mon Dec 21 13:15:57 2015 (r404096) > +++ head/audio/fdmf/Makefile Mon Dec 21 13:24:24 2015 (r404097) > @@ -3,7 +3,7 @@ > > PORTNAME= fdmf > DISTVERSION= 0.0.9s > -PORTREVISION= 8 > +PORTREVISION= 9 > CATEGORIES= audio > MASTER_SITES= http://w140.com/audio/ > > @@ -14,12 +14,12 @@ LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/COPYING > > LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm \ > - libplot.so:${PORTSDIR}/graphics/plotutils \ > libfftw3.so:${PORTSDIR}/math/fftw3 > RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer \ > mpg123:${PORTSDIR}/audio/mpg123 \ > ogg123:${PORTSDIR}/audio/vorbis-tools \ > - p5-GDBM>=0:${PORTSDIR}/databases/p5-GDBM > + p5-GDBM>=0:${PORTSDIR}/databases/p5-GDBM \ > + spline:${PORTSDIR}/graphics/plotutils > > USES= perl5 shebangfix > SHEBANG_FILES= ${SCRS} > Is this good for MFH? From owner-svn-ports-head@freebsd.org Mon Dec 21 13:28:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 106BBA4D2A8; Mon, 21 Dec 2015 13:28:04 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D328A1E1E; Mon, 21 Dec 2015 13:28:03 +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 tBLDS2Ni059016; Mon, 21 Dec 2015 13:28:02 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLDS2OL059015; Mon, 21 Dec 2015 13:28:02 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201512211328.tBLDS2OL059015@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, 21 Dec 2015 13:28:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404098 - head/graphics/enblend X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 13:28:04 -0000 Author: rakuco Date: Mon Dec 21 13:28:02 2015 New Revision: 404098 URL: https://svnweb.freebsd.org/changeset/ports/404098 Log: Drop dependency on graphics/plotutils. As the ports's NEWS file says, since the 4.1.x series "Enblend no longer relies on libXMI". Modified: head/graphics/enblend/Makefile Modified: head/graphics/enblend/Makefile ============================================================================== --- head/graphics/enblend/Makefile Mon Dec 21 13:24:24 2015 (r404097) +++ head/graphics/enblend/Makefile Mon Dec 21 13:28:02 2015 (r404098) @@ -3,7 +3,7 @@ PORTNAME= enblend PORTVERSION= 4.1.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics MASTER_SITES= SF/enblend/enblend-enfuse/enblend-enfuse-${PORTVERSION:R} DISTNAME= enblend-enfuse-${PORTVERSION} @@ -14,7 +14,6 @@ COMMENT= Tool for image blending with mu BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo \ OpenEXR>=1.0:${PORTSDIR}/graphics/OpenEXR LIB_DEPENDS= liblcms2.so:${PORTSDIR}/graphics/lcms2 \ - libxmi.so:${PORTSDIR}/graphics/plotutils \ libtiff.so:${PORTSDIR}/graphics/tiff \ libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \ libvigraimpex.so:${PORTSDIR}/graphics/vigra \ From owner-svn-ports-head@freebsd.org Mon Dec 21 13:30:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A14B6A4D43E; Mon, 21 Dec 2015 13:30:22 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55E101FAD; Mon, 21 Dec 2015 13:30:22 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLDULFb059225; Mon, 21 Dec 2015 13:30:21 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLDULjF059222; Mon, 21 Dec 2015 13:30:21 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512211330.tBLDULjF059222@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Mon, 21 Dec 2015 13:30:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404099 - head/mail/mu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 13:30:22 -0000 Author: miwi Date: Mon Dec 21 13:30:21 2015 New Revision: 404099 URL: https://svnweb.freebsd.org/changeset/ports/404099 Log: - Update to 0.9.15 PR: 204199 Submitted by: Ports Fury Approved by: mat (mentor) Differential Revision: D4617 Modified: head/mail/mu/Makefile head/mail/mu/distinfo head/mail/mu/pkg-plist Modified: head/mail/mu/Makefile ============================================================================== --- head/mail/mu/Makefile Mon Dec 21 13:28:02 2015 (r404098) +++ head/mail/mu/Makefile Mon Dec 21 13:30:21 2015 (r404099) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mu -PORTVERSION= 0.9.12 -DISTVERSIONPREFIX= v +PORTVERSION= 0.9.15 CATEGORIES= mail MAINTAINER= ports@FreeBSD.org @@ -26,7 +25,7 @@ INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= GUILE MU4E +OPTIONS_DEFINE= DOCS GUILE MU4E OPTIONS_SUB= yes GUILE_LIB_DEPENDS= libguile-2.0.so:${PORTSDIR}/lang/guile2 @@ -38,14 +37,12 @@ MU4E_USE= emacs=yes MU4E_CONFIGURE_ENABLE= mu4e MU4E_INFO= mu4e -.include - post-install: (cd ${FILESDIR} && ${INSTALL_SCRIPT} mu-ask \ ${STAGEDIR}${PREFIX}/bin) -.if ${PORT_OPTIONS:MGUILE} + +post-install-GUILE-on: (${FIND} ${STAGEDIR}${PREFIX}/lib -name "*.so.*" -type f | \ ${XARGS} ${STRIP_CMD}) -.endif .include Modified: head/mail/mu/distinfo ============================================================================== --- head/mail/mu/distinfo Mon Dec 21 13:28:02 2015 (r404098) +++ head/mail/mu/distinfo Mon Dec 21 13:30:21 2015 (r404099) @@ -1,2 +1,2 @@ -SHA256 (djcb-mu-v0.9.12_GH0.tar.gz) = b871124fc7774a2593815f89286671a8f31d7243bb898a8ca454685599f2b9af -SIZE (djcb-mu-v0.9.12_GH0.tar.gz) = 2196977 +SHA256 (djcb-mu-0.9.15_GH0.tar.gz) = 60c63fdf1b726696cb0028b86eaee2aa72e171493b2d5626ea173b912ff25d4c +SIZE (djcb-mu-0.9.15_GH0.tar.gz) = 2203193 Modified: head/mail/mu/pkg-plist ============================================================================== --- head/mail/mu/pkg-plist Mon Dec 21 13:28:02 2015 (r404098) +++ head/mail/mu/pkg-plist Mon Dec 21 13:30:21 2015 (r404099) @@ -20,8 +20,8 @@ man/man1/mu-view.1.gz man/man1/mu.1.gz man/man1/mug.1.gz man/man5/mu-bookmarks.5.gz -%%MU4E%%%%EMACS_SITE_LISPDIR%%/mu4e/mu4e-about.el -%%MU4E%%%%EMACS_SITE_LISPDIR%%/mu4e/mu4e-about.elc +%%PORTDOCS%%%%DOCSDIR%%/NEWS.org +%%PORTDOCS%%%%MU4E%%%%DOCSDIR%%/mu4e-about.org %%MU4E%%%%EMACS_SITE_LISPDIR%%/mu4e/mu4e-actions.el %%MU4E%%%%EMACS_SITE_LISPDIR%%/mu4e/mu4e-actions.elc %%MU4E%%%%EMACS_SITE_LISPDIR%%/mu4e/mu4e-compose.el From owner-svn-ports-head@freebsd.org Mon Dec 21 13:44:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8DF6CA4DE7B; Mon, 21 Dec 2015 13:44:28 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 589FD1852; Mon, 21 Dec 2015 13:44:28 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLDiRTE064925; Mon, 21 Dec 2015 13:44:27 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLDiRIt064922; Mon, 21 Dec 2015 13:44:27 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201512211344.tBLDiRIt064922@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Mon, 21 Dec 2015 13:44:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404100 - head/graphics/gscan2pdf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 13:44:28 -0000 Author: danilo Date: Mon Dec 21 13:44:26 2015 New Revision: 404100 URL: https://svnweb.freebsd.org/changeset/ports/404100 Log: - Update to 1.3.6 Modified: head/graphics/gscan2pdf/Makefile head/graphics/gscan2pdf/distinfo head/graphics/gscan2pdf/pkg-plist Modified: head/graphics/gscan2pdf/Makefile ============================================================================== --- head/graphics/gscan2pdf/Makefile Mon Dec 21 13:30:21 2015 (r404099) +++ head/graphics/gscan2pdf/Makefile Mon Dec 21 13:44:26 2015 (r404100) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gscan2pdf -PORTVERSION= 1.3.5 +PORTVERSION= 1.3.6 CATEGORIES= graphics MASTER_SITES= SF Modified: head/graphics/gscan2pdf/distinfo ============================================================================== --- head/graphics/gscan2pdf/distinfo Mon Dec 21 13:30:21 2015 (r404099) +++ head/graphics/gscan2pdf/distinfo Mon Dec 21 13:44:26 2015 (r404100) @@ -1,2 +1,2 @@ -SHA256 (gscan2pdf-1.3.5.tar.xz) = 96b0d06810a256a49dbb849550453e2466f5b6174ffc7aaa085cf7742fc4387e -SIZE (gscan2pdf-1.3.5.tar.xz) = 362692 +SHA256 (gscan2pdf-1.3.6.tar.xz) = 1dfbdd2413884c1983a1cc689384d0c80404a0a6912ac3bd0691ee350eb58105 +SIZE (gscan2pdf-1.3.6.tar.xz) = 367760 Modified: head/graphics/gscan2pdf/pkg-plist ============================================================================== --- head/graphics/gscan2pdf/pkg-plist Mon Dec 21 13:30:21 2015 (r404099) +++ head/graphics/gscan2pdf/pkg-plist Mon Dec 21 13:44:26 2015 (r404100) @@ -10,6 +10,7 @@ bin/scanimage-perl %%SITE_PERL%%/Gscan2pdf/Dialog/Scan/CLI.pm %%SITE_PERL%%/Gscan2pdf/Dialog/Scan/Sane.pm %%SITE_PERL%%/Gscan2pdf/Document.pm +%%SITE_PERL%%/Gscan2pdf/EntryCompletion.pm %%SITE_PERL%%/Gscan2pdf/Frontend/CLI.pm %%SITE_PERL%%/Gscan2pdf/Frontend/Sane.pm %%SITE_PERL%%/Gscan2pdf/NetPBM.pm From owner-svn-ports-head@freebsd.org Mon Dec 21 14:00:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECF47A4E778; Mon, 21 Dec 2015 14:00:48 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C4A561E4E; Mon, 21 Dec 2015 14:00:48 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLE0lGN068082; Mon, 21 Dec 2015 14:00:47 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLE0lJs068078; Mon, 21 Dec 2015 14:00:47 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512211400.tBLE0lJs068078@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Mon, 21 Dec 2015 14:00:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404101 - in head/www: . py-django-statici18n X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 14:00:49 -0000 Author: miwi Date: Mon Dec 21 14:00:47 2015 New Revision: 404101 URL: https://svnweb.freebsd.org/changeset/ports/404101 Log: When dealing with internationalization in JavaScript code, Django provides the javascript_catalog view which sends out a JavaScript code library with functions that mimic the gettext interface, plus an array of translation strings. At first glance, it works well and everything is fine. But, because javascript_catalog view is generating JavaScript catalog dynamically on each request, it's adding an overhead that can be an issue with site growth. WWW: https://github.com/zyegfryed/django-statici18n PR: 203935 Submitted by: Ultima Approved by: mat (mentor) Differential Revision: D4641 Added: head/www/py-django-statici18n/ head/www/py-django-statici18n/Makefile (contents, props changed) head/www/py-django-statici18n/distinfo (contents, props changed) head/www/py-django-statici18n/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Dec 21 13:44:26 2015 (r404100) +++ head/www/Makefile Mon Dec 21 14:00:47 2015 (r404101) @@ -1569,6 +1569,7 @@ SUBDIR += py-django-sekizai SUBDIR += py-django-signals-ahoy SUBDIR += py-django-simple-captcha + SUBDIR += py-django-statici18n SUBDIR += py-django-storages SUBDIR += py-django-subdomains SUBDIR += py-django-tables2 Added: head/www/py-django-statici18n/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-statici18n/Makefile Mon Dec 21 14:00:47 2015 (r404101) @@ -0,0 +1,22 @@ +# Created by: Ultima +# $FreeBSD$ + +PORTNAME= django-statici18n +PORTVERSION= 1.1.5 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ultima1252@gmail.com +COMMENT= Helper for generating Javascript catalog to static files + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django<=18:${PORTSDIR}/www/py-django \ + ${PYTHON_PKGNAMEPREFIX}django-appconf>=0.6:${PORTSDIR}/www/py-django-appconf + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/www/py-django-statici18n/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-statici18n/distinfo Mon Dec 21 14:00:47 2015 (r404101) @@ -0,0 +1,2 @@ +SHA256 (django-statici18n-1.1.5.tar.gz) = f8d7b523da8fa635de8c359f6dbde9821e2e8e1a092d915786455ffd2533808b +SIZE (django-statici18n-1.1.5.tar.gz) = 8980 Added: head/www/py-django-statici18n/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-statici18n/pkg-descr Mon Dec 21 14:00:47 2015 (r404101) @@ -0,0 +1,11 @@ +When dealing with internationalization in JavaScript code, Django provides +the javascript_catalog view which sends out a JavaScript code library with +functions that mimic the gettext interface, plus an array of translation +strings. + +At first glance, it works well and everything is fine. But, because +javascript_catalog view is generating JavaScript catalog dynamically +on each request, it's adding an overhead that can be an issue with site +growth. + +WWW: https://github.com/zyegfryed/django-statici18n From owner-svn-ports-head@freebsd.org Mon Dec 21 14:05:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC8FDA4E9FC; Mon, 21 Dec 2015 14:05:02 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A9E05121F; Mon, 21 Dec 2015 14:05:02 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLE51dE070882; Mon, 21 Dec 2015 14:05:01 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLE51TG070880; Mon, 21 Dec 2015 14:05:01 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512211405.tBLE51TG070880@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Mon, 21 Dec 2015 14:05:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404102 - head/devel/libvterm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 14:05:03 -0000 Author: miwi Date: Mon Dec 21 14:05:01 2015 New Revision: 404102 URL: https://svnweb.freebsd.org/changeset/ports/404102 Log: - Update to git20150828 PR: 200996 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: D4642 Modified: head/devel/libvterm/Makefile head/devel/libvterm/distinfo Modified: head/devel/libvterm/Makefile ============================================================================== --- head/devel/libvterm/Makefile Mon Dec 21 14:00:47 2015 (r404101) +++ head/devel/libvterm/Makefile Mon Dec 21 14:05:01 2015 (r404102) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvterm -PORTVERSION= git20150527 +PORTVERSION= git20150828 CATEGORIES= devel MAINTAINER= antont@inbox.lv @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= neovim -GH_TAGNAME= 1b745d2 +GH_TAGNAME= 342e61e USES= gmake libtool:build perl5 USE_LDCONFIG= yes Modified: head/devel/libvterm/distinfo ============================================================================== --- head/devel/libvterm/distinfo Mon Dec 21 14:00:47 2015 (r404101) +++ head/devel/libvterm/distinfo Mon Dec 21 14:05:01 2015 (r404102) @@ -1,2 +1,2 @@ -SHA256 (neovim-libvterm-git20150527-1b745d2_GH0.tar.gz) = fb9e25065f764cf23d0947cd17c9abd941fc1a22e0cd5e42d7ad59b3ff1f093f -SIZE (neovim-libvterm-git20150527-1b745d2_GH0.tar.gz) = 63714 +SHA256 (neovim-libvterm-git20150828-342e61e_GH0.tar.gz) = 67bec4d5ea1e6c1e309790fbd8b5c4b56675f2a2d132c7def07a524333e8349a +SIZE (neovim-libvterm-git20150828-342e61e_GH0.tar.gz) = 63934 From owner-svn-ports-head@freebsd.org Mon Dec 21 14:14:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1315A4D071; Mon, 21 Dec 2015 14:14:51 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C13B1991; Mon, 21 Dec 2015 14:14:51 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLEEohm073936; Mon, 21 Dec 2015 14:14:50 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLEEoTF073931; Mon, 21 Dec 2015 14:14:50 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512211414.tBLEEoTF073931@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Mon, 21 Dec 2015 14:14:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404103 - in head/www: . p5-HTTP-Thin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 14:14:51 -0000 Author: miwi Date: Mon Dec 21 14:14:49 2015 New Revision: 404103 URL: https://svnweb.freebsd.org/changeset/ports/404103 Log: HTTP::Thin is a thin wrapper around HTTP::Tiny adding the ability to pass in HTTP::Request objects and get back HTTP::Response objects. The maintainers of HTTP::Tiny, justifiably, don't want to have to maintain compatibility but many other projects already consume the HTTP::Message objects. This is just glue code doing what it does best. WWW: http://search.cpan.org/dist/HTTP-Thin/ PR: 205362 Submitted by: amontalban@gmail.com Approved by: mat (mentor) Differential Revision: D4633 Added: head/www/p5-HTTP-Thin/ head/www/p5-HTTP-Thin/Makefile (contents, props changed) head/www/p5-HTTP-Thin/distinfo (contents, props changed) head/www/p5-HTTP-Thin/pkg-descr (contents, props changed) head/www/p5-HTTP-Thin/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Dec 21 14:05:01 2015 (r404102) +++ head/www/Makefile Mon Dec 21 14:14:49 2015 (r404103) @@ -1033,6 +1033,7 @@ SUBDIR += p5-HTTP-Session2 SUBDIR += p5-HTTP-SimpleLinkChecker SUBDIR += p5-HTTP-Size + SUBDIR += p5-HTTP-Thin SUBDIR += p5-HTTP-Tiny SUBDIR += p5-HTTP-Tiny-SPDY SUBDIR += p5-HTTP-WebTest Added: head/www/p5-HTTP-Thin/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-HTTP-Thin/Makefile Mon Dec 21 14:14:49 2015 (r404103) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= HTTP-Thin +PORTVERSION= 0.006 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= amontalban@gmail.com +COMMENT= Thin Wrapper around HTTP::Tiny to play nice with HTTP::Message + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +RUN_DEPENDS= p5-Class-Method-Modifiers>0:${PORTSDIR}/devel/p5-Class-Method-Modifiers \ + p5-HTTP-Tiny>=0.056:${PORTSDIR}/www/p5-HTTP-Tiny \ + p5-HTTP-Message>0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-Hash-MultiValue>0:${PORTSDIR}/devel/p5-Hash-MultiValue \ + p5-Safe-Isa>0:${PORTSDIR}/devel/p5-Safe-Isa +BUILD_DEPENDS:= ${RUN_DEPENDS} + +USES= perl5 +USE_PERL5= configure +NO_ARCH= YES + +.include Added: head/www/p5-HTTP-Thin/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-HTTP-Thin/distinfo Mon Dec 21 14:14:49 2015 (r404103) @@ -0,0 +1,2 @@ +SHA256 (HTTP-Thin-0.006.tar.gz) = c4a78588c194603222b0a6b426e61692189def0ce4a0581791873b8720f79e9e +SIZE (HTTP-Thin-0.006.tar.gz) = 11562 Added: head/www/p5-HTTP-Thin/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-HTTP-Thin/pkg-descr Mon Dec 21 14:14:49 2015 (r404103) @@ -0,0 +1,7 @@ +HTTP::Thin is a thin wrapper around HTTP::Tiny adding the ability to pass in +HTTP::Request objects and get back HTTP::Response objects. The maintainers of +HTTP::Tiny, justifiably, don't want to have to maintain compatibility but many +other projects already consume the HTTP::Message objects. This is just glue code +doing what it does best. + +WWW: http://search.cpan.org/dist/HTTP-Thin/ Added: head/www/p5-HTTP-Thin/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-HTTP-Thin/pkg-plist Mon Dec 21 14:14:49 2015 (r404103) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/HTTP/Thin.pm +%%PERL5_MAN3%%/HTTP::Thin.3.gz From owner-svn-ports-head@freebsd.org Mon Dec 21 14:18:10 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13543A4D26D; Mon, 21 Dec 2015 14:18:10 +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 CAF351BA1; Mon, 21 Dec 2015 14:18: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 tBLEI88F074213; Mon, 21 Dec 2015 14:18:08 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLEI8OU074208; Mon, 21 Dec 2015 14:18:08 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201512211418.tBLEI8OU074208@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 21 Dec 2015 14:18:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404104 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 14:18:10 -0000 Author: mat Date: Mon Dec 21 14:18:08 2015 New Revision: 404104 URL: https://svnweb.freebsd.org/changeset/ports/404104 Log: Upate to v5.23.5-265-gd66eeb1. Changes: https://github.com/Perl/perl5/compare/v5.23.5-201-gd6fa2e2...v5.23.5-265-gd66eeb1 Sponsored by: Absolight Modified: head/lang/perl5-devel/Makefile head/lang/perl5-devel/distinfo head/lang/perl5-devel/files/patch-Configure head/lang/perl5-devel/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc.pm head/lang/perl5-devel/files/patch-t_porting_customized.dat Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Mon Dec 21 14:14:49 2015 (r404103) +++ head/lang/perl5-devel/Makefile Mon Dec 21 14:18:08 2015 (r404104) @@ -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.5-201-gd6fa2e2 +GH_TAGNAME= v5.23.5-265-gd66eeb1 OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT PTHREAD \ MULTIPLICITY SITECUSTOMIZE Modified: head/lang/perl5-devel/distinfo ============================================================================== --- head/lang/perl5-devel/distinfo Mon Dec 21 14:14:49 2015 (r404103) +++ head/lang/perl5-devel/distinfo Mon Dec 21 14:18:08 2015 (r404104) @@ -1,2 +1,2 @@ -SHA256 (perl/perl-5.23.5-201_GH0.tar.gz) = 4168b2ec2d0766c455786a6d48219749a65fa2c810fa97be56f7ba6c02313791 -SIZE (perl/perl-5.23.5-201_GH0.tar.gz) = 17642129 +SHA256 (perl/perl-5.23.5-265_GH0.tar.gz) = 837a81ca771a933d14f871dae1728dba1ffb2c4b77a52a2890f7547638f28b92 +SIZE (perl/perl-5.23.5-265_GH0.tar.gz) = 17654403 Modified: head/lang/perl5-devel/files/patch-Configure ============================================================================== --- head/lang/perl5-devel/files/patch-Configure Mon Dec 21 14:14:49 2015 (r404103) +++ head/lang/perl5-devel/files/patch-Configure Mon Dec 21 14:18:08 2015 (r404104) @@ -1,4 +1,4 @@ ---- Configure.orig 2015-12-14 11:39:12 UTC +--- Configure.orig 2015-12-21 05:34:28 UTC +++ Configure @@ -3848,7 +3848,10 @@ esac . ./posthint.sh @@ -21,7 +21,7 @@ case " $libpth " in *" $xxx "*) ;; *) libpth="$libpth $xxx";; -@@ -9568,8 +9571,7 @@ prefixvar=siteman3dir +@@ -9576,8 +9579,7 @@ prefixvar=siteman3dir : determine where add-on public executable scripts go case "$sitescript" in Modified: head/lang/perl5-devel/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc.pm ============================================================================== --- head/lang/perl5-devel/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc.pm Mon Dec 21 14:14:49 2015 (r404103) +++ head/lang/perl5-devel/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc.pm Mon Dec 21 14:18:08 2015 (r404104) @@ -1,6 +1,6 @@ ---- cpan/Pod-Perldoc/lib/Pod/Perldoc.pm.orig 2015-09-08 05:21:36 UTC +--- cpan/Pod-Perldoc/lib/Pod/Perldoc.pm.orig 2015-12-16 03:15:45 UTC +++ cpan/Pod-Perldoc/lib/Pod/Perldoc.pm -@@ -1927,6 +1927,7 @@ sub page { # apply a pager to the outpu +@@ -1931,6 +1931,7 @@ sub page { # apply a pager to the outpu # fix visible escape codes in ToTerm output # https://bugs.debian.org/758689 local $ENV{LESS} = defined $ENV{LESS} ? "$ENV{LESS} -R" : "-R"; Modified: head/lang/perl5-devel/files/patch-t_porting_customized.dat ============================================================================== --- head/lang/perl5-devel/files/patch-t_porting_customized.dat Mon Dec 21 14:14:49 2015 (r404103) +++ head/lang/perl5-devel/files/patch-t_porting_customized.dat Mon Dec 21 14:18:08 2015 (r404104) @@ -1,11 +1,11 @@ ---- t/porting/customized.dat.orig 2015-11-25 22:48:17 UTC +--- t/porting/customized.dat.orig 2015-12-16 03:15:45 UTC +++ t/porting/customized.dat @@ -8,7 +8,7 @@ ExtUtils::MakeMaker cpan/ExtUtils-MakeMa ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/t/prereq.t 53bda2c549fd13a6b6c13a070ca6bc79883081c0 ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/t/vstrings.t 90035a2bdbf45f15b9c3196d072d7cba7e662871 Math::BigRat cpan/Math-BigRat/lib/Math/BigRat.pm 682352dde33638125ce12ca44990bd1cd44af4f8 --Pod::Perldoc cpan/Pod-Perldoc/lib/Pod/Perldoc.pm dcd53fba13060dbb71b1b5861fbc5c0881c8625a -+Pod::Perldoc cpan/Pod-Perldoc/lib/Pod/Perldoc.pm 42acfd829eb9ebb981335822c52695bd208ac463 +-Pod::Perldoc cpan/Pod-Perldoc/lib/Pod/Perldoc.pm fe0bc906fb74b69cfd3fb289316ba669d770d465 ++Pod::Perldoc cpan/Pod-Perldoc/lib/Pod/Perldoc.pm 07e7d337de37d19b3cc7025af17b9111fb2ba265 Scalar-List-Utils cpan/Scalar-List-Utils/lib/List/Util.pm 62d2a82a811b531a3fd25cb60c4c2ef943858892 Scalar-List-Utils cpan/Scalar-List-Utils/lib/List/Util/XS.pm 08abbe1a707927cee53e85ba85d6bd35c1c2ae50 Scalar-List-Utils cpan/Scalar-List-Utils/lib/Scalar/Util.pm 7f1e6eb11105623200ef9cdcb881545ccb769ded From owner-svn-ports-head@freebsd.org Mon Dec 21 14:18:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59601A4D2AA; Mon, 21 Dec 2015 14:18:22 +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 1C8071C70; Mon, 21 Dec 2015 14:18:22 +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 tBLEIL0p074395; Mon, 21 Dec 2015 14:18:21 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLEIKGi074390; Mon, 21 Dec 2015 14:18:20 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201512211418.tBLEIKGi074390@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 21 Dec 2015 14:18:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404105 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 14:18:22 -0000 Author: mat Date: Mon Dec 21 14:18:20 2015 New Revision: 404105 URL: https://svnweb.freebsd.org/changeset/ports/404105 Log: Update to 20151219 snapshot. - While there, update the named.root Sponsored by: Absolight Added: head/dns/bind9-devel/files/patch-bin_tests_system_dlzexternal_Makefile.in - copied, changed from r404104, head/dns/bind9-devel/files/patch-bin__tests__system__dlzexternal__Makefile.in Deleted: head/dns/bind9-devel/files/patch-bin__tests__system__dlzexternal__Makefile.in Modified: head/dns/bind9-devel/Makefile head/dns/bind9-devel/distinfo head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl head/dns/bind9-devel/files/named.root Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Mon Dec 21 14:18:08 2015 (r404104) +++ head/dns/bind9-devel/Makefile Mon Dec 21 14:18:20 2015 (r404105) @@ -6,7 +6,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/} PORTREVISION= 0 CATEGORIES= dns net ipv6 MASTER_SITES= LOCAL/mat/bind -#MASTER_SITES= https://source.isc.org/cgi-bin/gitweb.cgi?p=bind9.git;a=snapshot;h=${HASH};sf=tgz;f= +MASTER_SITES= https://source.isc.org/cgi-bin/gitweb.cgi?p=bind9.git;a=snapshot;h=${HASH};sf=tgz;f= PKGNAMESUFFIX= 9-devel DISTNAME= ${PORTNAME}9-${HASH} @@ -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.a20151215 -HASH= 50cfe40 +ISCVERSION= 9.11.0.a20151219 +HASH= 0226754 MAKE_JOBS_UNSAFE= yes Modified: head/dns/bind9-devel/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Mon Dec 21 14:18:08 2015 (r404104) +++ head/dns/bind9-devel/distinfo Mon Dec 21 14:18:20 2015 (r404105) @@ -1,2 +1,2 @@ -SHA256 (bind9-50cfe40.tar.gz) = 3b137de0cf07b6d891449720e1c4628ed77674bfcfaa8f1d02a73af3fc46dcde -SIZE (bind9-50cfe40.tar.gz) = 11004464 +SHA256 (bind9-0226754.tar.gz) = d4677cb99edf728bd8fd406efe06e442d70efa67c3af8f0d09ed565f85210bc4 +SIZE (bind9-0226754.tar.gz) = 11005501 Modified: head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl ============================================================================== --- head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Mon Dec 21 14:18:08 2015 (r404104) +++ head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Mon Dec 21 14:18:20 2015 (r404105) @@ -1,6 +1,6 @@ ---- bin/named/config.c.orig 2015-11-11 11:38:39 UTC +--- bin/named/config.c.orig 2015-12-19 01:04:14 UTC +++ bin/named/config.c -@@ -158,6 +158,8 @@ options {\n\ +@@ -159,6 +159,8 @@ options {\n\ lame-ttl 600;\n\ servfail-ttl 1;\n\ max-ncache-ttl 10800; /* 3 hours */\n\ @@ -9,10 +9,9 @@ max-cache-ttl 604800; /* 1 week */\n\ transfer-format many-answers;\n\ max-cache-size 90%;\n\ - max-cache-size 0;\n\ ---- bin/named/server.c.orig 2015-11-11 11:38:39 UTC +--- bin/named/server.c.orig 2015-12-19 01:04:14 UTC +++ bin/named/server.c -@@ -3020,6 +3020,16 @@ configure_view(dns_view_t *view, dns_vie +@@ -3022,6 +3022,16 @@ configure_view(dns_view_t *view, dns_vie } obj = NULL; @@ -29,8 +28,7 @@ result = ns_config_get(maps, "max-cache-ttl", &obj); INSIST(result == ISC_R_SUCCESS); view->maxcachettl = cfg_obj_asuint32(obj); - view->maxcachettl = cfg_obj_asuint32(obj); ---- lib/dns/include/dns/view.h.orig 2015-11-11 11:38:39 UTC +--- lib/dns/include/dns/view.h.orig 2015-12-19 01:04:14 UTC +++ lib/dns/include/dns/view.h @@ -152,6 +152,8 @@ struct dns_view { isc_boolean_t requestnsid; @@ -41,8 +39,7 @@ dns_ttl_t maxncachettl; isc_uint32_t nta_lifetime; isc_uint32_t nta_recheck; - dns_aclenv_t aclenv; ---- lib/dns/resolver.c.orig 2015-11-11 11:38:39 UTC +--- lib/dns/resolver.c.orig 2015-12-19 01:04:14 UTC +++ lib/dns/resolver.c @@ -5397,6 +5397,18 @@ cache_name(fetchctx_t *fctx, dns_name_t } @@ -63,10 +60,9 @@ * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) - if (rdataset->ttl > res->view->maxcachettl) ---- lib/isccfg/namedconf.c.orig 2015-11-11 11:38:39 UTC +--- lib/isccfg/namedconf.c.orig 2015-12-19 01:04:14 UTC +++ lib/isccfg/namedconf.c -@@ -1676,6 +1676,8 @@ view_clauses[] = { +@@ -1677,6 +1677,8 @@ view_clauses[] = { { "nosit-udp-size", &cfg_type_uint32, CFG_CLAUSEFLAG_OBSOLETE }, { "max-acache-size", &cfg_type_sizenodefault, 0 }, { "max-cache-size", &cfg_type_sizeorpercent, 0 }, Modified: head/dns/bind9-devel/files/named.root ============================================================================== --- head/dns/bind9-devel/files/named.root Mon Dec 21 14:18:08 2015 (r404104) +++ head/dns/bind9-devel/files/named.root Mon Dec 21 14:18:20 2015 (r404105) @@ -13,30 +13,32 @@ ; on server FTP.INTERNIC.NET ; -OR- RS.INTERNIC.NET ; -; last update: Jan 3, 2013 -; related version of root zone: 2013010300 +; last update: December 01, 2015 +; related version of root zone: 2015120100 ; ; formerly NS.INTERNIC.NET ; -. 3600000 IN NS A.ROOT-SERVERS.NET. +. 3600000 NS A.ROOT-SERVERS.NET. A.ROOT-SERVERS.NET. 3600000 A 198.41.0.4 -A.ROOT-SERVERS.NET. 3600000 AAAA 2001:503:BA3E::2:30 +A.ROOT-SERVERS.NET. 3600000 AAAA 2001:503:ba3e::2:30 ; ; FORMERLY NS1.ISI.EDU ; . 3600000 NS B.ROOT-SERVERS.NET. B.ROOT-SERVERS.NET. 3600000 A 192.228.79.201 +B.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:84::b ; ; FORMERLY C.PSI.NET ; . 3600000 NS C.ROOT-SERVERS.NET. C.ROOT-SERVERS.NET. 3600000 A 192.33.4.12 +C.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:2::c ; ; FORMERLY TERP.UMD.EDU ; . 3600000 NS D.ROOT-SERVERS.NET. D.ROOT-SERVERS.NET. 3600000 A 199.7.91.13 -D.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:2D::D +D.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:2d::d ; ; FORMERLY NS.NASA.GOV ; @@ -47,7 +49,7 @@ E.ROOT-SERVERS.NET. 3600000 A ; . 3600000 NS F.ROOT-SERVERS.NET. F.ROOT-SERVERS.NET. 3600000 A 192.5.5.241 -F.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:2F::F +F.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:2f::f ; ; FORMERLY NS.NIC.DDN.MIL ; @@ -57,26 +59,26 @@ G.ROOT-SERVERS.NET. 3600000 A ; FORMERLY AOS.ARL.ARMY.MIL ; . 3600000 NS H.ROOT-SERVERS.NET. -H.ROOT-SERVERS.NET. 3600000 A 128.63.2.53 -H.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:1::803F:235 +H.ROOT-SERVERS.NET. 3600000 A 198.97.190.53 +H.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:1::53 ; ; FORMERLY NIC.NORDU.NET ; . 3600000 NS I.ROOT-SERVERS.NET. I.ROOT-SERVERS.NET. 3600000 A 192.36.148.17 -I.ROOT-SERVERS.NET. 3600000 AAAA 2001:7FE::53 +I.ROOT-SERVERS.NET. 3600000 AAAA 2001:7fe::53 ; ; OPERATED BY VERISIGN, INC. ; . 3600000 NS J.ROOT-SERVERS.NET. J.ROOT-SERVERS.NET. 3600000 A 192.58.128.30 -J.ROOT-SERVERS.NET. 3600000 AAAA 2001:503:C27::2:30 +J.ROOT-SERVERS.NET. 3600000 AAAA 2001:503:c27::2:30 ; ; OPERATED BY RIPE NCC ; . 3600000 NS K.ROOT-SERVERS.NET. K.ROOT-SERVERS.NET. 3600000 A 193.0.14.129 -K.ROOT-SERVERS.NET. 3600000 AAAA 2001:7FD::1 +K.ROOT-SERVERS.NET. 3600000 AAAA 2001:7fd::1 ; ; OPERATED BY ICANN ; @@ -88,5 +90,5 @@ L.ROOT-SERVERS.NET. 3600000 AA ; . 3600000 NS M.ROOT-SERVERS.NET. M.ROOT-SERVERS.NET. 3600000 A 202.12.27.33 -M.ROOT-SERVERS.NET. 3600000 AAAA 2001:DC3::35 -; End of File +M.ROOT-SERVERS.NET. 3600000 AAAA 2001:dc3::35 +; End of file Copied and modified: head/dns/bind9-devel/files/patch-bin_tests_system_dlzexternal_Makefile.in (from r404104, head/dns/bind9-devel/files/patch-bin__tests__system__dlzexternal__Makefile.in) ============================================================================== From owner-svn-ports-head@freebsd.org Mon Dec 21 14:19:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63878A4D38E; Mon, 21 Dec 2015 14:19:11 +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 350611D6E; Mon, 21 Dec 2015 14:19:11 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLEJA0Y074530; Mon, 21 Dec 2015 14:19:10 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLEJAEI074529; Mon, 21 Dec 2015 14:19:10 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201512211419.tBLEJAEI074529@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, 21 Dec 2015 14:19:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404106 - head/math/pspp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 14:19:11 -0000 Author: rakuco Date: Mon Dec 21 14:19:10 2015 New Revision: 404106 URL: https://svnweb.freebsd.org/changeset/ports/404106 Log: Drop dependency on graphics/plotutils. According to the port's NEWS and ChangeLog, charts are currently produced with Cairo and Pango, so the dependency on libplot is useless nowadays. Modified: head/math/pspp/Makefile Modified: head/math/pspp/Makefile ============================================================================== --- head/math/pspp/Makefile Mon Dec 21 14:18:20 2015 (r404105) +++ head/math/pspp/Makefile Mon Dec 21 14:19:10 2015 (r404106) @@ -3,6 +3,7 @@ PORTNAME= pspp PORTVERSION= 0.8.5 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= GNU @@ -12,8 +13,7 @@ COMMENT= Program for statistical analysi LICENSE= GPLv3 BUILD_DEPENDS= texinfo>0:${PORTSDIR}/print/texinfo -LIB_DEPENDS= libplot.so:${PORTSDIR}/graphics/plotutils \ - libgslcblas.so:${PORTSDIR}/math/gsl +LIB_DEPENDS= libgslcblas.so:${PORTSDIR}/math/gsl USES= charsetfix gmake iconv libtool perl5 pkgconfig readline USE_GNOME= libxml2 From owner-svn-ports-head@freebsd.org Mon Dec 21 14:19:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47417A4D3C9; Mon, 21 Dec 2015 14:19:28 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 081951E49; Mon, 21 Dec 2015 14:19:27 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLEJRLH074709; Mon, 21 Dec 2015 14:19:27 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLEJQXw074704; Mon, 21 Dec 2015 14:19:26 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512211419.tBLEJQXw074704@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Mon, 21 Dec 2015 14:19:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404107 - in head/net: . p5-Net-LDAP-FilterBuilder X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 14:19:28 -0000 Author: miwi Date: Mon Dec 21 14:19:26 2015 New Revision: 404107 URL: https://svnweb.freebsd.org/changeset/ports/404107 Log: Perl convenience module which simplifies the construction of LDAP query filter statments as described in RFC-4515. WWW: http://search.cpan.org/dist/Net-LDAP-FilterBuilder/ PR: 204062 Submitted by: jeremybbaggs@gmail.com Approved by: mat (mentor) Differential Revision: D4634 Added: head/net/p5-Net-LDAP-FilterBuilder/ head/net/p5-Net-LDAP-FilterBuilder/Makefile (contents, props changed) head/net/p5-Net-LDAP-FilterBuilder/distinfo (contents, props changed) head/net/p5-Net-LDAP-FilterBuilder/pkg-descr (contents, props changed) head/net/p5-Net-LDAP-FilterBuilder/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Dec 21 14:19:10 2015 (r404106) +++ head/net/Makefile Mon Dec 21 14:19:26 2015 (r404107) @@ -624,6 +624,7 @@ SUBDIR += p5-Net-LDAP-AutoDNs SUBDIR += p5-Net-LDAP-AutoServer SUBDIR += p5-Net-LDAP-Express + SUBDIR += p5-Net-LDAP-FilterBuilder SUBDIR += p5-Net-LDAP-LDAPhash SUBDIR += p5-Net-LDAP-Makepath SUBDIR += p5-Net-LDAP-Server Added: head/net/p5-Net-LDAP-FilterBuilder/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-LDAP-FilterBuilder/Makefile Mon Dec 21 14:19:26 2015 (r404107) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= Net-LDAP-FilterBuilder +PORTVERSION= 1.0004 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= jeremybbaggs@gmail.com +COMMENT= Perl module to construct LDAP filter statments + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +USES= perl5 +USE_PERL5= configure + +.include Added: head/net/p5-Net-LDAP-FilterBuilder/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-LDAP-FilterBuilder/distinfo Mon Dec 21 14:19:26 2015 (r404107) @@ -0,0 +1,2 @@ +SHA256 (Net-LDAP-FilterBuilder-1.0004.tar.gz) = 67e67a0b751f5be219772f666383a07867eb74c9cc0fc4b188ec891b952c6367 +SIZE (Net-LDAP-FilterBuilder-1.0004.tar.gz) = 16059 Added: head/net/p5-Net-LDAP-FilterBuilder/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-LDAP-FilterBuilder/pkg-descr Mon Dec 21 14:19:26 2015 (r404107) @@ -0,0 +1,4 @@ +Perl convenience module which simplifies the construction of LDAP query filter +statments as described in RFC-4515. + +WWW: http://search.cpan.org/dist/Net-LDAP-FilterBuilder/ Added: head/net/p5-Net-LDAP-FilterBuilder/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-LDAP-FilterBuilder/pkg-plist Mon Dec 21 14:19:26 2015 (r404107) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Net/LDAP/FilterBuilder.pm +%%PERL5_MAN3%%/Net::LDAP::FilterBuilder.3.gz From owner-svn-ports-head@freebsd.org Mon Dec 21 14:22:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97483A4D644; Mon, 21 Dec 2015 14:22:57 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5687F122A; Mon, 21 Dec 2015 14:22:57 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLEMuRJ077563; Mon, 21 Dec 2015 14:22:56 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLEMuh7077558; Mon, 21 Dec 2015 14:22:56 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512211422.tBLEMuh7077558@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Mon, 21 Dec 2015 14:22:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404108 - in head/www: . py-django-sortedm2m X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 14:22:57 -0000 Author: miwi Date: Mon Dec 21 14:22:55 2015 New Revision: 404108 URL: https://svnweb.freebsd.org/changeset/ports/404108 Log: sortedm2m is a drop-in replacement for Django's own ManyToManyField. The provided SortedManyToManyField behaves like the original one but remembers the order of added relations. WWW: https://github.com/gregmuellegger/django-sortedm2m PR: 205096 Submitted by: Kevin Golding Approved by: mat (mentor) Differential Revision: D4628 Added: head/www/py-django-sortedm2m/ head/www/py-django-sortedm2m/Makefile (contents, props changed) head/www/py-django-sortedm2m/distinfo (contents, props changed) head/www/py-django-sortedm2m/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Dec 21 14:19:26 2015 (r404107) +++ head/www/Makefile Mon Dec 21 14:22:55 2015 (r404108) @@ -1570,6 +1570,7 @@ SUBDIR += py-django-sekizai SUBDIR += py-django-signals-ahoy SUBDIR += py-django-simple-captcha + SUBDIR += py-django-sortedm2m SUBDIR += py-django-statici18n SUBDIR += py-django-storages SUBDIR += py-django-subdomains Added: head/www/py-django-sortedm2m/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-sortedm2m/Makefile Mon Dec 21 14:22:55 2015 (r404108) @@ -0,0 +1,21 @@ +# Created by: Kevin Golding +# $FreeBSD$ + +PORTNAME= django-sortedm2m +PORTVERSION= 1.1.0 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ports@caomhin.org +COMMENT= Replacement for Django's many to many field + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django + +NO_ARCH= yes +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/www/py-django-sortedm2m/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-sortedm2m/distinfo Mon Dec 21 14:22:55 2015 (r404108) @@ -0,0 +1,2 @@ +SHA256 (django-sortedm2m-1.1.0.tar.gz) = a591e97d2f9f20b73bbc294c2245633a2f7ee8e074291a6fd4c6e3eb064806a1 +SIZE (django-sortedm2m-1.1.0.tar.gz) = 34398 Added: head/www/py-django-sortedm2m/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-sortedm2m/pkg-descr Mon Dec 21 14:22:55 2015 (r404108) @@ -0,0 +1,5 @@ +sortedm2m is a drop-in replacement for Django's own ManyToManyField. The +provided SortedManyToManyField behaves like the original one but remembers +the order of added relations. + +WWW: https://github.com/gregmuellegger/django-sortedm2m From owner-svn-ports-head@freebsd.org Mon Dec 21 14:23:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47F86A4D687; Mon, 21 Dec 2015 14:23:01 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pf0-x232.google.com (mail-pf0-x232.google.com [IPv6:2607:f8b0:400e:c00::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 1F1E91245; Mon, 21 Dec 2015 14:23:01 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pf0-x232.google.com with SMTP id o64so89545062pfb.3; Mon, 21 Dec 2015 06:23:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=Hzjwc3TeMUdFzTdc2IF5lMM+q3YCmd4pdcFeeXlXr60=; b=DGYiD3fhrg6bQfY2KXjDFkzX8WYcy9+/FFb2boi6N57RkslfD2m5zThASBDVvfHioh ixCPptVwIaY5itt5xqFndzVWVTi+n1KKsxpK2EeJP7jWDOY3Ep5wE3kIjtg1fJtCIZik 3FsayY8ljfRKMncVcidvBqsUlnKbyOC9+7iHMEuNDZGRA5+4JTE47heJYQwQnWwhl398 v67m8Zyy32+dlDZGKS2LGAjqjCQTmuA6vjh6YoU+g7gWYHZ/WjGDB4vZ5R+2Jm8lJ0fo RnHeNUo/VYcMrJKmYDxkZesdigstpdLjcYxvq/y2Nd2l87xIzD7nz4sbG4/zBsn+HiMm TDNw== X-Received: by 10.98.71.18 with SMTP id u18mr27025311pfa.107.1450707780710; Mon, 21 Dec 2015 06:23:00 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:c825:be55:88ec:f9f1? (2001-44b8-31ae-7b01-c825-be55-88ec-f9f1.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:c825:be55:88ec:f9f1]) by smtp.gmail.com with ESMTPSA id dg1sm39750307pad.18.2015.12.21.06.22.58 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 21 Dec 2015 06:23:00 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r404106 - head/math/pspp References: <201512211419.tBLEJAEI074529@repo.freebsd.org> To: Raphael Kubo da Costa , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <56780B3D.3090901@FreeBSD.org> Date: Tue, 22 Dec 2015 01:22:53 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Thunderbird/42.0 MIME-Version: 1.0 In-Reply-To: <201512211419.tBLEJAEI074529@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 14:23:01 -0000 On 22/12/2015 1:19 AM, Raphael Kubo da Costa wrote: > Author: rakuco > Date: Mon Dec 21 14:19:10 2015 > New Revision: 404106 > URL: https://svnweb.freebsd.org/changeset/ports/404106 > > Log: > Drop dependency on graphics/plotutils. > > According to the port's NEWS and ChangeLog, charts are currently produced > with Cairo and Pango, so the dependency on libplot is useless nowadays. > > Modified: > head/math/pspp/Makefile > > Modified: head/math/pspp/Makefile > ============================================================================== > --- head/math/pspp/Makefile Mon Dec 21 14:18:20 2015 (r404105) > +++ head/math/pspp/Makefile Mon Dec 21 14:19:10 2015 (r404106) > @@ -3,6 +3,7 @@ > > PORTNAME= pspp > PORTVERSION= 0.8.5 > +PORTREVISION= 1 > CATEGORIES= math > MASTER_SITES= GNU > > @@ -12,8 +13,7 @@ COMMENT= Program for statistical analysi > LICENSE= GPLv3 > > BUILD_DEPENDS= texinfo>0:${PORTSDIR}/print/texinfo > -LIB_DEPENDS= libplot.so:${PORTSDIR}/graphics/plotutils \ > - libgslcblas.so:${PORTSDIR}/math/gsl > +LIB_DEPENDS= libgslcblas.so:${PORTSDIR}/math/gsl > > USES= charsetfix gmake iconv libtool perl5 pkgconfig readline > USE_GNOME= libxml2 > MFH? :D From owner-svn-ports-head@freebsd.org Mon Dec 21 14:28:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A957FA4DA46; Mon, 21 Dec 2015 14:28:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 79D6D153A; Mon, 21 Dec 2015 14:28:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLESnlW077907; Mon, 21 Dec 2015 14:28:49 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLESnJs077904; Mon, 21 Dec 2015 14:28:49 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512211428.tBLESnJs077904@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Mon, 21 Dec 2015 14:28:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404109 - in head: devel/ruby-locale graphics/libmng japanese/qt4-codecs-jp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 14:28:50 -0000 Author: miwi Date: Mon Dec 21 14:28:49 2015 New Revision: 404109 URL: https://svnweb.freebsd.org/changeset/ports/404109 Log: - Remove old gruft Approved by: mat (mentor) Differential Revision: D4636 Modified: head/devel/ruby-locale/Makefile head/graphics/libmng/Makefile head/japanese/qt4-codecs-jp/Makefile Modified: head/devel/ruby-locale/Makefile ============================================================================== --- head/devel/ruby-locale/Makefile Mon Dec 21 14:22:55 2015 (r404108) +++ head/devel/ruby-locale/Makefile Mon Dec 21 14:28:49 2015 (r404109) @@ -16,7 +16,6 @@ COMMENT= Simple Ruby module that provide CONFLICTS= ${PKGNAMEPREFIX}locale2-[0-9]* -#USE_BZIP2= yes # only saves 500 bytes.. USE_RUBY= yes USE_RUBY_EXTCONF= yes Modified: head/graphics/libmng/Makefile ============================================================================== --- head/graphics/libmng/Makefile Mon Dec 21 14:22:55 2015 (r404108) +++ head/graphics/libmng/Makefile Mon Dec 21 14:28:49 2015 (r404109) @@ -17,7 +17,6 @@ OPTIONS_DEFINE= MNG_OPTIMIZE MNG_OPTIMIZE_DESC= Use vendor's new optimization flags MAKEFILE= ${FILESDIR}/Makefile.bsd -#USE_BZIP2= yes # Please, uncomment on next upgrade USES= jpeg uidfix USE_LDCONFIG= yes Modified: head/japanese/qt4-codecs-jp/Makefile ============================================================================== --- head/japanese/qt4-codecs-jp/Makefile Mon Dec 21 14:22:55 2015 (r404108) +++ head/japanese/qt4-codecs-jp/Makefile Mon Dec 21 14:28:49 2015 (r404109) @@ -13,7 +13,6 @@ COMMENT= Qt EUC-JP/JIS codec plugins USE_QT4= qmake_build corelib QT_DIST= yes -#USE_BZIP2= yes HAS_CONFIGURE= yes ALL_TARGET= first From owner-svn-ports-head@freebsd.org Mon Dec 21 14:39:10 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EEC20A4E150; Mon, 21 Dec 2015 14:39:09 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C97631BB8; Mon, 21 Dec 2015 14:39:09 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLEd897081023; Mon, 21 Dec 2015 14:39:08 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLEd8Xe081017; Mon, 21 Dec 2015 14:39:08 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512211439.tBLEd8Xe081017@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Mon, 21 Dec 2015 14:39:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404110 - in head/graphics: . p5-Data-Google-Visualization-DataTable X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 14:39:10 -0000 Author: miwi Date: Mon Dec 21 14:39:08 2015 New Revision: 404110 URL: https://svnweb.freebsd.org/changeset/ports/404110 Log: Easily create Google DataTable objects for the Google Visulization API. This module is attempts to hide the gory details of preparing your data before sending it to a JSON serializer - more specifically, hiding some of the hoops that have to be jump through for making sure your data serializes to the right data types. WWW: http://search.cpan.org/dist/Data-Google-Visualization-DataTable/ PR: 204061 Submitted by: jeremybbaggs@gmail.com Approved by: mat (mentor) Differential Revision: D4637 Added: head/graphics/p5-Data-Google-Visualization-DataTable/ head/graphics/p5-Data-Google-Visualization-DataTable/Makefile (contents, props changed) head/graphics/p5-Data-Google-Visualization-DataTable/distinfo (contents, props changed) head/graphics/p5-Data-Google-Visualization-DataTable/pkg-descr (contents, props changed) head/graphics/p5-Data-Google-Visualization-DataTable/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Mon Dec 21 14:28:49 2015 (r404109) +++ head/graphics/Makefile Mon Dec 21 14:39:08 2015 (r404110) @@ -728,6 +728,7 @@ SUBDIR += p5-URI-GoogleChart SUBDIR += p5-VCG SUBDIR += p5-Visio + SUBDIR += p5-Data-Google-Visualization-DataTable SUBDIR += p5-feedgnuplot SUBDIR += p5-ming SUBDIR += panoglview Added: head/graphics/p5-Data-Google-Visualization-DataTable/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/p5-Data-Google-Visualization-DataTable/Makefile Mon Dec 21 14:39:08 2015 (r404110) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= Data-Google-Visualization-DataTable +PORTVERSION= 0.11 +CATEGORIES= graphics perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= jeremybbaggs@gmail.com +COMMENT= Easily create Google DataTable objects for the Google Visulization API + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-JSON-XS>=2.0:${PORTSDIR}/converters/p5-JSON-XS +RUN_DEPENDS= p5-JSON-XS>=2.0:${PORTSDIR}/converters/p5-JSON-XS + +USES= perl5 +USE_PERL5= configure + +.include Added: head/graphics/p5-Data-Google-Visualization-DataTable/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/p5-Data-Google-Visualization-DataTable/distinfo Mon Dec 21 14:39:08 2015 (r404110) @@ -0,0 +1,2 @@ +SHA256 (Data-Google-Visualization-DataTable-0.11.tar.gz) = 1d3b9002dd781a1dd8a7959b1c55e0a22ac9b0623e09cbeb9ff38927a04f664d +SIZE (Data-Google-Visualization-DataTable-0.11.tar.gz) = 21002 Added: head/graphics/p5-Data-Google-Visualization-DataTable/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/p5-Data-Google-Visualization-DataTable/pkg-descr Mon Dec 21 14:39:08 2015 (r404110) @@ -0,0 +1,8 @@ +Easily create Google DataTable objects for the Google Visulization API. + +This module is attempts to hide the gory details of preparing your data +before sending it to a JSON serializer - more specifically, hiding some +of the hoops that have to be jump through for making sure your data +serializes to the right data types. + +WWW: http://search.cpan.org/dist/Data-Google-Visualization-DataTable/ Added: head/graphics/p5-Data-Google-Visualization-DataTable/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/p5-Data-Google-Visualization-DataTable/pkg-plist Mon Dec 21 14:39:08 2015 (r404110) @@ -0,0 +1,3 @@ +%%SITE_PERL%%/Data/Google/Visualization/DataTable.pm +%%SITE_PERL%%/Data/Google/Visualization/DataTable.pm.orig +%%PERL5_MAN3%%/Data::Google::Visualization::DataTable.3.gz From owner-svn-ports-head@freebsd.org Mon Dec 21 14:43:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1711A4E7BC; Mon, 21 Dec 2015 14:43:33 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: from mail-lf0-x235.google.com (mail-lf0-x235.google.com [IPv6:2a00:1450:4010:c07::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 7057C118A; Mon, 21 Dec 2015 14:43:33 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: by mail-lf0-x235.google.com with SMTP id l133so111870458lfd.2; Mon, 21 Dec 2015 06:43:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=dF3O9JXHBruzMqB5NYvF55/cc5mlDy65uGxvO3J9kdQ=; b=ojcopSAn58LcOYH31Hc+BpKjpvC9cwZpAvD1oYCPpFGN8CNmtmBbEo0EYLQgTWzsrF Rd6iIIBe6i83XxmhI/cmdU6zi3rUgwBMIOvJGQTh2PSsDslyO4K1MEYTHYzBNWVv6FsM vTfHpkHLRcZB9Sqq5HxP9KegxyPXjiRUppPsm3O9KD2khpDRQa5lvgwKOnH9kV5F7Vlh CD41Q87UyemtsJ6mFPmMxFXCuaFapsUCHHmNx6RqEZkieX5YC4aiSYV9Md9e4JUunRK6 Uw4J+u3TBjoTsth8YhrEeaqgLWcEzKkSOgDRMAkt2Q5+B5oyYBSYv2PFhmUdggJJ06XX RO5w== MIME-Version: 1.0 X-Received: by 10.25.134.2 with SMTP id i2mr6727668lfd.68.1450709011500; Mon, 21 Dec 2015 06:43:31 -0800 (PST) Received: by 10.25.80.140 with HTTP; Mon, 21 Dec 2015 06:43:31 -0800 (PST) In-Reply-To: <201512211439.tBLEd8Xe081017@repo.freebsd.org> References: <201512211439.tBLEd8Xe081017@repo.freebsd.org> Date: Mon, 21 Dec 2015 17:43:31 +0300 Message-ID: Subject: Re: svn commit: r404110 - in head/graphics: . p5-Data-Google-Visualization-DataTable From: Andrej Zverev To: Martin Wilke 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 14:43:34 -0000 Hey ) Do we need %%SITE_PERL%%/Data/Google/Visualization/DataTable.pm.orig ? On Mon, Dec 21, 2015 at 5:39 PM, Martin Wilke wrote: > Author: miwi > Date: Mon Dec 21 14:39:08 2015 > New Revision: 404110 > URL: https://svnweb.freebsd.org/changeset/ports/404110 > > Log: > Easily create Google DataTable objects for the Google Visulization API. > > This module is attempts to hide the gory details of preparing your data > before sending it to a JSON serializer - more specifically, hiding some > of the hoops that have to be jump through for making sure your data > serializes to the right data types. > > WWW: http://search.cpan.org/dist/Data-Google-Visualization-DataTable/ > > PR: 204061 > Submitted by: jeremybbaggs@gmail.com > Approved by: mat (mentor) > Differential Revision: D4637 > > Added: > head/graphics/p5-Data-Google-Visualization-DataTable/ > head/graphics/p5-Data-Google-Visualization-DataTable/Makefile (contents, props changed) > head/graphics/p5-Data-Google-Visualization-DataTable/distinfo (contents, props changed) > head/graphics/p5-Data-Google-Visualization-DataTable/pkg-descr (contents, props changed) > head/graphics/p5-Data-Google-Visualization-DataTable/pkg-plist (contents, props changed) > Modified: > head/graphics/Makefile > > Modified: head/graphics/Makefile > ============================================================================== > --- head/graphics/Makefile Mon Dec 21 14:28:49 2015 (r404109) > +++ head/graphics/Makefile Mon Dec 21 14:39:08 2015 (r404110) > @@ -728,6 +728,7 @@ > SUBDIR += p5-URI-GoogleChart > SUBDIR += p5-VCG > SUBDIR += p5-Visio > + SUBDIR += p5-Data-Google-Visualization-DataTable > SUBDIR += p5-feedgnuplot > SUBDIR += p5-ming > SUBDIR += panoglview > > Added: head/graphics/p5-Data-Google-Visualization-DataTable/Makefile > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/graphics/p5-Data-Google-Visualization-DataTable/Makefile Mon Dec 21 14:39:08 2015 (r404110) > @@ -0,0 +1,21 @@ > +# $FreeBSD$ > + > +PORTNAME= Data-Google-Visualization-DataTable > +PORTVERSION= 0.11 > +CATEGORIES= graphics perl5 > +MASTER_SITES= CPAN > +PKGNAMEPREFIX= p5- > + > +MAINTAINER= jeremybbaggs@gmail.com > +COMMENT= Easily create Google DataTable objects for the Google Visulization API > + > +LICENSE= ART10 GPLv1 > +LICENSE_COMB= dual > + > +BUILD_DEPENDS= p5-JSON-XS>=2.0:${PORTSDIR}/converters/p5-JSON-XS > +RUN_DEPENDS= p5-JSON-XS>=2.0:${PORTSDIR}/converters/p5-JSON-XS > + > +USES= perl5 > +USE_PERL5= configure > + > +.include > > Added: head/graphics/p5-Data-Google-Visualization-DataTable/distinfo > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/graphics/p5-Data-Google-Visualization-DataTable/distinfo Mon Dec 21 14:39:08 2015 (r404110) > @@ -0,0 +1,2 @@ > +SHA256 (Data-Google-Visualization-DataTable-0.11.tar.gz) = 1d3b9002dd781a1dd8a7959b1c55e0a22ac9b0623e09cbeb9ff38927a04f664d > +SIZE (Data-Google-Visualization-DataTable-0.11.tar.gz) = 21002 > > Added: head/graphics/p5-Data-Google-Visualization-DataTable/pkg-descr > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/graphics/p5-Data-Google-Visualization-DataTable/pkg-descr Mon Dec 21 14:39:08 2015 (r404110) > @@ -0,0 +1,8 @@ > +Easily create Google DataTable objects for the Google Visulization API. > + > +This module is attempts to hide the gory details of preparing your data > +before sending it to a JSON serializer - more specifically, hiding some > +of the hoops that have to be jump through for making sure your data > +serializes to the right data types. > + > +WWW: http://search.cpan.org/dist/Data-Google-Visualization-DataTable/ > > Added: head/graphics/p5-Data-Google-Visualization-DataTable/pkg-plist > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/graphics/p5-Data-Google-Visualization-DataTable/pkg-plist Mon Dec 21 14:39:08 2015 (r404110) > @@ -0,0 +1,3 @@ > +%%SITE_PERL%%/Data/Google/Visualization/DataTable.pm > +%%SITE_PERL%%/Data/Google/Visualization/DataTable.pm.orig > +%%PERL5_MAN3%%/Data::Google::Visualization::DataTable.3.gz > From owner-svn-ports-head@freebsd.org Mon Dec 21 14:44:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D51F0A4E91C; Mon, 21 Dec 2015 14:44:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ADEE712DB; Mon, 21 Dec 2015 14:44:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLEinU9084028; Mon, 21 Dec 2015 14:44:49 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLEinb4084023; Mon, 21 Dec 2015 14:44:49 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512211444.tBLEinb4084023@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Mon, 21 Dec 2015 14:44:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404111 - in head/graphics: . p5-Data-Google-Visualization-DataSource X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 14:44:50 -0000 Author: miwi Date: Mon Dec 21 14:44:49 2015 New Revision: 404111 URL: https://svnweb.freebsd.org/changeset/ports/404111 Log: Perl helper class for implementing the Google Chart Tools Datasource Protocol. The Google Visualization API is a nifty bit of kit for generating pretty pictures from your data. By design it has a fair amount of Google-cruft, such as non-standard JSON and stuffing configuration options in to a single CGI query parameter. Data::Google::Visualization::DataTable takes care of preparing data for the API. WWW: http://search.cpan.org/dist/Data-Google-Visualization-DataSource/ PR: 204060 Submitted by: jeremybbaggs@gmail.com Approved by: mat (mentor) Differential Revision: D4640 Added: head/graphics/p5-Data-Google-Visualization-DataSource/ head/graphics/p5-Data-Google-Visualization-DataSource/Makefile (contents, props changed) head/graphics/p5-Data-Google-Visualization-DataSource/distinfo (contents, props changed) head/graphics/p5-Data-Google-Visualization-DataSource/pkg-descr (contents, props changed) head/graphics/p5-Data-Google-Visualization-DataSource/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Mon Dec 21 14:39:08 2015 (r404110) +++ head/graphics/Makefile Mon Dec 21 14:44:49 2015 (r404111) @@ -728,6 +728,7 @@ SUBDIR += p5-URI-GoogleChart SUBDIR += p5-VCG SUBDIR += p5-Visio + SUBDIR += p5-Data-Google-Visualization-DataSource SUBDIR += p5-Data-Google-Visualization-DataTable SUBDIR += p5-feedgnuplot SUBDIR += p5-ming Added: head/graphics/p5-Data-Google-Visualization-DataSource/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/p5-Data-Google-Visualization-DataSource/Makefile Mon Dec 21 14:44:49 2015 (r404111) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= Data-Google-Visualization-DataSource +PORTVERSION= 0.01 +CATEGORIES= graphics perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= jeremybbaggs@gmail.com +COMMENT= Perl helper class for the Google Chart Tools Datasource Protocol + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Clone>=0:${PORTSDIR}/devel/p5-Clone \ + p5-Data-Google-Visualization-DataTable>=0:${PORTSDIR}/graphics/p5-Data-Google-Visualization-DataTable \ + p5-JSON-XS>=2.0:${PORTSDIR}/converters/p5-JSON-XS \ + p5-Moose>=0:${PORTSDIR}/devel/p5-Moose +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +.include Added: head/graphics/p5-Data-Google-Visualization-DataSource/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/p5-Data-Google-Visualization-DataSource/distinfo Mon Dec 21 14:44:49 2015 (r404111) @@ -0,0 +1,2 @@ +SHA256 (Data-Google-Visualization-DataSource-0.01.tar.gz) = c11178e5bcd3d80c9d8d8f515525b39f096850a0bbe2ac4bb947f571984b2e2f +SIZE (Data-Google-Visualization-DataSource-0.01.tar.gz) = 15636 Added: head/graphics/p5-Data-Google-Visualization-DataSource/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/p5-Data-Google-Visualization-DataSource/pkg-descr Mon Dec 21 14:44:49 2015 (r404111) @@ -0,0 +1,11 @@ +Perl helper class for implementing the Google Chart Tools Datasource Protocol. + +The Google Visualization API is a nifty bit of kit for generating pretty +pictures from your data. By design it has a fair amount of Google-cruft, such +as non-standard JSON and stuffing configuration options in to a single CGI +query parameter. + +Data::Google::Visualization::DataTable takes care of preparing data for the +API. + +WWW: http://search.cpan.org/dist/Data-Google-Visualization-DataSource/ Added: head/graphics/p5-Data-Google-Visualization-DataSource/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/p5-Data-Google-Visualization-DataSource/pkg-plist Mon Dec 21 14:44:49 2015 (r404111) @@ -0,0 +1,4 @@ +%%SITE_PERL%%/Data/Google/Visualization/DataSource.pm +%%SITE_PERL%%/Data/Google/Visualization/README.pod +%%PERL5_MAN3%%/Data::Google::Visualization::DataSource.3.gz +%%PERL5_MAN3%%/Data::Google::Visualization::README.3.gz From owner-svn-ports-head@freebsd.org Mon Dec 21 14:53:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8C7DA4EE46; Mon, 21 Dec 2015 14:53:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7954A1838; Mon, 21 Dec 2015 14:53:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLErLrs087030; Mon, 21 Dec 2015 14:53:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLErLMv087029; Mon, 21 Dec 2015 14:53:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211453.tBLErLMv087029@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 14:53:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404112 - head/databases X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 14:53:22 -0000 Author: sunpoet Date: Mon Dec 21 14:53:21 2015 New Revision: 404112 URL: https://svnweb.freebsd.org/changeset/ports/404112 Log: - Sort SUBDIRs Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Mon Dec 21 14:44:49 2015 (r404111) +++ head/databases/Makefile Mon Dec 21 14:53:21 2015 (r404112) @@ -700,7 +700,6 @@ SUBDIR += puredb SUBDIR += pxlib SUBDIR += pxtools - SUBDIR += py-django-transaction-hooks SUBDIR += py-Elixir SUBDIR += py-MySQLdb SUBDIR += py-MySQLdb55 @@ -717,15 +716,12 @@ SUBDIR += py-cql SUBDIR += py-dbf SUBDIR += py-dbutils + SUBDIR += py-django-transaction-hooks SUBDIR += py-fdb SUBDIR += py-firebirdsql SUBDIR += py-flask-sqlalchemy SUBDIR += py-forgetsql SUBDIR += py-gdbm - SUBDIR += py32-gdbm - SUBDIR += py33-gdbm - SUBDIR += py34-gdbm - SUBDIR += py35-gdbm SUBDIR += py-geoalchemy SUBDIR += py-geoalchemy2 SUBDIR += py-hiredis @@ -774,10 +770,6 @@ SUBDIR += py-sqlalchemy-migrate SUBDIR += py-sqlalchemy06 SUBDIR += py-sqlite3 - SUBDIR += py32-sqlite3 - SUBDIR += py33-sqlite3 - SUBDIR += py34-sqlite3 - SUBDIR += py35-sqlite3 SUBDIR += py-sqlite3dbm SUBDIR += py-sqlobject SUBDIR += py-sqlparse @@ -788,6 +780,14 @@ SUBDIR += py-tarantool SUBDIR += py-umemcache SUBDIR += py-whisper + SUBDIR += py32-gdbm + SUBDIR += py32-sqlite3 + SUBDIR += py33-gdbm + SUBDIR += py33-sqlite3 + SUBDIR += py34-gdbm + SUBDIR += py34-sqlite3 + SUBDIR += py35-gdbm + SUBDIR += py35-sqlite3 SUBDIR += pydbx SUBDIR += pymongo SUBDIR += pypy-gdbm From owner-svn-ports-head@freebsd.org Mon Dec 21 14:55:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2382CA4EF79; Mon, 21 Dec 2015 14:55: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 E4E5B1983; Mon, 21 Dec 2015 14:55: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 tBLEttcK087213; Mon, 21 Dec 2015 14:55:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLEttb9087212; Mon, 21 Dec 2015 14:55:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211455.tBLEttb9087212@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 14:55:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404113 - head/devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 14:55:57 -0000 Author: sunpoet Date: Mon Dec 21 14:55:55 2015 New Revision: 404113 URL: https://svnweb.freebsd.org/changeset/ports/404113 Log: - Sort SUBDIRs Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Dec 21 14:53:21 2015 (r404112) +++ head/devel/Makefile Mon Dec 21 14:55:55 2015 (r404113) @@ -4536,8 +4536,8 @@ SUBDIR += qross SUBDIR += qscintilla2 SUBDIR += qscintilla2-designerplugin - SUBDIR += qscintilla2-qt5 SUBDIR += qscintilla2-designerplugin-qt5 + SUBDIR += qscintilla2-qt5 SUBDIR += qt4 SUBDIR += qt4-assistant SUBDIR += qt4-assistant-adp From owner-svn-ports-head@freebsd.org Mon Dec 21 14:58:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DAEDA4E0E7; Mon, 21 Dec 2015 14:58:33 +0000 (UTC) (envelope-from miwi.fbsd@gmail.com) Received: from mail-pa0-x236.google.com (mail-pa0-x236.google.com [IPv6:2607:f8b0:400e:c03::236]) (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 33A691AA3; Mon, 21 Dec 2015 14:58:33 +0000 (UTC) (envelope-from miwi.fbsd@gmail.com) Received: by mail-pa0-x236.google.com with SMTP id wq6so100868870pac.1; Mon, 21 Dec 2015 06:58:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:subject:to:cc:message-id:in-reply-to:references :mime-version:content-type; bh=Yrxu+R4KY3zZnfNCCHDIULFNmEawWxtuAZQol5RLHC4=; b=HG4AcE0cSLENjW2LI/DDC91NjrhbQgf+LO83tadY2vIeiX5HUtN/Vy1ilFhNFoMy4E 3sa4L/xXjZQvZrZF7beSRxCieD845ndeNxtdU0m3/TTex91lFCEyzXsgOpbzoWZJFQ/k kM416e+zyffVCWWXgdAw90kclcOK4lF1MTuq54bheah63leev2Gt8LxbXQ43BrNtCNGt GnquiwiGelVM3lKbKgle8ayOFMjcXyzATz/PLtAIdm5QNsqk90JhorKtJHKqrI0h3ROp DNO+GFUTvbdxFY66CyVsBw5Fajg29TsUdPpci03gxQ7pDY8w/00YF3UW2C82nevjFDYT 7/IA== X-Received: by 10.66.218.225 with SMTP id pj1mr27072242pac.40.1450709912712; Mon, 21 Dec 2015 06:58:32 -0800 (PST) Received: from [192.168.1.138] ([121.121.113.19]) by smtp.gmail.com with ESMTPSA id l64sm35374078pfb.40.2015.12.21.06.58.29 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 21 Dec 2015 06:58:31 -0800 (PST) Sender: Martin Wilke Date: Mon, 21 Dec 2015 22:57:39 +0800 From: miwi@FreeBSD.org Subject: Re: svn commit: r404110 - in head/graphics: . =?us-ascii?Q?p5-Data-Google-Visualization-DataTable?= To: Andrej Zverev Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Message-Id: <1450709859.38976.0@smtp.gmail.com> In-Reply-To: References: <201512211439.tBLEd8Xe081017@repo.freebsd.org> X-Mailer: geary/0.10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 14:58:33 -0000 On Mon, Dec 21, 2015 at 10:43 PM, Andrej Zverev wrote: > Hey ) > Do we need %%SITE_PERL%%/Data/Google/Visualization/DataTable.pm.orig ? Hi, Nope, will fix that quickly. Thanks. > > > On Mon, Dec 21, 2015 at 5:39 PM, Martin Wilke > wrote: >> Author: miwi >> Date: Mon Dec 21 14:39:08 2015 >> New Revision: 404110 >> URL: https://svnweb.freebsd.org/changeset/ports/404110 >> >> Log: >> Easily create Google DataTable objects for the Google >> Visulization API. >> >> This module is attempts to hide the gory details of preparing >> your data >> before sending it to a JSON serializer - more specifically, >> hiding some >> of the hoops that have to be jump through for making sure your >> data >> serializes to the right data types. >> >> WWW: >> http://search.cpan.org/dist/Data-Google-Visualization-DataTable/ >> >> PR: 204061 >> Submitted by: jeremybbaggs@gmail.com >> Approved by: mat (mentor) >> Differential Revision: D4637 >> >> Added: >> head/graphics/p5-Data-Google-Visualization-DataTable/ >> head/graphics/p5-Data-Google-Visualization-DataTable/Makefile >> (contents, props changed) >> head/graphics/p5-Data-Google-Visualization-DataTable/distinfo >> (contents, props changed) >> head/graphics/p5-Data-Google-Visualization-DataTable/pkg-descr >> (contents, props changed) >> head/graphics/p5-Data-Google-Visualization-DataTable/pkg-plist >> (contents, props changed) >> Modified: >> head/graphics/Makefile >> >> Modified: head/graphics/Makefile >> >> ============================================================================== >> --- head/graphics/Makefile Mon Dec 21 14:28:49 2015 >> (r404109) >> +++ head/graphics/Makefile Mon Dec 21 14:39:08 2015 >> (r404110) >> @@ -728,6 +728,7 @@ >> SUBDIR += p5-URI-GoogleChart >> SUBDIR += p5-VCG >> SUBDIR += p5-Visio >> + SUBDIR += p5-Data-Google-Visualization-DataTable >> SUBDIR += p5-feedgnuplot >> SUBDIR += p5-ming >> SUBDIR += panoglview >> >> Added: head/graphics/p5-Data-Google-Visualization-DataTable/Makefile >> >> ============================================================================== >> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >> +++ head/graphics/p5-Data-Google-Visualization-DataTable/Makefile >> Mon Dec 21 14:39:08 2015 (r404110) >> @@ -0,0 +1,21 @@ >> +# $FreeBSD$ >> + >> +PORTNAME= Data-Google-Visualization-DataTable >> +PORTVERSION= 0.11 >> +CATEGORIES= graphics perl5 >> +MASTER_SITES= CPAN >> +PKGNAMEPREFIX= p5- >> + >> +MAINTAINER= jeremybbaggs@gmail.com >> +COMMENT= Easily create Google DataTable objects for the >> Google Visulization API >> + >> +LICENSE= ART10 GPLv1 >> +LICENSE_COMB= dual >> + >> +BUILD_DEPENDS= p5-JSON-XS>=2.0:${PORTSDIR}/converters/p5-JSON-XS >> +RUN_DEPENDS= p5-JSON-XS>=2.0:${PORTSDIR}/converters/p5-JSON-XS >> + >> +USES= perl5 >> +USE_PERL5= configure >> + >> +.include >> >> Added: head/graphics/p5-Data-Google-Visualization-DataTable/distinfo >> >> ============================================================================== >> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >> +++ head/graphics/p5-Data-Google-Visualization-DataTable/distinfo >> Mon Dec 21 14:39:08 2015 (r404110) >> @@ -0,0 +1,2 @@ >> +SHA256 (Data-Google-Visualization-DataTable-0.11.tar.gz) = >> 1d3b9002dd781a1dd8a7959b1c55e0a22ac9b0623e09cbeb9ff38927a04f664d >> +SIZE (Data-Google-Visualization-DataTable-0.11.tar.gz) = 21002 >> >> Added: >> head/graphics/p5-Data-Google-Visualization-DataTable/pkg-descr >> >> ============================================================================== >> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >> +++ head/graphics/p5-Data-Google-Visualization-DataTable/pkg-descr >> Mon Dec 21 14:39:08 2015 (r404110) >> @@ -0,0 +1,8 @@ >> +Easily create Google DataTable objects for the Google Visulization >> API. >> + >> +This module is attempts to hide the gory details of preparing your >> data >> +before sending it to a JSON serializer - more specifically, hiding >> some >> +of the hoops that have to be jump through for making sure your data >> +serializes to the right data types. >> + >> +WWW: >> http://search.cpan.org/dist/Data-Google-Visualization-DataTable/ >> >> Added: >> head/graphics/p5-Data-Google-Visualization-DataTable/pkg-plist >> >> ============================================================================== >> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >> +++ head/graphics/p5-Data-Google-Visualization-DataTable/pkg-plist >> Mon Dec 21 14:39:08 2015 (r404110) >> @@ -0,0 +1,3 @@ >> +%%SITE_PERL%%/Data/Google/Visualization/DataTable.pm >> +%%SITE_PERL%%/Data/Google/Visualization/DataTable.pm.orig >> +%%PERL5_MAN3%%/Data::Google::Visualization::DataTable.3.gz >> From owner-svn-ports-head@freebsd.org Mon Dec 21 15:08:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FE24A4E726; Mon, 21 Dec 2015 15:08:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48A771FDD; Mon, 21 Dec 2015 15:08:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLF8kAS090236; Mon, 21 Dec 2015 15:08:46 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLF8kAg090231; Mon, 21 Dec 2015 15:08:46 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512211508.tBLF8kAg090231@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Mon, 21 Dec 2015 15:08:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404114 - in head/www: . p5-Role-REST-Client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 15:08:47 -0000 Author: miwi Date: Mon Dec 21 15:08:45 2015 New Revision: 404114 URL: https://svnweb.freebsd.org/changeset/ports/404114 Log: Perl extension for Rest Client Role. Role::REST::Client will handle encoding and decoding when using the HTTP verbs. GET, PUT, POST, DELETE, OPTIONS, HEAD. WWW: http://search.cpan.org/dist/Role-REST-Client/ PR: 205363 Submitted by: amontalban@gmail.com Approved by: mat (mentor) Differential Revision: D4640 Added: head/www/p5-Role-REST-Client/ head/www/p5-Role-REST-Client/Makefile (contents, props changed) head/www/p5-Role-REST-Client/distinfo (contents, props changed) head/www/p5-Role-REST-Client/pkg-descr (contents, props changed) head/www/p5-Role-REST-Client/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Dec 21 14:55:55 2015 (r404113) +++ head/www/Makefile Mon Dec 21 15:08:45 2015 (r404114) @@ -1189,6 +1189,7 @@ SUBDIR += p5-Reaction SUBDIR += p5-Reddit SUBDIR += p5-Reddit-Client + SUBDIR += p5-Role-REST-Client SUBDIR += p5-Rose-HTML-Objects SUBDIR += p5-Router-Boom SUBDIR += p5-Router-Simple Added: head/www/p5-Role-REST-Client/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Role-REST-Client/Makefile Mon Dec 21 15:08:45 2015 (r404114) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= Role-REST-Client +PORTVERSION= 0.18 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:KAARE +PKGNAMEPREFIX= p5- + +MAINTAINER= amontalban@gmail.com +COMMENT= Perl extension for Rest Client Role + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +RUN_DEPENDS= p5-Data-Serializer>=0.60:${PORTSDIR}/devel/p5-Data-Serializer \ + p5-HTTP-Tiny>=0.056:${PORTSDIR}/www/p5-HTTP-Tiny \ + p5-Moo>=1.003000:${PORTSDIR}/devel/p5-Moo \ + p5-MooX-HandlesVia>=0.001004:${PORTSDIR}/devel/p5-MooX-HandlesVia \ + p5-Type-Tiny>=0.024:${PORTSDIR}/devel/p5-Type-Tiny \ + p5-URI-Escape-XS>0.11:${PORTSDIR}/www/p5-URI-Escape-XS \ + p5-HTTP-Thin>0:${PORTSDIR}/www/p5-HTTP-Thin +BUILD_DEPENDS:= ${RUN_DEPENDS} + +USES= perl5 +USE_PERL5= configure +NO_ARCH= YES + +.include Added: head/www/p5-Role-REST-Client/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Role-REST-Client/distinfo Mon Dec 21 15:08:45 2015 (r404114) @@ -0,0 +1,2 @@ +SHA256 (Role-REST-Client-0.18.tar.gz) = 315ab1e6d8730a301029d20f97b30c0c6fa27bdd140991cb26e6c85796ec8a56 +SIZE (Role-REST-Client-0.18.tar.gz) = 18057 Added: head/www/p5-Role-REST-Client/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Role-REST-Client/pkg-descr Mon Dec 21 15:08:45 2015 (r404114) @@ -0,0 +1,6 @@ +Perl extension for Rest Client Role. + +Role::REST::Client will handle encoding and decoding when using the HTTP verbs. +GET, PUT, POST, DELETE, OPTIONS, HEAD. + +WWW: http://search.cpan.org/dist/Role-REST-Client/ Added: head/www/p5-Role-REST-Client/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Role-REST-Client/pkg-plist Mon Dec 21 15:08:45 2015 (r404114) @@ -0,0 +1,6 @@ +%%SITE_PERL%%/Role/REST/Client.pm +%%SITE_PERL%%/Role/REST/Client/Response.pm +%%SITE_PERL%%/Role/REST/Client/Serializer.pm +%%PERL5_MAN3%%/Role::REST::Client.3.gz +%%PERL5_MAN3%%/Role::REST::Client::Response.3.gz +%%PERL5_MAN3%%/Role::REST::Client::Serializer.3.gz From owner-svn-ports-head@freebsd.org Mon Dec 21 15:08:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6ED5A4E75A; Mon, 21 Dec 2015 15:08: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 437711074; Mon, 21 Dec 2015 15:08: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 tBLF8qvI090344; Mon, 21 Dec 2015 15:08:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLF8qmg090343; Mon, 21 Dec 2015 15:08:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211508.tBLF8qmg090343@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 15:08:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404115 - head/graphics X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 15:08:53 -0000 Author: sunpoet Date: Mon Dec 21 15:08:52 2015 New Revision: 404115 URL: https://svnweb.freebsd.org/changeset/ports/404115 Log: - Sort SUBDIRs Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Mon Dec 21 15:08:45 2015 (r404114) +++ head/graphics/Makefile Mon Dec 21 15:08:52 2015 (r404115) @@ -625,9 +625,9 @@ SUBDIR += openjpeg15 SUBDIR += openjump SUBDIR += opennurbs - SUBDIR += opensubdiv SUBDIR += openrm SUBDIR += openshadinglanguage + SUBDIR += opensubdiv SUBDIR += optar SUBDIR += optipng SUBDIR += osg @@ -652,6 +652,8 @@ SUBDIR += p5-Color-Rgb SUBDIR += p5-Color-Scheme SUBDIR += p5-Convert-Color + SUBDIR += p5-Data-Google-Visualization-DataSource + SUBDIR += p5-Data-Google-Visualization-DataTable SUBDIR += p5-GD SUBDIR += p5-GD-Arrow SUBDIR += p5-GD-Barcode @@ -728,8 +730,6 @@ SUBDIR += p5-URI-GoogleChart SUBDIR += p5-VCG SUBDIR += p5-Visio - SUBDIR += p5-Data-Google-Visualization-DataSource - SUBDIR += p5-Data-Google-Visualization-DataTable SUBDIR += p5-feedgnuplot SUBDIR += p5-ming SUBDIR += panoglview From owner-svn-ports-head@freebsd.org Mon Dec 21 15:18:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFC88A4ED5B; Mon, 21 Dec 2015 15:18:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A2414179A; Mon, 21 Dec 2015 15:18:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLFIKtm093990; Mon, 21 Dec 2015 15:18:20 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLFIKj1093988; Mon, 21 Dec 2015 15:18:20 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512211518.tBLFIKj1093988@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Mon, 21 Dec 2015 15:18:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404116 - head/audio/beets X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 15:18:22 -0000 Author: miwi Date: Mon Dec 21 15:18:20 2015 New Revision: 404116 URL: https://svnweb.freebsd.org/changeset/ports/404116 Log: - Update to 1.3.15 - Remove unused X11 options PR: 205297 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: D4569 Modified: head/audio/beets/Makefile head/audio/beets/distinfo Modified: head/audio/beets/Makefile ============================================================================== --- head/audio/beets/Makefile Mon Dec 21 15:08:52 2015 (r404115) +++ head/audio/beets/Makefile Mon Dec 21 15:18:20 2015 (r404116) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= beets -PORTVERSION= 1.3.11 +PORTVERSION= 1.3.15 CATEGORIES= audio python MASTER_SITES= CHEESESHOP @@ -17,7 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}muta ${PYTHON_PKGNAMEPREFIX}musicbrainzngs>=0.4:${PORTSDIR}/audio/py-musicbrainzngs \ ${PYTHON_PKGNAMEPREFIX}munkres>=0:${PORTSDIR}/math/py-munkres \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml \ - ${PYTHON_PKGNAMEPREFIX}enum34>=1.0:${PORTSDIR}/devel/py-enum34 \ + ${PYTHON_PKGNAMEPREFIX}enum34>=1.0.4:${PORTSDIR}/devel/py-enum34 \ + ${PYTHON_PKGNAMEPREFIX}jellyfish>=0:${PORTSDIR}/devel/py-jellyfish \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 USES= python @@ -25,21 +26,25 @@ USE_PYTHON= distutils autoplist PLIST_FILES= man/man1/beet.1.gz man/man5/beetsconfig.5.gz -OPTIONS_DEFINE= BPD CHROMA DISCOGS ECHONEST FETCHART FFMPEG \ - IMAGEMAGICK LASTFM LASTIMPORT LYRICS LYRICS_GOOGLE MPDSTATS \ - PLEXUPDATE REPLAYGAIN SPOTIFY THUMBNAILS WEB WEB_CORS +OPTIONS_DEFINE= BADFILES BPD CHROMA DISCOGS ECHONEST FETCHART FFMPEG \ + IMAGEMAGICK IPFS LASTFM LASTIMPORT LYRICS LYRICS_GOOGLE \ + MPDSTATS METASYNC_DBUS PLEXUPDATE REPLAYGAIN SPOTIFY \ + THUMBNAILS WEB WEB_CORS OPTIONS_DEFAULT= +BADFILES_DESC= Bad Files Plugin BPD_DESC= MPD Compatible Music Player Plugin CHROMA_DESC= Audio Fingerprinting Plugin DISCOGS_DESC= Discogs Search Plugin ECHONEST_DESC= Echo Nest Plugin FETCHART_DESC= Cover Art Fetch Plugin +IPFS_DESC= IPFS Plugin IMAGEMAGICK_DESC= Cover Art Resizing and Comparison LASTFM_DESC= LastGenre Plugin LASTIMPORT_DESC= Last.fm Import Plugin LYRICS_DESC= Lyrics Plugin LYRICS_GOOGLE_DESC= Use Google Custom Search for Lyrics +METASYNC_DBUS_DESC= Amarok support for the MetaSync plugin MPDSTATS_DESC= MPD Statistics Plugin PLEXUPDATE_DESC= PlexUpdate Plugin REPLAYGAIN_DESC= Normalize Audio Loudness @@ -48,19 +53,22 @@ THUMBNAILS_DESC= Thumbnails for freedesk WEB_DESC= Web plugin for querying, browsing and playing music WEB_CORS_DESC= Cross-origin resource sharing for the Web plugin +BADFILES_RUN_DEPENDS= flac:${PORTSDIR}/audio/flac \ + mp3val:${PORTSDIR}/audio/mp3val BPD_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gstreamer>=0.10:${PORTSDIR}/multimedia/py-gstreamer -BPD_RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mpd>=0.2.0:${PORTSDIR}/audio/py-mpd CHROMA_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyacoustid>=0:${PORTSDIR}/audio/py-pyacoustid DISCOGS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}discogs-client>=2.1.0:${PORTSDIR}/audio/py-discogs-client ECHONEST_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyechonest>=8.0.1:${PORTSDIR}/devel/py-pyechonest FETCHART_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests FFMPEG_RUN_DEPENDS= ffmpeg>=2:${PORTSDIR}/multimedia/ffmpeg IMAGEMAGICK_RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick +IPFS_RUN_DEPENDS= ipfs-go:${PORTSDIR}/sysutils/ipfs-go LASTFM_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pylast>=0:${PORTSDIR}/audio/py-pylast LASTIMPORT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests LYRICS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests -LYRICS_GOOGLE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}py-beautifulsoup>=4:${PORTSDIR}/www/py-beautifulsoup -MPDSTATS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mpd>=0.2.0:${PORTSDIR}/audio/py-mpd +LYRICS_GOOGLE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4:${PORTSDIR}/www/py-beautifulsoup +METASYNC_DBUS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0:${PORTSDIR}/devel/py-dbus +MPDSTATS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mpd2>=0:${PORTSDIR}/audio/py-mpd2 PLEXUPDATE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests REPLAYGAIN_RUN_DEPENDS= mp3gain>=0:${PORTSDIR}/audio/mp3gain REPLAYGAIN_RUN_DEPENDS+= aacgain>=0:${PORTSDIR}/audio/aacgain @@ -70,14 +78,8 @@ THUMBNAILS_RUN_DEPENDS+= ${PYTHON_PKGNAM WEB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0:${PORTSDIR}/www/py-flask WEB_CORS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask-Cors>=0:${PORTSDIR}/www/py-flask-cors -.include - -.if ! ${PORT_OPTIONS:MX11} -IMAGEMAGICK_RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick-nox11 -.endif - post-install: ${INSTALL} ${WRKSRC}/man/beet.1 ${STAGEDIR}${PREFIX}/man/man1/ ${INSTALL} ${WRKSRC}/man/beetsconfig.5 ${STAGEDIR}${PREFIX}/man/man5/ -.include +.include Modified: head/audio/beets/distinfo ============================================================================== --- head/audio/beets/distinfo Mon Dec 21 15:08:52 2015 (r404115) +++ head/audio/beets/distinfo Mon Dec 21 15:18:20 2015 (r404116) @@ -1,2 +1,2 @@ -SHA256 (beets-1.3.11.tar.gz) = 4a926b4c82409382b993b14cac7ecdbd18dea84845030ad41e26198542871408 -SIZE (beets-1.3.11.tar.gz) = 1262101 +SHA256 (beets-1.3.15.tar.gz) = ebb16c9d8864d65491cd73cb0c9661df18f12604f1a6c2c16d19096d87ef50c4 +SIZE (beets-1.3.15.tar.gz) = 1293842 From owner-svn-ports-head@freebsd.org Mon Dec 21 15:36:23 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C23E1A4D8EF; Mon, 21 Dec 2015 15:36: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 927A51F1D; Mon, 21 Dec 2015 15:36: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 tBLFaMdj099548; Mon, 21 Dec 2015 15:36:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLFaM0d099547; Mon, 21 Dec 2015 15:36:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211536.tBLFaM0d099547@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 15:36:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404117 - head/java X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 15:36:23 -0000 Author: sunpoet Date: Mon Dec 21 15:36:22 2015 New Revision: 404117 URL: https://svnweb.freebsd.org/changeset/ports/404117 Log: - Sort SUBDIRs Modified: head/java/Makefile Modified: head/java/Makefile ============================================================================== --- head/java/Makefile Mon Dec 21 15:18:20 2015 (r404116) +++ head/java/Makefile Mon Dec 21 15:36:22 2015 (r404117) @@ -116,11 +116,11 @@ SUBDIR += trove4j SUBDIR += veditor SUBDIR += visualvm + SUBDIR += wildfly100 SUBDIR += wildfly80 SUBDIR += wildfly81 SUBDIR += wildfly82 SUBDIR += wildfly90 - SUBDIR += wildfly100 SUBDIR += xdoclet .include From owner-svn-ports-head@freebsd.org Mon Dec 21 15:39:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40575A4DB3E; Mon, 21 Dec 2015 15:39:42 +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 0DB5D10E3; Mon, 21 Dec 2015 15:39:41 +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 tBLFdfbS099787; Mon, 21 Dec 2015 15:39:41 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLFdefJ099785; Mon, 21 Dec 2015 15:39:40 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201512211539.tBLFdefJ099785@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 21 Dec 2015 15:39:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404118 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 15:39:42 -0000 Author: feld Date: Mon Dec 21 15:39:40 2015 New Revision: 404118 URL: https://svnweb.freebsd.org/changeset/ports/404118 Log: irc/quassel: Document vulnerability Security: CVE-2015-8547 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Dec 21 15:36:22 2015 (r404117) +++ head/security/vuxml/vuln.xml Mon Dec 21 15:39:40 2015 (r404118) @@ -58,6 +58,33 @@ Notes: --> + + quassel -- remote denial of service + + + quassel + 0.12.2_1 + + + + +

Pierre Schweitzer reports:

+
+

Any client sending the command "/op *" in a query will + cause the Quassel core to crash.

+
+ +
+ + http://www.openwall.com/lists/oss-security/2015/12/12/1 + CVE-2015-8547 + + + 2015-11-22 + 2015-12-18 + +
+ libvirt -- ACL bypass using ../ to access beyond storage pool From owner-svn-ports-head@freebsd.org Mon Dec 21 15:41:32 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5099DA4DC35; Mon, 21 Dec 2015 15:41:32 +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 212F412AA; Mon, 21 Dec 2015 15:41:32 +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 tBLFfVm0099971; Mon, 21 Dec 2015 15:41:31 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLFfV9P099969; Mon, 21 Dec 2015 15:41:31 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201512211541.tBLFfV9P099969@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 21 Dec 2015 15:41:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404119 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 15:41:32 -0000 Author: feld Date: Mon Dec 21 15:41:30 2015 New Revision: 404119 URL: https://svnweb.freebsd.org/changeset/ports/404119 Log: irc/quassel: Import patch to resolve DoS CVE Approved by: ports-secteam (with hat) MFH: 2015Q4 Security: CVE-2015-8547 Added: head/irc/quassel/files/patch-src_core_coreuserinputhandler.cpp (contents, props changed) Modified: head/irc/quassel/Makefile Modified: head/irc/quassel/Makefile ============================================================================== --- head/irc/quassel/Makefile Mon Dec 21 15:39:40 2015 (r404118) +++ head/irc/quassel/Makefile Mon Dec 21 15:41:30 2015 (r404119) @@ -3,6 +3,7 @@ PORTNAME= quassel PORTVERSION= 0.12.2 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://www.quassel-irc.org/pub/ Added: head/irc/quassel/files/patch-src_core_coreuserinputhandler.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/irc/quassel/files/patch-src_core_coreuserinputhandler.cpp Mon Dec 21 15:41:30 2015 (r404119) @@ -0,0 +1,12 @@ +Fix CVE-2015-8547 +--- src/core/coreuserinputhandler.cpp.orig 2015-04-23 20:47:17 UTC ++++ src/core/coreuserinputhandler.cpp +@@ -228,7 +228,7 @@ void CoreUserInputHandler::doMode(const + if (!isNumber || maxModes == 0) maxModes = 1; + + QStringList nickList; +- if (nicks == "*") { // All users in channel ++ if (nicks == "*" && bufferInfo.type() == BufferInfo::ChannelBuffer) { // All users in channel + const QList users = network()->ircChannel(bufferInfo.bufferName())->ircUsers(); + foreach(IrcUser *user, users) { + if ((addOrRemove == '+' && !network()->ircChannel(bufferInfo.bufferName())->userModes(user).contains(mode)) From owner-svn-ports-head@freebsd.org Mon Dec 21 15:49:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06760A4E28F; Mon, 21 Dec 2015 15:49: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 C99DA19CD; Mon, 21 Dec 2015 15:49:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLFndgg003164; Mon, 21 Dec 2015 15:49:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLFndP2003163; Mon, 21 Dec 2015 15:49:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211549.tBLFndP2003163@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 15:49:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404121 - head/mail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 15:49:41 -0000 Author: sunpoet Date: Mon Dec 21 15:49:39 2015 New Revision: 404121 URL: https://svnweb.freebsd.org/changeset/ports/404121 Log: - Sort SUBDIRs Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Mon Dec 21 15:43:03 2015 (r404120) +++ head/mail/Makefile Mon Dec 21 15:49:39 2015 (r404121) @@ -587,8 +587,8 @@ SUBDIR += rubygem-exception_notification SUBDIR += rubygem-larch SUBDIR += rubygem-mail - SUBDIR += rubygem-mail_room SUBDIR += rubygem-mail25 + SUBDIR += rubygem-mail_room SUBDIR += rubygem-mailfactory SUBDIR += rubygem-pony SUBDIR += rubygem-rmail From owner-svn-ports-head@freebsd.org Mon Dec 21 16:02:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8277FA4ECE6; Mon, 21 Dec 2015 16:02: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 407401247; Mon, 21 Dec 2015 16:02:26 +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 tBLG2PMT008727; Mon, 21 Dec 2015 16:02:25 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLG2PlE008725; Mon, 21 Dec 2015 16:02:25 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201512211602.tBLG2PlE008725@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 21 Dec 2015 16:02:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404122 - head/www/ojs2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 16:02:26 -0000 Author: mat Date: Mon Dec 21 16:02:24 2015 New Revision: 404122 URL: https://svnweb.freebsd.org/changeset/ports/404122 Log: Fix build as a user. While there, use options helpers, don't dupplicate what COPYTREE_SHARE does. Sponsored by: Absolight Modified: head/www/ojs2/Makefile head/www/ojs2/pkg-plist Modified: head/www/ojs2/Makefile ============================================================================== --- head/www/ojs2/Makefile Mon Dec 21 15:49:39 2015 (r404121) +++ head/www/ojs2/Makefile Mon Dec 21 16:02:24 2015 (r404122) @@ -39,57 +39,30 @@ pre-install:: @${ECHO_MSG} "Hit Control-C now" @${ECHO_MSG} "======================================================================" -.include - - -.if ${PORT_OPTIONS:MMYSQL} -USE_PHP+= mysql -.endif - -.if ${PORT_OPTIONS:MPGSQL} -USE_PHP+= pgsql -.endif - -.if ${PORT_OPTIONS:MLDAP} -USE_PHP+= ldap -.endif - -.if ${PORT_OPTIONS:MCURL} -USE_PHP+= curl -.endif - -.if ${PORT_OPTIONS:MMEMCACHE} -USE_PHP+= memcache -.endif +MYSQL_USE= php=mysql +PGSQL_USE= php=pgsql +LDAP_USE= php=ldap +CURL_USE= php=curl +MEMCACHE_USE= php=memcache NONDOCS= cache/fc-locale-list.php classes config.inc.php \ dbscripts help includes index.php js lib locale pages \ plugins public registry rt styles templates tools -.if ${PORT_OPTIONS:MDOCS} DOCS= docs -.endif PLIST_SUB+= ECHO_MSG=${ECHO_MSG} SUB_FILES= pkg-deinstall do-install: - @cd ${WRKSRC} && ${COPYTREE_SHARE} "${NONDOCS}" ${STAGEDIR}${WWWDIR} - @cd ${WRKSRC} && ${CP} config.inc.php ${STAGEDIR}${WWWDIR}/config.inc.php.sample - ${RM} ${STAGEDIR}${WWWDIR}/config.inc.php - @${INSTALL} -d ${STAGEDIR}${WWWDIR}/cache/_db - @${INSTALL} -d ${STAGEDIR}${WWWDIR}/cache/t_cache - @${INSTALL} -d ${STAGEDIR}${WWWDIR}/cache/t_compile - @${INSTALL} -d ${STAGEDIR}${WWWDIR}/cache/t_config - @${INSTALL} -d ${STAGEDIR}${WWWDIR}/locale/en_US/images - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR} - @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} \ - ${WWWDIR:S|^${PREFIX}/|%D/|}' >> ${TMPPLIST} - @${FIND} ${STAGEDIR}${WWWDIR} -type f -print0 | ${XARGS} -0 ${CHMOD} 644 - @${ECHO_CMD} '@exec ${FIND} ${WWWDIR} -type f -print0 | \ - ${XARGS} -0 ${CHMOD} 644' >> ${TMPPLIST} - @${FIND} ${STAGEDIR}${WWWDIR} -type d -print0 | ${XARGS} -0 ${CHMOD} 755 - @${ECHO_CMD} '@exec ${FIND} ${WWWDIR} -type d -print0 | \ - ${XARGS} -0 ${CHMOD} 755' >> ${TMPPLIST} + cd ${WRKSRC} && ${COPYTREE_SHARE} "${NONDOCS}" ${STAGEDIR}${WWWDIR} + ${MV} ${STAGEDIR}${WWWDIR}/config.inc.php ${STAGEDIR}${WWWDIR}/config.inc.php.sample + ${INSTALL} -d ${STAGEDIR}${WWWDIR}/cache/_db + ${INSTALL} -d ${STAGEDIR}${WWWDIR}/cache/t_cache + ${INSTALL} -d ${STAGEDIR}${WWWDIR}/cache/t_compile + ${INSTALL} -d ${STAGEDIR}${WWWDIR}/cache/t_config + ${INSTALL} -d ${STAGEDIR}${WWWDIR}/locale/en_US/images + +do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} @cd ${WRKSRC}/${DOCS} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} Modified: head/www/ojs2/pkg-plist ============================================================================== --- head/www/ojs2/pkg-plist Mon Dec 21 15:49:39 2015 (r404121) +++ head/www/ojs2/pkg-plist Mon Dec 21 16:02:24 2015 (r404122) @@ -1,7 +1,39 @@ -@dir %%WWWDIR%%/cache/_db -@dir %%WWWDIR%%/cache/t_cache -@dir %%WWWDIR%%/cache/t_compile -@dir %%WWWDIR%%/cache/t_config +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/COPYING_pt +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/FAQ +%%PORTDOCS%%%%DOCSDIR%%/FAQ_pt +%%PORTDOCS%%%%DOCSDIR%%/IMPORTEXPORT +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/INSTALL_pt +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/LICENSE_pt +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README-CVS +%%PORTDOCS%%%%DOCSDIR%%/README-CVS_pt +%%PORTDOCS%%%%DOCSDIR%%/README-DEV +%%PORTDOCS%%%%DOCSDIR%%/README_jp +%%PORTDOCS%%%%DOCSDIR%%/README_pt +%%PORTDOCS%%%%DOCSDIR%%/RELEASE +%%PORTDOCS%%%%DOCSDIR%%/REPORTING-BUGS +%%PORTDOCS%%%%DOCSDIR%%/REPORTING-BUGS_pt +%%PORTDOCS%%%%DOCSDIR%%/UPGRADE +%%PORTDOCS%%%%DOCSDIR%%/UPGRADE_pt +%%PORTDOCS%%%%DOCSDIR%%/release-notes/ChangeLog-2.0.1 +%%PORTDOCS%%%%DOCSDIR%%/release-notes/ChangeLog-2.0.2 +%%PORTDOCS%%%%DOCSDIR%%/release-notes/ChangeLog-2.1 +%%PORTDOCS%%%%DOCSDIR%%/release-notes/ChangeLog-2.1.1 +%%PORTDOCS%%%%DOCSDIR%%/release-notes/ChangeLog-2.2 +%%PORTDOCS%%%%DOCSDIR%%/release-notes/ChangeLog-2.2.1 +%%PORTDOCS%%%%DOCSDIR%%/release-notes/README-2.0.1 +%%PORTDOCS%%%%DOCSDIR%%/release-notes/README-2.0.2 +%%PORTDOCS%%%%DOCSDIR%%/release-notes/README-2.1.0 +%%PORTDOCS%%%%DOCSDIR%%/release-notes/README-2.1.1 +%%PORTDOCS%%%%DOCSDIR%%/release-notes/README-2.2.0 +%%PORTDOCS%%%%DOCSDIR%%/release-notes/README-2.2.1 +@owner www +@group www +%%WWWDIR%%/cache/fc-locale-list.php %%WWWDIR%%/classes/admin/form/ImportOJS1Form.inc.php %%WWWDIR%%/classes/admin/form/JournalSiteSettingsForm.inc.php %%WWWDIR%%/classes/admin/form/SiteSettingsForm.inc.php @@ -335,39 +367,6 @@ %%WWWDIR%%/dbscripts/xml/upgrade/2.2.1_update.xml %%WWWDIR%%/dbscripts/xml/upgrade/public_issue_ids.xml %%WWWDIR%%/dbscripts/xml/version.xml -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/COPYING_pt -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/FAQ -%%PORTDOCS%%%%DOCSDIR%%/FAQ_pt -%%PORTDOCS%%%%DOCSDIR%%/IMPORTEXPORT -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/INSTALL_pt -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/LICENSE_pt -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/README-CVS -%%PORTDOCS%%%%DOCSDIR%%/README-CVS_pt -%%PORTDOCS%%%%DOCSDIR%%/README-DEV -%%PORTDOCS%%%%DOCSDIR%%/README_jp -%%PORTDOCS%%%%DOCSDIR%%/README_pt -%%PORTDOCS%%%%DOCSDIR%%/RELEASE -%%PORTDOCS%%%%DOCSDIR%%/REPORTING-BUGS -%%PORTDOCS%%%%DOCSDIR%%/REPORTING-BUGS_pt -%%PORTDOCS%%%%DOCSDIR%%/UPGRADE -%%PORTDOCS%%%%DOCSDIR%%/UPGRADE_pt -%%PORTDOCS%%%%DOCSDIR%%/release-notes/ChangeLog-2.0.1 -%%PORTDOCS%%%%DOCSDIR%%/release-notes/ChangeLog-2.0.2 -%%PORTDOCS%%%%DOCSDIR%%/release-notes/ChangeLog-2.1 -%%PORTDOCS%%%%DOCSDIR%%/release-notes/ChangeLog-2.1.1 -%%PORTDOCS%%%%DOCSDIR%%/release-notes/ChangeLog-2.2 -%%PORTDOCS%%%%DOCSDIR%%/release-notes/ChangeLog-2.2.1 -%%PORTDOCS%%%%DOCSDIR%%/release-notes/README-2.0.1 -%%PORTDOCS%%%%DOCSDIR%%/release-notes/README-2.0.2 -%%PORTDOCS%%%%DOCSDIR%%/release-notes/README-2.1.0 -%%PORTDOCS%%%%DOCSDIR%%/release-notes/README-2.1.1 -%%PORTDOCS%%%%DOCSDIR%%/release-notes/README-2.2.0 -%%PORTDOCS%%%%DOCSDIR%%/release-notes/README-2.2.1 %%WWWDIR%%/help/el_GR/editorial/toc/000000.xml %%WWWDIR%%/help/el_GR/editorial/toc/000001.xml %%WWWDIR%%/help/el_GR/editorial/toc/000002.xml @@ -3202,9 +3201,14 @@ %%WWWDIR%%/tools/rebuildSearchIndex.php %%WWWDIR%%/tools/runScheduledTasks.php %%WWWDIR%%/tools/upgrade.php -%%WWWDIR%%/cache/fc-locale-list.php +@dir %%WWWDIR%%/cache/_db +@dir %%WWWDIR%%/cache/t_cache +@dir %%WWWDIR%%/cache/t_compile +@dir %%WWWDIR%%/cache/t_config @dir %%WWWDIR%%/locale/en_US/images -@unexec /bin/rm -rf %D/%%WWWDIR%%/cache/t_config 2>/dev/null || true -@unexec /bin/rm -rf %D/%%WWWDIR%%/cache/t_compile 2>/dev/null || true -@unexec /bin/rm -rf %D/%%WWWDIR%%/cache/t_cache 2>/dev/null || true -@unexec /bin/rm -rf %D/%%WWWDIR%%/cache/_db 2>/dev/null || true +@group +@owner +@postunexec /bin/rm -rf %D/%%WWWDIR%%/cache/t_config 2>/dev/null || true +@postunexec /bin/rm -rf %D/%%WWWDIR%%/cache/t_compile 2>/dev/null || true +@postunexec /bin/rm -rf %D/%%WWWDIR%%/cache/t_cache 2>/dev/null || true +@postunexec /bin/rm -rf %D/%%WWWDIR%%/cache/_db 2>/dev/null || true From owner-svn-ports-head@freebsd.org Mon Dec 21 16:02:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0CB17A4ED68; Mon, 21 Dec 2015 16:02:52 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C35EE134E; Mon, 21 Dec 2015 16:02:51 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLG2oSB008892; Mon, 21 Dec 2015 16:02:50 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLG2oOO008887; Mon, 21 Dec 2015 16:02:50 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201512211602.tBLG2oOO008887@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 21 Dec 2015 16:02:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404123 - in head/mail: openemm2013 openemm2015 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 16:02:52 -0000 Author: mat Date: Mon Dec 21 16:02:50 2015 New Revision: 404123 URL: https://svnweb.freebsd.org/changeset/ports/404123 Log: Fix build as a user. Sponsored by: Absolight Modified: head/mail/openemm2013/Makefile head/mail/openemm2013/pkg-plist head/mail/openemm2015/Makefile head/mail/openemm2015/pkg-plist Modified: head/mail/openemm2013/Makefile ============================================================================== --- head/mail/openemm2013/Makefile Mon Dec 21 16:02:24 2015 (r404122) +++ head/mail/openemm2013/Makefile Mon Dec 21 16:02:50 2015 (r404123) @@ -246,6 +246,5 @@ post-install: ${TOUCH} ${STAGEDIR}/var/log/${PORTNAME}/userlogs.log ${TOUCH} ${STAGEDIR}/var/log/${PORTNAME}/openemm_axis.log ${TOUCH} ${STAGEDIR}/var/log/${PORTNAME}/daily.log - ${CHOWN} -R ${USER}:${GROUP} ${STAGEDIR}/var/log/${PORTNAME} .include Modified: head/mail/openemm2013/pkg-plist ============================================================================== --- head/mail/openemm2013/pkg-plist Mon Dec 21 16:02:24 2015 (r404122) +++ head/mail/openemm2013/pkg-plist Mon Dec 21 16:02:50 2015 (r404123) @@ -4917,11 +4917,11 @@ %%APP_HOME%%/webservices/EmmSoapClient.sh %%APP_HOME%%/webservices/WSSESoapClient.php %%APP_HOME%%/webservices/WS_use_example.php -/var/log/%%APP_HOME%%/daily.log -/var/log/%%APP_HOME%%/openemm_axis.log -/var/log/%%APP_HOME%%/openemm_core.log -/var/log/%%APP_HOME%%/userlogs.log -@dir /var/log/%%APP_HOME%% +@(www,www,) /var/log/%%APP_HOME%%/daily.log +@(www,www,) /var/log/%%APP_HOME%%/openemm_axis.log +@(www,www,) /var/log/%%APP_HOME%%/openemm_core.log +@(www,www,) /var/log/%%APP_HOME%%/userlogs.log +@dir(www,www,) /var/log/%%APP_HOME%% @dir %%DOCSDIR%%/ThirdPartyLicences @dir %%DOCSDIR%% @dir %%APP_HOME%%/bin/scripts Modified: head/mail/openemm2015/Makefile ============================================================================== --- head/mail/openemm2015/Makefile Mon Dec 21 16:02:24 2015 (r404122) +++ head/mail/openemm2015/Makefile Mon Dec 21 16:02:50 2015 (r404123) @@ -231,6 +231,5 @@ post-install: ${TOUCH} ${STAGEDIR}/var/log/${PORTNAME}/userlogs.log ${TOUCH} ${STAGEDIR}/var/log/${PORTNAME}/openemm_axis.log ${TOUCH} ${STAGEDIR}/var/log/${PORTNAME}/daily.log - ${CHOWN} -R ${USER}:${GROUP} ${STAGEDIR}/var/log/${PORTNAME} .include Modified: head/mail/openemm2015/pkg-plist ============================================================================== --- head/mail/openemm2015/pkg-plist Mon Dec 21 16:02:24 2015 (r404122) +++ head/mail/openemm2015/pkg-plist Mon Dec 21 16:02:50 2015 (r404123) @@ -6023,11 +6023,11 @@ %%PORTDOCS%%%%DOCSDIR%%/update_openemm-6.RC2-6.0.sql @mode 555 %%PORTDOCS%%%%DOCSDIR%%/upgrade-postproc.sh -/var/log/%%APP_HOME%%/daily.log -/var/log/%%APP_HOME%%/openemm_axis.log -/var/log/%%APP_HOME%%/openemm_core.log -/var/log/%%APP_HOME%%/userlogs.log -@dir /var/log/%%APP_HOME%% +@(www,www,) /var/log/%%APP_HOME%%/daily.log +@(www,www,) /var/log/%%APP_HOME%%/openemm_axis.log +@(www,www,) /var/log/%%APP_HOME%%/openemm_core.log +@(www,www,) /var/log/%%APP_HOME%%/userlogs.log +@dir(www,www,) /var/log/%%APP_HOME%% @dir %%DOCSDIR%%/ThirdPartyLicences @dir %%DOCSDIR%% @dir %%APP_HOME%%/webservices From owner-svn-ports-head@freebsd.org Mon Dec 21 16:02:56 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EBC23A4ED99; Mon, 21 Dec 2015 16:02:56 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B71D7137D; Mon, 21 Dec 2015 16:02:56 +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 tBLG2tQe009025; Mon, 21 Dec 2015 16:02:55 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLG2tob009022; Mon, 21 Dec 2015 16:02:55 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201512211602.tBLG2tob009022@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 21 Dec 2015 16:02:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404124 - in head/security/ossec-hids-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 16:02:57 -0000 Author: mat Date: Mon Dec 21 16:02:55 2015 New Revision: 404124 URL: https://svnweb.freebsd.org/changeset/ports/404124 Log: Fix build as a user. While there, merge do-install and post-install, and use an option target helper. Sponsored by: Absolight Modified: head/security/ossec-hids-server/Makefile head/security/ossec-hids-server/files/patch-src__InstallAgent.sh head/security/ossec-hids-server/files/patch-src__InstallServer.sh Modified: head/security/ossec-hids-server/Makefile ============================================================================== --- head/security/ossec-hids-server/Makefile Mon Dec 21 16:02:50 2015 (r404123) +++ head/security/ossec-hids-server/Makefile Mon Dec 21 16:02:55 2015 (r404124) @@ -101,8 +101,6 @@ do-install: .else @cd ${WRKSRC}/src; ${MAKE} server .endif - -post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}/etc .for file in ${STRIP_FILES} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/ossec-hids/bin/${file} @@ -116,9 +114,8 @@ post-install: ${CP} ${WRKSRC}/etc/ossec-server.conf ${STAGEDIR}${PREFIX}/${PORTNAME}/etc/ossec.conf.sample .endif -.if ${PORT_OPTIONS:MDOCS} +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} -.endif .include Modified: head/security/ossec-hids-server/files/patch-src__InstallAgent.sh ============================================================================== --- head/security/ossec-hids-server/files/patch-src__InstallAgent.sh Mon Dec 21 16:02:50 2015 (r404123) +++ head/security/ossec-hids-server/files/patch-src__InstallAgent.sh Mon Dec 21 16:02:55 2015 (r404124) @@ -1,6 +1,6 @@ ---- ./src/InstallAgent.sh.orig 2014-07-13 15:25:05.161395378 -0600 -+++ ./src/InstallAgent.sh 2014-07-13 15:25:35.972393742 -0600 -@@ -37,11 +37,11 @@ +--- src/InstallAgent.sh.orig 2015-06-10 15:38:32 UTC ++++ src/InstallAgent.sh +@@ -37,11 +37,11 @@ fi # Creating groups/users if [ "$UNAME" = "FreeBSD" -o "$UNAME" = "DragonFly" ]; then @@ -17,3 +17,107 @@ elif [ "$UNAME" = "SunOS" ]; then grep "^${USER}" /etc/passwd > /dev/null 2>&1 +@@ -106,22 +106,17 @@ for i in ${subdirs}; do + done + + # Default for all directories +-chmod -R 550 ${DIR} +-chown -R root:${GROUP} ${DIR} ++chmod -R 750 ${DIR} + + # To the ossec queue (default for agentd to read) +-chown -R ${USER}:${GROUP} ${DIR}/queue/ossec + chmod -R 770 ${DIR}/queue/ossec + + # For the logging user +-chown -R ${USER}:${GROUP} ${DIR}/logs + chmod -R 750 ${DIR}/logs + chmod -R 775 ${DIR}/queue/rids + touch ${DIR}/logs/ossec.log +-chown ${USER}:${GROUP} ${DIR}/logs/ossec.log + chmod 664 ${DIR}/logs/ossec.log + +-chown -R ${USER}:${GROUP} ${DIR}/queue/diff + chmod -R 750 ${DIR}/queue/diff + chmod 740 ${DIR}/queue/diff/* > /dev/null 2>&1 + +@@ -129,8 +124,7 @@ chmod 740 ${DIR}/queue/diff/* > /dev/nul + + + # For the etc dir +-chmod 550 ${DIR}/etc +-chown -R root:${GROUP} ${DIR}/etc ++chmod 750 ${DIR}/etc + + ls /etc/localtime > /dev/null 2>&1 + if [ $? = 0 ]; then +@@ -142,13 +136,11 @@ if [ "$UNAME" = "SunOS" ]; then + mkdir -p ${DIR}/usr/share/lib/zoneinfo/ + chmod -R 555 ${DIR}/usr/ + cp -pr /usr/share/lib/zoneinfo/* ${DIR}/usr/share/lib/zoneinfo/ +- chown -R root:${GROUP} ${DIR}/usr/ + fi + + ls /etc/TIMEZONE > /dev/null 2>&1 + if [ $? = 0 ]; then + cp -p /etc/TIMEZONE ${DIR}/etc/; +- chown root:${GROUP} ${DIR}/etc/TIMEZONE + chmod 555 ${DIR}/etc/TIMEZONE + fi + +@@ -168,25 +160,17 @@ cp -pr ../etc/local_internal_options.con + cp -pr ../etc/client.keys ${DIR}/etc/ > /dev/null 2>&1 + cp -pr agentlessd/scripts/* ${DIR}/agentless/ + +-chown root:${GROUP} ${DIR}/etc/internal_options.conf +-chown root:${GROUP} ${DIR}/etc/local_internal_options.conf > /dev/null 2>&1 +-chown root:${GROUP} ${DIR}/etc/client.keys > /dev/null 2>&1 +-chown root:${GROUP} ${DIR}/agentless/* +-chown ${USER}:${GROUP} ${DIR}/.ssh +-chown -R root:${GROUP} ${DIR}/etc/shared +- +-chmod 550 ${DIR}/etc ++chmod 750 ${DIR}/etc + chmod 440 ${DIR}/etc/internal_options.conf + chmod 440 ${DIR}/etc/local_internal_options.conf > /dev/null 2>&1 + chmod 440 ${DIR}/etc/client.keys > /dev/null 2>&1 + chmod -R 770 ${DIR}/etc/shared # ossec must be able to write to it +-chmod 550 ${DIR}/agentless/* ++chmod 750 ${DIR}/agentless/* + chmod 700 ${DIR}/.ssh + + + # For the /var/run + chmod 770 ${DIR}/var/run +-chown root:${GROUP} ${DIR}/var/run + + + # Moving the binary files +@@ -200,7 +184,6 @@ cp -pr addagent/manage_agents ${DIR}/bin + cp -pr ../contrib/util.sh ${DIR}/bin/ + cp -pr external/lua/src/ossec-lua ${DIR}/bin/ + cp -pr external/lua/src/ossec-luac ${DIR}/bin/ +-chown root:${GROUP} ${DIR}/bin/util.sh + chmod +x ${DIR}/bin/util.sh + + # Copying active response modules +@@ -208,10 +191,8 @@ sh ./init/fw-check.sh execute > /dev/nul + cp -pr ../active-response/*.sh ${DIR}/active-response/bin/ + cp -pr ../active-response/firewalls/*.sh ${DIR}/active-response/bin/ + chmod 755 ${DIR}/active-response/bin/* +-chown root:${GROUP} ${DIR}/active-response/bin/* + +-chown root:${GROUP} ${DIR}/bin/* +-chmod 550 ${DIR}/bin/* ++chmod 750 ${DIR}/bin/* + + + # Moving the config file +@@ -227,7 +208,6 @@ if [ $? = 0 ]; then + else + cp -pr ../etc/ossec-agent.conf ${DIR}/etc/ossec.conf + fi +-chown root:${GROUP} ${DIR}/etc/ossec.conf + chmod 440 ${DIR}/etc/ossec.conf + + Modified: head/security/ossec-hids-server/files/patch-src__InstallServer.sh ============================================================================== --- head/security/ossec-hids-server/files/patch-src__InstallServer.sh Mon Dec 21 16:02:50 2015 (r404123) +++ head/security/ossec-hids-server/files/patch-src__InstallServer.sh Mon Dec 21 16:02:55 2015 (r404124) @@ -1,6 +1,6 @@ ---- ./src/InstallServer.sh.orig 2014-05-22 07:10:57.000000000 -0600 -+++ ./src/InstallServer.sh 2014-07-13 15:24:45.552390120 -0600 -@@ -44,13 +44,13 @@ +--- src/InstallServer.sh.orig 2015-06-10 15:38:32 UTC ++++ src/InstallServer.sh +@@ -44,13 +44,13 @@ fi # Creating groups/users if [ "$UNAME" = "FreeBSD" -o "$UNAME" = "DragonFly" ]; then @@ -21,85 +21,73 @@ elif [ "$UNAME" = "SunOS" ]; then grep "^${USER_REM}" /etc/passwd > /dev/null 2>&1 -@@ -123,61 +123,61 @@ +@@ -121,63 +121,47 @@ for i in ${subdirs}; do + done + # Default for all directories - chmod 550 ${DIR} - chmod 550 ${DIR}/* +-chmod 550 ${DIR} +-chmod 550 ${DIR}/* -chown root:${GROUP} ${DIR} -chown root:${GROUP} ${DIR}/* -+#chown root:${GROUP} ${DIR} -+#chown root:${GROUP} ${DIR}/* ++chmod 750 ${DIR} ++chmod 750 ${DIR}/* # AnalysisD needs to write to alerts: log, mail and cmds -chown -R ${USER}:${GROUP} ${DIR}/queue/alerts -+#chown -R ${USER}:${GROUP} ${DIR}/queue/alerts chmod -R 770 ${DIR}/queue/alerts # To the ossec queue (default for analysisd to read) -chown -R ${USER}:${GROUP} ${DIR}/queue/ossec -+#chown -R ${USER}:${GROUP} ${DIR}/queue/ossec chmod -R 770 ${DIR}/queue/ossec # To the ossec fts queue -chown -R ${USER}:${GROUP} ${DIR}/queue/fts -+#chown -R ${USER}:${GROUP} ${DIR}/queue/fts chmod -R 750 ${DIR}/queue/fts chmod 750 ${DIR}/queue/fts/* > /dev/null 2>&1 # To the ossec syscheck/rootcheck queue -chown -R ${USER}:${GROUP} ${DIR}/queue/syscheck -+#chown -R ${USER}:${GROUP} ${DIR}/queue/syscheck chmod -R 750 ${DIR}/queue/syscheck chmod 740 ${DIR}/queue/syscheck/* > /dev/null 2>&1 -chown -R ${USER}:${GROUP} ${DIR}/queue/rootcheck -+#chown -R ${USER}:${GROUP} ${DIR}/queue/rootcheck chmod -R 750 ${DIR}/queue/rootcheck chmod 740 ${DIR}/queue/rootcheck/* > /dev/null 2>&1 -chown ${USER}:${GROUP} ${DIR}/queue/diff -chown ${USER}:${GROUP} ${DIR}/queue/diff/* > /dev/null 2>&1 -+#chown ${USER}:${GROUP} ${DIR}/queue/diff -+#chown ${USER}:${GROUP} ${DIR}/queue/diff/* > /dev/null 2>&1 chmod 750 ${DIR}/queue/diff chmod 740 ${DIR}/queue/diff/* > /dev/null 2>&1 -chown -R ${USER_REM}:${GROUP} ${DIR}/queue/agent-info -+#chown -R ${USER_REM}:${GROUP} ${DIR}/queue/agent-info chmod -R 750 ${DIR}/queue/agent-info chmod 740 ${DIR}/queue/agent-info/* > /dev/null 2>&1 -chown -R ${USER_REM}:${GROUP} ${DIR}/queue/rids -+#chown -R ${USER_REM}:${GROUP} ${DIR}/queue/rids chmod -R 750 ${DIR}/queue/rids chmod 740 ${DIR}/queue/rids/* > /dev/null 2>&1 -chown -R ${USER}:${GROUP} ${DIR}/queue/agentless -+#chown -R ${USER}:${GROUP} ${DIR}/queue/agentless chmod -R 750 ${DIR}/queue/agentless chmod 740 ${DIR}/queue/agentless/* > /dev/null 2>&1 # For the stats directory -chown -R ${USER}:${GROUP} ${DIR}/stats -+#chown -R ${USER}:${GROUP} ${DIR}/stats chmod -R 750 ${DIR}/stats # For the logging user -chown -R ${USER}:${GROUP} ${DIR}/logs -+#chown -R ${USER}:${GROUP} ${DIR}/logs chmod -R 750 ${DIR}/logs touch ${DIR}/logs/ossec.log -chown ${USER}:${GROUP} ${DIR}/logs/ossec.log -+#chown ${USER}:${GROUP} ${DIR}/logs/ossec.log chmod 660 ${DIR}/logs/ossec.log touch ${DIR}/logs/active-responses.log -chown ${USER}:${GROUP} ${DIR}/logs/active-responses.log -+#chown ${USER}:${GROUP} ${DIR}/logs/active-responses.log chmod 660 ${DIR}/logs/active-responses.log # For the rules directory -@@ -195,7 +195,7 @@ +@@ -195,7 +179,7 @@ if [ $? = 0 ]; then fi fi @@ -108,47 +96,57 @@ find ${DIR}/rules/ -type f -exec chmod 440 {} \; # If the local_rules is saved, moved it back -@@ -204,18 +204,18 @@ +@@ -204,37 +188,33 @@ if [ $? = 0 ]; then mv ${DIR}/rules/saved_local_rules.xml.$$ ${DIR}/rules/local_rules.xml fi -chown -R root:${GROUP} ${DIR}/rules -+#chown -R root:${GROUP} ${DIR}/rules - chmod -R 550 ${DIR}/rules +-chmod -R 550 ${DIR}/rules ++chmod -R 750 ${DIR}/rules # For the etc dir - chmod 550 ${DIR}/etc +-chmod 550 ${DIR}/etc -chown -R root:${GROUP} ${DIR}/etc -+#chown -R root:${GROUP} ${DIR}/etc ++chmod 750 ${DIR}/etc ls /etc/localtime > /dev/null 2>&1 if [ $? = 0 ]; then cp -pL /etc/localtime ${DIR}/etc/; chmod 440 ${DIR}/etc/localtime - chown root:${GROUP} ${DIR}/etc/localtime -+ #chown root:${GROUP} ${DIR}/etc/localtime fi # Solaris Needs some extra files -@@ -234,7 +234,7 @@ + if [ "$UNAME" = "SunOS" ]; then + mkdir -p ${DIR}/usr/share/lib/zoneinfo/ +- chmod -R 550 ${DIR}/usr/ ++ chmod -R 750 ${DIR}/usr/ + cp -pr /usr/share/lib/zoneinfo/* ${DIR}/usr/share/lib/zoneinfo/ + fi + + ls /etc/TIMEZONE > /dev/null 2>&1 + if [ $? = 0 ]; then + cp -p /etc/TIMEZONE ${DIR}/etc/; +- chmod 550 ${DIR}/etc/TIMEZONE ++ chmod 750 ${DIR}/etc/TIMEZONE + fi + # For the /var/run chmod 770 ${DIR}/var/run -chown root:${GROUP} ${DIR}/var/run -+#chown root:${GROUP} ${DIR}/var/run # Moving the binary files cp -pr addagent/manage_agents agentlessd/ossec-agentlessd \ -@@ -257,7 +257,7 @@ +@@ -257,7 +237,6 @@ cp -pr util/rootcheck_control ${DIR}/bin cp -pr external/lua/src/ossec-lua ${DIR}/bin/ cp -pr external/lua/src/ossec-luac ${DIR}/bin/ cp -pr ../contrib/util.sh ${DIR}/bin/ -chown root:${GROUP} ${DIR}/bin/util.sh -+#chown root:${GROUP} ${DIR}/bin/util.sh chmod +x ${DIR}/bin/util.sh # Local install chosen -@@ -287,14 +287,14 @@ +@@ -287,23 +266,15 @@ fi cp -pr ../etc/internal_options.conf ${DIR}/etc/ cp -pr rootcheck/db/*.txt ${DIR}/etc/shared/ @@ -160,30 +158,35 @@ -chown root:${GROUP} ${DIR}/etc/shared/* -chown root:${GROUP} ${DIR}/agentless/* -chown ${USER}:${GROUP} ${DIR}/.ssh -+#chown root:${GROUP} ${DIR}/etc/decoder.xml -+#chown root:${GROUP} ${DIR}/etc/local_decoder.xml >/dev/null 2>&1 -+#chown root:${GROUP} ${DIR}/etc/internal_options.conf -+#chown root:${GROUP} ${DIR}/etc/local_internal_options.conf >/dev/null 2>&1 -+#chown root:${GROUP} ${DIR}/etc/client.keys >/dev/null 2>&1 -+#chown root:${GROUP} ${DIR}/etc/shared/* -+#chown root:${GROUP} ${DIR}/agentless/* -+#chown ${USER}:${GROUP} ${DIR}/.ssh chmod 440 ${DIR}/etc/decoder.xml chmod 440 ${DIR}/etc/local_decoder.xml >/dev/null 2>&1 chmod 440 ${DIR}/etc/internal_options.conf -@@ -314,9 +314,9 @@ + chmod 440 ${DIR}/etc/local_internal_options.conf >/dev/null 2>&1 + chmod 440 ${DIR}/etc/client.keys >/dev/null 2>&1 +-chmod 550 ${DIR}/etc ++chmod 750 ${DIR}/etc + chmod 770 ${DIR}/etc/shared + chmod 440 ${DIR}/etc/shared/* +-chmod 550 ${DIR}/agentless/* ++chmod 750 ${DIR}/agentless/* + rm ${DIR}/etc/shared/merged.mg >/dev/null 2>&1 + chmod 700 ${DIR}/.ssh + +@@ -313,11 +284,9 @@ sh ./init/fw-check.sh execute > /dev/nul + cp -p ../active-response/*.sh ${DIR}/active-response/bin/ cp -p ../active-response/firewalls/*.sh ${DIR}/active-response/bin/ - chmod 550 ${DIR}/active-response/bin/* +-chmod 550 ${DIR}/active-response/bin/* -chown root:${GROUP} ${DIR}/active-response/bin/* -+#chown root:${GROUP} ${DIR}/active-response/bin/* ++chmod 750 ${DIR}/active-response/bin/* -chown root:${GROUP} ${DIR}/bin/* -+#chown root:${GROUP} ${DIR}/bin/* - chmod 550 ${DIR}/bin/* +-chmod 550 ${DIR}/bin/* ++chmod 750 ${DIR}/bin/* -@@ -328,12 +328,12 @@ + # Moving the config file +@@ -328,12 +297,11 @@ fi ls ../etc/ossec.mc > /dev/null 2>&1 if [ $? = 0 ]; then @@ -195,8 +198,7 @@ fi -chown root:${GROUP} ${DIR}/etc/ossec.conf -chmod 440 ${DIR}/etc/ossec.conf -+#chown root:${GROUP} ${DIR}/etc/ossec.conf.sample -+chmod 440 ${DIR}/etc/ossec.conf.sample ++chmod 640 ${DIR}/etc/ossec.conf.sample From owner-svn-ports-head@freebsd.org Mon Dec 21 16:04:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56B81A4EEA7; Mon, 21 Dec 2015 16:04:33 +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 2E27615B6; Mon, 21 Dec 2015 16:04:33 +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 tBLG4WGD009246; Mon, 21 Dec 2015 16:04:32 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLG4VCA009241; Mon, 21 Dec 2015 16:04:31 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201512211604.tBLG4VCA009241@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 21 Dec 2015 16:04:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404125 - in head/japanese/mailman: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 16:04:33 -0000 Author: mat Date: Mon Dec 21 16:04:31 2015 New Revision: 404125 URL: https://svnweb.freebsd.org/changeset/ports/404125 Log: Make build as a user. Sponsored by: Absolight Added: head/japanese/mailman/files/patch-Makefile.in (contents, props changed) head/japanese/mailman/files/patch-messages_Makefile.in (contents, props changed) head/japanese/mailman/files/patch-src_Makefile.in (contents, props changed) Modified: head/japanese/mailman/pkg-plist Added: head/japanese/mailman/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/mailman/files/patch-Makefile.in Mon Dec 21 16:04:31 2015 (r404125) @@ -0,0 +1,26 @@ +--- Makefile.in.orig 2011-12-11 07:56:23 UTC ++++ Makefile.in +@@ -92,7 +92,6 @@ doinstall: $(SUBDIRS) + echo "Creating directory hierarchy $$dir"; \ + $(srcdir)/mkinstalldirs $$dir; \ + chmod $(DIRMODE) $$dir; \ +- $(DIRSETGID) $$dir; \ + else true; \ + fi; \ + done +@@ -104,7 +103,6 @@ doinstall: $(SUBDIRS) + echo "Creating directory hierarchy $$dir"; \ + $(srcdir)/mkinstalldirs $$dir; \ + chmod $(DIRMODE) $$dir; \ +- $(DIRSETGID) $$dir; \ + else true; \ + fi; \ + done +@@ -116,7 +114,6 @@ doinstall: $(SUBDIRS) + echo "Creating directory hierarchy $$dir"; \ + $(srcdir)/mkinstalldirs $$dir; \ + chmod $(DIRMODE) $$dir; \ +- $(DIRSETGID) $$dir; \ + else true; \ + fi; \ + done Added: head/japanese/mailman/files/patch-messages_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/mailman/files/patch-messages_Makefile.in Mon Dec 21 16:04:31 2015 (r404125) @@ -0,0 +1,10 @@ +--- messages/Makefile.in.orig 2015-12-21 15:57:50 UTC ++++ messages/Makefile.in +@@ -96,7 +96,6 @@ doinstall: mofiles + echo "Creating language directory $$dir"; \ + $(srcdir)/../mkinstalldirs $$dir; \ + chmod $(DIRMODE) $$dir; \ +- $(DIRSETGID) $$dir; \ + done + @for d in $(LANGUAGES); \ + do \ Added: head/japanese/mailman/files/patch-src_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/mailman/files/patch-src_Makefile.in Mon Dec 21 16:04:31 2015 (r404125) @@ -0,0 +1,15 @@ +--- src/Makefile.in.orig 2011-12-11 07:56:23 UTC ++++ src/Makefile.in +@@ -110,12 +110,10 @@ install: all + do \ + exe=$(DESTDIR)$(CGIDIR)/$$f$(CGIEXT); \ + $(INSTALL_PROGRAM) $$f $$exe; \ +- $(DIRSETGID) $$exe; \ + done + for f in $(MAIL_PROGS); \ + do \ + $(INSTALL_PROGRAM) $$f $(DESTDIR)$(MAILDIR); \ +- $(DIRSETGID) $(DESTDIR)$(MAILDIR)/$$f; \ + done + + finish: Modified: head/japanese/mailman/pkg-plist ============================================================================== --- head/japanese/mailman/pkg-plist Mon Dec 21 16:02:55 2015 (r404124) +++ head/japanese/mailman/pkg-plist Mon Dec 21 16:04:31 2015 (r404125) @@ -321,11 +321,14 @@ %%MMDIR%%/bin/clone_member %%MMDIR%%/bin/config_list %%MMDIR%%/bin/convert.py +%%MMDIR%%/bin/convert.pyc %%MMDIR%%/bin/discard %%MMDIR%%/bin/dumpdb %%MMDIR%%/bin/export.py +%%MMDIR%%/bin/export.pyc %%MMDIR%%/bin/find_member %%MMDIR%%/bin/fix_url.py +%%MMDIR%%/bin/fix_url.pyc %%MMDIR%%/bin/genaliases %%MMDIR%%/bin/inject %%MMDIR%%/bin/list_admins @@ -335,6 +338,7 @@ %%MMDIR%%/bin/mailmanctl %%MMDIR%%/bin/mmsitepass %%MMDIR%%/bin/msgfmt.py +%%MMDIR%%/bin/msgfmt.pyc %%MMDIR%%/bin/newlist %%MMDIR%%/bin/paths.py %%MMDIR%%/bin/paths.pyc @@ -342,6 +346,7 @@ %%MMDIR%%/bin/rb-archfix %%MMDIR%%/bin/remove_members %%MMDIR%%/bin/reset_pw.py +%%MMDIR%%/bin/reset_pw.pyc %%MMDIR%%/bin/rmlist %%MMDIR%%/bin/show_qfiles %%MMDIR%%/bin/sync_members From owner-svn-ports-head@freebsd.org Mon Dec 21 16:15:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F70DA4E55E; Mon, 21 Dec 2015 16:15: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 326441D2C; Mon, 21 Dec 2015 16:15: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 tBLGFe9n012190; Mon, 21 Dec 2015 16:15:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLGFeiZ012189; Mon, 21 Dec 2015 16:15:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211615.tBLGFeiZ012189@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 16:15:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404126 - head/security X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 16:15:41 -0000 Author: sunpoet Date: Mon Dec 21 16:15:40 2015 New Revision: 404126 URL: https://svnweb.freebsd.org/changeset/ports/404126 Log: - Sort SUBDIRs Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Mon Dec 21 16:04:31 2015 (r404125) +++ head/security/Makefile Mon Dec 21 16:15:40 2015 (r404126) @@ -521,12 +521,12 @@ SUBDIR += p5-Crypt-OpenSSL-X509 SUBDIR += p5-Crypt-PBKDF2 SUBDIR += p5-Crypt-PGPSimple + SUBDIR += p5-Crypt-PKCS10 SUBDIR += p5-Crypt-PWSafe3 SUBDIR += p5-Crypt-PassGen SUBDIR += p5-Crypt-Passwd-XS SUBDIR += p5-Crypt-PasswdMD5 SUBDIR += p5-Crypt-Password-Util - SUBDIR += p5-Crypt-PKCS10 SUBDIR += p5-Crypt-Primes SUBDIR += p5-Crypt-RC4 SUBDIR += p5-Crypt-RC5 @@ -644,12 +644,12 @@ SUBDIR += p5-OpenCA-PKCS7 SUBDIR += p5-OpenCA-REQ SUBDIR += p5-OpenCA-X509 - SUBDIR += p5-Parse-Snort SUBDIR += p5-PBKDF2-Tiny SUBDIR += p5-PGP SUBDIR += p5-PGP-Sign SUBDIR += p5-POE-Component-SSLify SUBDIR += p5-POE-Filter-SSL + SUBDIR += p5-Parse-Snort SUBDIR += p5-PerlCryptLib SUBDIR += p5-SAVI-Perl SUBDIR += p5-SHA From owner-svn-ports-head@freebsd.org Mon Dec 21 16:24:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23079A4EB64; Mon, 21 Dec 2015 16:24:33 +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 E1645126C; Mon, 21 Dec 2015 16:24:32 +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 tBLGOV5v015138; Mon, 21 Dec 2015 16:24:31 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLGOV4O015137; Mon, 21 Dec 2015 16:24:31 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201512211624.tBLGOV4O015137@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, 21 Dec 2015 16:24:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404127 - head/editors/calligra-l10n-tr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 16:24:33 -0000 Author: rakuco Date: Mon Dec 21 16:24:31 2015 New Revision: 404127 URL: https://svnweb.freebsd.org/changeset/ports/404127 Log: Drop "Bokmaal" from COMMENT. This was likely copied from editors/calligra-l10n-nb and does not make sense for Turkish. Modified: head/editors/calligra-l10n-tr/Makefile Modified: head/editors/calligra-l10n-tr/Makefile ============================================================================== --- head/editors/calligra-l10n-tr/Makefile Mon Dec 21 16:15:40 2015 (r404126) +++ head/editors/calligra-l10n-tr/Makefile Mon Dec 21 16:24:31 2015 (r404127) @@ -6,7 +6,7 @@ PORTREVISION= 3 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org -COMMENT= Turkish Bokmaal messages and documentation for Calligra +COMMENT= Turkish messages and documentation for Calligra CALLIGRA_L10N= tr From owner-svn-ports-head@freebsd.org Mon Dec 21 16:30:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E97E5A4EF6E; Mon, 21 Dec 2015 16:30:16 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA6A9187B; Mon, 21 Dec 2015 16:30:16 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLGUFjh015747; Mon, 21 Dec 2015 16:30:15 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLGUFo7015746; Mon, 21 Dec 2015 16:30:15 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201512211630.tBLGUFo7015746@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Mon, 21 Dec 2015 16:30:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404130 - head/net/svnup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 16:30:17 -0000 Author: jgh Date: Mon Dec 21 16:30:15 2015 New Revision: 404130 URL: https://svnweb.freebsd.org/changeset/ports/404130 Log: - update contact address per maintainer Modified: head/net/svnup/Makefile Modified: head/net/svnup/Makefile ============================================================================== --- head/net/svnup/Makefile Mon Dec 21 16:30:06 2015 (r404129) +++ head/net/svnup/Makefile Mon Dec 21 16:30:15 2015 (r404130) @@ -7,7 +7,7 @@ CATEGORIES= net MASTER_SITES= http://jcm.dsl.visi.com/freebsd/svnup/ \ LOCAL/jgh/net/${PORTNAME}/ -MAINTAINER= jcm@visi.com +MAINTAINER= jmehr@umn.edu COMMENT= Lightweight program to pull source from an Apache Subversion server LICENSE= BSD2CLAUSE From owner-svn-ports-head@freebsd.org Mon Dec 21 16:33:32 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42FE2A4D2FD; Mon, 21 Dec 2015 16:33:32 +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 1AB6C1D88; Mon, 21 Dec 2015 16:33:32 +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 tBLGXVoc018846; Mon, 21 Dec 2015 16:33:31 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLGXUPp018842; Mon, 21 Dec 2015 16:33:30 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201512211633.tBLGXUPp018842@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 21 Dec 2015 16:33:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404133 - in head/x11: . lemonbar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 16:33:32 -0000 Author: marino Date: Mon Dec 21 16:33:30 2015 New Revision: 404133 URL: https://svnweb.freebsd.org/changeset/ports/404133 Log: Add new port x11/lemonbar v1.1 The PR was for bar-aint-recursive v1.0, but the project was renamed and got a new release since the PR was submitted nearly a year ago. PR: 196682 Submitted by: evgeni.dimitrov (gmail) bar is a lightweight bar entirely based on XCB. Provides full UTF-8 support, basic formatting, RandR and Xinerama support and EWMH compliance without wasting your precious memory. Added: head/x11/lemonbar/ head/x11/lemonbar/Makefile (contents, props changed) head/x11/lemonbar/distinfo (contents, props changed) head/x11/lemonbar/pkg-descr (contents, props changed) Modified: head/x11/Makefile Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Mon Dec 21 16:32:42 2015 (r404132) +++ head/x11/Makefile Mon Dec 21 16:33:30 2015 (r404133) @@ -126,6 +126,7 @@ SUBDIR += kgamma SUBDIR += konsole SUBDIR += leechcraft + SUBDIR += lemonbar SUBDIR += libICE SUBDIR += libSM SUBDIR += libX11 Added: head/x11/lemonbar/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/lemonbar/Makefile Mon Dec 21 16:33:30 2015 (r404133) @@ -0,0 +1,44 @@ +# Created by: Evgeni Dimitrov +# $FreeBSD$ + +PORTNAME= lemonbar +DISTVERSIONPREFIX= v +DISTVERSION= 1.1 +CATEGORIES= x11 + +MAINTAINER= evgeni.dimitrov@gmail.com +COMMENT= Lightweight xcb based bar + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= gmake perl5 +USE_PERL5= build +USE_XORG= xcb + +USE_GITHUB= yes +GH_ACCOUNT= LemonBoy +GH_PROJECT= bar + +CFLAGS+= -I${LOCALBASE}/include -DVERSION=${DISTVERSION} +LDFLAGS+= -L${LOCALBASE}/lib + +PLIST_FILES= bin/lemonbar \ + man/man1/lemonbar.1.gz + +post-patch: + ${REINPLACE_CMD} -e '/STRIP/d' -e '/^CC.*=/d' -e '/^CFLAGS.*=/d' \ + -e 's/^LDFLAGS.*=\(.*\)/LDFLAGS+=\1/' ${WRKSRC}/Makefile + +post-build: + ${LOCALBASE}/bin/pod2man --section=1 --name=bar-aint-recursive \ + --center="bar-aint-recursive manual" \ + --release="bar-aint-recursive ${PORTVERSION}" \ + ${WRKSRC}/README.pod > ${WRKSRC}/bar.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/lemonbar ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/bar.1 \ + ${STAGEDIR}${PREFIX}/man/man1/lemonbar.1 + +.include Added: head/x11/lemonbar/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/lemonbar/distinfo Mon Dec 21 16:33:30 2015 (r404133) @@ -0,0 +1,2 @@ +SHA256 (LemonBoy-bar-v1.1_GH0.tar.gz) = 567955575a09a7231cae7f2003e0fd66f4c86d7acbe1f53f407233730c8f2c9c +SIZE (LemonBoy-bar-v1.1_GH0.tar.gz) = 14486 Added: head/x11/lemonbar/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/lemonbar/pkg-descr Mon Dec 21 16:33:30 2015 (r404133) @@ -0,0 +1,5 @@ +bar is a lightweight bar entirely based on XCB. Provides full UTF-8 support, +basic formatting, RandR and Xinerama support and EWMH compliance without +wasting your precious memory. + +WWW: https://github.com/LemonBoy/bar From owner-svn-ports-head@freebsd.org Mon Dec 21 16:33:44 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81A9DA4D37F; Mon, 21 Dec 2015 16:33:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 522F81E69; Mon, 21 Dec 2015 16:33:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLGXhsl018959; Mon, 21 Dec 2015 16:33:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLGXhLo018958; Mon, 21 Dec 2015 16:33:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211633.tBLGXhLo018958@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 16:33:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404134 - head/sysutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 16:33:44 -0000 Author: sunpoet Date: Mon Dec 21 16:33:43 2015 New Revision: 404134 URL: https://svnweb.freebsd.org/changeset/ports/404134 Log: - Sort SUBDIRs Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Dec 21 16:33:30 2015 (r404133) +++ head/sysutils/Makefile Mon Dec 21 16:33:43 2015 (r404134) @@ -887,9 +887,9 @@ SUBDIR += rubygem-hammer_cli_foreman_salt SUBDIR += rubygem-hammer_cli_foreman_ssh SUBDIR += rubygem-hiera - SUBDIR += rubygem-hieracles SUBDIR += rubygem-hiera-file SUBDIR += rubygem-hiera1 + SUBDIR += rubygem-hieracles SUBDIR += rubygem-librarian-puppet SUBDIR += rubygem-log4r SUBDIR += rubygem-logify From owner-svn-ports-head@freebsd.org Mon Dec 21 16:58:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3BFEA4E4C8; Mon, 21 Dec 2015 16:58:04 +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 C6A091D96; Mon, 21 Dec 2015 16:58:04 +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 tBLGw3Wa024880; Mon, 21 Dec 2015 16:58:03 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLGw3Sk024879; Mon, 21 Dec 2015 16:58:03 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201512211658.tBLGw3Sk024879@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 21 Dec 2015 16:58:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404135 - head/www/xpi-locale-switcher X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 16:58:05 -0000 Author: marino Date: Mon Dec 21 16:58:03 2015 New Revision: 404135 URL: https://svnweb.freebsd.org/changeset/ports/404135 Log: www/xpi-locale-switcher: mark broken and remove in 2 weeks This port has not worked in over a year. It is incompatible with Firefox 34 and presumably later; firefox-esr is at version 38. The maintainer is not responsive. PR: 196271 Modified: head/www/xpi-locale-switcher/Makefile Modified: head/www/xpi-locale-switcher/Makefile ============================================================================== --- head/www/xpi-locale-switcher/Makefile Mon Dec 21 16:33:43 2015 (r404134) +++ head/www/xpi-locale-switcher/Makefile Mon Dec 21 16:58:03 2015 (r404135) @@ -9,6 +9,10 @@ CATEGORIES= www MAINTAINER= triosoft@triosoft.com.ua COMMENT= Provides a convenient menu item to switch between installed languages +BROKEN= incompatible with Firefox 34 (and later presumably) +DEPRECATED:= ${BROKEN} +EXPIRATION_DATE= 2016-01-15 + XPI_DISTNAME= locale_switcher XPI_NUM= 356 XPI_ID= {338e0b96-2285-4424-b4c8-e25560750fa3} From owner-svn-ports-head@freebsd.org Mon Dec 21 17:07:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEB66A4EBE6; Mon, 21 Dec 2015 17:07:28 +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 9F1A81398; Mon, 21 Dec 2015 17:07: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 tBLH7RsE027870; Mon, 21 Dec 2015 17:07:27 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLH7RcX027869; Mon, 21 Dec 2015 17:07:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512211707.tBLH7RcX027869@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 21 Dec 2015 17:07:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404136 - head/finance/electrum X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 17:07:28 -0000 Author: amdmi3 Date: Mon Dec 21 17:07:27 2015 New Revision: 404136 URL: https://svnweb.freebsd.org/changeset/ports/404136 Log: - Fix fetch PR: 205330 Submitted by: amdmi3 Approved by: portmgr blanket MFH: 2015Q4 Modified: head/finance/electrum/Makefile Modified: head/finance/electrum/Makefile ============================================================================== --- head/finance/electrum/Makefile Mon Dec 21 16:58:03 2015 (r404135) +++ head/finance/electrum/Makefile Mon Dec 21 17:07:27 2015 (r404136) @@ -4,13 +4,13 @@ PORTNAME= electrum PORTVERSION= 2.3.2 CATEGORIES= finance python -MASTER_SITES= https://download.electrum.org/ http://download.electrum.org/ +MASTER_SITES= https://download.electrum.org/${PORTVERSION}/ \ + http://download.electrum.org/${PORTVERSION}/ DISTNAME= Electrum-${PORTVERSION} MAINTAINER= kyuupichan@gmail.com COMMENT= Easy to use Bitcoin client -BROKEN= unfetchable LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENCE From owner-svn-ports-head@freebsd.org Mon Dec 21 17:11:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD644A4EF06; Mon, 21 Dec 2015 17:11:30 +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 9E0271AAB; Mon, 21 Dec 2015 17:11:30 +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 tBLHBTpZ028943; Mon, 21 Dec 2015 17:11:29 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLHBTns028940; Mon, 21 Dec 2015 17:11:29 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201512211711.tBLHBTns028940@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 21 Dec 2015 17:11:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404138 - head/devel/m17n-db X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 17:11:31 -0000 Author: marino Date: Mon Dec 21 17:11:29 2015 New Revision: 404138 URL: https://svnweb.freebsd.org/changeset/ports/404138 Log: devel/m17n-db: Upgrade version 1.6.5 => 1.7.0 PR: 201707 Submitted by: Yuri (rawbw.com) Approved by: Nikola Lecic (maintainer) Modified: head/devel/m17n-db/Makefile head/devel/m17n-db/distinfo head/devel/m17n-db/pkg-plist Modified: head/devel/m17n-db/Makefile ============================================================================== --- head/devel/m17n-db/Makefile Mon Dec 21 17:08:16 2015 (r404137) +++ head/devel/m17n-db/Makefile Mon Dec 21 17:11:29 2015 (r404138) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= m17n-db -PORTVERSION= 1.6.5 +PORTVERSION= 1.7.0 CATEGORIES= devel textproc MASTER_SITES= SAVANNAH/m17n:m17n \ GNU/glibc:glibc @@ -18,6 +18,7 @@ OPTIONS_DEFINE= NLS USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-charmaps=${CHARMAPSDIR} +NO_ARCH= yes OPTIONS_SUB= yes NLS_USES= gettext @@ -39,8 +40,4 @@ post-patch: @${REINPLACE_CMD} -E 's|(m17n_scriptdir = ).*|\1${PREFIX}/bin|' \ ${WRKSRC}/Makefile.in -post-install: - @${MKDIR} ${STAGEDIR}${M17N_DATADIR}/icons - @${MV} ${STAGEDIR}${M17N_DATADIR}/*.png ${STAGEDIR}${M17N_DATADIR}/icons/ - .include Modified: head/devel/m17n-db/distinfo ============================================================================== --- head/devel/m17n-db/distinfo Mon Dec 21 17:08:16 2015 (r404137) +++ head/devel/m17n-db/distinfo Mon Dec 21 17:11:29 2015 (r404138) @@ -1,6 +1,4 @@ -SHA256 (m17n-db-1.6.5.tar.gz) = 408aae0f3e7bed97bbcb9334ce8d91848617e52b54bfe3f61e79551ea0a06841 -SIZE (m17n-db-1.6.5.tar.gz) = 1937268 -SHA256 (m17n-contrib-1.1.14.tar.gz) = 4f623be23979e2d52c1275621b3d4488c24b9fbd81f5a9d28260d88f93d23d2c -SIZE (m17n-contrib-1.1.14.tar.gz) = 698611 +SHA256 (m17n-db-1.7.0.tar.gz) = a2ba9f80161433d5c06e57915a9cd51f26c6df4a8909723f952cdbb9b48508f0 +SIZE (m17n-db-1.7.0.tar.gz) = 1939608 SHA256 (glibc-2.3.6.tar.bz2) = e73ff5eddea95d09238b41d3c9c4d9ccddcf99fcc93d04956599c91c704f4a8e SIZE (glibc-2.3.6.tar.bz2) = 14014977 Modified: head/devel/m17n-db/pkg-plist ============================================================================== --- head/devel/m17n-db/pkg-plist Mon Dec 21 17:08:16 2015 (r404137) +++ head/devel/m17n-db/pkg-plist Mon Dec 21 17:11:29 2015 (r404138) @@ -187,6 +187,7 @@ share/m17n/af.lnm share/m17n/am-sera.mim share/m17n/am.lnm share/m17n/ar-kbd.mim +share/m17n/ar-translit.mim share/m17n/ar.lnm share/m17n/as-inscript.mim share/m17n/as-itrans.mim @@ -430,10 +431,12 @@ share/m17n/kw.lnm share/m17n/ky.lnm share/m17n/latn-post.mim share/m17n/latn-pre.mim +share/m17n/latn1-pre.mim share/m17n/ln.lnm share/m17n/lo-kbd.mim share/m17n/lo-lrt.mim share/m17n/lo.lnm +share/m17n/lsymbol.mim share/m17n/lt.lnm share/m17n/lv.lnm share/m17n/mai-inscript.mim @@ -504,6 +507,7 @@ share/m17n/sq.lnm share/m17n/sr-kbd.mim share/m17n/sr.lnm share/m17n/sr_Latn.lnm +share/m17n/ssymbol.mim share/m17n/sv-post.mim share/m17n/sv.lnm share/m17n/sw.lnm From owner-svn-ports-head@freebsd.org Mon Dec 21 17:30:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC0F5A4EBBD; Mon, 21 Dec 2015 17:30:00 +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 9AF861624; Mon, 21 Dec 2015 17:30:00 +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 tBLHTxlc034268; Mon, 21 Dec 2015 17:29:59 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLHTxwi034267; Mon, 21 Dec 2015 17:29:59 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201512211729.tBLHTxwi034267@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 21 Dec 2015 17:29:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404139 - head/devel/fpc-bfd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 17:30:00 -0000 Author: marino Date: Mon Dec 21 17:29:59 2015 New Revision: 404139 URL: https://svnweb.freebsd.org/changeset/ports/404139 Log: deve/fpc-bfd: remove the useless options I just noticed this port has an "option" to use binutils, which is on by default, but turning it off would break the port. Moreover, the option makes no sense, the entire point of the port is to create an interface to libbfd. I can only imaging the option was meant to switch between the standalone libbfd and the one in devel/binutils. Let's just get rid of the whole confusing thing. devel/binutils is a hardcoded run-depends now. Modified: head/devel/fpc-bfd/Makefile Modified: head/devel/fpc-bfd/Makefile ============================================================================== --- head/devel/fpc-bfd/Makefile Mon Dec 21 17:11:29 2015 (r404138) +++ head/devel/fpc-bfd/Makefile Mon Dec 21 17:29:59 2015 (r404139) @@ -2,8 +2,8 @@ # $FreeBSD$ CATEGORIES= devel lang +PORTREVISION= 2 PKGNAMESUFFIX= -bfd -PORTREVISION= 1 MAINTAINER= freebsd-fpc@FreeBSD.org COMMENT= Free Pascal interface for the GNU Binary Format description @@ -14,10 +14,6 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR= ${WRKUNITDIR} -OPTIONS_DEFINE= LIBBFD -LIBBFD_DESC= Install Universal BFD library from GNU binutils -OPTIONS_DEFAULT= LIBBFD - -LIBBFD_RUN_DEPENDS= ${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/binutils +RUN_DEPENDS= ${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/binutils .include "${MASTERDIR}/Makefile" From owner-svn-ports-head@freebsd.org Mon Dec 21 18:10:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8FE0EA4E71C; Mon, 21 Dec 2015 18:10:37 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 178431C8E; Mon, 21 Dec 2015 18:10:37 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLIAaVj047612; Mon, 21 Dec 2015 18:10:36 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIAWO2047575; Mon, 21 Dec 2015 18:10:32 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201512211810.tBLIAWO2047575@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, 21 Dec 2015 18:10:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404140 - in head: . Mk chinese/calligra-l10n-zh_CN chinese/calligra-l10n-zh_TW editors editors/calligra editors/calligra-l10n editors/calligra-l10n-bs editors/calligra-l10n-ca editors/... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:10:37 -0000 Author: rakuco Date: Mon Dec 21 18:10:32 2015 New Revision: 404140 URL: https://svnweb.freebsd.org/changeset/ports/404140 Log: Update Calligra to 2.9.10. This is the latest Calligra release, and the 2.9 series will be the last KDE4-based release series. As usual, huge thanks to Tobias Berner for working on this in kde@'s area51 experimental repository (including previous Calligra releases between 2.7.5 and 2.9.10). Notable changes from a packaging perspective: - Several dependencies have been updated to use more recent ports versions. - Old translations not shipped by the current Calligra release have been removed. - The dependency on sysutils/nepomuk-core has been dropped, following what upstream has done. - The dependency on Qt3-compatibility Qt4 ports has been dropped, following upstream. - CONFLICTS with ancient ports have been removed. - Support for G'MIC (GREYC's Magic for Image Computing), introduced after 2.7.5, is disabled by default, as building the code with clang requires insane (>24GB) amounts of memory. We reported this bug to the LLVM developers (bug 22199) almost a year ago, but there has been no activity upstream. - Stopped depending on graphics/pstoedit in an unorthodox way: just follow what every major Linux distribution does and unconditionally depend on it. I could not figure out why we were originally depending on the port if it was already installed. - Stop playing tricks with PACKAGE_BUILDING: we do not package Vc (https://github.com/VcDevel/Vc) so it does not make sense to turn on support for it when building packages. Not only that, but the CMake option name was wrong (it should be PACKAGERS_BUILD, not WITH_PACKAGERS_BUILD). Deleted: head/editors/calligra-l10n-ia/ head/editors/calligra-l10n-nds/ head/editors/calligra-l10n-sl/ head/editors/calligra/files/ Modified: head/MOVED head/Mk/bsd.kde4.mk head/chinese/calligra-l10n-zh_CN/Makefile head/chinese/calligra-l10n-zh_CN/distinfo head/chinese/calligra-l10n-zh_CN/pkg-plist head/chinese/calligra-l10n-zh_TW/Makefile head/chinese/calligra-l10n-zh_TW/distinfo head/chinese/calligra-l10n-zh_TW/pkg-plist head/editors/Makefile head/editors/calligra-l10n-bs/Makefile head/editors/calligra-l10n-bs/distinfo head/editors/calligra-l10n-bs/pkg-plist head/editors/calligra-l10n-ca/Makefile head/editors/calligra-l10n-ca/distinfo head/editors/calligra-l10n-ca/pkg-plist head/editors/calligra-l10n-ca_valencia/Makefile head/editors/calligra-l10n-ca_valencia/distinfo head/editors/calligra-l10n-ca_valencia/pkg-plist head/editors/calligra-l10n-cs/Makefile head/editors/calligra-l10n-cs/distinfo head/editors/calligra-l10n-cs/pkg-plist head/editors/calligra-l10n-da/Makefile head/editors/calligra-l10n-da/distinfo head/editors/calligra-l10n-da/pkg-plist head/editors/calligra-l10n-el/Makefile head/editors/calligra-l10n-el/distinfo head/editors/calligra-l10n-el/pkg-plist head/editors/calligra-l10n-en_GB/Makefile head/editors/calligra-l10n-en_GB/distinfo head/editors/calligra-l10n-en_GB/pkg-plist head/editors/calligra-l10n-es/Makefile head/editors/calligra-l10n-es/distinfo head/editors/calligra-l10n-es/pkg-plist head/editors/calligra-l10n-et/Makefile head/editors/calligra-l10n-et/distinfo head/editors/calligra-l10n-et/pkg-plist head/editors/calligra-l10n-fi/Makefile head/editors/calligra-l10n-fi/distinfo head/editors/calligra-l10n-fi/pkg-plist head/editors/calligra-l10n-gl/Makefile head/editors/calligra-l10n-gl/distinfo head/editors/calligra-l10n-gl/pkg-plist head/editors/calligra-l10n-it/Makefile head/editors/calligra-l10n-it/distinfo head/editors/calligra-l10n-it/pkg-plist head/editors/calligra-l10n-kk/Makefile head/editors/calligra-l10n-kk/distinfo head/editors/calligra-l10n-kk/pkg-plist head/editors/calligra-l10n-nb/Makefile head/editors/calligra-l10n-nb/distinfo head/editors/calligra-l10n-nb/pkg-plist head/editors/calligra-l10n-nl/Makefile head/editors/calligra-l10n-nl/distinfo head/editors/calligra-l10n-nl/pkg-plist head/editors/calligra-l10n-sk/Makefile head/editors/calligra-l10n-sk/distinfo head/editors/calligra-l10n-sk/pkg-plist head/editors/calligra-l10n-sv/Makefile head/editors/calligra-l10n-sv/distinfo head/editors/calligra-l10n-sv/pkg-plist head/editors/calligra-l10n-tr/Makefile head/editors/calligra-l10n-tr/distinfo head/editors/calligra-l10n-tr/pkg-plist head/editors/calligra-l10n/Makefile head/editors/calligra-l10n/files/bsd.l10n.mk head/editors/calligra/Makefile head/editors/calligra/distinfo head/editors/calligra/pkg-plist head/french/calligra-l10n/Makefile head/french/calligra-l10n/distinfo head/french/calligra-l10n/pkg-plist head/german/calligra-l10n/Makefile head/german/calligra-l10n/distinfo head/german/calligra-l10n/pkg-plist head/hungarian/calligra-l10n/Makefile head/hungarian/calligra-l10n/distinfo head/hungarian/calligra-l10n/pkg-plist head/japanese/calligra-l10n/Makefile head/japanese/calligra-l10n/distinfo head/japanese/calligra-l10n/pkg-plist head/polish/calligra-l10n/Makefile head/polish/calligra-l10n/distinfo head/polish/calligra-l10n/pkg-plist head/portuguese/calligra-l10n-pt_BR/Makefile head/portuguese/calligra-l10n-pt_BR/distinfo head/portuguese/calligra-l10n-pt_BR/pkg-plist head/portuguese/calligra-l10n/Makefile head/portuguese/calligra-l10n/distinfo head/portuguese/calligra-l10n/pkg-plist head/russian/calligra-l10n/Makefile head/russian/calligra-l10n/distinfo head/russian/calligra-l10n/pkg-plist head/ukrainian/calligra-l10n/Makefile head/ukrainian/calligra-l10n/distinfo head/ukrainian/calligra-l10n/pkg-plist Modified: head/MOVED ============================================================================== --- head/MOVED Mon Dec 21 17:29:59 2015 (r404139) +++ head/MOVED Mon Dec 21 18:10:32 2015 (r404140) @@ -8060,3 +8060,6 @@ www/joomla15||2015-12-18|Has expired: Jo www/joomla25||2015-12-18|Has expired: Joomla 2.5.x reached its End of Life in December 2014. Please update to a current version devel/rubygem-tins0||2015-12-18|Has expired: not used by other ports anymore sysutils/busybox-unstable|sysutils/busybox|2015-12-20|Stable version is more current +editors/calligra-l10n-ia||2015-12-21|Not shipped by Calligra 2.9.10 +editors/calligra-l10n-nds||2015-12-21|Not shipped by Calligra 2.9.10 +editors/calligra-l10n-sl||2015-12-21|Not shipped by Calligra 2.9.10 Modified: head/Mk/bsd.kde4.mk ============================================================================== --- head/Mk/bsd.kde4.mk Mon Dec 21 17:29:59 2015 (r404139) +++ head/Mk/bsd.kde4.mk Mon Dec 21 18:10:32 2015 (r404140) @@ -81,7 +81,7 @@ KDE4_WORKSPACE_VERSION= 4.11.14 KDE4_BRANCH?= stable KTP_VERSION?= 0.8.0 KTP_BRANCH?= stable -CALLIGRA_VERSION?= 2.7.5 +CALLIGRA_VERSION?= 2.9.10 CALLIGRA_BRANCH?= stable KDEVELOP_VERSION?= 4.7.1 KDEVELOP_BRANCH?= stable Modified: head/chinese/calligra-l10n-zh_CN/Makefile ============================================================================== --- head/chinese/calligra-l10n-zh_CN/Makefile Mon Dec 21 17:29:59 2015 (r404139) +++ head/chinese/calligra-l10n-zh_CN/Makefile Mon Dec 21 18:10:32 2015 (r404140) @@ -2,7 +2,6 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 3 CATEGORIES= chinese editors kde MAINTAINER= kde@FreeBSD.org Modified: head/chinese/calligra-l10n-zh_CN/distinfo ============================================================================== --- head/chinese/calligra-l10n-zh_CN/distinfo Mon Dec 21 17:29:59 2015 (r404139) +++ head/chinese/calligra-l10n-zh_CN/distinfo Mon Dec 21 18:10:32 2015 (r404140) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra-l10n/calligra-l10n-zh_CN-2.7.5.tar.xz) = 9075c4b2327712d8e1bd156bea54033058b6ea4c14aca4c4470ec2faf9cc5111 -SIZE (KDE/calligra-l10n/calligra-l10n-zh_CN-2.7.5.tar.xz) = 339240 +SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-zh_CN-2.9.10.tar.xz) = f9f7e3a73e39908b7fa614b22025e3643ff5bf653cb91d95cc269daeb7d4b731 +SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-zh_CN-2.9.10.tar.xz) = 400388 Modified: head/chinese/calligra-l10n-zh_CN/pkg-plist ============================================================================== --- head/chinese/calligra-l10n-zh_CN/pkg-plist Mon Dec 21 17:29:59 2015 (r404139) +++ head/chinese/calligra-l10n-zh_CN/pkg-plist Mon Dec 21 18:10:32 2015 (r404140) @@ -1,31 +1,32 @@ -share/locale/zh_CN/LC_MESSAGES/ArtisticTextShape.mo -share/locale/zh_CN/LC_MESSAGES/AutocorrectPlugin.mo -share/locale/zh_CN/LC_MESSAGES/CalendarTool.mo -share/locale/zh_CN/LC_MESSAGES/ChangecasePlugin.mo -share/locale/zh_CN/LC_MESSAGES/ChartShape.mo -share/locale/zh_CN/LC_MESSAGES/CommentShape.mo -share/locale/zh_CN/LC_MESSAGES/FormulaShape.mo share/locale/zh_CN/LC_MESSAGES/KarbonTools.mo -share/locale/zh_CN/LC_MESSAGES/KexiRelationDesignShapePlugin.mo -share/locale/zh_CN/LC_MESSAGES/MusicShape.mo -share/locale/zh_CN/LC_MESSAGES/PathShapes.mo -share/locale/zh_CN/LC_MESSAGES/PictureShape.mo -share/locale/zh_CN/LC_MESSAGES/PluginShape.mo -share/locale/zh_CN/LC_MESSAGES/SpellCheckPlugin.mo -share/locale/zh_CN/LC_MESSAGES/TableShape.mo -share/locale/zh_CN/LC_MESSAGES/TextShape.mo -share/locale/zh_CN/LC_MESSAGES/VariablesPlugin.mo -share/locale/zh_CN/LC_MESSAGES/VectorShape.mo -share/locale/zh_CN/LC_MESSAGES/VideoShape.mo share/locale/zh_CN/LC_MESSAGES/braindump.mo share/locale/zh_CN/LC_MESSAGES/calligra-defaulttools.mo share/locale/zh_CN/LC_MESSAGES/calligra-dockers.mo share/locale/zh_CN/LC_MESSAGES/calligra-opener.mo share/locale/zh_CN/LC_MESSAGES/calligra.mo +share/locale/zh_CN/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/zh_CN/LC_MESSAGES/calligra_shape_chart.mo +share/locale/zh_CN/LC_MESSAGES/calligra_shape_comment.mo +share/locale/zh_CN/LC_MESSAGES/calligra_shape_formular.mo +share/locale/zh_CN/LC_MESSAGES/calligra_shape_music.mo +share/locale/zh_CN/LC_MESSAGES/calligra_shape_paths.mo +share/locale/zh_CN/LC_MESSAGES/calligra_shape_picture.mo +share/locale/zh_CN/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/zh_CN/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/zh_CN/LC_MESSAGES/calligra_shape_template.mo +share/locale/zh_CN/LC_MESSAGES/calligra_shape_text.mo +share/locale/zh_CN/LC_MESSAGES/calligra_shape_threed.mo +share/locale/zh_CN/LC_MESSAGES/calligra_shape_vector.mo +share/locale/zh_CN/LC_MESSAGES/calligra_shape_video.mo +share/locale/zh_CN/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/zh_CN/LC_MESSAGES/calligra_textediting_changecase.mo +share/locale/zh_CN/LC_MESSAGES/calligra_textediting_spellcheck.mo +share/locale/zh_CN/LC_MESSAGES/calligra_textediting_thesaurus.mo +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.mo share/locale/zh_CN/LC_MESSAGES/flow.mo -share/locale/zh_CN/LC_MESSAGES/googledocs_plugin.mo share/locale/zh_CN/LC_MESSAGES/karbon.mo share/locale/zh_CN/LC_MESSAGES/kexi.mo share/locale/zh_CN/LC_MESSAGES/kformdesigner_mapbrowser.mo @@ -48,7 +49,7 @@ share/locale/zh_CN/LC_MESSAGES/planrcpsp share/locale/zh_CN/LC_MESSAGES/plantjplugin.mo share/locale/zh_CN/LC_MESSAGES/planwork.mo share/locale/zh_CN/LC_MESSAGES/sheets.mo +share/locale/zh_CN/LC_MESSAGES/sheetscalendartool.mo share/locale/zh_CN/LC_MESSAGES/sheetssolver.mo share/locale/zh_CN/LC_MESSAGES/stage.mo -share/locale/zh_CN/LC_MESSAGES/thesaurus_tool.mo share/locale/zh_CN/LC_MESSAGES/words.mo Modified: head/chinese/calligra-l10n-zh_TW/Makefile ============================================================================== --- head/chinese/calligra-l10n-zh_TW/Makefile Mon Dec 21 17:29:59 2015 (r404139) +++ head/chinese/calligra-l10n-zh_TW/Makefile Mon Dec 21 18:10:32 2015 (r404140) @@ -2,7 +2,6 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 3 CATEGORIES= chinese editors kde MAINTAINER= kde@FreeBSD.org Modified: head/chinese/calligra-l10n-zh_TW/distinfo ============================================================================== --- head/chinese/calligra-l10n-zh_TW/distinfo Mon Dec 21 17:29:59 2015 (r404139) +++ head/chinese/calligra-l10n-zh_TW/distinfo Mon Dec 21 18:10:32 2015 (r404140) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra-l10n/calligra-l10n-zh_TW-2.7.5.tar.xz) = 7820f8d33cd4306d81d15c41189ffd493ec14b7b8d1c42c06c3df62ada9d5c32 -SIZE (KDE/calligra-l10n/calligra-l10n-zh_TW-2.7.5.tar.xz) = 376632 +SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-zh_TW-2.9.10.tar.xz) = 69f5b868a043ee2a5c5c5bc814a12495e46f3bef90eb643e2d207477d0d42616 +SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-zh_TW-2.9.10.tar.xz) = 409536 Modified: head/chinese/calligra-l10n-zh_TW/pkg-plist ============================================================================== --- head/chinese/calligra-l10n-zh_TW/pkg-plist Mon Dec 21 17:29:59 2015 (r404139) +++ head/chinese/calligra-l10n-zh_TW/pkg-plist Mon Dec 21 18:10:32 2015 (r404140) @@ -1,32 +1,30 @@ -share/locale/zh_TW/LC_MESSAGES/ArtisticTextShape.mo -share/locale/zh_TW/LC_MESSAGES/AutocorrectPlugin.mo -share/locale/zh_TW/LC_MESSAGES/CalendarTool.mo -share/locale/zh_TW/LC_MESSAGES/ChangecasePlugin.mo -share/locale/zh_TW/LC_MESSAGES/ChartShape.mo -share/locale/zh_TW/LC_MESSAGES/CommentShape.mo -share/locale/zh_TW/LC_MESSAGES/FormulaShape.mo share/locale/zh_TW/LC_MESSAGES/KarbonTools.mo -share/locale/zh_TW/LC_MESSAGES/KexiRelationDesignShapePlugin.mo -share/locale/zh_TW/LC_MESSAGES/MusicShape.mo -share/locale/zh_TW/LC_MESSAGES/PathShapes.mo -share/locale/zh_TW/LC_MESSAGES/PictureShape.mo -share/locale/zh_TW/LC_MESSAGES/PluginShape.mo -share/locale/zh_TW/LC_MESSAGES/SpellCheckPlugin.mo -share/locale/zh_TW/LC_MESSAGES/TableShape.mo -share/locale/zh_TW/LC_MESSAGES/TemplateShape.mo -share/locale/zh_TW/LC_MESSAGES/TextShape.mo -share/locale/zh_TW/LC_MESSAGES/VariablesPlugin.mo -share/locale/zh_TW/LC_MESSAGES/VectorShape.mo -share/locale/zh_TW/LC_MESSAGES/VideoShape.mo share/locale/zh_TW/LC_MESSAGES/braindump.mo share/locale/zh_TW/LC_MESSAGES/calligra-defaulttools.mo share/locale/zh_TW/LC_MESSAGES/calligra-dockers.mo share/locale/zh_TW/LC_MESSAGES/calligra-opener.mo share/locale/zh_TW/LC_MESSAGES/calligra.mo +share/locale/zh_TW/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/zh_TW/LC_MESSAGES/calligra_shape_chart.mo +share/locale/zh_TW/LC_MESSAGES/calligra_shape_comment.mo +share/locale/zh_TW/LC_MESSAGES/calligra_shape_formular.mo +share/locale/zh_TW/LC_MESSAGES/calligra_shape_music.mo +share/locale/zh_TW/LC_MESSAGES/calligra_shape_paths.mo +share/locale/zh_TW/LC_MESSAGES/calligra_shape_picture.mo +share/locale/zh_TW/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/zh_TW/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/zh_TW/LC_MESSAGES/calligra_shape_template.mo +share/locale/zh_TW/LC_MESSAGES/calligra_shape_text.mo +share/locale/zh_TW/LC_MESSAGES/calligra_shape_vector.mo +share/locale/zh_TW/LC_MESSAGES/calligra_shape_video.mo +share/locale/zh_TW/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/zh_TW/LC_MESSAGES/calligra_textediting_changecase.mo +share/locale/zh_TW/LC_MESSAGES/calligra_textediting_spellcheck.mo +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.mo share/locale/zh_TW/LC_MESSAGES/flow.mo -share/locale/zh_TW/LC_MESSAGES/googledocs_plugin.mo share/locale/zh_TW/LC_MESSAGES/karbon.mo share/locale/zh_TW/LC_MESSAGES/kexi.mo share/locale/zh_TW/LC_MESSAGES/kformdesigner_mapbrowser.mo @@ -49,7 +47,7 @@ share/locale/zh_TW/LC_MESSAGES/planrcpsp share/locale/zh_TW/LC_MESSAGES/plantjplugin.mo share/locale/zh_TW/LC_MESSAGES/planwork.mo share/locale/zh_TW/LC_MESSAGES/sheets.mo +share/locale/zh_TW/LC_MESSAGES/sheetscalendartool.mo share/locale/zh_TW/LC_MESSAGES/sheetssolver.mo share/locale/zh_TW/LC_MESSAGES/stage.mo -share/locale/zh_TW/LC_MESSAGES/thesaurus_tool.mo share/locale/zh_TW/LC_MESSAGES/words.mo Modified: head/editors/Makefile ============================================================================== --- head/editors/Makefile Mon Dec 21 17:29:59 2015 (r404139) +++ head/editors/Makefile Mon Dec 21 18:10:32 2015 (r404140) @@ -29,14 +29,11 @@ SUBDIR += calligra-l10n-et SUBDIR += calligra-l10n-fi SUBDIR += calligra-l10n-gl - SUBDIR += calligra-l10n-ia SUBDIR += calligra-l10n-it SUBDIR += calligra-l10n-kk SUBDIR += calligra-l10n-nb - SUBDIR += calligra-l10n-nds SUBDIR += calligra-l10n-nl SUBDIR += calligra-l10n-sk - SUBDIR += calligra-l10n-sl SUBDIR += calligra-l10n-sv SUBDIR += calligra-l10n-tr SUBDIR += chexedit Modified: head/editors/calligra-l10n-bs/Makefile ============================================================================== --- head/editors/calligra-l10n-bs/Makefile Mon Dec 21 17:29:59 2015 (r404139) +++ head/editors/calligra-l10n-bs/Makefile Mon Dec 21 18:10:32 2015 (r404140) @@ -2,7 +2,6 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 3 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org Modified: head/editors/calligra-l10n-bs/distinfo ============================================================================== --- head/editors/calligra-l10n-bs/distinfo Mon Dec 21 17:29:59 2015 (r404139) +++ head/editors/calligra-l10n-bs/distinfo Mon Dec 21 18:10:32 2015 (r404140) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra-l10n/calligra-l10n-bs-2.7.5.tar.xz) = 46db4431af43278e31b9611e932f07f64d21a635caf0d2b23b1e650367056335 -SIZE (KDE/calligra-l10n/calligra-l10n-bs-2.7.5.tar.xz) = 354104 +SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-bs-2.9.10.tar.xz) = 600d81762d3c3647293d3a4fdc2781cf923d5e0a828423541eb5f0db5935db88 +SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-bs-2.9.10.tar.xz) = 418540 Modified: head/editors/calligra-l10n-bs/pkg-plist ============================================================================== --- head/editors/calligra-l10n-bs/pkg-plist Mon Dec 21 17:29:59 2015 (r404139) +++ head/editors/calligra-l10n-bs/pkg-plist Mon Dec 21 18:10:32 2015 (r404140) @@ -1,36 +1,44 @@ -share/locale/bs/LC_MESSAGES/ArtisticTextShape.mo -share/locale/bs/LC_MESSAGES/AutocorrectPlugin.mo -share/locale/bs/LC_MESSAGES/CalendarTool.mo -share/locale/bs/LC_MESSAGES/ChangecasePlugin.mo -share/locale/bs/LC_MESSAGES/ChartShape.mo -share/locale/bs/LC_MESSAGES/CommentShape.mo -share/locale/bs/LC_MESSAGES/FormulaShape.mo share/locale/bs/LC_MESSAGES/KarbonTools.mo -share/locale/bs/LC_MESSAGES/KexiRelationDesignShapePlugin.mo -share/locale/bs/LC_MESSAGES/MusicShape.mo -share/locale/bs/LC_MESSAGES/PathShapes.mo -share/locale/bs/LC_MESSAGES/PictureShape.mo -share/locale/bs/LC_MESSAGES/PluginShape.mo -share/locale/bs/LC_MESSAGES/SpellCheckPlugin.mo -share/locale/bs/LC_MESSAGES/TableShape.mo -share/locale/bs/LC_MESSAGES/TemplateShape.mo -share/locale/bs/LC_MESSAGES/TextShape.mo -share/locale/bs/LC_MESSAGES/ThreedShape.mo -share/locale/bs/LC_MESSAGES/VariablesPlugin.mo -share/locale/bs/LC_MESSAGES/VectorShape.mo -share/locale/bs/LC_MESSAGES/VideoShape.mo +share/locale/bs/LC_MESSAGES/braindump.appdata.mo share/locale/bs/LC_MESSAGES/braindump.mo share/locale/bs/LC_MESSAGES/calligra-defaulttools.mo share/locale/bs/LC_MESSAGES/calligra-dockers.mo share/locale/bs/LC_MESSAGES/calligra-opener.mo share/locale/bs/LC_MESSAGES/calligra.mo +share/locale/bs/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/bs/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/bs/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/bs/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/bs/LC_MESSAGES/calligra_shape_chart.mo +share/locale/bs/LC_MESSAGES/calligra_shape_comment.mo +share/locale/bs/LC_MESSAGES/calligra_shape_formular.mo +share/locale/bs/LC_MESSAGES/calligra_shape_music.mo +share/locale/bs/LC_MESSAGES/calligra_shape_paths.mo +share/locale/bs/LC_MESSAGES/calligra_shape_picture.mo +share/locale/bs/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/bs/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/bs/LC_MESSAGES/calligra_shape_template.mo +share/locale/bs/LC_MESSAGES/calligra_shape_text.mo +share/locale/bs/LC_MESSAGES/calligra_shape_threed.mo +share/locale/bs/LC_MESSAGES/calligra_shape_vector.mo +share/locale/bs/LC_MESSAGES/calligra_shape_video.mo +share/locale/bs/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/bs/LC_MESSAGES/calligra_textediting_changecase.mo +share/locale/bs/LC_MESSAGES/calligra_textediting_spellcheck.mo +share/locale/bs/LC_MESSAGES/calligra_textediting_thesaurus.mo +share/locale/bs/LC_MESSAGES/calligra_textinlineobject_variables.mo 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.mo +share/locale/bs/LC_MESSAGES/flow.appdata.mo share/locale/bs/LC_MESSAGES/flow.mo -share/locale/bs/LC_MESSAGES/googledocs_plugin.mo +share/locale/bs/LC_MESSAGES/karbon.appdata.mo share/locale/bs/LC_MESSAGES/karbon.mo +share/locale/bs/LC_MESSAGES/kexi.appdata.mo share/locale/bs/LC_MESSAGES/kexi.mo +share/locale/bs/LC_MESSAGES/kexisqlite3driver.mo +share/locale/bs/LC_MESSAGES/kexixbasedriver.mo share/locale/bs/LC_MESSAGES/kformdesigner_mapbrowser.mo share/locale/bs/LC_MESSAGES/kformdesigner_webbrowser.mo share/locale/bs/LC_MESSAGES/kocolorspaces.mo @@ -40,19 +48,24 @@ share/locale/bs/LC_MESSAGES/koreport_bar share/locale/bs/LC_MESSAGES/koreport_chartplugin.mo share/locale/bs/LC_MESSAGES/koreport_mapsplugin.mo share/locale/bs/LC_MESSAGES/koreport_webplugin.mo +share/locale/bs/LC_MESSAGES/krita.appdata.mo share/locale/bs/LC_MESSAGES/krita.mo share/locale/bs/LC_MESSAGES/krossmoduleplan.mo share/locale/bs/LC_MESSAGES/krossmodulesheets.mo share/locale/bs/LC_MESSAGES/krossmodulewords.mo share/locale/bs/LC_MESSAGES/okularGenerator_odp.mo +share/locale/bs/LC_MESSAGES/okularGenerator_odt.mo +share/locale/bs/LC_MESSAGES/plan.appdata.mo share/locale/bs/LC_MESSAGES/plan.mo share/locale/bs/LC_MESSAGES/planlibs.mo share/locale/bs/LC_MESSAGES/planrcpsplugin.mo share/locale/bs/LC_MESSAGES/plantjplugin.mo share/locale/bs/LC_MESSAGES/planwork.mo +share/locale/bs/LC_MESSAGES/sheets.appdata.mo share/locale/bs/LC_MESSAGES/sheets.mo -share/locale/bs/LC_MESSAGES/sheetspivottables_plugin.mo +share/locale/bs/LC_MESSAGES/sheetscalendartool.mo share/locale/bs/LC_MESSAGES/sheetssolver.mo +share/locale/bs/LC_MESSAGES/stage.appdata.mo share/locale/bs/LC_MESSAGES/stage.mo -share/locale/bs/LC_MESSAGES/thesaurus_tool.mo +share/locale/bs/LC_MESSAGES/words.appdata.mo share/locale/bs/LC_MESSAGES/words.mo Modified: head/editors/calligra-l10n-ca/Makefile ============================================================================== --- head/editors/calligra-l10n-ca/Makefile Mon Dec 21 17:29:59 2015 (r404139) +++ head/editors/calligra-l10n-ca/Makefile Mon Dec 21 18:10:32 2015 (r404140) @@ -2,7 +2,6 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 3 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org Modified: head/editors/calligra-l10n-ca/distinfo ============================================================================== --- head/editors/calligra-l10n-ca/distinfo Mon Dec 21 17:29:59 2015 (r404139) +++ head/editors/calligra-l10n-ca/distinfo Mon Dec 21 18:10:32 2015 (r404140) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra-l10n/calligra-l10n-ca-2.7.5.tar.xz) = 31df968406fab9a95e13c1502ed0be68e08043eba76fc47369bb1a957b7dee0e -SIZE (KDE/calligra-l10n/calligra-l10n-ca-2.7.5.tar.xz) = 356244 +SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-ca-2.9.10.tar.xz) = 36754bdc0ff8fe15112805aa30d90a83343a96050d83854d7d2f2c9e8a768430 +SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-ca-2.9.10.tar.xz) = 583948 Modified: head/editors/calligra-l10n-ca/pkg-plist ============================================================================== --- head/editors/calligra-l10n-ca/pkg-plist Mon Dec 21 17:29:59 2015 (r404139) +++ head/editors/calligra-l10n-ca/pkg-plist Mon Dec 21 18:10:32 2015 (r404140) @@ -1,39 +1,65 @@ share/doc/HTML/ca/calligra/common share/doc/HTML/ca/calligra/index.cache.bz2 share/doc/HTML/ca/calligra/index.docbook -share/locale/ca/LC_MESSAGES/ArtisticTextShape.mo -share/locale/ca/LC_MESSAGES/AutocorrectPlugin.mo -share/locale/ca/LC_MESSAGES/CalendarTool.mo -share/locale/ca/LC_MESSAGES/ChangecasePlugin.mo -share/locale/ca/LC_MESSAGES/ChartShape.mo -share/locale/ca/LC_MESSAGES/CommentShape.mo -share/locale/ca/LC_MESSAGES/FormulaShape.mo +share/doc/HTML/ca/sheets/advanced.docbook +share/doc/HTML/ca/sheets/basics.docbook +share/doc/HTML/ca/sheets/commands.docbook +share/doc/HTML/ca/sheets/common +share/doc/HTML/ca/sheets/config.docbook +share/doc/HTML/ca/sheets/configdialog.docbook +share/doc/HTML/ca/sheets/format.docbook +share/doc/HTML/ca/sheets/functions.docbook +share/doc/HTML/ca/sheets/index.cache.bz2 +share/doc/HTML/ca/sheets/index.docbook +share/doc/HTML/ca/stage/common +share/doc/HTML/ca/stage/great-presentations.docbook +share/doc/HTML/ca/stage/guides.docbook +share/doc/HTML/ca/stage/index.cache.bz2 +share/doc/HTML/ca/stage/index.docbook +share/doc/HTML/ca/stage/menus.docbook +share/doc/HTML/ca/stage/options.docbook +share/doc/HTML/ca/stage/tutorial.docbook share/locale/ca/LC_MESSAGES/KarbonTools.mo -share/locale/ca/LC_MESSAGES/KexiRelationDesignShapePlugin.mo -share/locale/ca/LC_MESSAGES/MusicShape.mo -share/locale/ca/LC_MESSAGES/PathShapes.mo -share/locale/ca/LC_MESSAGES/PictureShape.mo -share/locale/ca/LC_MESSAGES/PluginShape.mo -share/locale/ca/LC_MESSAGES/SpellCheckPlugin.mo -share/locale/ca/LC_MESSAGES/TableShape.mo -share/locale/ca/LC_MESSAGES/TemplateShape.mo -share/locale/ca/LC_MESSAGES/TextShape.mo -share/locale/ca/LC_MESSAGES/ThreedShape.mo -share/locale/ca/LC_MESSAGES/VariablesPlugin.mo -share/locale/ca/LC_MESSAGES/VectorShape.mo -share/locale/ca/LC_MESSAGES/VideoShape.mo +share/locale/ca/LC_MESSAGES/braindump.appdata.mo share/locale/ca/LC_MESSAGES/braindump.mo share/locale/ca/LC_MESSAGES/calligra-defaulttools.mo share/locale/ca/LC_MESSAGES/calligra-dockers.mo share/locale/ca/LC_MESSAGES/calligra-opener.mo share/locale/ca/LC_MESSAGES/calligra.mo +share/locale/ca/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/ca/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/ca/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/ca/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/ca/LC_MESSAGES/calligra_shape_chart.mo +share/locale/ca/LC_MESSAGES/calligra_shape_comment.mo +share/locale/ca/LC_MESSAGES/calligra_shape_formular.mo +share/locale/ca/LC_MESSAGES/calligra_shape_music.mo +share/locale/ca/LC_MESSAGES/calligra_shape_paths.mo +share/locale/ca/LC_MESSAGES/calligra_shape_picture.mo +share/locale/ca/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/ca/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/ca/LC_MESSAGES/calligra_shape_template.mo +share/locale/ca/LC_MESSAGES/calligra_shape_text.mo +share/locale/ca/LC_MESSAGES/calligra_shape_threed.mo +share/locale/ca/LC_MESSAGES/calligra_shape_vector.mo +share/locale/ca/LC_MESSAGES/calligra_shape_video.mo +share/locale/ca/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/ca/LC_MESSAGES/calligra_textediting_changecase.mo +share/locale/ca/LC_MESSAGES/calligra_textediting_spellcheck.mo +share/locale/ca/LC_MESSAGES/calligra_textediting_thesaurus.mo +share/locale/ca/LC_MESSAGES/calligra_textinlineobject_variables.mo 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.mo +share/locale/ca/LC_MESSAGES/flow.appdata.mo share/locale/ca/LC_MESSAGES/flow.mo -share/locale/ca/LC_MESSAGES/googledocs_plugin.mo +share/locale/ca/LC_MESSAGES/karbon.appdata.mo share/locale/ca/LC_MESSAGES/karbon.mo +share/locale/ca/LC_MESSAGES/kexi.appdata.mo share/locale/ca/LC_MESSAGES/kexi.mo +share/locale/ca/LC_MESSAGES/kexisqlite3driver.mo +share/locale/ca/LC_MESSAGES/kexixbasedriver.mo share/locale/ca/LC_MESSAGES/kformdesigner_mapbrowser.mo share/locale/ca/LC_MESSAGES/kformdesigner_webbrowser.mo share/locale/ca/LC_MESSAGES/kocolorspaces.mo @@ -43,19 +69,24 @@ share/locale/ca/LC_MESSAGES/koreport_bar share/locale/ca/LC_MESSAGES/koreport_chartplugin.mo share/locale/ca/LC_MESSAGES/koreport_mapsplugin.mo share/locale/ca/LC_MESSAGES/koreport_webplugin.mo +share/locale/ca/LC_MESSAGES/krita.appdata.mo share/locale/ca/LC_MESSAGES/krita.mo share/locale/ca/LC_MESSAGES/krossmoduleplan.mo share/locale/ca/LC_MESSAGES/krossmodulesheets.mo share/locale/ca/LC_MESSAGES/krossmodulewords.mo share/locale/ca/LC_MESSAGES/okularGenerator_odp.mo +share/locale/ca/LC_MESSAGES/okularGenerator_odt.mo +share/locale/ca/LC_MESSAGES/plan.appdata.mo share/locale/ca/LC_MESSAGES/plan.mo share/locale/ca/LC_MESSAGES/planlibs.mo share/locale/ca/LC_MESSAGES/planrcpsplugin.mo share/locale/ca/LC_MESSAGES/plantjplugin.mo share/locale/ca/LC_MESSAGES/planwork.mo +share/locale/ca/LC_MESSAGES/sheets.appdata.mo share/locale/ca/LC_MESSAGES/sheets.mo -share/locale/ca/LC_MESSAGES/sheetspivottables_plugin.mo +share/locale/ca/LC_MESSAGES/sheetscalendartool.mo share/locale/ca/LC_MESSAGES/sheetssolver.mo +share/locale/ca/LC_MESSAGES/stage.appdata.mo share/locale/ca/LC_MESSAGES/stage.mo -share/locale/ca/LC_MESSAGES/thesaurus_tool.mo +share/locale/ca/LC_MESSAGES/words.appdata.mo share/locale/ca/LC_MESSAGES/words.mo Modified: head/editors/calligra-l10n-ca_valencia/Makefile ============================================================================== --- head/editors/calligra-l10n-ca_valencia/Makefile Mon Dec 21 17:29:59 2015 (r404139) +++ head/editors/calligra-l10n-ca_valencia/Makefile Mon Dec 21 18:10:32 2015 (r404140) @@ -2,7 +2,6 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 3 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org Modified: head/editors/calligra-l10n-ca_valencia/distinfo ============================================================================== --- head/editors/calligra-l10n-ca_valencia/distinfo Mon Dec 21 17:29:59 2015 (r404139) +++ head/editors/calligra-l10n-ca_valencia/distinfo Mon Dec 21 18:10:32 2015 (r404140) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra-l10n/calligra-l10n-ca@valencia-2.7.5.tar.xz) = 17f8d4901beec2f6023f3c5ae47d746ed86fb64bcde080a96ad1b9363538e109 -SIZE (KDE/calligra-l10n/calligra-l10n-ca@valencia-2.7.5.tar.xz) = 245652 +SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-ca@valencia-2.9.10.tar.xz) = 2ca3fd03c9b604925acddf6d89fbd2229ce797d51b6d61fbb8b90dea7cb438ea +SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-ca@valencia-2.9.10.tar.xz) = 392952 Modified: head/editors/calligra-l10n-ca_valencia/pkg-plist ============================================================================== --- head/editors/calligra-l10n-ca_valencia/pkg-plist Mon Dec 21 17:29:59 2015 (r404139) +++ head/editors/calligra-l10n-ca_valencia/pkg-plist Mon Dec 21 18:10:32 2015 (r404140) @@ -1,43 +1,71 @@ -share/locale/ca@valencia/LC_MESSAGES/ArtisticTextShape.mo -share/locale/ca@valencia/LC_MESSAGES/AutocorrectPlugin.mo -share/locale/ca@valencia/LC_MESSAGES/CalendarTool.mo -share/locale/ca@valencia/LC_MESSAGES/ChangecasePlugin.mo -share/locale/ca@valencia/LC_MESSAGES/ChartShape.mo -share/locale/ca@valencia/LC_MESSAGES/CommentShape.mo -share/locale/ca@valencia/LC_MESSAGES/FormulaShape.mo -share/locale/ca@valencia/LC_MESSAGES/KarbonTools.mo -share/locale/ca@valencia/LC_MESSAGES/KexiRelationDesignShapePlugin.mo -share/locale/ca@valencia/LC_MESSAGES/MusicShape.mo -share/locale/ca@valencia/LC_MESSAGES/PathShapes.mo -share/locale/ca@valencia/LC_MESSAGES/PictureShape.mo -share/locale/ca@valencia/LC_MESSAGES/PluginShape.mo -share/locale/ca@valencia/LC_MESSAGES/SpellCheckPlugin.mo -share/locale/ca@valencia/LC_MESSAGES/TableShape.mo -share/locale/ca@valencia/LC_MESSAGES/TextShape.mo -share/locale/ca@valencia/LC_MESSAGES/VariablesPlugin.mo -share/locale/ca@valencia/LC_MESSAGES/VectorShape.mo -share/locale/ca@valencia/LC_MESSAGES/VideoShape.mo +share/locale/ca@valencia/LC_MESSAGES/braindump.appdata.mo +share/locale/ca@valencia/LC_MESSAGES/braindump.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_shape_chart.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_shape_comment.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_shape_formular.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_shape_music.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_shape_paths.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_shape_picture.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_shape_template.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_shape_text.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_shape_threed.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_shape_vector.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_shape_video.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_textediting_changecase.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_textediting_spellcheck.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_textediting_thesaurus.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/ca@valencia/LC_MESSAGES/calligra-defaulttools.mo share/locale/ca@valencia/LC_MESSAGES/calligra-dockers.mo +share/locale/ca@valencia/LC_MESSAGES/calligra-opener.mo share/locale/ca@valencia/LC_MESSAGES/calligra.mo +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.mo +share/locale/ca@valencia/LC_MESSAGES/flow.appdata.mo share/locale/ca@valencia/LC_MESSAGES/flow.mo -share/locale/ca@valencia/LC_MESSAGES/googledocs_plugin.mo +share/locale/ca@valencia/LC_MESSAGES/karbon.appdata.mo share/locale/ca@valencia/LC_MESSAGES/karbon.mo +share/locale/ca@valencia/LC_MESSAGES/KarbonTools.mo +share/locale/ca@valencia/LC_MESSAGES/kexi.appdata.mo share/locale/ca@valencia/LC_MESSAGES/kexi.mo +share/locale/ca@valencia/LC_MESSAGES/kexisqlite3driver.mo +share/locale/ca@valencia/LC_MESSAGES/kexixbasedriver.mo +share/locale/ca@valencia/LC_MESSAGES/kformdesigner_mapbrowser.mo +share/locale/ca@valencia/LC_MESSAGES/kformdesigner_webbrowser.mo share/locale/ca@valencia/LC_MESSAGES/kocolorspaces.mo share/locale/ca@valencia/LC_MESSAGES/koconverter.mo share/locale/ca@valencia/LC_MESSAGES/koproperty.mo share/locale/ca@valencia/LC_MESSAGES/koreport_barcodeplugin.mo share/locale/ca@valencia/LC_MESSAGES/koreport_chartplugin.mo +share/locale/ca@valencia/LC_MESSAGES/koreport_mapsplugin.mo +share/locale/ca@valencia/LC_MESSAGES/koreport_webplugin.mo +share/locale/ca@valencia/LC_MESSAGES/krita.appdata.mo share/locale/ca@valencia/LC_MESSAGES/krita.mo share/locale/ca@valencia/LC_MESSAGES/krossmoduleplan.mo +share/locale/ca@valencia/LC_MESSAGES/krossmodulesheets.mo share/locale/ca@valencia/LC_MESSAGES/krossmodulewords.mo +share/locale/ca@valencia/LC_MESSAGES/okularGenerator_odp.mo +share/locale/ca@valencia/LC_MESSAGES/okularGenerator_odt.mo +share/locale/ca@valencia/LC_MESSAGES/plan.appdata.mo share/locale/ca@valencia/LC_MESSAGES/plan.mo share/locale/ca@valencia/LC_MESSAGES/planlibs.mo share/locale/ca@valencia/LC_MESSAGES/planrcpsplugin.mo +share/locale/ca@valencia/LC_MESSAGES/plantjplugin.mo share/locale/ca@valencia/LC_MESSAGES/planwork.mo +share/locale/ca@valencia/LC_MESSAGES/sheets.appdata.mo +share/locale/ca@valencia/LC_MESSAGES/sheets.mo +share/locale/ca@valencia/LC_MESSAGES/sheetscalendartool.mo +share/locale/ca@valencia/LC_MESSAGES/sheetssolver.mo +share/locale/ca@valencia/LC_MESSAGES/stage.appdata.mo share/locale/ca@valencia/LC_MESSAGES/stage.mo -share/locale/ca@valencia/LC_MESSAGES/thesaurus_tool.mo +share/locale/ca@valencia/LC_MESSAGES/words.appdata.mo share/locale/ca@valencia/LC_MESSAGES/words.mo Modified: head/editors/calligra-l10n-cs/Makefile ============================================================================== --- head/editors/calligra-l10n-cs/Makefile Mon Dec 21 17:29:59 2015 (r404139) +++ head/editors/calligra-l10n-cs/Makefile Mon Dec 21 18:10:32 2015 (r404140) @@ -2,7 +2,6 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 3 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org Modified: head/editors/calligra-l10n-cs/distinfo ============================================================================== --- head/editors/calligra-l10n-cs/distinfo Mon Dec 21 17:29:59 2015 (r404139) +++ head/editors/calligra-l10n-cs/distinfo Mon Dec 21 18:10:32 2015 (r404140) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra-l10n/calligra-l10n-cs-2.7.5.tar.xz) = 725be5cc171870755cb3fe5795c929c87749bad492a56f464315935fc6f2beba -SIZE (KDE/calligra-l10n/calligra-l10n-cs-2.7.5.tar.xz) = 297308 +SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-cs-2.9.10.tar.xz) = 6db4ff1075afe54ed09188cf75e52ae0b848861d6a16dd64db548c7e05cbd181 +SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-cs-2.9.10.tar.xz) = 334368 Modified: head/editors/calligra-l10n-cs/pkg-plist ============================================================================== --- head/editors/calligra-l10n-cs/pkg-plist Mon Dec 21 17:29:59 2015 (r404139) +++ head/editors/calligra-l10n-cs/pkg-plist Mon Dec 21 18:10:32 2015 (r404140) @@ -1,36 +1,44 @@ -share/locale/cs/LC_MESSAGES/ArtisticTextShape.mo -share/locale/cs/LC_MESSAGES/AutocorrectPlugin.mo -share/locale/cs/LC_MESSAGES/CalendarTool.mo -share/locale/cs/LC_MESSAGES/ChangecasePlugin.mo -share/locale/cs/LC_MESSAGES/ChartShape.mo -share/locale/cs/LC_MESSAGES/CommentShape.mo -share/locale/cs/LC_MESSAGES/FormulaShape.mo share/locale/cs/LC_MESSAGES/KarbonTools.mo -share/locale/cs/LC_MESSAGES/KexiRelationDesignShapePlugin.mo -share/locale/cs/LC_MESSAGES/MusicShape.mo -share/locale/cs/LC_MESSAGES/PathShapes.mo -share/locale/cs/LC_MESSAGES/PictureShape.mo -share/locale/cs/LC_MESSAGES/PluginShape.mo -share/locale/cs/LC_MESSAGES/SpellCheckPlugin.mo -share/locale/cs/LC_MESSAGES/TableShape.mo -share/locale/cs/LC_MESSAGES/TemplateShape.mo -share/locale/cs/LC_MESSAGES/TextShape.mo -share/locale/cs/LC_MESSAGES/ThreedShape.mo -share/locale/cs/LC_MESSAGES/VariablesPlugin.mo -share/locale/cs/LC_MESSAGES/VectorShape.mo -share/locale/cs/LC_MESSAGES/VideoShape.mo +share/locale/cs/LC_MESSAGES/braindump.appdata.mo share/locale/cs/LC_MESSAGES/braindump.mo share/locale/cs/LC_MESSAGES/calligra-defaulttools.mo share/locale/cs/LC_MESSAGES/calligra-dockers.mo share/locale/cs/LC_MESSAGES/calligra-opener.mo share/locale/cs/LC_MESSAGES/calligra.mo +share/locale/cs/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/cs/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/cs/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/cs/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/cs/LC_MESSAGES/calligra_shape_chart.mo +share/locale/cs/LC_MESSAGES/calligra_shape_comment.mo +share/locale/cs/LC_MESSAGES/calligra_shape_formular.mo +share/locale/cs/LC_MESSAGES/calligra_shape_music.mo +share/locale/cs/LC_MESSAGES/calligra_shape_paths.mo +share/locale/cs/LC_MESSAGES/calligra_shape_picture.mo +share/locale/cs/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/cs/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/cs/LC_MESSAGES/calligra_shape_template.mo +share/locale/cs/LC_MESSAGES/calligra_shape_text.mo +share/locale/cs/LC_MESSAGES/calligra_shape_threed.mo +share/locale/cs/LC_MESSAGES/calligra_shape_vector.mo +share/locale/cs/LC_MESSAGES/calligra_shape_video.mo +share/locale/cs/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/cs/LC_MESSAGES/calligra_textediting_changecase.mo +share/locale/cs/LC_MESSAGES/calligra_textediting_spellcheck.mo +share/locale/cs/LC_MESSAGES/calligra_textediting_thesaurus.mo +share/locale/cs/LC_MESSAGES/calligra_textinlineobject_variables.mo 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.mo +share/locale/cs/LC_MESSAGES/flow.appdata.mo share/locale/cs/LC_MESSAGES/flow.mo -share/locale/cs/LC_MESSAGES/googledocs_plugin.mo +share/locale/cs/LC_MESSAGES/karbon.appdata.mo share/locale/cs/LC_MESSAGES/karbon.mo +share/locale/cs/LC_MESSAGES/kexi.appdata.mo share/locale/cs/LC_MESSAGES/kexi.mo +share/locale/cs/LC_MESSAGES/kexisqlite3driver.mo +share/locale/cs/LC_MESSAGES/kexixbasedriver.mo share/locale/cs/LC_MESSAGES/kformdesigner_mapbrowser.mo share/locale/cs/LC_MESSAGES/kformdesigner_webbrowser.mo share/locale/cs/LC_MESSAGES/kocolorspaces.mo @@ -40,19 +48,24 @@ share/locale/cs/LC_MESSAGES/koreport_bar share/locale/cs/LC_MESSAGES/koreport_chartplugin.mo share/locale/cs/LC_MESSAGES/koreport_mapsplugin.mo share/locale/cs/LC_MESSAGES/koreport_webplugin.mo +share/locale/cs/LC_MESSAGES/krita.appdata.mo share/locale/cs/LC_MESSAGES/krita.mo share/locale/cs/LC_MESSAGES/krossmoduleplan.mo share/locale/cs/LC_MESSAGES/krossmodulesheets.mo share/locale/cs/LC_MESSAGES/krossmodulewords.mo share/locale/cs/LC_MESSAGES/okularGenerator_odp.mo +share/locale/cs/LC_MESSAGES/okularGenerator_odt.mo +share/locale/cs/LC_MESSAGES/plan.appdata.mo share/locale/cs/LC_MESSAGES/plan.mo share/locale/cs/LC_MESSAGES/planlibs.mo share/locale/cs/LC_MESSAGES/planrcpsplugin.mo share/locale/cs/LC_MESSAGES/plantjplugin.mo share/locale/cs/LC_MESSAGES/planwork.mo +share/locale/cs/LC_MESSAGES/sheets.appdata.mo share/locale/cs/LC_MESSAGES/sheets.mo -share/locale/cs/LC_MESSAGES/sheetspivottables_plugin.mo +share/locale/cs/LC_MESSAGES/sheetscalendartool.mo share/locale/cs/LC_MESSAGES/sheetssolver.mo +share/locale/cs/LC_MESSAGES/stage.appdata.mo share/locale/cs/LC_MESSAGES/stage.mo -share/locale/cs/LC_MESSAGES/thesaurus_tool.mo +share/locale/cs/LC_MESSAGES/words.appdata.mo share/locale/cs/LC_MESSAGES/words.mo Modified: head/editors/calligra-l10n-da/Makefile ============================================================================== --- head/editors/calligra-l10n-da/Makefile Mon Dec 21 17:29:59 2015 (r404139) +++ head/editors/calligra-l10n-da/Makefile Mon Dec 21 18:10:32 2015 (r404140) @@ -2,7 +2,6 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 3 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org Modified: head/editors/calligra-l10n-da/distinfo ============================================================================== --- head/editors/calligra-l10n-da/distinfo Mon Dec 21 17:29:59 2015 (r404139) +++ head/editors/calligra-l10n-da/distinfo Mon Dec 21 18:10:32 2015 (r404140) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra-l10n/calligra-l10n-da-2.7.5.tar.xz) = ed88bc2dddeddc54a77e54b29d68cd0fdc71f6a7c563a75a54b5a8f9128d016b -SIZE (KDE/calligra-l10n/calligra-l10n-da-2.7.5.tar.xz) = 406264 +SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-da-2.9.10.tar.xz) = 409e99bfce1c04fab7cb6c3f636f9ae5c55ef1a41e91cbf6f1d7c84c5f6e6443 +SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-da-2.9.10.tar.xz) = 463324 Modified: head/editors/calligra-l10n-da/pkg-plist ============================================================================== --- head/editors/calligra-l10n-da/pkg-plist Mon Dec 21 17:29:59 2015 (r404139) +++ head/editors/calligra-l10n-da/pkg-plist Mon Dec 21 18:10:32 2015 (r404140) @@ -1,36 +1,44 @@ -share/locale/da/LC_MESSAGES/ArtisticTextShape.mo -share/locale/da/LC_MESSAGES/AutocorrectPlugin.mo -share/locale/da/LC_MESSAGES/CalendarTool.mo -share/locale/da/LC_MESSAGES/ChangecasePlugin.mo -share/locale/da/LC_MESSAGES/ChartShape.mo -share/locale/da/LC_MESSAGES/CommentShape.mo -share/locale/da/LC_MESSAGES/FormulaShape.mo share/locale/da/LC_MESSAGES/KarbonTools.mo -share/locale/da/LC_MESSAGES/KexiRelationDesignShapePlugin.mo -share/locale/da/LC_MESSAGES/MusicShape.mo -share/locale/da/LC_MESSAGES/PathShapes.mo -share/locale/da/LC_MESSAGES/PictureShape.mo -share/locale/da/LC_MESSAGES/PluginShape.mo -share/locale/da/LC_MESSAGES/SpellCheckPlugin.mo -share/locale/da/LC_MESSAGES/TableShape.mo -share/locale/da/LC_MESSAGES/TemplateShape.mo -share/locale/da/LC_MESSAGES/TextShape.mo -share/locale/da/LC_MESSAGES/ThreedShape.mo -share/locale/da/LC_MESSAGES/VariablesPlugin.mo -share/locale/da/LC_MESSAGES/VectorShape.mo -share/locale/da/LC_MESSAGES/VideoShape.mo +share/locale/da/LC_MESSAGES/braindump.appdata.mo share/locale/da/LC_MESSAGES/braindump.mo share/locale/da/LC_MESSAGES/calligra-defaulttools.mo share/locale/da/LC_MESSAGES/calligra-dockers.mo share/locale/da/LC_MESSAGES/calligra-opener.mo share/locale/da/LC_MESSAGES/calligra.mo +share/locale/da/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/da/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/da/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/da/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/da/LC_MESSAGES/calligra_shape_chart.mo +share/locale/da/LC_MESSAGES/calligra_shape_comment.mo +share/locale/da/LC_MESSAGES/calligra_shape_formular.mo +share/locale/da/LC_MESSAGES/calligra_shape_music.mo +share/locale/da/LC_MESSAGES/calligra_shape_paths.mo +share/locale/da/LC_MESSAGES/calligra_shape_picture.mo +share/locale/da/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/da/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/da/LC_MESSAGES/calligra_shape_template.mo +share/locale/da/LC_MESSAGES/calligra_shape_text.mo +share/locale/da/LC_MESSAGES/calligra_shape_threed.mo +share/locale/da/LC_MESSAGES/calligra_shape_vector.mo +share/locale/da/LC_MESSAGES/calligra_shape_video.mo +share/locale/da/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/da/LC_MESSAGES/calligra_textediting_changecase.mo +share/locale/da/LC_MESSAGES/calligra_textediting_spellcheck.mo +share/locale/da/LC_MESSAGES/calligra_textediting_thesaurus.mo +share/locale/da/LC_MESSAGES/calligra_textinlineobject_variables.mo 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.mo +share/locale/da/LC_MESSAGES/flow.appdata.mo share/locale/da/LC_MESSAGES/flow.mo -share/locale/da/LC_MESSAGES/googledocs_plugin.mo +share/locale/da/LC_MESSAGES/karbon.appdata.mo share/locale/da/LC_MESSAGES/karbon.mo +share/locale/da/LC_MESSAGES/kexi.appdata.mo share/locale/da/LC_MESSAGES/kexi.mo +share/locale/da/LC_MESSAGES/kexisqlite3driver.mo +share/locale/da/LC_MESSAGES/kexixbasedriver.mo share/locale/da/LC_MESSAGES/kformdesigner_mapbrowser.mo share/locale/da/LC_MESSAGES/kformdesigner_webbrowser.mo share/locale/da/LC_MESSAGES/kocolorspaces.mo @@ -40,19 +48,24 @@ share/locale/da/LC_MESSAGES/koreport_bar share/locale/da/LC_MESSAGES/koreport_chartplugin.mo share/locale/da/LC_MESSAGES/koreport_mapsplugin.mo share/locale/da/LC_MESSAGES/koreport_webplugin.mo +share/locale/da/LC_MESSAGES/krita.appdata.mo share/locale/da/LC_MESSAGES/krita.mo share/locale/da/LC_MESSAGES/krossmoduleplan.mo share/locale/da/LC_MESSAGES/krossmodulesheets.mo share/locale/da/LC_MESSAGES/krossmodulewords.mo share/locale/da/LC_MESSAGES/okularGenerator_odp.mo +share/locale/da/LC_MESSAGES/okularGenerator_odt.mo +share/locale/da/LC_MESSAGES/plan.appdata.mo share/locale/da/LC_MESSAGES/plan.mo share/locale/da/LC_MESSAGES/planlibs.mo share/locale/da/LC_MESSAGES/planrcpsplugin.mo share/locale/da/LC_MESSAGES/plantjplugin.mo share/locale/da/LC_MESSAGES/planwork.mo +share/locale/da/LC_MESSAGES/sheets.appdata.mo share/locale/da/LC_MESSAGES/sheets.mo -share/locale/da/LC_MESSAGES/sheetspivottables_plugin.mo +share/locale/da/LC_MESSAGES/sheetscalendartool.mo share/locale/da/LC_MESSAGES/sheetssolver.mo +share/locale/da/LC_MESSAGES/stage.appdata.mo share/locale/da/LC_MESSAGES/stage.mo -share/locale/da/LC_MESSAGES/thesaurus_tool.mo +share/locale/da/LC_MESSAGES/words.appdata.mo share/locale/da/LC_MESSAGES/words.mo Modified: head/editors/calligra-l10n-el/Makefile ============================================================================== --- head/editors/calligra-l10n-el/Makefile Mon Dec 21 17:29:59 2015 (r404139) +++ head/editors/calligra-l10n-el/Makefile Mon Dec 21 18:10:32 2015 (r404140) @@ -2,7 +2,6 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 3 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org Modified: head/editors/calligra-l10n-el/distinfo ============================================================================== --- head/editors/calligra-l10n-el/distinfo Mon Dec 21 17:29:59 2015 (r404139) +++ head/editors/calligra-l10n-el/distinfo Mon Dec 21 18:10:32 2015 (r404140) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra-l10n/calligra-l10n-el-2.7.5.tar.xz) = 9067ca686066c97a4be29038c9aad10347b6f5bdeac683cd080d25db7fcbc03d -SIZE (KDE/calligra-l10n/calligra-l10n-el-2.7.5.tar.xz) = 415196 +SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-el-2.9.10.tar.xz) = 5dd588de9e5b7989bf963c5d16c44b1d7eb1a85b579cdbb4ff24ad1246c7a4d6 +SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-el-2.9.10.tar.xz) = 464988 Modified: head/editors/calligra-l10n-el/pkg-plist ============================================================================== --- head/editors/calligra-l10n-el/pkg-plist Mon Dec 21 17:29:59 2015 (r404139) +++ head/editors/calligra-l10n-el/pkg-plist Mon Dec 21 18:10:32 2015 (r404140) @@ -1,34 +1,32 @@ -share/locale/el/LC_MESSAGES/ArtisticTextShape.mo -share/locale/el/LC_MESSAGES/AutocorrectPlugin.mo -share/locale/el/LC_MESSAGES/CalendarTool.mo -share/locale/el/LC_MESSAGES/ChangecasePlugin.mo -share/locale/el/LC_MESSAGES/ChartShape.mo -share/locale/el/LC_MESSAGES/CommentShape.mo -share/locale/el/LC_MESSAGES/FormulaShape.mo share/locale/el/LC_MESSAGES/KarbonTools.mo -share/locale/el/LC_MESSAGES/KexiRelationDesignShapePlugin.mo -share/locale/el/LC_MESSAGES/MusicShape.mo -share/locale/el/LC_MESSAGES/PathShapes.mo -share/locale/el/LC_MESSAGES/PictureShape.mo -share/locale/el/LC_MESSAGES/PluginShape.mo -share/locale/el/LC_MESSAGES/SpellCheckPlugin.mo -share/locale/el/LC_MESSAGES/TableShape.mo -share/locale/el/LC_MESSAGES/TemplateShape.mo -share/locale/el/LC_MESSAGES/TextShape.mo -share/locale/el/LC_MESSAGES/ThreedShape.mo -share/locale/el/LC_MESSAGES/VariablesPlugin.mo -share/locale/el/LC_MESSAGES/VectorShape.mo -share/locale/el/LC_MESSAGES/VideoShape.mo share/locale/el/LC_MESSAGES/braindump.mo share/locale/el/LC_MESSAGES/calligra-defaulttools.mo share/locale/el/LC_MESSAGES/calligra-dockers.mo share/locale/el/LC_MESSAGES/calligra-opener.mo share/locale/el/LC_MESSAGES/calligra.mo +share/locale/el/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/el/LC_MESSAGES/calligra_shape_chart.mo +share/locale/el/LC_MESSAGES/calligra_shape_comment.mo +share/locale/el/LC_MESSAGES/calligra_shape_formular.mo +share/locale/el/LC_MESSAGES/calligra_shape_music.mo +share/locale/el/LC_MESSAGES/calligra_shape_paths.mo +share/locale/el/LC_MESSAGES/calligra_shape_picture.mo +share/locale/el/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/el/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/el/LC_MESSAGES/calligra_shape_template.mo +share/locale/el/LC_MESSAGES/calligra_shape_text.mo +share/locale/el/LC_MESSAGES/calligra_shape_threed.mo +share/locale/el/LC_MESSAGES/calligra_shape_vector.mo +share/locale/el/LC_MESSAGES/calligra_shape_video.mo +share/locale/el/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/el/LC_MESSAGES/calligra_textediting_changecase.mo +share/locale/el/LC_MESSAGES/calligra_textediting_spellcheck.mo +share/locale/el/LC_MESSAGES/calligra_textediting_thesaurus.mo +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.mo share/locale/el/LC_MESSAGES/flow.mo -share/locale/el/LC_MESSAGES/googledocs_plugin.mo share/locale/el/LC_MESSAGES/karbon.mo share/locale/el/LC_MESSAGES/kexi.mo share/locale/el/LC_MESSAGES/kformdesigner_mapbrowser.mo @@ -51,8 +49,7 @@ share/locale/el/LC_MESSAGES/planrcpsplug share/locale/el/LC_MESSAGES/plantjplugin.mo share/locale/el/LC_MESSAGES/planwork.mo share/locale/el/LC_MESSAGES/sheets.mo -share/locale/el/LC_MESSAGES/sheetspivottables_plugin.mo +share/locale/el/LC_MESSAGES/sheetscalendartool.mo share/locale/el/LC_MESSAGES/sheetssolver.mo share/locale/el/LC_MESSAGES/stage.mo -share/locale/el/LC_MESSAGES/thesaurus_tool.mo share/locale/el/LC_MESSAGES/words.mo Modified: head/editors/calligra-l10n-en_GB/Makefile ============================================================================== --- head/editors/calligra-l10n-en_GB/Makefile Mon Dec 21 17:29:59 2015 (r404139) +++ head/editors/calligra-l10n-en_GB/Makefile Mon Dec 21 18:10:32 2015 (r404140) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= calligra-l10n -PORTVERSION= 2.6.4 -PORTREVISION= 3 +PORTVERSION= ${CALLIGRA_VERSION} CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org @@ -10,7 +9,5 @@ COMMENT= British messages and documentat CALLIGRA_L10N= en_GB -USES= tar:bzip2 - .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/editors/calligra-l10n-en_GB/distinfo ============================================================================== --- head/editors/calligra-l10n-en_GB/distinfo Mon Dec 21 17:29:59 2015 (r404139) +++ head/editors/calligra-l10n-en_GB/distinfo Mon Dec 21 18:10:32 2015 (r404140) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra-l10n/calligra-l10n-en_GB-2.6.4.tar.bz2) = 6a12efe96318ed1df18567b179d24167731fe0571a0ffa5f5d2b41336a82e148 -SIZE (KDE/calligra-l10n/calligra-l10n-en_GB-2.6.4.tar.bz2) = 382706 +SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-en_GB-2.9.10.tar.xz) = 5136fe0685cbeaed6bc52b8bdd44cd0f057186f15a89558d4c71d26e3abaca04 +SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-en_GB-2.9.10.tar.xz) = 394680 Modified: head/editors/calligra-l10n-en_GB/pkg-plist ============================================================================== --- head/editors/calligra-l10n-en_GB/pkg-plist Mon Dec 21 17:29:59 2015 (r404139) +++ head/editors/calligra-l10n-en_GB/pkg-plist Mon Dec 21 18:10:32 2015 (r404140) @@ -1,49 +1,71 @@ -share/locale/en_GB/LC_MESSAGES/ArtisticTextShape.mo -share/locale/en_GB/LC_MESSAGES/AutocorrectPlugin.mo -share/locale/en_GB/LC_MESSAGES/CalendarTool.mo -share/locale/en_GB/LC_MESSAGES/ChangecasePlugin.mo -share/locale/en_GB/LC_MESSAGES/ChartShape.mo -share/locale/en_GB/LC_MESSAGES/CommentShape.mo -share/locale/en_GB/LC_MESSAGES/FormulaShape.mo share/locale/en_GB/LC_MESSAGES/KarbonTools.mo -share/locale/en_GB/LC_MESSAGES/KexiRelationDesignShapePlugin.mo -share/locale/en_GB/LC_MESSAGES/MusicShape.mo -share/locale/en_GB/LC_MESSAGES/PathShapes.mo -share/locale/en_GB/LC_MESSAGES/PictureShape.mo -share/locale/en_GB/LC_MESSAGES/PluginShape.mo -share/locale/en_GB/LC_MESSAGES/SpellCheckPlugin.mo -share/locale/en_GB/LC_MESSAGES/TableShape.mo -share/locale/en_GB/LC_MESSAGES/TextShape.mo -share/locale/en_GB/LC_MESSAGES/VariablesPlugin.mo -share/locale/en_GB/LC_MESSAGES/VectorShape.mo -share/locale/en_GB/LC_MESSAGES/VideoShape.mo +share/locale/en_GB/LC_MESSAGES/braindump.appdata.mo share/locale/en_GB/LC_MESSAGES/braindump.mo share/locale/en_GB/LC_MESSAGES/calligra-defaulttools.mo share/locale/en_GB/LC_MESSAGES/calligra-dockers.mo share/locale/en_GB/LC_MESSAGES/calligra-opener.mo share/locale/en_GB/LC_MESSAGES/calligra.mo +share/locale/en_GB/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/en_GB/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/en_GB/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/en_GB/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/en_GB/LC_MESSAGES/calligra_shape_chart.mo +share/locale/en_GB/LC_MESSAGES/calligra_shape_comment.mo +share/locale/en_GB/LC_MESSAGES/calligra_shape_formular.mo +share/locale/en_GB/LC_MESSAGES/calligra_shape_music.mo +share/locale/en_GB/LC_MESSAGES/calligra_shape_paths.mo +share/locale/en_GB/LC_MESSAGES/calligra_shape_picture.mo +share/locale/en_GB/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/en_GB/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/en_GB/LC_MESSAGES/calligra_shape_template.mo +share/locale/en_GB/LC_MESSAGES/calligra_shape_text.mo +share/locale/en_GB/LC_MESSAGES/calligra_shape_threed.mo +share/locale/en_GB/LC_MESSAGES/calligra_shape_vector.mo +share/locale/en_GB/LC_MESSAGES/calligra_shape_video.mo +share/locale/en_GB/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/en_GB/LC_MESSAGES/calligra_textediting_changecase.mo +share/locale/en_GB/LC_MESSAGES/calligra_textediting_spellcheck.mo +share/locale/en_GB/LC_MESSAGES/calligra_textediting_thesaurus.mo +share/locale/en_GB/LC_MESSAGES/calligra_textinlineobject_variables.mo +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.mo +share/locale/en_GB/LC_MESSAGES/flow.appdata.mo share/locale/en_GB/LC_MESSAGES/flow.mo -share/locale/en_GB/LC_MESSAGES/googledocs_plugin.mo +share/locale/en_GB/LC_MESSAGES/karbon.appdata.mo share/locale/en_GB/LC_MESSAGES/karbon.mo +share/locale/en_GB/LC_MESSAGES/kexi.appdata.mo share/locale/en_GB/LC_MESSAGES/kexi.mo +share/locale/en_GB/LC_MESSAGES/kexisqlite3driver.mo +share/locale/en_GB/LC_MESSAGES/kexixbasedriver.mo +share/locale/en_GB/LC_MESSAGES/kformdesigner_mapbrowser.mo +share/locale/en_GB/LC_MESSAGES/kformdesigner_webbrowser.mo share/locale/en_GB/LC_MESSAGES/kocolorspaces.mo share/locale/en_GB/LC_MESSAGES/koconverter.mo share/locale/en_GB/LC_MESSAGES/koproperty.mo share/locale/en_GB/LC_MESSAGES/koreport_barcodeplugin.mo share/locale/en_GB/LC_MESSAGES/koreport_chartplugin.mo +share/locale/en_GB/LC_MESSAGES/koreport_mapsplugin.mo +share/locale/en_GB/LC_MESSAGES/koreport_webplugin.mo +share/locale/en_GB/LC_MESSAGES/krita.appdata.mo share/locale/en_GB/LC_MESSAGES/krita.mo share/locale/en_GB/LC_MESSAGES/krossmoduleplan.mo share/locale/en_GB/LC_MESSAGES/krossmodulesheets.mo share/locale/en_GB/LC_MESSAGES/krossmodulewords.mo share/locale/en_GB/LC_MESSAGES/okularGenerator_odp.mo +share/locale/en_GB/LC_MESSAGES/okularGenerator_odt.mo +share/locale/en_GB/LC_MESSAGES/plan.appdata.mo share/locale/en_GB/LC_MESSAGES/plan.mo share/locale/en_GB/LC_MESSAGES/planlibs.mo share/locale/en_GB/LC_MESSAGES/planrcpsplugin.mo +share/locale/en_GB/LC_MESSAGES/plantjplugin.mo share/locale/en_GB/LC_MESSAGES/planwork.mo +share/locale/en_GB/LC_MESSAGES/sheets.appdata.mo share/locale/en_GB/LC_MESSAGES/sheets.mo +share/locale/en_GB/LC_MESSAGES/sheetscalendartool.mo share/locale/en_GB/LC_MESSAGES/sheetssolver.mo +share/locale/en_GB/LC_MESSAGES/stage.appdata.mo share/locale/en_GB/LC_MESSAGES/stage.mo -share/locale/en_GB/LC_MESSAGES/thesaurus_tool.mo +share/locale/en_GB/LC_MESSAGES/words.appdata.mo share/locale/en_GB/LC_MESSAGES/words.mo Modified: head/editors/calligra-l10n-es/Makefile ============================================================================== --- head/editors/calligra-l10n-es/Makefile Mon Dec 21 17:29:59 2015 (r404139) +++ head/editors/calligra-l10n-es/Makefile Mon Dec 21 18:10:32 2015 (r404140) @@ -2,7 +2,6 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 3 CATEGORIES= editors kde spanish MAINTAINER= kde@FreeBSD.org Modified: head/editors/calligra-l10n-es/distinfo ============================================================================== --- head/editors/calligra-l10n-es/distinfo Mon Dec 21 17:29:59 2015 (r404139) +++ head/editors/calligra-l10n-es/distinfo Mon Dec 21 18:10:32 2015 (r404140) @@ -1,2 +1,2 @@ -SHA256 (KDE/calligra-l10n/calligra-l10n-es-2.7.5.tar.xz) = aff8fc514946825eb608144d91811c8a851e9f971b722cfa223ea0d03efdc889 -SIZE (KDE/calligra-l10n/calligra-l10n-es-2.7.5.tar.xz) = 1012548 +SHA256 (KDE/calligra/2.9.10/l10n/calligra-l10n-es-2.9.10.tar.xz) = e5bfefba04ef6d2e905f43c84644df1914e577ed836ed89c310c7712f63fe273 +SIZE (KDE/calligra/2.9.10/l10n/calligra-l10n-es-2.9.10.tar.xz) = 1243636 Modified: head/editors/calligra-l10n-es/pkg-plist ============================================================================== --- head/editors/calligra-l10n-es/pkg-plist Mon Dec 21 17:29:59 2015 (r404139) +++ head/editors/calligra-l10n-es/pkg-plist Mon Dec 21 18:10:32 2015 (r404140) *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Mon Dec 21 18:13:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7626AA4EA72; Mon, 21 Dec 2015 18:13:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 43EAE121B; Mon, 21 Dec 2015 18:13:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLIDYlq050473; Mon, 21 Dec 2015 18:13:34 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIDXlF050466; Mon, 21 Dec 2015 18:13:33 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512211813.tBLIDXlF050466@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Mon, 21 Dec 2015 18:13:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404141 - in head/lang: python-doc-html python32 python32/files python35 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:13:35 -0000 Author: miwi Date: Mon Dec 21 18:13:33 2015 New Revision: 404141 URL: https://svnweb.freebsd.org/changeset/ports/404141 Log: - Update lang/python32 to 3.2.6 [1] - Update lang/python35 to 3.5.1 [2] - Update lang/python-doc-html for [1] - Switch to do-test Changelog: [1] https://hg.python.org/cpython/file/v3.2.6/Misc/NEWS [2] https://docs.python.org/3.5/whatsnew/changelog.html#python-3-5-1-final Reviewed by: koobs (python) Approved by: mat (mentor) Differential Revision: D4663 Deleted: head/lang/python32/files/patch-CVE-2014-1912 Modified: head/lang/python-doc-html/distinfo head/lang/python32/Makefile head/lang/python32/distinfo head/lang/python32/pkg-plist head/lang/python35/Makefile head/lang/python35/distinfo head/lang/python35/pkg-plist Modified: head/lang/python-doc-html/distinfo ============================================================================== --- head/lang/python-doc-html/distinfo Mon Dec 21 18:10:32 2015 (r404140) +++ head/lang/python-doc-html/distinfo Mon Dec 21 18:13:33 2015 (r404141) @@ -6,14 +6,14 @@ SHA256 (python/python-2.7.11-docs-pdf-le SIZE (python/python-2.7.11-docs-pdf-letter.tar.bz2) = 10661547 SHA256 (python/python-2.7.11-docs-text.tar.bz2) = fc49ac7083123dd6dd53a91a48602f48289c5d04b073da7634322e595d1e280e SIZE (python/python-2.7.11-docs-text.tar.bz2) = 1607237 -SHA256 (python/python-3.2.5-docs-html.tar.bz2) = 5a7f7f79d58cf87511aae66784ae71e3e108ca8185bd40706c4bb43e5e0348bc -SIZE (python/python-3.2.5-docs-html.tar.bz2) = 4435429 -SHA256 (python/python-3.2.5-docs-pdf-a4.tar.bz2) = bfa07657b5d3810fa3cc16cd210459457cfaedff0887e2617b2deabd21e432e3 -SIZE (python/python-3.2.5-docs-pdf-a4.tar.bz2) = 10380500 -SHA256 (python/python-3.2.5-docs-pdf-letter.tar.bz2) = 55327e6e05c5c1f6669512e40835ce39649145eec56f7dee38ec4528ebe06060 -SIZE (python/python-3.2.5-docs-pdf-letter.tar.bz2) = 10429112 -SHA256 (python/python-3.2.5-docs-text.tar.bz2) = 8940c6bb7c93ffdb5be2573ff236ac06b6082132dd97a404be8400033d805523 -SIZE (python/python-3.2.5-docs-text.tar.bz2) = 1569706 +SHA256 (python/python-3.2.6-docs-html.tar.bz2) = b746ef40a29abe7949e5f183e236a0734c58b841c0600043160a518390704c13 +SIZE (python/python-3.2.6-docs-html.tar.bz2) = 4451267 +SHA256 (python/python-3.2.6-docs-pdf-a4.tar.bz2) = 2bf14c32c56e92adb442fdea6bcd4a2386a76ab32ae3ecab347d103fd1a6633f +SIZE (python/python-3.2.6-docs-pdf-a4.tar.bz2) = 10369657 +SHA256 (python/python-3.2.6-docs-pdf-letter.tar.bz2) = 55bf8e03442a09ccd1fd6d17ec2329345a47ebfb6e2ae28cee97b14ef6c8b92b +SIZE (python/python-3.2.6-docs-pdf-letter.tar.bz2) = 10418952 +SHA256 (python/python-3.2.6-docs-text.tar.bz2) = 889a9f5358d0ded2f2c4b1027967c4b8ec0e99cf57eddefa038f2a0abba7fe88 +SIZE (python/python-3.2.6-docs-text.tar.bz2) = 1573432 SHA256 (python/python-3.3.4-docs-html.tar.bz2) = 43ab01c98d5bacb301519a99ed25192cebe0b69ac4a85b95302958b225868efc SIZE (python/python-3.3.4-docs-html.tar.bz2) = 4951380 SHA256 (python/python-3.3.4-docs-pdf-a4.tar.bz2) = 692eb7dd255b12252c701ca32f530932d3761e4f0582b7461c8277cd70282251 Modified: head/lang/python32/Makefile ============================================================================== --- head/lang/python32/Makefile Mon Dec 21 18:10:32 2015 (r404140) +++ head/lang/python32/Makefile Mon Dec 21 18:13:33 2015 (r404141) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= python32 -PORTVERSION= 3.2.5 -PORTREVISION= 15 +PORTVERSION= 3.2.6 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON/ftp/python/${PORTVERSION} DISTNAME= Python-${PORTVERSION} @@ -125,7 +124,7 @@ post-install: for i in ${STAGEDIR}${PREFIX}/lib/python3.2/lib-dynload/*.so; do \ ${STRIP_CMD} $$i; done -regression-test: build +do-test: @cd ${WRKSRC} && ${MAKE} TESTOPTS=-j${MAKE_JOBS_NUMBER} buildbottest .include Modified: head/lang/python32/distinfo ============================================================================== --- head/lang/python32/distinfo Mon Dec 21 18:10:32 2015 (r404140) +++ head/lang/python32/distinfo Mon Dec 21 18:13:33 2015 (r404141) @@ -1,2 +1,2 @@ -SHA256 (python/Python-3.2.5.tar.xz) = 8ccb9645b9779fc4550055b2ebb21a724ab7a63dee45643286eb4f79b2f84116 -SIZE (python/Python-3.2.5.tar.xz) = 9221624 +SHA256 (python/Python-3.2.6.tar.xz) = 1d12b501819fd26afafbf8459be1aa279b56f032b4c15412de0a713ce0de7bdc +SIZE (python/Python-3.2.6.tar.xz) = 9243292 Modified: head/lang/python32/pkg-plist ============================================================================== --- head/lang/python32/pkg-plist Mon Dec 21 18:10:32 2015 (r404140) +++ head/lang/python32/pkg-plist Mon Dec 21 18:13:33 2015 (r404141) @@ -3,14 +3,10 @@ bin/idle3.2 bin/pydoc3.2 bin/python3.2 bin/python3.2-config -lib/libpython3.2%%ABI%%.so -lib/libpython3.2%%ABI%%.so.1 -libdata/pkgconfig/python-3.2.pc -man/man1/python3.2.1.gz -include/python3.2%%ABI%%/accu.h include/python3.2%%ABI%%/Python-ast.h include/python3.2%%ABI%%/Python.h include/python3.2%%ABI%%/abstract.h +include/python3.2%%ABI%%/accu.h include/python3.2%%ABI%%/asdl.h include/python3.2%%ABI%%/ast.h include/python3.2%%ABI%%/bitset.h @@ -100,6 +96,8 @@ include/python3.2%%ABI%%/ucnhash.h include/python3.2%%ABI%%/unicodeobject.h include/python3.2%%ABI%%/warnings.h include/python3.2%%ABI%%/weakrefobject.h +lib/libpython3.2%%ABI%%.so +lib/libpython3.2%%ABI%%.so.1 lib/python3.2/LICENSE.txt lib/python3.2/__future__.py lib/python3.2/__phello__.foo.py @@ -1865,6 +1863,7 @@ lib/python3.2/json/encoder.py lib/python3.2/json/scanner.py lib/python3.2/json/tool.py lib/python3.2/keyword.py +lib/python3.2/lib-dynload/Python-3.2.6-py3.2.egg-info lib/python3.2/lib-dynload/_bisect.so lib/python3.2/lib-dynload/_codecs_cn.so lib/python3.2/lib-dynload/_codecs_hk.so @@ -1897,7 +1896,6 @@ lib/python3.2/lib-dynload/_socket.so lib/python3.2/lib-dynload/_ssl.so lib/python3.2/lib-dynload/_struct.so lib/python3.2/lib-dynload/_testcapi.so -lib/python3.2/lib-dynload/Python-3.2.5-py3.2.egg-info lib/python3.2/lib-dynload/array.so lib/python3.2/lib-dynload/atexit.so lib/python3.2/lib-dynload/audioop.so @@ -1923,9 +1921,9 @@ lib/python3.2/lib-dynload/unicodedata.so %%NO_DEBUG%%lib/python3.2/lib-dynload/xxlimited.so lib/python3.2/lib-dynload/zlib.so lib/python3.2/lib2to3/Grammar.txt -lib/python3.2/lib2to3/Grammar3.2.5.final.0.pickle +lib/python3.2/lib2to3/Grammar3.2.6.final.0.pickle lib/python3.2/lib2to3/PatternGrammar.txt -lib/python3.2/lib2to3/PatternGrammar3.2.5.final.0.pickle +lib/python3.2/lib2to3/PatternGrammar3.2.6.final.0.pickle lib/python3.2/lib2to3/__init__.py lib/python3.2/lib2to3/__pycache__/__init__.cpython-32.pyc lib/python3.2/lib2to3/__pycache__/__init__.cpython-32.pyo @@ -2258,9 +2256,9 @@ lib/python3.2/pickle.py lib/python3.2/pickletools.py lib/python3.2/pipes.py lib/python3.2/pkgutil.py +lib/python3.2/plat-freebsd%%OSMAJOR%%/IN.py lib/python3.2/plat-freebsd%%OSMAJOR%%/__pycache__/IN.cpython-32.pyc lib/python3.2/plat-freebsd%%OSMAJOR%%/__pycache__/IN.cpython-32.pyo -lib/python3.2/plat-freebsd%%OSMAJOR%%/IN.py lib/python3.2/plat-freebsd%%OSMAJOR%%/regen lib/python3.2/platform.py lib/python3.2/plistlib.py @@ -2639,14 +2637,14 @@ lib/python3.2/test/__pycache__/test_fcnt lib/python3.2/test/__pycache__/test_fcntl.cpython-32.pyo lib/python3.2/test/__pycache__/test_file.cpython-32.pyc lib/python3.2/test/__pycache__/test_file.cpython-32.pyo +lib/python3.2/test/__pycache__/test_file_eintr.cpython-32.pyc +lib/python3.2/test/__pycache__/test_file_eintr.cpython-32.pyo lib/python3.2/test/__pycache__/test_filecmp.cpython-32.pyc lib/python3.2/test/__pycache__/test_filecmp.cpython-32.pyo lib/python3.2/test/__pycache__/test_fileinput.cpython-32.pyc lib/python3.2/test/__pycache__/test_fileinput.cpython-32.pyo lib/python3.2/test/__pycache__/test_fileio.cpython-32.pyc lib/python3.2/test/__pycache__/test_fileio.cpython-32.pyo -lib/python3.2/test/__pycache__/test_file_eintr.cpython-32.pyc -lib/python3.2/test/__pycache__/test_file_eintr.cpython-32.pyo lib/python3.2/test/__pycache__/test_float.cpython-32.pyc lib/python3.2/test/__pycache__/test_float.cpython-32.pyo lib/python3.2/test/__pycache__/test_flufl.cpython-32.pyc @@ -2897,12 +2895,12 @@ lib/python3.2/test/__pycache__/test_prop lib/python3.2/test/__pycache__/test_property.cpython-32.pyo lib/python3.2/test/__pycache__/test_pstats.cpython-32.pyc lib/python3.2/test/__pycache__/test_pstats.cpython-32.pyo -lib/python3.2/test/__pycache__/test_py_compile.cpython-32.pyo -lib/python3.2/test/__pycache__/test_py_compile.cpython-32.pyc lib/python3.2/test/__pycache__/test_pty.cpython-32.pyc lib/python3.2/test/__pycache__/test_pty.cpython-32.pyo lib/python3.2/test/__pycache__/test_pwd.cpython-32.pyc lib/python3.2/test/__pycache__/test_pwd.cpython-32.pyo +lib/python3.2/test/__pycache__/test_py_compile.cpython-32.pyc +lib/python3.2/test/__pycache__/test_py_compile.cpython-32.pyo lib/python3.2/test/__pycache__/test_pyclbr.cpython-32.pyc lib/python3.2/test/__pycache__/test_pyclbr.cpython-32.pyo lib/python3.2/test/__pycache__/test_pydoc.cpython-32.pyc @@ -3192,10 +3190,6 @@ lib/python3.2/test/cjkencodings/big5.txt lib/python3.2/test/cjkencodings/big5hkscs-utf8.txt lib/python3.2/test/cjkencodings/big5hkscs.txt lib/python3.2/test/cjkencodings/cp949-utf8.txt -lib/python3.2/test/cjkencodings/iso2022_jp-utf8.txt -lib/python3.2/test/cjkencodings/iso2022_jp.txt -lib/python3.2/test/cjkencodings/iso2022_kr-utf8.txt -lib/python3.2/test/cjkencodings/iso2022_kr.txt lib/python3.2/test/cjkencodings/cp949.txt lib/python3.2/test/cjkencodings/euc_jisx0213-utf8.txt lib/python3.2/test/cjkencodings/euc_jisx0213.txt @@ -3211,6 +3205,10 @@ lib/python3.2/test/cjkencodings/gbk-utf8 lib/python3.2/test/cjkencodings/gbk.txt lib/python3.2/test/cjkencodings/hz-utf8.txt lib/python3.2/test/cjkencodings/hz.txt +lib/python3.2/test/cjkencodings/iso2022_jp-utf8.txt +lib/python3.2/test/cjkencodings/iso2022_jp.txt +lib/python3.2/test/cjkencodings/iso2022_kr-utf8.txt +lib/python3.2/test/cjkencodings/iso2022_kr.txt lib/python3.2/test/cjkencodings/johab-utf8.txt lib/python3.2/test/cjkencodings/johab.txt lib/python3.2/test/cjkencodings/shift_jis-utf8.txt @@ -3444,8 +3442,11 @@ lib/python3.2/test/lock_tests.py lib/python3.2/test/make_ssl_certs.py lib/python3.2/test/mapping_tests.py lib/python3.2/test/math_testcases.txt +lib/python3.2/test/mime.types lib/python3.2/test/mock_socket.py lib/python3.2/test/mp_fork_bomb.py +lib/python3.2/test/nokia.pem +lib/python3.2/test/nullbytecert.pem lib/python3.2/test/nullcert.pem lib/python3.2/test/outstanding_bugs.py lib/python3.2/test/pickletester.py @@ -3499,9 +3500,6 @@ lib/python3.2/test/subprocessdata/qcat.p lib/python3.2/test/subprocessdata/qgrep.py lib/python3.2/test/subprocessdata/sigchild_ignore.py lib/python3.2/test/support.py -lib/python3.2/test/mime.types -lib/python3.2/test/test_py_compile.py -lib/python3.2/test/nokia.pem lib/python3.2/test/test___all__.py lib/python3.2/test/test___future__.py lib/python3.2/test/test__locale.py @@ -3610,10 +3608,10 @@ lib/python3.2/test/test_exceptions.py lib/python3.2/test/test_extcall.py lib/python3.2/test/test_fcntl.py lib/python3.2/test/test_file.py +lib/python3.2/test/test_file_eintr.py lib/python3.2/test/test_filecmp.py lib/python3.2/test/test_fileinput.py lib/python3.2/test/test_fileio.py -lib/python3.2/test/test_file_eintr.py lib/python3.2/test/test_float.py lib/python3.2/test/test_flufl.py lib/python3.2/test/test_fnmatch.py @@ -3741,6 +3739,7 @@ lib/python3.2/test/test_property.py lib/python3.2/test/test_pstats.py lib/python3.2/test/test_pty.py lib/python3.2/test/test_pwd.py +lib/python3.2/test/test_py_compile.py lib/python3.2/test/test_pyclbr.py lib/python3.2/test/test_pydoc.py lib/python3.2/test/test_pyexpat.py @@ -4151,6 +4150,7 @@ lib/python3.2/warnings.py lib/python3.2/wave.py lib/python3.2/weakref.py lib/python3.2/webbrowser.py +lib/python3.2/wsgiref.egg-info lib/python3.2/wsgiref/__init__.py lib/python3.2/wsgiref/__pycache__/__init__.cpython-32.pyc lib/python3.2/wsgiref/__pycache__/__init__.cpython-32.pyo @@ -4169,7 +4169,6 @@ lib/python3.2/wsgiref/headers.py lib/python3.2/wsgiref/simple_server.py lib/python3.2/wsgiref/util.py lib/python3.2/wsgiref/validate.py -lib/python3.2/wsgiref.egg-info lib/python3.2/xdrlib.py lib/python3.2/xml/__init__.py lib/python3.2/xml/__pycache__/__init__.cpython-32.pyc @@ -4247,3 +4246,5 @@ lib/python3.2/xmlrpc/__pycache__/server. lib/python3.2/xmlrpc/client.py lib/python3.2/xmlrpc/server.py lib/python3.2/zipfile.py +libdata/pkgconfig/python-3.2.pc +man/man1/python3.2.1.gz Modified: head/lang/python35/Makefile ============================================================================== --- head/lang/python35/Makefile Mon Dec 21 18:10:32 2015 (r404140) +++ head/lang/python35/Makefile Mon Dec 21 18:13:33 2015 (r404141) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= python -DISTVERSION= 3.5.0 -PORTREVISION= 1 +DISTVERSION= 3.5.1 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON/ftp/python/${DISTVERSION:C/^([0-9]+\.[0-9]+\.[0-9]+).*/\1/} PKGNAMESUFFIX= ${PYTHON_SUFFIX} Modified: head/lang/python35/distinfo ============================================================================== --- head/lang/python35/distinfo Mon Dec 21 18:10:32 2015 (r404140) +++ head/lang/python35/distinfo Mon Dec 21 18:13:33 2015 (r404141) @@ -1,2 +1,2 @@ -SHA256 (python/Python-3.5.0.tar.xz) = d6d7aa1634a5eeeca6ed4fca266982a04f84bd8f3945a9179e20b24ad2e2be91 -SIZE (python/Python-3.5.0.tar.xz) = 14808460 +SHA256 (python/Python-3.5.1.tar.xz) = c6d57c0c366d9060ab6c0cdf889ebf3d92711d466cc0119c441dbf2746f725c9 +SIZE (python/Python-3.5.1.tar.xz) = 14830408 Modified: head/lang/python35/pkg-plist ============================================================================== --- head/lang/python35/pkg-plist Mon Dec 21 18:10:32 2015 (r404140) +++ head/lang/python35/pkg-plist Mon Dec 21 18:13:33 2015 (r404141) @@ -2368,6 +2368,9 @@ lib/python%%XYDOT%%/idlelib/__pycache__/ lib/python%%XYDOT%%/idlelib/__pycache__/dynOptionMenuWidget.cpython-%%XY%%.opt-1.pyc lib/python%%XYDOT%%/idlelib/__pycache__/dynOptionMenuWidget.cpython-%%XY%%.opt-2.pyc lib/python%%XYDOT%%/idlelib/__pycache__/dynOptionMenuWidget.cpython-%%XY%%.pyc +lib/python%%XYDOT%%/idlelib/__pycache__/help.cpython-%%XY%%.opt-1.pyc +lib/python%%XYDOT%%/idlelib/__pycache__/help.cpython-%%XY%%.opt-2.pyc +lib/python%%XYDOT%%/idlelib/__pycache__/help.cpython-%%XY%%.pyc lib/python%%XYDOT%%/idlelib/__pycache__/idle.cpython-%%XY%%.opt-1.pyc lib/python%%XYDOT%%/idlelib/__pycache__/idle.cpython-%%XY%%.opt-2.pyc lib/python%%XYDOT%%/idlelib/__pycache__/idle.cpython-%%XY%%.pyc @@ -2403,6 +2406,8 @@ lib/python%%XYDOT%%/idlelib/configHelpSo lib/python%%XYDOT%%/idlelib/configSectionNameDialog.py lib/python%%XYDOT%%/idlelib/dynOptionMenuWidget.py lib/python%%XYDOT%%/idlelib/extend.txt +lib/python%%XYDOT%%/idlelib/help.html +lib/python%%XYDOT%%/idlelib/help.py lib/python%%XYDOT%%/idlelib/help.txt lib/python%%XYDOT%%/idlelib/idle.bat lib/python%%XYDOT%%/idlelib/idle.py @@ -2626,10 +2631,10 @@ lib/python%%XYDOT%%/lib-dynload/termios. lib/python%%XYDOT%%/lib-dynload/unicodedata.so %%NO_DEBUG%%lib/python%%XYDOT%%/lib-dynload/xxlimited.so lib/python%%XYDOT%%/lib-dynload/zlib.so -lib/python%%XYDOT%%/lib2to3/Grammar%%XYZDOT%%.final.0.pickle lib/python%%XYDOT%%/lib2to3/Grammar.txt -lib/python%%XYDOT%%/lib2to3/PatternGrammar%%XYZDOT%%.final.0.pickle +lib/python%%XYDOT%%/lib2to3/Grammar%%XYZDOT%%.final.0.pickle lib/python%%XYDOT%%/lib2to3/PatternGrammar.txt +lib/python%%XYDOT%%/lib2to3/PatternGrammar%%XYZDOT%%.final.0.pickle lib/python%%XYDOT%%/lib2to3/__init__.py lib/python%%XYDOT%%/lib2to3/__main__.py lib/python%%XYDOT%%/lib2to3/__pycache__/__init__.cpython-%%XY%%.opt-1.pyc From owner-svn-ports-head@freebsd.org Mon Dec 21 18:19:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37C81A4EE0F; Mon, 21 Dec 2015 18:19: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 0AEA7155E; Mon, 21 Dec 2015 18:19:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLIJpit050793; Mon, 21 Dec 2015 18:19:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIJpUC050792; Mon, 21 Dec 2015 18:19:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211819.tBLIJpUC050792@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:19:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404142 - head/textproc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:19:52 -0000 Author: sunpoet Date: Mon Dec 21 18:19:51 2015 New Revision: 404142 URL: https://svnweb.freebsd.org/changeset/ports/404142 Log: - Sort SUBDIRs Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Mon Dec 21 18:13:33 2015 (r404141) +++ head/textproc/Makefile Mon Dec 21 18:19:51 2015 (r404142) @@ -1308,9 +1308,9 @@ SUBDIR += py-zope.tal SUBDIR += py-zpt SUBDIR += py2html + SUBDIR += py3-MarkupSafe SUBDIR += py3-chardet SUBDIR += py3-libxml2 - SUBDIR += py3-MarkupSafe SUBDIR += pychm SUBDIR += qprint SUBDIR += qstardict From owner-svn-ports-head@freebsd.org Mon Dec 21 18:33:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1FC1A4E72D; Mon, 21 Dec 2015 18:33:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 922021FCE; Mon, 21 Dec 2015 18:33:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLIXN7S056457; Mon, 21 Dec 2015 18:33:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIXN05056456; Mon, 21 Dec 2015 18:33:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211833.tBLIXN05056456@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:33:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404143 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:33:24 -0000 Author: sunpoet Date: Mon Dec 21 18:33:23 2015 New Revision: 404143 URL: https://svnweb.freebsd.org/changeset/ports/404143 Log: - Add http://ftp.ruby-lang.org/ to MASTER_SITE_RUBY - Remove dead links: - Error code 403: http://www.ibiblio.org/ - Error code 404: http://mirrors.sunsite.dk/ - Error code 550: ftp://xyz.lcs.mit.edu/, ftp://ftp.easynet.be/, ftp://ftp.ntua.gr/ - Unable to resolve: ftp.SpringDaemons.com Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Mon Dec 21 18:19:51 2015 (r404142) +++ head/Mk/bsd.sites.mk Mon Dec 21 18:33:23 2015 (r404143) @@ -1117,15 +1117,10 @@ MASTER_SITE_REDHAT_LINUX+= \ .if !defined(IGNORE_MASTER_SITE_RUBY) MASTER_SITE_RUBY+= \ http://cache.ruby-lang.org/pub/ruby/%SUBDIR%/ \ + http://ftp.ruby-lang.org/pub/ruby/%SUBDIR%/ \ ftp://ftp.ruby-lang.org/pub/ruby/%SUBDIR%/ \ - ftp://ftp.SpringDaemons.com/pub/ruby/ruby/%SUBDIR%/ \ - http://www.ibiblio.org/pub/languages/ruby/%SUBDIR%/ \ - ftp://xyz.lcs.mit.edu/pub/ruby/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/unix/languages/ruby/%SUBDIR%/ \ - ftp://ftp.easynet.be/ruby/ruby/%SUBDIR%/ \ - ftp://ftp.ntua.gr/pub/lang/ruby/%SUBDIR%/ \ ftp://ftp.kr.FreeBSD.org/pub/ruby/%SUBDIR%/ \ - http://mirrors.sunsite.dk/ruby/%SUBDIR%/ \ ftp://ftp.iDaemons.org/pub/mirror/ftp.ruby-lang.org/ruby/%SUBDIR%/ .endif @@ -1140,8 +1135,7 @@ MASTER_SITE_RUBYGEMS+= \ MASTER_SITE_SAMBA+= \ http://ftp.samba.org/pub/%SUBDIR%/ \ ftp://ca.samba.org/pub/%SUBDIR%/ \ - ftp://de.samba.org/pub/%SUBDIR%/ \ - ftp://ftp.easynet.be/%SUBDIR%/ + ftp://de.samba.org/pub/%SUBDIR%/ .endif # List: http://download.savannah.gnu.org/mirmon/ From owner-svn-ports-head@freebsd.org Mon Dec 21 18:33:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA9AFA4E76C; Mon, 21 Dec 2015 18:33:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7813C1FFD; Mon, 21 Dec 2015 18:33:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLIXS0Z056572; Mon, 21 Dec 2015 18:33:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIXSSG056570; Mon, 21 Dec 2015 18:33:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211833.tBLIXSSG056570@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:33:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404144 - head/dns/public_suffix_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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:33:29 -0000 Author: sunpoet Date: Mon Dec 21 18:33:28 2015 New Revision: 404144 URL: https://svnweb.freebsd.org/changeset/ports/404144 Log: - Update to 0.0.0.20151217 Changes: https://github.com/publicsuffix/list/commits/master Modified: head/dns/public_suffix_list/Makefile head/dns/public_suffix_list/distinfo Modified: head/dns/public_suffix_list/Makefile ============================================================================== --- head/dns/public_suffix_list/Makefile Mon Dec 21 18:33:23 2015 (r404143) +++ head/dns/public_suffix_list/Makefile Mon Dec 21 18:33:28 2015 (r404144) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= public_suffix_list -PORTVERSION= 0.0.0.20151203 +PORTVERSION= 0.0.0.20151217 CATEGORIES= dns MAINTAINER= sunpoet@FreeBSD.org @@ -19,7 +19,7 @@ PLIST_FILES= %%DATADIR%%/public_suffix_l GH_ACCOUNT= publicsuffix GH_PROJECT= list -GH_TAGNAME= 0ee352b +GH_TAGNAME= 9636089 USE_GITHUB= yes do-install: Modified: head/dns/public_suffix_list/distinfo ============================================================================== --- head/dns/public_suffix_list/distinfo Mon Dec 21 18:33:23 2015 (r404143) +++ head/dns/public_suffix_list/distinfo Mon Dec 21 18:33:28 2015 (r404144) @@ -1,2 +1,2 @@ -SHA256 (publicsuffix-list-0.0.0.20151203-0ee352b_GH0.tar.gz) = b472514166089f115bcecb591a8339761631180bf78227772c1cff9473e430c5 -SIZE (publicsuffix-list-0.0.0.20151203-0ee352b_GH0.tar.gz) = 72428 +SHA256 (publicsuffix-list-0.0.0.20151217-9636089_GH0.tar.gz) = 869573ce3246b333b4293bab6dc7752b94b5385d2e0e07cd83b4476a46056d84 +SIZE (publicsuffix-list-0.0.0.20151217-9636089_GH0.tar.gz) = 72655 From owner-svn-ports-head@freebsd.org Mon Dec 21 18:33:34 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B8B2A4E790; Mon, 21 Dec 2015 18:33:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 68A3510F3; Mon, 21 Dec 2015 18:33:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLIXXhY056689; Mon, 21 Dec 2015 18:33:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIXXlO056687; Mon, 21 Dec 2015 18:33:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211833.tBLIXXlO056687@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:33:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404145 - head/devel/p5-Test-Warnings X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:33:34 -0000 Author: sunpoet Date: Mon Dec 21 18:33:33 2015 New Revision: 404145 URL: https://svnweb.freebsd.org/changeset/ports/404145 Log: - Update to 0.022 - Add NO_ARCH Changes: http://search.cpan.org/dist/Test-Warnings/Changes Modified: head/devel/p5-Test-Warnings/Makefile head/devel/p5-Test-Warnings/distinfo Modified: head/devel/p5-Test-Warnings/Makefile ============================================================================== --- head/devel/p5-Test-Warnings/Makefile Mon Dec 21 18:33:28 2015 (r404144) +++ head/devel/p5-Test-Warnings/Makefile Mon Dec 21 18:33:33 2015 (r404145) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Warnings -PORTVERSION= 0.021 +PORTVERSION= 0.022 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,11 +12,13 @@ COMMENT= Test for warnings and the lack LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENCE_FILE= ${WRKSRC}/LICENCE -TEST_DEPENDS= p5-CPAN-Meta-Check>=0.007:${PORTSDIR}/devel/p5-CPAN-Meta-Check \ +TEST_DEPENDS= p5-CPAN-Meta-Check>=0.011:${PORTSDIR}/devel/p5-CPAN-Meta-Check \ p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ p5-Test-Kwalitee>=1.12:${PORTSDIR}/devel/p5-Test-Kwalitee +NO_ARCH= yes USE_PERL5= configure USES= perl5 Modified: head/devel/p5-Test-Warnings/distinfo ============================================================================== --- head/devel/p5-Test-Warnings/distinfo Mon Dec 21 18:33:28 2015 (r404144) +++ head/devel/p5-Test-Warnings/distinfo Mon Dec 21 18:33:33 2015 (r404145) @@ -1,2 +1,2 @@ -SHA256 (Test-Warnings-0.021.tar.gz) = d98a182e333d58bd7fc68fdc6d9f548624df07d73bdb124bd1af5087e1cc2c44 -SIZE (Test-Warnings-0.021.tar.gz) = 34390 +SHA256 (Test-Warnings-0.022.tar.gz) = 9d1efaf67c911652581ac84e975875d0b59e79074f460ed1e7e0a044644c79f0 +SIZE (Test-Warnings-0.022.tar.gz) = 36120 From owner-svn-ports-head@freebsd.org Mon Dec 21 18:33:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87B67A4E7BE; Mon, 21 Dec 2015 18:33:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 593F011CC; Mon, 21 Dec 2015 18:33:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLIXc3r056804; Mon, 21 Dec 2015 18:33:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIXcHW056801; Mon, 21 Dec 2015 18:33:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211833.tBLIXcHW056801@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:33:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404146 - head/devel/py-curtsies X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:33:39 -0000 Author: sunpoet Date: Mon Dec 21 18:33:38 2015 New Revision: 404146 URL: https://svnweb.freebsd.org/changeset/ports/404146 Log: - Update to 0.2.4 Changes: https://github.com/thomasballinger/curtsies/commits/master Modified: head/devel/py-curtsies/Makefile head/devel/py-curtsies/distinfo Modified: head/devel/py-curtsies/Makefile ============================================================================== --- head/devel/py-curtsies/Makefile Mon Dec 21 18:33:33 2015 (r404145) +++ head/devel/py-curtsies/Makefile Mon Dec 21 18:33:38 2015 (r404146) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= curtsies -PORTVERSION= 0.1.19 +PORTVERSION= 0.2.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,8 @@ COMMENT= Curses-like terminal wrapper, w LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}blessings>=1.5:${PORTSDIR}/devel/py-blessings +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}blessings>=1.5:${PORTSDIR}/devel/py-blessings \ + ${PYTHON_PKGNAMEPREFIX}wcwidth>=0.1.4:${PORTSDIR}/devel/py-wcwidth NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils Modified: head/devel/py-curtsies/distinfo ============================================================================== --- head/devel/py-curtsies/distinfo Mon Dec 21 18:33:33 2015 (r404145) +++ head/devel/py-curtsies/distinfo Mon Dec 21 18:33:38 2015 (r404146) @@ -1,2 +1,2 @@ -SHA256 (curtsies-0.1.19.tar.gz) = 69d70c8ceec61c20cb380fe16263be64547e73b604121ab4c867b75133908937 -SIZE (curtsies-0.1.19.tar.gz) = 43593 +SHA256 (curtsies-0.2.4.tar.gz) = ae52dbb1c828369b85ed3650c846bd7bf4832916dc472220d3365c3e46e1dce6 +SIZE (curtsies-0.2.4.tar.gz) = 43313 From owner-svn-ports-head@freebsd.org Mon Dec 21 18:33:44 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92049A4E807; Mon, 21 Dec 2015 18:33:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B6D012EA; Mon, 21 Dec 2015 18:33:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLIXhn3056916; Mon, 21 Dec 2015 18:33:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIXhBi056915; Mon, 21 Dec 2015 18:33:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211833.tBLIXhBi056915@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:33:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404147 - in head/devel/py-gevent: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:33:44 -0000 Author: sunpoet Date: Mon Dec 21 18:33:43 2015 New Revision: 404147 URL: https://svnweb.freebsd.org/changeset/ports/404147 Log: - Add LICENSE_FILE - Use libraries from ports tree instead of bundled one - Strip shared library in post-install: - Bump PORTREVISION for dependency and package change Deleted: head/devel/py-gevent/files/ Modified: head/devel/py-gevent/Makefile Modified: head/devel/py-gevent/Makefile ============================================================================== --- head/devel/py-gevent/Makefile Mon Dec 21 18:33:38 2015 (r404146) +++ head/devel/py-gevent/Makefile Mon Dec 21 18:33:43 2015 (r404147) @@ -3,6 +3,7 @@ PORTNAME= gevent PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,18 +12,22 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python co-routine networking library based on greenlet LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE +LIB_DEPENDS= libcares.so:${PORTSDIR}/dns/c-ares \ + libev.so:${PORTSDIR}/devel/libev RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0.4.7:${PORTSDIR}/devel/py-greenlet TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0.4.7:${PORTSDIR}/devel/py-greenlet \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 DO_MAKE_TEST= ${SETENV} PYTHONPATH=../ ${PYTHON_CMD} +MAKE_ENV= CARES_EMBED=0 LIBEV_EMBED=0 TEST_TARGET= testrunner.py TEST_WRKSRC= ${WRKSRC}/greentest USE_PYTHON= autoplist distutils -USES= python:2 +USES= localbase python:2 -post-build: - @${STRIP_CMD} ${WRKSRC}/gevent/_semaphore.so ${WRKSRC}/gevent/_util.so ${WRKSRC}/gevent/ares.so ${WRKSRC}/gevent/core.so +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/gevent/*.so .include From owner-svn-ports-head@freebsd.org Mon Dec 21 18:33:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46858A4E833; Mon, 21 Dec 2015 18:33:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 170CF142F; Mon, 21 Dec 2015 18:33:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLIXmZS057019; Mon, 21 Dec 2015 18:33:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIXmEY057018; Mon, 21 Dec 2015 18:33:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211833.tBLIXmEY057018@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:33:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404148 - head/devel/py-greenlet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:33:49 -0000 Author: sunpoet Date: Mon Dec 21 18:33:47 2015 New Revision: 404148 URL: https://svnweb.freebsd.org/changeset/ports/404148 Log: - Add LICENSE_FILE Modified: head/devel/py-greenlet/Makefile Modified: head/devel/py-greenlet/Makefile ============================================================================== --- head/devel/py-greenlet/Makefile Mon Dec 21 18:33:43 2015 (r404147) +++ head/devel/py-greenlet/Makefile Mon Dec 21 18:33:47 2015 (r404148) @@ -11,6 +11,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Light-weight microthreads for Python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE DO_MAKE_TEST= ${PYTHON_CMD} ONLY_FOR_ARCHS= amd64 i386 From owner-svn-ports-head@freebsd.org Mon Dec 21 18:33:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E1F9A4E862; Mon, 21 Dec 2015 18:33:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF3A01538; Mon, 21 Dec 2015 18:33: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 tBLIXrfK057133; Mon, 21 Dec 2015 18:33:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIXqEi057131; Mon, 21 Dec 2015 18:33:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211833.tBLIXqEi057131@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:33:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404149 - head/devel/rubygem-cucumber-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:33:54 -0000 Author: sunpoet Date: Mon Dec 21 18:33:52 2015 New Revision: 404149 URL: https://svnweb.freebsd.org/changeset/ports/404149 Log: - Update to 1.3.1 Changes: https://github.com/cucumber/cucumber-ruby-core/blob/master/HISTORY.md Modified: head/devel/rubygem-cucumber-core/Makefile head/devel/rubygem-cucumber-core/distinfo Modified: head/devel/rubygem-cucumber-core/Makefile ============================================================================== --- head/devel/rubygem-cucumber-core/Makefile Mon Dec 21 18:33:47 2015 (r404148) +++ head/devel/rubygem-cucumber-core/Makefile Mon Dec 21 18:33:52 2015 (r404149) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cucumber-core -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-cucumber-core/distinfo ============================================================================== --- head/devel/rubygem-cucumber-core/distinfo Mon Dec 21 18:33:47 2015 (r404148) +++ head/devel/rubygem-cucumber-core/distinfo Mon Dec 21 18:33:52 2015 (r404149) @@ -1,2 +1,2 @@ -SHA256 (rubygem/cucumber-core-1.3.0.gem) = 28dfebe5e003a28c60266468f781968e30fe26858a823001be3f9aa481fbb98a -SIZE (rubygem/cucumber-core-1.3.0.gem) = 44032 +SHA256 (rubygem/cucumber-core-1.3.1.gem) = 0c86987380e5e91904dc98939aa3b88e66fc6151af4500a1e61bb67f0bccc573 +SIZE (rubygem/cucumber-core-1.3.1.gem) = 44544 From owner-svn-ports-head@freebsd.org Mon Dec 21 18:33:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1085A4E8AB; Mon, 21 Dec 2015 18:33:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B15501629; Mon, 21 Dec 2015 18:33:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLIXvKC057250; Mon, 21 Dec 2015 18:33:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIXv9x057248; Mon, 21 Dec 2015 18:33:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211833.tBLIXv9x057248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:33:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404150 - head/net/rubygem-amq-protocol X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:33:59 -0000 Author: sunpoet Date: Mon Dec 21 18:33:57 2015 New Revision: 404150 URL: https://svnweb.freebsd.org/changeset/ports/404150 Log: - Update to 2.0.1 - Add LICENSE_FILE Changes: https://github.com/ruby-amqp/amq-protocol/commits/2.0.x-stable Modified: head/net/rubygem-amq-protocol/Makefile head/net/rubygem-amq-protocol/distinfo Modified: head/net/rubygem-amq-protocol/Makefile ============================================================================== --- head/net/rubygem-amq-protocol/Makefile Mon Dec 21 18:33:52 2015 (r404149) +++ head/net/rubygem-amq-protocol/Makefile Mon Dec 21 18:33:57 2015 (r404150) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= amq-protocol -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 CATEGORIES= net rubygems MASTER_SITES= RG @@ -10,6 +10,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= AMQP serialization library for Ruby LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes USE_RUBY= yes Modified: head/net/rubygem-amq-protocol/distinfo ============================================================================== --- head/net/rubygem-amq-protocol/distinfo Mon Dec 21 18:33:52 2015 (r404149) +++ head/net/rubygem-amq-protocol/distinfo Mon Dec 21 18:33:57 2015 (r404150) @@ -1,2 +1,2 @@ -SHA256 (rubygem/amq-protocol-2.0.0.gem) = 13ffd60f8f41d986b522f4dabce1c9d97e248395998e358298d1dfe54943ef9b -SIZE (rubygem/amq-protocol-2.0.0.gem) = 43008 +SHA256 (rubygem/amq-protocol-2.0.1.gem) = fd5c0ef0f01c040529a6ddbc12cbdde3e40f63d5045c08b13a03f803df4ef6e6 +SIZE (rubygem/amq-protocol-2.0.1.gem) = 43008 From owner-svn-ports-head@freebsd.org Mon Dec 21 18:34:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 589CCA4E8E0; Mon, 21 Dec 2015 18:34:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2BA5317E5; Mon, 21 Dec 2015 18:34:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLIY2Kc057354; Mon, 21 Dec 2015 18:34:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIY2JV057353; Mon, 21 Dec 2015 18:34:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211834.tBLIY2JV057353@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:34:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404151 - head/net/rubygem-amqp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:34:03 -0000 Author: sunpoet Date: Mon Dec 21 18:34:02 2015 New Revision: 404151 URL: https://svnweb.freebsd.org/changeset/ports/404151 Log: - Mark DEPRECATED Modified: head/net/rubygem-amqp/Makefile Modified: head/net/rubygem-amqp/Makefile ============================================================================== --- head/net/rubygem-amqp/Makefile Mon Dec 21 18:33:57 2015 (r404150) +++ head/net/rubygem-amqp/Makefile Mon Dec 21 18:34:02 2015 (r404151) @@ -15,6 +15,8 @@ LICENSE_COMB= dual RUN_DEPENDS= rubygem-amq-protocol>=1.9:${PORTSDIR}/net/rubygem-amq-protocol \ rubygem-eventmachine>=0:${PORTSDIR}/devel/rubygem-eventmachine +DEPRECATED= Upstream prefers net/rubygem-bunny + NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes From owner-svn-ports-head@freebsd.org Mon Dec 21 18:34:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16BCDA4E907; Mon, 21 Dec 2015 18:34: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 D957B18CF; Mon, 21 Dec 2015 18:34:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLIY6tO057471; Mon, 21 Dec 2015 18:34:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIY6Yk057469; Mon, 21 Dec 2015 18:34:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211834.tBLIY6Yk057469@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:34:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404152 - head/net/rubygem-fog-sakuracloud X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:34:08 -0000 Author: sunpoet Date: Mon Dec 21 18:34:06 2015 New Revision: 404152 URL: https://svnweb.freebsd.org/changeset/ports/404152 Log: - Update to 1.5.2 Changes: https://github.com/fog/fog-sakuracloud/blob/master/CHANGELOG.md Modified: head/net/rubygem-fog-sakuracloud/Makefile head/net/rubygem-fog-sakuracloud/distinfo Modified: head/net/rubygem-fog-sakuracloud/Makefile ============================================================================== --- head/net/rubygem-fog-sakuracloud/Makefile Mon Dec 21 18:34:02 2015 (r404151) +++ head/net/rubygem-fog-sakuracloud/Makefile Mon Dec 21 18:34:06 2015 (r404152) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-sakuracloud -PORTVERSION= 1.5.0 +PORTVERSION= 1.5.2 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-fog-sakuracloud/distinfo ============================================================================== --- head/net/rubygem-fog-sakuracloud/distinfo Mon Dec 21 18:34:02 2015 (r404151) +++ head/net/rubygem-fog-sakuracloud/distinfo Mon Dec 21 18:34:06 2015 (r404152) @@ -1,2 +1,2 @@ -SHA256 (rubygem/fog-sakuracloud-1.5.0.gem) = c51cd93ba4d6bd5470fc3cf8ecd31d3e55acd88e2a8fe76689ab805d31d24fb5 -SIZE (rubygem/fog-sakuracloud-1.5.0.gem) = 20992 +SHA256 (rubygem/fog-sakuracloud-1.5.2.gem) = b44d192d6d163a4ad9de9d0babbce90f1792540f184c2cb107910dbe59439ef5 +SIZE (rubygem/fog-sakuracloud-1.5.2.gem) = 20992 From owner-svn-ports-head@freebsd.org Mon Dec 21 18:34:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F01ACA4E931; Mon, 21 Dec 2015 18:34: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 A159319FE; Mon, 21 Dec 2015 18:34:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLIYB5P057587; Mon, 21 Dec 2015 18:34:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIYBSG057585; Mon, 21 Dec 2015 18:34:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211834.tBLIYBSG057585@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:34:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404153 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:34:13 -0000 Author: sunpoet Date: Mon Dec 21 18:34:11 2015 New Revision: 404153 URL: https://svnweb.freebsd.org/changeset/ports/404153 Log: - Update to 6.2.0 Changes: https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md Modified: head/textproc/rubygem-autoprefixer-rails/Makefile head/textproc/rubygem-autoprefixer-rails/distinfo Modified: head/textproc/rubygem-autoprefixer-rails/Makefile ============================================================================== --- head/textproc/rubygem-autoprefixer-rails/Makefile Mon Dec 21 18:34:06 2015 (r404152) +++ head/textproc/rubygem-autoprefixer-rails/Makefile Mon Dec 21 18:34:11 2015 (r404153) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= autoprefixer-rails -PORTVERSION= 6.1.2 +PORTVERSION= 6.2.0 CATEGORIES= textproc ruby MASTER_SITES= RG Modified: head/textproc/rubygem-autoprefixer-rails/distinfo ============================================================================== --- head/textproc/rubygem-autoprefixer-rails/distinfo Mon Dec 21 18:34:06 2015 (r404152) +++ head/textproc/rubygem-autoprefixer-rails/distinfo Mon Dec 21 18:34:11 2015 (r404153) @@ -1,2 +1,2 @@ -SHA256 (rubygem/autoprefixer-rails-6.1.2.gem) = bdff2d3d6f4dd682fc030d94759d21f9fc85639c75066059cb4665c827cf048d -SIZE (rubygem/autoprefixer-rails-6.1.2.gem) = 261120 +SHA256 (rubygem/autoprefixer-rails-6.2.0.gem) = 56ab98f4b60a0a2eb2596076f22a98849c0170aff475e403799d748b0a08dbf0 +SIZE (rubygem/autoprefixer-rails-6.2.0.gem) = 265728 From owner-svn-ports-head@freebsd.org Mon Dec 21 18:34:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F88EA4E987; Mon, 21 Dec 2015 18:34:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0032E1BA3; Mon, 21 Dec 2015 18:34:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLIYLBX057819; Mon, 21 Dec 2015 18:34:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIYL7A057817; Mon, 21 Dec 2015 18:34:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211834.tBLIYL7A057817@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:34:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404155 - head/databases/p5-MongoDB X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:34:22 -0000 Author: sunpoet Date: Mon Dec 21 18:34:20 2015 New Revision: 404155 URL: https://svnweb.freebsd.org/changeset/ports/404155 Log: - Update to 1.2.1 Changes: http://search.cpan.org/dist/MongoDB/Changes Modified: head/databases/p5-MongoDB/Makefile head/databases/p5-MongoDB/distinfo Modified: head/databases/p5-MongoDB/Makefile ============================================================================== --- head/databases/p5-MongoDB/Makefile Mon Dec 21 18:34:16 2015 (r404154) +++ head/databases/p5-MongoDB/Makefile Mon Dec 21 18:34:20 2015 (r404155) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MongoDB -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 DISTVERSIONPREFIX= v CATEGORIES= databases perl5 MASTER_SITES= CPAN Modified: head/databases/p5-MongoDB/distinfo ============================================================================== --- head/databases/p5-MongoDB/distinfo Mon Dec 21 18:34:16 2015 (r404154) +++ head/databases/p5-MongoDB/distinfo Mon Dec 21 18:34:20 2015 (r404155) @@ -1,2 +1,2 @@ -SHA256 (MongoDB-v1.2.0.tar.gz) = 2120b3015bde1b43d73b4b0dbcfca5a90c3fb40f20ff6348ccfb8c71b3bbcac8 -SIZE (MongoDB-v1.2.0.tar.gz) = 1733010 +SHA256 (MongoDB-v1.2.1.tar.gz) = 57a85253191d71012a906fb4a0e773951651cf76c8efe61c00354ec0680856ef +SIZE (MongoDB-v1.2.1.tar.gz) = 1733093 From owner-svn-ports-head@freebsd.org Mon Dec 21 18:34:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F3C5A4E95E; Mon, 21 Dec 2015 18:34:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56E7D1AB4; Mon, 21 Dec 2015 18:34:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLIYGWS057702; Mon, 21 Dec 2015 18:34:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIYGj7057700; Mon, 21 Dec 2015 18:34:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211834.tBLIYGj7057700@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:34:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404154 - head/www/rubygem-responders X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:34:17 -0000 Author: sunpoet Date: Mon Dec 21 18:34:16 2015 New Revision: 404154 URL: https://svnweb.freebsd.org/changeset/ports/404154 Log: - Update to 2.1.1 Changes: https://github.com/plataformatec/responders/blob/master/CHANGELOG.md Modified: head/www/rubygem-responders/Makefile head/www/rubygem-responders/distinfo Modified: head/www/rubygem-responders/Makefile ============================================================================== --- head/www/rubygem-responders/Makefile Mon Dec 21 18:34:11 2015 (r404153) +++ head/www/rubygem-responders/Makefile Mon Dec 21 18:34:16 2015 (r404154) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= responders -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-responders/distinfo ============================================================================== --- head/www/rubygem-responders/distinfo Mon Dec 21 18:34:11 2015 (r404153) +++ head/www/rubygem-responders/distinfo Mon Dec 21 18:34:16 2015 (r404154) @@ -1,2 +1,2 @@ -SHA256 (rubygem/responders-2.1.0.gem) = 672f50c17c953b90b8144f34ecb0b36be012b4811cd6ccb7070fa990f1fc79dd -SIZE (rubygem/responders-2.1.0.gem) = 17920 +SHA256 (rubygem/responders-2.1.1.gem) = e1dfdaa3c1896b90796c534afe4a2b32086e0257d17150e8cfc728876e5f00c4 +SIZE (rubygem/responders-2.1.1.gem) = 17920 From owner-svn-ports-head@freebsd.org Mon Dec 21 18:34:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1112BA4E9E9; Mon, 21 Dec 2015 18:34:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B96B11C82; Mon, 21 Dec 2015 18:34:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLIYPjx057933; Mon, 21 Dec 2015 18:34:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIYP8L057931; Mon, 21 Dec 2015 18:34:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211834.tBLIYP8L057931@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:34:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404156 - head/misc/p5-Business-ISBN X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:34:27 -0000 Author: sunpoet Date: Mon Dec 21 18:34:25 2015 New Revision: 404156 URL: https://svnweb.freebsd.org/changeset/ports/404156 Log: - Update to 2.010 - Add NO_ARCH Changes: http://search.cpan.org/dist/Business-ISBN/Changes Modified: head/misc/p5-Business-ISBN/Makefile head/misc/p5-Business-ISBN/distinfo Modified: head/misc/p5-Business-ISBN/Makefile ============================================================================== --- head/misc/p5-Business-ISBN/Makefile Mon Dec 21 18:34:20 2015 (r404155) +++ head/misc/p5-Business-ISBN/Makefile Mon Dec 21 18:34:25 2015 (r404156) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= Business-ISBN -PORTVERSION= 2.09 +PORTVERSION= 2.010 CATEGORIES= misc perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:BDFOY PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -13,7 +14,8 @@ COMMENT= Work with International Standar LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Business-ISBN-Data>=20081208:${PORTSDIR}/misc/p5-Business-ISBN-Data +BUILD_DEPENDS= p5-Business-ISBN-Data>=20140910.002:${PORTSDIR}/misc/p5-Business-ISBN-Data \ + p5-Mojolicious>=0:${PORTSDIR}/www/p5-Mojolicious RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-GD-Barcode>=0:${PORTSDIR}/graphics/p5-GD-Barcode @@ -21,6 +23,7 @@ OPTIONS_DEFINE= BARCODE XISBN BARCODE_DESC= Barcode support XISBN_DESC= xISBN support +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/misc/p5-Business-ISBN/distinfo ============================================================================== --- head/misc/p5-Business-ISBN/distinfo Mon Dec 21 18:34:20 2015 (r404155) +++ head/misc/p5-Business-ISBN/distinfo Mon Dec 21 18:34:25 2015 (r404156) @@ -1,2 +1,2 @@ -SHA256 (Business-ISBN-2.09.tar.gz) = 99c439e568869bc9e65601a9ff16a38fbd6eafd17c81bd4d88eafa2ef9fb123a -SIZE (Business-ISBN-2.09.tar.gz) = 357084 +SHA256 (Business-ISBN-2.010.tar.gz) = 247fbb93d31fcb9c2c7f72b541ebac4b5ed88f4a663f78506b93156350a9a991 +SIZE (Business-ISBN-2.010.tar.gz) = 361988 From owner-svn-ports-head@freebsd.org Mon Dec 21 18:34:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CCF7DA4EA0F; Mon, 21 Dec 2015 18:34:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C8451D5D; Mon, 21 Dec 2015 18:34:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLIYUK6058050; Mon, 21 Dec 2015 18:34:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIYUmp058048; Mon, 21 Dec 2015 18:34:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211834.tBLIYUmp058048@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:34:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404157 - head/textproc/p5-Unicode-Normalize X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:34:31 -0000 Author: sunpoet Date: Mon Dec 21 18:34:30 2015 New Revision: 404157 URL: https://svnweb.freebsd.org/changeset/ports/404157 Log: - Update to 1.25 Changes: http://search.cpan.org/dist/Unicode-Normalize/Changes Modified: head/textproc/p5-Unicode-Normalize/Makefile head/textproc/p5-Unicode-Normalize/distinfo Modified: head/textproc/p5-Unicode-Normalize/Makefile ============================================================================== --- head/textproc/p5-Unicode-Normalize/Makefile Mon Dec 21 18:34:25 2015 (r404156) +++ head/textproc/p5-Unicode-Normalize/Makefile Mon Dec 21 18:34:30 2015 (r404157) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Unicode-Normalize -PORTVERSION= 1.24 +PORTVERSION= 1.25 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-Unicode-Normalize/distinfo ============================================================================== --- head/textproc/p5-Unicode-Normalize/distinfo Mon Dec 21 18:34:25 2015 (r404156) +++ head/textproc/p5-Unicode-Normalize/distinfo Mon Dec 21 18:34:30 2015 (r404157) @@ -1,2 +1,2 @@ -SHA256 (Unicode-Normalize-1.24.tar.gz) = bebc05ccda734c9f8648fb75778586a0fd6b03564369db535024e2d5df56ae80 -SIZE (Unicode-Normalize-1.24.tar.gz) = 35534 +SHA256 (Unicode-Normalize-1.25.tar.gz) = 00b33a75d3b356ade2e09391ea2d32fac881671c18b1eb26b9ca31273d5b046c +SIZE (Unicode-Normalize-1.25.tar.gz) = 40530 From owner-svn-ports-head@freebsd.org Mon Dec 21 18:34:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8FFE0A4EA55; Mon, 21 Dec 2015 18:34:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6048E1E33; Mon, 21 Dec 2015 18:34:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLIYZNO058152; Mon, 21 Dec 2015 18:34:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIYZsR058151; Mon, 21 Dec 2015 18:34:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211834.tBLIYZsR058151@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:34:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404158 - head/archivers/p5-Compress-LZF X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:34:36 -0000 Author: sunpoet Date: Mon Dec 21 18:34:35 2015 New Revision: 404158 URL: https://svnweb.freebsd.org/changeset/ports/404158 Log: - Strip shared library - Bump PORTREVISION for package change Modified: head/archivers/p5-Compress-LZF/Makefile Modified: head/archivers/p5-Compress-LZF/Makefile ============================================================================== --- head/archivers/p5-Compress-LZF/Makefile Mon Dec 21 18:34:30 2015 (r404157) +++ head/archivers/p5-Compress-LZF/Makefile Mon Dec 21 18:34:35 2015 (r404158) @@ -3,7 +3,7 @@ PORTNAME= Compress-LZF PORTVERSION= 3.70 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,4 +18,7 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/LZF/LZF.so + .include From owner-svn-ports-head@freebsd.org Mon Dec 21 18:34:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3158A4EA8E; Mon, 21 Dec 2015 18:34:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C07181F0F; Mon, 21 Dec 2015 18:34:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLIYdZe058253; Mon, 21 Dec 2015 18:34:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIYdfK058252; Mon, 21 Dec 2015 18:34:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211834.tBLIYdfK058252@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:34:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404159 - head/archivers/p5-Compress-LZO X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:34:41 -0000 Author: sunpoet Date: Mon Dec 21 18:34:39 2015 New Revision: 404159 URL: https://svnweb.freebsd.org/changeset/ports/404159 Log: - Strip shared library - Bump PORTREVISION for package change Modified: head/archivers/p5-Compress-LZO/Makefile Modified: head/archivers/p5-Compress-LZO/Makefile ============================================================================== --- head/archivers/p5-Compress-LZO/Makefile Mon Dec 21 18:34:35 2015 (r404158) +++ head/archivers/p5-Compress-LZO/Makefile Mon Dec 21 18:34:39 2015 (r404159) @@ -3,7 +3,7 @@ PORTNAME= Compress-LZO PORTVERSION= 1.08 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,4 +20,7 @@ USE_PERL5= configure post-patch: @${REINPLACE_CMD} -i '' -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/Makefile.PL +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/LZO/LZO.so + .include From owner-svn-ports-head@freebsd.org Mon Dec 21 18:34:45 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE603A4EAC5; Mon, 21 Dec 2015 18:34: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 AEC7C1FF5; Mon, 21 Dec 2015 18:34: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 tBLIYijP058372; Mon, 21 Dec 2015 18:34:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIYiKH058370; Mon, 21 Dec 2015 18:34:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211834.tBLIYiKH058370@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:34:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404160 - head/x11-fonts/p5-Font-AFM X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:34:46 -0000 Author: sunpoet Date: Mon Dec 21 18:34:44 2015 New Revision: 404160 URL: https://svnweb.freebsd.org/changeset/ports/404160 Log: - Add LICENSE - Add NO_ARCH - Sort PLIST Modified: head/x11-fonts/p5-Font-AFM/Makefile head/x11-fonts/p5-Font-AFM/pkg-plist Modified: head/x11-fonts/p5-Font-AFM/Makefile ============================================================================== --- head/x11-fonts/p5-Font-AFM/Makefile Mon Dec 21 18:34:39 2015 (r404159) +++ head/x11-fonts/p5-Font-AFM/Makefile Mon Dec 21 18:34:44 2015 (r404160) @@ -11,6 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Interface to Adobe font metrics files +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/x11-fonts/p5-Font-AFM/pkg-plist ============================================================================== --- head/x11-fonts/p5-Font-AFM/pkg-plist Mon Dec 21 18:34:39 2015 (r404159) +++ head/x11-fonts/p5-Font-AFM/pkg-plist Mon Dec 21 18:34:44 2015 (r404160) @@ -1,4 +1,3 @@ -%%PERL5_MAN3%%/Font::AFM.3.gz %%SITE_PERL%%/Font/AFM.pm %%SITE_PERL%%/Font/Metrics/Courier.pm %%SITE_PERL%%/Font/Metrics/CourierBold.pm @@ -12,3 +11,4 @@ %%SITE_PERL%%/Font/Metrics/TimesBoldItalic.pm %%SITE_PERL%%/Font/Metrics/TimesItalic.pm %%SITE_PERL%%/Font/Metrics/TimesRoman.pm +%%PERL5_MAN3%%/Font::AFM.3.gz From owner-svn-ports-head@freebsd.org Mon Dec 21 18:34:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9817AA4EAF1; Mon, 21 Dec 2015 18:34:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E87310FE; Mon, 21 Dec 2015 18:34:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLIYnrd058473; Mon, 21 Dec 2015 18:34:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIYntc058471; Mon, 21 Dec 2015 18:34:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211834.tBLIYntc058471@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:34:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404161 - head/textproc/p5-HTML-FormatExternal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:34:50 -0000 Author: sunpoet Date: Mon Dec 21 18:34:49 2015 New Revision: 404161 URL: https://svnweb.freebsd.org/changeset/ports/404161 Log: - Add LICENSE_FILE Modified: head/textproc/p5-HTML-FormatExternal/Makefile Modified: head/textproc/p5-HTML-FormatExternal/Makefile ============================================================================== --- head/textproc/p5-HTML-FormatExternal/Makefile Mon Dec 21 18:34:44 2015 (r404160) +++ head/textproc/p5-HTML-FormatExternal/Makefile Mon Dec 21 18:34:49 2015 (r404161) @@ -10,6 +10,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= HTML to text formatting using external programs LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= p5-IPC-Run>0:${PORTSDIR}/devel/p5-IPC-Run \ p5-URI>=0.08:${PORTSDIR}/net/p5-URI \ From owner-svn-ports-head@freebsd.org Mon Dec 21 18:34:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA70DA4EB20; Mon, 21 Dec 2015 18:34: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 8139011D8; Mon, 21 Dec 2015 18:34:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLIYs16058607; Mon, 21 Dec 2015 18:34:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIYs7Z058604; Mon, 21 Dec 2015 18:34:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211834.tBLIYs7Z058604@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:34:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404162 - in head/www/p5-Net-eBay: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:34:55 -0000 Author: sunpoet Date: Mon Dec 21 18:34:54 2015 New Revision: 404162 URL: https://svnweb.freebsd.org/changeset/ports/404162 Log: - Convert to new options target helper - Pet portlint: fix diff header of patch files Modified: head/www/p5-Net-eBay/Makefile head/www/p5-Net-eBay/files/patch-MANIFEST head/www/p5-Net-eBay/files/patch-Makefile.PL Modified: head/www/p5-Net-eBay/Makefile ============================================================================== --- head/www/p5-Net-eBay/Makefile Mon Dec 21 18:34:49 2015 (r404161) +++ head/www/p5-Net-eBay/Makefile Mon Dec 21 18:34:54 2015 (r404162) @@ -32,15 +32,16 @@ OPTIONS_DEFINE= EXAMPLES NO_ARCH= yes USE_PERL5= configure USES= perl5 shebangfix -SHEBANG_FILES= examples/*.pl PORTEXAMPLES= * +SHEBANG_FILES= examples/*.pl + post-extract: @${MKDIR} ${WRKSRC}/examples/ @${MV} ${WRKSRC}/*.pl ${WRKSRC}/examples/ -post-install: +post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${STAGEDIR}${EXAMPLESDIR}/ Modified: head/www/p5-Net-eBay/files/patch-MANIFEST ============================================================================== --- head/www/p5-Net-eBay/files/patch-MANIFEST Mon Dec 21 18:34:49 2015 (r404161) +++ head/www/p5-Net-eBay/files/patch-MANIFEST Mon Dec 21 18:34:54 2015 (r404162) @@ -1,5 +1,5 @@ ---- MANIFEST.orig 2008-06-08 17:27:22.000000000 +0400 -+++ MANIFEST 2008-06-08 17:22:48.000000000 +0400 +--- MANIFEST.orig 2008-06-08 13:27:22 UTC ++++ MANIFEST @@ -7,22 +7,3 @@ lib/Net/eBay.pm t/00-load.t t/pod-coverage.t Modified: head/www/p5-Net-eBay/files/patch-Makefile.PL ============================================================================== --- head/www/p5-Net-eBay/files/patch-Makefile.PL Mon Dec 21 18:34:49 2015 (r404161) +++ head/www/p5-Net-eBay/files/patch-Makefile.PL Mon Dec 21 18:34:54 2015 (r404162) @@ -1,5 +1,5 @@ ---- Makefile.PL.orig 2008-06-08 17:27:50.000000000 +0400 -+++ Makefile.PL 2008-06-08 17:26:56.000000000 +0400 +--- Makefile.PL.orig 2008-06-08 13:27:50 UTC ++++ Makefile.PL @@ -8,10 +8,6 @@ WriteMakefile( VERSION_FROM => 'lib/Net/eBay.pm', ABSTRACT => 'XML based communication with eBay API', From owner-svn-ports-head@freebsd.org Mon Dec 21 18:35:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D08B8A4EB62; Mon, 21 Dec 2015 18:35:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8397E135B; Mon, 21 Dec 2015 18:35:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLIYxAZ058725; Mon, 21 Dec 2015 18:34:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIYx96058723; Mon, 21 Dec 2015 18:34:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211834.tBLIYx96058723@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:34:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404163 - head/textproc/p5-XML-Dumper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:35:00 -0000 Author: sunpoet Date: Mon Dec 21 18:34:59 2015 New Revision: 404163 URL: https://svnweb.freebsd.org/changeset/ports/404163 Log: - Add LICENSE - Add NO_ARCH - Sort PLIST Modified: head/textproc/p5-XML-Dumper/Makefile head/textproc/p5-XML-Dumper/pkg-plist Modified: head/textproc/p5-XML-Dumper/Makefile ============================================================================== --- head/textproc/p5-XML-Dumper/Makefile Mon Dec 21 18:34:54 2015 (r404162) +++ head/textproc/p5-XML-Dumper/Makefile Mon Dec 21 18:34:59 2015 (r404163) @@ -11,9 +11,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for dumping Perl objects from/to XML +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/textproc/p5-XML-Dumper/pkg-plist ============================================================================== --- head/textproc/p5-XML-Dumper/pkg-plist Mon Dec 21 18:34:54 2015 (r404162) +++ head/textproc/p5-XML-Dumper/pkg-plist Mon Dec 21 18:34:59 2015 (r404163) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/XML::Dumper.3.gz %%SITE_PERL%%/XML/Dumper.pm +%%PERL5_MAN3%%/XML::Dumper.3.gz From owner-svn-ports-head@freebsd.org Mon Dec 21 18:35:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C1E4A4EB96; Mon, 21 Dec 2015 18:35:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E42413BC; Mon, 21 Dec 2015 18:35:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLIZ4Yk058822; Mon, 21 Dec 2015 18:35:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIZ4x4058821; Mon, 21 Dec 2015 18:35:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211835.tBLIZ4x4058821@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:35:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404164 - head/devel/pecl-ev X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:35:05 -0000 Author: sunpoet Date: Mon Dec 21 18:35:04 2015 New Revision: 404164 URL: https://svnweb.freebsd.org/changeset/ports/404164 Log: - Add LICENSE_FILE - Remove outdated IGNORE_WITH_PHP Approved by: portmgr (blanket) Modified: head/devel/pecl-ev/Makefile Modified: head/devel/pecl-ev/Makefile ============================================================================== --- head/devel/pecl-ev/Makefile Mon Dec 21 18:34:59 2015 (r404163) +++ head/devel/pecl-ev/Makefile Mon Dec 21 18:35:04 2015 (r404164) @@ -13,12 +13,12 @@ MAINTAINER= johnpupu@gmail.com COMMENT= Libev extension for PHP LICENSE= PHP301 +LICENSE_FILE= ${WRKSRC}/LICENSE USES= tar:tgz USE_PHP= yes USE_PHP_BUILD= yes USE_PHPIZE= yes USE_PHPEXT= yes -IGNORE_WITH_PHP=52 53 .include From owner-svn-ports-head@freebsd.org Mon Dec 21 18:35:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD71AA4EBBA; Mon, 21 Dec 2015 18:35: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 9BAB114CC; Mon, 21 Dec 2015 18:35:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLIZ8GE058926; Mon, 21 Dec 2015 18:35:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIZ84c058925; Mon, 21 Dec 2015 18:35:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211835.tBLIZ84c058925@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:35:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404165 - head/dns/c-ares X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:35:09 -0000 Author: sunpoet Date: Mon Dec 21 18:35:08 2015 New Revision: 404165 URL: https://svnweb.freebsd.org/changeset/ports/404165 Log: - Convert to new options helper - Remove PKGNAMESUFFIX - Bump PORTREVISION for PKGNAME change Modified: head/dns/c-ares/Makefile Modified: head/dns/c-ares/Makefile ============================================================================== --- head/dns/c-ares/Makefile Mon Dec 21 18:35:04 2015 (r404164) +++ head/dns/c-ares/Makefile Mon Dec 21 18:35:08 2015 (r404165) @@ -3,7 +3,7 @@ PORTNAME= c-ares PORTVERSION= 1.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MASTER_SITES= http://c-ares.haxx.se/download/ \ http://obsd.isc.org/pub/OpenBSD/distfiles/ \ @@ -34,30 +34,10 @@ CONFLICTS= ares-1.* MAKE_JOBS_UNSAFE= yes -.include - -.if ${PORT_OPTIONS:MCONFIG_INFO} -EXTRA_PATCHES+= ${FILESDIR}/ares-config-info.patch -PKGNAMESUFFIX= -config -.endif - -.if ${PORT_OPTIONS:MDEBUG} -CONFIGURE_ARGS+=--enable-debug -.else -CONFIGURE_ARGS+=--disable-debug -.endif - -.if ${PORT_OPTIONS:MHIDE_SYMBOLS} -CONFIGURE_ARGS+=--enable-symbol-hiding -.else -CONFIGURE_ARGS+=--disable-symbol-hiding -.endif - -.if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} -CONFIGURE_ARGS+=--enable-optimize -.else -CONFIGURE_ARGS+=--disable-optimize -.endif +CONFIG_INFO_EXTRA_PATCHES= ${FILESDIR}/ares-config-info.patch +DEBUG_CONFIGURE_ENABLE= debug +HIDE_SYMBOLS_CONFIGURE_ENABLE= symbol-hiding +OPTIMIZED_CFLAGS_CONFIGURE_ENABLE= optimize post-install: ${INSTALL_PROGRAM} ${PROGRAMS:S@^@${WRKSRC}/.libs/@} ${STAGEDIR}${PREFIX}/bin/ From owner-svn-ports-head@freebsd.org Mon Dec 21 18:35:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD063A4EC14; Mon, 21 Dec 2015 18:35: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 953501602; Mon, 21 Dec 2015 18:35: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 tBLIZDnX059077; Mon, 21 Dec 2015 18:35:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIZD0o059074; Mon, 21 Dec 2015 18:35:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211835.tBLIZD0o059074@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:35:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404166 - in head/databases: . rubygem-activerecord41 rubygem-arel5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:35:15 -0000 Author: sunpoet Date: Mon Dec 21 18:35:13 2015 New Revision: 404166 URL: https://svnweb.freebsd.org/changeset/ports/404166 Log: - Add rubygem-arel5 5.0.1.20140414130214 (copied from rubygem-arel) - Bump PORTREVISION for dependent ports Added: head/databases/rubygem-arel5/ - copied from r404053, head/databases/rubygem-arel/ Modified: head/databases/Makefile head/databases/rubygem-activerecord41/Makefile head/databases/rubygem-arel5/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Mon Dec 21 18:35:08 2015 (r404165) +++ head/databases/Makefile Mon Dec 21 18:35:13 2015 (r404166) @@ -849,6 +849,7 @@ SUBDIR += rubygem-arel SUBDIR += rubygem-arel-helpers SUBDIR += rubygem-arel3 + SUBDIR += rubygem-arel5 SUBDIR += rubygem-arel6 SUBDIR += rubygem-awesome_nested_set SUBDIR += rubygem-bdb1 Modified: head/databases/rubygem-activerecord41/Makefile ============================================================================== --- head/databases/rubygem-activerecord41/Makefile Mon Dec 21 18:35:08 2015 (r404165) +++ head/databases/rubygem-activerecord41/Makefile Mon Dec 21 18:35:13 2015 (r404166) @@ -3,6 +3,7 @@ PORTNAME= activerecord PORTVERSION= 4.1.14 +PORTREVISION= 1 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 41 @@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activemodel41>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-activemodel41 \ rubygem-activesupport41>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport41 \ - rubygem-arel>=5.0.0:${PORTSDIR}/databases/rubygem-arel + rubygem-arel5>=5.0.0:${PORTSDIR}/databases/rubygem-arel5 NO_ARCH= yes USE_RUBY= yes Modified: head/databases/rubygem-arel5/Makefile ============================================================================== --- head/databases/rubygem-arel/Makefile Sun Dec 20 13:46:02 2015 (r404053) +++ head/databases/rubygem-arel5/Makefile Mon Dec 21 18:35:13 2015 (r404166) @@ -5,6 +5,7 @@ PORTVERSION= 5.0.1.20140414130214 PORTEPOCH= 1 CATEGORIES= databases rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 5 MAINTAINER= ruby@FreeBSD.org COMMENT= Relational Algebra for Ruby @@ -12,7 +13,6 @@ COMMENT= Relational Algebra for Ruby LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@freebsd.org Mon Dec 21 18:35:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9429BA4EC54; Mon, 21 Dec 2015 18:35: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 619F2178E; Mon, 21 Dec 2015 18:35: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 tBLIZIqO059195; Mon, 21 Dec 2015 18:35:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIZI1Z059193; Mon, 21 Dec 2015 18:35:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211835.tBLIZI1Z059193@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:35:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404167 - head/databases/rubygem-arel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:35:19 -0000 Author: sunpoet Date: Mon Dec 21 18:35:18 2015 New Revision: 404167 URL: https://svnweb.freebsd.org/changeset/ports/404167 Log: - Update to 7.0.0 Changes: https://github.com/rails/arel/blob/master/History.txt Modified: head/databases/rubygem-arel/Makefile head/databases/rubygem-arel/distinfo Modified: head/databases/rubygem-arel/Makefile ============================================================================== --- head/databases/rubygem-arel/Makefile Mon Dec 21 18:35:13 2015 (r404166) +++ head/databases/rubygem-arel/Makefile Mon Dec 21 18:35:18 2015 (r404167) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= arel -PORTVERSION= 5.0.1.20140414130214 +PORTVERSION= 7.0.0 PORTEPOCH= 1 CATEGORIES= databases rubygems MASTER_SITES= RG @@ -12,7 +12,6 @@ COMMENT= Relational Algebra for Ruby LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-arel/distinfo ============================================================================== --- head/databases/rubygem-arel/distinfo Mon Dec 21 18:35:13 2015 (r404166) +++ head/databases/rubygem-arel/distinfo Mon Dec 21 18:35:18 2015 (r404167) @@ -1,2 +1,2 @@ -SHA256 (rubygem/arel-5.0.1.20140414130214.gem) = c941f07bad89af26e8837c73d8a399b7777c721609f759eda015ed0081601636 -SIZE (rubygem/arel-5.0.1.20140414130214.gem) = 52224 +SHA256 (rubygem/arel-7.0.0.gem) = 01b42e4f8f1a31bf1fe54a8d5ec9e69652d034392cfd8fc7bb338a1264467aeb +SIZE (rubygem/arel-7.0.0.gem) = 31744 From owner-svn-ports-head@freebsd.org Mon Dec 21 18:35:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47CB2A4EC85; Mon, 21 Dec 2015 18:35: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 18B411891; Mon, 21 Dec 2015 18:35:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLIZNIM059311; Mon, 21 Dec 2015 18:35:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIZNqe059309; Mon, 21 Dec 2015 18:35:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211835.tBLIZNqe059309@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:35:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404168 - head/sysutils/rubygem-bundler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:35:24 -0000 Author: sunpoet Date: Mon Dec 21 18:35:22 2015 New Revision: 404168 URL: https://svnweb.freebsd.org/changeset/ports/404168 Log: - Update to 1.11.2 Changes: https://github.com/bundler/bundler/blob/master/CHANGELOG.md Modified: head/sysutils/rubygem-bundler/Makefile head/sysutils/rubygem-bundler/distinfo Modified: head/sysutils/rubygem-bundler/Makefile ============================================================================== --- head/sysutils/rubygem-bundler/Makefile Mon Dec 21 18:35:18 2015 (r404167) +++ head/sysutils/rubygem-bundler/Makefile Mon Dec 21 18:35:22 2015 (r404168) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bundler -PORTVERSION= 1.10.6 +PORTVERSION= 1.11.2 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-bundler/distinfo ============================================================================== --- head/sysutils/rubygem-bundler/distinfo Mon Dec 21 18:35:18 2015 (r404167) +++ head/sysutils/rubygem-bundler/distinfo Mon Dec 21 18:35:22 2015 (r404168) @@ -1,2 +1,2 @@ -SHA256 (rubygem/bundler-1.10.6.gem) = fb2933d12304cec75dac75b93a1cb045da026b291e6c65b09744ceb900769fee -SIZE (rubygem/bundler-1.10.6.gem) = 251392 +SHA256 (rubygem/bundler-1.11.2.gem) = c7aa8ffe0af6e0c75d0dad8dd7749cb8493b834f0ed90830d4843deb61906768 +SIZE (rubygem/bundler-1.11.2.gem) = 263168 From owner-svn-ports-head@freebsd.org Mon Dec 21 18:35:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 368FFA4ECBF; Mon, 21 Dec 2015 18:35: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 06F9019A0; Mon, 21 Dec 2015 18:35: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 tBLIZSNH059426; Mon, 21 Dec 2015 18:35:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIZS0I059424; Mon, 21 Dec 2015 18:35:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211835.tBLIZS0I059424@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:35:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404169 - head/devel/rubygem-coffee-rails4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:35:29 -0000 Author: sunpoet Date: Mon Dec 21 18:35:27 2015 New Revision: 404169 URL: https://svnweb.freebsd.org/changeset/ports/404169 Log: - Update to 4.1.1 Changes: https://github.com/rails/coffee-rails/blob/master/CHANGELOG.md Modified: head/devel/rubygem-coffee-rails4/Makefile head/devel/rubygem-coffee-rails4/distinfo Modified: head/devel/rubygem-coffee-rails4/Makefile ============================================================================== --- head/devel/rubygem-coffee-rails4/Makefile Mon Dec 21 18:35:22 2015 (r404168) +++ head/devel/rubygem-coffee-rails4/Makefile Mon Dec 21 18:35:27 2015 (r404169) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= coffee-rails -PORTVERSION= 4.1.0 +PORTVERSION= 4.1.1 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX?= 4 Modified: head/devel/rubygem-coffee-rails4/distinfo ============================================================================== --- head/devel/rubygem-coffee-rails4/distinfo Mon Dec 21 18:35:22 2015 (r404168) +++ head/devel/rubygem-coffee-rails4/distinfo Mon Dec 21 18:35:27 2015 (r404169) @@ -1,2 +1,2 @@ -SHA256 (rubygem/coffee-rails-4.1.0.gem) = 1adbc3d1e3e4d835643e7848b3279a7a1deadd8711be6a41bac1eb4788867f5c -SIZE (rubygem/coffee-rails-4.1.0.gem) = 9216 +SHA256 (rubygem/coffee-rails-4.1.1.gem) = fc05c6f40a12e96d41c61e67ab3ac70f10bf567617f1502a333e933fb89a61d7 +SIZE (rubygem/coffee-rails-4.1.1.gem) = 6656 From owner-svn-ports-head@freebsd.org Mon Dec 21 18:35:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0287A4ECFF; Mon, 21 Dec 2015 18:35: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 ADBDE1A77; Mon, 21 Dec 2015 18:35: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 tBLIZWVZ059529; Mon, 21 Dec 2015 18:35:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIZWLU059528; Mon, 21 Dec 2015 18:35:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211835.tBLIZWLU059528@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:35:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404170 - head/www/rubygem-turbolinks X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:35:34 -0000 Author: sunpoet Date: Mon Dec 21 18:35:32 2015 New Revision: 404170 URL: https://svnweb.freebsd.org/changeset/ports/404170 Log: - Add LICENSE_FILE - Add NO_ARCH Modified: head/www/rubygem-turbolinks/Makefile Modified: head/www/rubygem-turbolinks/Makefile ============================================================================== --- head/www/rubygem-turbolinks/Makefile Mon Dec 21 18:35:27 2015 (r404169) +++ head/www/rubygem-turbolinks/Makefile Mon Dec 21 18:35:32 2015 (r404170) @@ -9,9 +9,11 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Turbolinks makes following links in your web application faster LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS?= rubygem-coffee-rails4>=4.0.1:${PORTSDIR}/devel/rubygem-coffee-rails4 +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@freebsd.org Mon Dec 21 18:35:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EEEBEA4ED3B; Mon, 21 Dec 2015 18:35: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 9FE261B79; Mon, 21 Dec 2015 18:35: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 tBLIZb3H059643; Mon, 21 Dec 2015 18:35:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIZbRP059641; Mon, 21 Dec 2015 18:35:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211835.tBLIZbRP059641@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:35:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404171 - head/devel/rubygem-spring X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:35:39 -0000 Author: sunpoet Date: Mon Dec 21 18:35:37 2015 New Revision: 404171 URL: https://svnweb.freebsd.org/changeset/ports/404171 Log: - Update to 1.6.0 Changes: https://github.com/rails/spring/blob/master/CHANGELOG.md Modified: head/devel/rubygem-spring/Makefile head/devel/rubygem-spring/distinfo Modified: head/devel/rubygem-spring/Makefile ============================================================================== --- head/devel/rubygem-spring/Makefile Mon Dec 21 18:35:32 2015 (r404170) +++ head/devel/rubygem-spring/Makefile Mon Dec 21 18:35:37 2015 (r404171) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= spring -PORTVERSION= 1.5.0 +PORTVERSION= 1.6.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-spring/distinfo ============================================================================== --- head/devel/rubygem-spring/distinfo Mon Dec 21 18:35:32 2015 (r404170) +++ head/devel/rubygem-spring/distinfo Mon Dec 21 18:35:37 2015 (r404171) @@ -1,2 +1,2 @@ -SHA256 (rubygem/spring-1.5.0.gem) = e1ee561b089b0f75a980dd79c7bf016b255eaf8428e5ab0879f6ebfe2ac43ccf -SIZE (rubygem/spring-1.5.0.gem) = 35840 +SHA256 (rubygem/spring-1.6.0.gem) = b89b513e983298181a4112815ac99af027f1f89f798404dac3f7840462109c07 +SIZE (rubygem/spring-1.6.0.gem) = 35840 From owner-svn-ports-head@freebsd.org Mon Dec 21 18:35:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87D22A4ED70; Mon, 21 Dec 2015 18:35: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 55ECC1C30; Mon, 21 Dec 2015 18:35: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 tBLIZgTc059760; Mon, 21 Dec 2015 18:35:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIZgE1059758; Mon, 21 Dec 2015 18:35:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211835.tBLIZgE1059758@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:35:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404172 - head/mail/rubygem-vmail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:35:43 -0000 Author: sunpoet Date: Mon Dec 21 18:35:42 2015 New Revision: 404172 URL: https://svnweb.freebsd.org/changeset/ports/404172 Log: - Update to 2.9.5 Changes: https://github.com/danchoi/vmail/commits/master PR: 204867 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 23 days) Modified: head/mail/rubygem-vmail/Makefile head/mail/rubygem-vmail/distinfo Modified: head/mail/rubygem-vmail/Makefile ============================================================================== --- head/mail/rubygem-vmail/Makefile Mon Dec 21 18:35:37 2015 (r404171) +++ head/mail/rubygem-vmail/Makefile Mon Dec 21 18:35:42 2015 (r404172) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vmail -PORTVERSION= 2.9.4 +PORTVERSION= 2.9.5 CATEGORIES= mail rubygems MASTER_SITES= RG Modified: head/mail/rubygem-vmail/distinfo ============================================================================== --- head/mail/rubygem-vmail/distinfo Mon Dec 21 18:35:37 2015 (r404171) +++ head/mail/rubygem-vmail/distinfo Mon Dec 21 18:35:42 2015 (r404172) @@ -1,2 +1,2 @@ -SHA256 (rubygem/vmail-2.9.4.gem) = 06fc516f385e4ece64e04139a9f506a4c155e571f815282b2d3b41fa301c88ab -SIZE (rubygem/vmail-2.9.4.gem) = 78336 +SHA256 (rubygem/vmail-2.9.5.gem) = f41a4d4b7d2ba1e64490c86b3dc169585b9eab64bec5256241e912647094d30f +SIZE (rubygem/vmail-2.9.5.gem) = 78336 From owner-svn-ports-head@freebsd.org Mon Dec 21 18:35:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A32AA4EDB3; Mon, 21 Dec 2015 18:35:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A11AF1D2D; Mon, 21 Dec 2015 18:35: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 tBLIZlub059922; Mon, 21 Dec 2015 18:35:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIZl1j059918; Mon, 21 Dec 2015 18:35:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211835.tBLIZl1j059918@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:35:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404173 - in head/converters/fribidi: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:35:49 -0000 Author: sunpoet Date: Mon Dec 21 18:35:47 2015 New Revision: 404173 URL: https://svnweb.freebsd.org/changeset/ports/404173 Log: - Update to 0.19.7 - Add LICENSE - Pet portlint: fix diff header of patch files Changes: http://cgit.freedesktop.org/fribidi/fribidi/tree/NEWS PR: 204871 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 23 days) Modified: head/converters/fribidi/Makefile head/converters/fribidi/distinfo head/converters/fribidi/files/patch-fribidi.pc.in head/converters/fribidi/pkg-plist Modified: head/converters/fribidi/Makefile ============================================================================== --- head/converters/fribidi/Makefile Mon Dec 21 18:35:42 2015 (r404172) +++ head/converters/fribidi/Makefile Mon Dec 21 18:35:47 2015 (r404173) @@ -2,18 +2,20 @@ # $FreeBSD$ PORTNAME= fribidi -PORTVERSION= 0.19.2 -PORTREVISION= 3 +PORTVERSION= 0.19.7 CATEGORIES= converters MASTER_SITES= http://fribidi.org/download/ MAINTAINER= gnome@FreeBSD.org COMMENT= Free Implementation of the Unicode Bidirectional Algorithm -USES= gmake libtool pathfix +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= gmake libtool pathfix tar:bz2 USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-glib +CONFIGURE_ARGS= --enable-static --without-glib INSTALL_TARGET= install-strip .if !defined(WITH_DEBUG) Modified: head/converters/fribidi/distinfo ============================================================================== --- head/converters/fribidi/distinfo Mon Dec 21 18:35:42 2015 (r404172) +++ head/converters/fribidi/distinfo Mon Dec 21 18:35:47 2015 (r404173) @@ -1,2 +1,2 @@ -SHA256 (fribidi-0.19.2.tar.gz) = 49cf91586e48b52fe25872ff66c1da0dff0daac2593f9f300e2af12f44f64177 -SIZE (fribidi-0.19.2.tar.gz) = 668933 +SHA256 (fribidi-0.19.7.tar.bz2) = 08222a6212bbc2276a2d55c3bf370109ae4a35b689acbc66571ad2a670595a8e +SIZE (fribidi-0.19.7.tar.bz2) = 648299 Modified: head/converters/fribidi/files/patch-fribidi.pc.in ============================================================================== --- head/converters/fribidi/files/patch-fribidi.pc.in Mon Dec 21 18:35:42 2015 (r404172) +++ head/converters/fribidi/files/patch-fribidi.pc.in Mon Dec 21 18:35:47 2015 (r404173) @@ -1,5 +1,5 @@ ---- fribidi.pc.in.orig 2009-08-23 12:40:41.000000000 -0400 -+++ fribidi.pc.in 2009-08-23 12:40:50.000000000 -0400 +--- fribidi.pc.in.orig 2009-08-23 16:40:41 UTC ++++ fribidi.pc.in @@ -10,4 +10,4 @@ Description: Unicode Bidirectional Algor Requires: @MISC_PACKAGES@ Version: @VERSION@ Modified: head/converters/fribidi/pkg-plist ============================================================================== --- head/converters/fribidi/pkg-plist Mon Dec 21 18:35:42 2015 (r404172) +++ head/converters/fribidi/pkg-plist Mon Dec 21 18:35:47 2015 (r404173) @@ -24,7 +24,7 @@ include/fribidi/fribidi.h lib/libfribidi.a lib/libfribidi.so lib/libfribidi.so.0 -lib/libfribidi.so.0.3.1 +lib/libfribidi.so.0.3.6 libdata/pkgconfig/fribidi.pc man/man3/fribidi_charset_to_unicode.3.gz man/man3/fribidi_debug_status.3.gz From owner-svn-ports-head@freebsd.org Mon Dec 21 18:36:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED60DA4EE55; Mon, 21 Dec 2015 18:36:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B573A1FC6; Mon, 21 Dec 2015 18:36:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLIa2fp060346; Mon, 21 Dec 2015 18:36:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIa2hk060344; Mon, 21 Dec 2015 18:36:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211836.tBLIa2hk060344@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:36:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404176 - head/www/typo3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:36:04 -0000 Author: sunpoet Date: Mon Dec 21 18:36:02 2015 New Revision: 404176 URL: https://svnweb.freebsd.org/changeset/ports/404176 Log: - Update to 7.6.1 Changes: http://typo3.org/news/article/typo3-cms-6216-and-761-released PR: 205378 Submitted by: Helmut Ritter (maintainer) Modified: head/www/typo3/Makefile head/www/typo3/distinfo Modified: head/www/typo3/Makefile ============================================================================== --- head/www/typo3/Makefile Mon Dec 21 18:35:57 2015 (r404175) +++ head/www/typo3/Makefile Mon Dec 21 18:36:02 2015 (r404176) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 7.5.0 +PORTVERSION= 7.6.1 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} Modified: head/www/typo3/distinfo ============================================================================== --- head/www/typo3/distinfo Mon Dec 21 18:35:57 2015 (r404175) +++ head/www/typo3/distinfo Mon Dec 21 18:36:02 2015 (r404176) @@ -1,2 +1,2 @@ -SHA256 (typo3_src-7.5.0.tar.gz) = ab4593cc7b23c99d496e905f7664d54b58d6d801cd03ee1b7ab78249d6af809e -SIZE (typo3_src-7.5.0.tar.gz) = 28214496 +SHA256 (typo3_src-7.6.1.tar.gz) = e666fb4f0a65c122b3716da16659902c49207af20a976e97c197679e063439c0 +SIZE (typo3_src-7.6.1.tar.gz) = 20599637 From owner-svn-ports-head@freebsd.org Mon Dec 21 18:35:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1751A4EDE6; Mon, 21 Dec 2015 18:35:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 98B341DF2; Mon, 21 Dec 2015 18:35: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 tBLIZqip060067; Mon, 21 Dec 2015 18:35:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIZqP3060064; Mon, 21 Dec 2015 18:35:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211835.tBLIZqP3060064@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:35:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404174 - in head/irc/weechat: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:35:54 -0000 Author: sunpoet Date: Mon Dec 21 18:35:52 2015 New Revision: 404174 URL: https://svnweb.freebsd.org/changeset/ports/404174 Log: - Fix build if lang/v8 is installed - Add JAVASCRIPT option and set it off by default PR: 204881 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 23 days) Added: head/irc/weechat/files/patch-src-plugins-javascript-weechat-js-api.cpp (contents, props changed) Modified: head/irc/weechat/Makefile head/irc/weechat/pkg-plist Modified: head/irc/weechat/Makefile ============================================================================== --- head/irc/weechat/Makefile Mon Dec 21 18:35:47 2015 (r404173) +++ head/irc/weechat/Makefile Mon Dec 21 18:35:52 2015 (r404174) @@ -22,7 +22,7 @@ CFLAGS+= -I${LOCALBASE}/include -L${LOCA LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl \ libgcrypt.so:${PORTSDIR}/security/libgcrypt -OPTIONS_DEFINE= RUBY PYTHON PERL TCL LUA CHARSET BACKTRACE ASPELL \ +OPTIONS_DEFINE= RUBY PYTHON PERL TCL LUA JAVASCRIPT CHARSET BACKTRACE ASPELL \ GNUTLS CA_BUNDLE NLS ICON MANPAGES DOCS OPTIONS_DEFAULT=RUBY PYTHON PERL TCL LUA CHARSET BACKTRACE ASPELL \ GNUTLS CA_BUNDLE ICON MANPAGES @@ -33,6 +33,7 @@ BACKTRACE_DESC= Provide crash backtraces CA_BUNDLE_DESC= Include CA bundle for certificate verification CHARSET_DESC= Charset conversion support ICON_DESC= Desktop icon +JAVASCRIPT_DESC=Javascript support PYTHON_DESC= Python scripting language support RUBY_DESC= Ruby scripting language support @@ -48,6 +49,10 @@ CHARSET_CMAKE_OFF= -DENABLE_CHARSET=no DOCS_CMAKE_ON= -DENABLE_DOC=yes +JAVASCRIPT_CMAKE_OFF= -DENABLE_JAVASCRIPT=no +JAVASCRIPT_CMAKE_ON= -DENABLE_JAVASCRIPT=yes +JAVASCRIPT_LIB_DEPENDS= libv8.so:${PORTSDIR}/lang/v8 + GNUTLS_CMAKE_OFF= -DENABLE_GNUTLS=no GNUTLS_USES= pkgconfig GNUTLS_LIB_DEPENDS= libgnutls.so.28:${PORTSDIR}/security/gnutls Added: head/irc/weechat/files/patch-src-plugins-javascript-weechat-js-api.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/irc/weechat/files/patch-src-plugins-javascript-weechat-js-api.cpp Mon Dec 21 18:35:52 2015 (r404174) @@ -0,0 +1,10 @@ +--- src/plugins/javascript/weechat-js-api.cpp.orig 2015-08-16 06:27:07 UTC ++++ src/plugins/javascript/weechat-js-api.cpp +@@ -25,6 +25,7 @@ + #include + #include + #include ++#include + + extern "C" + { Modified: head/irc/weechat/pkg-plist ============================================================================== --- head/irc/weechat/pkg-plist Mon Dec 21 18:35:47 2015 (r404173) +++ head/irc/weechat/pkg-plist Mon Dec 21 18:35:52 2015 (r404174) @@ -20,6 +20,7 @@ libdata/pkgconfig/weechat.pc %%MANPAGES%%man/ru/man1/weechat.1.gz %%ASPELL%%lib/weechat/plugins/aspell.so %%CHARSET%%lib/weechat/plugins/charset.so +%%JAVASCRIPT%%lib/weechat/plugins/javascript.so %%LUA%%lib/weechat/plugins/lua.so %%PERL%%lib/weechat/plugins/perl.so %%PYTHON%%lib/weechat/plugins/python.so From owner-svn-ports-head@freebsd.org Mon Dec 21 18:35:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30056A4EE0E; Mon, 21 Dec 2015 18:35: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 C1AA11EDC; Mon, 21 Dec 2015 18:35:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLIZv59060213; Mon, 21 Dec 2015 18:35:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIZv44060210; Mon, 21 Dec 2015 18:35:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211835.tBLIZv44060210@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:35:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404175 - in head/sysutils/dmidecode: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:35:59 -0000 Author: sunpoet Date: Mon Dec 21 18:35:57 2015 New Revision: 404175 URL: https://svnweb.freebsd.org/changeset/ports/404175 Log: - Update to 3.0 Changes: http://git.savannah.gnu.org/cgit/dmidecode.git/tree/CHANGELOG PR: 205070 Submitted by: pi Modified: head/sysutils/dmidecode/Makefile head/sysutils/dmidecode/distinfo head/sysutils/dmidecode/files/patch-Makefile Modified: head/sysutils/dmidecode/Makefile ============================================================================== --- head/sysutils/dmidecode/Makefile Mon Dec 21 18:35:52 2015 (r404174) +++ head/sysutils/dmidecode/Makefile Mon Dec 21 18:35:57 2015 (r404175) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dmidecode -PORTVERSION= 2.12 -PORTREVISION= 2 +PORTVERSION= 3.0 CATEGORIES= sysutils MASTER_SITES= SAVANNAH @@ -16,7 +15,7 @@ OPTIONS_DEFINE= DOCS ONLY_FOR_ARCHS= i386 amd64 ia64 MAKE_ENV= DOCSDIR="${DOCSDIR}" -USES= tar:bzip2 +USES= tar:xz PLIST_FILES= etc/periodic/daily/dmidecode \ man/man8/dmidecode.8.gz \ Modified: head/sysutils/dmidecode/distinfo ============================================================================== --- head/sysutils/dmidecode/distinfo Mon Dec 21 18:35:52 2015 (r404174) +++ head/sysutils/dmidecode/distinfo Mon Dec 21 18:35:57 2015 (r404175) @@ -1,2 +1,2 @@ -SHA256 (dmidecode-2.12.tar.bz2) = 913ff3055d563a62a420789b8ee33b038de9afa18ea61254760ddf8ab87a5088 -SIZE (dmidecode-2.12.tar.bz2) = 55191 +SHA256 (dmidecode-3.0.tar.xz) = 7ec35bb193729c1d593a1460b59d82d24b89102ab23fd0416e6cf4325d077e45 +SIZE (dmidecode-3.0.tar.xz) = 58704 Modified: head/sysutils/dmidecode/files/patch-Makefile ============================================================================== --- head/sysutils/dmidecode/files/patch-Makefile Mon Dec 21 18:35:52 2015 (r404174) +++ head/sysutils/dmidecode/files/patch-Makefile Mon Dec 21 18:35:57 2015 (r404175) @@ -1,14 +1,17 @@ ---- Makefile.orig 2010-10-11 14:08:16 UTC +--- Makefile.orig 2015-09-03 06:03:19 UTC +++ Makefile -@@ -12,30 +12,29 @@ +@@ -12,8 +12,8 @@ # (at your option) any later version. # -CC = gcc -CFLAGS = -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \ ++#CC = gcc +CFLAGS+= -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \ -Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline -Wundef - #CFLAGS += -DBIGENDIAN + + # Let lseek and mmap support 64-bit wide offsets +@@ -23,23 +23,23 @@ CFLAGS += -D_FILE_OFFSET_BITS=64 #CFLAGS += -DALIGNMENT_WORKAROUND # When debugging, disable -O2 and enable -g. From owner-svn-ports-head@freebsd.org Mon Dec 21 18:36:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ACE18A4EE95; Mon, 21 Dec 2015 18:36: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 8068910CC; Mon, 21 Dec 2015 18:36: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 tBLIa7Qn060474; Mon, 21 Dec 2015 18:36:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIa7nF060472; Mon, 21 Dec 2015 18:36:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211836.tBLIa7nF060472@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:36:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404177 - head/www/typo3-lts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:36:08 -0000 Author: sunpoet Date: Mon Dec 21 18:36:07 2015 New Revision: 404177 URL: https://svnweb.freebsd.org/changeset/ports/404177 Log: - Update to 6.2.16 - While I'm here, fix shebang Changes: http://typo3.org/news/article/typo3-cms-6216-and-761-released PR: 205379 Submitted by: Helmut Ritter (maintainer) Modified: head/www/typo3-lts/Makefile head/www/typo3-lts/distinfo Modified: head/www/typo3-lts/Makefile ============================================================================== --- head/www/typo3-lts/Makefile Mon Dec 21 18:36:02 2015 (r404176) +++ head/www/typo3-lts/Makefile Mon Dec 21 18:36:07 2015 (r404177) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 6.2.15 +PORTVERSION= 6.2.16 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} PKGNAMESUFFIX= -lts @@ -16,7 +16,8 @@ LICENSE_FILE= ${WRKDIR}/${TYPO3SRC}/LICE PORTSCOUT= limit:^6\.2\. USES= cpe shebangfix -SHEBANG_FILES= typo3/sysext/core/Build/Scripts/xlfcheck.sh +SHEBANG_FILES= typo3/sysext/core/Build/Scripts/update-static-composer.sh \ + typo3/sysext/core/Build/Scripts/xlfcheck.sh NO_BUILD= yes NO_ARCH= yes USE_PHP= ctype fileinfo filter hash json mysqli openssl pcre session soap xml Modified: head/www/typo3-lts/distinfo ============================================================================== --- head/www/typo3-lts/distinfo Mon Dec 21 18:36:02 2015 (r404176) +++ head/www/typo3-lts/distinfo Mon Dec 21 18:36:07 2015 (r404177) @@ -1,2 +1,2 @@ -SHA256 (typo3_src-6.2.15.tar.gz) = be82151f79233bba6494cd18c4edd80d86acdb37785a5808c983265b06b7df6c -SIZE (typo3_src-6.2.15.tar.gz) = 21038230 +SHA256 (typo3_src-6.2.16.tar.gz) = fd2cc35c3ca9c8888e1cebeab2084308907a0a9c29efdb4d9d09cb9efd8399de +SIZE (typo3_src-6.2.16.tar.gz) = 21183466 From owner-svn-ports-head@freebsd.org Mon Dec 21 18:36:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDBF2A4EEEC; Mon, 21 Dec 2015 18:36:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8805711CB; Mon, 21 Dec 2015 18:36:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLIaCUk060620; Mon, 21 Dec 2015 18:36:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIaCdj060617; Mon, 21 Dec 2015 18:36:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211836.tBLIaCdj060617@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:36:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404178 - head/misc/findutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:36:13 -0000 Author: sunpoet Date: Mon Dec 21 18:36:12 2015 New Revision: 404178 URL: https://svnweb.freebsd.org/changeset/ports/404178 Log: - Update to 4.5.15 - Add LICENSE Changes: http://git.savannah.gnu.org/cgit/findutils.git/tree/NEWS PR: 205428 Submitted by: Klaus Aehlig (maintainer) Modified: head/misc/findutils/Makefile head/misc/findutils/distinfo head/misc/findutils/pkg-plist Modified: head/misc/findutils/Makefile ============================================================================== --- head/misc/findutils/Makefile Mon Dec 21 18:36:07 2015 (r404177) +++ head/misc/findutils/Makefile Mon Dec 21 18:36:12 2015 (r404178) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= findutils -PORTVERSION= 4.5.14 -PORTREVISION= 1 +PORTVERSION= 4.5.15 CATEGORIES= misc MASTER_SITES= GNU_ALPHA DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig @@ -12,6 +11,9 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= aehlig@linta.de COMMENT= GNU find utilities +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + USES+= charsetfix cpe gmake SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.sig GNU_CONFIGURE= yes Modified: head/misc/findutils/distinfo ============================================================================== --- head/misc/findutils/distinfo Mon Dec 21 18:36:07 2015 (r404177) +++ head/misc/findutils/distinfo Mon Dec 21 18:36:12 2015 (r404178) @@ -1,4 +1,4 @@ -SHA256 (findutils-4.5.14.tar.gz) = 0de3cf625a5c9f154eee3171e072515ffdde405244dd00502af617ac57b73ae2 -SIZE (findutils-4.5.14.tar.gz) = 3536727 -SHA256 (findutils-4.5.14.tar.gz.sig) = 082f5e987cc0ff0b7a24d22ae5a6d3a4edf2607165d69cd4f48d3f6bdb70bf81 -SIZE (findutils-4.5.14.tar.gz.sig) = 152 +SHA256 (findutils-4.5.15.tar.gz) = bc843179f32cba7bec8192edc91b4ad0d0bf434e61b82c04d9d2c8115617d9fb +SIZE (findutils-4.5.15.tar.gz) = 3815470 +SHA256 (findutils-4.5.15.tar.gz.sig) = 0248a6affe7018ef14becf3479aaf44f5f059c176063374fca815b103f8e08dd +SIZE (findutils-4.5.15.tar.gz.sig) = 152 Modified: head/misc/findutils/pkg-plist ============================================================================== --- head/misc/findutils/pkg-plist Mon Dec 21 18:36:07 2015 (r404177) +++ head/misc/findutils/pkg-plist Mon Dec 21 18:36:12 2015 (r404178) @@ -35,6 +35,7 @@ man/man5/glocatedb.5.gz %%NLS%%share/locale/lg/LC_MESSAGES/findutils.mo %%NLS%%share/locale/lt/LC_MESSAGES/findutils.mo %%NLS%%share/locale/ms/LC_MESSAGES/findutils.mo +%%NLS%%share/locale/nb/LC_MESSAGES/findutils.mo %%NLS%%share/locale/nl/LC_MESSAGES/findutils.mo %%NLS%%share/locale/pl/LC_MESSAGES/findutils.mo %%NLS%%share/locale/pt/LC_MESSAGES/findutils.mo From owner-svn-ports-head@freebsd.org Mon Dec 21 18:36:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A523EA4EF20; Mon, 21 Dec 2015 18:36: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 73E5612C4; Mon, 21 Dec 2015 18:36: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 tBLIaHKX060748; Mon, 21 Dec 2015 18:36:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIaHAL060746; Mon, 21 Dec 2015 18:36:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211836.tBLIaHAL060746@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:36:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404179 - head/german/mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:36:18 -0000 Author: sunpoet Date: Mon Dec 21 18:36:17 2015 New Revision: 404179 URL: https://svnweb.freebsd.org/changeset/ports/404179 Log: - Update to 2015.12.20 Modified: head/german/mythes/Makefile head/german/mythes/distinfo Modified: head/german/mythes/Makefile ============================================================================== --- head/german/mythes/Makefile Mon Dec 21 18:36:12 2015 (r404178) +++ head/german/mythes/Makefile Mon Dec 21 18:36:17 2015 (r404179) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2015.12.06 +PORTVERSION= 2015.12.20 CATEGORIES= german textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ DISTNAME= Deutscher-Thesaurus-${PORTVERSION:C/\.//g} Modified: head/german/mythes/distinfo ============================================================================== --- head/german/mythes/distinfo Mon Dec 21 18:36:12 2015 (r404178) +++ head/german/mythes/distinfo Mon Dec 21 18:36:17 2015 (r404179) @@ -1,2 +1,2 @@ -SHA256 (mythes/Deutscher-Thesaurus-20151206.oxt) = 3c91cd4b03c8c954b08f31ca1fabf1f8b8ff92c580476aefbd5e53e680ba5be0 -SIZE (mythes/Deutscher-Thesaurus-20151206.oxt) = 7282856 +SHA256 (mythes/Deutscher-Thesaurus-20151220.oxt) = f11ebeb5b145252eb78340ba0ab0cf8ae4792561411927c0a943a2f911856179 +SIZE (mythes/Deutscher-Thesaurus-20151220.oxt) = 7300261 From owner-svn-ports-head@freebsd.org Mon Dec 21 18:36:23 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DF65A4EF42; Mon, 21 Dec 2015 18:36: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 2C39813C5; Mon, 21 Dec 2015 18:36: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 tBLIaM2c060864; Mon, 21 Dec 2015 18:36:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIaMN4060862; Mon, 21 Dec 2015 18:36:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211836.tBLIaMN4060862@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:36:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404180 - head/textproc/sk-mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:36:23 -0000 Author: sunpoet Date: Mon Dec 21 18:36:21 2015 New Revision: 404180 URL: https://svnweb.freebsd.org/changeset/ports/404180 Log: - Update to 2015.12.20 Modified: head/textproc/sk-mythes/Makefile head/textproc/sk-mythes/distinfo Modified: head/textproc/sk-mythes/Makefile ============================================================================== --- head/textproc/sk-mythes/Makefile Mon Dec 21 18:36:17 2015 (r404179) +++ head/textproc/sk-mythes/Makefile Mon Dec 21 18:36:21 2015 (r404180) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2015.12.06 +PORTVERSION= 2015.12.20 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sk- Modified: head/textproc/sk-mythes/distinfo ============================================================================== --- head/textproc/sk-mythes/distinfo Mon Dec 21 18:36:17 2015 (r404179) +++ head/textproc/sk-mythes/distinfo Mon Dec 21 18:36:21 2015 (r404180) @@ -1,2 +1,2 @@ -SHA256 (mythes/OOo-Thesaurus2-sk_SK-20151206.zip) = 20feffac04ad558ef9525ab4d156b59a7c6378cb719aeec69d1d8aaf2df5858f -SIZE (mythes/OOo-Thesaurus2-sk_SK-20151206.zip) = 239501 +SHA256 (mythes/OOo-Thesaurus2-sk_SK-20151220.zip) = c9740fe8fcd4087ecd36524dac228c039aef61ba2c3378c5fa5421f3b8d9c84d +SIZE (mythes/OOo-Thesaurus2-sk_SK-20151220.zip) = 239519 From owner-svn-ports-head@freebsd.org Mon Dec 21 18:36:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDF92A4EF86; Mon, 21 Dec 2015 18:36:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AEE3414C0; Mon, 21 Dec 2015 18:36: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 tBLIaQ5G060980; Mon, 21 Dec 2015 18:36:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIaQK9060978; Mon, 21 Dec 2015 18:36:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211836.tBLIaQK9060978@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 18:36:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404181 - head/textproc/sl-mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:36:28 -0000 Author: sunpoet Date: Mon Dec 21 18:36:26 2015 New Revision: 404181 URL: https://svnweb.freebsd.org/changeset/ports/404181 Log: - Update to 2015.12.20 Modified: head/textproc/sl-mythes/Makefile head/textproc/sl-mythes/distinfo Modified: head/textproc/sl-mythes/Makefile ============================================================================== --- head/textproc/sl-mythes/Makefile Mon Dec 21 18:36:21 2015 (r404180) +++ head/textproc/sl-mythes/Makefile Mon Dec 21 18:36:26 2015 (r404181) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2015.12.06 +PORTVERSION= 2015.12.20 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sl- Modified: head/textproc/sl-mythes/distinfo ============================================================================== --- head/textproc/sl-mythes/distinfo Mon Dec 21 18:36:21 2015 (r404180) +++ head/textproc/sl-mythes/distinfo Mon Dec 21 18:36:26 2015 (r404181) @@ -1,2 +1,2 @@ -SHA256 (mythes/thes_sl_SI_v2-20151206.zip) = 762cbc61af17c8ff76211cf16af04348b42d0c1b6edb8528b546490b19aa9859 -SIZE (mythes/thes_sl_SI_v2-20151206.zip) = 375188 +SHA256 (mythes/thes_sl_SI_v2-20151220.zip) = 3f2c9ccd905ca913c2c25da677c21b13c5f623e660b29d1ba664850336c65f17 +SIZE (mythes/thes_sl_SI_v2-20151220.zip) = 378248 From owner-svn-ports-head@freebsd.org Mon Dec 21 18:57:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 163D9A4FBB4; Mon, 21 Dec 2015 18:57:55 +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 DDB6D121C; Mon, 21 Dec 2015 18:57:54 +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 tBLIvsNS066994; Mon, 21 Dec 2015 18:57:54 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLIvr6X066992; Mon, 21 Dec 2015 18:57:53 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201512211857.tBLIvr6X066992@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Mon, 21 Dec 2015 18:57:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404182 - head/www/py-django-overextends X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 18:57:55 -0000 Author: rene Date: Mon Dec 21 18:57:53 2015 New Revision: 404182 URL: https://svnweb.freebsd.org/changeset/ports/404182 Log: www/py-django-overextends: update to 0.4.1 This release adds support for Django 1.9 Modified: head/www/py-django-overextends/Makefile head/www/py-django-overextends/distinfo Modified: head/www/py-django-overextends/Makefile ============================================================================== --- head/www/py-django-overextends/Makefile Mon Dec 21 18:36:26 2015 (r404181) +++ head/www/py-django-overextends/Makefile Mon Dec 21 18:57:53 2015 (r404182) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-overextends -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-django-overextends/distinfo ============================================================================== --- head/www/py-django-overextends/distinfo Mon Dec 21 18:36:26 2015 (r404181) +++ head/www/py-django-overextends/distinfo Mon Dec 21 18:57:53 2015 (r404182) @@ -1,2 +1,2 @@ -SHA256 (django-overextends-0.4.0.tar.gz) = 63eed9add4282bc932d76c69abad2c20436d0984b62040fbdffd5872eadb7da6 -SIZE (django-overextends-0.4.0.tar.gz) = 7759 +SHA256 (django-overextends-0.4.1.tar.gz) = 332a5874d67160c2713e7d00278294d12a277f0f725d487f306fe1f31f3eeba4 +SIZE (django-overextends-0.4.1.tar.gz) = 7971 From owner-svn-ports-head@freebsd.org Mon Dec 21 19:09:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FEE9A4E285; Mon, 21 Dec 2015 19:09: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 40AB318CF; Mon, 21 Dec 2015 19:09: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 tBLJ9nl9070041; Mon, 21 Dec 2015 19:09:49 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLJ9n5r070040; Mon, 21 Dec 2015 19:09:49 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201512211909.tBLJ9n5r070040@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 21 Dec 2015 19:09:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404183 - head/archivers/peazip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 19:09:50 -0000 Author: marino Date: Mon Dec 21 19:09:49 2015 New Revision: 404183 URL: https://svnweb.freebsd.org/changeset/ports/404183 Log: archivers/peazip: Make less broken, then mark BROKEN This port stopped building when FPC was updated to 3.0.0. After fixing the units, it tries to build but fails with: list_utils.pas(982,32) Error: (3069) Call by var for arg no. 1 has to match exactly: Got "UTF8String" expected "AnsiString" Trying the latest version 5.9.0 also fails. Modified: head/archivers/peazip/Makefile Modified: head/archivers/peazip/Makefile ============================================================================== --- head/archivers/peazip/Makefile Mon Dec 21 18:57:53 2015 (r404182) +++ head/archivers/peazip/Makefile Mon Dec 21 19:09:49 2015 (r404183) @@ -10,11 +10,13 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= acm@FreeBSD.org COMMENT= Free archiver and file compressor +BROKEN= fails with FPC 3.0.0 + BUILD_DEPENDS= lazbuild:${PORTSDIR}/editors/lazarus \ fpcres:${PORTSDIR}/lang/fpc-utils USES= dos2unix zip -USE_FPC= cairo fcl-base fcl-image fcl-process hash pasjpeg paszlib x11 +USE_FPC= cairo fcl-base fcl-image pasjpeg rtl-objpas x11 USE_GNOME= # SUB_FILES= pea pealauncher peazip From owner-svn-ports-head@freebsd.org Mon Dec 21 19:12:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B117A4E4E9; Mon, 21 Dec 2015 19:12: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 DC9421CB1; Mon, 21 Dec 2015 19:12:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLJCTfV072698; Mon, 21 Dec 2015 19:12:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLJCTsf072697; Mon, 21 Dec 2015 19:12:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211912.tBLJCTsf072697@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 19:12:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404184 - head/www X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 19:12:31 -0000 Author: sunpoet Date: Mon Dec 21 19:12:29 2015 New Revision: 404184 URL: https://svnweb.freebsd.org/changeset/ports/404184 Log: - Sort SUBDIRs Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Dec 21 19:09:49 2015 (r404183) +++ head/www/Makefile Mon Dec 21 19:12:29 2015 (r404184) @@ -1080,6 +1080,8 @@ SUBDIR += p5-ModPerl-VersionUtil SUBDIR += p5-Mojo-Server-FastCGI SUBDIR += p5-MojoMojo + SUBDIR += p5-MojoX-Log-Dispatch-Simple + SUBDIR += p5-MojoX-Renderer-Xslate SUBDIR += p5-Mojolicious SUBDIR += p5-Mojolicious-Plugin-Authentication SUBDIR += p5-Mojolicious-Plugin-Database @@ -1087,8 +1089,6 @@ SUBDIR += p5-Mojolicious-Plugin-SetUserGroup SUBDIR += p5-Mojolicious-Plugin-TtRenderer SUBDIR += p5-Mojolicious-Plugin-YamlConfig - SUBDIR += p5-MojoX-Log-Dispatch-Simple - SUBDIR += p5-MojoX-Renderer-Xslate SUBDIR += p5-Monoceros SUBDIR += p5-Mozilla-CA SUBDIR += p5-Net-Akismet From owner-svn-ports-head@freebsd.org Mon Dec 21 19:16:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81870A4E71B; Mon, 21 Dec 2015 19:16:47 +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 4F0A31F72; Mon, 21 Dec 2015 19:16:47 +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 tBLJGkaU072975; Mon, 21 Dec 2015 19:16:46 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLJGkSt072974; Mon, 21 Dec 2015 19:16:46 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201512211916.tBLJGkSt072974@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 21 Dec 2015 19:16:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404185 - head/multimedia/winff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 19:16:47 -0000 Author: marino Date: Mon Dec 21 19:16:46 2015 New Revision: 404185 URL: https://svnweb.freebsd.org/changeset/ports/404185 Log: multimedia/winff: Unbreak after upgrade to FPC 3.0.0 Modified: head/multimedia/winff/Makefile Modified: head/multimedia/winff/Makefile ============================================================================== --- head/multimedia/winff/Makefile Mon Dec 21 19:12:29 2015 (r404184) +++ head/multimedia/winff/Makefile Mon Dec 21 19:16:46 2015 (r404185) @@ -3,7 +3,7 @@ PORTNAME= WinFF PORTVERSION= 1.5.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PROJECTHOST= ${_PORTNAME} @@ -18,8 +18,7 @@ BUILD_DEPENDS= lazbuild:${PORTSDIR}/edit LIB_DEPENDS= libavutil.so:${PORTSDIR}/multimedia/ffmpeg NO_WRKSUBDIR= yes -USE_FPC= cairo fcl-base fcl-image fcl-json fcl-process fcl-xml hash \ - pasjpeg paszlib x11 +USE_FPC= cairo fcl-base fcl-image fcl-json fcl-xml pasjpeg x11 USE_GNOME= # _PORTNAME= ${PORTNAME:tl} DATADIR= ${PREFIX}/share/${_PORTNAME} From owner-svn-ports-head@freebsd.org Mon Dec 21 19:39:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD44BA4F0D6; Mon, 21 Dec 2015 19: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 901D91A09; Mon, 21 Dec 2015 19: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 tBLJdOYs078996; Mon, 21 Dec 2015 19:39:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLJdOh3078994; Mon, 21 Dec 2015 19:39:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211939.tBLJdOh3078994@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 19:39:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404186 - head/x11-toolkits X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 19:39:25 -0000 Author: sunpoet Date: Mon Dec 21 19:39:24 2015 New Revision: 404186 URL: https://svnweb.freebsd.org/changeset/ports/404186 Log: - Sort SUBDIRs Modified: head/x11-toolkits/Makefile Modified: head/x11-toolkits/Makefile ============================================================================== --- head/x11-toolkits/Makefile Mon Dec 21 19:16:46 2015 (r404185) +++ head/x11-toolkits/Makefile Mon Dec 21 19:39:24 2015 (r404186) @@ -195,10 +195,6 @@ SUBDIR += py-qt5-widgets SUBDIR += py-sexy SUBDIR += py-tkinter - SUBDIR += py32-tkinter - SUBDIR += py33-tkinter - SUBDIR += py34-tkinter - SUBDIR += py35-tkinter SUBDIR += py-tktreectrl SUBDIR += py-traitsbackendwx SUBDIR += py-traitsgui @@ -209,6 +205,10 @@ SUBDIR += py-wxPython28-common SUBDIR += py-wxPython30 SUBDIR += py-xlib + SUBDIR += py32-tkinter + SUBDIR += py33-tkinter + SUBDIR += py34-tkinter + SUBDIR += py35-tkinter SUBDIR += pypy-tkinter SUBDIR += qt4-declarative SUBDIR += qt4-gui From owner-svn-ports-head@freebsd.org Mon Dec 21 19:39:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0AB0A4F106; Mon, 21 Dec 2015 19:39:33 +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 B14981AE2; Mon, 21 Dec 2015 19:39:33 +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 tBLJdWFU079097; Mon, 21 Dec 2015 19:39:32 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLJdWPo079096; Mon, 21 Dec 2015 19:39:32 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201512211939.tBLJdWPo079096@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 21 Dec 2015 19:39:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404187 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 19:39:34 -0000 Author: marino Date: Mon Dec 21 19:39:32 2015 New Revision: 404187 URL: https://svnweb.freebsd.org/changeset/ports/404187 Log: x11-fm/doublecmd: Make less broken, then set BROKEN After the upgrade to FPC 3.0.0, the port failed the build depends stage. I've fixed that, and it compiles pretty far until this error: doublecmd.lpr(18,3) Fatal: (10022) Can't find unit uOverlayScrollBarFix I suspect that is a Lazarus unit and it might be a missing path. In the meantime, the port can't build so we have to mark it BROKEN. Modified: head/x11-fm/doublecmd/Makefile Modified: head/x11-fm/doublecmd/Makefile ============================================================================== --- head/x11-fm/doublecmd/Makefile Mon Dec 21 19:39:24 2015 (r404186) +++ head/x11-fm/doublecmd/Makefile Mon Dec 21 19:39:32 2015 (r404187) @@ -13,6 +13,9 @@ COMMENT= Total Commander like file manag LICENSE= GPLv2 +BROKEN= fails with FPC-3.0.0-built Lazarus\ + (Can't find unit uOverlayScrollBarFix) + BUILD_DEPENDS= lazbuild:${PORTSDIR}/editors/lazarus \ fpcres:${PORTSDIR}/lang/fpc-utils @@ -21,8 +24,8 @@ ONLY_FOR_ARCHS= i386 amd64 PORTDOCS= * USES= dos2unix -USE_FPC= cairo fcl-base fcl-db fcl-image fcl-json fcl-process fcl-registry \ - fcl-xml hash iconvenc pasjpeg paszlib x11 +USE_FPC= cairo fcl-base fcl-db fcl-image fcl-json fcl-registry \ + fcl-xml iconvenc pasjpeg rtl-extra x11 DOS2UNIX_FILES= src/dmhelpmanager.pas WANT_GNOME= yes @@ -32,6 +35,7 @@ PROJECT_FILE= src/doublecmd.lpi LAZARUS_VER= 1.4.2 LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild -d --pcp=${WRKSRC}/tmppcp LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER} +MAKE_ENV+= LDVER=ld.bfd # for DragonFly HELPVERSION= 0.6.0 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} From owner-svn-ports-head@freebsd.org Mon Dec 21 19:49:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD79BA4F449; Mon, 21 Dec 2015 19:49:11 +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 7F79E126A; Mon, 21 Dec 2015 19:49:11 +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 tBLJnAPw082186; Mon, 21 Dec 2015 19:49:10 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLJnA0N082185; Mon, 21 Dec 2015 19:49:10 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201512211949.tBLJnA0N082185@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 21 Dec 2015 19:49:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404188 - head/net-p2p/transmission-remote-gui X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 19:49:11 -0000 Author: marino Date: Mon Dec 21 19:49:10 2015 New Revision: 404188 URL: https://svnweb.freebsd.org/changeset/ports/404188 Log: net-p2p/transmission-remote-gui: Unbreak after FPC upgrade to 3.0.0 Modified: head/net-p2p/transmission-remote-gui/Makefile Modified: head/net-p2p/transmission-remote-gui/Makefile ============================================================================== --- head/net-p2p/transmission-remote-gui/Makefile Mon Dec 21 19:39:32 2015 (r404187) +++ head/net-p2p/transmission-remote-gui/Makefile Mon Dec 21 19:49:10 2015 (r404188) @@ -3,7 +3,7 @@ PORTNAME= transmission-remote-gui PORTVERSION= 5.0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-p2p MASTER_SITES= GOOGLE_CODE DISTNAME= transgui-${PORTVERSION}-src @@ -17,7 +17,8 @@ RUN_DEPENDS= transmission-daemon:${PORTS PROJECTHOST= transmisson-remote-gui -USE_FPC= cairo fcl-base fcl-image fcl-net fcl-process hash pasjpeg paszlib x11 +USE_FPC= cairo fcl-base fcl-image fcl-net pasjpeg rtl-objpas rtl-extra \ + x11 USES= iconv zip USE_GNOME= # From owner-svn-ports-head@freebsd.org Mon Dec 21 19:49:45 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF298A4F4E8; Mon, 21 Dec 2015 19:49:45 +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 9EF2215A5; Mon, 21 Dec 2015 19:49:45 +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 tBLJniHr082310; Mon, 21 Dec 2015 19:49:44 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLJniQi082308; Mon, 21 Dec 2015 19:49:44 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201512211949.tBLJniQi082308@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Mon, 21 Dec 2015 19:49:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404189 - head/x11/xpra X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 19:49:45 -0000 Author: jkim Date: Mon Dec 21 19:49:44 2015 New Revision: 404189 URL: https://svnweb.freebsd.org/changeset/ports/404189 Log: - Update to 0.15.10. - Assign maintainership to the submitter. PR: 205479 Submitted by: Matthew Rezny Modified: head/x11/xpra/Makefile head/x11/xpra/distinfo Modified: head/x11/xpra/Makefile ============================================================================== --- head/x11/xpra/Makefile Mon Dec 21 19:49:10 2015 (r404188) +++ head/x11/xpra/Makefile Mon Dec 21 19:49:44 2015 (r404189) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= xpra -PORTVERSION= 0.15.9 +PORTVERSION= 0.15.10 CATEGORIES= x11 MASTER_SITES= http://xpra.org/src/ -MAINTAINER= jkim@FreeBSD.org +MAINTAINER= matthew@reztek.cz COMMENT= Xpra gives you persistent remote applications for X LICENSE= GPLv2 Modified: head/x11/xpra/distinfo ============================================================================== --- head/x11/xpra/distinfo Mon Dec 21 19:49:10 2015 (r404188) +++ head/x11/xpra/distinfo Mon Dec 21 19:49:44 2015 (r404189) @@ -1,2 +1,2 @@ -SHA256 (xpra-0.15.9.tar.xz) = bdf51ae3d4114050ff23f7a88fc10af0eb55dd6f74412a6b2c10efeaf6499116 -SIZE (xpra-0.15.9.tar.xz) = 1199224 +SHA256 (xpra-0.15.10.tar.xz) = 1403aaf571c486bb4a67bc9e9d431e5f863c9b7912bd65e6aec62fcea2d9d4e0 +SIZE (xpra-0.15.10.tar.xz) = 1200040 From owner-svn-ports-head@freebsd.org Mon Dec 21 20:54:32 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7C32A4E8AE; Mon, 21 Dec 2015 20:54: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 5B4F81AF8; Mon, 21 Dec 2015 20:54: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 tBLKsVOw002713; Mon, 21 Dec 2015 20:54:31 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLKsV1U002711; Mon, 21 Dec 2015 20:54:31 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512212054.tBLKsV1U002711@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 21 Dec 2015 20:54:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404190 - head/mail/p5-qpsmtpd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 20:54:32 -0000 Author: amdmi3 Date: Mon Dec 21 20:54:31 2015 New Revision: 404190 URL: https://svnweb.freebsd.org/changeset/ports/404190 Log: - Add NO_ARCH - Switch to options helpers - Drop @dirrm* from plist Approved by: portmgr blanket Modified: head/mail/p5-qpsmtpd/Makefile head/mail/p5-qpsmtpd/pkg-plist Modified: head/mail/p5-qpsmtpd/Makefile ============================================================================== --- head/mail/p5-qpsmtpd/Makefile Mon Dec 21 19:49:44 2015 (r404189) +++ head/mail/p5-qpsmtpd/Makefile Mon Dec 21 20:54:31 2015 (r404190) @@ -37,6 +37,7 @@ RUN_DEPENDS+= ${APACHE_PKGNAMEPREFIX}mod USES= perl5 USE_PERL5= configure +NO_ARCH= yes USE_RC_SUBR= qpsmtpd @@ -50,8 +51,12 @@ post-install: @${MKDIR} ${STAGEDIR}${DATADIR} @${MKDIR} ${STAGEDIR}${DATADIR}/plugins (cd ${WRKSRC}/plugins && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/plugins) + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README* ${STAGEDIR}${DOCSDIR} + +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/config.sample/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) Modified: head/mail/p5-qpsmtpd/pkg-plist ============================================================================== --- head/mail/p5-qpsmtpd/pkg-plist Mon Dec 21 19:49:44 2015 (r404189) +++ head/mail/p5-qpsmtpd/pkg-plist Mon Dec 21 20:54:31 2015 (r404190) @@ -99,7 +99,6 @@ bin/qpsmtpd-prefork %%PERL5_MAN3%%/UPGRADING.3.gz %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README.plugins -%%PORTDOCS%%@dirrm %%DOCSDIR%% %%PORTEXAMPLES%%%%EXAMPLESDIR%%/IP %%PORTEXAMPLES%%%%EXAMPLESDIR%%/badhelo %%PORTEXAMPLES%%%%EXAMPLESDIR%%/badmailfrom @@ -122,8 +121,6 @@ bin/qpsmtpd-prefork %%PORTEXAMPLES%%%%EXAMPLESDIR%%/smtpauth-checkpassword %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tls_before_auth %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tls_ciphers -%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%% -%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/dkim %%SITE_PERL%%/Apache/Qpsmtpd.pm %%SITE_PERL%%/Danga/Client.pm %%SITE_PERL%%/Danga/TimeoutSocket.pm From owner-svn-ports-head@freebsd.org Mon Dec 21 20:55:10 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DD1DA4E914; Mon, 21 Dec 2015 20:55:10 +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 0E7841C03; Mon, 21 Dec 2015 20:55:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLKt9D9002838; Mon, 21 Dec 2015 20:55:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLKt9Cd002837; Mon, 21 Dec 2015 20:55:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512212055.tBLKt9Cd002837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 21 Dec 2015 20:55:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404191 - head/mail/greyfix X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 20:55:10 -0000 Author: amdmi3 Date: Mon Dec 21 20:55:08 2015 New Revision: 404191 URL: https://svnweb.freebsd.org/changeset/ports/404191 Log: - Modernize plist Approved by: portmgr blanket Modified: head/mail/greyfix/pkg-plist Modified: head/mail/greyfix/pkg-plist ============================================================================== --- head/mail/greyfix/pkg-plist Mon Dec 21 20:54:31 2015 (r404190) +++ head/mail/greyfix/pkg-plist Mon Dec 21 20:55:08 2015 (r404191) @@ -1,9 +1,3 @@ man/man8/greyfix.8.gz sbin/greyfix -@owner nobody -@group mail -@mode 770 -@dirrmtry /var/db/greyfix -@mode -@group -@owner +@dir(nobody,mail,770) /var/db/greyfix From owner-svn-ports-head@freebsd.org Mon Dec 21 20:58:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E210A4EACD; Mon, 21 Dec 2015 20:58: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 216D11F6F; Mon, 21 Dec 2015 20:58:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLKw8OG003010; Mon, 21 Dec 2015 20:58:08 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLKw8O6003009; Mon, 21 Dec 2015 20:58:08 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512212058.tBLKw8O6003009@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 21 Dec 2015 20:58:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404192 - head/mail/dbmail22 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 20:58:09 -0000 Author: amdmi3 Date: Mon Dec 21 20:58:08 2015 New Revision: 404192 URL: https://svnweb.freebsd.org/changeset/ports/404192 Log: - Modernize plist Approved by: portmgr blanket Modified: head/mail/dbmail22/pkg-plist Modified: head/mail/dbmail22/pkg-plist ============================================================================== --- head/mail/dbmail22/pkg-plist Mon Dec 21 20:55:08 2015 (r404191) +++ head/mail/dbmail22/pkg-plist Mon Dec 21 20:58:08 2015 (r404192) @@ -1,7 +1,4 @@ -@unexec if cmp -s %D/etc/dbmail.conf-dist %D/etc/dbmail.conf; then rm -f %D/etc/dbmail.conf; fi -etc/dbmail.conf-dist -@exec if [ ! -f %D/etc/dbmail.conf ] ; then cp -p %D/%F %B/dbmail.conf; fi -@exec mkdir -p %D/lib/dbmail +@sample etc/dbmail.conf-dist etc/dbmail.conf %%LDAP%%lib/dbmail/libauth_ldap.so %%LDAP%%lib/dbmail/libauth_ldap.so.0 %%LDAP%%lib/dbmail/libauth_ldap.so.0.0.0 @@ -23,7 +20,6 @@ lib/dbmail/libdbmail.so.0.0.0 %%SQLITE%%lib/dbmail/libsqlite.so %%SQLITE%%lib/dbmail/libsqlite.so.0 %%SQLITE%%lib/dbmail/libsqlite.so.0.0.0 -@dirrm lib/dbmail man/man1/dbmail-smtp.1.gz man/man1/dbmail.1.gz man/man5/dbmail.conf.5.gz From owner-svn-ports-head@freebsd.org Mon Dec 21 21:08:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41EACA4EE75; Mon, 21 Dec 2015 21:08: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 ECE6A14D0; Mon, 21 Dec 2015 21:08: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 tBLL8GZi005880; Mon, 21 Dec 2015 21:08:16 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLL8F58005878; Mon, 21 Dec 2015 21:08:15 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512212108.tBLL8F58005878@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 21 Dec 2015 21:08:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404193 - head/graphics/php5-swfed X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 21:08:17 -0000 Author: amdmi3 Date: Mon Dec 21 21:08:15 2015 New Revision: 404193 URL: https://svnweb.freebsd.org/changeset/ports/404193 Log: - Switch to options helpers - Modernize plist Approved by: portmgr blanket Modified: head/graphics/php5-swfed/Makefile head/graphics/php5-swfed/pkg-plist Modified: head/graphics/php5-swfed/Makefile ============================================================================== --- head/graphics/php5-swfed/Makefile Mon Dec 21 20:58:08 2015 (r404192) +++ head/graphics/php5-swfed/Makefile Mon Dec 21 21:08:15 2015 (r404193) @@ -24,7 +24,7 @@ DEFAULT_PHP_VER= 5 USE_PHP= zlib USE_PHPEXT= yes -WRKSRC= ${WRKDIR}/${DISTNAME}/src +WRKSRC= ${WRKDIR}/${DISTNAME}/src CONFIGURE_ARGS= --with-png-dir=${LOCALBASE} --with-gif-dir=${LOCALBASE} PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} @@ -35,16 +35,23 @@ PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES post-install: + @${MKDIR} ${STAGEDIR}${WWWDIR} + ${CP} -R ${WRKDIR}/${DISTNAME}/www/ ${STAGEDIR}${WWWDIR} + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/${PORTDOCS} ${STAGEDIR}${DOCSDIR} + +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/sample/${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR} - @${MKDIR} ${STAGEDIR}${WWWDIR} - ${CP} -R ${WRKDIR}/${DISTNAME}/www/ ${STAGEDIR}${WWWDIR} x-generate-plist: stage - ${FIND} ${STAGEDIR}${WWWDIR} -type f | ${SORT} | ${SED} -e 's,${STAGEDIR}${WWWDIR},%%WWWDIR%%,g' > pkg-plist.new - ${FIND} ${STAGEDIR}${WWWDIR} -type d -depth | ${SORT} -r | ${SED} -e 's,${STAGEDIR}${WWWDIR},@dirrm %%WWWDIR%%,g' >> pkg-plist.new - ${ECHO} '@exec chown -R %%WWWOWN%%:%%WWWGRP%% %D/%%WWWDIR%%' >> pkg-plist.new + ${ECHO_CMD} '@owner %%WWWOWN%%' > pkg-plist.new + ${ECHO_CMD} '@group %%WWWGRP%%' >> pkg-plist.new + ${FIND} ${STAGEDIR}${WWWDIR} -type f | ${SORT} | ${SED} -e 's,${STAGEDIR}${WWWDIR},%%WWWDIR%%,g' >> pkg-plist.new + ${FIND} ${STAGEDIR}${WWWDIR} -type d -depth | ${SORT} -r | ${SED} -e 's,${STAGEDIR}${WWWDIR},@dir %%WWWDIR%%,g' >> pkg-plist.new + ${ECHO_CMD} '@owner' >> pkg-plist.new + ${ECHO_CMD} '@group' >> pkg-plist.new .include Modified: head/graphics/php5-swfed/pkg-plist ============================================================================== --- head/graphics/php5-swfed/pkg-plist Mon Dec 21 20:58:08 2015 (r404192) +++ head/graphics/php5-swfed/pkg-plist Mon Dec 21 21:08:15 2015 (r404193) @@ -1,3 +1,5 @@ +@owner %%WWWOWN%% +@group %%WWWGRP%% %%WWWDIR%%/define.php %%WWWDIR%%/index.php %%WWWDIR%%/shapetpl.swf @@ -5,5 +7,6 @@ %%WWWDIR%%/swfimagelist.php %%WWWDIR%%/swfimagereplace.php %%WWWDIR%%/swfshape.php -@dirrm %%WWWDIR%% -@exec chown -R %%WWWOWN%%:%%WWWGRP%% %D/%%WWWDIR%% +@dir %%WWWDIR%% +@owner +@group From owner-svn-ports-head@freebsd.org Mon Dec 21 21:09:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15D91A4EEFE; Mon, 21 Dec 2015 21:09:52 +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 DD37515F4; Mon, 21 Dec 2015 21:09:51 +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 tBLL9pkd006010; Mon, 21 Dec 2015 21:09:51 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLL9p5c006009; Mon, 21 Dec 2015 21:09:51 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512212109.tBLL9p5c006009@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 21 Dec 2015 21:09:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404194 - head/textproc/rarian X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 21:09:52 -0000 Author: amdmi3 Date: Mon Dec 21 21:09:50 2015 New Revision: 404194 URL: https://svnweb.freebsd.org/changeset/ports/404194 Log: - Modernize plist Approved by: portmgr blanket Modified: head/textproc/rarian/pkg-plist Modified: head/textproc/rarian/pkg-plist ============================================================================== --- head/textproc/rarian/pkg-plist Mon Dec 21 21:08:15 2015 (r404193) +++ head/textproc/rarian/pkg-plist Mon Dec 21 21:09:50 2015 (r404194) @@ -43,13 +43,6 @@ share/librarian/manual/rar-lib.xhtml share/librarian/manual/rar-mdf.xhtml share/librarian/manual/rar-skcompat.xhtml share/librarian/rarian-sk-cl.xml -@dirrm share/librarian/manual -@dirrm share/librarian/Templates/C -@dirrm share/librarian/Templates -@dirrm share/librarian -@dirrm %%DOCSDIR%% -@dirrm include/rarian +@dir /var/db/rarian @unexec rmdir /var/db/rarian/* 2>/dev/null || true -@dirrmtry /var/db/rarian -@exec mkdir -p /var/db/rarian @exec %%PREFIX%%/bin/rarian-sk-update || true From owner-svn-ports-head@freebsd.org Mon Dec 21 22:34:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C14AA4E938; Mon, 21 Dec 2015 22:34:03 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 494BF1558; Mon, 21 Dec 2015 22:34:03 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLMY2XR032449; Mon, 21 Dec 2015 22:34:02 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLMY2hv032448; Mon, 21 Dec 2015 22:34:02 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201512212234.tBLMY2hv032448@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Mon, 21 Dec 2015 22:34:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404195 - head/emulators/virtualbox-ose/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 22:34:03 -0000 Author: jkim Date: Mon Dec 21 22:34:02 2015 New Revision: 404195 URL: https://svnweb.freebsd.org/changeset/ports/404195 Log: Fix build on head after vm_pageout_grow_cache() removal. PR: 205452 Modified: head/emulators/virtualbox-ose/files/patch-src-VBox-Runtime-r0drv-freebsd-memobj-r0drv-freebsd.c Modified: head/emulators/virtualbox-ose/files/patch-src-VBox-Runtime-r0drv-freebsd-memobj-r0drv-freebsd.c ============================================================================== --- head/emulators/virtualbox-ose/files/patch-src-VBox-Runtime-r0drv-freebsd-memobj-r0drv-freebsd.c Mon Dec 21 21:09:50 2015 (r404194) +++ head/emulators/virtualbox-ose/files/patch-src-VBox-Runtime-r0drv-freebsd-memobj-r0drv-freebsd.c Mon Dec 21 22:34:02 2015 (r404195) @@ -7,9 +7,9 @@ From Alan L. Cox on FreeBSD-current: answer that question. [1] http://lists.freebsd.org/pipermail/freebsd-current/2012-November/037963.html ---- src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c.orig 2015-05-13 11:12:38.000000000 -0400 -+++ src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c 2015-06-10 16:42:33.632228000 -0400 -@@ -168,14 +168,19 @@ +--- src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c.orig 2015-11-10 21:23:50 UTC ++++ src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c +@@ -168,14 +168,19 @@ DECLHIDDEN(int) rtR0MemObjNativeFree(RTR VM_OBJECT_LOCK(pMemFreeBSD->pObject); #endif vm_page_t pPage = vm_page_find_least(pMemFreeBSD->pObject, 0); @@ -29,7 +29,7 @@ From Alan L. Cox on FreeBSD-current: #if __FreeBSD_version >= 1000030 VM_OBJECT_WUNLOCK(pMemFreeBSD->pObject); #else -@@ -201,12 +206,12 @@ +@@ -201,12 +206,12 @@ static vm_page_t rtR0MemObjFreeBSDContig vm_page_t pPages; int cTries = 0; @@ -44,14 +44,17 @@ From Alan L. Cox on FreeBSD-current: { #if __FreeBSD_version >= 1000030 VM_OBJECT_WLOCK(pObject); -@@ -220,18 +225,20 @@ +@@ -220,18 +225,23 @@ static vm_page_t rtR0MemObjFreeBSDContig #else VM_OBJECT_UNLOCK(pObject); #endif - if (pPages) + if (pPages || cTries >= 1) break; -+#if __FreeBSD_version >= 1000015 ++#if __FreeBSD_version >= 1100092 ++ if (!vm_page_reclaim_contig(fFlags, cPages, 0, VmPhysAddrHigh, uAlignment, 0)) ++ break; ++#elif __FreeBSD_version >= 1000015 vm_pageout_grow_cache(cTries, 0, VmPhysAddrHigh); +#else + vm_contig_grow_cache(cTries, 0, VmPhysAddrHigh); @@ -70,7 +73,7 @@ From Alan L. Cox on FreeBSD-current: break; vm_contig_grow_cache(cTries, 0, VmPhysAddrHigh); cTries++; -@@ -239,11 +246,8 @@ +@@ -239,11 +249,8 @@ static vm_page_t rtR0MemObjFreeBSDContig if (!pPages) return pPages; @@ -83,7 +86,7 @@ From Alan L. Cox on FreeBSD-current: for (vm_pindex_t iPage = 0; iPage < cPages; iPage++) { vm_page_t pPage = pPages + iPage; -@@ -255,13 +259,9 @@ +@@ -255,13 +262,9 @@ static vm_page_t rtR0MemObjFreeBSDContig atomic_add_int(&cnt.v_wire_count, 1); } } @@ -97,7 +100,7 @@ From Alan L. Cox on FreeBSD-current: } static int rtR0MemObjFreeBSDPhysAllocHelper(vm_object_t pObject, u_long cPages, -@@ -291,11 +291,15 @@ +@@ -291,11 +294,15 @@ static int rtR0MemObjFreeBSDPhysAllocHel while (iPage-- > 0) { pPage = vm_page_lookup(pObject, iPage); @@ -113,7 +116,7 @@ From Alan L. Cox on FreeBSD-current: } #if __FreeBSD_version >= 1000030 VM_OBJECT_WUNLOCK(pObject); -@@ -743,7 +747,12 @@ +@@ -743,7 +750,12 @@ DECLHIDDEN(int) rtR0MemObjNativeMapUser( { /** @todo: is this needed?. */ PROC_LOCK(pProc); From owner-svn-ports-head@freebsd.org Mon Dec 21 22:43:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A46CA4ECFF; Mon, 21 Dec 2015 22:43:19 +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 037551D57; Mon, 21 Dec 2015 22:43:18 +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 68E0BBDD0A; Mon, 21 Dec 2015 23:43:16 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 640E6BDD05; Mon, 21 Dec 2015 23:43:16 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 2D9984EE7B91; Mon, 21 Dec 2015 23:43:16 +0100 (CET) Date: Mon, 21 Dec 2015 23:43:15 +0100 From: Mathieu Arnold To: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r404184 - head/www Message-ID: In-Reply-To: <201512211912.tBLJCTsf072697@repo.freebsd.org> References: <201512211912.tBLJCTsf072697@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="==========937F94AB010C4176A5EA==========" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 22:43:19 -0000 --==========937F94AB010C4176A5EA========== Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline +--On 21 d=C3=A9cembre 2015 19:12:29 +0000 Sunpoet Po-Chuan Hsieh wrote: | Author: sunpoet | Date: Mon Dec 21 19:12:29 2015 | New Revision: 404184 | URL: https://svnweb.freebsd.org/changeset/ports/404184 |=20 | Log: | - Sort SUBDIRs I'm not sure I agree with you there. It is supposed to be case sensitive, MojoX were at the right place. (And if you are sorting in a case insensitive way, MojoMojo should be after Mojolicious.) | 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 Mon Dec 21 19:09:49 2015 (r404183) | +++ head/www/Makefile Mon Dec 21 19:12:29 2015 (r404184) | @@ -1080,6 +1080,8 @@ | SUBDIR +=3D p5-ModPerl-VersionUtil | SUBDIR +=3D p5-Mojo-Server-FastCGI | SUBDIR +=3D p5-MojoMojo | + SUBDIR +=3D p5-MojoX-Log-Dispatch-Simple | + SUBDIR +=3D p5-MojoX-Renderer-Xslate | SUBDIR +=3D p5-Mojolicious | SUBDIR +=3D p5-Mojolicious-Plugin-Authentication | SUBDIR +=3D p5-Mojolicious-Plugin-Database | @@ -1087,8 +1089,6 @@ | SUBDIR +=3D p5-Mojolicious-Plugin-SetUserGroup | SUBDIR +=3D p5-Mojolicious-Plugin-TtRenderer | SUBDIR +=3D p5-Mojolicious-Plugin-YamlConfig | - SUBDIR +=3D p5-MojoX-Log-Dispatch-Simple | - SUBDIR +=3D p5-MojoX-Renderer-Xslate | SUBDIR +=3D p5-Monoceros | SUBDIR +=3D p5-Mozilla-CA | SUBDIR +=3D p5-Net-Akismet |=20 |=20 --=20 Mathieu Arnold --==========937F94AB010C4176A5EA========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJWeICDXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IeeQQAI5QuiFsmbjChdIlwr9U5L8X lpPZt+BPwDQ4/qWxoHkIuZaNhTJdn9ydtOCEUcA8MTM/0FHP7CGLbkMNnZ26HVuU zODXht+Cmyb3m+tY943ZzKKzyvgehPW8eVSnk2RfZVbDV/VgeLWp1AqhvgF1vH5B x9uplyexrsIEiSmH9zpFfO9scpy7NVCNRKW8K3HO2xPNW2ml0TIP8R3qxgEpIHpU ajSB41EnGq4+5EY8gcvhjpAvQVrc+wDapvHrvOVzReaS/nZFbarZ2nt3Da1fzo1V 0j9uxStE9anUDWH6KKFo2I2j907lUUzrU22sgm0wL7bHR8wj7oI0G4SXZJxGWL4O QWhcM0lYpbYxBI9M7thfA7FxxCL6aMM+AaqxSIWyx/jFjFxQIrA0p4cpFO2m1IiB iCwQdXt+DbVTDxk7LBlcynSU8ZbpAbqMCm4xRyg9mSNKPgcZHsecq1qLULLH10d7 iBtw6jEhqA7b6qhiNHaP+3a2CEO/A+hadub7dP/OM7EnSL9B2Q37DoFyCDXGdWRH Vp/112GOkIIEy/u3Ga0hv5d4SF5I4yOozZt/vejYBE6S0RhnbU+qETD4+r8UV4pg CMMRJdoK943Nr1FNlh3o+8CfCPwk9ln9NahYIn8sAxqinur6iu0NWZim0utsbsu5 CL7GP0mINIhFkCd1nq9B =9A3U -----END PGP SIGNATURE----- --==========937F94AB010C4176A5EA==========-- From owner-svn-ports-head@freebsd.org Mon Dec 21 22:53:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0BDAA4F139; Mon, 21 Dec 2015 22:53:31 +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 8E09E1268; Mon, 21 Dec 2015 22:53:31 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLMrUDa038374; Mon, 21 Dec 2015 22:53:30 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLMrUW8038373; Mon, 21 Dec 2015 22:53:30 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201512212253.tBLMrUW8038373@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 21 Dec 2015 22:53:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404196 - head/dns/bind9-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 22:53:31 -0000 Author: mat Date: Mon Dec 21 22:53:30 2015 New Revision: 404196 URL: https://svnweb.freebsd.org/changeset/ports/404196 Log: Remove that line, it should not have been there. Sponsored by: Absolight Modified: head/dns/bind9-devel/Makefile Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Mon Dec 21 22:34:02 2015 (r404195) +++ head/dns/bind9-devel/Makefile Mon Dec 21 22:53:30 2015 (r404196) @@ -6,7 +6,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/} PORTREVISION= 0 CATEGORIES= dns net ipv6 MASTER_SITES= LOCAL/mat/bind -MASTER_SITES= https://source.isc.org/cgi-bin/gitweb.cgi?p=bind9.git;a=snapshot;h=${HASH};sf=tgz;f= +#MASTER_SITES= https://source.isc.org/cgi-bin/gitweb.cgi?p=bind9.git;a=snapshot;h=${HASH};sf=tgz;f= PKGNAMESUFFIX= 9-devel DISTNAME= ${PORTNAME}9-${HASH} From owner-svn-ports-head@freebsd.org Mon Dec 21 23:22:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A78E4A4FAB0; Mon, 21 Dec 2015 23:22:36 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 77DED1010; Mon, 21 Dec 2015 23:22:36 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLNMZxA046921; Mon, 21 Dec 2015 23:22:35 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLNMZdZ046919; Mon, 21 Dec 2015 23:22:35 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201512212322.tBLNMZdZ046919@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Mon, 21 Dec 2015 23:22:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404197 - head/dns/dnsmasq-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 23:22:36 -0000 Author: mandree Date: Mon Dec 21 23:22:35 2015 New Revision: 404197 URL: https://svnweb.freebsd.org/changeset/ports/404197 Log: Update to 2.76test1. Modified: head/dns/dnsmasq-devel/Makefile head/dns/dnsmasq-devel/distinfo Modified: head/dns/dnsmasq-devel/Makefile ============================================================================== --- head/dns/dnsmasq-devel/Makefile Mon Dec 21 22:53:30 2015 (r404196) +++ head/dns/dnsmasq-devel/Makefile Mon Dec 21 23:22:35 2015 (r404197) @@ -2,9 +2,11 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.74rc4 +DISTVERSION= 2.76test1 +PORTVERSION= 2.76.0test1 CATEGORIES= dns ipv6 -MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/ +#MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/ +MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/test-releases/ PKGNAMESUFFIX= -devel MAINTAINER= mandree@FreeBSD.org @@ -12,7 +14,7 @@ COMMENT= Lightweight DNS forwarder, DHCP LICENSE= GPLv2 -IGNORE= build stable version instead, it is newer than this release candidate +#IGNORE= build stable version instead, it is newer than this release candidate CONFLICTS_INSTALL=dnsmasq-2* PORTDOCS= CHANGELOG CHANGELOG.archive FAQ doc.html setup.html Modified: head/dns/dnsmasq-devel/distinfo ============================================================================== --- head/dns/dnsmasq-devel/distinfo Mon Dec 21 22:53:30 2015 (r404196) +++ head/dns/dnsmasq-devel/distinfo Mon Dec 21 23:22:35 2015 (r404197) @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.74rc4.tar.xz) = 3fae2440e5aa166362621d69486fa6baedd53e2726522ae6101d01356e5724a6 -SIZE (dnsmasq-2.74rc4.tar.xz) = 487492 +SHA256 (dnsmasq-2.76test1.tar.xz) = d1759c10d8eba4ef3726c750fa8deaa37ef8baa38e1063ed44a727a7436d9b36 +SIZE (dnsmasq-2.76test1.tar.xz) = 487480 From owner-svn-ports-head@freebsd.org Tue Dec 22 00:10:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84E91A4E96A for ; Tue, 22 Dec 2015 00:10:05 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-vk0-x22d.google.com (mail-vk0-x22d.google.com [IPv6:2607:f8b0:400c:c05::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E53413D3 for ; Tue, 22 Dec 2015 00:10:05 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-vk0-x22d.google.com with SMTP id f2so70878417vkb.3 for ; Mon, 21 Dec 2015 16:10:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sunpoet-net.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=onoUMEnTujIsUkczXlNhxZgOoojqert22y4ps6zrekc=; b=D50uf+lt+lS89Uriq2FqAxn0Y/e5AVYwbAHJObnkwdCNjk3NRqrIxlyJmu9ocumXdG h4riW6HBj5OrRvvDYAuktYhcw0gzYfgE/wu6AJvKwWLIIEL9fom9g/S3kCxkD2SCq5MM 1mmsNX0WEOipGEes9NrnehPZTCmtSfzPsJiE+TDa1EL/OU3Ye3EnoZw6V0Um6paus3zX 6lBoMoKCR4qpKGizcVf/GnF/gh6njuaScubQQYmFBg6ixw9t4NCdIXhSEuEmC5GmRyP/ JQH97B+nE7ZKqA0g6Dmaj2OLWeKVdHGArGAVPGC9bARvSVwC4uZb63prwFXm23/L4DDO 0zKQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=onoUMEnTujIsUkczXlNhxZgOoojqert22y4ps6zrekc=; b=iOUow6fbaic1rjA1aqHeEQIGknJgGScyZOpZmY6ninUQ0Ea9Mn0YheeHK5kLiJsdIz fiW4o360fI5AfExWfRfE/y4CTCsRA+W5Evbfmg1S32hvbfJa2V31b+ckC573idn+XemH LFx3gDqoQVQo/ZJKVncPca2C59EGgZDGmfFzUXsLijSSwnd/dzocdd73E5h9jUno6C/+ NsEa4r+NOyl6faRBSmgIix69/l2P7cQ3VDysuFGiECYdYzqGqdBhg5jHispx02n/nUPb HGIqY1djgb3pSmAkp+BHL369NsOrPWWgwUh6PEjb6c98thralX2crXeQGltjWpJSK/l5 dQfA== X-Gm-Message-State: ALoCoQlzAOltceFoBx6RenJ30+rY/Wyxo8ql8hXUEimR0nKMzpDr1l7Vw3A4B7y3u2EyccsAmPl98AdJz+ODUrdaP2XE8jhlhA== X-Received: by 10.31.156.78 with SMTP id f75mr14142157vke.40.1450743003971; Mon, 21 Dec 2015 16:10:03 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.31.219.3 with HTTP; Mon, 21 Dec 2015 16:09:24 -0800 (PST) In-Reply-To: References: <201512211912.tBLJCTsf072697@repo.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Dec 2015 08:09:24 +0800 X-Google-Sender-Auth: EilfUU9MivQ9a5i353DzzQQ7eTs Message-ID: Subject: Re: svn commit: r404184 - head/www 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.20 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 00:10:05 -0000 On Tue, Dec 22, 2015 at 6:43 AM, Mathieu Arnold wrote: > > > +--On 21 d=C3=A9cembre 2015 19:12:29 +0000 Sunpoet Po-Chuan Hsieh > wrote: > | Author: sunpoet > | Date: Mon Dec 21 19:12:29 2015 > | New Revision: 404184 > | URL: https://svnweb.freebsd.org/changeset/ports/404184 > | > | Log: > | - Sort SUBDIRs > > I'm not sure I agree with you there. It is supposed to be case sensitive= , > Do you mean case insensitive? But I think SUBDIRs are sorted in case-sensitive order. MojoX were at the right place. (And if you are sorting in a case > insensitive way, MojoMojo should be after Mojolicious.) | Modified: > | head/www/Makefile > | > | 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 Mon Dec 21 19:09:49 2015 = (r404183) > | +++ head/www/Makefile Mon Dec 21 19:12:29 2015 (r404184) > | @@ -1080,6 +1080,8 @@ > | SUBDIR +=3D p5-ModPerl-VersionUtil > | SUBDIR +=3D p5-Mojo-Server-FastCGI > | SUBDIR +=3D p5-MojoMojo > | + SUBDIR +=3D p5-MojoX-Log-Dispatch-Simple > | + SUBDIR +=3D p5-MojoX-Renderer-Xslate > | SUBDIR +=3D p5-Mojolicious > | SUBDIR +=3D p5-Mojolicious-Plugin-Authentication > | SUBDIR +=3D p5-Mojolicious-Plugin-Database > | @@ -1087,8 +1089,6 @@ > | SUBDIR +=3D p5-Mojolicious-Plugin-SetUserGroup > | SUBDIR +=3D p5-Mojolicious-Plugin-TtRenderer > | SUBDIR +=3D p5-Mojolicious-Plugin-YamlConfig > | - SUBDIR +=3D p5-MojoX-Log-Dispatch-Simple > | - SUBDIR +=3D p5-MojoX-Renderer-Xslate > | SUBDIR +=3D p5-Monoceros > | SUBDIR +=3D p5-Mozilla-CA > | SUBDIR +=3D p5-Net-Akismet > | > | > > > > -- > Mathieu Arnold From owner-svn-ports-head@freebsd.org Tue Dec 22 00:10:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6890BA4E9F2; Tue, 22 Dec 2015 00:10: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 45CD31634; Tue, 22 Dec 2015 00:10: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 tBM0As2L060574; Tue, 22 Dec 2015 00:10:54 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBM0Aswu060571; Tue, 22 Dec 2015 00:10:54 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512220010.tBM0Aswu060571@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 22 Dec 2015 00:10:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404198 - in head/games/dhewm3: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 00:10:55 -0000 Author: amdmi3 Date: Tue Dec 22 00:10:54 2015 New Revision: 404198 URL: https://svnweb.freebsd.org/changeset/ports/404198 Log: - Fix several crashes in Restoration of Evil - Silence mkdirs Added: head/games/dhewm3/files/patch-roe-bfh-crash (contents, props changed) head/games/dhewm3/files/patch-roe-last-level-load-crash (contents, props changed) Modified: head/games/dhewm3/Makefile Modified: head/games/dhewm3/Makefile ============================================================================== --- head/games/dhewm3/Makefile Mon Dec 21 23:22:35 2015 (r404197) +++ head/games/dhewm3/Makefile Tue Dec 22 00:10:54 2015 (r404198) @@ -3,6 +3,7 @@ PORTNAME= dhewm3 PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org @@ -45,13 +46,13 @@ post-patch-OPTIMIZED_CFLAGS-off: @${REINPLACE_CMD} -e 's|-O3 -ffast-math -fno-unsafe-math-optimizations -fomit-frame-pointer||' ${WRKSRC}/CMakeLists.txt post-install: - ${MKDIR} ${STAGEDIR}${DATADIR}/base - ${MKDIR} ${STAGEDIR}${DATADIR}/d3xp + @${MKDIR} ${STAGEDIR}${DATADIR}/base + @${MKDIR} ${STAGEDIR}${DATADIR}/d3xp ${INSTALL_DATA} ${WRKSRC}/sys/linux/setup/image/doom3.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/../README.md ${STAGEDIR}${DOCSDIR}/ .include Added: head/games/dhewm3/files/patch-roe-bfh-crash ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/dhewm3/files/patch-roe-bfh-crash Tue Dec 22 00:10:54 2015 (r404198) @@ -0,0 +1,52 @@ +commit b03fc9271aa5c4aaf4e90a940c78d004e2962148 +Author: Daniel Gibson +Date: Sun Dec 13 03:06:52 2015 +0100 + + Fix crash by assert in last RoE level (and maybe elsewhere) + + The assertion in idBounds::operator-(const idBounds&) was triggered + from idWeapon::Event_LaunchProjectiles() (ownerBounds - projBounds) + It only happened when using the BFG. + So I added a check to make sure calling operator- is legal. + + I guess this also caused #122 + +diff --git neo/d3xp/Weapon.cpp neo/d3xp/Weapon.cpp +index 2101381..30f8882 100644 +--- d3xp/Weapon.cpp ++++ d3xp/Weapon.cpp +@@ -3446,7 +3446,14 @@ void idWeapon::Event_LaunchProjectiles( int num_projectiles, float spread, float + // make sure the projectile starts inside the bounding box of the owner + if ( i == 0 ) { + muzzle_pos = muzzleOrigin + playerViewAxis[ 0 ] * 2.0f; +- if ( ( ownerBounds - projBounds).RayIntersection( muzzle_pos, playerViewAxis[0], distance ) ) { ++ ++ // DG: sometimes the assertion in idBounds::operator-(const idBounds&) triggers ++ // (would get bounding box with negative volume) ++ // => check that before doing ownerBounds - projBounds (equivalent to the check in the assertion) ++ idVec3 obDiff = ownerBounds[1] - ownerBounds[0]; ++ idVec3 pbDiff = projBounds[1] - projBounds[0]; ++ bool boundsSubLegal = obDiff.x > pbDiff.x && obDiff.y > pbDiff.y && obDiff.z > pbDiff.z; ++ if ( boundsSubLegal && ( ownerBounds - projBounds ).RayIntersection( muzzle_pos, playerViewAxis[0], distance ) ) { + start = muzzle_pos + distance * playerViewAxis[0]; + } else { + start = ownerBounds.GetCenter(); +diff --git neo/game/Weapon.cpp neo/game/Weapon.cpp +index d889c68..a381ae2 100644 +--- game/Weapon.cpp ++++ game/Weapon.cpp +@@ -2941,7 +2941,13 @@ void idWeapon::Event_LaunchProjectiles( int num_projectiles, float spread, float + // make sure the projectile starts inside the bounding box of the owner + if ( i == 0 ) { + muzzle_pos = muzzleOrigin + playerViewAxis[ 0 ] * 2.0f; +- if ( ( ownerBounds - projBounds).RayIntersection( muzzle_pos, playerViewAxis[0], distance ) ) { ++ // DG: sometimes the assertion in idBounds::operator-(const idBounds&) triggers ++ // (would get bounding box with negative volume) ++ // => check that before doing ownerBounds - projBounds (equivalent to the check in the assertion) ++ idVec3 obDiff = ownerBounds[1] - ownerBounds[0]; ++ idVec3 pbDiff = projBounds[1] - projBounds[0]; ++ bool boundsSubLegal = obDiff.x > pbDiff.x && obDiff.y > pbDiff.y && obDiff.z > pbDiff.z; ++ if ( boundsSubLegal && ( ownerBounds - projBounds ).RayIntersection( muzzle_pos, playerViewAxis[0], distance ) ) { + start = muzzle_pos + distance * playerViewAxis[0]; + } else { + start = ownerBounds.GetCenter(); Added: head/games/dhewm3/files/patch-roe-last-level-load-crash ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/dhewm3/files/patch-roe-last-level-load-crash Tue Dec 22 00:10:54 2015 (r404198) @@ -0,0 +1,51 @@ +commit 9950a5721f98eaffc6d8360c6d52ea9bcc0afb9c +Author: Daniel Gibson +Date: Thu Dec 17 18:07:35 2015 +0100 + + Fix heap corruption when loading (broken?) .ma models + + On FreeBSD, the game used to crash when loading the last level of RoE + (d3xp), while loading models/david/hell_h7.ma. + The problem could be reproduced on Linux whith #define USE_LIBC_MALLOC 1 + and clang's AddressSanitizer. + Turns out that this file specifies a vertex transform for a non-existent + vertex (index 31, while we only have 0-30) and thus the bounds of + pMesh->vertexes[] are violated. + I added a check to ensure the index is within the bounds and a Warning + if it isn't. + It should work now. If however it turns out that more files have this + problem, maybe .ma is parsed incorrectly and we need a differently fix. + + (Should) fix #138 + +diff --git neo/renderer/Model_ma.cpp neo/renderer/Model_ma.cpp +index e31ca40..1cd672a 100644 +--- renderer/Model_ma.cpp ++++ renderer/Model_ma.cpp +@@ -203,7 +203,7 @@ bool MA_ParseVertex(idParser& parser, maAttribHeader_t* header) { + + //Allocate enough space for all the verts if this is the first attribute for verticies + if(!pMesh->vertexes) { +- pMesh->numVertexes = header->size; ++ pMesh->numVertexes = header->size; // XXX: +1? + pMesh->vertexes = (idVec3 *)Mem_Alloc( sizeof( idVec3 ) * pMesh->numVertexes ); + } + +@@ -692,7 +692,16 @@ void MA_ParseMesh(idParser& parser) { + + //Now apply the pt transformations + for(int i = 0; i < pMesh->numVertTransforms; i++) { +- pMesh->vertexes[(int)pMesh->vertTransforms[i].w] += pMesh->vertTransforms[i].ToVec3(); ++ int idx = (int)pMesh->vertTransforms[i].w; ++ if(idx < 0 || idx >= pMesh->numVertexes) ++ { ++ // this happens with d3xp/models/david/hell_h7.ma in the d3xp hell level ++ // TODO: if it happens for other models, too, maybe it's intended and the .ma parsing is broken ++ common->Warning( "Model %s tried to set an out-of-bounds vertex transform (%d, but max vert. index is %d)!", ++ parser.GetFileName(), idx, pMesh->numVertexes-1 ); ++ continue; ++ } ++ pMesh->vertexes[idx] += pMesh->vertTransforms[i].ToVec3(); + } + + MA_VERBOSE((va("MESH %s - parent %s\n", header.name, header.parent))); From owner-svn-ports-head@freebsd.org Tue Dec 22 00:23:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06713A4EF25; Tue, 22 Dec 2015 00:23:08 +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 C86041CD5; Tue, 22 Dec 2015 00:23:07 +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 253C3BDC9A; Tue, 22 Dec 2015 01:23:05 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 20F59BDC98; Tue, 22 Dec 2015 01:23:05 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id DB3274EE925F; Tue, 22 Dec 2015 01:23:04 +0100 (CET) Date: Tue, 22 Dec 2015 01:23:04 +0100 From: Mathieu Arnold To: Sunpoet Po-Chuan Hsieh cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r404184 - head/www Message-ID: <562958B4B95E3CEE00632070@atuin.in.mat.cc> In-Reply-To: References: <201512211912.tBLJCTsf072697@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="==========AE67DBA283934183F800==========" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 00:23:08 -0000 --==========AE67DBA283934183F800========== Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline +--On 22 d=C3=A9cembre 2015 08:09:24 +0800 Sunpoet Po-Chuan Hsieh wrote: | On Tue, Dec 22, 2015 at 6:43 AM, Mathieu Arnold wrote: |=20 |>=20 |>=20 |> +--On 21 d=C3=A9cembre 2015 19:12:29 +0000 Sunpoet Po-Chuan Hsieh |> wrote: |> | Author: sunpoet |> | Date: Mon Dec 21 19:12:29 2015 |> | New Revision: 404184 |> | URL: https://svnweb.freebsd.org/changeset/ports/404184 |> |=20 |> | Log: |> | - Sort SUBDIRs |>=20 |> I'm not sure I agree with you there. It is supposed to be case |> sensitive, |>=20 |=20 | Do you mean case insensitive? | But I think SUBDIRs are sorted in case-sensitive order. Oh, sorry, I read the diff in reverse 0:-) --=20 Mathieu Arnold --==========AE67DBA283934183F800========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJWeJfoXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IeK4P/jfzugLuXC7YKHP87Elus+FR dLRw3rtcWwzcWzcnD5ZvrSI5MvtXlSB4+p4xMH8UbvblW2EvlbhCMib55rYLW6Uq /niG+ToARZR4Hvm5LpoIp1GKsuVqsPM0a/AwSEanhoR2gRtjf5Lef4lFTH52E/ck vFI03EWxG+9SHGESEgbILBAwRRipo0BVjspK58DXElDR6r1T/xa3bx/r07u9ieFt uuoK9WjojNgcXaTZWs4UonJzVyir1VZ9Y+d5hjB88SYZtc7ZbhGgvXmZYYT0mF6G aRNR3AjYL/wi0lfjENY1TdEL1uDep8TQq6BVvgb/Umbnm135w4/JNkYStjwN/CGM n3mbNhUGuR9YwuyEUsnFNfW5f4fgC4kifqjBkD1ucKIkHcjW1SvrSODb40UKPhC7 hmZ81+97DLFSzft15XTRF9K82vr1atre/LhGZES70LzRgc4WCUFxcNapVwUj6NBA O+0vgpuUj/KMyPRZhxZdNxj4t6TN8OHDQT8VBwrs+UnaaFc7h9r0xDGdHPdT0jfg NJDpXLIiocSXD0G4lcFj4huzzGg6C+ySJvAWAaRxJicARYWbA4+15swifmybrHXg R9xL0bNsLCWt1/zvfEYER/qpajyQB0wUaT0e8dtviGtbm5eI7Tp7xNLPS209I+Cw EP7KnwQeTeIV8ehK0rkr =WWdE -----END PGP SIGNATURE----- --==========AE67DBA283934183F800==========-- From owner-svn-ports-head@freebsd.org Tue Dec 22 01:10:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4CE49D5F5D; Tue, 22 Dec 2015 01:10:13 +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 6D69D1114; Tue, 22 Dec 2015 01:10:13 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBM1ACfQ076147; Tue, 22 Dec 2015 01:10:12 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBM1ACiY076144; Tue, 22 Dec 2015 01:10:12 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201512220110.tBM1ACiY076144@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 22 Dec 2015 01:10:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404199 - in head/cad/sweethome3d: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 01:10:13 -0000 Author: junovitch Date: Tue Dec 22 01:10:12 2015 New Revision: 404199 URL: https://svnweb.freebsd.org/changeset/ports/404199 Log: cad/sweethome3d: update 5.0 -> 5.1 - Drop dead link from MASTER_SITES - Fix false usage with ${FALSE} (portlint) PR: 205492 Submitted by: Matthias Petermann (maintainer) Modified: head/cad/sweethome3d/Makefile head/cad/sweethome3d/distinfo head/cad/sweethome3d/files/patch-build.xml Modified: head/cad/sweethome3d/Makefile ============================================================================== --- head/cad/sweethome3d/Makefile Tue Dec 22 00:10:54 2015 (r404198) +++ head/cad/sweethome3d/Makefile Tue Dec 22 01:10:12 2015 (r404199) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= sweethome3d -PORTVERSION= 5.0 +PORTVERSION= 5.1 CATEGORIES= cad java -MASTER_SITES= http://www.sweethome3d.com/downloads/ \ - SF/${PORTNAME}/SweetHome3D-source/${DISTNAME}/ +MASTER_SITES= SF/${PORTNAME}/SweetHome3D-source/${DISTNAME}/ DISTNAME= SweetHome3D-${PORTVERSION}-src MAINTAINER= matthias@petermann-it.de @@ -33,7 +32,7 @@ PLIST_FILES= bin/sweethome3d \ %%JAVAJARDIR%%/${JARNAME} \ share/pixmaps/sweethome3d-icon.png -DESKTOP_ENTRIES="Sweet Home 3D" "" "${PORTNAME}-icon" "${PORTNAME}" "" false +DESKTOP_ENTRIES="Sweet Home 3D" "" "${PORTNAME}-icon" "${PORTNAME}" "" ${FALSE} do-install: ${INSTALL_DATA} ${WRKSRC}/install/${JARNAME} ${STAGEDIR}${JAVAJARDIR}/${JARNAME} Modified: head/cad/sweethome3d/distinfo ============================================================================== --- head/cad/sweethome3d/distinfo Tue Dec 22 00:10:54 2015 (r404198) +++ head/cad/sweethome3d/distinfo Tue Dec 22 01:10:12 2015 (r404199) @@ -1,2 +1,2 @@ -SHA256 (SweetHome3D-5.0-src.zip) = 02a69219c0e5819e8ce7abec0abb042b27a41be80f9d1dc557db58144d6e8c3a -SIZE (SweetHome3D-5.0-src.zip) = 26397119 +SHA256 (SweetHome3D-5.1-src.zip) = 0f879c3227658b80366df74ead4e6bd5d63559fe4f69b267ffbd29f72a4c26ee +SIZE (SweetHome3D-5.1-src.zip) = 27176567 Modified: head/cad/sweethome3d/files/patch-build.xml ============================================================================== --- head/cad/sweethome3d/files/patch-build.xml Tue Dec 22 00:10:54 2015 (r404198) +++ head/cad/sweethome3d/files/patch-build.xml Tue Dec 22 01:10:12 2015 (r404199) @@ -1,4 +1,4 @@ ---- build.xml.orig 2015-05-21 23:38:04 UTC +--- build.xml.orig 2015-12-21 10:36:44 UTC +++ build.xml @@ -221,13 +221,6 @@ From owner-svn-ports-head@freebsd.org Tue Dec 22 01:43:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B1E6A4EA66; Tue, 22 Dec 2015 01:43:46 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE8CA1FBB; Tue, 22 Dec 2015 01:43:45 +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 tBM1hinR087350; Tue, 22 Dec 2015 01:43:44 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBM1hiEr087348; Tue, 22 Dec 2015 01:43:44 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201512220143.tBM1hiEr087348@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 22 Dec 2015 01:43:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404200 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 01:43:46 -0000 Author: junovitch Date: Tue Dec 22 01:43:44 2015 New Revision: 404200 URL: https://svnweb.freebsd.org/changeset/ports/404200 Log: Document two librsvg2 vulnerabilities PR: 205502 Security: CVE-2015-7557 Security: CVE-2015-7558 Security: https://vuxml.FreeBSD.org/freebsd/da634091-a84a-11e5-8f5c-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/d6c51737-a84b-11e5-8f5c-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Dec 22 01:10:12 2015 (r404199) +++ head/security/vuxml/vuln.xml Tue Dec 22 01:43:44 2015 (r404200) @@ -58,6 +58,65 @@ Notes: --> + + librsvg2 -- denial of service vulnerability + + + librsvg2 + 2.40.12 + + + + +

Adam Maris, Red Hat Product Security, reports:

+
+

CVE-2015-7558: Stack exhaustion due to cyclic dependency causing to + crash an application was found in librsvg2 while parsing SVG file. + It has been fixed in 2.40.12 by many commits that has rewritten the + checks for cyclic references.

+
+ +
+ + CVE-2015-7558 + ports/205502 + http://www.openwall.com/lists/oss-security/2015/12/21/5 + https://bugzilla.redhat.com/1268243 + + + 2015-10-02 + 2015-12-22 + +
+ + + librsvg2 -- denial of service vulnerability + + + librsvg2 + 2.40.7 + + + + +

Adam Maris, Red Hat Product Security, reports:

+
+

CVE-2015-7557: Out-of-bounds heap read in librsvg2 was found when + parsing SVG file.

+
+ +
+ + CVE-2015-7557 + http://www.openwall.com/lists/oss-security/2015/12/21/5 + https://git.gnome.org/browse/librsvg/commit/rsvg-shapes.c?id=40af93e6eb1c94b90c3b9a0b87e0840e126bb8df + + + 2015-02-06 + 2015-12-22 + +
+ quassel -- remote denial of service From owner-svn-ports-head@freebsd.org Tue Dec 22 02:00:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75ACFA4F1A3; Tue, 22 Dec 2015 02:00:49 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 296E61748; Tue, 22 Dec 2015 02:00:49 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBM20m17092568; Tue, 22 Dec 2015 02:00:48 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBM20mt7092564; Tue, 22 Dec 2015 02:00:48 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512220200.tBM20mt7092564@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 22 Dec 2015 02:00:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404201 - head/sysutils/battray X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 02:00:49 -0000 Author: miwi Date: Tue Dec 22 02:00:47 2015 New Revision: 404201 URL: https://svnweb.freebsd.org/changeset/ports/404201 Log: - Update to 2.1 - Switch to autoplist - Pass maintainership to submitter PR: 204523 Submitted by: Torsten Zuehlsdorff Approved by: mat (mentor), maintainer timeout Differential Revision: D4654 Deleted: head/sysutils/battray/pkg-plist Modified: head/sysutils/battray/Makefile head/sysutils/battray/distinfo head/sysutils/battray/pkg-descr Modified: head/sysutils/battray/Makefile ============================================================================== --- head/sysutils/battray/Makefile Tue Dec 22 01:43:44 2015 (r404200) +++ head/sysutils/battray/Makefile Tue Dec 22 02:00:47 2015 (r404201) @@ -2,20 +2,23 @@ # $FreeBSD$ PORTNAME= battray -PORTVERSION= 1.5 +PORTVERSION= 2.1 CATEGORIES= sysutils python -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= http://code.arp242.net/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ +DISTNAME= ${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT} -MAINTAINER= martin@arp242.net +MAINTAINER= ports@toco-domains.de COMMENT= Display notebook battery status in tray -LICENSE= CCS+ -LICENSE_NAME= Creative Commons Sampling Plus -LICENSE_TEXT= http://creativecommons.org/licenses/sampling+/1.0/ -LICENSE_PERMS= dist-mirror pkg-mirror auto-accept - -USE_GNOME= pygtk2 -USES= python -USE_PYTHON= distutils +LICENSE= MIT + +USE_GNOME= py3gobject3 +USES= python:3.2+ +USE_PYTHON= autoplist distutils + + +BB_ACCOUNT= Carpetsmoker +BB_PROJECT= ${PORTNAME} +BB_COMMIT= 011402fbc2a3 .include Modified: head/sysutils/battray/distinfo ============================================================================== --- head/sysutils/battray/distinfo Tue Dec 22 01:43:44 2015 (r404200) +++ head/sysutils/battray/distinfo Tue Dec 22 02:00:47 2015 (r404201) @@ -1,2 +1,2 @@ -SHA256 (battray-1.5.tar.gz) = 0c92976b042870a59dd740d0feb26962c5b535bcaa52244590e172075faa73e4 -SIZE (battray-1.5.tar.gz) = 66421 +SHA256 (Carpetsmoker-battray-011402fbc2a3.tar.gz) = eb0a647422f52aa5e719e129b555b8f57e2ca042df7a05817f14e6a6976bb31d +SIZE (Carpetsmoker-battray-011402fbc2a3.tar.gz) = 68062 Modified: head/sysutils/battray/pkg-descr ============================================================================== --- head/sysutils/battray/pkg-descr Tue Dec 22 01:43:44 2015 (r404200) +++ head/sysutils/battray/pkg-descr Tue Dec 22 02:00:47 2015 (r404201) @@ -6,4 +6,4 @@ It is also able to take certain actions It's simple, easy, fairly environment-independent, and "just works" without tons of (Gnome|KDE|..) dependencies. -WWW: http://code.google.com/p/battray/ +WWW: http://code.arp242.net/battray From owner-svn-ports-head@freebsd.org Tue Dec 22 02:11:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84401A4F54F; Tue, 22 Dec 2015 02:11:09 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5759D1D1A; Tue, 22 Dec 2015 02:11:09 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBM2B8w3095626; Tue, 22 Dec 2015 02:11:08 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBM2B8Dh095625; Tue, 22 Dec 2015 02:11:08 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512220211.tBM2B8Dh095625@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 22 Dec 2015 02:11:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404202 - head/misc/freebsd-doc-all X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 02:11:09 -0000 Author: miwi Date: Tue Dec 22 02:11:08 2015 New Revision: 404202 URL: https://svnweb.freebsd.org/changeset/ports/404202 Log: - USES=metaport [1] - While here remove old gruft PR: 201535 [1] Submitted by: Andriy Voskoboinyk Approved by: mat (mentor); maintainer timeout Differential Revision: D4657 Modified: head/misc/freebsd-doc-all/Makefile Modified: head/misc/freebsd-doc-all/Makefile ============================================================================== --- head/misc/freebsd-doc-all/Makefile Tue Dec 22 02:00:47 2015 (r404201) +++ head/misc/freebsd-doc-all/Makefile Tue Dec 22 02:11:08 2015 (r404202) @@ -5,9 +5,6 @@ PORTNAME= freebsd-doc-all PORTVERSION= 47846 PORTEPOCH= 1 CATEGORIES= misc docs -MASTER_SITES= #empty -DISTFILES= #empty -EXTRACT_ONLY= #empty MAINTAINER= doceng@FreeBSD.org COMMENT= Documentation from the FreeBSD Documentation Project @@ -33,8 +30,7 @@ RUN_DEPENDS+= bn-freebsd-doc>=${PORTVERS zh_tw-freebsd-doc>=${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-zh_tw NO_BUILD= yes - -do-install: # empty +USES= metaport .if make(package) DEPENDS_TARGET="package" From owner-svn-ports-head@freebsd.org Tue Dec 22 03:07:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C677A4E644; Tue, 22 Dec 2015 03:07:00 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D19E715BA; Tue, 22 Dec 2015 03:06:59 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBM36wvw011752; Tue, 22 Dec 2015 03:06:58 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBM36wdJ011749; Tue, 22 Dec 2015 03:06:58 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201512220306.tBM36wdJ011749@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 22 Dec 2015 03:06:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404203 - head/science/libquantum X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 03:07:00 -0000 Author: wen Date: Tue Dec 22 03:06:58 2015 New Revision: 404203 URL: https://svnweb.freebsd.org/changeset/ports/404203 Log: - Update to 1.1.1 - Add LICENSE - Reset maintainer to ports@ - Change pkg-plist to PLIST_FILES - Pet portlint Deleted: head/science/libquantum/pkg-plist Modified: head/science/libquantum/Makefile head/science/libquantum/distinfo head/science/libquantum/pkg-descr Modified: head/science/libquantum/Makefile ============================================================================== --- head/science/libquantum/Makefile Tue Dec 22 02:11:08 2015 (r404202) +++ head/science/libquantum/Makefile Tue Dec 22 03:06:58 2015 (r404203) @@ -2,14 +2,21 @@ # $FreeBSD$ PORTNAME= libquantum -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.1.1 CATEGORIES= science MASTER_SITES= http://www.libquantum.de/files/ -MAINTAINER= wenheping@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= C library for quantum computing and quantum simulation +LICENSE= GPLv3 + +PLIST_FILES= include/quantum.h \ + lib/libquantum.a \ + lib/libquantum.so \ + lib/libquantum.so.8 \ + lib/libquantum.so.8.0.0 + GNU_CONFIGURE= yes USES= gmake libtool USE_LDCONFIG= yes Modified: head/science/libquantum/distinfo ============================================================================== --- head/science/libquantum/distinfo Tue Dec 22 02:11:08 2015 (r404202) +++ head/science/libquantum/distinfo Tue Dec 22 03:06:58 2015 (r404203) @@ -1,2 +1,2 @@ -SHA256 (libquantum-1.1.0.tar.gz) = 2fc145055170418e03869d61f6b1102242aab0af5413f236826b616dad97f0b6 -SIZE (libquantum-1.1.0.tar.gz) = 224850 +SHA256 (libquantum-1.1.1.tar.gz) = d8e3c4407076558f87640f1e618501ec85bc5f4c5a84db4117ceaec7105046e5 +SIZE (libquantum-1.1.1.tar.gz) = 230733 Modified: head/science/libquantum/pkg-descr ============================================================================== --- head/science/libquantum/pkg-descr Tue Dec 22 02:11:08 2015 (r404202) +++ head/science/libquantum/pkg-descr Tue Dec 22 03:06:58 2015 (r404203) @@ -4,4 +4,4 @@ It started as a pure quantum computer si support for general quantum simulation has been recently added. -WWW: http://www.libquantum.de/ +WWW: http://www.libquantum.de/ From owner-svn-ports-head@freebsd.org Tue Dec 22 03:22:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF905A4EB1F; Tue, 22 Dec 2015 03:22:47 +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 795AE1EC3; Tue, 22 Dec 2015 03:22:47 +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 tBM3MkgM017548; Tue, 22 Dec 2015 03:22:46 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBM3MkDx017544; Tue, 22 Dec 2015 03:22:46 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201512220322.tBM3MkDx017544@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 22 Dec 2015 03:22:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404204 - in head: databases/postgis-jdbc java/jtiger net-p2p/unworkable www/drupal6-mimedetect X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 03:22:47 -0000 Author: wen Date: Tue Dec 22 03:22:46 2015 New Revision: 404204 URL: https://svnweb.freebsd.org/changeset/ports/404204 Log: - Reset maintainer to ports@ Modified: head/databases/postgis-jdbc/Makefile head/java/jtiger/Makefile head/net-p2p/unworkable/Makefile head/www/drupal6-mimedetect/Makefile Modified: head/databases/postgis-jdbc/Makefile ============================================================================== --- head/databases/postgis-jdbc/Makefile Tue Dec 22 03:06:58 2015 (r404203) +++ head/databases/postgis-jdbc/Makefile Tue Dec 22 03:22:46 2015 (r404204) @@ -7,7 +7,7 @@ CATEGORIES= databases java geography MASTER_SITES= http://freebsd.unixfreunde.de/sources/ DISTFILES= postgis_${PORTVERSION}.jar -MAINTAINER= wenheping@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= PostGIS spatial data structures for JDBC BROKEN= unfetchable Modified: head/java/jtiger/Makefile ============================================================================== --- head/java/jtiger/Makefile Tue Dec 22 03:06:58 2015 (r404203) +++ head/java/jtiger/Makefile Tue Dec 22 03:22:46 2015 (r404204) @@ -6,7 +6,7 @@ PORTVERSION= 2.1.0376 CATEGORIES= java devel MASTER_SITES= http://kaiwitte.org/jtiger/ -MAINTAINER= wenheping@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Unit Test Framework and Tools for the Java2 Platform USE_JAVA= 1.6 Modified: head/net-p2p/unworkable/Makefile ============================================================================== --- head/net-p2p/unworkable/Makefile Tue Dec 22 03:06:58 2015 (r404203) +++ head/net-p2p/unworkable/Makefile Tue Dec 22 03:22:46 2015 (r404204) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= GOOGLE_CODE -MAINTAINER= wenheping@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Free BitTorrent Implementation LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 Modified: head/www/drupal6-mimedetect/Makefile ============================================================================== --- head/www/drupal6-mimedetect/Makefile Tue Dec 22 03:06:58 2015 (r404203) +++ head/www/drupal6-mimedetect/Makefile Tue Dec 22 03:22:46 2015 (r404204) @@ -6,7 +6,7 @@ DISTVERSION= 6.x-1.3 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ -MAINTAINER= wenheping@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= API for Consistent Server Side Mime Detection USES= drupal:6,module From owner-svn-ports-head@freebsd.org Tue Dec 22 04:07:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0E25A4C73E; Tue, 22 Dec 2015 04:07:16 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B62391E9E; Tue, 22 Dec 2015 04:07:16 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBM47FGk029566; Tue, 22 Dec 2015 04:07:15 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBM47FVF029556; Tue, 22 Dec 2015 04:07:15 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512220407.tBM47FVF029556@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 22 Dec 2015 04:07:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404205 - in head/graphics/fotoxx: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 04:07:17 -0000 Author: miwi Date: Tue Dec 22 04:07:14 2015 New Revision: 404205 URL: https://svnweb.freebsd.org/changeset/ports/404205 Log: - Update to 15.05 PR: 201844 Submitted by: Ports Fury Approved by: mat (mentor) Differential Revision: D4620 Added: head/graphics/fotoxx/files/patch-f.combine.cc (contents, props changed) head/graphics/fotoxx/files/patch-f.metadata.cc (contents, props changed) head/graphics/fotoxx/files/patch-fotoxx-15.05.cc (contents, props changed) Deleted: head/graphics/fotoxx/files/patch-Makefile head/graphics/fotoxx/files/patch-f.meta.cc head/graphics/fotoxx/files/patch-fotoxx-14.02.2.cc head/graphics/fotoxx/files/patch-fotoxx.h head/graphics/fotoxx/pkg-plist Modified: head/graphics/fotoxx/Makefile head/graphics/fotoxx/distinfo head/graphics/fotoxx/files/patch-f.file.cc head/graphics/fotoxx/files/patch-f.repair.cc head/graphics/fotoxx/files/patch-zfuncs.cc head/graphics/fotoxx/files/patch-zfuncs.h Modified: head/graphics/fotoxx/Makefile ============================================================================== --- head/graphics/fotoxx/Makefile Tue Dec 22 03:22:46 2015 (r404204) +++ head/graphics/fotoxx/Makefile Tue Dec 22 04:07:14 2015 (r404205) @@ -2,10 +2,11 @@ # $FreeBSD$ PORTNAME= fotoxx -PORTVERSION= 14.02.2 +PORTVERSION= 15.05 CATEGORIES= graphics -MASTER_SITES= http://www.kornelix.com/uploads/1/3/0/3/13035936/ \ - LOCAL/mandree +MASTER_SITES= GENTOO/distfiles \ + http://fossies.org/linux/misc/legacy/ \ + http://www.kornelix.com/uploads/1/3/0/3/13035936/ MAINTAINER= ports@FreeBSD.org COMMENT= Application to organize and edit image collections @@ -13,49 +14,35 @@ COMMENT= Application to organize and edi LICENSE= GPLv3 RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \ - ufraw-batch:${PORTSDIR}/graphics/ufraw \ + dcraw:${PORTSDIR}/graphics/dcraw \ exiftool:${PORTSDIR}/graphics/p5-Image-ExifTool \ - dcraw:${PORTSDIR}/graphics/dcraw + ufraw-batch:${PORTSDIR}/graphics/ufraw -USES= execinfo gmake desktop-file-utils pkgconfig -USE_GNOME= gtk30 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +USES= desktop-file-utils execinfo gmake pkgconfig +USE_GNOME= gtk30 ALL_TARGET= fotoxx -INSTALL_TARGET= install MANDIR=${PREFIX}/man/man1/ -LDFLAGS+= -O3 -g -Wall -rdynamic -lexecinfo +PORTDOCS= * +PORTDATA= * +PLIST_FILES= bin/fotoxx \ + man/man1/fotoxx.1.gz \ + share/appdata/fotoxx.appdata.xml \ + share/applications/fotoxx.desktop OPTIONS_DEFINE= DOCS post-patch: - @# drop xdg-desktop-menu calls, they fail - ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ - -e '/xdg-desktop-menu/d' \ - -e '/rm -f -R/d' \ - ${WRKSRC}/Makefile - @# replace obsolete include files - ${REINPLACE_CMD} -e 's|||' \ - ${WRKSRC}/zfuncs.h - @# fix up icon path in XDG .desktop file - ${REINPLACE_CMD} -e 's}/usr/share/fotoxx}${DATADIR}}' \ - ${WRKSRC}/desktop + @${REINPLACE_CMD} -e \ + 's|-ggdb|| ; \ + s|-rdynamic|-Wl,-export-dynamic| ; \ + s|share/man|man| ; \ + s|-lpthread|-lexecinfo|' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e \ + 's|/usr/share/fotoxx|${DATADIR}|' ${WRKSRC}/desktop post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/fotoxx - -.include - -# These hacks are required because the nginx server at the primary -# master site and most of our fetch(1) versions do not get along well. -# This code can be removed once r261263 has been merged from -# base/head into all ports-supported releases. -# We depend on cURL unless wget is in $LOCALPATH: -DISABLE_SIZE= yes -.if exists(${LOCALBASE}/bin/wget) && !exists(${PREFIX}/bin/curl) -FETCH_CMD= ${LOCALBASE}/bin/wget -c -nc -.else -FETCH_DEPENDS= curl:${PORTSDIR}/ftp/curl -FETCH_CMD= ${PREFIX}/bin/curl -OL0C - -.endif + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/fotoxx -.include +.include Modified: head/graphics/fotoxx/distinfo ============================================================================== --- head/graphics/fotoxx/distinfo Tue Dec 22 03:22:46 2015 (r404204) +++ head/graphics/fotoxx/distinfo Tue Dec 22 04:07:14 2015 (r404205) @@ -1,2 +1,2 @@ -SHA256 (fotoxx-14.02.2.tar.gz) = 60b6d9e8a5f19bc92b53d585cb36795d951c7a6d2d0bd1bd30ae3ca0465ed767 -SIZE (fotoxx-14.02.2.tar.gz) = 2715089 +SHA256 (fotoxx-15.05.tar.gz) = 65567adc86087a3a8acdebcb0f15ec299cf690a869129825e3d32da7e50c4604 +SIZE (fotoxx-15.05.tar.gz) = 3573278 Added: head/graphics/fotoxx/files/patch-f.combine.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/fotoxx/files/patch-f.combine.cc Tue Dec 22 04:07:14 2015 (r404205) @@ -0,0 +1,11 @@ +--- f.combine.cc.orig 2015-05-01 09:40:38 UTC ++++ f.combine.cc +@@ -6475,7 +6475,7 @@ void m_pano_PT(GtkWidget *, cchar *) + goto cleanup; + } + +- olddir = get_current_dir_name(); // save curr. directory ++ olddir = getcwd(NULL,PATH_MAX); // save curr. directory + + err = chdir(tempdir); // use /tmp/fotoxx-xxxxx + if (err) { Modified: head/graphics/fotoxx/files/patch-f.file.cc ============================================================================== --- head/graphics/fotoxx/files/patch-f.file.cc Tue Dec 22 03:22:46 2015 (r404204) +++ head/graphics/fotoxx/files/patch-f.file.cc Tue Dec 22 04:07:14 2015 (r404205) @@ -1,10 +1,10 @@ ---- ./f.file.cc.orig 2014-02-05 20:42:34.000000000 +0100 -+++ ./f.file.cc 2014-02-06 10:32:37.000000000 +0100 -@@ -23,6 +23,7 @@ +--- f.file.cc.orig 2015-05-01 09:40:38 UTC ++++ f.file.cc +@@ -74,6 +74,7 @@ #define EX extern // disable extern declarations - #include "fotoxx.h" + #include "fotoxx.h" // (variables in fotoxx.h are refs) +#include - /************************************************************************** - Fotoxx image edit - file menu functions + /**************************************************************************/ + Added: head/graphics/fotoxx/files/patch-f.metadata.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/fotoxx/files/patch-f.metadata.cc Tue Dec 22 04:07:14 2015 (r404205) @@ -0,0 +1,50 @@ +--- f.metadata.cc.orig 2015-05-01 09:40:38 UTC ++++ f.metadata.cc +@@ -92,6 +92,11 @@ + + #define EX extern // enable extern declarations + #include "fotoxx.h" // (variables in fotoxx.h are refs) ++#include ++ ++#ifndef ECOMM ++#define ECOMM EIO ++#endif + + /**************************************************************************/ + +@@ -5911,7 +5917,7 @@ int get_sxrec(sxrec_t &sxrec, cchar *fil + strcpy(sxrec.size,"null"); + + if (! sxrec.tags) +- sxrec.tags = zstrdup("null"tagdelimB); ++ sxrec.tags = zstrdup("null" tagdelimB); + + if (! sxrec.capt) + sxrec.capt = zstrdup("null"); +@@ -6118,7 +6124,7 @@ int put_sxrec(sxrec_t *sxrec, cchar *fil + + if (sxrec->tags) + nn = fprintf(fid2,"tags: %s\n",sxrec->tags); // tags rec. +- else nn = fprintf(fid2,"tags: null"tagdelimB"\n"); ++ else nn = fprintf(fid2,"tags: null" tagdelimB"\n"); + if (! nn) goto file_err; + + if (sxrec->capt) +@@ -6270,7 +6276,7 @@ int read_sxrec_seq(sxrec_t &sxrec, int & + strcpy(sxrec.size,"null"); + + if (! sxrec.tags) +- sxrec.tags = zstrdup("null"tagdelimB); ++ sxrec.tags = zstrdup("null" tagdelimB); + + if (! sxrec.capt) + sxrec.capt = zstrdup("null"); +@@ -6381,7 +6387,7 @@ int write_sxrec_seq(sxrec_t *sxrec, int + + if (sxrec->tags) + nn = fprintf(fid,"tags: %s\n",sxrec->tags); // tags rec. +- else nn = fprintf(fid,"tags: null"tagdelimB"\n"); ++ else nn = fprintf(fid,"tags: null" tagdelimB"\n"); + if (! nn) goto file_err; + + if (sxrec->capt) Modified: head/graphics/fotoxx/files/patch-f.repair.cc ============================================================================== --- head/graphics/fotoxx/files/patch-f.repair.cc Tue Dec 22 03:22:46 2015 (r404204) +++ head/graphics/fotoxx/files/patch-f.repair.cc Tue Dec 22 04:07:14 2015 (r404205) @@ -1,11 +1,11 @@ ---- f.repair.cc.orig 2014-08-15 14:19:11.000000000 -0400 -+++ f.repair.cc 2014-08-15 14:20:01.000000000 -0400 -@@ -1571,7 +1571,7 @@ +--- f.repair.cc.orig 2015-05-01 09:40:38 UTC ++++ f.repair.cc +@@ -2055,7 +2055,7 @@ void m_smart_erase(GtkWidget *, const ch int smart_erase_dialog_event(zdialog *zd, const char *event) // overhauled { void smart_erase_func(int mode); - void smart_erase_blur(float radius); + int smart_erase_blur(float radius); - + float radius; int cc; Added: head/graphics/fotoxx/files/patch-fotoxx-15.05.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/fotoxx/files/patch-fotoxx-15.05.cc Tue Dec 22 04:07:14 2015 (r404205) @@ -0,0 +1,51 @@ +--- fotoxx-15.05.cc.orig 2015-05-01 09:40:38 UTC ++++ fotoxx-15.05.cc +@@ -139,6 +139,8 @@ + + #define EX // disable extern declarations + #include "fotoxx.h" // (variables in fotoxx.h are defined) ++#include ++#include + + /**************************************************************************/ + +@@ -335,7 +337,9 @@ int initzfunc(void *) + char procfile[20], buff[200]; + char KBshortsU[200], KBshortsI[200]; + char tonefile[200], badnews[200]; ++#ifdef __linux__ + double freememory, cachememory; ++#endif + float exifver = 0; + FILE *fid; + STATB statb; +@@ -445,6 +449,7 @@ int initzfunc(void *) + + // check free memory and suggest image size limits + ++#ifdef __linux__ + parseprocfile("/proc/meminfo","MemFree:",&freememory,0); // get amount of free memory + parseprocfile("/proc/meminfo","Cached:",&cachememory,0); + freememory = (freememory + cachememory) / 1024; // megabytes +@@ -452,6 +457,7 @@ int initzfunc(void *) + printz("image size limits for good performance: \n"); + printz(" view: %.0f megapixels \n",(freememory-100)/6); // F + preview, 3 bytes/pixel each + printz(" edit: %.0f megapixels \n",(freememory-100)/54); // + E0/E1/E3/ER, 12 bytes/pixel each ++#endif + + // update KB shortcuts if needed + +@@ -531,7 +537,13 @@ int initzfunc(void *) + screenhh = gdk_screen_get_height(screen); + printz("screen width: %d height: %d \n",screenww,screenhh); + ++#ifdef __linux__ + NWT = get_nprocs(); // get SMP CPU count ++#endif ++#ifdef __FreeBSD__ ++ size_t len = sizeof(NWT); ++ sysctlbyname("hw.ncpu",&NWT,&len,NULL,0); ++#endif + if (NWT <= 0) NWT = 2; + if (NWT > max_threads) NWT = max_threads; // compile time limit + printz("using %d threads \n",NWT); Modified: head/graphics/fotoxx/files/patch-zfuncs.cc ============================================================================== --- head/graphics/fotoxx/files/patch-zfuncs.cc Tue Dec 22 03:22:46 2015 (r404204) +++ head/graphics/fotoxx/files/patch-zfuncs.cc Tue Dec 22 04:07:14 2015 (r404205) @@ -1,20 +1,18 @@ ---- ./zfuncs.cc.orig 2014-02-05 20:42:34.000000000 +0100 -+++ ./zfuncs.cc 2014-02-06 10:32:37.000000000 +0100 -@@ -854,7 +854,7 @@ - // A mutex lock is used to insure one thread at a time has access to the parameter. - // Many parameters can be used but there is only one mutex lock. +--- zfuncs.cc.orig 2015-05-01 09:40:38 UTC ++++ zfuncs.cc +@@ -262,6 +262,7 @@ char *zstrdup(cchar *string, int addcc) --mutex zget_lock = PTHREAD_MUTEX_INITIALIZER; -+mutex_tp zget_lock = PTHREAD_MUTEX_INITIALIZER; - - int zget_locked(int ¶m) // lock and return parameter + void zmalloc_report() { -@@ -1276,7 +1276,7 @@ - namespace shell_asynch_names { - char *command[10]; - int status[10]; -- mutex mlock = PTHREAD_MUTEX_INITIALIZER; -+ mutex_tp mlock = PTHREAD_MUTEX_INITIALIZER; - } ++#ifdef __linux__ + using namespace zfuncs; + + static double ptime = 0; +@@ -282,6 +283,7 @@ void zmalloc_report() - int shell_asynch(cchar *Fcommand, ...) // v.5.5 + ptime = jobtime(); // reset some counters + Nmalloc = Nstrdup = Nfree = 0; ++#endif + + return; + } Modified: head/graphics/fotoxx/files/patch-zfuncs.h ============================================================================== --- head/graphics/fotoxx/files/patch-zfuncs.h Tue Dec 22 03:22:46 2015 (r404204) +++ head/graphics/fotoxx/files/patch-zfuncs.h Tue Dec 22 04:07:14 2015 (r404205) @@ -1,15 +1,19 @@ ---- ./zfuncs.h.orig 2014-02-05 20:42:34.000000000 +0100 -+++ ./zfuncs.h 2014-02-06 10:32:37.000000000 +0100 -@@ -22,7 +22,7 @@ +--- zfuncs.h.orig 2015-05-01 09:40:38 UTC ++++ zfuncs.h +@@ -22,17 +22,18 @@ - // zfuncs.h version v.5.8 + // zfuncs.h version v.6.1 --#include -+//#include +-#include ++//#include #include #include #include -@@ -33,6 +33,7 @@ + #include + #include +-#include ++//#include + #include #include #include #include @@ -17,21 +21,3 @@ #include #include #include -@@ -60,7 +61,7 @@ - - #define wstrerror(err) strerror(WEXITSTATUS(err)) // get text status for child process - --#define mutex pthread_mutex_t // abbreviations -+#define mutex_tp pthread_mutex_t // abbreviations - #define mutex_init pthread_mutex_init - #define mutex_lock pthread_mutex_lock - #define mutex_trylock pthread_mutex_trylock -@@ -625,7 +626,7 @@ - { - char wmi[8]; - Vxstring * vd; // vector of xstrings -- mutex qmutex; // for multi-thread access -+ mutex_tp qmutex; // for multi-thread access - int qcap; // queue capacity - int qcount; // curr. queue count - int ent1; // first entry pointer From owner-svn-ports-head@freebsd.org Tue Dec 22 04:24:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E94CAA4CD6C; Tue, 22 Dec 2015 04:24:49 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ABD05172C; Tue, 22 Dec 2015 04:24:49 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBM4OmxJ035306; Tue, 22 Dec 2015 04:24:48 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBM4OmmR035301; Tue, 22 Dec 2015 04:24:48 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512220424.tBM4OmmR035301@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 22 Dec 2015 04:24:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404206 - in head/devel/pyside-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 04:24:50 -0000 Author: miwi Date: Tue Dec 22 04:24:48 2015 New Revision: 404206 URL: https://svnweb.freebsd.org/changeset/ports/404206 Log: - Unbreak - Switch to github - Update to 0.2.15 PR: 205202 Submitted by: Ports Fury Approved by: mat (mentor) Differential Revision: D4630 Modified: head/devel/pyside-tools/Makefile head/devel/pyside-tools/distinfo head/devel/pyside-tools/files/patch-CMakeLists.txt head/devel/pyside-tools/pkg-descr head/devel/pyside-tools/pkg-plist Modified: head/devel/pyside-tools/Makefile ============================================================================== --- head/devel/pyside-tools/Makefile Tue Dec 22 04:07:14 2015 (r404205) +++ head/devel/pyside-tools/Makefile Tue Dec 22 04:24:48 2015 (r404206) @@ -2,18 +2,13 @@ # $FreeBSD$ PORTNAME= pyside-tools -PORTVERSION= 0.2.13 -PORTREVISION= 3 +PORTVERSION= 0.2.15 CATEGORIES= devel -MASTER_SITES= http://www.pyside.org/files/ \ - http://nivi.interfree.it/distfiles/${PORTNAME}/ PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Utilities for creating PySide applications -BROKEN= unfetchable - LICENSE= BSD3CLAUSE GPLv2 LICENSE_COMB= multi @@ -21,14 +16,13 @@ BUILD_DEPENDS= pyside${PYTHON_PKGNAMESUF LIB_DEPENDS= libshiboken-${PYTHON_VERSION}.so:${PORTSDIR}/devel/shiboken RUN_DEPENDS= pyside${PYTHON_PKGNAMESUFFIX}>=1.0.9:${PORTSDIR}/devel/pyside +USE_GITHUB= yes +GH_ACCOUNT= PySide +GH_PROJECT= Tools + +NO_ARCH= yes +USES= cmake python:2 shebangfix +SHEBANG_FILES= pyside-uic pysideuic/icon_cache.py USE_QT4= moc_build qmake_build rcc_build uic_build -REINPLACE_ARGS= -i.bak -e 's+/usr/bin/env python+&${PYTHON_VER}+' \ - ${WRKSRC}/pyside-uic ${WRKSRC}/pysideuic/icon_cache.py - -USES= cmake python:2 tar:bzip2 - -post-patch: - ${REINPLACE_CMD} - .include Modified: head/devel/pyside-tools/distinfo ============================================================================== --- head/devel/pyside-tools/distinfo Tue Dec 22 04:07:14 2015 (r404205) +++ head/devel/pyside-tools/distinfo Tue Dec 22 04:24:48 2015 (r404206) @@ -1,2 +1,2 @@ -SHA256 (pyside-tools-0.2.13.tar.bz2) = 091e8d09f144626d64671ce8c59e165d81b3443a8538102729fc72fb5b5b364c -SIZE (pyside-tools-0.2.13.tar.bz2) = 75634 +SHA256 (PySide-Tools-0.2.15_GH0.tar.gz) = 8a7fe786b19c5b2b4380aff0a9590b3129fad4a0f6f3df1f39593d79b01a9f74 +SIZE (PySide-Tools-0.2.15_GH0.tar.gz) = 78989 Modified: head/devel/pyside-tools/files/patch-CMakeLists.txt ============================================================================== --- head/devel/pyside-tools/files/patch-CMakeLists.txt Tue Dec 22 04:07:14 2015 (r404205) +++ head/devel/pyside-tools/files/patch-CMakeLists.txt Tue Dec 22 04:24:48 2015 (r404206) @@ -1,6 +1,14 @@ ---- CMakeLists.txt.orig 2011-08-22 21:19:14 UTC +--- CMakeLists.txt.orig 2013-08-16 07:29:17 UTC +++ CMakeLists.txt -@@ -45,7 +45,7 @@ +@@ -38,6 +38,7 @@ install(FILES "${CMAKE_CURRENT_BINARY_DI + DESTINATION "${SITE_PACKAGE}/pysideuic") + install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/pysideuic + DESTINATION ${SITE_PACKAGE} ++ PATTERN "*.1" EXCLUDE + PATTERN "*.in" EXCLUDE + PATTERN "*pysideuic/__init__.py" EXCLUDE + PATTERN "*pysideuic\\__init__.py" EXCLUDE) +@@ -45,7 +46,7 @@ install(DIRECTORY ${CMAKE_CURRENT_SOURCE # Man pages for pyside-uic if (NOT win32) file(GLOB manpages "${CMAKE_CURRENT_SOURCE_DIR}/pysideuic/*.1") Modified: head/devel/pyside-tools/pkg-descr ============================================================================== --- head/devel/pyside-tools/pkg-descr Tue Dec 22 04:07:14 2015 (r404205) +++ head/devel/pyside-tools/pkg-descr Tue Dec 22 04:24:48 2015 (r404206) @@ -1,3 +1,3 @@ Utilities for creating PySide applications. -WWW: http://pyside.org/ +WWW: http://wiki.qt.io/PySide Modified: head/devel/pyside-tools/pkg-plist ============================================================================== --- head/devel/pyside-tools/pkg-plist Tue Dec 22 04:07:14 2015 (r404205) +++ head/devel/pyside-tools/pkg-plist Tue Dec 22 04:24:48 2015 (r404206) @@ -12,7 +12,6 @@ bin/pyside-uic %%PYTHON_SITELIBDIR%%/pysideuic/driver.py %%PYTHON_SITELIBDIR%%/pysideuic/exceptions.py %%PYTHON_SITELIBDIR%%/pysideuic/icon_cache.py -%%PYTHON_SITELIBDIR%%/pysideuic/icon_cache.py.bak %%PYTHON_SITELIBDIR%%/pysideuic/objcreator.py %%PYTHON_SITELIBDIR%%/pysideuic/port_v2/__init__.py %%PYTHON_SITELIBDIR%%/pysideuic/port_v2/as_string.py @@ -21,8 +20,14 @@ bin/pyside-uic %%PYTHON_SITELIBDIR%%/pysideuic/port_v2/load_plugin.py %%PYTHON_SITELIBDIR%%/pysideuic/port_v2/proxy_base.py %%PYTHON_SITELIBDIR%%/pysideuic/port_v2/string_io.py +%%PYTHON_SITELIBDIR%%/pysideuic/port_v3/__init__.py +%%PYTHON_SITELIBDIR%%/pysideuic/port_v3/as_string.py +%%PYTHON_SITELIBDIR%%/pysideuic/port_v3/ascii_upper.py +%%PYTHON_SITELIBDIR%%/pysideuic/port_v3/invoke.py +%%PYTHON_SITELIBDIR%%/pysideuic/port_v3/load_plugin.py +%%PYTHON_SITELIBDIR%%/pysideuic/port_v3/proxy_base.py +%%PYTHON_SITELIBDIR%%/pysideuic/port_v3/string_io.py %%PYTHON_SITELIBDIR%%/pysideuic/properties.py -%%PYTHON_SITELIBDIR%%/pysideuic/pyside-uic.1 %%PYTHON_SITELIBDIR%%/pysideuic/uiparser.py %%PYTHON_SITELIBDIR%%/pysideuic/widget-plugins/phonon.py %%PYTHON_SITELIBDIR%%/pysideuic/widget-plugins/qtdeclarative.py From owner-svn-ports-head@freebsd.org Tue Dec 22 04:28:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1096FA4CE30; Tue, 22 Dec 2015 04:28:07 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE8911845; Tue, 22 Dec 2015 04:28:06 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBM4S5Lm035550; Tue, 22 Dec 2015 04:28:05 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBM4S55n035547; Tue, 22 Dec 2015 04:28:05 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512220428.tBM4S55n035547@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 22 Dec 2015 04:28:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404207 - head/science/gwyddion X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 04:28:07 -0000 Author: miwi Date: Tue Dec 22 04:28:05 2015 New Revision: 404207 URL: https://svnweb.freebsd.org/changeset/ports/404207 Log: - Update to 2.43 PR: 205217 Submitted by: Ports Fury Approved by: mat (mentor) Differential Revision: D4614 Modified: head/science/gwyddion/Makefile head/science/gwyddion/distinfo head/science/gwyddion/pkg-plist Modified: head/science/gwyddion/Makefile ============================================================================== --- head/science/gwyddion/Makefile Tue Dec 22 04:24:48 2015 (r404206) +++ head/science/gwyddion/Makefile Tue Dec 22 04:28:05 2015 (r404207) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gwyddion -PORTVERSION= 2.42 +PORTVERSION= 2.43 CATEGORIES= science graphics MASTER_SITES= SF Modified: head/science/gwyddion/distinfo ============================================================================== --- head/science/gwyddion/distinfo Tue Dec 22 04:24:48 2015 (r404206) +++ head/science/gwyddion/distinfo Tue Dec 22 04:28:05 2015 (r404207) @@ -1,2 +1,2 @@ -SHA256 (gwyddion-2.42.tar.xz) = fc3f69f09158bf1c5592b9497d41f30f721161d82b917644544d887673eaacae -SIZE (gwyddion-2.42.tar.xz) = 3227080 +SHA256 (gwyddion-2.43.tar.xz) = df09c431e5e1c510041761baf3c0cddaa47200aed67a4246dfd8c60d40bd1ec0 +SIZE (gwyddion-2.43.tar.xz) = 3483700 Modified: head/science/gwyddion/pkg-plist ============================================================================== --- head/science/gwyddion/pkg-plist Tue Dec 22 04:24:48 2015 (r404206) +++ head/science/gwyddion/pkg-plist Tue Dec 22 04:28:05 2015 (r404207) @@ -220,6 +220,7 @@ lib/gwyddion/modules/file/opengps.so lib/gwyddion/modules/file/pixmap.so lib/gwyddion/modules/file/pltfile.so lib/gwyddion/modules/file/pnifile.so +lib/gwyddion/modules/file/princetonspe.so lib/gwyddion/modules/file/psia.so lib/gwyddion/modules/file/pt3file.so lib/gwyddion/modules/file/quesant.so @@ -235,6 +236,7 @@ lib/gwyddion/modules/file/s94file.so lib/gwyddion/modules/file/sdfile.so lib/gwyddion/modules/file/seiko.so lib/gwyddion/modules/file/sensofar.so +lib/gwyddion/modules/file/sensofarx.so lib/gwyddion/modules/file/sensolytics.so lib/gwyddion/modules/file/shimadzu.so lib/gwyddion/modules/file/sicmfile.so @@ -335,9 +337,11 @@ lib/gwyddion/modules/process/linecorrect lib/gwyddion/modules/process/linematch.so lib/gwyddion/modules/process/lno_synth.so lib/gwyddion/modules/process/local_contrast.so +lib/gwyddion/modules/process/mark_disconn.so lib/gwyddion/modules/process/mark_with.so lib/gwyddion/modules/process/mask_distribute.so lib/gwyddion/modules/process/mask_edt.so +lib/gwyddion/modules/process/mask_morph.so lib/gwyddion/modules/process/maskcor.so lib/gwyddion/modules/process/maskops.so lib/gwyddion/modules/process/mcrop.so @@ -412,22 +416,22 @@ lib/gwyddion/modules/volume/volume_slice %%RUBY%%lib/gwyddion/ruby/gwyddion/dump.rb lib/libgwyapp2.so lib/libgwyapp2.so.0 -lib/libgwyapp2.so.0.13.0 +lib/libgwyapp2.so.0.14.0 lib/libgwyddion2.so lib/libgwyddion2.so.0 -lib/libgwyddion2.so.0.17.0 +lib/libgwyddion2.so.0.18.0 lib/libgwydgets2.so lib/libgwydgets2.so.0 -lib/libgwydgets2.so.0.19.0 +lib/libgwydgets2.so.0.20.0 lib/libgwydraw2.so lib/libgwydraw2.so.0 -lib/libgwydraw2.so.0.3.0 +lib/libgwydraw2.so.0.4.0 lib/libgwymodule2.so lib/libgwymodule2.so.0 -lib/libgwymodule2.so.0.8.0 +lib/libgwymodule2.so.0.8.1 lib/libgwyprocess2.so lib/libgwyprocess2.so.0 -lib/libgwyprocess2.so.0.25.0 +lib/libgwyprocess2.so.0.26.0 %%PYTHON%%%%PYTHON_SITELIBDIR%%/gwy.so libdata/pkgconfig/gwyddion.pc libexec/gwyddion/plugins/file/dump From owner-svn-ports-head@freebsd.org Tue Dec 22 04:32:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7872BA4CFD8; Tue, 22 Dec 2015 04:32:24 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4568A1B3B; Tue, 22 Dec 2015 04:32:24 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBM4WNPb038379; Tue, 22 Dec 2015 04:32:23 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBM4WNkv038377; Tue, 22 Dec 2015 04:32:23 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512220432.tBM4WNkv038377@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 22 Dec 2015 04:32:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404208 - head/sysutils/desktop-installer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 04:32:24 -0000 Author: miwi Date: Tue Dec 22 04:32:23 2015 New Revision: 404208 URL: https://svnweb.freebsd.org/changeset/ports/404208 Log: - Update to 0.4.9 PR: 203945 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: D4652 Modified: head/sysutils/desktop-installer/Makefile head/sysutils/desktop-installer/distinfo Modified: head/sysutils/desktop-installer/Makefile ============================================================================== --- head/sysutils/desktop-installer/Makefile Tue Dec 22 04:28:05 2015 (r404207) +++ head/sysutils/desktop-installer/Makefile Tue Dec 22 04:32:23 2015 (r404208) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= desktop-installer -PORTVERSION= 0.4.8 +PORTVERSION= 0.4.9 CATEGORIES= sysutils MASTER_SITES= http://acadix.biz/Ports/distfiles/ @@ -11,7 +11,7 @@ COMMENT= Quickly configure a FreeBSD des LICENSE= BSD2CLAUSE -RUN_DEPENDS= auto-admin>=0.3.4:${PORTSDIR}/sysutils/auto-admin +RUN_DEPENDS= auto-admin>=0.3.5:${PORTSDIR}/sysutils/auto-admin USES= tar:xz Modified: head/sysutils/desktop-installer/distinfo ============================================================================== --- head/sysutils/desktop-installer/distinfo Tue Dec 22 04:28:05 2015 (r404207) +++ head/sysutils/desktop-installer/distinfo Tue Dec 22 04:32:23 2015 (r404208) @@ -1,2 +1,2 @@ -SHA256 (desktop-installer-0.4.8.tar.xz) = cd3741318e955709e5984ed54a0fd5e0ae9de7df56087cb9ea0f6dd1b30e8449 -SIZE (desktop-installer-0.4.8.tar.xz) = 176440 +SHA256 (desktop-installer-0.4.9.tar.xz) = 9af233c0e3aeadebbd76f8387572c03c8b5f49d555c67f313eead31e1469b9b7 +SIZE (desktop-installer-0.4.9.tar.xz) = 176396 From owner-svn-ports-head@freebsd.org Tue Dec 22 04:34:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D1A2A4D169; Tue, 22 Dec 2015 04:34:51 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A7491CA0; Tue, 22 Dec 2015 04:34:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBM4YoCw038587; Tue, 22 Dec 2015 04:34:50 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBM4YnaX038585; Tue, 22 Dec 2015 04:34:49 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512220434.tBM4YnaX038585@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 22 Dec 2015 04:34:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404209 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 04:34:51 -0000 Author: miwi Date: Tue Dec 22 04:34:49 2015 New Revision: 404209 URL: https://svnweb.freebsd.org/changeset/ports/404209 Log: - Update to 1.5.0 PR: 205395 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: D4627 Modified: head/print/cups-filters/Makefile head/print/cups-filters/distinfo Modified: head/print/cups-filters/Makefile ============================================================================== --- head/print/cups-filters/Makefile Tue Dec 22 04:32:23 2015 (r404208) +++ head/print/cups-filters/Makefile Tue Dec 22 04:34:49 2015 (r404209) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cups-filters -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/cups-filters/ Modified: head/print/cups-filters/distinfo ============================================================================== --- head/print/cups-filters/distinfo Tue Dec 22 04:32:23 2015 (r404208) +++ head/print/cups-filters/distinfo Tue Dec 22 04:34:49 2015 (r404209) @@ -1,2 +1,2 @@ -SHA256 (cups-filters-1.4.0.tar.xz) = 0aa63f82a3feb5c46136b917722ee1565b4c1e2e533db4716f62d31e29c6579a -SIZE (cups-filters-1.4.0.tar.xz) = 1373724 +SHA256 (cups-filters-1.5.0.tar.xz) = f22a8864e8d5b693795605a31345c08cc68f85120ebde9a0aa7bc27639815932 +SIZE (cups-filters-1.5.0.tar.xz) = 1375588 From owner-svn-ports-head@freebsd.org Tue Dec 22 04:37:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23821A4D1F0; Tue, 22 Dec 2015 04:37:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E4B851D88; Tue, 22 Dec 2015 04:37:17 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBM4bH9t038800; Tue, 22 Dec 2015 04:37:17 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBM4bGoR038798; Tue, 22 Dec 2015 04:37:16 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512220437.tBM4bGoR038798@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 22 Dec 2015 04:37:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404210 - head/sysutils/ldap-account-manager X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 04:37:18 -0000 Author: miwi Date: Tue Dec 22 04:37:16 2015 New Revision: 404210 URL: https://svnweb.freebsd.org/changeset/ports/404210 Log: - Update to 5.2 PR: 205345 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: D4626 Modified: head/sysutils/ldap-account-manager/Makefile head/sysutils/ldap-account-manager/distinfo Modified: head/sysutils/ldap-account-manager/Makefile ============================================================================== --- head/sysutils/ldap-account-manager/Makefile Tue Dec 22 04:34:49 2015 (r404209) +++ head/sysutils/ldap-account-manager/Makefile Tue Dec 22 04:37:16 2015 (r404210) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ldap-account-manager -PORTVERSION= 5.1 +PORTVERSION= 5.2 CATEGORIES= sysutils www MASTER_SITES= SF/${SHORTNAME}/LAM/${PORTVERSION} Modified: head/sysutils/ldap-account-manager/distinfo ============================================================================== --- head/sysutils/ldap-account-manager/distinfo Tue Dec 22 04:34:49 2015 (r404209) +++ head/sysutils/ldap-account-manager/distinfo Tue Dec 22 04:37:16 2015 (r404210) @@ -1,2 +1,2 @@ -SHA256 (ldap-account-manager-5.1.tar.bz2) = 6a7d1d8caa10fad4c579d30c7d8616fcdb053d5c784d23bb07ce9f22962e92ef -SIZE (ldap-account-manager-5.1.tar.bz2) = 13923166 +SHA256 (ldap-account-manager-5.2.tar.bz2) = 1d87153e34ed8a6f33b91761af04ae61df6b45e26cb773bee44d80896eca43d3 +SIZE (ldap-account-manager-5.2.tar.bz2) = 14047912 From owner-svn-ports-head@freebsd.org Tue Dec 22 04:39:56 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76B18A4D2EF; Tue, 22 Dec 2015 04:39:56 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 463B71E9F; Tue, 22 Dec 2015 04:39:56 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBM4dtkg039000; Tue, 22 Dec 2015 04:39:55 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBM4dtwL038998; Tue, 22 Dec 2015 04:39:55 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512220439.tBM4dtwL038998@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 22 Dec 2015 04:39:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404211 - head/sysutils/geteltorito X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 04:39:56 -0000 Author: miwi Date: Tue Dec 22 04:39:55 2015 New Revision: 404211 URL: https://svnweb.freebsd.org/changeset/ports/404211 Log: - Update to 0.6 - Set PORTEPOCH Note: With the last update it was mistakenly labeled as 1.0, while the actual version in ports is 0.4. PR: 204076 Submitted by: aeuii@posteo.de Approved by: mat (mentor); maintainer timeout Differential Revision: D4651 Modified: head/sysutils/geteltorito/Makefile head/sysutils/geteltorito/distinfo Modified: head/sysutils/geteltorito/Makefile ============================================================================== --- head/sysutils/geteltorito/Makefile Tue Dec 22 04:37:16 2015 (r404210) +++ head/sysutils/geteltorito/Makefile Tue Dec 22 04:39:55 2015 (r404211) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= geteltorito -PORTVERSION= 1.0 +PORTVERSION= 0.6 +PORTEPOCH= 1 CATEGORIES= sysutils MASTER_SITES= http://www.uni-koblenz.de/~krienke/ftp/noarch/geteltorito/ DISTFILES= ${PORTNAME}.pl Modified: head/sysutils/geteltorito/distinfo ============================================================================== --- head/sysutils/geteltorito/distinfo Tue Dec 22 04:37:16 2015 (r404210) +++ head/sysutils/geteltorito/distinfo Tue Dec 22 04:39:55 2015 (r404211) @@ -1,2 +1,2 @@ -SHA256 (geteltorito.pl) = 797f36647319f9aa1424eeaf10cd5bfb74db994848cdbb66c04086f18d8eb087 -SIZE (geteltorito.pl) = 5832 +SHA256 (geteltorito.pl) = 378a6305edb9397978e60b7908a85dd8c2546f2808cb845552d5e4a8ba9baab3 +SIZE (geteltorito.pl) = 6602 From owner-svn-ports-head@freebsd.org Tue Dec 22 04:49:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78E02A4D57D; Tue, 22 Dec 2015 04:49:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56308123B; Tue, 22 Dec 2015 04:49:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBM4nPxF041918; Tue, 22 Dec 2015 04:49:25 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBM4nPK6041914; Tue, 22 Dec 2015 04:49:25 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512220449.tBM4nPK6041914@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 22 Dec 2015 04:49:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404212 - in head/games/xscavenger: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 04:49:26 -0000 Author: miwi Date: Tue Dec 22 04:49:24 2015 New Revision: 404212 URL: https://svnweb.freebsd.org/changeset/ports/404212 Log: - Update to 1.4.5 - Update WWW PR: 205208 Submitted by: Ports Fury Approved by: mat (mentor) Differential Revision: D4632 Modified: head/games/xscavenger/Makefile head/games/xscavenger/distinfo head/games/xscavenger/files/patch-sound.c head/games/xscavenger/pkg-descr Modified: head/games/xscavenger/Makefile ============================================================================== --- head/games/xscavenger/Makefile Tue Dec 22 04:39:55 2015 (r404211) +++ head/games/xscavenger/Makefile Tue Dec 22 04:49:24 2015 (r404212) @@ -2,16 +2,13 @@ # $FreeBSD$ PORTNAME= xscavenger -PORTVERSION= 1.4.4 -PORTREVISION= 2 +PORTVERSION= 1.4.5 CATEGORIES= games -MASTER_SITES= http://www.xdr.com/dash/ +MASTER_SITES= http://www.linuxmotors.com/scavenger/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= Lode Runner clone for X11 -BROKEN= unfetchable - LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/../copyright @@ -22,6 +19,18 @@ USE_XORG= x11 xext CFLAGS+= -Wno-return-type -Wno-pointer-sign +DESKTOP_ENTRIES="XScavenger" "" "" "scavenger" "" "" + +OPTIONS_DEFINE= ALSA +OPTIONS_DEFAULT= ALSA + +ALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib +ALSA_CFLAGS_OFF= -DNO_ALSA + +post-patch-ALSA-off: + @${REINPLACE_CMD} -e \ + 's|-lasound||' ${WRKSRC}/Imakefile + pre-configure: @${LN} -sf scavenger.6 ${WRKSRC}/scavenger.man @${ECHO_CMD} "MANSUFFIX=6" >> ${WRKSRC}/Imakefile Modified: head/games/xscavenger/distinfo ============================================================================== --- head/games/xscavenger/distinfo Tue Dec 22 04:39:55 2015 (r404211) +++ head/games/xscavenger/distinfo Tue Dec 22 04:49:24 2015 (r404212) @@ -1,2 +1,2 @@ -SHA256 (xscavenger-1.4.4.tgz) = 65c8d2224068151fcac704f34b91fb46056f77b708b1a60170a955d93751553e -SIZE (xscavenger-1.4.4.tgz) = 193346 +SHA256 (xscavenger-1.4.5.tgz) = f719ffd4ed2abaed9f34b5d22bc392f3067b5c4b19bea2e9a02be07243a4d406 +SIZE (xscavenger-1.4.5.tgz) = 192990 Modified: head/games/xscavenger/files/patch-sound.c ============================================================================== --- head/games/xscavenger/files/patch-sound.c Tue Dec 22 04:39:55 2015 (r404211) +++ head/games/xscavenger/files/patch-sound.c Tue Dec 22 04:49:24 2015 (r404212) @@ -1,11 +1,227 @@ ---- sound.c.orig Tue May 22 17:45:42 2001 -+++ sound.c Tue May 22 17:45:53 2001 -@@ -5,7 +5,7 @@ - #include - #include - #include --#include -+#include - #include - #include +--- sound.c.orig 2014-11-18 23:26:13 UTC ++++ sound.c +@@ -10,7 +10,13 @@ #include + #include + ++#ifdef NO_ALSA ++#include ++#include ++#define SOUNDDEV "/dev/dsp" ++#else + #include ++#endif + + + #include "scav.h" +@@ -42,10 +48,14 @@ sample samples[NUMSOUNDS]; + + int soundworking=0; + int fragment; ++#ifdef NO_ALSA ++int dsp; ++#endif + int soundwrite,soundread; + int *soundbuffer; + int soundbufferlen; + ++#ifndef NO_ALSA + snd_pcm_t *playback_handle; + + void opendsp(int samplerate) +@@ -122,6 +132,7 @@ void opendsp(int samplerate) + } + + } ++#endif + + + void soundinit(void) +@@ -129,26 +140,50 @@ void soundinit(void) + int fd[2]; + char devname[256]; + int value; ++#ifndef NO_ALSA + int res; ++#endif + + sprintf(dirlist,"%s/%s,%s",localname,localdirname,libname); + soundworking=0; ++#ifdef NO_ALSA ++ pipe(fd); ++#else + res=pipe(fd);res=res;//STFU ++#endif + soundread=fd[0]; + soundwrite=fd[1]; ++#ifdef NO_ALSA ++ if(fork()) ++#else + res = fork(); + if(res>0) ++#endif + { + close(soundread); + return; + } + close(soundwrite); + memset(samples,0,sizeof(samples)); ++#ifdef NO_ALSA ++ strcpy(devname,SOUNDDEV); ++ dsp=open(devname,O_WRONLY); ++ if(dsp<0) goto failed; ++ fragment=0x20009; ++ ioctl(dsp,SNDCTL_DSP_SETFRAGMENT,&fragment); ++ value=10000; ++ ioctl(dsp,SNDCTL_DSP_SPEED,&value); ++ value=0; ++ ioctl(dsp,SNDCTL_DSP_STEREO,&value); ++ ioctl(dsp,SNDCTL_DSP_GETBLKSIZE,&fragment); ++ if(!fragment) {close(dsp);goto failed;} ++#else + + // 10,000 hz mono 8bit samples + fragment = 256; + opendsp(10000); + ++#endif + soundbufferlen=fragment*sizeof(int); + soundbuffer=malloc(soundbufferlen); + if(!soundbuffer) goto failed; +@@ -180,12 +215,21 @@ int i,file,size,len; + } + size=lseek(file,0,SEEK_END); + lseek(file,0,SEEK_SET); ++#ifdef NO_ALSA ++ len=samples[num].len=(size+fragment-1)/fragment; ++#else + int expand = 1; + len=samples[num].len=(size*expand+fragment-1)/fragment; ++#endif + len*=fragment; + p1=samples[num].data=malloc(len); + if(p1) + { ++#ifdef NO_ALSA ++ i=read(file,p1,size); ++ if(len-size) memset(p1+size,0,len-size); ++ while(size--) *p1++ ^= 0x80; ++#else + memset(p1, 0, len); + int got=read(file,p1,size); + for(i=got-1;i>=0;--i) +@@ -194,6 +238,7 @@ int i,file,size,len; + for(j=expand-1;j>=0;--j) + p1[i*expand+j] = p1[i] - 0x80; + } ++#endif + } else + samples[num].data=0; + close(file); +@@ -207,8 +252,12 @@ signed char *p; + int *ip; + int playing[MIXMAX],position[MIXMAX]; + int which; ++#ifdef NO_ALSA ++unsigned char clip[8192]; ++#else + int *mixbuffer; + short *outbuffer; ++#endif + + while(!soundworking) + { +@@ -223,12 +272,21 @@ short *outbuffer; + com=*commands; + if(com==SOUND_EXIT) exit(0); + } ++#ifdef NO_ALSA ++ for(i=0;i<8192;i++) ++ { ++ j=i-4096; ++ clip[i]=j > 127 ? 255 : (j<-128 ? 0 : j+128); ++ } ++#endif + for(i=0;i Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B9C2A4D786; Tue, 22 Dec 2015 04:55:16 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0980615AC; Tue, 22 Dec 2015 04:55:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBM4tFJ5044877; Tue, 22 Dec 2015 04:55:15 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBM4tE1I044869; Tue, 22 Dec 2015 04:55:14 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512220455.tBM4tE1I044869@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 22 Dec 2015 04:55:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404213 - in head/games/stepmania-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 04:55:16 -0000 Author: miwi Date: Tue Dec 22 04:55:14 2015 New Revision: 404213 URL: https://svnweb.freebsd.org/changeset/ports/404213 Log: - Update to 5.0.10 PR: 204443 Submitted by: Ports Fury Approved by: mat (mentor) Differential Revision: D4616 Added: head/games/stepmania-devel/files/patch-StepmaniaCore.cmake (contents, props changed) head/games/stepmania-devel/files/patch-extern__CMakeLists.txt (contents, props changed) head/games/stepmania-devel/files/patch-src__CMakeData-arch.cmake (contents, props changed) head/games/stepmania-devel/files/patch-src__CMakeLists.txt (contents, props changed) Modified: head/games/stepmania-devel/Makefile head/games/stepmania-devel/distinfo head/games/stepmania-devel/pkg-plist Modified: head/games/stepmania-devel/Makefile ============================================================================== --- head/games/stepmania-devel/Makefile Tue Dec 22 04:49:24 2015 (r404212) +++ head/games/stepmania-devel/Makefile Tue Dec 22 04:55:14 2015 (r404213) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= stepmania -PORTVERSION= 5.0.9 +PORTVERSION= 5.0.10 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= games @@ -19,49 +19,39 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/deve USE_GITHUB= yes -USES= autoreconf gmake iconv jpeg pathfix perl5 pkgconfig shebangfix +USES= cmake:outsource iconv jpeg pathfix perl5 pkgconfig shebangfix +SHEBANG_FILES= Utils/*.pl extern/zlib/zlib2ansi USE_XORG= x11 xrandr xtst USE_GL= glew USE_PERL5= build -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-system-pcre \ - ${ICONV_CONFIGURE_ARG} +CMAKE_ARGS= -DHAVE__MKDIR:BOOL=OFF INSTALLS_ICONS= yes -SHEBANG_FILES= Utils/*.pl \ - extern/zlib/zlib2ansi -CPPFLAGS+= -I${LOCALBASE}/include +CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= ALSA DOCS FFMPEG GTK2 JACK MAD PULSEAUDIO VORBIS +OPTIONS_DEFINE= ALSA DOCS FFMPEG GTK2 JACK MAD PULSEAUDIO VAAPI VORBIS OPTIONS_DEFAULT= GTK2 MAD VORBIS OPTIONS_SUB= yes ALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib -ALSA_CONFIGURE_ENV_OFF= ac_cv_lib_asound_snd_ctl_open=no +ALSA_CMAKE_OFF= -DWITH_ALSA:BOOL=OFF +FFMEPG_BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm FFMPEG_LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg -FFMPEG_CONFIGURE_ON= --with-system-ffmpeg -FFMPEG_CONFIGURE_WITH= ffmpeg +FFMPEG_CMAKE_ON= -DWITH_SYSTEM_FFMPEG:BOOL=ON +FFMPEG_CMAKE_OFF= -DWITH_FFMPEG:BOOL=OFF GTK2_USE= gnome=gtk20 -GTK2_CONFIGURE_ENABLE= gtk2 +GTK2_CMAKE_ON= -DWITH_GTK2:BOOL=ON JACK_LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack -JACK_CONFIGURE_WITH= jack +JACK_CONFIGURE_OFF= -DWITH_JACK:BOOL=OFF MAD_LIB_DEPENDS= libmad.so:${PORTSDIR}/audio/libmad -MAD_CONFIGURE_WITH= mp3 +MAD_CMAKE_OFF= -DWITH_MP3:BOOL=OFF PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio -PULSEAUDIO_CONFIGURE_ENV_OFF= ac_cv_lib_pulse_pa_stream_new=no +PULSEAUDIO_CMAKE_OFF= -DWITH_PULSE:BOOL=OFF +VAAPI_LIB_DEPENDS= libva.so:${PORTSDIR}/multimedia/libva +VAAPI_CMAKE_OFF= -DVA_FOUND:BOOL=OFF VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis -VORBIS_CONFIGURE_WITH= vorbis - -post-patch: - @${REINPLACE_CMD} -e \ - 's|^\(x86_64\)|amd64*\|\1| ; \ - s|-lpthread|-pthread|' ${WRKSRC}/configure.ac - @${REINPLACE_CMD} -e \ - 's|XLIBS+="-l|XLIBS="$$XLIBS -l|' ${WRKSRC}/autoconf/m4/x11.m4 - @${REINPLACE_CMD} -e \ - 's|-rdynamic|-Wl,-export-dynamic| ; \ - s|-finline-limit=300||' ${WRKSRC}/src/Makefile.am +VORBIS_CMAKE_OFF= -DWITH_OGG:BOOL=OFF pre-build: @${MKDIR} ${WRKDIR}/wrappers @@ -79,25 +69,24 @@ do-install: ${STAGEDIR}${PREFIX}/bin) @${MKDIR} ${STAGEDIR}${PREFIX}/lib/stepmania .for i in Announcers BGAnimations BackgroundEffects BackgroundTransitions \ - Characters Courses Data NoteSkins Scripts Themes + Characters Courses Data NoteSkins Scripts Songs Themes @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} \ ${STAGEDIR}${PREFIX}/lib/stepmania) .endfor - (cd ${WRKSRC}/src && ${INSTALL_PROGRAM} stepmania \ + (cd ${WRKSRC} && ${INSTALL_PROGRAM} stepmania \ ${STAGEDIR}${PREFIX}/lib/stepmania) - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/stepmania/Songs (cd ${WRKSRC} && ${INSTALL_DATA} stepmania.desktop \ ${STAGEDIR}${PREFIX}/share/applications) @(cd ${WRKSRC} && ${COPYTREE_SHARE} icons \ ${STAGEDIR}${PREFIX}/share) +post-install-GTK2-on: + (cd ${WRKSRC} && ${INSTALL_LIB} GtkModule.so \ + ${STAGEDIR}${PREFIX}/lib/stepmania) + post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @(cd ${WRKSRC}/Docs && ${COPYTREE_SHARE} . \ ${STAGEDIR}${DOCSDIR} "! -name Licenses.txt") -post-install-GTK2-on: - (cd ${WRKSRC}/src && ${INSTALL_LIB} GtkModule.so \ - ${STAGEDIR}${PREFIX}/lib/stepmania) - .include Modified: head/games/stepmania-devel/distinfo ============================================================================== --- head/games/stepmania-devel/distinfo Tue Dec 22 04:49:24 2015 (r404212) +++ head/games/stepmania-devel/distinfo Tue Dec 22 04:55:14 2015 (r404213) @@ -1,2 +1,2 @@ -SHA256 (stepmania-stepmania-v5.0.9_GH0.tar.gz) = 9f0566e36a578d499f6cbbb4e32b4d762182a991f6bc37df762c433976a80142 -SIZE (stepmania-stepmania-v5.0.9_GH0.tar.gz) = 197144798 +SHA256 (stepmania-stepmania-v5.0.10_GH0.tar.gz) = 8c6d375da82fede5752442c39254b76d3013102bb6f73f2fa8053f8e6fff0b70 +SIZE (stepmania-stepmania-v5.0.10_GH0.tar.gz) = 176559619 Added: head/games/stepmania-devel/files/patch-StepmaniaCore.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/stepmania-devel/files/patch-StepmaniaCore.cmake Tue Dec 22 04:55:14 2015 (r404213) @@ -0,0 +1,44 @@ +--- StepmaniaCore.cmake.orig 2015-10-30 15:55:52.000000000 +0900 ++++ StepmaniaCore.cmake 2015-11-09 01:49:26.062972000 +0900 +@@ -308,7 +308,7 @@ + MAC_FRAME_OPENGL + MAC_FRAME_QUICKTIME + ) +-elseif(LINUX) ++else() + if(WITH_GTK2) + find_package("GTK2" 2.0) + if (${GTK2_FOUND}) +@@ -350,26 +350,32 @@ + set(HAX_XRANDR FALSE) + endif() + ++ if(WITH_PULSE) + find_package(PulseAudio) + if (PULSEAUDIO_FOUND) + set(HAS_PULSE TRUE) + else() + set(HAS_PULSE FALSE) + endif() ++ endif() + ++ if(WITH_ALSA) + find_package(ALSA) + if (ALSA_FOUND) + set(HAS_ALSA TRUE) + else() + set(HAS_ALSA FALSE) + endif() ++ endif() + ++ if(WITH_JACK) + find_package(JACK) + if (JACK_FOUND) + set(HAS_JACK TRUE) + else() + set(HAS_JACK FALSE) + endif() ++ endif() + + find_package(OSS) + if (OSS_FOUND) Added: head/games/stepmania-devel/files/patch-extern__CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/stepmania-devel/files/patch-extern__CMakeLists.txt Tue Dec 22 04:55:14 2015 (r404213) @@ -0,0 +1,14 @@ +--- extern/CMakeLists.txt.orig 2015-10-30 06:55:52 UTC ++++ extern/CMakeLists.txt +@@ -1,5 +1,4 @@ + include(CMakeProject-lua.cmake) +-include(CMakeProject-glew.cmake) + include(CMakeProject-json.cmake) + if (APPLE OR MSVC) + include(CMakeProject-mad.cmake) +@@ -16,5 +15,4 @@ if (NOT SYSTEM_PCRE_FOUND) + endif() + include(CMakeProject-tomcrypt.cmake) + include(CMakeProject-tommath.cmake) +-include(CMakeProject-png.cmake) + Added: head/games/stepmania-devel/files/patch-src__CMakeData-arch.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/stepmania-devel/files/patch-src__CMakeData-arch.cmake Tue Dec 22 04:55:14 2015 (r404213) @@ -0,0 +1,11 @@ +--- src/CMakeData-arch.cmake.orig 2015-10-30 06:55:52 UTC ++++ src/CMakeData-arch.cmake +@@ -243,7 +243,7 @@ else() + list(APPEND SMDATA_ARCH_LOADING_HPP + "arch/LoadingWindow/LoadingWindow_MacOSX.h" + ) +- elseif(LINUX) ++ else() + if (GTK2_FOUND) + list(APPEND SMDATA_ARCH_LOADING_SRC + "arch/LoadingWindow/LoadingWindow_Gtk.cpp" Added: head/games/stepmania-devel/files/patch-src__CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/stepmania-devel/files/patch-src__CMakeLists.txt Tue Dec 22 04:55:14 2015 (r404213) @@ -0,0 +1,19 @@ +--- src/CMakeLists.txt.orig 2015-10-30 06:55:52 UTC ++++ src/CMakeLists.txt +@@ -328,7 +328,7 @@ list(APPEND SMDATA_LINK_LIB + "zlib" + "jsoncpp" + "png" +- "glew" ++ "GLEW" + "jpeg" + ) + +@@ -521,7 +521,6 @@ list(APPEND SM_INCLUDE_DIRS + ) + if(NOT APPLE) + list(APPEND SM_INCLUDE_DIRS +- "${SM_EXTERN_DIR}/glew-1.5.8/include" + "${SM_EXTERN_DIR}/jsoncpp/include" + "${SM_EXTERN_DIR}/zlib" + ) Modified: head/games/stepmania-devel/pkg-plist ============================================================================== --- head/games/stepmania-devel/pkg-plist Tue Dec 22 04:49:24 2015 (r404212) +++ head/games/stepmania-devel/pkg-plist Tue Dec 22 04:55:14 2015 (r404213) @@ -1594,6 +1594,21 @@ lib/stepmania/NoteSkins/techno/default/m lib/stepmania/Scripts/32log.lua lib/stepmania/Scripts/extend_table.lua lib/stepmania/Scripts/unavailable_functions.lua +lib/stepmania/Songs/StepMania 5/Goin' Under/Goin' Under.ogg +lib/stepmania/Songs/StepMania 5/Goin' Under/Goin' Under.sm +lib/stepmania/Songs/StepMania 5/Goin' Under/Goin' Under.ssc +lib/stepmania/Songs/StepMania 5/Goin' Under/bg.png +lib/stepmania/Songs/StepMania 5/Goin' Under/bn.png +lib/stepmania/Songs/StepMania 5/MechaTribe Assault/Mecha-Tribe Assault.ogg +lib/stepmania/Songs/StepMania 5/MechaTribe Assault/Mecha-Tribe Assault.ssc +lib/stepmania/Songs/StepMania 5/MechaTribe Assault/mechatribeassaultbg.png +lib/stepmania/Songs/StepMania 5/MechaTribe Assault/mechatribeassaultbn.png +lib/stepmania/Songs/StepMania 5/MechaTribe Assault/wyde cd-tital.png +lib/stepmania/Songs/StepMania 5/Springtime/Kommisar - Springtime.mp3 +lib/stepmania/Songs/StepMania 5/Springtime/Springtime.ssc +lib/stepmania/Songs/StepMania 5/Springtime/spring.png +lib/stepmania/Songs/StepMania 5/Springtime/springbn.png +lib/stepmania/Songs/instructions.txt lib/stepmania/Themes/_Installer/Languages/de.ini lib/stepmania/Themes/_Installer/Languages/en.ini lib/stepmania/Themes/_Installer/Languages/es.ini @@ -1781,10 +1796,10 @@ lib/stepmania/Themes/_fallback/Fonts/_ja lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 9] 8x8 (doubleres).png lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji-jis1-stroke] 32x32 (doubleres).png lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji-jis1] 32x32 (doubleres).png -lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji-jis2-stroke] 32x106 (doubleres).png -lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji-jis2] 32x106 (doubleres).png -lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji-regular-stroke] 32x61 (doubleres).png -lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji-regular] 32x61 (doubleres).png +lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji-jis2-stroke] 63x54 (doubleres).png +lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji-jis2] 63x54 (doubleres).png +lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji-regular-stroke] 48x41 (doubleres).png +lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji-regular] 48x41 (doubleres).png lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [main-stroke] 16x16 (doubleres).png lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [main] 16x16 (doubleres).png lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [symbol-stroke] 26x3 (doubleres).png @@ -2850,6 +2865,7 @@ share/applications/stepmania.desktop %%PORTDOCS%%%%DOCSDIR%%/Themerdocs/moremsg.txt %%PORTDOCS%%%%DOCSDIR%%/Themerdocs/recommended_practices.txt %%PORTDOCS%%%%DOCSDIR%%/Themerdocs/sm-ssc_themeguide.txt +%%PORTDOCS%%%%DOCSDIR%%/Userdocs/Keymaps_ini_format.md %%PORTDOCS%%%%DOCSDIR%%/Userdocs/bgchanges_format.txt %%PORTDOCS%%%%DOCSDIR%%/Userdocs/sm5_beginner.txt %%PORTDOCS%%%%DOCSDIR%%/credits.txt @@ -2883,4 +2899,3 @@ share/icons/hicolor/64x64/apps/stepmania share/icons/hicolor/72x72/apps/stepmania-ssc.png share/icons/hicolor/96x96/apps/stepmania-ssc.png share/icons/hicolor/scalable/apps/stepmania-ssc.svg -@dir lib/stepmania/Songs From owner-svn-ports-head@freebsd.org Tue Dec 22 05:03:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C53FAA4DA6C; Tue, 22 Dec 2015 05:03:59 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 98D1319EC; Tue, 22 Dec 2015 05:03:59 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBM53wW8047837; Tue, 22 Dec 2015 05:03:58 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBM53wsf047836; Tue, 22 Dec 2015 05:03:58 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512220503.tBM53wsf047836@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 22 Dec 2015 05:03:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404214 - head/audio/streamtuner X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 05:03:59 -0000 Author: miwi Date: Tue Dec 22 05:03:58 2015 New Revision: 404214 URL: https://svnweb.freebsd.org/changeset/ports/404214 Log: - Mark BROKEN, no longer able to fetch stream information. PR: 205405 Submitted by: Zane C. Bowers-Hadley Approved by: mat (mentor) Differential Revision: D4655 Modified: head/audio/streamtuner/Makefile Modified: head/audio/streamtuner/Makefile ============================================================================== --- head/audio/streamtuner/Makefile Tue Dec 22 04:55:14 2015 (r404213) +++ head/audio/streamtuner/Makefile Tue Dec 22 05:03:58 2015 (r404214) @@ -10,6 +10,8 @@ MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= GTK+ stream directory browser +BROKEN= Is no longer able to fetch stream information + BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme From owner-svn-ports-head@freebsd.org Tue Dec 22 05:15:10 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55B60A4DDD6; Tue, 22 Dec 2015 05:15:10 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F3641D5B; Tue, 22 Dec 2015 05:15:09 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBM5F9jq050947; Tue, 22 Dec 2015 05:15:09 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBM5F81L050943; Tue, 22 Dec 2015 05:15:08 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512220515.tBM5F81L050943@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 22 Dec 2015 05:15:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404215 - in head/www: . py-goobook X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 05:15:10 -0000 Author: miwi Date: Tue Dec 22 05:15:08 2015 New Revision: 404215 URL: https://svnweb.freebsd.org/changeset/ports/404215 Log: The purpose of GooBook is to make it possible to use your Google Contacts from the command-line and from MUAs such as Mutt. It can be used from Mutt the same way as abook. WWW: https://gitlab.com/goobook/goobook PR: 205150 Submitted by: Randy Westlund Approved by: mat (mentor) Differential Revision: D4631 Added: head/www/py-goobook/ head/www/py-goobook/Makefile (contents, props changed) head/www/py-goobook/distinfo (contents, props changed) head/www/py-goobook/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Tue Dec 22 05:03:58 2015 (r404214) +++ head/www/Makefile Tue Dec 22 05:15:08 2015 (r404215) @@ -1617,6 +1617,7 @@ SUBDIR += py-funkload SUBDIR += py-gandi.cli SUBDIR += py-gevent-websocket + SUBDIR += py-goobook SUBDIR += py-google SUBDIR += py-google-api-python-client SUBDIR += py-graphite-web Added: head/www/py-goobook/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-goobook/Makefile Tue Dec 22 05:15:08 2015 (r404215) @@ -0,0 +1,29 @@ +# Created by: Randy Westlund +# $FreeBSD$ + +PORTNAME= goobook +PORTVERSION= 1.9 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= rwestlun@gmail.com +COMMENT= Search your Google contacts from the command-line or Mutt + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oauth2client>=1.4.12:${PORTSDIR}/security/py-oauth2client \ + ${PYTHON_PKGNAMEPREFIX}gdata>=2.0.18:${PORTSDIR}/devel/py-gdata \ + ${PYTHON_PKGNAMEPREFIX}simplejson>=2.1.0:${PORTSDIR}/devel/py-simplejson \ + ${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.1:${PORTSDIR}/www/py-httplib2 + +NO_ARCH= yes +USES= python:-2.7 +USE_PYTHON= autoplist distutils +PLIST_FILES= man/man1/goobook.1.gz + +post-stage: + ${INSTALL_DATA} ${WRKSRC}/goobook.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + +.include Added: head/www/py-goobook/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-goobook/distinfo Tue Dec 22 05:15:08 2015 (r404215) @@ -0,0 +1,2 @@ +SHA256 (goobook-1.9.tar.gz) = 311cb344d285e8af36dcd4546d3bd499939140287a12b2d509ea6f2535c2b50b +SIZE (goobook-1.9.tar.gz) = 29274 Added: head/www/py-goobook/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-goobook/pkg-descr Tue Dec 22 05:15:08 2015 (r404215) @@ -0,0 +1,5 @@ +The purpose of GooBook is to make it possible to use your Google Contacts from +the command-line and from MUAs such as Mutt. It can be used from Mutt the same +way as abook. + +WWW: https://gitlab.com/goobook/goobook From owner-svn-ports-head@freebsd.org Tue Dec 22 05:18:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 079E2A4DE81; Tue, 22 Dec 2015 05:18:06 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CDBC71E61; Tue, 22 Dec 2015 05:18:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBM5I4Yd051198; Tue, 22 Dec 2015 05:18:04 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBM5I43p051193; Tue, 22 Dec 2015 05:18:04 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512220518.tBM5I43p051193@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 22 Dec 2015 05:18:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404216 - in head/graphics: gphoto2 libgphoto2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 05:18:06 -0000 Author: miwi Date: Tue Dec 22 05:18:04 2015 New Revision: 404216 URL: https://svnweb.freebsd.org/changeset/ports/404216 Log: - Update to 2.5.9 PR: 205210 205209 Submitted by: Ports Fury Approved by: mat (mentor) Differential Revision: D4618 Modified: head/graphics/gphoto2/Makefile head/graphics/gphoto2/distinfo head/graphics/libgphoto2/Makefile head/graphics/libgphoto2/distinfo Modified: head/graphics/gphoto2/Makefile ============================================================================== --- head/graphics/gphoto2/Makefile Tue Dec 22 05:15:08 2015 (r404215) +++ head/graphics/gphoto2/Makefile Tue Dec 22 05:18:04 2015 (r404216) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gphoto2 -PORTVERSION= 2.5.8 +PORTVERSION= 2.5.9 CATEGORIES= graphics MASTER_SITES= SF/gphoto/gphoto/${PORTVERSION} @@ -17,12 +17,11 @@ LIB_DEPENDS= libpopt.so:${PORTSDIR}/deve USES= gmake pkgconfig tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ENV= POPT_CFLAGS="$$(pkg-config --cflags popt)" \ - POPT_LIBS="$$(pkg-config --libs popt)" \ - ac_cv_lib_pthread_pthread_exit=no + POPT_LIBS="$$(pkg-config --libs popt)" CONFIGURE_ARGS= --without-cdk -OPTIONS_DEFINE= AALIB DOCS NLS READLINE -OPTIONS_DEFAULT= AALIB READLINE +OPTIONS_DEFINE= AALIB DOCS NLS READLINE THREADS +OPTIONS_DEFAULT= AALIB READLINE THREADS OPTIONS_SUB= yes AALIB_DESC= Text mode capture preview support @@ -31,11 +30,12 @@ AALIB_CONFIGURE_WITH= aalib NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls NLS_CPPFLAGS= -I${LOCALBASE}/include -NLS_LDFLAGS= -L${LOCALBASE}/lib -lintl +NLS_LDFLAGS= -L${LOCALBASE}/lib READLINE_USES= readline -READLINE_CONFIGURE_WITH=readline +READLINE_CONFIGURE_WITH= readline +THREADS_CONFIGURE_ENV_OFF= ac_cv_lib_pthread_pthread_exit=no -post-install: +post-install-DOCS-on: ${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR} .include Modified: head/graphics/gphoto2/distinfo ============================================================================== --- head/graphics/gphoto2/distinfo Tue Dec 22 05:15:08 2015 (r404215) +++ head/graphics/gphoto2/distinfo Tue Dec 22 05:18:04 2015 (r404216) @@ -1,2 +1,2 @@ -SHA256 (gphoto2-2.5.8.tar.bz2) = a9abcd15d95f205318d17e3ac12af7ce523d2bc4943709d50b0a12c30cc5ee4d -SIZE (gphoto2-2.5.8.tar.bz2) = 777235 +SHA256 (gphoto2-2.5.9.tar.bz2) = 0f53803ed1f4ff7ea2aed8f7c9a0932237121941705779f7d09a8fe641ff475f +SIZE (gphoto2-2.5.9.tar.bz2) = 782566 Modified: head/graphics/libgphoto2/Makefile ============================================================================== --- head/graphics/libgphoto2/Makefile Tue Dec 22 05:15:08 2015 (r404215) +++ head/graphics/libgphoto2/Makefile Tue Dec 22 05:18:04 2015 (r404216) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libgphoto2 -PORTVERSION= 2.5.8 -PORTREVISION= 1 +PORTVERSION= 2.5.9 CATEGORIES= graphics MASTER_SITES= SF/gphoto/libgphoto/${PORTVERSION} @@ -36,7 +35,7 @@ OPTIONS_DEFAULT= GD JPEG LIBEXIF XML OPTIONS_SUB= yes GD_LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd -GD_CONFIGURE_WITH= gd +GD_CONFIGURE_OFF= --with-gdlib=no JPEG_USES= jpeg JPEG_CONFIGURE_WITH= jpeg LIBEXIF_LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif @@ -44,7 +43,7 @@ LIBEXIF_CONFIGURE_OFF= --with-libexif=no NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls XML_USE= GNOME=libxml2 -XML_CONFIGURE_WITH= libxml2 +XML_CONFIGURE_OFF= --with-libxml-2.0=no .include Modified: head/graphics/libgphoto2/distinfo ============================================================================== --- head/graphics/libgphoto2/distinfo Tue Dec 22 05:15:08 2015 (r404215) +++ head/graphics/libgphoto2/distinfo Tue Dec 22 05:18:04 2015 (r404216) @@ -1,2 +1,2 @@ -SHA256 (libgphoto2-2.5.8.tar.bz2) = 031a262e342fae43f724afe66787947ce1fb483277dfe5a8cf1fbe92c58e27b6 -SIZE (libgphoto2-2.5.8.tar.bz2) = 6941251 +SHA256 (libgphoto2-2.5.9.tar.bz2) = cdb0e8e3a93417eb25892c4b03e64c07e93488ce05072edb62e1b70ff3291f32 +SIZE (libgphoto2-2.5.9.tar.bz2) = 6964578 From owner-svn-ports-head@freebsd.org Tue Dec 22 05:22:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31E5AA4E000; Tue, 22 Dec 2015 05:22:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E830E112F; Tue, 22 Dec 2015 05:22:03 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBM5M2Ip054028; Tue, 22 Dec 2015 05:22:02 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBM5M2uQ054026; Tue, 22 Dec 2015 05:22:02 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512220522.tBM5M2uQ054026@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 22 Dec 2015 05:22:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404217 - head/audio/libgme X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 05:22:04 -0000 Author: miwi Date: Tue Dec 22 05:22:02 2015 New Revision: 404217 URL: https://svnweb.freebsd.org/changeset/ports/404217 Log: - Update MASTER_SITES - Update WWW PR: 204192 Submitted by: Ports Fury Approved by: mat (mentor) Differential Revision: D4613 Modified: head/audio/libgme/Makefile head/audio/libgme/pkg-descr Modified: head/audio/libgme/Makefile ============================================================================== --- head/audio/libgme/Makefile Tue Dec 22 05:18:04 2015 (r404216) +++ head/audio/libgme/Makefile Tue Dec 22 05:22:02 2015 (r404217) @@ -3,9 +3,8 @@ PORTNAME= libgme PORTVERSION= 0.6.0 CATEGORIES= audio -MASTER_SITES= GOOGLE_CODE -PROJECTHOST= game-music-emu -DISTNAME= ${PROJECTHOST}-${PORTVERSION} +MASTER_SITES= https://bitbucket.org/mpyne/game-music-emu/downloads/ +DISTNAME= game-music-emu-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Collection of video game music emulators Modified: head/audio/libgme/pkg-descr ============================================================================== --- head/audio/libgme/pkg-descr Tue Dec 22 05:18:04 2015 (r404216) +++ head/audio/libgme/pkg-descr Tue Dec 22 05:22:02 2015 (r404217) @@ -1,5 +1,5 @@ -Game_Music_Emu is a collection of video game music file emulators that support -the following formats and systems: +Game_Music_Emu is a collection of video game music file emulators that +support the following formats and systems: AY ZX Spectrum/Amstrad CPC GBS Nintendo Game Boy @@ -11,4 +11,4 @@ SAP Atari systems using POKEY sound SPC Super Nintendo/Super Famicom VGM/VGZ Sega Master System/Mark III, Sega Genesis/Mega Drive,BBC Micro -WWW: http://code.google.com/p/game-music-emu/ +WWW: http://bitbucket.org/mpyne/game-music-emu/ From owner-svn-ports-head@freebsd.org Tue Dec 22 05:35:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44410A4E322; Tue, 22 Dec 2015 05:35:29 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2211156A; Tue, 22 Dec 2015 05:35:28 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBM5ZS42057136; Tue, 22 Dec 2015 05:35:28 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBM5ZRKm057133; Tue, 22 Dec 2015 05:35:27 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512220535.tBM5ZRKm057133@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 22 Dec 2015 05:35:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404218 - head/sysutils/cronolog-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 05:35:29 -0000 Author: miwi Date: Tue Dec 22 05:35:27 2015 New Revision: 404218 URL: https://svnweb.freebsd.org/changeset/ports/404218 Log: - Pass maintainership to submitter - Add LICENSE - USE tar:xz - Update WWW PR: 204920 Submitted by: Chris Hutchinson Approved by: mat (mentor) Differential Revision: D4658 Modified: head/sysutils/cronolog-devel/Makefile head/sysutils/cronolog-devel/distinfo head/sysutils/cronolog-devel/pkg-descr Modified: head/sysutils/cronolog-devel/Makefile ============================================================================== --- head/sysutils/cronolog-devel/Makefile Tue Dec 22 05:22:02 2015 (r404217) +++ head/sysutils/cronolog-devel/Makefile Tue Dec 22 05:35:27 2015 (r404218) @@ -2,15 +2,20 @@ PORTNAME= cronolog PORTVERSION= 1.7.0 +PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= http://cronolog.org/patches/ +MASTER_SITES= http://BSDforge.com/projects/source/sysutils/cronolog-devel/ PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME}-${PORTVERSION}-beta -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Web log rotation utility that provides datestamp filenames -BROKEN= unfetchable +LICENSE= APACHE10 + +USES= shebangfix tar:xz + +SHEBANG_FILES= src/cronosplit PLIST_FILES= sbin/cronolog \ sbin/cronosplit \ Modified: head/sysutils/cronolog-devel/distinfo ============================================================================== --- head/sysutils/cronolog-devel/distinfo Tue Dec 22 05:22:02 2015 (r404217) +++ head/sysutils/cronolog-devel/distinfo Tue Dec 22 05:35:27 2015 (r404218) @@ -1,2 +1,2 @@ -SHA256 (cronolog-1.7.0-beta.tar.gz) = ceffe7d534061404023a7499d536ebffea333f453735b3b6ba518294280af2a0 -SIZE (cronolog-1.7.0-beta.tar.gz) = 170276 +SHA256 (cronolog-1.7.0-beta.tar.xz) = 235368f675b11fbe376071e08993997b6ed229687e361b89d8a95be7407ae3fd +SIZE (cronolog-1.7.0-beta.tar.xz) = 128652 Modified: head/sysutils/cronolog-devel/pkg-descr ============================================================================== --- head/sysutils/cronolog-devel/pkg-descr Tue Dec 22 05:22:02 2015 (r404217) +++ head/sysutils/cronolog-devel/pkg-descr Tue Dec 22 05:35:27 2015 (r404218) @@ -21,4 +21,4 @@ After midnight the following files would /www/logs/1997/01/01/access.log /www/logs/1997/01/01/errors.log -WWW: http://cronolog.org/ +WWW: http://BSDforge.com/projects/sysutils/cronolog-devel From owner-svn-ports-head@freebsd.org Tue Dec 22 08:12:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6220AA14D8F; Tue, 22 Dec 2015 08:12:24 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20AE7102B; Tue, 22 Dec 2015 08:12:24 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBM8CNKn005467; Tue, 22 Dec 2015 08:12:23 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBM8CN03005465; Tue, 22 Dec 2015 08:12:23 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201512220812.tBM8CN03005465@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 22 Dec 2015 08:12:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404219 - head/www/ilias X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 08:12:24 -0000 Author: wen Date: Tue Dec 22 08:12:22 2015 New Revision: 404219 URL: https://svnweb.freebsd.org/changeset/ports/404219 Log: - Update to 5.0.8 - Switch to optionNG - Pet portlint Modified: head/www/ilias/Makefile head/www/ilias/distinfo Modified: head/www/ilias/Makefile ============================================================================== --- head/www/ilias/Makefile Tue Dec 22 05:35:27 2015 (r404218) +++ head/www/ilias/Makefile Tue Dec 22 08:12:22 2015 (r404219) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ilias -PORTVERSION= 5.0.2 +PORTVERSION= 5.0.8 DISTVERSIONPREFIX= v CATEGORIES= www @@ -11,10 +11,6 @@ COMMENT= Powerful, dynamic, PHP and MySQ LICENSE= GPLv2 -USE_GITHUB= yes -GH_ACCOUNT= ILIAS-eLearning -GH_PROJECT= ILIAS - RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ zip:${PORTSDIR}/archivers/zip \ ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip \ @@ -24,33 +20,26 @@ RUN_DEPENDS= convert:${PORTSDIR}/graphic ${LOCALBASE}/share/pear/HTML/Template/IT.php:${PORTSDIR}/devel/pear-HTML_Template_IT LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png +USE_GITHUB= yes +GH_ACCOUNT= ILIAS-eLearning +GH_PROJECT= ILIAS + USES= cpe jpeg -NO_BUILD= yes -PLIST= ${WRKDIR}/plist -SUB_FILES= pkg-message -USE_PHP= mysql session zlib gd pdf dom xsl pcre -WRKSRC= ${WRKDIR}/ILIAS-${PORTVERSION} -ILIASDIR= www/ilias -ILIASDATADIR= www/iliasdata +NO_BUILD= yes +PLIST= ${WRKDIR}/plist +SUB_FILES= pkg-message +USE_PHP= mysql session zlib gd pdf dom xsl pcre +WRKSRC= ${WRKDIR}/ILIAS-${PORTVERSION} +ILIASDIR= www/ilias +ILIASDATADIR= www/iliasdata PLIST_SUB= ILIASDATADIR=${ILIASDATADIR} SUB_FILES= pkg-message SUB_LIST= ILIASDATADIR=${ILIASDATADIR} -OPTIONS_DEFINE= SCORM2004 Checker Mail - -.include - -.if ${PORT_OPTIONS:MSCORM2004} -USE_PHP+= json -.endif - -.if ${PORT_OPTIONS:MChecker} -RUN_DEPENDS+= ${LOCALBASE}/share/pear/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request -.endif - -.if ${PORT_OPTIONS:MMail} -RUN_DEPENDS+= ${LOCALBASE}/share/pear/Mail.php:${PORTSDIR}/mail/pear-Mail -.endif +OPTIONS_DEFINE= SCORM2004 Checker Mail +SCORM2004_USE= php=json +Checker_RUN_DEPENDS= ${LOCALBASE}/share/pear/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request +Mail_RUN_DEPENDS= ${LOCALBASE}/share/pear/Mail.php:${PORTSDIR}/mail/pear-Mail pre-install: @${ECHO_CMD} "@owner ${WWWOWN}" >> ${PLIST} Modified: head/www/ilias/distinfo ============================================================================== --- head/www/ilias/distinfo Tue Dec 22 05:35:27 2015 (r404218) +++ head/www/ilias/distinfo Tue Dec 22 08:12:22 2015 (r404219) @@ -1,2 +1,2 @@ -SHA256 (ILIAS-eLearning-ILIAS-v5.0.2_GH0.tar.gz) = d388a1b809af3f825e7834e6077b574b394233830bcebfe4cd7864611768dd38 -SIZE (ILIAS-eLearning-ILIAS-v5.0.2_GH0.tar.gz) = 130007342 +SHA256 (ILIAS-eLearning-ILIAS-v5.0.8_GH0.tar.gz) = a2fd71e8083dc9d107c86caddaa2eef8122482e41fcf58aadc27efee01c2be3a +SIZE (ILIAS-eLearning-ILIAS-v5.0.8_GH0.tar.gz) = 130040554 From owner-svn-ports-head@freebsd.org Tue Dec 22 08:16:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34C4BA14EC8; Tue, 22 Dec 2015 08:16:38 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E9CD211B9; Tue, 22 Dec 2015 08:16:37 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBM8Gb4X006789; Tue, 22 Dec 2015 08:16:37 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBM8Ga0H006786; Tue, 22 Dec 2015 08:16:36 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201512220816.tBM8Ga0H006786@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Tue, 22 Dec 2015 08:16:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404220 - in head/net/rsync: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 08:16:38 -0000 Author: ehaupt Date: Tue Dec 22 08:16:36 2015 New Revision: 404220 URL: https://svnweb.freebsd.org/changeset/ports/404220 Log: - Update to 3.1.2 - The non-default ATIMES option is now broken. Add a description and leave Makefile glue intact to give interested parties the chance to follow up with a patch. - The popular SIGINFO patch does not apply anymore. Meanwhile, make it a non-default option and mark it broken in the description. Changelog: https://rsync.samba.org/ftp/rsync/src/rsync-3.1.2-NEWS Added: head/net/rsync/files/extrapatch-siginfo - copied unchanged from r404219, head/net/rsync/files/patch-siginfo Deleted: head/net/rsync/files/patch-siginfo Modified: head/net/rsync/Makefile head/net/rsync/distinfo Modified: head/net/rsync/Makefile ============================================================================== --- head/net/rsync/Makefile Tue Dec 22 08:12:22 2015 (r404219) +++ head/net/rsync/Makefile Tue Dec 22 08:16:36 2015 (r404220) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rsync -PORTVERSION= 3.1.1 -PORTREVISION= 4 +PORTVERSION= 3.1.2 CATEGORIES= net ipv6 MASTER_SITES= http://rsync.samba.org/ftp/rsync/ \ ftp://ftp.samba.org/pub/rsync/ \ @@ -36,7 +35,7 @@ CONFIGURE_ARGS= --disable-debug --enable PORTDOCS= NEWS README csprotocol.txt tech_report.tex # define options -OPTIONS_DEFINE= DOCS POPT_PORT ZLIB_BASE SSH ICONV +OPTIONS_DEFINE= DOCS POPT_PORT ZLIB_BASE SSH ICONV SIGINFO OPTIONS_RADIO= PTS OPTIONS_RADIO_PTS= TIMELIMIT RENAMED FLAGS ATIMES ACL @@ -47,10 +46,11 @@ SSH_DESC= Use SSH instead of RSH # options provided by patch (mutually exclusive) PTS_DESC= Functionality provided by third party patches +SIGINFO_DESC= Show file name and progress following SIGINFO (BROKEN) TIMELIMIT_DESC= Time limit patch RENAMED_DESC= Add support for renamed file detection FLAGS_DESC= File system flags support patch, adds --fileflags -ATIMES_DESC= Preserve access times, adds --atimes +ATIMES_DESC= Preserve access times, adds --atimes (BROKEN) ACL_DESC= Add backward-compatibility for the --acls option # define default options @@ -64,6 +64,7 @@ FLAGS_EXTRA_PATCHES= ${WRKSRC}/patches/ RENAMED_EXTRA_PATCHES= ${WRKSRC}/patches/detect-renamed.diff ACL_EXTRA_PATCHES= ${WRKSRC}/patches/acls.diff \ ${FILESDIR}/extrapatch-acl +SIGINFO_EXTRA_PATCHES= ${FILESDIR}/extrapatch-siginfo ICONV_USES= iconv ICONV_CPPFLAGS= -I${LOCALBASE}/include Modified: head/net/rsync/distinfo ============================================================================== --- head/net/rsync/distinfo Tue Dec 22 08:12:22 2015 (r404219) +++ head/net/rsync/distinfo Tue Dec 22 08:16:36 2015 (r404220) @@ -1,4 +1,4 @@ -SHA256 (rsync-3.1.1.tar.gz) = 7de4364fcf5fe42f3bdb514417f1c40d10bbca896abe7e7f2c581c6ea08a2621 -SIZE (rsync-3.1.1.tar.gz) = 890124 -SHA256 (rsync-patches-3.1.1.tar.gz) = 547ea4a37eb497050b37bda029dee4927436781e7b0e4eb207c2fad54d4a3246 -SIZE (rsync-patches-3.1.1.tar.gz) = 167954 +SHA256 (rsync-3.1.2.tar.gz) = ecfa62a7fa3c4c18b9eccd8c16eaddee4bd308a76ea50b5c02a5840f09c0a1c2 +SIZE (rsync-3.1.2.tar.gz) = 892724 +SHA256 (rsync-patches-3.1.2.tar.gz) = edeebe9f2532ae291ce43fb86c9d7aaf80ba4edfdad25dce6d42dc33286b2326 +SIZE (rsync-patches-3.1.2.tar.gz) = 174333 Copied: head/net/rsync/files/extrapatch-siginfo (from r404219, head/net/rsync/files/patch-siginfo) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rsync/files/extrapatch-siginfo Tue Dec 22 08:16:36 2015 (r404220, copy of r404219, head/net/rsync/files/patch-siginfo) @@ -0,0 +1,62 @@ +diff --git a/main.c b/main.c +index 4613c96..3d47f3a 100644 +--- a/main.c ++++ b/main.c +@@ -81,6 +81,7 @@ + extern unsigned int module_dirlen; + extern BOOL flist_receiving_enabled; + extern BOOL shutting_down; ++extern BOOL want_progress_now; + extern int basis_dir_cnt; + extern struct stats stats; + extern char *stdout_format; +@@ -1447,6 +1448,15 @@ + _exit(0); + } + ++#ifdef SIGINFO ++static RETSIGTYPE siginfo_handler(UNUSED(int val)) ++{ ++ ++ if (!am_server) ++ want_progress_now = True; ++} ++#endif ++ + RETSIGTYPE remember_children(UNUSED(int val)) + { + #ifdef WNOHANG +@@ -1546,6 +1556,9 @@ + SIGACTMASK(SIGABRT, rsync_panic_handler); + SIGACTMASK(SIGBUS, rsync_panic_handler); + #endif ++#ifdef SIGINFO ++ SIGACTMASK(SIGINFO, siginfo_handler); ++#endif + + starttime = time(NULL); + our_uid = MY_UID(); +index 4ea4c09..1c255ef 100644 +--- a/receiver.c ++++ b/receiver.c +@@ -62,6 +62,8 @@ extern char sender_file_sum[MAX_DIGEST_LEN]; + extern struct file_list *cur_flist, *first_flist, *dir_flist; + extern filter_rule_list daemon_filter_list; + ++BOOL want_progress_now; ++ + static struct bitbag *delayed_bits = NULL; + static int phase = 0, redoing = 0; + static flist_ndx_list batch_redo_list; +@@ -302,6 +304,11 @@ static int receive_data(int f_in, char *fname_r, int fd_r, OFF_T size_r, + while ((i = recv_token(f_in, &data)) != 0) { + if (INFO_GTE(PROGRESS, 1)) + show_progress(offset, total_size); ++ else if (want_progress_now) { ++ rprintf(FINFO, "%s\n", fname); ++ end_progress(offset); ++ } ++ want_progress_now = False; + + if (allowed_lull) + maybe_send_keepalive(time(NULL), MSK_ALLOW_FLUSH | MSK_ACTIVE_RECEIVER); From owner-svn-ports-head@freebsd.org Tue Dec 22 08:29:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2355BA4E394; Tue, 22 Dec 2015 08:29:04 +0000 (UTC) (envelope-from shurd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E824F17ED; Tue, 22 Dec 2015 08:29:03 +0000 (UTC) (envelope-from shurd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBM8T3fK012893; Tue, 22 Dec 2015 08:29:03 GMT (envelope-from shurd@FreeBSD.org) Received: (from shurd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBM8T3cc012892; Tue, 22 Dec 2015 08:29:03 GMT (envelope-from shurd@FreeBSD.org) Message-Id: <201512220829.tBM8T3cc012892@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: shurd set sender to shurd@FreeBSD.org using -f From: Stephen Hurd Date: Tue, 22 Dec 2015 08:29:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404221 - head/comms/trustedqsl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 08:29:04 -0000 Author: shurd Date: Tue Dec 22 08:29:02 2015 New Revision: 404221 URL: https://svnweb.freebsd.org/changeset/ports/404221 Log: Update WWW address. Modified: head/comms/trustedqsl/pkg-descr Modified: head/comms/trustedqsl/pkg-descr ============================================================================== --- head/comms/trustedqsl/pkg-descr Tue Dec 22 08:16:36 2015 (r404220) +++ head/comms/trustedqsl/pkg-descr Tue Dec 22 08:29:02 2015 (r404221) @@ -4,4 +4,4 @@ The mission of the Trusted QSL Group is activity for amateur radio operators by promoting the Digital Signature Standard (DSS). -WWW: http://www.trustedqsl.org/trusted-qsl +WWW: https://lotw.arrl.org/lotw-help/ From owner-svn-ports-head@freebsd.org Tue Dec 22 08:31:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4D54A4E59C; Tue, 22 Dec 2015 08:31: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 6B5B51AC2; Tue, 22 Dec 2015 08:31:53 +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 tBM8VqRl016233; Tue, 22 Dec 2015 08:31:52 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBM8VqEW016231; Tue, 22 Dec 2015 08:31:52 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201512220831.tBM8VqEW016231@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 22 Dec 2015 08:31:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404222 - in head/graphics/ocrad: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 08:31:53 -0000 Author: wen Date: Tue Dec 22 08:31:52 2015 New Revision: 404222 URL: https://svnweb.freebsd.org/changeset/ports/404222 Log: - Update to 0.25 PR: 204197 Submitted by: tkato432@yahoo.com Deleted: head/graphics/ocrad/files/ Modified: head/graphics/ocrad/Makefile head/graphics/ocrad/distinfo Modified: head/graphics/ocrad/Makefile ============================================================================== --- head/graphics/ocrad/Makefile Tue Dec 22 08:29:02 2015 (r404221) +++ head/graphics/ocrad/Makefile Tue Dec 22 08:31:52 2015 (r404222) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ocrad -PORTVERSION= 0.22 +PORTVERSION= 0.25 CATEGORIES= graphics MASTER_SITES= GNU EXTRACT_SUFX= .tar.lz @@ -14,14 +14,11 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} CXXFLAGS="${CXXFLAGS}" CXX="${CXX}" -CXXFLAGS+= -Wall -W -MAKE_ARGS= -j`${SYSCTL} -n hw.ncpu` - -PLIST_FILES= bin/${PORTNAME} man/man1/ocrad.1.gz +CONFIGURE_ARGS= --prefix=${PREFIX} CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" PORTDOCS= AUTHORS ChangeLog NEWS README PORTEXAMPLES= * +PLIST_FILES= bin/${PORTNAME} man/man1/ocrad.1.gz OPTIONS_DEFINE= DOCS EXAMPLES @@ -38,12 +35,13 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/ocrad.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 -do-install-DOCS-on: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} \ + ${STAGEDIR}${DOCSDIR}) -do-install-EXAMPLES-on: +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - @(cd ${WRKSRC}/testsuite && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}) + @(cd ${WRKSRC}/testsuite && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) .include Modified: head/graphics/ocrad/distinfo ============================================================================== --- head/graphics/ocrad/distinfo Tue Dec 22 08:29:02 2015 (r404221) +++ head/graphics/ocrad/distinfo Tue Dec 22 08:31:52 2015 (r404222) @@ -1,2 +1,2 @@ -SHA256 (ocrad-0.22.tar.lz) = d6c9dcbcf4c9cc643edfe5a03cb6125d6c39abe59e83719effb056d63c5198fd -SIZE (ocrad-0.22.tar.lz) = 87698 +SHA256 (ocrad-0.25.tar.lz) = e710be9c030fbcbce2315077326c8268feb422c0bc39fa744644cbbd1f5d4dd4 +SIZE (ocrad-0.25.tar.lz) = 91464 From owner-svn-ports-head@freebsd.org Tue Dec 22 10:09:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE3F1A4E7D3; Tue, 22 Dec 2015 10:09:20 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9678318EB; Tue, 22 Dec 2015 10:09:20 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBMA9JAe056181; Tue, 22 Dec 2015 10:09:19 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMA9JuR056179; Tue, 22 Dec 2015 10:09:19 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201512221009.tBMA9JuR056179@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Tue, 22 Dec 2015 10:09:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404224 - in head/net/rsync: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 10:09:20 -0000 Author: ehaupt Date: Tue Dec 22 10:09:19 2015 New Revision: 404224 URL: https://svnweb.freebsd.org/changeset/ports/404224 Log: Restore SIGINFO patch with new rsync version. Notified by: des Added: head/net/rsync/files/patch-siginfo - copied, changed from r404223, head/net/rsync/files/extrapatch-siginfo Deleted: head/net/rsync/files/extrapatch-siginfo Modified: head/net/rsync/Makefile Modified: head/net/rsync/Makefile ============================================================================== --- head/net/rsync/Makefile Tue Dec 22 08:46:33 2015 (r404223) +++ head/net/rsync/Makefile Tue Dec 22 10:09:19 2015 (r404224) @@ -4,6 +4,7 @@ PORTNAME= rsync PORTVERSION= 3.1.2 CATEGORIES= net ipv6 +PORTREVISION= 1 MASTER_SITES= http://rsync.samba.org/ftp/rsync/ \ ftp://ftp.samba.org/pub/rsync/ \ ftp://ftp.sunet.se/pub/unix/admin/rsync/ \ @@ -35,7 +36,7 @@ CONFIGURE_ARGS= --disable-debug --enable PORTDOCS= NEWS README csprotocol.txt tech_report.tex # define options -OPTIONS_DEFINE= DOCS POPT_PORT ZLIB_BASE SSH ICONV SIGINFO +OPTIONS_DEFINE= DOCS POPT_PORT ZLIB_BASE SSH ICONV OPTIONS_RADIO= PTS OPTIONS_RADIO_PTS= TIMELIMIT RENAMED FLAGS ATIMES ACL @@ -46,7 +47,6 @@ SSH_DESC= Use SSH instead of RSH # options provided by patch (mutually exclusive) PTS_DESC= Functionality provided by third party patches -SIGINFO_DESC= Show file name and progress following SIGINFO (BROKEN) TIMELIMIT_DESC= Time limit patch RENAMED_DESC= Add support for renamed file detection FLAGS_DESC= File system flags support patch, adds --fileflags @@ -64,7 +64,6 @@ FLAGS_EXTRA_PATCHES= ${WRKSRC}/patches/ RENAMED_EXTRA_PATCHES= ${WRKSRC}/patches/detect-renamed.diff ACL_EXTRA_PATCHES= ${WRKSRC}/patches/acls.diff \ ${FILESDIR}/extrapatch-acl -SIGINFO_EXTRA_PATCHES= ${FILESDIR}/extrapatch-siginfo ICONV_USES= iconv ICONV_CPPFLAGS= -I${LOCALBASE}/include Copied and modified: head/net/rsync/files/patch-siginfo (from r404223, head/net/rsync/files/extrapatch-siginfo) ============================================================================== --- head/net/rsync/files/extrapatch-siginfo Tue Dec 22 08:46:33 2015 (r404223, copy source) +++ head/net/rsync/files/patch-siginfo Tue Dec 22 10:09:19 2015 (r404224) @@ -2,31 +2,31 @@ diff --git a/main.c b/main.c index 4613c96..3d47f3a 100644 --- a/main.c +++ b/main.c -@@ -81,6 +81,7 @@ +@@ -76,6 +76,7 @@ extern size_t bwlimit_writemax; extern unsigned int module_dirlen; extern BOOL flist_receiving_enabled; extern BOOL shutting_down; +extern BOOL want_progress_now; + extern int backup_dir_len; extern int basis_dir_cnt; extern struct stats stats; - extern char *stdout_format; -@@ -1447,6 +1448,15 @@ +@@ -1439,6 +1440,15 @@ static void sigusr2_handler(UNUSED(int val)) _exit(0); } +#ifdef SIGINFO -+static RETSIGTYPE siginfo_handler(UNUSED(int val)) ++static void siginfo_handler(UNUSED(int val)) +{ + -+ if (!am_server) -+ want_progress_now = True; ++ if (!am_server) ++ want_progress_now = True; +} +#endif + - RETSIGTYPE remember_children(UNUSED(int val)) + void remember_children(UNUSED(int val)) { #ifdef WNOHANG -@@ -1546,6 +1556,9 @@ +@@ -1538,6 +1548,9 @@ int main(int argc,char *argv[]) SIGACTMASK(SIGABRT, rsync_panic_handler); SIGACTMASK(SIGBUS, rsync_panic_handler); #endif @@ -36,6 +36,7 @@ index 4613c96..3d47f3a 100644 starttime = time(NULL); our_uid = MY_UID(); +diff --git a/receiver.c b/receiver.c index 4ea4c09..1c255ef 100644 --- a/receiver.c +++ b/receiver.c From owner-svn-ports-head@freebsd.org Tue Dec 22 10:20:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30633A4EAF9; Tue, 22 Dec 2015 10:20:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 09CF21CE8; Tue, 22 Dec 2015 10:20:03 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBMAK3JM059120; Tue, 22 Dec 2015 10:20:03 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMAK2Nn059116; Tue, 22 Dec 2015 10:20:02 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512221020.tBMAK2Nn059116@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 22 Dec 2015 10:20:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404225 - head/sysutils/devcpu-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 10:20:04 -0000 Author: miwi Date: Tue Dec 22 10:20:02 2015 New Revision: 404225 URL: https://svnweb.freebsd.org/changeset/ports/404225 Log: - Update to 1.6 PR: 204689 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: D4649 Modified: head/sysutils/devcpu-data/Makefile head/sysutils/devcpu-data/distinfo head/sysutils/devcpu-data/pkg-plist Modified: head/sysutils/devcpu-data/Makefile ============================================================================== --- head/sysutils/devcpu-data/Makefile Tue Dec 22 10:09:19 2015 (r404224) +++ head/sysutils/devcpu-data/Makefile Tue Dec 22 10:20:02 2015 (r404225) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= data -PORTVERSION= 1.5 +PORTVERSION= 1.6 CATEGORIES= sysutils -MASTER_SITES= http://downloadmirror.intel.com/24661/eng/:intel \ +MASTER_SITES= http://downloadmirror.intel.com/25512/eng/:intel \ http://www.amd64.org/microcode/:amd PKGNAMEPREFIX= devcpu- -DISTFILES= microcode-20150121.tgz:intel amd-ucode-2014-12-01.tar.bz2:amd +DISTFILES= microcode-20151106.tgz:intel amd-ucode-2014-12-01.tar.bz2:amd MAINTAINER= clarkjc@runbox.com COMMENT= Intel and AMD CPUs microcode updates Modified: head/sysutils/devcpu-data/distinfo ============================================================================== --- head/sysutils/devcpu-data/distinfo Tue Dec 22 10:09:19 2015 (r404224) +++ head/sysutils/devcpu-data/distinfo Tue Dec 22 10:20:02 2015 (r404225) @@ -1,4 +1,4 @@ -SHA256 (microcode-20150121.tgz) = 23353b93bb421971496cea5e9f9d390ce0ed22580a8cc45ae7b3b322dcd8f6b3 -SIZE (microcode-20150121.tgz) = 850761 +SHA256 (microcode-20151106.tgz) = 096e39489eef67666be652e81fa372a06b74f39ea3d565dc0287242c668717e7 +SIZE (microcode-20151106.tgz) = 892805 SHA256 (amd-ucode-2014-12-01.tar.bz2) = e8f37ed12955585a625ee7cd48d89f9a04ceb2afa36081b52cc59d08a3bb8293 SIZE (amd-ucode-2014-12-01.tar.bz2) = 20585 Modified: head/sysutils/devcpu-data/pkg-plist ============================================================================== --- head/sysutils/devcpu-data/pkg-plist Tue Dec 22 10:09:19 2015 (r404224) +++ head/sysutils/devcpu-data/pkg-plist Tue Dec 22 10:20:02 2015 (r404225) @@ -110,7 +110,7 @@ %%DATADIR%%/m111067AA0B.fw %%DATADIR%%/m1220652_0000000e.fw %%DATADIR%%/m12206a7_00000029.fw -%%DATADIR%%/m12306a9_0000001b.fw +%%DATADIR%%/m12306a9_0000001c.fw %%DATADIR%%/m13106e5_00000007.fw %%DATADIR%%/m16f25d.fw %%DATADIR%%/m16f6d0.fw @@ -124,8 +124,9 @@ %%DATADIR%%/m206f6d1.fw %%DATADIR%%/m206fbBA.fw %%DATADIR%%/m206fda4.fw +%%DATADIR%%/m2240671_00000013.fw %%DATADIR%%/m22f6809.fw -%%DATADIR%%/m32306c3_0000001c.fw +%%DATADIR%%/m32306c3_0000001e.fw %%DATADIR%%/m3240661_00000012.fw %%DATADIR%%/m34f6404.fw %%DATADIR%%/m401067660F.fw @@ -138,10 +139,11 @@ %%DATADIR%%/m5ff4807.fw %%DATADIR%%/m6d206d6_00000619.fw %%DATADIR%%/m6d206d7_00000710.fw -%%DATADIR%%/m6f306f2_00000029.fw -%%DATADIR%%/m7240651_0000001c.fw +%%DATADIR%%/m6f306f2_00000036.fw +%%DATADIR%%/m7240651_0000001d.fw %%DATADIR%%/m801066144.fw %%DATADIR%%/m801067660F.fw +%%DATADIR%%/m80306f4_00000009.fw %%DATADIR%%/m8069547.fw %%DATADIR%%/m806ec59.fw %%DATADIR%%/m806fa95.fw @@ -154,7 +156,7 @@ %%DATADIR%%/mA01067AA0B.fw %%DATADIR%%/mbdf4117.fw %%DATADIR%%/mbdf4903.fw -%%DATADIR%%/mc0306d4_00000018.fw +%%DATADIR%%/mc0306d4_00000022.fw %%DATADIR%%/med306e4_00000428.fw %%DATADIR%%/med306e6_00000600.fw %%DATADIR%%/med306e7_0000070d.fw From owner-svn-ports-head@freebsd.org Tue Dec 22 10:38:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28C35A4F007; Tue, 22 Dec 2015 10:38:00 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC481131A; Tue, 22 Dec 2015 10:37:59 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBMAbx5t064870; Tue, 22 Dec 2015 10:37:59 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMAbw0J064867; Tue, 22 Dec 2015 10:37:58 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512221037.tBMAbw0J064867@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 22 Dec 2015 10:37:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404226 - in head/shells/fish: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 10:38:00 -0000 Author: miwi Date: Tue Dec 22 10:37:58 2015 New Revision: 404226 URL: https://svnweb.freebsd.org/changeset/ports/404226 Log: - Update to 2.2.0 PR: 205102 Submitted by: Randy Westlund Approved by: mat (mentor); maintainer timeout Differential Revision: D4568 Deleted: head/shells/fish/files/patch-env__universal__common.cpp Modified: head/shells/fish/Makefile head/shells/fish/distinfo head/shells/fish/pkg-plist Modified: head/shells/fish/Makefile ============================================================================== --- head/shells/fish/Makefile Tue Dec 22 10:20:02 2015 (r404225) +++ head/shells/fish/Makefile Tue Dec 22 10:37:58 2015 (r404226) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= fish -PORTVERSION= 2.1.1 -PORTREVISION= 4 +PORTVERSION= 2.2.0 CATEGORIES= shells MASTER_SITES= http://fishshell.com/files/${PORTVERSION}/ @@ -12,7 +11,7 @@ COMMENT= User friendly command line shel LICENSE= GPLv2 -USES= autoreconf cpe gmake iconv +USES= autoreconf cpe gmake iconv pkgconfig pathfix GNU_CONFIGURE= yes CPE_VENDOR= fishshell @@ -46,7 +45,7 @@ post-patch: s|ncurses.h||' ${WRKSRC}/configure.ac post-install: -.for i in fish fish_indent fish_pager fishd mimedb +.for i in fish fish_indent mimedb @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${i} .endfor Modified: head/shells/fish/distinfo ============================================================================== --- head/shells/fish/distinfo Tue Dec 22 10:20:02 2015 (r404225) +++ head/shells/fish/distinfo Tue Dec 22 10:37:58 2015 (r404226) @@ -1,2 +1,2 @@ -SHA256 (fish-2.1.1.tar.gz) = b7e4d3c3d55fc3859edcb20462fcf0d14ab26e920eddcd503072e8105284d924 -SIZE (fish-2.1.1.tar.gz) = 1681744 +SHA256 (fish-2.2.0.tar.gz) = a76339fd14ce2ec229283c53e805faac48c3e99d9e3ede9d82c0554acfc7b77a +SIZE (fish-2.2.0.tar.gz) = 2213037 Modified: head/shells/fish/pkg-plist ============================================================================== --- head/shells/fish/pkg-plist Tue Dec 22 10:20:02 2015 (r404225) +++ head/shells/fish/pkg-plist Tue Dec 22 10:37:58 2015 (r404226) @@ -1,19 +1,18 @@ @shell bin/fish bin/fish_indent -bin/fish_pager -bin/fishd bin/mimedb %%ETCDIR%%/config.fish man/man1/fish.1.gz man/man1/fish_indent.1.gz -man/man1/fish_pager.1.gz -man/man1/fishd.1.gz man/man1/mimedb.1.gz +%%DATADIR%%/completions/..fish +%%DATADIR%%/completions/abbr.fish %%DATADIR%%/completions/abook.fish %%DATADIR%%/completions/acat.fish %%DATADIR%%/completions/accept.fish %%DATADIR%%/completions/ack.fish %%DATADIR%%/completions/acpi.fish +%%DATADIR%%/completions/adb.fish %%DATADIR%%/completions/adduser.fish %%DATADIR%%/completions/adiff.fish %%DATADIR%%/completions/als.fish @@ -48,6 +47,7 @@ man/man1/mimedb.1.gz %%DATADIR%%/completions/apt-src.fish %%DATADIR%%/completions/apt-zip-inst.fish %%DATADIR%%/completions/apt-zip-list.fish +%%DATADIR%%/completions/apt.fish %%DATADIR%%/completions/aptitude.fish %%DATADIR%%/completions/arepack.fish %%DATADIR%%/completions/arp.fish @@ -57,6 +57,7 @@ man/man1/mimedb.1.gz %%DATADIR%%/completions/atq.fish %%DATADIR%%/completions/atrm.fish %%DATADIR%%/completions/aunpack.fish +%%DATADIR%%/completions/aura.fish %%DATADIR%%/completions/awk.fish %%DATADIR%%/completions/badblocks.fish %%DATADIR%%/completions/bc.fish @@ -71,6 +72,7 @@ man/man1/mimedb.1.gz %%DATADIR%%/completions/builtin.fish %%DATADIR%%/completions/bundle.fish %%DATADIR%%/completions/bunzip2.fish +%%DATADIR%%/completions/burp.fish %%DATADIR%%/completions/bzcat.fish %%DATADIR%%/completions/bzip2.fish %%DATADIR%%/completions/bzip2recover.fish @@ -94,6 +96,8 @@ man/man1/mimedb.1.gz %%DATADIR%%/completions/commandline.fish %%DATADIR%%/completions/compare.fish %%DATADIR%%/completions/complete.fish +%%DATADIR%%/completions/composer.fish +%%DATADIR%%/completions/composer.phar.fish %%DATADIR%%/completions/composite.fish %%DATADIR%%/completions/configure.fish %%DATADIR%%/completions/conjure.fish @@ -109,6 +113,7 @@ man/man1/mimedb.1.gz %%DATADIR%%/completions/cupsreject.fish %%DATADIR%%/completions/cut.fish %%DATADIR%%/completions/cvs.fish +%%DATADIR%%/completions/cygport.fish %%DATADIR%%/completions/darcs.fish %%DATADIR%%/completions/date.fish %%DATADIR%%/completions/dcop.fish @@ -121,7 +126,9 @@ man/man1/mimedb.1.gz %%DATADIR%%/completions/djview4.fish %%DATADIR%%/completions/dlocate.fish %%DATADIR%%/completions/dmesg.fish +%%DATADIR%%/completions/docker.fish %%DATADIR%%/completions/dpkg.fish +%%DATADIR%%/completions/dropbox.fish %%DATADIR%%/completions/du.fish %%DATADIR%%/completions/duply.fish %%DATADIR%%/completions/dvipdf.fish @@ -132,16 +139,20 @@ man/man1/mimedb.1.gz %%DATADIR%%/completions/eix-sync.fish %%DATADIR%%/completions/eix.fish %%DATADIR%%/completions/elatex.fish +%%DATADIR%%/completions/elixir.fish %%DATADIR%%/completions/emacs.fish %%DATADIR%%/completions/emerge.fish +%%DATADIR%%/completions/encfs.fish %%DATADIR%%/completions/env.fish %%DATADIR%%/completions/equery.fish +%%DATADIR%%/completions/eselect.fish %%DATADIR%%/completions/etex.fish %%DATADIR%%/completions/eval.fish %%DATADIR%%/completions/evince.fish %%DATADIR%%/completions/exec.fish %%DATADIR%%/completions/exit.fish %%DATADIR%%/completions/expand.fish +%%DATADIR%%/completions/fcrontab.fish %%DATADIR%%/completions/fg.fish %%DATADIR%%/completions/fgrep.fish %%DATADIR%%/completions/file.fish @@ -150,6 +161,7 @@ man/man1/mimedb.1.gz %%DATADIR%%/completions/fish_indent.fish %%DATADIR%%/completions/flac.fish %%DATADIR%%/completions/fluxbox-remote.fish +%%DATADIR%%/completions/fossil.fish %%DATADIR%%/completions/ftp.fish %%DATADIR%%/completions/funced.fish %%DATADIR%%/completions/funcsave.fish @@ -168,6 +180,7 @@ man/man1/mimedb.1.gz %%DATADIR%%/completions/gprof.fish %%DATADIR%%/completions/grep.fish %%DATADIR%%/completions/groupadd.fish +%%DATADIR%%/completions/grunt.fish %%DATADIR%%/completions/gunzip.fish %%DATADIR%%/completions/gv.fish %%DATADIR%%/completions/gvim.fish @@ -175,6 +188,7 @@ man/man1/mimedb.1.gz %%DATADIR%%/completions/gzip.fish %%DATADIR%%/completions/head.fish %%DATADIR%%/completions/help.fish +%%DATADIR%%/completions/heroku.fish %%DATADIR%%/completions/hg.fish %%DATADIR%%/completions/highlight.fish %%DATADIR%%/completions/history.fish @@ -182,6 +196,7 @@ man/man1/mimedb.1.gz %%DATADIR%%/completions/iconv.fish %%DATADIR%%/completions/id.fish %%DATADIR%%/completions/identify.fish +%%DATADIR%%/completions/iex.fish %%DATADIR%%/completions/ifconfig.fish %%DATADIR%%/completions/ifdata.fish %%DATADIR%%/completions/ifdown.fish @@ -189,8 +204,10 @@ man/man1/mimedb.1.gz %%DATADIR%%/completions/import.fish %%DATADIR%%/completions/invoke-rc.d.fish %%DATADIR%%/completions/jobs.fish +%%DATADIR%%/completions/journalctl.fish %%DATADIR%%/completions/kill.fish %%DATADIR%%/completions/killall.fish +%%DATADIR%%/completions/kitchen.fish %%DATADIR%%/completions/la.fish %%DATADIR%%/completions/latex.fish %%DATADIR%%/completions/latexmk.fish @@ -213,6 +230,7 @@ man/man1/mimedb.1.gz %%DATADIR%%/completions/ls.fish %%DATADIR%%/completions/lsblk.fish %%DATADIR%%/completions/lsof.fish +%%DATADIR%%/completions/lsusb.fish %%DATADIR%%/completions/lua.fish %%DATADIR%%/completions/lualatex.fish %%DATADIR%%/completions/lunchy.fish @@ -224,7 +242,9 @@ man/man1/mimedb.1.gz %%DATADIR%%/completions/man.fish %%DATADIR%%/completions/mc.fish %%DATADIR%%/completions/md5sum.fish +%%DATADIR%%/completions/meat.fish %%DATADIR%%/completions/mimedb.fish +%%DATADIR%%/completions/mix.fish %%DATADIR%%/completions/mktemp.fish %%DATADIR%%/completions/mocp.fish %%DATADIR%%/completions/modprobe.fish @@ -238,6 +258,7 @@ man/man1/mimedb.1.gz %%DATADIR%%/completions/mutt.fish %%DATADIR%%/completions/mv.fish %%DATADIR%%/completions/namei.fish +%%DATADIR%%/completions/native2ascii.fish %%DATADIR%%/completions/ncdu.fish %%DATADIR%%/completions/netcat.fish %%DATADIR%%/completions/netctl.fish @@ -246,14 +267,19 @@ man/man1/mimedb.1.gz %%DATADIR%%/completions/nl.fish %%DATADIR%%/completions/nm.fish %%DATADIR%%/completions/nmcli.fish +%%DATADIR%%/completions/node.fish %%DATADIR%%/completions/not.fish +%%DATADIR%%/completions/npm.fish +%%DATADIR%%/completions/obnam.fish %%DATADIR%%/completions/oggenc.fish %%DATADIR%%/completions/omega.fish +%%DATADIR%%/completions/opam.fish %%DATADIR%%/completions/or.fish %%DATADIR%%/completions/pacman-color.fish %%DATADIR%%/completions/pacman-key.fish %%DATADIR%%/completions/pacman.fish %%DATADIR%%/completions/pacmatic.fish +%%DATADIR%%/completions/pacsrv.fish %%DATADIR%%/completions/pactree.fish %%DATADIR%%/completions/patch.fish %%DATADIR%%/completions/pbget.fish @@ -261,6 +287,7 @@ man/man1/mimedb.1.gz %%DATADIR%%/completions/pdfetex.fish %%DATADIR%%/completions/pdflatex.fish %%DATADIR%%/completions/pdftex.fish +%%DATADIR%%/completions/pdftotext.fish %%DATADIR%%/completions/perl.fish %%DATADIR%%/completions/pftp.fish %%DATADIR%%/completions/pgrep.fish @@ -291,6 +318,8 @@ man/man1/mimedb.1.gz %%DATADIR%%/completions/quilt.fish %%DATADIR%%/completions/random.fish %%DATADIR%%/completions/rbenv.fish +%%DATADIR%%/completions/rc-service.fish +%%DATADIR%%/completions/rc-update.fish %%DATADIR%%/completions/rc.d.fish %%DATADIR%%/completions/read.fish %%DATADIR%%/completions/readlink.fish @@ -318,6 +347,7 @@ man/man1/mimedb.1.gz %%DATADIR%%/completions/service.fish %%DATADIR%%/completions/set.fish %%DATADIR%%/completions/set_color.fish +%%DATADIR%%/completions/setfacl.fish %%DATADIR%%/completions/setxkbmap.fish %%DATADIR%%/completions/sha1sum.fish %%DATADIR%%/completions/sha224sum.fish @@ -325,6 +355,7 @@ man/man1/mimedb.1.gz %%DATADIR%%/completions/sha384sum.fish %%DATADIR%%/completions/sha512sum.fish %%DATADIR%%/completions/sort.fish +%%DATADIR%%/completions/source.fish %%DATADIR%%/completions/ssh.fish %%DATADIR%%/completions/sshfs.fish %%DATADIR%%/completions/stat.fish @@ -344,10 +375,12 @@ man/man1/mimedb.1.gz %%DATADIR%%/completions/time.fish %%DATADIR%%/completions/timeout.fish %%DATADIR%%/completions/tmux.fish +%%DATADIR%%/completions/tmuxinator.fish %%DATADIR%%/completions/top.fish %%DATADIR%%/completions/totem.fish %%DATADIR%%/completions/touch.fish %%DATADIR%%/completions/tr.fish +%%DATADIR%%/completions/transmission-remote.fish %%DATADIR%%/completions/trap.fish %%DATADIR%%/completions/tree.fish %%DATADIR%%/completions/type.fish @@ -394,6 +427,7 @@ man/man1/mimedb.1.gz %%DATADIR%%/completions/xsel.fish %%DATADIR%%/completions/xterm.fish %%DATADIR%%/completions/yaourt.fish +%%DATADIR%%/completions/yast2.fish %%DATADIR%%/completions/yum.fish %%DATADIR%%/completions/zcat.fish %%DATADIR%%/completions/zip.fish @@ -409,6 +443,7 @@ man/man1/mimedb.1.gz %%DATADIR%%/functions/__fish_complete_ant_targets.fish %%DATADIR%%/functions/__fish_complete_atool.fish %%DATADIR%%/functions/__fish_complete_atool_archive_contents.fish +%%DATADIR%%/functions/__fish_complete_aura.fish %%DATADIR%%/functions/__fish_complete_bittorrent.fish %%DATADIR%%/functions/__fish_complete_cabal.fish %%DATADIR%%/functions/__fish_complete_cd.fish @@ -424,14 +459,17 @@ man/man1/mimedb.1.gz %%DATADIR%%/functions/__fish_complete_lpr.fish %%DATADIR%%/functions/__fish_complete_lpr_option.fish %%DATADIR%%/functions/__fish_complete_ls.fish +%%DATADIR%%/functions/__fish_complete_lsusb.fish %%DATADIR%%/functions/__fish_complete_man.fish %%DATADIR%%/functions/__fish_complete_mime.fish %%DATADIR%%/functions/__fish_complete_pacman.fish +%%DATADIR%%/functions/__fish_complete_path.fish %%DATADIR%%/functions/__fish_complete_pgrep.fish %%DATADIR%%/functions/__fish_complete_pids.fish %%DATADIR%%/functions/__fish_complete_ppp_peer.fish %%DATADIR%%/functions/__fish_complete_proc.fish %%DATADIR%%/functions/__fish_complete_python.fish +%%DATADIR%%/functions/__fish_complete_service_actions.fish %%DATADIR%%/functions/__fish_complete_setxkbmap.fish %%DATADIR%%/functions/__fish_complete_ssh.fish %%DATADIR%%/functions/__fish_complete_subcommand.fish @@ -449,23 +487,30 @@ man/man1/mimedb.1.gz %%DATADIR%%/functions/__fish_config_interactive.fish %%DATADIR%%/functions/__fish_contains_opt.fish %%DATADIR%%/functions/__fish_crux_packages.fish +%%DATADIR%%/functions/__fish_cursor_konsole.fish +%%DATADIR%%/functions/__fish_cursor_xterm.fish %%DATADIR%%/functions/__fish_describe_command.fish %%DATADIR%%/functions/__fish_filter_ant_targets.fish %%DATADIR%%/functions/__fish_filter_mime.fish %%DATADIR%%/functions/__fish_git_prompt.fish %%DATADIR%%/functions/__fish_gnu_complete.fish +%%DATADIR%%/functions/__fish_hg_prompt.fish %%DATADIR%%/functions/__fish_is_first_token.fish %%DATADIR%%/functions/__fish_is_token_n.fish %%DATADIR%%/functions/__fish_list_current_token.fish %%DATADIR%%/functions/__fish_make_completion_signals.fish +%%DATADIR%%/functions/__fish_man_page.fish %%DATADIR%%/functions/__fish_move_last.fish %%DATADIR%%/functions/__fish_no_arguments.fish %%DATADIR%%/functions/__fish_not_contain_opt.fish +%%DATADIR%%/functions/__fish_number_of_cmd_args_wo_opts.fish %%DATADIR%%/functions/__fish_paginate.fish %%DATADIR%%/functions/__fish_ports_dirs.fish %%DATADIR%%/functions/__fish_print_abook_emails.fish %%DATADIR%%/functions/__fish_print_addresses.fish %%DATADIR%%/functions/__fish_print_arch_daemons.fish +%%DATADIR%%/functions/__fish_print_cmd_args.fish +%%DATADIR%%/functions/__fish_print_cmd_args_without_options.fish %%DATADIR%%/functions/__fish_print_commands.fish %%DATADIR%%/functions/__fish_print_debian_services.fish %%DATADIR%%/functions/__fish_print_encodings.fish @@ -480,6 +525,7 @@ man/man1/mimedb.1.gz %%DATADIR%%/functions/__fish_print_make_targets.fish %%DATADIR%%/functions/__fish_print_mounted.fish %%DATADIR%%/functions/__fish_print_packages.fish +%%DATADIR%%/functions/__fish_print_service_names.fish %%DATADIR%%/functions/__fish_print_svn_rev.fish %%DATADIR%%/functions/__fish_print_users.fish %%DATADIR%%/functions/__fish_print_xdg_mimeapps.fish @@ -494,10 +540,23 @@ man/man1/mimedb.1.gz %%DATADIR%%/functions/__fish_prt_use_port.fish %%DATADIR%%/functions/__fish_pwd.fish %%DATADIR%%/functions/__fish_seen_subcommand_from.fish +%%DATADIR%%/functions/__fish_systemctl_automounts.fish +%%DATADIR%%/functions/__fish_systemctl_devices.fish +%%DATADIR%%/functions/__fish_systemctl_mounts.fish +%%DATADIR%%/functions/__fish_systemctl_scopes.fish +%%DATADIR%%/functions/__fish_systemctl_service_paths.fish +%%DATADIR%%/functions/__fish_systemctl_services.fish +%%DATADIR%%/functions/__fish_systemctl_slices.fish +%%DATADIR%%/functions/__fish_systemctl_snapshots.fish +%%DATADIR%%/functions/__fish_systemctl_sockets.fish +%%DATADIR%%/functions/__fish_systemctl_swaps.fish +%%DATADIR%%/functions/__fish_systemctl_targets.fish +%%DATADIR%%/functions/__fish_systemctl_timers.fish %%DATADIR%%/functions/__fish_test_arg.fish %%DATADIR%%/functions/__fish_urlencode.fish %%DATADIR%%/functions/__fish_use_subcommand.fish %%DATADIR%%/functions/__terlar_git_prompt.fish +%%DATADIR%%/functions/abbr.fish %%DATADIR%%/functions/alias.fish %%DATADIR%%/functions/cd.fish %%DATADIR%%/functions/contains_seq.fish @@ -506,11 +565,16 @@ man/man1/mimedb.1.gz %%DATADIR%%/functions/dirs.fish %%DATADIR%%/functions/down-or-search.fish %%DATADIR%%/functions/eval.fish +%%DATADIR%%/functions/export.fish %%DATADIR%%/functions/fish_config.fish %%DATADIR%%/functions/fish_default_key_bindings.fish %%DATADIR%%/functions/fish_indent.fish +%%DATADIR%%/functions/fish_mode_prompt.fish %%DATADIR%%/functions/fish_prompt.fish %%DATADIR%%/functions/fish_update_completions.fish +%%DATADIR%%/functions/fish_vi_cursor.fish +%%DATADIR%%/functions/fish_vi_key_bindings.fish +%%DATADIR%%/functions/fish_vi_mode.fish %%DATADIR%%/functions/funced.fish %%DATADIR%%/functions/funcsave.fish %%DATADIR%%/functions/grep.fish @@ -541,30 +605,7 @@ man/man1/mimedb.1.gz %%DATADIR%%/functions/umask.fish %%DATADIR%%/functions/up-or-search.fish %%DATADIR%%/functions/vared.fish -%%DATADIR%%/tools/create_manpage_completions.py -%%DATADIR%%/tools/deroff.py -%%DATADIR%%/tools/web_config/delete.png -%%DATADIR%%/tools/web_config/index.html -%%DATADIR%%/tools/web_config/jquery.js -%%DATADIR%%/tools/web_config/sample_prompts/classic.fish -%%DATADIR%%/tools/web_config/sample_prompts/classic_git.fish -%%DATADIR%%/tools/web_config/sample_prompts/classic_status.fish -%%DATADIR%%/tools/web_config/sample_prompts/informative.fish -%%DATADIR%%/tools/web_config/sample_prompts/informative_git.fish -%%DATADIR%%/tools/web_config/sample_prompts/justadollar.fish -%%DATADIR%%/tools/web_config/sample_prompts/lonetwin.fish -%%DATADIR%%/tools/web_config/sample_prompts/minimalist.fish -%%DATADIR%%/tools/web_config/sample_prompts/nim.fish -%%DATADIR%%/tools/web_config/sample_prompts/pythonista.fish -%%DATADIR%%/tools/web_config/sample_prompts/robbyrussell.fish -%%DATADIR%%/tools/web_config/sample_prompts/screen_savvy.fish -%%DATADIR%%/tools/web_config/sample_prompts/terlar.fish -%%DATADIR%%/tools/web_config/sample_prompts/user_host_path.fish -%%DATADIR%%/tools/web_config/webconfig.py -%%NLS%%share/locale/de/LC_MESSAGES/fish.mo -%%NLS%%share/locale/en/LC_MESSAGES/fish.mo -%%NLS%%share/locale/fr/LC_MESSAGES/fish.mo -%%NLS%%share/locale/sv/LC_MESSAGES/fish.mo +%%DATADIR%%/man/man1/abbr.1.gz %%DATADIR%%/man/man1/alias.1.gz %%DATADIR%%/man/man1/and.1.gz %%DATADIR%%/man/man1/begin.1.gz @@ -591,15 +632,15 @@ man/man1/mimedb.1.gz %%DATADIR%%/man/man1/eval.1.gz %%DATADIR%%/man/man1/exec.1.gz %%DATADIR%%/man/man1/exit.1.gz +%%DATADIR%%/man/man1/false.1.gz %%DATADIR%%/man/man1/fg.1.gz %%DATADIR%%/man/man1/fish.1.gz %%DATADIR%%/man/man1/fish_config.1.gz %%DATADIR%%/man/man1/fish_indent.1.gz -%%DATADIR%%/man/man1/fish_pager.1.gz %%DATADIR%%/man/man1/fish_prompt.1.gz %%DATADIR%%/man/man1/fish_right_prompt.1.gz %%DATADIR%%/man/man1/fish_update_completions.1.gz -%%DATADIR%%/man/man1/fishd.1.gz +%%DATADIR%%/man/man1/fish_vi_mode.1.gz %%DATADIR%%/man/man1/for.1.gz %%DATADIR%%/man/man1/funced.1.gz %%DATADIR%%/man/man1/funcsave.1.gz @@ -631,8 +672,50 @@ man/man1/mimedb.1.gz %%DATADIR%%/man/man1/switch.1.gz %%DATADIR%%/man/man1/test.1.gz %%DATADIR%%/man/man1/trap.1.gz +%%DATADIR%%/man/man1/true.1.gz %%DATADIR%%/man/man1/type.1.gz %%DATADIR%%/man/man1/ulimit.1.gz %%DATADIR%%/man/man1/umask.1.gz %%DATADIR%%/man/man1/vared.1.gz %%DATADIR%%/man/man1/while.1.gz +%%DATADIR%%/tools/create_manpage_completions.py +%%DATADIR%%/tools/deroff.py +%%DATADIR%%/tools/web_config/delete.png +%%DATADIR%%/tools/web_config/fishconfig.css +%%DATADIR%%/tools/web_config/index.html +%%DATADIR%%/tools/web_config/js/angular.js +%%DATADIR%%/tools/web_config/js/app.js +%%DATADIR%%/tools/web_config/js/colorutils.js +%%DATADIR%%/tools/web_config/js/controllers.js +%%DATADIR%%/tools/web_config/js/filters.js +%%DATADIR%%/tools/web_config/partials/abbreviations.html +%%DATADIR%%/tools/web_config/partials/bindings.html +%%DATADIR%%/tools/web_config/partials/colors.html +%%DATADIR%%/tools/web_config/partials/functions.html +%%DATADIR%%/tools/web_config/partials/history.html +%%DATADIR%%/tools/web_config/partials/prompt.html +%%DATADIR%%/tools/web_config/partials/variables.html +%%DATADIR%%/tools/web_config/sample_prompts/classic.fish +%%DATADIR%%/tools/web_config/sample_prompts/classic_git.fish +%%DATADIR%%/tools/web_config/sample_prompts/classic_status.fish +%%DATADIR%%/tools/web_config/sample_prompts/debian_chroot.fish +%%DATADIR%%/tools/web_config/sample_prompts/informative.fish +%%DATADIR%%/tools/web_config/sample_prompts/informative_git.fish +%%DATADIR%%/tools/web_config/sample_prompts/justadollar.fish +%%DATADIR%%/tools/web_config/sample_prompts/lonetwin.fish +%%DATADIR%%/tools/web_config/sample_prompts/minimalist.fish +%%DATADIR%%/tools/web_config/sample_prompts/nim.fish +%%DATADIR%%/tools/web_config/sample_prompts/pythonista.fish +%%DATADIR%%/tools/web_config/sample_prompts/robbyrussell.fish +%%DATADIR%%/tools/web_config/sample_prompts/screen_savvy.fish +%%DATADIR%%/tools/web_config/sample_prompts/terlar.fish +%%DATADIR%%/tools/web_config/sample_prompts/user_host_path.fish +%%DATADIR%%/tools/web_config/webconfig.py +%%NLS%%share/locale/de/LC_MESSAGES/fish.mo +%%NLS%%share/locale/en/LC_MESSAGES/fish.mo +%%NLS%%share/locale/fr/LC_MESSAGES/fish.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/fish.mo +%%NLS%%share/locale/sv/LC_MESSAGES/fish.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/fish.mo +libdata/pkgconfig/fish.pc +@dir %%DATADIR%%/vendor_completions.d From owner-svn-ports-head@freebsd.org Tue Dec 22 10:43:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DAF0A4F20F; Tue, 22 Dec 2015 10:43:29 +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 5698C17BE; Tue, 22 Dec 2015 10:43:29 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBMAhSci067759; Tue, 22 Dec 2015 10:43:28 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMAhSfR067755; Tue, 22 Dec 2015 10:43:28 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201512221043.tBMAhSfR067755@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 22 Dec 2015 10:43:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404227 - head/devel/cut X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 10:43:29 -0000 Author: wen Date: Tue Dec 22 10:43:27 2015 New Revision: 404227 URL: https://svnweb.freebsd.org/changeset/ports/404227 Log: - Update to 2.7 PR: 204194 Submitted by: tkato432@yahoo.com Modified: head/devel/cut/Makefile head/devel/cut/distinfo head/devel/cut/pkg-descr head/devel/cut/pkg-plist Modified: head/devel/cut/Makefile ============================================================================== --- head/devel/cut/Makefile Tue Dec 22 10:37:58 2015 (r404226) +++ head/devel/cut/Makefile Tue Dec 22 10:43:27 2015 (r404227) @@ -2,23 +2,48 @@ # $FreeBSD$ PORTNAME= cut -PORTVERSION= 2.6 +PORTVERSION= 2.7 CATEGORIES= devel -MASTER_SITES= http://www.falvotech.com/content/cut/${PORTVERSION}/ +MASTER_SITES= https://bitbucket.org/kc5tja/cut/get/ +DISTNAME= v${PORTVERSION} +DIST_SUBDIR= cut MAINTAINER= ports@FreeBSD.org COMMENT= Unit Testing Framework for C, C++, and Objective-C -BROKEN= Does not fetch -USES= python:run shebangfix +LICENSE= BSD3CLAUSE + +WRKSRC= ${WRKDIR}/kc5tja-cut-d4fc09276ea9 + +USES= python:run shebangfix tar:bzip2 SHEBANG_FILES= *.py ALL_TARGET= build +PLIST_SUB= VERSION="${PORTVERSION}" + +OPTIONS_DEFINE= DOCS + +do-configure: + @${ECHO_CMD} -n > ${WRKDIR}/cutgen + @${ECHO_CMD} "#!${SH}" >> ${WRKDIR}/cutgen + @${ECHO_CMD} "cd ${PYTHONPREFIX_SITELIBDIR}/cut" >> ${WRKDIR}/cutgen + @${ECHO_CMD} "exec ${PYTHON_CMD:T} cutgen.py" >> ${WRKDIR}/cutgen + do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/build/bin/cutgen ${STAGEDIR}${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/build/bin/cutgen.py ${STAGEDIR}${PREFIX}/bin -.for FILE in common.py lexer.py options.py parser.py - ${INSTALL_SCRIPT} ${WRKSRC}/build/bin/${FILE} ${STAGEDIR}${PREFIX}/bin/cutgen_${FILE} -.endfor + (cd ${WRKDIR} && ${INSTALL_SCRIPT} cutgen \ + ${STAGEDIR}${PREFIX}/bin) + @${MKDIR} ${STAGEDIR}${PREFIX}/include/cut/${PORTVERSION} + (cd ${WRKSRC} && ${INSTALL_DATA} cut.h \ + ${STAGEDIR}${PREFIX}/include/cut/${PORTVERSION}) + (cd ${WRKSRC}/build/lib && ${INSTALL_DATA} libcut.a \ + ${STAGEDIR}${PREFIX}/lib) + @${MKDIR} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/cut + (cd ${WRKSRC} && ${INSTALL_DATA} *.py \ + ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/cut) + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} index.html \ + ${STAGEDIR}${DOCSDIR}) .include Modified: head/devel/cut/distinfo ============================================================================== --- head/devel/cut/distinfo Tue Dec 22 10:37:58 2015 (r404226) +++ head/devel/cut/distinfo Tue Dec 22 10:43:27 2015 (r404227) @@ -1,2 +1,2 @@ -SHA256 (cut-2.6.tar.gz) = ca1af2bfde22471f34c3f8852712983bac74150c7f7837367fece750d1ed793e -SIZE (cut-2.6.tar.gz) = 302932 +SHA256 (cut/v2.7.tar.bz2) = 73cdaec95841b9665397f815c985c2e414eb26f54433e1718ad5d8e75fa8ff59 +SIZE (cut/v2.7.tar.bz2) = 9990 Modified: head/devel/cut/pkg-descr ============================================================================== --- head/devel/cut/pkg-descr Tue Dec 22 10:37:58 2015 (r404226) +++ head/devel/cut/pkg-descr Tue Dec 22 10:43:27 2015 (r404227) @@ -8,9 +8,8 @@ CUT was primarily written by Samuel A. F starting life as distinct, and even competing, CUT 1.0 and test-assert packages. When it was finally decided to combine both packages into a single tool, CUT 2.0 was released, and found to be vastly more useful -than either expected. CUT 2.4 is the latest version of the CUT 2.x -series. +than either expected. CUT follows standard error messages format supported by Emacs. -WWW: http://www.falvotech.com/content/cut/ +WWW: https://bitbucket.org/kc5tja/cut/ Modified: head/devel/cut/pkg-plist ============================================================================== --- head/devel/cut/pkg-plist Tue Dec 22 10:37:58 2015 (r404226) +++ head/devel/cut/pkg-plist Tue Dec 22 10:43:27 2015 (r404227) @@ -1,6 +1,9 @@ bin/cutgen -bin/cutgen.py -bin/cutgen_common.py -bin/cutgen_lexer.py -bin/cutgen_options.py -bin/cutgen_parser.py +include/cut/%%VERSION%%/cut.h +lib/libcut.a +%%PYTHON_SITELIBDIR%%/cut/common.py +%%PYTHON_SITELIBDIR%%/cut/cutgen.py +%%PYTHON_SITELIBDIR%%/cut/lexer.py +%%PYTHON_SITELIBDIR%%/cut/options.py +%%PYTHON_SITELIBDIR%%/cut/parser.py +%%PORTDOCS%%%%DOCSDIR%%/index.html From owner-svn-ports-head@freebsd.org Tue Dec 22 10:46:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9AD03A4F2A8; Tue, 22 Dec 2015 10:46:07 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 702C118E8; Tue, 22 Dec 2015 10:46:07 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBMAk6fF068032; Tue, 22 Dec 2015 10:46:06 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMAk6BV068028; Tue, 22 Dec 2015 10:46:06 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512221046.tBMAk6BV068028@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 22 Dec 2015 10:46:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404228 - in head/audio/vamp-plugin-sdk: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 10:46:07 -0000 Author: miwi Date: Tue Dec 22 10:46:06 2015 New Revision: 404228 URL: https://svnweb.freebsd.org/changeset/ports/404228 Log: - Update to 2.6 - Pass maintainership to submitter PR: 203106 Submitted: byuddka@student.kit.edu Approved by: mat (mentor) Differential Revision: D4659 Added: head/audio/vamp-plugin-sdk/files/patch-pkgconfig_vamp-hostsdk.pc.in (contents, props changed) Modified: head/audio/vamp-plugin-sdk/Makefile head/audio/vamp-plugin-sdk/distinfo head/audio/vamp-plugin-sdk/pkg-plist Modified: head/audio/vamp-plugin-sdk/Makefile ============================================================================== --- head/audio/vamp-plugin-sdk/Makefile Tue Dec 22 10:43:27 2015 (r404227) +++ head/audio/vamp-plugin-sdk/Makefile Tue Dec 22 10:46:06 2015 (r404228) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= vamp-plugin-sdk -PORTVERSION= 2.3 -PORTREVISION= 1 +PORTVERSION= 2.6 CATEGORIES= audio -MASTER_SITES= http://code.soundsoftware.ac.uk/attachments/download/224/ +MASTER_SITES= https://code.soundsoftware.ac.uk/attachments/download/1520/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uddka@student.kit.edu COMMENT= Vamp audio analysis plugin SDK LICENSE= MIT Modified: head/audio/vamp-plugin-sdk/distinfo ============================================================================== --- head/audio/vamp-plugin-sdk/distinfo Tue Dec 22 10:43:27 2015 (r404227) +++ head/audio/vamp-plugin-sdk/distinfo Tue Dec 22 10:46:06 2015 (r404228) @@ -1,2 +1,2 @@ -SHA256 (vamp-plugin-sdk-2.3.tar.gz) = 9cf641311b8ab87aa53b1cb7be587b86a48d87ca5b3b504604876f4bcc37165a -SIZE (vamp-plugin-sdk-2.3.tar.gz) = 165079 +SHA256 (vamp-plugin-sdk-2.6.tar.gz) = d0d3578137ac0c1e63f31561081a8d61da526a81152bc1dc9383b629bc07f85f +SIZE (vamp-plugin-sdk-2.6.tar.gz) = 174943 Added: head/audio/vamp-plugin-sdk/files/patch-pkgconfig_vamp-hostsdk.pc.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/vamp-plugin-sdk/files/patch-pkgconfig_vamp-hostsdk.pc.in Tue Dec 22 10:46:06 2015 (r404228) @@ -0,0 +1,9 @@ +--- pkgconfig/vamp-hostsdk.pc.in.orig 2015-06-22 08:28:58 UTC ++++ pkgconfig/vamp-hostsdk.pc.in +@@ -6,5 +6,5 @@ includedir=${prefix}/include + Name: vamp-hostsdk + Version: 2.6 + Description: Development library for Vamp audio analysis plugin hosts +-Libs: -L${libdir} -lvamp-hostsdk -ldl ++Libs: -L${libdir} -lvamp-hostsdk + Cflags: -I${includedir} Modified: head/audio/vamp-plugin-sdk/pkg-plist ============================================================================== --- head/audio/vamp-plugin-sdk/pkg-plist Tue Dec 22 10:43:27 2015 (r404227) +++ head/audio/vamp-plugin-sdk/pkg-plist Tue Dec 22 10:46:06 2015 (r404228) @@ -10,8 +10,10 @@ include/vamp-hostsdk/PluginLoader.h include/vamp-hostsdk/PluginSummarisingAdapter.h include/vamp-hostsdk/PluginWrapper.h include/vamp-hostsdk/RealTime.h +include/vamp-hostsdk/host-c.h include/vamp-hostsdk/hostguard.h include/vamp-hostsdk/vamp-hostsdk.h +include/vamp-sdk/FFT.h include/vamp-sdk/Plugin.h include/vamp-sdk/PluginAdapter.h include/vamp-sdk/PluginBase.h @@ -22,11 +24,11 @@ include/vamp/vamp.h lib/libvamp-hostsdk.a lib/libvamp-hostsdk.so lib/libvamp-hostsdk.so.3 -lib/libvamp-hostsdk.so.3.3.0 +lib/libvamp-hostsdk.so.3.6.0 lib/libvamp-sdk.a lib/libvamp-sdk.so lib/libvamp-sdk.so.2 -lib/libvamp-sdk.so.2.3.0 +lib/libvamp-sdk.so.2.6.0 lib/vamp/vamp-example-plugins.cat lib/vamp/vamp-example-plugins.n3 lib/vamp/vamp-example-plugins.so From owner-svn-ports-head@freebsd.org Tue Dec 22 12:56:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1ECD2A4C1E0; Tue, 22 Dec 2015 12:56:30 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E02E110B6; Tue, 22 Dec 2015 12:56:29 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBMCuSp1006909; Tue, 22 Dec 2015 12:56:28 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMCuSbm006908; Tue, 22 Dec 2015 12:56:28 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201512221256.tBMCuSbm006908@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Tue, 22 Dec 2015 12:56:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404229 - head/Mk/Scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 12:56:30 -0000 Author: demon Date: Tue Dec 22 12:56:28 2015 New Revision: 404229 URL: https://svnweb.freebsd.org/changeset/ports/404229 Log: Fix typo in message. Modified: head/Mk/Scripts/find-lib.sh Modified: head/Mk/Scripts/find-lib.sh ============================================================================== --- head/Mk/Scripts/find-lib.sh Tue Dec 22 10:46:06 2015 (r404228) +++ head/Mk/Scripts/find-lib.sh Tue Dec 22 12:56:28 2015 (r404229) @@ -8,7 +8,7 @@ if [ -z "${LIB_DIRS}" -o -z "${LOCALBASE fi if [ -f /usr/share/misc/magic.mime -o -f /usr/share/misc/magic.mime.mgc ]; then - echo "Either /usr/share/misc/magic.mime or /usr/share/misc/mime.magic.mgc exist and must be removed." >&2 + echo "Either /usr/share/misc/magic.mime or /usr/share/misc/magic.mime.mgc exist and must be removed." >&2 echo "These are legacy files from an older release and may safely be deleted." >&2 echo "Please see UPDATING 20150213 for more details." >&2 exit 1 From owner-svn-ports-head@freebsd.org Tue Dec 22 13:31:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D0E1A4CCBC; Tue, 22 Dec 2015 13:31:15 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C6F31E87; Tue, 22 Dec 2015 13:31:15 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBMDVEJq018313; Tue, 22 Dec 2015 13:31:14 GMT (envelope-from erwin@FreeBSD.org) Received: (from erwin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMDVE8u018312; Tue, 22 Dec 2015 13:31:14 GMT (envelope-from erwin@FreeBSD.org) Message-Id: <201512221331.tBMDVE8u018312@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: erwin set sender to erwin@FreeBSD.org using -f From: Erwin Lansing Date: Tue, 22 Dec 2015 13:31:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404230 - head/Tools/scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 13:31:15 -0000 Author: erwin Date: Tue Dec 22 13:31:14 2015 New Revision: 404230 URL: https://svnweb.freebsd.org/changeset/ports/404230 Log: Remove spurious quotation mark. PR: 205304 Submitted by: Stig Inge Lea Bjoernsen Sponsored by: DK Hostmaster A/S Modified: head/Tools/scripts/chkorigin.sh Modified: head/Tools/scripts/chkorigin.sh ============================================================================== --- head/Tools/scripts/chkorigin.sh Tue Dec 22 12:56:28 2015 (r404229) +++ head/Tools/scripts/chkorigin.sh Tue Dec 22 13:31:14 2015 (r404230) @@ -100,7 +100,7 @@ for category in ${CATEGORIES}; do $opt_verbose && echo "==> ${category}/${port}" cd "${PORTSDIR}/${category}/${port}" - PKGORIGIN=`/usr/bin/make -VPKGORIGIN 2>/dev/null || true"` + PKGORIGIN=`/usr/bin/make -VPKGORIGIN 2>/dev/null || true` if [ "${PKGORIGIN}" != "${category}/${port}" ]; then echo "port \"${category}/${port}\" has the wrong PKGORIGIN \"${PKGORIGIN}\"" From owner-svn-ports-head@freebsd.org Tue Dec 22 14:08:23 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 011EFA4DAE6; Tue, 22 Dec 2015 14:08: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 AA60A1099; Tue, 22 Dec 2015 14:08: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 tBME8Ll3027397; Tue, 22 Dec 2015 14:08:21 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBME8L0Z027395; Tue, 22 Dec 2015 14:08:21 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201512221408.tBME8L0Z027395@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 22 Dec 2015 14:08:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404231 - head/lang/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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 14:08:23 -0000 Author: olgeni Date: Tue Dec 22 14:08:21 2015 New Revision: 404231 URL: https://svnweb.freebsd.org/changeset/ports/404231 Log: Upgrade lang/erlang-runtime17 to version 17.5.6.7. Modified: head/lang/erlang-runtime17/Makefile head/lang/erlang-runtime17/distinfo Modified: head/lang/erlang-runtime17/Makefile ============================================================================== --- head/lang/erlang-runtime17/Makefile Tue Dec 22 13:31:14 2015 (r404230) +++ head/lang/erlang-runtime17/Makefile Tue Dec 22 14:08:21 2015 (r404231) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 17.5.6.6 +PORTVERSION= 17.5.6.7 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -19,7 +19,8 @@ PATCH_SITES= http://olgeni.olgeni.com/~o PATCHFILES= patch-otp-17.5.1 patch-otp-17.5.2 patch-otp-17.5.3 \ patch-otp-17.5.4 patch-otp-17.5.5 patch-otp-17.5.6 \ patch-otp-17.5.6.1 patch-otp-17.5.6.2 patch-otp-17.5.6.3 \ - patch-otp-17.5.6.4 patch-otp-17.5.6.5 patch-otp-17.5.6.6 + patch-otp-17.5.6.4 patch-otp-17.5.6.5 patch-otp-17.5.6.6 \ + patch-otp-17.5.6.7 MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson @@ -216,7 +217,7 @@ post-install: ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/common_test-1.10 ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/diameter-1.9/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/diameter-1.9.2.1 + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/diameter-1.9.2.2 ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/diameter-1.9 ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/debugger-4.0.3/* \ Modified: head/lang/erlang-runtime17/distinfo ============================================================================== --- head/lang/erlang-runtime17/distinfo Tue Dec 22 13:31:14 2015 (r404230) +++ head/lang/erlang-runtime17/distinfo Tue Dec 22 14:08:21 2015 (r404231) @@ -28,3 +28,5 @@ SHA256 (erlang/patch-otp-17.5.6.5) = 270 SIZE (erlang/patch-otp-17.5.6.5) = 16967 SHA256 (erlang/patch-otp-17.5.6.6) = 53125e68a9a8530e1eaa6451a0849b8b458d40b6611ded9c1cae2936166f65bf SIZE (erlang/patch-otp-17.5.6.6) = 5252 +SHA256 (erlang/patch-otp-17.5.6.7) = cd40675b3d75b0a92617c4ebdc361af420a3eb9af00b851a47bd36a223af0f0a +SIZE (erlang/patch-otp-17.5.6.7) = 25609 From owner-svn-ports-head@freebsd.org Tue Dec 22 14:28:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFB10A4E0F4; Tue, 22 Dec 2015 14:28:37 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A69BA195F; Tue, 22 Dec 2015 14:28:37 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBMESaEA033173; Tue, 22 Dec 2015 14:28:36 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMESa99033171; Tue, 22 Dec 2015 14:28:36 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512221428.tBMESa99033171@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 22 Dec 2015 14:28:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404232 - head/devel/dash.el X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 14:28:38 -0000 Author: miwi Date: Tue Dec 22 14:28:36 2015 New Revision: 404232 URL: https://svnweb.freebsd.org/changeset/ports/404232 Log: - Update to 2.12.1 PR: 204271 Submitted by: Yasuhiro KIMURA Approved by: mat (mentor); maintainer timeout Differential Revision: D4650 Modified: head/devel/dash.el/Makefile head/devel/dash.el/distinfo Modified: head/devel/dash.el/Makefile ============================================================================== --- head/devel/dash.el/Makefile Tue Dec 22 14:08:21 2015 (r404231) +++ head/devel/dash.el/Makefile Tue Dec 22 14:28:36 2015 (r404232) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dash.el -PORTVERSION= 2.11.0 +PORTVERSION= 2.12.1 CATEGORIES= devel elisp MAINTAINER= rpaulo@FreeBSD.org @@ -13,7 +13,6 @@ USE_GITHUB= yes GH_ACCOUNT= magnars USE_EMACS= yes - NO_BUILD= yes do-install: Modified: head/devel/dash.el/distinfo ============================================================================== --- head/devel/dash.el/distinfo Tue Dec 22 14:08:21 2015 (r404231) +++ head/devel/dash.el/distinfo Tue Dec 22 14:28:36 2015 (r404232) @@ -1,2 +1,2 @@ -SHA256 (magnars-dash.el-2.11.0_GH0.tar.gz) = d888d34b9b86337c5740250f202e7f2efc3bf059b08a817a978bf54923673cde -SIZE (magnars-dash.el-2.11.0_GH0.tar.gz) = 138461 +SHA256 (dash-2.12.1_GH0.tar.gz) = 41460193aa74787b247b09ad7cae696016110abba2a922ef1a067472eba15220 +SIZE (dash-2.12.1_GH0.tar.gz) = 142247 From owner-svn-ports-head@freebsd.org Tue Dec 22 14:29:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F687A4E127; Tue, 22 Dec 2015 14:29:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F6921A39; Tue, 22 Dec 2015 14:29:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBMET1iY033297; Tue, 22 Dec 2015 14:29:01 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMET1YZ033296; Tue, 22 Dec 2015 14:29:01 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512221429.tBMET1YZ033296@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 22 Dec 2015 14:29:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404233 - head/sysutils/syslog-ng-incubator X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 14:29:02 -0000 Author: amdmi3 Date: Tue Dec 22 14:29:01 2015 New Revision: 404233 URL: https://svnweb.freebsd.org/changeset/ports/404233 Log: - Drop @dirrm* from plist Approved by: portmgr blanket Modified: head/sysutils/syslog-ng-incubator/pkg-plist Modified: head/sysutils/syslog-ng-incubator/pkg-plist ============================================================================== --- head/sysutils/syslog-ng-incubator/pkg-plist Tue Dec 22 14:28:36 2015 (r404232) +++ head/sysutils/syslog-ng-incubator/pkg-plist Tue Dec 22 14:29:01 2015 (r404233) @@ -16,8 +16,3 @@ lib/syslog-ng/libtrigger-source.a lib/syslog-ng/libtrigger-source.so share/syslog-ng/include/scl/elasticsearch/es-bridge share/syslog-ng/include/scl/elasticsearch/plugin.conf -@dirrm share/syslog-ng/include/scl/elasticsearch -@dirrmtry share/syslog-ng/include/scl -@dirrmtry share/syslog-ng/include -@dirrmtry share/syslog-ng -@dirrmtry lib/syslog-ng From owner-svn-ports-head@freebsd.org Tue Dec 22 14:29:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 974F6A4E13A; Tue, 22 Dec 2015 14:29:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 688251A40; Tue, 22 Dec 2015 14:29:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBMET4aj033386; Tue, 22 Dec 2015 14:29:04 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMET4vj033385; Tue, 22 Dec 2015 14:29:04 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512221429.tBMET4vj033385@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 22 Dec 2015 14:29:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404234 - head/sysutils/syslog-ng-incubator03 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 14:29:05 -0000 Author: amdmi3 Date: Tue Dec 22 14:29:04 2015 New Revision: 404234 URL: https://svnweb.freebsd.org/changeset/ports/404234 Log: - Drop @dirrm* from plist Approved by: portmgr blanket Modified: head/sysutils/syslog-ng-incubator03/pkg-plist Modified: head/sysutils/syslog-ng-incubator03/pkg-plist ============================================================================== --- head/sysutils/syslog-ng-incubator03/pkg-plist Tue Dec 22 14:29:01 2015 (r404233) +++ head/sysutils/syslog-ng-incubator03/pkg-plist Tue Dec 22 14:29:04 2015 (r404234) @@ -19,9 +19,3 @@ lib/syslog-ng/libtrigger-source.so share/syslog-ng/include/scl/elasticsearch/es-bridge share/syslog-ng/include/scl/elasticsearch/plugin.conf share/syslog-ng/include/scl/graphite/plugin.conf -@dirrmtry share/syslog-ng/include/scl/graphite -@dirrm share/syslog-ng/include/scl/elasticsearch -@dirrmtry share/syslog-ng/include/scl -@dirrmtry share/syslog-ng/include -@dirrmtry share/syslog-ng -@dirrmtry lib/syslog-ng From owner-svn-ports-head@freebsd.org Tue Dec 22 14:29:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD0E4A4E17A; Tue, 22 Dec 2015 14:29:17 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B5FAA1C12; Tue, 22 Dec 2015 14:29:17 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBMETGWu033504; Tue, 22 Dec 2015 14:29:16 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMETG3Q033502; Tue, 22 Dec 2015 14:29:16 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201512221429.tBMETG3Q033502@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Tue, 22 Dec 2015 14:29:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404235 - head/net/haproxy-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 14:29:18 -0000 Author: demon Date: Tue Dec 22 14:29:16 2015 New Revision: 404235 URL: https://svnweb.freebsd.org/changeset/ports/404235 Log: Update to 1.7-dev1 Modified: head/net/haproxy-devel/Makefile head/net/haproxy-devel/distinfo Modified: head/net/haproxy-devel/Makefile ============================================================================== --- head/net/haproxy-devel/Makefile Tue Dec 22 14:29:04 2015 (r404234) +++ head/net/haproxy-devel/Makefile Tue Dec 22 14:29:16 2015 (r404235) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= haproxy -PORTVERSION= 1.6.0 +DISTVERSION= 1.7-dev1 CATEGORIES= net www -MASTER_SITES= http://haproxy.1wt.eu/download/1.6/src/ +MASTER_SITES= http://haproxy.1wt.eu/download/1.7/src/devel/ PKGNAMESUFFIX= -devel DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} @@ -14,15 +14,17 @@ COMMENT= Reliable, high performance TCP/ LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi -IGNORE= no devel version available yet +CONFLICTS= haproxy-[1234567890]\* USES= cpe gmake -CONFLICTS= haproxy-[1234567890]\* USE_RC_SUBR= haproxy DEVICEATLAS_VERSION= 2.1 DEVICEATLAS_DISTFILE= deviceatlas-enterprise-c-${DEVICEATLAS_VERSION} -DEVICEATLAS_REGISTRATION_URL= https://deviceatlas.com/deviceatlas-haproxy-module +DEVICEATLAS_REGISTRATION_URL= https://deviceatlas.com/deviceatlas-haproxy-module + +MAKE_ARGS= TARGET=freebsd DEFINE=-DFREEBSD_PORTS USE_GETADDRINFO=1 \ + USE_ZLIB=1 USE_CPU_AFFINITY=1 CC="${CC}" CFLAGS="${CFLAGS}" OPTIONS_DEFINE= DOCS EXAMPLES LUA OPENSSL DEVICEATLAS OPTIONS_RADIO= PCRE @@ -34,9 +36,6 @@ OPTIONS_DEFAULT= SPCRE OPENSSL .include -MAKE_ARGS= TARGET=freebsd DEFINE=-DFREEBSD_PORTS USE_GETADDRINFO=1 \ - USE_ZLIB=1 CC="${CC}" CFLAGS="${CFLAGS}" - .if ${PORT_OPTIONS:MDPCRE} LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre MAKE_ARGS+= USE_PCRE=1 USE_PCRE_JIT=1 @@ -49,14 +48,14 @@ MAKE_ARGS+= USE_STATIC_PCRE=1 USE_PCRE_J .if ${PORT_OPTIONS:MDEVICEATLAS} .if !exists(${DISTDIR}/${DEVICEATLAS_DISTFILE}.zip) -IGNORE?= You must manually fetch the DeviceAtlas Device Detection C API from ${DEVICEATLAS_REGISTRATION_URL} and place it in ${DISTDIR} and then run make again +IGNORE?= you must manually fetch the DeviceAtlas Device Detection C API from ${DEVICEATLAS_REGISTRATION_URL} and place it in ${DISTDIR} and then run make again .else RESTRICTED= The redistribution of the DeviceAtlas Device Detection C API is not permitted DISTFILES+= ${DEVICEATLAS_DISTFILE}.zip MAKE_ARGS+= USE_DEVICEATLAS=1 DEVICEATLAS_SRC=${WRKDIR}/deviceatlas-enterprise-c-${DEVICEATLAS_VERSION} .endif .if ! ${PORT_OPTIONS:MDPCRE} && ! ${PORT_OPTIONS:MSPCRE} -IGNORE?= Enable PCRE support to use DeviceAtlas +IGNORE?= enable PCRE support to use DeviceAtlas .endif .endif Modified: head/net/haproxy-devel/distinfo ============================================================================== --- head/net/haproxy-devel/distinfo Tue Dec 22 14:29:04 2015 (r404234) +++ head/net/haproxy-devel/distinfo Tue Dec 22 14:29:16 2015 (r404235) @@ -1,4 +1,2 @@ -SHA256 (haproxy-1.6.0.tar.gz) = e83a272b7d3638cf1d37bba58d3e75f497c1862315ee5bb7f5efc1d98d26e25b -SIZE (haproxy-1.6.0.tar.gz) = 1538022 -SHA256 (deviceatlas-enterprise-c-2.1.zip) = a02fc29486d245b1c8d946c663b71ba981e88fee8d037f5bc1bf255deb287974 -SIZE (deviceatlas-enterprise-c-2.1.zip) = 504286 +SHA256 (haproxy-1.7-dev1.tar.gz) = 00176a0a0bf1e3e24e0abbf85363549f37c0fe4be4191f305a1d2c0ab1adaff8 +SIZE (haproxy-1.7-dev1.tar.gz) = 1563925 From owner-svn-ports-head@freebsd.org Tue Dec 22 14:33:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E1F0A4E331; Tue, 22 Dec 2015 14:33:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B4A91F3D; Tue, 22 Dec 2015 14:33:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBMEXbnh036355; Tue, 22 Dec 2015 14:33:37 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMEXb4H036352; Tue, 22 Dec 2015 14:33:37 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512221433.tBMEXb4H036352@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 22 Dec 2015 14:33:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404236 - head/devel/aifad X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 14:33:38 -0000 Author: miwi Date: Tue Dec 22 14:33:37 2015 New Revision: 404236 URL: https://svnweb.freebsd.org/changeset/ports/404236 Log: - Update to 2.0.6 - Switch to options helper - Update WWW PR: 205199 Submitted by: Ports Fury Approved by: mat (mentor) Differential Revision: D4619 Deleted: head/devel/aifad/pkg-plist Modified: head/devel/aifad/Makefile head/devel/aifad/distinfo head/devel/aifad/pkg-descr Modified: head/devel/aifad/Makefile ============================================================================== --- head/devel/aifad/Makefile Tue Dec 22 14:29:16 2015 (r404235) +++ head/devel/aifad/Makefile Tue Dec 22 14:33:37 2015 (r404236) @@ -2,15 +2,13 @@ # $FreeBSD$ PORTNAME= aifad -PORTVERSION= 2.0.2 +PORTVERSION= 2.0.6 +DISTVERSIONPREFIX= v CATEGORIES= devel -MASTER_SITES= http://cdn.bitbucket.org/mmottl/aifad/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= Machine learning system -BROKEN= unfetchable - LICENSE= GPLv3 BUILD_DEPENDS= menhir:${PORTSDIR}/devel/menhir \ @@ -19,19 +17,29 @@ BUILD_DEPENDS= menhir:${PORTSDIR}/devel/ ocaml-res>0:${PORTSDIR}/devel/ocaml-res LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +USE_GITHUB= yes +GH_ACCOUNT= mmottl + USE_OCAML= yes NO_OCAML_RUNDEPENDS=yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix ${STAGEDIR}${PREFIX} +PORTDOCS= AUTHORS.txt CHANGES.txt README.md TODO.md +PORTEXAMPLES= * +PLIST_FILES= bin/aifad + OPTIONS_DEFINE= DOCS EXAMPLES post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/aifad + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS.txt CHANGES.txt README.md \ - TODO.md ${STAGEDIR}${DOCSDIR}) + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples && ${INSTALL_DATA} * ${STAGEDIR}${EXAMPLESDIR}) Modified: head/devel/aifad/distinfo ============================================================================== --- head/devel/aifad/distinfo Tue Dec 22 14:29:16 2015 (r404235) +++ head/devel/aifad/distinfo Tue Dec 22 14:33:37 2015 (r404236) @@ -1,2 +1,2 @@ -SHA256 (aifad-2.0.2.tar.gz) = c265614a2dcc893eaab7e559cd8a6b446e09d3262974bb7e01b3c453c80356a8 -SIZE (aifad-2.0.2.tar.gz) = 103080 +SHA256 (mmottl-aifad-v2.0.6_GH0.tar.gz) = e7f66d8af30e6c95efadffb07e447bd8596ae20f92ec96429799b51c3c559f99 +SIZE (mmottl-aifad-v2.0.6_GH0.tar.gz) = 107722 Modified: head/devel/aifad/pkg-descr ============================================================================== --- head/devel/aifad/pkg-descr Tue Dec 22 14:29:16 2015 (r404235) +++ head/devel/aifad/pkg-descr Tue Dec 22 14:33:37 2015 (r404236) @@ -1,7 +1,7 @@ AIFAD stands for --Automated Induction of Functions over Algebraic -Datatypes-- and improves decision tree learning by supporting significantly -more complex kinds of data. This allows users to more conveniently describe -the data they want to have learnt, which can improve accuracy and complexity -of resulting models. +Datatypes-- and improves decision tree learning by supporting +significantly more complex kinds of data. This allows users to more +conveniently describe the data they want to have learnt, which can +improve accuracy and complexity of resulting models. -WWW: https://bitbucket.org/mmottl/aifad +WWW: https://mmottl.github.io/aifad From owner-svn-ports-head@freebsd.org Tue Dec 22 14:44:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3621A4E645; Tue, 22 Dec 2015 14:44:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A69951331; Tue, 22 Dec 2015 14:44:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBMEiEUv039467; Tue, 22 Dec 2015 14:44:14 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMEiEp8039462; Tue, 22 Dec 2015 14:44:14 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512221444.tBMEiEp8039462@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 22 Dec 2015 14:44:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404237 - in head/textproc/sigil: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 14:44:16 -0000 Author: miwi Date: Tue Dec 22 14:44:14 2015 New Revision: 404237 URL: https://svnweb.freebsd.org/changeset/ports/404237 Log: - Update to 0.9.1 PR: 205225 Submitted by: Ports Fury Approved by: mat (mentor) Differential Revision: D4615 Added: head/textproc/sigil/files/patch-src__SourceUpdates__AnchorUpdates.cpp (contents, props changed) Deleted: head/textproc/sigil/files/patch-src_Sigil_CMakeLists.txt Modified: head/textproc/sigil/Makefile head/textproc/sigil/distinfo head/textproc/sigil/pkg-descr head/textproc/sigil/pkg-plist Modified: head/textproc/sigil/Makefile ============================================================================== --- head/textproc/sigil/Makefile Tue Dec 22 14:33:37 2015 (r404236) +++ head/textproc/sigil/Makefile Tue Dec 22 14:44:14 2015 (r404237) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sigil -PORTVERSION= 0.8.6 +PORTVERSION= 0.9.1 CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org @@ -10,48 +10,27 @@ COMMENT= WYSIWYG ePub editor LICENSE= GPLv3 # or any later version -BUILD_DEPENDS= ${LOCALBASE}/include/utf8.h:${PORTSDIR}/devel/utf8cpp LIB_DEPENDS= libminizip.so:${PORTSDIR}/archivers/minizip \ - libboost_thread.so:${PORTSDIR}/devel/boost-libs \ - libpcre16.so:${PORTSDIR}/devel/pcre \ - libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \ - libxerces-c.so:${PORTSDIR}/textproc/xerces-c3 + libpcre.so:${PORTSDIR}/devel/pcre \ + libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell USE_GITHUB= yes -GH_ACCOUNT= user-none +GH_ACCOUNT= Sigil-Ebook GH_PROJECT= Sigil -USES= cmake compiler:c++11-lib desktop-file-utils dos2unix \ - ninja pkgconfig python:run shebangfix -USE_QT5= qmake_build buildtools_build linguisttools_build \ - concurrent gui network printsupport svg webkit \ - widgets xml xmlpatterns -EXCLUDE= BoostParts Xerces hunspell minizip pcre utf8-cpp zlib -EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude src/,} -DOS2UNIX_FILES= src/FlightCrew/CMakeLists.txt -SHEBANG_FILES= src/Sigil/Resource_Files/plugin_launchers/python/*.py - -OPTIONS_DEFINE= DEBUG -DEBUG_CFLAGS_OFF= -DNDEBUG # tidyLib - -.include - -post-patch: - @${REINPLACE_CMD} -e 's|../utf8-cpp|${LOCALBASE}/include|' \ - ${WRKSRC}/src/FlightCrew/CMakeLists.txt -# Gentoo: sigil tries to copy non-needed qt libs for deb package, safe -# to ignore this completely - @${REINPLACE_CMD} -e '/set( QT_LIBS/d' \ - ${WRKSRC}/src/Sigil/CMakeLists.txt -.if ${CHOSEN_COMPILER_TYPE} == gcc -# GCC is broken with PCH: https://lists.freebsd.org/pipermail/svn-src-all/2015-March/101722.html - @${REINPLACE_CMD} -i .gch.bak \ - -e '/precompiled_header/d' \ - -e '/add_depend.*PCH/d' \ - ${WRKSRC}/src/FlightCrew/CMakeLists.txt -.endif +USES= cmake 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 \ + xml xmlpatterns \ + buildtools_build linguisttools_build qmake_build \ + imageformats_run +CMAKE_ARGS= -DUSE_SYSTEM_LIBS:BOOL=ON \ + -DINSTALL_BUNDLED_DICTS:BOOL=OFF +USE_LDCONFIG= ${PREFIX}/lib/sigil post-install: - ${STRIP_CMD} ${STAGEDIR}${DATADIR}/${PORTNAME}-real + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/sigil/*.so -.include +.include Modified: head/textproc/sigil/distinfo ============================================================================== --- head/textproc/sigil/distinfo Tue Dec 22 14:33:37 2015 (r404236) +++ head/textproc/sigil/distinfo Tue Dec 22 14:44:14 2015 (r404237) @@ -1,2 +1,2 @@ -SHA256 (user-none-Sigil-0.8.6_GH0.tar.gz) = 5f89b47abbf0a7befa4e776083db5426456f8ef1ef50bd168dc98d621fb2ad26 -SIZE (user-none-Sigil-0.8.6_GH0.tar.gz) = 19394568 +SHA256 (Sigil-Ebook-Sigil-0.9.1_GH0.tar.gz) = 7ef13ae9f570ac51aa8d80890ff31bcdf8d1b488c1c4bbb315f1ca4b75237a63 +SIZE (Sigil-Ebook-Sigil-0.9.1_GH0.tar.gz) = 17451106 Added: head/textproc/sigil/files/patch-src__SourceUpdates__AnchorUpdates.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/sigil/files/patch-src__SourceUpdates__AnchorUpdates.cpp Tue Dec 22 14:44:14 2015 (r404237) @@ -0,0 +1,14 @@ +--- src/SourceUpdates/AnchorUpdates.cpp.orig 2015-11-04 13:52:16 UTC ++++ src/SourceUpdates/AnchorUpdates.cpp +@@ -19,10 +19,10 @@ + ** + *************************************************************************/ + ++#include "Misc/EmbeddedPython.h" + #include + #include + +-#include "Misc/EmbeddedPython.h" + #include + #include + #include Modified: head/textproc/sigil/pkg-descr ============================================================================== --- head/textproc/sigil/pkg-descr Tue Dec 22 14:33:37 2015 (r404236) +++ head/textproc/sigil/pkg-descr Tue Dec 22 14:44:14 2015 (r404237) @@ -1,24 +1,21 @@ -Sigil is a multi-platform WYSIWYG ebook editor. It is designed to edit books -in ePub format. -* Free and open source software under GPLv3 -* Multi-platform: runs on Windows, FreeBSD, Linux and Mac -* Full Unicode support: everything you see in Sigil is in UTF-16 -* Full EPUB spec support -* WYSIWYG editing -* Multiple Views: Book View, Code View and Split View -* Metadata editor with full support for all possible metadata entries -(more than 200) with full descriptions for each -* Table Of Contents editor -* Multi-level TOC support -* Book View fully supports the display of any XHTML document possible -under the OPS spec -* SVG support -* Basic XPGT support -* Advanced automatic conversion of all imported documents to Unicode -* Currently imports TXT, HTML and EPUB files; more will be added with time -* Embedded HTML Tidy; all imported documents are thoroughly cleaned; - changing views cleans the document so no matter how much you screw - up your code, it will fix it (usually) -* An actually usable user interface +Sigil is a multi-platform EPUB ebook editor with the following features: + + * Free and open source software under GPLv3 + * Multi-platform + * Full UTF-16 support + * EPUB 2 spec support with limited EPUB 3 support + * Multiple Views: Book View, Code View and Preview View + * WYSIWYG editing in Book View + * Complete control over directly editing EPUB syntax in Code View + * Table of Contents generator with multi-level heading support + * Metadata editor + * User interface translated into many languages + * Spell checking with default and user configurable dictionaries + * Full Regular Expression (PCRE) support for Find & Replace + * Supports import of EPUB and HTML files, images, and style sheets + * Documents can be validated for EPUB compliance with the integrated + * All imported files have their formatting corrected, and your editing + can be optionally cleaned + * Plugins! WWW: http://sigil-ebook.com/ Modified: head/textproc/sigil/pkg-plist ============================================================================== --- head/textproc/sigil/pkg-plist Tue Dec 22 14:33:37 2015 (r404236) +++ head/textproc/sigil/pkg-plist Tue Dec 22 14:44:14 2015 (r404237) @@ -1,24 +1,10 @@ bin/sigil +lib/sigil/libsigilgumbo.so +lib/sigil/sigil share/applications/sigil.desktop share/pixmaps/sigil.png %%DATADIR%%/examples/clip_entries.ini %%DATADIR%%/examples/search_entries.ini -%%DATADIR%%/hunspell_dictionaries/About.txt -%%DATADIR%%/hunspell_dictionaries/de_DE.aff -%%DATADIR%%/hunspell_dictionaries/de_DE.dic -%%DATADIR%%/hunspell_dictionaries/en_GB.aff -%%DATADIR%%/hunspell_dictionaries/en_GB.dic -%%DATADIR%%/hunspell_dictionaries/en_US.aff -%%DATADIR%%/hunspell_dictionaries/en_US.dic -%%DATADIR%%/hunspell_dictionaries/es.aff -%%DATADIR%%/hunspell_dictionaries/es.dic -%%DATADIR%%/hunspell_dictionaries/fr.aff -%%DATADIR%%/hunspell_dictionaries/fr.dic -%%DATADIR%%/hunspell_dictionaries/hyph_de_DE.dic -%%DATADIR%%/hunspell_dictionaries/hyph_en_GB.dic -%%DATADIR%%/hunspell_dictionaries/hyph_en_US.dic -%%DATADIR%%/hunspell_dictionaries/hyph_es.dic -%%DATADIR%%/hunspell_dictionaries/hyph_fr.dic %%DATADIR%%/plugin_launchers/python/bookcontainer.py %%DATADIR%%/plugin_launchers/python/compatibility_utils.py %%DATADIR%%/plugin_launchers/python/epub_utils.py @@ -26,16 +12,32 @@ share/pixmaps/sigil.png %%DATADIR%%/plugin_launchers/python/launcher.py %%DATADIR%%/plugin_launchers/python/opf_parser.py %%DATADIR%%/plugin_launchers/python/outputcontainer.py +%%DATADIR%%/plugin_launchers/python/pluginhunspell.py %%DATADIR%%/plugin_launchers/python/preferences.py %%DATADIR%%/plugin_launchers/python/quickparser.py +%%DATADIR%%/plugin_launchers/python/sigil_bs4/AUTHORS.txt +%%DATADIR%%/plugin_launchers/python/sigil_bs4/COPYING.txt +%%DATADIR%%/plugin_launchers/python/sigil_bs4/__init__.py +%%DATADIR%%/plugin_launchers/python/sigil_bs4/builder/__init__.py +%%DATADIR%%/plugin_launchers/python/sigil_bs4/builder/_html5lib.py +%%DATADIR%%/plugin_launchers/python/sigil_bs4/builder/_htmlparser.py +%%DATADIR%%/plugin_launchers/python/sigil_bs4/builder/_lxml.py +%%DATADIR%%/plugin_launchers/python/sigil_bs4/dammit.py +%%DATADIR%%/plugin_launchers/python/sigil_bs4/diagnose.py +%%DATADIR%%/plugin_launchers/python/sigil_bs4/element.py +%%DATADIR%%/plugin_launchers/python/sigil_bs4/sigil_custom_changes_to_bs4-4.4.0.patch.txt +%%DATADIR%%/plugin_launchers/python/sigil_gumbo_bs4_adapter.py +%%DATADIR%%/plugin_launchers/python/sigil_gumboc.py +%%DATADIR%%/plugin_launchers/python/sigil_gumboc_tags.py %%DATADIR%%/plugin_launchers/python/unipath.py %%DATADIR%%/plugin_launchers/python/validationcontainer.py %%DATADIR%%/plugin_launchers/python/validationresult.py %%DATADIR%%/plugin_launchers/python/wrapper.py -%%DATADIR%%/sigil-real +%%DATADIR%%/python3lib/opf_newparser.py +%%DATADIR%%/python3lib/sanitycheck.py +%%DATADIR%%/python3lib/xmlprocessor.py %%DATADIR%%/translations/sigil_bg.qm %%DATADIR%%/translations/sigil_ca.qm -%%DATADIR%%/translations/sigil_cmn.qm %%DATADIR%%/translations/sigil_cs.qm %%DATADIR%%/translations/sigil_da_DK.qm %%DATADIR%%/translations/sigil_de.qm @@ -49,11 +51,8 @@ share/pixmaps/sigil.png %%DATADIR%%/translations/sigil_he.qm %%DATADIR%%/translations/sigil_hu_HU.qm %%DATADIR%%/translations/sigil_id_ID.qm -%%DATADIR%%/translations/sigil_is.qm %%DATADIR%%/translations/sigil_it.qm %%DATADIR%%/translations/sigil_ja.qm -%%DATADIR%%/translations/sigil_kk.qm -%%DATADIR%%/translations/sigil_km.qm %%DATADIR%%/translations/sigil_ko.qm %%DATADIR%%/translations/sigil_lv_LV.qm %%DATADIR%%/translations/sigil_nl.qm @@ -63,12 +62,11 @@ share/pixmaps/sigil.png %%DATADIR%%/translations/sigil_ro_RO.qm %%DATADIR%%/translations/sigil_ru.qm %%DATADIR%%/translations/sigil_sk.qm -%%DATADIR%%/translations/sigil_sv.qm +%%DATADIR%%/translations/sigil_sr.qm %%DATADIR%%/translations/sigil_tr_TR.qm %%DATADIR%%/translations/sigil_ug.qm %%DATADIR%%/translations/sigil_uk.qm %%DATADIR%%/translations/sigil_uk_UA.qm %%DATADIR%%/translations/sigil_vi.qm -%%DATADIR%%/translations/sigil_vi_VN.qm %%DATADIR%%/translations/sigil_zh_CN.qm %%DATADIR%%/translations/sigil_zh_TW.qm From owner-svn-ports-head@freebsd.org Tue Dec 22 14:47:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A483A4E6C9; Tue, 22 Dec 2015 14:47:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D302C14A2; Tue, 22 Dec 2015 14:47:20 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBMElJXe039718; Tue, 22 Dec 2015 14:47:19 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMElJrr039714; Tue, 22 Dec 2015 14:47:19 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512221447.tBMElJrr039714@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 22 Dec 2015 14:47:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404238 - head/math/ess X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 14:47:21 -0000 Author: miwi Date: Tue Dec 22 14:47:19 2015 New Revision: 404238 URL: https://svnweb.freebsd.org/changeset/ports/404238 Log: - Update to 15.09-1 PR: 205214 Submitted by: Ports Fury Approved by: mat (mentor) Differential Revision: D4612 Modified: head/math/ess/Makefile head/math/ess/distinfo head/math/ess/pkg-descr head/math/ess/pkg-plist Modified: head/math/ess/Makefile ============================================================================== --- head/math/ess/Makefile Tue Dec 22 14:44:14 2015 (r404237) +++ head/math/ess/Makefile Tue Dec 22 14:47:19 2015 (r404238) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= ess -DISTVERSION= 14.09 -PORTREVISION= 1 +DISTVERSION= 15.09-1 CATEGORIES= math -MASTER_SITES= http://ess.r-project.org/downloads/ess/ +MASTER_SITES= http://ess.r-project.org/downloads/ess/ \ + http://stat.ethz.ch/ESS/downloads/ess/ MAINTAINER= ports@freebsd.org COMMENT= R support for Emacsen @@ -15,39 +15,22 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= R:${PORTSDIR}/math/R -USE_EMACS= yes -USES= gmake tar:tgz NO_ARCH= yes -OPTIONS_DEFINE= DOCS +USES= gmake makeinfo tar:tgz +USE_EMACS= yes -DOCS_USES= makeinfo -DOCS_INFO= ess +INFO= ess + +OPTIONS_DEFINE= DOCS -#attention, dirty hack: because 'ETCDIR =' is typed _with_ trailing -#space in Makefile, $STAGEDIR append fails without the additional -#space in the port -post-patch: .SILENT - ${REINPLACE_CMD} -e "\|^PREFIX=|d" -e "\|^INSTALL=|d" \ - -e "\|^EMACS=|s|=.*|=${EMACS_NAME}|" \ - -e "\|^ETCDIR\ =|s|=.*|=${STAGEDIR}${PREFIX}/${EMACS_LIBDIR}/etc/ess|" \ - -e "\|^INFODIR=|s|=.*|=${STAGEDIR}${PREFIX}/${INFO_PATH}|" \ - -e "\|^LISPDIR=|s|=.*|=${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}|" \ - -e "\|^SITELISP=|d" \ - ${WRKSRC}/Makeconf - ${REINPLACE_CMD} -e "\|cd doc; \$$(MAKE) \$$@|d" \ - ${WRKSRC}/Makefile - ${REINPLACE_CMD} -e "s|\$$(INSTALL)|${INSTALL_DATA}|g" \ - ${WRKSRC}/doc/Makefile ${WRKSRC}/etc/Makefile - ${REINPLACE_CMD} -e "s|\$$(INSTALL)|${INSTALL_SCRIPT}|g" \ - ${WRKSRC}/lisp/Makefile - -post-build-DOCS-on: - @(cd ${WRKSRC}/doc; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${_MAKE_JOBS} \ - ${MAKE_ARGS} info) - -post-install-DOCS-on: - @(cd ${WRKSRC}/doc; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${_MAKE_JOBS} \ - ${MAKE_ARGS} install-info) +post-patch: + @${REINPLACE_CMD} -e \ + 's|^DESTDIR|#DESTDIR| ; \ + s|^PREFIX|#PREFIX| ; \ + s|=$$(PREFIX)|=$$(DESTDIR)$$(PREFIX)| ; \ + s|share/info|${INFO_PATH}|' ${WRKSRC}/Makeconf + @${REINPLACE_CMD} -e \ + '/^PDFs/s|=.*|=|' ${WRKSRC}/doc/Makefile .include Modified: head/math/ess/distinfo ============================================================================== --- head/math/ess/distinfo Tue Dec 22 14:44:14 2015 (r404237) +++ head/math/ess/distinfo Tue Dec 22 14:47:19 2015 (r404238) @@ -1,2 +1,2 @@ -SHA256 (ess-14.09.tgz) = b6f1badd065e2e42f1d9d75a4e7a04290849d6f7a2bdb8413f73e0eae4014571 -SIZE (ess-14.09.tgz) = 3350987 +SHA256 (ess-15.09-1.tgz) = 5f9e4aa35a7179dfa7defed6d8df0fbf99db41ed33df00218269b3dc0cac793d +SIZE (ess-15.09-1.tgz) = 3243608 Modified: head/math/ess/pkg-descr ============================================================================== --- head/math/ess/pkg-descr Tue Dec 22 14:44:14 2015 (r404237) +++ head/math/ess/pkg-descr Tue Dec 22 14:47:19 2015 (r404238) @@ -1,6 +1,6 @@ -Emacs Speaks Statistics (ESS) is an add-on package for emacs text editors such -as GNU Emacs and XEmacs. It is designed to support editing of scripts and -interaction with various statistical analysis programs such as R, S-Plus, SAS, -Stata and JAGS. +Emacs Speaks Statistics (ESS) is an add-on package for emacs text +editors such as GNU Emacs and XEmacs. It is designed to support editing +of scripts and interaction with various statistical analysis programs +such as R, S-Plus, SAS, Stata and JAGS. -WWW: http://ess.r-project.org +WWW: http://ess.r-project.org/ Modified: head/math/ess/pkg-plist ============================================================================== --- head/math/ess/pkg-plist Tue Dec 22 14:44:14 2015 (r404237) +++ head/math/ess/pkg-plist Tue Dec 22 14:47:19 2015 (r404238) @@ -1,3 +1,10 @@ +%%PORTDOCS%%%%DOCSDIR%%/ess.html +%%PORTDOCS%%%%DOCSDIR%%/ess.pdf +%%PORTDOCS%%%%DOCSDIR%%/news.html +%%PORTDOCS%%%%DOCSDIR%%/readme.html +%%PORTDOCS%%%%DOCSDIR%%/readme.pdf +%%PORTDOCS%%%%DOCSDIR%%/refcard.pdf +%%EMACS_LIBDIR%%/%%ETCDIR%%/.IS.RELEASE %%EMACS_LIBDIR%%/%%ETCDIR%%/ESSR/LOADREMOTE %%EMACS_LIBDIR%%/%%ETCDIR%%/ESSR/R/.basic.R %%EMACS_LIBDIR%%/%%ETCDIR%%/ESSR/R/.load.R @@ -6,11 +13,12 @@ %%EMACS_LIBDIR%%/%%ETCDIR%%/ESSR/R/developer.R %%EMACS_LIBDIR%%/%%ETCDIR%%/ESSR/R/misc.R %%EMACS_LIBDIR%%/%%ETCDIR%%/ESSR/VERSION -%%EMACS_LIBDIR%%/%%ETCDIR%%/SVN-REVISION +%%EMACS_LIBDIR%%/%%ETCDIR%%/ess-julia.jl %%EMACS_LIBDIR%%/%%ETCDIR%%/ess-s4.S %%EMACS_LIBDIR%%/%%ETCDIR%%/ess-sas-sh-command %%EMACS_LIBDIR%%/%%ETCDIR%%/ess-sp3.S %%EMACS_LIBDIR%%/%%ETCDIR%%/function-outline.S +%%EMACS_LIBDIR%%/%%ETCDIR%%/git-ref %%EMACS_LIBDIR%%/%%ETCDIR%%/icons/rbuffer.xpm %%EMACS_LIBDIR%%/%%ETCDIR%%/icons/rfunction.xpm %%EMACS_LIBDIR%%/%%ETCDIR%%/icons/rline.xpm @@ -25,116 +33,122 @@ %%EMACS_LIBDIR%%/%%ETCDIR%%/sas-keys.doc %%EMACS_LIBDIR%%/%%ETCDIR%%/sas-keys.ps %%EMACS_LIBDIR%%/%%ETCDIR%%/sas-keys.rtf -%%EMACS_SITE_LISPDIR%%/ChangeLog -%%EMACS_SITE_LISPDIR%%/ess-arc-d.el -%%EMACS_SITE_LISPDIR%%/ess-arc-d.elc -%%EMACS_SITE_LISPDIR%%/ess-bugs-d.el -%%EMACS_SITE_LISPDIR%%/ess-bugs-d.elc -%%EMACS_SITE_LISPDIR%%/ess-bugs-l.el -%%EMACS_SITE_LISPDIR%%/ess-bugs-l.elc -%%EMACS_SITE_LISPDIR%%/ess-comp.el -%%EMACS_SITE_LISPDIR%%/ess-comp.elc -%%EMACS_SITE_LISPDIR%%/ess-compat.el -%%EMACS_SITE_LISPDIR%%/ess-compat.elc -%%EMACS_SITE_LISPDIR%%/ess-custom.el -%%EMACS_SITE_LISPDIR%%/ess-custom.elc -%%EMACS_SITE_LISPDIR%%/ess-dde.el -%%EMACS_SITE_LISPDIR%%/ess-dde.elc -%%EMACS_SITE_LISPDIR%%/ess-developer.el -%%EMACS_SITE_LISPDIR%%/ess-developer.elc -%%EMACS_SITE_LISPDIR%%/ess-eldoc.el -%%EMACS_SITE_LISPDIR%%/ess-eldoc.elc -%%EMACS_SITE_LISPDIR%%/ess-font-lock.el -%%EMACS_SITE_LISPDIR%%/ess-font-lock.elc -%%EMACS_SITE_LISPDIR%%/ess-gretl.el -%%EMACS_SITE_LISPDIR%%/ess-gretl.elc -%%EMACS_SITE_LISPDIR%%/ess-help.el -%%EMACS_SITE_LISPDIR%%/ess-help.elc -%%EMACS_SITE_LISPDIR%%/ess-inf.el -%%EMACS_SITE_LISPDIR%%/ess-inf.elc -%%EMACS_SITE_LISPDIR%%/ess-jags-d.el -%%EMACS_SITE_LISPDIR%%/ess-jags-d.elc -%%EMACS_SITE_LISPDIR%%/ess-julia.el -%%EMACS_SITE_LISPDIR%%/ess-julia.elc -%%EMACS_SITE_LISPDIR%%/ess-lsp-l.el -%%EMACS_SITE_LISPDIR%%/ess-lsp-l.elc -%%EMACS_SITE_LISPDIR%%/ess-menu.el -%%EMACS_SITE_LISPDIR%%/ess-menu.elc -%%EMACS_SITE_LISPDIR%%/ess-mode.el -%%EMACS_SITE_LISPDIR%%/ess-mode.elc -%%EMACS_SITE_LISPDIR%%/ess-mouse.el -%%EMACS_SITE_LISPDIR%%/ess-mouse.elc -%%EMACS_SITE_LISPDIR%%/ess-noweb-font-lock-mode.el -%%EMACS_SITE_LISPDIR%%/ess-noweb-font-lock-mode.elc -%%EMACS_SITE_LISPDIR%%/ess-noweb-mode.el -%%EMACS_SITE_LISPDIR%%/ess-noweb-mode.elc -%%EMACS_SITE_LISPDIR%%/ess-noweb.el -%%EMACS_SITE_LISPDIR%%/ess-noweb.elc -%%EMACS_SITE_LISPDIR%%/ess-omg-d.el -%%EMACS_SITE_LISPDIR%%/ess-omg-d.elc -%%EMACS_SITE_LISPDIR%%/ess-omg-l.el -%%EMACS_SITE_LISPDIR%%/ess-omg-l.elc -%%EMACS_SITE_LISPDIR%%/ess-r-args.el -%%EMACS_SITE_LISPDIR%%/ess-r-args.elc -%%EMACS_SITE_LISPDIR%%/ess-r-d.el -%%EMACS_SITE_LISPDIR%%/ess-r-d.elc -%%EMACS_SITE_LISPDIR%%/ess-rd.el -%%EMACS_SITE_LISPDIR%%/ess-rd.elc -%%EMACS_SITE_LISPDIR%%/ess-rdired.el -%%EMACS_SITE_LISPDIR%%/ess-rdired.elc -%%EMACS_SITE_LISPDIR%%/ess-roxy.el -%%EMACS_SITE_LISPDIR%%/ess-roxy.elc -%%EMACS_SITE_LISPDIR%%/ess-rutils.el -%%EMACS_SITE_LISPDIR%%/ess-rutils.elc -%%EMACS_SITE_LISPDIR%%/ess-s-l.el -%%EMACS_SITE_LISPDIR%%/ess-s-l.elc -%%EMACS_SITE_LISPDIR%%/ess-s3-d.el -%%EMACS_SITE_LISPDIR%%/ess-s3-d.elc -%%EMACS_SITE_LISPDIR%%/ess-s4-d.el -%%EMACS_SITE_LISPDIR%%/ess-s4-d.elc -%%EMACS_SITE_LISPDIR%%/ess-sas-a.el -%%EMACS_SITE_LISPDIR%%/ess-sas-a.elc -%%EMACS_SITE_LISPDIR%%/ess-sas-d.el -%%EMACS_SITE_LISPDIR%%/ess-sas-d.elc -%%EMACS_SITE_LISPDIR%%/ess-sas-l.el -%%EMACS_SITE_LISPDIR%%/ess-sas-l.elc -%%EMACS_SITE_LISPDIR%%/ess-site.el -%%EMACS_SITE_LISPDIR%%/ess-site.elc -%%EMACS_SITE_LISPDIR%%/ess-sp3-d.el -%%EMACS_SITE_LISPDIR%%/ess-sp3-d.elc -%%EMACS_SITE_LISPDIR%%/ess-sp4-d.el -%%EMACS_SITE_LISPDIR%%/ess-sp4-d.elc -%%EMACS_SITE_LISPDIR%%/ess-sp5-d.el -%%EMACS_SITE_LISPDIR%%/ess-sp5-d.elc -%%EMACS_SITE_LISPDIR%%/ess-sp6-d.el -%%EMACS_SITE_LISPDIR%%/ess-sp6-d.elc -%%EMACS_SITE_LISPDIR%%/ess-sp6w-d.el -%%EMACS_SITE_LISPDIR%%/ess-sp6w-d.elc -%%EMACS_SITE_LISPDIR%%/ess-sta-d.el -%%EMACS_SITE_LISPDIR%%/ess-sta-d.elc -%%EMACS_SITE_LISPDIR%%/ess-sta-l.el -%%EMACS_SITE_LISPDIR%%/ess-sta-l.elc -%%EMACS_SITE_LISPDIR%%/ess-swv.el -%%EMACS_SITE_LISPDIR%%/ess-swv.elc -%%EMACS_SITE_LISPDIR%%/ess-toolbar.el -%%EMACS_SITE_LISPDIR%%/ess-toolbar.elc -%%EMACS_SITE_LISPDIR%%/ess-tracebug.el -%%EMACS_SITE_LISPDIR%%/ess-tracebug.elc -%%EMACS_SITE_LISPDIR%%/ess-trns.el -%%EMACS_SITE_LISPDIR%%/ess-trns.elc -%%EMACS_SITE_LISPDIR%%/ess-utils.el -%%EMACS_SITE_LISPDIR%%/ess-utils.elc -%%EMACS_SITE_LISPDIR%%/ess-vst-d.el -%%EMACS_SITE_LISPDIR%%/ess-vst-d.elc -%%EMACS_SITE_LISPDIR%%/ess-xls-d.el -%%EMACS_SITE_LISPDIR%%/ess-xls-d.elc -%%EMACS_SITE_LISPDIR%%/ess.el -%%EMACS_SITE_LISPDIR%%/ess.elc -%%EMACS_SITE_LISPDIR%%/essd-els.el -%%EMACS_SITE_LISPDIR%%/essd-els.elc -%%EMACS_SITE_LISPDIR%%/make-regexp.el -%%EMACS_SITE_LISPDIR%%/make-regexp.elc -%%EMACS_SITE_LISPDIR%%/mouseme.el -%%EMACS_SITE_LISPDIR%%/mouseme.elc -%%EMACS_SITE_LISPDIR%%/msdos.el -%%EMACS_SITE_LISPDIR%%/msdos.elc +%%EMACS_SITE_LISPDIR%%/ess/ChangeLog +%%EMACS_SITE_LISPDIR%%/ess/ess-arc-d.el +%%EMACS_SITE_LISPDIR%%/ess/ess-arc-d.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-bugs-d.el +%%EMACS_SITE_LISPDIR%%/ess/ess-bugs-d.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-bugs-l.el +%%EMACS_SITE_LISPDIR%%/ess/ess-bugs-l.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-comp.el +%%EMACS_SITE_LISPDIR%%/ess/ess-comp.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-compat.el +%%EMACS_SITE_LISPDIR%%/ess/ess-compat.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-custom.el +%%EMACS_SITE_LISPDIR%%/ess/ess-custom.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-dde.el +%%EMACS_SITE_LISPDIR%%/ess/ess-dde.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-developer.el +%%EMACS_SITE_LISPDIR%%/ess/ess-developer.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-eldoc.el +%%EMACS_SITE_LISPDIR%%/ess/ess-eldoc.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-font-lock.el +%%EMACS_SITE_LISPDIR%%/ess/ess-font-lock.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-gretl.el +%%EMACS_SITE_LISPDIR%%/ess/ess-gretl.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-help.el +%%EMACS_SITE_LISPDIR%%/ess/ess-help.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-inf.el +%%EMACS_SITE_LISPDIR%%/ess/ess-inf.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-jags-d.el +%%EMACS_SITE_LISPDIR%%/ess/ess-jags-d.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-julia.el +%%EMACS_SITE_LISPDIR%%/ess/ess-julia.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-lsp-l.el +%%EMACS_SITE_LISPDIR%%/ess/ess-lsp-l.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-menu.el +%%EMACS_SITE_LISPDIR%%/ess/ess-menu.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-mode.el +%%EMACS_SITE_LISPDIR%%/ess/ess-mode.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-mouse.el +%%EMACS_SITE_LISPDIR%%/ess/ess-mouse.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-noweb-font-lock-mode.el +%%EMACS_SITE_LISPDIR%%/ess/ess-noweb-font-lock-mode.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-noweb-mode.el +%%EMACS_SITE_LISPDIR%%/ess/ess-noweb-mode.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-noweb.el +%%EMACS_SITE_LISPDIR%%/ess/ess-noweb.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-omg-d.el +%%EMACS_SITE_LISPDIR%%/ess/ess-omg-d.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-omg-l.el +%%EMACS_SITE_LISPDIR%%/ess/ess-omg-l.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-r-args.el +%%EMACS_SITE_LISPDIR%%/ess/ess-r-args.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-r-completion.el +%%EMACS_SITE_LISPDIR%%/ess/ess-r-completion.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-r-d.el +%%EMACS_SITE_LISPDIR%%/ess/ess-r-d.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-r-syntax.el +%%EMACS_SITE_LISPDIR%%/ess/ess-r-syntax.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-rd.el +%%EMACS_SITE_LISPDIR%%/ess/ess-rd.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-rdired.el +%%EMACS_SITE_LISPDIR%%/ess/ess-rdired.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-roxy.el +%%EMACS_SITE_LISPDIR%%/ess/ess-roxy.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-rutils.el +%%EMACS_SITE_LISPDIR%%/ess/ess-rutils.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-s-l.el +%%EMACS_SITE_LISPDIR%%/ess/ess-s-l.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-s3-d.el +%%EMACS_SITE_LISPDIR%%/ess/ess-s3-d.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-s4-d.el +%%EMACS_SITE_LISPDIR%%/ess/ess-s4-d.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-sas-a.el +%%EMACS_SITE_LISPDIR%%/ess/ess-sas-a.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-sas-d.el +%%EMACS_SITE_LISPDIR%%/ess/ess-sas-d.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-sas-l.el +%%EMACS_SITE_LISPDIR%%/ess/ess-sas-l.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-site.el +%%EMACS_SITE_LISPDIR%%/ess/ess-site.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-sp3-d.el +%%EMACS_SITE_LISPDIR%%/ess/ess-sp3-d.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-sp4-d.el +%%EMACS_SITE_LISPDIR%%/ess/ess-sp4-d.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-sp5-d.el +%%EMACS_SITE_LISPDIR%%/ess/ess-sp5-d.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-sp6-d.el +%%EMACS_SITE_LISPDIR%%/ess/ess-sp6-d.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-sp6w-d.el +%%EMACS_SITE_LISPDIR%%/ess/ess-sp6w-d.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-sta-d.el +%%EMACS_SITE_LISPDIR%%/ess/ess-sta-d.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-sta-l.el +%%EMACS_SITE_LISPDIR%%/ess/ess-sta-l.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-swv.el +%%EMACS_SITE_LISPDIR%%/ess/ess-swv.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-toolbar.el +%%EMACS_SITE_LISPDIR%%/ess/ess-toolbar.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-tracebug.el +%%EMACS_SITE_LISPDIR%%/ess/ess-tracebug.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-trns.el +%%EMACS_SITE_LISPDIR%%/ess/ess-trns.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-utils.el +%%EMACS_SITE_LISPDIR%%/ess/ess-utils.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-vst-d.el +%%EMACS_SITE_LISPDIR%%/ess/ess-vst-d.elc +%%EMACS_SITE_LISPDIR%%/ess/ess-xls-d.el +%%EMACS_SITE_LISPDIR%%/ess/ess-xls-d.elc +%%EMACS_SITE_LISPDIR%%/ess/ess.el +%%EMACS_SITE_LISPDIR%%/ess/ess.elc +%%EMACS_SITE_LISPDIR%%/ess/essd-els.el +%%EMACS_SITE_LISPDIR%%/ess/essd-els.elc +%%EMACS_SITE_LISPDIR%%/ess/julia-mode.el +%%EMACS_SITE_LISPDIR%%/ess/julia-mode.elc +%%EMACS_SITE_LISPDIR%%/ess/make-regexp.el +%%EMACS_SITE_LISPDIR%%/ess/make-regexp.elc +%%EMACS_SITE_LISPDIR%%/ess/mouseme.el +%%EMACS_SITE_LISPDIR%%/ess/mouseme.elc +%%EMACS_SITE_LISPDIR%%/ess/msdos.el +%%EMACS_SITE_LISPDIR%%/ess/msdos.elc From owner-svn-ports-head@freebsd.org Tue Dec 22 14:52:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F7DEA4E931; Tue, 22 Dec 2015 14:52:31 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5CA6C19AE; Tue, 22 Dec 2015 14:52:31 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBMEqUVV042577; Tue, 22 Dec 2015 14:52:30 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMEqUHT042574; Tue, 22 Dec 2015 14:52:30 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512221452.tBMEqUHT042574@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 22 Dec 2015 14:52:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404239 - head/irc/quirc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 14:52:31 -0000 Author: miwi Date: Tue Dec 22 14:52:30 2015 New Revision: 404239 URL: https://svnweb.freebsd.org/changeset/ports/404239 Log: - Update MASTER_SITES - Add LICENSE - Switch to options helper - Pass maintainership to submitter PR: D4601 Submitted by: 205371 Approved by: mat (mentor) Differential Revision: D4601 Modified: head/irc/quirc/Makefile head/irc/quirc/pkg-descr head/irc/quirc/pkg-plist Modified: head/irc/quirc/Makefile ============================================================================== --- head/irc/quirc/Makefile Tue Dec 22 14:47:19 2015 (r404238) +++ head/irc/quirc/Makefile Tue Dec 22 14:52:30 2015 (r404239) @@ -3,31 +3,25 @@ PORTNAME= quirc PORTVERSION= 0.9.84 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= irc tk -MASTER_SITES= LOCAL:local # This ends up being empty. +MASTER_SITES= http://BSDforge.com/projects/source/irc/quirc/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Tcl/Tk IRC client for the X Window System +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + OPTIONS_DEFINE= DOCS -BROKEN= Unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2015-12-30 USES= tk USE_XORG= xt GNU_CONFIGURE= yes MAKE_ENV+= DESTDIR=${STAGEDIR} -MYPORTDOCS= AUTHORS ChangeLog FAQ NEWS README doc/color.txt \ - doc/dccresum.txt doc/links.txt doc/nickcomp.txt \ - doc/quedit.txt doc/rfc1459.txt doc/tdcc.txt -PORTDOCS= * - - -.include +PORTDOCS= AUTHORS ChangeLog FAQ NEWS README doc/*.txt CONFIGURE_ARGS= --with-wish=${WISH} \ --with-tcl-include-dir=${TCL_INCLUDEDIR} \ @@ -43,9 +37,9 @@ post-install: ${LN} -sf ../install.tcl ${STAGEDIR}${DATADIR}/common @${MKDIR} ${STAGEDIR}${DATADIR}/themes ${LN} -sf ../default.tcl ${STAGEDIR}${DATADIR}/themes - @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for file in ${MYPORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} -.endfor + +post-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Modified: head/irc/quirc/pkg-descr ============================================================================== --- head/irc/quirc/pkg-descr Tue Dec 22 14:47:19 2015 (r404238) +++ head/irc/quirc/pkg-descr Tue Dec 22 14:52:30 2015 (r404239) @@ -1,4 +1,4 @@ -An IRC client for the X Window System that uses TCL/TK. It boasts +An IRC client for the X Window System that uses TCL/TK. It boasts many advanced scripting facilities and a clean interface. -WWW: http://quirc.sourceforge.net/ +WWW: http://BSDforge.com/projects/irc/quirc/ Modified: head/irc/quirc/pkg-plist ============================================================================== --- head/irc/quirc/pkg-plist Tue Dec 22 14:47:19 2015 (r404238) +++ head/irc/quirc/pkg-plist Tue Dec 22 14:52:30 2015 (r404239) @@ -21,3 +21,10 @@ bin/quirc %%DATADIR%%/themes/default.tcl %%DATADIR%%/variables.tcl %%DATADIR%%/winpopup.tcl +%%PORTDOCS%%%%DOCSDIR%%/color.txt +%%PORTDOCS%%%%DOCSDIR%%/dccresum.txt +%%PORTDOCS%%%%DOCSDIR%%/links.txt +%%PORTDOCS%%%%DOCSDIR%%/nickcomp.txt +%%PORTDOCS%%%%DOCSDIR%%/quedit.txt +%%PORTDOCS%%%%DOCSDIR%%/rfc1459.txt +%%PORTDOCS%%%%DOCSDIR%%/tdcc.txt From owner-svn-ports-head@freebsd.org Tue Dec 22 15:17:48 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06038A4F2C9; Tue, 22 Dec 2015 15:17:48 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF0931B8D; Tue, 22 Dec 2015 15:17:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBMFHkI6049098; Tue, 22 Dec 2015 15:17:46 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMFHk2Y049096; Tue, 22 Dec 2015 15:17:46 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512221517.tBMFHk2Y049096@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 22 Dec 2015 15:17:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404240 - head/games/pyfa X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 15:17:48 -0000 Author: miwi Date: Tue Dec 22 15:17:46 2015 New Revision: 404240 URL: https://svnweb.freebsd.org/changeset/ports/404240 Log: - Update to 1.17.1 PR: 205295 Submitted by: Andrey Fesenko Approved by: mat (mentor) Differential Revision: D4571 Modified: head/games/pyfa/Makefile head/games/pyfa/distinfo Modified: head/games/pyfa/Makefile ============================================================================== --- head/games/pyfa/Makefile Tue Dec 22 14:52:30 2015 (r404239) +++ head/games/pyfa/Makefile Tue Dec 22 15:17:46 2015 (r404240) @@ -2,33 +2,33 @@ # $FreeBSD$ PORTNAME= pyfa -PORTVERSION= 1.13.1 +PORTVERSION= 1.17.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= games python MAINTAINER= andrey@bsdnir.info COMMENT= Fitting tool for EVE Online LICENSE= GPLv3 # or later -LICENSE_FILE= ${WRKSRC}/gpl.txt +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:${PORTSDIR}/devel/py-dateutil \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy>0:${PORTSDIR}/databases/py-sqlalchemy + ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.6:${PORTSDIR}/databases/py-sqlalchemy \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.3.0:${PORTSDIR}/www/py-requests USE_GITHUB= yes GH_ACCOUNT= DarkFenX USES= python:2 dos2unix DOS2UNIX_GLOB= *.py +NO_ARCH= yes WRKSRC= ${WRKDIR}/Pyfa-${PORTVERSION} PLIST_FILES= bin/pyfa PORTDATA= * -USE_WX= 2.8 -WX_COMPS= python:run -WX_UNICODE= yes +USE_WX= 2.8 3.0 +WX_COMPS= wx:run python:run OPTIONS_DEFINE= DPSGRAPHING DPSGRAPHING_DESC= DPS graphing (requires NumPy and matplotlib. need fix) Modified: head/games/pyfa/distinfo ============================================================================== --- head/games/pyfa/distinfo Tue Dec 22 14:52:30 2015 (r404239) +++ head/games/pyfa/distinfo Tue Dec 22 15:17:46 2015 (r404240) @@ -1,2 +1,2 @@ -SHA256 (DarkFenX-pyfa-v1.13.1_GH0.tar.gz) = 9844961ddb217c22bb560016ccc101a24b9412e7daf790b1fcc9d77f25c86277 -SIZE (DarkFenX-pyfa-v1.13.1_GH0.tar.gz) = 6226749 +SHA256 (DarkFenX-pyfa-v1.17.1_GH0.tar.gz) = d31b61091394939e5a6fb992eb7d9d215294544b405ae51c5bbc6d91507e5dd2 +SIZE (DarkFenX-pyfa-v1.17.1_GH0.tar.gz) = 6673517 From owner-svn-ports-head@freebsd.org Tue Dec 22 15:22:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D932AA4F4B1; Tue, 22 Dec 2015 15:22:49 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB966102B; Tue, 22 Dec 2015 15:22:49 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBMFMmJK051892; Tue, 22 Dec 2015 15:22:48 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMFMm5l051890; Tue, 22 Dec 2015 15:22:48 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512221522.tBMFMm5l051890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 22 Dec 2015 15:22:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404241 - in head/devel/codeblocks: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 15:22:50 -0000 Author: miwi Date: Tue Dec 22 15:22:48 2015 New Revision: 404241 URL: https://svnweb.freebsd.org/changeset/ports/404241 Log: - Fix build with clang 3.7.0 PR: 203160 Submitted by: dim Approved by: mat (mentor) Differential Revision: D4653 Added: head/devel/codeblocks/files/ head/devel/codeblocks/files/patch-src__include__cbthreadpool.h (contents, props changed) Modified: head/devel/codeblocks/Makefile Modified: head/devel/codeblocks/Makefile ============================================================================== --- head/devel/codeblocks/Makefile Tue Dec 22 15:17:46 2015 (r404240) +++ head/devel/codeblocks/Makefile Tue Dec 22 15:22:48 2015 (r404241) @@ -38,6 +38,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER .if ${CHOSEN_COMPILER_TYPE} == clang USE_CXXSTD= c++11 +. if ${COMPILER_VERSION} >= 35 +CXXFLAGS+= -Wno-undefined-bool-conversion +. endif .endif .include Added: head/devel/codeblocks/files/patch-src__include__cbthreadpool.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/codeblocks/files/patch-src__include__cbthreadpool.h Tue Dec 22 15:22:48 2015 (r404241) @@ -0,0 +1,73 @@ +--- src/include/cbthreadpool.h.orig 2013-11-17 20:34:15.000000000 +0100 ++++ src/include/cbthreadpool.h 2015-09-16 21:19:53.385265000 +0200 +@@ -15,6 +15,12 @@ + #include "settings.h" + #include "prep.h" + ++#if defined(__has_feature) && __has_feature(cxx_noexcept) ++#define NOEXCEPT noexcept ++#else ++#define NOEXCEPT throw() ++#endif ++ + /// A Thread Pool implementation + class DLLIMPORT cbThreadPool + { +@@ -94,11 +100,11 @@ class DLLIMPORT cbThreadPool + + public: + explicit CountedPtr(T *p = 0); +- CountedPtr(const CountedPtr &p) throw(); +- ~CountedPtr() throw(); +- CountedPtr &operator = (const CountedPtr &p) throw(); +- T &operator * () const throw(); +- T *operator -> () const throw(); ++ CountedPtr(const CountedPtr &p) NOEXCEPT; ++ ~CountedPtr() NOEXCEPT; ++ CountedPtr &operator = (const CountedPtr &p) NOEXCEPT; ++ T &operator * () const NOEXCEPT; ++ T *operator -> () const NOEXCEPT; + + private: + void dispose(); +@@ -281,7 +287,7 @@ inline cbThreadPool::CountedPtr::Coun + } + + template +-inline cbThreadPool::CountedPtr::CountedPtr(const CountedPtr &p) throw() ++inline cbThreadPool::CountedPtr::CountedPtr(const CountedPtr &p) NOEXCEPT + : ptr(p.ptr), + count(p.count) + { +@@ -289,13 +295,13 @@ inline cbThreadPool::CountedPtr::Coun + } + + template +-inline cbThreadPool::CountedPtr::~CountedPtr() throw() ++inline cbThreadPool::CountedPtr::~CountedPtr() NOEXCEPT + { + dispose(); + } + + template +-inline cbThreadPool::CountedPtr &cbThreadPool::CountedPtr::operator = (const CountedPtr &p) throw() ++inline cbThreadPool::CountedPtr &cbThreadPool::CountedPtr::operator = (const CountedPtr &p) NOEXCEPT + { + if (this != &p) + { +@@ -309,13 +315,13 @@ inline cbThreadPool::CountedPtr &cbTh + } + + template +-inline T &cbThreadPool::CountedPtr::operator * () const throw() ++inline T &cbThreadPool::CountedPtr::operator * () const NOEXCEPT + { + return *ptr; + } + + template +-inline T *cbThreadPool::CountedPtr::operator -> () const throw() ++inline T *cbThreadPool::CountedPtr::operator -> () const NOEXCEPT + { + return ptr; + } From owner-svn-ports-head@freebsd.org Tue Dec 22 15:27:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D30AA4F5C6; Tue, 22 Dec 2015 15:27:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B5B112E8; Tue, 22 Dec 2015 15:27: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 tBMFRcLK052170; Tue, 22 Dec 2015 15:27:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMFRchE052168; Tue, 22 Dec 2015 15:27:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512221527.tBMFRchE052168@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Dec 2015 15:27:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404242 - head/devel/py-wcwidth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 15:27:39 -0000 Author: sunpoet Date: Tue Dec 22 15:27:37 2015 New Revision: 404242 URL: https://svnweb.freebsd.org/changeset/ports/404242 Log: - Update to 0.1.5 - Add NO_ARCH - Relax USES=python - Allow concurrent installation (USE_PYTHON=concurrent) Changes: https://github.com/jquast/wcwidth/releases PR: 205513 Differential Revision: https://reviews.FreeBSD.org/D4680 Submitted by: sunpoet (myself) Approved by: skreuzer (maintainer) Modified: head/devel/py-wcwidth/Makefile head/devel/py-wcwidth/distinfo Modified: head/devel/py-wcwidth/Makefile ============================================================================== --- head/devel/py-wcwidth/Makefile Tue Dec 22 15:22:48 2015 (r404241) +++ head/devel/py-wcwidth/Makefile Tue Dec 22 15:27:37 2015 (r404242) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wcwidth -PORTVERSION= 0.1.1 +PORTVERSION= 0.1.5 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,8 @@ COMMENT= Determine the printable width o LICENSE= MIT -USES= python:2 -USE_PYTHON= distutils autoplist +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist concurrent distutils .include Modified: head/devel/py-wcwidth/distinfo ============================================================================== --- head/devel/py-wcwidth/distinfo Tue Dec 22 15:22:48 2015 (r404241) +++ head/devel/py-wcwidth/distinfo Tue Dec 22 15:27:37 2015 (r404242) @@ -1,2 +1,2 @@ -SHA256 (wcwidth-0.1.1.tar.gz) = 019b71c91209e44c50a2cc97f50a60ed9bc35ca37b6f3f8fe3a6fdaafe58fc55 -SIZE (wcwidth-0.1.1.tar.gz) = 16349 +SHA256 (wcwidth-0.1.5.tar.gz) = 66c7ce3199c87833aaaa1fe1241b63261ce53c1062597c189a16a54713e0919d +SIZE (wcwidth-0.1.5.tar.gz) = 19553 From owner-svn-ports-head@freebsd.org Tue Dec 22 15:31:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0A21A4F672; Tue, 22 Dec 2015 15:31:06 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4E6E1802; Tue, 22 Dec 2015 15:31:06 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBMFV5vK052516; Tue, 22 Dec 2015 15:31:05 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMFV5cM052512; Tue, 22 Dec 2015 15:31:05 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512221531.tBMFV5cM052512@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 22 Dec 2015 15:31:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404243 - in head/net: . py-dugong X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 15:31:07 -0000 Author: miwi Date: Tue Dec 22 15:31:05 2015 New Revision: 404243 URL: https://svnweb.freebsd.org/changeset/ports/404243 Log: The Python Dugong module provides an API for communicating with HTTP 1.1 servers. It is an alternative to the standard library's http.client (formerly httplib) module. In contrast to http.client, Dugong: * allows you to send multiple requests right after each other without having to read the responses first. * supports waiting for 100-continue before sending the request body. * raises an exception instead of silently delivering partial data if the connection is closed before all data has been received. * raises one specific exception (ConnectionClosed) if the connection has been closed (while http.client connection may raise any of BrokenPipeError, BadStatusLine, ConnectionAbortedError, ConnectionResetError, IncompleteRead or simply return '' on read) * supports non-blocking, asynchronous operation and is compatible with the asyncio module. * can in most cases distinguish between an unavailable DNS server and an unresolvable hostname. * is not compatible with old HTTP 0.9 or 1.0 servers. All request and response headers are represented as str, but must be encodable in latin1. Request and response body must be bytes-like objects or binary streams. WWW: https://bitbucket.org/nikratio/python-dugong/ PR: 203733 Submitted by: niklaas@kulturflatrate.net Approved by: mat (mentor) Differential Revision: D4639 Added: head/net/py-dugong/ head/net/py-dugong/Makefile (contents, props changed) head/net/py-dugong/distinfo (contents, props changed) head/net/py-dugong/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Tue Dec 22 15:27:37 2015 (r404242) +++ head/net/Makefile Tue Dec 22 15:31:05 2015 (r404243) @@ -929,6 +929,7 @@ SUBDIR += py-beanstalkc SUBDIR += py-cloudfiles SUBDIR += py-dpkt + SUBDIR += py-dugong SUBDIR += py-ec2-cli-tools SUBDIR += py-eventlet SUBDIR += py-gntp Added: head/net/py-dugong/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-dugong/Makefile Tue Dec 22 15:31:05 2015 (r404243) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= dugong +PORTVERSION= 3.5 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= niklaas@kulturflatrate.net +COMMENT= HTTP 1.1 client module designed for RESTful protocols + +LICENSE= PSFL +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python:3.3+ tar:bzip2 +USE_PYTHON= autoplist distutils + +.include Added: head/net/py-dugong/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-dugong/distinfo Tue Dec 22 15:31:05 2015 (r404243) @@ -0,0 +1,2 @@ +SHA256 (dugong-3.5.tar.bz2) = 44bc81cd25b2e8762458b59f2f2382a3e59869c457edbbcdfe03541e576f1978 +SIZE (dugong-3.5.tar.bz2) = 192228 Added: head/net/py-dugong/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-dugong/pkg-descr Tue Dec 22 15:31:05 2015 (r404243) @@ -0,0 +1,24 @@ +The Python Dugong module provides an API for communicating with HTTP 1.1 +servers. It is an alternative to the standard library's http.client (formerly +httplib) module. In contrast to http.client, Dugong: + +* allows you to send multiple requests right after each other without having to + read the responses first. +* supports waiting for 100-continue before sending the request body. +* raises an exception instead of silently delivering partial data if the + connection is closed before all data has been received. +* raises one specific exception (ConnectionClosed) if the connection has been + closed (while http.client connection may raise any of BrokenPipeError, + BadStatusLine, ConnectionAbortedError, ConnectionResetError, IncompleteRead + or simply return '' on read) +* supports non-blocking, asynchronous operation and is compatible with the + asyncio module. +* can in most cases distinguish between an unavailable DNS server and an + unresolvable hostname. +* is not compatible with old HTTP 0.9 or 1.0 servers. + +All request and response headers are represented as str, but must be encodable +in latin1. Request and response body must be bytes-like objects or binary +streams. + +WWW: https://bitbucket.org/nikratio/python-dugong/ From owner-svn-ports-head@freebsd.org Tue Dec 22 15:37:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EBEC6A4F8F8; Tue, 22 Dec 2015 15:37:34 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C67741D29; Tue, 22 Dec 2015 15:37:34 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBMFbXgg055552; Tue, 22 Dec 2015 15:37:33 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMFbXUP055544; Tue, 22 Dec 2015 15:37:33 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512221537.tBMFbXUP055544@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 22 Dec 2015 15:37:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404244 - in head/textproc: . p5-Lingua-Identify-CLD p5-Lingua-Identify-CLD/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 15:37:35 -0000 Author: miwi Date: Tue Dec 22 15:37:33 2015 New Revision: 404244 URL: https://svnweb.freebsd.org/changeset/ports/404244 Log: These are Perl bindings to CLD, the Compact Language Detection library from Google/Chrome. WWW: http://search.cpan.org/dist/Lingua-Identify-CLD/ PR: 196428 Submitted by: Gasol Wu Approved by: mat (mentor) Differential Revision: D4638 Added: head/textproc/p5-Lingua-Identify-CLD/ head/textproc/p5-Lingua-Identify-CLD/Makefile (contents, props changed) head/textproc/p5-Lingua-Identify-CLD/distinfo (contents, props changed) head/textproc/p5-Lingua-Identify-CLD/files/ head/textproc/p5-Lingua-Identify-CLD/files/patch-CLD.xs (contents, props changed) head/textproc/p5-Lingua-Identify-CLD/files/patch-inc_MyBuilder.pm (contents, props changed) head/textproc/p5-Lingua-Identify-CLD/pkg-descr (contents, props changed) head/textproc/p5-Lingua-Identify-CLD/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue Dec 22 15:31:05 2015 (r404243) +++ head/textproc/Makefile Tue Dec 22 15:37:33 2015 (r404244) @@ -621,6 +621,7 @@ SUBDIR += p5-Lingua-EN-Words2Nums SUBDIR += p5-Lingua-Ident SUBDIR += p5-Lingua-Identify + SUBDIR += p5-Lingua-Identify-CLD SUBDIR += p5-Lingua-Ispell SUBDIR += p5-Lingua-PT-Stemmer SUBDIR += p5-Lingua-Preferred Added: head/textproc/p5-Lingua-Identify-CLD/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Lingua-Identify-CLD/Makefile Tue Dec 22 15:37:33 2015 (r404244) @@ -0,0 +1,26 @@ +# Created by: Gasol Wu +# $FreeBSD$ + +PORTNAME= Lingua-Identify-CLD +PORTVERSION= 0.09 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= gasol.wu@gmail.com +COMMENT= Interface to Chrome language detection library + +LICENSE= BSD3CLAUSE + +BUILD_DEPENDS= libcld.so:${PORTSDIR}/devel/cld \ + p5-Config-AutoConf>=0.16:${PORTSDIR}/devel/p5-Config-AutoConf \ + p5-ExtUtils-CBuilder>0.27:${PORTSDIR}/devel/p5-ExtUtils-CBuilder \ + p5-ExtUtils-ParseXS>=0:${PORTSDIR}/devel/p5-ExtUtils-ParseXS \ + p5-ExtUtils-LibBuilder>=0.02:${PORTSDIR}/devel/p5-ExtUtils-LibBuilder +RUN_DEPENDS= libcld.so:${PORTSDIR}/devel/cld \ + p5-XSLoader>=0:${PORTSDIR}/devel/p5-XSLoader + +USES= perl5 +USE_PERL5= modbuild + +.include Added: head/textproc/p5-Lingua-Identify-CLD/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Lingua-Identify-CLD/distinfo Tue Dec 22 15:37:33 2015 (r404244) @@ -0,0 +1,2 @@ +SHA256 (Lingua-Identify-CLD-0.09.tar.gz) = 28b897f9e32f4090f05baa2819b67cead1195e40eb9901c3133d0be030079fb4 +SIZE (Lingua-Identify-CLD-0.09.tar.gz) = 2735166 Added: head/textproc/p5-Lingua-Identify-CLD/files/patch-CLD.xs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Lingua-Identify-CLD/files/patch-CLD.xs Tue Dec 22 15:37:33 2015 (r404244) @@ -0,0 +1,16 @@ +--- CLD.xs.orig 2014-09-07 20:44:12 UTC ++++ CLD.xs +@@ -24,10 +24,9 @@ extern "C" { + # define dNOOP + #endif + +-#include "encodings/compact_lang_det/compact_lang_det.h" +-#include "encodings/compact_lang_det/ext_lang_enc.h" +-#include "encodings/compact_lang_det/unittest_data.h" +-#include "encodings/proto/encodings.pb.h" ++#include "compact_lang_det.h" ++#include "ext_lang_enc.h" ++#include "encodings/public/encodings.h" + + MODULE = Lingua::Identify::CLD PACKAGE = Lingua::Identify::CLD + Added: head/textproc/p5-Lingua-Identify-CLD/files/patch-inc_MyBuilder.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Lingua-Identify-CLD/files/patch-inc_MyBuilder.pm Tue Dec 22 15:37:33 2015 (r404244) @@ -0,0 +1,34 @@ +--- inc/MyBuilder.pm.orig 2014-09-07 20:44:12 UTC ++++ inc/MyBuilder.pm +@@ -46,7 +46,6 @@ sub ACTION_code { + $self->notes(CFLAGS => '-fPIC -I. -O2 -DCLD_WINDOWS'); # XXX fixme for windows + $self->notes(LDFLAGS => '-L.'); + +- $self->dispatch("create_objects"); + $self->dispatch("compile_xscode"); + + $self->SUPER::ACTION_code; +@@ -80,7 +79,7 @@ sub ACTION_compile_xscode { + + if (!$self->up_to_date($cfile, $ofile)) { + $cbuilder->compile( source => $cfile, +- include_dirs => [ catdir("cld-src") ], ++ include_dirs => [ catdir("/usr/local/include/cld") ], + 'C++' => 1, + extra_compiler_flags => $extra_compiler_flags, + object_file => $ofile); +@@ -97,12 +96,11 @@ sub ACTION_compile_xscode { + utime( (time) x 2, $bs_file ); # touch + } + +- my $extra_linker_flags = "-lstdc++"; ++ my $extra_linker_flags = "-lcld -lstdc++"; + $extra_linker_flags .= " -lgcc_s" if $^O eq 'netbsd'; + + my $objects = [ +- $ofile, +- @{ $self->rscan_dir('cld-src', qr/\.o$/) }, ++ $ofile + ]; + + # .o => .(a|bundle) Added: head/textproc/p5-Lingua-Identify-CLD/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Lingua-Identify-CLD/pkg-descr Tue Dec 22 15:37:33 2015 (r404244) @@ -0,0 +1,4 @@ +These are Perl bindings to CLD, the Compact Language Detection library +from Google/Chrome. + +WWW: http://search.cpan.org/dist/Lingua-Identify-CLD/ Added: head/textproc/p5-Lingua-Identify-CLD/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Lingua-Identify-CLD/pkg-plist Tue Dec 22 15:37:33 2015 (r404244) @@ -0,0 +1,5 @@ +bin/identify-cld +%%SITE_ARCH%%/Lingua/Identify/CLD.pm +%%SITE_ARCH%%/auto/Lingua/Identify/CLD/CLD.so +%%PERL5_MAN3%%/Lingua::Identify::CLD.3.gz +man/man1/identify-cld.1.gz From owner-svn-ports-head@freebsd.org Tue Dec 22 15:48:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61B14A4FE11; Tue, 22 Dec 2015 15:48: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 30500175A; Tue, 22 Dec 2015 15:48: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 tBMFmQSX058483; Tue, 22 Dec 2015 15:48:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMFmQjt058482; Tue, 22 Dec 2015 15:48:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512221548.tBMFmQjt058482@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 22 Dec 2015 15:48:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404245 - head/sysutils/syslog-ng-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 15:48:27 -0000 Author: amdmi3 Date: Tue Dec 22 15:48:26 2015 New Revision: 404245 URL: https://svnweb.freebsd.org/changeset/ports/404245 Log: - Drop @dirrm* from plist Approved by: portmgr blanket Modified: head/sysutils/syslog-ng-devel/pkg-plist Modified: head/sysutils/syslog-ng-devel/pkg-plist ============================================================================== --- head/sysutils/syslog-ng-devel/pkg-plist Tue Dec 22 15:37:33 2015 (r404244) +++ head/sysutils/syslog-ng-devel/pkg-plist Tue Dec 22 15:48:26 2015 (r404245) @@ -243,34 +243,4 @@ share/syslog-ng/xsd/patterndb-4.xsd %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/NEWS.md -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm share/syslog-ng/xsd -@dirrm share/syslog-ng/tools -@dirrm share/syslog-ng/include/scl/graphite -@dirrm share/syslog-ng/include/scl/nodejs -@dirrm share/syslog-ng/include/scl/system -@dirrm share/syslog-ng/include/scl/syslogconf -@dirrm share/syslog-ng/include/scl/pacct -@dirrm share/syslog-ng/include/scl/rewrite -@dirrm share/syslog-ng/include/scl/elasticsearch -@dirrm share/syslog-ng/include/scl/hdfs -@dirrm share/syslog-ng/include/scl/kafka -@dirrm share/syslog-ng/include/scl/mbox -@dirrm share/syslog-ng/include/scl -@dirrm share/syslog-ng/include -@dirrm share/syslog-ng -@dirrm lib/syslog-ng/libtest -@dirrm lib/syslog-ng -@dirrm include/syslog-ng/compat -@dirrm include/syslog-ng/control -@dirrm include/syslog-ng/filter -@dirrm include/syslog-ng/ivykis -@dirrm include/syslog-ng/libtest -@dirrm include/syslog-ng/logproto -@dirrm include/syslog-ng/parser -@dirrm include/syslog-ng/rewrite -@dirrm include/syslog-ng/stats -@dirrm include/syslog-ng/template -@dirrm include/syslog-ng/transport -@dirrm include/syslog-ng -@dirrm etc/patterndb.d +@dir etc/patterndb.d From owner-svn-ports-head@freebsd.org Tue Dec 22 15:51:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4795CA4FF1C; Tue, 22 Dec 2015 15:51:03 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0530419B0; Tue, 22 Dec 2015 15:51:02 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBMFp2Cr058762; Tue, 22 Dec 2015 15:51:02 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMFp1X3058756; Tue, 22 Dec 2015 15:51:01 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201512221551.tBMFp1X3058756@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Tue, 22 Dec 2015 15:51:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404246 - in head/net: hping hping-devel hping-devel/files hping/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 15:51:03 -0000 Author: kevlo Date: Tue Dec 22 15:51:01 2015 New Revision: 404246 URL: https://svnweb.freebsd.org/changeset/ports/404246 Log: - Fix the error "[send_ip] sendto: Invalid argument"; ip_len and ip_tos must be provided in host byte order. - Fix build with arm Added: head/net/hping-devel/files/patch-sendip.c (contents, props changed) head/net/hping/files/patch-sendip.c (contents, props changed) Modified: head/net/hping-devel/Makefile head/net/hping-devel/files/patch-bytesex.h head/net/hping/Makefile head/net/hping/files/patch-bytesex.h Modified: head/net/hping-devel/Makefile ============================================================================== --- head/net/hping-devel/Makefile Tue Dec 22 15:48:26 2015 (r404245) +++ head/net/hping-devel/Makefile Tue Dec 22 15:51:01 2015 (r404246) @@ -2,6 +2,7 @@ PORTNAME= hping PORTVERSION= 3.0.20051105 +PORTREVISION= 1 CATEGORIES= net security MASTER_SITES= http://www.hping.org/ \ http://200ok.org/distfiles/hping/ Modified: head/net/hping-devel/files/patch-bytesex.h ============================================================================== --- head/net/hping-devel/files/patch-bytesex.h Tue Dec 22 15:48:26 2015 (r404245) +++ head/net/hping-devel/files/patch-bytesex.h Tue Dec 22 15:51:01 2015 (r404246) @@ -1,15 +1,17 @@ ---- bytesex.h.orig Tue Sep 14 15:22:45 2004 -+++ bytesex.h Tue Sep 14 15:21:50 2004 -@@ -8,10 +8,12 @@ +--- bytesex.h.orig 2003-07-28 17:00:55.000000000 +0800 ++++ bytesex.h 2015-12-22 22:30:11.367208000 +0800 +@@ -8,10 +8,14 @@ #define ARS_BYTESEX_H #if defined(__i386__) \ ++ || defined (__amd64__) \ + || defined(__ia64__) \ || defined(__alpha__) \ ++ || defined(__arm__) \ || (defined(__mips__) && (defined(MIPSEL) || defined (__MIPSEL__))) #define BYTE_ORDER_LITTLE_ENDIAN #elif defined(__mc68000__) \ -+ || defined (__amd64__) \ ++ || (defined(__arm__) && (defined(ARMEB) || defined (__ARMEB__))) \ || defined (__sparc__) \ || defined (__sparc) \ || defined (__PPC__) \ Added: head/net/hping-devel/files/patch-sendip.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/hping-devel/files/patch-sendip.c Tue Dec 22 15:51:01 2015 (r404246) @@ -0,0 +1,33 @@ +--- sendip.c.orig 2003-08-01 21:28:07.000000000 +0800 ++++ sendip.c 2015-12-22 23:16:39.296072000 +0800 +@@ -48,12 +48,12 @@ + ip->ihl = (IPHDR_SIZE + optlen + 3) >> 2; + ip->tos = ip_tos; + +-#if defined OSTYPE_FREEBSD || defined OSTYPE_NETBSD || defined OSTYPE_BSDI +-/* FreeBSD */ ++#if defined OSTYPE_NETBSD || defined OSTYPE_BSDI + /* NetBSD */ + ip->tot_len = packetsize; + #else + /* Linux */ ++/* FreeBSD */ + /* OpenBSD */ + ip->tot_len = htons(packetsize); + #endif +@@ -73,13 +73,13 @@ + htons((unsigned short) src_id); + } + +-#if defined OSTYPE_FREEBSD || defined OSTYPE_NETBSD | defined OSTYPE_BSDI +-/* FreeBSD */ ++#if defined OSTYPE_NETBSD | defined OSTYPE_BSDI + /* NetBSD */ + ip->frag_off |= more_fragments; + ip->frag_off |= fragoff >> 3; + #else + /* Linux */ ++/* FreeBSD */ + /* OpenBSD */ + ip->frag_off |= htons(more_fragments); + ip->frag_off |= htons(fragoff >> 3); /* shift three flags bit */ Modified: head/net/hping/Makefile ============================================================================== --- head/net/hping/Makefile Tue Dec 22 15:48:26 2015 (r404245) +++ head/net/hping/Makefile Tue Dec 22 15:51:01 2015 (r404246) @@ -3,6 +3,7 @@ PORTNAME= hping PORTVERSION= 2.0.0r3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net security MASTER_SITES= http://www.hping.org/ \ Modified: head/net/hping/files/patch-bytesex.h ============================================================================== --- head/net/hping/files/patch-bytesex.h Tue Dec 22 15:48:26 2015 (r404245) +++ head/net/hping/files/patch-bytesex.h Tue Dec 22 15:51:01 2015 (r404246) @@ -1,15 +1,17 @@ ---- bytesex.h.orig Tue Sep 14 15:22:45 2004 -+++ bytesex.h Tue Sep 14 15:21:50 2004 -@@ -8,10 +8,12 @@ +--- bytesex.h.orig 2003-07-28 17:00:55.000000000 +0800 ++++ bytesex.h 2015-12-22 22:30:11.367208000 +0800 +@@ -8,10 +8,14 @@ #define ARS_BYTESEX_H #if defined(__i386__) \ ++ || defined (__amd64__) \ + || defined(__ia64__) \ || defined(__alpha__) \ ++ || defined(__arm__) \ || (defined(__mips__) && (defined(MIPSEL) || defined (__MIPSEL__))) #define BYTE_ORDER_LITTLE_ENDIAN #elif defined(__mc68000__) \ -+ || defined (__amd64__) \ ++ || (defined(__arm__) && (defined(ARMEB) || defined (__ARMEB__))) \ || defined (__sparc__) \ || defined (__sparc) \ || defined (__PPC__) \ Added: head/net/hping/files/patch-sendip.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/hping/files/patch-sendip.c Tue Dec 22 15:51:01 2015 (r404246) @@ -0,0 +1,33 @@ +--- sendip.c.orig 2003-08-01 21:28:07.000000000 +0800 ++++ sendip.c 2015-12-22 23:16:39.296072000 +0800 +@@ -48,12 +48,12 @@ + ip->ihl = (IPHDR_SIZE + optlen + 3) >> 2; + ip->tos = ip_tos; + +-#if defined OSTYPE_FREEBSD || defined OSTYPE_NETBSD || defined OSTYPE_BSDI +-/* FreeBSD */ ++#if defined OSTYPE_NETBSD || defined OSTYPE_BSDI + /* NetBSD */ + ip->tot_len = packetsize; + #else + /* Linux */ ++/* FreeBSD */ + /* OpenBSD */ + ip->tot_len = htons(packetsize); + #endif +@@ -73,13 +73,13 @@ + htons((unsigned short) src_id); + } + +-#if defined OSTYPE_FREEBSD || defined OSTYPE_NETBSD | defined OSTYPE_BSDI +-/* FreeBSD */ ++#if defined OSTYPE_NETBSD | defined OSTYPE_BSDI + /* NetBSD */ + ip->frag_off |= more_fragments; + ip->frag_off |= fragoff >> 3; + #else + /* Linux */ ++/* FreeBSD */ + /* OpenBSD */ + ip->frag_off |= htons(more_fragments); + ip->frag_off |= htons(fragoff >> 3); /* shift three flags bit */ From owner-svn-ports-head@freebsd.org Tue Dec 22 15:54:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B64CDA4F099; Tue, 22 Dec 2015 15:54:36 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8285D1BEE; Tue, 22 Dec 2015 15:54:36 +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 tBMFsZ2D061529; Tue, 22 Dec 2015 15:54:35 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMFsZei061527; Tue, 22 Dec 2015 15:54:35 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201512221554.tBMFsZei061527@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Tue, 22 Dec 2015 15:54:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404247 - head/x11/libXi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 15:54:36 -0000 Author: kwm Date: Tue Dec 22 15:54:35 2015 New Revision: 404247 URL: https://svnweb.freebsd.org/changeset/ports/404247 Log: Update libXi to 1.7.6. Modified: head/x11/libXi/Makefile head/x11/libXi/distinfo Modified: head/x11/libXi/Makefile ============================================================================== --- head/x11/libXi/Makefile Tue Dec 22 15:51:01 2015 (r404246) +++ head/x11/libXi/Makefile Tue Dec 22 15:54:35 2015 (r404247) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libXi -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6 PORTEPOCH= 1 CATEGORIES= x11 Modified: head/x11/libXi/distinfo ============================================================================== --- head/x11/libXi/distinfo Tue Dec 22 15:51:01 2015 (r404246) +++ head/x11/libXi/distinfo Tue Dec 22 15:54:35 2015 (r404247) @@ -1,2 +1,2 @@ -SHA256 (xorg/lib/libXi-1.7.5.tar.bz2) = d964d7deb5d8f7d6b9c358969c625073d7ab273dbda94693130b3540bc0ca229 -SIZE (xorg/lib/libXi-1.7.5.tar.bz2) = 464719 +SHA256 (xorg/lib/libXi-1.7.6.tar.bz2) = 1f32a552cec0f056c0260bdb32e853cec0673d2f40646ce932ad5a9f0205b7ac +SIZE (xorg/lib/libXi-1.7.6.tar.bz2) = 484485 From owner-svn-ports-head@freebsd.org Tue Dec 22 16:21:34 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7220A4F834; Tue, 22 Dec 2015 16:21:34 +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 5E4A3175E; Tue, 22 Dec 2015 16:21:34 +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 tBMGLXOp068291; Tue, 22 Dec 2015 16:21:33 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMGLX97068290; Tue, 22 Dec 2015 16:21:33 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201512221621.tBMGLX97068290@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Tue, 22 Dec 2015 16:21:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404248 - head/x11/lemonbar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 16:21:34 -0000 Author: marino Date: Tue Dec 22 16:21:33 2015 New Revision: 404248 URL: https://svnweb.freebsd.org/changeset/ports/404248 Log: x11/lemonbar: Fix man page, steamline makefile, fix build for FreeBSD 9 PR: 205512 Submitted by: maintainer Modified: head/x11/lemonbar/Makefile Modified: head/x11/lemonbar/Makefile ============================================================================== --- head/x11/lemonbar/Makefile Tue Dec 22 15:54:35 2015 (r404247) +++ head/x11/lemonbar/Makefile Tue Dec 22 16:21:33 2015 (r404248) @@ -4,6 +4,7 @@ PORTNAME= lemonbar DISTVERSIONPREFIX= v DISTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= evgeni.dimitrov@gmail.com @@ -12,7 +13,7 @@ COMMENT= Lightweight xcb based bar LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= gmake perl5 +USES= compiler:c11 gmake perl5 USE_PERL5= build USE_XORG= xcb @@ -20,25 +21,24 @@ USE_GITHUB= yes GH_ACCOUNT= LemonBoy GH_PROJECT= bar -CFLAGS+= -I${LOCALBASE}/include -DVERSION=${DISTVERSION} +CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/lemonbar \ man/man1/lemonbar.1.gz post-patch: - ${REINPLACE_CMD} -e '/STRIP/d' -e '/^CC.*=/d' -e '/^CFLAGS.*=/d' \ - -e 's/^LDFLAGS.*=\(.*\)/LDFLAGS+=\1/' ${WRKSRC}/Makefile + ${REINPLACE_CMD} -e '/^CC.*=/d' -e '/^CFLAGS.*=/s/-Os//' \ + ${WRKSRC}/Makefile post-build: - ${LOCALBASE}/bin/pod2man --section=1 --name=bar-aint-recursive \ - --center="bar-aint-recursive manual" \ - --release="bar-aint-recursive ${PORTVERSION}" \ - ${WRKSRC}/README.pod > ${WRKSRC}/bar.1 + ${LOCALBASE}/bin/pod2man --section=1 --name=lemonbar \ + --center="lemonbar manual" \ + --release="lemonbar ${PORTVERSION}" \ + ${WRKSRC}/README.pod > ${WRKSRC}/lemonbar.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/lemonbar ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/bar.1 \ - ${STAGEDIR}${PREFIX}/man/man1/lemonbar.1 + ${INSTALL_MAN} ${WRKSRC}/lemonbar.1 ${STAGEDIR}${PREFIX}/man/man1 .include From owner-svn-ports-head@freebsd.org Tue Dec 22 17:04:23 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D13AEA4E781; Tue, 22 Dec 2015 17:04: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 A2E181FD0; Tue, 22 Dec 2015 17:04: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 tBMH4Mv7082589; Tue, 22 Dec 2015 17:04:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMH4Mcc082587; Tue, 22 Dec 2015 17:04:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512221704.tBMH4Mcc082587@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Dec 2015 17:04:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404251 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 17:04:23 -0000 Author: sunpoet Date: Tue Dec 22 17:04:22 2015 New Revision: 404251 URL: https://svnweb.freebsd.org/changeset/ports/404251 Log: - Update to 6.2.1 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 Tue Dec 22 16:35:45 2015 (r404250) +++ head/textproc/rubygem-autoprefixer-rails/Makefile Tue Dec 22 17:04:22 2015 (r404251) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= autoprefixer-rails -PORTVERSION= 6.2.0 +PORTVERSION= 6.2.1 CATEGORIES= textproc ruby MASTER_SITES= RG Modified: head/textproc/rubygem-autoprefixer-rails/distinfo ============================================================================== --- head/textproc/rubygem-autoprefixer-rails/distinfo Tue Dec 22 16:35:45 2015 (r404250) +++ head/textproc/rubygem-autoprefixer-rails/distinfo Tue Dec 22 17:04:22 2015 (r404251) @@ -1,2 +1,2 @@ -SHA256 (rubygem/autoprefixer-rails-6.2.0.gem) = 56ab98f4b60a0a2eb2596076f22a98849c0170aff475e403799d748b0a08dbf0 -SIZE (rubygem/autoprefixer-rails-6.2.0.gem) = 265728 +SHA256 (rubygem/autoprefixer-rails-6.2.1.gem) = af19459bf32b514ebfc2d93643dc4dbf5effa942327027a62ba500cf8cf1811d +SIZE (rubygem/autoprefixer-rails-6.2.1.gem) = 266240 From owner-svn-ports-head@freebsd.org Tue Dec 22 17:04:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87A9AA4E7AB; Tue, 22 Dec 2015 17:04: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 5A7881FEA; Tue, 22 Dec 2015 17:04: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 tBMH4R3c082705; Tue, 22 Dec 2015 17:04:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMH4RRj082703; Tue, 22 Dec 2015 17:04:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512221704.tBMH4RRj082703@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Dec 2015 17:04:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404252 - head/www/rubygem-bootstrap-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 17:04:28 -0000 Author: sunpoet Date: Tue Dec 22 17:04:27 2015 New Revision: 404252 URL: https://svnweb.freebsd.org/changeset/ports/404252 Log: - Update to 3.3.6 Changes: https://github.com/twbs/bootstrap-sass/blob/master/CHANGELOG.md Modified: head/www/rubygem-bootstrap-sass/Makefile head/www/rubygem-bootstrap-sass/distinfo Modified: head/www/rubygem-bootstrap-sass/Makefile ============================================================================== --- head/www/rubygem-bootstrap-sass/Makefile Tue Dec 22 17:04:22 2015 (r404251) +++ head/www/rubygem-bootstrap-sass/Makefile Tue Dec 22 17:04:27 2015 (r404252) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bootstrap-sass -PORTVERSION= 3.3.5.1 +PORTVERSION= 3.3.6 CATEGORIES= www rubygems MASTER_SITES= RG @@ -11,8 +11,8 @@ COMMENT= Bootstrap by Twitter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-autoprefixer-rails>=5.0.0.1:${PORTSDIR}/textproc/rubygem-autoprefixer-rails \ - rubygem-sass>=3.3.0:${PORTSDIR}/textproc/rubygem-sass +RUN_DEPENDS= rubygem-autoprefixer-rails>=5.2.1:${PORTSDIR}/textproc/rubygem-autoprefixer-rails \ + rubygem-sass>=3.3.4:${PORTSDIR}/textproc/rubygem-sass NO_ARCH= yes USE_RUBY= yes Modified: head/www/rubygem-bootstrap-sass/distinfo ============================================================================== --- head/www/rubygem-bootstrap-sass/distinfo Tue Dec 22 17:04:22 2015 (r404251) +++ head/www/rubygem-bootstrap-sass/distinfo Tue Dec 22 17:04:27 2015 (r404252) @@ -1,2 +1,2 @@ -SHA256 (rubygem/bootstrap-sass-3.3.5.1.gem) = 5ba2ec15f958eb13cb452e30ed615a2a281ecaf00bacd4556f5635d1f45aa22f -SIZE (rubygem/bootstrap-sass-3.3.5.1.gem) = 256000 +SHA256 (rubygem/bootstrap-sass-3.3.6.gem) = 8d028045dc2969a7bf5d274a2b7db19997710b03bb7c6fa4e394a50905e1108a +SIZE (rubygem/bootstrap-sass-3.3.6.gem) = 257536 From owner-svn-ports-head@freebsd.org Tue Dec 22 17:04:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85175A4E7B5; Tue, 22 Dec 2015 17:04: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 50E6C1143; Tue, 22 Dec 2015 17:04: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 tBMH4WGO082822; Tue, 22 Dec 2015 17:04:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMH4W5n082820; Tue, 22 Dec 2015 17:04:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512221704.tBMH4W5n082820@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Dec 2015 17:04:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404253 - head/net/rubygem-fog-sakuracloud X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 17:04:33 -0000 Author: sunpoet Date: Tue Dec 22 17:04:32 2015 New Revision: 404253 URL: https://svnweb.freebsd.org/changeset/ports/404253 Log: - Update to 1.7.3 Changes: https://github.com/fog/fog-sakuracloud/blob/master/CHANGELOG.md Modified: head/net/rubygem-fog-sakuracloud/Makefile head/net/rubygem-fog-sakuracloud/distinfo Modified: head/net/rubygem-fog-sakuracloud/Makefile ============================================================================== --- head/net/rubygem-fog-sakuracloud/Makefile Tue Dec 22 17:04:27 2015 (r404252) +++ head/net/rubygem-fog-sakuracloud/Makefile Tue Dec 22 17:04:32 2015 (r404253) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-sakuracloud -PORTVERSION= 1.5.2 +PORTVERSION= 1.7.3 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-fog-sakuracloud/distinfo ============================================================================== --- head/net/rubygem-fog-sakuracloud/distinfo Tue Dec 22 17:04:27 2015 (r404252) +++ head/net/rubygem-fog-sakuracloud/distinfo Tue Dec 22 17:04:32 2015 (r404253) @@ -1,2 +1,2 @@ -SHA256 (rubygem/fog-sakuracloud-1.5.2.gem) = b44d192d6d163a4ad9de9d0babbce90f1792540f184c2cb107910dbe59439ef5 -SIZE (rubygem/fog-sakuracloud-1.5.2.gem) = 20992 +SHA256 (rubygem/fog-sakuracloud-1.7.3.gem) = 549062596c8586852bc73926957699231da3832d523a36bd847690ac9ba16801 +SIZE (rubygem/fog-sakuracloud-1.7.3.gem) = 21504 From owner-svn-ports-head@freebsd.org Tue Dec 22 17:04:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2375A4E800; Tue, 22 Dec 2015 17:04: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 613EF127C; Tue, 22 Dec 2015 17:04: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 tBMH4b2J082939; Tue, 22 Dec 2015 17:04:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMH4bkh082937; Tue, 22 Dec 2015 17:04:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512221704.tBMH4bkh082937@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Dec 2015 17:04:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404254 - head/devel/p5-CPAN-Perl-Releases X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 17:04:38 -0000 Author: sunpoet Date: Tue Dec 22 17:04:37 2015 New Revision: 404254 URL: https://svnweb.freebsd.org/changeset/ports/404254 Log: - Update to 2.54 - Add LICENSE_FILE Changes: http://search.cpan.org/dist/CPAN-Perl-Releases/Changes Modified: head/devel/p5-CPAN-Perl-Releases/Makefile head/devel/p5-CPAN-Perl-Releases/distinfo Modified: head/devel/p5-CPAN-Perl-Releases/Makefile ============================================================================== --- head/devel/p5-CPAN-Perl-Releases/Makefile Tue Dec 22 17:04:32 2015 (r404253) +++ head/devel/p5-CPAN-Perl-Releases/Makefile Tue Dec 22 17:04:37 2015 (r404254) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CPAN-Perl-Releases -PORTVERSION= 2.50 +PORTVERSION= 2.54 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,6 +12,7 @@ COMMENT= Map Perl releases to the locati LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes USES= perl5 Modified: head/devel/p5-CPAN-Perl-Releases/distinfo ============================================================================== --- head/devel/p5-CPAN-Perl-Releases/distinfo Tue Dec 22 17:04:32 2015 (r404253) +++ head/devel/p5-CPAN-Perl-Releases/distinfo Tue Dec 22 17:04:37 2015 (r404254) @@ -1,2 +1,2 @@ -SHA256 (CPAN-Perl-Releases-2.50.tar.gz) = 6f2d146345f47e1a185b6d3deb020a199ce5d9e0d0be60e028275f69ce454a27 -SIZE (CPAN-Perl-Releases-2.50.tar.gz) = 24978 +SHA256 (CPAN-Perl-Releases-2.54.tar.gz) = f3e0060af2f280ac445523e79297db14078ad7aab071dba49128b01b37154234 +SIZE (CPAN-Perl-Releases-2.54.tar.gz) = 24697 From owner-svn-ports-head@freebsd.org Tue Dec 22 17:04:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C0C4A4E82C; Tue, 22 Dec 2015 17:04: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 58AF612EC; Tue, 22 Dec 2015 17:04: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 tBMH4gJ4083057; Tue, 22 Dec 2015 17:04:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMH4gs4083055; Tue, 22 Dec 2015 17:04:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512221704.tBMH4gs4083055@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Dec 2015 17:04:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404255 - head/devel/p5-Module-CoreList X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 17:04:43 -0000 Author: sunpoet Date: Tue Dec 22 17:04:42 2015 New Revision: 404255 URL: https://svnweb.freebsd.org/changeset/ports/404255 Log: - Update to 5.20151220 Changes: http://search.cpan.org/dist/Module-CoreList/Changes Modified: head/devel/p5-Module-CoreList/Makefile head/devel/p5-Module-CoreList/distinfo Modified: head/devel/p5-Module-CoreList/Makefile ============================================================================== --- head/devel/p5-Module-CoreList/Makefile Tue Dec 22 17:04:37 2015 (r404254) +++ head/devel/p5-Module-CoreList/Makefile Tue Dec 22 17:04:42 2015 (r404255) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Module-CoreList -PORTVERSION= 5.20151120 +PORTVERSION= 5.20151220 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Module-CoreList/distinfo ============================================================================== --- head/devel/p5-Module-CoreList/distinfo Tue Dec 22 17:04:37 2015 (r404254) +++ head/devel/p5-Module-CoreList/distinfo Tue Dec 22 17:04:42 2015 (r404255) @@ -1,2 +1,2 @@ -SHA256 (Module-CoreList-5.20151120.tar.gz) = 28de64fb0d9d439a141fa7f01b98490d1a1641e93d4c2e7113ae20e06a1f7edd -SIZE (Module-CoreList-5.20151120.tar.gz) = 86472 +SHA256 (Module-CoreList-5.20151220.tar.gz) = 833f9bed569a7b5988d70cf6e9a02fe533c8a35b9616d3ee657a50e948863ced +SIZE (Module-CoreList-5.20151220.tar.gz) = 86877 From owner-svn-ports-head@freebsd.org Tue Dec 22 17:04:48 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C841A4E84A; Tue, 22 Dec 2015 17:04:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D25D13B8; Tue, 22 Dec 2015 17:04: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 tBMH4lbi083173; Tue, 22 Dec 2015 17:04:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMH4ldn083171; Tue, 22 Dec 2015 17:04:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512221704.tBMH4ldn083171@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Dec 2015 17:04:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404256 - head/devel/p5-Test-Exception X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 17:04:48 -0000 Author: sunpoet Date: Tue Dec 22 17:04:47 2015 New Revision: 404256 URL: https://svnweb.freebsd.org/changeset/ports/404256 Log: - Update to 0.41 Changes: http://search.cpan.org/dist/Test-Exception/Changes Modified: head/devel/p5-Test-Exception/Makefile head/devel/p5-Test-Exception/distinfo Modified: head/devel/p5-Test-Exception/Makefile ============================================================================== --- head/devel/p5-Test-Exception/Makefile Tue Dec 22 17:04:42 2015 (r404255) +++ head/devel/p5-Test-Exception/Makefile Tue Dec 22 17:04:47 2015 (r404256) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Exception -PORTVERSION= 0.40 +PORTVERSION= 0.41 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Test-Exception/distinfo ============================================================================== --- head/devel/p5-Test-Exception/distinfo Tue Dec 22 17:04:42 2015 (r404255) +++ head/devel/p5-Test-Exception/distinfo Tue Dec 22 17:04:47 2015 (r404256) @@ -1,2 +1,2 @@ -SHA256 (Test-Exception-0.40.tar.gz) = d92ccb566d93140abc93b07ec4c13e9b14c8f8f7d7858a2ab575d83b3bb51b26 -SIZE (Test-Exception-0.40.tar.gz) = 14801 +SHA256 (Test-Exception-0.41.tar.gz) = 30ce34dcb9ed8be81c5917d1b35006fee6141bb085d6bbd973235358d9995b8e +SIZE (Test-Exception-0.41.tar.gz) = 15363 From owner-svn-ports-head@freebsd.org Tue Dec 22 17:04:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F18EA4E871; Tue, 22 Dec 2015 17:04: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 40F9614C1; Tue, 22 Dec 2015 17:04: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 tBMH4q7K083288; Tue, 22 Dec 2015 17:04:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMH4qjt083286; Tue, 22 Dec 2015 17:04:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512221704.tBMH4qjt083286@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Dec 2015 17:04:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404257 - head/www/p5-CGI X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 17:04:53 -0000 Author: sunpoet Date: Tue Dec 22 17:04:52 2015 New Revision: 404257 URL: https://svnweb.freebsd.org/changeset/ports/404257 Log: - Update to 4.25 Changes: http://search.cpan.org/dist/CGI/Changes Modified: head/www/p5-CGI/Makefile head/www/p5-CGI/distinfo Modified: head/www/p5-CGI/Makefile ============================================================================== --- head/www/p5-CGI/Makefile Tue Dec 22 17:04:47 2015 (r404256) +++ head/www/p5-CGI/Makefile Tue Dec 22 17:04:52 2015 (r404257) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CGI -PORTVERSION= 4.22 +PORTVERSION= 4.25 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:LEEJO Modified: head/www/p5-CGI/distinfo ============================================================================== --- head/www/p5-CGI/distinfo Tue Dec 22 17:04:47 2015 (r404256) +++ head/www/p5-CGI/distinfo Tue Dec 22 17:04:52 2015 (r404257) @@ -1,2 +1,2 @@ -SHA256 (CGI-4.22.tar.gz) = 8cd695f032b630fc4b5cf6c0a39912ff30cae0f7da03d01965ca2ac28b4dcca8 -SIZE (CGI-4.22.tar.gz) = 194314 +SHA256 (CGI-4.25.tar.gz) = efb3e5235ada6a91f97ca2905399a686bedea60f6b525e52f4a147baff4f131a +SIZE (CGI-4.25.tar.gz) = 194815 From owner-svn-ports-head@freebsd.org Tue Dec 22 17:11:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2661A4EC03; Tue, 22 Dec 2015 17:11: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 95E211C3F; Tue, 22 Dec 2015 17:11: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 tBMHBeKv085644; Tue, 22 Dec 2015 17:11:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMHBeJd085640; Tue, 22 Dec 2015 17:11:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512221711.tBMHBeJd085640@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Dec 2015 17:11:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404258 - in head/archivers: . snzip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 17:11:42 -0000 Author: sunpoet Date: Tue Dec 22 17:11:40 2015 New Revision: 404258 URL: https://svnweb.freebsd.org/changeset/ports/404258 Log: - Add snzip 1.0.2 - While I'm here: - Add LICENSE_FILE - Add OPTIONS_DEFINE Snzip is one of command line tools using snappy. This supports five types of file formats: framing-format, old framing-format, SNZ format, snappy-java format and snappy-in-java format. The default format is framing-format. WWW: https://github.com/kubo/snzip PR: 205511 Submitted by: Added: head/archivers/snzip/ head/archivers/snzip/Makefile (contents, props changed) head/archivers/snzip/distinfo (contents, props changed) head/archivers/snzip/pkg-descr (contents, props changed) Modified: head/archivers/Makefile Modified: head/archivers/Makefile ============================================================================== --- head/archivers/Makefile Tue Dec 22 17:04:52 2015 (r404257) +++ head/archivers/Makefile Tue Dec 22 17:11:40 2015 (r404258) @@ -189,6 +189,7 @@ SUBDIR += sharutils SUBDIR += snappy SUBDIR += snappy-java + SUBDIR += snzip SUBDIR += squeeze SUBDIR += squsq SUBDIR += stuffit Added: head/archivers/snzip/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/snzip/Makefile Tue Dec 22 17:11:40 2015 (r404258) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= snzip +PORTVERSION= 1.0.2 +CATEGORIES= archivers + +MAINTAINER= mizhka@gmail.com +COMMENT= Compression/decompression tool based on snappy library + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libsnappy.so:${PORTSDIR}/archivers/snappy + +OPTIONS_DEFINE= DOCS + +USE_GITHUB= yes +GH_ACCOUNT= kubo + +USES= autoreconf +CONFIGURE_ARGS= --with-snappy=${LOCALBASE} +GNU_CONFIGURE= yes + +PLIST_FILES= bin/snzip +PORTDOCS= * + +.include Added: head/archivers/snzip/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/snzip/distinfo Tue Dec 22 17:11:40 2015 (r404258) @@ -0,0 +1,2 @@ +SHA256 (kubo-snzip-1.0.2_GH0.tar.gz) = ec2763e15ca42455a32a53c8eefb92d7a4b8ea2f518a6e04c0f11f86c4924847 +SIZE (kubo-snzip-1.0.2_GH0.tar.gz) = 1754963 Added: head/archivers/snzip/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/snzip/pkg-descr Tue Dec 22 17:11:40 2015 (r404258) @@ -0,0 +1,10 @@ +Snzip is one of command line tools using snappy. This supports five types of +file formats: + framing-format, + old framing-format, + SNZ format, + snappy-java format + and snappy-in-java format. +The default format is framing-format. + +WWW: https://github.com/kubo/snzip From owner-svn-ports-head@freebsd.org Tue Dec 22 17:33:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8010A4F261; Tue, 22 Dec 2015 17:33:06 +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 66DEB1A58; Tue, 22 Dec 2015 17:33:06 +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 tBMHX5PT092181; Tue, 22 Dec 2015 17:33:05 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMHX5aD092175; Tue, 22 Dec 2015 17:33:05 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201512221733.tBMHX5aD092175@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Tue, 22 Dec 2015 17:33:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404259 - in head/mail/rspamd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 17:33:06 -0000 Author: vsevolod Date: Tue Dec 22 17:33:04 2015 New Revision: 404259 URL: https://svnweb.freebsd.org/changeset/ports/404259 Log: - Update to 1.0.11 - Add newsyslog entry creation [1] - Add hiredis option (enabled by default) [2] PR: 205456 [1] Submitted by: Alexander Moisseev [1], Alexandre Perrin via IRC [2] Added: head/mail/rspamd/files/pkg-message.in (contents, props changed) head/mail/rspamd/files/rspamd.newsyslog.conf.sample.in (contents, props changed) Modified: head/mail/rspamd/Makefile head/mail/rspamd/distinfo head/mail/rspamd/pkg-plist Modified: head/mail/rspamd/Makefile ============================================================================== --- head/mail/rspamd/Makefile Tue Dec 22 17:11:40 2015 (r404258) +++ head/mail/rspamd/Makefile Tue Dec 22 17:33:04 2015 (r404259) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= rspamd -PORTVERSION= 1.0.10 -PORTREVISION= 1 +PORTVERSION= 1.0.11 CATEGORIES= mail MASTER_SITES= http://rspamd.com/downloads/ @@ -14,17 +13,19 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ libgmime-2.4.so:${PORTSDIR}/mail/gmime24 \ libevent.so:${PORTSDIR}/devel/libevent2 \ - libluajit-5.1.so:${PORTSDIR}/lang/luajit \ - libhiredis.so:${PORTSDIR}/databases/hiredis + libluajit-5.1.so:${PORTSDIR}/lang/luajit CONFLICTS_INSTALL= rspamd -OPTIONS_DEFINE= GPERF REDIRECTOR -GPERF_DESC= google perf-tools profiling +OPTIONS_DEFINE= GPERF REDIRECTOR HIREDIS +GPERF_DESC= Google perf-tools profiling REDIRECTOR_DESC= Install HTTP redirector +HIREDIS_DESC= Redis support through hiredis +OPTIONS_DEFAULT= HIREDIS USE_RC_SUBR= rspamd +SUB_FILES= pkg-message rspamd.newsyslog.conf.sample PLIST_SUB+= ETCDIR=etc/rspamd \ RSPAMDVERSION=${PORTVERSION} CMAKE_ARGS+= -DCONFDIR=${PREFIX}/etc/rspamd \ @@ -75,14 +76,25 @@ USE_SQLITE= yes PLIST_SUB+= REDIRECTOR="@comment " .endif +.if ${PORT_OPTIONS:MHIREDIS} + LIB_DEPENDS+= libhiredis.so:${PORTSDIR}/databases/hiredis +.else + CMAKE_ARGS+= -DENABLE_HIREDIS=OFF +.endif + post-stage: ${INSTALL} -d \ ${STAGEDIR}/var/log/rspamd \ ${STAGEDIR}/var/db/rspamd \ ${STAGEDIR}/var/run/rspamd - # Linux specific - ${RM} ${STAGEDIR}/${ETCDIR}/rspamd.systemd.conf - # No need, since rspamd.conf.sample is a same - ${RM} ${STAGEDIR}/${ETCDIR}/rspamd.sysvinit.conf + # Linux specific + ${RM} ${STAGEDIR}/${ETCDIR}/rspamd.systemd.conf + # No need, since rspamd.conf.sample is a same + ${RM} ${STAGEDIR}/${ETCDIR}/rspamd.sysvinit.conf + ${INSTALL_DATA} ${WRKDIR}/rspamd.newsyslog.conf.sample ${STAGEDIR}${ETCDIR} + +post-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d + ${LN} -s ${ETCDIR}/rspamd.newsyslog.conf ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d .include Modified: head/mail/rspamd/distinfo ============================================================================== --- head/mail/rspamd/distinfo Tue Dec 22 17:11:40 2015 (r404258) +++ head/mail/rspamd/distinfo Tue Dec 22 17:33:04 2015 (r404259) @@ -1,2 +1,2 @@ -SHA256 (rspamd-1.0.10.tar.xz) = da8b3404ddd46e1a20fc629dfb681d28cee680160821f34d58336d733552bd38 -SIZE (rspamd-1.0.10.tar.xz) = 1176584 +SHA256 (rspamd-1.0.11.tar.xz) = b914c77c30dcab863f6c685b4a83a1662ee1b4503654fbf3ee3ae2fbca1ed928 +SIZE (rspamd-1.0.11.tar.xz) = 1176160 Added: head/mail/rspamd/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/rspamd/files/pkg-message.in Tue Dec 22 17:33:04 2015 (r404259) @@ -0,0 +1,10 @@ +====================================================================== + - Add the following line to /etc/rc.conf to enable rspamd: + + rspamd_enable="YES" + + - A symbolic link to %%ETCDIR%%/rspamd.newsyslog.conf + has been created in the /usr/local/etc/newsyslog.conf.d directory. + You can edit %%ETCDIR%%/rspamd.newsyslog.conf + to change log file rotation configuration. +====================================================================== Added: head/mail/rspamd/files/rspamd.newsyslog.conf.sample.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/rspamd/files/rspamd.newsyslog.conf.sample.in Tue Dec 22 17:33:04 2015 (r404259) @@ -0,0 +1,11 @@ +# newsyslog configuration file for rspamd(8) +# +# Link (or copy) rspamd.newsyslog.conf to /usr/local/etc/newsyslog.conf.d/ +# to take care of log rotation. +# +# ln -s /usr/local/etc/rspamd/rspamd.newsyslog.conf /usr/local/etc/newsyslog.conf.d +# +# See newsyslog.conf(5) for details. +# +# logfilename [owner:group] mode count size when flags [/pid_file] [sig_num] +/var/log/rspamd/rspamd.log nobody:nobody 644 7 * @T00 JC /var/run/rspamd/rspamd.pid 30 Modified: head/mail/rspamd/pkg-plist ============================================================================== --- head/mail/rspamd/pkg-plist Tue Dec 22 17:11:40 2015 (r404258) +++ head/mail/rspamd/pkg-plist Tue Dec 22 17:33:04 2015 (r404259) @@ -36,6 +36,8 @@ bin/rspamc @sample %%ETCDIR%%/surbl-whitelist.inc.sample @sample %%ETCDIR%%/worker-controller.inc.sample @sample %%ETCDIR%%/worker-normal.inc.sample +@sample %%ETCDIR%%/rspamd.newsyslog.conf.sample +/usr/local/etc/newsyslog.conf.d/rspamd.newsyslog.conf lib/rspamd/librspamd-actrie.so %%DATADIR%%/effective_tld_names.dat %%DATADIR%%/lua/dmarc.lua From owner-svn-ports-head@freebsd.org Tue Dec 22 17:43:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2ADBA4F64B; Tue, 22 Dec 2015 17:43:38 +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 7D7401F00; Tue, 22 Dec 2015 17:43:38 +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 tBMHhbs2095079; Tue, 22 Dec 2015 17:43:37 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMHhbJC095077; Tue, 22 Dec 2015 17:43:37 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201512221743.tBMHhbJC095077@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 22 Dec 2015 17:43:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404260 - head/devel/p5-EV X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 17:43:38 -0000 Author: adamw Date: Tue Dec 22 17:43:37 2015 New Revision: 404260 URL: https://svnweb.freebsd.org/changeset/ports/404260 Log: Update to 4.22. Changes: https://metacpan.org/changes/distribution/EV PR: 205474 Approved by: Vladimir Timofeev (maintainer) Modified: head/devel/p5-EV/Makefile head/devel/p5-EV/distinfo Modified: head/devel/p5-EV/Makefile ============================================================================== --- head/devel/p5-EV/Makefile Tue Dec 22 17:33:04 2015 (r404259) +++ head/devel/p5-EV/Makefile Tue Dec 22 17:43:37 2015 (r404260) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= EV -PORTVERSION= 4.21 +PORTVERSION= 4.22 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN Modified: head/devel/p5-EV/distinfo ============================================================================== --- head/devel/p5-EV/distinfo Tue Dec 22 17:33:04 2015 (r404259) +++ head/devel/p5-EV/distinfo Tue Dec 22 17:43:37 2015 (r404260) @@ -1,2 +1,2 @@ -SHA256 (EV-4.21.tar.gz) = 48ddccedbd0b8b44894df04db92f0d1148e4bcf8a219847125e70263552a2185 -SIZE (EV-4.21.tar.gz) = 191880 +SHA256 (EV-4.22.tar.gz) = 2ae7f8734e2e4945510252152c3bea4be35f4aa58aad3db0504c38844b08a991 +SIZE (EV-4.22.tar.gz) = 193418 From owner-svn-ports-head@freebsd.org Tue Dec 22 18:58:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 935F4A4FB70; Tue, 22 Dec 2015 18:58: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 62418128D; Tue, 22 Dec 2015 18:58: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 tBMIwrH2015553; Tue, 22 Dec 2015 18:58:53 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMIwrfx015552; Tue, 22 Dec 2015 18:58:53 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512221858.tBMIwrfx015552@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 22 Dec 2015 18:58:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404261 - head/sysutils/cfengine22 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 18:58:54 -0000 Author: amdmi3 Date: Tue Dec 22 18:58:53 2015 New Revision: 404261 URL: https://svnweb.freebsd.org/changeset/ports/404261 Log: - Drop @dirrm* from plist Approved by: portmgr blanket Modified: head/sysutils/cfengine22/pkg-plist Modified: head/sysutils/cfengine22/pkg-plist ============================================================================== --- head/sysutils/cfengine22/pkg-plist Tue Dec 22 17:43:37 2015 (r404260) +++ head/sysutils/cfengine22/pkg-plist Tue Dec 22 18:58:53 2015 (r404261) @@ -53,5 +53,3 @@ man/man8/cfshow.8.gz %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%@dir %%DOCSDIR%%/html -%%PORTDOCS%%@dir %%DOCSDIR%% -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% From owner-svn-ports-head@freebsd.org Tue Dec 22 18:59:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03FF0A4FB9C; Tue, 22 Dec 2015 18:59: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 C8703135A; Tue, 22 Dec 2015 18:59: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 tBMIx5Sp015648; Tue, 22 Dec 2015 18:59:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMIx5oo015647; Tue, 22 Dec 2015 18:59:05 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512221859.tBMIx5oo015647@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 22 Dec 2015 18:59:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404262 - head/sysutils/cfengine32 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 18:59:07 -0000 Author: amdmi3 Date: Tue Dec 22 18:59:05 2015 New Revision: 404262 URL: https://svnweb.freebsd.org/changeset/ports/404262 Log: - Drop @dirrm* from plist Approved by: portmgr blanket Modified: head/sysutils/cfengine32/pkg-plist Modified: head/sysutils/cfengine32/pkg-plist ============================================================================== --- head/sysutils/cfengine32/pkg-plist Tue Dec 22 18:58:53 2015 (r404261) +++ head/sysutils/cfengine32/pkg-plist Tue Dec 22 18:59:05 2015 (r404262) @@ -258,8 +258,3 @@ share/cfengine/masterfiles/promises.cf %%DOCSDIR%%/examples/win_registry.cf %%DOCSDIR%%/examples/win_schedule.cf %%DOCSDIR%%/examples/win_services.cf -@dirrm %%DOCSDIR%%/examples -@dirrm %%DOCSDIR%%/example_config -@dirrm %%DOCSDIR%% -@dirrm share/cfengine/masterfiles -@dirrm share/cfengine From owner-svn-ports-head@freebsd.org Tue Dec 22 20:04:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E056A4E313; Tue, 22 Dec 2015 20:04:51 +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 5CFA21D8E; Tue, 22 Dec 2015 20:04:51 +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 tBMK4o6M036015; Tue, 22 Dec 2015 20:04:50 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMK4oqO036013; Tue, 22 Dec 2015 20:04:50 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201512222004.tBMK4oqO036013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Tue, 22 Dec 2015 20:04:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404265 - head/graphics/ImageMagick X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 20:04:51 -0000 Author: kwm Date: Tue Dec 22 20:04:50 2015 New Revision: 404265 URL: https://svnweb.freebsd.org/changeset/ports/404265 Log: Update ImageMagick to 6.9.2-10. Modified: head/graphics/ImageMagick/Makefile head/graphics/ImageMagick/distinfo Modified: head/graphics/ImageMagick/Makefile ============================================================================== --- head/graphics/ImageMagick/Makefile Tue Dec 22 19:17:17 2015 (r404264) +++ head/graphics/ImageMagick/Makefile Tue Dec 22 20:04:50 2015 (r404265) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ImageMagick -DISTVERSION= 6.9.2-8 -PORTREVISION= 1 +DISTVERSION= 6.9.2-10 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ Modified: head/graphics/ImageMagick/distinfo ============================================================================== --- head/graphics/ImageMagick/distinfo Tue Dec 22 19:17:17 2015 (r404264) +++ head/graphics/ImageMagick/distinfo Tue Dec 22 20:04:50 2015 (r404265) @@ -1,2 +1,2 @@ -SHA256 (ImageMagick-6.9.2-8.tar.xz) = f2c6de7b73b7c207911909d7ca26b18fb4f40c1ea654a251e7ed4c886b6ad92d -SIZE (ImageMagick-6.9.2-8.tar.xz) = 8844076 +SHA256 (ImageMagick-6.9.2-10.tar.xz) = da2f6fba43d69f20ddb11783f13f77782b0b57783dde9cda39c9e5e733c2013c +SIZE (ImageMagick-6.9.2-10.tar.xz) = 8755528 From owner-svn-ports-head@freebsd.org Tue Dec 22 20:26:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2EC9A4EB7F; Tue, 22 Dec 2015 20:26:54 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9BF201C26; Tue, 22 Dec 2015 20:26:54 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBMKQrBj042167; Tue, 22 Dec 2015 20:26:53 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMKQrcf042165; Tue, 22 Dec 2015 20:26:53 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201512222026.tBMKQrcf042165@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Tue, 22 Dec 2015 20:26:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404266 - head/sysutils/py-crontab X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 20:26:54 -0000 Author: skreuzer Date: Tue Dec 22 20:26:53 2015 New Revision: 404266 URL: https://svnweb.freebsd.org/changeset/ports/404266 Log: Update to version 1.9.5 Modified: head/sysutils/py-crontab/Makefile head/sysutils/py-crontab/distinfo Modified: head/sysutils/py-crontab/Makefile ============================================================================== --- head/sysutils/py-crontab/Makefile Tue Dec 22 20:04:50 2015 (r404265) +++ head/sysutils/py-crontab/Makefile Tue Dec 22 20:26:53 2015 (r404266) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= crontab -PORTVERSION= 1.9.3 +PORTVERSION= 1.9.5 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-crontab/distinfo ============================================================================== --- head/sysutils/py-crontab/distinfo Tue Dec 22 20:04:50 2015 (r404265) +++ head/sysutils/py-crontab/distinfo Tue Dec 22 20:26:53 2015 (r404266) @@ -1,2 +1,2 @@ -SHA256 (python-crontab-1.9.3.tar.gz) = d639116beccef488fee9778bb095096b5a4020fea2f3a82a1405535a625374f7 -SIZE (python-crontab-1.9.3.tar.gz) = 40479 +SHA256 (python-crontab-1.9.5.tar.gz) = 7c96916dcef835f02ab62b3f648285658700aa916ae663bf37952faf5eea9b2c +SIZE (python-crontab-1.9.5.tar.gz) = 31765 From owner-svn-ports-head@freebsd.org Tue Dec 22 21:21:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18714A4FFD2; Tue, 22 Dec 2015 21:21:53 +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 CDD641AE9; Tue, 22 Dec 2015 21:21:52 +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 tBMLLpV6057390; Tue, 22 Dec 2015 21:21:51 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMLLpRR057389; Tue, 22 Dec 2015 21:21:51 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512222121.tBMLLpRR057389@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 22 Dec 2015 21:21:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404267 - head/sysutils/cfengine33 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 21:21:53 -0000 Author: amdmi3 Date: Tue Dec 22 21:21:51 2015 New Revision: 404267 URL: https://svnweb.freebsd.org/changeset/ports/404267 Log: - Drop @dirrm* from plist Approved by: portmgr blanket Modified: head/sysutils/cfengine33/pkg-plist Modified: head/sysutils/cfengine33/pkg-plist ============================================================================== --- head/sysutils/cfengine33/pkg-plist Tue Dec 22 20:26:53 2015 (r404266) +++ head/sysutils/cfengine33/pkg-plist Tue Dec 22 21:21:51 2015 (r404267) @@ -264,16 +264,9 @@ share/cfengine/CoreBase/promises.cf %%DOCSDIR%%/examples/win_emergency.cf %%DOCSDIR%%/examples/win_registry.cf %%DOCSDIR%%/examples/win_schedule.cf -@dirrm %%DOCSDIR%%/examples -@dirrm %%DOCSDIR%%/example_config -@dirrm %%DOCSDIR%% -@dirrm share/cfengine/CoreBase -@dirrm share/cfengine -@dirrm libexec/cfengine @unexec rmdir "/var/cfengine/inputs" >/dev/null 2>&1 || : @unexec rmdir "/var/cfengine/masterfiles" >/dev/null 2>&1 || : @unexec rmdir "/var/cfengine/modules" >/dev/null 2>&1 || : @unexec rmdir "/var/cfengine/outputs" >/dev/null 2>&1 || : @unexec rmdir "/var/cfengine/ppkeys" >/dev/null 2>&1 || : @unexec rmdir "/var/cfengine" >/dev/null 2>&1 || : - From owner-svn-ports-head@freebsd.org Tue Dec 22 21:35:32 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0708A4F589; Tue, 22 Dec 2015 21:35:31 +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 C4101136D; Tue, 22 Dec 2015 21:35:31 +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 tBMLZUTS062490; Tue, 22 Dec 2015 21:35:30 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMLZUgT062487; Tue, 22 Dec 2015 21:35:30 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201512222135.tBMLZUgT062487@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Tue, 22 Dec 2015 21:35:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404268 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 21:35:32 -0000 Author: brooks Date: Tue Dec 22 21:35:30 2015 New Revision: 404268 URL: https://svnweb.freebsd.org/changeset/ports/404268 Log: change .a libraries to .so in llvm-config37 PR: 205103 Submitted by: kwm Obtained from: https://bugs.gentoo.org/show_bug.cgi?id=565358 Added: head/devel/llvm37/files/patch-tools_llvm-config_llvm-config.cpp (contents, props changed) Modified: head/devel/llvm37/Makefile head/devel/llvm37/files/patch-utils_llvm-build_llvmbuild_main.py Modified: head/devel/llvm37/Makefile ============================================================================== --- head/devel/llvm37/Makefile Tue Dec 22 21:21:51 2015 (r404267) +++ head/devel/llvm37/Makefile Tue Dec 22 21:35:30 2015 (r404268) @@ -2,7 +2,7 @@ PORTNAME= llvm DISTVERSION= 3.7.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel lang MASTER_SITES= http://llvm.org/${PRE_}releases/${LLVM_RELEASE}/${RCDIR} DISTNAME= ${PORTNAME}-${DISTVERSION}.src Added: head/devel/llvm37/files/patch-tools_llvm-config_llvm-config.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/llvm37/files/patch-tools_llvm-config_llvm-config.cpp Tue Dec 22 21:35:30 2015 (r404268) @@ -0,0 +1,14 @@ +--- tools/llvm-config/llvm-config.cpp.orig 2015-12-21 11:12:59.047349000 +0100 ++++ tools/llvm-config/llvm-config.cpp 2015-12-21 11:14:08.881815000 +0100 +@@ -360,8 +360,9 @@ int main(int argc, char **argv) { + OS << ActiveLibDir << '/' << Lib; + } else if (PrintLibs) { + // If this is a typical library name, include it using -l. +- if (Lib.startswith("lib") && Lib.endswith(".a")) { +- OS << "-l" << Lib.slice(3, Lib.size()-2); ++ if (Lib.startswith("lib") && Lib.endswith(LTDL_SHLIB_EXT)) { ++ // sizeof counts trailing NULL ++ OS << "-l" << Lib.slice(3, Lib.size()-sizeof(LTDL_SHLIB_EXT)+1); + continue; + } + Modified: head/devel/llvm37/files/patch-utils_llvm-build_llvmbuild_main.py ============================================================================== --- head/devel/llvm37/files/patch-utils_llvm-build_llvmbuild_main.py Tue Dec 22 21:21:51 2015 (r404267) +++ head/devel/llvm37/files/patch-utils_llvm-build_llvmbuild_main.py Tue Dec 22 21:35:30 2015 (r404268) @@ -1,6 +1,24 @@ ---- utils/llvm-build/llvmbuild/main.py.orig 2015-07-20 23:51:12 UTC -+++ utils/llvm-build/llvmbuild/main.py -@@ -718,7 +718,17 @@ def add_magic_target_components(parser, +--- utils/llvm-build/llvmbuild/main.py.orig 2014-11-19 04:34:20.000000000 +0100 ++++ utils/llvm-build/llvmbuild/main.py 2015-12-21 11:15:34.356019000 +0100 +@@ -393,6 +393,8 @@ subdirectories = %s + // + //===----------------------------------------------------------------------===// + ++#include "llvm/Config/config.h" ++ + """) + f.write('struct AvailableComponent {\n') + f.write(' /// The name of the component.\n') +@@ -413,7 +415,7 @@ subdirectories = %s + if library_name is None: + library_name_as_cstr = '0' + else: +- library_name_as_cstr = '"lib%s.a"' % library_name ++ library_name_as_cstr = '"lib%s" LTDL_SHLIB_EXT' % library_name + f.write(' { "%s", %s, %d, { %s } },\n' % ( + name, library_name_as_cstr, is_installed, + ', '.join('"%s"' % dep +@@ -718,7 +720,17 @@ def add_magic_target_components(parser, # We handle a few special cases of target names here for historical # reasons, as these are the names configure currently comes up with. From owner-svn-ports-head@freebsd.org Tue Dec 22 23:26:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48E62A4F98D; Tue, 22 Dec 2015 23:26:17 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1CF821630; Tue, 22 Dec 2015 23:26:17 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBMNQGr1095189; Tue, 22 Dec 2015 23:26:16 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMNQGgm095186; Tue, 22 Dec 2015 23:26:16 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201512222326.tBMNQGgm095186@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 22 Dec 2015 23:26:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404269 - head/math/armadillo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 23:26:17 -0000 Author: danilo Date: Tue Dec 22 23:26:15 2015 New Revision: 404269 URL: https://svnweb.freebsd.org/changeset/ports/404269 Log: - Update to 6.400.3 Modified: head/math/armadillo/Makefile head/math/armadillo/distinfo head/math/armadillo/pkg-plist Modified: head/math/armadillo/Makefile ============================================================================== --- head/math/armadillo/Makefile Tue Dec 22 21:35:30 2015 (r404268) +++ head/math/armadillo/Makefile Tue Dec 22 23:26:15 2015 (r404269) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= armadillo -PORTVERSION= 6.400.2 +PORTVERSION= 6.400.3 CATEGORIES= math MASTER_SITES= SF/arma Modified: head/math/armadillo/distinfo ============================================================================== --- head/math/armadillo/distinfo Tue Dec 22 21:35:30 2015 (r404268) +++ head/math/armadillo/distinfo Tue Dec 22 23:26:15 2015 (r404269) @@ -1,2 +1,2 @@ -SHA256 (armadillo-6.400.2.tar.gz) = 93d982f8a3ceeb75a4431506d7723780bbba14d10ede415fc8a68e92be62c426 -SIZE (armadillo-6.400.2.tar.gz) = 5453856 +SHA256 (armadillo-6.400.3.tar.gz) = 019ce442a1bcad4c5da0bc01ee35333c9a0783ec6a58237ae1e774da68cd4f2f +SIZE (armadillo-6.400.3.tar.gz) = 5453832 Modified: head/math/armadillo/pkg-plist ============================================================================== --- head/math/armadillo/pkg-plist Tue Dec 22 21:35:30 2015 (r404268) +++ head/math/armadillo/pkg-plist Tue Dec 22 23:26:15 2015 (r404269) @@ -439,7 +439,7 @@ include/armadillo_bits/xvec_htrans_bones include/armadillo_bits/xvec_htrans_meat.hpp lib/libarmadillo.so lib/libarmadillo.so.6 -lib/libarmadillo.so.6.400.2 +lib/libarmadillo.so.6.400.3 share/Armadillo/CMake/ArmadilloConfig.cmake share/Armadillo/CMake/ArmadilloConfigVersion.cmake share/Armadillo/CMake/ArmadilloLibraryDepends-release.cmake From owner-svn-ports-head@freebsd.org Wed Dec 23 00:22:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9685A50AF6; Wed, 23 Dec 2015 00:22:16 +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 66A8D1E56; Wed, 23 Dec 2015 00:22:16 +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 tBN0MFpT012262; Wed, 23 Dec 2015 00:22:15 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBN0MFIO012259; Wed, 23 Dec 2015 00:22:15 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201512230022.tBN0MFIO012259@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Wed, 23 Dec 2015 00:22:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404270 - in head/java/openjdk8: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 00:22:16 -0000 Author: jkim Date: Wed Dec 23 00:22:15 2015 New Revision: 404270 URL: https://svnweb.freebsd.org/changeset/ports/404270 Log: Implement ThreadMXBean.getThreadCpuTime(), etc. PR: 205523 Submitted by: will (via bsd-port-dev@openjdk.java.net) Added: head/java/openjdk8/files/patch-hotspot_src_os_bsd_vm_os__bsd.cpp (contents, props changed) head/java/openjdk8/files/patch-hotspot_src_os_bsd_vm_os__bsd.hpp (contents, props changed) Modified: head/java/openjdk8/Makefile Modified: head/java/openjdk8/Makefile ============================================================================== --- head/java/openjdk8/Makefile Tue Dec 22 23:26:15 2015 (r404269) +++ head/java/openjdk8/Makefile Wed Dec 23 00:22:15 2015 (r404270) @@ -2,6 +2,7 @@ PORTNAME= openjdk PORTVERSION= ${JDK_MAJOR_VERSION}.${JDK_UPDATE_VERSION}.${JDK_BUILD_NUMBER:S/^0//} +PORTREVISION= 1 CATEGORIES= java devel MASTER_SITES= http://download.java.net/openjdk/jdk${JDK_MAJOR_VERSION}/promoted/b${DIST_BUILD_NUMBER}/:jdk \ https://adopt-openjdk.ci.cloudbees.com/job/jtreg/${JTREG_JENKINS_BUILD}/artifact/:jtreg \ Added: head/java/openjdk8/files/patch-hotspot_src_os_bsd_vm_os__bsd.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/openjdk8/files/patch-hotspot_src_os_bsd_vm_os__bsd.cpp Wed Dec 23 00:22:15 2015 (r404270) @@ -0,0 +1,79 @@ +--- hotspot/src/os/bsd/vm/os_bsd.cpp.orig 2015-12-22 22:54:16 UTC ++++ hotspot/src/os/bsd/vm/os_bsd.cpp +@@ -151,6 +151,7 @@ mach_timebase_info_data_t os::Bsd::_time + volatile uint64_t os::Bsd::_max_abstime = 0; + #else + int (*os::Bsd::_clock_gettime)(clockid_t, struct timespec *) = NULL; ++int (*os::Bsd::_getcpuclockid)(pthread_t, clockid_t *) = NULL; + #endif + pthread_t os::Bsd::_main_thread; + int os::Bsd::_page_size = -1; +@@ -1058,6 +1059,7 @@ void os::Bsd::clock_init() { + // yes, monotonic clock is supported + _clock_gettime = ::clock_gettime; + } ++ _getcpuclockid = (int (*)(pthread_t, clockid_t *))dlsym(RTLD_DEFAULT, "pthread_getcpuclockid"); + } + #endif + +@@ -4248,6 +4250,8 @@ jlong os::current_thread_cpu_time() { + #ifdef __APPLE__ + return os::thread_cpu_time(Thread::current(), true /* user + sys */); + #else ++ if (Bsd::_getcpuclockid != NULL) ++ return os::thread_cpu_time(Thread::current(), true /* user + sys */); + Unimplemented(); + return 0; + #endif +@@ -4257,6 +4261,8 @@ jlong os::thread_cpu_time(Thread* thread + #ifdef __APPLE__ + return os::thread_cpu_time(thread, true /* user + sys */); + #else ++ if (Bsd::_getcpuclockid != NULL) ++ return os::thread_cpu_time(thread, true /* user + sys */); + Unimplemented(); + return 0; + #endif +@@ -4266,6 +4272,8 @@ jlong os::current_thread_cpu_time(bool u + #ifdef __APPLE__ + return os::thread_cpu_time(Thread::current(), user_sys_cpu_time); + #else ++ if (Bsd::_getcpuclockid != NULL) ++ return os::thread_cpu_time(Thread::current(), user_sys_cpu_time); + Unimplemented(); + return 0; + #endif +@@ -4292,6 +4300,24 @@ jlong os::thread_cpu_time(Thread *thread + return ((jlong)tinfo.user_time.seconds * 1000000000) + ((jlong)tinfo.user_time.microseconds * (jlong)1000); + } + #else ++ if (Bsd::_getcpuclockid != NULL) { ++ struct timespec tp; ++ clockid_t clockid; ++ int ret; ++ ++ /* ++ * XXX This is essentially a copy of the Linux implementation, ++ * but with fewer indirections. ++ */ ++ ret = Bsd::_getcpuclockid(thread->osthread()->pthread_id(), &clockid); ++ if (ret != 0) ++ return -1; ++ /* NB: _clock_gettime only needs to be valid for CLOCK_MONOTONIC. */ ++ ret = ::clock_gettime(clockid, &tp); ++ if (ret != 0) ++ return -1; ++ return (tp.tv_sec * NANOSECS_PER_SEC) + tp.tv_nsec; ++ } + Unimplemented(); + return 0; + #endif +@@ -4316,7 +4342,7 @@ bool os::is_thread_cpu_time_supported() + #ifdef __APPLE__ + return true; + #else +- return false; ++ return (Bsd::_getcpuclockid != NULL); + #endif + } + Added: head/java/openjdk8/files/patch-hotspot_src_os_bsd_vm_os__bsd.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/openjdk8/files/patch-hotspot_src_os_bsd_vm_os__bsd.hpp Wed Dec 23 00:22:15 2015 (r404270) @@ -0,0 +1,10 @@ +--- hotspot/src/os/bsd/vm/os_bsd.hpp.orig 2015-12-22 22:53:56 UTC ++++ hotspot/src/os/bsd/vm/os_bsd.hpp +@@ -64,6 +64,7 @@ class Bsd { + static volatile uint64_t _max_abstime; + #else + static int (*_clock_gettime)(clockid_t, struct timespec *); ++ static int (*_getcpuclockid)(pthread_t, clockid_t *); + #endif + + static GrowableArray* _cpu_to_node; From owner-svn-ports-head@freebsd.org Wed Dec 23 00:22:32 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D495BA50B23; Wed, 23 Dec 2015 00:22:32 +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 896021021; Wed, 23 Dec 2015 00:22:32 +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 tBN0MV2c012395; Wed, 23 Dec 2015 00:22:31 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBN0MV84012393; Wed, 23 Dec 2015 00:22:31 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201512230022.tBN0MV84012393@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Wed, 23 Dec 2015 00:22:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404271 - head/security/keepassx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 00:22:32 -0000 Author: junovitch Date: Wed Dec 23 00:22:31 2015 New Revision: 404271 URL: https://svnweb.freebsd.org/changeset/ports/404271 Log: security/keepassx: update 0.4.3 -> 0.4.4 - Update MASTER_SITES. Upstream no longer uses SVN or SourceForge infrastructure. See http://sourceforge.net/p/keepassx/code/387/ - USES: Add desktop-file-utils PR: 205105 Approved by: maintainer timeout (2 weeks) Security: CVE-2015-8378 Security: https://vuxml.FreeBSD.org/freebsd/918a5d1f-9d40-11e5-8f5c-002590263bf5.html MFH: 2015Q4 Modified: head/security/keepassx/Makefile head/security/keepassx/distinfo Modified: head/security/keepassx/Makefile ============================================================================== --- head/security/keepassx/Makefile Wed Dec 23 00:22:15 2015 (r404270) +++ head/security/keepassx/Makefile Wed Dec 23 00:22:31 2015 (r404271) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= KeePassX -PORTVERSION= 0.4.3 -PORTREVISION= 1 +PORTVERSION= 0.4.4 CATEGORIES= security -MASTER_SITES= SF/${PORTNAME:tl}/KeePassX/${PORTVERSION}/ +MASTER_SITES= https://www.keepassx.org/releases/${PORTVERSION}/ \ + http://www.keepassx.org/releases/${PORTVERSION}/ DISTNAME= ${PORTNAME:tl}-${PORTVERSION} MAINTAINER= swills@FreeBSD.org @@ -14,7 +14,7 @@ COMMENT= Cross Platform Password Manager DATADIR= ${PREFIX}/share/${PORTNAME:tl} WRKSRC= ${WRKDIR}/${PORTNAME:tl}-${PORTVERSION} -USES= qmake shared-mime-info +USES= desktop-file-utils qmake shared-mime-info USE_QT4= moc_build uic_build qt3support_build rcc_build \ corelib gui xml USE_XORG= xt inputproto xtst xrender xrandr xfixes xcursor\ Modified: head/security/keepassx/distinfo ============================================================================== --- head/security/keepassx/distinfo Wed Dec 23 00:22:15 2015 (r404270) +++ head/security/keepassx/distinfo Wed Dec 23 00:22:31 2015 (r404271) @@ -1,2 +1,2 @@ -SHA256 (keepassx-0.4.3.tar.gz) = cd901a0611ce57e62cf6df7eeeb1b690b5232302bdad8626994eb54adcfa1e85 -SIZE (keepassx-0.4.3.tar.gz) = 1368766 +SHA256 (keepassx-0.4.4.tar.gz) = 3e27068ca85e68705347f0921c6b3c9248d7c5a84c79c0483daf22d141c0adc4 +SIZE (keepassx-0.4.4.tar.gz) = 1371560 From owner-svn-ports-head@freebsd.org Wed Dec 23 00:40:34 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B384A50FDD; Wed, 23 Dec 2015 00:40:34 +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 ED0C7188F; Wed, 23 Dec 2015 00:40:33 +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 tBN0eXkX015736; Wed, 23 Dec 2015 00:40:33 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBN0eXiG015735; Wed, 23 Dec 2015 00:40:33 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201512230040.tBN0eXiG015735@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Wed, 23 Dec 2015 00:40:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404272 - head/security/keepass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 00:40:34 -0000 Author: junovitch Date: Wed Dec 23 00:40:32 2015 New Revision: 404272 URL: https://svnweb.freebsd.org/changeset/ports/404272 Log: security/keepass: fix XSEL option dependency - Switch x11/xsel -> x11/xsel-conrad. This resolves a run time issue when copying passwords to the clipboard. PR: 204397 Reported by: Alex Zhukov Submitted by: Ben Woods (maintainer) MFH: 2015Q4 Modified: head/security/keepass/Makefile Modified: head/security/keepass/Makefile ============================================================================== --- head/security/keepass/Makefile Wed Dec 23 00:22:31 2015 (r404271) +++ head/security/keepass/Makefile Wed Dec 23 00:40:32 2015 (r404272) @@ -3,6 +3,7 @@ PORTNAME= keepass PORTVERSION= 2.30 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/KeePass%202.x/${PORTVERSION} DISTNAME= KeePass-${PORTVERSION}-Source @@ -39,7 +40,7 @@ XSEL_DESC= Use the xsel utility for clip OPTIONS_DEFAULT= XDOTOOL XSEL XDOTOOL_RUN_DEPENDS= xdotool:${PORTSDIR}/x11/xdotool -XSEL_RUN_DEPENDS= xsel:${PORTSDIR}/x11/xsel +XSEL_RUN_DEPENDS= xsel:${PORTSDIR}/x11/xsel-conrad do-build: # Extract icons From owner-svn-ports-head@freebsd.org Wed Dec 23 00:47:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F2EBA4E24B; Wed, 23 Dec 2015 00:47:13 +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 55A1A1C4D; Wed, 23 Dec 2015 00:47:13 +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 tBN0lCF9018611; Wed, 23 Dec 2015 00:47:12 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBN0lCxh018610; Wed, 23 Dec 2015 00:47:12 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201512230047.tBN0lCxh018610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Wed, 23 Dec 2015 00:47:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404273 - head/java/openjdk8/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 00:47:13 -0000 Author: jkim Date: Wed Dec 23 00:47:12 2015 New Revision: 404273 URL: https://svnweb.freebsd.org/changeset/ports/404273 Log: Fix the previous commit. We do not support getThreadUserTime(). PR: 205523 Modified: head/java/openjdk8/files/patch-hotspot_src_os_bsd_vm_os__bsd.cpp Modified: head/java/openjdk8/files/patch-hotspot_src_os_bsd_vm_os__bsd.cpp ============================================================================== --- head/java/openjdk8/files/patch-hotspot_src_os_bsd_vm_os__bsd.cpp Wed Dec 23 00:40:32 2015 (r404272) +++ head/java/openjdk8/files/patch-hotspot_src_os_bsd_vm_os__bsd.cpp Wed Dec 23 00:47:12 2015 (r404273) @@ -47,7 +47,7 @@ return ((jlong)tinfo.user_time.seconds * 1000000000) + ((jlong)tinfo.user_time.microseconds * (jlong)1000); } #else -+ if (Bsd::_getcpuclockid != NULL) { ++ if (user_sys_cpu_time && Bsd::_getcpuclockid != NULL) { + struct timespec tp; + clockid_t clockid; + int ret; From owner-svn-ports-head@freebsd.org Wed Dec 23 00:57:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19014A4E5F5; Wed, 23 Dec 2015 00:57:40 +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 E14781FC4; Wed, 23 Dec 2015 00:57:39 +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 tBN0vdqY021622; Wed, 23 Dec 2015 00:57:39 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBN0vcvA021620; Wed, 23 Dec 2015 00:57:38 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201512230057.tBN0vcvA021620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Wed, 23 Dec 2015 00:57:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404274 - head/devel/lpc21isp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 00:57:40 -0000 Author: junovitch Date: Wed Dec 23 00:57:38 2015 New Revision: 404274 URL: https://svnweb.freebsd.org/changeset/ports/404274 Log: devel/lpc21isp: update 1.85 -> 1.97 Modified: head/devel/lpc21isp/Makefile head/devel/lpc21isp/distinfo Modified: head/devel/lpc21isp/Makefile ============================================================================== --- head/devel/lpc21isp/Makefile Wed Dec 23 00:47:12 2015 (r404273) +++ head/devel/lpc21isp/Makefile Wed Dec 23 00:57:38 2015 (r404274) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lpc21isp -PORTVERSION= 1.85 +PORTVERSION= 1.97 CATEGORIES= devel MASTER_SITES= SF DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//} @@ -13,7 +13,6 @@ COMMENT= ISP programmer tool for flashin LICENSE= LGPL3 # (or later) USES= gmake -NO_WRKSUBDIR= yes PLIST_FILES= bin/lpc21isp Modified: head/devel/lpc21isp/distinfo ============================================================================== --- head/devel/lpc21isp/distinfo Wed Dec 23 00:47:12 2015 (r404273) +++ head/devel/lpc21isp/distinfo Wed Dec 23 00:57:38 2015 (r404274) @@ -1,2 +1,2 @@ -SHA256 (lpc21isp_185.tar.gz) = b85f10265fa83cdaab5b975e7bd53bb47289f1207b45e99cd753ea7a75fb7088 -SIZE (lpc21isp_185.tar.gz) = 54735 +SHA256 (lpc21isp_197.tar.gz) = 9f7d80382e4b70bfa4200233466f29f73a36fea7dc604e32f05b9aa69ef591dc +SIZE (lpc21isp_197.tar.gz) = 62171 From owner-svn-ports-head@freebsd.org Wed Dec 23 01:13:44 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB693A4EBF2; Wed, 23 Dec 2015 01:13:44 +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 62D8F1808; Wed, 23 Dec 2015 01:13:44 +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 tBN1DhZl027296; Wed, 23 Dec 2015 01:13:43 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBN1DhsS027293; Wed, 23 Dec 2015 01:13:43 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201512230113.tBN1DhsS027293@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Wed, 23 Dec 2015 01:13:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404275 - head/graphics/librsvg2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 01:13:44 -0000 Author: junovitch Date: Wed Dec 23 01:13:43 2015 New Revision: 404275 URL: https://svnweb.freebsd.org/changeset/ports/404275 Log: graphics/librsvg2: update 2.40.10 -> 2.40.12 PR: 205502 Approved by: gnome (kwm) Security: CVE-2015-7558 Security: https://vuxml.FreeBSD.org/freebsd/d6c51737-a84b-11e5-8f5c-002590263bf5.html MFH: 2015Q4 Modified: head/graphics/librsvg2/Makefile head/graphics/librsvg2/distinfo head/graphics/librsvg2/pkg-plist Modified: head/graphics/librsvg2/Makefile ============================================================================== --- head/graphics/librsvg2/Makefile Wed Dec 23 00:57:38 2015 (r404274) +++ head/graphics/librsvg2/Makefile Wed Dec 23 01:13:43 2015 (r404275) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= librsvg -PORTVERSION= 2.40.10 +PORTVERSION= 2.40.12 CATEGORIES= graphics gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 2 Modified: head/graphics/librsvg2/distinfo ============================================================================== --- head/graphics/librsvg2/distinfo Wed Dec 23 00:57:38 2015 (r404274) +++ head/graphics/librsvg2/distinfo Wed Dec 23 01:13:43 2015 (r404275) @@ -1,2 +1,2 @@ -SHA256 (gnome2/librsvg-2.40.10.tar.xz) = 965c807438ce90b204e930ff80c92eba1606a2f6fd5ccfd09335c99896dd3479 -SIZE (gnome2/librsvg-2.40.10.tar.xz) = 522668 +SHA256 (gnome2/librsvg-2.40.12.tar.xz) = ffe40c4378bf3899f4d679a475726bab03a127a5bdccddec86404cc329ffb550 +SIZE (gnome2/librsvg-2.40.12.tar.xz) = 548648 Modified: head/graphics/librsvg2/pkg-plist ============================================================================== --- head/graphics/librsvg2/pkg-plist Wed Dec 23 00:57:38 2015 (r404274) +++ head/graphics/librsvg2/pkg-plist Wed Dec 23 01:13:43 2015 (r404275) @@ -9,7 +9,7 @@ lib/girepository-1.0/Rsvg-2.0.typelib lib/librsvg-2.a lib/librsvg-2.so lib/librsvg-2.so.2 -lib/librsvg-2.so.2.40.10 +lib/librsvg-2.so.2.40.12 libdata/pkgconfig/librsvg-2.0.pc man/man1/rsvg-convert.1.gz share/doc/rsvg-2.0/RsvgHandle.html From owner-svn-ports-head@freebsd.org Wed Dec 23 03:25:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF075A503D1; Wed, 23 Dec 2015 03:25:53 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0C531220; Wed, 23 Dec 2015 03:25:53 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBN3PqRk064919; Wed, 23 Dec 2015 03:25:52 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBN3PqAJ064917; Wed, 23 Dec 2015 03:25:52 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201512230325.tBN3PqAJ064917@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Wed, 23 Dec 2015 03:25:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404276 - head/security/gnupg1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 03:25:53 -0000 Author: kuriyama Date: Wed Dec 23 03:25:52 2015 New Revision: 404276 URL: https://svnweb.freebsd.org/changeset/ports/404276 Log: - Upgrade to 1.4.20 (minor fixes). Modified: head/security/gnupg1/Makefile head/security/gnupg1/distinfo Modified: head/security/gnupg1/Makefile ============================================================================== --- head/security/gnupg1/Makefile Wed Dec 23 01:13:43 2015 (r404275) +++ head/security/gnupg1/Makefile Wed Dec 23 03:25:52 2015 (r404276) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 1.4.19 +PORTVERSION= 1.4.20 #PORTREVISION= 0 CATEGORIES= security MASTER_SITES= GNUPG Modified: head/security/gnupg1/distinfo ============================================================================== --- head/security/gnupg1/distinfo Wed Dec 23 01:13:43 2015 (r404275) +++ head/security/gnupg1/distinfo Wed Dec 23 03:25:52 2015 (r404276) @@ -1,4 +1,4 @@ -SHA256 (gnupg-1.4.19.tar.bz2) = 7f09319d044b0f6ee71fe3587bb873be701723ac0952cff5069046a78de8fd86 -SIZE (gnupg-1.4.19.tar.bz2) = 3713811 -SHA256 (gnupg-1.4.19.tar.bz2.sig) = 3101cf3b57e31ec32882a31dd1531e96d7968deb9ccd5ec3bac7c4e25c48f154 -SIZE (gnupg-1.4.19.tar.bz2.sig) = 573 +SHA256 (gnupg-1.4.20.tar.bz2) = 04988b1030fa28ddf961ca8ff6f0f8984e0cddcb1eb02859d5d8fe0fe237edcc +SIZE (gnupg-1.4.20.tar.bz2) = 3692881 +SHA256 (gnupg-1.4.20.tar.bz2.sig) = 9458921ce855f7fef88f0ae2bb1f2033bfbc83857104d8b5592f40c84d1a2f98 +SIZE (gnupg-1.4.20.tar.bz2.sig) = 287 From owner-svn-ports-head@freebsd.org Wed Dec 23 06:40:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EEBEEA4F9B9; Wed, 23 Dec 2015 06:40:53 +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 A41471774; Wed, 23 Dec 2015 06:40:53 +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 tBN6eq6D020213; Wed, 23 Dec 2015 06:40:52 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBN6eq8Q020212; Wed, 23 Dec 2015 06:40:52 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201512230640.tBN6eq8Q020212@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 23 Dec 2015 06:40:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404277 - head/www/firefox/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 06:40:54 -0000 Author: jbeich Date: Wed Dec 23 06:40:52 2015 New Revision: 404277 URL: https://svnweb.freebsd.org/changeset/ports/404277 Log: www/firefox: prune unused/upstreamed patch PR: 205357 Deleted: head/www/firefox/files/extra-patch-bug1125514 From owner-svn-ports-head@freebsd.org Wed Dec 23 06:59:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9ABD1A500F5; Wed, 23 Dec 2015 06:59:55 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A0CB13B0; Wed, 23 Dec 2015 06:59:54 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from [10.10.10.169] (unknown [180.254.224.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 18CF03F450; Wed, 23 Dec 2015 01:51:37 -0500 (EST) Date: Wed, 23 Dec 2015 14:50:57 +0800 (WITA) From: Gerald Pfeifer To: Antoine Brodin cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r397956 - in head: devel/ccache lang/gcc lang/gcc46 lang/gcc47 lang/gcc48 lang/gcc49 lang/gcc5 lang/gcc5-devel lang/gcc6-devel In-Reply-To: <201509261103.t8QB3JLo008166@repo.freebsd.org> Message-ID: References: <201509261103.t8QB3JLo008166@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 06:59:55 -0000 On Sat, 26 Sep 2015, Antoine Brodin wrote: > Log: > Remove deprecated @exec/@unexec from ports using ccache-update-links > > Modified: > head/devel/ccache/pkg-plist > head/lang/gcc/pkg-plist > head/lang/gcc46/pkg-plist > head/lang/gcc47/pkg-plist > head/lang/gcc48/pkg-plist > head/lang/gcc49/pkg-plist > head/lang/gcc5-devel/pkg-plist > head/lang/gcc5/pkg-plist > head/lang/gcc6-devel/pkg-plist It would have been nice to give me a heads up. After all, 8 of 9 of these ports list me as maintainer. Not to be territorial, but together we certainly could have improved the log message (which talks about removing @exec/@unexec when in fact it only replaces them by @postexec/@preunexec. Plus, after these changes portlint now complained when it did not before. WARN: /home/gerald/ports/lang/gcc6-devel/pkg-plist: [76]: unknown pkg-plist directive "@postexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi" WARN: /home/gerald/ports/lang/gcc6-devel/pkg-plist: [77]: unknown pkg-plist directive "@postunexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi" At a minimum, I would have expected you to file a PR against portlint, which Olli beat me to ( https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204900 ) Gerald From owner-svn-ports-head@freebsd.org Wed Dec 23 10:16:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51E2CA4F795; Wed, 23 Dec 2015 10:16:59 +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 096B91BDE; Wed, 23 Dec 2015 10:16:58 +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 tBNAGwr1083854; Wed, 23 Dec 2015 10:16:58 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNAGwf1083852; Wed, 23 Dec 2015 10:16:58 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201512231016.tBNAGwf1083852@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, 23 Dec 2015 10:16:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404279 - head/x11-fonts/alegreya-sans X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 10:16:59 -0000 Author: rakuco Date: Wed Dec 23 10:16:57 2015 New Revision: 404279 URL: https://svnweb.freebsd.org/changeset/ports/404279 Log: Update to a more recent GitHub snapshot. Since upstream has made more changes but not officially increased the version number of updated its ChangeLog, start appending the date of the commit we are fetching to PORTVERSION. Also switch to a different GitHub account: changes to the font are now being done in the foundry's GitHub account. Modified: head/x11-fonts/alegreya-sans/Makefile head/x11-fonts/alegreya-sans/distinfo Modified: head/x11-fonts/alegreya-sans/Makefile ============================================================================== --- head/x11-fonts/alegreya-sans/Makefile Wed Dec 23 06:44:36 2015 (r404278) +++ head/x11-fonts/alegreya-sans/Makefile Wed Dec 23 10:16:57 2015 (r404279) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= alegreya-sans -PORTVERSION= 1.002 -PORTREVISION= 1 +PORTVERSION= 1.002.20150827 PORTEPOCH= 1 CATEGORIES= x11-fonts @@ -14,9 +13,9 @@ LICENSE= OFL11 USES= fonts USE_GITHUB= yes -GH_ACCOUNT= juandelperal +GH_ACCOUNT= huertatipografica GH_PROJECT= Alegreya-Sans -GH_TAGNAME= 2d2a4b0 +GH_TAGNAME= 4b5282d NO_BUILD= yes Modified: head/x11-fonts/alegreya-sans/distinfo ============================================================================== --- head/x11-fonts/alegreya-sans/distinfo Wed Dec 23 06:44:36 2015 (r404278) +++ head/x11-fonts/alegreya-sans/distinfo Wed Dec 23 10:16:57 2015 (r404279) @@ -1,2 +1,2 @@ -SHA256 (juandelperal-Alegreya-Sans-1.002-2d2a4b0_GH0.tar.gz) = 3a20e3fd6556365ba8f3f4df0c4b8dbf13e2e637bc9ac3605642eba1d19367ef -SIZE (juandelperal-Alegreya-Sans-1.002-2d2a4b0_GH0.tar.gz) = 4952182 +SHA256 (huertatipografica-Alegreya-Sans-1.002.20150827-4b5282d_GH0.tar.gz) = c7a7e97c7fc045929324f1b5d4670109a9c08eedfa2b53ef3726cd90bc4f9b0a +SIZE (huertatipografica-Alegreya-Sans-1.002.20150827-4b5282d_GH0.tar.gz) = 3616444 From owner-svn-ports-head@freebsd.org Wed Dec 23 10:46:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39258A50226; Wed, 23 Dec 2015 10:46:25 +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 1461F1097; Wed, 23 Dec 2015 10:46:25 +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 tBNAkOLw092888; Wed, 23 Dec 2015 10:46:24 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNAkNjX092883; Wed, 23 Dec 2015 10:46:23 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201512231046.tBNAkNjX092883@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, 23 Dec 2015 10:46:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404280 - in head/x11-fonts: . alegreya X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 10:46:25 -0000 Author: rakuco Date: Wed Dec 23 10:46:23 2015 New Revision: 404280 URL: https://svnweb.freebsd.org/changeset/ports/404280 Log: New port: x11-fonts/alegreya. Serif family of fonts, part of the Alegreya "super family" like x11-fonts/alegreya-sans. Upstream does not properly version its releases, so PORTVERSION was derived from the version in the OTF files plus the date of the commit we are fetching from GitHub. From pkg-descr: Alegreya is a typeface originally intended for literature. Among its crowning characteristics, it conveys a dynamic and varied rhythm which facilitates the reading of long texts. Also, it provides freshness to the page while referring to the calligraphic letter, not as a literal interpretation, but rather in a contemporary typographic language. WWW: https://github.com/huertatipografica/Alegreya-libre Added: head/x11-fonts/alegreya/ head/x11-fonts/alegreya/Makefile (contents, props changed) head/x11-fonts/alegreya/distinfo (contents, props changed) head/x11-fonts/alegreya/pkg-descr (contents, props changed) head/x11-fonts/alegreya/pkg-plist (contents, props changed) Modified: head/x11-fonts/Makefile Modified: head/x11-fonts/Makefile ============================================================================== --- head/x11-fonts/Makefile Wed Dec 23 10:16:57 2015 (r404279) +++ head/x11-fonts/Makefile Wed Dec 23 10:46:23 2015 (r404280) @@ -4,6 +4,7 @@ COMMENT = X11 fonts and font utilities SUBDIR += alef + SUBDIR += alegreya SUBDIR += alegreya-sans SUBDIR += alfont SUBDIR += andika Added: head/x11-fonts/alegreya/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/alegreya/Makefile Wed Dec 23 10:46:23 2015 (r404280) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= alegreya +PORTVERSION= 1.004.20150827 +CATEGORIES= x11-fonts + +MAINTAINER= rakuco@FreeBSD.org +COMMENT= Serif typeface originally intended for literature + +LICENSE= OFL11 + +USES= fonts + +USE_GITHUB= yes +GH_ACCOUNT= huertatipografica +GH_PROJECT= Alegreya-libre +GH_TAGNAME= 8f40fc1 + +NO_BUILD= yes + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR} + cd ${WRKSRC}/otf && \ + ${INSTALL_DATA} *.otf ${STAGEDIR}${FONTSDIR} + +.include Added: head/x11-fonts/alegreya/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/alegreya/distinfo Wed Dec 23 10:46:23 2015 (r404280) @@ -0,0 +1,2 @@ +SHA256 (huertatipografica-Alegreya-libre-1.004.20150827-8f40fc1_GH0.tar.gz) = d2862983c8ae468c1ed9f62cc480a546d2186ed8750d2e3bac15e33ce6da1c9b +SIZE (huertatipografica-Alegreya-libre-1.004.20150827-8f40fc1_GH0.tar.gz) = 2688398 Added: head/x11-fonts/alegreya/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/alegreya/pkg-descr Wed Dec 23 10:46:23 2015 (r404280) @@ -0,0 +1,7 @@ +Alegreya is a typeface originally intended for literature. Among its crowning +characteristics, it conveys a dynamic and varied rhythm which facilitates the +reading of long texts. Also, it provides freshness to the page while referring +to the calligraphic letter, not as a literal interpretation, but rather in a +contemporary typographic language. + +WWW: https://github.com/huertatipografica/Alegreya-libre Added: head/x11-fonts/alegreya/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/alegreya/pkg-plist Wed Dec 23 10:46:23 2015 (r404280) @@ -0,0 +1,12 @@ +%%FONTSDIR%%/Alegreya-Black.otf +%%FONTSDIR%%/Alegreya-BlackItalic.otf +%%FONTSDIR%%/Alegreya-Bold.otf +%%FONTSDIR%%/Alegreya-BoldItalic.otf +%%FONTSDIR%%/Alegreya-Italic.otf +%%FONTSDIR%%/Alegreya-Regular.otf +%%FONTSDIR%%/AlegreyaSC-Black.otf +%%FONTSDIR%%/AlegreyaSC-BlackItalic.otf +%%FONTSDIR%%/AlegreyaSC-Bold.otf +%%FONTSDIR%%/AlegreyaSC-BoldItalic.otf +%%FONTSDIR%%/AlegreyaSC-Italic.otf +%%FONTSDIR%%/AlegreyaSC-Regular.otf From owner-svn-ports-head@freebsd.org Wed Dec 23 10:50:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F5C9A502D5; Wed, 23 Dec 2015 10:50:01 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DC3C11B1; Wed, 23 Dec 2015 10:50:01 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBNAo0OC093107; Wed, 23 Dec 2015 10:50:00 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNAo0s4093106; Wed, 23 Dec 2015 10:50:00 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201512231050.tBNAo0s4093106@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Wed, 23 Dec 2015 10:50:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404281 - head/archivers/jzip.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 10:50:01 -0000 Author: ak Date: Wed Dec 23 10:50:00 2015 New Revision: 404281 URL: https://svnweb.freebsd.org/changeset/ports/404281 Log: - Deprecate and set expiration date to 2016-01-23: Abandoned, outdated (no updates since 2003) Modified: head/archivers/jzip.org/Makefile Modified: head/archivers/jzip.org/Makefile ============================================================================== --- head/archivers/jzip.org/Makefile Wed Dec 23 10:46:23 2015 (r404280) +++ head/archivers/jzip.org/Makefile Wed Dec 23 10:50:00 2015 (r404281) @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}${PORTVERSION}.src MAINTAINER= ports@FreeBSD.org COMMENT= WinZip like program written in Java +DEPRECATED= Abandoned, outdated (no updates since 2003) +EXPIRATION_DATE= 2016-01-23 + USES= zip PLIST_FILES= %%JAVAJARDIR%%/jzip.org.jar bin/${PORTNAME} USE_JAVA= yes From owner-svn-ports-head@freebsd.org Wed Dec 23 10:57:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7CB3BA5052E; Wed, 23 Dec 2015 10:57:51 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C5D815C8; Wed, 23 Dec 2015 10:57:51 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBNAvoMD096035; Wed, 23 Dec 2015 10:57:50 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNAvoV7096031; Wed, 23 Dec 2015 10:57:50 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201512231057.tBNAvoV7096031@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Wed, 23 Dec 2015 10:57:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404282 - in head/archivers/rpm2cpio: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 10:57:51 -0000 Author: ak Date: Wed Dec 23 10:57:49 2015 New Revision: 404282 URL: https://svnweb.freebsd.org/changeset/ports/404282 Log: - Print usage if there are no arguments and stdin is terminal - Fix grammar in pkg-descr Modified: head/archivers/rpm2cpio/Makefile head/archivers/rpm2cpio/files/rpm2cpio head/archivers/rpm2cpio/pkg-descr Modified: head/archivers/rpm2cpio/Makefile ============================================================================== --- head/archivers/rpm2cpio/Makefile Wed Dec 23 10:50:00 2015 (r404281) +++ head/archivers/rpm2cpio/Makefile Wed Dec 23 10:57:49 2015 (r404282) @@ -3,6 +3,7 @@ PORTNAME= rpm2cpio PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= # none DISTFILES= # none Modified: head/archivers/rpm2cpio/files/rpm2cpio ============================================================================== --- head/archivers/rpm2cpio/files/rpm2cpio Wed Dec 23 10:50:00 2015 (r404281) +++ head/archivers/rpm2cpio/files/rpm2cpio Wed Dec 23 10:57:49 2015 (r404282) @@ -4,7 +4,7 @@ PATH=/bin:/usr/bin -if [ $# -eq 0 ]; then +if [ $# -eq 0 -a ! -t 0 ]; then f=/dev/stdin elif [ $# -eq 1 ]; then f=$1 Modified: head/archivers/rpm2cpio/pkg-descr ============================================================================== --- head/archivers/rpm2cpio/pkg-descr Wed Dec 23 10:50:00 2015 (r404281) +++ head/archivers/rpm2cpio/pkg-descr Wed Dec 23 10:57:49 2015 (r404282) @@ -1,7 +1,7 @@ -Convert .rpm files to cpio format +Convert .rpm files to cpio format. Why does the world need another rpm2cpio? because the existing one won't build unless you have half a ton of things that aren't really required for it, since it uses the same library used to extract RPM's. -This version just a tiny wrapper around bsdtar. +This version is just a tiny wrapper around bsdtar. From owner-svn-ports-head@freebsd.org Wed Dec 23 11:14:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4826A50B2E; Wed, 23 Dec 2015 11:14:08 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7DD7210F8; Wed, 23 Dec 2015 11:14:08 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBNBE7Zd001794; Wed, 23 Dec 2015 11:14:07 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNBE7KK001792; Wed, 23 Dec 2015 11:14:07 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201512231114.tBNBE7KK001792@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Wed, 23 Dec 2015 11:14:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404283 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 11:14:08 -0000 Author: ohauer Date: Wed Dec 23 11:14:07 2015 New Revision: 404283 URL: https://svnweb.freebsd.org/changeset/ports/404283 Log: - document Bugzilla security issues Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Dec 23 10:57:49 2015 (r404282) +++ head/security/vuxml/vuln.xml Wed Dec 23 11:14:07 2015 (r404283) @@ -58,6 +58,50 @@ Notes: --> + + Bugzilla security issues + + + bugzilla44 + 4.4.11 + + + bugzilla50 + 5.0.2 + + + + +

Bugzilla Security Advisory

+
+

During the generation of a dependency graph, the code for + the HTML image map is generated locally if a local dot + installation is used. With escaped HTML characters in a bug + summary, it is possible to inject unfiltered HTML code in + the map file which the CreateImagemap function generates. + This could be used for a cross-site scripting attack.

+

If an external HTML page contains a <script> element with + its src attribute pointing to a buglist in CSV format, some + web browsers incorrectly try to parse the CSV file as valid + JavaScript code. As the buglist is generated based on the + privileges of the user logged into Bugzilla, the external + page could collect confidential data contained in the CSV + file.

+
+ +
+ + CVE-2015-8508 + CVE-2015-8509 + https://bugzilla.mozilla.org/show_bug.cgi?id=1221518 + https://bugzilla.mozilla.org/show_bug.cgi?id=1232785 + + + 2015-12-22 + 2015-12-23 + +
+ librsvg2 -- denial of service vulnerability From owner-svn-ports-head@freebsd.org Wed Dec 23 11:22:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F3AFA50D42; Wed, 23 Dec 2015 11:22:42 +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 7CCA1153F; Wed, 23 Dec 2015 11:22:42 +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 tBNBMfgq004762; Wed, 23 Dec 2015 11:22:41 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNBMfU6004758; Wed, 23 Dec 2015 11:22:41 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201512231122.tBNBMfU6004758@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Wed, 23 Dec 2015 11:22:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404284 - in head/devel/bugzilla50: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 11:22:42 -0000 Author: ohauer Date: Wed Dec 23 11:22:41 2015 New Revision: 404284 URL: https://svnweb.freebsd.org/changeset/ports/404284 Log: - update to 5.0.2 This release fixes two security issues. See the Security Advisory for details. [1] This release also contains the following bug fixes: o mod_perl now works correctly with mod_access_compat turned off on Apache 2.4. To regenerate the .htaccess files, you must first delete all existing ones in subdirectories: find . -mindepth 2 -name .htaccess -exec rm -f {} \; You must then run checksetup.pl again to recreate them with the correct syntax. (Bug 1223790) o Emails sent by Bugzilla are now correctly encoded as UTF-8. (Bug 714724) o Strawberry Perl is now fully supported on Windows. (Bug 1089448 and bug 987742) o The XML-RPC API now works with IIS on Windows. (Bug 708252) o Some queries should now be faster on PostgreSQL. (Bug 1184431) [1] https://www.bugzilla.org/security/4.2.15/ MFH: 2015Q4 Security: CVE-2015-8508 CVE-2015-8509 vid="54075861-a95a-11e5-8b40-20cf30e32f6d" Modified: head/devel/bugzilla50/Makefile head/devel/bugzilla50/distinfo head/devel/bugzilla50/files/pkg-message.in head/devel/bugzilla50/pkg-plist Modified: head/devel/bugzilla50/Makefile ============================================================================== --- head/devel/bugzilla50/Makefile Wed Dec 23 11:14:07 2015 (r404283) +++ head/devel/bugzilla50/Makefile Wed Dec 23 11:22:41 2015 (r404284) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bugzilla -PORTVERSION= 5.0.1 +PORTVERSION= 5.0.2 CATEGORIES= devel MASTER_SITES= MOZILLA/webtools MOZILLA/webtools/archived @@ -202,9 +202,8 @@ do-install: .SILENT ${TAR} -C ${WRKSRC} -cf - Bugzilla template | ${TAR} --unlink -C ${STAGEDIR}${WWWDIR} -xf - @${MKDIR} ${EMPTY_DIRS_LIST:S!^!${STAGEDIR}${WWWDIR}/!} -.if ${PORT_OPTIONS:MCONTRIB} +do-install-CONTRIB-on: @${MKDIR} ${STAGEDIR}${WWWDIR}/contrib (cd ${WRKSRC}/contrib && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/contrib) -.endif .include Modified: head/devel/bugzilla50/distinfo ============================================================================== --- head/devel/bugzilla50/distinfo Wed Dec 23 11:14:07 2015 (r404283) +++ head/devel/bugzilla50/distinfo Wed Dec 23 11:22:41 2015 (r404284) @@ -1,2 +1,2 @@ -SHA256 (bugzilla/bugzilla-5.0.1.tar.gz) = f0f85bf405984770d65f60f5a828ea4d173acaca4aa85e4e58b4e88b1ae186a5 -SIZE (bugzilla/bugzilla-5.0.1.tar.gz) = 4061348 +SHA256 (bugzilla/bugzilla-5.0.2.tar.gz) = 82fa7bc8e27cfc9fe42d3fce3bfb6e7536bba245d76c2ee268d56253d16e3de3 +SIZE (bugzilla/bugzilla-5.0.2.tar.gz) = 4004728 Modified: head/devel/bugzilla50/files/pkg-message.in ============================================================================== --- head/devel/bugzilla50/files/pkg-message.in Wed Dec 23 11:14:07 2015 (r404283) +++ head/devel/bugzilla50/files/pkg-message.in Wed Dec 23 11:22:41 2015 (r404284) @@ -25,9 +25,14 @@ For upgrades: 0. Back up your data. - 1. Run "./checksetup.pl" inside %%WWWDIR%%. You may need to + + 1. Run the command inside %%WWWDIR%% + find . -mindepth 2 -name .htaccess -exec rm -f {} \; + + 2. Run "./checksetup.pl" inside %%WWWDIR%%. You may need to run it several times. - 2. Restart your Web server, especially if you're using mod_perl: this + + 3. Restart your Web server, especially if you're using mod_perl: this will save you from a number of troubles. ========================================================================== Modified: head/devel/bugzilla50/pkg-plist ============================================================================== --- head/devel/bugzilla50/pkg-plist Wed Dec 23 11:14:07 2015 (r404283) +++ head/devel/bugzilla50/pkg-plist Wed Dec 23 11:22:41 2015 (r404284) @@ -86,6 +86,7 @@ %%WWWDIR%%/Bugzilla/JobQueue.pm %%WWWDIR%%/Bugzilla/JobQueue/Runner.pm %%WWWDIR%%/Bugzilla/Keyword.pm +%%WWWDIR%%/Bugzilla/MIME.pm %%WWWDIR%%/Bugzilla/Mailer.pm %%WWWDIR%%/Bugzilla/Memcached.pm %%WWWDIR%%/Bugzilla/Migrate.pm @@ -687,9 +688,9 @@ %%WWWDIR%%/template/en/default/search/type-select.html.tmpl %%WWWDIR%%/template/en/default/setup/strings.txt.pl %%WWWDIR%%/template/en/default/welcome-admin.html.tmpl +%%WWWDIR%%/template/en/default/whine/header.txt.tmpl %%WWWDIR%%/template/en/default/whine/mail.html.tmpl %%WWWDIR%%/template/en/default/whine/mail.txt.tmpl -%%WWWDIR%%/template/en/default/whine/multipart-mime.txt.tmpl %%WWWDIR%%/template/en/default/whine/schedule.html.tmpl %%WWWDIR%%/testagent.cgi %%WWWDIR%%/testserver.pl From owner-svn-ports-head@freebsd.org Wed Dec 23 11:25:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6753BA50E20; Wed, 23 Dec 2015 11:25:39 +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 29917175E; Wed, 23 Dec 2015 11:25:39 +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 tBNBPcRi005007; Wed, 23 Dec 2015 11:25:38 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNBPcwj005004; Wed, 23 Dec 2015 11:25:38 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201512231125.tBNBPcwj005004@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Wed, 23 Dec 2015 11:25:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404285 - in head/devel/bugzilla44: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 11:25:39 -0000 Author: ohauer Date: Wed Dec 23 11:25:37 2015 New Revision: 404285 URL: https://svnweb.freebsd.org/changeset/ports/404285 Log: - update to 4.4.11 This release fixes two security issues. See the Security Advisory for details. [1] This release also contains the following bug fix: o mod_perl now works correctly with mod_access_compat turned off on Apache 2.4. The (incorrect) fix implemented in Bugzilla 4.4.9 has been backed out. To regenerate the .htaccess files, you must first delete all existing ones in subdirectories: find . -mindepth 2 -name .htaccess -exec rm -f {} \; You must then run checksetup.pl again to recreate them with the correct syntax. (Bug 1223790) [1] https://www.bugzilla.org/security/4.2.15/ MFH: 2015Q4 Security: CVE-2015-8508 CVE-2015-8509 vid="54075861-a95a-11e5-8b40-20cf30e32f6d" Modified: head/devel/bugzilla44/Makefile head/devel/bugzilla44/distinfo head/devel/bugzilla44/files/pkg-message.in Modified: head/devel/bugzilla44/Makefile ============================================================================== --- head/devel/bugzilla44/Makefile Wed Dec 23 11:22:41 2015 (r404284) +++ head/devel/bugzilla44/Makefile Wed Dec 23 11:25:37 2015 (r404285) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bugzilla -PORTVERSION= 4.4.10 +PORTVERSION= 4.4.11 CATEGORIES= devel MASTER_SITES= MOZILLA/webtools MOZILLA/webtools/archived @@ -199,9 +199,8 @@ do-install: .SILENT @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) -.if ${PORT_OPTIONS:MCONTRIB} +do-install-CONTRIB-on: @${MKDIR} ${STAGEDIR}${WWWDIR}/contrib (cd ${WRKSRC}/contrib && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/contrib) -.endif .include Modified: head/devel/bugzilla44/distinfo ============================================================================== --- head/devel/bugzilla44/distinfo Wed Dec 23 11:22:41 2015 (r404284) +++ head/devel/bugzilla44/distinfo Wed Dec 23 11:25:37 2015 (r404285) @@ -1,2 +1,2 @@ -SHA256 (bugzilla/bugzilla-4.4.10.tar.gz) = c4226699d084da2f9a265a3d4dd422ffa16a9babca9ab677ed8b6e988a4055ac -SIZE (bugzilla/bugzilla-4.4.10.tar.gz) = 4943339 +SHA256 (bugzilla/bugzilla-4.4.11.tar.gz) = 10082b506a822f36098597fce1079494ef50bab91b213c3f448c738257db182a +SIZE (bugzilla/bugzilla-4.4.11.tar.gz) = 4943814 Modified: head/devel/bugzilla44/files/pkg-message.in ============================================================================== --- head/devel/bugzilla44/files/pkg-message.in Wed Dec 23 11:22:41 2015 (r404284) +++ head/devel/bugzilla44/files/pkg-message.in Wed Dec 23 11:25:37 2015 (r404285) @@ -25,9 +25,14 @@ For upgrades: 0. Back up your data. - 1. Run "./checksetup.pl" inside %%WWWDIR%%. You may need to + + 1. Run the command inside %%WWWDIR%% + find . -mindepth 2 -name .htaccess -exec rm -f {} \; + + 2. Run "./checksetup.pl" inside %%WWWDIR%%. You may need to run it several times. - 2. Restart your Web server, especially if you're using mod_perl: this + + 3. Restart your Web server, especially if you're using mod_perl: this will save you from a number of troubles. ========================================================================== From owner-svn-ports-head@freebsd.org Wed Dec 23 11:27:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25CF6A50E87; Wed, 23 Dec 2015 11:27:36 +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 EB1E818E2; Wed, 23 Dec 2015 11:27:35 +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 tBNBRZav005177; Wed, 23 Dec 2015 11:27:35 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNBRZHs005176; Wed, 23 Dec 2015 11:27:35 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201512231127.tBNBRZHs005176@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Wed, 23 Dec 2015 11:27:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404286 - head/german/bugzilla44 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 11:27:36 -0000 Author: ohauer Date: Wed Dec 23 11:27:34 2015 New Revision: 404286 URL: https://svnweb.freebsd.org/changeset/ports/404286 Log: - fix against bugzilla 4.4.11 - use WRKSRC instead WRKDIR MFH: 2015Q4 Modified: head/german/bugzilla44/Makefile Modified: head/german/bugzilla44/Makefile ============================================================================== --- head/german/bugzilla44/Makefile Wed Dec 23 11:25:37 2015 (r404285) +++ head/german/bugzilla44/Makefile Wed Dec 23 11:27:34 2015 (r404286) @@ -2,7 +2,7 @@ PORTNAME= bugzilla PORTVERSION= 4.4.10 -#PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= german MASTER_SITES= SF/bugzilla-de/${PORTVERSION:R}/${PORTVERSION} DISTNAME= ${PORTNAME}-de-${PORTVERSION}-1.utf-8 @@ -16,7 +16,7 @@ NO_WRKSUBDIR= yes # adjust BZ_REVNUM if bugzilla revision was incremented and there are no # changes in bugzilla/templates/en. If not used simply comment the line. -#BZ_REVNUM= 10 +BZ_REVNUM= 11 .include "${.CURDIR}/../../devel/bugzilla44/Makefile.common" @@ -25,8 +25,8 @@ LANGDIR= ${WWWDIR}/template/de .if defined(BZ_REVNUM) && !empty(BZ_REVNUM) post-patch: ${REINPLACE_CMD} -e 's/${PORTVERSION}/${PORTVERSION:R}.${BZ_REVNUM}/' \ - ${WRKDIR}/de/default/global/gzversion.html.tmpl - @${FIND} ${WRKDIR}/de/default/ -type f \( -name \*.orig -o -name \*.bak \) -delete + ${WRKSRC}/de/default/global/gzversion.html.tmpl + @${FIND} ${WRKSRC}/de/default/ -type f \( -name \*.orig -o -name \*.bak \) -delete .endif do-install: From owner-svn-ports-head@freebsd.org Wed Dec 23 11:29:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A2F5A50F46; Wed, 23 Dec 2015 11:29:24 +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 57B051A34; Wed, 23 Dec 2015 11:29:24 +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 tBNBTNA1005433; Wed, 23 Dec 2015 11:29:23 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNBTMTE005426; Wed, 23 Dec 2015 11:29:22 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201512231129.tBNBTMTE005426@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 23 Dec 2015 11:29:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404287 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 11:29:24 -0000 Author: madpilot Date: Wed Dec 23 11:29:22 2015 New Revision: 404287 URL: https://svnweb.freebsd.org/changeset/ports/404287 Log: - Update finance/gnucash to 2.6.10 - Update finance/gnucash-docs to 2.6.10 Approved by: kwm (gnome, implicit) 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 Dec 23 11:27:34 2015 (r404286) +++ head/finance/gnucash-docs/Makefile Wed Dec 23 11:29:22 2015 (r404287) @@ -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.9 +PORTVERSION= 2.6.10 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 Dec 23 11:27:34 2015 (r404286) +++ head/finance/gnucash-docs/distinfo Wed Dec 23 11:29:22 2015 (r404287) @@ -1,2 +1,2 @@ -SHA256 (gnucash-docs-2.6.9.tar.gz) = 5bd92664321c7447b61183d9eb0b57d7bab736f807b36fa901a2553aee06341b -SIZE (gnucash-docs-2.6.9.tar.gz) = 63820580 +SHA256 (gnucash-docs-2.6.10.tar.gz) = f9aa507bb947dc2ea6b8c2711bfb1d65d2e58ca06a9db6589af8b38453e021b3 +SIZE (gnucash-docs-2.6.10.tar.gz) = 64806501 Modified: head/finance/gnucash-docs/pkg-plist ============================================================================== --- head/finance/gnucash-docs/pkg-plist Wed Dec 23 11:27:34 2015 (r404286) +++ head/finance/gnucash-docs/pkg-plist Wed Dec 23 11:29:22 2015 (r404287) @@ -277,6 +277,9 @@ share/gnome/help/gnucash-guide/de/figure share/gnome/help/gnucash-guide/de/figures/bus_ar_invoicepost.png share/gnome/help/gnucash-guide/de/figures/bus_ar_invoiceprint.png share/gnome/help/gnucash-guide/de/figures/bus_ar_payment.png +share/gnome/help/gnucash-guide/de/figures/capgain_app2main.png +share/gnome/help/gnucash-guide/de/figures/capgain_app3main.png +share/gnome/help/gnucash-guide/de/figures/capgain_appmain.png share/gnome/help/gnucash-guide/de/figures/cbook_CashFlow.png share/gnome/help/gnucash-guide/de/figures/cbook_TransactionRptAssets.png share/gnome/help/gnucash-guide/de/figures/cbook_TransactionRptExpenses.png @@ -305,15 +308,34 @@ share/gnome/help/gnucash-guide/de/figure share/gnome/help/gnucash-guide/de/figures/gnc_welcome.png share/gnome/help/gnucash-guide/de/figures/invest_AccountsPredef.png share/gnome/help/gnucash-guide/de/figures/invest_SetupPortfolio2.png +share/gnome/help/gnucash-guide/de/figures/invest_dividendcash.png +share/gnome/help/gnucash-guide/de/figures/invest_dividendreinvest1.png share/gnome/help/gnucash-guide/de/figures/invest_int1.png share/gnome/help/gnucash-guide/de/figures/invest_int2-1.png share/gnome/help/gnucash-guide/de/figures/invest_int2.png share/gnome/help/gnucash-guide/de/figures/invest_int3.png +share/gnome/help/gnucash-guide/de/figures/invest_merge2.png +share/gnome/help/gnucash-guide/de/figures/invest_merge3.png share/gnome/help/gnucash-guide/de/figures/invest_newaccount.png share/gnome/help/gnucash-guide/de/figures/invest_newsecurity.png +share/gnome/help/gnucash-guide/de/figures/invest_peditor.png +share/gnome/help/gnucash-guide/de/figures/invest_peditor2.png share/gnome/help/gnucash-guide/de/figures/invest_selectsecurity.png +share/gnome/help/gnucash-guide/de/figures/invest_sellstock.png +share/gnome/help/gnucash-guide/de/figures/invest_sellstock2.png +share/gnome/help/gnucash-guide/de/figures/invest_sellstockLoss.png +share/gnome/help/gnucash-guide/de/figures/invest_sellstockLoss2.png share/gnome/help/gnucash-guide/de/figures/invest_setup_current.png share/gnome/help/gnucash-guide/de/figures/invest_setup_portfolio1.png +share/gnome/help/gnucash-guide/de/figures/invest_simplesplit1.png +share/gnome/help/gnucash-guide/de/figures/invest_split1.png +share/gnome/help/gnucash-guide/de/figures/invest_split2.png +share/gnome/help/gnucash-guide/de/figures/invest_split3.png +share/gnome/help/gnucash-guide/de/figures/invest_split4.png +share/gnome/help/gnucash-guide/de/figures/invest_stockmerge1.png +share/gnome/help/gnucash-guide/de/figures/invest_stockvalue.png +share/gnome/help/gnucash-guide/de/figures/invest_stockvalue_report.png +share/gnome/help/gnucash-guide/de/figures/invest_stockvalue_report_options.png share/gnome/help/gnucash-guide/de/figures/kontenbaum.png share/gnome/help/gnucash-guide/de/figures/kontenblatt.png share/gnome/help/gnucash-guide/de/figures/loans_PrivateLoanCalculation.png @@ -357,7 +379,6 @@ share/gnome/help/gnucash-guide/de/figure share/gnome/help/gnucash-guide/de/figures/txns_sxn_ledger4.png share/gnome/help/gnucash-guide/de/glossary.xml share/gnome/help/gnucash-guide/de/gnucash-guide.xml -share/gnome/help/gnucash-guide/de/index.xml share/gnome/help/gnucash-guide/it/figures/accts_CreateAssetsAccount.png share/gnome/help/gnucash-guide/it/figures/accts_DefaultExpenseAccounts.png share/gnome/help/gnucash-guide/it/figures/accts_DefaultIncomeAccounts.png @@ -763,6 +784,7 @@ share/gnome/help/gnucash-help/C/figures/ share/gnome/help/gnucash-help/C/figures/Help_Pref_Sched.png share/gnome/help/gnucash-help/C/figures/Help_Pref_Windows.png share/gnome/help/gnucash-help/C/figures/Help_Report_Screen.png +share/gnome/help/gnucash-help/C/figures/Help_TxRptOpt_Screen.png share/gnome/help/gnucash-help/C/figures/Main-window-callouts.png share/gnome/help/gnucash-help/C/figures/Report_Screen.png share/gnome/help/gnucash-help/C/figures/home.png Modified: head/finance/gnucash/Makefile ============================================================================== --- head/finance/gnucash/Makefile Wed Dec 23 11:27:34 2015 (r404286) +++ head/finance/gnucash/Makefile Wed Dec 23 11:29:22 2015 (r404287) @@ -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.9 +PORTVERSION= 2.6.10 CATEGORIES= finance gnome MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION} Modified: head/finance/gnucash/distinfo ============================================================================== --- head/finance/gnucash/distinfo Wed Dec 23 11:27:34 2015 (r404286) +++ head/finance/gnucash/distinfo Wed Dec 23 11:29:22 2015 (r404287) @@ -1,2 +1,2 @@ -SHA256 (gnucash-2.6.9.tar.bz2) = cdaa61b393133e03bccce3d2740bb358d6bf590de16dd19c790c983d032d8247 -SIZE (gnucash-2.6.9.tar.bz2) = 13230536 +SHA256 (gnucash-2.6.10.tar.bz2) = a8f61651b029b54b89e63763b58ce907aeffc08ecf08320e9fb47d9c878cdb27 +SIZE (gnucash-2.6.10.tar.bz2) = 13513267 Modified: head/finance/gnucash/pkg-plist ============================================================================== --- head/finance/gnucash/pkg-plist Wed Dec 23 11:27:34 2015 (r404286) +++ head/finance/gnucash/pkg-plist Wed Dec 23 11:29:22 2015 (r404287) @@ -747,6 +747,7 @@ share/applications/gnucash.desktop %%DATADIR%%/accounts/nb/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/nl/acctchrt_checkbook.gnucash-xea %%DATADIR%%/accounts/nl/acctchrt_full.gnucash-xea +%%DATADIR%%/accounts/nl/acctchrt_rgs_1.1.gnucash-xea %%DATADIR%%/accounts/pl/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/pl/acctchrt_business.gnucash-xea %%DATADIR%%/accounts/pl/acctchrt_carloan.gnucash-xea @@ -1215,6 +1216,7 @@ 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-head@freebsd.org Wed Dec 23 11:39:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D1F7A4F289; Wed, 23 Dec 2015 11:39:02 +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 0DC841EBF; Wed, 23 Dec 2015 11:39: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 tBNBd17U008268; Wed, 23 Dec 2015 11:39:01 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNBd1wl008266; Wed, 23 Dec 2015 11:39:01 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201512231139.tBNBd1wl008266@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Wed, 23 Dec 2015 11:39:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404288 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 11:39:02 -0000 Author: ohauer Date: Wed Dec 23 11:39:00 2015 New Revision: 404288 URL: https://svnweb.freebsd.org/changeset/ports/404288 Log: - adopt new pkg keywords (CHANGES: 20150926) - s/exec/postexec/ - s/unexec/postunexec/ with head apache@ Modified: head/Mk/bsd.apache.mk Modified: head/Mk/bsd.apache.mk ============================================================================== --- head/Mk/bsd.apache.mk Wed Dec 23 11:29:22 2015 (r404287) +++ head/Mk/bsd.apache.mk Wed Dec 23 11:39:00 2015 (r404288) @@ -489,10 +489,10 @@ ap-gen-plist: .if defined(AP_GENPLIST) . if !exists(${PLIST}) @${ECHO} "===> Generating apache plist" - @${ECHO} "@unexec ${SED} -i '' -E '/LoadModule[[:blank:]]+%%AP_NAME%%_module/d' %D/%%APACHEETCDIR%%/httpd.conf" >> ${PLIST} @${ECHO} "%%APACHEMODDIR%%/%%AP_MODULE%%" >> ${PLIST} - @${ECHO} "@exec %D/sbin/apxs -e ${AP_MOD_EN} -n %%AP_NAME%% %D/%F" >> ${PLIST} - @${ECHO} "@unexec echo \"Don't forget to remove all ${MODULENAME}-related directives in your httpd.conf\"">> ${PLIST} + @${ECHO} "@postexec %D/sbin/apxs -e ${AP_MOD_EN} -n %%AP_NAME%% %D/%F" >> ${PLIST} + @${ECHO} "@postunexec ${SED} -i '' -E '/LoadModule[[:blank:]]+%%AP_NAME%%_module/d' %D/%%APACHEETCDIR%%/httpd.conf" >> ${PLIST} + @${ECHO} "@postunexec echo \"Don't forget to remove all ${MODULENAME}-related directives in your httpd.conf\"">> ${PLIST} . endif .else @${DO_NADA} From owner-svn-ports-head@freebsd.org Wed Dec 23 11:44:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE2C8A4F5F3; Wed, 23 Dec 2015 11:44:00 +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 7B3251459; Wed, 23 Dec 2015 11:44: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 tBNBhxPm011080; Wed, 23 Dec 2015 11:43:59 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNBhxOF011078; Wed, 23 Dec 2015 11:43:59 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512231143.tBNBhxOF011078@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Dec 2015 11:43:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404289 - head/misc/crosspad X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 11:44:00 -0000 Author: amdmi3 Date: Wed Dec 23 11:43:59 2015 New Revision: 404289 URL: https://svnweb.freebsd.org/changeset/ports/404289 Log: - Switch to options helpers Modified: head/misc/crosspad/Makefile head/misc/crosspad/pkg-plist Modified: head/misc/crosspad/Makefile ============================================================================== --- head/misc/crosspad/Makefile Wed Dec 23 11:39:00 2015 (r404288) +++ head/misc/crosspad/Makefile Wed Dec 23 11:43:59 2015 (r404289) @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_path_perl=${PERL} WRKSRC= ${WRKDIR}/crosspad/build -DOCS= PROTOCOL README.english README.japanese +PORTDOCS= PROTOCOL README.english README.japanese OPTIONS_DEFINE= DOCS @@ -25,8 +25,8 @@ post-patch: -e 's,-(g|o) (bin|uucp),,g' \ ${WRKSRC}/Makefile.in -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/../|} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/../|} ${STAGEDIR}${DOCSDIR} .include Modified: head/misc/crosspad/pkg-plist ============================================================================== --- head/misc/crosspad/pkg-plist Wed Dec 23 11:39:00 2015 (r404288) +++ head/misc/crosspad/pkg-plist Wed Dec 23 11:43:59 2015 (r404289) @@ -10,6 +10,3 @@ man/man1/crosspad2idraw.1.gz man/man1/crosspad2ps.1.gz man/man1/crosspad2tgif.1.gz man/man1/padload.1.gz -%%PORTDOCS%%%%DOCSDIR%%/PROTOCOL -%%PORTDOCS%%%%DOCSDIR%%/README.english -%%PORTDOCS%%%%DOCSDIR%%/README.japanese From owner-svn-ports-head@freebsd.org Wed Dec 23 11:44:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B60A5A4F647; Wed, 23 Dec 2015 11:44: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 86A81156E; Wed, 23 Dec 2015 11:44: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 tBNBi64V011200; Wed, 23 Dec 2015 11:44:06 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNBi6Ih011198; Wed, 23 Dec 2015 11:44:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512231144.tBNBi6Ih011198@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Dec 2015 11:44:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404290 - head/www/dalbum X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 11:44:07 -0000 Author: amdmi3 Date: Wed Dec 23 11:44:06 2015 New Revision: 404290 URL: https://svnweb.freebsd.org/changeset/ports/404290 Log: - Add NO_ARCH - Convert to @dir Approved by: portmgr blanket Modified: head/www/dalbum/Makefile head/www/dalbum/pkg-plist Modified: head/www/dalbum/Makefile ============================================================================== --- head/www/dalbum/Makefile Wed Dec 23 11:43:59 2015 (r404289) +++ head/www/dalbum/Makefile Wed Dec 23 11:44:06 2015 (r404290) @@ -18,6 +18,7 @@ CPE_VERSION= ${PORTVERSION:C/^([0-9])([0 CPE_UPDATE= ${PORTVERSION:C/^.*\.//} USE_PHP= session pcre NO_BUILD= yes +NO_ARCH= yes DALBUM_DIR?= www/photo NO_WRKSUBDIR= yes Modified: head/www/dalbum/pkg-plist ============================================================================== --- head/www/dalbum/pkg-plist Wed Dec 23 11:43:59 2015 (r404289) +++ head/www/dalbum/pkg-plist Wed Dec 23 11:44:06 2015 (r404290) @@ -83,14 +83,14 @@ %%DALBUM_DIR%%/reindex.php %%DALBUM_DIR%%/showimg.php %%DALBUM_DIR%%/version.txt -@dirrmtry %%DALBUM_DIR%%/pictures/Sample album -@dirrmtry %%DALBUM_DIR%%/pictures -@dirrm %%DALBUM_DIR%%/include/lang -@dirrm %%DALBUM_DIR%%/include -@dirrm %%DALBUM_DIR%%/images/folder -@dirrm %%DALBUM_DIR%%/images -@dirrm %%DALBUM_DIR%%/config -@dirrmtry %%DALBUM_DIR%%/.private -@dirrm %%DALBUM_DIR%% -@owner root -@group wheel +@dir %%DALBUM_DIR%%/pictures/Sample album +@dir %%DALBUM_DIR%%/pictures +@dir %%DALBUM_DIR%%/include/lang +@dir %%DALBUM_DIR%%/include +@dir %%DALBUM_DIR%%/images/folder +@dir %%DALBUM_DIR%%/images +@dir %%DALBUM_DIR%%/config +@dir %%DALBUM_DIR%%/.private +@dir %%DALBUM_DIR%% +@owner +@group From owner-svn-ports-head@freebsd.org Wed Dec 23 11:49:10 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36637A4F722; Wed, 23 Dec 2015 11:49:10 +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 063591792; Wed, 23 Dec 2015 11:49:09 +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 tBNBn9H3011444; Wed, 23 Dec 2015 11:49:09 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNBn98w011443; Wed, 23 Dec 2015 11:49:09 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201512231149.tBNBn98w011443@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Wed, 23 Dec 2015 11:49:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404291 - head/Mk/Scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 11:49:10 -0000 Author: ohauer Date: Wed Dec 23 11:49:08 2015 New Revision: 404291 URL: https://svnweb.freebsd.org/changeset/ports/404291 Log: - add additional blank line, else the first line of the error message is directly appended to the last line from the build output deamon@ already fixed the typos in the error message (r404229) PR: 203157 Modified: head/Mk/Scripts/find-lib.sh Modified: head/Mk/Scripts/find-lib.sh ============================================================================== --- head/Mk/Scripts/find-lib.sh Wed Dec 23 11:44:06 2015 (r404290) +++ head/Mk/Scripts/find-lib.sh Wed Dec 23 11:49:08 2015 (r404291) @@ -8,6 +8,7 @@ if [ -z "${LIB_DIRS}" -o -z "${LOCALBASE fi if [ -f /usr/share/misc/magic.mime -o -f /usr/share/misc/magic.mime.mgc ]; then + echo >&2 echo "Either /usr/share/misc/magic.mime or /usr/share/misc/magic.mime.mgc exist and must be removed." >&2 echo "These are legacy files from an older release and may safely be deleted." >&2 echo "Please see UPDATING 20150213 for more details." >&2 From owner-svn-ports-head@freebsd.org Wed Dec 23 13:38:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95221A4F368; Wed, 23 Dec 2015 13:38:49 +0000 (UTC) (envelope-from h.skuhra@gmail.com) Received: from mail-wm0-x22a.google.com (mail-wm0-x22a.google.com [IPv6:2a00:1450:400c:c09::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48E0E1C00; Wed, 23 Dec 2015 13:38:49 +0000 (UTC) (envelope-from h.skuhra@gmail.com) Received: by mail-wm0-x22a.google.com with SMTP id l126so146783536wml.1; Wed, 23 Dec 2015 05:38:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:message-id:from:to:cc:subject:in-reply-to:references :user-agent:mime-version:content-type; bh=1tsjhojIMeH8CGuuSQ+/3b2iAZXo2VN6AhEWWWQ3344=; b=uHUNb9964W3jeB/OTc9FnqT+Iqr0XITRx3ww+1Fe3a2GOPfGI9+Dh2gBrd3j7LH1Kj 878fg4PF02GS65E8HRnVg92xElBqaqrQCIaQ1RriTG+alcbPpPiuQVF1ZsKAeuLxJEU8 PzCdCfj9A4apc/rr1d0f/bzPM7h4N8QfqJ6GzpXCyMXa9WTCBaDw+RRo11njuHC5Tx4H KoPQMkbZgfP2XTvOyLoUgRe9ktFXV35jWhhRQGRMD0T4XQ/44ElhDTf8Ddedw/vnC8QR NzXdxCqklmrkV4KFJH/V5RrNryHo/dIMlJT0SyG2Pt9pqNUErhkkasGreHEi7KdYEyMK zmAw== X-Received: by 10.194.110.5 with SMTP id hw5mr39662694wjb.154.1450877926615; Wed, 23 Dec 2015 05:38:46 -0800 (PST) Received: from oslo.ath.cx ([2a02:b18:581:10:a501:5fa0:4943:64b7]) by smtp.gmail.com with ESMTPSA id d2sm37491128wjy.16.2015.12.23.05.38.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 23 Dec 2015 05:38:46 -0800 (PST) Date: Wed, 23 Dec 2015 14:38:44 +0100 Message-ID: <86fuytz3mj.wl-h.skuhra@gmail.com> From: "Herbert J. Skuhra" To: Jun Kuriyama Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r404276 - head/security/gnupg1 In-Reply-To: <201512230325.tBN3PqAJ064917@repo.freebsd.org> References: <201512230325.tBN3PqAJ064917@repo.freebsd.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/25.0.50 (i386-pc-freebsd10.2) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 13:38:49 -0000 On Wed, 23 Dec 2015 04:25:52 +0100, Jun Kuriyama wrote: > > Author: kuriyama > Date: Wed Dec 23 03:25:52 2015 > New Revision: 404276 > URL: https://svnweb.freebsd.org/changeset/ports/404276 > > Log: > - Upgrade to 1.4.20 (minor fixes). > > Modified: > head/security/gnupg1/Makefile > head/security/gnupg1/distinfo > > Modified: head/security/gnupg1/Makefile > ============================================================================== > --- head/security/gnupg1/Makefile Wed Dec 23 01:13:43 2015 (r404275) > +++ head/security/gnupg1/Makefile Wed Dec 23 03:25:52 2015 (r404276) > @@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= gnupg > -PORTVERSION= 1.4.19 > +PORTVERSION= 1.4.20 > #PORTREVISION= 0 > CATEGORIES= security > MASTER_SITES= GNUPG > > Modified: head/security/gnupg1/distinfo > ============================================================================== > --- head/security/gnupg1/distinfo Wed Dec 23 01:13:43 2015 (r404275) > +++ head/security/gnupg1/distinfo Wed Dec 23 03:25:52 2015 (r404276) > @@ -1,4 +1,4 @@ > -SHA256 (gnupg-1.4.19.tar.bz2) = 7f09319d044b0f6ee71fe3587bb873be701723ac0952cff5069046a78de8fd86 > -SIZE (gnupg-1.4.19.tar.bz2) = 3713811 > -SHA256 (gnupg-1.4.19.tar.bz2.sig) = 3101cf3b57e31ec32882a31dd1531e96d7968deb9ccd5ec3bac7c4e25c48f154 > -SIZE (gnupg-1.4.19.tar.bz2.sig) = 573 > +SHA256 (gnupg-1.4.20.tar.bz2) = 04988b1030fa28ddf961ca8ff6f0f8984e0cddcb1eb02859d5d8fe0fe237edcc > +SIZE (gnupg-1.4.20.tar.bz2) = 3692881 > +SHA256 (gnupg-1.4.20.tar.bz2.sig) = 9458921ce855f7fef88f0ae2bb1f2033bfbc83857104d8b5592f40c84d1a2f98 > +SIZE (gnupg-1.4.20.tar.bz2.sig) = 287 Something is wrong with the sig file? Index: distinfo =================================================================== --- distinfo (revision 404291) +++ distinfo (working copy) @@ -1,4 +1,4 @@ SHA256 (gnupg-1.4.20.tar.bz2) = 04988b1030fa28ddf961ca8ff6f0f8984e0cddcb1eb02859d5d8fe0fe237edcc SIZE (gnupg-1.4.20.tar.bz2) = 3692881 -SHA256 (gnupg-1.4.20.tar.bz2.sig) = 9458921ce855f7fef88f0ae2bb1f2033bfbc83857104d8b5592f40c84d1a2f98 -SIZE (gnupg-1.4.20.tar.bz2.sig) = 287 +SHA256 (gnupg-1.4.20.tar.bz2.sig) = 60699efc9c9546722c04aba69fff874aaf5dacd7d4637238cb8d66960963f843 +SIZE (gnupg-1.4.20.tar.bz2.sig) = 574 -- Herbert From owner-svn-ports-head@freebsd.org Wed Dec 23 14:04:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44576A4FAA2; Wed, 23 Dec 2015 14:04: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 13B22172A; Wed, 23 Dec 2015 14:04:22 +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 tBNE4LVN051013; Wed, 23 Dec 2015 14:04:21 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNE4LIC051012; Wed, 23 Dec 2015 14:04:21 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512231404.tBNE4LIC051012@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Dec 2015 14:04:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404292 - head/sysutils/cfengine34 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 14:04:22 -0000 Author: amdmi3 Date: Wed Dec 23 14:04:21 2015 New Revision: 404292 URL: https://svnweb.freebsd.org/changeset/ports/404292 Log: - Drop @dirrm* from plist Approved by: portmgr blanket Modified: head/sysutils/cfengine34/pkg-plist Modified: head/sysutils/cfengine34/pkg-plist ============================================================================== --- head/sysutils/cfengine34/pkg-plist Wed Dec 23 11:49:08 2015 (r404291) +++ head/sysutils/cfengine34/pkg-plist Wed Dec 23 14:04:21 2015 (r404292) @@ -296,18 +296,9 @@ share/cfengine/CoreBase/update.cf %%DOCSDIR%%/examples/win_emergency.cf %%DOCSDIR%%/examples/win_registry.cf %%DOCSDIR%%/examples/win_schedule.cf -@dirrm %%DOCSDIR%%/examples -@dirrm %%DOCSDIR%% -@dirrm share/cfengine/CoreBase/controls -@dirrm share/cfengine/CoreBase/libraries -@dirrm share/cfengine/CoreBase/services -@dirrm share/cfengine/CoreBase -@dirrm share/cfengine -@dirrm libexec/cfengine @unexec rmdir "/var/cfengine/inputs" >/dev/null 2>&1 || : @unexec rmdir "/var/cfengine/masterfiles" >/dev/null 2>&1 || : @unexec rmdir "/var/cfengine/modules" >/dev/null 2>&1 || : @unexec rmdir "/var/cfengine/outputs" >/dev/null 2>&1 || : @unexec rmdir "/var/cfengine/ppkeys" >/dev/null 2>&1 || : @unexec rmdir "/var/cfengine" >/dev/null 2>&1 || : - From owner-svn-ports-head@freebsd.org Wed Dec 23 14:04:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5F71A4FAA8; Wed, 23 Dec 2015 14:04: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 8A6001794; Wed, 23 Dec 2015 14:04: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 tBNE4Q1N051101; Wed, 23 Dec 2015 14:04:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNE4QlV051100; Wed, 23 Dec 2015 14:04:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512231404.tBNE4QlV051100@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Dec 2015 14:04:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404293 - head/sysutils/cfengine35 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 14:04:27 -0000 Author: amdmi3 Date: Wed Dec 23 14:04:26 2015 New Revision: 404293 URL: https://svnweb.freebsd.org/changeset/ports/404293 Log: - Drop @dirrm* from plist Approved by: portmgr blanket Modified: head/sysutils/cfengine35/pkg-plist Modified: head/sysutils/cfengine35/pkg-plist ============================================================================== --- head/sysutils/cfengine35/pkg-plist Wed Dec 23 14:04:21 2015 (r404292) +++ head/sysutils/cfengine35/pkg-plist Wed Dec 23 14:04:26 2015 (r404293) @@ -313,17 +313,6 @@ share/cfengine/CoreBase/update.cf %%DOCSDIR%%/examples/win_emergency.cf %%DOCSDIR%%/examples/win_registry.cf %%DOCSDIR%%/examples/win_schedule.cf -@dirrm %%DOCSDIR%%/examples -@dirrm %%DOCSDIR%% -@dirrm share/cfengine/CoreBase/controls -@dirrm share/cfengine/CoreBase/libraries -@dirrm share/cfengine/CoreBase/services -@dirrm share/cfengine/CoreBase/lib/3.5 -@dirrm share/cfengine/CoreBase/lib/3.6 -@dirrm share/cfengine/CoreBase/lib -@dirrm share/cfengine/CoreBase -@dirrm share/cfengine -@dirrm libexec/cfengine @unexec rmdir "/var/cfengine/masterfiles" >/dev/null 2>&1 || : @unexec rmdir "/var/cfengine/inputs" >/dev/null 2>&1 || : @unexec rmdir "/var/cfengine/modules" >/dev/null 2>&1 || : From owner-svn-ports-head@freebsd.org Wed Dec 23 14:11:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 863C7A4FD4E; Wed, 23 Dec 2015 14:11:13 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55BD11ABC; Wed, 23 Dec 2015 14:11:13 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBNEBCWH051754; Wed, 23 Dec 2015 14:11:12 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNEBCaE051752; Wed, 23 Dec 2015 14:11:12 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201512231411.tBNEBCaE051752@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Wed, 23 Dec 2015 14:11:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404294 - head/devel/py-multipledispatch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 14:11:13 -0000 Author: skreuzer Date: Wed Dec 23 14:11:12 2015 New Revision: 404294 URL: https://svnweb.freebsd.org/changeset/ports/404294 Log: Update to version 0.4.8 Modified: head/devel/py-multipledispatch/Makefile head/devel/py-multipledispatch/distinfo Modified: head/devel/py-multipledispatch/Makefile ============================================================================== --- head/devel/py-multipledispatch/Makefile Wed Dec 23 14:04:26 2015 (r404293) +++ head/devel/py-multipledispatch/Makefile Wed Dec 23 14:11:12 2015 (r404294) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= multipledispatch -PORTVERSION= 0.4.7 +PORTVERSION= 0.4.8 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-multipledispatch/distinfo ============================================================================== --- head/devel/py-multipledispatch/distinfo Wed Dec 23 14:04:26 2015 (r404293) +++ head/devel/py-multipledispatch/distinfo Wed Dec 23 14:11:12 2015 (r404294) @@ -1,2 +1,2 @@ -SHA256 (multipledispatch-0.4.7.tar.gz) = 401bb875cdbd85359f01029e60ef7610bf1172b5052474285daf4102b109496d -SIZE (multipledispatch-0.4.7.tar.gz) = 7234 +SHA256 (multipledispatch-0.4.8.tar.gz) = 07d41fb3ed25e8424536e48a8566f88a0f9926ca4b6174bff6aa16c98251b92e +SIZE (multipledispatch-0.4.8.tar.gz) = 7393 From owner-svn-ports-head@freebsd.org Wed Dec 23 14:13:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00CD5A4FDD0; Wed, 23 Dec 2015 14:13:05 +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 C62461D48; Wed, 23 Dec 2015 14:13:04 +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 tBNED3Ms054175; Wed, 23 Dec 2015 14:13:03 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNED3mX054172; Wed, 23 Dec 2015 14:13:03 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201512231413.tBNED3mX054172@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 23 Dec 2015 14:13:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404295 - head/www/py-fedex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 14:13:05 -0000 Author: wen Date: Wed Dec 23 14:13:03 2015 New Revision: 404295 URL: https://svnweb.freebsd.org/changeset/ports/404295 Log: - Update to 2.0.0 - Update WWW PR: 205535 Submitted by: ports@caomhin.org(maintainer) Modified: head/www/py-fedex/Makefile head/www/py-fedex/distinfo head/www/py-fedex/pkg-descr Modified: head/www/py-fedex/Makefile ============================================================================== --- head/www/py-fedex/Makefile Wed Dec 23 14:11:12 2015 (r404294) +++ head/www/py-fedex/Makefile Wed Dec 23 14:13:03 2015 (r404295) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fedex -PORTVERSION= 1.1.1 +PORTVERSION= 2.0.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-fedex/distinfo ============================================================================== --- head/www/py-fedex/distinfo Wed Dec 23 14:11:12 2015 (r404294) +++ head/www/py-fedex/distinfo Wed Dec 23 14:13:03 2015 (r404295) @@ -1,2 +1,2 @@ -SHA256 (fedex-1.1.1.tar.gz) = 62021836f81df116cf78b8e17ff36d200ee540e104d3ff60d7f598b4496434db -SIZE (fedex-1.1.1.tar.gz) = 542480 +SHA256 (fedex-2.0.0.tar.gz) = c91cde6b33b554f0a9d38d2d735c244c2c082edc9d4413080ca5ce7ed71c9aff +SIZE (fedex-2.0.0.tar.gz) = 484760 Modified: head/www/py-fedex/pkg-descr ============================================================================== --- head/www/py-fedex/pkg-descr Wed Dec 23 14:11:12 2015 (r404294) +++ head/www/py-fedex/pkg-descr Wed Dec 23 14:13:03 2015 (r404295) @@ -1,3 +1,3 @@ A light wrapper around Fedex's Web Services SOAP API using suds. -WWW: http://code.google.com/p/python-fedex/ +WWW: https://github.com/gtaylor/python-fedex From owner-svn-ports-head@freebsd.org Wed Dec 23 15:01:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63BE9A50A42; Wed, 23 Dec 2015 15:01: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 369B31016; Wed, 23 Dec 2015 15:01: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 tBNF1EnE068060; Wed, 23 Dec 2015 15:01:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNF1ErO068059; Wed, 23 Dec 2015 15:01:14 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512231501.tBNF1ErO068059@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Dec 2015 15:01:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404297 - head/sysutils/cfengine37 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 15:01:15 -0000 Author: amdmi3 Date: Wed Dec 23 15:01:14 2015 New Revision: 404297 URL: https://svnweb.freebsd.org/changeset/ports/404297 Log: - Remove unneeded @dir's Approved by: portmgr blanket Modified: head/sysutils/cfengine37/pkg-plist Modified: head/sysutils/cfengine37/pkg-plist ============================================================================== --- head/sysutils/cfengine37/pkg-plist Wed Dec 23 15:01:10 2015 (r404296) +++ head/sysutils/cfengine37/pkg-plist Wed Dec 23 15:01:14 2015 (r404297) @@ -350,9 +350,6 @@ sbin/rpmvercmp %%DOCSDIR%%/examples/win_registry.cf %%DOCSDIR%%/examples/win_schedule.cf %%DOCSDIR%%/examples/zenoss.cf -@dir %%DOCSDIR%%/examples -@dir %%DOCSDIR%% -@dir libexec/cfengine @unexec rmdir "/var/cfengine/inputs" >/dev/null 2>&1 || : @unexec rmdir "/var/cfengine/modules" >/dev/null 2>&1 || : @unexec rmdir "/var/cfengine/outputs" >/dev/null 2>&1 || : From owner-svn-ports-head@freebsd.org Wed Dec 23 15:01:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB49AA50A31; Wed, 23 Dec 2015 15:01: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 76A211FF9; Wed, 23 Dec 2015 15:01: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 tBNF1AjH067970; Wed, 23 Dec 2015 15:01:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNF1Agc067969; Wed, 23 Dec 2015 15:01:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512231501.tBNF1Agc067969@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Dec 2015 15:01:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404296 - head/sysutils/cfengine36 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 15:01:11 -0000 Author: amdmi3 Date: Wed Dec 23 15:01:10 2015 New Revision: 404296 URL: https://svnweb.freebsd.org/changeset/ports/404296 Log: - Remove unneeded @dir's Approved by: portmgr blanket Modified: head/sysutils/cfengine36/pkg-plist Modified: head/sysutils/cfengine36/pkg-plist ============================================================================== --- head/sysutils/cfengine36/pkg-plist Wed Dec 23 14:13:03 2015 (r404295) +++ head/sysutils/cfengine36/pkg-plist Wed Dec 23 15:01:10 2015 (r404296) @@ -340,9 +340,6 @@ sbin/rpmvercmp %%DOCSDIR%%/examples/win_registry.cf %%DOCSDIR%%/examples/win_schedule.cf %%DOCSDIR%%/examples/zenoss.cf -@dir %%DOCSDIR%%/examples -@dir %%DOCSDIR%% -@dir libexec/cfengine @unexec rmdir "/var/cfengine/inputs" >/dev/null 2>&1 || : @unexec rmdir "/var/cfengine/modules" >/dev/null 2>&1 || : @unexec rmdir "/var/cfengine/outputs" >/dev/null 2>&1 || : From owner-svn-ports-head@freebsd.org Wed Dec 23 15:45:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22E03A4F96C; Wed, 23 Dec 2015 15:45:49 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D57E1E25; Wed, 23 Dec 2015 15:45:48 +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 tBNFjl2u080859; Wed, 23 Dec 2015 15:45:47 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNFjl2q080856; Wed, 23 Dec 2015 15:45:47 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201512231545.tBNFjl2q080856@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 23 Dec 2015 15:45:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404301 - head/multimedia/plexmediaserver-plexpass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 15:45:49 -0000 Author: feld Date: Wed Dec 23 15:45:47 2015 New Revision: 404301 URL: https://svnweb.freebsd.org/changeset/ports/404301 Log: multimedia/plexmediaserver-plexpass: Update to 0.9.15.0 Changelog: https://forums.plex.tv/discussion/comment/1089240#Comment_1089240 Modified: head/multimedia/plexmediaserver-plexpass/Makefile head/multimedia/plexmediaserver-plexpass/distinfo head/multimedia/plexmediaserver-plexpass/pkg-plist Modified: head/multimedia/plexmediaserver-plexpass/Makefile ============================================================================== --- head/multimedia/plexmediaserver-plexpass/Makefile Wed Dec 23 15:31:17 2015 (r404300) +++ head/multimedia/plexmediaserver-plexpass/Makefile Wed Dec 23 15:45:47 2015 (r404301) @@ -1,13 +1,13 @@ # Created by: KalleDK # $FreeBSD$ -PORTVERSION= 0.9.14.5.1595 +PORTVERSION= 0.9.15.0.1621 PORTREVISION= 0 PKGNAMESUFFIX= -plexpass MAINTAINER= feld@FreeBSD.org -PLEX_BUILD= 5c6e524 +PLEX_BUILD= 344f193 USE_RC_SUBR= ${PORTNAME}_plexpass Modified: head/multimedia/plexmediaserver-plexpass/distinfo ============================================================================== --- head/multimedia/plexmediaserver-plexpass/distinfo Wed Dec 23 15:31:17 2015 (r404300) +++ head/multimedia/plexmediaserver-plexpass/distinfo Wed Dec 23 15:45:47 2015 (r404301) @@ -1,2 +1,2 @@ -SHA256 (PlexMediaServer-0.9.14.5.1595-5c6e524-freebsd-amd64.tar.bz2) = 931cd771eb90aa212b2ec4b4990a9c0f17e9dd4a391aac56a80ea88e7db47e7e -SIZE (PlexMediaServer-0.9.14.5.1595-5c6e524-freebsd-amd64.tar.bz2) = 97185269 +SHA256 (PlexMediaServer-0.9.15.0.1621-344f193-freebsd-amd64.tar.bz2) = c82de6e64d90a880734bde9ad1b363f4851ada9f8eabd5367a4b6529e5a6a284 +SIZE (PlexMediaServer-0.9.15.0.1621-344f193-freebsd-amd64.tar.bz2) = 97461015 Modified: head/multimedia/plexmediaserver-plexpass/pkg-plist ============================================================================== --- head/multimedia/plexmediaserver-plexpass/pkg-plist Wed Dec 23 15:31:17 2015 (r404300) +++ head/multimedia/plexmediaserver-plexpass/pkg-plist Wed Dec 23 15:45:47 2015 (r404301) @@ -61,6 +61,7 @@ %%DATADIR%%/Resources/Graphics/video.png %%DATADIR%%/Resources/LICENSE %%DATADIR%%/Resources/Plex New Transcoder +%%DATADIR%%/Resources/Plex Relay %%DATADIR%%/Resources/Plex Transcoder %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Fanart-TV.bundle/Contents/Code/__init__.py %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Fanart-TV.bundle/Contents/DefaultPrefs.json @@ -71,219 +72,219 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Fanart-TV.bundle/README.md %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/.gitignore %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Info.plist -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Linux/i386/Frameworks/README -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Linux/i386/Libraries/README -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/BeautifulSoup.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/Eval.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/Guards.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/Limits.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/MutatingWalker.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/PrintCollector.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/RCompile.pyc +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/FreeBSD/i386/Frameworks/README +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/FreeBSD/i386/Libraries/README +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/BeautifulSoup.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/Eval.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/Guards.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/Limits.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/MutatingWalker.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/PrintCollector.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/RCompile.py %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/README.txt -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/RestrictionMutator.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/SelectCompiler.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/Utilities.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/__init__.pyc +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/RestrictionMutator.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/SelectCompiler.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/Utilities.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/__init__.py %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/notes.txt -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/__init__.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/before_and_after.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/before_and_after24.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/before_and_after25.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/before_and_after26.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/class.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/lambda.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/restricted_module.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/security_in_syntax.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/security_in_syntax26.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/testCompile.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/testREADME.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/testRestrictions.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/testUtiliities.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/unpack.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/verify.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/binascii_plus.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/cerealizer/__init__.pyc +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/__init__.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/before_and_after.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/before_and_after24.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/before_and_after25.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/before_and_after26.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/class.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/lambda.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/restricted_module.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/security_in_syntax.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/security_in_syntax26.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/testCompile.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/testREADME.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/testRestrictions.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/testUtiliities.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/unpack.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/RestrictedPython/tests/verify.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/binascii_plus.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/cerealizer/__init__.py %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/LICENSE.txt -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/__init__.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/__init__.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/aes.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/aes_cbc.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/aes_sbox_analysis.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/arc4.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/base.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/cbc.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/ccm.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/icedoll.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/rijndael.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/tkip_encr.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/trolldoll.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/wep.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/common.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/entropy/__init__.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/entropy/pagingEntropy.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/entropy/prn_rijndael.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/errors.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/hash/__init__.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/hash/hash.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/hash/md5Hash.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/hash/sha1Hash.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/keyedHash/__init__.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/keyedHash/hmacHash.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/keyedHash/michael.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/keyedHash/pbkdf2.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/keyedHash/prf_dot11.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/keyedHash/tkip_key_mixing.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/keyedHash/tkip_mic.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/daemon.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/dateutil/__init__.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/dateutil/easter.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/dateutil/parser.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/dateutil/relativedelta.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/dateutil/rrule.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/dateutil/tz.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/dateutil/tzwin.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/dateutil/zoneinfo/__init__.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/demjson.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/feedparser.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/httplib_new.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/__init__.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/_version.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/__init__.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_array.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_collections.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_decimal.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_django_contrib_auth_models.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_django_db_models_base.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_django_db_models_fields.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_django_db_models_query.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_django_utils_translation.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_elixir.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_google_appengine_ext_blobstore.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_google_appengine_ext_db.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_sets.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_sqlalchemy_orm.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_sqlalchemy_orm_collections.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/util.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/alias.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/amf0.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/amf3.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/codec.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/flex/__init__.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/flex/data.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/flex/messaging.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/python.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/__init__.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/amf0.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/amf3.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/client/__init__.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/gateway/__init__.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/gateway/django.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/gateway/google.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/gateway/twisted.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/gateway/wsgi.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/sol.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/util/__init__.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/util/imports.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/util/pure.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/versions.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/xml.pyc +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/__init__.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/__init__.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/aes.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/aes_cbc.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/aes_sbox_analysis.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/arc4.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/base.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/cbc.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/ccm.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/icedoll.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/rijndael.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/tkip_encr.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/trolldoll.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/cipher/wep.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/common.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/entropy/__init__.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/entropy/pagingEntropy.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/entropy/prn_rijndael.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/errors.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/hash/__init__.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/hash/hash.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/hash/md5Hash.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/hash/sha1Hash.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/keyedHash/__init__.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/keyedHash/hmacHash.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/keyedHash/michael.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/keyedHash/pbkdf2.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/keyedHash/prf_dot11.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/keyedHash/tkip_key_mixing.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/crypto/keyedHash/tkip_mic.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/daemon.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/dateutil/__init__.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/dateutil/easter.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/dateutil/parser.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/dateutil/relativedelta.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/dateutil/rrule.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/dateutil/tz.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/dateutil/tzwin.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/dateutil/zoneinfo/__init__.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/demjson.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/feedparser.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/httplib_new.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/__init__.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/_version.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/__init__.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_array.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_collections.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_decimal.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_django_contrib_auth_models.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_django_db_models_base.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_django_db_models_fields.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_django_db_models_query.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_django_utils_translation.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_elixir.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_google_appengine_ext_blobstore.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_google_appengine_ext_db.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_sets.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_sqlalchemy_orm.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/_sqlalchemy_orm_collections.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/adapters/util.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/alias.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/amf0.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/amf3.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/codec.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/flex/__init__.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/flex/data.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/flex/messaging.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/python.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/__init__.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/amf0.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/amf3.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/client/__init__.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/gateway/__init__.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/gateway/django.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/gateway/google.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/gateway/twisted.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/remoting/gateway/wsgi.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/sol.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/util/__init__.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/util/imports.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/util/pure.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/versions.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/pyamf/xml.py %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/routes/LICENSE -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/routes/__init__.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/routes/base.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/routes/lru.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/routes/mapper.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/routes/middleware.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/routes/route.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/routes/util.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/subprocess_new.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/threading_new.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/__init__.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/auth.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/autoreload.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/database.pyc +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/routes/__init__.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/routes/base.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/routes/lru.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/routes/mapper.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/routes/middleware.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/routes/route.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/routes/util.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/subprocess_new.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/threading_new.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/__init__.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/auth.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/autoreload.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/database.py %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/epoll.c -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/escape.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/httpclient.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/httpserver.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/httputil.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/ioloop.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/iostream.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/locale.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/options.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/s3server.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/stack_context.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/template.pyc +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/escape.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/httpclient.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/httpserver.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/httputil.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/ioloop.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/iostream.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/locale.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/options.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/s3server.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/stack_context.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/template.py %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/test/README -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/test/__init__.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/test/httpserver_test.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/test/ioloop_test.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/test/runtests.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/test/stack_context_test.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/test/testing_test.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/test/web_test.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/testing.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/web.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/win32_support.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/wsgi.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/urllib2_new.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/xpython.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/DB.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/FileTypes.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/HTTP.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/JSON.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/Locale.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/Log.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/MediaXML.pyc +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/test/__init__.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/test/httpserver_test.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/test/ioloop_test.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/test/runtests.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/test/stack_context_test.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/test/testing_test.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/test/web_test.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/testing.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/web.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/win32_support.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/wsgi.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/urllib2_new.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/xpython.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/DB.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/FileTypes.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/HTTP.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/JSON.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/Locale.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/Log.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/MediaXML.py %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/MimeTypes.json -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/Plugin.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/Prefs.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/RSS.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/Shorthand.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/Thread.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/Utils.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/XML.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/YAML.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/__error.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/__init__.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/oauth.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/bootstrap.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/importer.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/platform.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Client.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Constants.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Data.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Database.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Datetime.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Decorators.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Dict.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/HTTP.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Hash.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Helper.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/JSON.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Locale.pyc +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/Plugin.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/Prefs.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/RSS.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/Shorthand.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/Thread.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/Utils.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/XML.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/YAML.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/__error.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/__init__.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/PMS/oauth.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/bootstrap.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/importer.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/0/Python/platform.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Client.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Constants.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Data.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Database.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Datetime.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Decorators.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Dict.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/HTTP.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Hash.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Helper.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/JSON.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Locale.py %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/MimeTypes.json -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Network.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Objects.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Platform.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Plist.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Plugin.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Prefs.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/RSS.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Request.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Resource.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Routes.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Shortcuts.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/String.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Thread.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/XML.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/YAML.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/__error.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/__init__.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/__objectManager.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/bootstrap.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/importer.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/platform.pyc +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Network.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Objects.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Platform.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Plist.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Plugin.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Prefs.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/RSS.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Request.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Resource.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Routes.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Shortcuts.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/String.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/Thread.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/XML.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/YAML.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/__error.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/__init__.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/PMS/__objectManager.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/bootstrap.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/importer.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Python/platform.py %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Resources/Book1.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Resources/Book2.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/1/Resources/CD.png @@ -310,93 +311,93 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Models/Metadata/music_models.pym %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Models/Metadata/photo_models.pym %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Models/Metadata/tv_models.pym -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/__init__.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/__init__.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/agentkit.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/base.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/cloudkit.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/constkit.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/corekit.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/cryptokit.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/datakit.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/helperkit.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/localekit.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/logkit.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/messagekit.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/modelkit.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/networkkit.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/objectkit.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/parsekit.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/playerkit.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/resourcekit.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/runtimekit.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/servicekit.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/streamkit.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/templatekit.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/threadkit.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/utilkit.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/base.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/code/__init__.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/code/context.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/code/loader.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/code/preferences.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/code/sandbox.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/__init__.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/base.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/caching.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/data.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/debugging.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/localization.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/messaging.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/myplex.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/networking.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/notifications.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/runtime.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/services.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/storage.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/constants.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/core.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/docutils.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/exceptions.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/handlers/__init__.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/handlers/base.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/handlers/debugging.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/handlers/messaging.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/handlers/plugin.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/handlers/resources.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/handlers/runtime.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/handlers/services.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/interfaces/__init__.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/interfaces/base.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/interfaces/pipeinterface.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/interfaces/socketinterface.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/__init__.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/accessor.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/attributes.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/classes.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/combination.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/model.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/namespace.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/objects.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/serialization.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/templates.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/objects.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/policies/__init__.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/policies/base.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/policies/cloudpolicy.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/policies/elevatedpolicy.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/policies/modelpolicy.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/policies/servicepolicy.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/policies/standardpolicy.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/policies/unpicklepolicy.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/utils.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/config.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/subsystem/__init__.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/subsystem/importer.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/subsystem/ospathfix.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/subsystem/propertyfix.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/subsystem/weakreffix.pyc +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/__init__.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/__init__.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/agentkit.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/base.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/cloudkit.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/constkit.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/corekit.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/cryptokit.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/datakit.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/helperkit.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/localekit.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/logkit.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/messagekit.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/modelkit.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/networkkit.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/objectkit.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/parsekit.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/playerkit.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/resourcekit.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/runtimekit.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/servicekit.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/streamkit.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/templatekit.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/threadkit.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/utilkit.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/base.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/code/__init__.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/code/context.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/code/loader.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/code/preferences.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/code/sandbox.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/__init__.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/base.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/caching.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/data.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/debugging.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/localization.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/messaging.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/myplex.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/networking.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/notifications.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/runtime.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/services.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/storage.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/constants.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/core.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/docutils.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/exceptions.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/handlers/__init__.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/handlers/base.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/handlers/debugging.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/handlers/messaging.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/handlers/plugin.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/handlers/resources.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/handlers/runtime.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/handlers/services.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/interfaces/__init__.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/interfaces/base.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/interfaces/pipeinterface.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/interfaces/socketinterface.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/__init__.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/accessor.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/attributes.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/classes.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/combination.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/model.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/namespace.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/objects.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/serialization.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/templates.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/objects.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/policies/__init__.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/policies/base.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/policies/cloudpolicy.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/policies/elevatedpolicy.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/policies/modelpolicy.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/policies/servicepolicy.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/policies/standardpolicy.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/policies/unpicklepolicy.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/utils.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/config.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/subsystem/__init__.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/subsystem/importer.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/subsystem/ospathfix.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/subsystem/propertyfix.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Python/subsystem/weakreffix.py %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Resources/Book1.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Resources/Book2.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Framework.bundle/Contents/Resources/Versions/2/Resources/Bundle.png @@ -443,47 +444,52 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Code/videohelpers.py %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/DefaultPrefs.json %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Info.plist -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/ID3.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/ID3v2.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/UnicodeHelper.pyc +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/ID3.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/ID3v2.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/UnicodeHelper.py %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mp4file/PKG-INFO -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mp4file/__init__.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mp4file/atom.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mp4file/atomsearch.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mp4file/atomsearch_test.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mp4file/mp4file.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/__init__.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/_compat.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/_constants.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/_id3frames.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/_id3specs.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/_id3util.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/_util.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/_vorbis.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/aiff.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/apev2.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/asf.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/easyid3.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/easymp4.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/flac.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/id3.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/m4a.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/monkeysaudio.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/mp3.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/mp4.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/musepack.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/ogg.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/oggflac.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/oggopus.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/oggspeex.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/oggtheora.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/oggvorbis.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/optimfrog.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/trueaudio.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/wavpack.pyc +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mp4file/__init__.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mp4file/atom.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mp4file/atomsearch.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mp4file/atomsearch_test.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mp4file/mp4file.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/__init__.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/_compat.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/_constants.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/_id3frames.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/_id3specs.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/_id3util.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/_util.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/_vorbis.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/aiff.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/apev2.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/asf.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/easyid3.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/easymp4.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/flac.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/id3.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/m4a.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/monkeysaudio.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/mp3.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/mp4.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/musepack.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/ogg.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/oggflac.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/oggopus.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/oggspeex.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/oggtheora.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/oggvorbis.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/optimfrog.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/trueaudio.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Libraries/Shared/mutagen/wavpack.py %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/Resources/icon-default.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/Contents/VERSION %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LocalMedia.bundle/README.md +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LyricFind.bundle/Contents/Code/__init__.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LyricFind.bundle/Contents/Info.plist +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LyricFind.bundle/Contents/Resources/attribution.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LyricFind.bundle/Contents/Resources/icon-default.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/LyricFind.bundle/Contents/VERSION %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Info.plist %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Aspect Ratio/1.33.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Media-Flags.bundle/Contents/Resources/Aspect Ratio/1.66.png @@ -1239,58 +1245,58 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/PlexVevo.bundle/Contents/VERSION %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/.gitignore %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Info.plist -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/AudioFiles.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/Filter.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/ID3.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/ID3v2.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/M4ATags.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/Media.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/PhotoFiles.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/Stack.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/UnicodeHelper.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/Utils.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/VideoFiles.pyc +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/AudioFiles.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/Filter.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/ID3.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/ID3v2.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/M4ATags.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/Media.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/PhotoFiles.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/Stack.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/UnicodeHelper.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/Utils.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/VideoFiles.py %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mp4file/PKG-INFO -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mp4file/__init__.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mp4file/atom.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mp4file/atomsearch.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mp4file/mp4file.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/__init__.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/_compat.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/_constants.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/_id3frames.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/_id3specs.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/_id3util.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/_util.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/_vorbis.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/aiff.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/apev2.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/asf.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/easyid3.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/easymp4.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/flac.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/id3.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/m4a.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/monkeysaudio.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/mp3.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/mp4.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/musepack.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/ogg.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/oggflac.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/oggopus.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/oggspeex.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/oggtheora.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/oggvorbis.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/optimfrog.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/trueaudio.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/wavpack.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/titlecase.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Movies/Plex Movie Scanner.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Movies/Plex Video Files Scanner.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Music/Plex Music Scanner.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Music/Plex Premium Music Scanner.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Photos/Plex Photo Scanner.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Series/Plex Series Scanner.pyc +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mp4file/__init__.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mp4file/atom.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mp4file/atomsearch.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mp4file/mp4file.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/__init__.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/_compat.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/_constants.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/_id3frames.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/_id3specs.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/_id3util.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/_util.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/_vorbis.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/aiff.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/apev2.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/asf.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/easyid3.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/easymp4.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/flac.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/id3.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/m4a.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/monkeysaudio.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/mp3.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/mp4.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/musepack.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/ogg.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/oggflac.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/oggopus.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/oggspeex.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/oggtheora.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/oggvorbis.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/optimfrog.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/trueaudio.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/mutagen/wavpack.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Common/titlecase.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Movies/Plex Movie Scanner.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Movies/Plex Video Files Scanner.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Music/Plex Music Scanner.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Music/Plex Premium Music Scanner.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Photos/Plex Photo Scanner.py +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Series/Plex Series Scanner.py %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/icon-default.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/VERSION %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/README.md @@ -1695,13 +1701,15 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/TheTVDB.bundle/Contents/VERSION %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/TheTVDB.bundle/README.md %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Info.plist -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.10b9f5ffe9c8c166ec066925b31387d1.css +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.891ef9dc7f993d3aafe782dd989ec08a.css +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.v3.1fee7e71799aa44574cdbde9fc7ed5c6.css %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/favicon-mask.svg %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/favicon.ico %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/base/plex-logo.96faf245690b14fdd33eccd3294ac57f.svg %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/base/plex-pass.e73cc397459c4930e842b86b27d05eb9.svg %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/base/pms-logo.70f6a544befb024685e4a294f6e5505e.svg %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/base/posters/square.f5415a2d8a1fccd963e88194af15ddc0.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/base/vendor-logos/lyricfind.0752dd542f235693d1fdaecbfcf339a3.svg %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/blank.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/android.e8cc6aa3327ad31f2637c2817cb8bf71.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/android@2x.70b26158a20f05a3fdf9d749dc1fb7c2.png @@ -1762,8 +1770,8 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/vendor-logos/gracenote.18089cb7063ad397523859fa93f2d54c.svg %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/vendor-logos/vevo.0aa36b37d6a9aedfe67df4c5ff2ae8e0.svg %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/index.html -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/main.fb320e3bfecc532050fa.js -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/vendors.2d650ff21d53c0a703fb.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/main.4639c8161e9b5c8f178c.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/vendors.07251d82117d8bd6f466.js %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/setup.html %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/swf/jwplayer/jwplayer.swf %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/swf/jwplayer/plex.xml @@ -1814,12 +1822,6 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/translations/zh.json %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/VERSION %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/README.md -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Wikipedia.bundle/Contents/Code/__init__.py -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Wikipedia.bundle/Contents/Info.plist -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Wikipedia.bundle/Contents/Resources/attribution.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Wikipedia.bundle/Contents/Resources/icon-default.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Wikipedia.bundle/Contents/VERSION -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Wikipedia.bundle/README.md %%DATADIR%%/Resources/Profiles/Android.xml %%DATADIR%%/Resources/Profiles/Asus Transformer Prime TF201.xml %%DATADIR%%/Resources/Profiles/Chrome.xml @@ -2737,16 +2739,16 @@ %%DATADIR%%/libavcodec.so.56 %%DATADIR%%/libavformat.so.56 %%DATADIR%%/libavutil.so.54 -%%DATADIR%%/libboost_chrono.so.1.57.0 -%%DATADIR%%/libboost_filesystem.so.1.57.0 -%%DATADIR%%/libboost_iostreams.so.1.57.0 -%%DATADIR%%/libboost_locale.so.1.57.0 -%%DATADIR%%/libboost_program_options.so.1.57.0 -%%DATADIR%%/libboost_regex.so.1.57.0 -%%DATADIR%%/libboost_signals.so.1.57.0 -%%DATADIR%%/libboost_system.so.1.57.0 -%%DATADIR%%/libboost_thread.so.1.57.0 -%%DATADIR%%/libboost_timer.so.1.57.0 +%%DATADIR%%/libboost_chrono.so.1.59.0 +%%DATADIR%%/libboost_filesystem.so.1.59.0 +%%DATADIR%%/libboost_iostreams.so.1.59.0 +%%DATADIR%%/libboost_locale.so.1.59.0 +%%DATADIR%%/libboost_program_options.so.1.59.0 +%%DATADIR%%/libboost_regex.so.1.59.0 +%%DATADIR%%/libboost_signals.so.1.59.0 +%%DATADIR%%/libboost_system.so.1.59.0 +%%DATADIR%%/libboost_thread.so.1.59.0 +%%DATADIR%%/libboost_timer.so.1.59.0 %%DATADIR%%/libcrypto.so.1.0.0 %%DATADIR%%/libcurl.so.7 %%DATADIR%%/libdcadec.so @@ -2755,6 +2757,7 @@ %%DATADIR%%/libfreeimage.so %%DATADIR%%/libiconv.so.7 %%DATADIR%%/libidn.so.17 +%%DATADIR%%/liblrc.so.0 %%DATADIR%%/libmediainfo.so.0 %%DATADIR%%/libminiupnpc.so.10 %%DATADIR%%/libnatpmp.so.1 From owner-svn-ports-head@freebsd.org Wed Dec 23 15:55:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43EF9A4FD96; Wed, 23 Dec 2015 15:55: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 0BE441260; Wed, 23 Dec 2015 15:55:38 +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 tBNFtcco083737; Wed, 23 Dec 2015 15:55:38 GMT (envelope-from tj@FreeBSD.org) Received: (from tj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNFtc0r083734; Wed, 23 Dec 2015 15:55:38 GMT (envelope-from tj@FreeBSD.org) Message-Id: <201512231555.tBNFtc0r083734@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tj set sender to tj@FreeBSD.org using -f From: Tom Judge Date: Wed, 23 Dec 2015 15:55:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404302 - head/net/activemq X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 15:55:39 -0000 Author: tj Date: Wed Dec 23 15:55:37 2015 New Revision: 404302 URL: https://svnweb.freebsd.org/changeset/ports/404302 Log: Upgrade to 5.13.0 Changes: http://activemq.apache.org/activemq-5130-release.html PR: 164466 Submitted by: zi Modified: head/net/activemq/Makefile head/net/activemq/distinfo head/net/activemq/pkg-plist Modified: head/net/activemq/Makefile ============================================================================== --- head/net/activemq/Makefile Wed Dec 23 15:45:47 2015 (r404301) +++ head/net/activemq/Makefile Wed Dec 23 15:55:37 2015 (r404302) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= activemq -PORTVERSION= 5.10.1 +PORTVERSION= 5.13.0 CATEGORIES= net java MASTER_SITES= APACHE/${PORTNAME}/${PORTVERSION} DISTNAME= apache-${PORTNAME}-${PORTVERSION}-bin @@ -24,9 +24,9 @@ MQUSER?= activemq MQGROUP?= ${MQUSER} USERS= ${MQUSER} GROUPS= ${MQGROUP} -CAMELVERSION= 2.13.1 -SPRINGVERSION= 3.2.8 -JETTYVERSION= 7.6.9.v20130131 +CAMELVERSION= 2.16.1 +SPRINGVERSION= 4.1.8 +JETTYVERSION= 9.2.13.v20150730 LVDBVERSION= 0.6 LVDBJNIVERSION= 1.8 @@ -78,30 +78,30 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/conf/${f} ${STAGEDIR}${ETCDIR}/${f}.sample .endfor -.for f in ${PORTNAME} ${PORTNAME}-admin diag - @cd ${WRKSRC}/bin && ${INSTALL_SCRIPT} ${f} ${STAGEDIR}${MQDATA}/bin +.for f in ${PORTNAME} ${PORTNAME}-diag + ${INSTALL_SCRIPT} ${WRKSRC}/bin/${f} ${STAGEDIR}${MQDATA}/bin .endfor - @cd ${WRKSRC}/bin && ${INSTALL_DATA} activemq.jar ${STAGEDIR}${MQDATA}/bin - @cd ${WRKSRC}/bin && ${INSTALL_DATA} wrapper.jar ${STAGEDIR}${MQDATA}/bin + ${INSTALL_DATA} ${WRKSRC}/bin/activemq.jar ${STAGEDIR}${MQDATA}/bin + ${INSTALL_DATA} ${WRKSRC}/bin/wrapper.jar ${STAGEDIR}${MQDATA}/bin .for f in webapps webapps-demo lib - @cd ${WRKSRC} && ${COPYTREE_SHARE} ${f} ${STAGEDIR}${MQDATA} + (cd ${WRKSRC} && ${COPYTREE_SHARE} ${f} ${STAGEDIR}${MQDATA}) .endfor @${LN} -sf ${MQDB} ${STAGEDIR}${MQDATA}/data @${LN} -sf ${ETCDIR} ${STAGEDIR}${MQDATA}/conf - @${LN} -sf ${EXAMPLESDIR} ${STAGEDIR}${MQDATA}/examples - @${LN} -sf ${DOCSDIR} ${STAGEDIR}${MQDATA}/docs do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/ + (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/) .for f in ${DOC_FILES} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ .endfor + @${LN} -sf ${DOCSDIR} ${STAGEDIR}${MQDATA}/docs do-install-EXAMPLES-on: - @cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} + (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) + @${LN} -sf ${EXAMPLESDIR} ${STAGEDIR}${MQDATA}/examples .include Modified: head/net/activemq/distinfo ============================================================================== --- head/net/activemq/distinfo Wed Dec 23 15:45:47 2015 (r404301) +++ head/net/activemq/distinfo Wed Dec 23 15:55:37 2015 (r404302) @@ -1,2 +1,2 @@ -SHA256 (apache-activemq-5.10.1-bin.tar.gz) = 48193c0f2b8e126f9b386829d293e189287e8fe355f1bedc389150ce3e0fda68 -SIZE (apache-activemq-5.10.1-bin.tar.gz) = 45420694 +SHA256 (apache-activemq-5.13.0-bin.tar.gz) = 6b460256a56c6e2c9e2575e90f6514c5239ec06e89ac9e8694b30bb5abbc7a8c +SIZE (apache-activemq-5.13.0-bin.tar.gz) = 53613208 Modified: head/net/activemq/pkg-plist ============================================================================== --- head/net/activemq/pkg-plist Wed Dec 23 15:45:47 2015 (r404301) +++ head/net/activemq/pkg-plist Wed Dec 23 15:55:37 2015 (r404302) @@ -1,344 +1,347 @@ -lib/activemq/bin/activemq -lib/activemq/bin/activemq-admin -lib/activemq/bin/activemq.jar -lib/activemq/bin/diag -lib/activemq/bin/wrapper.jar -lib/activemq/conf -lib/activemq/data -lib/activemq/docs -lib/activemq/examples -lib/activemq/lib/activemq-broker-%%PORTVERSION%%.jar -lib/activemq/lib/activemq-client-%%PORTVERSION%%.jar -lib/activemq/lib/activemq-console-%%PORTVERSION%%.jar -lib/activemq/lib/activemq-jaas-%%PORTVERSION%%.jar -lib/activemq/lib/activemq-kahadb-store-%%PORTVERSION%%.jar -lib/activemq/lib/activemq-openwire-legacy-%%PORTVERSION%%.jar -lib/activemq/lib/activemq-protobuf-1.1.jar -lib/activemq/lib/activemq-rar.txt -lib/activemq/lib/activemq-spring-%%PORTVERSION%%.jar -lib/activemq/lib/activemq-web-%%PORTVERSION%%.jar -lib/activemq/lib/camel/activemq-camel-%%PORTVERSION%%.jar -lib/activemq/lib/camel/camel-core-%%CAMELVERSION%%.jar -lib/activemq/lib/camel/camel-jms-%%CAMELVERSION%%.jar -lib/activemq/lib/camel/camel-spring-%%CAMELVERSION%%.jar -lib/activemq/lib/extra/mqtt-client-1.10.jar -lib/activemq/lib/geronimo-j2ee-management_1.1_spec-1.0.1.jar -lib/activemq/lib/geronimo-jms_1.1_spec-1.1.1.jar -lib/activemq/lib/geronimo-jta_1.0.1B_spec-1.0.1.jar -lib/activemq/lib/hawtbuf-1.10.jar -lib/activemq/lib/insight-log-core-7.2.0.redhat-024.jar -lib/activemq/lib/insight-log4j-7.2.0.redhat-024-patched.jar -lib/activemq/lib/jcl-over-slf4j-1.7.5.jar -lib/activemq/lib/optional/%%MQUSER%%-shiro-%%PORTVERSION%%.jar -lib/activemq/lib/optional/activeio-core-3.1.4.jar -lib/activemq/lib/optional/activemq-amqp-%%PORTVERSION%%.jar -lib/activemq/lib/optional/activemq-http-%%PORTVERSION%%.jar -lib/activemq/lib/optional/activemq-jdbc-store-%%PORTVERSION%%.jar -lib/activemq/lib/optional/activemq-jms-pool-%%PORTVERSION%%.jar -lib/activemq/lib/optional/activemq-leveldb-store-%%PORTVERSION%%.jar -lib/activemq/lib/optional/activemq-log4j-appender-%%PORTVERSION%%.jar -lib/activemq/lib/optional/activemq-mqtt-%%PORTVERSION%%.jar -lib/activemq/lib/optional/activemq-partition-%%PORTVERSION%%.jar -lib/activemq/lib/optional/activemq-pool-%%PORTVERSION%%.jar -lib/activemq/lib/optional/activemq-runtime-config-%%PORTVERSION%%.jar -lib/activemq/lib/optional/activemq-stomp-%%PORTVERSION%%.jar -lib/activemq/lib/optional/commons-beanutils-1.8.3.jar -lib/activemq/lib/optional/commons-codec-1.6.jar -lib/activemq/lib/optional/commons-collections-3.2.1.jar -lib/activemq/lib/optional/commons-dbcp-1.4.jar -lib/activemq/lib/optional/commons-lang-2.6.jar -lib/activemq/lib/optional/commons-net-3.3.jar -lib/activemq/lib/optional/commons-pool-1.6.jar -lib/activemq/lib/optional/geronimo-j2ee-connector_1.5_spec-2.0.0.jar -lib/activemq/lib/optional/guava-12.0.jar -lib/activemq/lib/optional/hawtbuf-proto-1.10.jar -lib/activemq/lib/optional/hawtdispatch-1.21.jar -lib/activemq/lib/optional/hawtdispatch-scala-2.11-1.21.jar -lib/activemq/lib/optional/hawtdispatch-transport-1.21.jar -lib/activemq/lib/optional/hawtjni-runtime-1.9.jar -lib/activemq/lib/optional/httpclient-4.2.5.jar -lib/activemq/lib/optional/httpcore-4.2.4.jar -lib/activemq/lib/optional/jackson-core-asl-1.9.12.jar -lib/activemq/lib/optional/jackson-mapper-asl-1.9.12.jar -lib/activemq/lib/optional/jasypt-1.9.1.jar -lib/activemq/lib/optional/jasypt-spring3-1.9.1.jar -lib/activemq/lib/optional/jaxb2-basics-runtime-%%LVDBVERSION%%.4.jar -lib/activemq/lib/optional/jettison-1.3.5.jar -lib/activemq/lib/optional/jmdns-3.4.1.jar -lib/activemq/lib/optional/leveldb-%%LVDBVERSION%%.jar -lib/activemq/lib/optional/leveldb-api-%%LVDBVERSION%%.jar -lib/activemq/lib/optional/leveldbjni-%%LVDBJNIVERSION%%.jar -lib/activemq/lib/optional/log4j-1.2.17.jar -lib/activemq/lib/optional/org.apache.servicemix.bundles.josql-1.5_5.jar -lib/activemq/lib/optional/org.linkedin.util-core-1.4.0.jar -lib/activemq/lib/optional/org.linkedin.zookeeper-impl-1.4.0.jar -lib/activemq/lib/optional/proton-j-0.7.jar -lib/activemq/lib/optional/proton-jms-0.7.jar -lib/activemq/lib/optional/scala-library-2.11.0.jar -lib/activemq/lib/optional/shiro-core-1.2.2.jar -lib/activemq/lib/optional/shiro-spring-1.2.2.jar -lib/activemq/lib/optional/slf4j-log4j12-1.7.5.jar -lib/activemq/lib/optional/snappy-0.2.jar -lib/activemq/lib/optional/snappy-java-1.1.0.1.jar -lib/activemq/lib/optional/spring-aop-%%SPRINGVERSION%%.RELEASE.jar -lib/activemq/lib/optional/spring-beans-%%SPRINGVERSION%%.RELEASE.jar -lib/activemq/lib/optional/spring-context-%%SPRINGVERSION%%.RELEASE.jar -lib/activemq/lib/optional/spring-core-%%SPRINGVERSION%%.RELEASE.jar -lib/activemq/lib/optional/spring-expression-%%SPRINGVERSION%%.RELEASE.jar -lib/activemq/lib/optional/spring-jms-%%SPRINGVERSION%%.RELEASE.jar -lib/activemq/lib/optional/spring-oxm-%%SPRINGVERSION%%.RELEASE.jar -lib/activemq/lib/optional/spring-tx-%%SPRINGVERSION%%.RELEASE.jar -lib/activemq/lib/optional/velocity-1.7.jar -lib/activemq/lib/optional/xbean-spring-3.16.jar -lib/activemq/lib/optional/xpp3-1.1.4c.jar -lib/activemq/lib/optional/xstream-1.4.7.jar -lib/activemq/lib/optional/zookeeper-3.4.5.jar -lib/activemq/lib/pax-url-aether-1.5.2.jar -lib/activemq/lib/slf4j-api-1.7.5.jar -lib/activemq/lib/web/core-3.1.1.jar -lib/activemq/lib/web/geronimo-servlet_2.5_spec-1.2.jar -lib/activemq/lib/web/jdom-1.0.jar -lib/activemq/lib/web/jetty-all-server-%%JETTYVERSION%%.jar -lib/activemq/lib/web/jetty-websocket-%%JETTYVERSION%%.jar -lib/activemq/lib/web/jolokia-core-1.2.1.jar -lib/activemq/lib/web/json-simple-1.1.jar -lib/activemq/lib/web/jsp-2.1-glassfish-2.1.v20100127.jar -lib/activemq/lib/web/jsp-api-2.1-glassfish-2.1.v20100127.jar -lib/activemq/lib/web/rome-1.0.jar -lib/activemq/lib/web/spring-web-%%SPRINGVERSION%%.RELEASE.jar -lib/activemq/lib/web/spring-webmvc-%%SPRINGVERSION%%.RELEASE.jar -lib/activemq/webapps-demo/demo/META-INF/LICENSE -lib/activemq/webapps-demo/demo/META-INF/NOTICE -lib/activemq/webapps-demo/demo/WEB-INF/web.xml -lib/activemq/webapps-demo/demo/chat.css -lib/activemq/webapps-demo/demo/chat.html -lib/activemq/webapps-demo/demo/images/activemq-logo.png -lib/activemq/webapps-demo/demo/images/asf-logo.png -lib/activemq/webapps-demo/demo/images/big-bullet.png -lib/activemq/webapps-demo/demo/images/black-footer-bottom.png -lib/activemq/webapps-demo/demo/images/black-footer-left.png -lib/activemq/webapps-demo/demo/images/black-footer-right.png -lib/activemq/webapps-demo/demo/images/bottom-red-bar.png -lib/activemq/webapps-demo/demo/images/checker-bg.png -lib/activemq/webapps-demo/demo/images/content-left.png -lib/activemq/webapps-demo/demo/images/content-right.png -lib/activemq/webapps-demo/demo/images/feed_atom.png -lib/activemq/webapps-demo/demo/images/feed_rss.png -lib/activemq/webapps-demo/demo/images/left-box-bottom.png -lib/activemq/webapps-demo/demo/images/left-box-right.png -lib/activemq/webapps-demo/demo/images/left-box-top.png -lib/activemq/webapps-demo/demo/images/oval-arrow.png -lib/activemq/webapps-demo/demo/images/right-box-bottom.png -lib/activemq/webapps-demo/demo/images/right-box-left.png -lib/activemq/webapps-demo/demo/images/right-box-top.png -lib/activemq/webapps-demo/demo/images/small-bullet-gray.png -lib/activemq/webapps-demo/demo/images/small-bullet-red.png -lib/activemq/webapps-demo/demo/images/spacer.gif -lib/activemq/webapps-demo/demo/images/top-red-bar.png -lib/activemq/webapps-demo/demo/images/white-header-left.png -lib/activemq/webapps-demo/demo/images/white-header-right.png -lib/activemq/webapps-demo/demo/images/white-header-top.png -lib/activemq/webapps-demo/demo/index.html -lib/activemq/webapps-demo/demo/js/amq.js -lib/activemq/webapps-demo/demo/js/amq_dojo_adapter.js -lib/activemq/webapps-demo/demo/js/amq_jquery_adapter.js -lib/activemq/webapps-demo/demo/js/amq_prototype_adapter.js -lib/activemq/webapps-demo/demo/js/chat.js -lib/activemq/webapps-demo/demo/js/common.js -lib/activemq/webapps-demo/demo/js/css.js -lib/activemq/webapps-demo/demo/js/dojo.js -lib/activemq/webapps-demo/demo/js/jquery-1.4.2.min.js -lib/activemq/webapps-demo/demo/js/mochi/MochiKit.js -lib/activemq/webapps-demo/demo/js/mochi/__package__.js -lib/activemq/webapps-demo/demo/js/plotkit/Base.js -lib/activemq/webapps-demo/demo/js/plotkit/Canvas.js -lib/activemq/webapps-demo/demo/js/plotkit/Layout.js -lib/activemq/webapps-demo/demo/js/plotkit/SVG.js -lib/activemq/webapps-demo/demo/js/plotkit/SweetCanvas.js -lib/activemq/webapps-demo/demo/js/plotkit/SweetSVG.js -lib/activemq/webapps-demo/demo/js/plotkit/dummy.svg -lib/activemq/webapps-demo/demo/js/plotkit/iecanvas.htc -lib/activemq/webapps-demo/demo/js/prettify.js -lib/activemq/webapps-demo/demo/js/prototype.js -lib/activemq/webapps-demo/demo/js/standardista-table-sorting.js -lib/activemq/webapps-demo/demo/mqtt/chat.css -lib/activemq/webapps-demo/demo/mqtt/chat.js -lib/activemq/webapps-demo/demo/mqtt/index.html -lib/activemq/webapps-demo/demo/mqtt/mqttws31.js -lib/activemq/webapps-demo/demo/portfolio/portfolio.html -lib/activemq/webapps-demo/demo/portfolio/portfolio.js -lib/activemq/webapps-demo/demo/send.html -lib/activemq/webapps-demo/demo/style.css -lib/activemq/webapps-demo/demo/styles/prettify.css -lib/activemq/webapps-demo/demo/styles/site.css -lib/activemq/webapps-demo/demo/styles/sorttable.css -lib/activemq/webapps-demo/demo/styles/type-settings.css -lib/activemq/webapps-demo/demo/test/amq_test.html -lib/activemq/webapps-demo/demo/test/assets/README -lib/activemq/webapps-demo/demo/test/assets/jsunittest.js -lib/activemq/webapps-demo/demo/test/assets/unittest.css -lib/activemq/webapps-demo/demo/websocket/chat.css -lib/activemq/webapps-demo/demo/websocket/chat.js -lib/activemq/webapps-demo/demo/websocket/index.html -lib/activemq/webapps-demo/demo/websocket/stomp.js -lib/activemq/webapps/admin/403.html -lib/activemq/webapps/admin/404.html -lib/activemq/webapps/admin/500.html -lib/activemq/webapps/admin/META-INF/LICENSE -lib/activemq/webapps/admin/META-INF/NOTICE -lib/activemq/webapps/admin/WEB-INF/classes/org/apache/activemq/web/WebConsoleStarter$OsgiUtil.class -lib/activemq/webapps/admin/WEB-INF/classes/org/apache/activemq/web/WebConsoleStarter.class -lib/activemq/webapps/admin/WEB-INF/classes/org/apache/activemq/web/config/OsgiConfiguration.class -lib/activemq/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/CopyMessage.class -lib/activemq/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/CreateDestination.class -lib/activemq/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/CreateSubscriber.class -lib/activemq/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/DeleteDestination.class -lib/activemq/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/DeleteJob.class -lib/activemq/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/DeleteMessage.class -lib/activemq/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/DeleteSubscriber.class -lib/activemq/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/MoveMessage.class -lib/activemq/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/PurgeDestination.class -lib/activemq/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/SendMessage.class -lib/activemq/webapps/admin/WEB-INF/classes/org/apache/activemq/web/filter/ApplicationContextFilter$1.class -lib/activemq/webapps/admin/WEB-INF/classes/org/apache/activemq/web/filter/ApplicationContextFilter$2.class -lib/activemq/webapps/admin/WEB-INF/classes/org/apache/activemq/web/filter/ApplicationContextFilter.class -lib/activemq/webapps/admin/WEB-INF/classes/org/apache/activemq/web/handler/BindingBeanNameUrlHandlerMapping.class -lib/activemq/webapps/admin/WEB-INF/dispatcher-servlet.xml -lib/activemq/webapps/admin/WEB-INF/jspf/headertags.jspf -lib/activemq/webapps/admin/WEB-INF/jspf/old.jspf -lib/activemq/webapps/admin/WEB-INF/tags/form/checkbox.tag -lib/activemq/webapps/admin/WEB-INF/tags/form/escape.tag -lib/activemq/webapps/admin/WEB-INF/tags/form/forEachMapEntry.tag -lib/activemq/webapps/admin/WEB-INF/tags/form/option.tag -lib/activemq/webapps/admin/WEB-INF/tags/form/short.tag -lib/activemq/webapps/admin/WEB-INF/tags/form/text.tag -lib/activemq/webapps/admin/WEB-INF/tags/form/tooltip.tag -lib/activemq/webapps/admin/WEB-INF/tags/form/uri.tag -lib/activemq/webapps/admin/WEB-INF/tags/jms/forEachConnection.tag -lib/activemq/webapps/admin/WEB-INF/tags/jms/forEachMessage.tag -lib/activemq/webapps/admin/WEB-INF/tags/jms/formatTimestamp.tag -lib/activemq/webapps/admin/WEB-INF/tags/jms/persistent.tag -lib/activemq/webapps/admin/WEB-INF/web.xml -lib/activemq/webapps/admin/WEB-INF/webconsole-default.xml -lib/activemq/webapps/admin/WEB-INF/webconsole-embedded.xml -lib/activemq/webapps/admin/WEB-INF/webconsole-invm.xml -lib/activemq/webapps/admin/WEB-INF/webconsole-jndi.xml -lib/activemq/webapps/admin/WEB-INF/webconsole-osgi.xml -lib/activemq/webapps/admin/WEB-INF/webconsole-properties.xml -lib/activemq/webapps/admin/WEB-INF/webconsole-query.xml -lib/activemq/webapps/admin/browse.jsp -lib/activemq/webapps/admin/connection.jsp -lib/activemq/webapps/admin/connections.jsp -lib/activemq/webapps/admin/decorators/footer.jsp -lib/activemq/webapps/admin/decorators/head.jsp -lib/activemq/webapps/admin/decorators/header.jsp -lib/activemq/webapps/admin/graph.jsp -lib/activemq/webapps/admin/images/activemq-logo.png -lib/activemq/webapps/admin/images/asf-logo.png -lib/activemq/webapps/admin/images/big-bullet.png -lib/activemq/webapps/admin/images/black-footer-bottom.png -lib/activemq/webapps/admin/images/black-footer-left.png -lib/activemq/webapps/admin/images/black-footer-right.png -lib/activemq/webapps/admin/images/bottom-red-bar.png -lib/activemq/webapps/admin/images/checker-bg.png -lib/activemq/webapps/admin/images/content-left.png -lib/activemq/webapps/admin/images/content-right.png -lib/activemq/webapps/admin/images/feed_atom.png -lib/activemq/webapps/admin/images/feed_rss.png -lib/activemq/webapps/admin/images/left-box-bottom.png -lib/activemq/webapps/admin/images/left-box-right.png -lib/activemq/webapps/admin/images/left-box-top.png -lib/activemq/webapps/admin/images/oval-arrow.png -lib/activemq/webapps/admin/images/right-box-bottom.png -lib/activemq/webapps/admin/images/right-box-left.png -lib/activemq/webapps/admin/images/right-box-top.png -lib/activemq/webapps/admin/images/small-bullet-gray.png -lib/activemq/webapps/admin/images/small-bullet-red.png -lib/activemq/webapps/admin/images/spacer.gif -lib/activemq/webapps/admin/images/top-red-bar.png -lib/activemq/webapps/admin/images/white-header-left.png -lib/activemq/webapps/admin/images/white-header-right.png -lib/activemq/webapps/admin/images/white-header-top.png -lib/activemq/webapps/admin/index.jsp -lib/activemq/webapps/admin/js/common.js -lib/activemq/webapps/admin/js/css.js -lib/activemq/webapps/admin/js/mochi/MochiKit.js -lib/activemq/webapps/admin/js/mochi/__package__.js -lib/activemq/webapps/admin/js/plotkit/Base.js -lib/activemq/webapps/admin/js/plotkit/Canvas.js -lib/activemq/webapps/admin/js/plotkit/Layout.js -lib/activemq/webapps/admin/js/plotkit/SVG.js -lib/activemq/webapps/admin/js/plotkit/SweetCanvas.js -lib/activemq/webapps/admin/js/plotkit/SweetSVG.js -lib/activemq/webapps/admin/js/plotkit/dummy.svg -lib/activemq/webapps/admin/js/plotkit/iecanvas.htc -lib/activemq/webapps/admin/js/prettify.js -lib/activemq/webapps/admin/js/standardista-table-sorting.js -lib/activemq/webapps/admin/message.jsp -lib/activemq/webapps/admin/network.jsp -lib/activemq/webapps/admin/queueConsumers.jsp -lib/activemq/webapps/admin/queueGraph.jsp -lib/activemq/webapps/admin/queueProducers.jsp -lib/activemq/webapps/admin/queues.jsp -lib/activemq/webapps/admin/scheduled.jsp -lib/activemq/webapps/admin/send.jsp -lib/activemq/webapps/admin/slave.jsp -lib/activemq/webapps/admin/styles/prettify.css -lib/activemq/webapps/admin/styles/site.css -lib/activemq/webapps/admin/styles/sorttable.css -lib/activemq/webapps/admin/styles/type-settings.css -lib/activemq/webapps/admin/subscribers.jsp -lib/activemq/webapps/admin/test/dummy.jsp -lib/activemq/webapps/admin/test/index.jsp -lib/activemq/webapps/admin/test/systemProperties.jsp -lib/activemq/webapps/admin/topicProducers.jsp -lib/activemq/webapps/admin/topicSubscribers.jsp -lib/activemq/webapps/admin/topics.jsp -lib/activemq/webapps/admin/xml/queues.jsp -lib/activemq/webapps/admin/xml/subscribers.jsp -lib/activemq/webapps/admin/xml/topics.jsp -lib/activemq/webapps/api/WEB-INF/web.xml -lib/activemq/webapps/favicon.ico -lib/activemq/webapps/fileserver/META-INF/LICENSE -lib/activemq/webapps/fileserver/META-INF/NOTICE -lib/activemq/webapps/fileserver/WEB-INF/classes/org/apache/activemq/util/FilenameGuardFilter$GuardedHttpServletRequest.class -lib/activemq/webapps/fileserver/WEB-INF/classes/org/apache/activemq/util/FilenameGuardFilter.class -lib/activemq/webapps/fileserver/WEB-INF/classes/org/apache/activemq/util/IOHelper.class -lib/activemq/webapps/fileserver/WEB-INF/classes/org/apache/activemq/util/RestFilter.class -lib/activemq/webapps/fileserver/WEB-INF/web.xml -lib/activemq/webapps/fileserver/index.html -lib/activemq/webapps/images/activemq-logo.png -lib/activemq/webapps/images/asf-logo.png -lib/activemq/webapps/images/big-bullet.png -lib/activemq/webapps/images/black-footer-bottom.png -lib/activemq/webapps/images/black-footer-left.png -lib/activemq/webapps/images/black-footer-right.png -lib/activemq/webapps/images/bottom-red-bar.png -lib/activemq/webapps/images/checker-bg.png -lib/activemq/webapps/images/content-left.png -lib/activemq/webapps/images/content-right.png -lib/activemq/webapps/images/feed_atom.png -lib/activemq/webapps/images/feed_rss.png -lib/activemq/webapps/images/left-box-bottom.png -lib/activemq/webapps/images/left-box-right.png -lib/activemq/webapps/images/left-box-top.png -lib/activemq/webapps/images/oval-arrow.png -lib/activemq/webapps/images/right-box-bottom.png -lib/activemq/webapps/images/right-box-left.png -lib/activemq/webapps/images/right-box-top.png -lib/activemq/webapps/images/small-bullet-gray.png -lib/activemq/webapps/images/small-bullet-red.png -lib/activemq/webapps/images/spacer.gif -lib/activemq/webapps/images/top-red-bar.png -lib/activemq/webapps/images/white-header-left.png -lib/activemq/webapps/images/white-header-right.png -lib/activemq/webapps/images/white-header-top.png -lib/activemq/webapps/index.html -lib/activemq/webapps/styles/prettify.css -lib/activemq/webapps/styles/site.css -lib/activemq/webapps/styles/sorttable.css -lib/activemq/webapps/styles/type-settings.css -%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%DATADIR%%/bin/activemq +%%DATADIR%%/bin/activemq.jar +%%DATADIR%%/bin/activemq-diag +%%DATADIR%%/bin/wrapper.jar +%%DATADIR%%/conf +%%DATADIR%%/data +%%DATADIR%%/%%DATADIR%%-broker-%%PORTVERSION%%.jar +%%DATADIR%%/%%DATADIR%%-client-%%PORTVERSION%%.jar +%%DATADIR%%/%%DATADIR%%-console-%%PORTVERSION%%.jar +%%DATADIR%%/%%DATADIR%%-jaas-%%PORTVERSION%%.jar +%%DATADIR%%/%%DATADIR%%-kahadb-store-%%PORTVERSION%%.jar +%%DATADIR%%/%%DATADIR%%-openwire-legacy-%%PORTVERSION%%.jar +%%DATADIR%%/%%DATADIR%%-protobuf-1.1.jar +%%DATADIR%%/%%DATADIR%%-rar.txt +%%DATADIR%%/%%DATADIR%%-spring-%%PORTVERSION%%.jar +%%DATADIR%%/%%DATADIR%%-web-%%PORTVERSION%%.jar +%%DATADIR%%/lib/camel/activemq-camel-%%PORTVERSION%%.jar +%%DATADIR%%/lib/camel/camel-core-%%CAMELVERSION%%.jar +%%DATADIR%%/lib/camel/camel-jms-%%CAMELVERSION%%.jar +%%DATADIR%%/lib/camel/camel-spring-%%CAMELVERSION%%.jar +%%DATADIR%%/lib/extra/mqtt-client-1.12.jar +%%DATADIR%%/lib/geronimo-j2ee-management_1.1_spec-1.0.1.jar +%%DATADIR%%/lib/geronimo-jms_1.1_spec-1.1.1.jar +%%DATADIR%%/lib/geronimo-jta_1.0.1B_spec-1.0.1.jar +%%DATADIR%%/lib/hawtbuf-1.11.jar +%%DATADIR%%/lib/jcl-over-slf4j-1.7.13.jar +%%DATADIR%%/lib/optional/activemq-shiro-%%PORTVERSION%%.jar +%%DATADIR%%/lib/optional/activeio-core-3.1.4.jar +%%DATADIR%%/lib/optional/activemq-amqp-%%PORTVERSION%%.jar +%%DATADIR%%/lib/optional/activemq-http-%%PORTVERSION%%.jar +%%DATADIR%%/lib/optional/activemq-jdbc-store-%%PORTVERSION%%.jar +%%DATADIR%%/lib/optional/activemq-jms-pool-%%PORTVERSION%%.jar +%%DATADIR%%/lib/optional/activemq-leveldb-store-%%PORTVERSION%%.jar +%%DATADIR%%/lib/optional/activemq-log4j-appender-%%PORTVERSION%%.jar +%%DATADIR%%/lib/optional/activemq-mqtt-%%PORTVERSION%%.jar +%%DATADIR%%/lib/optional/activemq-partition-%%PORTVERSION%%.jar +%%DATADIR%%/lib/optional/activemq-pool-%%PORTVERSION%%.jar +%%DATADIR%%/lib/optional/activemq-runtime-config-%%PORTVERSION%%.jar +%%DATADIR%%/lib/optional/activemq-stomp-%%PORTVERSION%%.jar +%%DATADIR%%/lib/optional/commons-beanutils-1.8.3.jar +%%DATADIR%%/lib/optional/commons-codec-1.9.jar +%%DATADIR%%/lib/optional/commons-collections-3.2.2.jar +%%DATADIR%%/lib/optional/commons-dbcp2-2.1.1.jar +%%DATADIR%%/lib/optional/commons-lang-2.6.jar +%%DATADIR%%/lib/optional/commons-net-3.3.jar +%%DATADIR%%/lib/optional/commons-pool2-2.4.2.jar +%%DATADIR%%/lib/optional/geronimo-j2ee-connector_1.5_spec-2.0.0.jar +%%DATADIR%%/lib/optional/guava-12.0.jar +%%DATADIR%%/lib/optional/hawtbuf-proto-1.11.jar +%%DATADIR%%/lib/optional/hawtdispatch-1.22.jar +%%DATADIR%%/lib/optional/hawtdispatch-scala-2.11-1.22.jar +%%DATADIR%%/lib/optional/hawtdispatch-transport-1.22.jar +%%DATADIR%%/lib/optional/hawtjni-runtime-1.9.jar +%%DATADIR%%/lib/optional/httpclient-4.5.1.jar +%%DATADIR%%/lib/optional/httpcore-4.4.4.jar +%%DATADIR%%/lib/optional/insight-log-core-1.2.0.Beta4.jar +%%DATADIR%%/lib/optional/insight-log4j-1.2.0.Beta4.jar +%%DATADIR%%/lib/optional/jackson-annotations-2.6.3.jar +%%DATADIR%%/lib/optional/jackson-core-2.6.3.jar +%%DATADIR%%/lib/optional/jackson-databind-2.6.3.jar +%%DATADIR%%/lib/optional/jasypt-spring31-1.9.2.jar +%%DATADIR%%/lib/optional/jasypt-1.9.2.jar +%%DATADIR%%/lib/optional/jaxb2-basics-runtime-%%LVDBVERSION%%.4.jar +%%DATADIR%%/lib/optional/jettison-1.3.7.jar +%%DATADIR%%/lib/optional/jmdns-3.4.1.jar +%%DATADIR%%/lib/optional/leveldb-%%LVDBVERSION%%.jar +%%DATADIR%%/lib/optional/leveldb-api-%%LVDBVERSION%%.jar +%%DATADIR%%/lib/optional/leveldbjni-%%LVDBJNIVERSION%%.jar +%%DATADIR%%/lib/optional/log4j-1.2.17.jar +%%DATADIR%%/lib/optional/org.apache.servicemix.bundles.josql-1.5_5.jar +%%DATADIR%%/lib/optional/org.linkedin.util-core-1.4.0.jar +%%DATADIR%%/lib/optional/org.linkedin.zookeeper-impl-1.4.0.jar +%%DATADIR%%/lib/optional/proton-j-0.11.0.jar +%%DATADIR%%/lib/optional/scala-library-2.11.0.jar +%%DATADIR%%/lib/optional/shiro-core-1.2.4.jar +%%DATADIR%%/lib/optional/shiro-spring-1.2.4.jar +%%DATADIR%%/lib/optional/slf4j-log4j12-1.7.13.jar +%%DATADIR%%/lib/optional/snappy-0.2.jar +%%DATADIR%%/lib/optional/snappy-java-1.1.2.jar +%%DATADIR%%/lib/optional/spring-aop-%%SPRINGVERSION%%.RELEASE.jar +%%DATADIR%%/lib/optional/spring-beans-%%SPRINGVERSION%%.RELEASE.jar +%%DATADIR%%/lib/optional/spring-context-%%SPRINGVERSION%%.RELEASE.jar +%%DATADIR%%/lib/optional/spring-core-%%SPRINGVERSION%%.RELEASE.jar +%%DATADIR%%/lib/optional/spring-expression-%%SPRINGVERSION%%.RELEASE.jar +%%DATADIR%%/lib/optional/spring-jms-%%SPRINGVERSION%%.RELEASE.jar +%%DATADIR%%/lib/optional/spring-oxm-%%SPRINGVERSION%%.RELEASE.jar +%%DATADIR%%/lib/optional/spring-tx-%%SPRINGVERSION%%.RELEASE.jar +%%DATADIR%%/lib/optional/velocity-1.7.jar +%%DATADIR%%/lib/optional/xbean-spring-3.18.jar +%%DATADIR%%/lib/optional/xpp3-1.1.4c.jar +%%DATADIR%%/lib/optional/xstream-1.4.8.jar +%%DATADIR%%/lib/optional/zookeeper-3.4.6.jar +%%DATADIR%%/lib/slf4j-api-1.7.13.jar +%%DATADIR%%/lib/web/apache-el-8.0.9.M3.jar +%%DATADIR%%/lib/web/apache-jsp-8.0.9.M3.jar +%%DATADIR%%/lib/web/apache-jsp-%%JETTYVERSION%%.jar +%%DATADIR%%/lib/web/apache-jstl-%%JETTYVERSION%%.jar +%%DATADIR%%/lib/web/asm-5.0.4.jar +%%DATADIR%%/lib/web/geronimo-annotation_1.0_spec-1.1.1.jar +%%DATADIR%%/lib/web/jdom-1.0.jar +%%DATADIR%%/lib/web/jetty-all-%%JETTYVERSION%%.jar +%%DATADIR%%/lib/web/jolokia-core-1.3.2.jar +%%DATADIR%%/lib/web/json-simple-1.1.1.jar +%%DATADIR%%/lib/web/org.eclipse.jdt.core-3.8.2.v20130121.jar +%%DATADIR%%/lib/web/rome-1.0.jar +%%DATADIR%%/lib/web/spring-web-%%SPRINGVERSION%%.RELEASE.jar +%%DATADIR%%/lib/web/spring-webmvc-%%SPRINGVERSION%%.RELEASE.jar +%%DATADIR%%/lib/web/taglibs-standard-impl-1.2.1.jar +%%DATADIR%%/lib/web/taglibs-standard-spec-1.2.1.jar +%%DATADIR%%/lib/web/tomcat-servlet-api-8.0.24.jar +%%DATADIR%%/lib/web/tomcat-websocket-api-8.0.24.jar +%%DATADIR%%/webapps-demo/demo/META-INF/LICENSE +%%DATADIR%%/webapps-demo/demo/META-INF/NOTICE +%%DATADIR%%/webapps-demo/demo/WEB-INF/web.xml +%%DATADIR%%/webapps-demo/demo/chat.css +%%DATADIR%%/webapps-demo/demo/chat.html +%%DATADIR%%/webapps-demo/demo/images/activemq-logo.png +%%DATADIR%%/webapps-demo/demo/images/asf-logo.png +%%DATADIR%%/webapps-demo/demo/images/big-bullet.png +%%DATADIR%%/webapps-demo/demo/images/black-footer-bottom.png +%%DATADIR%%/webapps-demo/demo/images/black-footer-left.png +%%DATADIR%%/webapps-demo/demo/images/black-footer-right.png +%%DATADIR%%/webapps-demo/demo/images/bottom-red-bar.png +%%DATADIR%%/webapps-demo/demo/images/checker-bg.png +%%DATADIR%%/webapps-demo/demo/images/content-left.png +%%DATADIR%%/webapps-demo/demo/images/content-right.png +%%DATADIR%%/webapps-demo/demo/images/feed_atom.png +%%DATADIR%%/webapps-demo/demo/images/feed_rss.png +%%DATADIR%%/webapps-demo/demo/images/left-box-bottom.png +%%DATADIR%%/webapps-demo/demo/images/left-box-right.png +%%DATADIR%%/webapps-demo/demo/images/left-box-top.png +%%DATADIR%%/webapps-demo/demo/images/oval-arrow.png +%%DATADIR%%/webapps-demo/demo/images/right-box-bottom.png +%%DATADIR%%/webapps-demo/demo/images/right-box-left.png +%%DATADIR%%/webapps-demo/demo/images/right-box-top.png +%%DATADIR%%/webapps-demo/demo/images/small-bullet-gray.png +%%DATADIR%%/webapps-demo/demo/images/small-bullet-red.png +%%DATADIR%%/webapps-demo/demo/images/spacer.gif +%%DATADIR%%/webapps-demo/demo/images/top-red-bar.png +%%DATADIR%%/webapps-demo/demo/images/white-header-left.png +%%DATADIR%%/webapps-demo/demo/images/white-header-right.png +%%DATADIR%%/webapps-demo/demo/images/white-header-top.png +%%DATADIR%%/webapps-demo/demo/index.html +%%DATADIR%%/webapps-demo/demo/js/amq.js +%%DATADIR%%/webapps-demo/demo/js/amq_dojo_adapter.js +%%DATADIR%%/webapps-demo/demo/js/amq_jquery_adapter.js +%%DATADIR%%/webapps-demo/demo/js/amq_prototype_adapter.js +%%DATADIR%%/webapps-demo/demo/js/chat.js +%%DATADIR%%/webapps-demo/demo/js/common.js +%%DATADIR%%/webapps-demo/demo/js/css.js +%%DATADIR%%/webapps-demo/demo/js/dojo.js +%%DATADIR%%/webapps-demo/demo/js/jquery-1.4.2.min.js +%%DATADIR%%/webapps-demo/demo/js/mochi/MochiKit.js +%%DATADIR%%/webapps-demo/demo/js/mochi/__package__.js +%%DATADIR%%/webapps-demo/demo/js/plotkit/Base.js +%%DATADIR%%/webapps-demo/demo/js/plotkit/Canvas.js +%%DATADIR%%/webapps-demo/demo/js/plotkit/Layout.js +%%DATADIR%%/webapps-demo/demo/js/plotkit/SVG.js +%%DATADIR%%/webapps-demo/demo/js/plotkit/SweetCanvas.js +%%DATADIR%%/webapps-demo/demo/js/plotkit/SweetSVG.js +%%DATADIR%%/webapps-demo/demo/js/plotkit/dummy.svg +%%DATADIR%%/webapps-demo/demo/js/plotkit/iecanvas.htc +%%DATADIR%%/webapps-demo/demo/js/prettify.js +%%DATADIR%%/webapps-demo/demo/js/prototype.js +%%DATADIR%%/webapps-demo/demo/js/standardista-table-sorting.js +%%DATADIR%%/webapps-demo/demo/mqtt/chat.css +%%DATADIR%%/webapps-demo/demo/mqtt/chat.js +%%DATADIR%%/webapps-demo/demo/mqtt/index.html +%%DATADIR%%/webapps-demo/demo/mqtt/mqttws31.js +%%DATADIR%%/webapps-demo/demo/portfolio/portfolio.html +%%DATADIR%%/webapps-demo/demo/portfolio/portfolio.js +%%DATADIR%%/webapps-demo/demo/send.html +%%DATADIR%%/webapps-demo/demo/style.css +%%DATADIR%%/webapps-demo/demo/styles/prettify.css +%%DATADIR%%/webapps-demo/demo/styles/site.css +%%DATADIR%%/webapps-demo/demo/styles/sorttable.css +%%DATADIR%%/webapps-demo/demo/styles/type-settings.css +%%DATADIR%%/webapps-demo/demo/test/amq_test.html +%%DATADIR%%/webapps-demo/demo/test/assets/README +%%DATADIR%%/webapps-demo/demo/test/assets/jsunittest.js +%%DATADIR%%/webapps-demo/demo/test/assets/unittest.css +%%DATADIR%%/webapps-demo/demo/websocket/chat.css +%%DATADIR%%/webapps-demo/demo/websocket/chat.js +%%DATADIR%%/webapps-demo/demo/websocket/index.html +%%DATADIR%%/webapps-demo/demo/websocket/stomp.js +%%DATADIR%%/webapps/admin/403.html +%%DATADIR%%/webapps/admin/404.html +%%DATADIR%%/webapps/admin/500.html +%%DATADIR%%/webapps/admin/META-INF/LICENSE +%%DATADIR%%/webapps/admin/META-INF/NOTICE +%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/WebConsoleStarter$OsgiUtil.class +%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/WebConsoleStarter.class +%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/config/OsgiConfiguration.class +%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/CopyMessage.class +%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/CreateDestination.class +%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/CreateSubscriber.class +%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/DeleteDestination.class +%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/DeleteJob.class +%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/DeleteMessage.class +%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/DeleteSubscriber.class +%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/MoveMessage.class +%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/PurgeDestination.class +%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/SendMessage.class +%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/filter/ApplicationContextFilter$1.class +%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/filter/ApplicationContextFilter$2.class +%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/filter/ApplicationContextFilter.class +%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/handler/BindingBeanNameUrlHandlerMapping.class +%%DATADIR%%/webapps/admin/WEB-INF/dispatcher-servlet.xml +%%DATADIR%%/webapps/admin/WEB-INF/jspf/headertags.jspf +%%DATADIR%%/webapps/admin/WEB-INF/tags/form/checkbox.tag +%%DATADIR%%/webapps/admin/WEB-INF/tags/form/escape.tag +%%DATADIR%%/webapps/admin/WEB-INF/tags/form/forEachMapEntry.tag +%%DATADIR%%/webapps/admin/WEB-INF/tags/form/option.tag +%%DATADIR%%/webapps/admin/WEB-INF/tags/form/short.tag +%%DATADIR%%/webapps/admin/WEB-INF/tags/form/text.tag +%%DATADIR%%/webapps/admin/WEB-INF/tags/form/tooltip.tag +%%DATADIR%%/webapps/admin/WEB-INF/tags/form/uri.tag +%%DATADIR%%/webapps/admin/WEB-INF/tags/jms/forEachConnection.tag +%%DATADIR%%/webapps/admin/WEB-INF/tags/jms/forEachMessage.tag +%%DATADIR%%/webapps/admin/WEB-INF/tags/jms/formatTimestamp.tag +%%DATADIR%%/webapps/admin/WEB-INF/tags/jms/persistent.tag +%%DATADIR%%/webapps/admin/WEB-INF/web.xml +%%DATADIR%%/webapps/admin/WEB-INF/webconsole-default.xml +%%DATADIR%%/webapps/admin/WEB-INF/webconsole-embedded.xml +%%DATADIR%%/webapps/admin/WEB-INF/webconsole-invm.xml +%%DATADIR%%/webapps/admin/WEB-INF/webconsole-jndi.xml +%%DATADIR%%/webapps/admin/WEB-INF/webconsole-osgi.xml +%%DATADIR%%/webapps/admin/WEB-INF/webconsole-properties.xml +%%DATADIR%%/webapps/admin/WEB-INF/webconsole-query.xml +%%DATADIR%%/webapps/admin/browse.jsp +%%DATADIR%%/webapps/admin/connection.jsp +%%DATADIR%%/webapps/admin/connections.jsp +%%DATADIR%%/webapps/admin/decorators/footer.jsp +%%DATADIR%%/webapps/admin/decorators/head.jsp +%%DATADIR%%/webapps/admin/decorators/header.jsp +%%DATADIR%%/webapps/admin/graph.jsp +%%DATADIR%%/webapps/admin/images/activemq-logo.png +%%DATADIR%%/webapps/admin/images/asf-logo.png +%%DATADIR%%/webapps/admin/images/big-bullet.png +%%DATADIR%%/webapps/admin/images/black-footer-bottom.png +%%DATADIR%%/webapps/admin/images/black-footer-left.png +%%DATADIR%%/webapps/admin/images/black-footer-right.png +%%DATADIR%%/webapps/admin/images/bottom-red-bar.png +%%DATADIR%%/webapps/admin/images/checker-bg.png +%%DATADIR%%/webapps/admin/images/content-left.png +%%DATADIR%%/webapps/admin/images/content-right.png +%%DATADIR%%/webapps/admin/images/feed_atom.png +%%DATADIR%%/webapps/admin/images/feed_rss.png +%%DATADIR%%/webapps/admin/images/left-box-bottom.png +%%DATADIR%%/webapps/admin/images/left-box-right.png +%%DATADIR%%/webapps/admin/images/left-box-top.png +%%DATADIR%%/webapps/admin/images/oval-arrow.png +%%DATADIR%%/webapps/admin/images/right-box-bottom.png +%%DATADIR%%/webapps/admin/images/right-box-left.png +%%DATADIR%%/webapps/admin/images/right-box-top.png +%%DATADIR%%/webapps/admin/images/small-bullet-gray.png +%%DATADIR%%/webapps/admin/images/small-bullet-red.png +%%DATADIR%%/webapps/admin/images/spacer.gif +%%DATADIR%%/webapps/admin/images/top-red-bar.png +%%DATADIR%%/webapps/admin/images/white-header-left.png +%%DATADIR%%/webapps/admin/images/white-header-right.png +%%DATADIR%%/webapps/admin/images/white-header-top.png +%%DATADIR%%/webapps/admin/index.jsp +%%DATADIR%%/webapps/admin/js/common.js +%%DATADIR%%/webapps/admin/js/css.js +%%DATADIR%%/webapps/admin/js/mochi/MochiKit.js +%%DATADIR%%/webapps/admin/js/mochi/__package__.js +%%DATADIR%%/webapps/admin/js/plotkit/Base.js +%%DATADIR%%/webapps/admin/js/plotkit/Canvas.js +%%DATADIR%%/webapps/admin/js/plotkit/Layout.js +%%DATADIR%%/webapps/admin/js/plotkit/SVG.js +%%DATADIR%%/webapps/admin/js/plotkit/SweetCanvas.js +%%DATADIR%%/webapps/admin/js/plotkit/SweetSVG.js +%%DATADIR%%/webapps/admin/js/plotkit/dummy.svg +%%DATADIR%%/webapps/admin/js/plotkit/iecanvas.htc +%%DATADIR%%/webapps/admin/js/prettify.js +%%DATADIR%%/webapps/admin/js/standardista-table-sorting.js +%%DATADIR%%/webapps/admin/message.jsp +%%DATADIR%%/webapps/admin/login.html +%%DATADIR%%/webapps/admin/network.jsp +%%DATADIR%%/webapps/admin/queueConsumers.jsp +%%DATADIR%%/webapps/admin/queueGraph.jsp +%%DATADIR%%/webapps/admin/queueProducers.jsp +%%DATADIR%%/webapps/admin/queues.jsp +%%DATADIR%%/webapps/admin/scheduled.jsp +%%DATADIR%%/webapps/admin/send.jsp +%%DATADIR%%/webapps/admin/slave.jsp +%%DATADIR%%/webapps/admin/styles/prettify.css +%%DATADIR%%/webapps/admin/styles/site.css +%%DATADIR%%/webapps/admin/styles/sorttable.css +%%DATADIR%%/webapps/admin/styles/type-settings.css +%%DATADIR%%/webapps/admin/subscribers.jsp +%%DATADIR%%/webapps/admin/test/dummy.jsp +%%DATADIR%%/webapps/admin/test/index.jsp +%%DATADIR%%/webapps/admin/test/systemProperties.jsp +%%DATADIR%%/webapps/admin/topicProducers.jsp +%%DATADIR%%/webapps/admin/topicSubscribers.jsp +%%DATADIR%%/webapps/admin/topics.jsp +%%DATADIR%%/webapps/admin/xml/queues.jsp +%%DATADIR%%/webapps/admin/xml/subscribers.jsp +%%DATADIR%%/webapps/admin/xml/topics.jsp +%%DATADIR%%/webapps/api/WEB-INF/web.xml +%%DATADIR%%/webapps/favicon.ico +%%DATADIR%%/webapps/fileserver/META-INF/LICENSE +%%DATADIR%%/webapps/fileserver/META-INF/NOTICE +%%DATADIR%%/webapps/fileserver/WEB-INF/classes/org/apache/activemq/util/FilenameGuardFilter$GuardedHttpServletRequest.class +%%DATADIR%%/webapps/fileserver/WEB-INF/classes/org/apache/activemq/util/FilenameGuardFilter.class +%%DATADIR%%/webapps/fileserver/WEB-INF/classes/org/apache/activemq/util/IOHelper.class +%%DATADIR%%/webapps/fileserver/WEB-INF/classes/org/apache/activemq/util/RestFilter.class +%%DATADIR%%/webapps/fileserver/WEB-INF/web.xml +%%DATADIR%%/webapps/fileserver/index.html +%%DATADIR%%/webapps/images/activemq-logo.png +%%DATADIR%%/webapps/images/asf-logo.png +%%DATADIR%%/webapps/images/big-bullet.png +%%DATADIR%%/webapps/images/black-footer-bottom.png +%%DATADIR%%/webapps/images/black-footer-left.png +%%DATADIR%%/webapps/images/black-footer-right.png +%%DATADIR%%/webapps/images/bottom-red-bar.png +%%DATADIR%%/webapps/images/checker-bg.png +%%DATADIR%%/webapps/images/content-left.png +%%DATADIR%%/webapps/images/content-right.png +%%DATADIR%%/webapps/images/feed_atom.png +%%DATADIR%%/webapps/images/feed_rss.png +%%DATADIR%%/webapps/images/left-box-bottom.png +%%DATADIR%%/webapps/images/left-box-right.png +%%DATADIR%%/webapps/images/left-box-top.png +%%DATADIR%%/webapps/images/oval-arrow.png +%%DATADIR%%/webapps/images/right-box-bottom.png +%%DATADIR%%/webapps/images/right-box-left.png +%%DATADIR%%/webapps/images/right-box-top.png +%%DATADIR%%/webapps/images/small-bullet-gray.png +%%DATADIR%%/webapps/images/small-bullet-red.png +%%DATADIR%%/webapps/images/spacer.gif +%%DATADIR%%/webapps/images/top-red-bar.png +%%DATADIR%%/webapps/images/white-header-left.png +%%DATADIR%%/webapps/images/white-header-right.png +%%DATADIR%%/webapps/images/white-header-top.png +%%DATADIR%%/webapps/index.html +%%DATADIR%%/webapps/styles/prettify.css +%%DATADIR%%/webapps/styles/site.css +%%DATADIR%%/webapps/styles/sorttable.css +%%DATADIR%%/webapps/styles/type-settings.css +%%PORTDOCS%%%%DATADIR%%/docs +%%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/NOTICE %%PORTDOCS%%%%DOCSDIR%%/README.txt %%PORTDOCS%%%%DOCSDIR%%/WebConsole-README.txt @@ -363,8 +366,9 @@ lib/activemq/webapps/styles/type-setting @sample %%ETCDIR%%/groups.properties.sample @sample %%ETCDIR%%/login.config.sample @sample %%ETCDIR%%/users.properties.sample -@owner root -@group wheel +@owner +@group +%%PORTEXAMPLES%%%%DATADIR%%/examples %%PORTEXAMPLES%%%%EXAMPLESDIR%%/amqp/java/pom.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/amqp/java/readme.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/amqp/java/src/main/java/example/Listener.java @@ -377,6 +381,7 @@ lib/activemq/webapps/styles/type-setting %%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf/activemq-jdbc-performance.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf/activemq-jdbc.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf/activemq-leveldb-replicating.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf/activemq-mqtt.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf/activemq-scalability.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf/activemq-security.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf/activemq-specjms.xml From owner-svn-ports-head@freebsd.org Wed Dec 23 16:33:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82FD4A50A71; Wed, 23 Dec 2015 16:33: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 563C814EE; Wed, 23 Dec 2015 16:33: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 tBNGXdn7095109; Wed, 23 Dec 2015 16:33:39 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNGXdEv095108; Wed, 23 Dec 2015 16:33:39 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512231633.tBNGXdEv095108@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Dec 2015 16:33:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404303 - head/games/crafty-tablebase-no-pawn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 16:33:40 -0000 Author: amdmi3 Date: Wed Dec 23 16:33:39 2015 New Revision: 404303 URL: https://svnweb.freebsd.org/changeset/ports/404303 Log: - Drop @dirrm* from plist Modified: head/games/crafty-tablebase-no-pawn/pkg-plist Modified: head/games/crafty-tablebase-no-pawn/pkg-plist ============================================================================== --- head/games/crafty-tablebase-no-pawn/pkg-plist Wed Dec 23 15:55:37 2015 (r404302) +++ head/games/crafty-tablebase-no-pawn/pkg-plist Wed Dec 23 16:33:39 2015 (r404303) @@ -166,4 +166,3 @@ lib/crafty/TB/krrnk.nbb.emd lib/crafty/TB/krrnk.nbw.emd lib/crafty/TB/krrrk.nbb.emd lib/crafty/TB/krrrk.nbw.emd -@dirrm lib/crafty/TB From owner-svn-ports-head@freebsd.org Wed Dec 23 16:37:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DFFBA50B30; Wed, 23 Dec 2015 16:37: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 E4FDD1642; Wed, 23 Dec 2015 16:37: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 tBNGbGlL095331; Wed, 23 Dec 2015 16:37:16 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNGbGFt095330; Wed, 23 Dec 2015 16:37:16 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512231637.tBNGbGFt095330@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Dec 2015 16:37:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404304 - head/lang/p5-Promises X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 16:37:17 -0000 Author: amdmi3 Date: Wed Dec 23 16:37:15 2015 New Revision: 404304 URL: https://svnweb.freebsd.org/changeset/ports/404304 Log: - Remove unneeded @dir's from plist Approved by: portmgr blanket Modified: head/lang/p5-Promises/pkg-plist Modified: head/lang/p5-Promises/pkg-plist ============================================================================== --- head/lang/p5-Promises/pkg-plist Wed Dec 23 16:33:39 2015 (r404303) +++ head/lang/p5-Promises/pkg-plist Wed Dec 23 16:37:15 2015 (r404304) @@ -24,6 +24,3 @@ %%PERL5_MAN3%%/Promises::Deferred::EV.3.gz %%PERL5_MAN3%%/Promises::Deferred::Mojo.3.gz %%PERL5_MAN3%%/Promises::Promise.3.gz -@dir %%SITE_PERL%%/Promises/Deferred -@dir %%SITE_PERL%%/Promises/Cookbook -@dir %%SITE_PERL%%/Promises From owner-svn-ports-head@freebsd.org Wed Dec 23 18:02:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CAF64A50AEE; Wed, 23 Dec 2015 18:02: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 9586E14A4; Wed, 23 Dec 2015 18:02: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 tBNI2AQc021457; Wed, 23 Dec 2015 18:02:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNI2AgI021456; Wed, 23 Dec 2015 18:02:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512231802.tBNI2AgI021456@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Dec 2015 18:02:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404305 - head/www/bigbluebutton X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 18:02:11 -0000 Author: amdmi3 Date: Wed Dec 23 18:02:10 2015 New Revision: 404305 URL: https://svnweb.freebsd.org/changeset/ports/404305 Log: - Mark BROKEN: fails to extract: tar: Error opening archive: Failed to open 'bbb-default.tar.gz' Approved by: portmgr blanket Modified: head/www/bigbluebutton/Makefile Modified: head/www/bigbluebutton/Makefile ============================================================================== --- head/www/bigbluebutton/Makefile Wed Dec 23 16:37:15 2015 (r404304) +++ head/www/bigbluebutton/Makefile Wed Dec 23 18:02:10 2015 (r404305) @@ -27,6 +27,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MANUAL_PACKAGE_BUILD= requires www/tomcat6 with HTTP_PORT=8080 +BROKEN= fails to extract: tar: Error opening archive: Failed to open 'bbb-default.tar.gz' + USES= dos2unix DOS2UNIX_REGEX= .+\.(conf|jsp|properties|xml)$ From owner-svn-ports-head@freebsd.org Wed Dec 23 18:20:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09B5CA4F031; Wed, 23 Dec 2015 18:20:22 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC7301D20; Wed, 23 Dec 2015 18:20:21 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBNIKKF5024706; Wed, 23 Dec 2015 18:20:20 GMT (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNIKKL4024704; Wed, 23 Dec 2015 18:20:20 GMT (envelope-from imp@FreeBSD.org) Message-Id: <201512231820.tBNIKKL4024704@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: imp set sender to imp@FreeBSD.org using -f From: Warner Losh Date: Wed, 23 Dec 2015 18:20:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404306 - head/sysutils/intel-pcm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 18:20:22 -0000 Author: imp Date: Wed Dec 23 18:20:20 2015 New Revision: 404306 URL: https://svnweb.freebsd.org/changeset/ports/404306 Log: Move to using tar.gz. The zip file has too much variation with line endings, so avoid that problem by extracting it, using Unix line endings and putting that up. Since we have to provide a dist file anyway, seems like the prudent thing to do. Modified: head/sysutils/intel-pcm/Makefile head/sysutils/intel-pcm/distinfo Modified: head/sysutils/intel-pcm/Makefile ============================================================================== --- head/sysutils/intel-pcm/Makefile Wed Dec 23 18:02:10 2015 (r404305) +++ head/sysutils/intel-pcm/Makefile Wed Dec 23 18:20:20 2015 (r404306) @@ -12,7 +12,7 @@ COMMENT= Intel PCM toolkit LICENSE= BSD3CLAUSE -USES= compiler:c++11-lang dos2unix gmake zip +USES= compiler:c++11-lang dos2unix gmake DOS2UNIX_FILES= cpucounters.cpp cpucounters.h ONLY_FOR_ARCHS= i386 amd64 Modified: head/sysutils/intel-pcm/distinfo ============================================================================== --- head/sysutils/intel-pcm/distinfo Wed Dec 23 18:02:10 2015 (r404305) +++ head/sysutils/intel-pcm/distinfo Wed Dec 23 18:20:20 2015 (r404306) @@ -1,2 +1,2 @@ -SHA256 (IntelPerformanceCounterMonitor-PCM-V2.10.zip) = 46897ab2a8627ad5a58f05b19746b00b4f95126e8abccd9bed978b1f2675fc19 -SIZE (IntelPerformanceCounterMonitor-PCM-V2.10.zip) = 950922 +SHA256 (IntelPerformanceCounterMonitor-PCM-V2.10.tar.gz) = b8e1f81d2b1b1c290107e6032b9552ed97196a1e9ee969a999ec6a572fbd114e +SIZE (IntelPerformanceCounterMonitor-PCM-V2.10.tar.gz) = 837583 From owner-svn-ports-head@freebsd.org Wed Dec 23 18:30:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E77AA4F3A6; Wed, 23 Dec 2015 18:30:27 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6CCC81304; Wed, 23 Dec 2015 18:30:27 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBNIUQEl027738; Wed, 23 Dec 2015 18:30:26 GMT (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNIUQWi027737; Wed, 23 Dec 2015 18:30:26 GMT (envelope-from imp@FreeBSD.org) Message-Id: <201512231830.tBNIUQWi027737@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: imp set sender to imp@FreeBSD.org using -f From: Warner Losh Date: Wed, 23 Dec 2015 18:30:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404307 - head/sysutils/intel-pcm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 18:30:27 -0000 Author: imp Date: Wed Dec 23 18:30:26 2015 New Revision: 404307 URL: https://svnweb.freebsd.org/changeset/ports/404307 Log: Simplify now that we don't need dos2unix. Modified: head/sysutils/intel-pcm/Makefile Modified: head/sysutils/intel-pcm/Makefile ============================================================================== --- head/sysutils/intel-pcm/Makefile Wed Dec 23 18:20:20 2015 (r404306) +++ head/sysutils/intel-pcm/Makefile Wed Dec 23 18:30:26 2015 (r404307) @@ -12,8 +12,7 @@ COMMENT= Intel PCM toolkit LICENSE= BSD3CLAUSE -USES= compiler:c++11-lang dos2unix gmake -DOS2UNIX_FILES= cpucounters.cpp cpucounters.h +USES= compiler:c++11-lang gmake ONLY_FOR_ARCHS= i386 amd64 From owner-svn-ports-head@freebsd.org Wed Dec 23 18:31:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87A3AA4F3ED; Wed, 23 Dec 2015 18:31: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 558BA15B2; Wed, 23 Dec 2015 18:31: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 tBNIVahp030432; Wed, 23 Dec 2015 18:31:36 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNIVaGN030430; Wed, 23 Dec 2015 18:31:36 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201512231831.tBNIVaGN030430@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 23 Dec 2015 18:31:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404308 - head/x11-toolkits/girara X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 18:31:37 -0000 Author: madpilot Date: Wed Dec 23 18:31:36 2015 New Revision: 404308 URL: https://svnweb.freebsd.org/changeset/ports/404308 Log: - Update to 0.2.5 - Use make option tarrget helpers Modified: head/x11-toolkits/girara/Makefile head/x11-toolkits/girara/distinfo Modified: head/x11-toolkits/girara/Makefile ============================================================================== --- head/x11-toolkits/girara/Makefile Wed Dec 23 18:30:26 2015 (r404307) +++ head/x11-toolkits/girara/Makefile Wed Dec 23 18:31:36 2015 (r404308) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= girara -PORTVERSION= 0.2.4 +PORTVERSION= 0.2.5 CATEGORIES= x11-toolkits graphics MASTER_SITES= http://pwmt.org/projects/girara/download/ @@ -20,14 +20,12 @@ OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext -.include - post-patch: .SILENT ${REINPLACE_CMD} -e 's|$${LIBDIR}/pkgconfig|${PREFIX}/libdata/pkgconfig|g'\ ${WRKSRC}/Makefile -.if ! ${PORT_OPTIONS:MNLS} + +post-patch-NLS-off: .SILENT ${REINPLACE_CMD} -e '/-C po/d'\ ${WRKSRC}/Makefile -.endif .include Modified: head/x11-toolkits/girara/distinfo ============================================================================== --- head/x11-toolkits/girara/distinfo Wed Dec 23 18:30:26 2015 (r404307) +++ head/x11-toolkits/girara/distinfo Wed Dec 23 18:31:36 2015 (r404308) @@ -1,2 +1,2 @@ -SHA256 (girara-0.2.4.tar.gz) = 2ee04e4c0e700d455ebaf92f804355f948754e7d3751d409db6595419e6ece5e -SIZE (girara-0.2.4.tar.gz) = 74660 +SHA256 (girara-0.2.5.tar.gz) = 5cf4f2d044385b189ed8e9efcae8532db1f2d63a240a1e226f3491c996aba892 +SIZE (girara-0.2.5.tar.gz) = 75215 From owner-svn-ports-head@freebsd.org Wed Dec 23 18:36:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54702A4F5FD; Wed, 23 Dec 2015 18:36: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 1CB12186D; Wed, 23 Dec 2015 18:36: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 tBNIaDAQ030702; Wed, 23 Dec 2015 18:36:13 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNIaDTf030700; Wed, 23 Dec 2015 18:36:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512231836.tBNIaDTf030700@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Dec 2015 18:36:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404309 - head/games/conquest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 18:36:14 -0000 Author: amdmi3 Date: Wed Dec 23 18:36:12 2015 New Revision: 404309 URL: https://svnweb.freebsd.org/changeset/ports/404309 Log: - Drop unneeded @dir's - Silence patching Modified: head/games/conquest/Makefile head/games/conquest/pkg-plist Modified: head/games/conquest/Makefile ============================================================================== --- head/games/conquest/Makefile Wed Dec 23 18:31:36 2015 (r404308) +++ head/games/conquest/Makefile Wed Dec 23 18:36:12 2015 (r404309) @@ -26,10 +26,10 @@ SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS post-patch: - ${REINPLACE_CMD} "s|^.*@chgrp .(CONQGROUP) conq.*||g; \ + @${REINPLACE_CMD} "s|^.*@chgrp .(CONQGROUP) conq.*||g; \ s|^.*@chmod 2771 conq.*||g;" ${WRKSRC}/Makefile.in - ${REINPLACE_CMD} "s/# include //g" ${WRKSRC}/c_defs.h - ${REINPLACE_CMD} "s/-O2 -fPIC//g" ${WRKSRC}/configure + @${REINPLACE_CMD} "s/# include //g" ${WRKSRC}/c_defs.h + @${REINPLACE_CMD} "s/-O2 -fPIC//g" ${WRKSRC}/configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/conqai ${STAGEDIR}${PREFIX}/sbin Modified: head/games/conquest/pkg-plist ============================================================================== --- head/games/conquest/pkg-plist Wed Dec 23 18:31:36 2015 (r404308) +++ head/games/conquest/pkg-plist Wed Dec 23 18:36:12 2015 (r404309) @@ -7,7 +7,5 @@ sbin/conqstrat @sample %%DATADIR%%/conqnews.doc.sample %%DATADIR%%/conquest.doc -@dir etc/conquest -@dir %%DATADIR%% @dir(,,770) /var/games/conquest @group From owner-svn-ports-head@freebsd.org Wed Dec 23 19:01:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56F0DA4FC89; Wed, 23 Dec 2015 19:01:24 +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 1143E116B; Wed, 23 Dec 2015 19:01:23 +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 tBNJ1N7x037005; Wed, 23 Dec 2015 19:01:23 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNJ1M2o037002; Wed, 23 Dec 2015 19:01:22 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201512231901.tBNJ1M2o037002@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 23 Dec 2015 19:01:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404310 - in head/multimedia/lives: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 19:01:24 -0000 Author: pawel Date: Wed Dec 23 19:01:22 2015 New Revision: 404310 URL: https://svnweb.freebsd.org/changeset/ports/404310 Log: - Update to version 2.4.6 - Convert to USES=localbase - Remove -pthread from LDFLAGS, configure script detects it just fine - Patch configure to not detect it's own libweed installed on system allowing now correctly upgrading lives through ports Changelog: Fix crashes and compatibility issues with gtk+ >= 3.16 Fix a bug with missing clips when reloading layouts. Minor GUI improvements. Minor compilation fixes. Updates to French translation (thanks Jean-Marc). Added: head/multimedia/lives/files/ head/multimedia/lives/files/patch-configure (contents, props changed) Modified: head/multimedia/lives/Makefile head/multimedia/lives/distinfo Modified: head/multimedia/lives/Makefile ============================================================================== --- head/multimedia/lives/Makefile Wed Dec 23 18:36:12 2015 (r404309) +++ head/multimedia/lives/Makefile Wed Dec 23 19:01:22 2015 (r404310) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lives -PORTVERSION= 2.4.5 +PORTVERSION= 2.4.6 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ @@ -39,10 +39,8 @@ RUN_DEPENDS= ${LOCALBASE}/bin/analyseplu x264:${PORTSDIR}/multimedia/x264 \ cdrecord:${PORTSDIR}/sysutils/cdrtools -WRKSRC= ${WRKDIR}/${DISTNAME:tl} - -USES= ghostscript:run libtool pathfix perl5 pkgconfig python \ - shebangfix tar:bzip2 +USES= ghostscript:run libtool localbase pathfix perl5 pkgconfig \ + python shebangfix tar:bzip2 SHEBANG_FILES= build-lives-rfx-plugin build-lives-rfx-plugin-multi \ smogrify tools/autolives.pl lives-plugins/plugins/encoders/*_encoder \ lives-plugins/plugins/playback/audiostream/audiostreamer.pl @@ -54,8 +52,7 @@ USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-ldvgrab INSTALL_TARGET= install-strip -CPPFLAGS+= -I${LOCALBASE}/include -fPIC -LDFLAGS+= -L${LOCALBASE}/lib -pthread +CPPFLAGS+= -fPIC DOC_FILES= AUTHORS BUGS ChangeLog FEATURES GETTING.STARTED README \ OMC/lives-OMC.txt RFX/LiVES-Perl.odt RFX/rfxbuilder.odt \ @@ -78,8 +75,6 @@ NLS_USES= gettext NLS_CONFIGURE_OFF= --disable-nls post-patch: - @${REINPLACE_CMD} -e 's|/usr/bin/perl|${perl_CMD}|' \ - ${WRKSRC}/build-lives-rfx-plugin @${REINPLACE_CMD} -e 's| install-docDATA||g; s|-$$(VERSION)||g' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|: install-data-local |: |g; s|-ldl||' \ @@ -93,10 +88,7 @@ post-patch: @${REINPLACE_CMD} '/selectRandom/d' \ ${WRKSRC}/lives-plugins/weed-plugins/projectM.cpp -pre-build-NLS-on: - @cd ${WRKSRC}/po && ${DO_MAKE_BUILD} update-po - -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOC_FILES:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} Modified: head/multimedia/lives/distinfo ============================================================================== --- head/multimedia/lives/distinfo Wed Dec 23 18:36:12 2015 (r404309) +++ head/multimedia/lives/distinfo Wed Dec 23 19:01:22 2015 (r404310) @@ -1,2 +1,2 @@ -SHA256 (lives-2.4.5.tar.bz2) = d425fe8358915759cb40c9952b6214a23819c4f17df034c347b7ea92d8377ea6 -SIZE (lives-2.4.5.tar.bz2) = 3770985 +SHA256 (lives-2.4.6.tar.bz2) = 9af17c28142fe2d42ab73cfb8e7cd3ca5203a5b62af057b2ea50ecd11b4fa011 +SIZE (lives-2.4.6.tar.bz2) = 3808210 Added: head/multimedia/lives/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/lives/files/patch-configure Wed Dec 23 19:01:22 2015 (r404310) @@ -0,0 +1,42 @@ +--- configure.orig 2015-12-23 17:59:14 UTC ++++ configure +@@ -28352,7 +28352,6 @@ if test -n "$WEED_CFLAGS"; then + test $ac_status = 0; }; then + pkg_cv_WEED_CFLAGS=`$PKG_CONFIG --cflags "libweed >= 0.8.0" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +-else + pkg_failed=yes + fi + else +@@ -28441,7 +28440,6 @@ if test -n "$WEED_SLICE_CFLAGS"; then + test $ac_status = 0; }; then + pkg_cv_WEED_SLICE_CFLAGS=`$PKG_CONFIG --cflags "libweed_slice >= 0.8.0" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +-else + pkg_failed=yes + fi + else +@@ -28531,7 +28529,6 @@ if test -n "$WEED_UTILS_CFLAGS"; then + test $ac_status = 0; }; then + pkg_cv_WEED_UTILS_CFLAGS=`$PKG_CONFIG --cflags "libweed-utils >= 0.8.0" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +-else + pkg_failed=yes + fi + else +@@ -28620,7 +28617,6 @@ if test -n "$WEED_COMPAT_CFLAGS"; then + test $ac_status = 0; }; then + pkg_cv_WEED_COMPAT_CFLAGS=`$PKG_CONFIG --cflags "libweed-compat >= 0.9.0" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +-else + pkg_failed=yes + fi + else +@@ -28709,7 +28705,6 @@ if test -n "$WEED_PLUGIN_CFLAGS"; then + test $ac_status = 0; }; then + pkg_cv_WEED_PLUGIN_CFLAGS=`$PKG_CONFIG --cflags "libweed-plugin >= 0.13.0" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +-else + pkg_failed=yes + fi + else From owner-svn-ports-head@freebsd.org Wed Dec 23 19:07:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D45CA4FEB5; Wed, 23 Dec 2015 19:07: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 D8F9B1505; Wed, 23 Dec 2015 19:07: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 tBNJ7wd0039549; Wed, 23 Dec 2015 19:07:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNJ7vik039547; Wed, 23 Dec 2015 19:07:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512231907.tBNJ7vik039547@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Dec 2015 19:07:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404311 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 19:07:59 -0000 Author: sunpoet Date: Wed Dec 23 19:07:57 2015 New Revision: 404311 URL: https://svnweb.freebsd.org/changeset/ports/404311 Log: - Document Ruby vulnerability Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Dec 23 19:01:22 2015 (r404310) +++ head/security/vuxml/vuln.xml Wed Dec 23 19:07:57 2015 (r404311) @@ -58,6 +58,40 @@ Notes: --> + + Ruby -- unsafe tainted string vulnerability + + + ruby + 2.0.0.648,1 + 2.1.8,1 + 2.2.4,1 + + + + +

Ruby developer reports:

+
+

There is an unsafe tainted string vulnerability in Fiddle and DL. + This issue was originally reported and fixed with CVE-2009-5147 in + DL, but reappeared after DL was reimplemented using Fiddle and + libffi.

+

And, about DL, CVE-2009-5147 was fixed at Ruby 1.9.1, but not + fixed at other branches, then rubies which bundled DL except Ruby + 1.9.1 are still vulnerable.

+
+ +
+ + https://www.ruby-lang.org/en/news/2015/12/16/unsafe-tainted-string-usage-in-fiddle-and-dl-cve-2015-7551/ + CVE-2015-7551 + + + 2015-12-16 + 2015-12-23 + +
+ Bugzilla security issues From owner-svn-ports-head@freebsd.org Wed Dec 23 19:09:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 367BEA4FF6B; Wed, 23 Dec 2015 19:09: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 EB4B11633; Wed, 23 Dec 2015 19:09: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 tBNJ9udp039781; Wed, 23 Dec 2015 19:09:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNJ9tDs039776; Wed, 23 Dec 2015 19:09:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512231909.tBNJ9tDs039776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Dec 2015 19:09:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404312 - in head: Mk lang/ruby22 lang/ruby22/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 19:09:57 -0000 Author: sunpoet Date: Wed Dec 23 19:09:55 2015 New Revision: 404312 URL: https://svnweb.freebsd.org/changeset/ports/404312 Log: - Update to 2.2.4 - Add LICENSE_FILE - Use USES=autoreconf instead of USE_AUTOTOOLS=autoconf - Use USES=libedit - Silence patch and build messages Changes: https://www.ruby-lang.org/en/news/2015/12/16/ruby-2-2-4-released/ http://svn.ruby-lang.org/repos/ruby/tags/v2_2_4/ChangeLog Security: 3b50881d-1860-4721-aab1-503290e23f6c Differential Revision: https://reviews.freebsd.org/D4668 PR: 205487 Exp-run by: antoine MFH: 2015Q4 Deleted: head/lang/ruby22/files/patch-ext_openssl_extconf.rb Modified: head/Mk/bsd.ruby.mk head/lang/ruby22/Makefile head/lang/ruby22/distinfo head/lang/ruby22/files/patch-ext_readline_extconf.rb head/lang/ruby22/pkg-plist Modified: head/Mk/bsd.ruby.mk ============================================================================== --- head/Mk/bsd.ruby.mk Wed Dec 23 19:07:57 2015 (r404311) +++ head/Mk/bsd.ruby.mk Wed Dec 23 19:09:55 2015 (r404312) @@ -191,7 +191,7 @@ RUBY21= "" # PLIST_SUB helpers # # Ruby 2.2 # -RUBY_RELVERSION= 2.2.3 +RUBY_RELVERSION= 2.2.4 RUBY_PORTREVISION= 0 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 0 Modified: head/lang/ruby22/Makefile ============================================================================== --- head/lang/ruby22/Makefile Wed Dec 23 19:07:57 2015 (r404311) +++ head/lang/ruby22/Makefile Wed Dec 23 19:09:55 2015 (r404312) @@ -15,6 +15,8 @@ COMMENT?= Object-oriented interpreted sc LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual +LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL +LICENSE_FILE_RUBY= ${WRKSRC}/COPYING # Using LIB_DEPENDS finds the libffi from gcc which causes problems BUILD_DEPENDS= libffi>=0:${PORTSDIR}/devel/libffi @@ -34,10 +36,9 @@ GNU_CONFIGURE= yes # Keep this, else ruby will fail to load libraries dependent of libpthread. LIBS+= -lpthread -L${LOCALBASE}/lib MAKE_ENV= LC_ALL=C -USE_AUTOTOOLS= autoconf USE_LDCONFIG= yes USE_OPENSSL= yes -USES= cpe execinfo tar:xz +USES= autoreconf cpe execinfo tar:xz WRKSRC= ${RUBY_WRKSRC} RUBY_VER= 2.2 @@ -64,9 +65,8 @@ CAPIDOCS_BUILD_DEPENDS= doxygen>0:${PORT CAPIDOCS_CONFIGURE_ENABLE= install-capi GMP_CONFIGURE_WITH= gmp GMP_LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp -LIBEDIT_BUILD_DEPENDS= libedit>=0:${PORTSDIR}/devel/libedit LIBEDIT_CONFIGURE_ON= --enable-libedit --with-libedit-dir=${LOCALBASE} -LIBEDIT_RUN_DEPENDS= libedit>=0:${PORTSDIR}/devel/libedit +LIBEDIT_USES= libedit RDOC_CONFIGURE_ENABLE= install-rdoc READLINE_BUILD_DEPENDS= readline>=0:${PORTSDIR}/devel/readline READLINE_CONFIGURE_ON= --disable-libedit --with-readline-dir=${LOCALBASE} @@ -142,20 +142,20 @@ post-patch: # Remove modules we don't want # .for d in win32ole - ${RM} -rf ${BUILD_WRKSRC}/ext/${d} + @${RM} -rf ${BUILD_WRKSRC}/ext/${d} .endfor # We get rake from ports. .for d in bin/rake doc/rake lib/rake test/rake man/rake.1 lib/rake.rb - ${RM} -rf ${BUILD_WRKSRC}/${d} + @${RM} -rf ${BUILD_WRKSRC}/${d} .endfor # We get the gem executable from ports. - ${RM} ${BUILD_WRKSRC}/bin/gem + @${RM} ${BUILD_WRKSRC}/bin/gem # # Prepare modules we are wanting to build via external ports # .for d in gdbm tk - ${MV} ${BUILD_WRKSRC}/ext/${d} ${WRKDIR}/ + @${MV} ${BUILD_WRKSRC}/ext/${d} ${WRKDIR}/ .endfor post-build: @@ -170,7 +170,7 @@ post-build: @${RB_SET_CONF_VAR} "INSTALL_DATA" "ENV['RB_USER_INSTALL'] ? '${INSTALL} ${COPY} -m ${SHAREMODE}' : '${INSTALL_DATA}'" post-build-CAPIDOCS-on: - ${FIND} ${WRKSRC}/doc -type d -empty -delete + @${FIND} ${WRKSRC}/doc -type d -empty -delete pre-install: ${MKDIR} ${STAGEDIR}${RUBY_SITEARCHLIBDIR} Modified: head/lang/ruby22/distinfo ============================================================================== --- head/lang/ruby22/distinfo Wed Dec 23 19:07:57 2015 (r404311) +++ head/lang/ruby22/distinfo Wed Dec 23 19:09:55 2015 (r404312) @@ -1,2 +1,2 @@ -SHA256 (ruby/ruby-2.2.3.tar.xz) = c6ec90e9ed018e6d9a578fc93755d8565839908d5796809e1aecd1798c7ea8a7 -SIZE (ruby/ruby-2.2.3.tar.xz) = 10453204 +SHA256 (ruby/ruby-2.2.4.tar.xz) = d28bff4641e382681c58072ddc244d025ac47ff71dd9426a92fcfc3830d1773c +SIZE (ruby/ruby-2.2.4.tar.xz) = 10464500 Modified: head/lang/ruby22/files/patch-ext_readline_extconf.rb ============================================================================== --- head/lang/ruby22/files/patch-ext_readline_extconf.rb Wed Dec 23 19:07:57 2015 (r404311) +++ head/lang/ruby22/files/patch-ext_readline_extconf.rb Wed Dec 23 19:09:55 2015 (r404312) @@ -1,13 +1,5 @@ --- ext/readline/extconf.rb.orig 2014-05-01 11:59:37.000000000 +0000 +++ ext/readline/extconf.rb 2015-10-23 04:05:44.000000000 +0000 -@@ -37,6 +37,7 @@ - case enable_libedit - when true - # --enable-libedit -+ dir_config("libedit") - unless (readline.have_header("editline/readline.h") || - readline.have_header("readline/readline.h")) && - have_library("edit", "readline") @@ -62,7 +63,7 @@ else end Modified: head/lang/ruby22/pkg-plist ============================================================================== --- head/lang/ruby22/pkg-plist Wed Dec 23 19:07:57 2015 (r404311) +++ head/lang/ruby22/pkg-plist Wed Dec 23 19:09:55 2015 (r404312) @@ -875,6 +875,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%DOCS%%%%RUBY_DOCDIR%%/NEWS-1.9.3 %%DOCS%%%%RUBY_DOCDIR%%/NEWS-2.0.0 %%DOCS%%%%RUBY_DOCDIR%%/NEWS-2.1.0 +%%DOCS%%%%RUBY_DOCDIR%%/README %%DOCS%%%%RUBY_DOCDIR%%/README.EXT %%DOCS%%%%RUBY_DOCDIR%%/README.EXT.ja %%DOCS%%%%RUBY_DOCDIR%%/README.ja.md @@ -4297,95 +4298,95 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/df/dfc/version_8h_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/df/dfd/sha2init_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/df/dfd/sha2init_8c_source.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_0228a161d5561e83d5d8aaba27afe366.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_02be784bbaa190c6d4ef47da654d268f.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_0575755d2600c90654166739dcf95752.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_06143c11bbd6ea200a937d89377f0e4b.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_0dd75dbc8f7e48b16a69294335ded17c.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_0e12b1bc32508cedcff3897df86edb49.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_15e8070afaccd2443d0ad4d0bdc3aa3a.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_1a8fa036e7a5425baff157221e7f0678.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_1b208f2bb7de8e600dadc194b6929951.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_1eac1e9e2af023830d8bbbe7dabf7201.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_214c767474c6de9dc4ec4674154f1607.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_227ad6751e7bf28b6fdcdc1357f14b5f.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_22991fa2bb820b11ee90770041238235.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_255cf693428d31ba4404df1c8fca0a4f.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_295dcadc83b2830cd1512c9a2e78dd2e.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_2973e48ba4eac5fee8f4415e511ab1a7.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_2a4568f2aeb29b4a7a7e0abe49beb461.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_2aaf89a7b9f84c1f6330cef46da79024.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_2e569d47efce41b8d79cc41e070f4150.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_2f0764a5bbf70fa7cf868001bf008e21.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_3185d9fe9e224164d9ec8fbe8bba45d8.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_3784fde63147f87b85dee85e9765419d.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_380b7e5f3deff11483000f1294defdef.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_3902469b0c0a5977e5409675a7b46e42.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_3cd68734e62c97dcafde6697f9e81d3e.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_3d8eab95bc8c47f54989d91b2dbaba81.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_3da6b25c14d7e52169cf9a0fdf03bd38.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_3e4b1f83ed27f14f7939f30d6418d8e9.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_414d8cfff5ecd7cc65bbe9971ae6ab17.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_423e65efd39f89698314b741ba8cd081.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_4708ae3813a79332db5319bf3ccef2ed.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_48ae81336cd5a47ae61588b15840cc5a.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_49612868f1c65001bef4c152db0130b5.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_49add4049f8d5b5693c8982a925e6aff.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_4fcb93338823e70acdf4e13815571e52.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_50cb3291388ed3ed6b92e47e6c1c15dc.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_5150ba00f20109e728455e52d59b306d.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_520343561da6e31078660825676fc1cf.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_540ed8970eb158d8334ad01683be1139.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_5593970dab2d5958f5cb3e4223435ff6.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_55f151fd7b7ebc3052362ee4d99f9865.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_568c9ee9c9b7e20bc5977486a7b6c6a3.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_5a1c0fd7c2e6612942d6073162e79784.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_5ba5b7337863f2ecf06377013918e727.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_5cbfff1a56101fff967cb724eddb6e34.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_5d995522455ec2e7534db7486d088fb0.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_60694245fae93046ca34ae1703681d22.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_6339b80ff15e17ba9af23124dc270147.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_64609cd0a2da8a333f46474c706802d6.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_66ec047cb0c5878d4f8503e4bfcf82f0.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_67106c78e920c87d8ed68901cd6e41ca.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_774031fa5903e11e3bf2ceae70b9753d.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_7d5d9a4539915219cd84df55dc000e16.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_86d0ecb3cc61b37c66e19fef1ae447e1.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_87387afe317c728977040d25562a2992.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_890784373f725fc7513c11d452b7b150.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_8b4bf035e47954dfdaada3b8736aa08e.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_8cc3b80094a6fc535700ce329e2f48ce.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_8ead0d7253c5a7a18b923f9558a85fed.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_8f8b3c78421c4b80296948b02c2a871d.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_9341d76f03f82494d515aac019b51e86.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_9365ed6e0512368a3cf1189de4111ae8.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_94a754f1c4c97184e1a662697e2287a2.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_94d22519b57479ff9f8ec128f55c2e40.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_976ee99d51150a755f6eefc679dc58d5.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_9e5d82689fecb6b56694674b211693a0.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_9f0ca0a686c46955c48f11b374e0fffa.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_a18d3bf3d53aee83e293e7e5e30b4e2b.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_aaa8603bc084c4348f70a6bce368e607.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_ac8502ae8f22ab181e39b0bc01ba32d3.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_ad04c1613f5b2c6ffa49b3fc16616fd5.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_ae7d780f3834948e382f39d02f467955.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_b8a7f24dddf40ac61858cd432d8962b5.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_b9c2eca5726936eba9c818655c328e36.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_bf43a9aa4c6547425a546fe1ea898ef5.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_cac21c976ed64d56f2ae7cb15c09d473.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_d01654d6102c9c707d7f7b5e8c5d437d.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_d6721c3d1cd16ef88b207d8d9fdcaa8f.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_dbe7221aa8b4bdfc0b5ddc088d85de56.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_df7cd552b401de3351ad25ca0b44db34.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_e1512c490188098ac84ba3284ec45017.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_e67372c36735cded5cd31eb9b145afad.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_e6fa28fee3b2a0683adb4f6264ffa8f0.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_e9bf0b28c4e282467e9eef7805388825.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_ea29fb8de748d71965d87c89af0fe469.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_f50a1309da1981e72cb8a2158d5b3ae0.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_f7cc488eb898fac402feb17f2034e6f0.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_fb14eed875f476092a93be83bab08d19.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_fb363f8914ca5b8524de94bc8c4ea1f7.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_00734e4acbca60e82eac962c08453a82.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_02ae6d781fec5faa885a88e1baefc2ad.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_033ef75ca8ad6fe5e1dd2206da85938e.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_05bb8e47872dde2b82daffd506c06530.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_09cedcf13477ddbf319bbfd3d17af536.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_0e3c3982eea36061b325a007422329e4.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_0fb2ca1e1f84b4e491a14cc3d8a68037.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_124a7b29f070a805b64501b842129b41.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_18a4b443e90d71a04280e2a5f56589e7.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_1ac76cef68fa200f03979e445c377cf1.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_1b97ccf6e78cc6cf13439ed45457a032.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_1dcbbbc7ef9eb896cac6f110c934b3dc.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_1e1320cec6793205d5f0aaafb473d1c8.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_1ec104b61b0fc75e5f14b4eeeb0859b1.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_2016aa8f2bd965b9c3c0ef722a9006b6.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_22a3374d806d23e7a4f15d246354400f.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_23551e45a6b90ab6a2d429c6df114fef.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_2465014b29f9edde8125bc434b5d75a5.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_25c8641c04b2cfa467bf3f9e9d4da8ae.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_2664ddbe8175b067a5e4f1da5f4af8fd.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_2a4b7042d289bc00813e50aa18f7ad46.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_2a6be4eaeb59f55f0f4f7ab4272db286.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_2c5a8139a546eff6f0079df1fff1c130.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_35a7b504912026a44b1e7a00bcbfd7ad.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_38a746f16e3873582bbf6e064b184c3b.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_441e90253180d11108edddc4505c0c74.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_4434c68caf698fc5cbbc22a6664e8550.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_49d43ecfeda5bfdd0ab9f8ff8ba16e2d.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_4a5542b64ded7822573acd20971aa43f.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_4db3edf314cffd9e10f2559ea6f25ce8.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_52951e692579ea7c0db03f52b8bf98bb.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_560a02cd7955ab0dfb59aeb5afe2172a.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_5d05ef0c9724c3cfa5a75f89ec31e1f3.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_5f32ef40ab26acef118edd60c4e97cf6.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_61506306f4ffe53f42de69809ea4f090.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_6205fc662bd3a5786c5572a80bc7cc7c.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_640f14f96f0c8d27b859244f4d9077c6.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_666e0b301b59c3c10cd1a75cffad0c58.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_69b208734e4a4d8339f214d128987750.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_6b783f85bb875cd02563eca397b56ce9.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_762fb40d91069cb40afd649401d9bf91.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_7760e84176f2852f0149744177f1e4eb.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_7ac3fd7b0c3fdf4ab26292897dbbbda4.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_7c5817905ee01adb6cd095eac98cdd26.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_7c7691b420d2c79e91306d69a33ca144.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_7caca146255934c6ec1fcf4b8e0d6334.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_7ce729f57625947993a16604d23a0a1b.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_7f18759feddea78518ff86c7a095417c.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_87897644a75ea500b4a4eae08be0fd2a.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_89ad7be81cde8a38f4e1106131325d0b.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_8a2afcd954a475cba8e38a6910c8050e.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_8b719092fbef54f5da6e1f7de20bc521.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_8cab0ed746a3aa2ec343fafe9ce35754.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_8f7689a9073de0a9b12ac61b14c89bd9.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_91239d706855f18f575e596a55838b41.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_9179423ed9f8ea4b1e7daf116c99fcca.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_96bd04a40ccc1256cf36401237ce49a8.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_96f4bab03e3921e08929dace10868e7b.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_9ac85b7a98e77fe9b515ac5cee55c386.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_9bc72580c95af4f0242cd96747978365.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_a0fc336bcbc199281c1cab8168b97208.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_a3b0aa81b2929d9b3cc7b1f4ff875c12.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_a4186047682e7f353bb7317ff4bff430.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_b286853ba083b88b75036aa9d44a9432.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_b5e649ee77b175d3295bb05678682a15.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_bae33bda057b0d11adc95f3cb42a05a4.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_bb91a3788bc89a23feca91f24f51b9b8.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_bc6f117b8259f4861caae0ce3ae146e0.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_bd1ac024f93108061b1fd2de3bf88b35.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_bf4e8e74624c9c1059a54a2ab5e11519.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_bf84d971d0daf95049bd8f739cf348bf.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_c961dd6e0372e6397bd9da5cc447063d.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_caf4f341c378207c9991f180096334a7.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_cbb3ab811da3a915363208446f00a882.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_cc10aa965f2eb96eace964da9d5f6795.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_ce18e2897c516711c94e18aed75d5641.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_cf561fcb6a1e32f3fd005a5fab5c60e3.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_d042f9759304fdfa74b4b07e60210ff7.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_d2504d39a3fc51d378f02b568291278b.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_d9b90f1acdd14bb44b10d82ae889d162.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_da1458a9e72b6a574d5b5c4f03dc5559.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_dc8c6d44f32931a398739e129be4e365.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_e43e80309ab78b24c048a563ca1958cc.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_e5ca44a5cc223e0dd63d3486eb798063.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_e604649e8255304d9318a47653abad44.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_ea49662283bd391444af4efb122ed353.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_ef6cb7ae520fe2f820bf73262c0bc442.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_f7e138256ddfc8adb3fe06aca0e30e47.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dir_fdb0a32de512dee23d2402ef0787285f.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/doc.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/doxygen.css %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/doxygen.png @@ -17882,6 +17883,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%RDOC%%%%RUBY_RIDIR%%/page-NEWS-2_0_0.ri %%RDOC%%%%RUBY_RIDIR%%/page-NEWS-2_1_0.ri %%RDOC%%%%RUBY_RIDIR%%/page-NEWS.ri +%%RDOC%%%%RUBY_RIDIR%%/page-README.ri %%RDOC%%%%RUBY_RIDIR%%/page-README_EXT.ri %%RDOC%%%%RUBY_RIDIR%%/page-contributing_rdoc.ri %%RDOC%%%%RUBY_RIDIR%%/page-contributors_rdoc.ri From owner-svn-ports-head@freebsd.org Wed Dec 23 19:10:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8805A4FFFF; Wed, 23 Dec 2015 19:10: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 AB6121955; Wed, 23 Dec 2015 19:10: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 tBNJAlEp040618; Wed, 23 Dec 2015 19:10:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNJAlsi040613; Wed, 23 Dec 2015 19:10:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512231910.tBNJAlsi040613@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Dec 2015 19:10:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404313 - in head: Mk lang/ruby21 lang/ruby21/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 19:10:49 -0000 Author: sunpoet Date: Wed Dec 23 19:10:47 2015 New Revision: 404313 URL: https://svnweb.freebsd.org/changeset/ports/404313 Log: - Update to 2.1.8 - Add LICENSE_FILE - Use USES=autoreconf instead of USE_AUTOTOOLS=autoconf - Use USES=libedit - Silence patch and build messages Changes: https://www.ruby-lang.org/en/news/2015/12/16/ruby-2-1-8-released/ http://svn.ruby-lang.org/repos/ruby/tags/v2_1_8/ChangeLog Security: 3b50881d-1860-4721-aab1-503290e23f6c Differential Revision: https://reviews.freebsd.org/D4668 PR: 205487 Exp-run by: antoine MFH: 2015Q4 Modified: head/Mk/bsd.ruby.mk head/lang/ruby21/Makefile head/lang/ruby21/distinfo head/lang/ruby21/files/patch-ext_openssl_extconf.rb head/lang/ruby21/files/patch-ext_readline_extconf.rb Modified: head/Mk/bsd.ruby.mk ============================================================================== --- head/Mk/bsd.ruby.mk Wed Dec 23 19:09:55 2015 (r404312) +++ head/Mk/bsd.ruby.mk Wed Dec 23 19:10:47 2015 (r404313) @@ -181,7 +181,7 @@ RUBY20= "" # PLIST_SUB helpers # # Ruby 2.1 # -RUBY_RELVERSION= 2.1.7 +RUBY_RELVERSION= 2.1.8 RUBY_PORTREVISION= 0 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 0 Modified: head/lang/ruby21/Makefile ============================================================================== --- head/lang/ruby21/Makefile Wed Dec 23 19:09:55 2015 (r404312) +++ head/lang/ruby21/Makefile Wed Dec 23 19:10:47 2015 (r404313) @@ -15,6 +15,8 @@ COMMENT?= Object-oriented interpreted sc LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual +LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL +LICENSE_FILE_RUBY= ${WRKSRC}/COPYING # Using LIB_DEPENDS finds the libffi from gcc which causes problems BUILD_DEPENDS= libffi>=0:${PORTSDIR}/devel/libffi @@ -34,20 +36,19 @@ GNU_CONFIGURE= yes # Keep this, else ruby will fail to load libraries dependent of libpthread. LIBS+= -lpthread -L${LOCALBASE}/lib MAKE_ENV= LC_ALL=C -USE_AUTOTOOLS= autoconf USE_LDCONFIG= yes USE_OPENSSL= yes -USES= cpe execinfo tar:xz +USES= autoreconf cpe execinfo tar:xz WRKSRC= ${RUBY_WRKSRC} -NOT_FOR_ARCHS= ia64 -NOT_FOR_ARCHS_REASON_ia64= does not build - RUBY_VER= 2.1 USE_RUBY= yes RUBY_NO_BUILD_DEPENDS= yes RUBY_NO_RUN_DEPENDS= yes +NOT_FOR_ARCHS= ia64 +NOT_FOR_ARCHS_REASON_ia64= does not build + OPTIONS_DEFINE= CAPIDOCS DEBUG DOCS EXAMPLES GMP RDOC OPTIONS_DEFAULT= RDOC LIBEDIT OPTIONS_SINGLE= EDIT @@ -64,9 +65,8 @@ CAPIDOCS_BUILD_DEPENDS= doxygen>0:${PORT CAPIDOCS_CONFIGURE_ENABLE= install-capi GMP_CONFIGURE_WITH= gmp GMP_LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp -LIBEDIT_BUILD_DEPENDS= libedit>=0:${PORTSDIR}/devel/libedit LIBEDIT_CONFIGURE_ON= --enable-libedit --with-libedit-dir=${LOCALBASE} -LIBEDIT_RUN_DEPENDS= libedit>=0:${PORTSDIR}/devel/libedit +LIBEDIT_USES= libedit RDOC_CONFIGURE_ENABLE= install-rdoc READLINE_BUILD_DEPENDS= readline>=0:${PORTSDIR}/devel/readline READLINE_CONFIGURE_ON= --disable-libedit --with-readline-dir=${LOCALBASE} @@ -142,20 +142,20 @@ post-patch: # Remove modules we don't want # .for d in win32ole - ${RM} -rf ${BUILD_WRKSRC}/ext/${d} + @${RM} -rf ${BUILD_WRKSRC}/ext/${d} .endfor # We get rake from ports. .for d in bin/rake doc/rake lib/rake test/rake man/rake.1 lib/rake.rb - ${RM} -rf ${BUILD_WRKSRC}/${d} + @${RM} -rf ${BUILD_WRKSRC}/${d} .endfor # We get the gem executable from ports. - ${RM} ${BUILD_WRKSRC}/bin/gem + @${RM} ${BUILD_WRKSRC}/bin/gem # # Prepare modules we are wanting to build via external ports # .for d in gdbm tk - ${MV} ${BUILD_WRKSRC}/ext/${d} ${WRKDIR}/ + @${MV} ${BUILD_WRKSRC}/ext/${d} ${WRKDIR}/ .endfor post-build: @@ -170,7 +170,7 @@ post-build: @${RB_SET_CONF_VAR} "INSTALL_DATA" "ENV['RB_USER_INSTALL'] ? '${INSTALL} ${COPY} -m ${SHAREMODE}' : '${INSTALL_DATA}'" post-build-CAPIDOCS-on: - ${FIND} ${WRKSRC}/doc -type d -empty -delete + @${FIND} ${WRKSRC}/doc -type d -empty -delete pre-install: ${MKDIR} ${STAGEDIR}${RUBY_SITEARCHLIBDIR} Modified: head/lang/ruby21/distinfo ============================================================================== --- head/lang/ruby21/distinfo Wed Dec 23 19:09:55 2015 (r404312) +++ head/lang/ruby21/distinfo Wed Dec 23 19:10:47 2015 (r404313) @@ -1,2 +1,2 @@ -SHA256 (ruby/ruby-2.1.7.tar.xz) = 225c067d9820fe52fcffbfb91d5b5243708a0b666b9929bea466e9379eb40ad7 -SIZE (ruby/ruby-2.1.7.tar.xz) = 9371208 +SHA256 (ruby/ruby-2.1.8.tar.xz) = 94eeae3b3e3ac93cfd205e1aaef4c5325227b7656cbb2fc1ee217618145dd19d +SIZE (ruby/ruby-2.1.8.tar.xz) = 9382672 Modified: head/lang/ruby21/files/patch-ext_openssl_extconf.rb ============================================================================== --- head/lang/ruby21/files/patch-ext_openssl_extconf.rb Wed Dec 23 19:09:55 2015 (r404312) +++ head/lang/ruby21/files/patch-ext_openssl_extconf.rb Wed Dec 23 19:10:47 2015 (r404313) @@ -10,6 +10,6 @@ +have_func("SSLv23_method") +have_func("SSLv23_server_method") +have_func("SSLv23_client_method") - have_func("TLSv1_1_method") - have_func("TLSv1_1_server_method") - have_func("TLSv1_1_client_method") + have_func("SSLv3_method") + have_func("SSLv3_server_method") + have_func("SSLv3_client_method") Modified: head/lang/ruby21/files/patch-ext_readline_extconf.rb ============================================================================== --- head/lang/ruby21/files/patch-ext_readline_extconf.rb Wed Dec 23 19:09:55 2015 (r404312) +++ head/lang/ruby21/files/patch-ext_readline_extconf.rb Wed Dec 23 19:10:47 2015 (r404313) @@ -1,13 +1,5 @@ --- ext/readline/extconf.rb.orig 2014-05-01 11:59:37.000000000 +0000 +++ ext/readline/extconf.rb 2015-10-23 04:05:44.000000000 +0000 -@@ -37,6 +37,7 @@ - case enable_libedit - when true - # --enable-libedit -+ dir_config("libedit") - unless (readline.have_header("editline/readline.h") || - readline.have_header("readline/readline.h")) && - have_library("edit", "readline") @@ -62,7 +63,7 @@ else end From owner-svn-ports-head@freebsd.org Wed Dec 23 19:11:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37A6DA50133; Wed, 23 Dec 2015 19:11: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 15D461AF7; Wed, 23 Dec 2015 19:11: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 tBNJBjtQ040824; Wed, 23 Dec 2015 19:11:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNJBjgR040821; Wed, 23 Dec 2015 19:11:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512231911.tBNJBjgR040821@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Dec 2015 19:11:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404314 - in head: Mk lang/ruby20 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 19:11:46 -0000 Author: sunpoet Date: Wed Dec 23 19:11:44 2015 New Revision: 404314 URL: https://svnweb.freebsd.org/changeset/ports/404314 Log: - Update to 2.0.0p648 - Add LICENSE_FILE - Use USES=autoreconf instead of USE_AUTOTOOLS=autoconf - Use USES=libedit - Use USES=tar:xz - Silence patch and build messages Changes: https://www.ruby-lang.org/en/news/2015/12/16/ruby-2-0-0-p648-released/ http://svn.ruby-lang.org/repos/ruby/tags/v2_0_0_648/ChangeLog Security: 3b50881d-1860-4721-aab1-503290e23f6c Differential Revision: https://reviews.freebsd.org/D4668 PR: 205487 Exp-run by: antoine MFH: 2015Q4 Modified: head/Mk/bsd.ruby.mk head/lang/ruby20/Makefile head/lang/ruby20/distinfo Modified: head/Mk/bsd.ruby.mk ============================================================================== --- head/Mk/bsd.ruby.mk Wed Dec 23 19:10:47 2015 (r404313) +++ head/Mk/bsd.ruby.mk Wed Dec 23 19:11:44 2015 (r404314) @@ -174,7 +174,7 @@ RUBY?= ${LOCALBASE}/bin/${RUBY_NAME} RUBY_RELVERSION= 2.0.0 RUBY_PORTREVISION= 0 RUBY_PORTEPOCH= 1 -RUBY_PATCHLEVEL= 647 +RUBY_PATCHLEVEL= 648 RUBY20= "" # PLIST_SUB helpers . elif ${RUBY_VER} == 2.1 Modified: head/lang/ruby20/Makefile ============================================================================== --- head/lang/ruby20/Makefile Wed Dec 23 19:10:47 2015 (r404313) +++ head/lang/ruby20/Makefile Wed Dec 23 19:11:44 2015 (r404314) @@ -15,6 +15,8 @@ COMMENT?= Object-oriented interpreted sc LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual +LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL +LICENSE_FILE_RUBY= ${WRKSRC}/COPYING # Using LIB_DEPENDS finds the libffi from gcc which causes problems BUILD_DEPENDS= libffi>=0:${PORTSDIR}/devel/libffi @@ -34,20 +36,19 @@ GNU_CONFIGURE= yes # Keep this, else ruby will fail to load libraries dependent of libpthread. LIBS+= -lpthread -L${LOCALBASE}/lib MAKE_ENV= LC_ALL=C -USE_AUTOTOOLS= autoconf USE_LDCONFIG= yes USE_OPENSSL= yes -USES= cpe execinfo tar:bzip2 +USES= autoreconf cpe execinfo tar:xz WRKSRC= ${RUBY_WRKSRC} -NOT_FOR_ARCHS= ia64 -NOT_FOR_ARCHS_REASON_ia64= does not build - RUBY_VER= 2.0 USE_RUBY= yes RUBY_NO_BUILD_DEPENDS= yes RUBY_NO_RUN_DEPENDS= yes +NOT_FOR_ARCHS= ia64 +NOT_FOR_ARCHS_REASON_ia64= does not build + OPTIONS_DEFINE= CAPIDOCS DEBUG DOCS EXAMPLES RDOC OPTIONS_DEFAULT= RDOC LIBEDIT OPTIONS_SINGLE= EDIT @@ -61,9 +62,8 @@ READLINE_DESC= Use libreadline CAPIDOCS_BUILD_DEPENDS= doxygen>0:${PORTSDIR}/devel/doxygen \ dot:${PORTSDIR}/graphics/graphviz CAPIDOCS_CONFIGURE_ENABLE= install-capi -LIBEDIT_BUILD_DEPENDS= libedit>=0:${PORTSDIR}/devel/libedit LIBEDIT_CONFIGURE_ON= --enable-libedit --with-libedit-dir=${LOCALBASE} -LIBEDIT_RUN_DEPENDS= libedit>=0:${PORTSDIR}/devel/libedit +LIBEDIT_USES= libedit RDOC_CONFIGURE_ENABLE= install-rdoc READLINE_BUILD_DEPENDS= readline>=0:${PORTSDIR}/devel/readline READLINE_CONFIGURE_ON= --disable-libedit --with-readline-dir=${LOCALBASE} @@ -143,20 +143,20 @@ post-patch: # Remove modules we don't want # .for d in win32ole - ${RM} -rf ${BUILD_WRKSRC}/ext/${d} + @${RM} -rf ${BUILD_WRKSRC}/ext/${d} .endfor # We get rake from ports. .for d in bin/rake doc/rake lib/rake test/rake man/rake.1 lib/rake.rb - ${RM} -rf ${BUILD_WRKSRC}/${d} + @${RM} -rf ${BUILD_WRKSRC}/${d} .endfor # We get the gem executable from ports. - ${RM} ${BUILD_WRKSRC}/bin/gem + @${RM} ${BUILD_WRKSRC}/bin/gem # # Prepare modules we are wanting to build via external ports # .for d in gdbm tk - ${MV} ${BUILD_WRKSRC}/ext/${d} ${WRKDIR}/ + @${MV} ${BUILD_WRKSRC}/ext/${d} ${WRKDIR}/ .endfor post-build: @@ -171,7 +171,7 @@ post-build: @${RB_SET_CONF_VAR} "INSTALL_DATA" "ENV['RB_USER_INSTALL'] ? '${INSTALL} ${COPY} -m ${SHAREMODE}' : '${INSTALL_DATA}'" post-build-CAPIDOCS-on: - ${FIND} ${WRKSRC}/doc -type d -empty -delete + @${FIND} ${WRKSRC}/doc -type d -empty -delete pre-install: ${MKDIR} ${STAGEDIR}${RUBY_SITEARCHLIBDIR} Modified: head/lang/ruby20/distinfo ============================================================================== --- head/lang/ruby20/distinfo Wed Dec 23 19:10:47 2015 (r404313) +++ head/lang/ruby20/distinfo Wed Dec 23 19:11:44 2015 (r404314) @@ -1,2 +1,2 @@ -SHA256 (ruby/ruby-2.0.0-p647.tar.bz2) = 3c3782e313d1ec3ed06c104eafd133cc54ff5183b991786ece9e957fd6cf1cb9 -SIZE (ruby/ruby-2.0.0-p647.tar.bz2) = 10785285 +SHA256 (ruby/ruby-2.0.0-p648.tar.xz) = 22fe97739110ba9171b13fc4dcd1a92e767f16769de3593ee41ef1283d218402 +SIZE (ruby/ruby-2.0.0-p648.tar.xz) = 8303584 From owner-svn-ports-head@freebsd.org Wed Dec 23 19:25:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64F82A50671; Wed, 23 Dec 2015 19:25:49 +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 3474D106E; Wed, 23 Dec 2015 19:25:49 +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 tBNJPm42045985; Wed, 23 Dec 2015 19:25:48 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNJPm5b045984; Wed, 23 Dec 2015 19:25:48 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201512231925.tBNJPm5b045984@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Wed, 23 Dec 2015 19:25:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404315 - head/lang/dmd2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 19:25:49 -0000 Author: cy Date: Wed Dec 23 19:25:48 2015 New Revision: 404315 URL: https://svnweb.freebsd.org/changeset/ports/404315 Log: Correctly locate the config file and use the correct complier when linking. Submitted by: gahr Obtained from: https://people.freebsd.org/~gahr/lang-dmd2.diff Modified: head/lang/dmd2/Makefile Modified: head/lang/dmd2/Makefile ============================================================================== --- head/lang/dmd2/Makefile Wed Dec 23 19:11:44 2015 (r404314) +++ head/lang/dmd2/Makefile Wed Dec 23 19:25:48 2015 (r404315) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dmd -PKGNAMESUFFIX= 2 +PKGNAMESUFFIX= 3 PORTVERSION= 2.069.2 CATEGORIES= lang MASTER_SITES= http://ftp.digitalmars.com/ @@ -55,7 +55,10 @@ MAKE_ARGS+= DEBUG_FLAGS=-g\ -DDEBUG=1\ - MODULEDIR= ${PREFIX}/include/d/phobos2 post-patch: - @${REINPLACE_CMD} -e "s|g++|${CXX}|" ${WRKSRC}/posix.mak + @${REINPLACE_CMD} -e "s|g++|${CXX}|" \ + -e "s|/etc|${PREFIX}/etc|" \ + ${WRKSRC}/posix.mak + @${REINPLACE_CMD} -e "s|gcc|${CC}|" ${WRKSRC}/link.d @${REINPLACE_CMD} -e "s|cc|${CC}|" ${WRKSRC}/../phobos/posix.mak @${REINPLACE_CMD} -e "s|/etc|${PREFIX}/etc|" \ -e "s|\(dmd\)|\12|gI" \ From owner-svn-ports-head@freebsd.org Wed Dec 23 19:39:44 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41011A50A04; Wed, 23 Dec 2015 19:39:44 +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 17B1F18E0; Wed, 23 Dec 2015 19:39:44 +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 tBNJdhw3049115; Wed, 23 Dec 2015 19:39:43 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNJdhHW049113; Wed, 23 Dec 2015 19:39:43 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201512231939.tBNJdhHW049113@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Wed, 23 Dec 2015 19:39:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404316 - in head/devel/upp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 19:39:44 -0000 Author: riggs Date: Wed Dec 23 19:39:42 2015 New Revision: 404316 URL: https://svnweb.freebsd.org/changeset/ports/404316 Log: Update to upstream version 9251, convert to OPTION helpers PR: 204961 Submitted by: lightside@gmx.com Approved by: maintainer timeout Deleted: head/devel/upp/files/ Modified: head/devel/upp/Makefile head/devel/upp/distinfo Modified: head/devel/upp/Makefile ============================================================================== --- head/devel/upp/Makefile Wed Dec 23 19:25:48 2015 (r404315) +++ head/devel/upp/Makefile Wed Dec 23 19:39:42 2015 (r404316) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= upp -PORTVERSION= 8227 +PORTVERSION= 9251 CATEGORIES= devel x11-toolkits -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2015.1/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2015.2/ DISTNAME= ${PORTNAME}-x11-src-${PORTVERSION} MAINTAINER= m.sund@arcor.de @@ -35,6 +35,12 @@ MAKE_ARGS= UPPOUT="../_out/" OutFile=".. -I${LOCALBASE}/include/pango-1.0 -I${LOCALBASE}/include/glib-2.0 \ -I${LOCALBASE}/lib/glib-2.0/include -I/usr/include" +MAKE_JOBS_UNSAFE= yes + +BROKEN_ia64= Does not compile on ${ARCH} +BROKEN_powerpc= Does not compile on ${ARCH} +BROKEN_sparc64= Does not compile on ${ARCH} + PORTDATA= bazaar examples reference tutorial uppsrc *.bm DESKTOP_ENTRIES="TheIDE" "IDE for cross-platform C++ development" \ @@ -43,6 +49,7 @@ DESKTOP_ENTRIES="TheIDE" "IDE for cross- OPTIONS_DEFINE= SDL OPENGL MYSQL PGSQL USEMALLOC USEMALLOC_DESC= Compile without U++ heap allocator +USEMALLOC_VARS= MACRO_FLAGS+=-DflagUSEMALLOC PLIST_FILES= bin/theide @@ -51,16 +58,6 @@ OPENGL_USE= gl MYSQL_USE= mysql=yes PGSQL_USES= pgsql -.include - -.if ${PORT_OPTIONS:MUSEMALLOC} -MACRO_FLAGS+= -DflagUSEMALLOC -.endif - -.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= Does not compile on ia64, powerpc, or sparc64 -.endif - post-patch: .SILENT ${MV} ${BUILD_WRKSRC}/Makefile.in ${BUILD_WRKSRC}/Makefile ${REINPLACE_CMD} -e '/^CXX =/d;/^CFLAGS =/d;/^CXXFLAGS =/d;/^LDFLAGS =/d' \ @@ -70,6 +67,7 @@ post-patch: .SILENT post-build: .SILENT ${ECHO_CMD} "BUILDER = \"GCC\"" > ${WRKSRC}/GCC.bm + ${ECHO_CMD} "COMMON_CPP_OPTIONS = \"-std=c++0x\";" >> ${WRKSRC}/GCC.bm ${ECHO_CMD} "DEBUG_INFO = \"0\";" >> ${WRKSRC}/GCC.bm ${ECHO_CMD} "DEBUG_BLITZ = \"1\";" >> ${WRKSRC}/GCC.bm ${ECHO_CMD} "DEBUG_LINKMODE = \"1\";" >> ${WRKSRC}/GCC.bm @@ -91,6 +89,8 @@ post-build: .SILENT (cd ${WRKSRC} && ${CP} GCC.bm CLANG.bm && \ ${SED} -i '' -e '/^BUILDER/s|GCC|CLANG| ; \ s| -fdata-sections|| ; s| -finline-limit=20||' CLANG.bm) + ${ECHO_CMD} "COMMON_OPTIONS = \"-Wno-logical-op-parentheses\";" >> ${WRKSRC}/CLANG.bm + ${ECHO_CMD} "ALLOW_PRECOMPILED_HEADERS = \"0\";" >> ${WRKSRC}/CLANG.bm do-install: ${INSTALL_PROGRAM} ${WRKSRC}/theide ${STAGEDIR}${PREFIX}/bin Modified: head/devel/upp/distinfo ============================================================================== --- head/devel/upp/distinfo Wed Dec 23 19:25:48 2015 (r404315) +++ head/devel/upp/distinfo Wed Dec 23 19:39:42 2015 (r404316) @@ -1,2 +1,2 @@ -SHA256 (upp-x11-src-8227.tar.gz) = 0cbac66dd527d9b05fc279ffb8b53cab1cd67d275f173c95a59b904fd46bb338 -SIZE (upp-x11-src-8227.tar.gz) = 44496813 +SHA256 (upp-x11-src-9251.tar.gz) = f1012e15914a4a9d4c70c008b94b932db7dd39ff043bdf5c4584a45f7580ebd5 +SIZE (upp-x11-src-9251.tar.gz) = 45014025 From owner-svn-ports-head@freebsd.org Wed Dec 23 20:39:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6BC1EA4FE73; Wed, 23 Dec 2015 20:39: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 3A38317FC; Wed, 23 Dec 2015 20:39: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 tBNKdrAZ066807; Wed, 23 Dec 2015 20:39:53 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNKdrgC066806; Wed, 23 Dec 2015 20:39:53 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512232039.tBNKdrgC066806@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Dec 2015 20:39:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404320 - head/science/mcstas X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 20:39:54 -0000 Author: amdmi3 Date: Wed Dec 23 20:39:53 2015 New Revision: 404320 URL: https://svnweb.freebsd.org/changeset/ports/404320 Log: - Remove unneeded @dir's Approved by: portmgr blanket Modified: head/science/mcstas/pkg-plist Modified: head/science/mcstas/pkg-plist ============================================================================== --- head/science/mcstas/pkg-plist Wed Dec 23 20:20:56 2015 (r404319) +++ head/science/mcstas/pkg-plist Wed Dec 23 20:39:53 2015 (r404320) @@ -58,15 +58,3 @@ mcstas/%%PORTVERSION%%/share/ref-lib.c mcstas/%%PORTVERSION%%/share/ref-lib.h mcstas/%%PORTVERSION%%/share/vitess-lib.c mcstas/%%PORTVERSION%%/share/vitess-lib.h -@dir mcstas/%%PORTVERSION%%/bin -@dir mcstas/%%PORTVERSION%%/data -@dir mcstas/%%PORTVERSION%%/doc/man/man1 -@dir mcstas/%%PORTVERSION%%/doc/man -@dir mcstas/%%PORTVERSION%%/doc -@dir mcstas/%%PORTVERSION%%/share/interpolation/natural -@dir mcstas/%%PORTVERSION%%/share/interpolation/nearest -@dir mcstas/%%PORTVERSION%%/share/interpolation -@dir mcstas/%%PORTVERSION%%/share/nxslib -@dir mcstas/%%PORTVERSION%%/share -@dir mcstas/%%PORTVERSION%% -@dir mcstas From owner-svn-ports-head@freebsd.org Wed Dec 23 20:41:34 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E0F3A4FEE5; Wed, 23 Dec 2015 20:41:34 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0CF7B1AA1; Wed, 23 Dec 2015 20:41:33 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBNKfXbp069565; Wed, 23 Dec 2015 20:41:33 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNKfXfp069563; Wed, 23 Dec 2015 20:41:33 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201512232041.tBNKfXfp069563@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 23 Dec 2015 20:41:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404321 - head/databases/phpmyadmin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 20:41:34 -0000 Author: matthew Date: Wed Dec 23 20:41:32 2015 New Revision: 404321 URL: https://svnweb.freebsd.org/changeset/ports/404321 Log: Update to 4.5.3 ChangeLog: https://www.phpmyadmin.net/files/4.5.3/ Modified: head/databases/phpmyadmin/Makefile head/databases/phpmyadmin/distinfo Modified: head/databases/phpmyadmin/Makefile ============================================================================== --- head/databases/phpmyadmin/Makefile Wed Dec 23 20:39:53 2015 (r404320) +++ head/databases/phpmyadmin/Makefile Wed Dec 23 20:41:32 2015 (r404321) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.5.2 +DISTVERSION= 4.5.3 CATEGORIES= databases www MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages Modified: head/databases/phpmyadmin/distinfo ============================================================================== --- head/databases/phpmyadmin/distinfo Wed Dec 23 20:39:53 2015 (r404320) +++ head/databases/phpmyadmin/distinfo Wed Dec 23 20:41:32 2015 (r404321) @@ -1,2 +1,2 @@ -SHA256 (phpMyAdmin-4.5.2-all-languages.tar.xz) = a7df3032caca8c483596869dc06381b436c67772136173cbc26edbe45d50a137 -SIZE (phpMyAdmin-4.5.2-all-languages.tar.xz) = 5756440 +SHA256 (phpMyAdmin-4.5.3-all-languages.tar.xz) = 1b12a9a23b3755eda8ff48e8f875bb59aa425460a97db6e80f2f770163f25e59 +SIZE (phpMyAdmin-4.5.3-all-languages.tar.xz) = 5758664 From owner-svn-ports-head@freebsd.org Wed Dec 23 20:42:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B533A4FF5F; Wed, 23 Dec 2015 20:42: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 D321E1D1D; Wed, 23 Dec 2015 20:42:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBNKg2ZR069696; Wed, 23 Dec 2015 20:42:02 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNKg28Y069695; Wed, 23 Dec 2015 20:42:02 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512232042.tBNKg28Y069695@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Dec 2015 20:42:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404322 - head/www/dokuwiki X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 20:42:03 -0000 Author: amdmi3 Date: Wed Dec 23 20:42:01 2015 New Revision: 404322 URL: https://svnweb.freebsd.org/changeset/ports/404322 Log: - Drop unneded @dir's from plist Approved by: portmgr blanket Modified: head/www/dokuwiki/pkg-plist Modified: head/www/dokuwiki/pkg-plist ============================================================================== --- head/www/dokuwiki/pkg-plist Wed Dec 23 20:41:32 2015 (r404321) +++ head/www/dokuwiki/pkg-plist Wed Dec 23 20:42:01 2015 (r404322) @@ -3999,653 +3999,3 @@ %%WWWDIR%%/vendor/splitbrain/php-archive/src/FileInfo.php %%WWWDIR%%/vendor/splitbrain/php-archive/src/Tar.php %%WWWDIR%%/vendor/splitbrain/php-archive/src/Zip.php -@dir %%WWWDIR%%/vendor/splitbrain/php-archive/src -@dir %%WWWDIR%%/vendor/splitbrain/php-archive -@dir %%WWWDIR%%/vendor/splitbrain -@dir %%WWWDIR%%/vendor/easybook/geshi/geshi -@dir %%WWWDIR%%/vendor/easybook/geshi -@dir %%WWWDIR%%/vendor/easybook -@dir %%WWWDIR%%/vendor/composer -@dir %%WWWDIR%%/vendor -@dir %%WWWDIR%%/lib/tpl/dokuwiki/lang/zh -@dir %%WWWDIR%%/lib/tpl/dokuwiki/lang/pt-br -@dir %%WWWDIR%%/lib/tpl/dokuwiki/lang/nl -@dir %%WWWDIR%%/lib/tpl/dokuwiki/lang/ko -@dir %%WWWDIR%%/lib/tpl/dokuwiki/lang/ja -@dir %%WWWDIR%%/lib/tpl/dokuwiki/lang/fr -@dir %%WWWDIR%%/lib/tpl/dokuwiki/lang/es -@dir %%WWWDIR%%/lib/tpl/dokuwiki/lang/en -@dir %%WWWDIR%%/lib/tpl/dokuwiki/lang/de -@dir %%WWWDIR%%/lib/tpl/dokuwiki/lang -@dir %%WWWDIR%%/lib/tpl/dokuwiki/images/pagetools -@dir %%WWWDIR%%/lib/tpl/dokuwiki/images -@dir %%WWWDIR%%/lib/tpl/dokuwiki/css -@dir %%WWWDIR%%/lib/tpl/dokuwiki -@dir %%WWWDIR%%/lib/tpl -@dir %%WWWDIR%%/lib/styles -@dir %%WWWDIR%%/lib/scripts/jquery/jquery-ui-theme/images -@dir %%WWWDIR%%/lib/scripts/jquery/jquery-ui-theme -@dir %%WWWDIR%%/lib/scripts/jquery -@dir %%WWWDIR%%/lib/scripts -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/zh-tw -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/zh -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/uk -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/tr -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/th -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/sv -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/sr -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/sq -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/sl -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/sk -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/ru -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/ro -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/pt-br -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/pt -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/pl -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/no -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/nl -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/ne -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/mr -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/mk -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/lv -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/lt -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/lb -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/la -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/ko -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/kk -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/ja -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/it -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/is -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/id -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/ia -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/hu -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/hr -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/he -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/gl -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/fr -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/fi -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/fa -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/eu -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/et -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/es -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/eo -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/en -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/el -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/de-informal -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/de -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/da -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/cs -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/ca-valencia -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/ca -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/bg -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/ar -@dir %%WWWDIR%%/lib/plugins/usermanager/lang/af -@dir %%WWWDIR%%/lib/plugins/usermanager/lang -@dir %%WWWDIR%%/lib/plugins/usermanager/images -@dir %%WWWDIR%%/lib/plugins/usermanager -@dir %%WWWDIR%%/lib/plugins/styling/lang/zh -@dir %%WWWDIR%%/lib/plugins/styling/lang/pt-br -@dir %%WWWDIR%%/lib/plugins/styling/lang/nl -@dir %%WWWDIR%%/lib/plugins/styling/lang/ko -@dir %%WWWDIR%%/lib/plugins/styling/lang/ja -@dir %%WWWDIR%%/lib/plugins/styling/lang/fr -@dir %%WWWDIR%%/lib/plugins/styling/lang/es -@dir %%WWWDIR%%/lib/plugins/styling/lang/en -@dir %%WWWDIR%%/lib/plugins/styling/lang/de -@dir %%WWWDIR%%/lib/plugins/styling/lang/bg -@dir %%WWWDIR%%/lib/plugins/styling/lang -@dir %%WWWDIR%%/lib/plugins/styling -@dir %%WWWDIR%%/lib/plugins/safefnrecode -@dir %%WWWDIR%%/lib/plugins/revert/lang/zh-tw -@dir %%WWWDIR%%/lib/plugins/revert/lang/zh -@dir %%WWWDIR%%/lib/plugins/revert/lang/uk -@dir %%WWWDIR%%/lib/plugins/revert/lang/tr -@dir %%WWWDIR%%/lib/plugins/revert/lang/th -@dir %%WWWDIR%%/lib/plugins/revert/lang/sv -@dir %%WWWDIR%%/lib/plugins/revert/lang/sr -@dir %%WWWDIR%%/lib/plugins/revert/lang/sq -@dir %%WWWDIR%%/lib/plugins/revert/lang/sl -@dir %%WWWDIR%%/lib/plugins/revert/lang/sk -@dir %%WWWDIR%%/lib/plugins/revert/lang/ru -@dir %%WWWDIR%%/lib/plugins/revert/lang/ro -@dir %%WWWDIR%%/lib/plugins/revert/lang/pt-br -@dir %%WWWDIR%%/lib/plugins/revert/lang/pt -@dir %%WWWDIR%%/lib/plugins/revert/lang/pl -@dir %%WWWDIR%%/lib/plugins/revert/lang/no -@dir %%WWWDIR%%/lib/plugins/revert/lang/nl -@dir %%WWWDIR%%/lib/plugins/revert/lang/ne -@dir %%WWWDIR%%/lib/plugins/revert/lang/mr -@dir %%WWWDIR%%/lib/plugins/revert/lang/lv -@dir %%WWWDIR%%/lib/plugins/revert/lang/lb -@dir %%WWWDIR%%/lib/plugins/revert/lang/la -@dir %%WWWDIR%%/lib/plugins/revert/lang/ko -@dir %%WWWDIR%%/lib/plugins/revert/lang/ja -@dir %%WWWDIR%%/lib/plugins/revert/lang/it -@dir %%WWWDIR%%/lib/plugins/revert/lang/is -@dir %%WWWDIR%%/lib/plugins/revert/lang/ia -@dir %%WWWDIR%%/lib/plugins/revert/lang/hu -@dir %%WWWDIR%%/lib/plugins/revert/lang/hr -@dir %%WWWDIR%%/lib/plugins/revert/lang/he -@dir %%WWWDIR%%/lib/plugins/revert/lang/gl -@dir %%WWWDIR%%/lib/plugins/revert/lang/fr -@dir %%WWWDIR%%/lib/plugins/revert/lang/fi -@dir %%WWWDIR%%/lib/plugins/revert/lang/fa -@dir %%WWWDIR%%/lib/plugins/revert/lang/eu -@dir %%WWWDIR%%/lib/plugins/revert/lang/et -@dir %%WWWDIR%%/lib/plugins/revert/lang/es -@dir %%WWWDIR%%/lib/plugins/revert/lang/eo -@dir %%WWWDIR%%/lib/plugins/revert/lang/en -@dir %%WWWDIR%%/lib/plugins/revert/lang/el -@dir %%WWWDIR%%/lib/plugins/revert/lang/de-informal -@dir %%WWWDIR%%/lib/plugins/revert/lang/de -@dir %%WWWDIR%%/lib/plugins/revert/lang/da -@dir %%WWWDIR%%/lib/plugins/revert/lang/cs -@dir %%WWWDIR%%/lib/plugins/revert/lang/ca-valencia -@dir %%WWWDIR%%/lib/plugins/revert/lang/ca -@dir %%WWWDIR%%/lib/plugins/revert/lang/bg -@dir %%WWWDIR%%/lib/plugins/revert/lang/ar -@dir %%WWWDIR%%/lib/plugins/revert/lang -@dir %%WWWDIR%%/lib/plugins/revert -@dir %%WWWDIR%%/lib/plugins/popularity/lang/zh-tw -@dir %%WWWDIR%%/lib/plugins/popularity/lang/zh -@dir %%WWWDIR%%/lib/plugins/popularity/lang/uk -@dir %%WWWDIR%%/lib/plugins/popularity/lang/tr -@dir %%WWWDIR%%/lib/plugins/popularity/lang/th -@dir %%WWWDIR%%/lib/plugins/popularity/lang/sv -@dir %%WWWDIR%%/lib/plugins/popularity/lang/sr -@dir %%WWWDIR%%/lib/plugins/popularity/lang/sq -@dir %%WWWDIR%%/lib/plugins/popularity/lang/sl -@dir %%WWWDIR%%/lib/plugins/popularity/lang/sk -@dir %%WWWDIR%%/lib/plugins/popularity/lang/ru -@dir %%WWWDIR%%/lib/plugins/popularity/lang/ro -@dir %%WWWDIR%%/lib/plugins/popularity/lang/pt-br -@dir %%WWWDIR%%/lib/plugins/popularity/lang/pt -@dir %%WWWDIR%%/lib/plugins/popularity/lang/pl -@dir %%WWWDIR%%/lib/plugins/popularity/lang/no -@dir %%WWWDIR%%/lib/plugins/popularity/lang/nl -@dir %%WWWDIR%%/lib/plugins/popularity/lang/ne -@dir %%WWWDIR%%/lib/plugins/popularity/lang/mr -@dir %%WWWDIR%%/lib/plugins/popularity/lang/lv -@dir %%WWWDIR%%/lib/plugins/popularity/lang/lt -@dir %%WWWDIR%%/lib/plugins/popularity/lang/la -@dir %%WWWDIR%%/lib/plugins/popularity/lang/ko -@dir %%WWWDIR%%/lib/plugins/popularity/lang/ja -@dir %%WWWDIR%%/lib/plugins/popularity/lang/it -@dir %%WWWDIR%%/lib/plugins/popularity/lang/is -@dir %%WWWDIR%%/lib/plugins/popularity/lang/id-ni -@dir %%WWWDIR%%/lib/plugins/popularity/lang/ia -@dir %%WWWDIR%%/lib/plugins/popularity/lang/hu -@dir %%WWWDIR%%/lib/plugins/popularity/lang/hr -@dir %%WWWDIR%%/lib/plugins/popularity/lang/hi -@dir %%WWWDIR%%/lib/plugins/popularity/lang/he -@dir %%WWWDIR%%/lib/plugins/popularity/lang/gl -@dir %%WWWDIR%%/lib/plugins/popularity/lang/fr -@dir %%WWWDIR%%/lib/plugins/popularity/lang/fi -@dir %%WWWDIR%%/lib/plugins/popularity/lang/fa -@dir %%WWWDIR%%/lib/plugins/popularity/lang/eu -@dir %%WWWDIR%%/lib/plugins/popularity/lang/es -@dir %%WWWDIR%%/lib/plugins/popularity/lang/eo -@dir %%WWWDIR%%/lib/plugins/popularity/lang/en -@dir %%WWWDIR%%/lib/plugins/popularity/lang/el -@dir %%WWWDIR%%/lib/plugins/popularity/lang/de-informal -@dir %%WWWDIR%%/lib/plugins/popularity/lang/de -@dir %%WWWDIR%%/lib/plugins/popularity/lang/da -@dir %%WWWDIR%%/lib/plugins/popularity/lang/cs -@dir %%WWWDIR%%/lib/plugins/popularity/lang/ca-valencia -@dir %%WWWDIR%%/lib/plugins/popularity/lang/ca -@dir %%WWWDIR%%/lib/plugins/popularity/lang/bg -@dir %%WWWDIR%%/lib/plugins/popularity/lang/ar -@dir %%WWWDIR%%/lib/plugins/popularity/lang/af -@dir %%WWWDIR%%/lib/plugins/popularity/lang -@dir %%WWWDIR%%/lib/plugins/popularity -@dir %%WWWDIR%%/lib/plugins/info -@dir %%WWWDIR%%/lib/plugins/extension/lang/zh-tw -@dir %%WWWDIR%%/lib/plugins/extension/lang/zh -@dir %%WWWDIR%%/lib/plugins/extension/lang/tr -@dir %%WWWDIR%%/lib/plugins/extension/lang/sk -@dir %%WWWDIR%%/lib/plugins/extension/lang/ru -@dir %%WWWDIR%%/lib/plugins/extension/lang/pt-br -@dir %%WWWDIR%%/lib/plugins/extension/lang/pt -@dir %%WWWDIR%%/lib/plugins/extension/lang/pl -@dir %%WWWDIR%%/lib/plugins/extension/lang/nl -@dir %%WWWDIR%%/lib/plugins/extension/lang/lv -@dir %%WWWDIR%%/lib/plugins/extension/lang/ko -@dir %%WWWDIR%%/lib/plugins/extension/lang/ja -@dir %%WWWDIR%%/lib/plugins/extension/lang/it -@dir %%WWWDIR%%/lib/plugins/extension/lang/hu -@dir %%WWWDIR%%/lib/plugins/extension/lang/hr -@dir %%WWWDIR%%/lib/plugins/extension/lang/fr -@dir %%WWWDIR%%/lib/plugins/extension/lang/fi -@dir %%WWWDIR%%/lib/plugins/extension/lang/fa -@dir %%WWWDIR%%/lib/plugins/extension/lang/es -@dir %%WWWDIR%%/lib/plugins/extension/lang/eo -@dir %%WWWDIR%%/lib/plugins/extension/lang/en -@dir %%WWWDIR%%/lib/plugins/extension/lang/de -@dir %%WWWDIR%%/lib/plugins/extension/lang/da -@dir %%WWWDIR%%/lib/plugins/extension/lang/cs -@dir %%WWWDIR%%/lib/plugins/extension/lang/bg -@dir %%WWWDIR%%/lib/plugins/extension/lang -@dir %%WWWDIR%%/lib/plugins/extension/images -@dir %%WWWDIR%%/lib/plugins/extension/helper -@dir %%WWWDIR%%/lib/plugins/extension -@dir %%WWWDIR%%/lib/plugins/config/settings -@dir %%WWWDIR%%/lib/plugins/config/lang/zh-tw -@dir %%WWWDIR%%/lib/plugins/config/lang/zh -@dir %%WWWDIR%%/lib/plugins/config/lang/uk -@dir %%WWWDIR%%/lib/plugins/config/lang/tr -@dir %%WWWDIR%%/lib/plugins/config/lang/th -@dir %%WWWDIR%%/lib/plugins/config/lang/sv -@dir %%WWWDIR%%/lib/plugins/config/lang/sr -@dir %%WWWDIR%%/lib/plugins/config/lang/sq -@dir %%WWWDIR%%/lib/plugins/config/lang/sl -@dir %%WWWDIR%%/lib/plugins/config/lang/sk -@dir %%WWWDIR%%/lib/plugins/config/lang/ru -@dir %%WWWDIR%%/lib/plugins/config/lang/ro -@dir %%WWWDIR%%/lib/plugins/config/lang/pt-br -@dir %%WWWDIR%%/lib/plugins/config/lang/pt -@dir %%WWWDIR%%/lib/plugins/config/lang/pl -@dir %%WWWDIR%%/lib/plugins/config/lang/no -@dir %%WWWDIR%%/lib/plugins/config/lang/nl -@dir %%WWWDIR%%/lib/plugins/config/lang/ne -@dir %%WWWDIR%%/lib/plugins/config/lang/mr -@dir %%WWWDIR%%/lib/plugins/config/lang/lv -@dir %%WWWDIR%%/lib/plugins/config/lang/lt -@dir %%WWWDIR%%/lib/plugins/config/lang/lb -@dir %%WWWDIR%%/lib/plugins/config/lang/la -@dir %%WWWDIR%%/lib/plugins/config/lang/ko -@dir %%WWWDIR%%/lib/plugins/config/lang/ja -@dir %%WWWDIR%%/lib/plugins/config/lang/it -@dir %%WWWDIR%%/lib/plugins/config/lang/is -@dir %%WWWDIR%%/lib/plugins/config/lang/id-ni -@dir %%WWWDIR%%/lib/plugins/config/lang/id -@dir %%WWWDIR%%/lib/plugins/config/lang/ia -@dir %%WWWDIR%%/lib/plugins/config/lang/hu -@dir %%WWWDIR%%/lib/plugins/config/lang/hi -@dir %%WWWDIR%%/lib/plugins/config/lang/he -@dir %%WWWDIR%%/lib/plugins/config/lang/gl -@dir %%WWWDIR%%/lib/plugins/config/lang/fr -@dir %%WWWDIR%%/lib/plugins/config/lang/fi -@dir %%WWWDIR%%/lib/plugins/config/lang/fa -@dir %%WWWDIR%%/lib/plugins/config/lang/eu -@dir %%WWWDIR%%/lib/plugins/config/lang/et -@dir %%WWWDIR%%/lib/plugins/config/lang/es -@dir %%WWWDIR%%/lib/plugins/config/lang/eo -@dir %%WWWDIR%%/lib/plugins/config/lang/en -@dir %%WWWDIR%%/lib/plugins/config/lang/el -@dir %%WWWDIR%%/lib/plugins/config/lang/de-informal -@dir %%WWWDIR%%/lib/plugins/config/lang/de -@dir %%WWWDIR%%/lib/plugins/config/lang/da -@dir %%WWWDIR%%/lib/plugins/config/lang/cs -@dir %%WWWDIR%%/lib/plugins/config/lang/ca-valencia -@dir %%WWWDIR%%/lib/plugins/config/lang/ca -@dir %%WWWDIR%%/lib/plugins/config/lang/bg -@dir %%WWWDIR%%/lib/plugins/config/lang/ar -@dir %%WWWDIR%%/lib/plugins/config/lang/af -@dir %%WWWDIR%%/lib/plugins/config/lang -@dir %%WWWDIR%%/lib/plugins/config/images -@dir %%WWWDIR%%/lib/plugins/config -@dir %%WWWDIR%%/lib/plugins/authplain/lang/zh-tw -@dir %%WWWDIR%%/lib/plugins/authplain/lang/zh -@dir %%WWWDIR%%/lib/plugins/authplain/lang/vi -@dir %%WWWDIR%%/lib/plugins/authplain/lang/uk -@dir %%WWWDIR%%/lib/plugins/authplain/lang/tr -@dir %%WWWDIR%%/lib/plugins/authplain/lang/th -@dir %%WWWDIR%%/lib/plugins/authplain/lang/sv -@dir %%WWWDIR%%/lib/plugins/authplain/lang/sr -@dir %%WWWDIR%%/lib/plugins/authplain/lang/sq -@dir %%WWWDIR%%/lib/plugins/authplain/lang/sl -@dir %%WWWDIR%%/lib/plugins/authplain/lang/sk -@dir %%WWWDIR%%/lib/plugins/authplain/lang/ru -@dir %%WWWDIR%%/lib/plugins/authplain/lang/ro -@dir %%WWWDIR%%/lib/plugins/authplain/lang/pt-br -@dir %%WWWDIR%%/lib/plugins/authplain/lang/pt -@dir %%WWWDIR%%/lib/plugins/authplain/lang/pl -@dir %%WWWDIR%%/lib/plugins/authplain/lang/no -@dir %%WWWDIR%%/lib/plugins/authplain/lang/nl -@dir %%WWWDIR%%/lib/plugins/authplain/lang/ne -@dir %%WWWDIR%%/lib/plugins/authplain/lang/ms -@dir %%WWWDIR%%/lib/plugins/authplain/lang/mr -@dir %%WWWDIR%%/lib/plugins/authplain/lang/mk -@dir %%WWWDIR%%/lib/plugins/authplain/lang/mg -@dir %%WWWDIR%%/lib/plugins/authplain/lang/lv -@dir %%WWWDIR%%/lib/plugins/authplain/lang/lt -@dir %%WWWDIR%%/lib/plugins/authplain/lang/lb -@dir %%WWWDIR%%/lib/plugins/authplain/lang/la -@dir %%WWWDIR%%/lib/plugins/authplain/lang/ku -@dir %%WWWDIR%%/lib/plugins/authplain/lang/ko -@dir %%WWWDIR%%/lib/plugins/authplain/lang/km -@dir %%WWWDIR%%/lib/plugins/authplain/lang/kk -@dir %%WWWDIR%%/lib/plugins/authplain/lang/ka -@dir %%WWWDIR%%/lib/plugins/authplain/lang/ja -@dir %%WWWDIR%%/lib/plugins/authplain/lang/it -@dir %%WWWDIR%%/lib/plugins/authplain/lang/is -@dir %%WWWDIR%%/lib/plugins/authplain/lang/id-ni -@dir %%WWWDIR%%/lib/plugins/authplain/lang/id -@dir %%WWWDIR%%/lib/plugins/authplain/lang/ia -@dir %%WWWDIR%%/lib/plugins/authplain/lang/hu -@dir %%WWWDIR%%/lib/plugins/authplain/lang/hr -@dir %%WWWDIR%%/lib/plugins/authplain/lang/he -@dir %%WWWDIR%%/lib/plugins/authplain/lang/gl -@dir %%WWWDIR%%/lib/plugins/authplain/lang/fr -@dir %%WWWDIR%%/lib/plugins/authplain/lang/fo -@dir %%WWWDIR%%/lib/plugins/authplain/lang/fi -@dir %%WWWDIR%%/lib/plugins/authplain/lang/fa -@dir %%WWWDIR%%/lib/plugins/authplain/lang/eu -@dir %%WWWDIR%%/lib/plugins/authplain/lang/et -@dir %%WWWDIR%%/lib/plugins/authplain/lang/es -@dir %%WWWDIR%%/lib/plugins/authplain/lang/eo -@dir %%WWWDIR%%/lib/plugins/authplain/lang/en -@dir %%WWWDIR%%/lib/plugins/authplain/lang/el -@dir %%WWWDIR%%/lib/plugins/authplain/lang/de-informal -@dir %%WWWDIR%%/lib/plugins/authplain/lang/de -@dir %%WWWDIR%%/lib/plugins/authplain/lang/da -@dir %%WWWDIR%%/lib/plugins/authplain/lang/cs -@dir %%WWWDIR%%/lib/plugins/authplain/lang/ca-valencia -@dir %%WWWDIR%%/lib/plugins/authplain/lang/ca -@dir %%WWWDIR%%/lib/plugins/authplain/lang/bn -@dir %%WWWDIR%%/lib/plugins/authplain/lang/bg -@dir %%WWWDIR%%/lib/plugins/authplain/lang/az -@dir %%WWWDIR%%/lib/plugins/authplain/lang/ar -@dir %%WWWDIR%%/lib/plugins/authplain/lang/af -@dir %%WWWDIR%%/lib/plugins/authplain/lang -@dir %%WWWDIR%%/lib/plugins/authplain -@dir %%WWWDIR%%/lib/plugins/authpgsql/lang/zh-tw -@dir %%WWWDIR%%/lib/plugins/authpgsql/lang/zh -@dir %%WWWDIR%%/lib/plugins/authpgsql/lang/tr -@dir %%WWWDIR%%/lib/plugins/authpgsql/lang/sv -@dir %%WWWDIR%%/lib/plugins/authpgsql/lang/sl -@dir %%WWWDIR%%/lib/plugins/authpgsql/lang/sk -@dir %%WWWDIR%%/lib/plugins/authpgsql/lang/ru -@dir %%WWWDIR%%/lib/plugins/authpgsql/lang/pt-br -@dir %%WWWDIR%%/lib/plugins/authpgsql/lang/pt -@dir %%WWWDIR%%/lib/plugins/authpgsql/lang/pl -@dir %%WWWDIR%%/lib/plugins/authpgsql/lang/nl -@dir %%WWWDIR%%/lib/plugins/authpgsql/lang/lv -@dir %%WWWDIR%%/lib/plugins/authpgsql/lang/ko -@dir %%WWWDIR%%/lib/plugins/authpgsql/lang/ja -@dir %%WWWDIR%%/lib/plugins/authpgsql/lang/it -@dir %%WWWDIR%%/lib/plugins/authpgsql/lang/hu -@dir %%WWWDIR%%/lib/plugins/authpgsql/lang/hr -@dir %%WWWDIR%%/lib/plugins/authpgsql/lang/fr -@dir %%WWWDIR%%/lib/plugins/authpgsql/lang/fa -@dir %%WWWDIR%%/lib/plugins/authpgsql/lang/es -@dir %%WWWDIR%%/lib/plugins/authpgsql/lang/eo -@dir %%WWWDIR%%/lib/plugins/authpgsql/lang/en -@dir %%WWWDIR%%/lib/plugins/authpgsql/lang/de-informal -@dir %%WWWDIR%%/lib/plugins/authpgsql/lang/de -@dir %%WWWDIR%%/lib/plugins/authpgsql/lang/da -@dir %%WWWDIR%%/lib/plugins/authpgsql/lang/cs -@dir %%WWWDIR%%/lib/plugins/authpgsql/lang/bg -@dir %%WWWDIR%%/lib/plugins/authpgsql/lang -@dir %%WWWDIR%%/lib/plugins/authpgsql/conf -@dir %%WWWDIR%%/lib/plugins/authpgsql -@dir %%WWWDIR%%/lib/plugins/authmysql/lang/zh-tw -@dir %%WWWDIR%%/lib/plugins/authmysql/lang/zh -@dir %%WWWDIR%%/lib/plugins/authmysql/lang/tr -@dir %%WWWDIR%%/lib/plugins/authmysql/lang/sv -@dir %%WWWDIR%%/lib/plugins/authmysql/lang/sl -@dir %%WWWDIR%%/lib/plugins/authmysql/lang/sk -@dir %%WWWDIR%%/lib/plugins/authmysql/lang/ru -@dir %%WWWDIR%%/lib/plugins/authmysql/lang/pt-br -@dir %%WWWDIR%%/lib/plugins/authmysql/lang/pt -@dir %%WWWDIR%%/lib/plugins/authmysql/lang/pl -@dir %%WWWDIR%%/lib/plugins/authmysql/lang/no -@dir %%WWWDIR%%/lib/plugins/authmysql/lang/nl -@dir %%WWWDIR%%/lib/plugins/authmysql/lang/lv -@dir %%WWWDIR%%/lib/plugins/authmysql/lang/ko -@dir %%WWWDIR%%/lib/plugins/authmysql/lang/ja -@dir %%WWWDIR%%/lib/plugins/authmysql/lang/it -@dir %%WWWDIR%%/lib/plugins/authmysql/lang/hu -@dir %%WWWDIR%%/lib/plugins/authmysql/lang/hr -@dir %%WWWDIR%%/lib/plugins/authmysql/lang/he -@dir %%WWWDIR%%/lib/plugins/authmysql/lang/fr -@dir %%WWWDIR%%/lib/plugins/authmysql/lang/fi -@dir %%WWWDIR%%/lib/plugins/authmysql/lang/fa -@dir %%WWWDIR%%/lib/plugins/authmysql/lang/es -@dir %%WWWDIR%%/lib/plugins/authmysql/lang/eo -@dir %%WWWDIR%%/lib/plugins/authmysql/lang/en -@dir %%WWWDIR%%/lib/plugins/authmysql/lang/de-informal -@dir %%WWWDIR%%/lib/plugins/authmysql/lang/de -@dir %%WWWDIR%%/lib/plugins/authmysql/lang/da -@dir %%WWWDIR%%/lib/plugins/authmysql/lang/cs -@dir %%WWWDIR%%/lib/plugins/authmysql/lang/bg -@dir %%WWWDIR%%/lib/plugins/authmysql/lang -@dir %%WWWDIR%%/lib/plugins/authmysql/conf -@dir %%WWWDIR%%/lib/plugins/authmysql -@dir %%WWWDIR%%/lib/plugins/authldap/lang/zh-tw -@dir %%WWWDIR%%/lib/plugins/authldap/lang/zh -@dir %%WWWDIR%%/lib/plugins/authldap/lang/tr -@dir %%WWWDIR%%/lib/plugins/authldap/lang/sv -@dir %%WWWDIR%%/lib/plugins/authldap/lang/sl -@dir %%WWWDIR%%/lib/plugins/authldap/lang/sk -@dir %%WWWDIR%%/lib/plugins/authldap/lang/ru -@dir %%WWWDIR%%/lib/plugins/authldap/lang/pt-br -@dir %%WWWDIR%%/lib/plugins/authldap/lang/pt -@dir %%WWWDIR%%/lib/plugins/authldap/lang/pl -@dir %%WWWDIR%%/lib/plugins/authldap/lang/no -@dir %%WWWDIR%%/lib/plugins/authldap/lang/nl -@dir %%WWWDIR%%/lib/plugins/authldap/lang/lv -@dir %%WWWDIR%%/lib/plugins/authldap/lang/ko -@dir %%WWWDIR%%/lib/plugins/authldap/lang/ja -@dir %%WWWDIR%%/lib/plugins/authldap/lang/it -@dir %%WWWDIR%%/lib/plugins/authldap/lang/hu -@dir %%WWWDIR%%/lib/plugins/authldap/lang/hr -@dir %%WWWDIR%%/lib/plugins/authldap/lang/he -@dir %%WWWDIR%%/lib/plugins/authldap/lang/fr -@dir %%WWWDIR%%/lib/plugins/authldap/lang/fi -@dir %%WWWDIR%%/lib/plugins/authldap/lang/fa -@dir %%WWWDIR%%/lib/plugins/authldap/lang/et -@dir %%WWWDIR%%/lib/plugins/authldap/lang/es -@dir %%WWWDIR%%/lib/plugins/authldap/lang/eo -@dir %%WWWDIR%%/lib/plugins/authldap/lang/en -@dir %%WWWDIR%%/lib/plugins/authldap/lang/de-informal -@dir %%WWWDIR%%/lib/plugins/authldap/lang/de -@dir %%WWWDIR%%/lib/plugins/authldap/lang/da -@dir %%WWWDIR%%/lib/plugins/authldap/lang/cs -@dir %%WWWDIR%%/lib/plugins/authldap/lang/bg -@dir %%WWWDIR%%/lib/plugins/authldap/lang/ar -@dir %%WWWDIR%%/lib/plugins/authldap/lang -@dir %%WWWDIR%%/lib/plugins/authldap/conf -@dir %%WWWDIR%%/lib/plugins/authldap -@dir %%WWWDIR%%/lib/plugins/authad/lang/zh-tw -@dir %%WWWDIR%%/lib/plugins/authad/lang/zh -@dir %%WWWDIR%%/lib/plugins/authad/lang/tr -@dir %%WWWDIR%%/lib/plugins/authad/lang/sv -@dir %%WWWDIR%%/lib/plugins/authad/lang/sl -@dir %%WWWDIR%%/lib/plugins/authad/lang/sk -@dir %%WWWDIR%%/lib/plugins/authad/lang/ru -@dir %%WWWDIR%%/lib/plugins/authad/lang/ro -@dir %%WWWDIR%%/lib/plugins/authad/lang/pt-br -@dir %%WWWDIR%%/lib/plugins/authad/lang/pt -@dir %%WWWDIR%%/lib/plugins/authad/lang/pl -@dir %%WWWDIR%%/lib/plugins/authad/lang/no -@dir %%WWWDIR%%/lib/plugins/authad/lang/nl -@dir %%WWWDIR%%/lib/plugins/authad/lang/lv -@dir %%WWWDIR%%/lib/plugins/authad/lang/ko -@dir %%WWWDIR%%/lib/plugins/authad/lang/ka -@dir %%WWWDIR%%/lib/plugins/authad/lang/ja -@dir %%WWWDIR%%/lib/plugins/authad/lang/it -@dir %%WWWDIR%%/lib/plugins/authad/lang/hu -@dir %%WWWDIR%%/lib/plugins/authad/lang/hr -@dir %%WWWDIR%%/lib/plugins/authad/lang/he -@dir %%WWWDIR%%/lib/plugins/authad/lang/gl -@dir %%WWWDIR%%/lib/plugins/authad/lang/fr -@dir %%WWWDIR%%/lib/plugins/authad/lang/fi -@dir %%WWWDIR%%/lib/plugins/authad/lang/fa -@dir %%WWWDIR%%/lib/plugins/authad/lang/eu -@dir %%WWWDIR%%/lib/plugins/authad/lang/et -@dir %%WWWDIR%%/lib/plugins/authad/lang/es -@dir %%WWWDIR%%/lib/plugins/authad/lang/eo -@dir %%WWWDIR%%/lib/plugins/authad/lang/en -@dir %%WWWDIR%%/lib/plugins/authad/lang/el -@dir %%WWWDIR%%/lib/plugins/authad/lang/de-informal -@dir %%WWWDIR%%/lib/plugins/authad/lang/de -@dir %%WWWDIR%%/lib/plugins/authad/lang/da -@dir %%WWWDIR%%/lib/plugins/authad/lang/cs -@dir %%WWWDIR%%/lib/plugins/authad/lang/ca -@dir %%WWWDIR%%/lib/plugins/authad/lang/bg -@dir %%WWWDIR%%/lib/plugins/authad/lang/ar -@dir %%WWWDIR%%/lib/plugins/authad/lang -@dir %%WWWDIR%%/lib/plugins/authad/conf -@dir %%WWWDIR%%/lib/plugins/authad/adLDAP/collections -@dir %%WWWDIR%%/lib/plugins/authad/adLDAP/classes -@dir %%WWWDIR%%/lib/plugins/authad/adLDAP -@dir %%WWWDIR%%/lib/plugins/authad -@dir %%WWWDIR%%/lib/plugins/acl/pix -@dir %%WWWDIR%%/lib/plugins/acl/lang/zh-tw -@dir %%WWWDIR%%/lib/plugins/acl/lang/zh -@dir %%WWWDIR%%/lib/plugins/acl/lang/vi -@dir %%WWWDIR%%/lib/plugins/acl/lang/uk -@dir %%WWWDIR%%/lib/plugins/acl/lang/tr -@dir %%WWWDIR%%/lib/plugins/acl/lang/th -@dir %%WWWDIR%%/lib/plugins/acl/lang/sv -@dir %%WWWDIR%%/lib/plugins/acl/lang/sr -@dir %%WWWDIR%%/lib/plugins/acl/lang/sq -@dir %%WWWDIR%%/lib/plugins/acl/lang/sl -@dir %%WWWDIR%%/lib/plugins/acl/lang/sk -@dir %%WWWDIR%%/lib/plugins/acl/lang/ru -@dir %%WWWDIR%%/lib/plugins/acl/lang/ro -@dir %%WWWDIR%%/lib/plugins/acl/lang/pt-br -@dir %%WWWDIR%%/lib/plugins/acl/lang/pt -@dir %%WWWDIR%%/lib/plugins/acl/lang/pl -@dir %%WWWDIR%%/lib/plugins/acl/lang/no -@dir %%WWWDIR%%/lib/plugins/acl/lang/nl -@dir %%WWWDIR%%/lib/plugins/acl/lang/ne -@dir %%WWWDIR%%/lib/plugins/acl/lang/mr -@dir %%WWWDIR%%/lib/plugins/acl/lang/mk -@dir %%WWWDIR%%/lib/plugins/acl/lang/lv -@dir %%WWWDIR%%/lib/plugins/acl/lang/lt -@dir %%WWWDIR%%/lib/plugins/acl/lang/lb -@dir %%WWWDIR%%/lib/plugins/acl/lang/la -@dir %%WWWDIR%%/lib/plugins/acl/lang/ko -@dir %%WWWDIR%%/lib/plugins/acl/lang/kk -@dir %%WWWDIR%%/lib/plugins/acl/lang/ja -@dir %%WWWDIR%%/lib/plugins/acl/lang/it -@dir %%WWWDIR%%/lib/plugins/acl/lang/is -@dir %%WWWDIR%%/lib/plugins/acl/lang/id -@dir %%WWWDIR%%/lib/plugins/acl/lang/ia -@dir %%WWWDIR%%/lib/plugins/acl/lang/hu -@dir %%WWWDIR%%/lib/plugins/acl/lang/hr -@dir %%WWWDIR%%/lib/plugins/acl/lang/he -@dir %%WWWDIR%%/lib/plugins/acl/lang/gl -@dir %%WWWDIR%%/lib/plugins/acl/lang/fr -@dir %%WWWDIR%%/lib/plugins/acl/lang/fi -@dir %%WWWDIR%%/lib/plugins/acl/lang/fa -@dir %%WWWDIR%%/lib/plugins/acl/lang/eu -@dir %%WWWDIR%%/lib/plugins/acl/lang/et -@dir %%WWWDIR%%/lib/plugins/acl/lang/es -@dir %%WWWDIR%%/lib/plugins/acl/lang/eo -@dir %%WWWDIR%%/lib/plugins/acl/lang/en -@dir %%WWWDIR%%/lib/plugins/acl/lang/el -@dir %%WWWDIR%%/lib/plugins/acl/lang/de-informal -@dir %%WWWDIR%%/lib/plugins/acl/lang/de -@dir %%WWWDIR%%/lib/plugins/acl/lang/da -@dir %%WWWDIR%%/lib/plugins/acl/lang/cs -@dir %%WWWDIR%%/lib/plugins/acl/lang/ca-valencia -@dir %%WWWDIR%%/lib/plugins/acl/lang/ca -@dir %%WWWDIR%%/lib/plugins/acl/lang/bg -@dir %%WWWDIR%%/lib/plugins/acl/lang/ar -@dir %%WWWDIR%%/lib/plugins/acl/lang/af -@dir %%WWWDIR%%/lib/plugins/acl/lang -@dir %%WWWDIR%%/lib/plugins/acl -@dir %%WWWDIR%%/lib/plugins -@dir %%WWWDIR%%/lib/images/toolbar -@dir %%WWWDIR%%/lib/images/smileys -@dir %%WWWDIR%%/lib/images/license/button -@dir %%WWWDIR%%/lib/images/license/badge -@dir %%WWWDIR%%/lib/images/license -@dir %%WWWDIR%%/lib/images/interwiki -@dir %%WWWDIR%%/lib/images/fileicons/32x32 -@dir %%WWWDIR%%/lib/images/fileicons -@dir %%WWWDIR%%/lib/images/admin -@dir %%WWWDIR%%/lib/images -@dir %%WWWDIR%%/lib/exe -@dir %%WWWDIR%%/lib -@dir %%WWWDIR%%/inc/phpseclib -@dir %%WWWDIR%%/inc/parser -@dir %%WWWDIR%%/inc/lang/zh-tw -@dir %%WWWDIR%%/inc/lang/zh -@dir %%WWWDIR%%/inc/lang/vi -@dir %%WWWDIR%%/inc/lang/uk -@dir %%WWWDIR%%/inc/lang/tr -@dir %%WWWDIR%%/inc/lang/th -@dir %%WWWDIR%%/inc/lang/ta -@dir %%WWWDIR%%/inc/lang/sv -@dir %%WWWDIR%%/inc/lang/sr -@dir %%WWWDIR%%/inc/lang/sq -@dir %%WWWDIR%%/inc/lang/sl -@dir %%WWWDIR%%/inc/lang/sk -@dir %%WWWDIR%%/inc/lang/ru -@dir %%WWWDIR%%/inc/lang/ro -@dir %%WWWDIR%%/inc/lang/pt-br -@dir %%WWWDIR%%/inc/lang/pt -@dir %%WWWDIR%%/inc/lang/pl -@dir %%WWWDIR%%/inc/lang/no -@dir %%WWWDIR%%/inc/lang/nl -@dir %%WWWDIR%%/inc/lang/ne -@dir %%WWWDIR%%/inc/lang/ms -@dir %%WWWDIR%%/inc/lang/mr -@dir %%WWWDIR%%/inc/lang/ml -@dir %%WWWDIR%%/inc/lang/mk -@dir %%WWWDIR%%/inc/lang/mg -@dir %%WWWDIR%%/inc/lang/lv -@dir %%WWWDIR%%/inc/lang/lt -@dir %%WWWDIR%%/inc/lang/lb -@dir %%WWWDIR%%/inc/lang/la -@dir %%WWWDIR%%/inc/lang/ku -@dir %%WWWDIR%%/inc/lang/ko -@dir %%WWWDIR%%/inc/lang/km -@dir %%WWWDIR%%/inc/lang/kk -@dir %%WWWDIR%%/inc/lang/ka -@dir %%WWWDIR%%/inc/lang/ja -@dir %%WWWDIR%%/inc/lang/it -@dir %%WWWDIR%%/inc/lang/is -@dir %%WWWDIR%%/inc/lang/id-ni -@dir %%WWWDIR%%/inc/lang/id -@dir %%WWWDIR%%/inc/lang/ia -@dir %%WWWDIR%%/inc/lang/hu-formal -@dir %%WWWDIR%%/inc/lang/hu -@dir %%WWWDIR%%/inc/lang/hr -@dir %%WWWDIR%%/inc/lang/hi -@dir %%WWWDIR%%/inc/lang/he -@dir %%WWWDIR%%/inc/lang/gl -@dir %%WWWDIR%%/inc/lang/fr -@dir %%WWWDIR%%/inc/lang/fo -@dir %%WWWDIR%%/inc/lang/fi -@dir %%WWWDIR%%/inc/lang/fa -@dir %%WWWDIR%%/inc/lang/eu -@dir %%WWWDIR%%/inc/lang/et -@dir %%WWWDIR%%/inc/lang/es -@dir %%WWWDIR%%/inc/lang/eo -@dir %%WWWDIR%%/inc/lang/en -@dir %%WWWDIR%%/inc/lang/el -@dir %%WWWDIR%%/inc/lang/de-informal -@dir %%WWWDIR%%/inc/lang/de -@dir %%WWWDIR%%/inc/lang/da -@dir %%WWWDIR%%/inc/lang/cs -@dir %%WWWDIR%%/inc/lang/ca-valencia -@dir %%WWWDIR%%/inc/lang/ca -@dir %%WWWDIR%%/inc/lang/bn -@dir %%WWWDIR%%/inc/lang/bg -@dir %%WWWDIR%%/inc/lang/az -@dir %%WWWDIR%%/inc/lang/ar -@dir %%WWWDIR%%/inc/lang/af -@dir %%WWWDIR%%/inc/lang -@dir %%WWWDIR%%/inc/Form -@dir %%WWWDIR%%/inc -@dir %%WWWDIR%%/data/tmp -@dir %%WWWDIR%%/data/pages/wiki -@dir %%WWWDIR%%/data/pages/playground -@dir %%WWWDIR%%/data/pages -@dir %%WWWDIR%%/data/meta -@dir %%WWWDIR%%/data/media_meta -@dir %%WWWDIR%%/data/media_attic -@dir %%WWWDIR%%/data/media/wiki -@dir %%WWWDIR%%/data/media -@dir %%WWWDIR%%/data/locks -@dir %%WWWDIR%%/data/index -@dir %%WWWDIR%%/data/cache -@dir %%WWWDIR%%/data/attic -@dir %%WWWDIR%%/data -@dir %%WWWDIR%%/conf -@dir %%WWWDIR%%/bin From owner-svn-ports-head@freebsd.org Wed Dec 23 20:47:10 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A243A5017C; Wed, 23 Dec 2015 20:47:10 +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 0C9C41F0B; Wed, 23 Dec 2015 20:47:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBNKl9R1069956; Wed, 23 Dec 2015 20:47:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNKl9JW069954; Wed, 23 Dec 2015 20:47:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512232047.tBNKl9JW069954@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Dec 2015 20:47:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404323 - head/net/freeradius2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 20:47:10 -0000 Author: amdmi3 Date: Wed Dec 23 20:47:08 2015 New Revision: 404323 URL: https://svnweb.freebsd.org/changeset/ports/404323 Log: - Clarify LICENSE - Add LICENSE_FILE - Drop unneded @dir's from plist Approved by: portmgr blanket Modified: head/net/freeradius2/Makefile head/net/freeradius2/pkg-plist Modified: head/net/freeradius2/Makefile ============================================================================== --- head/net/freeradius2/Makefile Wed Dec 23 20:42:01 2015 (r404322) +++ head/net/freeradius2/Makefile Wed Dec 23 20:47:08 2015 (r404323) @@ -14,7 +14,8 @@ DISTNAME= freeradius-server-${DISTVERSIO MAINTAINER= zi@FreeBSD.org COMMENT= Free RADIUS server implementation -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm \ libltdl.so:${PORTSDIR}/devel/libltdl Modified: head/net/freeradius2/pkg-plist ============================================================================== --- head/net/freeradius2/pkg-plist Wed Dec 23 20:42:01 2015 (r404322) +++ head/net/freeradius2/pkg-plist Wed Dec 23 20:47:08 2015 (r404323) @@ -742,24 +742,6 @@ sbin/radwatch %%DATADIR%%/dictionary.zyxel @unexec rmdir "/var/run/radiusd" >/dev/null 2>&1 || : @unexec rmdir "/var/log/radacct" >/dev/null 2>&1 || : -@dir %%DATADIR%% -@dir %%EXAMPLESDIR%%/raddb/sql/postgresql -@dir %%EXAMPLESDIR%%/raddb/sql/oracle -@dir %%EXAMPLESDIR%%/raddb/sql/ndb -@dir %%EXAMPLESDIR%%/raddb/sql/mysql -@dir %%EXAMPLESDIR%%/raddb/sql/mssql -@dir %%EXAMPLESDIR%%/raddb/sql -@dir %%EXAMPLESDIR%%/raddb/sites-enabled -@dir %%EXAMPLESDIR%%/raddb/sites-available -@dir %%EXAMPLESDIR%%/raddb/modules -@dir %%EXAMPLESDIR%%/raddb/certs -@dir %%EXAMPLESDIR%%/raddb -@dir %%EXAMPLESDIR%% -%%PORTDOCS%%@dir %%DOCSDIR%%/rfc -%%PORTDOCS%%@dir %%DOCSDIR%%/examples -%%PORTDOCS%%@dir %%DOCSDIR%% -@dir %%LIBDIR%% -@dir include/freeradius @exec if ! [ -d %D/etc/raddb -o -L %D/etc/raddb ]; then cp -RP %D/%%EXAMPLESDIR%%/raddb %D/etc/raddb; echo '===> Bootstrapping default certificates, please wait...'; %D/etc/raddb/certs/bootstrap >/dev/null 2>&1; fi @exec chmod -R g-w,o-rwx %D/etc/raddb @exec if [ ! -d /var/log/radacct ]; then mkdir -p /var/log/radacct; chmod -R go= /var/log/radacct; fi From owner-svn-ports-head@freebsd.org Wed Dec 23 21:20:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4AA7A50A80; Wed, 23 Dec 2015 21:20:52 +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 699851C1E; Wed, 23 Dec 2015 21:20:52 +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 tBNLKpRi078599; Wed, 23 Dec 2015 21:20:51 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNLKpD7078597; Wed, 23 Dec 2015 21:20:51 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201512232120.tBNLKpD7078597@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Wed, 23 Dec 2015 21:20:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404324 - in head/databases/mantis: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 21:20:52 -0000 Author: dvl Date: Wed Dec 23 21:20:51 2015 New Revision: 404324 URL: https://svnweb.freebsd.org/changeset/ports/404324 Log: patch with security fix for CVE-2015-5059 Submitted by: Torsten Zuhlsdorff & Jason Unovitch PR: 201106 202865 Approved by: mat (mentor) Differential Review: D4196 Added: head/databases/mantis/files/patch-config__defaults__inc.php (contents, props changed) Modified: head/databases/mantis/Makefile Modified: head/databases/mantis/Makefile ============================================================================== --- head/databases/mantis/Makefile Wed Dec 23 20:47:08 2015 (r404323) +++ head/databases/mantis/Makefile Wed Dec 23 21:20:51 2015 (r404324) @@ -3,7 +3,7 @@ PORTNAME= mantis PORTVERSION= 1.2.19 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= databases www MASTER_SITES= SF/${PORTNAME}bt/${PORTNAME}-stable/${PORTVERSION} DISTNAME= mantisbt-${PORTVERSION} @@ -12,14 +12,23 @@ MAINTAINER= dvl@FreeBSD.org COMMENT= Bug tracking system written in PHP NO_BUILD= yes -USE_PHP= hash pcre session -USES= pgsql +USE_PHP= hash pcre session xml + +OPTIONS_MULTI= DB +OPTIONS_MULTI_DB= MYSQL PGSQL + +MYSQL_DESC= MySQL support +PGSQL_DESC= PostgreSQL support + +OPTIONS_DEFAULT= MYSQL + +MYSQL_USE= mysql=yes php=mysql +PGSQL_USE= pgsql=yes php=pgsql SUB_FILES= pkg-message PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} - do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} Added: head/databases/mantis/files/patch-config__defaults__inc.php ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mantis/files/patch-config__defaults__inc.php Wed Dec 23 21:20:51 2015 (r404324) @@ -0,0 +1,17 @@ +--- config_defaults_inc.php.orig 2015-11-02 10:57:53 UTC ++++ config_defaults_inc.php +@@ -2347,9 +2347,13 @@ + + /** + * Threshold needed to view project documentation ++ * Note: setting this to ANYBODY will let any user download attachments ++ * from private projects, regardless of their being a member of it. ++ * @see $g_enable_project_documentation ++ * @see $g_upload_project_file_threshold + * @global int $g_view_proj_doc_threshold + */ +- $g_view_proj_doc_threshold = ANYBODY; ++ $g_view_proj_doc_threshold = VIEWER; + + /** + * Site manager From owner-svn-ports-head@freebsd.org Wed Dec 23 21:28:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27D7FA50C07; Wed, 23 Dec 2015 21:28:03 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE6A21E4D; Wed, 23 Dec 2015 21:28:02 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBNLS2JE081752; Wed, 23 Dec 2015 21:28:02 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNLS1Rs081749; Wed, 23 Dec 2015 21:28:01 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201512232128.tBNLS1Rs081749@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Wed, 23 Dec 2015 21:28:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404325 - head/math/rkward-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 21:28:03 -0000 Author: thierry Date: Wed Dec 23 21:28:01 2015 New Revision: 404325 URL: https://svnweb.freebsd.org/changeset/ports/404325 Log: Upgrade RKWard to 0.6.4. Release notes at https://rkward.kde.org/News#RKWard_0.6.4_-_Usability_improvements.2C_fixes.2C_and_preparation_for_porting_to_KDE_frameworks_version_5 Notified by: Michael L. Wilson Modified: head/math/rkward-kde4/Makefile head/math/rkward-kde4/distinfo head/math/rkward-kde4/pkg-plist Modified: head/math/rkward-kde4/Makefile ============================================================================== --- head/math/rkward-kde4/Makefile Wed Dec 23 21:20:51 2015 (r404324) +++ head/math/rkward-kde4/Makefile Wed Dec 23 21:28:01 2015 (r404325) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rkward -PORTVERSION= 0.6.3 -PORTREVISION= 1 +PORTVERSION= 0.6.4 CATEGORIES= math MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src PKGNAMESUFFIX= -kde4 Modified: head/math/rkward-kde4/distinfo ============================================================================== --- head/math/rkward-kde4/distinfo Wed Dec 23 21:20:51 2015 (r404324) +++ head/math/rkward-kde4/distinfo Wed Dec 23 21:28:01 2015 (r404325) @@ -1,2 +1,2 @@ -SHA256 (rkward-0.6.3.tar.gz) = 911f7727a28b292428607c93e551f51b2d8fc2cb477de33a1276790210263c93 -SIZE (rkward-0.6.3.tar.gz) = 2979290 +SHA256 (rkward-0.6.4.tar.gz) = a0fb7d084519e710ea3c7dc60bb92d24126bcb002bd1d1e00231f480e373f6c5 +SIZE (rkward-0.6.4.tar.gz) = 3593684 Modified: head/math/rkward-kde4/pkg-plist ============================================================================== --- head/math/rkward-kde4/pkg-plist Wed Dec 23 21:20:51 2015 (r404324) +++ head/math/rkward-kde4/pkg-plist Wed Dec 23 21:28:01 2015 (r404325) @@ -73,8 +73,6 @@ share/apps/rkward/00saveload/save/write. share/apps/rkward/00saveload/save/write_csv.js share/apps/rkward/00saveload/save/write_csv.rkh share/apps/rkward/00saveload/save/write_csv.xml -share/apps/rkward/00saveload/save/write_table.js -share/apps/rkward/00saveload/save/write_table.xml share/apps/rkward/00saveload/setworkdir.js share/apps/rkward/00saveload/setworkdir.rkh share/apps/rkward/00saveload/setworkdir.xml @@ -531,111 +529,167 @@ share/apps/rkward/plots/stem.xml share/apps/rkward/plots/stripchart_plot.js share/apps/rkward/plots/stripchart_plot.xml share/apps/rkward/pluginmap_meta.inc -share/apps/rkward/po/bs/LC_MESSAGES/rkward__analysis.mo -share/apps/rkward/po/bs/LC_MESSAGES/rkward__data.mo -share/apps/rkward/po/bs/LC_MESSAGES/rkward__distributions.mo -share/apps/rkward/po/bs/LC_MESSAGES/rkward__embedded.mo -share/apps/rkward/po/bs/LC_MESSAGES/rkward__graphics_device.mo -share/apps/rkward/po/bs/LC_MESSAGES/rkward__import_export.mo -share/apps/rkward/po/bs/LC_MESSAGES/rkward__item_response_theory.mo -share/apps/rkward/po/bs/LC_MESSAGES/rkward__pages.mo -share/apps/rkward/po/bs/LC_MESSAGES/rkward__plots.mo -share/apps/rkward/po/ca/LC_MESSAGES/rkward__analysis.mo -share/apps/rkward/po/ca/LC_MESSAGES/rkward__pages.mo -share/apps/rkward/po/cs/LC_MESSAGES/rkward__analysis.mo -share/apps/rkward/po/cs/LC_MESSAGES/rkward__data.mo -share/apps/rkward/po/cs/LC_MESSAGES/rkward__distributions.mo -share/apps/rkward/po/cs/LC_MESSAGES/rkward__embedded.mo -share/apps/rkward/po/cs/LC_MESSAGES/rkward__graphics_device.mo -share/apps/rkward/po/cs/LC_MESSAGES/rkward__import_export.mo -share/apps/rkward/po/cs/LC_MESSAGES/rkward__item_response_theory.mo -share/apps/rkward/po/cs/LC_MESSAGES/rkward__pages.mo -share/apps/rkward/po/cs/LC_MESSAGES/rkward__plots.mo -share/apps/rkward/po/de/LC_MESSAGES/rkward__analysis.mo -share/apps/rkward/po/de/LC_MESSAGES/rkward__embedded.mo -share/apps/rkward/po/es/LC_MESSAGES/rkward__analysis.mo -share/apps/rkward/po/es/LC_MESSAGES/rkward__data.mo -share/apps/rkward/po/es/LC_MESSAGES/rkward__embedded.mo -share/apps/rkward/po/es/LC_MESSAGES/rkward__graphics_device.mo -share/apps/rkward/po/es/LC_MESSAGES/rkward__import_export.mo -share/apps/rkward/po/es/LC_MESSAGES/rkward__item_response_theory.mo -share/apps/rkward/po/es/LC_MESSAGES/rkward__pages.mo -share/apps/rkward/po/es/LC_MESSAGES/rkward__plots.mo -share/apps/rkward/po/ja/LC_MESSAGES/rkward__analysis.mo -share/apps/rkward/po/ja/LC_MESSAGES/rkward__data.mo -share/apps/rkward/po/ja/LC_MESSAGES/rkward__distributions.mo -share/apps/rkward/po/ja/LC_MESSAGES/rkward__embedded.mo -share/apps/rkward/po/ja/LC_MESSAGES/rkward__graphics_device.mo -share/apps/rkward/po/ja/LC_MESSAGES/rkward__import_export.mo -share/apps/rkward/po/ja/LC_MESSAGES/rkward__item_response_theory.mo -share/apps/rkward/po/ja/LC_MESSAGES/rkward__pages.mo -share/apps/rkward/po/ja/LC_MESSAGES/rkward__plots.mo -share/apps/rkward/po/nl/LC_MESSAGES/rkward__analysis.mo -share/apps/rkward/po/nl/LC_MESSAGES/rkward__data.mo -share/apps/rkward/po/nl/LC_MESSAGES/rkward__distributions.mo -share/apps/rkward/po/nl/LC_MESSAGES/rkward__embedded.mo -share/apps/rkward/po/nl/LC_MESSAGES/rkward__graphics_device.mo -share/apps/rkward/po/nl/LC_MESSAGES/rkward__import_export.mo -share/apps/rkward/po/nl/LC_MESSAGES/rkward__item_response_theory.mo -share/apps/rkward/po/nl/LC_MESSAGES/rkward__pages.mo -share/apps/rkward/po/nl/LC_MESSAGES/rkward__plots.mo -share/apps/rkward/po/pl/LC_MESSAGES/rkward__analysis.mo -share/apps/rkward/po/pl/LC_MESSAGES/rkward__pages.mo -share/apps/rkward/po/pl/LC_MESSAGES/rkward__plots.mo -share/apps/rkward/po/pt/LC_MESSAGES/rkward__analysis.mo -share/apps/rkward/po/pt/LC_MESSAGES/rkward__data.mo -share/apps/rkward/po/pt/LC_MESSAGES/rkward__distributions.mo -share/apps/rkward/po/pt/LC_MESSAGES/rkward__embedded.mo -share/apps/rkward/po/pt/LC_MESSAGES/rkward__graphics_device.mo -share/apps/rkward/po/pt/LC_MESSAGES/rkward__import_export.mo -share/apps/rkward/po/pt/LC_MESSAGES/rkward__item_response_theory.mo -share/apps/rkward/po/pt/LC_MESSAGES/rkward__pages.mo -share/apps/rkward/po/pt/LC_MESSAGES/rkward__plots.mo -share/apps/rkward/po/pt_BR/LC_MESSAGES/rkward__analysis.mo -share/apps/rkward/po/pt_BR/LC_MESSAGES/rkward__data.mo -share/apps/rkward/po/pt_BR/LC_MESSAGES/rkward__distributions.mo -share/apps/rkward/po/pt_BR/LC_MESSAGES/rkward__embedded.mo -share/apps/rkward/po/pt_BR/LC_MESSAGES/rkward__graphics_device.mo -share/apps/rkward/po/pt_BR/LC_MESSAGES/rkward__import_export.mo -share/apps/rkward/po/pt_BR/LC_MESSAGES/rkward__item_response_theory.mo -share/apps/rkward/po/pt_BR/LC_MESSAGES/rkward__pages.mo -share/apps/rkward/po/pt_BR/LC_MESSAGES/rkward__plots.mo -share/apps/rkward/po/sk/LC_MESSAGES/rkward__analysis.mo -share/apps/rkward/po/sk/LC_MESSAGES/rkward__data.mo -share/apps/rkward/po/sk/LC_MESSAGES/rkward__distributions.mo -share/apps/rkward/po/sk/LC_MESSAGES/rkward__embedded.mo -share/apps/rkward/po/sk/LC_MESSAGES/rkward__graphics_device.mo -share/apps/rkward/po/sk/LC_MESSAGES/rkward__import_export.mo -share/apps/rkward/po/sk/LC_MESSAGES/rkward__item_response_theory.mo -share/apps/rkward/po/sk/LC_MESSAGES/rkward__pages.mo -share/apps/rkward/po/sk/LC_MESSAGES/rkward__plots.mo -share/apps/rkward/po/sv/LC_MESSAGES/rkward__analysis.mo -share/apps/rkward/po/sv/LC_MESSAGES/rkward__data.mo -share/apps/rkward/po/sv/LC_MESSAGES/rkward__distributions.mo -share/apps/rkward/po/sv/LC_MESSAGES/rkward__embedded.mo -share/apps/rkward/po/sv/LC_MESSAGES/rkward__graphics_device.mo -share/apps/rkward/po/sv/LC_MESSAGES/rkward__import_export.mo -share/apps/rkward/po/sv/LC_MESSAGES/rkward__item_response_theory.mo -share/apps/rkward/po/sv/LC_MESSAGES/rkward__pages.mo -share/apps/rkward/po/sv/LC_MESSAGES/rkward__plots.mo -share/apps/rkward/po/uk/LC_MESSAGES/rkward__analysis.mo -share/apps/rkward/po/uk/LC_MESSAGES/rkward__data.mo -share/apps/rkward/po/uk/LC_MESSAGES/rkward__distributions.mo -share/apps/rkward/po/uk/LC_MESSAGES/rkward__embedded.mo -share/apps/rkward/po/uk/LC_MESSAGES/rkward__graphics_device.mo -share/apps/rkward/po/uk/LC_MESSAGES/rkward__import_export.mo -share/apps/rkward/po/uk/LC_MESSAGES/rkward__item_response_theory.mo -share/apps/rkward/po/uk/LC_MESSAGES/rkward__pages.mo -share/apps/rkward/po/uk/LC_MESSAGES/rkward__plots.mo -share/apps/rkward/po/x-test/LC_MESSAGES/rkward__analysis.mo -share/apps/rkward/po/x-test/LC_MESSAGES/rkward__data.mo -share/apps/rkward/po/x-test/LC_MESSAGES/rkward__distributions.mo -share/apps/rkward/po/x-test/LC_MESSAGES/rkward__embedded.mo -share/apps/rkward/po/x-test/LC_MESSAGES/rkward__graphics_device.mo -share/apps/rkward/po/x-test/LC_MESSAGES/rkward__import_export.mo -share/apps/rkward/po/x-test/LC_MESSAGES/rkward__item_response_theory.mo -share/apps/rkward/po/x-test/LC_MESSAGES/rkward__pages.mo -share/apps/rkward/po/x-test/LC_MESSAGES/rkward__plots.mo +%%NLS%%share/apps/rkward/po/ast/LC_MESSAGES/rkward__analysis.mo +%%NLS%%share/apps/rkward/po/ast/LC_MESSAGES/rkward__data.mo +%%NLS%%share/apps/rkward/po/ast/LC_MESSAGES/rkward__distributions.mo +%%NLS%%share/apps/rkward/po/ast/LC_MESSAGES/rkward__embedded.mo +%%NLS%%share/apps/rkward/po/ast/LC_MESSAGES/rkward__graphics_device.mo +%%NLS%%share/apps/rkward/po/ast/LC_MESSAGES/rkward__import_export.mo +%%NLS%%share/apps/rkward/po/ast/LC_MESSAGES/rkward__item_response_theory.mo +%%NLS%%share/apps/rkward/po/ast/LC_MESSAGES/rkward__pages.mo +%%NLS%%share/apps/rkward/po/ast/LC_MESSAGES/rkward__plots.mo +%%NLS%%share/apps/rkward/po/bs/LC_MESSAGES/rkward__analysis.mo +%%NLS%%share/apps/rkward/po/bs/LC_MESSAGES/rkward__data.mo +%%NLS%%share/apps/rkward/po/bs/LC_MESSAGES/rkward__distributions.mo +%%NLS%%share/apps/rkward/po/bs/LC_MESSAGES/rkward__embedded.mo +%%NLS%%share/apps/rkward/po/bs/LC_MESSAGES/rkward__graphics_device.mo +%%NLS%%share/apps/rkward/po/bs/LC_MESSAGES/rkward__import_export.mo +%%NLS%%share/apps/rkward/po/bs/LC_MESSAGES/rkward__item_response_theory.mo +%%NLS%%share/apps/rkward/po/bs/LC_MESSAGES/rkward__pages.mo +%%NLS%%share/apps/rkward/po/bs/LC_MESSAGES/rkward__plots.mo +%%NLS%%share/apps/rkward/po/ca/LC_MESSAGES/rkward__analysis.mo +%%NLS%%share/apps/rkward/po/ca/LC_MESSAGES/rkward__data.mo +%%NLS%%share/apps/rkward/po/ca/LC_MESSAGES/rkward__distributions.mo +%%NLS%%share/apps/rkward/po/ca/LC_MESSAGES/rkward__embedded.mo +%%NLS%%share/apps/rkward/po/ca/LC_MESSAGES/rkward__graphics_device.mo +%%NLS%%share/apps/rkward/po/ca/LC_MESSAGES/rkward__import_export.mo +%%NLS%%share/apps/rkward/po/ca/LC_MESSAGES/rkward__item_response_theory.mo +%%NLS%%share/apps/rkward/po/ca/LC_MESSAGES/rkward__pages.mo +%%NLS%%share/apps/rkward/po/ca/LC_MESSAGES/rkward__plots.mo +%%NLS%%share/apps/rkward/po/ca@valencia/LC_MESSAGES/rkward__analysis.mo +%%NLS%%share/apps/rkward/po/ca@valencia/LC_MESSAGES/rkward__data.mo +%%NLS%%share/apps/rkward/po/ca@valencia/LC_MESSAGES/rkward__distributions.mo +%%NLS%%share/apps/rkward/po/ca@valencia/LC_MESSAGES/rkward__embedded.mo +%%NLS%%share/apps/rkward/po/ca@valencia/LC_MESSAGES/rkward__graphics_device.mo +%%NLS%%share/apps/rkward/po/ca@valencia/LC_MESSAGES/rkward__import_export.mo +%%NLS%%share/apps/rkward/po/ca@valencia/LC_MESSAGES/rkward__item_response_theory.mo +%%NLS%%share/apps/rkward/po/ca@valencia/LC_MESSAGES/rkward__pages.mo +%%NLS%%share/apps/rkward/po/ca@valencia/LC_MESSAGES/rkward__plots.mo +%%NLS%%share/apps/rkward/po/cs/LC_MESSAGES/rkward__analysis.mo +%%NLS%%share/apps/rkward/po/cs/LC_MESSAGES/rkward__data.mo +%%NLS%%share/apps/rkward/po/cs/LC_MESSAGES/rkward__distributions.mo +%%NLS%%share/apps/rkward/po/cs/LC_MESSAGES/rkward__embedded.mo +%%NLS%%share/apps/rkward/po/cs/LC_MESSAGES/rkward__graphics_device.mo +%%NLS%%share/apps/rkward/po/cs/LC_MESSAGES/rkward__import_export.mo +%%NLS%%share/apps/rkward/po/cs/LC_MESSAGES/rkward__item_response_theory.mo +%%NLS%%share/apps/rkward/po/cs/LC_MESSAGES/rkward__pages.mo +%%NLS%%share/apps/rkward/po/cs/LC_MESSAGES/rkward__plots.mo +%%NLS%%share/apps/rkward/po/de/LC_MESSAGES/rkward__analysis.mo +%%NLS%%share/apps/rkward/po/de/LC_MESSAGES/rkward__data.mo +%%NLS%%share/apps/rkward/po/de/LC_MESSAGES/rkward__distributions.mo +%%NLS%%share/apps/rkward/po/de/LC_MESSAGES/rkward__embedded.mo +%%NLS%%share/apps/rkward/po/de/LC_MESSAGES/rkward__graphics_device.mo +%%NLS%%share/apps/rkward/po/de/LC_MESSAGES/rkward__import_export.mo +%%NLS%%share/apps/rkward/po/de/LC_MESSAGES/rkward__item_response_theory.mo +%%NLS%%share/apps/rkward/po/de/LC_MESSAGES/rkward__pages.mo +%%NLS%%share/apps/rkward/po/de/LC_MESSAGES/rkward__plots.mo +%%NLS%%share/apps/rkward/po/es/LC_MESSAGES/rkward__analysis.mo +%%NLS%%share/apps/rkward/po/es/LC_MESSAGES/rkward__data.mo +%%NLS%%share/apps/rkward/po/es/LC_MESSAGES/rkward__distributions.mo +%%NLS%%share/apps/rkward/po/es/LC_MESSAGES/rkward__embedded.mo +%%NLS%%share/apps/rkward/po/es/LC_MESSAGES/rkward__graphics_device.mo +%%NLS%%share/apps/rkward/po/es/LC_MESSAGES/rkward__import_export.mo +%%NLS%%share/apps/rkward/po/es/LC_MESSAGES/rkward__item_response_theory.mo +%%NLS%%share/apps/rkward/po/es/LC_MESSAGES/rkward__pages.mo +%%NLS%%share/apps/rkward/po/es/LC_MESSAGES/rkward__plots.mo +%%NLS%%share/apps/rkward/po/fi/LC_MESSAGES/rkward__data.mo +%%NLS%%share/apps/rkward/po/fi/LC_MESSAGES/rkward__embedded.mo +%%NLS%%share/apps/rkward/po/fi/LC_MESSAGES/rkward__graphics_device.mo +%%NLS%%share/apps/rkward/po/fi/LC_MESSAGES/rkward__import_export.mo +%%NLS%%share/apps/rkward/po/fi/LC_MESSAGES/rkward__pages.mo +%%NLS%%share/apps/rkward/po/gl/LC_MESSAGES/rkward__analysis.mo +%%NLS%%share/apps/rkward/po/gl/LC_MESSAGES/rkward__data.mo +%%NLS%%share/apps/rkward/po/gl/LC_MESSAGES/rkward__distributions.mo +%%NLS%%share/apps/rkward/po/gl/LC_MESSAGES/rkward__embedded.mo +%%NLS%%share/apps/rkward/po/gl/LC_MESSAGES/rkward__graphics_device.mo +%%NLS%%share/apps/rkward/po/gl/LC_MESSAGES/rkward__import_export.mo +%%NLS%%share/apps/rkward/po/gl/LC_MESSAGES/rkward__item_response_theory.mo +%%NLS%%share/apps/rkward/po/gl/LC_MESSAGES/rkward__pages.mo +%%NLS%%share/apps/rkward/po/gl/LC_MESSAGES/rkward__plots.mo +%%NLS%%share/apps/rkward/po/ja/LC_MESSAGES/rkward__analysis.mo +%%NLS%%share/apps/rkward/po/ja/LC_MESSAGES/rkward__data.mo +%%NLS%%share/apps/rkward/po/ja/LC_MESSAGES/rkward__distributions.mo +%%NLS%%share/apps/rkward/po/ja/LC_MESSAGES/rkward__embedded.mo +%%NLS%%share/apps/rkward/po/ja/LC_MESSAGES/rkward__graphics_device.mo +%%NLS%%share/apps/rkward/po/ja/LC_MESSAGES/rkward__import_export.mo +%%NLS%%share/apps/rkward/po/ja/LC_MESSAGES/rkward__item_response_theory.mo +%%NLS%%share/apps/rkward/po/ja/LC_MESSAGES/rkward__pages.mo +%%NLS%%share/apps/rkward/po/ja/LC_MESSAGES/rkward__plots.mo +%%NLS%%share/apps/rkward/po/lt/LC_MESSAGES/rkward__analysis.mo +%%NLS%%share/apps/rkward/po/lt/LC_MESSAGES/rkward__data.mo +%%NLS%%share/apps/rkward/po/lt/LC_MESSAGES/rkward__distributions.mo +%%NLS%%share/apps/rkward/po/nl/LC_MESSAGES/rkward__analysis.mo +%%NLS%%share/apps/rkward/po/nl/LC_MESSAGES/rkward__data.mo +%%NLS%%share/apps/rkward/po/nl/LC_MESSAGES/rkward__distributions.mo +%%NLS%%share/apps/rkward/po/nl/LC_MESSAGES/rkward__embedded.mo +%%NLS%%share/apps/rkward/po/nl/LC_MESSAGES/rkward__graphics_device.mo +%%NLS%%share/apps/rkward/po/nl/LC_MESSAGES/rkward__import_export.mo +%%NLS%%share/apps/rkward/po/nl/LC_MESSAGES/rkward__item_response_theory.mo +%%NLS%%share/apps/rkward/po/nl/LC_MESSAGES/rkward__pages.mo +%%NLS%%share/apps/rkward/po/nl/LC_MESSAGES/rkward__plots.mo +%%NLS%%share/apps/rkward/po/pl/LC_MESSAGES/rkward__analysis.mo +%%NLS%%share/apps/rkward/po/pl/LC_MESSAGES/rkward__data.mo +%%NLS%%share/apps/rkward/po/pl/LC_MESSAGES/rkward__distributions.mo +%%NLS%%share/apps/rkward/po/pl/LC_MESSAGES/rkward__embedded.mo +%%NLS%%share/apps/rkward/po/pl/LC_MESSAGES/rkward__graphics_device.mo +%%NLS%%share/apps/rkward/po/pl/LC_MESSAGES/rkward__import_export.mo +%%NLS%%share/apps/rkward/po/pl/LC_MESSAGES/rkward__item_response_theory.mo +%%NLS%%share/apps/rkward/po/pl/LC_MESSAGES/rkward__pages.mo +%%NLS%%share/apps/rkward/po/pl/LC_MESSAGES/rkward__plots.mo +%%NLS%%share/apps/rkward/po/pt/LC_MESSAGES/rkward__analysis.mo +%%NLS%%share/apps/rkward/po/pt/LC_MESSAGES/rkward__data.mo +%%NLS%%share/apps/rkward/po/pt/LC_MESSAGES/rkward__distributions.mo +%%NLS%%share/apps/rkward/po/pt/LC_MESSAGES/rkward__embedded.mo +%%NLS%%share/apps/rkward/po/pt/LC_MESSAGES/rkward__graphics_device.mo +%%NLS%%share/apps/rkward/po/pt/LC_MESSAGES/rkward__import_export.mo +%%NLS%%share/apps/rkward/po/pt/LC_MESSAGES/rkward__item_response_theory.mo +%%NLS%%share/apps/rkward/po/pt/LC_MESSAGES/rkward__pages.mo +%%NLS%%share/apps/rkward/po/pt/LC_MESSAGES/rkward__plots.mo +%%NLS%%share/apps/rkward/po/pt_BR/LC_MESSAGES/rkward__analysis.mo +%%NLS%%share/apps/rkward/po/pt_BR/LC_MESSAGES/rkward__data.mo +%%NLS%%share/apps/rkward/po/pt_BR/LC_MESSAGES/rkward__distributions.mo +%%NLS%%share/apps/rkward/po/pt_BR/LC_MESSAGES/rkward__embedded.mo +%%NLS%%share/apps/rkward/po/pt_BR/LC_MESSAGES/rkward__graphics_device.mo +%%NLS%%share/apps/rkward/po/pt_BR/LC_MESSAGES/rkward__import_export.mo +%%NLS%%share/apps/rkward/po/pt_BR/LC_MESSAGES/rkward__item_response_theory.mo +%%NLS%%share/apps/rkward/po/pt_BR/LC_MESSAGES/rkward__pages.mo +%%NLS%%share/apps/rkward/po/pt_BR/LC_MESSAGES/rkward__plots.mo +%%NLS%%share/apps/rkward/po/sk/LC_MESSAGES/rkward__analysis.mo +%%NLS%%share/apps/rkward/po/sk/LC_MESSAGES/rkward__data.mo +%%NLS%%share/apps/rkward/po/sk/LC_MESSAGES/rkward__distributions.mo +%%NLS%%share/apps/rkward/po/sk/LC_MESSAGES/rkward__embedded.mo +%%NLS%%share/apps/rkward/po/sk/LC_MESSAGES/rkward__graphics_device.mo +%%NLS%%share/apps/rkward/po/sk/LC_MESSAGES/rkward__import_export.mo +%%NLS%%share/apps/rkward/po/sk/LC_MESSAGES/rkward__item_response_theory.mo +%%NLS%%share/apps/rkward/po/sk/LC_MESSAGES/rkward__pages.mo +%%NLS%%share/apps/rkward/po/sk/LC_MESSAGES/rkward__plots.mo +%%NLS%%share/apps/rkward/po/sv/LC_MESSAGES/rkward__analysis.mo +%%NLS%%share/apps/rkward/po/sv/LC_MESSAGES/rkward__data.mo +%%NLS%%share/apps/rkward/po/sv/LC_MESSAGES/rkward__distributions.mo +%%NLS%%share/apps/rkward/po/sv/LC_MESSAGES/rkward__embedded.mo +%%NLS%%share/apps/rkward/po/sv/LC_MESSAGES/rkward__graphics_device.mo +%%NLS%%share/apps/rkward/po/sv/LC_MESSAGES/rkward__import_export.mo +%%NLS%%share/apps/rkward/po/sv/LC_MESSAGES/rkward__item_response_theory.mo +%%NLS%%share/apps/rkward/po/sv/LC_MESSAGES/rkward__pages.mo +%%NLS%%share/apps/rkward/po/sv/LC_MESSAGES/rkward__plots.mo +%%NLS%%share/apps/rkward/po/uk/LC_MESSAGES/rkward__analysis.mo +%%NLS%%share/apps/rkward/po/uk/LC_MESSAGES/rkward__data.mo +%%NLS%%share/apps/rkward/po/uk/LC_MESSAGES/rkward__distributions.mo +%%NLS%%share/apps/rkward/po/uk/LC_MESSAGES/rkward__embedded.mo +%%NLS%%share/apps/rkward/po/uk/LC_MESSAGES/rkward__graphics_device.mo +%%NLS%%share/apps/rkward/po/uk/LC_MESSAGES/rkward__import_export.mo +%%NLS%%share/apps/rkward/po/uk/LC_MESSAGES/rkward__item_response_theory.mo +%%NLS%%share/apps/rkward/po/uk/LC_MESSAGES/rkward__pages.mo +%%NLS%%share/apps/rkward/po/uk/LC_MESSAGES/rkward__plots.mo +%%NLS%%share/apps/rkward/po/x-test/LC_MESSAGES/rkward__analysis.mo +%%NLS%%share/apps/rkward/po/x-test/LC_MESSAGES/rkward__data.mo +%%NLS%%share/apps/rkward/po/x-test/LC_MESSAGES/rkward__distributions.mo +%%NLS%%share/apps/rkward/po/x-test/LC_MESSAGES/rkward__embedded.mo +%%NLS%%share/apps/rkward/po/x-test/LC_MESSAGES/rkward__graphics_device.mo +%%NLS%%share/apps/rkward/po/x-test/LC_MESSAGES/rkward__import_export.mo +%%NLS%%share/apps/rkward/po/x-test/LC_MESSAGES/rkward__item_response_theory.mo +%%NLS%%share/apps/rkward/po/x-test/LC_MESSAGES/rkward__pages.mo +%%NLS%%share/apps/rkward/po/x-test/LC_MESSAGES/rkward__plots.mo share/apps/rkward/resource.ver share/apps/rkward/rkcatchedx11windowpart.rc share/apps/rkward/rkcommandeditorwindowpart.rc @@ -695,6 +749,7 @@ share/icons/hicolor/scalable/apps/rkward share/kde4/services/rkward.protocol %%NLS%%share/locale/de/LC_MESSAGES/rkward.mo %%NLS%%share/locale/es/LC_MESSAGES/rkward.mo +%%NLS%%share/locale/fi/LC_MESSAGES/rkward.mo %%NLS%%share/locale/fr/LC_MESSAGES/rkward.mo %%NLS%%share/locale/nl/LC_MESSAGES/rkward.mo %%NLS%%share/locale/pl/LC_MESSAGES/rkward.mo From owner-svn-ports-head@freebsd.org Wed Dec 23 22:56:48 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0038DA4FBDC; Wed, 23 Dec 2015 22:56:47 +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 A8C7F1F19; Wed, 23 Dec 2015 22:56:47 +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 tBNMukIs007967; Wed, 23 Dec 2015 22:56:46 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNMukWr007966; Wed, 23 Dec 2015 22:56:46 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201512232256.tBNMukWr007966@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Wed, 23 Dec 2015 22:56:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404326 - head/shells/zsh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 22:56:48 -0000 Author: adamw Date: Wed Dec 23 22:56:46 2015 New Revision: 404326 URL: https://svnweb.freebsd.org/changeset/ports/404326 Log: Partially revert r403755. It can't build the curses module against ncurses from ports. It probably can, but configure is too smart to figure that out. I have no confidence that linking against curses from ports results in a properly working zshell. So, for now, back out the change. It will build a shared lib zsh against ncurses from ports, but breaks statically-linked zsh's. Mark the port as IGNORE if we're using ncurses from ports and building a static zsh. Also, remove a regression-test target that isn't useful anymore (thanks to bapt for the reminder about this). I am not enthused about this change. It doesn't really "fix" the below PR, so much as shoot ourselves in the other foot instead. PR: 205500 Modified: head/shells/zsh/Makefile Modified: head/shells/zsh/Makefile ============================================================================== --- head/shells/zsh/Makefile Wed Dec 23 21:28:01 2015 (r404325) +++ head/shells/zsh/Makefile Wed Dec 23 22:56:46 2015 (r404326) @@ -41,7 +41,7 @@ TEST_TARGET= test CPPFLAGS+= -I${LOCALBASE}/include -DBOOL_DEFINED LDFLAGS+= -L${LOCALBASE}/lib -Wl,--as-needed CONFIGURE_ENV+= zsh_cv_sys_path_dev_fd=no -CONFIGURE_ARGS= --with-term-lib="tinfow tinfo" --with-tcsetpgrp \ +CONFIGURE_ARGS= --with-term-lib="ncursesw ncurses" --with-tcsetpgrp \ --enable-function-subdirs --enable-multibyte \ --sysconfdir=${PREFIX}/etc @@ -86,6 +86,10 @@ DEBUG_CONFIGURE_ENABLE= zsh-debug CONFIGURE_ENV+= ac_cv_lib_iconv_libiconv=no .endif +.if (${NCURSESBASE} == ${LOCALBASE}) && ${PORT_OPTIONS:MSTATIC} +IGNORE= cannot statically link against ncurses from ports. Either deinstall the ncurses port or turn off the STATIC option +.endif + post-patch: @${REINPLACE_CMD} -i '' -e '1s|zsh|${zsh_CMD}|' ${WRKSRC}/Functions/Misc/run-help-ip @${REINPLACE_CMD} -e '/LIBS/s/-lrt//' ${WRKSRC}/configure @@ -133,7 +137,4 @@ post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}) -regression-test: - @(cd ${WRKSRC}; ${SETENV} -i ${MAKE} check) - .include From owner-svn-ports-head@freebsd.org Wed Dec 23 23:12:23 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F5FBA50159; Wed, 23 Dec 2015 23:12: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 2D25D1759; Wed, 23 Dec 2015 23:12:23 +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 tBNNCMlX013709; Wed, 23 Dec 2015 23:12:22 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNNCMrf013708; Wed, 23 Dec 2015 23:12:22 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201512232312.tBNNCMrf013708@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Wed, 23 Dec 2015 23:12:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404327 - head/graphics/plotutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 23:12:23 -0000 Author: stephen Date: Wed Dec 23 23:12:22 2015 New Revision: 404327 URL: https://svnweb.freebsd.org/changeset/ports/404327 Log: - Switch from open-motif to libXaw. PR: ports/205489 Submitted by: Raphael Kubo da Costa Modified: head/graphics/plotutils/Makefile Modified: head/graphics/plotutils/Makefile ============================================================================== --- head/graphics/plotutils/Makefile Wed Dec 23 22:56:46 2015 (r404326) +++ head/graphics/plotutils/Makefile Wed Dec 23 23:12:22 2015 (r404327) @@ -3,7 +3,7 @@ PORTNAME= plotutils PORTVERSION= 2.6 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= GNU @@ -13,10 +13,11 @@ COMMENT= Plotting library and toolkit LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png -USES= gmake motif libtool # parallel builds are broken with bmake(1) +USES= gmake libtool # parallel builds are broken with bmake(1) GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-libplotter --enable-libxmi --with-motif +CONFIGURE_ARGS= --enable-libplotter --enable-libxmi USE_LDCONFIG= yes +USE_XORG= xaw TEST_TARGET= check CPPFLAGS+= -I${LOCALBASE}/include From owner-svn-ports-head@freebsd.org Wed Dec 23 23:14:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7BF5A501B4; Wed, 23 Dec 2015 23:14:07 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wm0-x230.google.com (mail-wm0-x230.google.com [IPv6:2a00:1450:400c:c09::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 74185187F; Wed, 23 Dec 2015 23:14:07 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by mail-wm0-x230.google.com with SMTP id p187so161274244wmp.0; Wed, 23 Dec 2015 15:14:07 -0800 (PST) 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-type:content-disposition:in-reply-to:user-agent; bh=SvMqJwqbkyLdC+Hyhg2UaG5PIIfRnt1mNk597OOATSE=; b=iIhMqFuvsXZVxhuktbdsm96glM/ywwXkZOPlCMLQLsnSduXyoX0xVwjo7Pmc5Do7t/ 0LVpNCAYK7eYPuw9gyXzeLSVBG2laaL5nhcCelAZD5YmwCb7yWbaYM4eUhpoh2PYAj2e qlXQWconmP2/Y6mvtd+doO1q2kbAMPIAppkbMBHlnUPg/r2JtJ0fYVk3lEnsPDuU2byk h3qz+2t9kfBpUWpPdU1sWSSlrqJ4rNIduBXjUW8fjXt2+N6CdB3Qwu2+mS7V8YH9UW6G CLtdOn1RKGvZUQD9OpptsZXKLUoRW+SmdLF+YIjQtnw2FmGYMLx5k8EuNfm2QzkDa78j YDUg== X-Received: by 10.28.138.6 with SMTP id m6mr37078978wmd.82.1450912445836; Wed, 23 Dec 2015 15:14:05 -0800 (PST) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id w23sm18130263wmd.1.2015.12.23.15.14.04 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 23 Dec 2015 15:14:04 -0800 (PST) Sender: Baptiste Daroussin Date: Thu, 24 Dec 2015 00:14:02 +0100 From: Baptiste Daroussin To: Adam Weinberger Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r404326 - head/shells/zsh Message-ID: <20151223231402.GF20454@ivaldir.etoilebsd.net> References: <201512232256.tBNMukWr007966@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Il7n/DHsA0sMLmDu" Content-Disposition: inline In-Reply-To: <201512232256.tBNMukWr007966@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 23:14:08 -0000 --Il7n/DHsA0sMLmDu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 23, 2015 at 10:56:46PM +0000, Adam Weinberger wrote: > Author: adamw > Date: Wed Dec 23 22:56:46 2015 > New Revision: 404326 > URL: https://svnweb.freebsd.org/changeset/ports/404326 >=20 > Log: > Partially revert r403755. It can't build the curses module against ncur= ses from > ports. It probably can, but configure is too smart to figure that out. > =20 > I have no confidence that linking against curses from ports results in = a properly > working zshell. So, for now, back out the change. It will build a share= d lib zsh > against ncurses from ports, but breaks statically-linked zsh's. Mark th= e port > as IGNORE if we're using ncurses from ports and building a static zsh. > =20 > Also, remove a regression-test target that isn't useful anymore (thanks= to bapt > for the reminder about this). > =20 > I am not enthused about this change. It doesn't really "fix" the below = PR, so > much as shoot ourselves in the other foot instead. > =20 > PR: 205500 >=20 The solution is to make --with-term-lib=3D"tinfow tinfo" only when building= static because when building static you will never build the curses module something like --with-term-lib=3D"${TERMLIB}" TERMLIB=3D"ncursesw ncurses" then later: =2Eif ${PORT_OPTIONS:MSTATIC} TERMLIB=3D"tinfow tinfo" =2Eendif Which will also fix static building with base the day we split libtinfo* fr= om libncurses, which would be nice to do in base :) Best regards, Bapt --Il7n/DHsA0sMLmDu Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJWeyq6AAoJEGOJi9zxtz5aqe4QALdHJiOUQ0QwcH+Y6NCCz+Bf ltc6/tBWkj4a1gUEpx5SEAHEWuF2hLsHP2s/fgiC/+E1vTntut+c2SzaB1a32wy0 phqO+AjNiGwCBLmBL5jn+XoqkQ3Ir0RPe7VdQOWUMbsRDXsFIZ6BCER9Tv+P5y4C bpzPfvPKf1R75Xo4khl6ZNit6v8N/FktgfYXvHHgqGxv3237U5ee07hPNsWG8CPc 4AvUhcKbjBxGi5B9KjUM/CVqRcIrqucEiqpjmbN8Gi4poNljog+hC8IoNtLJgZwB B9QiVf/NtcPawNbeUbjyAxsqFRjjR31AgR59BegDJcTKqnlvNPlJw4+xPYE0yMz5 0HiZrtGJcJHX5Qs7722jDp51Q/dAC9YiBwkK7D1e56CeA6HKY5Z3mJmrFWtVVLMR JM0sLYtFbusPVL9fFyKDnrfckEeNZ6Q+jGLY3vxGfrPjCBRH+JxceHcOlBOPiD6c FA4ZGXL6R4kfZxEo6AAKZeMS2MvT29PrWTSwrSvvfrOPSun+dELtMYNGaXXJLNN8 nUqQh4UhRWGerQGBA6f0Lrw6wDmsy1/0imAV7ByrLYPvFL6KMKXqZyq4fkpqmmQF rYIaoGj2FR+tJzBfKqRD1D2jbg3TZegRjiIwH51oD/KmIOqTqeEz0KYM+NiTqL5x buo1K4+rCtUtA8g92nEq =9IEN -----END PGP SIGNATURE----- --Il7n/DHsA0sMLmDu-- From owner-svn-ports-head@freebsd.org Wed Dec 23 23:16:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 617E2A50280; Wed, 23 Dec 2015 23:16:50 +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 2F9D919E1; Wed, 23 Dec 2015 23:16:50 +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 tBNNGn1k013966; Wed, 23 Dec 2015 23:16:49 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNNGnZU013964; Wed, 23 Dec 2015 23:16:49 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201512232316.tBNNGnZU013964@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Wed, 23 Dec 2015 23:16:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404328 - head/math/octave-forge-level-set X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 23:16:50 -0000 Author: stephen Date: Wed Dec 23 23:16:49 2015 New Revision: 404328 URL: https://svnweb.freebsd.org/changeset/ports/404328 Log: - Update to 0.3.0. Modified: head/math/octave-forge-level-set/Makefile head/math/octave-forge-level-set/distinfo Modified: head/math/octave-forge-level-set/Makefile ============================================================================== --- head/math/octave-forge-level-set/Makefile Wed Dec 23 23:12:22 2015 (r404327) +++ head/math/octave-forge-level-set/Makefile Wed Dec 23 23:16:49 2015 (r404328) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-level-set -PORTVERSION= 0.2.0 +PORTVERSION= 0.3.0 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -12,6 +12,7 @@ LICENSE= GPLv3 ALL_TARGET= oct USES= compiler:c++0x +GNU_CONFIGURE= yes # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. Modified: head/math/octave-forge-level-set/distinfo ============================================================================== --- head/math/octave-forge-level-set/distinfo Wed Dec 23 23:12:22 2015 (r404327) +++ head/math/octave-forge-level-set/distinfo Wed Dec 23 23:16:49 2015 (r404328) @@ -1,2 +1,2 @@ -SHA256 (octave-forge/level-set-0.2.0.tar.gz) = 1152e20bd84d12b031dab80320965d490289b25a9a9a0589ba171e8b1bea00b9 -SIZE (octave-forge/level-set-0.2.0.tar.gz) = 136521 +SHA256 (octave-forge/level-set-0.3.0.tar.gz) = 97f6a2d94227d5cc4b27bb30a8d6084e78a232e432f72164b1732ba01f0a63e5 +SIZE (octave-forge/level-set-0.3.0.tar.gz) = 182499 From owner-svn-ports-head@freebsd.org Wed Dec 23 23:29:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3AB4DA5056B; Wed, 23 Dec 2015 23:29:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 179F91D9C; Wed, 23 Dec 2015 23:29:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBNNTjdg017053; Wed, 23 Dec 2015 23:29:45 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNNTj6Q017050; Wed, 23 Dec 2015 23:29:45 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512232329.tBNNTj6Q017050@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Wed, 23 Dec 2015 23:29:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404329 - head/games/asc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 23:29:46 -0000 Author: miwi Date: Wed Dec 23 23:29:44 2015 New Revision: 404329 URL: https://svnweb.freebsd.org/changeset/ports/404329 Log: - Update to 2.6.0.0 PR: 205205 Submitted by: ports fury Approved by: mat (mentor) Differential Revision: D4635 Modified: head/games/asc/Makefile head/games/asc/distinfo Modified: head/games/asc/Makefile ============================================================================== --- head/games/asc/Makefile Wed Dec 23 23:16:49 2015 (r404328) +++ head/games/asc/Makefile Wed Dec 23 23:29:44 2015 (r404329) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= asc -PORTVERSION= 2.6.0.0 -PORTREVISION= 6 +PORTVERSION= 2.6.1.0 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}-hq/ASC%20Source/${PORTVERSION:R} \ http://www.asc-hq.org/music/:music -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${ASC_MUSICS:S/$/:music/} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} @@ -21,23 +20,18 @@ BUILD_DEPENDS= zip:${PORTSDIR}/archivers RUN_DEPENDS:= ${BUILD_DEPENDS} LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \ libboost_regex.so:${PORTSDIR}/devel/boost-libs \ - libsigc-1.2.so:${PORTSDIR}/devel/libsigc++12 \ + libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 \ libexpat.so:${PORTSDIR}/textproc/expat2 \ libloki.so:${PORTSDIR}/devel/loki -OPTIONS_DEFINE= MUSIC XVID -MUSIC_DESC= Install extra music files - -USES= compiler:c++11-lib gmake libtool lua:51 perl5 pkgconfig tar:bzip2 +USES= compiler:c++11-lib gmake libtool lua perl5 pkgconfig tar:bzip2 USE_CXXSTD= c++11 USE_SDL= image mixer sound sdl USE_WX= 3.0 -WX_UNICODE= yes WX_CONF_ARGS= absolute USE_PERL5= build GNU_CONFIGURE= yes -CFLAGS+= -D_UNICODE_BROKEN_ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -51,28 +45,25 @@ PLIST_FILES= bin/asc \ man/man6/asc_mapedit.6.gz \ man/man6/asc_mount.6.gz \ man/man6/asc_weaponguide.6.gz \ - share/appdata/asc.appdata.xml -PORTDATA= * + share/appdata/asc.appdata.xml \ + ${DATADIR}/asc2_dlg.zip \ + ${DATADIR}/main.ascdat DESKTOP_ENTRIES="Advanced Strategic Command" "Turn based strategic game" "" \ "${PORTNAME}" "" "" -.include +OPTIONS_DEFINE= MUSIC XVID -.if ${PORT_OPTIONS:MXVID} -LIB_DEPENDS+= libxvidcore.so:${PORTSDIR}/multimedia/xvid -.else -CONFIGURE_ENV+= ac_cv_lib_xvidcore_xvid_encore=no -.endif - -.if ${PORT_OPTIONS:MMUSIC} -ASC_MUSICS= frontiers.ogg time_to_strike.ogg machine_wars.ogg - -post-extract: -.for i in ${ASC_MUSICS} - @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${i} ${WRKSRC}/data/music -.endfor -.endif +MUSIC_DESC= Install extra music files +MUSIC_DISTFILES= ${ASC_MUSICS:S,$,:music,} +MUSIC_PLIST_FILES= ${ASC_MUSICS:S,^,%%DATADIR%%/music/,} +XVID_LIB_DEPENDS= libxvidcore.so:${PORTSDIR}/multimedia/xvid +XVID_CONFIGURE_ENV_OFF= ac_cv_lib_xvidcore_xvid_encore=no +ASC_MUSICS= frontiers.ogg time_to_strike.ogg machine_wars.ogg + +post-extract-MUSIC-on: + @(cd ${DISTDIR}/${DIST_SUBDIR} && ${CP} ${ASC_MUSICS} \ + ${WRKSRC}/data/music) post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" -print0 | ${XARGS} -0 \ @@ -80,9 +71,11 @@ post-patch: 's|/games/|/|g' @${REINPLACE_CMD} -e \ 's|/games/|/|g ; \ - s|lua >=|lua-5.1 >=|g ; \ + s|lua >= 5.1 |lua-${LUA_VER}|g ;\ /if test/s|==|=|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ 's|? 0 :|? (void)0 :|' ${WRKSRC}/source/errors.h + @${REINPLACE_CMD} -e \ + 's|tAttackH|AttackH|' ${WRKSRC}/source/actions/vehicleattack.h .include Modified: head/games/asc/distinfo ============================================================================== --- head/games/asc/distinfo Wed Dec 23 23:16:49 2015 (r404328) +++ head/games/asc/distinfo Wed Dec 23 23:29:44 2015 (r404329) @@ -1,5 +1,5 @@ -SHA256 (asc/asc-2.6.0.0.tar.bz2) = e59caa549dc8d8a321211f60652cc809cbbf37d000ee85af790e676d9656cbbb -SIZE (asc/asc-2.6.0.0.tar.bz2) = 42280527 +SHA256 (asc/asc-2.6.1.0.tar.bz2) = 9a1e58e73ba8fdf5d5ac85cdb66804bf688dce2940a8a9c26796de6b6d4f8ddb +SIZE (asc/asc-2.6.1.0.tar.bz2) = 42569531 SHA256 (asc/frontiers.ogg) = eabc9b07d1db07626fa817a30dad23b11aada059e32c08914d2d0cf1d58c7fff SIZE (asc/frontiers.ogg) = 4691844 SHA256 (asc/time_to_strike.ogg) = 0334a027b8a45a5df88e1e3e7db9cace2def02396fbcc794d157289e41c9ad05 From owner-svn-ports-head@freebsd.org Wed Dec 23 23:35:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4387EA507AD; Wed, 23 Dec 2015 23:35:55 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2206F1290; Wed, 23 Dec 2015 23:35:55 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBNNZs1D019975; Wed, 23 Dec 2015 23:35:54 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNNZsj1019974; Wed, 23 Dec 2015 23:35:54 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512232335.tBNNZsj1019974@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Wed, 23 Dec 2015 23:35:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404330 - head/mail/milter-greylist X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 23:35:55 -0000 Author: miwi Date: Wed Dec 23 23:35:54 2015 New Revision: 404330 URL: https://svnweb.freebsd.org/changeset/ports/404330 Log: - Add DKIM support - Convert to Options helper PR: 2028660 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: D4428 Modified: head/mail/milter-greylist/Makefile Modified: head/mail/milter-greylist/Makefile ============================================================================== --- head/mail/milter-greylist/Makefile Wed Dec 23 23:29:44 2015 (r404329) +++ head/mail/milter-greylist/Makefile Wed Dec 23 23:35:54 2015 (r404330) @@ -7,7 +7,6 @@ PORTREVISION= 4 CATEGORIES= mail MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ \ http://fossies.org/unix/privat/ -EXTRACT_SUFX= .tgz MAINTAINER= m.tsatsenko@gmail.com COMMENT= Easy-to-use greylist milter for sendmail and postfix @@ -19,6 +18,8 @@ PKGMESSAGE= ${WRKDIR}/pkg-message MAKE_JOBS_UNSAFE= yes +USES= tar:tgz + ## # Use the following quirks to choose which sendmail to use (ports or system): # @@ -30,44 +31,34 @@ MAKE_JOBS_UNSAFE= yes # installed port preference over it. ## -OPTIONS_DEFINE= SPF GEOIP CURL LDAP P0F POSTFIX DOCS EXAMPLES +OPTIONS_DEFINE= SPF GEOIP CURL DKIM LDAP P0F POSTFIX DOCS EXAMPLES SPF_DESC= SPF support +DKIM_DESC= DKIM support CURL_DESC= curl support P0F_DESC= P0F support POSTFIX_DESC= Use Postfix instead of Sendmail -P0F_RUN_DEPENDS+= p0f:${PORTSDIR}/net-mgmt/p0f -SPF_LIB_DEPENDS+= libspf2.so:${PORTSDIR}/mail/libspf2 -CURL_LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl -GEOIP_LIB_DEPENDS+= libGeoIP.so:${PORTSDIR}/net/GeoIP +P0F_RUN_DEPENDS= p0f:${PORTSDIR}/net-mgmt/p0f +SPF_LIB_DEPENDS= libspf2.so:${PORTSDIR}/mail/libspf2 +CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +GEOIP_LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP +DKIM_LIB_DEPENDS= libdkim.so:${PORTSDIR}/mail/libdkim POSTFIX_CONFIGURE_ENABLE= postfix +POSTFIX_LDFLAGS_OFF= ${SENDMAIL_LDFLAGS} +POSTFIX_LIBS_OFF= ${SENDMAIL_LDADD} + P0F_CONFIGURE_ENABLE= p0f306 -.include +DKIM_CONFIGURE_WITH= --with-libdkim=${LOCALBASE} +SPF_CONFIGURE_WITH= --with-libspf2=${LOCALBASE} +GEOIP__CONFIGURE_WITH= --with-libGeoIP=${LOCALBASE} +CURL_CONFIGURE_WITH= --with-libcurl=${LOCALBASE} +LDAP_CONFIGURE_ON= --with-openldap=${LOCALBASE} +LDAP_LDFLAGS= -L${LOCALBASE}/lib +LDAP_USE= OPENLDAP=yes -.if ${PORT_OPTIONS:MSPF} -CONFIGURE_ARGS+= --with-libspf2=${LOCALBASE} -.endif - -.if ${PORT_OPTIONS:MGEOIP} -CONFIGURE_ARGS+= --with-libGeoIP=${LOCALBASE} -.endif - -.if ${PORT_OPTIONS:MCURL} -CONFIGURE_ARGS+= --with-libcurl=${LOCALBASE} -.endif - -.if ${PORT_OPTIONS:MLDAP} -# We can't use LDAP_CONFIGURE_WITH because configure script is buggy -USE_OPENLDAP=yes -CONFIGURE_ARGS+= --with-openldap -.endif - -.if ! ${PORT_OPTIONS:MPOSTFIX} -LDFLAGS+= ${SENDMAIL_LDFLAGS} -LIBS+= ${SENDMAIL_LDADD} -.endif +.include LIBS+= -lpthread @@ -94,15 +85,14 @@ do-install: ${STAGEDIR}${PREFIX}/libexec/ ${INSTALL_DATA} ${WRKSRC}/greylist.conf \ ${STAGEDIR}${PREFIX}/etc/mail/greylist.conf.sample -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ -.endif -.if ${PORT_OPTIONS:MEXAMPLES} + @${MKDIR} ${STAGEDIR}/var/milter-greylist + +do-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/greylist.conf ${STAGEDIR}${EXAMPLESDIR}/ -.endif - @${MKDIR} ${STAGEDIR}/var/milter-greylist +do-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ .include "${PORTSDIR}/mail/sendmail/bsd.milter.mk" From owner-svn-ports-head@freebsd.org Wed Dec 23 23:43:32 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3FC4A50A45; Wed, 23 Dec 2015 23:43:32 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B22A9172A; Wed, 23 Dec 2015 23:43:32 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBNNhV6J022902; Wed, 23 Dec 2015 23:43:31 GMT (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNNhV2F022900; Wed, 23 Dec 2015 23:43:31 GMT (envelope-from imp@FreeBSD.org) Message-Id: <201512232343.tBNNhV2F022900@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: imp set sender to imp@FreeBSD.org using -f From: Warner Losh Date: Wed, 23 Dec 2015 23:43:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404331 - head/sysutils/intel-pcm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 23:43:33 -0000 Author: imp Date: Wed Dec 23 23:43:31 2015 New Revision: 404331 URL: https://svnweb.freebsd.org/changeset/ports/404331 Log: Regenerate the .tar.gz file without ^M for real this time. Update the checksum. Update the PORTREVISION like I should have done in the last iteration. Modified: head/sysutils/intel-pcm/Makefile head/sysutils/intel-pcm/distinfo Modified: head/sysutils/intel-pcm/Makefile ============================================================================== --- head/sysutils/intel-pcm/Makefile Wed Dec 23 23:35:54 2015 (r404330) +++ head/sysutils/intel-pcm/Makefile Wed Dec 23 23:43:31 2015 (r404331) @@ -3,6 +3,7 @@ PORTNAME= intel-pcm PORTVERSION= 2.10 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= LOCAL/imp DISTNAME= IntelPerformanceCounterMonitor-PCM-V${PORTVERSION} Modified: head/sysutils/intel-pcm/distinfo ============================================================================== --- head/sysutils/intel-pcm/distinfo Wed Dec 23 23:35:54 2015 (r404330) +++ head/sysutils/intel-pcm/distinfo Wed Dec 23 23:43:31 2015 (r404331) @@ -1,2 +1,2 @@ -SHA256 (IntelPerformanceCounterMonitor-PCM-V2.10.tar.gz) = b8e1f81d2b1b1c290107e6032b9552ed97196a1e9ee969a999ec6a572fbd114e -SIZE (IntelPerformanceCounterMonitor-PCM-V2.10.tar.gz) = 837583 +SHA256 (IntelPerformanceCounterMonitor-PCM-V2.10.tar.gz) = 7168b82887b8fdf2f8458559098411129e7a0928a16c3eef954badfa8f1dd632 +SIZE (IntelPerformanceCounterMonitor-PCM-V2.10.tar.gz) = 836304 From owner-svn-ports-head@freebsd.org Thu Dec 24 08:34:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B4C0A51511; Thu, 24 Dec 2015 08:34:09 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0CA331D77; Thu, 24 Dec 2015 08:34:08 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBO8Y8FD076244; Thu, 24 Dec 2015 08:34:08 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBO8Y89m076242; Thu, 24 Dec 2015 08:34:08 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512240834.tBO8Y89m076242@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 24 Dec 2015 08:34:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404334 - head/devel/py-setuptools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 08:34:09 -0000 Author: miwi Date: Thu Dec 24 08:34:07 2015 New Revision: 404334 URL: https://svnweb.freebsd.org/changeset/ports/404334 Log: - Update to 19.1.1 Exp-run by: antoine Differential Revision: D4665 Modified: head/devel/py-setuptools/Makefile head/devel/py-setuptools/distinfo Modified: head/devel/py-setuptools/Makefile ============================================================================== --- head/devel/py-setuptools/Makefile Thu Dec 24 06:03:35 2015 (r404333) +++ head/devel/py-setuptools/Makefile Thu Dec 24 08:34:07 2015 (r404334) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= setuptools -PORTVERSION= 18.7 +PORTVERSION= 19.1.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -40,7 +40,7 @@ SUB_LIST+= PYTHON_VER=${PYTHON_VER} post-install: ${INSTALL_DATA} ${FILESDIR}/easy-install.pth.dist ${STAGEDIR}${PYTHON_SITELIBDIR}/ -regression-test: build +do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Modified: head/devel/py-setuptools/distinfo ============================================================================== --- head/devel/py-setuptools/distinfo Thu Dec 24 06:03:35 2015 (r404333) +++ head/devel/py-setuptools/distinfo Thu Dec 24 08:34:07 2015 (r404334) @@ -1,2 +1,2 @@ -SHA256 (python/setuptools-18.7.tar.gz) = c57c1f5aa3b83e4c5e0ce5b144a7f96eea1dab873f35d5aaa3c2a2d960674353 -SIZE (python/setuptools-18.7.tar.gz) = 628702 +SHA256 (python/setuptools-19.1.1.tar.gz) = 32ebb08b72aee11fefa6907ddf5db5a81e0eef9cf62c7fa6b58d8e32da249960 +SIZE (python/setuptools-19.1.1.tar.gz) = 640997 From owner-svn-ports-head@freebsd.org Thu Dec 24 08:52:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A360A519C7; Thu, 24 Dec 2015 08:52:00 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26DE6160F; Thu, 24 Dec 2015 08:52:00 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBO8pxb3081906; Thu, 24 Dec 2015 08:51:59 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBO8pxAS081905; Thu, 24 Dec 2015 08:51:59 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512240851.tBO8pxAS081905@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 24 Dec 2015 08:51:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404335 - head/devel/dash.el X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 08:52:00 -0000 Author: miwi Date: Thu Dec 24 08:51:59 2015 New Revision: 404335 URL: https://svnweb.freebsd.org/changeset/ports/404335 Log: - Correct the distfile name Modified: head/devel/dash.el/distinfo Modified: head/devel/dash.el/distinfo ============================================================================== --- head/devel/dash.el/distinfo Thu Dec 24 08:34:07 2015 (r404334) +++ head/devel/dash.el/distinfo Thu Dec 24 08:51:59 2015 (r404335) @@ -1,2 +1,2 @@ -SHA256 (dash-2.12.1_GH0.tar.gz) = 41460193aa74787b247b09ad7cae696016110abba2a922ef1a067472eba15220 -SIZE (dash-2.12.1_GH0.tar.gz) = 142247 +SHA256 (magnars-dash.el-2.12.1_GH0.tar.gz) = 41460193aa74787b247b09ad7cae696016110abba2a922ef1a067472eba15220 +SIZE (magnars-dash.el-2.12.1_GH0.tar.gz) = 142247 From owner-svn-ports-head@freebsd.org Thu Dec 24 09:01:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B897A51D55; Thu, 24 Dec 2015 09:01:20 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4B4F1A58; Thu, 24 Dec 2015 09:01:19 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBO91I71082330; Thu, 24 Dec 2015 09:01:18 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBO91Irl082329; Thu, 24 Dec 2015 09:01:18 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512240901.tBO91Irl082329@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 24 Dec 2015 09:01:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404336 - head/games/xscavenger/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 09:01:20 -0000 Author: miwi Date: Thu Dec 24 09:01:18 2015 New Revision: 404336 URL: https://svnweb.freebsd.org/changeset/ports/404336 Log: - Fix build Reported by: antoine Deleted: head/games/xscavenger/files/patch-edit.c From owner-svn-ports-head@freebsd.org Thu Dec 24 10:09:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32908A50228; Thu, 24 Dec 2015 10:09:25 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0099712F2; Thu, 24 Dec 2015 10:09:24 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOA9OvJ002489; Thu, 24 Dec 2015 10:09:24 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOA9NVq002487; Thu, 24 Dec 2015 10:09:23 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512241009.tBOA9NVq002487@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 24 Dec 2015 10:09:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404337 - head/devel/py-pymarc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 10:09:25 -0000 Author: miwi Date: Thu Dec 24 10:09:23 2015 New Revision: 404337 URL: https://svnweb.freebsd.org/changeset/ports/404337 Log: _ Update to 3.1.1 - Switch to do-test PR: 205546 Submitted by: jochen@jochen-neumeister.de Modified: head/devel/py-pymarc/Makefile head/devel/py-pymarc/distinfo Modified: head/devel/py-pymarc/Makefile ============================================================================== --- head/devel/py-pymarc/Makefile Thu Dec 24 09:01:18 2015 (r404336) +++ head/devel/py-pymarc/Makefile Thu Dec 24 10:09:23 2015 (r404337) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pymarc -PORTVERSION= 3.0.4 +PORTVERSION= 3.1.1 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -19,7 +19,7 @@ NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils -regression-test: build +do-test: @cd ${WRKSRC} && ${PYTHON_CMD} test.py .include Modified: head/devel/py-pymarc/distinfo ============================================================================== --- head/devel/py-pymarc/distinfo Thu Dec 24 09:01:18 2015 (r404336) +++ head/devel/py-pymarc/distinfo Thu Dec 24 10:09:23 2015 (r404337) @@ -1,2 +1,2 @@ -SHA256 (pymarc-3.0.4.tar.gz) = 36c069515798fb81d5c85534f6eb885d87a18bd0ba508d4c6c7fbf92fe926fd4 -SIZE (pymarc-3.0.4.tar.gz) = 131869 +SHA256 (pymarc-3.1.1.tar.gz) = 08559962a859c5d942e1e9bb5fae8a99040b19ad2cb613fa12af040fd73b98be +SIZE (pymarc-3.1.1.tar.gz) = 132556 From owner-svn-ports-head@freebsd.org Thu Dec 24 10:10:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 308CAA502AF; Thu, 24 Dec 2015 10:10:51 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01EC01447; Thu, 24 Dec 2015 10:10:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOAAosd002669; Thu, 24 Dec 2015 10:10:50 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOAAoak002667; Thu, 24 Dec 2015 10:10:50 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512241010.tBOAAoak002667@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 24 Dec 2015 10:10:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404338 - head/devel/py-jsmin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 10:10:51 -0000 Author: miwi Date: Thu Dec 24 10:10:49 2015 New Revision: 404338 URL: https://svnweb.freebsd.org/changeset/ports/404338 Log: - Update to 2.2.0 - Switch to do-test - Pass maintainership to submitter PR: 205559 Submitted by: vlad-fbsd@acheronmedia.com Modified: head/devel/py-jsmin/Makefile head/devel/py-jsmin/distinfo Modified: head/devel/py-jsmin/Makefile ============================================================================== --- head/devel/py-jsmin/Makefile Thu Dec 24 10:09:23 2015 (r404337) +++ head/devel/py-jsmin/Makefile Thu Dec 24 10:10:49 2015 (r404338) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= jsmin -PORTVERSION= 2.1.6 +PORTVERSION= 2.2.0 CATEGORIES= devel www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= vlad-fbsd@acheronmedia.com COMMENT= JavaScript minifier written in Python LICENSE= MIT @@ -25,7 +25,7 @@ post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} -regression-test: +do-test: @(cd ${WRKSRC}/${PORTNAME} && ${PYTHON_CMD} test.py) .include Modified: head/devel/py-jsmin/distinfo ============================================================================== --- head/devel/py-jsmin/distinfo Thu Dec 24 10:09:23 2015 (r404337) +++ head/devel/py-jsmin/distinfo Thu Dec 24 10:10:49 2015 (r404338) @@ -1,2 +1,2 @@ -SHA256 (jsmin-2.1.6.tar.gz) = c20e7f58a68207b8efdffae8d4c885e823615da3b605905fb0794a56e6aac4a3 -SIZE (jsmin-2.1.6.tar.gz) = 11858 +SHA256 (jsmin-2.2.0.tar.gz) = 8e7f19bc2cc467bccd02322dc0a6065d06a038e311f2531af1a33b410afea081 +SIZE (jsmin-2.2.0.tar.gz) = 12409 From owner-svn-ports-head@freebsd.org Thu Dec 24 10:50:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3D64A50FF5; Thu, 24 Dec 2015 10:50:57 +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 BF553147B; Thu, 24 Dec 2015 10:50:57 +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 tBOAouSo014918; Thu, 24 Dec 2015 10:50:56 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOAouhl014916; Thu, 24 Dec 2015 10:50:56 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201512241050.tBOAouhl014916@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 24 Dec 2015 10:50:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404339 - head/devel/elixir-tzdata X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 10:50:58 -0000 Author: olgeni Date: Thu Dec 24 10:50:56 2015 New Revision: 404339 URL: https://svnweb.freebsd.org/changeset/ports/404339 Log: Upgrade devel/elixir-tzdata to version 0.5.6. Modified: head/devel/elixir-tzdata/Makefile head/devel/elixir-tzdata/distinfo Modified: head/devel/elixir-tzdata/Makefile ============================================================================== --- head/devel/elixir-tzdata/Makefile Thu Dec 24 10:10:49 2015 (r404338) +++ head/devel/elixir-tzdata/Makefile Thu Dec 24 10:50:56 2015 (r404339) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tzdata -PORTVERSION= 0.5.5 +PORTVERSION= 0.5.6 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-tzdata/distinfo ============================================================================== --- head/devel/elixir-tzdata/distinfo Thu Dec 24 10:10:49 2015 (r404338) +++ head/devel/elixir-tzdata/distinfo Thu Dec 24 10:50:56 2015 (r404339) @@ -1,2 +1,2 @@ -SHA256 (lau-tzdata-v0.5.5_GH0.tar.gz) = cf46f9652d8e9ee0cc2f3735b761088c86c465b1d8fea471bd717e4e7567ae01 -SIZE (lau-tzdata-v0.5.5_GH0.tar.gz) = 811124 +SHA256 (lau-tzdata-v0.5.6_GH0.tar.gz) = 6a7f89ab085172144e6031470a74cee8781aa9769491473a036c5b204c10b16d +SIZE (lau-tzdata-v0.5.6_GH0.tar.gz) = 811112 From owner-svn-ports-head@freebsd.org Thu Dec 24 10:55:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D76FDA51105; Thu, 24 Dec 2015 10:55:00 +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 A55E218C7; Thu, 24 Dec 2015 10:55:00 +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 tBOAsxV4016966; Thu, 24 Dec 2015 10:54:59 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOAsxUN016964; Thu, 24 Dec 2015 10:54:59 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201512241054.tBOAsxUN016964@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 24 Dec 2015 10:54:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404340 - head/databases/elixir-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 10:55:00 -0000 Author: olgeni Date: Thu Dec 24 10:54:59 2015 New Revision: 404340 URL: https://svnweb.freebsd.org/changeset/ports/404340 Log: Upgrade databases/elixir-ecto to version 1.1.1. Modified: head/databases/elixir-ecto/Makefile head/databases/elixir-ecto/distinfo Modified: head/databases/elixir-ecto/Makefile ============================================================================== --- head/databases/elixir-ecto/Makefile Thu Dec 24 10:50:56 2015 (r404339) +++ head/databases/elixir-ecto/Makefile Thu Dec 24 10:54:59 2015 (r404340) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ecto -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-ecto/distinfo ============================================================================== --- head/databases/elixir-ecto/distinfo Thu Dec 24 10:50:56 2015 (r404339) +++ head/databases/elixir-ecto/distinfo Thu Dec 24 10:54:59 2015 (r404340) @@ -1,2 +1,2 @@ -SHA256 (elixir-lang-ecto-v1.1.0_GH0.tar.gz) = 40de8194a34aea42f303a0b82f4bfa432a084307075e19397244a5d56377b550 -SIZE (elixir-lang-ecto-v1.1.0_GH0.tar.gz) = 221265 +SHA256 (elixir-lang-ecto-v1.1.1_GH0.tar.gz) = cdd173b94d3b166bb93f39be07dd33608b7654d46d1ab4da68914a9516ebaff2 +SIZE (elixir-lang-ecto-v1.1.1_GH0.tar.gz) = 220992 From owner-svn-ports-head@freebsd.org Thu Dec 24 10:59:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 570C7A511C7; Thu, 24 Dec 2015 10:59:28 +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 24B491A2E; Thu, 24 Dec 2015 10:59: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 tBOAxRA9017207; Thu, 24 Dec 2015 10:59:27 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOAxRSu017206; Thu, 24 Dec 2015 10:59:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512241059.tBOAxRSu017206@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Dec 2015 10:59:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404341 - head/games/crossfire-client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 10:59:28 -0000 Author: amdmi3 Date: Thu Dec 24 10:59:26 2015 New Revision: 404341 URL: https://svnweb.freebsd.org/changeset/ports/404341 Log: - Drop @dirrm* from plist Approved by: portmgr blanket Modified: head/games/crossfire-client/pkg-plist Modified: head/games/crossfire-client/pkg-plist ============================================================================== --- head/games/crossfire-client/pkg-plist Thu Dec 24 10:54:59 2015 (r404340) +++ head/games/crossfire-client/pkg-plist Thu Dec 24 10:59:26 2015 (r404341) @@ -17,6 +17,3 @@ share/applications/crossfire-client.desk %%DATADIR%%/ui/un-deux.ui %%DATADIR%%/ui/v1-redux.ui share/pixmaps/crossfire-client.png -@dirrmtry %%DATADIR%%/ui -@dirrmtry %%DATADIR%%/themes -@dirrmtry %%DATADIR%% From owner-svn-ports-head@freebsd.org Thu Dec 24 11:36:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A267A51A7B; Thu, 24 Dec 2015 11:36:22 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CBE761BC2; Thu, 24 Dec 2015 11:36:21 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOBaKBG028638; Thu, 24 Dec 2015 11:36:20 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOBaKXC028636; Thu, 24 Dec 2015 11:36:20 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201512241136.tBOBaKXC028636@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Thu, 24 Dec 2015 11:36:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404342 - head/ports-mgmt/pchecker X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 11:36:22 -0000 Author: ak Date: Thu Dec 24 11:36:20 2015 New Revision: 404342 URL: https://svnweb.freebsd.org/changeset/ports/404342 Log: - Update to 1.18 * Add check for misspelled USES Modified: head/ports-mgmt/pchecker/Makefile head/ports-mgmt/pchecker/distinfo Modified: head/ports-mgmt/pchecker/Makefile ============================================================================== --- head/ports-mgmt/pchecker/Makefile Thu Dec 24 10:59:26 2015 (r404341) +++ head/ports-mgmt/pchecker/Makefile Thu Dec 24 11:36:20 2015 (r404342) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pchecker -PORTVERSION= 1.17 +PORTVERSION= 1.18 CATEGORIES= ports-mgmt MASTER_SITES= https://googledrive.com/host/0BwCT-sp3iBCaeDRPYm1jTjl1Qmc/ Modified: head/ports-mgmt/pchecker/distinfo ============================================================================== --- head/ports-mgmt/pchecker/distinfo Thu Dec 24 10:59:26 2015 (r404341) +++ head/ports-mgmt/pchecker/distinfo Thu Dec 24 11:36:20 2015 (r404342) @@ -1,2 +1,2 @@ -SHA256 (pchecker-1.17.tar.xz) = 7d614d80dab3e5719dbaf85ce68798d3708b88373293e71eec8ed31f989945b7 -SIZE (pchecker-1.17.tar.xz) = 6788 +SHA256 (pchecker-1.18.tar.xz) = 1f79e16f8075ad776a019a685d169efd7b72a4b1659d086d3db5c0368cd739f0 +SIZE (pchecker-1.18.tar.xz) = 6908 From owner-svn-ports-head@freebsd.org Thu Dec 24 11:39:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E07BA51B3B; Thu, 24 Dec 2015 11:39:55 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E8AA1D13; Thu, 24 Dec 2015 11:39:55 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOBdsIF028908; Thu, 24 Dec 2015 11:39:54 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOBds5K028903; Thu, 24 Dec 2015 11:39:54 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512241139.tBOBds5K028903@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 24 Dec 2015 11:39:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404343 - in head/lang: python27 python32 python34 python35 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 11:39:55 -0000 Author: miwi Date: Thu Dec 24 11:39:53 2015 New Revision: 404343 URL: https://svnweb.freebsd.org/changeset/ports/404343 Log: - Switch regression-test to TEST_TARGED Discussed in: D4695 Reviewed by: koobs Modified: head/lang/python27/Makefile head/lang/python32/Makefile head/lang/python34/Makefile head/lang/python35/Makefile Modified: head/lang/python27/Makefile ============================================================================== --- head/lang/python27/Makefile Thu Dec 24 11:36:20 2015 (r404342) +++ head/lang/python27/Makefile Thu Dec 24 11:39:53 2015 (r404343) @@ -25,6 +25,10 @@ CONFIGURE_ARGS+= --enable-shared CONFIGURE_ENV+= ac_cv_opt_olimit_ok=no OPT="" # Null out OPT to respect user CFLAGS and remove optimizations INSTALL_TARGET= altinstall # Don't want cloberring of unprefixed files + +TEST_TARGET= buildbottest +TEST_ARGS= TESTOPTS=-j${MAKE_JOBS_NUMBER} + MAKE_ARGS+= INSTALL_SHARED="${INSTALL_LIB}" # Strip shared library MAKE_ARGS+= LIBPC="${PREFIX}/libdata/pkgconfig" # Until pathfix gets support for files other than Makefile.in MAKE_JOBS_UNSAFE= yes # Parser/pgen build bug. See Issue: 200622, 201974 @@ -122,7 +126,4 @@ post-install: for i in ${STAGEDIR}${PREFIX}/lib/python2.7/lib-dynload/*.so; do \ ${STRIP_CMD} $$i; done # Strip shared extensions -regression-test: build - @cd ${WRKSRC} && ${MAKE} TESTOPTS=-j${MAKE_JOBS_NUMBER} buildbottest - .include Modified: head/lang/python32/Makefile ============================================================================== --- head/lang/python32/Makefile Thu Dec 24 11:36:20 2015 (r404342) +++ head/lang/python32/Makefile Thu Dec 24 11:39:53 2015 (r404343) @@ -25,6 +25,10 @@ CONFIGURE_ARGS+= --enable-shared CONFIGURE_ENV+= OPT="" # Null out OPT to respect user CFLAGS and remove optimizations INSTALL_TARGET= altinstall # Don't want cloberring of unprefixed files + +TEST_TARGET= buildbottest +TEST_ARGS= TESTOPTS=-j${MAKE_JOBS_NUMBER} + MAKE_ARGS+= INSTALL_SHARED="${INSTALL_LIB}" # Strip shared library MAKE_ARGS+= LIBPC="${PREFIX}/libdata/pkgconfig" # Until pathfix gets support for files other than Makefile.in MAKE_JOBS_UNSAFE= yes # Parser/pgen build bug. See Issue: 200622, 201974 @@ -124,7 +128,4 @@ post-install: for i in ${STAGEDIR}${PREFIX}/lib/python3.2/lib-dynload/*.so; do \ ${STRIP_CMD} $$i; done -do-test: - @cd ${WRKSRC} && ${MAKE} TESTOPTS=-j${MAKE_JOBS_NUMBER} buildbottest - .include Modified: head/lang/python34/Makefile ============================================================================== --- head/lang/python34/Makefile Thu Dec 24 11:36:20 2015 (r404342) +++ head/lang/python34/Makefile Thu Dec 24 11:39:53 2015 (r404343) @@ -28,6 +28,10 @@ CONFIGURE_ARGS+= --enable-shared --witho CONFIGURE_ENV+= OPT="" DISABLED_EXTENSIONS="${DISABLED_EXTENSIONS}" # Null out OPT to respect user CFLAGS and remove optimizations INSTALL_TARGET= altinstall # Don't want cloberring of unprefixed files + +TEST_TARGET= buildbottest +TEST_ARGS= TESTOPTS=-j${MAKE_JOBS_NUMBER} + MAKE_ARGS+= INSTALL_SHARED="${INSTALL_LIB}" # Strip shared library MAKE_ARGS+= LIBPC="${PREFIX}/libdata/pkgconfig" # Until pathfix gets support for files other than Makefile.in MAKE_JOBS_UNSAFE= yes # Parser/pgen build bug. See Issue: 200622, 201974 @@ -119,7 +123,4 @@ post-install: for i in ${STAGEDIR}${PREFIX}/lib/python3.4/lib-dynload/*.so; do \ ${STRIP_CMD} $$i; done # Strip shared extensions -regression-test: build - @cd ${WRKSRC} && ${MAKE} TESTOPTS=-j${MAKE_JOBS_NUMBER} buildbottest - .include Modified: head/lang/python35/Makefile ============================================================================== --- head/lang/python35/Makefile Thu Dec 24 11:36:20 2015 (r404342) +++ head/lang/python35/Makefile Thu Dec 24 11:39:53 2015 (r404343) @@ -34,6 +34,10 @@ CONFIGURE_ARGS+= --enable-shared --witho CONFIGURE_ENV+= OPT="" DISABLED_EXTENSIONS="${DISABLED_EXTENSIONS}" # Null out OPT to respect user CFLAGS and remove optimizations INSTALL_TARGET= altinstall # Don't want cloberring of unprefixed files + +TEST_TARGET= buildbottest +TEST_ARGS= TESTOPTS=-j${MAKE_JOBS_NUMBER} + MAKE_ARGS+= INSTALL_SHARED="${INSTALL_LIB}" # Strip shared library MAKE_ARGS+= LIBPC="${PREFIX}/libdata/pkgconfig" # Until pathfix gets support for files other than Makefile.in MAKE_JOBS_UNSAFE= yes # Parser/pgen build bug. See Issue: 200622, 201974 @@ -126,7 +130,4 @@ post-install: for i in ${STAGEDIR}${PREFIX}/lib/python${PYTHON_VER}/lib-dynload/*.so; do \ ${STRIP_CMD} $$i; done # Strip shared extensions -regression-test: build - @cd ${WRKSRC} && ${MAKE} TESTOPTS=-j${MAKE_JOBS_NUMBER} buildbottest - .include From owner-svn-ports-head@freebsd.org Thu Dec 24 11:41:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5CD9A51BB7; Thu, 24 Dec 2015 11:41:33 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1F0A1FCD; Thu, 24 Dec 2015 11:41:33 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOBfWiq031723; Thu, 24 Dec 2015 11:41:32 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOBfWuR031717; Thu, 24 Dec 2015 11:41:32 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201512241141.tBOBfWuR031717@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Thu, 24 Dec 2015 11:41:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404344 - in head: ftp/proftpd security/snort textproc/libmwaw03 textproc/libwps02 www/subsonic-standalone x11-themes/kde-icons-nuovext2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 11:41:34 -0000 Author: ak Date: Thu Dec 24 11:41:32 2015 New Revision: 404344 URL: https://svnweb.freebsd.org/changeset/ports/404344 Log: - Fix various distinfo issues Approved by: portmgr blanket Modified: head/ftp/proftpd/distinfo head/security/snort/distinfo head/textproc/libmwaw03/distinfo head/textproc/libwps02/distinfo head/www/subsonic-standalone/distinfo head/x11-themes/kde-icons-nuovext2/distinfo Modified: head/ftp/proftpd/distinfo ============================================================================== --- head/ftp/proftpd/distinfo Thu Dec 24 11:39:53 2015 (r404343) +++ head/ftp/proftpd/distinfo Thu Dec 24 11:41:32 2015 (r404344) @@ -4,4 +4,3 @@ SHA256 (mod_clamav-v0.13.tar.gz) = 7f60b SIZE (mod_clamav-v0.13.tar.gz) = 11683 SHA256 (mod_sql_tds-4.13.tar.gz) = 9d9fb6c4b9a952739a84e166ed8b0d93f539c7bcf73e32923318e00cbd7eea08 SIZE (mod_sql_tds-4.13.tar.gz) = 11688 - Modified: head/security/snort/distinfo ============================================================================== --- head/security/snort/distinfo Thu Dec 24 11:39:53 2015 (r404343) +++ head/security/snort/distinfo Thu Dec 24 11:41:32 2015 (r404344) @@ -1,2 +1,2 @@ SHA256 (snort-2.9.7.6.tar.gz) = 842e8575e26d919a9e74b9ad0c10d1098f7b5ff2189a8422eb51a9a5b6ebbf63 -SIZE (snort-2.9.7.5.tar.gz) = 6198052 +SIZE (snort-2.9.7.6.tar.gz) = 6198052 Modified: head/textproc/libmwaw03/distinfo ============================================================================== --- head/textproc/libmwaw03/distinfo Thu Dec 24 11:39:53 2015 (r404343) +++ head/textproc/libmwaw03/distinfo Thu Dec 24 11:41:32 2015 (r404344) @@ -1,3 +1,2 @@ -timestamp=1449943937 SHA256 (libmwaw-0.3.7.tar.xz) = 057611e871c279a28fcbede78dda11e500b9d5b341ab7064d6dce470f6fee8f9 SIZE (libmwaw-0.3.7.tar.xz) = 1167156 Modified: head/textproc/libwps02/distinfo ============================================================================== --- head/textproc/libwps02/distinfo Thu Dec 24 11:39:53 2015 (r404343) +++ head/textproc/libwps02/distinfo Thu Dec 24 11:41:32 2015 (r404344) @@ -1,3 +1,2 @@ -timestamp=1449943809 SHA256 (libwps-0.2.10.tar.gz) = 0f4cf2279c82b2e91409b16ffd8d909092d29c1dee35135e8ffe8f713ea817b8 SIZE (libwps-0.2.10.tar.gz) = 634839 Modified: head/www/subsonic-standalone/distinfo ============================================================================== --- head/www/subsonic-standalone/distinfo Thu Dec 24 11:39:53 2015 (r404343) +++ head/www/subsonic-standalone/distinfo Thu Dec 24 11:41:32 2015 (r404344) @@ -1,2 +1,2 @@ SHA256 (subsonic-5.2-standalone.tar.gz) = f6131bd628cff00071ba5177182eb3454ce23906472c56712f9d7e53366aee63 -SIZE (subsonic-5.2-standaline.tar.gz) = 43671147 +SIZE (subsonic-5.2-standalone.tar.gz) = 43671147 Modified: head/x11-themes/kde-icons-nuovext2/distinfo ============================================================================== --- head/x11-themes/kde-icons-nuovext2/distinfo Thu Dec 24 11:39:53 2015 (r404343) +++ head/x11-themes/kde-icons-nuovext2/distinfo Thu Dec 24 11:41:32 2015 (r404344) @@ -1,2 +1,2 @@ SHA256 (KDE/nuoveXT-2.2.2_KDE.tar.xz) = e3b587433e8d44faca2f500a938f3d733d90dd1e327de4674605b1dcbda86911 -SIZE (KDE/nuoveXT-2.2.1_KDE.tar.xz) = 2251608 +SIZE (KDE/nuoveXT-2.2.2_KDE.tar.xz) = 2251608 From owner-svn-ports-head@freebsd.org Thu Dec 24 11:43:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F13A3A51CE8; Thu, 24 Dec 2015 11:43:25 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A2290129B; Thu, 24 Dec 2015 11:43:25 +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 tBOBhOMM031905; Thu, 24 Dec 2015 11:43:24 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOBhOj7031903; Thu, 24 Dec 2015 11:43:24 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201512241143.tBOBhOj7031903@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Thu, 24 Dec 2015 11:43:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404345 - in head/devel/tcllib: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 11:43:26 -0000 Author: gahr Date: Thu Dec 24 11:43:24 2015 New Revision: 404345 URL: https://svnweb.freebsd.org/changeset/ports/404345 Log: devel/tcllib * restore fetching from GitHub * set TZ when running tests (https://core.tcl.tk/tcl/tktview?name=c9eb6b0ac0) * use TEST_TARGET Deleted: head/devel/tcllib/files/patch-jpeg Modified: head/devel/tcllib/Makefile head/devel/tcllib/distinfo Modified: head/devel/tcllib/Makefile ============================================================================== --- head/devel/tcllib/Makefile Thu Dec 24 11:41:32 2015 (r404344) +++ head/devel/tcllib/Makefile Thu Dec 24 11:43:24 2015 (r404345) @@ -3,10 +3,8 @@ PORTNAME= tcllib DISTVERSION= 1_17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel tcl -MASTER_SITES= http://aldan.algebra.com/~mi/port-stuff/ -DISTFILES= tcltk-tcllib-${PORTVERSION}-tcllib_${DISTVERSION}_GH0.tar.gz MAINTAINER= tcltk@FreeBSD.org COMMENT= Collection of utility modules for Tcl @@ -19,12 +17,15 @@ LICENSE_PERMS= dist-mirror dist-sell pkg OPTIONS_DEFINE?=DOCS MANPAGES WRKSRC= ${WRKDIR}/tcllib-tcllib_${DISTVERSION} +USE_GITHUB= yes +GH_TAGNAME= ${PORTNAME}_${DISTVERSION} +GH_ACCOUNT= tcltk USES+= tcl GNU_CONFIGURE= yes CONFIGURE_ENV+= ac_cv_path_tclsh="${TCLSH}" MAKE_ENV+= LANG=C +TEST_TARGET= test PORTDOCS= * -REINPLACE_ARGS= -i'""' INSTALL_ARGS= -pkgs -pkg-path ${STAGEDIR}${PREFIX}/lib/tcllib \ -apps -app-path ${STAGEDIR}${PREFIX}/bin \ @@ -100,7 +101,7 @@ do-install: cd ${WRKSRC} && ${TCLSH} ./installer.tcl ${INSTALL_ARGS} .endif -test check regression-test: build - cd ${WRKSRC} && ${SETENV} LANG=C LC_ALL=C DISPLAY= ${MAKE} test +test: build + cd ${WRKSRC} && ${SETENV} LANG=C LC_ALL=C DISPLAY= TZ=utc ${MAKE} test .include Modified: head/devel/tcllib/distinfo ============================================================================== --- head/devel/tcllib/distinfo Thu Dec 24 11:41:32 2015 (r404344) +++ head/devel/tcllib/distinfo Thu Dec 24 11:43:24 2015 (r404345) @@ -1,2 +1,2 @@ -SHA256 (tcltk-tcllib-1.17-tcllib_1_17_GH0.tar.gz) = cbfbad79314e752f63b78227a2a33e91fba1ebcabe3b69fa8d1ee6b235125043 -SIZE (tcltk-tcllib-1.17-tcllib_1_17_GH0.tar.gz) = 8284201 +SHA256 (tcltk-tcllib-1_17-tcllib_1_17_GH0.tar.gz) = 95c676130ce2fdb00e8a6f79c4fea9e79d071063783a61db9274647920d97a03 +SIZE (tcltk-tcllib-1_17-tcllib_1_17_GH0.tar.gz) = 8197262 From owner-svn-ports-head@freebsd.org Thu Dec 24 11:49:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3624FA51F3F; Thu, 24 Dec 2015 11: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 E1B5C1988; Thu, 24 Dec 2015 11:49: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 tBOBnn2E032279; Thu, 24 Dec 2015 11:49:49 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOBnmDR032277; Thu, 24 Dec 2015 11:49:48 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512241149.tBOBnmDR032277@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Dec 2015 11:49:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404346 - head/mail/scam-backscatter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 11:49:50 -0000 Author: amdmi3 Date: Thu Dec 24 11:49:48 2015 New Revision: 404346 URL: https://svnweb.freebsd.org/changeset/ports/404346 Log: - Add LICENSE - Switch to USES=tar - Cosmetic fixes - Drop @dirrm* from plist - Switch to options helpers Approved by: portmgr blanket Modified: head/mail/scam-backscatter/Makefile head/mail/scam-backscatter/pkg-plist Modified: head/mail/scam-backscatter/Makefile ============================================================================== --- head/mail/scam-backscatter/Makefile Thu Dec 24 11:43:24 2015 (r404345) +++ head/mail/scam-backscatter/Makefile Thu Dec 24 11:49:48 2015 (r404346) @@ -7,17 +7,20 @@ CATEGORIES= mail MASTER_SITES= http://www.elandsys.com/scam/scam-backscatter/ \ http://dist.epipe.com/mirrors/scam-backscatter/ DISTNAME= scamback-${PORTVERSION} -EXTRACT_SUFX= .tgz + +LICENSE= BSD4CLAUSE +LICENSE_FILE= ${WRKSRC}/License MAINTAINER= snabb@epipe.com COMMENT= Address verification milter to prevent spam backscatter +USES= tar:tgz WRKSRC= ${WRKDIR}/scamback USE_RC_SUBR= scam-backscatter SUB_FILES= pkg-message MAKEFILE= Makefile.freebsd -ALL_TARGET= +ALL_TARGET= # empty OPTIONS_DEFINE= ALLDOMAINS EHLO USEMAILERTABLE DOCS ALLDOMAINS_DESC= Verify any domain with the backend @@ -51,11 +54,13 @@ post-patch: ${WRKSRC}/scam-back.c do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/etc/mail + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/mail ${INSTALL_PROGRAM} ${WRKSRC}/scam-back ${STAGEDIR}${PREFIX}/libexec/scam-back ${INSTALL_DATA} ${WRKSRC}/scam.conf ${STAGEDIR}${PREFIX}/etc/mail/scam-back.conf.sample - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/INSTALL ${STAGEDIR}${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/License ${STAGEDIR}${DOCSDIR} + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/INSTALL ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/License ${STAGEDIR}${DOCSDIR} .include Modified: head/mail/scam-backscatter/pkg-plist ============================================================================== --- head/mail/scam-backscatter/pkg-plist Thu Dec 24 11:43:24 2015 (r404345) +++ head/mail/scam-backscatter/pkg-plist Thu Dec 24 11:49:48 2015 (r404346) @@ -2,6 +2,4 @@ libexec/scam-back etc/mail/scam-back.conf.sample %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/License -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrmtry etc/mail @unexec [ -f /var/scam-back/backscatter.txt ] || rmdir /var/scam-back 2>/dev/null || true From owner-svn-ports-head@freebsd.org Thu Dec 24 12:06:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB0B6A50B60; Thu, 24 Dec 2015 12:06:31 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B5B19164C; Thu, 24 Dec 2015 12:06:31 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOC6U3R038033; Thu, 24 Dec 2015 12:06:30 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOC6UYk038028; Thu, 24 Dec 2015 12:06:30 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201512241206.tBOC6UYk038028@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Thu, 24 Dec 2015 12:06:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404347 - in head/lang: python-doc-html python33 python33/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 12:06:32 -0000 Author: brnrd Date: Thu Dec 24 12:06:30 2015 New Revision: 404347 URL: https://svnweb.freebsd.org/changeset/ports/404347 Log: lang/python33: Update to 3.3.6 - Update to 3.3.6 (released 2014-10-11) - Backport issue21356 RAND_egd fix [1] - Fix build for openssl -nossl3 - Remove unixcompiler patch, included upstream - Switch regression-test to TEST_TARGET/TEST_ARGS - Mark DEPRECATED, EXPIRES Sept 2017 [2] [1] http://bugs.python.org/issue21356 [2] https://www.python.org/dev/peps/pep-0398/#lifespan This is a bug/security fix update. Changelog: https://docs.python.org/3.3/whatsnew/changelog.html#python-3-3-6 PR: 195511 Reviewed by: koobs (mentor, python), feld, miwi, AMDmi3 Approved by: koobs (python), miwi, AMDmi3 Differential_Revision: https://reviews.freebsd.org/D4695 Added: head/lang/python33/files/patch-PR195511 (contents, props changed) Deleted: head/lang/python33/files/patch-Lib__distutils__unixccompiler.py Modified: head/lang/python-doc-html/distinfo head/lang/python33/Makefile head/lang/python33/distinfo head/lang/python33/pkg-plist Modified: head/lang/python-doc-html/distinfo ============================================================================== --- head/lang/python-doc-html/distinfo Thu Dec 24 11:49:48 2015 (r404346) +++ head/lang/python-doc-html/distinfo Thu Dec 24 12:06:30 2015 (r404347) @@ -14,14 +14,14 @@ SHA256 (python/python-3.2.6-docs-pdf-let SIZE (python/python-3.2.6-docs-pdf-letter.tar.bz2) = 10418952 SHA256 (python/python-3.2.6-docs-text.tar.bz2) = 889a9f5358d0ded2f2c4b1027967c4b8ec0e99cf57eddefa038f2a0abba7fe88 SIZE (python/python-3.2.6-docs-text.tar.bz2) = 1573432 -SHA256 (python/python-3.3.4-docs-html.tar.bz2) = 43ab01c98d5bacb301519a99ed25192cebe0b69ac4a85b95302958b225868efc -SIZE (python/python-3.3.4-docs-html.tar.bz2) = 4951380 -SHA256 (python/python-3.3.4-docs-pdf-a4.tar.bz2) = 692eb7dd255b12252c701ca32f530932d3761e4f0582b7461c8277cd70282251 -SIZE (python/python-3.3.4-docs-pdf-a4.tar.bz2) = 11284079 -SHA256 (python/python-3.3.4-docs-pdf-letter.tar.bz2) = 21aabe30ad03ef4c78e57b14fa257670ea8899ae053cc709805d7807efe58b7a -SIZE (python/python-3.3.4-docs-pdf-letter.tar.bz2) = 11337167 -SHA256 (python/python-3.3.4-docs-text.tar.bz2) = 82c98238d9df22650d27f3bff40b31888306aaf5f7636bbb145f94266365f273 -SIZE (python/python-3.3.4-docs-text.tar.bz2) = 1783407 +SHA256 (python/python-3.3.6-docs-html.tar.bz2) = 54da33f8a91be819e7ac22fdc88c5125bdd4c67494f52dd79d6b603572c41fb0 +SIZE (python/python-3.3.6-docs-html.tar.bz2) = 4961517 +SHA256 (python/python-3.3.6-docs-pdf-a4.tar.bz2) = 5a031f0abfe41121f9aa883cfb8a99e36363744c486d30d97a9bcf4c0b7a634b +SIZE (python/python-3.3.6-docs-pdf-a4.tar.bz2) = 11298923 +SHA256 (python/python-3.3.6-docs-pdf-letter.tar.bz2) = 3b01fdbb8c8589e247677313cedb65837cdd1c68ce29d0a62c8b35790d2a2da3 +SIZE (python/python-3.3.6-docs-pdf-letter.tar.bz2) = 11343796 +SHA256 (python/python-3.3.6-docs-text.tar.bz2) = 1b4ddbdd83658846fe968e282c7873f8c58e41d892bc7e54cdf20c1435e8bed7 +SIZE (python/python-3.3.6-docs-text.tar.bz2) = 1779902 SHA256 (python/python-3.4.3-docs-html.tar.bz2) = 87d4f8739205fe6f2cbcb10c6f1b33546d3b7f41e6bc96de34f992ccf5c10fbf SIZE (python/python-3.4.3-docs-html.tar.bz2) = 5444773 SHA256 (python/python-3.4.3-docs-text.tar.bz2) = 03f851f8d078680fccff67a9bedbc698c5e4b5bdd25477e9a6b397080ef46ce2 Modified: head/lang/python33/Makefile ============================================================================== --- head/lang/python33/Makefile Thu Dec 24 11:49:48 2015 (r404346) +++ head/lang/python33/Makefile Thu Dec 24 12:06:30 2015 (r404347) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= python33 -PORTVERSION= 3.3.5 -PORTREVISION= 8 +PORTVERSION= 3.3.6 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON/ftp/python/${PORTVERSION} DISTNAME= Python-${PORTVERSION} @@ -13,6 +12,9 @@ COMMENT= Interpreted object-oriented pro LICENSE= PSFL +DEPRECATED= No longer receives bug fixes, only security updates. Please update to Python 3.5 +EXPIRATION_DATE= 2017-09-01 + USES= cpe ncurses pkgconfig readline tar:xz USE_OPENSSL= yes USE_LDCONFIG= yes @@ -30,6 +32,9 @@ MAKE_ARGS+= INSTALL_SHARED="${INSTALL_L MAKE_ARGS+= LIBPC="${PREFIX}/libdata/pkgconfig" # Until pathfix gets support for files other than Makefile.in MAKE_JOBS_UNSAFE= yes # Parser/pgen build bug. See Issue: 200622, 201974 +TEST_TARGET= buildbottest +TEST_ARGS= TESTOPTS=-j${MAKE_JOBS_NUMBER} + SUB_FILES= pkg-message SUB_LIST= PYTHON_SUFFIX=${PORTVERSION:R:S/.//g} @@ -113,7 +118,4 @@ post-install: for i in ${STAGEDIR}${PREFIX}/lib/python3.3/lib-dynload/*.so; do \ ${STRIP_CMD} $$i; done # Strip shared extensions -regression-test: build - @cd ${WRKSRC} && ${MAKE} TESTOPTS=-j${MAKE_JOBS_NUMBER} buildbottest - .include Modified: head/lang/python33/distinfo ============================================================================== --- head/lang/python33/distinfo Thu Dec 24 11:49:48 2015 (r404346) +++ head/lang/python33/distinfo Thu Dec 24 12:06:30 2015 (r404347) @@ -1,2 +1,2 @@ -SHA256 (python/Python-3.3.5.tar.xz) = abe99b484434503d8b23be0f243ec27139e743a4798cd71c1dce3cf40e63b6e5 -SIZE (python/Python-3.3.5.tar.xz) = 12116308 +SHA256 (python/Python-3.3.6.tar.xz) = 5226e4bf7a530c3ff2bcde0c94e0e09e59a8bcde0114fe0268bc925bdabb5d3f +SIZE (python/Python-3.3.6.tar.xz) = 12116460 Added: head/lang/python33/files/patch-PR195511 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/python33/files/patch-PR195511 Thu Dec 24 12:06:30 2015 (r404347) @@ -0,0 +1,166 @@ +--- Modules/_ssl.c.orig 2014-03-09 09:40:26.000000000 +0100 ++++ Modules/_ssl.c 2015-09-26 15:53:49.266985391 +0200 +@@ -1746,8 +1746,10 @@ context_new(PyTypeObject *type, PyObject + PySSL_BEGIN_ALLOW_THREADS + if (proto_version == PY_SSL_VERSION_TLS1) + ctx = SSL_CTX_new(TLSv1_method()); ++#ifndef OPENSSL_NO_SSL3 + else if (proto_version == PY_SSL_VERSION_SSL3) + ctx = SSL_CTX_new(SSLv3_method()); ++#endif + #ifndef OPENSSL_NO_SSL2 + else if (proto_version == PY_SSL_VERSION_SSL2) + ctx = SSL_CTX_new(SSLv2_method()); +@@ -2559,6 +2561,9 @@ Returns 1 if the OpenSSL PRNG has been s + It is necessary to seed the PRNG with RAND_add() on some platforms before\n\ + using the ssl() function."); + ++/* ### Fix build with LibreSSL (does not have RAND_egd) ++ ### PR195511, http://bugs.python.org/issue21356 */ ++#ifndef OPENSSL_NO_EGD + static PyObject * + PySSL_RAND_egd(PyObject *self, PyObject *args) + { +@@ -2586,6 +2591,8 @@ PyDoc_STRVAR(PySSL_RAND_egd_doc, + Queries the entropy gather daemon (EGD) on the socket named by 'path'.\n\ + Returns number of bytes read. Raises SSLError if connection to EGD\n\ + fails or if it does not provide enough data to seed PRNG."); ++#endif /* OPENSSL_NO_EGD */ ++/* ### End PR195511 */ + + #endif /* HAVE_OPENSSL_RAND */ + +@@ -2604,8 +2611,13 @@ static PyMethodDef PySSL_methods[] = { + PySSL_RAND_bytes_doc}, + {"RAND_pseudo_bytes", PySSL_RAND_pseudo_bytes, METH_VARARGS, + PySSL_RAND_pseudo_bytes_doc}, ++/* ### Fix build with LibreSSL (does not have RAND_egd) ++ ### PR195511, http://bugs.python.org/issue21356 */ ++#ifndef OPENSSL_NO_EGD + {"RAND_egd", PySSL_RAND_egd, METH_VARARGS, + PySSL_RAND_egd_doc}, ++#endif /* OPENSSL_NO_EGD */ ++/* ### End PR195511 */ + {"RAND_status", (PyCFunction)PySSL_RAND_status, METH_NOARGS, + PySSL_RAND_status_doc}, + #endif +@@ -2842,8 +2854,10 @@ PyInit__ssl(void) + PyModule_AddIntConstant(m, "PROTOCOL_SSLv2", + PY_SSL_VERSION_SSL2); + #endif ++#ifndef OPENSSL_NO_SSL3 + PyModule_AddIntConstant(m, "PROTOCOL_SSLv3", + PY_SSL_VERSION_SSL3); ++#endif + PyModule_AddIntConstant(m, "PROTOCOL_SSLv23", + PY_SSL_VERSION_SSL23); + PyModule_AddIntConstant(m, "PROTOCOL_TLSv1", +--- Lib/ssl.py.orig 2014-03-09 09:40:13.000000000 +0100 ++++ Lib/ssl.py 2015-09-26 15:55:40.209981202 +0200 +@@ -78,7 +78,15 @@ try: + from _ssl import OP_SINGLE_ECDH_USE + except ImportError: + pass +-from _ssl import RAND_status, RAND_egd, RAND_add, RAND_bytes, RAND_pseudo_bytes ++### Fix build with LibreSSL (does not have RAND_egd) ++### PR195511, http://bugs.python.org/issue21356 ++from _ssl import RAND_status, RAND_add, RAND_bytes, RAND_pseudo_bytes ++try: ++ from _ssl import RAND_egd ++except ImportError: ++ # LibreSSL does not provide RAND_egd ++ pass ++### End PR195511 + from _ssl import ( + SSL_ERROR_ZERO_RETURN, + SSL_ERROR_WANT_READ, +@@ -91,14 +99,13 @@ from _ssl import ( + SSL_ERROR_INVALID_ERROR_CODE, + ) + from _ssl import HAS_SNI, HAS_ECDH, HAS_NPN +-from _ssl import (PROTOCOL_SSLv3, PROTOCOL_SSLv23, ++from _ssl import (PROTOCOL_SSLv23, + PROTOCOL_TLSv1) + from _ssl import _OPENSSL_API_VERSION + + _PROTOCOL_NAMES = { + PROTOCOL_TLSv1: "TLSv1", + PROTOCOL_SSLv23: "SSLv23", +- PROTOCOL_SSLv3: "SSLv3", + } + try: + from _ssl import PROTOCOL_SSLv2 +@@ -107,6 +114,13 @@ except ImportError: + _SSLv2_IF_EXISTS = None + else: + _PROTOCOL_NAMES[PROTOCOL_SSLv2] = "SSLv2" ++try: ++ from _ssl import PROTOCOL_SSLv3 ++ _SSLv3_IF_EXISTS = PROTOCOL_SSLv3 ++except ImportError: ++ _SSLv3_IF_EXISTS = None ++else: ++ _PROTOCOL_NAMES[PROTOCOL_SSLv2] = "SSLv3" + + from socket import getnameinfo as _getnameinfo + from socket import error as socket_error +@@ -664,7 +678,7 @@ def PEM_cert_to_DER_cert(pem_cert_string + d = pem_cert_string.strip()[len(PEM_HEADER):-len(PEM_FOOTER)] + return base64.decodebytes(d.encode('ASCII', 'strict')) + +-def get_server_certificate(addr, ssl_version=PROTOCOL_SSLv3, ca_certs=None): ++def get_server_certificate(addr, ssl_version=PROTOCOL_SSLv23, ca_certs=None): + """Retrieve the certificate from the server at the specified address, + and return it as a PEM-encoded string. + If 'ca_certs' is specified, validate the server cert against it. +--- Lib/test/test_ssl.py.orig 2014-03-09 09:40:19.000000000 +0100 ++++ Lib/test/test_ssl.py 2015-09-26 15:58:58.264964564 +0200 +@@ -21,11 +21,12 @@ import functools + ssl = support.import_module("ssl") + + PROTOCOLS = [ +- ssl.PROTOCOL_SSLv3, + ssl.PROTOCOL_SSLv23, ssl.PROTOCOL_TLSv1 + ] + if hasattr(ssl, 'PROTOCOL_SSLv2'): + PROTOCOLS.append(ssl.PROTOCOL_SSLv2) ++if hasattr(ssl, 'PROTOCOL_SSLv3'): ++ PROTOCOLS.append(ssl.PROTOCOL_SSLv3) + + HOST = support.HOST + +@@ -96,7 +97,8 @@ class BasicSocketTests(unittest.TestCase + def test_constants(self): + #ssl.PROTOCOL_SSLv2 + ssl.PROTOCOL_SSLv23 +- ssl.PROTOCOL_SSLv3 ++ if hasattr(ssl, 'PROTOCOL_SSLv3'): ++ ssl.PROTOCOL_SSLv3 + ssl.PROTOCOL_TLSv1 + ssl.CERT_NONE + ssl.CERT_OPTIONAL +@@ -130,8 +132,12 @@ class BasicSocketTests(unittest.TestCase + self.assertRaises(ValueError, ssl.RAND_bytes, -5) + self.assertRaises(ValueError, ssl.RAND_pseudo_bytes, -5) + +- self.assertRaises(TypeError, ssl.RAND_egd, 1) +- self.assertRaises(TypeError, ssl.RAND_egd, 'foo', 1) ++### Fix build with LibreSSL (does not have RAND_egd) ++### PR195511, http://bugs.python.org/issue21356 ++ if hasattr(ssl, 'RAND_egd'): ++ self.assertRaises(TypeError, ssl.RAND_egd, 1) ++ self.assertRaises(TypeError, ssl.RAND_egd, 'foo', 1) ++### End PR195511 + ssl.RAND_add("this is a random string", 75.0) + + @unittest.skipUnless(os.name == 'posix', 'requires posix') +@@ -512,7 +518,8 @@ class ContextTests(unittest.TestCase): + if hasattr(ssl, 'PROTOCOL_SSLv2'): + ctx = ssl.SSLContext(ssl.PROTOCOL_SSLv2) + ctx = ssl.SSLContext(ssl.PROTOCOL_SSLv23) +- ctx = ssl.SSLContext(ssl.PROTOCOL_SSLv3) ++ if hasattr(ssl, 'PROTOCOL_SSLv3'): ++ ctx = ssl.SSLContext(ssl.PROTOCOL_SSLv3) + ctx = ssl.SSLContext(ssl.PROTOCOL_TLSv1) + self.assertRaises(TypeError, ssl.SSLContext) + self.assertRaises(ValueError, ssl.SSLContext, -1) Modified: head/lang/python33/pkg-plist ============================================================================== --- head/lang/python33/pkg-plist Thu Dec 24 11:49:48 2015 (r404346) +++ head/lang/python33/pkg-plist Thu Dec 24 12:06:30 2015 (r404347) @@ -1839,9 +1839,9 @@ lib/python3.3/lib-dynload/time.so lib/python3.3/lib-dynload/unicodedata.so %%NO_DEBUG%%lib/python3.3/lib-dynload/xxlimited.so lib/python3.3/lib-dynload/zlib.so -lib/python3.3/lib2to3/Grammar3.3.5.final.0.pickle +lib/python3.3/lib2to3/Grammar3.3.6.final.0.pickle lib/python3.3/lib2to3/Grammar.txt -lib/python3.3/lib2to3/PatternGrammar3.3.5.final.0.pickle +lib/python3.3/lib2to3/PatternGrammar3.3.6.final.0.pickle lib/python3.3/lib2to3/PatternGrammar.txt lib/python3.3/lib2to3/__init__.py lib/python3.3/lib2to3/__main__.py From owner-svn-ports-head@freebsd.org Thu Dec 24 12:25:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14608A51225; Thu, 24 Dec 2015 12:25:33 +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 C78E41F41; Thu, 24 Dec 2015 12:25:32 +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 tBOCPVnt043975; Thu, 24 Dec 2015 12:25:31 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOCPVBW043969; Thu, 24 Dec 2015 12:25:31 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201512241225.tBOCPVBW043969@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 24 Dec 2015 12:25:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404348 - in head/devel: . flatbuffers X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 12:25:33 -0000 Author: vanilla Date: Thu Dec 24 12:25:31 2015 New Revision: 404348 URL: https://svnweb.freebsd.org/changeset/ports/404348 Log: Add flatbuffers 1.2.0, memory efficient serialization library. PR: 205509 Submitted by: Yuri Victorovich Added: head/devel/flatbuffers/ head/devel/flatbuffers/Makefile (contents, props changed) head/devel/flatbuffers/distinfo (contents, props changed) head/devel/flatbuffers/pkg-descr (contents, props changed) head/devel/flatbuffers/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Dec 24 12:06:30 2015 (r404347) +++ head/devel/Makefile Thu Dec 24 12:25:31 2015 (r404348) @@ -519,6 +519,7 @@ SUBDIR += fib SUBDIR += firmware-utils SUBDIR += fistgen + SUBDIR += flatbuffers SUBDIR += flatzebra SUBDIR += flex-sdk SUBDIR += flex-sdk35 Added: head/devel/flatbuffers/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/flatbuffers/Makefile Thu Dec 24 12:25:31 2015 (r404348) @@ -0,0 +1,21 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= flatbuffers +PORTVERSION= 1.2.0 +DISTVERSIONPREFIX= v +CATEGORIES= devel + +MAINTAINER= yuri@rawbw.com +COMMENT= Memory efficient serialization library + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USE_GITHUB= yes +GH_ACCOUNT= google + +USES= cmake +USE_LDCONFIG= yes + +.include Added: head/devel/flatbuffers/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/flatbuffers/distinfo Thu Dec 24 12:25:31 2015 (r404348) @@ -0,0 +1,2 @@ +SHA256 (google-flatbuffers-v1.2.0_GH0.tar.gz) = a6cacab3cbcc99e2308d8aa328bff060ba19061ce6eb23be85eccb63fb3446b5 +SIZE (google-flatbuffers-v1.2.0_GH0.tar.gz) = 391737 Added: head/devel/flatbuffers/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/flatbuffers/pkg-descr Thu Dec 24 12:25:31 2015 (r404348) @@ -0,0 +1,3 @@ +Memory efficient serialization library. + +WWW: http://google.github.io/flatbuffers/ Added: head/devel/flatbuffers/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/flatbuffers/pkg-plist Thu Dec 24 12:25:31 2015 (r404348) @@ -0,0 +1,8 @@ +bin/flatc +include/flatbuffers/flatbuffers.h +include/flatbuffers/hash.h +include/flatbuffers/idl.h +include/flatbuffers/reflection.h +include/flatbuffers/reflection_generated.h +include/flatbuffers/util.h +lib/libflatbuffers.a From owner-svn-ports-head@freebsd.org Thu Dec 24 12:26:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41C3EA51266; Thu, 24 Dec 2015 12:26: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 EA4AE102E; Thu, 24 Dec 2015 12:26: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 tBOCQ0hZ044133; Thu, 24 Dec 2015 12:26:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOCPxQA044126; Thu, 24 Dec 2015 12:25:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512241225.tBOCPxQA044126@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, 24 Dec 2015 12:25:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404349 - head/www/p5-CSS-Inliner X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 12:26:01 -0000 Author: sunpoet Date: Thu Dec 24 12:25:59 2015 New Revision: 404349 URL: https://svnweb.freebsd.org/changeset/ports/404349 Log: - Update to 4003 - While I'm here: - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/CSS-Inliner/ChangeLog PR: 205543 Submitted by: Vick Khera (maintainer) Modified: head/www/p5-CSS-Inliner/Makefile head/www/p5-CSS-Inliner/distinfo head/www/p5-CSS-Inliner/pkg-plist Modified: head/www/p5-CSS-Inliner/Makefile ============================================================================== --- head/www/p5-CSS-Inliner/Makefile Thu Dec 24 12:25:31 2015 (r404348) +++ head/www/p5-CSS-Inliner/Makefile Thu Dec 24 12:25:59 2015 (r404349) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CSS-Inliner -PORTVERSION= 3958 +PORTVERSION= 4003 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,6 +20,7 @@ BUILD_DEPENDS= p5-HTML-Query>=0.09:${POR RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-CSS-Inliner/distinfo ============================================================================== --- head/www/p5-CSS-Inliner/distinfo Thu Dec 24 12:25:31 2015 (r404348) +++ head/www/p5-CSS-Inliner/distinfo Thu Dec 24 12:25:59 2015 (r404349) @@ -1,2 +1,2 @@ -SHA256 (CSS-Inliner-3958.tar.gz) = 90aa21e14673adf249d4d0841000a7cb21bdfbca3fe798ca0c9d08146b667460 -SIZE (CSS-Inliner-3958.tar.gz) = 31146 +SHA256 (CSS-Inliner-4003.tar.gz) = 7fc5beaeea31b47fd04dc6ebf84a65716e9f7fdf5c2440a78308f9bdbf96321a +SIZE (CSS-Inliner-4003.tar.gz) = 34186 Modified: head/www/p5-CSS-Inliner/pkg-plist ============================================================================== --- head/www/p5-CSS-Inliner/pkg-plist Thu Dec 24 12:25:31 2015 (r404348) +++ head/www/p5-CSS-Inliner/pkg-plist Thu Dec 24 12:25:59 2015 (r404349) @@ -1,6 +1,6 @@ -%%PERL5_MAN3%%/CSS::Inliner.3.gz -%%PERL5_MAN3%%/CSS::Inliner::Parser.3.gz -%%PERL5_MAN3%%/CSS::Inliner::TreeBuilder.3.gz %%SITE_PERL%%/CSS/Inliner.pm %%SITE_PERL%%/CSS/Inliner/Parser.pm %%SITE_PERL%%/CSS/Inliner/TreeBuilder.pm +%%PERL5_MAN3%%/CSS::Inliner.3.gz +%%PERL5_MAN3%%/CSS::Inliner::Parser.3.gz +%%PERL5_MAN3%%/CSS::Inliner::TreeBuilder.3.gz From owner-svn-ports-head@freebsd.org Thu Dec 24 12:48:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED274A517B4; Thu, 24 Dec 2015 12:48:00 +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 AAD5418CF; Thu, 24 Dec 2015 12:48:00 +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 tBOClxuL050158; Thu, 24 Dec 2015 12:47:59 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOClx2X050156; Thu, 24 Dec 2015 12:47:59 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201512241247.tBOClx2X050156@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Thu, 24 Dec 2015 12:47:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404350 - in head/multimedia/ffmpeg: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 12:48:01 -0000 Author: riggs Date: Thu Dec 24 12:47:59 2015 New Revision: 404350 URL: https://svnweb.freebsd.org/changeset/ports/404350 Log: Update to upstream version 2.8.4 While on it: - Rename option "LIBV4L" to "V4L" to match naming as in other ports [1] PR: 205498 [1] Submitted by: yuri@rawbw.com [1] Deleted: head/multimedia/ffmpeg/files/patch-libavcodec-libvpxenc.c Modified: head/multimedia/ffmpeg/Makefile head/multimedia/ffmpeg/distinfo Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Thu Dec 24 12:25:59 2015 (r404349) +++ head/multimedia/ffmpeg/Makefile Thu Dec 24 12:47:59 2015 (r404350) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ffmpeg -PORTVERSION= 2.8.3 -PORTREVISION= 2 +PORTVERSION= 2.8.4 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ @@ -27,10 +26,10 @@ SHEBANG_FILES= doc/texi2pod.pl 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 \ - LAME LIBBLURAY LIBV4L MODPLUG OPENAL OPENCL OPENCV OPENGL \ + LAME LIBBLURAY MODPLUG OPENAL OPENCL OPENCV OPENGL \ OPENH264 OPENJPEG OPTIMIZED_CFLAGS OPUS PULSEAUDIO QUVI \ RTCPU RTMP SCHROEDINGER SDL SMB SNAPPY SPEEX SSH \ - THEORA TWOLAME VAAPI VDPAU VIDSTAB VORBIS VO_AACENC \ + THEORA TWOLAME V4L VAAPI VDPAU VIDSTAB VORBIS VO_AACENC \ VO_AMRWBENC VPX WAVPACK WEBP X11GRAB X264 X265 XCB XVID \ XVIDEO ZMQ ZVBI @@ -59,7 +58,6 @@ FLITE_DESC= Voice synthesis support via GME_DESC= Game Music Emu demuxer GPL3_DESC= Allow (L)GPL version 3 code(cs) ILBC_DESC= Internet Low Bit Rate codec -LIBV4L_DESC= Video for Linux support LICENSE_DESC= Licensing options NEON_DESC= Enable Media Processing Engine instructions NONFREE_DESC= Allow use of nonfree code @@ -200,10 +198,10 @@ LIBBLURAY_LIB_DEPENDS= libbluray.so:${PO LIBBLURAY_CONFIGURE_ENABLE= libbluray # libv4l -LIBV4L_BUILD_DEPENDS= v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat -LIBV4L_LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l -LIBV4L_CONFIGURE_ENABLE= libv4l2 -LIBV4L_CONFIGURE_OFF= --disable-indev=v4l2 \ +V4L_BUILD_DEPENDS= v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat +V4L_LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l +V4L_CONFIGURE_ENABLE= libv4l2 +V4L_CONFIGURE_OFF= --disable-indev=v4l2 \ --disable-outdev=v4l2 # mmx support Modified: head/multimedia/ffmpeg/distinfo ============================================================================== --- head/multimedia/ffmpeg/distinfo Thu Dec 24 12:25:59 2015 (r404349) +++ head/multimedia/ffmpeg/distinfo Thu Dec 24 12:47:59 2015 (r404350) @@ -1,2 +1,2 @@ -SHA256 (ffmpeg-2.8.3.tar.bz2) = 1bcf993a71839bb4a37eaa0c51daf315932b6dad6089f672294545cc51a5caf6 -SIZE (ffmpeg-2.8.3.tar.bz2) = 8576798 +SHA256 (ffmpeg-2.8.4.tar.bz2) = 83cc8136a7845546062a43cda9ae3cf0a02f43ef5e434d2f997f055231a75f8e +SIZE (ffmpeg-2.8.4.tar.bz2) = 8579383 From owner-svn-ports-head@freebsd.org Thu Dec 24 12:49:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A22EA5180C; Thu, 24 Dec 2015 12:49:24 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 766C919F0; Thu, 24 Dec 2015 12:49:24 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOCnNHD050400; Thu, 24 Dec 2015 12:49:23 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOCnNvB050395; Thu, 24 Dec 2015 12:49:23 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201512241249.tBOCnNvB050395@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Thu, 24 Dec 2015 12:49:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404351 - in head/multimedia: mencoder mplayer mplayer/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 12:49:24 -0000 Author: riggs Date: Thu Dec 24 12:49:23 2015 New Revision: 404351 URL: https://svnweb.freebsd.org/changeset/ports/404351 Log: Use ffmpeg 2.8.4 for mplayer / mencoder Deleted: head/multimedia/mplayer/files/patch-ffmpeg_libavcodec_libvpxenc.c Modified: head/multimedia/mencoder/Makefile head/multimedia/mencoder/distinfo head/multimedia/mplayer/Makefile head/multimedia/mplayer/Makefile.common head/multimedia/mplayer/distinfo Modified: head/multimedia/mencoder/Makefile ============================================================================== --- head/multimedia/mencoder/Makefile Thu Dec 24 12:47:59 2015 (r404350) +++ head/multimedia/mencoder/Makefile Thu Dec 24 12:49:23 2015 (r404351) @@ -3,6 +3,7 @@ PORTNAME= mencoder PORTVERSION= ${MPLAYER_PORT_VERSION} +PORTREVISION= 1 CATEGORIES= multimedia audio MAINTAINER= riggs@FreeBSD.org Modified: head/multimedia/mencoder/distinfo ============================================================================== --- head/multimedia/mencoder/distinfo Thu Dec 24 12:47:59 2015 (r404350) +++ head/multimedia/mencoder/distinfo Thu Dec 24 12:49:23 2015 (r404351) @@ -1,4 +1,4 @@ -SHA256 (ffmpeg-2.8.3.tar.bz2) = 1bcf993a71839bb4a37eaa0c51daf315932b6dad6089f672294545cc51a5caf6 -SIZE (ffmpeg-2.8.3.tar.bz2) = 8576798 +SHA256 (ffmpeg-2.8.4.tar.bz2) = 83cc8136a7845546062a43cda9ae3cf0a02f43ef5e434d2f997f055231a75f8e +SIZE (ffmpeg-2.8.4.tar.bz2) = 8579383 SHA256 (mplayer-1.2.20151219.tar.xz) = f11d1100a1c37ec9e3e19c7698baf77871ae305ae431ec4a3dc187ca9316e4a2 SIZE (mplayer-1.2.20151219.tar.xz) = 5167716 Modified: head/multimedia/mplayer/Makefile ============================================================================== --- head/multimedia/mplayer/Makefile Thu Dec 24 12:47:59 2015 (r404350) +++ head/multimedia/mplayer/Makefile Thu Dec 24 12:49:23 2015 (r404351) @@ -3,6 +3,7 @@ PORTNAME= mplayer PORTVERSION= ${MPLAYER_PORT_VERSION} +PORTREVISION= 1 CATEGORIES= multimedia audio MAINTAINER= riggs@FreeBSD.org Modified: head/multimedia/mplayer/Makefile.common ============================================================================== --- head/multimedia/mplayer/Makefile.common Thu Dec 24 12:47:59 2015 (r404350) +++ head/multimedia/mplayer/Makefile.common Thu Dec 24 12:49:23 2015 (r404351) @@ -6,7 +6,7 @@ MPLAYER_SNAPSHOT_DATE= 2015-12-19 MPLAYER_PORT_VERSION= 1.2.r${MPLAYER_SNAPSHOT_DATE:S/-//g} -FFMPEG_VERSION= 2.8.3 +FFMPEG_VERSION= 2.8.4 MASTER_SITES= LOCAL/riggs/mplayer:local \ http://ffmpeg.org/releases/:ffmpeg DISTFILES+= ffmpeg-${FFMPEG_VERSION}.tar.bz2:ffmpeg \ Modified: head/multimedia/mplayer/distinfo ============================================================================== --- head/multimedia/mplayer/distinfo Thu Dec 24 12:47:59 2015 (r404350) +++ head/multimedia/mplayer/distinfo Thu Dec 24 12:49:23 2015 (r404351) @@ -1,4 +1,4 @@ -SHA256 (ffmpeg-2.8.3.tar.bz2) = 1bcf993a71839bb4a37eaa0c51daf315932b6dad6089f672294545cc51a5caf6 -SIZE (ffmpeg-2.8.3.tar.bz2) = 8576798 +SHA256 (ffmpeg-2.8.4.tar.bz2) = 83cc8136a7845546062a43cda9ae3cf0a02f43ef5e434d2f997f055231a75f8e +SIZE (ffmpeg-2.8.4.tar.bz2) = 8579383 SHA256 (mplayer-1.2.20151219.tar.xz) = f11d1100a1c37ec9e3e19c7698baf77871ae305ae431ec4a3dc187ca9316e4a2 SIZE (mplayer-1.2.20151219.tar.xz) = 5167716 From owner-svn-ports-head@freebsd.org Thu Dec 24 12:59:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB194A51BAC; Thu, 24 Dec 2015 12:59:39 +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 79CA910AF; Thu, 24 Dec 2015 12:59:39 +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 tBOCxcsj053687; Thu, 24 Dec 2015 12:59:38 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOCxcDI053686; Thu, 24 Dec 2015 12:59:38 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512241259.tBOCxcDI053686@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Dec 2015 12:59:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404354 - head/games/hedgewars X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 12:59:39 -0000 Author: amdmi3 Date: Thu Dec 24 12:59:38 2015 New Revision: 404354 URL: https://svnweb.freebsd.org/changeset/ports/404354 Log: lang/fpc restrictions have nothing to do with this port Modified: head/games/hedgewars/Makefile Modified: head/games/hedgewars/Makefile ============================================================================== --- head/games/hedgewars/Makefile Thu Dec 24 12:53:34 2015 (r404353) +++ head/games/hedgewars/Makefile Thu Dec 24 12:59:38 2015 (r404354) @@ -17,9 +17,6 @@ LICENSE_COMB= multi LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs -ONLY_FOR_ARCHS= i386 amd64 -ONLY_FOR_ARCHS_REASON= depends on fpc which is only available for i386 and amd64 - USES= cmake desktop-file-utils lua:51 tar:bzip2 USE_SDL= sdl mixer image ttf net USE_FPC= opengl libpng rtl-objpas From owner-svn-ports-head@freebsd.org Thu Dec 24 13:02:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3907A51D47; Thu, 24 Dec 2015 13:02:07 +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 B31BB14C8; Thu, 24 Dec 2015 13:02:07 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.1.36] (27.Red-2-138-168.dynamicIP.rima-tde.net [2.138.168.27]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 9233A43C22; Thu, 24 Dec 2015 07:01:59 -0600 (CST) Subject: Re: svn commit: r404354 - head/games/hedgewars To: Dmitry Marakasov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201512241259.tBOCxcDI053686@repo.freebsd.org> Reply-To: marino@freebsd.org From: John Marino Message-ID: <567BECC4.5090200@marino.st> Date: Thu, 24 Dec 2015 14:01:56 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <201512241259.tBOCxcDI053686@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 13:02:07 -0000 On 12/24/2015 1:59 PM, Dmitry Marakasov wrote: > Author: amdmi3 > Date: Thu Dec 24 12:59:38 2015 > New Revision: 404354 > URL: https://svnweb.freebsd.org/changeset/ports/404354 > > Log: > lang/fpc restrictions have nothing to do with this port > I noticed this as well, but I didn't want modify the port beyond fixing it. Good fix. From owner-svn-ports-head@freebsd.org Thu Dec 24 13:03:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52497A51DAF; Thu, 24 Dec 2015 13:03:54 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1FB0C162E; Thu, 24 Dec 2015 13:03:54 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOD3rXA056662; Thu, 24 Dec 2015 13:03:53 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOD3rY3056660; Thu, 24 Dec 2015 13:03:53 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201512241303.tBOD3rY3056660@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Thu, 24 Dec 2015 13:03:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404356 - head/www/py-django-mptt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 13:03:54 -0000 Author: cs Date: Thu Dec 24 13:03:52 2015 New Revision: 404356 URL: https://svnweb.freebsd.org/changeset/ports/404356 Log: Update to 0.8.0 Modified: head/www/py-django-mptt/Makefile head/www/py-django-mptt/distinfo Modified: head/www/py-django-mptt/Makefile ============================================================================== --- head/www/py-django-mptt/Makefile Thu Dec 24 13:00:16 2015 (r404355) +++ head/www/py-django-mptt/Makefile Thu Dec 24 13:03:52 2015 (r404356) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-mptt -PORTVERSION= 0.7.4 +PORTVERSION= 0.8.0 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= Utilities for implementing Modi LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django # >= 1.4.2 +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django # >= 1.8 USE_GITHUB= yes Modified: head/www/py-django-mptt/distinfo ============================================================================== --- head/www/py-django-mptt/distinfo Thu Dec 24 13:00:16 2015 (r404355) +++ head/www/py-django-mptt/distinfo Thu Dec 24 13:03:52 2015 (r404356) @@ -1,2 +1,2 @@ -SHA256 (django-mptt-django-mptt-0.7.4_GH0.tar.gz) = 353ff1cae17ea784ec6ae4ac2926ef77ee62fe90d6c13d0ff613d491a28130b9 -SIZE (django-mptt-django-mptt-0.7.4_GH0.tar.gz) = 92872 +SHA256 (django-mptt-django-mptt-0.8.0_GH0.tar.gz) = 3f53399820ba312fe1afc3c49740fb2cacfdcfd6bc9db8441d8d6e2fa33e3448 +SIZE (django-mptt-django-mptt-0.8.0_GH0.tar.gz) = 94821 From owner-svn-ports-head@freebsd.org Thu Dec 24 13:17:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CAD5FA500CB; Thu, 24 Dec 2015 13:17: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 95E741B52; Thu, 24 Dec 2015 13:17: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 tBODHgo7059765; Thu, 24 Dec 2015 13:17:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBODHgVq059764; Thu, 24 Dec 2015 13:17:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512241317.tBODHgVq059764@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, 24 Dec 2015 13:17:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404357 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 13:17:43 -0000 Author: sunpoet Date: Thu Dec 24 13:17:42 2015 New Revision: 404357 URL: https://svnweb.freebsd.org/changeset/ports/404357 Log: - Fix r404311: incomplete version range leads to false positive Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Dec 24 13:03:52 2015 (r404356) +++ head/security/vuxml/vuln.xml Thu Dec 24 13:17:42 2015 (r404357) @@ -63,9 +63,9 @@ Notes: ruby - 2.0.0.648,1 - 2.1.8,1 - 2.2.4,1 + 2.0.0,12.0.0.648,1 + 2.1.0,12.1.8,1 + 2.2.0,12.2.4,1 From owner-svn-ports-head@freebsd.org Thu Dec 24 13:25:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE55AA50505; Thu, 24 Dec 2015 13:25:07 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from vps.amdmi3.ru (vps.amdmi3.ru [109.234.38.216]) by mx1.freebsd.org (Postfix) with ESMTP id BAAE612BF; Thu, 24 Dec 2015 13:25:07 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from hive.panopticon (unknown [78.153.152.119]) by vps.amdmi3.ru (Postfix) with ESMTPS id 3C911B0580; Thu, 24 Dec 2015 16:25:00 +0300 (MSK) Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 1F4572B0; Thu, 24 Dec 2015 16:24:18 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 907F83A28; Thu, 24 Dec 2015 16:23:59 +0300 (MSK) Date: Thu, 24 Dec 2015 16:23:59 +0300 From: Dmitry Marakasov To: marino@freebsd.org, miwi@FreeBSD.org Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r404354 - head/games/hedgewars Message-ID: <20151224132359.GK70566@hades.panopticon> References: <201512241259.tBOCxcDI053686@repo.freebsd.org> <567BECC4.5090200@marino.st> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <567BECC4.5090200@marino.st> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 13:25:08 -0000 * John Marino (freebsd.contact@marino.st) wrote: > > Author: amdmi3 > > Date: Thu Dec 24 12:59:38 2015 > > New Revision: 404354 > > URL: https://svnweb.freebsd.org/changeset/ports/404354 > > > > Log: > > lang/fpc restrictions have nothing to do with this port > > > > I noticed this as well, but I didn't want modify the port beyond fixing > it. Good fix. Next time feel free to. Thanks for fixing it btw, I was really confused by the failure. While here, as far as I know fpc does support almost all archs we do, e.g. [http://www.freepascal.org/]: "Free Pascal is a 32, 64 and 16 bit professional Pascal compiler. It can target many processor architectures: Intel x86 (including 8086), AMD64/x86-64, PowerPC, PowerPC64, SPARC, ARM, AArch64, MIPS and the JVM." Is there anything keeping fpc port from supporting archs beyond x86? (CC miwi) -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://amdmi3.ru From owner-svn-ports-head@freebsd.org Thu Dec 24 13:31:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57F9AA507F0; Thu, 24 Dec 2015 13:31:55 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 10F091636; Thu, 24 Dec 2015 13:31:54 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBODVsOn066850; Thu, 24 Dec 2015 13:31:54 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBODVrGl066846; Thu, 24 Dec 2015 13:31:53 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201512241331.tBODVrGl066846@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Thu, 24 Dec 2015 13:31:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404358 - in head/security/suricata: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 13:31:55 -0000 Author: koobs Date: Thu Dec 24 13:31:53 2015 New Revision: 404358 URL: https://svnweb.freebsd.org/changeset/ports/404358 Log: security/suricata: Update to 3.0 RC3 - Update DISTVERSION and distinfo checksum (3.0RC3) - Pet portlint (makepatch: patch UTC time) Merry Christmas All! HO HO HO PR: 205306 Submitted by: Franco Fichtner Modified: head/security/suricata/Makefile head/security/suricata/distinfo head/security/suricata/files/patch-configure.ac Modified: head/security/suricata/Makefile ============================================================================== --- head/security/suricata/Makefile Thu Dec 24 13:17:42 2015 (r404357) +++ head/security/suricata/Makefile Thu Dec 24 13:31:53 2015 (r404358) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= suricata -DISTVERSION= 3.0RC1 +DISTVERSION= 3.0RC3 CATEGORIES= security MASTER_SITES= http://www.openinfosecfoundation.org/download/ Modified: head/security/suricata/distinfo ============================================================================== --- head/security/suricata/distinfo Thu Dec 24 13:17:42 2015 (r404357) +++ head/security/suricata/distinfo Thu Dec 24 13:31:53 2015 (r404358) @@ -1,2 +1,2 @@ -SHA256 (suricata-3.0RC1.tar.gz) = 61b22ef3931c6fa37bb84ab9b7b26b6a363bde2444d6dd7b563044e8109ecbff -SIZE (suricata-3.0RC1.tar.gz) = 3292713 +SHA256 (suricata-3.0RC3.tar.gz) = b02fb5234046a07ed031ee40a33df48bfe4166274b39a34098999c81a3248b22 +SIZE (suricata-3.0RC3.tar.gz) = 3293689 Modified: head/security/suricata/files/patch-configure.ac ============================================================================== --- head/security/suricata/files/patch-configure.ac Thu Dec 24 13:17:42 2015 (r404357) +++ head/security/suricata/files/patch-configure.ac Thu Dec 24 13:31:53 2015 (r404358) @@ -1,6 +1,6 @@ ---- ./configure.ac.orig 2014-08-15 21:08:21.104727122 +1000 -+++ ./configure.ac 2014-08-15 21:17:58.786571386 +1000 -@@ -816,8 +816,10 @@ +--- configure.ac.orig 2015-12-08 13:09:16 UTC ++++ configure.ac +@@ -853,8 +853,10 @@ AS_HELP_STRING([--enable-prelude], [Enable Prelude support for alerts]),,[enable_prelude=no]) # Prelude doesn't work with -Werror STORECFLAGS="${CFLAGS}" From owner-svn-ports-head@freebsd.org Thu Dec 24 13:37:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C33AA50B27; Thu, 24 Dec 2015 13:37:29 +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 4A7581A5B; Thu, 24 Dec 2015 13:37:29 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.1.36] (27.Red-2-138-168.dynamicIP.rima-tde.net [2.138.168.27]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id CC32943C24; Thu, 24 Dec 2015 07:37:26 -0600 (CST) Subject: Re: svn commit: r404354 - head/games/hedgewars To: Dmitry Marakasov , marino@freebsd.org, miwi@FreeBSD.org References: <201512241259.tBOCxcDI053686@repo.freebsd.org> <567BECC4.5090200@marino.st> <20151224132359.GK70566@hades.panopticon> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Reply-To: marino@freebsd.org From: John Marino Message-ID: <567BF514.5050303@marino.st> Date: Thu, 24 Dec 2015 14:37:24 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <20151224132359.GK70566@hades.panopticon> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 13:37:29 -0000 On 12/24/2015 2:23 PM, Dmitry Marakasov wrote: > > Next time feel free to. Thanks for fixing it btw, I was really confused > by the failure. > > While here, as far as I know fpc does support almost all archs we > do, e.g. [http://www.freepascal.org/]: > > "Free Pascal is a 32, 64 and 16 bit professional Pascal compiler. It can > target many processor architectures: Intel x86 (including 8086), > AMD64/x86-64, PowerPC, PowerPC64, SPARC, ARM, AArch64, MIPS and the JVM." > > Is there anything keeping fpc port from supporting archs beyond x86? I think its feasible. FPC has very good cross-compiling capabilities, so in general it should be fairly easy to bootstrap. That being said, it's possible there needs to be some BSD-specific bits that need to be added to these platforms. I think it's likely that it is missing for arches beyond x86. I can assist if somebody wants to try adding the needed support. The FPC project will accept patches (as seen with recent DF support) so if somebody wants to attempt this, the chances of success are not too bad. John From owner-svn-ports-head@freebsd.org Thu Dec 24 13:54:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06203A51125; Thu, 24 Dec 2015 13:54: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 D512C1196; Thu, 24 Dec 2015 13:54:42 +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 tBODsfV1075622; Thu, 24 Dec 2015 13:54:41 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBODsfqL075620; Thu, 24 Dec 2015 13:54:41 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201512241354.tBODsfqL075620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Thu, 24 Dec 2015 13:54:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404359 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 13:54:43 -0000 Author: junovitch Date: Thu Dec 24 13:54:41 2015 New Revision: 404359 URL: https://svnweb.freebsd.org/changeset/ports/404359 Log: Document recent MediaWiki vulnerabilities Security: CVE-2015-8628 Security: CVE-2015-8627 Security: CVE-2015-8626 Security: CVE-2015-8625 Security: CVE-2015-8624 Security: CVE-2015-8623 Security: CVE-2015-8622 Security: https://vuxml.FreeBSD.org/freebsd/f36bbd66-aa44-11e5-8f5c-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Dec 24 13:31:53 2015 (r404358) +++ head/security/vuxml/vuln.xml Thu Dec 24 13:54:41 2015 (r404359) @@ -58,6 +58,72 @@ Notes: --> + + mediawiki -- multiple vulnerabilities + + + mediawiki123 + 1.23.12 + + + mediawiki124 + 1.24.5 + + + mediawiki125 + 1.25.4 + + + mediawiki126 + 1.26.1 + + + + +

MediaWiki reports:

+
+

(T117899) SECURITY: $wgArticlePath can no longer be set to relative + paths that do not begin with a slash. This enabled trivial XSS + attacks. Configuration values such as "http://my.wiki.com/wiki/$1" + are fine, as are "/wiki/$1". A value such as "$1" or "wiki/$1" is + not and will now throw an error.

+

(T119309) SECURITY: Use hash_compare() for edit token comparison. +

+

(T118032) SECURITY: Don't allow cURL to interpret POST parameters + starting with '@' as file uploads.

+

(T115522) SECURITY: Passwords generated by User::randomPassword() + can no longer be shorter than $wgMinimalPasswordLength.

+

(T97897) SECURITY: Improve IP parsing and trimming. Previous + behavior could result in improper blocks being issued.

+

(T109724) SECURITY: Special:MyPage, Special:MyTalk, + Special:MyContributions and related pages no longer use HTTP + redirects and are now redirected by MediaWiki.

+
+ +
+ + CVE-2015-8622 + CVE-2015-8623 + CVE-2015-8624 + CVE-2015-8625 + CVE-2015-8626 + CVE-2015-8627 + CVE-2015-8628 + https://lists.wikimedia.org/pipermail/mediawiki-announce/2015-December/000186.html + https://phabricator.wikimedia.org/T117899 + https://phabricator.wikimedia.org/T119309 + https://phabricator.wikimedia.org/T118032 + https://phabricator.wikimedia.org/T115522 + https://phabricator.wikimedia.org/T97897 + https://phabricator.wikimedia.org/T109724 + http://www.openwall.com/lists/oss-security/2015/12/23/7 + + + 2015-12-18 + 2015-12-24 + +
+ Ruby -- unsafe tainted string vulnerability From owner-svn-ports-head@freebsd.org Thu Dec 24 14:01:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E3B7A5132E; Thu, 24 Dec 2015 14:01:42 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1EB6A161E; Thu, 24 Dec 2015 14:01:42 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOE1fiw078025; Thu, 24 Dec 2015 14:01:41 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOE1eTQ078022; Thu, 24 Dec 2015 14:01:40 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512241401.tBOE1eTQ078022@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 24 Dec 2015 14:01:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404360 - head/net-im/py-punjab X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 14:01:42 -0000 Author: miwi Date: Thu Dec 24 14:01:40 2015 New Revision: 404360 URL: https://svnweb.freebsd.org/changeset/ports/404360 Log: - Update to 0.15 - Update WWW - Switch to options helper PR: 205216 Submitted by: ports fury Modified: head/net-im/py-punjab/Makefile head/net-im/py-punjab/distinfo head/net-im/py-punjab/pkg-descr Modified: head/net-im/py-punjab/Makefile ============================================================================== --- head/net-im/py-punjab/Makefile Thu Dec 24 13:54:41 2015 (r404359) +++ head/net-im/py-punjab/Makefile Thu Dec 24 14:01:40 2015 (r404360) @@ -2,33 +2,35 @@ # $FreeBSD$ PORTNAME= punjab -PORTVERSION= 0.14 -PORTREVISION= 2 +PORTVERSION= 0.15 CATEGORIES= net-im python -MASTER_SITES= http://code.stanziq.com/punjab/releases/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= HTTP XMPP client interface -BROKEN= unfetchable - -USE_PYTHON= distutils autoplist USES= python twisted:words,web,conch,names - -PORTDOCS= README.txt INSTALL.txt PKG-INFO - +USE_PYTHON= distutils autoplist USE_RC_SUBR= punjab SUB_FILES= pkg-message punjab.tac -SUB_LIST+= "PYTHON_CMD=${PYTHON_CMD}" +SUB_LIST= PYTHON_CMD="${PYTHON_CMD}" + +PORTDOCS= README.txt INSTALL.txt PKG-INFO + +OPTIONS_DEFINE= DOCS post-install: + (cd ${WRKDIR} && ${INSTALL_DATA} punjab.tac \ + ${STAGEDIR}${PREFIX}/libexec) @${MKDIR} ${STAGEDIR}${WWWDIR} - @cd ${WRKSRC}/html && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} - ${INSTALL} ${WRKDIR}/punjab.tac ${STAGEDIR}${PREFIX}/libexec/ + @(cd ${WRKSRC}/html && ${COPYTREE_SHARE} . \ + ${STAGEDIR}${WWWDIR}) +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} \ + ${STAGEDIR}${DOCSDIR}) .include Modified: head/net-im/py-punjab/distinfo ============================================================================== --- head/net-im/py-punjab/distinfo Thu Dec 24 13:54:41 2015 (r404359) +++ head/net-im/py-punjab/distinfo Thu Dec 24 14:01:40 2015 (r404360) @@ -1,2 +1,2 @@ -SHA256 (punjab-0.14.tar.gz) = 2c4c5bf67edb91acfb8986f11c738e9ff6ea6549449410c05b95e20aa8711628 -SIZE (punjab-0.14.tar.gz) = 46270 +SHA256 (punjab-0.15.tar.gz) = 47e7aad42fff84765e03f385f3f7b12787dad020605a81c30acbd3895734a2d8 +SIZE (punjab-0.15.tar.gz) = 47804 Modified: head/net-im/py-punjab/pkg-descr ============================================================================== --- head/net-im/py-punjab/pkg-descr Thu Dec 24 13:54:41 2015 (r404359) +++ head/net-im/py-punjab/pkg-descr Thu Dec 24 14:01:40 2015 (r404360) @@ -5,4 +5,4 @@ connections to an XMPP server. Supporting XMPP over BOSH or XEP-0206 -WWW: http://code.stanziq.com/punjab/ +WWW: https://github.com/twonds/punjab From owner-svn-ports-head@freebsd.org Thu Dec 24 14:02:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94528A5137A; Thu, 24 Dec 2015 14:02:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 66A8B184A; Thu, 24 Dec 2015 14:02:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOE2PNO078671; Thu, 24 Dec 2015 14:02:25 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOE2PMu078669; Thu, 24 Dec 2015 14:02:25 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512241402.tBOE2PMu078669@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 24 Dec 2015 14:02:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404361 - head/www/py-django-sortedm2m X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 14:02:26 -0000 Author: miwi Date: Thu Dec 24 14:02:25 2015 New Revision: 404361 URL: https://svnweb.freebsd.org/changeset/ports/404361 Log: - Update to 1.1.1 PR: 205522 Submitted by: maintainer Modified: head/www/py-django-sortedm2m/Makefile head/www/py-django-sortedm2m/distinfo Modified: head/www/py-django-sortedm2m/Makefile ============================================================================== --- head/www/py-django-sortedm2m/Makefile Thu Dec 24 14:01:40 2015 (r404360) +++ head/www/py-django-sortedm2m/Makefile Thu Dec 24 14:02:25 2015 (r404361) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-sortedm2m -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-django-sortedm2m/distinfo ============================================================================== --- head/www/py-django-sortedm2m/distinfo Thu Dec 24 14:01:40 2015 (r404360) +++ head/www/py-django-sortedm2m/distinfo Thu Dec 24 14:02:25 2015 (r404361) @@ -1,2 +1,2 @@ -SHA256 (django-sortedm2m-1.1.0.tar.gz) = a591e97d2f9f20b73bbc294c2245633a2f7ee8e074291a6fd4c6e3eb064806a1 -SIZE (django-sortedm2m-1.1.0.tar.gz) = 34398 +SHA256 (django-sortedm2m-1.1.1.tar.gz) = d38d201da8593c94c8706f9ef30e3203bf0d352d6264abbb7babfbb112f86cb4 +SIZE (django-sortedm2m-1.1.1.tar.gz) = 34749 From owner-svn-ports-head@freebsd.org Thu Dec 24 14:02:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45790A513A4; Thu, 24 Dec 2015 14:02:41 +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 F2E721A33; Thu, 24 Dec 2015 14:02:40 +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 tBOE2eCX078784; Thu, 24 Dec 2015 14:02:40 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOE2efg078782; Thu, 24 Dec 2015 14:02:40 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201512241402.tBOE2efg078782@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Thu, 24 Dec 2015 14:02:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404362 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 14:02:41 -0000 Author: junovitch Date: Thu Dec 24 14:02:39 2015 New Revision: 404362 URL: https://svnweb.freebsd.org/changeset/ports/404362 Log: Update earlier MediaWiki entry (r400007) with CVE assignment information Security: CVE-2015-8001 Security: CVE-2015-8002 Security: CVE-2015-8003 Security: CVE-2015-8004 Security: CVE-2015-8005 Security: CVE-2015-8006 Security: CVE-2015-8007 Security: CVE-2015-8008 Security: CVE-2015-8009 Security: https://vuxml.FreeBSD.org/freebsd/b973a763-7936-11e5-a2a1-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Dec 24 14:02:25 2015 (r404361) +++ head/security/vuxml/vuln.xml Thu Dec 24 14:02:39 2015 (r404362) @@ -3678,16 +3678,27 @@ Notes:
+ CVE-2015-8001 + CVE-2015-8002 + CVE-2015-8003 + CVE-2015-8004 + CVE-2015-8005 + CVE-2015-8006 + CVE-2015-8007 + CVE-2015-8008 + CVE-2015-8009 https://lists.wikimedia.org/pipermail/mediawiki-announce/2015-October/000181.html https://phabricator.wikimedia.org/T91203 https://phabricator.wikimedia.org/T91205 https://phabricator.wikimedia.org/T91850 https://phabricator.wikimedia.org/T95589 https://phabricator.wikimedia.org/T108616 + http://www.openwall.com/lists/oss-security/2015/10/29/14 2015-10-16 2015-10-23 + 2015-12-24
From owner-svn-ports-head@freebsd.org Thu Dec 24 14:04:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46B76A51420; Thu, 24 Dec 2015 14:04:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 229D21B94; Thu, 24 Dec 2015 14:04:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOE4H7w078999; Thu, 24 Dec 2015 14:04:17 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOE4Gf5078994; Thu, 24 Dec 2015 14:04:16 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512241404.tBOE4Gf5078994@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 24 Dec 2015 14:04:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404363 - in head/math/saga: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 14:04:18 -0000 Author: miwi Date: Thu Dec 24 14:04:16 2015 New Revision: 404363 URL: https://svnweb.freebsd.org/changeset/ports/404363 Log: - Update from 2.2.2 (r2652) to 2.2.3 (r2737) - Use other distfile naming scheme again - Correct usage of wx-config for SAGA GIS module io_virtual - Adjust naming scheme of patches via 'make makepatch' - Update pkg-plist PR: 205491 Submitted by: maintainer Modified: head/math/saga/Makefile head/math/saga/distinfo head/math/saga/files/patch-src_saga__core_saga__cmd_saga__cmd.cpp head/math/saga/files/patch-src_saga__core_saga__gui_dlg__about.cpp head/math/saga/pkg-plist Modified: head/math/saga/Makefile ============================================================================== --- head/math/saga/Makefile Thu Dec 24 14:02:39 2015 (r404362) +++ head/math/saga/Makefile Thu Dec 24 14:04:16 2015 (r404363) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= saga -PORTVERSION= 2.2.2 -PORTREVISION= 1 +PORTVERSION= 2.2.3 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]*$//}/SAGA%20${PORTVERSION} +DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= rhurlin@gwdg.de COMMENT= System for Automated Geoscientific Analyses @@ -72,6 +72,7 @@ post-extract: ${WRKSRC}/src/modules/garden/garden_webservices/Makefile.am \ ${WRKSRC}/src/modules/io/io_grid_image/Makefile.am \ ${WRKSRC}/src/modules/io/io_shapes/Makefile.am \ + ${WRKSRC}/src/modules/io/io_virtual/Makefile.am \ ${WRKSRC}/src/modules/pointcloud/pointcloud_tools/Makefile.am \ ${WRKSRC}/src/modules/pointcloud/pointcloud_viewer/Makefile.am \ ${WRKSRC}/src/modules/tin/tin_viewer/Makefile.am \ @@ -82,7 +83,7 @@ post-patch: ${WRKSRC}/src/modules/imagery/imagery_opencv/Makefile.am @${REINPLACE_CMD} -e 's|\[cv\]|\[opencv_core\]|' \ ${WRKSRC}/configure.ac - @${REINPLACE_CMD} -e 's|wxString(SAGA_VERSION) + "\\n"|wxString(SAGA_VERSION) + " (SVN r2652)" + "\\n"|' \ + @${REINPLACE_CMD} -e 's|wxString(SAGA_VERSION) + "\\n"|wxString(SAGA_VERSION) + " (SVN r2737)" + "\\n"|' \ ${WRKSRC}/src/saga_core/saga_gui/dlg_about.cpp .if ${ARCH} == "powerpc" @${REINPLACE_CMD} -e 's|typedef unsigned long DWORD;|typedef unsigned int DWORD;|' \ Modified: head/math/saga/distinfo ============================================================================== --- head/math/saga/distinfo Thu Dec 24 14:02:39 2015 (r404362) +++ head/math/saga/distinfo Thu Dec 24 14:04:16 2015 (r404363) @@ -1,2 +1,2 @@ -SHA256 (saga-2.2.2.tar.gz) = 031cd70b7ec248f32f955a9316aefc7f7ab283c5129c49aa4bd748717d20357e -SIZE (saga-2.2.2.tar.gz) = 4034027 +SHA256 (saga_2.2.3.tar.gz) = f26591c097c8766df9db266bf50e1b38a5bebe0119b44a9b70ae793d0d8bade3 +SIZE (saga_2.2.3.tar.gz) = 4075266 Modified: head/math/saga/files/patch-src_saga__core_saga__cmd_saga__cmd.cpp ============================================================================== --- head/math/saga/files/patch-src_saga__core_saga__cmd_saga__cmd.cpp Thu Dec 24 14:02:39 2015 (r404362) +++ head/math/saga/files/patch-src_saga__core_saga__cmd_saga__cmd.cpp Thu Dec 24 14:04:16 2015 (r404363) @@ -1,4 +1,4 @@ ---- src/saga_core/saga_cmd/saga_cmd.cpp.orig 2015-02-26 07:51:10 UTC +--- src/saga_core/saga_cmd/saga_cmd.cpp.orig 2015-12-21 09:38:29 UTC +++ src/saga_core/saga_cmd/saga_cmd.cpp @@ -65,6 +65,7 @@ Modified: head/math/saga/files/patch-src_saga__core_saga__gui_dlg__about.cpp ============================================================================== --- head/math/saga/files/patch-src_saga__core_saga__gui_dlg__about.cpp Thu Dec 24 14:02:39 2015 (r404362) +++ head/math/saga/files/patch-src_saga__core_saga__gui_dlg__about.cpp Thu Dec 24 14:04:16 2015 (r404363) @@ -1,4 +1,4 @@ ---- src/saga_core/saga_gui/dlg_about.cpp.orig 2015-04-30 11:42:32 UTC +--- src/saga_core/saga_gui/dlg_about.cpp.orig 2015-12-21 09:38:29 UTC +++ src/saga_core/saga_gui/dlg_about.cpp @@ -65,6 +65,7 @@ #include @@ -8,12 +8,23 @@ #include "helper.h" -@@ -246,7 +247,19 @@ wxString CDLG_About::_Get_Version(void) +@@ -188,7 +189,7 @@ wxString CDLG_About::_Get_Version(void) + s += "System for Automated Geoscientific Analyses\n"; + s += "http://www.saga-gis.org\n"; + s += "\n"; +- s += "Version: " + wxString(SAGA_VERSION) + "\n"; ++ s += "Version: " + wxString(SAGA_VERSION) + " (SVN r2737)" + "\n"; + + #ifdef _SAGA_MSW + #ifdef _WIN64 +@@ -264,7 +265,21 @@ wxString CDLG_About::_Get_Version(void) #elif defined(__GNUWIN32__) "Gnu-Win32 compiler" #elif defined(__GNUG__) - "Gnu C++" -+ #if wxCHECK_GCC_VERSION(5,0) ++ #if wxCHECK_GCC_VERSION(5,1) ++ "Gnu C++ 5.1" ++ #elif wxCHECK_GCC_VERSION(5,0) + "Gnu C++ 5.0" + #elif wxCHECK_GCC_VERSION(4,9) + "Gnu C++ 4.9" @@ -26,6 +37,6 @@ + #else + "Gnu C++" + #endif - #elif defined(__MWERKS__) - "CodeWarrior MetroWerks compiler" - #elif defined(__SUNCC__) + #elif defined(__VISUALC__) // The value of this macro corresponds to the compiler version: 1020 for 4.2 (the first supported version), 1100 for 5.0, 1200 for 6.0 and so on + #if __VISUALC__ == 1020 + "Microsoft Visual C++ 4.2" Modified: head/math/saga/pkg-plist ============================================================================== --- head/math/saga/pkg-plist Thu Dec 24 14:02:39 2015 (r404362) +++ head/math/saga/pkg-plist Thu Dec 24 14:04:16 2015 (r404363) @@ -91,6 +91,7 @@ lib/saga/libsim_erosion.so lib/saga/libsim_fire_spreading.so lib/saga/libsim_hydrology.so lib/saga/libsim_ihacres.so +lib/saga/libsim_qm_of_esp.so lib/saga/libsim_rivflow.so lib/saga/libstatistics_grid.so lib/saga/libstatistics_kriging.so @@ -123,6 +124,11 @@ share/pixmaps/saga.png %%DATADIR%%/saga_prj.dic %%DATADIR%%/saga_prj.srs %%DATADIR%%/saga_tip.txt +%%DATADIR%%/scripting/helper/make_arcsaga_toolboxes.bat +%%DATADIR%%/scripting/helper/make_saga_release.bat +%%DATADIR%%/scripting/helper/make_saga_snapshot.bat +%%DATADIR%%/scripting/helper/make_tools_interface.bat +%%DATADIR%%/scripting/helper/make_translation_files.bat %%DATADIR%%/scripting/python/examples/00_grid_create_dummy.py %%DATADIR%%/scripting/python/examples/01_grid_asc_to_saga.py %%DATADIR%%/scripting/python/examples/02_grid_morphometry.py @@ -134,6 +140,7 @@ share/pixmaps/saga.png %%DATADIR%%/scripting/python/helpers/saga_cmd_param_interface/environment.py %%DATADIR%%/scripting/python/helpers/saga_cmd_param_interface/param_interface.py %%DATADIR%%/scripting/python/helpers/saga_cmd_param_interface/tools.py +%%DATADIR%%/scripting/python/saga_python_api.txt %%DATADIR%%/scripting/python/test_data/test.mgrd %%DATADIR%%/scripting/python/test_data/test.sdat %%DATADIR%%/scripting/python/test_data/test.sgrd From owner-svn-ports-head@freebsd.org Thu Dec 24 14:06:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3BC3A51476; Thu, 24 Dec 2015 14:06:02 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9492C1CBF; Thu, 24 Dec 2015 14:06:02 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOE615A079177; Thu, 24 Dec 2015 14:06:01 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOE611E079175; Thu, 24 Dec 2015 14:06:01 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512241406.tBOE611E079175@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 24 Dec 2015 14:06:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404364 - head/devel/py-mock X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 14:06:02 -0000 Author: miwi Date: Thu Dec 24 14:06:01 2015 New Revision: 404364 URL: https://svnweb.freebsd.org/changeset/ports/404364 Log: - Update to 1.3.0 PR: 205054 Submitted by: yuri@rawbw.com Approved by: maintainer timeout Modified: head/devel/py-mock/Makefile head/devel/py-mock/distinfo Modified: head/devel/py-mock/Makefile ============================================================================== --- head/devel/py-mock/Makefile Thu Dec 24 14:04:16 2015 (r404363) +++ head/devel/py-mock/Makefile Thu Dec 24 14:06:01 2015 (r404364) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mock -PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTVERSION= 1.3.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +12,9 @@ COMMENT= Mock unit tests for Python LICENSE= BSD2CLAUSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.3:${PORTSDIR}/devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.3:${PORTSDIR}/devel/py-pbr + OPTIONS_DEFINE= TESTS TESTS_DESC= Install tox for running unit tests Modified: head/devel/py-mock/distinfo ============================================================================== --- head/devel/py-mock/distinfo Thu Dec 24 14:04:16 2015 (r404363) +++ head/devel/py-mock/distinfo Thu Dec 24 14:06:01 2015 (r404364) @@ -1,2 +1,2 @@ -SHA256 (mock-1.0.1.tar.gz) = b839dd2d9c117c701430c149956918a423a9863b48b09c90e30a6013e7d2f44f -SIZE (mock-1.0.1.tar.gz) = 818644 +SHA256 (mock-1.3.0.tar.gz) = 1e247dbecc6ce057299eb7ee019ad68314bb93152e81d9a6110d35f4d5eca0f6 +SIZE (mock-1.3.0.tar.gz) = 70908 From owner-svn-ports-head@freebsd.org Thu Dec 24 14:08:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8E44A5153F; Thu, 24 Dec 2015 14:08: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 A0C021E12; Thu, 24 Dec 2015 14:08: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 tBOE8gAe079363; Thu, 24 Dec 2015 14:08:42 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOE8gHf079361; Thu, 24 Dec 2015 14:08:42 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201512241408.tBOE8gHf079361@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Thu, 24 Dec 2015 14:08:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404365 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 14:08:44 -0000 Author: junovitch Date: Thu Dec 24 14:08:42 2015 New Revision: 404365 URL: https://svnweb.freebsd.org/changeset/ports/404365 Log: Update earlier MediaWiki entry (r394240) with CVE assignment information PR: 202328 Security: CVE-2013-7444 Security: CVE-2015-6727 Security: CVE-2015-6728 Security: CVE-2015-6729 Security: CVE-2015-6730 Security: CVE-2015-6731 Security: CVE-2015-6733 Security: CVE-2015-6734 Security: CVE-2015-6735 Security: CVE-2015-6736 Security: CVE-2015-6737 Security: https://vuxml.FreeBSD.org/freebsd/6241b5df-42a1-11e5-93ad-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Dec 24 14:06:01 2015 (r404364) +++ head/security/vuxml/vuln.xml Thu Dec 24 14:08:42 2015 (r404365) @@ -7501,14 +7501,27 @@ Notes: + CVE-2015-6727 + CVE-2013-7444 + CVE-2015-6728 + CVE-2015-6729 + CVE-2015-6730 + CVE-2015-6731 + CVE-2015-6733 + CVE-2015-6734 + CVE-2015-6735 + CVE-2015-6736 + CVE-2015-6737 https://lists.wikimedia.org/pipermail/mediawiki-announce/2015-August/000179.html https://phabricator.wikimedia.org/T106893 https://phabricator.wikimedia.org/T94116 https://phabricator.wikimedia.org/T97391 + http://www.openwall.com/lists/oss-security/2015/08/27/6 2015-08-10 2015-08-14 + 2015-12-24
From owner-svn-ports-head@freebsd.org Thu Dec 24 14:26:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72B29A519D1; Thu, 24 Dec 2015 14:26:49 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x234.google.com (mail-pa0-x234.google.com [IPv6:2607:f8b0:400e:c03::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 4A17C1612; Thu, 24 Dec 2015 14:26:49 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pa0-x234.google.com with SMTP id q3so128759013pav.3; Thu, 24 Dec 2015 06:26:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=KGgvLvSwy1zXZ6Ihw4yR+kteibx5HPSmIk9otWAzqMc=; b=ChiWHgHcOCsJkf01oruAJgDfxel0KAwpGk3DnhhXQ1bCKueSWtUJmJTAKq3Zq460q6 U9h1wFvm0iSumtxn94RzH2b0CYo4AlV5kN197pbHihiWwWF2wjuHq8WKXQCS1upI/1iC XqWq09zQ9oM8/XVF0w5j+rzd4+uCpkfZ3Ii8dnqsIhxKY8fAGEE8HHG+Rn1xbHxeIfQI wUISB+plMmB7AYsnEl9low7Ct/DB5rgwRQ5NJYQ9TLwDT03RCF1T6JeNpUQBEDekmcIi NwOOD0r/Toqr1BAemiWp1btT7cTQMx1E7ANcpmlodgNFGYoVZSf3Tc6kVnEq+hXB0Src b5eg== X-Received: by 10.66.227.35 with SMTP id rx3mr52417173pac.3.1450967208921; Thu, 24 Dec 2015 06:26:48 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:ed22:8180:1a8f:a3f? (2001-44b8-31ae-7b01-ed22-8180-1a8f-0a3f.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:ed22:8180:1a8f:a3f]) by smtp.gmail.com with ESMTPSA id pb9sm59427427pac.38.2015.12.24.06.26.46 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 24 Dec 2015 06:26:48 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r404357 - head/security/vuxml References: <201512241317.tBODHgVq059764@repo.freebsd.org> To: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <567C009B.3000508@FreeBSD.org> Date: Fri, 25 Dec 2015 01:26:35 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Thunderbird/42.0 MIME-Version: 1.0 In-Reply-To: <201512241317.tBODHgVq059764@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 14:26:49 -0000 On 25/12/2015 12:17 AM, Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Thu Dec 24 13:17:42 2015 > New Revision: 404357 > URL: https://svnweb.freebsd.org/changeset/ports/404357 > > Log: > - Fix r404311: incomplete version range leads to false positive > > Modified: > head/security/vuxml/vuln.xml > > Modified: head/security/vuxml/vuln.xml > ============================================================================== > --- head/security/vuxml/vuln.xml Thu Dec 24 13:03:52 2015 (r404356) > +++ head/security/vuxml/vuln.xml Thu Dec 24 13:17:42 2015 (r404357) > @@ -63,9 +63,9 @@ Notes: > > > ruby > - 2.0.0.648,1 > - 2.1.8,1 > - 2.2.4,1 > + 2.0.0,12.0.0.648,1 > + 2.1.0,12.1.8,1 > + 2.2.0,12.2.4,1 > > > > I believe this was for issue 203227 [1] [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203227 From owner-svn-ports-head@freebsd.org Thu Dec 24 14:28:56 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A04A0A51A6E; Thu, 24 Dec 2015 14:28:56 +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 588FB17E3; Thu, 24 Dec 2015 14:28:56 +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 tBOEStCp085178; Thu, 24 Dec 2015 14:28:55 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOESt2T085174; Thu, 24 Dec 2015 14:28:55 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201512241428.tBOESt2T085174@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Thu, 24 Dec 2015 14:28:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404366 - in head/irc: . bitlbee-facebook X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 14:28:56 -0000 Author: gahr Date: Thu Dec 24 14:28:54 2015 New Revision: 404366 URL: https://svnweb.freebsd.org/changeset/ports/404366 Log: irce/bitlbee-facebook - add port bitlbee-facebook is a plugin that allows bitlbee to access Facebook. It uses the MQTT protocol used by the Facebook messenger mobile client and also supports group chats. WWW: https://wiki.bitlbee.org/HowtoFacebookMQTT Added: head/irc/bitlbee-facebook/ head/irc/bitlbee-facebook/Makefile (contents, props changed) head/irc/bitlbee-facebook/distinfo (contents, props changed) head/irc/bitlbee-facebook/pkg-descr (contents, props changed) Modified: head/irc/Makefile Modified: head/irc/Makefile ============================================================================== --- head/irc/Makefile Thu Dec 24 14:08:42 2015 (r404365) +++ head/irc/Makefile Thu Dec 24 14:28:54 2015 (r404366) @@ -8,6 +8,7 @@ SUBDIR += bip SUBDIR += bitchx SUBDIR += bitlbee + SUBDIR += bitlbee-facebook SUBDIR += bnc SUBDIR += bopm SUBDIR += cgiirc Added: head/irc/bitlbee-facebook/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/irc/bitlbee-facebook/Makefile Thu Dec 24 14:28:54 2015 (r404366) @@ -0,0 +1,28 @@ +# Created by: gahr +# $FreeBSD$ + +PORTNAME= bitlbee-facebook +PORTVERSION= 20151224 +CATEGORIES= irc + +MAINTAINER= gahr@FreeBSD.org +COMMENT= Facebook plugin for bitlbee + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib +BUILD_DEPENDS= bitlbee:irc/bitlbee + +USES= autoreconf libtool +GNU_CONFIGURE= yes + +USE_GITHUB= yes +GH_ACCOUNT= gahr +GH_TAGNAME= 20151224 + +INSTALL_TARGET= install-strip + +PLIST_FILES= lib/bitlbee/facebook.so + +.include Added: head/irc/bitlbee-facebook/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/irc/bitlbee-facebook/distinfo Thu Dec 24 14:28:54 2015 (r404366) @@ -0,0 +1,2 @@ +SHA256 (gahr-bitlbee-facebook-20151224_GH0.tar.gz) = 0b645f2eaa332a15093425522d21a75b563a152a024706259676e28d13d04dca +SIZE (gahr-bitlbee-facebook-20151224_GH0.tar.gz) = 61239 Added: head/irc/bitlbee-facebook/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/irc/bitlbee-facebook/pkg-descr Thu Dec 24 14:28:54 2015 (r404366) @@ -0,0 +1,4 @@ +Bitlbee plugin based on the Facebook mobile client - which uses the MQTT +protocol - that also supports group chats. + +WWW: https://wiki.bitlbee.org/HowtoFacebookMQTT From owner-svn-ports-head@freebsd.org Thu Dec 24 14:31:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1A0DA51B6B; Thu, 24 Dec 2015 14:31:19 +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 85D031A94; Thu, 24 Dec 2015 14:31:19 +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 tBOEVILU085976; Thu, 24 Dec 2015 14:31:18 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOEVInA085975; Thu, 24 Dec 2015 14:31:18 GMT (envelope-from db@FreeBSD.org) Message-Id: <201512241431.tBOEVInA085975@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Thu, 24 Dec 2015 14:31:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404367 - head/comms/wsjtx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 14:31:19 -0000 Author: db Date: Thu Dec 24 14:31:18 2015 New Revision: 404367 URL: https://svnweb.freebsd.org/changeset/ports/404367 Log: In some cases c11 libs are needed as well to run. Modified: head/comms/wsjtx/Makefile Modified: head/comms/wsjtx/Makefile ============================================================================== --- head/comms/wsjtx/Makefile Thu Dec 24 14:28:54 2015 (r404366) +++ head/comms/wsjtx/Makefile Thu Dec 24 14:31:18 2015 (r404367) @@ -2,6 +2,7 @@ PORTNAME= wsjtx PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= http://physics.princeton.edu/pulsar/K1JT/:src \ http://www.physics.princeton.edu/pulsar/K1JT/wsjtx-doc/:docs \ @@ -25,9 +26,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/kvasd:${PO MAKE_JOBS_UNSAFE= yes USE_QT5= gui buildtools qmake_build widgets multimedia concurrent serialport USE_GL= yes -USE_GCC= yes USES= cmake compiler:c++11-lib dos2unix fortran pkgconfig -#CMAKE_ARGS+= --debug-output --trace CMAKE_ARGS+= -DPORT_BUILDING::STRING="ON" \ -DCMAKE_PREFIX_PATH+=${LOCALBASE}/wsjtx/lib From owner-svn-ports-head@freebsd.org Thu Dec 24 14:43:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C252BA51FF2; Thu, 24 Dec 2015 14:43:25 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B5D510AA; Thu, 24 Dec 2015 14:43:25 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOEhO27090960; Thu, 24 Dec 2015 14:43:24 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOEhOmk090958; Thu, 24 Dec 2015 14:43:24 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512241443.tBOEhOmk090958@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 24 Dec 2015 14:43:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404368 - head/www/py-django X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 14:43:25 -0000 Author: miwi Date: Thu Dec 24 14:43:24 2015 New Revision: 404368 URL: https://svnweb.freebsd.org/changeset/ports/404368 Log: - Update to 1.8.7 PR: 205348 Submitted by: Pierre Guinoiseau MFH: 2015Q4 Security: 11c52bc6-97aa-11e5-b8df-14dae9d210b8 Modified: head/www/py-django/Makefile head/www/py-django/distinfo Modified: head/www/py-django/Makefile ============================================================================== --- head/www/py-django/Makefile Thu Dec 24 14:31:18 2015 (r404367) +++ head/www/py-django/Makefile Thu Dec 24 14:43:24 2015 (r404368) @@ -2,16 +2,16 @@ # $FreeBSD$ PORTNAME= django -PORTVERSION= 1.8.4 +PORTVERSION= 1.8.7 CATEGORIES= www python -MASTER_SITES= https://www.djangoproject.com/m/releases/${PORTVERSION}/ \ - CHEESESHOP +MASTER_SITES= CHEESESHOP \ + https://www.djangoproject.com/m/releases/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Django-${PORTVERSION} DIST_SUBDIR= python MAINTAINER= python@FreeBSD.org -COMMENT= High-level Python Web framework +COMMENT= High-level Python Web Framework LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE @@ -25,10 +25,12 @@ CONFLICTS= py[23][0-9]-django-devel-[0-9 DOCSDIR= ${PREFIX}/share/doc/py-django -OPTIONS_DEFINE= FASTCGI HTMLDOCS -OPTIONS_DEFAULT=SQLITE -OPTIONS_GROUP= DATABASE +OPTIONS_DEFINE= FASTCGI HTMLDOCS +OPTIONS_DEFAULT= SQLITE + +OPTIONS_GROUP= DATABASE OPTIONS_GROUP_DATABASE= PGSQL MYSQL SQLITE + HTMLDOCS_DESC= Install HTML documentation (requires Sphinx) PLIST_FILES= man/man1/django-admin.1.gz Modified: head/www/py-django/distinfo ============================================================================== --- head/www/py-django/distinfo Thu Dec 24 14:31:18 2015 (r404367) +++ head/www/py-django/distinfo Thu Dec 24 14:43:24 2015 (r404368) @@ -1,2 +1,2 @@ -SHA256 (python/Django-1.8.4.tar.gz) = 826996c81e1cc773500124d5c19212e4a7681a55ee169fab9085f2b3015a70d8 -SIZE (python/Django-1.8.4.tar.gz) = 7265101 +SHA256 (python/Django-1.8.7.tar.gz) = 17a66de5cf59b5ee81c3dc57609b145bb45adddc0dc06937b998597d6e7b4523 +SIZE (python/Django-1.8.7.tar.gz) = 7276831 From owner-svn-ports-head@freebsd.org Thu Dec 24 14:53:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9AD97A4F494; Thu, 24 Dec 2015 14:53:49 +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 68EE917DB; Thu, 24 Dec 2015 14:53:49 +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 tBOErmTC094032; Thu, 24 Dec 2015 14:53:48 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOErmjv094030; Thu, 24 Dec 2015 14:53:48 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201512241453.tBOErmjv094030@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Thu, 24 Dec 2015 14:53:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404369 - head/x11-wm/e16 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 14:53:49 -0000 Author: gahr Date: Thu Dec 24 14:53:48 2015 New Revision: 404369 URL: https://svnweb.freebsd.org/changeset/ports/404369 Log: x11-wm/e16 - update to 1.0.17, take back maintainership Announce: https://sf.net/p/enlightenment/mailman/message/34341883 PR: 205565 Submitted by: gahr Approved by: gblach (for enlightenment@) Modified: head/x11-wm/e16/Makefile head/x11-wm/e16/distinfo Modified: head/x11-wm/e16/Makefile ============================================================================== --- head/x11-wm/e16/Makefile Thu Dec 24 14:43:24 2015 (r404368) +++ head/x11-wm/e16/Makefile Thu Dec 24 14:53:48 2015 (r404369) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= e16 -PORTVERSION= 1.0.16 +PORTVERSION= 1.0.17 CATEGORIES= x11-wm enlightenment MASTER_SITES= SF/enlightenment/${PORTNAME}/${PORTVERSION}/ -MAINTAINER= enlightenment@FreeBSD.org +MAINTAINER= gahr@FreeBSD.org COMMENT= Enlightenment DR16 window manager LICENSE= MIT Modified: head/x11-wm/e16/distinfo ============================================================================== --- head/x11-wm/e16/distinfo Thu Dec 24 14:43:24 2015 (r404368) +++ head/x11-wm/e16/distinfo Thu Dec 24 14:53:48 2015 (r404369) @@ -1,2 +1,2 @@ -SHA256 (e16-1.0.16.tar.gz) = a50ecbcf1cf239a5b36cc592364b2b1ee8e4135098704e5b1b949f989811cff1 -SIZE (e16-1.0.16.tar.gz) = 2395638 +SHA256 (e16-1.0.17.tar.gz) = 41ed67b648acc9b570cc681cf69d0accf38b69fd5d0af6b8ea8a6eacbf87659d +SIZE (e16-1.0.17.tar.gz) = 2417299 From owner-svn-ports-head@freebsd.org Thu Dec 24 14:57:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DEE36A4F5F7; Thu, 24 Dec 2015 14:57:59 +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 ACC9B1968; Thu, 24 Dec 2015 14:57:59 +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 tBOEvwtG094275; Thu, 24 Dec 2015 14:57:58 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOEvws5094272; Thu, 24 Dec 2015 14:57:58 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201512241457.tBOEvws5094272@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Thu, 24 Dec 2015 14:57:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404370 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 14:58:00 -0000 Author: junovitch Date: Thu Dec 24 14:57:58 2015 New Revision: 404370 URL: https://svnweb.freebsd.org/changeset/ports/404370 Log: Document information disclosure vulnerability in the Mantis Bug Tracker PR: 201106 Security: CVE-2015-5059 Security: https://vuxml.FreeBSD.org/freebsd/e1b5318c-aa4d-11e5-8f5c-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Dec 24 14:53:48 2015 (r404369) +++ head/security/vuxml/vuln.xml Thu Dec 24 14:57:58 2015 (r404370) @@ -58,6 +58,35 @@ Notes: --> + + mantis -- information disclosure vulnerability + + + mantis + 1.2.19_1 + + + + +

Mantis reports:

+
+

CVE-2015-5059: documentation in private projects can be seen by + every user

+
+ +
+ + CVE-2015-5059 + ports/201106 + https://mantisbt.org/bugs/view.php?id=19873 + http://openwall.com/lists/oss-security/2015/06/25/3 + + + 2015-06-23 + 2015-12-24 + +
+ mediawiki -- multiple vulnerabilities From owner-svn-ports-head@freebsd.org Thu Dec 24 15:04:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 858ECA4F8CD; Thu, 24 Dec 2015 15:04:19 +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 665131D96; Thu, 24 Dec 2015 15:04:17 +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 61930cde TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO; Thu, 24 Dec 2015 15:04:11 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 24 Dec 2015 16:04:11 +0100 From: Pietro Cerutti To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org Subject: Re: svn commit: r404369 - head/x11-wm/e16 Organization: The FreeBSD Project In-Reply-To: <201512241453.tBOErmjv094030@repo.freebsd.org> References: <201512241453.tBOErmjv094030@repo.freebsd.org> Message-ID: <6c303e74c6a468bd594af6a6c6524e77@gahr.ch> X-Sender: gahr@FreeBSD.org User-Agent: Roundcube Webmail/1.1.3 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 15:04:19 -0000 On 2015-12-24 15:53, Pietro Cerutti wrote: > PR: 205565 205575, that is. -- Pietro Cerutti gahr@FreeBSD.org From owner-svn-ports-head@freebsd.org Thu Dec 24 15:05:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 826E9A4F996; Thu, 24 Dec 2015 15:05: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 396AD1E91; Thu, 24 Dec 2015 15:05: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 tBOF5I1P097217; Thu, 24 Dec 2015 15:05:18 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOF5ISx097214; Thu, 24 Dec 2015 15:05:18 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201512241505.tBOF5ISx097214@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Thu, 24 Dec 2015 15:05:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404371 - in head/net-im/qTox: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 15:05:19 -0000 Author: riggs Date: Thu Dec 24 15:05:17 2015 New Revision: 404371 URL: https://svnweb.freebsd.org/changeset/ports/404371 Log: Update to upstream version 1.2.2, add pkg-message for video support PR: 205499 Submitted by: yuri@rawbw.com (maintainer) Added: head/net-im/qTox/files/pkg-message.in (contents, props changed) Modified: head/net-im/qTox/Makefile head/net-im/qTox/distinfo Modified: head/net-im/qTox/Makefile ============================================================================== --- head/net-im/qTox/Makefile Thu Dec 24 14:57:58 2015 (r404370) +++ head/net-im/qTox/Makefile Thu Dec 24 15:05:17 2015 (r404371) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qTox -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 DISTVERSIONPREFIX= v CATEGORIES= net-im net-p2p @@ -19,11 +19,14 @@ LIB_DEPENDS= libtoxcore.so:${PORTSDIR}/n libvpx.so:${PORTSDIR}/multimedia/libvpx \ libfilteraudio.so:${PORTSDIR}/audio/libfilteraudio \ libsodium.so:${PORTSDIR}/security/libsodium \ - libqrencode.so:${PORTSDIR}/graphics/libqrencode + libqrencode.so:${PORTSDIR}/graphics/libqrencode \ + libsqlcipher.so:${PORTSDIR}/databases/sqlcipher USE_GITHUB= yes GH_ACCOUNT= tux3 +SUB_FILES= pkg-message + USES= compiler:c++11-lib desktop-file-utils openal:soft qmake gmake USE_GNOME= glib20 gtk20 cairo gdkpixbuf2 USE_XORG= x11 xscrnsaver Modified: head/net-im/qTox/distinfo ============================================================================== --- head/net-im/qTox/distinfo Thu Dec 24 14:57:58 2015 (r404370) +++ head/net-im/qTox/distinfo Thu Dec 24 15:05:17 2015 (r404371) @@ -1,2 +1,2 @@ -SHA256 (tux3-qTox-v1.2.1_GH0.tar.gz) = 039800a2fbd4a5f1fb02e6caaf9b264bae9d19c8411a834b8fcd760df5d0ca00 -SIZE (tux3-qTox-v1.2.1_GH0.tar.gz) = 4639415 +SHA256 (tux3-qTox-v1.2.2_GH0.tar.gz) = 6b8a7d9b964e748b2fe5542c05a60aebbef4ad56b407db63e609afa82665fef3 +SIZE (tux3-qTox-v1.2.2_GH0.tar.gz) = 4645995 Added: head/net-im/qTox/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/qTox/files/pkg-message.in Thu Dec 24 15:05:17 2015 (r404371) @@ -0,0 +1,10 @@ +====================================================================== +You installed qTox: Qt 5 based Tox client. + +To have video working, you need: +1. Have multimedia/webcamd installed and running. The usual way to + start webcamd is to have these two lines in /etc/rc.conf: + webcamd_enable="YES" + webcamd_flags="-H" +2. Make sure V4L option is "on" in multimedia/ffmpeg. +====================================================================== From owner-svn-ports-head@freebsd.org Thu Dec 24 15:11:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67EBDA4FBED; Thu, 24 Dec 2015 15:11: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 2D48510FD; Thu, 24 Dec 2015 15:11:51 +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 tBOFBoS7098050; Thu, 24 Dec 2015 15:11:50 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOFBoGU098049; Thu, 24 Dec 2015 15:11:50 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512241511.tBOFBoGU098049@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 24 Dec 2015 15:11:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404372 - head/games/wargus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 15:11:51 -0000 Author: amdmi3 Date: Thu Dec 24 15:11:50 2015 New Revision: 404372 URL: https://svnweb.freebsd.org/changeset/ports/404372 Log: - Fix X11 dependency Reported by: ak Modified: head/games/wargus/Makefile Modified: head/games/wargus/Makefile ============================================================================== --- head/games/wargus/Makefile Thu Dec 24 15:05:17 2015 (r404371) +++ head/games/wargus/Makefile Thu Dec 24 15:11:50 2015 (r404372) @@ -22,7 +22,7 @@ LIB_DEPENDS= libpng.so:${PORTSDIR}/graph USES= cmake pkgconfig CMAKE_ARGS= -DGAMEDIR:STRING="bin" \ -DSHAREDIR:STRING="${DATADIR_REL}" -USE_X11= x11 +USE_XORG= x11 USE_GNOME= gtk20 SUB_FILES= pkg-message From owner-svn-ports-head@freebsd.org Thu Dec 24 15:19:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D34DA4FDA9; Thu, 24 Dec 2015 15:19:31 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0C6713CE; Thu, 24 Dec 2015 15:19:30 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOFJThE000412; Thu, 24 Dec 2015 15:19:29 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOFJTLK000411; Thu, 24 Dec 2015 15:19:29 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512241519.tBOFJTLK000411@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 24 Dec 2015 15:19:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404373 - head/misc/freebsd-doc-all X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 15:19:31 -0000 Author: miwi Date: Thu Dec 24 15:19:29 2015 New Revision: 404373 URL: https://svnweb.freebsd.org/changeset/ports/404373 Log: - Remove NO_BUILD Reported by: ak Modified: head/misc/freebsd-doc-all/Makefile Modified: head/misc/freebsd-doc-all/Makefile ============================================================================== --- head/misc/freebsd-doc-all/Makefile Thu Dec 24 15:11:50 2015 (r404372) +++ head/misc/freebsd-doc-all/Makefile Thu Dec 24 15:19:29 2015 (r404373) @@ -29,7 +29,6 @@ RUN_DEPENDS+= bn-freebsd-doc>=${PORTVERS zh_cn-freebsd-doc>=${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-zh_cn \ zh_tw-freebsd-doc>=${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-zh_tw -NO_BUILD= yes USES= metaport .if make(package) From owner-svn-ports-head@freebsd.org Thu Dec 24 15:29:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6BB17A50257; Thu, 24 Dec 2015 15:29:02 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 390E41AEE; Thu, 24 Dec 2015 15:29:02 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOFT1wv003308; Thu, 24 Dec 2015 15:29:01 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOFT1nh003307; Thu, 24 Dec 2015 15:29:01 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512241529.tBOFT1nh003307@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 24 Dec 2015 15:29:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404374 - head/german/wordpress X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 15:29:02 -0000 Author: miwi Date: Thu Dec 24 15:29:01 2015 New Revision: 404374 URL: https://svnweb.freebsd.org/changeset/ports/404374 Log: - ADD php-ftp support - Take maintainership - Bump PORTREVISION for dependency update Modified: head/german/wordpress/Makefile Modified: head/german/wordpress/Makefile ============================================================================== --- head/german/wordpress/Makefile Thu Dec 24 15:19:29 2015 (r404373) +++ head/german/wordpress/Makefile Thu Dec 24 15:29:01 2015 (r404374) @@ -3,11 +3,12 @@ PORTNAME= wordpress PORTVERSION= 4.4 +PORTREVISION= 1 DISTVERSIONSUFFIX= -de_DE CATEGORIES= german www MASTER_SITES= http://de.wordpress.org/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= State-of-the-art semantic personal publishing platform LICENSE= GPLv2 GPLv3 @@ -19,7 +20,7 @@ CONFLICTS_INSTALL= wordpress-[0-9].* ja- NO_ARCH= yes NO_BUILD= yes USES= cpe -USE_PHP= curl gd hash mysql pcre tokenizer xml zip zlib +USE_PHP= curl gd hash mysql pcre tokenizer xml zip zlib ftp WANT_PHP_WEB= yes WRKSRC= ${WRKDIR}/${PORTNAME} From owner-svn-ports-head@freebsd.org Thu Dec 24 15:40:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C2BBA50788; Thu, 24 Dec 2015 15:40:41 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 35F861151; Thu, 24 Dec 2015 15:40:41 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOFee6c006382; Thu, 24 Dec 2015 15:40:40 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOFedOI006378; Thu, 24 Dec 2015 15:40:39 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512241540.tBOFedOI006378@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 24 Dec 2015 15:40:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404375 - in head/chinese: wordpress-zh_CN wordpress-zh_TW X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 15:40:41 -0000 Author: miwi Date: Thu Dec 24 15:40:39 2015 New Revision: 404375 URL: https://svnweb.freebsd.org/changeset/ports/404375 Log: - Update to 4.4 - Switch to mysqli - Add ftp suport - Take maintainership Modified: head/chinese/wordpress-zh_CN/Makefile head/chinese/wordpress-zh_CN/distinfo head/chinese/wordpress-zh_TW/Makefile head/chinese/wordpress-zh_TW/distinfo Modified: head/chinese/wordpress-zh_CN/Makefile ============================================================================== --- head/chinese/wordpress-zh_CN/Makefile Thu Dec 24 15:29:01 2015 (r404374) +++ head/chinese/wordpress-zh_CN/Makefile Thu Dec 24 15:40:39 2015 (r404375) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.3.1 +PORTVERSION= 4.4 DISTVERSIONSUFFIX= -zh_CN CATEGORIES= chinese www MASTER_SITES= http://cn.wordpress.org/ PKGNAMESUFFIX= -zh_CN -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= State-of-the-art semantic personal publishing platform LICENSE= GPLv2 # or later @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/license.txt WRKSRC= ${WRKDIR}/${PORTNAME} -USE_PHP= curl gd mysql pcre tokenizer xml zip +USE_PHP= curl gd mysqli pcre tokenizer xml zip NO_ARCH= yes NO_BUILD= yes WANT_PHP_WEB= yes Modified: head/chinese/wordpress-zh_CN/distinfo ============================================================================== --- head/chinese/wordpress-zh_CN/distinfo Thu Dec 24 15:29:01 2015 (r404374) +++ head/chinese/wordpress-zh_CN/distinfo Thu Dec 24 15:40:39 2015 (r404375) @@ -1,2 +1,2 @@ -SHA256 (wordpress-4.3.1-zh_CN.tar.gz) = 8f873606217b76f73a5755599cdc605d4fd49a6e62e6403e3c49d92c19d3aed9 -SIZE (wordpress-4.3.1-zh_CN.tar.gz) = 6922520 +SHA256 (wordpress-4.4-zh_CN.tar.gz) = af04d3e4e59500260e9f97a6f7ae037850a6ff7a45654422e70949a7eddfc9d5 +SIZE (wordpress-4.4-zh_CN.tar.gz) = 7475647 Modified: head/chinese/wordpress-zh_TW/Makefile ============================================================================== --- head/chinese/wordpress-zh_TW/Makefile Thu Dec 24 15:29:01 2015 (r404374) +++ head/chinese/wordpress-zh_TW/Makefile Thu Dec 24 15:40:39 2015 (r404375) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.3.1 +PORTVERSION= 4.4 DISTVERSIONSUFFIX= -zh_TW CATEGORIES= chinese www MASTER_SITES= http://tw.wordpress.org/ PKGNAMESUFFIX= -zh_TW -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= State-of-the-art semantic personal publishing platform LICENSE= GPLv2 # or later @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/license.txt WRKSRC= ${WRKDIR}/${PORTNAME} -USE_PHP= curl gd mysql pcre tokenizer xml zip +USE_PHP= curl gd mysqli pcre tokenizer xml zip ftp NO_ARCH= yes NO_BUILD= yes WANT_PHP_WEB= yes Modified: head/chinese/wordpress-zh_TW/distinfo ============================================================================== --- head/chinese/wordpress-zh_TW/distinfo Thu Dec 24 15:29:01 2015 (r404374) +++ head/chinese/wordpress-zh_TW/distinfo Thu Dec 24 15:40:39 2015 (r404375) @@ -1,2 +1,2 @@ -SHA256 (wordpress-4.3.1-zh_TW.tar.gz) = d110e93c8d6dc6534df36bbfc8bbd7721d16a7bae16a4d6469971286f631700a -SIZE (wordpress-4.3.1-zh_TW.tar.gz) = 6932859 +SHA256 (wordpress-4.4-zh_TW.tar.gz) = ce7865249c00b8b0a5b55773e22373b73218df2e9e24c99ce3d0bb3adf633e45 +SIZE (wordpress-4.4-zh_TW.tar.gz) = 7506232 From owner-svn-ports-head@freebsd.org Thu Dec 24 16:34:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29BD8A51D23; Thu, 24 Dec 2015 16:34:40 +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 DF98F1190; Thu, 24 Dec 2015 16:34:39 +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 tBOGYdj4025336; Thu, 24 Dec 2015 16:34:39 GMT (envelope-from naddy@FreeBSD.org) Received: (from naddy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOGYcCX025331; Thu, 24 Dec 2015 16:34:38 GMT (envelope-from naddy@FreeBSD.org) Message-Id: <201512241634.tBOGYcCX025331@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: naddy set sender to naddy@FreeBSD.org using -f From: Christian Weisgerber Date: Thu, 24 Dec 2015 16:34:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404376 - in head/audio/opus: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 16:34:40 -0000 Author: naddy Date: Thu Dec 24 16:34:38 2015 New Revision: 404376 URL: https://svnweb.freebsd.org/changeset/ports/404376 Log: Update to 1.1.1 for minor bug fixes and optimizations. Modified: head/audio/opus/Makefile head/audio/opus/distinfo head/audio/opus/files/patch-configure head/audio/opus/pkg-plist Modified: head/audio/opus/Makefile ============================================================================== --- head/audio/opus/Makefile Thu Dec 24 15:40:39 2015 (r404375) +++ head/audio/opus/Makefile Thu Dec 24 16:34:38 2015 (r404376) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= opus -PORTVERSION= 1.1 -PORTREVISION= 2 +PORTVERSION= 1.1.1 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ MOZILLA/opus @@ -26,6 +25,11 @@ TEST_TARGET= check .include +# i386: needs cpuid instruction; arm: only floating point +.if ${ARCH} == "amd64" +CONFIGURE_ARGS+=--enable-intrinsics +.endif + .if ${ARCH} == "arm" CONFIGURE_ARGS+=--enable-fixed-point .endif Modified: head/audio/opus/distinfo ============================================================================== --- head/audio/opus/distinfo Thu Dec 24 15:40:39 2015 (r404375) +++ head/audio/opus/distinfo Thu Dec 24 16:34:38 2015 (r404376) @@ -1,2 +1,2 @@ -SHA256 (opus-1.1.tar.gz) = b9727015a58affcf3db527322bf8c4d2fcf39f5f6b8f15dbceca20206cbe1d95 -SIZE (opus-1.1.tar.gz) = 850208 +SHA256 (opus-1.1.1.tar.gz) = 9b84ff56bd7720d5554103c557664efac2b8b18acc4bbcc234cb881ab9a3371e +SIZE (opus-1.1.1.tar.gz) = 957948 Modified: head/audio/opus/files/patch-configure ============================================================================== --- head/audio/opus/files/patch-configure Thu Dec 24 15:40:39 2015 (r404375) +++ head/audio/opus/files/patch-configure Thu Dec 24 16:34:38 2015 (r404376) @@ -1,20 +1,11 @@ ---- configure.orig 2013-12-17 16:51:41.000000000 +0100 -+++ configure 2013-12-17 16:52:02.000000000 +0100 -@@ -12807,7 +12807,7 @@ else - CPU_ARM_FALSE= - fi +--- configure.orig 2015-11-25 20:46:28 UTC ++++ configure +@@ -13229,7 +13229,7 @@ $as_echo "$as_me: WARNING: Compiler does -- if test x"${inline_optimization:0:3}" = x"ARM"; then -+ if expr x"${inline_optimization}" : x"ARM" >/dev/null; then - OPUS_ARM_INLINE_ASM_TRUE= - OPUS_ARM_INLINE_ASM_FALSE='#' - else -@@ -12815,7 +12815,7 @@ else - OPUS_ARM_INLINE_ASM_FALSE= fi + ;; #( +- i?86|x86_64) : ++ i?86|x86_64|amd64) : + -- if test x"${asm_optimization:0:3}" = x"ARM"; then -+ if expr x"${asm_optimization}" : x"ARM" >/dev/null; then - OPUS_ARM_EXTERNAL_ASM_TRUE= - OPUS_ARM_EXTERNAL_ASM_FALSE='#' - else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler supports SSE intrinsics" >&5 Modified: head/audio/opus/pkg-plist ============================================================================== --- head/audio/opus/pkg-plist Thu Dec 24 15:40:39 2015 (r404375) +++ head/audio/opus/pkg-plist Thu Dec 24 16:34:38 2015 (r404376) @@ -6,6 +6,6 @@ include/opus/opus_types.h lib/libopus.a lib/libopus.so lib/libopus.so.0 -lib/libopus.so.0.5.0 +lib/libopus.so.0.5.1 libdata/pkgconfig/opus.pc share/aclocal/opus.m4 From owner-svn-ports-head@freebsd.org Thu Dec 24 17:00:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49474A5084A; Thu, 24 Dec 2015 17:00: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 270661355; Thu, 24 Dec 2015 17:00:55 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOH0saU034849; Thu, 24 Dec 2015 17:00:54 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOH0s2B034848; Thu, 24 Dec 2015 17:00:54 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201512241700.tBOH0s2B034848@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Thu, 24 Dec 2015 17:00:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404377 - head/irc/charybdis/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 17:00:55 -0000 Author: brnrd Date: Thu Dec 24 17:00:54 2015 New Revision: 404377 URL: https://svnweb.freebsd.org/changeset/ports/404377 Log: irc/charybdis: Remove RAND_egd - Add patch to remove RAND_egd from v3.5 RC PR: 198504 Reviewed by: crees (maintainer), koobs (mentor) Approved by: crees (maintainer), koobs (mentor) Differential Revision: https://reviews.freebsd.org/D4694 Added: head/irc/charybdis/files/patch-remove-RB_PRNG_EGD (contents, props changed) Added: head/irc/charybdis/files/patch-remove-RB_PRNG_EGD ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/irc/charybdis/files/patch-remove-RB_PRNG_EGD Thu Dec 24 17:00:54 2015 (r404377) @@ -0,0 +1,74 @@ +From e861902fd9610229bc7327ea057152f66c8b374d Mon Sep 17 00:00:00 2001 +From: William Pitcock +Date: Sun, 1 Mar 2015 01:05:14 -0600 +Subject: [PATCH] libratbox: remove RB_PRNG_EGD in its entirety (closes #85) + +--- + libratbox/include/rb_commio.h | 1 - + libratbox/src/openssl.c | 4 ---- + src/ircd.c | 6 +----- + src/sslproc.c | 7 +------ + 4 files changed, 2 insertions(+), 16 deletions(-) + +diff --git a/libratbox/include/rb_commio.h b/libratbox/include/rb_commio.h +index 70eea34..df6110d 100644 +--- libratbox/include/rb_commio.h.orig ++++ libratbox/include/rb_commio.h +@@ -157,7 +157,6 @@ const char *rb_get_iotype(void); + + typedef enum + { +- RB_PRNG_EGD, + RB_PRNG_FILE, + #ifdef _WIN32 + RB_PRNGWIN32, +diff --git a/libratbox/src/openssl.c b/libratbox/src/openssl.c +index bd9df62..817f225 100644 +--- libratbox/src/openssl.c.orig ++++ libratbox/src/openssl.c +@@ -603,10 +603,6 @@ rb_init_prng(const char *path, prng_seed_t seed_type) + + switch (seed_type) + { +- case RB_PRNG_EGD: +- if(RAND_egd(path) == -1) +- return -1; +- break; + case RB_PRNG_FILE: + if(RAND_load_file(path, -1) == -1) + return -1; +diff --git a/src/ircd.c b/src/ircd.c +index 253bf13..923180f 100644 +--- src/ircd.c.orig ++++ src/ircd.c +@@ -630,11 +630,7 @@ main(int argc, char *argv[]) + rb_lib_init(ircd_log_cb, ircd_restart_cb, ircd_die_cb, !server_state_foreground, maxconnections, DNODE_HEAP_SIZE, FD_HEAP_SIZE); + rb_linebuf_init(LINEBUF_HEAP_SIZE); + +- if(ConfigFileEntry.use_egd && (ConfigFileEntry.egdpool_path != NULL)) +- { +- rb_init_prng(ConfigFileEntry.egdpool_path, RB_PRNG_EGD); +- } else +- rb_init_prng(NULL, RB_PRNG_DEFAULT); ++ rb_init_prng(NULL, RB_PRNG_DEFAULT); + + seed_random(NULL); + +diff --git a/src/sslproc.c b/src/sslproc.c +index c62f8e6..9d523e0 100644 +--- src/sslproc.c.orig ++++ src/sslproc.c +@@ -323,12 +323,7 @@ start_ssldaemon(int count, const char *ssl_cert, const char *ssl_private_key, co + rb_close(P1); + ctl = allocate_ssl_daemon(F1, P2, pid); + if(ssl_ok) +- { +- if(ConfigFileEntry.use_egd && (ConfigFileEntry.egdpool_path != NULL)) +- send_init_prng(ctl, RB_PRNG_EGD, ConfigFileEntry.egdpool_path); +- else +- send_init_prng(ctl, RB_PRNG_DEFAULT, NULL); +- } ++ send_init_prng(ctl, RB_PRNG_DEFAULT, NULL); + if(ssl_ok && ssl_cert != NULL && ssl_private_key != NULL) + send_new_ssl_certs_one(ctl, ssl_cert, ssl_private_key, + ssl_dh_params != NULL ? ssl_dh_params : ""); From owner-svn-ports-head@freebsd.org Thu Dec 24 17:09:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B05FA50C20; Thu, 24 Dec 2015 17:09:14 +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 D91DB1BA2; Thu, 24 Dec 2015 17:09:13 +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 tBOH9CVk035598; Thu, 24 Dec 2015 17:09:12 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOH9Cds035596; Thu, 24 Dec 2015 17:09:12 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201512241709.tBOH9Cds035596@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Thu, 24 Dec 2015 17:09:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404378 - in head/lang/python32: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 17:09:14 -0000 Author: brnrd Date: Thu Dec 24 17:09:12 2015 New Revision: 404378 URL: https://svnweb.freebsd.org/changeset/ports/404378 Log: lang/python32: Mark deprecated / fix No-EDGD/-SSLv3 - Mark DEPRECATED, EXPIRES Feb 2016 [1] - Backport issue21356 RAND_egd fix [2] - Fix build for openssl -nossl3 [1] https://www.python.org/dev/peps/pep-0392/#lifespan [2] http://bugs.python.org/issue21356 PR: 195513 Reviewed by: koobs (mentor, python), feld (mentor) Approved by: koobs (python, mentor) Differential Revision: https://reviews.freebsd.org/D4701 > Description of fields to fill in above: 76 columns --| > PR: If a Bugzilla PR is affected by the change. > Submitted by: If someone else sent in the change. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > Relnotes: Set to 'yes' for mention in release notes. > Security: Vulnerability reference (one per line) or description. > Sponsored by: If the change was sponsored by an organization. > Empty fields above will be automatically removed. M python32/Makefile AM python32/files/patch-PR195513 Added: head/lang/python32/files/patch-PR195513 (contents, props changed) Modified: head/lang/python32/Makefile Modified: head/lang/python32/Makefile ============================================================================== --- head/lang/python32/Makefile Thu Dec 24 17:00:54 2015 (r404377) +++ head/lang/python32/Makefile Thu Dec 24 17:09:12 2015 (r404378) @@ -12,6 +12,9 @@ COMMENT= Interpreted object-oriented pro LICENSE= PSFL +DEPRECATED= No longer receives bug fixes, only security updates. Please update to Python 3.5 +EXPIRATION_DATE= 2016-02-01 + USES= cpe ncurses pkgconfig readline tar:xz USE_OPENSSL= yes USE_LDCONFIG= yes Added: head/lang/python32/files/patch-PR195513 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/python32/files/patch-PR195513 Thu Dec 24 17:09:12 2015 (r404378) @@ -0,0 +1,174 @@ +--- Lib/ssl.py.orig 2014-10-12 08:52:02.000000000 +0200 ++++ Lib/ssl.py 2015-12-23 11:29:24.243085919 +0100 +@@ -63,7 +63,16 @@ from _ssl import OPENSSL_VERSION_NUMBER, + from _ssl import _SSLContext, SSLError + from _ssl import CERT_NONE, CERT_OPTIONAL, CERT_REQUIRED + from _ssl import OP_ALL, OP_NO_SSLv2, OP_NO_SSLv3, OP_NO_TLSv1 +-from _ssl import RAND_status, RAND_egd, RAND_add ++### Fix build with LibreSSL (does not have RAND_egd) ++### PR195513, http://bugs.python.org/issue21356 ++from _ssl import RAND_status, RAND_add ++try: ++ from _ssl import RAND_egd ++except ImportError: ++ # LibreSSL does not provide RAND_egd ++ pass ++### End PR195513 ++ + from _ssl import ( + SSL_ERROR_ZERO_RETURN, + SSL_ERROR_WANT_READ, +@@ -76,13 +85,12 @@ from _ssl import ( + SSL_ERROR_INVALID_ERROR_CODE, + ) + from _ssl import HAS_SNI +-from _ssl import PROTOCOL_SSLv3, PROTOCOL_SSLv23, PROTOCOL_TLSv1 ++from _ssl import PROTOCOL_SSLv23, PROTOCOL_TLSv1 + from _ssl import _OPENSSL_API_VERSION + + _PROTOCOL_NAMES = { + PROTOCOL_TLSv1: "TLSv1", + PROTOCOL_SSLv23: "SSLv23", +- PROTOCOL_SSLv3: "SSLv3", + } + try: + from _ssl import PROTOCOL_SSLv2 +@@ -91,6 +99,13 @@ except ImportError: + _SSLv2_IF_EXISTS = None + else: + _PROTOCOL_NAMES[PROTOCOL_SSLv2] = "SSLv2" ++try: ++ from _ssl import PROTOCOL_SSLv3 ++ _SSLv3_IF_EXISTS = PROTOCOL_SSLv3 ++except ImportError: ++ _SSLv3_IF_EXISTS = None ++else: ++ _PROTOCOL_NAMES[PROTOCOL_SSLv3] = "SSLv3" + + from socket import getnameinfo as _getnameinfo + from socket import error as socket_error +@@ -557,7 +572,7 @@ def PEM_cert_to_DER_cert(pem_cert_string + d = pem_cert_string.strip()[len(PEM_HEADER):-len(PEM_FOOTER)] + return base64.decodebytes(d.encode('ASCII', 'strict')) + +-def get_server_certificate(addr, ssl_version=PROTOCOL_SSLv3, ca_certs=None): ++def get_server_certificate(addr, ssl_version=PROTOCOL_SSLv23, ca_certs=None): + """Retrieve the certificate from the server at the specified address, + and return it as a PEM-encoded string. + If 'ca_certs' is specified, validate the server cert against it. +--- Lib/test/test_ssl.py.orig 2014-10-12 08:52:03.000000000 +0200 ++++ Lib/test/test_ssl.py 2015-12-23 11:29:24.245086385 +0100 +@@ -21,11 +21,12 @@ import functools + ssl = support.import_module("ssl") + + PROTOCOLS = [ +- ssl.PROTOCOL_SSLv3, + ssl.PROTOCOL_SSLv23, ssl.PROTOCOL_TLSv1 + ] + if hasattr(ssl, 'PROTOCOL_SSLv2'): + PROTOCOLS.append(ssl.PROTOCOL_SSLv2) ++if hasattr(ssl, 'PROTOCOL_SSLv3'): ++ PROTOCOLS.append(ssl.PROTOCOL_SSLv3) + + HOST = support.HOST + +@@ -104,8 +105,12 @@ class BasicSocketTests(unittest.TestCase + sys.stdout.write("\n RAND_status is %d (%s)\n" + % (v, (v and "sufficient randomness") or + "insufficient randomness")) +- self.assertRaises(TypeError, ssl.RAND_egd, 1) +- self.assertRaises(TypeError, ssl.RAND_egd, 'foo', 1) ++### Fix build with LibreSSL (does not have RAND_egd) ++### PR195513, http://bugs.python.org/issue21356 ++ if hasattr(ssl, 'RAND_egd'): ++ self.assertRaises(TypeError, ssl.RAND_egd, 1) ++ self.assertRaises(TypeError, ssl.RAND_egd, 'foo', 1) ++### End PR195513 + ssl.RAND_add("this is a random string", 75.0) + + def test_parse_cert(self): +@@ -380,7 +385,8 @@ class ContextTests(unittest.TestCase): + if hasattr(ssl, 'PROTOCOL_SSLv2'): + ctx = ssl.SSLContext(ssl.PROTOCOL_SSLv2) + ctx = ssl.SSLContext(ssl.PROTOCOL_SSLv23) +- ctx = ssl.SSLContext(ssl.PROTOCOL_SSLv3) ++ if hasattr(ssl, 'PROTOCOL_SSLv3'): ++ ctx = ssl.SSLContext(ssl.PROTOCOL_SSLv3) + ctx = ssl.SSLContext(ssl.PROTOCOL_TLSv1) + self.assertRaises(TypeError, ssl.SSLContext) + self.assertRaises(ValueError, ssl.SSLContext, -1) +@@ -1372,6 +1378,7 @@ else: + + + @skip_if_broken_ubuntu_ssl ++ @unittest.skipUnless(hasattr(ssl, 'PROTOCOL_SSLv3'), "need SSLv3") + def test_protocol_sslv3(self): + """Connecting to an SSLv3 server with various client options""" + if support.verbose: +--- Modules/_ssl.c.orig 2014-10-12 08:52:03.000000000 +0200 ++++ Modules/_ssl.c 2015-12-23 11:29:24.242085898 +0100 +@@ -66,7 +66,9 @@ enum py_ssl_version { + #ifndef OPENSSL_NO_SSL2 + PY_SSL_VERSION_SSL2, + #endif +- PY_SSL_VERSION_SSL3=1, ++#ifndef OPENSSL_NO_SSL3 ++ PY_SSL_VERSION_SSL3, ++#endif + PY_SSL_VERSION_SSL23, + PY_SSL_VERSION_TLS1 + }; +@@ -1512,8 +1514,10 @@ context_new(PyTypeObject *type, PyObject + PySSL_BEGIN_ALLOW_THREADS + if (proto_version == PY_SSL_VERSION_TLS1) + ctx = SSL_CTX_new(TLSv1_method()); ++#ifndef OPENSSL_NO_SSL3 + else if (proto_version == PY_SSL_VERSION_SSL3) + ctx = SSL_CTX_new(SSLv3_method()); ++#endif + #ifndef OPENSSL_NO_SSL2 + else if (proto_version == PY_SSL_VERSION_SSL2) + ctx = SSL_CTX_new(SSLv2_method()); +@@ -1965,6 +1969,9 @@ Returns 1 if the OpenSSL PRNG has been s + It is necessary to seed the PRNG with RAND_add() on some platforms before\n\ + using the ssl() function."); + ++/* ### Fix build with LibreSSL (does not have RAND_egd) ++ ### PR195513, http://bugs.python.org/issue21356 */ ++#ifndef OPENSSL_NO_EGD + static PyObject * + PySSL_RAND_egd(PyObject *self, PyObject *args) + { +@@ -1992,6 +1999,8 @@ PyDoc_STRVAR(PySSL_RAND_egd_doc, + Queries the entropy gather daemon (EGD) on the socket named by 'path'.\n\ + Returns number of bytes read. Raises SSLError if connection to EGD\n\ + fails or if it does provide enough data to seed PRNG."); ++#endif /* OPENSSL_NO_EGD */ ++/* ### End PR195513 */ + + #endif + +@@ -2005,8 +2014,12 @@ static PyMethodDef PySSL_methods[] = { + #ifdef HAVE_OPENSSL_RAND + {"RAND_add", PySSL_RAND_add, METH_VARARGS, + PySSL_RAND_add_doc}, ++/* ### Fix build with LibreSSL (does not have RAND_egd) ++ ### PR195513, http://bugs.python.org/issue21356 */ ++#ifndef OPENSSL_NO_EGD + {"RAND_egd", PySSL_RAND_egd, METH_VARARGS, + PySSL_RAND_egd_doc}, ++#endif /* OPENSSL_NO_EGD */ + {"RAND_status", (PyCFunction)PySSL_RAND_status, METH_NOARGS, + PySSL_RAND_status_doc}, + #endif +@@ -2199,8 +2212,10 @@ PyInit__ssl(void) + PyModule_AddIntConstant(m, "PROTOCOL_SSLv2", + PY_SSL_VERSION_SSL2); + #endif ++#ifndef OPENSSL_NO_SSL3 + PyModule_AddIntConstant(m, "PROTOCOL_SSLv3", + PY_SSL_VERSION_SSL3); ++#endif + PyModule_AddIntConstant(m, "PROTOCOL_SSLv23", + PY_SSL_VERSION_SSL23); + PyModule_AddIntConstant(m, "PROTOCOL_TLSv1", From owner-svn-ports-head@freebsd.org Thu Dec 24 17:09:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19285A50C4A; Thu, 24 Dec 2015 17:09:20 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0DED1BEF; Thu, 24 Dec 2015 17:09:19 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOH9IBl035708; Thu, 24 Dec 2015 17:09:18 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOH9I69035706; Thu, 24 Dec 2015 17:09:18 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512241709.tBOH9I69035706@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 24 Dec 2015 17:09:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404379 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 17:09:20 -0000 Author: miwi Date: Thu Dec 24 17:09:18 2015 New Revision: 404379 URL: https://svnweb.freebsd.org/changeset/ports/404379 Log: - Adjust latest py*-django entry Discussed with: feld Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Dec 24 17:09:12 2015 (r404378) +++ head/security/vuxml/vuln.xml Thu Dec 24 17:09:18 2015 (r404379) @@ -2012,6 +2012,13 @@ Notes: 1.8.7 + py27-django18 + py32-django18 + py33-django18 + py34-django18 + 1.8.7 + + py27-django17 py32-django17 py33-django17 @@ -2045,6 +2052,7 @@ Notes: 2015-11-24 2015-11-30 + 2015-12-24 From owner-svn-ports-head@freebsd.org Thu Dec 24 17:25:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7A05A5116D; Thu, 24 Dec 2015 17:25:38 +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 "abg.ninja", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6BB881309; Thu, 24 Dec 2015 17:25:38 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id b827626b TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Thu, 24 Dec 2015 10:25:28 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: svn commit: r404276 - head/security/gnupg1 From: Adam Weinberger In-Reply-To: <201512230325.tBN3PqAJ064917@repo.freebsd.org> Date: Thu, 24 Dec 2015 10:25:27 -0700 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <6294EB1F-100B-4E9B-BE13-D46DCC8F474C@adamw.org> References: <201512230325.tBN3PqAJ064917@repo.freebsd.org> To: Jun Kuriyama X-Mailer: Apple Mail (2.3112) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 17:25:39 -0000 > On 22 Dec, 2015, at 20:25, Jun Kuriyama wrote: >=20 > Author: kuriyama > Date: Wed Dec 23 03:25:52 2015 > New Revision: 404276 > URL: https://svnweb.freebsd.org/changeset/ports/404276 >=20 > Log: > - Upgrade to 1.4.20 (minor fixes). Hi Jun, After this commit I emailed you privately to notify you that the port = was broken, then Herbert emailed you publicly to remind you. You haven't = responded to either of us, and the gnupg port remains broken. As a = result, things that depend on it, like spamassassin, remain broken. I'm going to fix it based upon the signatures currently available on the = gnupg website, but I beg you to do the 2 minutes of work to find out why = the signature you committed was different. # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-head@freebsd.org Thu Dec 24 17:27:48 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A9E5A512FA; Thu, 24 Dec 2015 17:27:48 +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 6B1C91823; Thu, 24 Dec 2015 17:27:48 +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 tBOHRlgl041384; Thu, 24 Dec 2015 17:27:47 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOHRlRY041383; Thu, 24 Dec 2015 17:27:47 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201512241727.tBOHRlRY041383@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 24 Dec 2015 17:27:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404380 - head/security/gnupg1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 17:27:48 -0000 Author: adamw Date: Thu Dec 24 17:27:47 2015 New Revision: 404380 URL: https://svnweb.freebsd.org/changeset/ports/404380 Log: Fix signature. The signature cannot have been correct; it was 50% the size of all other signatures. Modified: head/security/gnupg1/distinfo Modified: head/security/gnupg1/distinfo ============================================================================== --- head/security/gnupg1/distinfo Thu Dec 24 17:09:18 2015 (r404379) +++ head/security/gnupg1/distinfo Thu Dec 24 17:27:47 2015 (r404380) @@ -1,4 +1,4 @@ SHA256 (gnupg-1.4.20.tar.bz2) = 04988b1030fa28ddf961ca8ff6f0f8984e0cddcb1eb02859d5d8fe0fe237edcc SIZE (gnupg-1.4.20.tar.bz2) = 3692881 -SHA256 (gnupg-1.4.20.tar.bz2.sig) = 9458921ce855f7fef88f0ae2bb1f2033bfbc83857104d8b5592f40c84d1a2f98 -SIZE (gnupg-1.4.20.tar.bz2.sig) = 287 +SHA256 (gnupg-1.4.20.tar.bz2.sig) = 60699efc9c9546722c04aba69fff874aaf5dacd7d4637238cb8d66960963f843 +SIZE (gnupg-1.4.20.tar.bz2.sig) = 574 From owner-svn-ports-head@freebsd.org Thu Dec 24 17:48:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 725D0A51900; Thu, 24 Dec 2015 17:48:12 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40D2A1FB3; Thu, 24 Dec 2015 17:48:12 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOHmBBr047273; Thu, 24 Dec 2015 17:48:11 GMT (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOHmB7X047272; Thu, 24 Dec 2015 17:48:11 GMT (envelope-from marcus@FreeBSD.org) Message-Id: <201512241748.tBOHmB7X047272@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marcus set sender to marcus@FreeBSD.org using -f From: Joe Marcus Clarke Date: Thu, 24 Dec 2015 17:48:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404381 - head/net-im/meanwhile X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 17:48:12 -0000 Author: marcus Date: Thu Dec 24 17:48:11 2015 New Revision: 404381 URL: https://svnweb.freebsd.org/changeset/ports/404381 Log: Remove dependency on GCC. It isn't required anymore. PR: 205537 Submitted by: yuri@rawbw.com Modified: head/net-im/meanwhile/Makefile Modified: head/net-im/meanwhile/Makefile ============================================================================== --- head/net-im/meanwhile/Makefile Thu Dec 24 17:27:47 2015 (r404380) +++ head/net-im/meanwhile/Makefile Thu Dec 24 17:48:11 2015 (r404381) @@ -11,7 +11,6 @@ MAINTAINER= marcus@FreeBSD.org COMMENT= Open Source implementation of the Lotus Sametime protocol USES= gmake libtool pathfix pkgconfig -USE_GCC= any USE_GNOME= glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes From owner-svn-ports-head@freebsd.org Thu Dec 24 17:50:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6BF63A519A6; Thu, 24 Dec 2015 17:50:57 +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 397FB111D; Thu, 24 Dec 2015 17:50:57 +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 tBOHouDW048142; Thu, 24 Dec 2015 17:50:56 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOHou9A048141; Thu, 24 Dec 2015 17:50:56 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201512241750.tBOHou9A048141@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 24 Dec 2015 17:50:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404382 - head/shells/zsh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 17:50:57 -0000 Author: adamw Date: Thu Dec 24 17:50:56 2015 New Revision: 404382 URL: https://svnweb.freebsd.org/changeset/ports/404382 Log: Fix ncurses detection properly. Now zsh builds and packages properly with base and ports ncurses, static or non-static. Many thanks to bapt for showing me the magic trick here! Modified: head/shells/zsh/Makefile Modified: head/shells/zsh/Makefile ============================================================================== --- head/shells/zsh/Makefile Thu Dec 24 17:48:11 2015 (r404381) +++ head/shells/zsh/Makefile Thu Dec 24 17:50:56 2015 (r404382) @@ -41,7 +41,7 @@ TEST_TARGET= test CPPFLAGS+= -I${LOCALBASE}/include -DBOOL_DEFINED LDFLAGS+= -L${LOCALBASE}/lib -Wl,--as-needed CONFIGURE_ENV+= zsh_cv_sys_path_dev_fd=no -CONFIGURE_ARGS= --with-term-lib="ncursesw ncurses" --with-tcsetpgrp \ +CONFIGURE_ARGS= --with-tcsetpgrp \ --enable-function-subdirs --enable-multibyte \ --sysconfdir=${PREFIX}/etc @@ -76,8 +76,8 @@ MEM_CONFIGURE_ENABLE= zsh-mem SECURE_FREE_CONFIGURE_ENABLE= zsh-secure-free MAILDIR_CONFIGURE_ENABLE= maildir-support STATIC_LDFLAGS= -static -STATIC_CONFIGURE_ON= --disable-dynamic -STATIC_CONFIGURE_OFF= --enable-dynamic +STATIC_CONFIGURE_ON= --disable-dynamic --with-term-lib="tinfow tinfo" +STATIC_CONFIGURE_OFF= --enable-dynamic --with-term-lib="ncursesw ncurses" DEBUG_CONFIGURE_ENABLE= zsh-debug .include @@ -86,10 +86,6 @@ DEBUG_CONFIGURE_ENABLE= zsh-debug CONFIGURE_ENV+= ac_cv_lib_iconv_libiconv=no .endif -.if (${NCURSESBASE} == ${LOCALBASE}) && ${PORT_OPTIONS:MSTATIC} -IGNORE= cannot statically link against ncurses from ports. Either deinstall the ncurses port or turn off the STATIC option -.endif - post-patch: @${REINPLACE_CMD} -i '' -e '1s|zsh|${zsh_CMD}|' ${WRKSRC}/Functions/Misc/run-help-ip @${REINPLACE_CMD} -e '/LIBS/s/-lrt//' ${WRKSRC}/configure From owner-svn-ports-head@freebsd.org Thu Dec 24 17:52:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45D44A51AEC; Thu, 24 Dec 2015 17:52: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 "abg.ninja", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A94A413B5; Thu, 24 Dec 2015 17:52:11 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id 822b98b6 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Thu, 24 Dec 2015 10:52:08 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: svn commit: r404326 - head/shells/zsh From: Adam Weinberger In-Reply-To: <20151223231402.GF20454@ivaldir.etoilebsd.net> Date: Thu, 24 Dec 2015 10:52:06 -0700 Cc: Adam Weinberger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <1A952F45-D4C6-4039-9FEA-749F0CC58DE8@adamw.org> References: <201512232256.tBNMukWr007966@repo.freebsd.org> <20151223231402.GF20454@ivaldir.etoilebsd.net> To: Baptiste Daroussin X-Mailer: Apple Mail (2.3112) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 17:52:12 -0000 > On 23 Dec, 2015, at 16:14, Baptiste Daroussin = wrote: >=20 > On Wed, Dec 23, 2015 at 10:56:46PM +0000, Adam Weinberger wrote: >> Author: adamw >> Date: Wed Dec 23 22:56:46 2015 >> New Revision: 404326 >> URL: https://svnweb.freebsd.org/changeset/ports/404326 >>=20 >> Log: >> Partially revert r403755. It can't build the curses module against = ncurses from >> ports. It probably can, but configure is too smart to figure that = out. >>=20 >> I have no confidence that linking against curses from ports results = in a properly >> working zshell. So, for now, back out the change. It will build a = shared lib zsh >> against ncurses from ports, but breaks statically-linked zsh's. Mark = the port >> as IGNORE if we're using ncurses from ports and building a static = zsh. >>=20 >> Also, remove a regression-test target that isn't useful anymore = (thanks to bapt >> for the reminder about this). >>=20 >> I am not enthused about this change. It doesn't really "fix" the = below PR, so >> much as shoot ourselves in the other foot instead. >>=20 >> PR: 205500 >>=20 > The solution is to make --with-term-lib=3D"tinfow tinfo" only when = building static > because when building static you will never build the curses module >=20 > something like --with-term-lib=3D"${TERMLIB}" > TERMLIB=3D"ncursesw ncurses" >=20 > then later: > .if ${PORT_OPTIONS:MSTATIC} > TERMLIB=3D"tinfow tinfo" > .endif >=20 > Which will also fix static building with base the day we split = libtinfo* from > libncurses, which would be nice to do in base :) bapt, you are my hero. Thank you! Committed in r404382. # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-head@freebsd.org Thu Dec 24 18:05:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91159A51F19; Thu, 24 Dec 2015 18:05:58 +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 61B431CBC; Thu, 24 Dec 2015 18:05:58 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOI5vhx053358; Thu, 24 Dec 2015 18:05:57 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOI5v91053356; Thu, 24 Dec 2015 18:05:57 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201512241805.tBOI5v91053356@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 24 Dec 2015 18:05:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404384 - head/games/bsdgames X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 18:05:58 -0000 Author: adamw Date: Thu Dec 24 18:05:57 2015 New Revision: 404384 URL: https://svnweb.freebsd.org/changeset/ports/404384 Log: Update to the DragonflyBSD 4.4.1 source. Modified: head/games/bsdgames/Makefile head/games/bsdgames/distinfo Modified: head/games/bsdgames/Makefile ============================================================================== --- head/games/bsdgames/Makefile Thu Dec 24 17:51:37 2015 (r404383) +++ head/games/bsdgames/Makefile Thu Dec 24 18:05:57 2015 (r404384) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bsdgames -PORTVERSION= 4.2.4 +PORTVERSION= 4.4.1 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= LOCAL/adamw Modified: head/games/bsdgames/distinfo ============================================================================== --- head/games/bsdgames/distinfo Thu Dec 24 17:51:37 2015 (r404383) +++ head/games/bsdgames/distinfo Thu Dec 24 18:05:57 2015 (r404384) @@ -1,2 +1,2 @@ -SHA256 (bsdgames-4.2.4.tar.xz) = e482b385976e22423adf6242db1e8822bf5278967b8c29345b48b37470f2ed23 -SIZE (bsdgames-4.2.4.tar.xz) = 1750904 +SHA256 (bsdgames-4.4.1.tar.xz) = 2d47928811574a9d9e0016d7f66c2c2f5f8a2c12aac686f71de238db13642d30 +SIZE (bsdgames-4.4.1.tar.xz) = 1749756 From owner-svn-ports-head@freebsd.org Thu Dec 24 19:27:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69167A51C13; Thu, 24 Dec 2015 19:27:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 35D631A88; Thu, 24 Dec 2015 19:27:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOJREmL076629; Thu, 24 Dec 2015 19:27:14 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOJREYp076627; Thu, 24 Dec 2015 19:27:14 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512241927.tBOJREYp076627@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 24 Dec 2015 19:27:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404385 - head/www/py-django-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 19:27:15 -0000 Author: miwi Date: Thu Dec 24 19:27:13 2015 New Revision: 404385 URL: https://svnweb.freebsd.org/changeset/ports/404385 Log: - Update to 1.6.1 PR: 205534 Submitted by: maintainer Modified: head/www/py-django-extensions/Makefile head/www/py-django-extensions/distinfo Modified: head/www/py-django-extensions/Makefile ============================================================================== --- head/www/py-django-extensions/Makefile Thu Dec 24 18:05:57 2015 (r404384) +++ head/www/py-django-extensions/Makefile Thu Dec 24 19:27:13 2015 (r404385) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-extensions -PORTVERSION= 1.5.9 +PORTVERSION= 1.6.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-django-extensions/distinfo ============================================================================== --- head/www/py-django-extensions/distinfo Thu Dec 24 18:05:57 2015 (r404384) +++ head/www/py-django-extensions/distinfo Thu Dec 24 19:27:13 2015 (r404385) @@ -1,2 +1,2 @@ -SHA256 (django-extensions-1.5.9.tar.gz) = 59c12ad4dae6cb7a54deac626a0907d8b0d19b5757dc1d15b06374695131528b -SIZE (django-extensions-1.5.9.tar.gz) = 405401 +SHA256 (django-extensions-1.6.1.tar.gz) = 4799534f35eba1c07cb6f9859aa5bb719886769f5d35d2a38e7490ce90c0ce69 +SIZE (django-extensions-1.6.1.tar.gz) = 371907 From owner-svn-ports-head@freebsd.org Thu Dec 24 19:28:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0884A51C99; Thu, 24 Dec 2015 19:28:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 91A781BCC; Thu, 24 Dec 2015 19:28:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOJS4o5076779; Thu, 24 Dec 2015 19:28:04 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOJS4Ro076777; Thu, 24 Dec 2015 19:28:04 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512241928.tBOJS4Ro076777@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 24 Dec 2015 19:28:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404386 - head/net/rubygem-bunny X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 19:28:05 -0000 Author: miwi Date: Thu Dec 24 19:28:04 2015 New Revision: 404386 URL: https://svnweb.freebsd.org/changeset/ports/404386 Log: - Update to 2.2.2 PR: 205437 Submitted by: maintainer Modified: head/net/rubygem-bunny/Makefile head/net/rubygem-bunny/distinfo Modified: head/net/rubygem-bunny/Makefile ============================================================================== --- head/net/rubygem-bunny/Makefile Thu Dec 24 19:27:13 2015 (r404385) +++ head/net/rubygem-bunny/Makefile Thu Dec 24 19:28:04 2015 (r404386) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bunny -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.2 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-bunny/distinfo ============================================================================== --- head/net/rubygem-bunny/distinfo Thu Dec 24 19:27:13 2015 (r404385) +++ head/net/rubygem-bunny/distinfo Thu Dec 24 19:28:04 2015 (r404386) @@ -1,2 +1,2 @@ -SHA256 (rubygem/bunny-2.2.1.gem) = ff05d3a86257e0cc8c1480a7918da9d476bed90ece06fbfbb19319b9c224a81b -SIZE (rubygem/bunny-2.2.1.gem) = 184320 +SHA256 (rubygem/bunny-2.2.2.gem) = 36a2b307dcc7f271e9027cb8dde5827b7e02c6a8e4694c0e693b746e4d171a9b +SIZE (rubygem/bunny-2.2.2.gem) = 184320 From owner-svn-ports-head@freebsd.org Thu Dec 24 19:32:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 040A3A51D71; Thu, 24 Dec 2015 19:32:08 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B0BCF1D94; Thu, 24 Dec 2015 19:32:07 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOJW6Qt077708; Thu, 24 Dec 2015 19:32:06 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOJW6U4077704; Thu, 24 Dec 2015 19:32:06 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512241932.tBOJW6U4077704@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 24 Dec 2015 19:32:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404387 - in head/net: . py-txrestapi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 19:32:08 -0000 Author: miwi Date: Thu Dec 24 19:32:06 2015 New Revision: 404387 URL: https://svnweb.freebsd.org/changeset/ports/404387 Log: txrestapi makes it easier to create Twisted REST API services. Normally, one would create Resource subclasses defining each segment of a path; this is cubersome to implement and results in output that isn't very readable. txrestapi provides an APIResource class allowing complex mapping of path to callback (a la Django) with a readable decorator. WWW: https://pypi.python.org/pypi/txrestapi/ PR: 205064 Submitted by: Yuri Victorovich Added: head/net/py-txrestapi/ head/net/py-txrestapi/Makefile (contents, props changed) head/net/py-txrestapi/distinfo (contents, props changed) head/net/py-txrestapi/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Thu Dec 24 19:28:04 2015 (r404386) +++ head/net/Makefile Thu Dec 24 19:32:06 2015 (r404387) @@ -996,6 +996,7 @@ SUBDIR += py-twitter SUBDIR += py-twitter-tools SUBDIR += py-txamqp + SUBDIR += py-txrestapi SUBDIR += py-uritemplate SUBDIR += py-urllib3 SUBDIR += py-wolframalpha Added: head/net/py-txrestapi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-txrestapi/Makefile Thu Dec 24 19:32:06 2015 (r404387) @@ -0,0 +1,19 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= txrestapi +PORTVERSION= 0.2 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@rawbw.com +COMMENT= Easing the creation of REST API services in Python + +LICENSE= MIT + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include Added: head/net/py-txrestapi/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-txrestapi/distinfo Thu Dec 24 19:32:06 2015 (r404387) @@ -0,0 +1,2 @@ +SHA256 (txrestapi-0.2.tar.gz) = 3e432b88bc3788255a4d873e72c1ef6e9d0883306e95cd36c79542e792a08e31 +SIZE (txrestapi-0.2.tar.gz) = 5233 Added: head/net/py-txrestapi/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-txrestapi/pkg-descr Thu Dec 24 19:32:06 2015 (r404387) @@ -0,0 +1,8 @@ +txrestapi makes it easier to create Twisted REST API services. Normally, +one would create Resource subclasses defining each segment of a path; +this is cubersome to implement and results in output that isn't very +readable. txrestapi provides an APIResource class allowing complex +mapping of path to callback (a la Django) with a readable decorator. + + +WWW: https://pypi.python.org/pypi/txrestapi/ From owner-svn-ports-head@freebsd.org Thu Dec 24 19:36:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4CBECA51FA3; Thu, 24 Dec 2015 19:36:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 00A2B116D; Thu, 24 Dec 2015 19:36:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOJa4Sh079965; Thu, 24 Dec 2015 19:36:04 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOJa3iS079961; Thu, 24 Dec 2015 19:36:03 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512241936.tBOJa3iS079961@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 24 Dec 2015 19:36:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404388 - in head/devel: . py-nose-cov X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 19:36:05 -0000 Author: miwi Date: Thu Dec 24 19:36:03 2015 New Revision: 404388 URL: https://svnweb.freebsd.org/changeset/ports/404388 Log: nose plugin for coverage reporting, including subprocesses and multiprocessing. WWW: https://pypi.python.org/pypi/nose-cov/ PR: 205068 Submitted by: Yuri Victorovich Added: head/devel/py-nose-cov/ head/devel/py-nose-cov/Makefile (contents, props changed) head/devel/py-nose-cov/distinfo (contents, props changed) head/devel/py-nose-cov/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Dec 24 19:32:06 2015 (r404387) +++ head/devel/Makefile Thu Dec 24 19:36:03 2015 (r404388) @@ -4150,6 +4150,7 @@ SUBDIR += py-natural SUBDIR += py-ncurses SUBDIR += py-nose + SUBDIR += py-nose-cov SUBDIR += py-notifier SUBDIR += py-notify SUBDIR += py-ocempgui Added: head/devel/py-nose-cov/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-nose-cov/Makefile Thu Dec 24 19:36:03 2015 (r404388) @@ -0,0 +1,21 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= nose-cov +PORTVERSION= 1.6 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@rawbw.com +COMMENT= Nose plugin for coverage reporting + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}nose>=0:${PORTSDIR}/devel/py-nose + +USES= python +USE_PYTHON= autoplist concurrent distutils + +.include Added: head/devel/py-nose-cov/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-nose-cov/distinfo Thu Dec 24 19:36:03 2015 (r404388) @@ -0,0 +1,2 @@ +SHA256 (nose-cov-1.6.tar.gz) = 8bec0335598f1cc69e3262cc50d7678c1a6010fa44625ce343c4ec1500774412 +SIZE (nose-cov-1.6.tar.gz) = 5352 Added: head/devel/py-nose-cov/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-nose-cov/pkg-descr Thu Dec 24 19:36:03 2015 (r404388) @@ -0,0 +1,3 @@ +nose plugin for coverage reporting, including subprocesses and multiprocessing. + +WWW: https://pypi.python.org/pypi/nose-cov/ From owner-svn-ports-head@freebsd.org Thu Dec 24 19:37:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4DD1A5000F; Thu, 24 Dec 2015 19:37:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 949B012A5; Thu, 24 Dec 2015 19:37:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOJbYaU080125; Thu, 24 Dec 2015 19:37:34 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOJbY4P080124; Thu, 24 Dec 2015 19:37:34 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512241937.tBOJbY4P080124@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 24 Dec 2015 19:37:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404389 - head/x11-clocks/emiclock X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 19:37:35 -0000 Author: miwi Date: Thu Dec 24 19:37:34 2015 New Revision: 404389 URL: https://svnweb.freebsd.org/changeset/ports/404389 Log: - Update MASTER_SITES PR: 205530 Submitted by: nyan@ Modified: head/x11-clocks/emiclock/Makefile Modified: head/x11-clocks/emiclock/Makefile ============================================================================== --- head/x11-clocks/emiclock/Makefile Thu Dec 24 19:36:03 2015 (r404388) +++ head/x11-clocks/emiclock/Makefile Thu Dec 24 19:37:34 2015 (r404389) @@ -5,13 +5,11 @@ PORTNAME= emiclock PORTVERSION= 2.0.2 PORTREVISION= 4 CATEGORIES= x11-clocks -MASTER_SITES= http://ftp.vector.co.jp/pack/unix/personal/tokei/ +MASTER_SITES= LOCAL/nyan MAINTAINER= ports@FreeBSD.org COMMENT= Hyper-animated face analog clock for X11 -BROKEN= unfetchable - USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt From owner-svn-ports-head@freebsd.org Thu Dec 24 19:47:44 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3FAB4A50417; Thu, 24 Dec 2015 19:47:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C83D1A96; Thu, 24 Dec 2015 19:47:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOJlhE1082998; Thu, 24 Dec 2015 19:47:43 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOJlhIC082997; Thu, 24 Dec 2015 19:47:43 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512241947.tBOJlhIC082997@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 24 Dec 2015 19:47:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404390 - head/games/bsp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 19:47:44 -0000 Author: miwi Date: Thu Dec 24 19:47:42 2015 New Revision: 404390 URL: https://svnweb.freebsd.org/changeset/ports/404390 Log: - Add a backup mirror [1] - While here switch to options helper PR: 205533 [1] Submitted by: Kyle Evans Modified: head/games/bsp/Makefile Modified: head/games/bsp/Makefile ============================================================================== --- head/games/bsp/Makefile Thu Dec 24 19:37:34 2015 (r404389) +++ head/games/bsp/Makefile Thu Dec 24 19:47:42 2015 (r404390) @@ -4,12 +4,12 @@ PORTNAME= bsp PORTVERSION= 5.2 CATEGORIES= games -MASTER_SITES= http://games.moria.org.uk/doom/bsp/download/ +MASTER_SITES= http://games.moria.org.uk/doom/bsp/download/ \ + http://files.kyle-evans.net/freebsd/ MAINTAINER= ports@FreeBSD.org COMMENT= Node builder for Doom -BROKEN= unfetchable LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING @@ -25,6 +25,8 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bsp ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/bsp.6 ${STAGEDIR}${MANPREFIX}/man/man6 + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Thu Dec 24 22:23:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99F7CA51A97; Thu, 24 Dec 2015 22:23:04 +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 3C4051116; Thu, 24 Dec 2015 22:23:04 +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 tBOMN3R0029169; Thu, 24 Dec 2015 22:23:03 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOMN3OU029165; Thu, 24 Dec 2015 22:23:03 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201512242223.tBOMN3OU029165@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Thu, 24 Dec 2015 22:23:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404391 - head/www/grafana2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 22:23:04 -0000 Author: junovitch Date: Thu Dec 24 22:23:03 2015 New Revision: 404391 URL: https://svnweb.freebsd.org/changeset/ports/404391 Log: www/grafana2: update 2.5.0 -> 2.6.0 - Update GH_ACCOUNT, GH_PROJECT, and GH_TAGNAME dependencies for 2.6.0 - Remove superfluous bsd.port.options.mk include - Mute ${MKDIR} and ${MV} calls during post-extract PR: 205450 Submitted by: Thomas Bartelmess (maintainer) Modified: head/www/grafana2/Makefile head/www/grafana2/distinfo head/www/grafana2/pkg-plist Modified: head/www/grafana2/Makefile ============================================================================== --- head/www/grafana2/Makefile Thu Dec 24 19:47:42 2015 (r404390) +++ head/www/grafana2/Makefile Thu Dec 24 22:23:03 2015 (r404391) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= grafana2 -PORTVERSION= 2.5.0 +PORTVERSION= 2.6.0 DISTVERSIONPREFIX= v CATEGORIES= www @@ -19,29 +19,28 @@ USE_RC_SUBR= grafana2 USES= compiler USE_GITHUB= yes -GH_ACCOUNT= grafana rainycape:unidecode go-redis:redis \ - go-sql-driver:mysql go-bufio:bufio lib:pq smartystreets:goconvey \ - gosimple:slug go-xorm:xorm,core vaughan0:go_ini go-ini:ini \ - jtolds:gls streadway:amqp golang:net,oauth2 \ - macaron-contrib:session,binding go-asn1-ber:asn1_ber \ - Unknwon:com,macaron mattn:go_sqlite3 BurntSushi:toml go-ldap:ldap \ - aws:aws_sdk_go davecgh:go_spew -GH_PROJECT= grafana go-spew:go_spew mysql:mysql \ - aws-sdk-go:aws_sdk_go goconvey:goconvey asn1-ber:asn1_ber \ - amqp:amqp xorm:xorm toml:toml core:core session:session \ - go-sqlite3:go_sqlite3 com:com macaron:macaron ldap:ldap \ - bufio:bufio pq:pq ini:ini net:net go-ini:go_ini \ - unidecode:unidecode redis:redis slug:slug gls:gls binding:binding \ - oauth2:oauth2 +GH_ACCOUNT= grafana rainycape:unidecode aws:aws_sdk_go \ + Unknwon:macaron,com jtolds:gls streadway:amqp mattn:go_sqlite3 \ + davecgh:go_spew golang:net,oauth2 smartystreets:goconvey \ + jmespath:go_jmespath go-bufio:bufio BurntSushi:toml gosimple:slug \ + go-sql-driver:mysql macaron-contrib:session,binding lib:pq \ + go-ldap:ldap go-redis:redis go-ini:ini go-xorm:core,xorm \ + go-asn1-ber:asn1_ber +GH_PROJECT= grafana mysql:mysql aws-sdk-go:aws_sdk_go ini:ini \ + session:session gls:gls core:core bufio:bufio net:net \ + go-sqlite3:go_sqlite3 go-jmespath:go_jmespath slug:slug xorm:xorm \ + amqp:amqp redis:redis macaron:macaron toml:toml go-spew:go_spew \ + goconvey:goconvey asn1-ber:asn1_ber pq:pq binding:binding \ + unidecode:unidecode ldap:ldap com:com oauth2:oauth2 GH_TAGNAME= ${DISTVERSIONPREFIX}${PORTVERSION} \ - v1.2-26-g9543750:mysql e28cd44:go_sqlite3 \ - 1.5.0-356-gfbc0a1c:goconvey 150b7f2:amqp v0.4.2-58-ge2889e5:xorm \ - v0.1.0-21-g056c9bc:toml go1.0-cutoff-13-g19eeca3:pq \ - 31e841d:session d9bcf40:com 93de4f3:macaron v1-19-g83e6542:ldap \ - v1:bufio 2df1748:go_spew be6e7ac:core v0-16-g1772191:ini \ - 972f0c5:net v1:asn1_ber v0.9.16-3-g4944a94:aws_sdk_go v2.3.2:redis \ - 836ef0a:unidecode 8d25846:slug f1ac7f4:gls a98ad7e:go_ini \ - 0fbe4b9:binding c58fcf0:oauth2 + v1.2-26-g9543750:mysql 972f0c5:net v1.0.0:aws_sdk_go \ + v0-16-g1772191:ini 31e841d:session f1ac7f4:gls c58fcf0:oauth2 \ + v1:bufio go1.0-cutoff-13-g19eeca3:pq v0.1.0-21-g056c9bc:toml \ + 8d25846:slug v0.4.2-58-ge2889e5:xorm 0.2.2:go_jmespath \ + 150b7f2:amqp v2.3.2:redis 93de4f3:macaron e28cd44:go_sqlite3 \ + d9bcf40:com 1.5.0-356-gfbc0a1c:goconvey v1:asn1_ber \ + 0fbe4b9:binding 836ef0a:unidecode v1-19-g83e6542:ldap \ + 2df1748:go_spew be6e7ac:core GRAFANA_USER?= grafana GRAFANA_GROUP?= grafana @@ -64,8 +63,6 @@ SUB_LIST+= GRAFANA_USER=${GRAFANA_USER} PLIST_SUB+= GRAFANAHOMEDIR=${GRAFANAHOMEDIR} -.include - MASTER_SITES+= http://files.bartelmess.io/public/:static_assets DISTFILES+= grafana-static-${PORTVERSION}.tar.gz:static_assets @@ -77,57 +74,58 @@ post-extract: @${MV} ${WRKSRC}/${src} \ ${WRKSRC}/src/github.com/${GH_ACCOUNT}/grafana .endfor - ${MKDIR} ${WRKSRC}/src/github.com/davecgh - ${MKDIR} ${WRKSRC}/src/gopkg.in - ${MKDIR} ${WRKSRC}/src/github.com/go-sql-driver - ${MKDIR} ${WRKSRC}/src/github.com/aws - ${MKDIR} ${WRKSRC}/src/github.com/smartystreets - ${MKDIR} ${WRKSRC}/src/gopkg.in - ${MKDIR} ${WRKSRC}/src/github.com/streadway - ${MKDIR} ${WRKSRC}/src/github.com/go-xorm - ${MKDIR} ${WRKSRC}/src/github.com/BurntSushi - ${MKDIR} ${WRKSRC}/src/github.com/go-xorm - ${MKDIR} ${WRKSRC}/src/github.com/macaron-contrib - ${MKDIR} ${WRKSRC}/src/github.com/Unknwon - ${MKDIR} ${WRKSRC}/src/github.com/Unknwon - ${MKDIR} ${WRKSRC}/src/github.com/go-ldap - ${MKDIR} ${WRKSRC}/src/gopkg.in - ${MKDIR} ${WRKSRC}/src/github.com/lib - ${MKDIR} ${WRKSRC}/src/golang.org/x - ${MKDIR} ${WRKSRC}/src/github.com/mattn - ${MKDIR} ${WRKSRC}/src/github.com/vaughan0 - ${MKDIR} ${WRKSRC}/src/github.com/rainycape - ${MKDIR} ${WRKSRC}/src/gopkg.in - ${MKDIR} ${WRKSRC}/src/github.com/gosimple - ${MKDIR} ${WRKSRC}/src/github.com/jtolds - ${MKDIR} ${WRKSRC}/src/github.com/macaron-contrib - ${MKDIR} ${WRKSRC}/src/golang.org/x - - ${MV} ${WRKSRC_go_spew} ${WRKSRC}/src/github.com/davecgh/go-spew - ${MV} ${WRKSRC_ini} ${WRKSRC}/src/gopkg.in/ini.v1 - ${MV} ${WRKSRC_mysql} ${WRKSRC}/src/github.com/go-sql-driver/mysql - ${MV} ${WRKSRC_aws_sdk_go} ${WRKSRC}/src/github.com/aws/aws-sdk-go - ${MV} ${WRKSRC_goconvey} ${WRKSRC}/src/github.com/smartystreets/goconvey - ${MV} ${WRKSRC_asn1_ber} ${WRKSRC}/src/gopkg.in/asn1-ber.v1 - ${MV} ${WRKSRC_amqp} ${WRKSRC}/src/github.com/streadway/amqp - ${MV} ${WRKSRC_xorm} ${WRKSRC}/src/github.com/go-xorm/xorm - ${MV} ${WRKSRC_toml} ${WRKSRC}/src/github.com/BurntSushi/toml - ${MV} ${WRKSRC_core} ${WRKSRC}/src/github.com/go-xorm/core - ${MV} ${WRKSRC_session} ${WRKSRC}/src/github.com/macaron-contrib/session - ${MV} ${WRKSRC_com} ${WRKSRC}/src/github.com/Unknwon/com - ${MV} ${WRKSRC_macaron} ${WRKSRC}/src/github.com/Unknwon/macaron - ${MV} ${WRKSRC_ldap} ${WRKSRC}/src/github.com/go-ldap/ldap - ${MV} ${WRKSRC_bufio} ${WRKSRC}/src/gopkg.in/bufio.v1 - ${MV} ${WRKSRC_pq} ${WRKSRC}/src/github.com/lib/pq - ${MV} ${WRKSRC_net} ${WRKSRC}/src/golang.org/x/net - ${MV} ${WRKSRC_go_sqlite3} ${WRKSRC}/src/github.com/mattn/go-sqlite3 - ${MV} ${WRKSRC_go_ini} ${WRKSRC}/src/github.com/vaughan0/go-ini - ${MV} ${WRKSRC_unidecode} ${WRKSRC}/src/github.com/rainycape/unidecode - ${MV} ${WRKSRC_redis} ${WRKSRC}/src/gopkg.in/redis.v2 - ${MV} ${WRKSRC_slug} ${WRKSRC}/src/github.com/gosimple/slug - ${MV} ${WRKSRC_gls} ${WRKSRC}/src/github.com/jtolds/gls - ${MV} ${WRKSRC_binding} ${WRKSRC}/src/github.com/macaron-contrib/binding - ${MV} ${WRKSRC_oauth2} ${WRKSRC}/src/golang.org/x/oauth2 + @${MKDIR} ${WRKSRC}/src/github.com/go-sql-driver + @${MKDIR} ${WRKSRC}/src/github.com/aws + @${MKDIR} ${WRKSRC}/src/gopkg.in + @${MKDIR} ${WRKSRC}/src/github.com/macaron-contrib + @${MKDIR} ${WRKSRC}/src/github.com/jtolds + @${MKDIR} ${WRKSRC}/src/github.com/go-xorm + @${MKDIR} ${WRKSRC}/src/gopkg.in + @${MKDIR} ${WRKSRC}/src/github.com/mattn + @${MKDIR} ${WRKSRC}/src/github.com/jmespath + @${MKDIR} ${WRKSRC}/src/golang.org/x + @${MKDIR} ${WRKSRC}/src/github.com/gosimple + @${MKDIR} ${WRKSRC}/src/github.com/smartystreets + @${MKDIR} ${WRKSRC}/src/github.com/davecgh + @${MKDIR} ${WRKSRC}/src/github.com/streadway + @${MKDIR} ${WRKSRC}/src/golang.org/x + @${MKDIR} ${WRKSRC}/src/gopkg.in + @${MKDIR} ${WRKSRC}/src/github.com/Unknwon + @${MKDIR} ${WRKSRC}/src/github.com/macaron-contrib + @${MKDIR} ${WRKSRC}/src/github.com/go-xorm + @${MKDIR} ${WRKSRC}/src/github.com/Unknwon + @${MKDIR} ${WRKSRC}/src/gopkg.in + @${MKDIR} ${WRKSRC}/src/github.com/BurntSushi + @${MKDIR} ${WRKSRC}/src/github.com/rainycape + @${MKDIR} ${WRKSRC}/src/github.com/go-ldap + @${MKDIR} ${WRKSRC}/src/github.com/lib + + @${MV} ${WRKSRC_mysql} ${WRKSRC}/src/github.com/go-sql-driver/mysql + @${MV} ${WRKSRC_aws_sdk_go} ${WRKSRC}/src/github.com/aws/aws-sdk-go + @${MV} ${WRKSRC_ini} ${WRKSRC}/src/gopkg.in/ini.v1 + @${MV} ${WRKSRC_session} ${WRKSRC}/src/github.com/macaron-contrib/session + @${MV} ${WRKSRC_gls} ${WRKSRC}/src/github.com/jtolds/gls + @${MV} ${WRKSRC_core} ${WRKSRC}/src/github.com/go-xorm/core + @${MV} ${WRKSRC_bufio} ${WRKSRC}/src/gopkg.in/bufio.v1 + @${MV} ${WRKSRC_go_sqlite3} ${WRKSRC}/src/github.com/mattn/go-sqlite3 + @${MV} ${WRKSRC_go_jmespath} ${WRKSRC}/src/github.com/jmespath/go-jmespath + @${MV} ${WRKSRC_net} ${WRKSRC}/src/golang.org/x/net + @${MV} ${WRKSRC_slug} ${WRKSRC}/src/github.com/gosimple/slug + @${MV} ${WRKSRC_goconvey} ${WRKSRC}/src/github.com/smartystreets/goconvey + @${MV} ${WRKSRC_go_spew} ${WRKSRC}/src/github.com/davecgh/go-spew + @${MV} ${WRKSRC_amqp} ${WRKSRC}/src/github.com/streadway/amqp + @${MV} ${WRKSRC_oauth2} ${WRKSRC}/src/golang.org/x/oauth2 + @${MV} ${WRKSRC_redis} ${WRKSRC}/src/gopkg.in/redis.v2 + @${MV} ${WRKSRC_macaron} ${WRKSRC}/src/github.com/Unknwon/macaron + @${MV} ${WRKSRC_binding} ${WRKSRC}/src/github.com/macaron-contrib/binding + @${MV} ${WRKSRC_xorm} ${WRKSRC}/src/github.com/go-xorm/xorm + @${MV} ${WRKSRC_com} ${WRKSRC}/src/github.com/Unknwon/com + @${MV} ${WRKSRC_asn1_ber} ${WRKSRC}/src/gopkg.in/asn1-ber.v1 + @${MV} ${WRKSRC_toml} ${WRKSRC}/src/github.com/BurntSushi/toml + @${MV} ${WRKSRC_unidecode} ${WRKSRC}/src/github.com/rainycape/unidecode + @${MV} ${WRKSRC_ldap} ${WRKSRC}/src/github.com/go-ldap/ldap + @${MV} ${WRKSRC_pq} ${WRKSRC}/src/github.com/lib/pq + ${RM} -rf ${WRKSRC}/src/github.com/${GH_ACCOUNT}/grafana/public ${MV} ${WRKDIR}/public ${WRKSRC}/src/github.com/${GH_ACCOUNT}/grafana/ ${RM} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/grafana/public/.DS_Store Modified: head/www/grafana2/distinfo ============================================================================== --- head/www/grafana2/distinfo Thu Dec 24 19:47:42 2015 (r404390) +++ head/www/grafana2/distinfo Thu Dec 24 22:23:03 2015 (r404391) @@ -1,54 +1,54 @@ -SHA256 (grafana-static-2.5.0.tar.gz) = 12536b163ec3746501aab33c22aeeb381dec8f52e9c355135bb8a81bda4ab934 -SIZE (grafana-static-2.5.0.tar.gz) = 2245789 -SHA256 (grafana-grafana-v2.5.0_GH0.tar.gz) = 1f18a36a7fe1ee4ca99d8289f7bc677a7043745763f8692f5af4a210f8eb920b -SIZE (grafana-grafana-v2.5.0_GH0.tar.gz) = 5549656 -SHA256 (vaughan0-go-ini-a98ad7e_GH0.tar.gz) = f8daa0afa08af1fdce4747074602078c72f49fd60c7d8dc3d07b6b7e70cd5f82 -SIZE (vaughan0-go-ini-a98ad7e_GH0.tar.gz) = 3694 -SHA256 (go-ldap-ldap-v1-19-g83e6542_GH0.tar.gz) = 324e4acc3e4e419e313da99f202eb2e45d1276a46272be5406117ea25a7600be -SIZE (go-ldap-ldap-v1-19-g83e6542_GH0.tar.gz) = 21326 +SHA256 (grafana-static-2.6.0.tar.gz) = 3544b63cc4b83d418da7d66a95a79748303b69af7006b4dd156f7d5f0714abc2 +SIZE (grafana-static-2.6.0.tar.gz) = 4561555 +SHA256 (grafana-grafana-v2.6.0_GH0.tar.gz) = 58ad96f5ded48976bacbddc8b7a6a1f9409650d91bcbd7cc3e2cc03e3824cc51 +SIZE (grafana-grafana-v2.6.0_GH0.tar.gz) = 5666091 +SHA256 (BurntSushi-toml-v0.1.0-21-g056c9bc_GH0.tar.gz) = f763f7db89a755cf176f8e095e90fbf7e51ecfaafd041148d66c2eae95cacc65 +SIZE (BurntSushi-toml-v0.1.0-21-g056c9bc_GH0.tar.gz) = 37127 SHA256 (Unknwon-macaron-93de4f3_GH0.tar.gz) = be12ff70c0124592841ef0011bbf5ecb274af3a9c0ef22beb3870b6d6996377b SIZE (Unknwon-macaron-93de4f3_GH0.tar.gz) = 128699 SHA256 (Unknwon-com-d9bcf40_GH0.tar.gz) = cef114e03f206fb87808e51e9e786c1b61e35f31d9977586482ab3c68a42284e SIZE (Unknwon-com-d9bcf40_GH0.tar.gz) = 18597 -SHA256 (macaron-contrib-session-31e841d_GH0.tar.gz) = b95e591da78d1a87cdfb02405f7ea8af847e39606c8f7e70099bdfc59baef8e1 -SIZE (macaron-contrib-session-31e841d_GH0.tar.gz) = 16822 -SHA256 (macaron-contrib-binding-0fbe4b9_GH0.tar.gz) = 629e84b0869db2861e7f9f16899d77bf677459c47466f1dba82f65ee8e451ae7 -SIZE (macaron-contrib-binding-0fbe4b9_GH0.tar.gz) = 19480 -SHA256 (golang-net-972f0c5_GH0.tar.gz) = 2e0ebb20c89a9684d26ae658a908507bf1af0528278eeafd33197ac8e145800a -SIZE (golang-net-972f0c5_GH0.tar.gz) = 413438 -SHA256 (golang-oauth2-c58fcf0_GH0.tar.gz) = 7b3c878b905bd81aa0fead165cddd5412695044674808cc114f8c96f6da0d58f -SIZE (golang-oauth2-c58fcf0_GH0.tar.gz) = 28989 -SHA256 (rainycape-unidecode-836ef0a_GH0.tar.gz) = 46f5f7669c428e50197710b6c2506f0cadfa22e21d3873be31e0797712cc2193 -SIZE (rainycape-unidecode-836ef0a_GH0.tar.gz) = 387752 -SHA256 (mattn-go-sqlite3-e28cd44_GH0.tar.gz) = fa6b7731e2fd7b1319f1c9042deddbfa1cfac3662bbd695c9543804e7a81af61 -SIZE (mattn-go-sqlite3-e28cd44_GH0.tar.gz) = 1500762 -SHA256 (go-redis-redis-v2.3.2_GH0.tar.gz) = 0623b0643d84976c36a40b6c1923852730deaae1c58417940cfdfee9330e2612 -SIZE (go-redis-redis-v2.3.2_GH0.tar.gz) = 28390 -SHA256 (go-sql-driver-mysql-v1.2-26-g9543750_GH0.tar.gz) = be3e21d9f3bc3ea0ed91fd289be2f2a818c581d0bf2ae49aac2c10479f204fb3 -SIZE (go-sql-driver-mysql-v1.2-26-g9543750_GH0.tar.gz) = 47324 -SHA256 (lib-pq-go1.0-cutoff-13-g19eeca3_GH0.tar.gz) = b023d2b76dfdf0df10f395aaf63e8681e7ec6e0ba48c56af8ff371c3d8cbbd37 -SIZE (lib-pq-go1.0-cutoff-13-g19eeca3_GH0.tar.gz) = 62084 -SHA256 (gosimple-slug-8d25846_GH0.tar.gz) = 4bb1f89be5226ec398acc1d24855daefa77cbc9d387bae3a695f1671bfeec932 -SIZE (gosimple-slug-8d25846_GH0.tar.gz) = 5236 -SHA256 (go-asn1-ber-asn1-ber-v1_GH0.tar.gz) = 46b62858cba2399f019723e0671e5bb6190e8b31e6beccc30ab245c3f2e2ddd4 -SIZE (go-asn1-ber-asn1-ber-v1_GH0.tar.gz) = 5949 -SHA256 (BurntSushi-toml-v0.1.0-21-g056c9bc_GH0.tar.gz) = f763f7db89a755cf176f8e095e90fbf7e51ecfaafd041148d66c2eae95cacc65 -SIZE (BurntSushi-toml-v0.1.0-21-g056c9bc_GH0.tar.gz) = 37127 -SHA256 (aws-aws-sdk-go-v0.9.16-3-g4944a94_GH0.tar.gz) = f7862c412e8276aa95ad4ed056240ab2ed285dc1ab20460019855a5326623188 -SIZE (aws-aws-sdk-go-v0.9.16-3-g4944a94_GH0.tar.gz) = 2629141 -SHA256 (smartystreets-goconvey-1.5.0-356-gfbc0a1c_GH0.tar.gz) = 27f58570ebedff8cce3669cc12b56db105b12185d4b5371c8de9263940a6b5a3 -SIZE (smartystreets-goconvey-1.5.0-356-gfbc0a1c_GH0.tar.gz) = 1264583 SHA256 (davecgh-go-spew-2df1748_GH0.tar.gz) = d73159386577c8b05d0a5d1169a4d777a0f4e5af0435f04d1b06f28a0aab349c SIZE (davecgh-go-spew-2df1748_GH0.tar.gz) = 41657 SHA256 (go-bufio-bufio-v1_GH0.tar.gz) = 6d87ae729046b24e9c91695c39cdf5262d3376af950e3d0cfbfd60b03cf15f25 SIZE (go-bufio-bufio-v1_GH0.tar.gz) = 21833 +SHA256 (macaron-contrib-binding-0fbe4b9_GH0.tar.gz) = 629e84b0869db2861e7f9f16899d77bf677459c47466f1dba82f65ee8e451ae7 +SIZE (macaron-contrib-binding-0fbe4b9_GH0.tar.gz) = 19480 +SHA256 (macaron-contrib-session-31e841d_GH0.tar.gz) = b95e591da78d1a87cdfb02405f7ea8af847e39606c8f7e70099bdfc59baef8e1 +SIZE (macaron-contrib-session-31e841d_GH0.tar.gz) = 16822 +SHA256 (jmespath-go-jmespath-0.2.2_GH0.tar.gz) = d0a918ec689c3997077960c30d2ab6c1f93e3722684940d19286f85274cf56dd +SIZE (jmespath-go-jmespath-0.2.2_GH0.tar.gz) = 47588 +SHA256 (lib-pq-go1.0-cutoff-13-g19eeca3_GH0.tar.gz) = b023d2b76dfdf0df10f395aaf63e8681e7ec6e0ba48c56af8ff371c3d8cbbd37 +SIZE (lib-pq-go1.0-cutoff-13-g19eeca3_GH0.tar.gz) = 62084 SHA256 (jtolds-gls-f1ac7f4_GH0.tar.gz) = 146e7427527f7e126003982b2916f2468530411f6db72ddc0fdb002fa774831b SIZE (jtolds-gls-f1ac7f4_GH0.tar.gz) = 5494 +SHA256 (go-asn1-ber-asn1-ber-v1_GH0.tar.gz) = 46b62858cba2399f019723e0671e5bb6190e8b31e6beccc30ab245c3f2e2ddd4 +SIZE (go-asn1-ber-asn1-ber-v1_GH0.tar.gz) = 5949 SHA256 (go-xorm-core-be6e7ac_GH0.tar.gz) = 237550b6f2c34a990aa261c2ec8b8465506fa68b9e9b079920cf887bc36d0727 SIZE (go-xorm-core-be6e7ac_GH0.tar.gz) = 14123 SHA256 (go-xorm-xorm-v0.4.2-58-ge2889e5_GH0.tar.gz) = 51cc68ee0cbd872bddfb14319273aeaa0e21cf76d13bd3bd718a8283d822fefc SIZE (go-xorm-xorm-v0.4.2-58-ge2889e5_GH0.tar.gz) = 327152 SHA256 (go-ini-ini-v0-16-g1772191_GH0.tar.gz) = d2c2e1ed56596afd410da3191b784a7d579808765593c958946f1d3dc4b902ae SIZE (go-ini-ini-v0-16-g1772191_GH0.tar.gz) = 21019 +SHA256 (aws-aws-sdk-go-v1.0.0_GH0.tar.gz) = b4f1e7a8257aa281c65517565a59f2f58822531e36bf553d4eb93efca61b20a2 +SIZE (aws-aws-sdk-go-v1.0.0_GH0.tar.gz) = 2800610 +SHA256 (mattn-go-sqlite3-e28cd44_GH0.tar.gz) = fa6b7731e2fd7b1319f1c9042deddbfa1cfac3662bbd695c9543804e7a81af61 +SIZE (mattn-go-sqlite3-e28cd44_GH0.tar.gz) = 1500762 +SHA256 (go-ldap-ldap-v1-19-g83e6542_GH0.tar.gz) = 324e4acc3e4e419e313da99f202eb2e45d1276a46272be5406117ea25a7600be +SIZE (go-ldap-ldap-v1-19-g83e6542_GH0.tar.gz) = 21326 +SHA256 (go-redis-redis-v2.3.2_GH0.tar.gz) = 0623b0643d84976c36a40b6c1923852730deaae1c58417940cfdfee9330e2612 +SIZE (go-redis-redis-v2.3.2_GH0.tar.gz) = 28390 +SHA256 (gosimple-slug-8d25846_GH0.tar.gz) = 4bb1f89be5226ec398acc1d24855daefa77cbc9d387bae3a695f1671bfeec932 +SIZE (gosimple-slug-8d25846_GH0.tar.gz) = 5236 SHA256 (streadway-amqp-150b7f2_GH0.tar.gz) = 66b90e7be7e79c0766230863373cad956246462b9ffa52635988dc6a69b50500 SIZE (streadway-amqp-150b7f2_GH0.tar.gz) = 77845 +SHA256 (golang-oauth2-c58fcf0_GH0.tar.gz) = 7b3c878b905bd81aa0fead165cddd5412695044674808cc114f8c96f6da0d58f +SIZE (golang-oauth2-c58fcf0_GH0.tar.gz) = 28989 +SHA256 (golang-net-972f0c5_GH0.tar.gz) = 2e0ebb20c89a9684d26ae658a908507bf1af0528278eeafd33197ac8e145800a +SIZE (golang-net-972f0c5_GH0.tar.gz) = 413438 +SHA256 (smartystreets-goconvey-1.5.0-356-gfbc0a1c_GH0.tar.gz) = 27f58570ebedff8cce3669cc12b56db105b12185d4b5371c8de9263940a6b5a3 +SIZE (smartystreets-goconvey-1.5.0-356-gfbc0a1c_GH0.tar.gz) = 1264583 +SHA256 (rainycape-unidecode-836ef0a_GH0.tar.gz) = 46f5f7669c428e50197710b6c2506f0cadfa22e21d3873be31e0797712cc2193 +SIZE (rainycape-unidecode-836ef0a_GH0.tar.gz) = 387752 +SHA256 (go-sql-driver-mysql-v1.2-26-g9543750_GH0.tar.gz) = be3e21d9f3bc3ea0ed91fd289be2f2a818c581d0bf2ae49aac2c10479f204fb3 +SIZE (go-sql-driver-mysql-v1.2-26-g9543750_GH0.tar.gz) = 47324 Modified: head/www/grafana2/pkg-plist ============================================================================== --- head/www/grafana2/pkg-plist Thu Dec 24 19:47:42 2015 (r404390) +++ head/www/grafana2/pkg-plist Thu Dec 24 22:23:03 2015 (r404391) @@ -2,35 +2,21 @@ bin/grafana-server etc/grafana2.conf share/grafana/conf/defaults.ini share/grafana/public/app/app.js -share/grafana/public/app/components/config.js -share/grafana/public/app/components/extend-jquery.js -share/grafana/public/app/components/kbn.js -share/grafana/public/app/components/lodash.extended.js -share/grafana/public/app/components/panelmeta.d.ts -share/grafana/public/app/components/panelmeta.js -share/grafana/public/app/components/panelmeta.js.map -share/grafana/public/app/components/panelmeta.ts -share/grafana/public/app/components/partials.js -share/grafana/public/app/components/require.config.js -share/grafana/public/app/components/settings.js -share/grafana/public/app/components/store.js -share/grafana/public/app/components/timeSeries.js -share/grafana/public/app/controllers/all.js -share/grafana/public/app/controllers/console-ctrl.js -share/grafana/public/app/controllers/errorCtrl.js -share/grafana/public/app/controllers/grafanaCtrl.js -share/grafana/public/app/controllers/inspectCtrl.js -share/grafana/public/app/controllers/invitedCtrl.js -share/grafana/public/app/controllers/jsonEditorCtrl.js -share/grafana/public/app/controllers/loginCtrl.js -share/grafana/public/app/controllers/metricKeys.js -share/grafana/public/app/controllers/resetPasswordCtrl.js -share/grafana/public/app/controllers/search.js -share/grafana/public/app/controllers/sidemenuCtrl.js -share/grafana/public/app/controllers/signupCtrl.d.ts -share/grafana/public/app/controllers/signupCtrl.js -share/grafana/public/app/controllers/signupCtrl.js.map -share/grafana/public/app/controllers/signupCtrl.ts +share/grafana/public/app/core/config.js +share/grafana/public/app/core/controllers/all.js +share/grafana/public/app/core/controllers/error_ctrl.js +share/grafana/public/app/core/controllers/grafana_ctrl.js +share/grafana/public/app/core/controllers/inspect_ctrl.js +share/grafana/public/app/core/controllers/invited_ctrl.js +share/grafana/public/app/core/controllers/json_editor_ctrl.js +share/grafana/public/app/core/controllers/login_ctrl.js +share/grafana/public/app/core/controllers/reset_password_ctrl.js +share/grafana/public/app/core/controllers/search_ctrl.js +share/grafana/public/app/core/controllers/sidemenu_ctrl.js +share/grafana/public/app/core/controllers/signup_ctrl.d.ts +share/grafana/public/app/core/controllers/signup_ctrl.js +share/grafana/public/app/core/controllers/signup_ctrl.js.map +share/grafana/public/app/core/controllers/signup_ctrl.ts share/grafana/public/app/core/core.d.ts share/grafana/public/app/core/core.js share/grafana/public/app/core/core.js.map @@ -67,16 +53,45 @@ share/grafana/public/app/core/filters/fi share/grafana/public/app/core/filters/filters.js share/grafana/public/app/core/filters/filters.js.map share/grafana/public/app/core/filters/filters.ts +share/grafana/public/app/core/jquery_extended.js +share/grafana/public/app/core/lodash_extended.js +share/grafana/public/app/core/partials.js share/grafana/public/app/core/routes/all.js share/grafana/public/app/core/routes/bundle_loader.d.ts share/grafana/public/app/core/routes/bundle_loader.js share/grafana/public/app/core/routes/bundle_loader.js.map share/grafana/public/app/core/routes/bundle_loader.ts share/grafana/public/app/core/routes/dashboard_loaders.js +share/grafana/public/app/core/services/alert_srv.js +share/grafana/public/app/core/services/all.js +share/grafana/public/app/core/services/analytics.js +share/grafana/public/app/core/services/backend_srv.js +share/grafana/public/app/core/services/context_srv.js +share/grafana/public/app/core/services/datasource_srv.js +share/grafana/public/app/core/services/keyboard_manager.js +share/grafana/public/app/core/services/popover_srv.js +share/grafana/public/app/core/services/segment_srv.js +share/grafana/public/app/core/services/timer.js +share/grafana/public/app/core/services/util_srv.js +share/grafana/public/app/core/settings.js +share/grafana/public/app/core/store.js +share/grafana/public/app/core/table_model.d.ts +share/grafana/public/app/core/table_model.js +share/grafana/public/app/core/table_model.js.map +share/grafana/public/app/core/table_model.ts +share/grafana/public/app/core/time_series.d.ts +share/grafana/public/app/core/time_series.js +share/grafana/public/app/core/time_series.js.map +share/grafana/public/app/core/time_series.ts share/grafana/public/app/core/utils/datemath.d.ts share/grafana/public/app/core/utils/datemath.js share/grafana/public/app/core/utils/datemath.js.map share/grafana/public/app/core/utils/datemath.ts +share/grafana/public/app/core/utils/flatten.d.ts +share/grafana/public/app/core/utils/flatten.js +share/grafana/public/app/core/utils/flatten.js.map +share/grafana/public/app/core/utils/flatten.ts +share/grafana/public/app/core/utils/kbn.js share/grafana/public/app/core/utils/rangeutil.d.ts share/grafana/public/app/core/utils/rangeutil.js share/grafana/public/app/core/utils/rangeutil.js.map @@ -108,6 +123,7 @@ share/grafana/public/app/features/dashbo share/grafana/public/app/features/dashboard/importCtrl.js share/grafana/public/app/features/dashboard/keybindings.js share/grafana/public/app/features/dashboard/partials/dashboardTopNav.html +share/grafana/public/app/features/dashboard/partials/globalAlerts.html share/grafana/public/app/features/dashboard/partials/graphiteImport.html share/grafana/public/app/features/dashboard/partials/import.html share/grafana/public/app/features/dashboard/partials/linksEditor.html @@ -155,14 +171,18 @@ share/grafana/public/app/features/org/pa share/grafana/public/app/features/org/partials/orgUsers.html share/grafana/public/app/features/org/userInviteCtrl.js share/grafana/public/app/features/panel/all.js -share/grafana/public/app/features/panel/panelDirective.js -share/grafana/public/app/features/panel/panelHelper.js -share/grafana/public/app/features/panel/panelMenu.js -share/grafana/public/app/features/panel/panelSrv.js +share/grafana/public/app/features/panel/panel_directive.js +share/grafana/public/app/features/panel/panel_helper.js +share/grafana/public/app/features/panel/panel_menu.js +share/grafana/public/app/features/panel/panel_meta.d.ts +share/grafana/public/app/features/panel/panel_meta.js +share/grafana/public/app/features/panel/panel_meta.js.map +share/grafana/public/app/features/panel/panel_meta.ts +share/grafana/public/app/features/panel/panel_srv.js share/grafana/public/app/features/panel/partials/panel.html share/grafana/public/app/features/panel/partials/panelTime.html share/grafana/public/app/features/panel/partials/soloPanel.html -share/grafana/public/app/features/panel/soloPanelCtrl.js +share/grafana/public/app/features/panel/solo_panel_ctrl.js share/grafana/public/app/features/panellinks/linkSrv.js share/grafana/public/app/features/panellinks/module.html share/grafana/public/app/features/panellinks/module.js @@ -186,6 +206,7 @@ share/grafana/public/app/headers/require share/grafana/public/app/panels/dashlist/editor.html share/grafana/public/app/panels/dashlist/module.html share/grafana/public/app/panels/dashlist/module.js +share/grafana/public/app/panels/graph/alerting.html share/grafana/public/app/panels/graph/axisEditor.html share/grafana/public/app/panels/graph/graph.js share/grafana/public/app/panels/graph/graph.tooltip.js @@ -199,6 +220,41 @@ share/grafana/public/app/panels/singlest share/grafana/public/app/panels/singlestat/module.html share/grafana/public/app/panels/singlestat/module.js share/grafana/public/app/panels/singlestat/singleStatPanel.js +share/grafana/public/app/panels/table/controller.d.ts +share/grafana/public/app/panels/table/controller.js +share/grafana/public/app/panels/table/controller.js.map +share/grafana/public/app/panels/table/controller.ts +share/grafana/public/app/panels/table/editor.d.ts +share/grafana/public/app/panels/table/editor.html +share/grafana/public/app/panels/table/editor.js +share/grafana/public/app/panels/table/editor.js.map +share/grafana/public/app/panels/table/editor.ts +share/grafana/public/app/panels/table/module.d.ts +share/grafana/public/app/panels/table/module.html +share/grafana/public/app/panels/table/module.js +share/grafana/public/app/panels/table/module.js.map +share/grafana/public/app/panels/table/module.ts +share/grafana/public/app/panels/table/options.html +share/grafana/public/app/panels/table/renderer.d.ts +share/grafana/public/app/panels/table/renderer.js +share/grafana/public/app/panels/table/renderer.js.map +share/grafana/public/app/panels/table/renderer.ts +share/grafana/public/app/panels/table/specs/renderer_specs.d.ts +share/grafana/public/app/panels/table/specs/renderer_specs.js +share/grafana/public/app/panels/table/specs/renderer_specs.js.map +share/grafana/public/app/panels/table/specs/renderer_specs.ts +share/grafana/public/app/panels/table/specs/table_model_specs.d.ts +share/grafana/public/app/panels/table/specs/table_model_specs.js +share/grafana/public/app/panels/table/specs/table_model_specs.js.map +share/grafana/public/app/panels/table/specs/table_model_specs.ts +share/grafana/public/app/panels/table/specs/transformers_specs.d.ts +share/grafana/public/app/panels/table/specs/transformers_specs.js +share/grafana/public/app/panels/table/specs/transformers_specs.js.map +share/grafana/public/app/panels/table/specs/transformers_specs.ts +share/grafana/public/app/panels/table/transformers.d.ts +share/grafana/public/app/panels/table/transformers.js +share/grafana/public/app/panels/table/transformers.js.map +share/grafana/public/app/panels/table/transformers.ts share/grafana/public/app/panels/text/editor.html share/grafana/public/app/panels/text/lib/showdown.js share/grafana/public/app/panels/text/module.html @@ -244,9 +300,9 @@ share/grafana/public/app/plugins/datasou share/grafana/public/app/plugins/datasource/elasticsearch/index_pattern.js share/grafana/public/app/plugins/datasource/elasticsearch/metric_agg.js share/grafana/public/app/plugins/datasource/elasticsearch/partials/annotations.editor.html -share/grafana/public/app/plugins/datasource/elasticsearch/partials/bucketAgg.html +share/grafana/public/app/plugins/datasource/elasticsearch/partials/bucket_agg.html share/grafana/public/app/plugins/datasource/elasticsearch/partials/config.html -share/grafana/public/app/plugins/datasource/elasticsearch/partials/metricAgg.html +share/grafana/public/app/plugins/datasource/elasticsearch/partials/metric_agg.html share/grafana/public/app/plugins/datasource/elasticsearch/partials/query.editor.html share/grafana/public/app/plugins/datasource/elasticsearch/partials/query.options.html share/grafana/public/app/plugins/datasource/elasticsearch/plugin.json @@ -273,6 +329,10 @@ share/grafana/public/app/plugins/datasou share/grafana/public/app/plugins/datasource/elasticsearch/specs/query_ctrl_specs.js share/grafana/public/app/plugins/datasource/elasticsearch/specs/query_ctrl_specs.js.map share/grafana/public/app/plugins/datasource/elasticsearch/specs/query_ctrl_specs.ts +share/grafana/public/app/plugins/datasource/elasticsearch/specs/query_def_specs.d.ts +share/grafana/public/app/plugins/datasource/elasticsearch/specs/query_def_specs.js +share/grafana/public/app/plugins/datasource/elasticsearch/specs/query_def_specs.js.map +share/grafana/public/app/plugins/datasource/elasticsearch/specs/query_def_specs.ts share/grafana/public/app/plugins/datasource/grafana/datasource.js share/grafana/public/app/plugins/datasource/grafana/directives.js share/grafana/public/app/plugins/datasource/grafana/partials/query.editor.html @@ -304,14 +364,28 @@ share/grafana/public/app/plugins/datasou share/grafana/public/app/plugins/datasource/graphite/specs/query_ctrl_specs.ts share/grafana/public/app/plugins/datasource/influxdb/datasource.js share/grafana/public/app/plugins/datasource/influxdb/directives.js +share/grafana/public/app/plugins/datasource/influxdb/influx_query.d.ts +share/grafana/public/app/plugins/datasource/influxdb/influx_query.js +share/grafana/public/app/plugins/datasource/influxdb/influx_query.js.map +share/grafana/public/app/plugins/datasource/influxdb/influx_query.ts share/grafana/public/app/plugins/datasource/influxdb/influx_series.js share/grafana/public/app/plugins/datasource/influxdb/partials/annotations.editor.html share/grafana/public/app/plugins/datasource/influxdb/partials/config.html share/grafana/public/app/plugins/datasource/influxdb/partials/query.editor.html share/grafana/public/app/plugins/datasource/influxdb/partials/query.options.html +share/grafana/public/app/plugins/datasource/influxdb/partials/query_part.html share/grafana/public/app/plugins/datasource/influxdb/plugin.json share/grafana/public/app/plugins/datasource/influxdb/query_builder.js share/grafana/public/app/plugins/datasource/influxdb/query_ctrl.js +share/grafana/public/app/plugins/datasource/influxdb/query_part.d.ts +share/grafana/public/app/plugins/datasource/influxdb/query_part.js +share/grafana/public/app/plugins/datasource/influxdb/query_part.js.map +share/grafana/public/app/plugins/datasource/influxdb/query_part.ts +share/grafana/public/app/plugins/datasource/influxdb/query_part_editor.js +share/grafana/public/app/plugins/datasource/influxdb/specs/influx_query_specs.d.ts +share/grafana/public/app/plugins/datasource/influxdb/specs/influx_query_specs.js +share/grafana/public/app/plugins/datasource/influxdb/specs/influx_query_specs.js.map +share/grafana/public/app/plugins/datasource/influxdb/specs/influx_query_specs.ts share/grafana/public/app/plugins/datasource/influxdb/specs/influx_series_specs.d.ts share/grafana/public/app/plugins/datasource/influxdb/specs/influx_series_specs.js share/grafana/public/app/plugins/datasource/influxdb/specs/influx_series_specs.js.map @@ -324,6 +398,10 @@ share/grafana/public/app/plugins/datasou share/grafana/public/app/plugins/datasource/influxdb/specs/query_ctrl_specs.js share/grafana/public/app/plugins/datasource/influxdb/specs/query_ctrl_specs.js.map share/grafana/public/app/plugins/datasource/influxdb/specs/query_ctrl_specs.ts +share/grafana/public/app/plugins/datasource/influxdb/specs/query_part_specs.d.ts +share/grafana/public/app/plugins/datasource/influxdb/specs/query_part_specs.js +share/grafana/public/app/plugins/datasource/influxdb/specs/query_part_specs.js.map +share/grafana/public/app/plugins/datasource/influxdb/specs/query_part_specs.ts share/grafana/public/app/plugins/datasource/influxdb_08/datasource.js share/grafana/public/app/plugins/datasource/influxdb_08/directives.js share/grafana/public/app/plugins/datasource/influxdb_08/func_editor.js @@ -376,17 +454,7 @@ share/grafana/public/app/plugins/datasou share/grafana/public/app/plugins/datasource/sql/partials/config.html share/grafana/public/app/plugins/datasource/sql/partials/query.editor.html share/grafana/public/app/plugins/datasource/sql/plugin.json_ -share/grafana/public/app/services/alertSrv.js -share/grafana/public/app/services/all.js -share/grafana/public/app/services/analytics.js -share/grafana/public/app/services/backendSrv.js -share/grafana/public/app/services/contextSrv.js -share/grafana/public/app/services/datasourceSrv.js -share/grafana/public/app/services/keyboardManager.js -share/grafana/public/app/services/popoverSrv.js -share/grafana/public/app/services/timer.js -share/grafana/public/app/services/uiSegmentSrv.js -share/grafana/public/app/services/utilSrv.js +share/grafana/public/app/require_config.js share/grafana/public/css/bootstrap-responsive.min.css share/grafana/public/css/bootstrap.dark.min.css share/grafana/public/css/bootstrap.light.min.css @@ -412,11 +480,14 @@ share/grafana/public/fonts/fontawesome-w share/grafana/public/fonts/fontawesome-webfont.svg share/grafana/public/fonts/fontawesome-webfont.ttf share/grafana/public/fonts/fontawesome-webfont.woff +share/grafana/public/img/CopyQuery.png share/grafana/public/img/background_tease.jpg share/grafana/public/img/check_radio_sheet.png share/grafana/public/img/checkbox.png share/grafana/public/img/checkbox_white.png +share/grafana/public/img/critical.svg share/grafana/public/img/cubes.png +share/grafana/public/img/envelope.png share/grafana/public/img/fav16.png share/grafana/public/img/fav32.png share/grafana/public/img/fav_dark_16.png @@ -430,22 +501,755 @@ share/grafana/public/img/load_big.gif share/grafana/public/img/logo_transparent_200x.png share/grafana/public/img/logo_transparent_200x75.png share/grafana/public/img/logo_transparent_400x.png +share/grafana/public/img/online.svg share/grafana/public/img/small.png share/grafana/public/img/user_profile.png +share/grafana/public/img/warn-tiny.svg +share/grafana/public/img/warn.svg +share/grafana/public/public_gen/app/app.js +share/grafana/public/public_gen/app/core/config.js +share/grafana/public/public_gen/app/core/controllers/all.js +share/grafana/public/public_gen/app/core/controllers/error_ctrl.js +share/grafana/public/public_gen/app/core/controllers/grafana_ctrl.js +share/grafana/public/public_gen/app/core/controllers/inspect_ctrl.js +share/grafana/public/public_gen/app/core/controllers/invited_ctrl.js +share/grafana/public/public_gen/app/core/controllers/json_editor_ctrl.js +share/grafana/public/public_gen/app/core/controllers/login_ctrl.js +share/grafana/public/public_gen/app/core/controllers/reset_password_ctrl.js +share/grafana/public/public_gen/app/core/controllers/search_ctrl.js +share/grafana/public/public_gen/app/core/controllers/sidemenu_ctrl.js +share/grafana/public/public_gen/app/core/controllers/signup_ctrl.d.ts +share/grafana/public/public_gen/app/core/controllers/signup_ctrl.js +share/grafana/public/public_gen/app/core/controllers/signup_ctrl.js.map +share/grafana/public/public_gen/app/core/controllers/signup_ctrl.ts +share/grafana/public/public_gen/app/core/core.d.ts +share/grafana/public/public_gen/app/core/core.js +share/grafana/public/public_gen/app/core/core.js.map +share/grafana/public/public_gen/app/core/core.ts +share/grafana/public/public_gen/app/core/core_module.d.ts +share/grafana/public/public_gen/app/core/core_module.js +share/grafana/public/public_gen/app/core/core_module.js.map +share/grafana/public/public_gen/app/core/core_module.ts +share/grafana/public/public_gen/app/core/directives/annotation_tooltip.js +share/grafana/public/public_gen/app/core/directives/array_join.d.ts +share/grafana/public/public_gen/app/core/directives/array_join.js +share/grafana/public/public_gen/app/core/directives/array_join.js.map +share/grafana/public/public_gen/app/core/directives/array_join.ts +share/grafana/public/public_gen/app/core/directives/body_class.js +share/grafana/public/public_gen/app/core/directives/config_modal.js +share/grafana/public/public_gen/app/core/directives/confirm_click.js +share/grafana/public/public_gen/app/core/directives/dash_edit_link.js +share/grafana/public/public_gen/app/core/directives/dash_upload.js +share/grafana/public/public_gen/app/core/directives/dropdown_typeahead.js +share/grafana/public/public_gen/app/core/directives/give_focus.d.ts +share/grafana/public/public_gen/app/core/directives/give_focus.js +share/grafana/public/public_gen/app/core/directives/give_focus.js.map +share/grafana/public/public_gen/app/core/directives/give_focus.ts +share/grafana/public/public_gen/app/core/directives/grafana_version_check.js +share/grafana/public/public_gen/app/core/directives/metric_segment.js +share/grafana/public/public_gen/app/core/directives/misc.js +share/grafana/public/public_gen/app/core/directives/ng_model_on_blur.js +share/grafana/public/public_gen/app/core/directives/password_strenght.js +share/grafana/public/public_gen/app/core/directives/spectrum_picker.js +share/grafana/public/public_gen/app/core/directives/tags.js +share/grafana/public/public_gen/app/core/directives/topnav.js +share/grafana/public/public_gen/app/core/directives/value_select_dropdown.js +share/grafana/public/public_gen/app/core/filters/filters.d.ts +share/grafana/public/public_gen/app/core/filters/filters.js +share/grafana/public/public_gen/app/core/filters/filters.js.map +share/grafana/public/public_gen/app/core/filters/filters.ts +share/grafana/public/public_gen/app/core/jquery_extended.js +share/grafana/public/public_gen/app/core/lodash_extended.js +share/grafana/public/public_gen/app/core/partials.js +share/grafana/public/public_gen/app/core/routes/all.js +share/grafana/public/public_gen/app/core/routes/bundle_loader.d.ts +share/grafana/public/public_gen/app/core/routes/bundle_loader.js +share/grafana/public/public_gen/app/core/routes/bundle_loader.js.map +share/grafana/public/public_gen/app/core/routes/bundle_loader.ts +share/grafana/public/public_gen/app/core/routes/dashboard_loaders.js +share/grafana/public/public_gen/app/core/services/alert_srv.js +share/grafana/public/public_gen/app/core/services/all.js +share/grafana/public/public_gen/app/core/services/analytics.js +share/grafana/public/public_gen/app/core/services/backend_srv.js +share/grafana/public/public_gen/app/core/services/context_srv.js +share/grafana/public/public_gen/app/core/services/datasource_srv.js +share/grafana/public/public_gen/app/core/services/keyboard_manager.js +share/grafana/public/public_gen/app/core/services/popover_srv.js +share/grafana/public/public_gen/app/core/services/segment_srv.js +share/grafana/public/public_gen/app/core/services/timer.js +share/grafana/public/public_gen/app/core/services/util_srv.js +share/grafana/public/public_gen/app/core/settings.js +share/grafana/public/public_gen/app/core/store.js +share/grafana/public/public_gen/app/core/table_model.d.ts +share/grafana/public/public_gen/app/core/table_model.js +share/grafana/public/public_gen/app/core/table_model.js.map +share/grafana/public/public_gen/app/core/table_model.ts +share/grafana/public/public_gen/app/core/time_series.d.ts +share/grafana/public/public_gen/app/core/time_series.js +share/grafana/public/public_gen/app/core/time_series.js.map +share/grafana/public/public_gen/app/core/time_series.ts +share/grafana/public/public_gen/app/core/utils/datemath.d.ts +share/grafana/public/public_gen/app/core/utils/datemath.js +share/grafana/public/public_gen/app/core/utils/datemath.js.map +share/grafana/public/public_gen/app/core/utils/datemath.ts +share/grafana/public/public_gen/app/core/utils/flatten.d.ts +share/grafana/public/public_gen/app/core/utils/flatten.js +share/grafana/public/public_gen/app/core/utils/flatten.js.map +share/grafana/public/public_gen/app/core/utils/flatten.ts +share/grafana/public/public_gen/app/core/utils/kbn.js +share/grafana/public/public_gen/app/core/utils/rangeutil.d.ts +share/grafana/public/public_gen/app/core/utils/rangeutil.js +share/grafana/public/public_gen/app/core/utils/rangeutil.js.map +share/grafana/public/public_gen/app/core/utils/rangeutil.ts +share/grafana/public/public_gen/app/features/admin/adminEditOrgCtrl.js +share/grafana/public/public_gen/app/features/admin/adminEditUserCtrl.js +share/grafana/public/public_gen/app/features/admin/adminListOrgsCtrl.js +share/grafana/public/public_gen/app/features/admin/adminListUsersCtrl.js +share/grafana/public/public_gen/app/features/admin/adminSettingsCtrl.js +share/grafana/public/public_gen/app/features/admin/all.js +share/grafana/public/public_gen/app/features/admin/partials/edit_org.html +share/grafana/public/public_gen/app/features/admin/partials/edit_user.html +share/grafana/public/public_gen/app/features/admin/partials/new_user.html +share/grafana/public/public_gen/app/features/admin/partials/orgs.html +share/grafana/public/public_gen/app/features/admin/partials/settings.html +share/grafana/public/public_gen/app/features/admin/partials/users.html +share/grafana/public/public_gen/app/features/all.js +share/grafana/public/public_gen/app/features/annotations/annotationsSrv.js +share/grafana/public/public_gen/app/features/annotations/editorCtrl.js +share/grafana/public/public_gen/app/features/annotations/partials/editor.html +share/grafana/public/public_gen/app/features/dashboard/all.js +share/grafana/public/public_gen/app/features/dashboard/dashboardCtrl.js +share/grafana/public/public_gen/app/features/dashboard/dashboardLoaderSrv.js +share/grafana/public/public_gen/app/features/dashboard/dashboardNavCtrl.js +share/grafana/public/public_gen/app/features/dashboard/dashboardSrv.js +share/grafana/public/public_gen/app/features/dashboard/directives/dashSearchView.js +share/grafana/public/public_gen/app/features/dashboard/dynamicDashboardSrv.js +share/grafana/public/public_gen/app/features/dashboard/graphiteImportCtrl.js +share/grafana/public/public_gen/app/features/dashboard/importCtrl.js +share/grafana/public/public_gen/app/features/dashboard/keybindings.js +share/grafana/public/public_gen/app/features/dashboard/partials/dashboardTopNav.html +share/grafana/public/public_gen/app/features/dashboard/partials/globalAlerts.html +share/grafana/public/public_gen/app/features/dashboard/partials/graphiteImport.html +share/grafana/public/public_gen/app/features/dashboard/partials/import.html +share/grafana/public/public_gen/app/features/dashboard/partials/linksEditor.html +share/grafana/public/public_gen/app/features/dashboard/partials/saveDashboardAs.html +share/grafana/public/public_gen/app/features/dashboard/partials/settings.html +share/grafana/public/public_gen/app/features/dashboard/partials/shareModal.html +share/grafana/public/public_gen/app/features/dashboard/partials/snapshotTopNav.html +share/grafana/public/public_gen/app/features/dashboard/playlistCtrl.js +share/grafana/public/public_gen/app/features/dashboard/playlistSrv.js +share/grafana/public/public_gen/app/features/dashboard/rowCtrl.js +share/grafana/public/public_gen/app/features/dashboard/saveDashboardAsCtrl.js +share/grafana/public/public_gen/app/features/dashboard/shareModalCtrl.js +share/grafana/public/public_gen/app/features/dashboard/shareSnapshotCtrl.js +share/grafana/public/public_gen/app/features/dashboard/snapshotTopNavCtrl.js +share/grafana/public/public_gen/app/features/dashboard/submenuCtrl.js +share/grafana/public/public_gen/app/features/dashboard/timeSrv.js +share/grafana/public/public_gen/app/features/dashboard/timepicker/custom.html +share/grafana/public/public_gen/app/features/dashboard/timepicker/dropdown.html +share/grafana/public/public_gen/app/features/dashboard/timepicker/input_date.js +share/grafana/public/public_gen/app/features/dashboard/timepicker/settings.html +share/grafana/public/public_gen/app/features/dashboard/timepicker/timepicker.d.ts +share/grafana/public/public_gen/app/features/dashboard/timepicker/timepicker.html +share/grafana/public/public_gen/app/features/dashboard/timepicker/timepicker.js +share/grafana/public/public_gen/app/features/dashboard/timepicker/timepicker.js.map +share/grafana/public/public_gen/app/features/dashboard/timepicker/timepicker.ts +share/grafana/public/public_gen/app/features/dashboard/unsavedChangesSrv.js +share/grafana/public/public_gen/app/features/dashboard/viewStateSrv.js +share/grafana/public/public_gen/app/features/dashlinks/editor.html +share/grafana/public/public_gen/app/features/dashlinks/module.js +share/grafana/public/public_gen/app/features/org/all.js +share/grafana/public/public_gen/app/features/org/datasourceEditCtrl.js +share/grafana/public/public_gen/app/features/org/datasourcesCtrl.js +share/grafana/public/public_gen/app/features/org/newOrgCtrl.js +share/grafana/public/public_gen/app/features/org/orgApiKeysCtrl.js +share/grafana/public/public_gen/app/features/org/orgDetailsCtrl.js +share/grafana/public/public_gen/app/features/org/orgUsersCtrl.js +share/grafana/public/public_gen/app/features/org/partials/apikeyModal.html +share/grafana/public/public_gen/app/features/org/partials/datasourceEdit.html +share/grafana/public/public_gen/app/features/org/partials/datasourceHttpConfig.html +share/grafana/public/public_gen/app/features/org/partials/datasources.html +share/grafana/public/public_gen/app/features/org/partials/invite.html +share/grafana/public/public_gen/app/features/org/partials/newOrg.html +share/grafana/public/public_gen/app/features/org/partials/orgApiKeys.html +share/grafana/public/public_gen/app/features/org/partials/orgDetails.html +share/grafana/public/public_gen/app/features/org/partials/orgUsers.html +share/grafana/public/public_gen/app/features/org/userInviteCtrl.js +share/grafana/public/public_gen/app/features/panel/all.js +share/grafana/public/public_gen/app/features/panel/panel_directive.js +share/grafana/public/public_gen/app/features/panel/panel_helper.js +share/grafana/public/public_gen/app/features/panel/panel_menu.js +share/grafana/public/public_gen/app/features/panel/panel_meta.d.ts +share/grafana/public/public_gen/app/features/panel/panel_meta.js +share/grafana/public/public_gen/app/features/panel/panel_meta.js.map +share/grafana/public/public_gen/app/features/panel/panel_meta.ts +share/grafana/public/public_gen/app/features/panel/panel_srv.js +share/grafana/public/public_gen/app/features/panel/partials/panel.html +share/grafana/public/public_gen/app/features/panel/partials/panelTime.html +share/grafana/public/public_gen/app/features/panel/partials/soloPanel.html +share/grafana/public/public_gen/app/features/panel/solo_panel_ctrl.js +share/grafana/public/public_gen/app/features/panellinks/linkSrv.js +share/grafana/public/public_gen/app/features/panellinks/module.html +share/grafana/public/public_gen/app/features/panellinks/module.js +share/grafana/public/public_gen/app/features/profile/changePasswordCtrl.js +share/grafana/public/public_gen/app/features/profile/partials/password.html +share/grafana/public/public_gen/app/features/profile/partials/profile.html +share/grafana/public/public_gen/app/features/profile/partials/select_org.html +share/grafana/public/public_gen/app/features/profile/profileCtrl.js +share/grafana/public/public_gen/app/features/profile/selectOrgCtrl.js +share/grafana/public/public_gen/app/features/templating/editorCtrl.js +share/grafana/public/public_gen/app/features/templating/partials/editor.html +share/grafana/public/public_gen/app/features/templating/templateSrv.js +share/grafana/public/public_gen/app/features/templating/templateValuesSrv.js +share/grafana/public/public_gen/app/headers/angularjs/angularjs.d.ts +share/grafana/public/public_gen/app/headers/common.d.ts +share/grafana/public/public_gen/app/headers/jquery/jquery.d.ts +share/grafana/public/public_gen/app/headers/lodash/lodash.d.ts +share/grafana/public/public_gen/app/headers/moment/moment-node.d.ts +share/grafana/public/public_gen/app/headers/moment/moment.d.ts +share/grafana/public/public_gen/app/headers/require/require.d.ts +share/grafana/public/public_gen/app/panels/dashlist/editor.html +share/grafana/public/public_gen/app/panels/dashlist/module.html +share/grafana/public/public_gen/app/panels/dashlist/module.js +share/grafana/public/public_gen/app/panels/graph/alerting.html +share/grafana/public/public_gen/app/panels/graph/axisEditor.html +share/grafana/public/public_gen/app/panels/graph/graph.js +share/grafana/public/public_gen/app/panels/graph/graph.tooltip.js +share/grafana/public/public_gen/app/panels/graph/legend.js +share/grafana/public/public_gen/app/panels/graph/legend.popover.html +share/grafana/public/public_gen/app/panels/graph/module.html +share/grafana/public/public_gen/app/panels/graph/module.js +share/grafana/public/public_gen/app/panels/graph/seriesOverridesCtrl.js +share/grafana/public/public_gen/app/panels/graph/styleEditor.html +share/grafana/public/public_gen/app/panels/singlestat/editor.html +share/grafana/public/public_gen/app/panels/singlestat/module.html +share/grafana/public/public_gen/app/panels/singlestat/module.js +share/grafana/public/public_gen/app/panels/singlestat/singleStatPanel.js +share/grafana/public/public_gen/app/panels/table/controller.d.ts +share/grafana/public/public_gen/app/panels/table/controller.js +share/grafana/public/public_gen/app/panels/table/controller.js.map +share/grafana/public/public_gen/app/panels/table/controller.ts +share/grafana/public/public_gen/app/panels/table/editor.d.ts +share/grafana/public/public_gen/app/panels/table/editor.html +share/grafana/public/public_gen/app/panels/table/editor.js +share/grafana/public/public_gen/app/panels/table/editor.js.map +share/grafana/public/public_gen/app/panels/table/editor.ts +share/grafana/public/public_gen/app/panels/table/module.d.ts +share/grafana/public/public_gen/app/panels/table/module.html +share/grafana/public/public_gen/app/panels/table/module.js +share/grafana/public/public_gen/app/panels/table/module.js.map +share/grafana/public/public_gen/app/panels/table/module.ts +share/grafana/public/public_gen/app/panels/table/options.html +share/grafana/public/public_gen/app/panels/table/renderer.d.ts +share/grafana/public/public_gen/app/panels/table/renderer.js +share/grafana/public/public_gen/app/panels/table/renderer.js.map +share/grafana/public/public_gen/app/panels/table/renderer.ts +share/grafana/public/public_gen/app/panels/table/specs/renderer_specs.d.ts +share/grafana/public/public_gen/app/panels/table/specs/renderer_specs.js +share/grafana/public/public_gen/app/panels/table/specs/renderer_specs.js.map +share/grafana/public/public_gen/app/panels/table/specs/renderer_specs.ts +share/grafana/public/public_gen/app/panels/table/specs/table_model_specs.d.ts +share/grafana/public/public_gen/app/panels/table/specs/table_model_specs.js +share/grafana/public/public_gen/app/panels/table/specs/table_model_specs.js.map +share/grafana/public/public_gen/app/panels/table/specs/table_model_specs.ts +share/grafana/public/public_gen/app/panels/table/specs/transformers_specs.d.ts +share/grafana/public/public_gen/app/panels/table/specs/transformers_specs.js +share/grafana/public/public_gen/app/panels/table/specs/transformers_specs.js.map +share/grafana/public/public_gen/app/panels/table/specs/transformers_specs.ts +share/grafana/public/public_gen/app/panels/table/transformers.d.ts +share/grafana/public/public_gen/app/panels/table/transformers.js +share/grafana/public/public_gen/app/panels/table/transformers.js.map +share/grafana/public/public_gen/app/panels/table/transformers.ts +share/grafana/public/public_gen/app/panels/text/editor.html +share/grafana/public/public_gen/app/panels/text/lib/showdown.js +share/grafana/public/public_gen/app/panels/text/module.html +share/grafana/public/public_gen/app/panels/text/module.js +share/grafana/public/public_gen/app/partials/bootstrap/tab.html +share/grafana/public/public_gen/app/partials/bootstrap/tabset.html +share/grafana/public/public_gen/app/partials/colorpicker.html +share/grafana/public/public_gen/app/partials/confirm_modal.html +share/grafana/public/public_gen/app/partials/dashboard.html +share/grafana/public/public_gen/app/partials/edit_json.html +share/grafana/public/public_gen/app/partials/error.html +share/grafana/public/public_gen/app/partials/help_modal.html +share/grafana/public/public_gen/app/partials/inspector.html +share/grafana/public/public_gen/app/partials/login.html +share/grafana/public/public_gen/app/partials/metrics.html +share/grafana/public/public_gen/app/partials/modal.html +share/grafana/public/public_gen/app/partials/panelgeneral.html +share/grafana/public/public_gen/app/partials/playlist.html +share/grafana/public/public_gen/app/partials/reset_password.html +share/grafana/public/public_gen/app/partials/roweditor.html +share/grafana/public/public_gen/app/partials/search.html +share/grafana/public/public_gen/app/partials/sidemenu.html +share/grafana/public/public_gen/app/partials/signup_invited.html +share/grafana/public/public_gen/app/partials/signup_step2.html +share/grafana/public/public_gen/app/partials/submenu.html +share/grafana/public/public_gen/app/partials/unsaved-changes.html +share/grafana/public/public_gen/app/partials/valueSelectDropdown.html +share/grafana/public/public_gen/app/plugins/PLUGIN_CHANGES.md +share/grafana/public/public_gen/app/plugins/datasource/cloudwatch/datasource.js +share/grafana/public/public_gen/app/plugins/datasource/cloudwatch/directives.js +share/grafana/public/public_gen/app/plugins/datasource/cloudwatch/partials/config.html +share/grafana/public/public_gen/app/plugins/datasource/cloudwatch/partials/query.editor.html +share/grafana/public/public_gen/app/plugins/datasource/cloudwatch/plugin.json +share/grafana/public/public_gen/app/plugins/datasource/cloudwatch/query_ctrl.js +share/grafana/public/public_gen/app/plugins/datasource/cloudwatch/specs/datasource_specs.d.ts +share/grafana/public/public_gen/app/plugins/datasource/cloudwatch/specs/datasource_specs.js +share/grafana/public/public_gen/app/plugins/datasource/cloudwatch/specs/datasource_specs.js.map +share/grafana/public/public_gen/app/plugins/datasource/cloudwatch/specs/datasource_specs.ts +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/bucket_agg.js +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/datasource.js +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/directives.js +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/elastic_response.js +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/index_pattern.js +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/metric_agg.js +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/partials/annotations.editor.html +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/partials/bucket_agg.html +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/partials/config.html +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/partials/metric_agg.html +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/partials/query.editor.html +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/partials/query.options.html +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/plugin.json +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/query_builder.js +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/query_ctrl.js +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/query_def.js +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/specs/datasource_specs.d.ts +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/specs/datasource_specs.js +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/specs/datasource_specs.js.map +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/specs/datasource_specs.ts +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/specs/elastic_response_specs.d.ts +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/specs/elastic_response_specs.js +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/specs/elastic_response_specs.js.map +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/specs/elastic_response_specs.ts +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/specs/index_pattern_specs.d.ts +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/specs/index_pattern_specs.js +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/specs/index_pattern_specs.js.map +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/specs/index_pattern_specs.ts +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/specs/query_builder_specs.d.ts +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/specs/query_builder_specs.js +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/specs/query_builder_specs.js.map +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/specs/query_builder_specs.ts +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/specs/query_ctrl_specs.d.ts +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/specs/query_ctrl_specs.js +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/specs/query_ctrl_specs.js.map +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/specs/query_ctrl_specs.ts +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/specs/query_def_specs.d.ts +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/specs/query_def_specs.js +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/specs/query_def_specs.js.map +share/grafana/public/public_gen/app/plugins/datasource/elasticsearch/specs/query_def_specs.ts +share/grafana/public/public_gen/app/plugins/datasource/grafana/datasource.js +share/grafana/public/public_gen/app/plugins/datasource/grafana/directives.js +share/grafana/public/public_gen/app/plugins/datasource/grafana/partials/query.editor.html +share/grafana/public/public_gen/app/plugins/datasource/grafana/plugin.json +share/grafana/public/public_gen/app/plugins/datasource/graphite/add_graphite_func.js +share/grafana/public/public_gen/app/plugins/datasource/graphite/datasource.js +share/grafana/public/public_gen/app/plugins/datasource/graphite/directives.js +share/grafana/public/public_gen/app/plugins/datasource/graphite/func_editor.js +share/grafana/public/public_gen/app/plugins/datasource/graphite/gfunc.js +share/grafana/public/public_gen/app/plugins/datasource/graphite/lexer.js +share/grafana/public/public_gen/app/plugins/datasource/graphite/parser.js +share/grafana/public/public_gen/app/plugins/datasource/graphite/partials/annotations.editor.html +share/grafana/public/public_gen/app/plugins/datasource/graphite/partials/config.html +share/grafana/public/public_gen/app/plugins/datasource/graphite/partials/query.editor.html +share/grafana/public/public_gen/app/plugins/datasource/graphite/partials/query.options.html +share/grafana/public/public_gen/app/plugins/datasource/graphite/plugin.json +share/grafana/public/public_gen/app/plugins/datasource/graphite/query_ctrl.js +share/grafana/public/public_gen/app/plugins/datasource/graphite/specs/datasource_specs.d.ts +share/grafana/public/public_gen/app/plugins/datasource/graphite/specs/datasource_specs.js +share/grafana/public/public_gen/app/plugins/datasource/graphite/specs/datasource_specs.js.map +share/grafana/public/public_gen/app/plugins/datasource/graphite/specs/datasource_specs.ts +share/grafana/public/public_gen/app/plugins/datasource/graphite/specs/gfunc_specs.d.ts +share/grafana/public/public_gen/app/plugins/datasource/graphite/specs/gfunc_specs.js +share/grafana/public/public_gen/app/plugins/datasource/graphite/specs/gfunc_specs.js.map +share/grafana/public/public_gen/app/plugins/datasource/graphite/specs/gfunc_specs.ts +share/grafana/public/public_gen/app/plugins/datasource/graphite/specs/query_ctrl_specs.d.ts +share/grafana/public/public_gen/app/plugins/datasource/graphite/specs/query_ctrl_specs.js +share/grafana/public/public_gen/app/plugins/datasource/graphite/specs/query_ctrl_specs.js.map +share/grafana/public/public_gen/app/plugins/datasource/graphite/specs/query_ctrl_specs.ts +share/grafana/public/public_gen/app/plugins/datasource/influxdb/datasource.js +share/grafana/public/public_gen/app/plugins/datasource/influxdb/directives.js +share/grafana/public/public_gen/app/plugins/datasource/influxdb/influx_query.d.ts +share/grafana/public/public_gen/app/plugins/datasource/influxdb/influx_query.js +share/grafana/public/public_gen/app/plugins/datasource/influxdb/influx_query.js.map +share/grafana/public/public_gen/app/plugins/datasource/influxdb/influx_query.ts +share/grafana/public/public_gen/app/plugins/datasource/influxdb/influx_series.js +share/grafana/public/public_gen/app/plugins/datasource/influxdb/partials/annotations.editor.html +share/grafana/public/public_gen/app/plugins/datasource/influxdb/partials/config.html +share/grafana/public/public_gen/app/plugins/datasource/influxdb/partials/query.editor.html +share/grafana/public/public_gen/app/plugins/datasource/influxdb/partials/query.options.html +share/grafana/public/public_gen/app/plugins/datasource/influxdb/partials/query_part.html +share/grafana/public/public_gen/app/plugins/datasource/influxdb/plugin.json +share/grafana/public/public_gen/app/plugins/datasource/influxdb/query_builder.js +share/grafana/public/public_gen/app/plugins/datasource/influxdb/query_ctrl.js +share/grafana/public/public_gen/app/plugins/datasource/influxdb/query_part.d.ts +share/grafana/public/public_gen/app/plugins/datasource/influxdb/query_part.js +share/grafana/public/public_gen/app/plugins/datasource/influxdb/query_part.js.map +share/grafana/public/public_gen/app/plugins/datasource/influxdb/query_part.ts +share/grafana/public/public_gen/app/plugins/datasource/influxdb/query_part_editor.js +share/grafana/public/public_gen/app/plugins/datasource/influxdb/specs/influx_query_specs.d.ts +share/grafana/public/public_gen/app/plugins/datasource/influxdb/specs/influx_query_specs.js +share/grafana/public/public_gen/app/plugins/datasource/influxdb/specs/influx_query_specs.js.map +share/grafana/public/public_gen/app/plugins/datasource/influxdb/specs/influx_query_specs.ts +share/grafana/public/public_gen/app/plugins/datasource/influxdb/specs/influx_series_specs.d.ts +share/grafana/public/public_gen/app/plugins/datasource/influxdb/specs/influx_series_specs.js +share/grafana/public/public_gen/app/plugins/datasource/influxdb/specs/influx_series_specs.js.map +share/grafana/public/public_gen/app/plugins/datasource/influxdb/specs/influx_series_specs.ts +share/grafana/public/public_gen/app/plugins/datasource/influxdb/specs/query_builder_specs.d.ts +share/grafana/public/public_gen/app/plugins/datasource/influxdb/specs/query_builder_specs.js +share/grafana/public/public_gen/app/plugins/datasource/influxdb/specs/query_builder_specs.js.map +share/grafana/public/public_gen/app/plugins/datasource/influxdb/specs/query_builder_specs.ts +share/grafana/public/public_gen/app/plugins/datasource/influxdb/specs/query_ctrl_specs.d.ts +share/grafana/public/public_gen/app/plugins/datasource/influxdb/specs/query_ctrl_specs.js +share/grafana/public/public_gen/app/plugins/datasource/influxdb/specs/query_ctrl_specs.js.map +share/grafana/public/public_gen/app/plugins/datasource/influxdb/specs/query_ctrl_specs.ts +share/grafana/public/public_gen/app/plugins/datasource/influxdb/specs/query_part_specs.d.ts +share/grafana/public/public_gen/app/plugins/datasource/influxdb/specs/query_part_specs.js +share/grafana/public/public_gen/app/plugins/datasource/influxdb/specs/query_part_specs.js.map +share/grafana/public/public_gen/app/plugins/datasource/influxdb/specs/query_part_specs.ts +share/grafana/public/public_gen/app/plugins/datasource/influxdb_08/datasource.js +share/grafana/public/public_gen/app/plugins/datasource/influxdb_08/directives.js +share/grafana/public/public_gen/app/plugins/datasource/influxdb_08/func_editor.js +share/grafana/public/public_gen/app/plugins/datasource/influxdb_08/influx_series.js +share/grafana/public/public_gen/app/plugins/datasource/influxdb_08/partials/annotations.editor.html +share/grafana/public/public_gen/app/plugins/datasource/influxdb_08/partials/config.html +share/grafana/public/public_gen/app/plugins/datasource/influxdb_08/partials/query.editor.html +share/grafana/public/public_gen/app/plugins/datasource/influxdb_08/partials/query.options.html +share/grafana/public/public_gen/app/plugins/datasource/influxdb_08/plugin.json +share/grafana/public/public_gen/app/plugins/datasource/influxdb_08/query_builder.js +share/grafana/public/public_gen/app/plugins/datasource/influxdb_08/query_ctrl.js +share/grafana/public/public_gen/app/plugins/datasource/influxdb_08/specs/datasource-specs.d.ts +share/grafana/public/public_gen/app/plugins/datasource/influxdb_08/specs/datasource-specs.js +share/grafana/public/public_gen/app/plugins/datasource/influxdb_08/specs/datasource-specs.js.map +share/grafana/public/public_gen/app/plugins/datasource/influxdb_08/specs/datasource-specs.ts +share/grafana/public/public_gen/app/plugins/datasource/influxdb_08/specs/influx_series_specs.d.ts +share/grafana/public/public_gen/app/plugins/datasource/influxdb_08/specs/influx_series_specs.js +share/grafana/public/public_gen/app/plugins/datasource/influxdb_08/specs/influx_series_specs.js.map +share/grafana/public/public_gen/app/plugins/datasource/influxdb_08/specs/influx_series_specs.ts +share/grafana/public/public_gen/app/plugins/datasource/influxdb_08/specs/query_builder_specs.d.ts +share/grafana/public/public_gen/app/plugins/datasource/influxdb_08/specs/query_builder_specs.js +share/grafana/public/public_gen/app/plugins/datasource/influxdb_08/specs/query_builder_specs.js.map +share/grafana/public/public_gen/app/plugins/datasource/influxdb_08/specs/query_builder_specs.ts +share/grafana/public/public_gen/app/plugins/datasource/kairosdb/datasource.js +share/grafana/public/public_gen/app/plugins/datasource/kairosdb/directives.js +share/grafana/public/public_gen/app/plugins/datasource/kairosdb/partials/config.html +share/grafana/public/public_gen/app/plugins/datasource/kairosdb/partials/query.editor.html +share/grafana/public/public_gen/app/plugins/datasource/kairosdb/partials/query.options.html +share/grafana/public/public_gen/app/plugins/datasource/kairosdb/plugin.json +share/grafana/public/public_gen/app/plugins/datasource/kairosdb/queryCtrl.js +share/grafana/public/public_gen/app/plugins/datasource/mixed/datasource.js +share/grafana/public/public_gen/app/plugins/datasource/mixed/plugin.json +share/grafana/public/public_gen/app/plugins/datasource/opentsdb/datasource.js +share/grafana/public/public_gen/app/plugins/datasource/opentsdb/directives.js +share/grafana/public/public_gen/app/plugins/datasource/opentsdb/partials/config.html +share/grafana/public/public_gen/app/plugins/datasource/opentsdb/partials/query.editor.html +share/grafana/public/public_gen/app/plugins/datasource/opentsdb/plugin.json +share/grafana/public/public_gen/app/plugins/datasource/opentsdb/queryCtrl.js *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Thu Dec 24 22:27:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7A7BA51C9B; Thu, 24 Dec 2015 22:27:42 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89A32151B; Thu, 24 Dec 2015 22:27:42 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOMRfTL029502; Thu, 24 Dec 2015 22:27:41 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBOMRf0T029499; Thu, 24 Dec 2015 22:27:41 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201512242227.tBOMRf0T029499@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Thu, 24 Dec 2015 22:27:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404392 - head/sysutils/rubygem-smart_proxy_remote_execution_ssh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 22:27:42 -0000 Author: mmoll Date: Thu Dec 24 22:27:41 2015 New Revision: 404392 URL: https://svnweb.freebsd.org/changeset/ports/404392 Log: sysutils/rubygem-smart_proxy_remote_execution_ssh: update to 0.0.10 Modified: head/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile head/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo Modified: head/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile ============================================================================== --- head/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile Thu Dec 24 22:23:03 2015 (r404391) +++ head/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile Thu Dec 24 22:27:41 2015 (r404392) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= smart_proxy_remote_execution_ssh -PORTVERSION= 0.0.8 +PORTVERSION= 0.0.10 CATEGORIES= sysutils ruby MASTER_SITES= RG Modified: head/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo ============================================================================== --- head/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo Thu Dec 24 22:23:03 2015 (r404391) +++ head/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo Thu Dec 24 22:27:41 2015 (r404392) @@ -1,2 +1,2 @@ -SHA256 (rubygem/smart_proxy_remote_execution_ssh-0.0.8.gem) = 652f76b9af8f17fdcf99b8354e2d80f64ed0b258ca96b314b303e8ba2219c6ef -SIZE (rubygem/smart_proxy_remote_execution_ssh-0.0.8.gem) = 22528 +SHA256 (rubygem/smart_proxy_remote_execution_ssh-0.0.10.gem) = dc28364ad1329cf927c27e10107efb9d721fc51656350ecaf877954b148cc7ef +SIZE (rubygem/smart_proxy_remote_execution_ssh-0.0.10.gem) = 23040 From owner-svn-ports-head@freebsd.org Thu Dec 24 23:06:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C607FA50799; Thu, 24 Dec 2015 23:06:28 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9629D113E; Thu, 24 Dec 2015 23:06:28 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBON6RaZ041502; Thu, 24 Dec 2015 23:06:27 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBON6RsN041499; Thu, 24 Dec 2015 23:06:27 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201512242306.tBON6RsN041499@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Thu, 24 Dec 2015 23:06:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404393 - in head/emulators/qemu-sbruno: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 23:06:29 -0000 Author: sbruno Date: Thu Dec 24 23:06:27 2015 New Revision: 404393 URL: https://svnweb.freebsd.org/changeset/ports/404393 Log: Update qemu-sbruno tracking my github branch. - merge to 2.5.0 release - Add support for arm(v4/5) and improve its ability to do stuff. (cognet) Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/distinfo head/emulators/qemu-sbruno/files/qemu_user_static.in Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Thu Dec 24 22:27:41 2015 (r404392) +++ head/emulators/qemu-sbruno/Makefile Thu Dec 24 23:06:27 2015 (r404393) @@ -2,12 +2,10 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.4.50.g20151206 +PORTVERSION= 2.5.50.g20151224 CATEGORIES= emulators MASTER_SITES= GH \ - LOCAL/nox \ LOCAL/nox:dtc \ - http://people.freebsd.org/~nox/tmp/distfiles/ \ http://people.freebsd.org/~nox/tmp/distfiles/:dtc PKGNAMESUFFIX?= -sbruno DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -20,7 +18,7 @@ COMMENT?= QEMU CPU Emulator - github bsd USE_GITHUB= yes GH_ACCOUNT= seanbruno GH_PROJECT= ${PORTNAME}-bsd-user -GH_TAGNAME= 7397bda +GH_TAGNAME= e4ece37 HAS_CONFIGURE= yes USES= gmake pkgconfig bison perl5 python:2,build USE_PERL5= build @@ -61,7 +59,7 @@ SUB_LIST= NAME=qemu_user_static CONFIGURE_ARGS+= --localstatedir=/var CONFIGURE_ARGS+= --extra-ldflags=-L\"${LOCALBASE}/lib\" -CONFIGURE_ARGS+= --disable-smartcard-nss --disable-libssh2 +CONFIGURE_ARGS+= --disable-libssh2 PORTDOCS= docs qemu-doc.html qemu-tech.html qmp-commands.txt .if defined(QEMU_USER_STATIC) @@ -150,9 +148,7 @@ USES+= gettext PLIST_SUB+= GTK2="" .endif -.if empty(PORT_OPTIONS:MGNUTLS) -CONFIGURE_ARGS+= --disable-vnc-tls -.else +.if ${PORT_OPTIONS:MGNUTLS} LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls .endif Modified: head/emulators/qemu-sbruno/distinfo ============================================================================== --- head/emulators/qemu-sbruno/distinfo Thu Dec 24 22:27:41 2015 (r404392) +++ head/emulators/qemu-sbruno/distinfo Thu Dec 24 23:06:27 2015 (r404393) @@ -1,4 +1,4 @@ -SHA256 (qemu/2.4.50.g20151206/seanbruno-qemu-bsd-user-2.4.50.g20151206-7397bda_GH0.tar.gz) = 1f2bb1e9dfbdcbbc33fdc15ffbb7ed93bdc448b3157c3ed701890c7ecab1d31d -SIZE (qemu/2.4.50.g20151206/seanbruno-qemu-bsd-user-2.4.50.g20151206-7397bda_GH0.tar.gz) = 11313452 -SHA256 (qemu/2.4.50.g20151206/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 -SIZE (qemu/2.4.50.g20151206/dtc-v1.4.0.tar.gz) = 131893 +SHA256 (qemu/2.5.50.g20151224/seanbruno-qemu-bsd-user-2.5.50.g20151224-e4ece37_GH0.tar.gz) = 437784294acf1393f236bf0cd6b3e22f1fbfb556db04dc21e88e0069c18f3c0c +SIZE (qemu/2.5.50.g20151224/seanbruno-qemu-bsd-user-2.5.50.g20151224-e4ece37_GH0.tar.gz) = 11703182 +SHA256 (qemu/2.5.50.g20151224/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +SIZE (qemu/2.5.50.g20151224/dtc-v1.4.0.tar.gz) = 131893 Modified: head/emulators/qemu-sbruno/files/qemu_user_static.in ============================================================================== --- head/emulators/qemu-sbruno/files/qemu_user_static.in Thu Dec 24 22:27:41 2015 (r404392) +++ head/emulators/qemu-sbruno/files/qemu_user_static.in Thu Dec 24 23:06:27 2015 (r404393) @@ -34,6 +34,16 @@ list_cmd="${BINMISCCTL} list" %%NAME%%_start() { + # register arm interpreter styled 'arm' + interpreter=${QEMU_DIR}/${QEMU_PREFIX}arm${QEMU_SUFFIX} + if [ -x "${interpreter}" ]; then + ${BINMISCCTL} add arm --interpreter "${interpreter}" \ + --magic "\x7f\x45\x4c\x46\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x28\x00" \ + --mask "\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff" \ + --size 20 --set-enabled + else + echo "$0: interpreter ${interpreter} not found, cannot register." + fi # register armv6 interpreter styled 'arm' interpreter=${QEMU_DIR}/${QEMU_PREFIX}arm${QEMU_SUFFIX} if [ -x "${interpreter}" ]; then From owner-svn-ports-head@freebsd.org Thu Dec 24 23:25:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E61A1A50DC9; Thu, 24 Dec 2015 23:25:08 +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 B96EF18F4; Thu, 24 Dec 2015 23:25:08 +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 tBONP7Ln047211; Thu, 24 Dec 2015 23:25:07 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBONP7AJ047209; Thu, 24 Dec 2015 23:25:07 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201512242325.tBONP7AJ047209@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Thu, 24 Dec 2015 23:25:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404394 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 23:25:09 -0000 Author: junovitch Date: Thu Dec 24 23:25:07 2015 New Revision: 404394 URL: https://svnweb.freebsd.org/changeset/ports/404394 Log: devel/artifactory: update 4.3.2 -> 4.3.3 PR: 205579 Submitted by: David Harrigan (maintainer) Modified: head/devel/artifactory/Makefile head/devel/artifactory/distinfo Modified: head/devel/artifactory/Makefile ============================================================================== --- head/devel/artifactory/Makefile Thu Dec 24 23:06:27 2015 (r404393) +++ head/devel/artifactory/Makefile Thu Dec 24 23:25:07 2015 (r404394) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= artifactory -PORTVERSION= 4.3.2 +PORTVERSION= 4.3.3 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 Thu Dec 24 23:06:27 2015 (r404393) +++ head/devel/artifactory/distinfo Thu Dec 24 23:25:07 2015 (r404394) @@ -1,2 +1,2 @@ -SHA256 (jfrog-artifactory-oss-4.3.2.zip) = 276bcac51ef108f1272c4370575ca9b2e7d1545b7a581e5c7431ff65cf6bfde6 -SIZE (jfrog-artifactory-oss-4.3.2.zip) = 35869019 +SHA256 (jfrog-artifactory-oss-4.3.3.zip) = 7ae637e4769bfa37124477097997250127ddc6c8ed66b63d8dbd6488a37ffe61 +SIZE (jfrog-artifactory-oss-4.3.3.zip) = 35871461 From owner-svn-ports-head@freebsd.org Fri Dec 25 00:09:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92DF1A51B2F; Fri, 25 Dec 2015 00:09:54 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 507F01591; Fri, 25 Dec 2015 00:09:54 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBP09rTo059201; Fri, 25 Dec 2015 00:09:53 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBP09q8j059194; Fri, 25 Dec 2015 00:09:52 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201512250009.tBP09q8j059194@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Fri, 25 Dec 2015 00:09:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404395 - in head/net/foreman-proxy: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 00:09:54 -0000 Author: mmoll Date: Fri Dec 25 00:09:52 2015 New Revision: 404395 URL: https://svnweb.freebsd.org/changeset/ports/404395 Log: net/foreman-proxy: update to 1.10.0 Added: head/net/foreman-proxy/files/patch-config_settings.d_dns__nsupdate.yml.example (contents, props changed) head/net/foreman-proxy/files/patch-config_settings.d_dns__nsupdate__gss.yml.example (contents, props changed) head/net/foreman-proxy/files/patch-lib_proxy_http__download.rb (contents, props changed) Deleted: head/net/foreman-proxy/files/patch-config-settings.d-dns.yml.example head/net/foreman-proxy/files/patch-lib-proxy-http_downloads.rb Modified: head/net/foreman-proxy/Makefile head/net/foreman-proxy/distinfo head/net/foreman-proxy/pkg-plist Modified: head/net/foreman-proxy/Makefile ============================================================================== --- head/net/foreman-proxy/Makefile Thu Dec 24 23:25:07 2015 (r404394) +++ head/net/foreman-proxy/Makefile Fri Dec 25 00:09:52 2015 (r404395) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= foreman-proxy -PORTVERSION= 1.9.1 +PORTVERSION= 1.10.0 CATEGORIES= net MASTER_SITES= http://downloads.theforeman.org/foreman-proxy/ @@ -59,7 +59,7 @@ post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \ -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \ ${WRKSRC}/config/settings.d/*.yml.example \ - ${WRKSRC}/lib/proxy/http_downloads.rb + ${WRKSRC}/lib/proxy/http_download.rb do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/foreman-proxy/settings.d @@ -79,7 +79,8 @@ do-install: ${CP} -r ${WRKSRC}/extra/migrations ${STAGEDIR}${DATADIR}/extra ${INSTALL_DATA} ${WRKSRC}/config/settings.yml.example \ ${STAGEDIR}${PREFIX}/etc/foreman-proxy/settings.yml.sample -.for cfg in bmc dhcp dns facts puppet puppetca realm templates tftp +.for cfg in bmc dhcp dns dns_dnscmd dns_nsupdate_gss dns_nsupdate dns_virsh \ + facts puppet puppetca realm templates tftp ${INSTALL_DATA} ${WRKSRC}/config/settings.d/${cfg}.yml.example \ ${STAGEDIR}${PREFIX}/etc/foreman-proxy/settings.d/${cfg}.yml.sample .endfor Modified: head/net/foreman-proxy/distinfo ============================================================================== --- head/net/foreman-proxy/distinfo Thu Dec 24 23:25:07 2015 (r404394) +++ head/net/foreman-proxy/distinfo Fri Dec 25 00:09:52 2015 (r404395) @@ -1,2 +1,2 @@ -SHA256 (foreman-proxy-1.9.1.tar.bz2) = b398bc87f77c98f25cf4c565d7e91b466538e17aff2fbe685181e25cd65081f0 -SIZE (foreman-proxy-1.9.1.tar.bz2) = 109252 +SHA256 (foreman-proxy-1.10.0.tar.bz2) = 73fbfd058249cd59103fcad7335ff8e0323b577ba92d945d01b3d8327a2819a0 +SIZE (foreman-proxy-1.10.0.tar.bz2) = 116535 Added: head/net/foreman-proxy/files/patch-config_settings.d_dns__nsupdate.yml.example ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/foreman-proxy/files/patch-config_settings.d_dns__nsupdate.yml.example Fri Dec 25 00:09:52 2015 (r404395) @@ -0,0 +1,10 @@ +--- config/settings.d/dns_nsupdate.yml.example.orig 2015-12-24 23:16:48 UTC ++++ config/settings.d/dns_nsupdate.yml.example +@@ -3,6 +3,6 @@ + # Configuration file for 'nsupdate' dns provider + # + +-#:dns_key: /etc/rndc.key ++#:dns_key: %%LOCALBASE%%/etc/namedb/rndc.key + # use this setting if you are managing a dns server which is not localhost though this proxy + #:dns_server: dns.domain.com Added: head/net/foreman-proxy/files/patch-config_settings.d_dns__nsupdate__gss.yml.example ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/foreman-proxy/files/patch-config_settings.d_dns__nsupdate__gss.yml.example Fri Dec 25 00:09:52 2015 (r404395) @@ -0,0 +1,9 @@ +--- config/settings.d/dns_nsupdate_gss.yml.example.orig 2015-12-24 23:18:07 UTC ++++ config/settings.d/dns_nsupdate_gss.yml.example +@@ -7,5 +7,5 @@ + #:dns_server: dns.domain.com + # use dns_tsig_* for GSS-TSIG updates using Kerberos. Required for Windows MS DNS with + # Secure Dynamic Updates, or BIND as used in FreeIPA. Set dns_provider to nsupdate_gss. +-#:dns_tsig_keytab: /usr/share/foreman-proxy/dns.keytab ++#:dns_tsig_keytab: %%PREFIX%%/share/foreman-proxy/dns.keytab + #:dns_tsig_principal: DNS/host.example.com@EXAMPLE.COM Added: head/net/foreman-proxy/files/patch-lib_proxy_http__download.rb ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/foreman-proxy/files/patch-lib_proxy_http__download.rb Fri Dec 25 00:09:52 2015 (r404395) @@ -0,0 +1,11 @@ +--- lib/proxy/http_download.rb.orig 2015-12-24 23:13:02 UTC ++++ lib/proxy/http_download.rb +@@ -6,7 +6,7 @@ module Proxy + + def initialize(src, dst) + @dst = dst +- wget = which("wget") ++ wget = "%%LOCALBASE%%/bin/wget" + super("#{wget} --timeout=10 --tries=3 --no-check-certificate -nv -c \"#{escape_for_shell(src.to_s)}\" -O \"#{escape_for_shell(dst.to_s)}\"") + end + Modified: head/net/foreman-proxy/pkg-plist ============================================================================== --- head/net/foreman-proxy/pkg-plist Thu Dec 24 23:25:07 2015 (r404394) +++ head/net/foreman-proxy/pkg-plist Fri Dec 25 00:09:52 2015 (r404395) @@ -1,6 +1,10 @@ @sample %%ETCDIR%%/settings.d/bmc.yml.sample @sample %%ETCDIR%%/settings.d/dhcp.yml.sample @sample %%ETCDIR%%/settings.d/dns.yml.sample +@sample %%ETCDIR%%/settings.d/dns_dnscmd.yml.sample +@sample %%ETCDIR%%/settings.d/dns_nsupdate.yml.sample +@sample %%ETCDIR%%/settings.d/dns_nsupdate_gss.yml.sample +@sample %%ETCDIR%%/settings.d/dns_virsh.yml.sample @sample %%ETCDIR%%/settings.d/facts.yml.sample @sample %%ETCDIR%%/settings.d/puppet.yml.sample @sample %%ETCDIR%%/settings.d/puppetca.yml.sample @@ -26,19 +30,27 @@ sbin/smart-proxy %%DATADIR%%/config.ru %%DATADIR%%/extra/migrate_settings.rb %%DATADIR%%/extra/migrations/20150327000000_migrate_monolithic_config.rb +%%DATADIR%%/extra/migrations/20150611000000_migrate_dns_settings.rb %%DATADIR%%/extra/query.rb %%DATADIR%%/lib/bundler_helper.rb %%DATADIR%%/lib/checks.rb %%DATADIR%%/lib/daemon.rb +%%DATADIR%%/lib/launcher.rb %%DATADIR%%/lib/poodles-fix.rb %%DATADIR%%/lib/proxy.rb +%%DATADIR%%/lib/proxy/dependency_injection.rb %%DATADIR%%/lib/proxy/error.rb %%DATADIR%%/lib/proxy/file_lock.rb %%DATADIR%%/lib/proxy/helpers.rb -%%DATADIR%%/lib/proxy/http_downloads.rb +%%DATADIR%%/lib/proxy/http_download.rb %%DATADIR%%/lib/proxy/kerberos.rb %%DATADIR%%/lib/proxy/log.rb +%%DATADIR%%/lib/proxy/memory_store.rb +%%DATADIR%%/lib/proxy/pluggable.rb %%DATADIR%%/lib/proxy/plugin.rb +%%DATADIR%%/lib/proxy/plugin_validators.rb +%%DATADIR%%/lib/proxy/provider.rb +%%DATADIR%%/lib/proxy/provider_factory.rb %%DATADIR%%/lib/proxy/request.rb %%DATADIR%%/lib/proxy/settings.rb %%DATADIR%%/lib/proxy/settings/global.rb @@ -65,22 +77,31 @@ sbin/smart-proxy %%DATADIR%%/modules/dhcp/monkey_patch_subnet.rb %%DATADIR%%/modules/dhcp/monkey_patches.rb %%DATADIR%%/modules/dhcp/providers/server/isc.rb -%%DATADIR%%/modules/dhcp/providers/server/ms.rb %%DATADIR%%/modules/dhcp/providers/server/native_ms.rb %%DATADIR%%/modules/dhcp/providers/server/virsh.rb %%DATADIR%%/modules/dhcp/record.rb +%%DATADIR%%/modules/dhcp/record/deleted_reservation.rb %%DATADIR%%/modules/dhcp/record/lease.rb %%DATADIR%%/modules/dhcp/record/reservation.rb %%DATADIR%%/modules/dhcp/server.rb %%DATADIR%%/modules/dhcp/subnet.rb +%%DATADIR%%/modules/dhcp/subnet_service.rb %%DATADIR%%/modules/dns/dns.rb %%DATADIR%%/modules/dns/dns_api.rb %%DATADIR%%/modules/dns/dns_plugin.rb %%DATADIR%%/modules/dns/http_config.ru -%%DATADIR%%/modules/dns/providers/dnscmd.rb -%%DATADIR%%/modules/dns/providers/nsupdate.rb -%%DATADIR%%/modules/dns/providers/nsupdate_gss.rb -%%DATADIR%%/modules/dns/providers/virsh.rb +%%DATADIR%%/modules/dns_dnscmd/dns_dnscmd.rb +%%DATADIR%%/modules/dns_dnscmd/dns_dnscmd_main.rb +%%DATADIR%%/modules/dns_dnscmd/dns_dnscmd_plugin.rb +%%DATADIR%%/modules/dns_nsupdate/dns_nsupdate.rb +%%DATADIR%%/modules/dns_nsupdate/dns_nsupdate_gss.rb +%%DATADIR%%/modules/dns_nsupdate/dns_nsupdate_gss_main.rb +%%DATADIR%%/modules/dns_nsupdate/dns_nsupdate_gss_plugin.rb +%%DATADIR%%/modules/dns_nsupdate/dns_nsupdate_main.rb +%%DATADIR%%/modules/dns_nsupdate/dns_nsupdate_plugin.rb +%%DATADIR%%/modules/dns_virsh/dns_virsh.rb +%%DATADIR%%/modules/dns_virsh/dns_virsh_main.rb +%%DATADIR%%/modules/dns_virsh/dns_virsh_plugin.rb %%DATADIR%%/modules/facts/facts.rb %%DATADIR%%/modules/facts/facts_api.rb %%DATADIR%%/modules/facts/facts_plugin.rb @@ -89,23 +110,28 @@ sbin/smart-proxy %%DATADIR%%/modules/puppet_proxy/class_scanner.rb %%DATADIR%%/modules/puppet_proxy/class_scanner_base.rb %%DATADIR%%/modules/puppet_proxy/class_scanner_eparser.rb -%%DATADIR%%/modules/puppet_proxy/class_scanner_factory.rb -%%DATADIR%%/modules/puppet_proxy/config_reader.rb %%DATADIR%%/modules/puppet_proxy/customrun.rb +%%DATADIR%%/modules/puppet_proxy/dependency_injection/container.rb +%%DATADIR%%/modules/puppet_proxy/dependency_injection/dependencies.rb %%DATADIR%%/modules/puppet_proxy/environment.rb %%DATADIR%%/modules/puppet_proxy/http_config.ru %%DATADIR%%/modules/puppet_proxy/initializer.rb %%DATADIR%%/modules/puppet_proxy/mcollective.rb -%%DATADIR%%/modules/puppet_proxy/memory_store.rb %%DATADIR%%/modules/puppet_proxy/puppet.rb %%DATADIR%%/modules/puppet_proxy/puppet_api.rb +%%DATADIR%%/modules/puppet_proxy/puppet_api_v2_environments_retriever.rb +%%DATADIR%%/modules/puppet_proxy/puppet_api_v3_environments_retriever.rb %%DATADIR%%/modules/puppet_proxy/puppet_cache.rb %%DATADIR%%/modules/puppet_proxy/puppet_class.rb +%%DATADIR%%/modules/puppet_proxy/puppet_config.rb +%%DATADIR%%/modules/puppet_proxy/puppet_config_environments_retriever.rb %%DATADIR%%/modules/puppet_proxy/puppet_plugin.rb %%DATADIR%%/modules/puppet_proxy/puppet_ssh.rb %%DATADIR%%/modules/puppet_proxy/puppetrun.rb %%DATADIR%%/modules/puppet_proxy/runner.rb +%%DATADIR%%/modules/puppet_proxy/runtime_configuration.rb %%DATADIR%%/modules/puppet_proxy/salt.rb +%%DATADIR%%/modules/puppet_proxy/ssl_configuration_validator.rb %%DATADIR%%/modules/puppetca/http_config.ru %%DATADIR%%/modules/puppetca/puppetca.rb %%DATADIR%%/modules/puppetca/puppetca_api.rb @@ -121,8 +147,8 @@ sbin/smart-proxy %%DATADIR%%/modules/root/root.rb %%DATADIR%%/modules/root/root_api.rb %%DATADIR%%/modules/root/root_plugin.rb -%%DATADIR%%/modules/templates/handler.rb %%DATADIR%%/modules/templates/http_config.ru +%%DATADIR%%/modules/templates/template_proxy_request.rb %%DATADIR%%/modules/templates/templates.rb %%DATADIR%%/modules/templates/templates_api.rb %%DATADIR%%/modules/templates/templates_plugin.rb From owner-svn-ports-head@freebsd.org Fri Dec 25 00:54:44 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FEC4A506C5; Fri, 25 Dec 2015 00:54:44 +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 09903137B; Fri, 25 Dec 2015 00:54: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 tBP0shLk073416; Fri, 25 Dec 2015 00:54:43 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBP0shgZ073414; Fri, 25 Dec 2015 00:54:43 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201512250054.tBP0shgZ073414@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Fri, 25 Dec 2015 00:54:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404396 - head/devel/visualparadigm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 00:54:44 -0000 Author: junovitch Date: Fri Dec 25 00:54:42 2015 New Revision: 404396 URL: https://svnweb.freebsd.org/changeset/ports/404396 Log: devel/visualparadigm: update 12.2.20151102 -> 12.2.20151201; unbreaks fetch PR: 205386 Submitted by: fernando.apesteguia@gmail.com (maintainer) Modified: head/devel/visualparadigm/Makefile head/devel/visualparadigm/distinfo Modified: head/devel/visualparadigm/Makefile ============================================================================== --- head/devel/visualparadigm/Makefile Fri Dec 25 00:09:52 2015 (r404395) +++ head/devel/visualparadigm/Makefile Fri Dec 25 00:54:42 2015 (r404396) @@ -2,15 +2,14 @@ # $FreeBSD$ PORTNAME= visualparadigm -PORTVERSION= 12.2.20151102 +PORTVERSION= 12.2.20151201 CATEGORIES= devel -MASTER_SITES= http://eu6.visual-paradigm.com/visual-paradigm/vpce12.2/20151102/ -DISTNAME= Visual_Paradigm_CE_12_2_20151102_Unix_InstallFree +MASTER_SITES= http://eu6.visual-paradigm.com/visual-paradigm/vpce12.2/20151201/ +DISTNAME= Visual_Paradigm_CE_12_2_20151201_Unix_InstallFree MAINTAINER= fernando.apesteguia@gmail.com COMMENT= Visual modeling tool for all kinds of UML diagrams -BROKEN= unfetchable RUN_DEPENDS= ${LOCALBASE}/lib/libsqlitejdbc.so:${PORTSDIR}/java/sqlitejdbc USE_JAVA= yes Modified: head/devel/visualparadigm/distinfo ============================================================================== --- head/devel/visualparadigm/distinfo Fri Dec 25 00:09:52 2015 (r404395) +++ head/devel/visualparadigm/distinfo Fri Dec 25 00:54:42 2015 (r404396) @@ -1,2 +1,2 @@ -SHA256 (Visual_Paradigm_CE_12_2_20151102_Unix_InstallFree.tar.gz) = 4345f39b32395f384b36e2d5aa609971108b320d53453d918825ae3c6bc24072 -SIZE (Visual_Paradigm_CE_12_2_20151102_Unix_InstallFree.tar.gz) = 210163713 +SHA256 (Visual_Paradigm_CE_12_2_20151201_Unix_InstallFree.tar.gz) = b043bdca4593cc433ee9e9e0d92ac9ea91fcd51baa3cc58bb5a80989f03df8f5 +SIZE (Visual_Paradigm_CE_12_2_20151201_Unix_InstallFree.tar.gz) = 210184316 From owner-svn-ports-head@freebsd.org Fri Dec 25 00:55:32 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBDA5A50703; Fri, 25 Dec 2015 00:55:32 +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 B55E914AA; Fri, 25 Dec 2015 00:55:32 +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 tBP0tVq2073697; Fri, 25 Dec 2015 00:55:31 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBP0tVgm073689; Fri, 25 Dec 2015 00:55:31 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201512250055.tBP0tVgm073689@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 25 Dec 2015 00:55:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404397 - in head/www: mediawiki123 mediawiki124 mediawiki125 mediawiki126 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 00:55:33 -0000 Author: wen Date: Fri Dec 25 00:55:30 2015 New Revision: 404397 URL: https://svnweb.freebsd.org/changeset/ports/404397 Log: - Update mediawiki to 1.26.2, 1.25.4, 1.24.6 and 1.23.13 Modified: head/www/mediawiki123/Makefile head/www/mediawiki123/distinfo head/www/mediawiki124/Makefile head/www/mediawiki124/distinfo head/www/mediawiki125/Makefile head/www/mediawiki125/distinfo head/www/mediawiki126/Makefile head/www/mediawiki126/distinfo Modified: head/www/mediawiki123/Makefile ============================================================================== --- head/www/mediawiki123/Makefile Fri Dec 25 00:54:42 2015 (r404396) +++ head/www/mediawiki123/Makefile Fri Dec 25 00:55:30 2015 (r404397) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mediawiki -PORTVERSION= 1.23.12 +PORTVERSION= 1.23.13 CATEGORIES= www MASTER_SITES= http://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ PKGNAMESUFFIX= 123 Modified: head/www/mediawiki123/distinfo ============================================================================== --- head/www/mediawiki123/distinfo Fri Dec 25 00:54:42 2015 (r404396) +++ head/www/mediawiki123/distinfo Fri Dec 25 00:55:30 2015 (r404397) @@ -1,2 +1,2 @@ -SHA256 (mediawiki-1.23.12.tar.gz) = 298b5188bc244d13bde2c55e7778a6e86be6bb36d8602e52ff1cb96ab0697bce -SIZE (mediawiki-1.23.12.tar.gz) = 20871447 +SHA256 (mediawiki-1.23.13.tar.gz) = a01509aceecacc1e9373e559a7774343987e558720175c9e907a123b8abb1c99 +SIZE (mediawiki-1.23.13.tar.gz) = 20871589 Modified: head/www/mediawiki124/Makefile ============================================================================== --- head/www/mediawiki124/Makefile Fri Dec 25 00:54:42 2015 (r404396) +++ head/www/mediawiki124/Makefile Fri Dec 25 00:55:30 2015 (r404397) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mediawiki -PORTVERSION= 1.24.5 +PORTVERSION= 1.24.6 CATEGORIES= www MASTER_SITES= http://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ PKGNAMESUFFIX= 124 Modified: head/www/mediawiki124/distinfo ============================================================================== --- head/www/mediawiki124/distinfo Fri Dec 25 00:54:42 2015 (r404396) +++ head/www/mediawiki124/distinfo Fri Dec 25 00:55:30 2015 (r404397) @@ -1,2 +1,2 @@ -SHA256 (mediawiki-1.24.5.tar.gz) = d8e772b20f36834044f3619cfe69feb654f9a589a24d6b8b22f9c7fadcbc9957 -SIZE (mediawiki-1.24.5.tar.gz) = 21739117 +SHA256 (mediawiki-1.24.6.tar.gz) = 8faad7ec136a02d36df8437388b928bec7dfa5be5d8f4087b6dff66e658a0e23 +SIZE (mediawiki-1.24.6.tar.gz) = 21739698 Modified: head/www/mediawiki125/Makefile ============================================================================== --- head/www/mediawiki125/Makefile Fri Dec 25 00:54:42 2015 (r404396) +++ head/www/mediawiki125/Makefile Fri Dec 25 00:55:30 2015 (r404397) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mediawiki -PORTVERSION= 1.25.4 +PORTVERSION= 1.25.5 CATEGORIES= www MASTER_SITES= http://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ PKGNAMESUFFIX= 125 Modified: head/www/mediawiki125/distinfo ============================================================================== --- head/www/mediawiki125/distinfo Fri Dec 25 00:54:42 2015 (r404396) +++ head/www/mediawiki125/distinfo Fri Dec 25 00:55:30 2015 (r404397) @@ -1,2 +1,2 @@ -SHA256 (mediawiki-1.25.4.tar.gz) = 6183d822cb5f2c2532f631f105685cc505b7b07cf52a329d4e3301802253aafe -SIZE (mediawiki-1.25.4.tar.gz) = 23775438 +SHA256 (mediawiki-1.25.5.tar.gz) = 42a5a416dfc82140ae8fda208035b7fbf1f164a26a1c0b406ebbb1cd307974a2 +SIZE (mediawiki-1.25.5.tar.gz) = 23776330 Modified: head/www/mediawiki126/Makefile ============================================================================== --- head/www/mediawiki126/Makefile Fri Dec 25 00:54:42 2015 (r404396) +++ head/www/mediawiki126/Makefile Fri Dec 25 00:55:30 2015 (r404397) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mediawiki -PORTVERSION= 1.26.1 +PORTVERSION= 1.26.2 CATEGORIES= www MASTER_SITES= http://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ PKGNAMESUFFIX= 126 Modified: head/www/mediawiki126/distinfo ============================================================================== --- head/www/mediawiki126/distinfo Fri Dec 25 00:54:42 2015 (r404396) +++ head/www/mediawiki126/distinfo Fri Dec 25 00:55:30 2015 (r404397) @@ -1,2 +1,2 @@ -SHA256 (mediawiki-1.26.1.tar.gz) = b6993b5527d7e67d1d3c86e0682a45fbb738dc30e0dfda448e4a6e923edfae07 -SIZE (mediawiki-1.26.1.tar.gz) = 25176990 +SHA256 (mediawiki-1.26.2.tar.gz) = 0d2f275121d1e545292aed9f2ca6ebefac1b291d3898996db442421c53ea0a36 +SIZE (mediawiki-1.26.2.tar.gz) = 25175751 From owner-svn-ports-head@freebsd.org Fri Dec 25 01:31:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DF62A51185; Fri, 25 Dec 2015 01:31:12 +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 EEF6A112D; Fri, 25 Dec 2015 01:31:11 +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 tBP1VBjY085478; Fri, 25 Dec 2015 01:31:11 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBP1V9DX085460; Fri, 25 Dec 2015 01:31:09 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201512250131.tBP1V9DX085460@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Fri, 25 Dec 2015 01:31:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404398 - in head/biology: bcftools bcftools/files htslib htslib/files samtools samtools/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 01:31:12 -0000 Author: junovitch Date: Fri Dec 25 01:31:09 2015 New Revision: 404398 URL: https://svnweb.freebsd.org/changeset/ports/404398 Log: biology/{bcftools,htslib,samtools}: update 1.2.x -> 1.3 - Update ports to 1.3 and set BUILD_DEPENDS of dependent ports to require version 1.3 of htslib. - Add CURL option to htslib - Add TEST_TARGET with perl and bash dependencies for testing - Tidy up spacing and pkg-message's PR: 205524 PR: 205525 PR: 205526 Submitted by: cartwright@asu.edu (maintainer) Added: head/biology/bcftools/files/patch-test_test.pl (contents, props changed) head/biology/htslib/files/patch-hfile__libcurl.c (contents, props changed) head/biology/samtools/files/ax_with_curses.m4 (contents, props changed) head/biology/samtools/files/ax_with_htslib.m4 (contents, props changed) head/biology/samtools/files/patch-configure.ac (contents, props changed) head/biology/samtools/files/patch-dict.c (contents, props changed) head/biology/samtools/files/patch-test_test.pl (contents, props changed) Deleted: head/biology/bcftools/files/patch-plugins_fixploidy.mk head/biology/bcftools/files/patch-plugins_vcf2sex.mk head/biology/htslib/files/patch-cram_cram__io.c Modified: head/biology/bcftools/Makefile head/biology/bcftools/distinfo head/biology/bcftools/files/patch-Makefile head/biology/bcftools/files/patch-prob1.c head/biology/bcftools/files/pkg-message.in head/biology/bcftools/pkg-plist head/biology/htslib/Makefile head/biology/htslib/distinfo head/biology/htslib/files/patch-Makefile head/biology/htslib/files/patch-configure.ac head/biology/htslib/pkg-plist head/biology/samtools/Makefile head/biology/samtools/distinfo head/biology/samtools/files/patch-Makefile head/biology/samtools/files/patch-errmod.c head/biology/samtools/files/pkg-message.in head/biology/samtools/pkg-plist Modified: head/biology/bcftools/Makefile ============================================================================== --- head/biology/bcftools/Makefile Fri Dec 25 00:55:30 2015 (r404397) +++ head/biology/bcftools/Makefile Fri Dec 25 01:31:09 2015 (r404398) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bcftools -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= biology MAINTAINER= cartwright@asu.edu @@ -11,15 +11,17 @@ COMMENT= Tools for manipulating next-gen LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= htslib>=1.2:${PORTSDIR}/biology/htslib +BUILD_DEPENDS= htslib>=1.3:${PORTSDIR}/biology/htslib LIB_DEPENDS= libhts.so:${PORTSDIR}/biology/htslib +TEST_DEPENDS= bash:${PORTSDIR}/shells/bash USE_GITHUB= yes GH_ACCOUNT= samtools -USES= gmake shebangfix +USES= gmake perl5 shebangfix +USE_PERL5= test SUB_FILES= pkg-message -SHEBANG_FILES= vcfutils.pl +SHEBANG_FILES= vcfutils.pl plot-vcfstats plugins/color-chrs.pl test/test.pl OPTIONS_DEFINE= GPL GPL_DESC= Enable modules that rely on GPL code @@ -33,10 +35,10 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV= INSTALL_LIB="${INSTALL_LIB}" \ - INSTALL_DATA="${INSTALL_DATA}" \ - INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ - INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ - INSTALL_DIR="${MKDIR}" + INSTALL_DATA="${INSTALL_DATA}" \ + INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ + INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ + INSTALL_DIR="${MKDIR}" .if ${PORT_OPTIONS:MGPL} MAKE_ENV+= USE_GPL=1 @@ -45,4 +47,6 @@ LICENSE= GPLv3 PLIST_SUB= PORTVERSION="${PORTVERSION}" +TEST_TARGET= test + .include Modified: head/biology/bcftools/distinfo ============================================================================== --- head/biology/bcftools/distinfo Fri Dec 25 00:55:30 2015 (r404397) +++ head/biology/bcftools/distinfo Fri Dec 25 01:31:09 2015 (r404398) @@ -1,2 +1,2 @@ -SHA256 (samtools-bcftools-1.2_GH0.tar.gz) = 90ccd7dccfb0b2848b71f32fff073c420260e857b7feeb89c1fb4bfaba49bfba -SIZE (samtools-bcftools-1.2_GH0.tar.gz) = 511625 +SHA256 (samtools-bcftools-1.3_GH0.tar.gz) = 3f4d4bf68637070cb7dbb5d5619ece7e3315727e651eab751d849085439b11d8 +SIZE (samtools-bcftools-1.3_GH0.tar.gz) = 943041 Modified: head/biology/bcftools/files/patch-Makefile ============================================================================== --- head/biology/bcftools/files/patch-Makefile Fri Dec 25 00:55:30 2015 (r404397) +++ head/biology/bcftools/files/patch-Makefile Fri Dec 25 01:31:09 2015 (r404398) @@ -1,84 +1,78 @@ ---- Makefile.orig 2015-02-02 15:40:17 UTC +--- Makefile.orig 2015-12-15 21:42:34 UTC +++ Makefile -@@ -29,14 +29,13 @@ TEST_PROG= test/test-rbuf +@@ -29,16 +29,15 @@ TEST_PROG= test/test-rbuf all: $(PROG) $(TEST_PROG) # Adjust $(HTSDIR) to point to your top-level htslib directory -HTSDIR = ../htslib -include $(HTSDIR)/htslib.mk -HTSLIB = $(HTSDIR)/libhts.a +-BGZIP = $(HTSDIR)/bgzip +-TABIX = $(HTSDIR)/tabix +HTSDIR = $(prefix)/include +HTSLIB = -lhts - BGZIP = $(HTSDIR)/bgzip - TABIX = $(HTSDIR)/tabix ++BGZIP = $(HTSDIR)/../bin/bgzip ++TABIX = $(HTSDIR)/../bin/tabix -CC = gcc +-CPPFLAGS = -CFLAGS = -g -Wall -Wc++-compat -O2 -+CC ?= cc -+CFLAGS += -Wall - DFLAGS = +-LDFLAGS = ++CC ?= cc ++CPPFLAGS += ++CFLAGS += -Wall ++LDFLAGS += + LIBS = + OBJS = main.o vcfindex.o tabix.o \ - vcfstats.o vcfisec.o vcfmerge.o vcfquery.o vcffilter.o filter.o vcfsom.o \ -@@ -52,22 +51,15 @@ INCLUDES = -I. -I$(HTSDIR) +@@ -57,26 +56,20 @@ GSL_LIBS = ifdef USE_GPL - CFLAGS += -DUSE_GPL - OBJS += polysomy.o -- LDLIBS = -lgsl -lcblas -+ LDLIBS += -lgsl -lgslcblas + EXTRA_CPPFLAGS += -DUSE_GPL + OBJS += polysomy.o peakfit.o +- GSL_LIBS = -lgsl -lcblas ++ GSL_LIBS = -lgsl -lgslcblas endif -prefix = /usr/local +prefix = ${STAGEDIR}${PREFIX} exec_prefix = $(prefix) bindir = $(exec_prefix)/bin + libdir = $(exec_prefix)/lib + libexecdir = $(exec_prefix)/libexec -mandir = $(prefix)/share/man +mandir = $(prefix)/man man1dir = $(mandir)/man1 + plugindir = $(libexecdir)/bcftools + pluginpath = $(plugindir) + -MKDIR_P = mkdir -p -INSTALL = install -p -INSTALL_PROGRAM = $(INSTALL) -INSTALL_DATA = $(INSTALL) -m 644 -INSTALL_DIR = $(MKDIR_P) -m 755 - -- + MISC_PROGRAMS = plot-vcfstats vcfutils.pl plugins/color-chrs.pl + all:$(PROG) plugins +@@ -181,7 +174,7 @@ test/test-rbuf: test/test-rbuf.o + $(CC) $(LDFLAGS) -o $@ $^ -lm $(LIBS) - # See htslib/Makefile -@@ -102,8 +94,8 @@ PLUGINC = $(foreach dir, plugins, $(wild - PLUGINS = $(PLUGINC:.c=.so) - PLUGINM = $(PLUGINC:.c=.mk) - --%.so: %.c version.h version.c $(HTSDIR)/libhts.so -- $(CC) $(CFLAGS) $(INCLUDES) -fPIC -shared -o $@ version.c $< -L$(HTSDIR) -lhts -+%.so: %.c version.h version.c -+ $(CC) $(CFLAGS) $(LDFLAGS) $(INCLUDES) -fPIC -shared -o $@ version.c $< -lhts - - -include $(PLUGINM) - -@@ -156,10 +148,10 @@ version.o: version.h version.c - test/test-rbuf.o: test/test-rbuf.c rbuf.h - - test/test-rbuf: test/test-rbuf.o -- $(CC) $(CFLAGS) -o $@ -lm -ldl $< -+ $(CC) $(CFLAGS) -o $@ -lm $< - --bcftools: $(HTSLIB) $(OBJS) -- $(CC) $(CFLAGS) -o $@ $(OBJS) $(HTSLIB) -lpthread -lz -lm -ldl $(LDLIBS) -+bcftools: $(OBJS) -+ $(CC) -pthread $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(HTSLIB) -lz -lm $(LDLIBS) + bcftools: $(HTSLIB) $(OBJS) +- $(CC) -rdynamic $(LDFLAGS) -o $@ $(OBJS) $(HTSLIB) -lpthread -lz -lm -ldl $(GSL_LIBS) $(LIBS) ++ $(CC) -rdynamic $(LDFLAGS) -o $@ $(OBJS) $(HTSLIB) -pthread -lz -lm $(GSL_LIBS) $(LIBS) doc/bcftools.1: doc/bcftools.txt cd doc && a2x -adate="$(DOC_DATE)" -aversion=$(DOC_VERSION) --doctype manpage --format manpage bcftools.txt -@@ -170,8 +162,9 @@ doc/bcftools.html: doc/bcftools.txt - docs: doc/bcftools.1 doc/bcftools.html - - install: $(PROG) doc/bcftools.1 -- $(INSTALL_DIR) $(DESTDIR)$(bindir) $(DESTDIR)$(man1dir) -- $(INSTALL_PROGRAM) $(PROG) plot-vcfstats vcfutils.pl $(DESTDIR)$(bindir) -+ $(INSTALL_DIR) $(DESTDIR)$(bindir) $(DESTDIR)$(bindir)/samtools_misc $(DESTDIR)$(man1dir) +@@ -198,8 +191,9 @@ docs: doc/bcftools.1 doc/bcftools.html + # Since there is no make dependency, bcftools.1 can be out-of-date and + # make docs can be run to update if asciidoc is available + install: $(PROG) +- $(INSTALL_DIR) $(DESTDIR)$(bindir) $(DESTDIR)$(man1dir) $(DESTDIR)$(plugindir) +- $(INSTALL_PROGRAM) $(PROG) $(MISC_PROGRAMS) $(DESTDIR)$(bindir) ++ $(INSTALL_DIR) $(DESTDIR)$(bindir) $(DESTDIR)$(bindir)/samtools_misc $(DESTDIR)$(man1dir) $(DESTDIR)$(plugindir) + $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(bindir) -+ $(INSTALL_SCRIPT) plot-vcfstats vcfutils.pl $(DESTDIR)$(bindir)/samtools_misc ++ $(INSTALL_SCRIPT) $(MISC_PROGRAMS) $(DESTDIR)$(bindir)/samtools_misc $(INSTALL_DATA) doc/bcftools.1 $(DESTDIR)$(man1dir) + $(INSTALL_PROGRAM) plugins/*.so $(DESTDIR)$(plugindir) - clean: testclean clean-plugins Modified: head/biology/bcftools/files/patch-prob1.c ============================================================================== --- head/biology/bcftools/files/patch-prob1.c Fri Dec 25 00:55:30 2015 (r404397) +++ head/biology/bcftools/files/patch-prob1.c Fri Dec 25 01:31:09 2015 (r404398) @@ -1,15 +1,13 @@ ---- prob1.c.orig 2015-04-28 01:28:23 UTC +--- prob1.c.orig 2015-12-15 21:42:34 UTC +++ prob1.c -@@ -33,6 +33,14 @@ THE SOFTWARE. */ +@@ -33,6 +33,12 @@ THE SOFTWARE. */ #include #include "prob1.h" +#include -+#ifdef __FreeBSD__ -+# if __FreeBSD_version < 1000034 -+# define logl(x) log(x) -+# define expl(x) exp(x) -+# endif ++#if defined(__FreeBSD__) && (__FreeBSD_version < 1000034) ++# define logl(x) log(x) ++# define expl(x) exp(x) +#endif + // #include "kstring.h" Added: head/biology/bcftools/files/patch-test_test.pl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/bcftools/files/patch-test_test.pl Fri Dec 25 01:31:09 2015 (r404398) @@ -0,0 +1,29 @@ +--- test/test.pl.orig 2015-12-22 22:45:13 UTC ++++ test/test.pl +@@ -290,7 +290,7 @@ sub _cmd + else + { + # child +- exec('/bin/bash', '-o','pipefail','-c', $cmd) or error("Cannot execute the command [/bin/sh -o pipefail -c $cmd]: $!"); ++ exec('/usr/local/bin/bash', '-o','pipefail','-c', $cmd) or error("Cannot execute the command [/usr/local/bin/sh -o pipefail -c $cmd]: $!"); + } + return ($? >> 8, join('',@out)); + } +@@ -657,7 +657,7 @@ sub test_usage + my $command = $args{cmd}; + my $commandpath = $$opts{bin}."/".$command; + my ($ret,$out) = _cmd("$commandpath $args{redirection} 2>&1"); +- if ( $out =~ m/\/bin\/bash.*no.*such/i ) { failed($opts,$test,"could not run $commandpath: $out"); return; } ++ if ( $out =~ m/\/usr\/local\/bin\/bash.*no.*such/i ) { failed($opts,$test,"could not run $commandpath: $out"); return; } + + my @sections = ($out =~ m/(^[A-Za-z]+.*?)(?:(?=^[A-Za-z]+:)|\z)/msg); + +@@ -708,7 +708,7 @@ sub test_usage_subcommand + my $subcommand = $args{subcmd}; + my $commandpath = $$opts{bin}."/".$command; + my ($ret,$out) = _cmd("$commandpath $subcommand $args{redirection} 2>&1"); +- if ( $out =~ m/\/bin\/bash.*no.*such/i ) { failed($opts,$test,"could not run $commandpath $subcommand: $out"); return; } ++ if ( $out =~ m/\/usr\/local\/bin\/bash.*no.*such/i ) { failed($opts,$test,"could not run $commandpath $subcommand: $out"); return; } + + my @sections = ($out =~ m/(^[A-Za-z]+.*?)(?:(?=^[A-Za-z]+:)|\z)/msg); + Modified: head/biology/bcftools/files/pkg-message.in ============================================================================== --- head/biology/bcftools/files/pkg-message.in Fri Dec 25 00:55:30 2015 (r404397) +++ head/biology/bcftools/files/pkg-message.in Fri Dec 25 01:31:09 2015 (r404398) @@ -1,2 +1,7 @@ +The miscellaneous tools included with Bcftools have been installed to +%%PREFIX%%/bin/samtools_misc -Add %%PREFIX%%/bin/samtools_misc to your path to use miscellaneous tools. +Add that directory to your path if you want to use these tools. + +Some of these tools depend on Perl5, and it will need to be installed to +use them. Modified: head/biology/bcftools/pkg-plist ============================================================================== --- head/biology/bcftools/pkg-plist Fri Dec 25 00:55:30 2015 (r404397) +++ head/biology/bcftools/pkg-plist Fri Dec 25 01:31:09 2015 (r404398) @@ -1,4 +1,18 @@ bin/bcftools +bin/samtools_misc/color-chrs.pl bin/samtools_misc/plot-vcfstats bin/samtools_misc/vcfutils.pl +libexec/bcftools/color-chrs.so +libexec/bcftools/counts.so +libexec/bcftools/dosage.so +libexec/bcftools/fill-AN-AC.so +libexec/bcftools/fill-tags.so +libexec/bcftools/fixploidy.so +libexec/bcftools/frameshifts.so +libexec/bcftools/impute-info.so +libexec/bcftools/mendelian.so +libexec/bcftools/missing2ref.so +libexec/bcftools/setGT.so +libexec/bcftools/tag2tag.so +libexec/bcftools/vcf2sex.so man/man1/bcftools.1.gz Modified: head/biology/htslib/Makefile ============================================================================== --- head/biology/htslib/Makefile Fri Dec 25 00:55:30 2015 (r404397) +++ head/biology/htslib/Makefile Fri Dec 25 01:31:09 2015 (r404398) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= htslib -PORTVERSION= 1.2.1 +PORTVERSION= 1.3 CATEGORIES= biology devel MAINTAINER= cartwright@asu.edu @@ -12,13 +12,26 @@ LICENSE= BSD3CLAUSE MIT LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE +TEST_DEPENDS= bash:${PORTSDIR}/shells/bash + USE_GITHUB= yes GH_ACCOUNT= samtools -USES= gmake +USES= autoreconf gmake perl5 shebangfix +USE_PERL5= test USE_LDCONFIG= yes -USE_AUTOTOOLS= autoconf -GNU_CONFIGURE=yes +GNU_CONFIGURE= yes +SHEBANG_FILES= test/compare_sam.pl test/test.pl test/test_view.pl + +OPTIONS_DEFINE= CURL +OPTIONS_DEFAULT= CURL + +CURL_DESC= Use libcurl for network file access (HTTPS and S3 support). +CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +CURL_CONFIGURE_ENABLE= libcurl + +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV= INSTALL_LIB="${INSTALL_LIB}" \ INSTALL_DATA="${INSTALL_DATA}" \ @@ -27,6 +40,8 @@ MAKE_ENV= INSTALL_LIB="${INSTALL_LIB}" \ PLIST_SUB= PORTVERSION="${PORTVERSION}" +TEST_TARGET= test + post-patch: @${REINPLACE_CMD} -e 's|@PORTVERSION@|${PORTVERSION}|g' ${WRKSRC}/configure.ac Modified: head/biology/htslib/distinfo ============================================================================== --- head/biology/htslib/distinfo Fri Dec 25 00:55:30 2015 (r404397) +++ head/biology/htslib/distinfo Fri Dec 25 01:31:09 2015 (r404398) @@ -1,2 +1,2 @@ -SHA256 (samtools-htslib-1.2.1_GH0.tar.gz) = 4f67f0fc73ae86f3ed4336d8d8f6da3c12066e9cb5f142b685622dd6b8f9ae42 -SIZE (samtools-htslib-1.2.1_GH0.tar.gz) = 997625 +SHA256 (samtools-htslib-1.3_GH0.tar.gz) = 291a54090df3bc367b509890e1cfa34d53b1ee9be42c5fa6c2b1e2ec8f8b13af +SIZE (samtools-htslib-1.3_GH0.tar.gz) = 1042953 Modified: head/biology/htslib/files/patch-Makefile ============================================================================== --- head/biology/htslib/files/patch-Makefile Fri Dec 25 00:55:30 2015 (r404397) +++ head/biology/htslib/files/patch-Makefile Fri Dec 25 01:31:09 2015 (r404398) @@ -1,6 +1,6 @@ ---- Makefile.orig 2015-02-03 16:22:23 UTC +--- Makefile.orig 2015-12-15 16:34:33 UTC +++ Makefile -@@ -22,16 +22,9 @@ +@@ -22,16 +22,7 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # DEALINGS IN THE SOFTWARE. @@ -8,19 +8,18 @@ -AR = ar -RANLIB = ranlib - --CPPFLAGS = -I. -+CPPFLAGS += -I. - # TODO: probably update cram code to make it compile cleanly with -Wc++-compat +-CPPFLAGS = +-# TODO: probably update cram code to make it compile cleanly with -Wc++-compat -CFLAGS = -g -Wall -O2 EXTRA_CFLAGS_PIC = -fpic -LDFLAGS = --LDLIBS = +-LIBS = # For now these don't work too well as samtools also needs to know to # add -lbz2 and -llzma if linking against the static libhts.a library. -@@ -57,16 +50,10 @@ bindir = $(exec_prefix)/bin - includedir = $(prefix)/include +@@ -58,16 +49,10 @@ includedir = $(prefix)/include libdir = $(exec_prefix)/lib + libexecdir = $(exec_prefix)/libexec datarootdir = $(prefix)/share -mandir = $(datarootdir)/man +mandir = $(prefix)/man @@ -35,18 +34,18 @@ -INSTALL_DIR = $(MKDIR_P) -m 755 +pkgconfigdir= $(exec_prefix)/libdata/pkgconfig - BUILT_PROGRAMS = \ - bgzip \ -@@ -82,7 +69,7 @@ BUILT_TEST_PROGRAMS = \ + # Set by config.mk if plugins are enabled + plugindir = +@@ -86,7 +71,7 @@ BUILT_TEST_PROGRAMS = \ test/test-vcf-api \ test/test-vcf-sweep --all: lib-static lib-shared $(BUILT_PROGRAMS) $(BUILT_TEST_PROGRAMS) -+all: lib-static lib-shared $(BUILT_PROGRAMS) +-all: lib-static lib-shared $(BUILT_PROGRAMS) plugins $(BUILT_TEST_PROGRAMS) ++all: lib-static lib-shared $(BUILT_PROGRAMS) plugins HTSPREFIX = include htslib_vars.mk -@@ -332,7 +319,7 @@ installdirs: +@@ -361,7 +346,7 @@ installdirs: # and libhts.so.NN (used by client executables at runtime). install-so: libhts.so installdirs Modified: head/biology/htslib/files/patch-configure.ac ============================================================================== --- head/biology/htslib/files/patch-configure.ac Fri Dec 25 00:55:30 2015 (r404397) +++ head/biology/htslib/files/patch-configure.ac Fri Dec 25 01:31:09 2015 (r404398) @@ -1,11 +1,11 @@ ---- configure.ac.orig 2015-02-03 16:22:23 UTC +--- configure.ac.orig 2015-12-15 16:34:33 UTC +++ configure.ac @@ -23,7 +23,7 @@ # DEALINGS IN THE SOFTWARE. dnl Process this file with autoconf to produce a configure script -AC_INIT([HTSlib], m4_esyscmd_s([make print-version]), -+AC_INIT([HTSlib], [@PORTVERSION@], ++AC_INIT([HTSlib], [1.3], [samtools-help@lists.sourceforge.net], [], [http://www.htslib.org/]) AC_PREREQ(2.63) dnl This version introduced 4-argument AC_CHECK_HEADER AC_CONFIG_SRCDIR(hts.c) Added: head/biology/htslib/files/patch-hfile__libcurl.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/htslib/files/patch-hfile__libcurl.c Fri Dec 25 01:31:09 2015 (r404398) @@ -0,0 +1,14 @@ +--- hfile_libcurl.c.orig 2015-12-22 22:35:42 UTC ++++ hfile_libcurl.c +@@ -39,6 +39,11 @@ DEALINGS IN THE SOFTWARE. */ + + #include + ++#include ++#if defined(__FreeBSD__) && (__FreeBSD_version < 1000033) && !defined(ENOTRECOVERABLE) ++# define ENOTRECOVERABLE EIO ++#endif ++ + typedef struct { + hFILE base; + CURL *easy; Modified: head/biology/htslib/pkg-plist ============================================================================== --- head/biology/htslib/pkg-plist Fri Dec 25 00:55:30 2015 (r404397) +++ head/biology/htslib/pkg-plist Fri Dec 25 01:31:09 2015 (r404398) @@ -2,10 +2,12 @@ bin/bgzip bin/htsfile bin/tabix include/htslib/bgzf.h +include/htslib/cram.h include/htslib/faidx.h include/htslib/hfile.h include/htslib/hts.h include/htslib/hts_defs.h +include/htslib/kbitset.h include/htslib/kfunc.h include/htslib/khash.h include/htslib/khash_str2int.h Modified: head/biology/samtools/Makefile ============================================================================== --- head/biology/samtools/Makefile Fri Dec 25 00:55:30 2015 (r404397) +++ head/biology/samtools/Makefile Fri Dec 25 01:31:09 2015 (r404398) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= samtools -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= biology MAINTAINER= cartwright@asu.edu @@ -11,13 +11,17 @@ COMMENT= Tools for manipulating next-gen LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= htslib>=1.2:${PORTSDIR}/biology/htslib +BUILD_DEPENDS= htslib>=1.3:${PORTSDIR}/biology/htslib LIB_DEPENDS= libhts.so:${PORTSDIR}/biology/htslib +TEST_DEPENDS= bash:${PORTSDIR}/shells/bash USE_GITHUB= yes -USES= gmake +USES= autoreconf gmake perl5 shebangfix +USE_PERL5= test +GNU_CONFIGURE= yes SUB_FILES= pkg-message +SHEBANG_FILES= misc/*.pl misc/plot-bamstats test/test.pl CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -30,4 +34,11 @@ MAKE_ENV= INSTALL_LIB="${INSTALL_LIB}" \ PLIST_SUB= PORTVERSION="${PORTVERSION}" +TEST_TARGET= test + +post-patch: + @${REINPLACE_CMD} -e 's|@PORTVERSION@|${PORTVERSION}|g' ${WRKSRC}/configure.ac + ${CP} ${FILESDIR}/ax_with_htslib.m4 ${WRKSRC}/ + ${CP} ${FILESDIR}/ax_with_curses.m4 ${WRKSRC}/ + .include Modified: head/biology/samtools/distinfo ============================================================================== --- head/biology/samtools/distinfo Fri Dec 25 00:55:30 2015 (r404397) +++ head/biology/samtools/distinfo Fri Dec 25 01:31:09 2015 (r404398) @@ -1,2 +1,2 @@ -SHA256 (samtools-samtools-1.2_GH0.tar.gz) = e4be60ad24fe0324b9384fe58ec2ab7359fe926fbee3115d869c447eb01a9e47 -SIZE (samtools-samtools-1.2_GH0.tar.gz) = 4318615 +SHA256 (samtools-samtools-1.3_GH0.tar.gz) = f1eee9a217d547d9b483098519738ef351ec454f4a85cdb1e77ae8892fe858b5 +SIZE (samtools-samtools-1.3_GH0.tar.gz) = 3742904 Added: head/biology/samtools/files/ax_with_curses.m4 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/samtools/files/ax_with_curses.m4 Fri Dec 25 01:31:09 2015 (r404398) @@ -0,0 +1,518 @@ +# =========================================================================== +# http://www.gnu.org/software/autoconf-archive/ax_with_curses.html +# =========================================================================== +# +# SYNOPSIS +# +# AX_WITH_CURSES +# +# DESCRIPTION +# +# This macro checks whether a SysV or X/Open-compatible Curses library is +# present, along with the associated header file. The NcursesW +# (wide-character) library is searched for first, followed by Ncurses, +# then the system-default plain Curses. The first library found is the +# one returned. +# +# The following options are understood: --with-ncursesw, --with-ncurses, +# --without-ncursesw, --without-ncurses. The "--with" options force the +# macro to use that particular library, terminating with an error if not +# found. The "--without" options simply skip the check for that library. +# The effect on the search pattern is: +# +# (no options) - NcursesW, Ncurses, Curses +# --with-ncurses --with-ncursesw - NcursesW only [*] +# --without-ncurses --with-ncursesw - NcursesW only [*] +# --with-ncursesw - NcursesW only [*] +# --with-ncurses --without-ncursesw - Ncurses only [*] +# --with-ncurses - NcursesW, Ncurses [**] +# --without-ncurses --without-ncursesw - Curses only +# --without-ncursesw - Ncurses, Curses +# --without-ncurses - NcursesW, Curses +# +# [*] If the library is not found, abort the configure script. +# +# [**] If the second library (Ncurses) is not found, abort configure. +# +# The following preprocessor symbols may be defined by this macro if the +# appropriate conditions are met: +# +# HAVE_CURSES - if any SysV or X/Open Curses library found +# HAVE_CURSES_ENHANCED - if library supports X/Open Enhanced functions +# HAVE_CURSES_COLOR - if library supports color (enhanced functions) +# HAVE_CURSES_OBSOLETE - if library supports certain obsolete features +# HAVE_NCURSESW - if NcursesW (wide char) library is to be used +# HAVE_NCURSES - if the Ncurses library is to be used +# +# HAVE_CURSES_H - if is present and should be used +# HAVE_NCURSESW_H - if should be used +# HAVE_NCURSES_H - if should be used +# HAVE_NCURSESW_CURSES_H - if should be used +# HAVE_NCURSES_CURSES_H - if should be used +# +# (These preprocessor symbols are discussed later in this document.) +# +# The following output variable is defined by this macro; it is precious +# and may be overridden on the ./configure command line: +# +# CURSES_LIB - library to add to xxx_LDADD +# +# The library listed in CURSES_LIB is NOT added to LIBS by default. You +# need to add CURSES_LIB to the appropriate xxx_LDADD line in your +# Makefile.am. For example: +# +# prog_LDADD = @CURSES_LIB@ +# +# If CURSES_LIB is set on the configure command line (such as by running +# "./configure CURSES_LIB=-lmycurses"), then the only header searched for +# is . The user may use the CPPFLAGS precious variable to +# override the standard #include search path. If the user needs to +# specify an alternative path for a library (such as for a non-standard +# NcurseW), the user should use the LDFLAGS variable. +# +# The following shell variables may be defined by this macro: +# +# ax_cv_curses - set to "yes" if any Curses library found +# ax_cv_curses_enhanced - set to "yes" if Enhanced functions present +# ax_cv_curses_color - set to "yes" if color functions present +# ax_cv_curses_obsolete - set to "yes" if obsolete features present +# +# ax_cv_ncursesw - set to "yes" if NcursesW library found +# ax_cv_ncurses - set to "yes" if Ncurses library found +# ax_cv_plaincurses - set to "yes" if plain Curses library found +# ax_cv_curses_which - set to "ncursesw", "ncurses", "plaincurses" or "no" +# +# These variables can be used in your configure.ac to determine the level +# of support you need from the Curses library. For example, if you must +# have either Ncurses or NcursesW, you could include: +# +# AX_WITH_CURSES +# if test "x$ax_cv_ncursesw" != xyes && test "x$ax_cv_ncurses" != xyes; then +# AC_MSG_ERROR([requires either NcursesW or Ncurses library]) +# fi +# +# If any Curses library will do (but one must be present and must support +# color), you could use: +# +# AX_WITH_CURSES +# if test "x$ax_cv_curses" != xyes || test "x$ax_cv_curses_color" != xyes; then +# AC_MSG_ERROR([requires an X/Open-compatible Curses library with color]) +# fi +# +# Certain preprocessor symbols and shell variables defined by this macro +# can be used to determine various features of the Curses library. In +# particular, HAVE_CURSES and ax_cv_curses are defined if the Curses +# library found conforms to the traditional SysV and/or X/Open Base Curses +# definition. Any working Curses library conforms to this level. +# +# HAVE_CURSES_ENHANCED and ax_cv_curses_enhanced are defined if the +# library supports the X/Open Enhanced Curses definition. In particular, +# the wide-character types attr_t, cchar_t and wint_t, the functions +# wattr_set() and wget_wch() and the macros WA_NORMAL and _XOPEN_CURSES +# are checked. The Ncurses library does NOT conform to this definition, +# although NcursesW does. +# +# HAVE_CURSES_COLOR and ax_cv_curses_color are defined if the library +# supports color functions and macros such as COLOR_PAIR, A_COLOR, +# COLOR_WHITE, COLOR_RED and init_pair(). These are NOT part of the +# X/Open Base Curses definition, but are part of the Enhanced set of +# functions. The Ncurses library DOES support these functions, as does +# NcursesW. +# +# HAVE_CURSES_OBSOLETE and ax_cv_curses_obsolete are defined if the +# library supports certain features present in SysV and BSD Curses but not +# defined in the X/Open definition. In particular, the functions +# getattrs(), getcurx() and getmaxx() are checked. +# +# To use the HAVE_xxx_H preprocessor symbols, insert the following into +# your system.h (or equivalent) header file: +# +# #if defined HAVE_NCURSESW_CURSES_H +# # include +# #elif defined HAVE_NCURSESW_H +# # include +# #elif defined HAVE_NCURSES_CURSES_H +# # include +# #elif defined HAVE_NCURSES_H +# # include +# #elif defined HAVE_CURSES_H +# # include +# #else +# # error "SysV or X/Open-compatible Curses header file required" +# #endif +# +# For previous users of this macro: you should not need to change anything +# in your configure.ac or Makefile.am, as the previous (serial 10) +# semantics are still valid. However, you should update your system.h (or +# equivalent) header file to the fragment shown above. You are encouraged +# also to make use of the extended functionality provided by this version +# of AX_WITH_CURSES, as well as in the additional macros +# AX_WITH_CURSES_PANEL, AX_WITH_CURSES_MENU and AX_WITH_CURSES_FORM. +# +# LICENSE +# +# Copyright (c) 2009 Mark Pulford +# Copyright (c) 2009 Damian Pietras +# Copyright (c) 2012 Reuben Thomas +# Copyright (c) 2011 John Zaitseff +# +# This program is free software: you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by the +# Free Software Foundation, either version 3 of the License, or (at your +# option) any later version. +# +# This program 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 General +# Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program. If not, see . +# +# As a special exception, the respective Autoconf Macro's copyright owner +# gives unlimited permission to copy, distribute and modify the configure +# scripts that are the output of Autoconf when processing the Macro. You +# need not follow the terms of the GNU General Public License when using +# or distributing such scripts, even though portions of the text of the +# Macro appear in them. The GNU General Public License (GPL) does govern +# all other use of the material that constitutes the Autoconf Macro. +# +# This special exception to the GPL applies to versions of the Autoconf +# Macro released by the Autoconf Archive. When you make and distribute a +# modified version of the Autoconf Macro, you may extend this special +# exception to the GPL to apply to your modified version as well. + +#serial 15 + +AU_ALIAS([MP_WITH_CURSES], [AX_WITH_CURSES]) +AC_DEFUN([AX_WITH_CURSES], [ + AC_ARG_VAR([CURSES_LIB], [linker library for Curses, e.g. -lcurses]) + AC_ARG_WITH([ncurses], [AS_HELP_STRING([--with-ncurses], + [force the use of Ncurses or NcursesW])], + [], [with_ncurses=check]) + AC_ARG_WITH([ncursesw], [AS_HELP_STRING([--without-ncursesw], + [do not use NcursesW (wide character support)])], + [], [with_ncursesw=check]) + + ax_saved_LIBS=$LIBS + AS_IF([test "x$with_ncurses" = xyes || test "x$with_ncursesw" = xyes], + [ax_with_plaincurses=no], [ax_with_plaincurses=check]) + + ax_cv_curses_which=no + + # Test for NcursesW + + AS_IF([test "x$CURSES_LIB" = x && test "x$with_ncursesw" != xno], [ + LIBS="$ax_saved_LIBS -lncursesw" + + AC_CACHE_CHECK([for NcursesW wide-character library], [ax_cv_ncursesw], [ + AC_LINK_IFELSE([AC_LANG_CALL([], [initscr])], + [ax_cv_ncursesw=yes], [ax_cv_ncursesw=no]) + ]) + AS_IF([test "x$ax_cv_ncursesw" = xno && test "x$with_ncursesw" = xyes], [ + AC_MSG_ERROR([--with-ncursesw specified but could not find NcursesW library]) + ]) + + AS_IF([test "x$ax_cv_ncursesw" = xyes], [ + ax_cv_curses=yes + ax_cv_curses_which=ncursesw + CURSES_LIB="-lncursesw" + AC_DEFINE([HAVE_NCURSESW], [1], [Define to 1 if the NcursesW library is present]) + AC_DEFINE([HAVE_CURSES], [1], [Define to 1 if a SysV or X/Open compatible Curses library is present]) + + AC_CACHE_CHECK([for working ncursesw/curses.h], [ax_cv_header_ncursesw_curses_h], [ + AC_LINK_IFELSE([AC_LANG_PROGRAM([[ + @%:@define _XOPEN_SOURCE_EXTENDED 1 + @%:@include + ]], [[ + chtype a = A_BOLD; + int b = KEY_LEFT; + chtype c = COLOR_PAIR(1) & A_COLOR; + attr_t d = WA_NORMAL; + cchar_t e; + wint_t f; + int g = getattrs(stdscr); + int h = getcurx(stdscr) + getmaxx(stdscr); + initscr(); + init_pair(1, COLOR_WHITE, COLOR_RED); + wattr_set(stdscr, d, 0, NULL); + wget_wch(stdscr, &f); + ]])], + [ax_cv_header_ncursesw_curses_h=yes], + [ax_cv_header_ncursesw_curses_h=no]) + ]) + AS_IF([test "x$ax_cv_header_ncursesw_curses_h" = xyes], [ + ax_cv_curses_enhanced=yes + ax_cv_curses_color=yes + ax_cv_curses_obsolete=yes + AC_DEFINE([HAVE_CURSES_ENHANCED], [1], [Define to 1 if library supports X/Open Enhanced functions]) + AC_DEFINE([HAVE_CURSES_COLOR], [1], [Define to 1 if library supports color (enhanced functions)]) + AC_DEFINE([HAVE_CURSES_OBSOLETE], [1], [Define to 1 if library supports certain obsolete features]) + AC_DEFINE([HAVE_NCURSESW_CURSES_H], [1], [Define to 1 if is present]) + ]) + + AC_CACHE_CHECK([for working ncursesw.h], [ax_cv_header_ncursesw_h], [ + AC_LINK_IFELSE([AC_LANG_PROGRAM([[ + @%:@define _XOPEN_SOURCE_EXTENDED 1 + @%:@include + ]], [[ + chtype a = A_BOLD; + int b = KEY_LEFT; + chtype c = COLOR_PAIR(1) & A_COLOR; + attr_t d = WA_NORMAL; + cchar_t e; + wint_t f; + int g = getattrs(stdscr); + int h = getcurx(stdscr) + getmaxx(stdscr); + initscr(); + init_pair(1, COLOR_WHITE, COLOR_RED); + wattr_set(stdscr, d, 0, NULL); + wget_wch(stdscr, &f); + ]])], + [ax_cv_header_ncursesw_h=yes], + [ax_cv_header_ncursesw_h=no]) + ]) + AS_IF([test "x$ax_cv_header_ncursesw_h" = xyes], [ + ax_cv_curses_enhanced=yes + ax_cv_curses_color=yes + ax_cv_curses_obsolete=yes + AC_DEFINE([HAVE_CURSES_ENHANCED], [1], [Define to 1 if library supports X/Open Enhanced functions]) + AC_DEFINE([HAVE_CURSES_COLOR], [1], [Define to 1 if library supports color (enhanced functions)]) + AC_DEFINE([HAVE_CURSES_OBSOLETE], [1], [Define to 1 if library supports certain obsolete features]) + AC_DEFINE([HAVE_NCURSESW_H], [1], [Define to 1 if is present]) + ]) + + AC_CACHE_CHECK([for working ncurses.h], [ax_cv_header_ncurses_h_with_ncursesw], [ + AC_LINK_IFELSE([AC_LANG_PROGRAM([[ + @%:@define _XOPEN_SOURCE_EXTENDED 1 + @%:@include + ]], [[ + chtype a = A_BOLD; + int b = KEY_LEFT; + chtype c = COLOR_PAIR(1) & A_COLOR; + attr_t d = WA_NORMAL; + cchar_t e; + wint_t f; + int g = getattrs(stdscr); + int h = getcurx(stdscr) + getmaxx(stdscr); + initscr(); + init_pair(1, COLOR_WHITE, COLOR_RED); + wattr_set(stdscr, d, 0, NULL); + wget_wch(stdscr, &f); + ]])], + [ax_cv_header_ncurses_h_with_ncursesw=yes], + [ax_cv_header_ncurses_h_with_ncursesw=no]) + ]) + AS_IF([test "x$ax_cv_header_ncurses_h_with_ncursesw" = xyes], [ + ax_cv_curses_enhanced=yes + ax_cv_curses_color=yes + ax_cv_curses_obsolete=yes + AC_DEFINE([HAVE_CURSES_ENHANCED], [1], [Define to 1 if library supports X/Open Enhanced functions]) + AC_DEFINE([HAVE_CURSES_COLOR], [1], [Define to 1 if library supports color (enhanced functions)]) + AC_DEFINE([HAVE_CURSES_OBSOLETE], [1], [Define to 1 if library supports certain obsolete features]) + AC_DEFINE([HAVE_NCURSES_H], [1], [Define to 1 if is present]) + ]) + + AS_IF([test "x$ax_cv_header_ncursesw_curses_h" = xno && test "x$ax_cv_header_ncursesw_h" = xno && test "x$ax_cv_header_ncurses_h_with_ncursesw" = xno], [ + AC_MSG_WARN([could not find a working ncursesw/curses.h, ncursesw.h or ncurses.h]) + ]) + ]) + ]) + + # Test for Ncurses + + AS_IF([test "x$CURSES_LIB" = x && test "x$with_ncurses" != xno && test "x$ax_cv_curses_which" = xno], [ + LIBS="$ax_saved_LIBS -lncurses" + + AC_CACHE_CHECK([for Ncurses library], [ax_cv_ncurses], [ + AC_LINK_IFELSE([AC_LANG_CALL([], [initscr])], + [ax_cv_ncurses=yes], [ax_cv_ncurses=no]) + ]) + AS_IF([test "x$ax_cv_ncurses" = xno && test "x$with_ncurses" = xyes], [ + AC_MSG_ERROR([--with-ncurses specified but could not find Ncurses library]) + ]) + + AS_IF([test "x$ax_cv_ncurses" = xyes], [ + ax_cv_curses=yes + ax_cv_curses_which=ncurses + CURSES_LIB="-lncurses" + AC_DEFINE([HAVE_NCURSES], [1], [Define to 1 if the Ncurses library is present]) + AC_DEFINE([HAVE_CURSES], [1], [Define to 1 if a SysV or X/Open compatible Curses library is present]) + + AC_CACHE_CHECK([for working ncurses/curses.h], [ax_cv_header_ncurses_curses_h], [ + AC_LINK_IFELSE([AC_LANG_PROGRAM([[ + @%:@include + ]], [[ + chtype a = A_BOLD; + int b = KEY_LEFT; + chtype c = COLOR_PAIR(1) & A_COLOR; + int g = getattrs(stdscr); + int h = getcurx(stdscr) + getmaxx(stdscr); + initscr(); + init_pair(1, COLOR_WHITE, COLOR_RED); + ]])], + [ax_cv_header_ncurses_curses_h=yes], + [ax_cv_header_ncurses_curses_h=no]) + ]) + AS_IF([test "x$ax_cv_header_ncurses_curses_h" = xyes], [ + ax_cv_curses_color=yes + ax_cv_curses_obsolete=yes + AC_DEFINE([HAVE_CURSES_COLOR], [1], [Define to 1 if library supports color (enhanced functions)]) + AC_DEFINE([HAVE_CURSES_OBSOLETE], [1], [Define to 1 if library supports certain obsolete features]) + AC_DEFINE([HAVE_NCURSES_CURSES_H], [1], [Define to 1 if is present]) + ]) + + AC_CACHE_CHECK([for working ncurses.h], [ax_cv_header_ncurses_h], [ + AC_LINK_IFELSE([AC_LANG_PROGRAM([[ + @%:@include + ]], [[ + chtype a = A_BOLD; + int b = KEY_LEFT; + chtype c = COLOR_PAIR(1) & A_COLOR; + int g = getattrs(stdscr); + int h = getcurx(stdscr) + getmaxx(stdscr); + initscr(); + init_pair(1, COLOR_WHITE, COLOR_RED); + ]])], + [ax_cv_header_ncurses_h=yes], + [ax_cv_header_ncurses_h=no]) + ]) + AS_IF([test "x$ax_cv_header_ncurses_h" = xyes], [ + ax_cv_curses_color=yes + ax_cv_curses_obsolete=yes + AC_DEFINE([HAVE_CURSES_COLOR], [1], [Define to 1 if library supports color (enhanced functions)]) + AC_DEFINE([HAVE_CURSES_OBSOLETE], [1], [Define to 1 if library supports certain obsolete features]) + AC_DEFINE([HAVE_NCURSES_H], [1], [Define to 1 if is present]) + ]) + + AS_IF([test "x$ax_cv_header_ncurses_curses_h" = xno && test "x$ax_cv_header_ncurses_h" = xno], [ + AC_MSG_WARN([could not find a working ncurses/curses.h or ncurses.h]) + ]) + ]) + ]) + + # Test for plain Curses (or if CURSES_LIB was set by user) + + AS_IF([test "x$with_plaincurses" != xno && test "x$ax_cv_curses_which" = xno], [ + AS_IF([test "x$CURSES_LIB" != x], [ + LIBS="$ax_saved_LIBS $CURSES_LIB" + ], [ + LIBS="$ax_saved_LIBS -lcurses" + ]) + + AC_CACHE_CHECK([for Curses library], [ax_cv_plaincurses], [ + AC_LINK_IFELSE([AC_LANG_CALL([], [initscr])], + [ax_cv_plaincurses=yes], [ax_cv_plaincurses=no]) + ]) + + AS_IF([test "x$ax_cv_plaincurses" = xyes], [ + ax_cv_curses=yes + ax_cv_curses_which=plaincurses + AS_IF([test "x$CURSES_LIB" = x], [ + CURSES_LIB="-lcurses" + ]) + AC_DEFINE([HAVE_CURSES], [1], [Define to 1 if a SysV or X/Open compatible Curses library is present]) + + # Check for base conformance (and header file) + + AC_CACHE_CHECK([for working curses.h], [ax_cv_header_curses_h], [ + AC_LINK_IFELSE([AC_LANG_PROGRAM([[ + @%:@include + ]], [[ + chtype a = A_BOLD; + int b = KEY_LEFT; + initscr(); + ]])], + [ax_cv_header_curses_h=yes], + [ax_cv_header_curses_h=no]) + ]) + AS_IF([test "x$ax_cv_header_curses_h" = xyes], [ + AC_DEFINE([HAVE_CURSES_H], [1], [Define to 1 if is present]) + + # Check for X/Open Enhanced conformance + + AC_CACHE_CHECK([for X/Open Enhanced Curses conformance], [ax_cv_plaincurses_enhanced], [ + AC_LINK_IFELSE([AC_LANG_PROGRAM([[ + @%:@define _XOPEN_SOURCE_EXTENDED 1 + @%:@include + @%:@ifndef _XOPEN_CURSES + @%:@error "this Curses library is not enhanced" + "this Curses library is not enhanced" + @%:@endif + ]], [[ + chtype a = A_BOLD; + int b = KEY_LEFT; + chtype c = COLOR_PAIR(1) & A_COLOR; + attr_t d = WA_NORMAL; + cchar_t e; + wint_t f; + initscr(); + init_pair(1, COLOR_WHITE, COLOR_RED); + wattr_set(stdscr, d, 0, NULL); + wget_wch(stdscr, &f); + ]])], + [ax_cv_plaincurses_enhanced=yes], + [ax_cv_plaincurses_enhanced=no]) + ]) + AS_IF([test "x$ax_cv_plaincurses_enhanced" = xyes], [ + ax_cv_curses_enhanced=yes + ax_cv_curses_color=yes + AC_DEFINE([HAVE_CURSES_ENHANCED], [1], [Define to 1 if library supports X/Open Enhanced functions]) + AC_DEFINE([HAVE_CURSES_COLOR], [1], [Define to 1 if library supports color (enhanced functions)]) + ]) + + # Check for color functions + + AC_CACHE_CHECK([for Curses color functions], [ax_cv_plaincurses_color], [ + AC_LINK_IFELSE([AC_LANG_PROGRAM([[ + @%:@define _XOPEN_SOURCE_EXTENDED 1 + @%:@include + ]], [[ + chtype a = A_BOLD; + int b = KEY_LEFT; + chtype c = COLOR_PAIR(1) & A_COLOR; + initscr(); + init_pair(1, COLOR_WHITE, COLOR_RED); + ]])], + [ax_cv_plaincurses_color=yes], + [ax_cv_plaincurses_color=no]) + ]) + AS_IF([test "x$ax_cv_plaincurses_color" = xyes], [ + ax_cv_curses_color=yes + AC_DEFINE([HAVE_CURSES_COLOR], [1], [Define to 1 if library supports color (enhanced functions)]) + ]) + + # Check for obsolete functions + + AC_CACHE_CHECK([for obsolete Curses functions], [ax_cv_plaincurses_obsolete], [ + AC_LINK_IFELSE([AC_LANG_PROGRAM([[ + @%:@include + ]], [[ + chtype a = A_BOLD; + int b = KEY_LEFT; + int g = getattrs(stdscr); + int h = getcurx(stdscr) + getmaxx(stdscr); + initscr(); + ]])], + [ax_cv_plaincurses_obsolete=yes], + [ax_cv_plaincurses_obsolete=no]) + ]) + AS_IF([test "x$ax_cv_plaincurses_obsolete" = xyes], [ + ax_cv_curses_obsolete=yes + AC_DEFINE([HAVE_CURSES_OBSOLETE], [1], [Define to 1 if library supports certain obsolete features]) + ]) + ]) + + AS_IF([test "x$ax_cv_header_curses_h" = xno], [ *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Fri Dec 25 01:54:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A1BBA516FA; Fri, 25 Dec 2015 01:54:59 +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 04EAD1A1A; Fri, 25 Dec 2015 01:54:58 +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 tBP1swus091395; Fri, 25 Dec 2015 01:54:58 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBP1svM8091391; Fri, 25 Dec 2015 01:54:57 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201512250154.tBP1svM8091391@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Fri, 25 Dec 2015 01:54:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404399 - in head/games/lwjgl: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 01:54:59 -0000 Author: junovitch Date: Fri Dec 25 01:54:57 2015 New Revision: 404399 URL: https://svnweb.freebsd.org/changeset/ports/404399 Log: games/lwjgl: update 2.9.1 -> 2.9.3 - Set JAVA_VERSION from 1.7 to 1.7+ - Update a patch, fix other patch to be `make makepatch` compliant PR: 205435 Submitted by: Ilia Skalozubov Approved by: unmaintained Modified: head/games/lwjgl/Makefile head/games/lwjgl/distinfo head/games/lwjgl/files/patch-build.xml head/games/lwjgl/files/patch-platform_build__bsd_ant__build.xml Modified: head/games/lwjgl/Makefile ============================================================================== --- head/games/lwjgl/Makefile Fri Dec 25 01:31:09 2015 (r404398) +++ head/games/lwjgl/Makefile Fri Dec 25 01:54:57 2015 (r404399) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lwjgl -DISTVERSION= 2.9.1 +DISTVERSION= 2.9.3 CATEGORIES= games java MASTER_SITES= SF/java-game-lib/Official%20Releases/${PORTNAME:tu}%20${PORTVERSION}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -25,7 +25,7 @@ USES= dos2unix zip DOS2UNIX_REGEX= .*.[^jp][^an][^rg]$ USE_JAVA= yes USE_LDCONFIG= yes -JAVA_VERSION= 1.7 +JAVA_VERSION= 1.7+ JAVA_OS= native JAVA_VENDOR= openjdk USE_ANT= yes Modified: head/games/lwjgl/distinfo ============================================================================== --- head/games/lwjgl/distinfo Fri Dec 25 01:31:09 2015 (r404398) +++ head/games/lwjgl/distinfo Fri Dec 25 01:54:57 2015 (r404399) @@ -1,4 +1,4 @@ -SHA256 (lwjgl-2.9.1.zip) = 52543c14469055c49327d3cbeb62dc7c615a966825bb9856c3c35e2560aebe77 -SIZE (lwjgl-2.9.1.zip) = 5837483 -SHA256 (lwjgl-source-2.9.1.zip) = b341e6dfa1a453e48b58cecb4c0c78b0dc21629a3c898bb3bdd6a912b0eaff87 -SIZE (lwjgl-source-2.9.1.zip) = 3073506 +SHA256 (lwjgl-2.9.3.zip) = 4354432ca5da11d3ec57a09228918b995f3de2761c975e68fa27a5fe0fb62f4c +SIZE (lwjgl-2.9.3.zip) = 7805314 +SHA256 (lwjgl-source-2.9.3.zip) = 098696a3752321979e6b1dc798c694d4d3daf64a71217ee8d7b04123b5b18a5a +SIZE (lwjgl-source-2.9.3.zip) = 3183783 Modified: head/games/lwjgl/files/patch-build.xml ============================================================================== --- head/games/lwjgl/files/patch-build.xml Fri Dec 25 01:31:09 2015 (r404398) +++ head/games/lwjgl/files/patch-build.xml Fri Dec 25 01:54:57 2015 (r404399) @@ -1,5 +1,5 @@ ---- ./build.xml.orig 2014-04-04 18:45:10.000000000 +0200 -+++ ./build.xml 2014-04-04 18:52:45.323108911 +0200 +--- build.xml.orig 2014-04-04 16:45:10 UTC ++++ build.xml @@ -7,7 +7,6 @@ Modified: head/games/lwjgl/files/patch-platform_build__bsd_ant__build.xml ============================================================================== --- head/games/lwjgl/files/patch-platform_build__bsd_ant__build.xml Fri Dec 25 01:31:09 2015 (r404398) +++ head/games/lwjgl/files/patch-platform_build__bsd_ant__build.xml Fri Dec 25 01:54:57 2015 (r404399) @@ -1,13 +1,14 @@ ---- ./platform_build/bsd_ant/build.xml.orig 2014-04-04 18:45:10.411142656 +0200 -+++ ./platform_build/bsd_ant/build.xml 2014-04-04 18:51:47.021109774 +0200 +--- platform_build/bsd_ant/build.xml.orig 2015-12-19 18:22:18 UTC ++++ platform_build/bsd_ant/build.xml + @@ -4,8 +4,8 @@ -- -- -+ -+ +- +- ++ ++ From owner-svn-ports-head@freebsd.org Fri Dec 25 02:13:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80D27A51C08; Fri, 25 Dec 2015 02:13: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 2EA3010B2; Fri, 25 Dec 2015 02:13: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 tBP2D4rZ097247; Fri, 25 Dec 2015 02:13:04 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBP2D4UG097245; Fri, 25 Dec 2015 02:13:04 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201512250213.tBP2D4UG097245@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Fri, 25 Dec 2015 02:13:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404400 - in head/games/minecraft-client: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 02:13:05 -0000 Author: junovitch Date: Fri Dec 25 02:13:03 2015 New Revision: 404400 URL: https://svnweb.freebsd.org/changeset/ports/404400 Log: games/minecraft-client: update dependencies - Add libopenal.so as a LIB_DEPENDS to resolve run time issue (no sound) - Update LWJGL lib dependency to 2.9.3 - Add NO_ARCH while here PR: 205436 Submitted by: Ilia Skalozubov Modified: head/games/minecraft-client/Makefile head/games/minecraft-client/files/minecraft-runtime Modified: head/games/minecraft-client/Makefile ============================================================================== --- head/games/minecraft-client/Makefile Fri Dec 25 01:54:57 2015 (r404399) +++ head/games/minecraft-client/Makefile Fri Dec 25 02:13:03 2015 (r404400) @@ -3,7 +3,7 @@ PORTNAME= minecraft-client PORTVERSION= 1.7.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games java MASTER_SITES= http://s3.amazonaws.com/Minecraft.Download/launcher/:minecraft \ http://media-mcw.cursecdn.com/c/c5/:icon @@ -15,9 +15,11 @@ EXTRACT_ONLY= MAINTAINER= ports@FreeBSD.org COMMENT= Client for the block building game +LIB_DEPENDS= libopenal.so:${PORTSDIR}/audio/openal-soft RUN_DEPENDS= ${JAVALIBDIR}/lwjgl/lwjgl.jar:${PORTSDIR}/games/lwjgl WRKSRC= ${WRKDIR} +NO_ARCH= yes NO_BUILD= yes USE_JAVA= yes JAVA_OS= native Modified: head/games/minecraft-client/files/minecraft-runtime ============================================================================== --- head/games/minecraft-client/files/minecraft-runtime Fri Dec 25 01:54:57 2015 (r404399) +++ head/games/minecraft-client/files/minecraft-runtime Fri Dec 25 02:13:03 2015 (r404400) @@ -1,6 +1,6 @@ #!/bin/sh -LWJGL_JLP_OVRD="/usr/local/lib/lwjgl2.9.1" +LWJGL_JLP_OVRD="/usr/local/lib/lwjgl2.9.3" LWJGL_OVRD="/usr/local/share/java/classes/lwjgl/lwjgl.jar" LWJGL_UTIL_OVRD="/usr/local/share/java/classes/lwjgl/lwjgl_util.jar" From owner-svn-ports-head@freebsd.org Fri Dec 25 06:05:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5AD8A50347; Fri, 25 Dec 2015 06:05:18 +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 89E08134F; Fri, 25 Dec 2015 06:05:18 +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 tBP65Hsp063809; Fri, 25 Dec 2015 06:05:17 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBP65Hwj063807; Fri, 25 Dec 2015 06:05:17 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201512250605.tBP65Hwj063807@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 25 Dec 2015 06:05:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404401 - head/math/py-pymc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 06:05:18 -0000 Author: wen Date: Fri Dec 25 06:05:17 2015 New Revision: 404401 URL: https://svnweb.freebsd.org/changeset/ports/404401 Log: - Update to 2.3.6 [1] - Update my email PR: 205561 [1] Submitted by: yuri@rawbw.com [1] Modified: head/math/py-pymc/Makefile head/math/py-pymc/distinfo Modified: head/math/py-pymc/Makefile ============================================================================== --- head/math/py-pymc/Makefile Fri Dec 25 02:13:03 2015 (r404400) +++ head/math/py-pymc/Makefile Fri Dec 25 06:05:17 2015 (r404401) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= pymc -PORTVERSION= 2.3.3 +PORTVERSION= 2.3.6 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= wenheping@gmail.com +MAINTAINER= wen@FreeBSD.org COMMENT= Markov Chain Monte Carlo Sampling Toolkit LICENSE= AFL Modified: head/math/py-pymc/distinfo ============================================================================== --- head/math/py-pymc/distinfo Fri Dec 25 02:13:03 2015 (r404400) +++ head/math/py-pymc/distinfo Fri Dec 25 06:05:17 2015 (r404401) @@ -1,2 +1,2 @@ -SHA256 (pymc-2.3.3.tar.gz) = 2b5f442e982fea53c3bed1ab7c648d5a261ca1bed4c6b8a4323ff19fccbc01ca -SIZE (pymc-2.3.3.tar.gz) = 384253 +SHA256 (pymc-2.3.6.tar.gz) = e287a7d1821d55a41079fe0289d70b6f2ea905f4c6b1a9207bdf35425bdcae37 +SIZE (pymc-2.3.6.tar.gz) = 348363 From owner-svn-ports-head@freebsd.org Fri Dec 25 06:56:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BEADEA511D9; Fri, 25 Dec 2015 06:56: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 72F9E139E; Fri, 25 Dec 2015 06:56: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 tBP6ukiC079263; Fri, 25 Dec 2015 06:56:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBP6ukpu079262; Fri, 25 Dec 2015 06:56:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512250656.tBP6ukpu079262@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, 25 Dec 2015 06:56:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404402 - head/sysutils/rubygem-bosh-gen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 06:56:47 -0000 Author: sunpoet Date: Fri Dec 25 06:56:46 2015 New Revision: 404402 URL: https://svnweb.freebsd.org/changeset/ports/404402 Log: - Remove no-op patch file (not in FILESDIR directory) Deleted: head/sysutils/rubygem-bosh-gen/patch-gemspec From owner-svn-ports-head@freebsd.org Fri Dec 25 07:04:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69148A51435; Fri, 25 Dec 2015 07:04: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 41FC81868; Fri, 25 Dec 2015 07:04: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 tBP748bn082431; Fri, 25 Dec 2015 07:04:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBP747kE082425; Fri, 25 Dec 2015 07:04:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512250704.tBP747kE082425@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, 25 Dec 2015 07:04:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404403 - in head: databases/py-django-transaction-hooks devel/py-django-rq math/ess www/py-django-contact-form www/py-django-overextends www/py-satchmo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 07:04:09 -0000 Author: sunpoet Date: Fri Dec 25 07:04:07 2015 New Revision: 404403 URL: https://svnweb.freebsd.org/changeset/ports/404403 Log: - Update MAINTAINER: use @FreeBSD.org Modified: head/databases/py-django-transaction-hooks/Makefile (contents, props changed) head/devel/py-django-rq/Makefile (contents, props changed) head/math/ess/Makefile head/www/py-django-contact-form/Makefile (contents, props changed) head/www/py-django-overextends/Makefile (contents, props changed) head/www/py-satchmo/Makefile Modified: head/databases/py-django-transaction-hooks/Makefile ============================================================================== --- head/databases/py-django-transaction-hooks/Makefile Fri Dec 25 06:56:46 2015 (r404402) +++ head/databases/py-django-transaction-hooks/Makefile Fri Dec 25 07:04:07 2015 (r404403) @@ -7,7 +7,7 @@ CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= rene@freebsd.org +MAINTAINER= rene@FreeBSD.org COMMENT= Django database backends to register transaction-commit hooks LICENSE= BSD3CLAUSE Modified: head/devel/py-django-rq/Makefile ============================================================================== --- head/devel/py-django-rq/Makefile Fri Dec 25 06:56:46 2015 (r404402) +++ head/devel/py-django-rq/Makefile Fri Dec 25 07:04:07 2015 (r404403) @@ -7,7 +7,7 @@ DISTVERSIONPREFIX= v CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= rene@freebsd.org +MAINTAINER= rene@FreeBSD.org COMMENT= Provides Django integration for RQ (Redis Queue) LICENSE= MIT Modified: head/math/ess/Makefile ============================================================================== --- head/math/ess/Makefile Fri Dec 25 06:56:46 2015 (r404402) +++ head/math/ess/Makefile Fri Dec 25 07:04:07 2015 (r404403) @@ -7,7 +7,7 @@ CATEGORIES= math MASTER_SITES= http://ess.r-project.org/downloads/ess/ \ http://stat.ethz.ch/ESS/downloads/ess/ -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= R support for Emacsen LICENSE= GPLv2 # or later Modified: head/www/py-django-contact-form/Makefile ============================================================================== --- head/www/py-django-contact-form/Makefile Fri Dec 25 06:56:46 2015 (r404402) +++ head/www/py-django-contact-form/Makefile Fri Dec 25 07:04:07 2015 (r404403) @@ -7,7 +7,7 @@ CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= rene@freebsd.org +MAINTAINER= rene@FreeBSD.org COMMENT= Generic contact-form application for Django LICENSE= BSD3CLAUSE Modified: head/www/py-django-overextends/Makefile ============================================================================== --- head/www/py-django-overextends/Makefile Fri Dec 25 06:56:46 2015 (r404402) +++ head/www/py-django-overextends/Makefile Fri Dec 25 07:04:07 2015 (r404403) @@ -7,7 +7,7 @@ CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= rene@freebsd.org +MAINTAINER= rene@FreeBSD.org COMMENT= Django reusable app enabling circular template inheritance LICENSE= BSD2CLAUSE Modified: head/www/py-satchmo/Makefile ============================================================================== --- head/www/py-satchmo/Makefile Fri Dec 25 06:56:46 2015 (r404402) +++ head/www/py-satchmo/Makefile Fri Dec 25 07:04:07 2015 (r404403) @@ -8,7 +8,7 @@ CATEGORIES= www python MASTER_SITES= http://www.caomhin.org/ports/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= Shopping cart application for Django DEPRECATED= Project development unmaintained From owner-svn-ports-head@freebsd.org Fri Dec 25 07:12:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9BC3A5170B; Fri, 25 Dec 2015 07:12:20 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 851F61C85; Fri, 25 Dec 2015 07:12:20 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBP7CJCe085493; Fri, 25 Dec 2015 07:12:19 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBP7CITc085480; Fri, 25 Dec 2015 07:12:18 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201512250712.tBP7CITc085480@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Fri, 25 Dec 2015 07:12:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404404 - in head: devel/rubygem-rdoc3 graphics/ruby-svg net/raggle security/dradis security/whatweb sysutils/daedalus sysutils/libchk sysutils/puppet sysutils/puppet37 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 07:12:20 -0000 Author: ak Date: Fri Dec 25 07:12:18 2015 New Revision: 404404 URL: https://svnweb.freebsd.org/changeset/ports/404404 Log: - Remove no longer used USE_RUBY_FEATURES knob Approved by: ruby, portmgr (swills) Modified: head/devel/rubygem-rdoc3/Makefile head/graphics/ruby-svg/Makefile head/net/raggle/Makefile head/security/dradis/Makefile head/security/whatweb/Makefile head/sysutils/daedalus/Makefile head/sysutils/libchk/Makefile head/sysutils/puppet/Makefile head/sysutils/puppet37/Makefile head/sysutils/puppet4/Makefile head/sysutils/rsyncmanager/Makefile head/textproc/docdiff/Makefile head/www/samidare/Makefile Modified: head/devel/rubygem-rdoc3/Makefile ============================================================================== --- head/devel/rubygem-rdoc3/Makefile Fri Dec 25 07:04:07 2015 (r404403) +++ head/devel/rubygem-rdoc3/Makefile Fri Dec 25 07:12:18 2015 (r404404) @@ -19,7 +19,6 @@ NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes -USE_RUBY_FEATURES= iconv RUBYGEM_AUTOPLIST= yes GEM_ENV+= RUBYLIB=${PREFIX}/${GEM_LIB_DIR}/lib Modified: head/graphics/ruby-svg/Makefile ============================================================================== --- head/graphics/ruby-svg/Makefile Fri Dec 25 07:04:07 2015 (r404403) +++ head/graphics/ruby-svg/Makefile Fri Dec 25 07:12:18 2015 (r404404) @@ -14,7 +14,6 @@ COMMENT= Ruby library for generating SVG OPTIONS_DEFINE= DOCS EXAMPLES USE_RUBY= yes -USE_RUBY_FEATURES= zlib NO_BUILD= yes Modified: head/net/raggle/Makefile ============================================================================== --- head/net/raggle/Makefile Fri Dec 25 07:04:07 2015 (r404403) +++ head/net/raggle/Makefile Fri Dec 25 07:12:18 2015 (r404404) @@ -13,7 +13,6 @@ COMMENT= Console RSS aggregator written RUN_DEPENDS= ${RUBY_SITELIBDIR}/ncurses.rb:${PORTSDIR}/devel/ruby-ncurses USE_RUBY= yes -USE_RUBY_FEATURES= rexml yaml NO_BUILD= yes NO_ARCH= yes Modified: head/security/dradis/Makefile ============================================================================== --- head/security/dradis/Makefile Fri Dec 25 07:04:07 2015 (r404403) +++ head/security/dradis/Makefile Fri Dec 25 07:12:18 2015 (r404404) @@ -33,7 +33,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVER NO_ARCH= yes NO_BUILD= yes USE_RUBY= yes -USE_RUBY_FEATURES= iconv RUBY_SHEBANG_FILES= server/script/rails server/script/delayed_job RUBY_NO_BUILD_DEPENDS= yes Modified: head/security/whatweb/Makefile ============================================================================== --- head/security/whatweb/Makefile Fri Dec 25 07:04:07 2015 (r404403) +++ head/security/whatweb/Makefile Fri Dec 25 07:12:18 2015 (r404404) @@ -18,7 +18,6 @@ GH_PROJECT= WhatWeb GH_TAGNAME= 7d0256b USE_RUBY= yes -USE_RUBY_FEATURES= iconv RUBY_NO_BUILD_DEPENDS= yes NO_BUILD= yes NO_ARCH= yes Modified: head/sysutils/daedalus/Makefile ============================================================================== --- head/sysutils/daedalus/Makefile Fri Dec 25 07:04:07 2015 (r404403) +++ head/sysutils/daedalus/Makefile Fri Dec 25 07:12:18 2015 (r404404) @@ -14,7 +14,6 @@ BROKEN= unfetchable WRKSRC= ${WRKDIR}/${PORTNAME} USE_RUBY= yes -USE_RUBY_FEATURES= 1.8 NO_BUILD= yes Modified: head/sysutils/libchk/Makefile ============================================================================== --- head/sysutils/libchk/Makefile Fri Dec 25 07:04:07 2015 (r404403) +++ head/sysutils/libchk/Makefile Fri Dec 25 07:12:18 2015 (r404404) @@ -14,7 +14,6 @@ LICENSE= BSD2CLAUSE USES= tar:bzip2 uidfix USE_RUBY= yes -USE_RUBY_FEATURES= optparse MAKE_ARGS= PREFIX="${PREFIX}" Modified: head/sysutils/puppet/Makefile ============================================================================== --- head/sysutils/puppet/Makefile Fri Dec 25 07:04:07 2015 (r404403) +++ head/sysutils/puppet/Makefile Fri Dec 25 07:12:18 2015 (r404404) @@ -23,7 +23,6 @@ CPE_VENDOR= puppetlabs CONFLICTS_INSTALL= puppet37-* puppet4-* NO_BUILD= yes USE_RUBY= yes -USE_RUBY_FEATURES= iconv USE_RC_SUBR= puppet puppetmaster PORTDOCS= LICENSE README.md PORTEXAMPLES= * Modified: head/sysutils/puppet37/Makefile ============================================================================== --- head/sysutils/puppet37/Makefile Fri Dec 25 07:04:07 2015 (r404403) +++ head/sysutils/puppet37/Makefile Fri Dec 25 07:12:18 2015 (r404404) @@ -24,7 +24,6 @@ CPE_VENDOR= puppetlabs CONFLICTS_INSTALL= puppet-* puppet4-* NO_BUILD= yes USE_RUBY= yes -USE_RUBY_FEATURES= iconv USE_RC_SUBR= puppet puppetmaster PORTDOCS= LICENSE README.md PORTEXAMPLES= * Modified: head/sysutils/puppet4/Makefile ============================================================================== --- head/sysutils/puppet4/Makefile Fri Dec 25 07:04:07 2015 (r404403) +++ head/sysutils/puppet4/Makefile Fri Dec 25 07:12:18 2015 (r404404) @@ -24,7 +24,6 @@ CONFLICTS_INSTALL= puppet-* puppet37-* NO_ARCH= yes NO_BUILD= yes USE_RUBY= yes -USE_RUBY_FEATURES= iconv USE_RC_SUBR= puppet puppetmaster PORTDOCS= LICENSE README.md PORTEXAMPLES= * Modified: head/sysutils/rsyncmanager/Makefile ============================================================================== --- head/sysutils/rsyncmanager/Makefile Fri Dec 25 07:04:07 2015 (r404403) +++ head/sysutils/rsyncmanager/Makefile Fri Dec 25 07:12:18 2015 (r404404) @@ -14,7 +14,6 @@ BROKEN= unfetchable RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync USE_RUBY= yes -USE_RUBY_FEATURES= ruby18 NO_BUILD= yes Modified: head/textproc/docdiff/Makefile ============================================================================== --- head/textproc/docdiff/Makefile Fri Dec 25 07:04:07 2015 (r404403) +++ head/textproc/docdiff/Makefile Fri Dec 25 07:12:18 2015 (r404404) @@ -15,7 +15,6 @@ OPTIONS_DEFINE= DOCS NO_BUILD= yes USE_RUBY= yes -USE_RUBY_FEATURES= iconv USES= shebangfix PORTDOCS= readme.html readme.en.html readme.ja.html Modified: head/www/samidare/Makefile ============================================================================== --- head/www/samidare/Makefile Fri Dec 25 07:04:07 2015 (r404403) +++ head/www/samidare/Makefile Fri Dec 25 07:12:18 2015 (r404404) @@ -18,7 +18,6 @@ RUN_DEPENDS= ${RUBY_SITELIBDIR}/htree.rb USES= gmake USE_RUBY= yes -USE_RUBY_FEATURES= iconv RUBY_SHEBANG_FILES= main.rb rb-link rb2rm rm2rb PORTDOCS= README README.ja From owner-svn-ports-head@freebsd.org Fri Dec 25 07:19:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 651CFA5182A; Fri, 25 Dec 2015 07:19:02 +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 4015F1E04; Fri, 25 Dec 2015 07:19:02 +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 tBP7J1tp085859; Fri, 25 Dec 2015 07:19:01 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBP7J0Zc085853; Fri, 25 Dec 2015 07:19:00 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201512250719.tBP7J0Zc085853@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 25 Dec 2015 07:19:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404405 - in head/biology/mafft: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 07:19:02 -0000 Author: wen Date: Fri Dec 25 07:19:00 2015 New Revision: 404405 URL: https://svnweb.freebsd.org/changeset/ports/404405 Log: - Update to 7.266 PR: 205558 Submitted by: cartwright@asu.edu(maintainer) Added: head/biology/mafft/files/ head/biology/mafft/files/patch-core_Makefile (contents, props changed) head/biology/mafft/files/patch-core_mltaln.h (contents, props changed) Modified: head/biology/mafft/Makefile head/biology/mafft/distinfo head/biology/mafft/pkg-plist Modified: head/biology/mafft/Makefile ============================================================================== --- head/biology/mafft/Makefile Fri Dec 25 07:12:18 2015 (r404404) +++ head/biology/mafft/Makefile Fri Dec 25 07:19:00 2015 (r404405) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mafft -PORTVERSION= 7.221 +PORTVERSION= 7.266 CATEGORIES= biology MASTER_SITES= http://mafft.cbrc.jp/alignment/software/ DISTNAME= ${PORTNAME}-${PORTVERSION}-without-extensions-src @@ -11,60 +11,37 @@ MAINTAINER= cartwright@asu.edu COMMENT= Multiple alignment program for amino acid or nucleotide sequences LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/license OPTIONS_DEFINE= DOCS EXAMPLES WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-without-extensions BUILD_WRKSRC= ${WRKSRC}/core +INSTALL_WRKSRC= ${WRKSRC}/core USES= gmake shebangfix tar:tgz -SHEBANG_FILES= core/mafftash_premafft.tmpl core/seekquencer_premafft.tmpl +SHEBANG_FILES= core/*.tmpl -LIBEXEC_FILES= dvtditr dndfast7 dndblast sextet5 mafft-distance pairlocalalign \ - pair2hat3s multi2hat3s pairash addsingle splittbfast \ - disttbfast tbfast mafft-profile f2cl mccaskillwrap contrafoldwrap \ - countlen seq2regtable regtable2seq score getlag dndpre \ - setcore replaceu restoreu setdirection makedirectionlist version -PERL_LIBEXEC_FILES= mafftash_premafft.pl seekquencer_premafft.pl -SCRIPT_FILES= mafft mafft-homologs.rb -LN_FILES= einsi fftns fftnsi ginsi linsi mafft-einsi mafft-fftns \ - mafft-fftnsi mafft-ginsi mafft-linsi mafft-nwns mafft-nwnsi \ - mafft-qinsi mafft-xinsi nwns nwnsi -MAN1_FILES= mafft.1 mafft-homologs.1 +MAKE_ENV= INSTALL_LIB="${INSTALL_LIB}" \ + INSTALL_DATA="${INSTALL_DATA}" \ + INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ + INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ + MKDIR="${MKDIR}" \ + LN="${LN}" -BROKEN_sparc64= Does not install on sparc64: depends on thread-local storage +.include post-patch: - @${REINPLACE_CMD} -e 's|^PREFIX = .*$$||' \ - -e 's|^MANDIR = .*$$|MANDIR = $$(MANPREFIX)/man/man1|' \ - -e 's|^CC = .*$$||' \ - -e 's|^CFLAGS = .*$$||' \ +.if ${ARCH} == sparc64 + @${REINPLACE_CMD} -e 's|ENABLE_MULTITHREAD = -Denablemultithread||' \ ${BUILD_WRKSRC}/Makefile +.endif -do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/${PORTNAME} -.for exec in ${LIBEXEC_FILES} - ${INSTALL_PROGRAM} ${WRKSRC}/binaries/${exec} ${STAGEDIR}${PREFIX}/libexec/${PORTNAME} -.endfor -.for exec in ${PERL_LIBEXEC_FILES} - ${INSTALL_SCRIPT} ${WRKSRC}/binaries/${exec} ${STAGEDIR}${PREFIX}/libexec/${PORTNAME} -.endfor -.for exec in ${SCRIPT_FILES} - ${INSTALL_SCRIPT} ${WRKSRC}/scripts/${exec} ${STAGEDIR}${PREFIX}/bin -.endfor -.for exec in ${LN_FILES} - ${LN} -sf mafft ${STAGEDIR}${PREFIX}/bin/${exec} -.endfor - ${LN} -sf ../libexec/${PORTNAME}/mafft-distance ${STAGEDIR}${PREFIX}/bin/mafft-distance - ${LN} -sf ../libexec/${PORTNAME}/mafft-profile ${STAGEDIR}${PREFIX}/bin/mafft-profile -.for man in ${MAN1_FILES} - ${INSTALL_MAN} ${WRKSRC}/binaries/${man} ${STAGEDIR}${MAN1PREFIX}/man/man1 -.endfor +post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/test/* ${STAGEDIR}${EXAMPLESDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/test/* ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/readme ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/license ${STAGEDIR}${DOCSDIR} .include Modified: head/biology/mafft/distinfo ============================================================================== --- head/biology/mafft/distinfo Fri Dec 25 07:12:18 2015 (r404404) +++ head/biology/mafft/distinfo Fri Dec 25 07:19:00 2015 (r404405) @@ -1,2 +1,2 @@ -SHA256 (mafft-7.221-without-extensions-src.tgz) = 6d9cdcc04684c8c8ff61888dffc0396b48c713e4519a99f54e04c4a7179d2776 -SIZE (mafft-7.221-without-extensions-src.tgz) = 376075 +SHA256 (mafft-7.266-without-extensions-src.tgz) = 59d4921e13377bb2c8e1f0a007e94b3e698e2c546ce8facc9daa530bc673e707 +SIZE (mafft-7.266-without-extensions-src.tgz) = 440576 Added: head/biology/mafft/files/patch-core_Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/mafft/files/patch-core_Makefile Fri Dec 25 07:19:00 2015 (r404405) @@ -0,0 +1,103 @@ +--- core/Makefile.orig 2015-11-26 01:42:39 UTC ++++ core/Makefile +@@ -1,8 +1,7 @@ +-PREFIX = /usr/local +-LIBDIR = $(PREFIX)/libexec/mafft +-BINDIR = $(PREFIX)/bin +-MANDIR = $(PREFIX)/share/man/man1 +-DESTDIR = ++prefix = ${STAGEDIR}${PREFIX} ++LIBDIR = $(prefix)/libexec/mafft ++BINDIR = $(prefix)/bin ++MANDIR = $(prefix)/man/man1 + + #MNO_CYGWIN = -mno-cygwin + +@@ -10,29 +9,17 @@ ENABLE_MULTITHREAD = -Denablemultithread + # Comment out the above line if your compiler + # does not support TLS (thread-local strage). + +-CC = gcc +-CFLAGS = -O3 +-#CFLAGS = -O3 -fPIC +-# add -fPIC when building .so files +- +-#CC = icc +-#CFLAGS = -fast +-# if you have icc, use this. +- +-#CFLAGS = -O0 -fPIC -pedantic -Wall -std=c99 -g -pg -DMALLOC_CHECK_=3 +-#CFLAGS = -O0 -fPIC -pedantic -Wall -std=c99 -g -pg -DMALLOC_CHECK_=3 -fprofile-arcs -ftest-coverage +-#CFLAGS = -O0 -fPIC -pedantic -Wall -std=c99 -g -DMALLOC_CHECK_=3 # for shark, valgrind +- +- +-MYCFLAGS = $(MNO_CYGWIN) $(ENABLE_MULTITHREAD) $(CFLAGS) ++MYCFLAGS = $(ENABLE_MULTITHREAD) $(CFLAGS) + + ifdef ENABLE_MULTITHREAD +-LIBS = -lm -lpthread ++LIBS = -lm -pthread + else + LIBS = -lm + endif + +-INSTALL = install ++LNFILES = linsi ginsi fftns fftnsi nwns nwnsi einsi \ ++ mafft-linsi mafft-ginsi mafft-fftns mafft-fftnsi mafft-nwns \ ++ mafft-nwnsi mafft-einsi mafft-xinsi mafft-qinsi + + PROGS = dvtditr dndfast7 dndblast sextet5 mafft-distance pairlocalalign \ + pair2hat3s multi2hat3s pairash addsingle \ +@@ -131,12 +118,6 @@ MANPAGES = mafft.1 mafft-homologs.1 + + + all : $(PERLPROGS) $(PROGS) $(SCRIPTS) +- cp $(SCRIPTS) ../scripts +- chmod 755 ../scripts/* +- cp $(PERLPROGS) $(PROGS) ../binaries +- chmod 755 ../binaries/* +- cp $(MANPAGES) ../binaries +- @echo done. + + sos : $(SOS) + dylibs : $(DYLIBS) +@@ -524,31 +505,13 @@ clean : + # rm -f ../binaries/* ../scripts/* + + install : all +- mkdir -p $(DESTDIR)$(LIBDIR) +- chmod 755 $(DESTDIR)$(LIBDIR) +- mkdir -p $(DESTDIR)$(BINDIR) +- chmod 755 $(DESTDIR)$(BINDIR) +- chmod 755 $(SCRIPTS) +- $(INSTALL) $(SCRIPTS) $(DESTDIR)$(BINDIR) +- chmod 755 $(PROGS) ||: # in MinGW, it's ok if this fails +- $(INSTALL) -s $(PROGS) $(DESTDIR)$(LIBDIR) +- $(INSTALL) $(PERLPROGS) $(DESTDIR)$(LIBDIR) +- $(INSTALL) -m 644 $(MANPAGES) $(DESTDIR)$(LIBDIR) ++ $(MKDIR) $(DESTDIR)$(LIBDIR) $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR) ++ $(INSTALL_SCRIPT) $(SCRIPTS) $(DESTDIR)$(BINDIR) ++ $(INSTALL_PROGRAM) $(PROGS) $(DESTDIR)$(LIBDIR) ++ $(INSTALL_SCRIPT) $(PERLPROGS) $(DESTDIR)$(LIBDIR) ++ $(INSTALL_DATA) $(MANPAGES) $(DESTDIR)$(MANDIR) + +- ( cd $(DESTDIR)$(BINDIR); \ +-rm -f linsi ginsi einsi fftns fftnsi nwns nwnsi xinsi qinsi; \ +-rm -f mafft-linsi mafft-ginsi mafft-einsi mafft-fftns mafft-fftnsi mafft-nwns mafft-nwnsi mafft-xinsi mafft-qinsi mafft-randomcore.rb ; \ +-ln -s mafft linsi; ln -s mafft ginsi; ln -s mafft fftns; \ +-ln -s mafft fftnsi; ln -s mafft nwns; ln -s mafft nwnsi; \ +-ln -s mafft einsi; \ +-ln -s mafft mafft-linsi; ln -s mafft mafft-ginsi; ln -s mafft mafft-fftns; \ +-ln -s mafft mafft-fftnsi; ln -s mafft mafft-nwns; ln -s mafft mafft-nwnsi; \ +-ln -s mafft mafft-einsi; ln -s mafft mafft-xinsi; ln -s mafft mafft-qinsi;\ +-rm -f mafft-profile mafft-profile.exe; ln -s $(LIBDIR)/mafft-profile .; \ +-rm -f mafft-distance mafft-distance.exe; ln -s $(LIBDIR)/mafft-distance . ) ++ $(foreach f,$(LNFILES),$(LN) -s mafft $(DESTDIR)$(BINDIR)/$(f);) + +- mkdir -p $(DESTDIR)$(MANDIR) +- chmod 755 $(DESTDIR)$(MANDIR) +- $(INSTALL) -m 644 $(MANPAGES) $(DESTDIR)$(MANDIR) +-# remove incorrectly installed manpages by previous versions +-# rm -f /usr/local/man/man1/mafft.1 /usr/local/man/man1/mafft-homologs.1 ++ $(LN) -s ../libexec/mafft/mafft-profile $(DESTDIR)$(BINDIR)/mafft-profile ++ $(LN) -s ../libexec/mafft/mafft-distance $(DESTDIR)$(BINDIR)/mafft-distance Added: head/biology/mafft/files/patch-core_mltaln.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/mafft/files/patch-core_mltaln.h Fri Dec 25 07:19:00 2015 (r404405) @@ -0,0 +1,11 @@ +--- core/mltaln.h.orig 2015-11-26 01:42:39 UTC ++++ core/mltaln.h +@@ -182,6 +182,8 @@ extern int conjuctionfortbfast(); + extern int fastconjuction(); + extern char seqcheck( char ** ); + ++extern int deletenewinsertions_whole_eq( int on, int an, char **oseq, char **aseq, int **deletelist ); ++ + typedef struct _LocalHom + { + int nokori; Modified: head/biology/mafft/pkg-plist ============================================================================== --- head/biology/mafft/pkg-plist Fri Dec 25 07:12:18 2015 (r404404) +++ head/biology/mafft/pkg-plist Fri Dec 25 07:19:00 2015 (r404405) @@ -51,7 +51,6 @@ libexec/mafft/tbfast libexec/mafft/version man/man1/mafft-homologs.1.gz man/man1/mafft.1.gz -%%PORTDOCS%%%%DOCSDIR%%/license %%PORTDOCS%%%%DOCSDIR%%/readme %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.dpparttree @@ -59,6 +58,7 @@ man/man1/mafft.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.fftnsi %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.gins1 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.ginsi +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.ginsi.allowshift %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.lins1 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.linsi %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.parttree From owner-svn-ports-head@freebsd.org Fri Dec 25 07:40:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6BF9EA51E2D; Fri, 25 Dec 2015 07:40:38 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A1431440; Fri, 25 Dec 2015 07:40:38 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBP7eb3Z091728; Fri, 25 Dec 2015 07:40:37 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBP7eaTU091722; Fri, 25 Dec 2015 07:40:36 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201512250740.tBP7eaTU091722@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Fri, 25 Dec 2015 07:40:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404406 - in head: games/gnome-mines net-im/libnice sysutils/accountsservice sysutils/daemonize textproc/hs-double-conversion www/py-django-bootstrap-form X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 07:40:38 -0000 Author: ak Date: Fri Dec 25 07:40:36 2015 New Revision: 404406 URL: https://svnweb.freebsd.org/changeset/ports/404406 Log: - Remove empty lines after .include Approved by: portmgr blanket Modified: head/games/gnome-mines/Makefile head/net-im/libnice/Makefile head/sysutils/accountsservice/Makefile head/sysutils/daemonize/Makefile head/textproc/hs-double-conversion/Makefile head/www/py-django-bootstrap-form/Makefile Modified: head/games/gnome-mines/Makefile ============================================================================== --- head/games/gnome-mines/Makefile Fri Dec 25 07:19:00 2015 (r404405) +++ head/games/gnome-mines/Makefile Fri Dec 25 07:40:36 2015 (r404406) @@ -25,4 +25,3 @@ LDFLAGS+= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.gnome.mines.gschema.xml .include - Modified: head/net-im/libnice/Makefile ============================================================================== --- head/net-im/libnice/Makefile Fri Dec 25 07:19:00 2015 (r404405) +++ head/net-im/libnice/Makefile Fri Dec 25 07:40:36 2015 (r404406) @@ -45,4 +45,3 @@ post-patch: @${REINPLACE_CMD} -e 's|-Werror||g' ${WRKSRC}/configure .include - Modified: head/sysutils/accountsservice/Makefile ============================================================================== --- head/sysutils/accountsservice/Makefile Fri Dec 25 07:19:00 2015 (r404405) +++ head/sysutils/accountsservice/Makefile Fri Dec 25 07:40:36 2015 (r404406) @@ -32,4 +32,3 @@ post-patch: ${WRKSRC}/src/user.c ${WRKSRC}/src/Makefile.in .include - Modified: head/sysutils/daemonize/Makefile ============================================================================== --- head/sysutils/daemonize/Makefile Fri Dec 25 07:19:00 2015 (r404405) +++ head/sysutils/daemonize/Makefile Fri Dec 25 07:40:36 2015 (r404406) @@ -22,4 +22,3 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include - Modified: head/textproc/hs-double-conversion/Makefile ============================================================================== --- head/textproc/hs-double-conversion/Makefile Fri Dec 25 07:19:00 2015 (r404405) +++ head/textproc/hs-double-conversion/Makefile Fri Dec 25 07:40:36 2015 (r404406) @@ -19,4 +19,3 @@ LIB_DEPENDS+= libcxxrt.so:${PORTSDIR}/de .endif .include - Modified: head/www/py-django-bootstrap-form/Makefile ============================================================================== --- head/www/py-django-bootstrap-form/Makefile Fri Dec 25 07:19:00 2015 (r404405) +++ head/www/py-django-bootstrap-form/Makefile Fri Dec 25 07:40:36 2015 (r404406) @@ -18,4 +18,3 @@ USE_PYTHON= distutils autoplist RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.5:${PORTSDIR}/www/py-django .include - From owner-svn-ports-head@freebsd.org Fri Dec 25 07:47:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56F5AA51258; Fri, 25 Dec 2015 07:47:03 +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 0E2121B99; Fri, 25 Dec 2015 07:47:02 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBP7l22k094802; Fri, 25 Dec 2015 07:47:02 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBP7l10g094798; Fri, 25 Dec 2015 07:47:01 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201512250747.tBP7l10g094798@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 25 Dec 2015 07:47:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404407 - in head/devel: . py-cycler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 07:47:03 -0000 Author: vanilla Date: Fri Dec 25 07:47:01 2015 New Revision: 404407 URL: https://svnweb.freebsd.org/changeset/ports/404407 Log: Add py-cycler 0.9.0, composable style cycles. PR: 205594 Submitted by: Yuri Victorovich Added: head/devel/py-cycler/ head/devel/py-cycler/Makefile (contents, props changed) head/devel/py-cycler/distinfo (contents, props changed) head/devel/py-cycler/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Dec 25 07:40:36 2015 (r404406) +++ head/devel/Makefile Fri Dec 25 07:47:01 2015 (r404407) @@ -3977,6 +3977,7 @@ SUBDIR += py-ctags SUBDIR += py-curtsies SUBDIR += py-cxx + SUBDIR += py-cycler SUBDIR += py-d2to1 SUBDIR += py-daemon SUBDIR += py-daemons Added: head/devel/py-cycler/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cycler/Makefile Fri Dec 25 07:47:01 2015 (r404407) @@ -0,0 +1,23 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= cycler +PORTVERSION= 0.9.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +MASTER_SITE_SUBDIR= source/C/Cycler +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@rawbw.com +COMMENT= Composable style cycles + +LICENSE= BSD2CLAUSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include Added: head/devel/py-cycler/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cycler/distinfo Fri Dec 25 07:47:01 2015 (r404407) @@ -0,0 +1,2 @@ +SHA256 (cycler-0.9.0.tar.gz) = 96dc4ddf27ef62c09990c6196ac1167685e89168042ec0ae4db586de023355bc +SIZE (cycler-0.9.0.tar.gz) = 3472 Added: head/devel/py-cycler/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cycler/pkg-descr Fri Dec 25 07:47:01 2015 (r404407) @@ -0,0 +1,4 @@ +Composable style cycles. + +WWW: http://github.com/matplotlib/cycler/ +WWW: https://pypi.python.org/pypi/Cycler/ From owner-svn-ports-head@freebsd.org Fri Dec 25 08:25:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37DAFA5014B; Fri, 25 Dec 2015 08:25:33 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pf0-x22b.google.com (mail-pf0-x22b.google.com [IPv6:2607:f8b0:400e:c00::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 058811C0B; Fri, 25 Dec 2015 08:25:33 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pf0-x22b.google.com with SMTP id q63so42312461pfb.0; Fri, 25 Dec 2015 00:25:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=00/QwnhIUcegupXHcuL+KLtTzjwQ9wLg0DpNRCQ2waQ=; b=hD/Zlajesv8K0f2kpk6OfevM6rbMbzyuN0xaG20sW9KltlA0tUa3vYQrPajz3QqA0Q ZUBUelfuzRhfeHQ1SwYwRwwk+XOhtgYNy8XxZE25KJ+scecusSRiHHW/A4KjHHwJjhV7 QRy0uKNXyruunRb9sQCB/m+UMcB4zdXNy1vljTo/x3F43BQmaBbgLuvx6j7GQ+t65b7P ekyQiDA1HVLjIVO/pFAWniRYRYVJwCCJ9/E9xR7vx92BIjLqcFWTwzg9hNlfBbsAw+U4 /MX4NvC6p1bw1HpJcnc0rKHMz9RtnaZyRncgDXGz2DDO9q8XBsvcIN1wGWe1kDuELP2g JjKQ== X-Received: by 10.98.70.136 with SMTP id o8mr17212939pfi.43.1451031932647; Fri, 25 Dec 2015 00:25:32 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:ed22:8180:1a8f:a3f? (2001-44b8-31ae-7b01-ed22-8180-1a8f-0a3f.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:ed22:8180:1a8f:a3f]) by smtp.gmail.com with ESMTPSA id s67sm32189683pfi.72.2015.12.25.00.25.29 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 25 Dec 2015 00:25:32 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r404407 - in head/devel: . py-cycler References: <201512250747.tBP7l10g094798@repo.freebsd.org> To: "Vanilla I. Shu" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <567CFD6F.8030202@FreeBSD.org> Date: Fri, 25 Dec 2015 19:25:19 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Thunderbird/42.0 MIME-Version: 1.0 In-Reply-To: <201512250747.tBP7l10g094798@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 08:25:33 -0000 On 25/12/2015 6:47 PM, Vanilla I. Shu wrote: > +MASTER_SITE_SUBDIR= source/C/Cycler Setting DISTNAME would have precluded the need for this override From owner-svn-ports-head@freebsd.org Fri Dec 25 09:19:44 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31DF6A51404; Fri, 25 Dec 2015 09:19:44 +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 F33621D40; Fri, 25 Dec 2015 09:19:43 +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 tBP9Jh5Z021188; Fri, 25 Dec 2015 09:19:43 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBP9Jhga021187; Fri, 25 Dec 2015 09:19:43 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201512250919.tBP9Jhga021187@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 25 Dec 2015 09:19:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404408 - head/devel/py-cycler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 09:19:44 -0000 Author: vanilla Date: Fri Dec 25 09:19:42 2015 New Revision: 404408 URL: https://svnweb.freebsd.org/changeset/ports/404408 Log: Set DISTNAME to preclude overwriting of MASTER_SITE_SUBDIR. Approved by: koobs@ Modified: head/devel/py-cycler/Makefile Modified: head/devel/py-cycler/Makefile ============================================================================== --- head/devel/py-cycler/Makefile Fri Dec 25 07:47:01 2015 (r404407) +++ head/devel/py-cycler/Makefile Fri Dec 25 09:19:42 2015 (r404408) @@ -1,12 +1,12 @@ # Created by: Yuri Victorovich # $FreeBSD$ -PORTNAME= cycler +PORTNAME= Cycler PORTVERSION= 0.9.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP -MASTER_SITE_SUBDIR= source/C/Cycler PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= cycler-${PORTVERSION} MAINTAINER= yuri@rawbw.com COMMENT= Composable style cycles From owner-svn-ports-head@freebsd.org Fri Dec 25 09:20:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B83E8A514C3; Fri, 25 Dec 2015 09:20:39 +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 6FC501E41; Fri, 25 Dec 2015 09:20:39 +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 tBP9Kccr021395; Fri, 25 Dec 2015 09:20:38 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBP9Kcb1021391; Fri, 25 Dec 2015 09:20:38 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201512250920.tBP9Kcb1021391@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 25 Dec 2015 09:20:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404409 - in head/math: . py-pyhull X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 09:20:39 -0000 Author: vanilla Date: Fri Dec 25 09:20:38 2015 New Revision: 404409 URL: https://svnweb.freebsd.org/changeset/ports/404409 Log: Add py-pyhull 1.5.6, computation of convex hull, Delaunay triangulation and Voronoi diagram. PR: 205593 Submitted by: Yuri Victorovich Added: head/math/py-pyhull/ head/math/py-pyhull/Makefile (contents, props changed) head/math/py-pyhull/distinfo (contents, props changed) head/math/py-pyhull/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Fri Dec 25 09:19:42 2015 (r404408) +++ head/math/Makefile Fri Dec 25 09:20:38 2015 (r404409) @@ -609,6 +609,7 @@ SUBDIR += py-pybloom SUBDIR += py-pycosat SUBDIR += py-pyfst + SUBDIR += py-pyhull SUBDIR += py-pymc SUBDIR += py-roman SUBDIR += py-scientific Added: head/math/py-pyhull/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-pyhull/Makefile Fri Dec 25 09:20:38 2015 (r404409) @@ -0,0 +1,24 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= pyhull +PORTVERSION= 1.5.6 +CATEGORIES= math python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@rawbw.com +COMMENT= Computation of convex hull, Delaunay triangulation and Voronoi diagram + +LICENSE= MIT + +BUILD_DEPENDS= ${PYNUMPY} +RUN_DEPENDS= ${PYNUMPY} + +USES= python +USE_PYTHON= autoplist distutils + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pyhull/_pyhull.so + +.include Added: head/math/py-pyhull/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-pyhull/distinfo Fri Dec 25 09:20:38 2015 (r404409) @@ -0,0 +1,2 @@ +SHA256 (pyhull-1.5.6.tar.gz) = 4d14bf6e6ba695de4d4ae28d2c15b97eb2dabc1e840bb9d1120ed1ffa2c52cb1 +SIZE (pyhull-1.5.6.tar.gz) = 298717 Added: head/math/py-pyhull/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-pyhull/pkg-descr Fri Dec 25 09:20:38 2015 (r404409) @@ -0,0 +1,5 @@ +A Python wrapper to Qhull (www.qhull.org) for the computation +of the convex hull, Delaunay triangulation and Voronoi diagram. + +WWW: https://github.com/materialsvirtuallab/pyhull +WWW: https://pypi.python.org/pypi/pyhull From owner-svn-ports-head@freebsd.org Fri Dec 25 09:20:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8BE0A515E8 for ; Fri, 25 Dec 2015 09:20:49 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: from mail-vk0-x22a.google.com (mail-vk0-x22a.google.com [IPv6:2607:f8b0:400c:c05::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A24F31FFE for ; Fri, 25 Dec 2015 09:20:49 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: by mail-vk0-x22a.google.com with SMTP id k1so28702586vkb.2 for ; Fri, 25 Dec 2015 01:20:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fatpipi-com.20150623.gappssmtp.com; s=20150623; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=XPwnoicjgWr1muYv5pogUPR85xn13qyUZkM/DdUpaPI=; b=wTAEmckr6hEvFGg+/rZ7t1rHlH12Oxfngqphj5xsTYJdgj9H7NTNWPXi3cTqAigkSJ 5cayEng7Wc5zBINMsKu9Y/wvglsb9pBj+/QoUfRKxSxV/IXRdERtxSTEmkDTGusyn4qx 5yIFfdP18Sm1Bf1PAB5v3zmXeAbU3Mm5TejDt/25OpWDDjkKgYEXEwXRfZqBjavCuQpz PkOatCHF6UStCcVARecXVNodPy4yEuZXsZGL3E1yCoGTRZLbPZDTY0uiQzyHSDirdEbj mUWpG4glbVoEJZaBdJdmq22MMNk0s9gLYOi5YYyX6AD0ArXaqcqHuIh3KixtFzVnOmDw s4Xg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=XPwnoicjgWr1muYv5pogUPR85xn13qyUZkM/DdUpaPI=; b=R0NB5QnmBGUzfzj93ky65MYBDVXiN9srK59aqNu7sXTVH7RGVLncLmmnhBe/+FX5vG mUfB3RhB4DwYDixh1d9dKGF5tGmr6SqAb4TFNteLAYpchPUNLoq1gj9K1UnBdwv6Gun9 gZadKbRzGpn5n+dUekK7qvTFb1hKTNZ08v3Zkltje38U+KpxIInE+XG7fp+rOOkcoZRY kUC78T5i8ec2sp3ZOH2Vo2fBOsg42m0bRyNxJRK1G+Vo8rhbVoyny7j3tDZF1AJ1UhBE TBzdSmzamO4Lq91kt7/9xBlySYe/Ang37S3hGhoA5y/6LX0pYXqJ9GW+x0bEiutywqOw spqw== X-Gm-Message-State: ALoCoQnROQHMQ+W9tFIOhinNAJmlgsjd187oVXHT/ZqU3GkFOWDwDy9Qfrqt6HAV4fJ8h6L16FFUwwHxIjAOVYpX9Qkew8AXMA== MIME-Version: 1.0 X-Received: by 10.31.7.11 with SMTP id 11mr26800044vkh.155.1451035248497; Fri, 25 Dec 2015 01:20:48 -0800 (PST) Received: by 10.31.225.69 with HTTP; Fri, 25 Dec 2015 01:20:48 -0800 (PST) Reply-To: v@fatpipi.com In-Reply-To: <567CFD6F.8030202@FreeBSD.org> References: <201512250747.tBP7l10g094798@repo.freebsd.org> <567CFD6F.8030202@FreeBSD.org> Date: Fri, 25 Dec 2015 17:20:48 +0800 Message-ID: Subject: Re: svn commit: r404407 - in head/devel: . py-cycler From: Vanilla Hsu To: koobs@freebsd.org Cc: "Vanilla I. Shu" , "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.20 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 09:20:50 -0000 Done, thanks. 2015-12-25 16:25 GMT+08:00 Kubilay Kocak : > On 25/12/2015 6:47 PM, Vanilla I. Shu wrote: > > +MASTER_SITE_SUBDIR= source/C/Cycler > > Setting DISTNAME would have precluded the need for this override > From owner-svn-ports-head@freebsd.org Fri Dec 25 10:15:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20D7DA5176A; Fri, 25 Dec 2015 10:15: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 E135E1350; Fri, 25 Dec 2015 10:15: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 tBPAFCUs038436; Fri, 25 Dec 2015 10:15:12 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPAFCSe038435; Fri, 25 Dec 2015 10:15:12 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512251015.tBPAFCSe038435@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Dec 2015 10:15:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404410 - head/misc/cmatrix X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 10:15:13 -0000 Author: amdmi3 Date: Fri Dec 25 10:15:11 2015 New Revision: 404410 URL: https://svnweb.freebsd.org/changeset/ports/404410 Log: - Add LICENSE - Switch to options helpers Modified: head/misc/cmatrix/Makefile Modified: head/misc/cmatrix/Makefile ============================================================================== --- head/misc/cmatrix/Makefile Fri Dec 25 09:20:38 2015 (r404409) +++ head/misc/cmatrix/Makefile Fri Dec 25 10:15:11 2015 (r404410) @@ -10,6 +10,8 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Show a scrolling 'Matrix' like screen +LICENSE= GPLv1 # or later; COPYING is GPLv2 + USES= gmake GNU_CONFIGURE= yes @@ -21,6 +23,8 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cmatrix ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/cmatrix.1 ${STAGEDIR}${MANPREFIX}/man/man1 + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Fri Dec 25 10:15:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11721A5178D; Fri, 25 Dec 2015 10:15: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 C71E0145D; Fri, 25 Dec 2015 10:15: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 tBPAFJ7W038526; Fri, 25 Dec 2015 10:15:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPAFJRQ038525; Fri, 25 Dec 2015 10:15:19 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512251015.tBPAFJRQ038525@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Dec 2015 10:15:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404411 - head/www/tclhttpd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 10:15:21 -0000 Author: amdmi3 Date: Fri Dec 25 10:15:19 2015 New Revision: 404411 URL: https://svnweb.freebsd.org/changeset/ports/404411 Log: - Convert to @dir Approved by: portmgr blanket Modified: head/www/tclhttpd/pkg-plist Modified: head/www/tclhttpd/pkg-plist ============================================================================== --- head/www/tclhttpd/pkg-plist Fri Dec 25 10:15:11 2015 (r404410) +++ head/www/tclhttpd/pkg-plist Fri Dec 25 10:15:19 2015 (r404411) @@ -48,7 +48,7 @@ lib/tclhttpd%%PORTVERSION%%/url.tcl lib/tclhttpd%%PORTVERSION%%/utils.tcl lib/tclhttpd%%PORTVERSION%%/version.tcl lib/tclhttpd%%PORTVERSION%%/mime.types -@dirrm lib/tclhttpd%%PORTVERSION%% +@dir lib/tclhttpd%%PORTVERSION%% @owner root share/tclhttpd%%PORTVERSION%%/.tml share/tclhttpd%%PORTVERSION%%/access/.htaccess @@ -275,46 +275,10 @@ share/tclhttpd%%PORTVERSION%%/test.tml share/tclhttpd%%PORTVERSION%%/tests/add_headers.tml share/tclhttpd%%PORTVERSION%%/tests/refresh.tml share/tclhttpd%%PORTVERSION%%/version_history.tml -@dirrm share/tclhttpd%%PORTVERSION%%/tests -@dirrm share/tclhttpd%%PORTVERSION%%/templates -@dirrm share/tclhttpd%%PORTVERSION%%/status -@dirrm share/tclhttpd%%PORTVERSION%%/stats -@dirrm share/tclhttpd%%PORTVERSION%%/snmp/test_mibTable -@dirrm share/tclhttpd%%PORTVERSION%%/snmp/browser -@dirrm share/tclhttpd%%PORTVERSION%%/snmp -@dirrm share/tclhttpd%%PORTVERSION%%/sampleapp/bugdb -@dirrm share/tclhttpd%%PORTVERSION%%/sampleapp -@dirrm share/tclhttpd%%PORTVERSION%%/map -@dirrm share/tclhttpd%%PORTVERSION%%/manual -@dirrm share/tclhttpd%%PORTVERSION%%/man -@dirrm share/tclhttpd%%PORTVERSION%%/links -@dirrm share/tclhttpd%%PORTVERSION%%/learn -@dirrm share/tclhttpd%%PORTVERSION%%/java -@dirrm share/tclhttpd%%PORTVERSION%%/include -@dirrm share/tclhttpd%%PORTVERSION%%/images -@dirrm share/tclhttpd%%PORTVERSION%%/htaccess -@dirrm share/tclhttpd%%PORTVERSION%%/guestbook -@dirrm share/tclhttpd%%PORTVERSION%%/forms -@dirrm share/tclhttpd%%PORTVERSION%%/debug -@dirrm share/tclhttpd%%PORTVERSION%%/cgi-bin -@dirrm share/tclhttpd%%PORTVERSION%%/book -@dirrm share/tclhttpd%%PORTVERSION%%/admin -@dirrm share/tclhttpd%%PORTVERSION%%/access/session -@dirrm share/tclhttpd%%PORTVERSION%%/access/null -@dirrm share/tclhttpd%%PORTVERSION%%/access/noawe -@dirrm share/tclhttpd%%PORTVERSION%%/access/multiple -@dirrm share/tclhttpd%%PORTVERSION%%/access/digest -@dirrm share/tclhttpd%%PORTVERSION%%/access/bytcl -@dirrm share/tclhttpd%%PORTVERSION%%/access/bydir -@dirrm share/tclhttpd%%PORTVERSION%%/access/auth -@dirrm share/tclhttpd%%PORTVERSION%%/access -@dirrm share/tclhttpd%%PORTVERSION%% tclhttpd/custom/README tclhttpd/custom/dodirs.tcl tclhttpd/custom/faq.tcl tclhttpd/custom/hello.tcl tclhttpd/custom/mypage.tcl -@dirrm tclhttpd/custom tclhttpd/README tclhttpd/README_custom -@dirrm tclhttpd From owner-svn-ports-head@freebsd.org Fri Dec 25 11:30:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97A3EA50DCE; Fri, 25 Dec 2015 11:30:59 +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 5FCC611AE; Fri, 25 Dec 2015 11:30:59 +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 tBPBUwrK059086; Fri, 25 Dec 2015 11:30:58 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPBUv5S059078; Fri, 25 Dec 2015 11:30:57 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201512251130.tBPBUv5S059078@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 25 Dec 2015 11:30:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404412 - in head/graphics: dri libGL libGL/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 11:30:59 -0000 Author: kwm Date: Fri Dec 25 11:30:57 2015 New Revision: 404412 URL: https://svnweb.freebsd.org/changeset/ports/404412 Log: Update mesa to 11.0.8. * Depend on libelf on DragonFly * Rework the vdpau support code and enable vdpau for DragonFly, FreeBSD doesn't support it just yet. * Revert commit that removed support for non-render nodes. Neither FreeBSD nor DragonFly supports render nodes at this time. * Fix LDFLAGS to work with GCC5, which DragonFly uses by default. * Update Makefile.targets: ffast-math isn't used since 8.0.3, don't replace x86_64 with amd64 on Dragonfly. Drop obsolete python disable replace. Added: head/graphics/libGL/files/patch-src__gallium__auxiliary__pipe-loader__pipe_loader_drm.c (contents, props changed) Modified: head/graphics/dri/Makefile head/graphics/libGL/Makefile.common head/graphics/libGL/Makefile.targets head/graphics/libGL/distinfo head/graphics/libGL/files/configure.ac head/graphics/libGL/files/patch-configure Modified: head/graphics/dri/Makefile ============================================================================== --- head/graphics/dri/Makefile Fri Dec 25 10:15:19 2015 (r404411) +++ head/graphics/dri/Makefile Fri Dec 25 11:30:57 2015 (r404412) @@ -3,7 +3,6 @@ PORTNAME= dri PORTVERSION= ${MESAVERSION} -PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= graphics Modified: head/graphics/libGL/Makefile.common ============================================================================== --- head/graphics/libGL/Makefile.common Fri Dec 25 10:15:19 2015 (r404411) +++ head/graphics/libGL/Makefile.common Fri Dec 25 11:30:57 2015 (r404412) @@ -18,7 +18,7 @@ MESAVERSION= ${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/} MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/} -MESABASEVERSION= 11.0.7 +MESABASEVERSION= 11.0.8 # if there is a subversion, don't include the '-' between 7.11-rc2. MESASUBVERSION= @@ -36,7 +36,7 @@ USES+= compiler:c++11-lib gettext-tools USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -isystem${LOCALBASE}/include -LDFLAGS+= -Wl,-Y${LOCALBASE}/lib +LDFLAGS+= -Wl,-Y/usr/lib:${LOCALBASE}/lib PKGINSTALL= ${.CURDIR}/pkg-install PKGDEINSTALL= ${.CURDIR}/pkg-deinstall @@ -118,12 +118,8 @@ CONFIGURE_ARGS+=--enable-gallium-llvm \ CONFIGURE_ARGS+=--enable-texture-float .endif -# this is disabled because our kernel driver is too old -# merge this and the one below when support does land. -.if 0 #${PORT_OPTIONS:MVDPAU} -.if ${PORT_OPTIONS:MGALLIUM} == "" -IGNORE= VDPAU option requires GALLIUM support to be enabled -.endif +# only support on DragonFly. FreeBSD's drm doesn't support it. +.if ${OPSYS} == DragonFly && ${COMPONENT:Mdri} != "" CONFIGURE_ARGS+=--enable-vdpau LIB_DEPENDS+= libvdpau.so:${PORTSDIR}/multimedia/libvdpau PLIST_SUB+= VDPAU="" @@ -132,13 +128,6 @@ CONFIGURE_ARGS+=--disable-vdpau PLIST_SUB+= VDPAU="@comment " .endif -# what to do with this one? Currently disabled in dri. -.if ${COMPONENT:Mvdpau} == "" -CONFIGURE_ARGS+=--disable-vdpau -.else -CONFIGURE_ARGS+=--enable-vdpau -.endif - # VAAPI support? CONFIGURE_ARGS+=--disable-va @@ -184,3 +173,7 @@ PLIST_SUB+= ${_gd}_GDRIVER="@comment " CONFIGURE_ARGS+=--with-gallium-drivers="${GALLIUM_DRIVERS:tl}" +.if ${OPSYS} == DragonFly +LIB_DEPENDS+= libelf.so:${PORTSDIR}/devel/libelf +.endif + Modified: head/graphics/libGL/Makefile.targets ============================================================================== --- head/graphics/libGL/Makefile.targets Fri Dec 25 10:15:19 2015 (r404411) +++ head/graphics/libGL/Makefile.targets Fri Dec 25 11:30:57 2015 (r404412) @@ -3,10 +3,12 @@ # this file holds common targets post-patch: +.if ${OPSYS} == FreeBSD + @${REINPLACE_CMD} -e 's|x86_64|amd64|' \ + ${WRKSRC}/configure +.endif # Sed on 9.x and dragonfly don't support \< or \> - @${REINPLACE_CMD} -e 's|-ffast-math|${FAST_MATH}|' -e 's|x86_64|amd64|' \ - -e 's|\\>//|[[:>:]]//|' \ - -e 's|python2 python|python2disabled pythondisabled|g' \ + @${REINPLACE_CMD} -e 's|\\>//|[[:>:]]//|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' \ ${WRKSRC}/src/mesa/drivers/dri/common/xmlconfig.c Modified: head/graphics/libGL/distinfo ============================================================================== --- head/graphics/libGL/distinfo Fri Dec 25 10:15:19 2015 (r404411) +++ head/graphics/libGL/distinfo Fri Dec 25 11:30:57 2015 (r404412) @@ -1,2 +1,2 @@ -SHA256 (mesa-11.0.7.tar.xz) = e7e90a332ede6c8fd08eff90786a3fd1605a4e62ebf3a9b514047838194538cb -SIZE (mesa-11.0.7.tar.xz) = 7279276 +SHA256 (mesa-11.0.8.tar.xz) = 5696e4730518b6805d2ed5def393c4293f425a2c2c01bd5ed4bdd7ad62f7ad75 +SIZE (mesa-11.0.8.tar.xz) = 7282812 Modified: head/graphics/libGL/files/configure.ac ============================================================================== --- head/graphics/libGL/files/configure.ac Fri Dec 25 10:15:19 2015 (r404411) +++ head/graphics/libGL/files/configure.ac Fri Dec 25 11:30:57 2015 (r404412) @@ -1,6 +1,6 @@ ---- configure.ac.orig 2015-03-28 19:20:39.000000000 +0100 -+++ configure.ac 2015-03-29 12:20:43.817681000 +0200 -@@ -68,6 +68,7 @@ +--- configure.ac.orig 2015-12-21 10:05:52.000000000 +0100 ++++ configure.ac 2015-12-22 17:04:25.728359000 +0100 +@@ -78,6 +78,7 @@ DRI3PROTO_REQUIRED=1.0 PRESENTPROTO_REQUIRED=1.0 LIBUDEV_REQUIRED=151 @@ -8,16 +8,7 @@ GLPROTO_REQUIRED=1.4.14 LIBOMXIL_BELLAGIO_REQUIRED=0.0 LIBVA_REQUIRED=0.35.0 -@@ -87,7 +88,7 @@ - AM_PROG_CC_C_O - AM_PROG_AS - AX_CHECK_GNU_MAKE --AC_CHECK_PROGS([PYTHON2], [python2 python]) -+AC_CHECK_PROGS([PYTHON2], [python2.7 python2 python]) - AC_PROG_SED - AC_PROG_MKDIR_P - -@@ -689,7 +690,7 @@ +@@ -743,7 +744,7 @@ [enable_dri=yes]) case "$host_os" in @@ -26,7 +17,7 @@ dri3_default=yes ;; *) -@@ -955,6 +956,9 @@ +@@ -1000,6 +1001,9 @@ PKG_CHECK_MODULES([LIBUDEV], [libudev >= $LIBUDEV_REQUIRED], have_libudev=yes, have_libudev=no) @@ -36,7 +27,7 @@ AC_ARG_ENABLE([sysfs], [AS_HELP_STRING([--enable-sysfs], [enable /sys PCI identification @<:@default=disabled@:>@])], -@@ -1051,6 +1055,10 @@ +@@ -1096,6 +1100,10 @@ DEFINES="$DEFINES -DHAVE_LIBUDEV" have_pci_id=yes fi @@ -47,7 +38,7 @@ if test "$have_sysfs" = yes; then DEFINES="$DEFINES -DHAVE_SYSFS" -@@ -1173,6 +1181,23 @@ +@@ -1228,6 +1236,23 @@ ;; gnu*) DEFINES="$DEFINES -DHAVE_ALIAS" @@ -71,7 +62,7 @@ ;; cygwin*) if test "x$with_dri_drivers" = "xyes"; then -@@ -1350,6 +1375,8 @@ +@@ -1384,6 +1409,8 @@ AM_CONDITIONAL(HAVE_GBM, test "x$enable_gbm" = xyes) if test "x$need_pci_id$have_libudev" = xyesyes; then GBM_PC_REQ_PRIV="libudev >= $LIBUDEV_REQUIRED" @@ -80,7 +71,7 @@ else GBM_PC_REQ_PRIV="" fi -@@ -1528,9 +1555,19 @@ +@@ -1545,9 +1572,19 @@ AC_MSG_ERROR([cannot enable OpenCL without Gallium]) fi @@ -100,7 +91,7 @@ if test "x$have_libclc" = xno; then AC_MSG_ERROR([pkg-config cannot find libclc.pc which is required to build clover. -@@ -1819,8 +1856,6 @@ +@@ -1815,8 +1852,6 @@ CLANG_LIBDIR=${LLVM_LIBDIR} fi CLANG_RESOURCE_DIR=$CLANG_LIBDIR/clang/${LLVM_VERSION} Modified: head/graphics/libGL/files/patch-configure ============================================================================== --- head/graphics/libGL/files/patch-configure Fri Dec 25 10:15:19 2015 (r404411) +++ head/graphics/libGL/files/patch-configure Fri Dec 25 11:30:57 2015 (r404412) @@ -1,6 +1,6 @@ ---- configure.orig 2015-03-29 12:20:36.346485000 +0200 -+++ configure 2015-03-29 12:21:17.768637000 +0200 -@@ -863,6 +863,8 @@ +--- configure.orig 2015-12-22 17:04:20.271630000 +0100 ++++ configure 2015-12-22 17:05:17.669976000 +0100 +@@ -858,6 +858,8 @@ GLPROTO_CFLAGS XLIBGL_LIBS XLIBGL_CFLAGS @@ -8,8 +8,8 @@ +LIBDEVQ_CFLAGS LIBUDEV_LIBS LIBUDEV_CFLAGS - LIBDRM_LIBS -@@ -1158,6 +1160,8 @@ + MESA_LLVM +@@ -1156,6 +1158,8 @@ LIBDRM_LIBS LIBUDEV_CFLAGS LIBUDEV_LIBS @@ -29,7 +29,7 @@ XLIBGL_CFLAGS C compiler flags for XLIBGL, overriding pkg-config XLIBGL_LIBS linker flags for XLIBGL, overriding pkg-config -@@ -5232,6 +5240,7 @@ +@@ -5246,6 +5254,7 @@ DRI3PROTO_REQUIRED=1.0 PRESENTPROTO_REQUIRED=1.0 LIBUDEV_REQUIRED=151 @@ -37,16 +37,7 @@ GLPROTO_REQUIRED=1.4.14 LIBOMXIL_BELLAGIO_REQUIRED=0.0 LIBVA_REQUIRED=0.35.0 -@@ -6675,7 +6686,7 @@ - fi - - --for ac_prog in python2 python -+for ac_prog in python2.7 python2 python - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 -@@ -20709,7 +20718,7 @@ +@@ -21035,7 +21044,7 @@ case "$host_os" in @@ -55,7 +46,7 @@ dri3_default=yes ;; *) -@@ -21227,6 +21236,78 @@ +@@ -21543,6 +21552,78 @@ have_libudev=yes fi @@ -134,7 +125,7 @@ # Check whether --enable-sysfs was given. if test "${enable_sysfs+set}" = set; then : enableval=$enable_sysfs; have_sysfs="$enableval" -@@ -21942,6 +22023,10 @@ +@@ -22258,6 +22339,10 @@ DEFINES="$DEFINES -DHAVE_LIBUDEV" have_pci_id=yes fi @@ -145,7 +136,7 @@ if test "$have_sysfs" = yes; then DEFINES="$DEFINES -DHAVE_SYSFS" -@@ -22069,6 +22154,22 @@ +@@ -22396,6 +22481,22 @@ ;; gnu*) DEFINES="$DEFINES -DHAVE_ALIAS" @@ -168,7 +159,7 @@ ;; cygwin*) if test "x$with_dri_drivers" = "xyes"; then -@@ -22889,6 +22990,8 @@ +@@ -23195,6 +23296,8 @@ if test "x$need_pci_id$have_libudev" = xyesyes; then GBM_PC_REQ_PRIV="libudev >= $LIBUDEV_REQUIRED" @@ -177,7 +168,7 @@ else GBM_PC_REQ_PRIV="" fi -@@ -23664,9 +23767,19 @@ +@@ -24018,9 +24121,19 @@ as_fn_error $? "cannot enable OpenCL without Gallium" "$LINENO" 5 fi @@ -197,7 +188,7 @@ if test "x$have_libclc" = xno; then as_fn_error $? "pkg-config cannot find libclc.pc which is required to build clover. -@@ -24510,9 +24623,6 @@ +@@ -24835,9 +24948,6 @@ CLANG_LIBDIR=${LLVM_LIBDIR} fi CLANG_RESOURCE_DIR=$CLANG_LIBDIR/clang/${LLVM_VERSION} Added: head/graphics/libGL/files/patch-src__gallium__auxiliary__pipe-loader__pipe_loader_drm.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libGL/files/patch-src__gallium__auxiliary__pipe-loader__pipe_loader_drm.c Fri Dec 25 11:30:57 2015 (r404412) @@ -0,0 +1,118 @@ +Revert the following commit. + +FreeBSD and DragonFly don't have the required render nodes. + +------- + +From 69a1b9959e59653da262185c4e2cf57d24939b19 Mon Sep 17 00:00:00 2001 +From: Emil Velikov +Date: Mon, 29 Jun 2015 12:36:45 +0100 +Subject: pipe-loader: drop support for non-render node devices + +Render nodes have been around for quite some time. Removing support via +the master/primary node allows us to clean up the conditional +compilation and simplify the build greatly. + +For example currently we the pipe-loader, which explicitly links against +xcb and friends (for X auth) if found at compile-time. That +would cause problems as one will be forced to use X/xcb, even if it's a +headless system that is used for opencl. + +v2: Clarify the linking topic in the commit message. + +Cc: Tom Stellard +Signed-off-by: Emil Velikov +Reviewed-by: Francisco Jerez + + +--- src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c.orig 2015-12-21 10:05:52.000000000 +0100 ++++ src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c 2015-12-22 20:18:18.734280000 +0100 +@@ -90,6 +90,14 @@ pipe_loader_drm_probe_fd(struct pipe_loa + } + + static int ++open_drm_minor(int minor) ++{ ++ char path[PATH_MAX]; ++ snprintf(path, sizeof(path), DRM_DEV_NAME, DRM_DIR_NAME, minor); ++ return open(path, O_RDWR, 0); ++} ++ ++static int + open_drm_render_node_minor(int minor) + { + char path[PATH_MAX]; +@@ -101,8 +109,15 @@ open_drm_render_node_minor(int minor) + int + pipe_loader_drm_probe(struct pipe_loader_device **devs, int ndev) + { +- int i, j, fd; ++ int i, k, fd, num_render_node_devs; ++ int j = 0; ++ ++ struct { ++ unsigned vendor_id; ++ unsigned chip_id; ++ } render_node_devs[DRM_RENDER_NODE_MAX_NODES]; + ++ /* Look for render nodes first */ + for (i = DRM_RENDER_NODE_MIN_MINOR, j = 0; + i <= DRM_RENDER_NODE_MAX_MINOR; i++) { + fd = open_drm_render_node_minor(i); +@@ -115,6 +130,9 @@ pipe_loader_drm_probe(struct pipe_loader + continue; + } + ++ render_node_devs[j].vendor_id = dev->u.pci.vendor_id; ++ render_node_devs[j].chip_id = dev->u.pci.chip_id; ++ + if (j < ndev) { + devs[j] = dev; + } else { +@@ -124,6 +142,46 @@ pipe_loader_drm_probe(struct pipe_loader + j++; + } + ++ num_render_node_devs = j; ++ ++ /* Next look for drm devices. */ ++ for (i = 0; i < DRM_MAX_MINOR; i++) { ++ struct pipe_loader_device *dev; ++ boolean duplicate = FALSE; ++ fd = open_drm_minor(i); ++ if (fd < 0) ++ continue; ++ ++ if (!pipe_loader_drm_probe_fd(&dev, fd)) { ++ close(fd); ++ continue; ++ } ++ ++ /* Check to make sure we aren't already accessing this device via ++ * render nodes. ++ */ ++ for (k = 0; k < num_render_node_devs; k++) { ++ if (dev->u.pci.vendor_id == render_node_devs[k].vendor_id && ++ dev->u.pci.chip_id == render_node_devs[k].chip_id) { ++ close(fd); ++ dev->ops->release(&dev); ++ duplicate = TRUE; ++ break; ++ } ++ } ++ ++ if (duplicate) ++ continue; ++ ++ if (j < ndev) { ++ devs[j] = dev; ++ } else { ++ dev->ops->release(&dev); ++ } ++ ++ j++; ++ } ++ + return j; + } + From owner-svn-ports-head@freebsd.org Fri Dec 25 11:49:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BF6AA51330; Fri, 25 Dec 2015 11:49:00 +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 18D8A1A11; Fri, 25 Dec 2015 11:49:00 +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 tBPBmxwd064996; Fri, 25 Dec 2015 11:48:59 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPBmw0M064992; Fri, 25 Dec 2015 11:48:58 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201512251148.tBPBmw0M064992@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Fri, 25 Dec 2015 11:48:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404413 - in head/mail/claws-mail: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 11:49:00 -0000 Author: pawel Date: Fri Dec 25 11:48:58 2015 New Revision: 404413 URL: https://svnweb.freebsd.org/changeset/ports/404413 Log: Update Claws Mail to release 3.13.1 Release notes: http://claws-mail.org/news.php Deleted: head/mail/claws-mail/files/patch-src_common_utils.c Modified: head/mail/claws-mail/Makefile head/mail/claws-mail/Makefile.claws head/mail/claws-mail/distinfo head/mail/claws-mail/pkg-plist Modified: head/mail/claws-mail/Makefile ============================================================================== --- head/mail/claws-mail/Makefile Fri Dec 25 11:30:57 2015 (r404412) +++ head/mail/claws-mail/Makefile Fri Dec 25 11:48:58 2015 (r404413) @@ -69,9 +69,8 @@ post-install: (cd ${WRKSRC}/tools && \ ${INSTALL_SCRIPT} OOo2claws-mail.pl acroread2claws-mail.pl \ calypso_convert.pl convert_mbox.pl eud2gc.py filter_conv.pl \ - filter_conv_new.pl fix_date.sh freshmeat_search.pl \ - gif2xface.pl google_msgid.pl google_search.pl \ - kmail-mailbox2claws-mail.pl kmail2claws-mail.pl \ + filter_conv_new.pl fix_date.sh gif2xface.pl google_msgid.pl \ + google_search.pl kmail-mailbox2claws-mail.pl kmail2claws-mail.pl \ kmail2claws-mail_v2.pl multiwebsearch.conf multiwebsearch.pl \ nautilus2claws-mail.sh outlook2claws-mail.pl tb2claws-mail \ tbird2claws.py textviewer.pl textviewer.sh \ Modified: head/mail/claws-mail/Makefile.claws ============================================================================== --- head/mail/claws-mail/Makefile.claws Fri Dec 25 11:30:57 2015 (r404412) +++ head/mail/claws-mail/Makefile.claws Fri Dec 25 11:48:58 2015 (r404413) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTVERSION= 3.13.0 +PORTVERSION= 3.13.1 CATEGORIES?= mail MASTER_SITES= http://www.claws-mail.org/download.php?file=releases/ Modified: head/mail/claws-mail/distinfo ============================================================================== --- head/mail/claws-mail/distinfo Fri Dec 25 11:30:57 2015 (r404412) +++ head/mail/claws-mail/distinfo Fri Dec 25 11:48:58 2015 (r404413) @@ -1,2 +1,2 @@ -SHA256 (claws-mail-3.13.0.tar.xz) = 365076806c63dd8a1d6f08ead6a863a01ba05819c1a860ea7bbee8fcda4bf93a -SIZE (claws-mail-3.13.0.tar.xz) = 6582288 +SHA256 (claws-mail-3.13.1.tar.xz) = ad3cc8227b5f6236445698d9b18b0876ebd887b6828e74439552c20ef2d92a11 +SIZE (claws-mail-3.13.1.tar.xz) = 5581304 Modified: head/mail/claws-mail/pkg-plist ============================================================================== --- head/mail/claws-mail/pkg-plist Fri Dec 25 11:30:57 2015 (r404412) +++ head/mail/claws-mail/pkg-plist Fri Dec 25 11:48:58 2015 (r404413) @@ -49,6 +49,7 @@ include/claws-mail/common/stringtable.h include/claws-mail/common/tags.h include/claws-mail/common/template.h include/claws-mail/common/timing.h +include/claws-mail/common/tlds.h include/claws-mail/common/utils.h include/claws-mail/common/uuencode.h include/claws-mail/common/version.h @@ -255,7 +256,6 @@ share/applications/claws-mail.desktop %%DATADIR%%/filter_conv.pl %%DATADIR%%/filter_conv_new.pl %%DATADIR%%/fix_date.sh -%%DATADIR%%/freshmeat_search.pl %%DATADIR%%/gif2xface.pl %%DATADIR%%/google_msgid.pl %%DATADIR%%/google_search.pl @@ -279,10 +279,6 @@ share/applications/claws-mail.desktop %%PORTDOCS%%%%DOCSDIR%%/README.tools %%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES %%PORTDOCS%%%%DOCSDIR%%/TODO -%%MANUAL%%%%DOCSDIR%%/manual/de/claws-mail-manual.html -%%MANUAL%%%%DOCSDIR%%/manual/de/claws-mail-manual.pdf -%%MANUAL%%%%DOCSDIR%%/manual/de/claws-mail-manual.ps -%%MANUAL%%%%DOCSDIR%%/manual/de/claws-mail-manual.txt %%MANUAL%%%%DOCSDIR%%/manual/en/claws-mail-manual.html %%MANUAL%%%%DOCSDIR%%/manual/en/claws-mail-manual.pdf %%MANUAL%%%%DOCSDIR%%/manual/en/claws-mail-manual.ps @@ -295,19 +291,13 @@ share/applications/claws-mail.desktop %%MANUAL%%%%DOCSDIR%%/manual/fr/claws-mail-manual.pdf %%MANUAL%%%%DOCSDIR%%/manual/fr/claws-mail-manual.ps %%MANUAL%%%%DOCSDIR%%/manual/fr/claws-mail-manual.txt -%%MANUAL%%%%DOCSDIR%%/manual/pl/claws-mail-manual.html -%%MANUAL%%%%DOCSDIR%%/manual/pl/claws-mail-manual.pdf -%%MANUAL%%%%DOCSDIR%%/manual/pl/claws-mail-manual.ps -%%MANUAL%%%%DOCSDIR%%/manual/pl/claws-mail-manual.txt share/icons/hicolor/128x128/apps/claws-mail.png share/icons/hicolor/48x48/apps/claws-mail.png share/icons/hicolor/64x64/apps/claws-mail.png -%%NLS%%share/locale/bg/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/ca/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/cs/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/de/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/claws-mail.mo -%%NLS%%share/locale/eo/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/es/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/fi/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/fr/LC_MESSAGES/claws-mail.mo @@ -318,6 +308,7 @@ share/icons/hicolor/64x64/apps/claws-mai %%NLS%%share/locale/nb/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/nl/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/claws-mail.mo +%%NLS%%share/locale/ru/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/sk/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/sv/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/claws-mail.mo From owner-svn-ports-head@freebsd.org Fri Dec 25 12:12:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61981A51EDA; Fri, 25 Dec 2015 12:12:26 +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 34A73164B; Fri, 25 Dec 2015 12:12:26 +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 tBPCCPQl073530; Fri, 25 Dec 2015 12:12:25 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPCCP5b073529; Fri, 25 Dec 2015 12:12:25 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201512251212.tBPCCP5b073529@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Fri, 25 Dec 2015 12:12:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404414 - head/audio/audacity X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 12:12:26 -0000 Author: riggs Date: Fri Dec 25 12:12:25 2015 New Revision: 404414 URL: https://svnweb.freebsd.org/changeset/ports/404414 Log: Add support for ffmpeg and add non-default OPTION PR: 205484 Submitted by: tatsuki_makino@hotmail.com Approved by: xxjack12xx@gmail.com (maintainer) Modified: head/audio/audacity/Makefile Modified: head/audio/audacity/Makefile ============================================================================== --- head/audio/audacity/Makefile Fri Dec 25 11:48:58 2015 (r404413) +++ head/audio/audacity/Makefile Fri Dec 25 12:12:25 2015 (r404414) @@ -36,7 +36,7 @@ PORTDOCS= README.txt INSTALL_TARGET= install-strip DOS2UNIX_GLOB= Makefile.* *.c* *.h -OPTIONS_DEFINE= NLS DEBUG DOCS FLAC ID3TAG LADSPA LAME MAD MIDI \ +OPTIONS_DEFINE= NLS DEBUG DOCS FFMPEG FLAC ID3TAG LADSPA LAME MAD MIDI \ SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS VST OPTIONS_DEFAULT= FLAC ID3TAG LADSPA MAD MIDI \ SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS VST @@ -59,7 +59,7 @@ VST_DESC= VST plug-in support CONFIGURE_ENV+= WX_CONFIG="${WX_CONFIG}" -CONFIGURE_ARGS+= --with-lib-preference="local system" --without-lv2 --without-ffmpeg \ +CONFIGURE_ARGS+= --with-lib-preference="local system" --without-lv2 \ --enable-portaudio --enable-unicode --with-libsoxr CONFIGURE_SHELL?=${LOCALBASE}/bin/bash @@ -69,6 +69,9 @@ DEBUG_CONFIGURE_WITH= debug DOCS_BUILD_DEPENDS= docbook-to-man:${PORTSDIR}/textproc/docbook-to-man \ docbook2man:${PORTSDIR}/textproc/docbook-utils +FFMPEG_CONFIGURE_WITH= ffmpeg=system +FFMPEG_LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg + FLAC_CONFIGURE_WITH= libflac FLAC_LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac From owner-svn-ports-head@freebsd.org Fri Dec 25 12:13:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89886A51FF2; Fri, 25 Dec 2015 12:13:06 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C6D1181E; Fri, 25 Dec 2015 12:13:06 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBPCD5Pk073721; Fri, 25 Dec 2015 12:13:05 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPCD443073717; Fri, 25 Dec 2015 12:13:04 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201512251213.tBPCD443073717@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Fri, 25 Dec 2015 12:13:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404415 - in head/devel: . py-lazy-object-proxy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 12:13:06 -0000 Author: mva Date: Fri Dec 25 12:13:04 2015 New Revision: 404415 URL: https://svnweb.freebsd.org/changeset/ports/404415 Log: A fast and thorough lazy object proxy. WWW: https://github.com/ionelmc/python-lazy-object-proxy Added: head/devel/py-lazy-object-proxy/ head/devel/py-lazy-object-proxy/Makefile (contents, props changed) head/devel/py-lazy-object-proxy/distinfo (contents, props changed) head/devel/py-lazy-object-proxy/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Dec 25 12:12:25 2015 (r404414) +++ head/devel/Makefile Fri Dec 25 12:13:04 2015 (r404415) @@ -4113,6 +4113,7 @@ SUBDIR += py-kqueue SUBDIR += py-krosspython SUBDIR += py-lazy + SUBDIR += py-lazy-object-proxy SUBDIR += py-levenshtein SUBDIR += py-liblarch SUBDIR += py-libpeas Added: head/devel/py-lazy-object-proxy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-lazy-object-proxy/Makefile Fri Dec 25 12:13:04 2015 (r404415) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= lazy-object-proxy +PORTVERSION= 1.2.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= mva@FreeBSD.org +COMMENT= Fast and thorough lazy object proxy + +LICENSE= BSD2CLAUSE + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-lazy-object-proxy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-lazy-object-proxy/distinfo Fri Dec 25 12:13:04 2015 (r404415) @@ -0,0 +1,2 @@ +SHA256 (lazy-object-proxy-1.2.1.tar.gz) = 22ed751a2c63c6cf718674fd7461b1dfc45215bab4751ca32b6c9b8cb2734cb3 +SIZE (lazy-object-proxy-1.2.1.tar.gz) = 28860 Added: head/devel/py-lazy-object-proxy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-lazy-object-proxy/pkg-descr Fri Dec 25 12:13:04 2015 (r404415) @@ -0,0 +1,3 @@ +A fast and thorough lazy object proxy. + +WWW: https://github.com/ionelmc/python-lazy-object-proxy From owner-svn-ports-head@freebsd.org Fri Dec 25 12:14:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDD6EA52059; Fri, 25 Dec 2015 12:14:38 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8057619A0; Fri, 25 Dec 2015 12:14:38 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBPCEb9w073926; Fri, 25 Dec 2015 12:14:37 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPCEbDW073922; Fri, 25 Dec 2015 12:14:37 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201512251214.tBPCEbDW073922@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Fri, 25 Dec 2015 12:14:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404416 - in head/devel: . py-wrapt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 12:14:38 -0000 Author: mva Date: Fri Dec 25 12:14:37 2015 New Revision: 404416 URL: https://svnweb.freebsd.org/changeset/ports/404416 Log: The aim of the wrapt module is to provide a transparent object proxy for Python, which can be used as the basis for the construction of function wrappers and decorator functions. WWW: https://github.com/GrahamDumpleton/wrapt Added: head/devel/py-wrapt/ head/devel/py-wrapt/Makefile (contents, props changed) head/devel/py-wrapt/distinfo (contents, props changed) head/devel/py-wrapt/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Dec 25 12:13:04 2015 (r404415) +++ head/devel/Makefile Fri Dec 25 12:14:37 2015 (r404416) @@ -4400,6 +4400,7 @@ SUBDIR += py-wcwidth SUBDIR += py-weblib SUBDIR += py-wheel + SUBDIR += py-wrapt SUBDIR += py-wsgi_xmlrpc SUBDIR += py-wsgitools SUBDIR += py-wsgiutils Added: head/devel/py-wrapt/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-wrapt/Makefile Fri Dec 25 12:14:37 2015 (r404416) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= wrapt +PORTVERSION= 1.10.6 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= mva@FreeBSD.org +COMMENT= Decorators, wrappers and monkey patching + +LICENSE= BSD2CLAUSE + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-wrapt/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-wrapt/distinfo Fri Dec 25 12:14:37 2015 (r404416) @@ -0,0 +1,2 @@ +SHA256 (wrapt-1.10.6.tar.gz) = 9576869bb74a43cbb36ee39dc3584e6830b8e5c788e83edf0a397eba807734ab +SIZE (wrapt-1.10.6.tar.gz) = 25134 Added: head/devel/py-wrapt/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-wrapt/pkg-descr Fri Dec 25 12:14:37 2015 (r404416) @@ -0,0 +1,5 @@ +The aim of the wrapt module is to provide a transparent object proxy for +Python, which can be used as the basis for the construction of function +wrappers and decorator functions. + +WWW: https://github.com/GrahamDumpleton/wrapt From owner-svn-ports-head@freebsd.org Fri Dec 25 12:16:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B243CA520BB; Fri, 25 Dec 2015 12:16:42 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 82C381A8A; Fri, 25 Dec 2015 12:16:42 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBPCGfrf074100; Fri, 25 Dec 2015 12:16:41 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPCGfa3074098; Fri, 25 Dec 2015 12:16:41 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201512251216.tBPCGfa3074098@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Fri, 25 Dec 2015 12:16:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404417 - head/devel/py-astroid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 12:16:42 -0000 Author: mva Date: Fri Dec 25 12:16:41 2015 New Revision: 404417 URL: https://svnweb.freebsd.org/changeset/ports/404417 Log: - Update to version 1.4.3 - Fix missing dependencies Reported by: Craig Leres Modified: head/devel/py-astroid/Makefile head/devel/py-astroid/distinfo Modified: head/devel/py-astroid/Makefile ============================================================================== --- head/devel/py-astroid/Makefile Fri Dec 25 12:14:37 2015 (r404416) +++ head/devel/py-astroid/Makefile Fri Dec 25 12:16:41 2015 (r404417) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= astroid -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,8 @@ COMMENT= Extension for Python compiler.a LICENSE= LGPL21 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}logilab-common>0:${PORTSDIR}/devel/py-logilab-common +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wrapt>0:${PORTSDIR}/devel/py-wrapt \ + ${PYTHON_PKGNAMEPREFIX}lazy-object-proxy>0:${PORTSDIR}/devel/py-lazy-object-proxy USES= python USE_PYTHON= distutils Modified: head/devel/py-astroid/distinfo ============================================================================== --- head/devel/py-astroid/distinfo Fri Dec 25 12:14:37 2015 (r404416) +++ head/devel/py-astroid/distinfo Fri Dec 25 12:16:41 2015 (r404417) @@ -1,2 +1,2 @@ -SHA256 (astroid-1.4.1.tar.gz) = 2417a2c62f07bb77485efb6dd94567ac165808a4248ecb09754116662ffa9fc2 -SIZE (astroid-1.4.1.tar.gz) = 179485 +SHA256 (astroid-1.4.3.tar.gz) = 8e9ce4e925a17442cec085a7fce05478b99e482c13819c619b7cdd793777bf6b +SIZE (astroid-1.4.3.tar.gz) = 181329 From owner-svn-ports-head@freebsd.org Fri Dec 25 12:30:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0249CA52435; Fri, 25 Dec 2015 12:30:52 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 812D31E9B; Fri, 25 Dec 2015 12:30:51 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBPCUojN077313; Fri, 25 Dec 2015 12:30:50 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPCUoPc077310; Fri, 25 Dec 2015 12:30:50 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201512251230.tBPCUoPc077310@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Fri, 25 Dec 2015 12:30:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404418 - in head/science/py-DendroPy: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 12:30:52 -0000 Author: cs Date: Fri Dec 25 12:30:50 2015 New Revision: 404418 URL: https://svnweb.freebsd.org/changeset/ports/404418 Log: Update to 4.0.3 Deleted: head/science/py-DendroPy/files/ Modified: head/science/py-DendroPy/Makefile head/science/py-DendroPy/distinfo head/science/py-DendroPy/pkg-plist Modified: head/science/py-DendroPy/Makefile ============================================================================== --- head/science/py-DendroPy/Makefile Fri Dec 25 12:16:41 2015 (r404417) +++ head/science/py-DendroPy/Makefile Fri Dec 25 12:30:50 2015 (r404418) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= DendroPy -PORTVERSION= 3.12.0 -PORTREVISION= 1 +PORTVERSION= 4.0.3 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/science/py-DendroPy/distinfo ============================================================================== --- head/science/py-DendroPy/distinfo Fri Dec 25 12:16:41 2015 (r404417) +++ head/science/py-DendroPy/distinfo Fri Dec 25 12:30:50 2015 (r404418) @@ -1,2 +1,2 @@ -SHA256 (DendroPy-3.12.0.tar.gz) = 38a0f36f2f7aae43ec5599408b0d0a4c80996b749589f025940d955a70fc82d4 -SIZE (DendroPy-3.12.0.tar.gz) = 6631147 +SHA256 (DendroPy-4.0.3.tar.gz) = a2c074eb91e2866120521c076587983900c5b312879832c3559effb730bd4465 +SIZE (DendroPy-4.0.3.tar.gz) = 16330973 Modified: head/science/py-DendroPy/pkg-plist ============================================================================== --- head/science/py-DendroPy/pkg-plist Fri Dec 25 12:16:41 2015 (r404417) +++ head/science/py-DendroPy/pkg-plist Fri Dec 25 12:30:50 2015 (r404418) @@ -1,77 +1,118 @@ -bin/cattrees.py -bin/long_branch_symmdiff.py -bin/strict_consensus_merge.py -bin/sumlabels.py bin/sumtrees.py %%PYTHON_SITELIBDIR%%/dendropy/__init__.py %%PYTHON_SITELIBDIR%%/dendropy/__init__.pyc %%PYTHON_SITELIBDIR%%/dendropy/__init__.pyo -%%PYTHON_SITELIBDIR%%/dendropy/coalescent.py -%%PYTHON_SITELIBDIR%%/dendropy/coalescent.pyc -%%PYTHON_SITELIBDIR%%/dendropy/coalescent.pyo -%%PYTHON_SITELIBDIR%%/dendropy/continuous.py -%%PYTHON_SITELIBDIR%%/dendropy/continuous.pyc -%%PYTHON_SITELIBDIR%%/dendropy/continuous.pyo +%%PYTHON_SITELIBDIR%%/dendropy/__main__.py +%%PYTHON_SITELIBDIR%%/dendropy/__main__.pyc +%%PYTHON_SITELIBDIR%%/dendropy/__main__.pyo +%%PYTHON_SITELIBDIR%%/dendropy/calculate/__init__.py +%%PYTHON_SITELIBDIR%%/dendropy/calculate/__init__.pyc +%%PYTHON_SITELIBDIR%%/dendropy/calculate/__init__.pyo +%%PYTHON_SITELIBDIR%%/dendropy/calculate/mathfn.py +%%PYTHON_SITELIBDIR%%/dendropy/calculate/mathfn.pyc +%%PYTHON_SITELIBDIR%%/dendropy/calculate/mathfn.pyo +%%PYTHON_SITELIBDIR%%/dendropy/calculate/popgenstat.py +%%PYTHON_SITELIBDIR%%/dendropy/calculate/popgenstat.pyc +%%PYTHON_SITELIBDIR%%/dendropy/calculate/popgenstat.pyo +%%PYTHON_SITELIBDIR%%/dendropy/calculate/probability.py +%%PYTHON_SITELIBDIR%%/dendropy/calculate/probability.pyc +%%PYTHON_SITELIBDIR%%/dendropy/calculate/probability.pyo +%%PYTHON_SITELIBDIR%%/dendropy/calculate/statistics.py +%%PYTHON_SITELIBDIR%%/dendropy/calculate/statistics.pyc +%%PYTHON_SITELIBDIR%%/dendropy/calculate/statistics.pyo +%%PYTHON_SITELIBDIR%%/dendropy/calculate/treecompare.py +%%PYTHON_SITELIBDIR%%/dendropy/calculate/treecompare.pyc +%%PYTHON_SITELIBDIR%%/dendropy/calculate/treecompare.pyo +%%PYTHON_SITELIBDIR%%/dendropy/calculate/treemeasure.py +%%PYTHON_SITELIBDIR%%/dendropy/calculate/treemeasure.pyc +%%PYTHON_SITELIBDIR%%/dendropy/calculate/treemeasure.pyo +%%PYTHON_SITELIBDIR%%/dendropy/calculate/treescore.py +%%PYTHON_SITELIBDIR%%/dendropy/calculate/treescore.pyc +%%PYTHON_SITELIBDIR%%/dendropy/calculate/treescore.pyo +%%PYTHON_SITELIBDIR%%/dendropy/calculate/treesum.py +%%PYTHON_SITELIBDIR%%/dendropy/calculate/treesum.pyc +%%PYTHON_SITELIBDIR%%/dendropy/calculate/treesum.pyo %%PYTHON_SITELIBDIR%%/dendropy/dataio/__init__.py %%PYTHON_SITELIBDIR%%/dendropy/dataio/__init__.pyc %%PYTHON_SITELIBDIR%%/dendropy/dataio/__init__.pyo -%%PYTHON_SITELIBDIR%%/dendropy/dataio/beast.py -%%PYTHON_SITELIBDIR%%/dendropy/dataio/beast.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataio/beast.pyo -%%PYTHON_SITELIBDIR%%/dendropy/dataio/dataschema.py -%%PYTHON_SITELIBDIR%%/dendropy/dataio/dataschema.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataio/dataschema.pyo -%%PYTHON_SITELIBDIR%%/dendropy/dataio/fasta.py -%%PYTHON_SITELIBDIR%%/dendropy/dataio/fasta.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataio/fasta.pyo -%%PYTHON_SITELIBDIR%%/dendropy/dataio/ioclient.py -%%PYTHON_SITELIBDIR%%/dendropy/dataio/ioclient.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataio/ioclient.pyo +%%PYTHON_SITELIBDIR%%/dendropy/dataio/fastareader.py +%%PYTHON_SITELIBDIR%%/dendropy/dataio/fastareader.pyc +%%PYTHON_SITELIBDIR%%/dendropy/dataio/fastareader.pyo +%%PYTHON_SITELIBDIR%%/dendropy/dataio/fastawriter.py +%%PYTHON_SITELIBDIR%%/dendropy/dataio/fastawriter.pyc +%%PYTHON_SITELIBDIR%%/dendropy/dataio/fastawriter.pyo +%%PYTHON_SITELIBDIR%%/dendropy/dataio/ioservice.py +%%PYTHON_SITELIBDIR%%/dendropy/dataio/ioservice.pyc +%%PYTHON_SITELIBDIR%%/dendropy/dataio/ioservice.pyo %%PYTHON_SITELIBDIR%%/dendropy/dataio/newick.py %%PYTHON_SITELIBDIR%%/dendropy/dataio/newick.pyc %%PYTHON_SITELIBDIR%%/dendropy/dataio/newick.pyo -%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexml.py -%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexml.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexml.pyo -%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexusreader_ncl.py -%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexusreader_ncl.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexusreader_ncl.pyo -%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexusreader_py.py -%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexusreader_py.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexusreader_py.pyo -%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexustokenizer.py -%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexustokenizer.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexustokenizer.pyo -%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexustreeiter.py -%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexustreeiter.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexustreeiter.pyo +%%PYTHON_SITELIBDIR%%/dendropy/dataio/newickreader.py +%%PYTHON_SITELIBDIR%%/dendropy/dataio/newickreader.pyc +%%PYTHON_SITELIBDIR%%/dendropy/dataio/newickreader.pyo +%%PYTHON_SITELIBDIR%%/dendropy/dataio/newickwriter.py +%%PYTHON_SITELIBDIR%%/dendropy/dataio/newickwriter.pyc +%%PYTHON_SITELIBDIR%%/dendropy/dataio/newickwriter.pyo +%%PYTHON_SITELIBDIR%%/dendropy/dataio/newickyielder.py +%%PYTHON_SITELIBDIR%%/dendropy/dataio/newickyielder.pyc +%%PYTHON_SITELIBDIR%%/dendropy/dataio/newickyielder.pyo +%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexmlreader.py +%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexmlreader.pyc +%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexmlreader.pyo +%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexmlwriter.py +%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexmlwriter.pyc +%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexmlwriter.pyo +%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexmlyielder.py +%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexmlyielder.pyc +%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexmlyielder.pyo +%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexusprocessing.py +%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexusprocessing.pyc +%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexusprocessing.pyo +%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexusreader.py +%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexusreader.pyc +%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexusreader.pyo %%PYTHON_SITELIBDIR%%/dendropy/dataio/nexuswriter.py %%PYTHON_SITELIBDIR%%/dendropy/dataio/nexuswriter.pyc %%PYTHON_SITELIBDIR%%/dendropy/dataio/nexuswriter.pyo -%%PYTHON_SITELIBDIR%%/dendropy/dataio/phylip.py -%%PYTHON_SITELIBDIR%%/dendropy/dataio/phylip.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataio/phylip.pyo -%%PYTHON_SITELIBDIR%%/dendropy/dataio/xmlparser.py -%%PYTHON_SITELIBDIR%%/dendropy/dataio/xmlparser.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataio/xmlparser.pyo -%%PYTHON_SITELIBDIR%%/dendropy/dataobject/__init__.py -%%PYTHON_SITELIBDIR%%/dendropy/dataobject/__init__.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataobject/__init__.pyo -%%PYTHON_SITELIBDIR%%/dendropy/dataobject/base.py -%%PYTHON_SITELIBDIR%%/dendropy/dataobject/base.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataobject/base.pyo -%%PYTHON_SITELIBDIR%%/dendropy/dataobject/char.py -%%PYTHON_SITELIBDIR%%/dendropy/dataobject/char.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataobject/char.pyo -%%PYTHON_SITELIBDIR%%/dendropy/dataobject/dataset.py -%%PYTHON_SITELIBDIR%%/dendropy/dataobject/dataset.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataobject/dataset.pyo -%%PYTHON_SITELIBDIR%%/dendropy/dataobject/taxon.py -%%PYTHON_SITELIBDIR%%/dendropy/dataobject/taxon.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataobject/taxon.pyo -%%PYTHON_SITELIBDIR%%/dendropy/dataobject/tree.py -%%PYTHON_SITELIBDIR%%/dendropy/dataobject/tree.pyc -%%PYTHON_SITELIBDIR%%/dendropy/dataobject/tree.pyo +%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexusyielder.py +%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexusyielder.pyc +%%PYTHON_SITELIBDIR%%/dendropy/dataio/nexusyielder.pyo +%%PYTHON_SITELIBDIR%%/dendropy/dataio/phylipreader.py +%%PYTHON_SITELIBDIR%%/dendropy/dataio/phylipreader.pyc +%%PYTHON_SITELIBDIR%%/dendropy/dataio/phylipreader.pyo +%%PYTHON_SITELIBDIR%%/dendropy/dataio/phylipwriter.py +%%PYTHON_SITELIBDIR%%/dendropy/dataio/phylipwriter.pyc +%%PYTHON_SITELIBDIR%%/dendropy/dataio/phylipwriter.pyo +%%PYTHON_SITELIBDIR%%/dendropy/dataio/tokenizer.py +%%PYTHON_SITELIBDIR%%/dendropy/dataio/tokenizer.pyc +%%PYTHON_SITELIBDIR%%/dendropy/dataio/tokenizer.pyo +%%PYTHON_SITELIBDIR%%/dendropy/dataio/xmlprocessing.py +%%PYTHON_SITELIBDIR%%/dendropy/dataio/xmlprocessing.pyc +%%PYTHON_SITELIBDIR%%/dendropy/dataio/xmlprocessing.pyo +%%PYTHON_SITELIBDIR%%/dendropy/datamodel/__init__.py +%%PYTHON_SITELIBDIR%%/dendropy/datamodel/__init__.pyc +%%PYTHON_SITELIBDIR%%/dendropy/datamodel/__init__.pyo +%%PYTHON_SITELIBDIR%%/dendropy/datamodel/basemodel.py +%%PYTHON_SITELIBDIR%%/dendropy/datamodel/basemodel.pyc +%%PYTHON_SITELIBDIR%%/dendropy/datamodel/basemodel.pyo +%%PYTHON_SITELIBDIR%%/dendropy/datamodel/charmatrixmodel.py +%%PYTHON_SITELIBDIR%%/dendropy/datamodel/charmatrixmodel.pyc +%%PYTHON_SITELIBDIR%%/dendropy/datamodel/charmatrixmodel.pyo +%%PYTHON_SITELIBDIR%%/dendropy/datamodel/charstatemodel.py +%%PYTHON_SITELIBDIR%%/dendropy/datamodel/charstatemodel.pyc +%%PYTHON_SITELIBDIR%%/dendropy/datamodel/charstatemodel.pyo +%%PYTHON_SITELIBDIR%%/dendropy/datamodel/datasetmodel.py +%%PYTHON_SITELIBDIR%%/dendropy/datamodel/datasetmodel.pyc +%%PYTHON_SITELIBDIR%%/dendropy/datamodel/datasetmodel.pyo +%%PYTHON_SITELIBDIR%%/dendropy/datamodel/taxonmodel.py +%%PYTHON_SITELIBDIR%%/dendropy/datamodel/taxonmodel.pyc +%%PYTHON_SITELIBDIR%%/dendropy/datamodel/taxonmodel.pyo +%%PYTHON_SITELIBDIR%%/dendropy/datamodel/treecollectionmodel.py +%%PYTHON_SITELIBDIR%%/dendropy/datamodel/treecollectionmodel.pyc +%%PYTHON_SITELIBDIR%%/dendropy/datamodel/treecollectionmodel.pyo +%%PYTHON_SITELIBDIR%%/dendropy/datamodel/treemodel.py +%%PYTHON_SITELIBDIR%%/dendropy/datamodel/treemodel.pyc +%%PYTHON_SITELIBDIR%%/dendropy/datamodel/treemodel.pyo %%PYTHON_SITELIBDIR%%/dendropy/interop/__init__.py %%PYTHON_SITELIBDIR%%/dendropy/interop/__init__.pyc %%PYTHON_SITELIBDIR%%/dendropy/interop/__init__.pyo @@ -96,55 +137,138 @@ bin/sumtrees.py %%PYTHON_SITELIBDIR%%/dendropy/interop/muscle.py %%PYTHON_SITELIBDIR%%/dendropy/interop/muscle.pyc %%PYTHON_SITELIBDIR%%/dendropy/interop/muscle.pyo -%%PYTHON_SITELIBDIR%%/dendropy/interop/ncbi.py -%%PYTHON_SITELIBDIR%%/dendropy/interop/ncbi.pyc -%%PYTHON_SITELIBDIR%%/dendropy/interop/ncbi.pyo %%PYTHON_SITELIBDIR%%/dendropy/interop/paup.py %%PYTHON_SITELIBDIR%%/dendropy/interop/paup.pyc %%PYTHON_SITELIBDIR%%/dendropy/interop/paup.pyo %%PYTHON_SITELIBDIR%%/dendropy/interop/raxml.py %%PYTHON_SITELIBDIR%%/dendropy/interop/raxml.pyc %%PYTHON_SITELIBDIR%%/dendropy/interop/raxml.pyo +%%PYTHON_SITELIBDIR%%/dendropy/interop/rstats.py +%%PYTHON_SITELIBDIR%%/dendropy/interop/rstats.pyc +%%PYTHON_SITELIBDIR%%/dendropy/interop/rstats.pyo %%PYTHON_SITELIBDIR%%/dendropy/interop/seqgen.py %%PYTHON_SITELIBDIR%%/dendropy/interop/seqgen.pyc %%PYTHON_SITELIBDIR%%/dendropy/interop/seqgen.pyo +%%PYTHON_SITELIBDIR%%/dendropy/legacy/__init__.py +%%PYTHON_SITELIBDIR%%/dendropy/legacy/__init__.pyc +%%PYTHON_SITELIBDIR%%/dendropy/legacy/__init__.pyo +%%PYTHON_SITELIBDIR%%/dendropy/legacy/coalescent.py +%%PYTHON_SITELIBDIR%%/dendropy/legacy/coalescent.pyc +%%PYTHON_SITELIBDIR%%/dendropy/legacy/coalescent.pyo +%%PYTHON_SITELIBDIR%%/dendropy/legacy/continuous.py +%%PYTHON_SITELIBDIR%%/dendropy/legacy/continuous.pyc +%%PYTHON_SITELIBDIR%%/dendropy/legacy/continuous.pyo +%%PYTHON_SITELIBDIR%%/dendropy/legacy/ncbi.py +%%PYTHON_SITELIBDIR%%/dendropy/legacy/ncbi.pyc +%%PYTHON_SITELIBDIR%%/dendropy/legacy/ncbi.pyo +%%PYTHON_SITELIBDIR%%/dendropy/legacy/popgensim.py +%%PYTHON_SITELIBDIR%%/dendropy/legacy/popgensim.pyc +%%PYTHON_SITELIBDIR%%/dendropy/legacy/popgensim.pyo +%%PYTHON_SITELIBDIR%%/dendropy/legacy/popgenstat.py +%%PYTHON_SITELIBDIR%%/dendropy/legacy/popgenstat.pyc +%%PYTHON_SITELIBDIR%%/dendropy/legacy/popgenstat.pyo +%%PYTHON_SITELIBDIR%%/dendropy/legacy/reconcile.py +%%PYTHON_SITELIBDIR%%/dendropy/legacy/reconcile.pyc +%%PYTHON_SITELIBDIR%%/dendropy/legacy/reconcile.pyo +%%PYTHON_SITELIBDIR%%/dendropy/legacy/seqmodel.py +%%PYTHON_SITELIBDIR%%/dendropy/legacy/seqmodel.pyc +%%PYTHON_SITELIBDIR%%/dendropy/legacy/seqmodel.pyo +%%PYTHON_SITELIBDIR%%/dendropy/legacy/seqsim.py +%%PYTHON_SITELIBDIR%%/dendropy/legacy/seqsim.pyc +%%PYTHON_SITELIBDIR%%/dendropy/legacy/seqsim.pyo +%%PYTHON_SITELIBDIR%%/dendropy/legacy/treecalc.py +%%PYTHON_SITELIBDIR%%/dendropy/legacy/treecalc.pyc +%%PYTHON_SITELIBDIR%%/dendropy/legacy/treecalc.pyo +%%PYTHON_SITELIBDIR%%/dendropy/legacy/treemanip.py +%%PYTHON_SITELIBDIR%%/dendropy/legacy/treemanip.pyc +%%PYTHON_SITELIBDIR%%/dendropy/legacy/treemanip.pyo +%%PYTHON_SITELIBDIR%%/dendropy/legacy/treesim.py +%%PYTHON_SITELIBDIR%%/dendropy/legacy/treesim.pyc +%%PYTHON_SITELIBDIR%%/dendropy/legacy/treesim.pyo +%%PYTHON_SITELIBDIR%%/dendropy/legacy/treesplit.py +%%PYTHON_SITELIBDIR%%/dendropy/legacy/treesplit.pyc +%%PYTHON_SITELIBDIR%%/dendropy/legacy/treesplit.pyo +%%PYTHON_SITELIBDIR%%/dendropy/legacy/treesum.py +%%PYTHON_SITELIBDIR%%/dendropy/legacy/treesum.pyc +%%PYTHON_SITELIBDIR%%/dendropy/legacy/treesum.pyo %%PYTHON_SITELIBDIR%%/dendropy/mathlib/__init__.py %%PYTHON_SITELIBDIR%%/dendropy/mathlib/__init__.pyc %%PYTHON_SITELIBDIR%%/dendropy/mathlib/__init__.pyo -%%PYTHON_SITELIBDIR%%/dendropy/mathlib/distance.py -%%PYTHON_SITELIBDIR%%/dendropy/mathlib/distance.pyc -%%PYTHON_SITELIBDIR%%/dendropy/mathlib/distance.pyo -%%PYTHON_SITELIBDIR%%/dendropy/mathlib/linearalg.py -%%PYTHON_SITELIBDIR%%/dendropy/mathlib/linearalg.pyc -%%PYTHON_SITELIBDIR%%/dendropy/mathlib/linearalg.pyo +%%PYTHON_SITELIBDIR%%/dendropy/mathlib/mathfn.py +%%PYTHON_SITELIBDIR%%/dendropy/mathlib/mathfn.pyc +%%PYTHON_SITELIBDIR%%/dendropy/mathlib/mathfn.pyo %%PYTHON_SITELIBDIR%%/dendropy/mathlib/probability.py %%PYTHON_SITELIBDIR%%/dendropy/mathlib/probability.pyc %%PYTHON_SITELIBDIR%%/dendropy/mathlib/probability.pyo %%PYTHON_SITELIBDIR%%/dendropy/mathlib/statistics.py %%PYTHON_SITELIBDIR%%/dendropy/mathlib/statistics.pyc %%PYTHON_SITELIBDIR%%/dendropy/mathlib/statistics.pyo -%%PYTHON_SITELIBDIR%%/dendropy/popgensim.py -%%PYTHON_SITELIBDIR%%/dendropy/popgensim.pyc -%%PYTHON_SITELIBDIR%%/dendropy/popgensim.pyo -%%PYTHON_SITELIBDIR%%/dendropy/popgenstat.py -%%PYTHON_SITELIBDIR%%/dendropy/popgenstat.pyc -%%PYTHON_SITELIBDIR%%/dendropy/popgenstat.pyo -%%PYTHON_SITELIBDIR%%/dendropy/reconcile.py -%%PYTHON_SITELIBDIR%%/dendropy/reconcile.pyc -%%PYTHON_SITELIBDIR%%/dendropy/reconcile.pyo -%%PYTHON_SITELIBDIR%%/dendropy/scm.py -%%PYTHON_SITELIBDIR%%/dendropy/scm.pyc -%%PYTHON_SITELIBDIR%%/dendropy/scm.pyo -%%PYTHON_SITELIBDIR%%/dendropy/seqmodel.py -%%PYTHON_SITELIBDIR%%/dendropy/seqmodel.pyc -%%PYTHON_SITELIBDIR%%/dendropy/seqmodel.pyo -%%PYTHON_SITELIBDIR%%/dendropy/seqsim.py -%%PYTHON_SITELIBDIR%%/dendropy/seqsim.pyc -%%PYTHON_SITELIBDIR%%/dendropy/seqsim.pyo +%%PYTHON_SITELIBDIR%%/dendropy/model/__init__.py +%%PYTHON_SITELIBDIR%%/dendropy/model/__init__.pyc +%%PYTHON_SITELIBDIR%%/dendropy/model/__init__.pyo +%%PYTHON_SITELIBDIR%%/dendropy/model/birthdeath.py +%%PYTHON_SITELIBDIR%%/dendropy/model/birthdeath.pyc +%%PYTHON_SITELIBDIR%%/dendropy/model/birthdeath.pyo +%%PYTHON_SITELIBDIR%%/dendropy/model/coalescent.py +%%PYTHON_SITELIBDIR%%/dendropy/model/coalescent.pyc +%%PYTHON_SITELIBDIR%%/dendropy/model/coalescent.pyo +%%PYTHON_SITELIBDIR%%/dendropy/model/continuous.py +%%PYTHON_SITELIBDIR%%/dendropy/model/continuous.pyc +%%PYTHON_SITELIBDIR%%/dendropy/model/continuous.pyo +%%PYTHON_SITELIBDIR%%/dendropy/model/discrete.py +%%PYTHON_SITELIBDIR%%/dendropy/model/discrete.pyc +%%PYTHON_SITELIBDIR%%/dendropy/model/discrete.pyo +%%PYTHON_SITELIBDIR%%/dendropy/model/parsimony.py +%%PYTHON_SITELIBDIR%%/dendropy/model/parsimony.pyc +%%PYTHON_SITELIBDIR%%/dendropy/model/parsimony.pyo +%%PYTHON_SITELIBDIR%%/dendropy/model/protractedspeciation.py +%%PYTHON_SITELIBDIR%%/dendropy/model/protractedspeciation.pyc +%%PYTHON_SITELIBDIR%%/dendropy/model/protractedspeciation.pyo +%%PYTHON_SITELIBDIR%%/dendropy/model/reconcile.py +%%PYTHON_SITELIBDIR%%/dendropy/model/reconcile.pyc +%%PYTHON_SITELIBDIR%%/dendropy/model/reconcile.pyo +%%PYTHON_SITELIBDIR%%/dendropy/model/treeshape.py +%%PYTHON_SITELIBDIR%%/dendropy/model/treeshape.pyc +%%PYTHON_SITELIBDIR%%/dendropy/model/treeshape.pyo +%%PYTHON_SITELIBDIR%%/dendropy/simulate/__init__.py +%%PYTHON_SITELIBDIR%%/dendropy/simulate/__init__.pyc +%%PYTHON_SITELIBDIR%%/dendropy/simulate/__init__.pyo +%%PYTHON_SITELIBDIR%%/dendropy/simulate/charsim.py +%%PYTHON_SITELIBDIR%%/dendropy/simulate/charsim.pyc +%%PYTHON_SITELIBDIR%%/dendropy/simulate/charsim.pyo +%%PYTHON_SITELIBDIR%%/dendropy/simulate/popgensim.py +%%PYTHON_SITELIBDIR%%/dendropy/simulate/popgensim.pyc +%%PYTHON_SITELIBDIR%%/dendropy/simulate/popgensim.pyo +%%PYTHON_SITELIBDIR%%/dendropy/simulate/treesim.py +%%PYTHON_SITELIBDIR%%/dendropy/simulate/treesim.pyc +%%PYTHON_SITELIBDIR%%/dendropy/simulate/treesim.pyo %%PYTHON_SITELIBDIR%%/dendropy/test/__init__.py %%PYTHON_SITELIBDIR%%/dendropy/test/__init__.pyc %%PYTHON_SITELIBDIR%%/dendropy/test/__init__.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/__main__.py +%%PYTHON_SITELIBDIR%%/dendropy/test/__main__.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/__main__.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/base_newick_test_cases.py +%%PYTHON_SITELIBDIR%%/dendropy/test/base_newick_test_cases.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/base_newick_test_cases.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/base_standard_trees_parsing_test_cases.py +%%PYTHON_SITELIBDIR%%/dendropy/test/base_standard_trees_parsing_test_cases.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/base_standard_trees_parsing_test_cases.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/benchmark/__init__.py +%%PYTHON_SITELIBDIR%%/dendropy/test/benchmark/__init__.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/benchmark/__init__.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/benchmark/benchmark_newick_light_tree_parser.py +%%PYTHON_SITELIBDIR%%/dendropy/test/benchmark/benchmark_newick_light_tree_parser.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/benchmark/benchmark_newick_light_tree_parser.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/benchmark/benchmark_newick_tree_parser.py +%%PYTHON_SITELIBDIR%%/dendropy/test/benchmark/benchmark_newick_tree_parser.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/benchmark/benchmark_newick_tree_parser.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/benchmark/benchmark_tokenizer.py +%%PYTHON_SITELIBDIR%%/dendropy/test/benchmark/benchmark_tokenizer.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/benchmark/benchmark_tokenizer.pyo %%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/COII_Apes.nex +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/GEBA.chars.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/actinopterygii.chars.nexus %%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/angiosperms.chars.nexus %%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/angiosperms.chars.txt %%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/apternodus.chars.hacked-for-tests.txt @@ -157,6 +281,7 @@ bin/sumtrees.py %%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/caenophidia_mos.chars.fasta %%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/caenophidia_mos.chars.nexus %%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/caenophidia_mos.chars.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/cetaceans.nex %%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/codons.nexml %%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/crotaphytus_bicinctores.cytb.aligned.nexml %%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/crotaphytus_bicinctores.nd2.aligned.nexml @@ -166,6 +291,7 @@ bin/sumtrees.py %%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/interleaved-charsets-c3.nex %%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/orti.nex %%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/primates.chars.csv +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/primates.chars.fasta %%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/primates.chars.interleaved.nexus %%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/primates.chars.nexus %%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/primates.chars.simple.interleaved.nexus @@ -186,14 +312,367 @@ bin/sumtrees.py %%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/pythonidae_continuous.chars.nexml %%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/pythonidae_continuous.chars.nexus %%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/pythonidae_continuous.chars.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-continuous.as_cells.nexml +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-continuous.as_seqs.nexml +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-continuous.interleaved.phylip +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-continuous.mesquite.interleaved.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-continuous.mesquite.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-continuous.relaxed.phylip +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-dna.as_cells.nexml +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-dna.as_seqs.nexml +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-dna.basic.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-dna.fasta +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-dna.interleaved.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-dna.matchchar.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-dna.multi.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-dna.relaxed.phylip +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-dna.simple.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-generic.as_cells.nexml +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-generic.as_seqs.nexml +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-generic.basic.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-generic.dotted.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-generic.interleaved.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-generic.relaxed.phylip +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-generic.simple.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-multiple-char-blocks.1.basic.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-multiple.as_cells.nexml +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-multiple.as_seqs.nexml +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-protein.as_cells.nexml +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-protein.as_seqs.nexml +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-protein.basic.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-protein.fasta +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-protein.interleaved.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-protein.matchchar.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-protein.multi.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-protein.relaxed.phylip +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-protein.simple.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-rna.as_cells.nexml +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-rna.as_seqs.nexml +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-rna.basic.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-rna.fasta +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-rna.interleaved.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-rna.matchchar.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-rna.multi.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-rna.relaxed.phylip +%%PYTHON_SITELIBDIR%%/dendropy/test/data/chars/standard-test-chars-rna.simple.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/mixed/GEBA.mixed.nexus %%PYTHON_SITELIBDIR%%/dendropy/test/data/mixed/geospiza.nex %%PYTHON_SITELIBDIR%%/dendropy/test/data/mixed/multitaxa_mesquite.nex %%PYTHON_SITELIBDIR%%/dendropy/test/data/mixed/reference_single_taxonset_dataset.nex +%%PYTHON_SITELIBDIR%%/dendropy/test/data/mixed/standard-test-mixed.1.basic.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.trees.is-rooted-False.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.trees.is-rooted-False.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.trees.is-rooted-False.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.trees.is-rooted-False.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.trees.is-rooted-False.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.trees.is-rooted-False.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.trees.is-rooted-None.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.trees.is-rooted-None.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.trees.is-rooted-None.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.trees.is-rooted-None.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.trees.is-rooted-None.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.trees.is-rooted-None.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.trees.is-rooted-True.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.trees.is-rooted-True.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.trees.is-rooted-True.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.trees.is-rooted-True.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.trees.is-rooted-True.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.trees.is-rooted-True.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-01.trees.is-rooted-False.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-01.trees.is-rooted-False.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-01.trees.is-rooted-False.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-01.trees.is-rooted-False.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-01.trees.is-rooted-False.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-01.trees.is-rooted-False.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-01.trees.is-rooted-None.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-01.trees.is-rooted-None.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-01.trees.is-rooted-None.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-01.trees.is-rooted-None.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-01.trees.is-rooted-None.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-01.trees.is-rooted-None.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-01.trees.is-rooted-True.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-01.trees.is-rooted-True.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-01.trees.is-rooted-True.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-01.trees.is-rooted-True.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-01.trees.is-rooted-True.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-01.trees.is-rooted-True.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-02.trees.is-rooted-False.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-02.trees.is-rooted-False.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-02.trees.is-rooted-False.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-02.trees.is-rooted-False.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-02.trees.is-rooted-False.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-02.trees.is-rooted-False.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-02.trees.is-rooted-None.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-02.trees.is-rooted-None.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-02.trees.is-rooted-None.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-02.trees.is-rooted-None.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-02.trees.is-rooted-None.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-02.trees.is-rooted-None.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-02.trees.is-rooted-True.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-02.trees.is-rooted-True.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-02.trees.is-rooted-True.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-02.trees.is-rooted-True.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-02.trees.is-rooted-True.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-02.trees.is-rooted-True.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-03.trees.is-rooted-False.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-03.trees.is-rooted-False.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-03.trees.is-rooted-False.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-03.trees.is-rooted-False.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-03.trees.is-rooted-False.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-03.trees.is-rooted-False.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-03.trees.is-rooted-None.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-03.trees.is-rooted-None.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-03.trees.is-rooted-None.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-03.trees.is-rooted-None.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-03.trees.is-rooted-None.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-03.trees.is-rooted-None.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-03.trees.is-rooted-True.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-03.trees.is-rooted-True.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-03.trees.is-rooted-True.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-03.trees.is-rooted-True.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-03.trees.is-rooted-True.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.no-clock.mcmc.weighted-03.trees.is-rooted-True.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.trees.is-rooted-False.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.trees.is-rooted-False.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.trees.is-rooted-False.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.trees.is-rooted-False.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.trees.is-rooted-False.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.trees.is-rooted-False.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.trees.is-rooted-None.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.trees.is-rooted-None.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.trees.is-rooted-None.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.trees.is-rooted-None.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.trees.is-rooted-None.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.trees.is-rooted-None.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.trees.is-rooted-True.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.trees.is-rooted-True.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.trees.is-rooted-True.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.trees.is-rooted-True.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.trees.is-rooted-True.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.trees.is-rooted-True.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-01.trees.is-rooted-False.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-01.trees.is-rooted-False.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-01.trees.is-rooted-False.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-01.trees.is-rooted-False.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-01.trees.is-rooted-False.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-01.trees.is-rooted-False.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-01.trees.is-rooted-None.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-01.trees.is-rooted-None.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-01.trees.is-rooted-None.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-01.trees.is-rooted-None.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-01.trees.is-rooted-None.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-01.trees.is-rooted-None.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-01.trees.is-rooted-True.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-01.trees.is-rooted-True.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-01.trees.is-rooted-True.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-01.trees.is-rooted-True.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-01.trees.is-rooted-True.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-01.trees.is-rooted-True.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-02.trees.is-rooted-False.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-02.trees.is-rooted-False.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-02.trees.is-rooted-False.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-02.trees.is-rooted-False.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-02.trees.is-rooted-False.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-02.trees.is-rooted-False.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-02.trees.is-rooted-None.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-02.trees.is-rooted-None.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-02.trees.is-rooted-None.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-02.trees.is-rooted-None.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-02.trees.is-rooted-None.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-02.trees.is-rooted-None.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-02.trees.is-rooted-True.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-02.trees.is-rooted-True.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-02.trees.is-rooted-True.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-02.trees.is-rooted-True.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-02.trees.is-rooted-True.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-02.trees.is-rooted-True.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-03.trees.is-rooted-False.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-03.trees.is-rooted-False.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-03.trees.is-rooted-False.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-03.trees.is-rooted-False.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-03.trees.is-rooted-False.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-03.trees.is-rooted-False.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-03.trees.is-rooted-None.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-03.trees.is-rooted-None.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-03.trees.is-rooted-None.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-03.trees.is-rooted-None.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-03.trees.is-rooted-None.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-03.trees.is-rooted-None.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-03.trees.is-rooted-True.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-03.trees.is-rooted-True.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-03.trees.is-rooted-True.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-03.trees.is-rooted-True.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-03.trees.is-rooted-True.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.mb.strict-clock.mcmc.weighted-03.trees.is-rooted-True.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.trees.is-rooted-False.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.trees.is-rooted-False.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.trees.is-rooted-False.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.trees.is-rooted-False.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.trees.is-rooted-False.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.trees.is-rooted-False.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.trees.is-rooted-None.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.trees.is-rooted-None.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.trees.is-rooted-None.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.trees.is-rooted-None.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.trees.is-rooted-None.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.trees.is-rooted-None.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.trees.is-rooted-True.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.trees.is-rooted-True.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.trees.is-rooted-True.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.trees.is-rooted-True.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.trees.is-rooted-True.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.trees.is-rooted-True.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-01.trees.is-rooted-False.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-01.trees.is-rooted-False.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-01.trees.is-rooted-False.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-01.trees.is-rooted-False.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-01.trees.is-rooted-False.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-01.trees.is-rooted-False.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-01.trees.is-rooted-None.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-01.trees.is-rooted-None.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-01.trees.is-rooted-None.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-01.trees.is-rooted-None.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-01.trees.is-rooted-None.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-01.trees.is-rooted-None.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-01.trees.is-rooted-True.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-01.trees.is-rooted-True.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-01.trees.is-rooted-True.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-01.trees.is-rooted-True.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-01.trees.is-rooted-True.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-01.trees.is-rooted-True.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-02.trees.is-rooted-False.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-02.trees.is-rooted-False.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-02.trees.is-rooted-False.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-02.trees.is-rooted-False.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-02.trees.is-rooted-False.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-02.trees.is-rooted-False.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-02.trees.is-rooted-None.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-02.trees.is-rooted-None.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-02.trees.is-rooted-None.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-02.trees.is-rooted-None.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-02.trees.is-rooted-None.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-02.trees.is-rooted-None.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-02.trees.is-rooted-True.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-02.trees.is-rooted-True.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-02.trees.is-rooted-True.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-02.trees.is-rooted-True.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-02.trees.is-rooted-True.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-02.trees.is-rooted-True.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-03.trees.is-rooted-False.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-03.trees.is-rooted-False.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-03.trees.is-rooted-False.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-03.trees.is-rooted-False.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-03.trees.is-rooted-False.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-03.trees.is-rooted-False.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-03.trees.is-rooted-None.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-03.trees.is-rooted-None.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-03.trees.is-rooted-None.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-03.trees.is-rooted-None.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-03.trees.is-rooted-None.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-03.trees.is-rooted-None.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-03.trees.is-rooted-True.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-03.trees.is-rooted-True.use-tree-weights-False.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-03.trees.is-rooted-True.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-03.trees.is-rooted-True.use-tree-weights-None.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-03.trees.is-rooted-True.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/cetaceans.raxml.bootstraps.weighted-03.trees.is-rooted-True.use-tree-weights-True.burnin-150.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/issue_mth_2009-02-03.rooted.nexus.is-rooted-False.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/issue_mth_2009-02-03.rooted.nexus.is-rooted-False.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/issue_mth_2009-02-03.rooted.nexus.is-rooted-False.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/issue_mth_2009-02-03.rooted.nexus.is-rooted-None.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/issue_mth_2009-02-03.rooted.nexus.is-rooted-None.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/issue_mth_2009-02-03.rooted.nexus.is-rooted-None.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/issue_mth_2009-02-03.rooted.nexus.is-rooted-True.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/issue_mth_2009-02-03.rooted.nexus.is-rooted-True.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/issue_mth_2009-02-03.rooted.nexus.is-rooted-True.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/issue_mth_2009-02-03.unrooted.nexus.is-rooted-False.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/issue_mth_2009-02-03.unrooted.nexus.is-rooted-False.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/issue_mth_2009-02-03.unrooted.nexus.is-rooted-False.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/issue_mth_2009-02-03.unrooted.nexus.is-rooted-None.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/issue_mth_2009-02-03.unrooted.nexus.is-rooted-None.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/issue_mth_2009-02-03.unrooted.nexus.is-rooted-None.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/issue_mth_2009-02-03.unrooted.nexus.is-rooted-True.use-tree-weights-False.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/issue_mth_2009-02-03.unrooted.nexus.is-rooted-True.use-tree-weights-None.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/splits/issue_mth_2009-02-03.unrooted.nexus.is-rooted-True.use-tree-weights-True.burnin-0.splits.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/APG_Angiosperms.newick +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/APG_Angiosperms.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/Bininda-emonds_2007_mammals.newick +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/Bininda-emonds_2007_mammals.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/GEBA.tree.newick +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/GEBA.tree.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/Jetz_et_al_2012_Aves.sample.tree.newick +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/Jetz_et_al_2012_Aves.sample.tree.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/Smith_2001_angiosperms.newick +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/Smith_2001_angiosperms.nexus %%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/apternodus.tre +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/bipartition_encoding_fixture.json +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/bird_orders.newick %%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/bird_orders.nex +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/cetaceans.mb.no-clock.mcmc.trees +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/cetaceans.mb.no-clock.mcmc.weighted-01.trees +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/cetaceans.mb.no-clock.mcmc.weighted-02.trees +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/cetaceans.mb.no-clock.mcmc.weighted-03.trees +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/cetaceans.mb.strict-clock.mcmc.trees +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/cetaceans.mb.strict-clock.mcmc.weighted-01.trees +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/cetaceans.mb.strict-clock.mcmc.weighted-02.trees +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/cetaceans.mb.strict-clock.mcmc.weighted-03.trees +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/cetaceans.raxml.bootstraps.trees +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/cetaceans.raxml.bootstraps.weighted-01.trees +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/cetaceans.raxml.bootstraps.weighted-02.trees +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/cetaceans.raxml.bootstraps.weighted-03.trees +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/cetaceans.taxa.nex +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/curated-with-translate-block-and-internal-taxa.nex +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/curated-with-translate-block-and-no-taxa-block-and-untranslated-internal-taxa.nex +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/curated-with-translate-block-and-no-taxa-block.nex +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/curated-with-translate-block-and-untranslated-internal-taxa.nex %%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/deepcoal1.nex +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-multifurcating-rooted-annotated.json +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-multifurcating-rooted-annotated.newick +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-multifurcating-rooted-annotated.nexml +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-multifurcating-rooted-annotated.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-multifurcating-rooted-annotated.nexus-metadata-comments.json +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-multifurcating-rooted.json +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-multifurcating-rooted.newick +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-multifurcating-rooted.nexml +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-multifurcating-rooted.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-multifurcating-unrooted.json +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-multifurcating-unrooted.newick +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-multifurcating-unrooted.nexml +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-multifurcating-unrooted.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-n10-rooted-treeshapes.json +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-n10-rooted-treeshapes.newick +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-n10-rooted-treeshapes.nexml +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-n10-rooted-treeshapes.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-n12-x2.json +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-n12-x2.newick +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-n12-x2.nexml +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-n12-x2.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-n14-unrooted-treeshapes.json +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-n14-unrooted-treeshapes.newick +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-n14-unrooted-treeshapes.nexml +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-n14-unrooted-treeshapes.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-n33-unrooted-annotated-x10a.json +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-n33-unrooted-annotated-x10a.newick +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-n33-unrooted-annotated-x10a.nexml +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-n33-unrooted-annotated-x10a.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-n33-unrooted-annotated-x10a.nexus-metadata-comments.json +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-n33-unrooted-x100a.json +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-n33-unrooted-x100a.newick +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-n33-unrooted-x100a.nexml +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-n33-unrooted-x100a.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-n33-unrooted-x10a.json +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-n33-unrooted-x10a.newick +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-n33-unrooted-x10a.nexml +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-n33-unrooted-x10a.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-n33-unrooted-x10b.json +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-n33-unrooted-x10b.newick +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-n33-unrooted-x10b.nexml +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/dendropy-test-trees-n33-unrooted-x10b.nexus %%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/feb032009.splits.csv +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/feb032009.trees.newick %%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/feb032009.trees.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/hiv1.newick +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/hiv1.nexus %%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/incomplete_leaves_rooted.dendropy-pruned.nex %%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/incomplete_leaves_rooted.paup-pruned.nex %%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/incomplete_leaves_rooted.pre-pruned.nex @@ -204,8 +683,12 @@ bin/sumtrees.py %%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/incomplete_leaves_unrooted.pre-pruned.nex %%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/incomplete_leaves_unrooted.pruned_taxa.txt %%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/incomplete_leaves_unrooted.retained_taxa.txt +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/issue_mth_2009-02-03.rooted.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/issue_mth_2009-02-03.unrooted.nexus %%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/maj-rule-bug1.trees.nexus %%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/maj-rule-bug2.trees.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/multitreeblocks.nex +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/multitreeblocks2.nex %%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/primates.beast.mcct.meanh.tre %%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/primates.beast.mcct.medianh.tre %%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/primates.beast.mcct.noedgelens.tree @@ -241,239 +724,273 @@ bin/sumtrees.py %%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/pythonidae.reference-trees.nexus %%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/pythonidae.reference-trees.no-taxa-block.nexus %%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/pythonidae.reference-trees.no-taxa-no-translate-block.nexus +%%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/pythonidae.reference-trees.taxon-numbers-only.newick %%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/rana.trees.nexus %%PYTHON_SITELIBDIR%%/dendropy/test/data/trees/treebase_s373.xml %%PYTHON_SITELIBDIR%%/dendropy/test/support/__init__.py %%PYTHON_SITELIBDIR%%/dendropy/test/support/__init__.pyc %%PYTHON_SITELIBDIR%%/dendropy/test/support/__init__.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/support/compare_and_validate.py +%%PYTHON_SITELIBDIR%%/dendropy/test/support/compare_and_validate.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/support/compare_and_validate.pyo %%PYTHON_SITELIBDIR%%/dendropy/test/support/coverage_analysis.py %%PYTHON_SITELIBDIR%%/dendropy/test/support/coverage_analysis.pyc %%PYTHON_SITELIBDIR%%/dendropy/test/support/coverage_analysis.pyo -%%PYTHON_SITELIBDIR%%/dendropy/test/support/datagen.py -%%PYTHON_SITELIBDIR%%/dendropy/test/support/datagen.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/support/datagen.pyo -%%PYTHON_SITELIBDIR%%/dendropy/test/support/datatest.py -%%PYTHON_SITELIBDIR%%/dendropy/test/support/datatest.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/support/datatest.pyo -%%PYTHON_SITELIBDIR%%/dendropy/test/support/extendedtest.py -%%PYTHON_SITELIBDIR%%/dendropy/test/support/extendedtest.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/support/extendedtest.pyo -%%PYTHON_SITELIBDIR%%/dendropy/test/support/generate_pruned_trees.py -%%PYTHON_SITELIBDIR%%/dendropy/test/support/generate_pruned_trees.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/support/generate_pruned_trees.pyo -%%PYTHON_SITELIBDIR%%/dendropy/test/support/generate_reference_tree.py -%%PYTHON_SITELIBDIR%%/dendropy/test/support/generate_reference_tree.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/support/generate_reference_tree.pyo -%%PYTHON_SITELIBDIR%%/dendropy/test/support/nexmlvalidator.py -%%PYTHON_SITELIBDIR%%/dendropy/test/support/nexmlvalidator.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/support/nexmlvalidator.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/support/curated_dataset.py +%%PYTHON_SITELIBDIR%%/dendropy/test/support/curated_dataset.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/support/curated_dataset.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/support/curated_test_tree.py +%%PYTHON_SITELIBDIR%%/dendropy/test/support/curated_test_tree.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/support/curated_test_tree.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/support/curated_test_tree_list.py +%%PYTHON_SITELIBDIR%%/dendropy/test/support/curated_test_tree_list.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/support/curated_test_tree_list.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/support/dendropytest.py +%%PYTHON_SITELIBDIR%%/dendropy/test/support/dendropytest.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/support/dendropytest.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/support/mockrandom.py +%%PYTHON_SITELIBDIR%%/dendropy/test/support/mockrandom.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/support/mockrandom.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/support/mockreader.py +%%PYTHON_SITELIBDIR%%/dendropy/test/support/mockreader.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/support/mockreader.pyo %%PYTHON_SITELIBDIR%%/dendropy/test/support/pathmap.py %%PYTHON_SITELIBDIR%%/dendropy/test/support/pathmap.pyc %%PYTHON_SITELIBDIR%%/dendropy/test/support/pathmap.pyo -%%PYTHON_SITELIBDIR%%/dendropy/test/support/runlevel.py -%%PYTHON_SITELIBDIR%%/dendropy/test/support/runlevel.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/support/runlevel.pyo -%%PYTHON_SITELIBDIR%%/dendropy/test/support/tree_parse_speed.py -%%PYTHON_SITELIBDIR%%/dendropy/test/support/tree_parse_speed.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/support/tree_parse_speed.pyo -%%PYTHON_SITELIBDIR%%/dendropy/test/test_annotations.py -%%PYTHON_SITELIBDIR%%/dendropy/test/test_annotations.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_annotations.pyo -%%PYTHON_SITELIBDIR%%/dendropy/test/test_ape.py -%%PYTHON_SITELIBDIR%%/dendropy/test/test_ape.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_ape.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/support/paupsplitsreference.py +%%PYTHON_SITELIBDIR%%/dendropy/test/support/paupsplitsreference.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/support/paupsplitsreference.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/support/standard_file_test_chars.py +%%PYTHON_SITELIBDIR%%/dendropy/test/support/standard_file_test_chars.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/support/standard_file_test_chars.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/support/standard_file_test_datasets.py +%%PYTHON_SITELIBDIR%%/dendropy/test/support/standard_file_test_datasets.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/support/standard_file_test_datasets.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/support/standard_file_test_trees.py +%%PYTHON_SITELIBDIR%%/dendropy/test/support/standard_file_test_trees.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/support/standard_file_test_trees.pyo %%PYTHON_SITELIBDIR%%/dendropy/test/test_asciitree.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_asciitree.pyc %%PYTHON_SITELIBDIR%%/dendropy/test/test_asciitree.pyo -%%PYTHON_SITELIBDIR%%/dendropy/test/test_biopython.py -%%PYTHON_SITELIBDIR%%/dendropy/test/test_biopython.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_biopython.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_birthdeath.py +%%PYTHON_SITELIBDIR%%/dendropy/test/test_birthdeath.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/test_birthdeath.pyo %%PYTHON_SITELIBDIR%%/dendropy/test/test_coalescent.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_coalescent.pyc %%PYTHON_SITELIBDIR%%/dendropy/test/test_coalescent.pyo -%%PYTHON_SITELIBDIR%%/dendropy/test/test_containers.py -%%PYTHON_SITELIBDIR%%/dendropy/test/test_containers.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_containers.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_container_frozen_ordered_dict.py +%%PYTHON_SITELIBDIR%%/dendropy/test/test_container_frozen_ordered_dict.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/test_container_frozen_ordered_dict.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_container_normalized_bitmask_dict.py +%%PYTHON_SITELIBDIR%%/dendropy/test/test_container_normalized_bitmask_dict.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/test_container_normalized_bitmask_dict.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_container_ordered_set.py +%%PYTHON_SITELIBDIR%%/dendropy/test/test_container_ordered_set.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/test_container_ordered_set.pyo %%PYTHON_SITELIBDIR%%/dendropy/test/test_continuous.py %%PYTHON_SITELIBDIR%%/dendropy/test/test_continuous.pyc %%PYTHON_SITELIBDIR%%/dendropy/test/test_continuous.pyo -%%PYTHON_SITELIBDIR%%/dendropy/test/test_datagen.py -%%PYTHON_SITELIBDIR%%/dendropy/test/test_datagen.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_datagen.pyo -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_beast.py -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_beast.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_beast.pyo -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_fasta.py -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_fasta.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_fasta.pyo -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_indexing.py -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_indexing.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_indexing.pyo -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick.py -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick.pyo -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexml.py -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexml.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexml.pyo -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus.py -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus.pyo -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexustokenizer.py -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexustokenizer.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexustokenizer.pyo -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_phylip.py -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_phylip.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_phylip.pyo -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_tree_rooting.py -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_tree_rooting.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_tree_rooting.pyo -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataobject_char_array.py -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataobject_char_array.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataobject_char_array.pyo -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataobject_cloning.py -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataobject_cloning.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataobject_cloning.pyo -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataobject_dataset.py -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataobject_dataset.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataobject_dataset.pyo -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataobject_taxon.py -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataobject_taxon.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataobject_taxon.pyo -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataobject_tree.py -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataobject_tree.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataobject_tree.pyo -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataobject_tree_list.py -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataobject_tree_list.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataobject_tree_list.pyo -%%PYTHON_SITELIBDIR%%/dendropy/test/test_distance.py -%%PYTHON_SITELIBDIR%%/dendropy/test/test_distance.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_distance.pyo -%%PYTHON_SITELIBDIR%%/dendropy/test/test_ete.py -%%PYTHON_SITELIBDIR%%/dendropy/test/test_ete.pyc -%%PYTHON_SITELIBDIR%%/dendropy/test/test_ete.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_basic_tree.py +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_basic_tree.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_basic_tree.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_fasta_reader.py +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_fasta_reader.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_fasta_reader.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_fasta_writer.py +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_fasta_writer.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_fasta_writer.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick_reader_rooting.py +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick_reader_rooting.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick_reader_rooting.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick_reader_tree.py +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick_reader_tree.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick_reader_tree.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick_reader_tree_iter.py +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick_reader_tree_iter.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick_reader_tree_iter.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick_reader_tree_list.py +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick_reader_tree_list.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick_reader_tree_list.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick_writer.py +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick_writer.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_newick_writer.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexml_reader_chars.py +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexml_reader_chars.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexml_reader_chars.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexml_reader_tree_list.py +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexml_reader_tree_list.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexml_reader_tree_list.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexml_writer_chars.py +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexml_writer_chars.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexml_writer_chars.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexml_writer_trees.py +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexml_writer_trees.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexml_writer_trees.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_reader_chars.py +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_reader_chars.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_reader_chars.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_reader_dataset.py +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_reader_dataset.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_reader_dataset.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_reader_tree_list.py +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_reader_tree_list.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_reader_tree_list.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_taxon_handling.py +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_taxon_handling.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_taxon_handling.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_tree_yielder.py +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_tree_yielder.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_tree_yielder.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_writer_chars.py +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_writer_chars.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_writer_chars.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_writer_dataset.py +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_writer_dataset.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_writer_dataset.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_writer_tree.py +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_writer_tree.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_writer_tree.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_writer_tree_list.py +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_writer_tree_list.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_nexus_writer_tree_list.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_phylip_reader_chars.py +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_phylip_reader_chars.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_phylip_reader_chars.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_phylip_writer_chars.py +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_phylip_writer_chars.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_phylip_writer_chars.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_tokenizer.py +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_tokenizer.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/test_dataio_tokenizer.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_annotations.py +%%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_annotations.pyc +%%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_annotations.pyo +%%PYTHON_SITELIBDIR%%/dendropy/test/test_datamodel_bipartitions.py *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Fri Dec 25 12:50:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFF59A527E8; Fri, 25 Dec 2015 12:50:03 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6049146F; Fri, 25 Dec 2015 12:50:03 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBPCo2wF082965; Fri, 25 Dec 2015 12:50:02 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPCo2No082960; Fri, 25 Dec 2015 12:50:02 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201512251250.tBPCo2No082960@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Fri, 25 Dec 2015 12:50:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404419 - head/devel/goprotobuf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 12:50:04 -0000 Author: cs Date: Fri Dec 25 12:50:02 2015 New Revision: 404419 URL: https://svnweb.freebsd.org/changeset/ports/404419 Log: - Update to 20151207 - Change Web Address to new location Modified: head/devel/goprotobuf/Makefile head/devel/goprotobuf/distinfo head/devel/goprotobuf/pkg-descr head/devel/goprotobuf/pkg-plist Modified: head/devel/goprotobuf/Makefile ============================================================================== --- head/devel/goprotobuf/Makefile Fri Dec 25 12:30:50 2015 (r404418) +++ head/devel/goprotobuf/Makefile Fri Dec 25 12:50:02 2015 (r404419) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= goprotobuf -PORTVERSION= 20140812 +PORTVERSION= 20151207 CATEGORIES= devel MASTER_SITES= http://www.c-s.li/ports/ @@ -13,8 +13,10 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= protoc:${PORTSDIR}/devel/protobuf -GO_PKGNAME= code.google.com/p/goprotobuf -GO_TARGET= ${GO_PKGNAME}/proto ${GO_PKGNAME}/protoc-gen-go +GO_PKGNAME= github.com/golang/protobuf +GO_TARGET= ${GO_PKGNAME}/proto \ + ${GO_PKGNAME}/protoc-gen-go \ + ${GO_PKGNAME}/jsonpb .include .include "${PORTSDIR}/lang/go/files/bsd.go.mk" Modified: head/devel/goprotobuf/distinfo ============================================================================== --- head/devel/goprotobuf/distinfo Fri Dec 25 12:30:50 2015 (r404418) +++ head/devel/goprotobuf/distinfo Fri Dec 25 12:50:02 2015 (r404419) @@ -1,2 +1,2 @@ -SHA256 (goprotobuf-20140812.tar.gz) = 60f81a85ec13d20c32cda9cf1eaf98018926366f9b398b1beca6ee01a9758453 -SIZE (goprotobuf-20140812.tar.gz) = 121510 +SHA256 (goprotobuf-20151207.tar.gz) = 6b83cccaf719ab3716c3b886f2df5372a0390cc5058ace3613da0d2089b7f8ee +SIZE (goprotobuf-20151207.tar.gz) = 178783 Modified: head/devel/goprotobuf/pkg-descr ============================================================================== --- head/devel/goprotobuf/pkg-descr Fri Dec 25 12:30:50 2015 (r404418) +++ head/devel/goprotobuf/pkg-descr Fri Dec 25 12:50:02 2015 (r404419) @@ -1,4 +1,4 @@ Go support, in the form of a library and protocol compiler plugin, for Google's protocol buffers. -WWW: http://code.google.com/p/goprotobuf/ +WWW: https://github.com/golang/protobuf/ Modified: head/devel/goprotobuf/pkg-plist ============================================================================== --- head/devel/goprotobuf/pkg-plist Fri Dec 25 12:30:50 2015 (r404418) +++ head/devel/goprotobuf/pkg-plist Fri Dec 25 12:50:02 2015 (r404419) @@ -1,5 +1,13 @@ bin/protoc-gen-go +%%GO_LIBDIR%%/%%GO_PKGNAME%%/jsonpb.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/proto.a +%%GO_SRCDIR%%/%%GO_PKGNAME%%/jsonpb/jsonpb.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/jsonpb/jsonpb_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/jsonpb/jsonpb_test_proto/Makefile +%%GO_SRCDIR%%/%%GO_PKGNAME%%/jsonpb/jsonpb_test_proto/more_test_objects.pb.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/jsonpb/jsonpb_test_proto/more_test_objects.proto +%%GO_SRCDIR%%/%%GO_PKGNAME%%/jsonpb/jsonpb_test_proto/test_objects.pb.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/jsonpb/jsonpb_test_proto/test_objects.proto %%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/Makefile %%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/all_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/clone.go @@ -16,6 +24,9 @@ bin/protoc-gen-go %%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/pointer_reflect.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/pointer_unsafe.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/properties.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/proto3_proto/proto3.pb.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/proto3_proto/proto3.proto +%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/proto3_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/size2_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/size_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/testdata/Makefile From owner-svn-ports-head@freebsd.org Fri Dec 25 13:53:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2EB58A50897; Fri, 25 Dec 2015 13:53: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 097381D73; Fri, 25 Dec 2015 13:53: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 tBPDrnTA003114; Fri, 25 Dec 2015 13:53:49 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPDrnwC003112; Fri, 25 Dec 2015 13:53:49 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201512251353.tBPDrnwC003112@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 25 Dec 2015 13:53:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404420 - head/games/openra X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 13:53:50 -0000 Author: jbeich Date: Fri Dec 25 13:53:48 2015 New Revision: 404420 URL: https://svnweb.freebsd.org/changeset/ports/404420 Log: games/openra: update to 20151224 Changes: https://github.com/OpenRA/OpenRA/wiki/Changelog#release-20151224 Modified: head/games/openra/Makefile (contents, props changed) head/games/openra/distinfo (contents, props changed) Modified: head/games/openra/Makefile ============================================================================== --- head/games/openra/Makefile Fri Dec 25 12:50:02 2015 (r404419) +++ head/games/openra/Makefile Fri Dec 25 13:53:48 2015 (r404420) @@ -1,22 +1,22 @@ # $FreeBSD$ PORTNAME= openra -PORTVERSION= 20150919 +PORTVERSION= 20151224 DISTVERSIONPREFIX= release- -PORTREVISION= 1 CATEGORIES= games # XXX Convert to USES=nuget or package dependencies instead MASTER_SITES= https://nuget.org/api/v2/package/StyleCopPlus.MSBuild/4.7.49.5?dummy=/:StyleCopPlus \ https://nuget.org/api/v2/package/StyleCop.MSBuild/4.7.49.0?dummy=/:StyleCop \ https://nuget.org/api/v2/package/SharpZipLib/0.86.0?dummy=/:SharpZipLib \ - https://nuget.org/api/v2/package/MaxMind.Db/1.0.0.0?dummy=/:MaxMind_Db \ - https://nuget.org/api/v2/package/Newtonsoft.Json/6.0.5?dummy=/:Newtonsoft_Json \ - https://nuget.org/api/v2/package/RestSharp/105.0.1?dummy=/:RestSharp \ - https://nuget.org/api/v2/package/MaxMind.GeoIP2/2.1.0?dummy=/:MaxMind_GeoIP2 \ + https://nuget.org/api/v2/package/MaxMind.Db/1.1.0.0?dummy=/:MaxMind_Db \ + https://nuget.org/api/v2/package/Newtonsoft.Json/7.0.1?dummy=/:Newtonsoft_Json \ + https://nuget.org/api/v2/package/RestSharp/105.2.3?dummy=/:RestSharp \ + https://nuget.org/api/v2/package/MaxMind.GeoIP2/2.3.1?dummy=/:MaxMind_GeoIP2 \ https://nuget.org/api/v2/package/SharpFont/3.0.1?dummy=/:SharpFont \ https://nuget.org/api/v2/package/NUnit/2.6.4?dummy=/:NUnit \ https://nuget.org/api/v2/package/Mono.Nat/1.2.21?dummy=/:Mono_Nat \ https://nuget.org/api/v2/package/FuzzyLogicLibrary/1.2.0?dummy=/:FuzzyLogicLibrary \ + https://nuget.org/api/v2/package/SmartIrc4net/0.4.5.1?dummy=/:SmartIrc4net \ https://github.com/${GH_ACCOUNT}/SDL2-CS/releases/download/20150709/:SDL2_CS \ https://github.com/${GH_ACCOUNT}/Eluant/releases/download/20140425/:Eluant \ https://geolite.maxmind.com/download/geoip/database/:GeoLite2 @@ -24,14 +24,15 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ StyleCopPlus.MSBuild-4.7.49.5.zip:StyleCopPlus \ StyleCop.MSBuild-4.7.49.0.zip:StyleCop \ SharpZipLib-0.86.0.zip:SharpZipLib \ - MaxMind.Db-1.0.0.0.zip:MaxMind_Db \ - Newtonsoft.Json-6.0.5.zip:Newtonsoft_Json \ - RestSharp-105.0.1.zip:RestSharp \ - MaxMind.GeoIP2-2.1.0.zip:MaxMind_GeoIP2 \ + MaxMind.Db-1.1.0.0.zip:MaxMind_Db \ + Newtonsoft.Json-7.0.1.zip:Newtonsoft_Json \ + RestSharp-105.2.3.zip:RestSharp \ + MaxMind.GeoIP2-2.3.1.zip:MaxMind_GeoIP2 \ SharpFont-3.0.1.zip:SharpFont \ NUnit-2.6.4.zip:NUnit \ Mono.Nat-1.2.21.zip:Mono_Nat \ FuzzyLogicLibrary-1.2.0.zip:FuzzyLogicLibrary \ + SmartIrc4net-0.4.5.1.zip:SmartIrc4net \ SDL2-CS.dll:SDL2_CS \ Eluant.dll:Eluant \ GeoLite2-Country.mmdb.gz:GeoLite2 Modified: head/games/openra/distinfo ============================================================================== --- head/games/openra/distinfo Fri Dec 25 12:50:02 2015 (r404419) +++ head/games/openra/distinfo Fri Dec 25 13:53:48 2015 (r404420) @@ -1,19 +1,19 @@ -SHA256 (openra-OpenRA-release-20150919_GH0.tar.gz) = e4f294bcd2e9d1e56dd3c16b74bd4aa8191a15a9de436fed083cecb5bb0618f1 -SIZE (openra-OpenRA-release-20150919_GH0.tar.gz) = 10432411 +SHA256 (openra-OpenRA-release-20151224_GH0.tar.gz) = 71e127351f6053ae575c426a75d30987e996d04e87bf4147d623175f83efea35 +SIZE (openra-OpenRA-release-20151224_GH0.tar.gz) = 10722496 SHA256 (StyleCopPlus.MSBuild-4.7.49.5.zip) = b98a8ed20c5e82ff5fe6c2a52ecd45bffd4d4ab284611f35a25889c3bba364c3 SIZE (StyleCopPlus.MSBuild-4.7.49.5.zip) = 124724 SHA256 (StyleCop.MSBuild-4.7.49.0.zip) = 6680dedaa5d27fb1ead475015de98e476e58fa9a27e4b7ad0f08d5f7d8f6ee66 SIZE (StyleCop.MSBuild-4.7.49.0.zip) = 2366995 SHA256 (SharpZipLib-0.86.0.zip) = 5906c248bb986d50489192f490f94d2331d04e7d34337bc3c0d64df6d0008207 SIZE (SharpZipLib-0.86.0.zip) = 454026 -SHA256 (MaxMind.Db-1.0.0.0.zip) = ad5680b58af5a5673b97d67ff979552917c3bc7059276914d8d2badfc504438b -SIZE (MaxMind.Db-1.0.0.0.zip) = 12965 -SHA256 (Newtonsoft.Json-6.0.5.zip) = d66ea7d215ab374707fcd51101d5d90c2eea23ddc57c234b50542c28ce0e21cd -SIZE (Newtonsoft.Json-6.0.5.zip) = 1520354 -SHA256 (RestSharp-105.0.1.zip) = 4f6856c893e56a26fa404d134cb23b9b162469e88e66bd49839a559e104f21db -SIZE (RestSharp-105.0.1.zip) = 511839 -SHA256 (MaxMind.GeoIP2-2.1.0.zip) = 538fbc832264868e83b4699d3fd9f21a02d1dfcf0ad0a48434c58ffaf741b8b6 -SIZE (MaxMind.GeoIP2-2.1.0.zip) = 21327 +SHA256 (MaxMind.Db-1.1.0.0.zip) = ba0d69cd437763e64ef2e2f4566a2d5c20fb46809fa4f7716c74cce3cca13d52 +SIZE (MaxMind.Db-1.1.0.0.zip) = 13450 +SHA256 (Newtonsoft.Json-7.0.1.zip) = ff2a9942325b22cccfe3e505ac8abdf46b071bcc60ef44da464df929c60fc846 +SIZE (Newtonsoft.Json-7.0.1.zip) = 1363037 +SHA256 (RestSharp-105.2.3.zip) = 352845b7419782a6618a8956f13a1cc2be40a3779aa02a5207e8df4b444024af +SIZE (RestSharp-105.2.3.zip) = 1152099 +SHA256 (MaxMind.GeoIP2-2.3.1.zip) = ee613b3934df9bc3ba0a9049fc98323cd856a091b7ce97578d2ac86ae56e84e8 +SIZE (MaxMind.GeoIP2-2.3.1.zip) = 22978 SHA256 (SharpFont-3.0.1.zip) = 1a4e4d0a5e7a7adebb5093d21655e3166da801abc469dc41c586f555514cc3bc SIZE (SharpFont-3.0.1.zip) = 60372 SHA256 (NUnit-2.6.4.zip) = be8cde6e9754474d5d4f553addb6331cf442c2182a0eb4dc87618d744fd59ca9 @@ -22,9 +22,11 @@ SHA256 (Mono.Nat-1.2.21.zip) = fa380d8b5 SIZE (Mono.Nat-1.2.21.zip) = 23598 SHA256 (FuzzyLogicLibrary-1.2.0.zip) = b464509236260f53d963771ed99410a7e1cdbd268a2bde43b189e7d15044a174 SIZE (FuzzyLogicLibrary-1.2.0.zip) = 70571 +SHA256 (SmartIrc4net-0.4.5.1.zip) = a1c2b2be28d798187ecd118768b03ca3193995182d1d92983df23bacbb61dfcc +SIZE (SmartIrc4net-0.4.5.1.zip) = 104627 SHA256 (SDL2-CS.dll) = acb68619a8043b044f55a0e3bf9eaaf7b418962dd58757defd6d74c0132f4757 SIZE (SDL2-CS.dll) = 2884608 SHA256 (Eluant.dll) = abb67679c241ae35a430f79696792cbd9093ceda5998f6f578d0fd763ee440b0 SIZE (Eluant.dll) = 64000 -SHA256 (GeoLite2-Country.mmdb.gz) = adf566544ee7ac8029933ce4d247868eadc087147e1dcc85a7e8324b8419dfa2 -SIZE (GeoLite2-Country.mmdb.gz) = 1059657 +SHA256 (GeoLite2-Country.mmdb.gz) = 15547cab201f47d142bb6e32d75170d1098bb29ee5729e8d66a80ef9c1fc6081 +SIZE (GeoLite2-Country.mmdb.gz) = 1074451 From owner-svn-ports-head@freebsd.org Fri Dec 25 13:59:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93342A5099E; Fri, 25 Dec 2015 13:59: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 615A61E83; Fri, 25 Dec 2015 13:59:51 +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 tBPDxosX003433; Fri, 25 Dec 2015 13:59:50 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPDxoZa003431; Fri, 25 Dec 2015 13:59:50 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512251359.tBPDxoZa003431@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Dec 2015 13:59:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404421 - head/mail/bsmtp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 13:59:51 -0000 Author: amdmi3 Date: Fri Dec 25 13:59:50 2015 New Revision: 404421 URL: https://svnweb.freebsd.org/changeset/ports/404421 Log: - Add license - Style nits - Switch to options helpers - Modernize plist - Drop @dirrm's PR: 205571 Submitted by: amdmi3 Approved by: naddy (maintainer) Modified: head/mail/bsmtp/Makefile head/mail/bsmtp/pkg-plist Modified: head/mail/bsmtp/Makefile ============================================================================== --- head/mail/bsmtp/Makefile Fri Dec 25 13:53:48 2015 (r404420) +++ head/mail/bsmtp/Makefile Fri Dec 25 13:59:50 2015 (r404421) @@ -9,6 +9,9 @@ MASTER_SITES= LOCAL/naddy MAINTAINER= naddy@FreeBSD.org COMMENT= Batch SMTP support for sendmail, incoming and outgoing +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + RUN_DEPENDS= ${LOCALBASE}/bin/uux:${PORTSDIR}/net/freebsd-uucp CONFLICTS= smail-3.* @@ -19,6 +22,12 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= --redo SHEBANG_FILES= configure +PRIVBIN= ${STAGEDIR}${PREFIX}/libexec/bsmtp +PUBBIN= ${STAGEDIR}${PREFIX}/bin +MAILERDIR= ${STAGEDIR}${PREFIX}/share/sendmail + +OPTIONS_DEFINE= DOCS + post-patch: @${CP} ${WRKSRC}/bsmtp.m4.8.9.in ${WRKSRC}/bsmtp.m4.8.10.in @${CP} ${FILESDIR}/bsmtp.m4.8.11.in ${WRKSRC}/ @@ -34,32 +43,30 @@ pre-configure: -e 's:%%PREFIX%%:${PREFIX}:' \ -e 's:%%LOCALBASE%%:${LOCALBASE}:' -privbin= ${STAGEDIR}${PREFIX}/libexec/bsmtp -pubbin= ${STAGEDIR}${PREFIX}/bin -mailerdir= ${STAGEDIR}${PREFIX}/share/sendmail - do-install: - ${MKDIR} ${privbin} - ${MKDIR} ${mailerdir} - ${INSTALL_PROGRAM} ${WRKSRC}/batcher.new ${privbin}/batcher - ${INSTALL_PROGRAM} ${WRKSRC}/bsmtp ${privbin} - ${INSTALL_DATA} ${WRKSRC}/bsmtp.m4.8.14 ${mailerdir}/bsmtp.m4 - ${INSTALL_SCRIPT} ${WRKSRC}/rcsmtp ${pubbin} + @${MKDIR} ${PRIVBIN} + @${MKDIR} ${MAILERDIR} + ${INSTALL_PROGRAM} ${WRKSRC}/batcher.new ${PRIVBIN}/batcher + ${INSTALL_PROGRAM} ${WRKSRC}/bsmtp ${PRIVBIN} + ${INSTALL_DATA} ${WRKSRC}/bsmtp.m4.8.14 ${MAILERDIR}/bsmtp.m4 + ${INSTALL_SCRIPT} ${WRKSRC}/rcsmtp ${PUBBIN} .for i in cbsmtp crsmtp rgsmtp - ${LN} -s rcsmtp ${pubbin}/$i + ${LN} -s rcsmtp ${PUBBIN}/$i .endfor - ${INSTALL_PROGRAM} ${WRKSRC}/rsmtp.wrapper ${pubbin}/rsmtp - ${INSTALL_SCRIPT} ${WRKSRC}/rsmtp ${privbin} + ${INSTALL_PROGRAM} ${WRKSRC}/rsmtp.wrapper ${PUBBIN}/rsmtp + ${INSTALL_SCRIPT} ${WRKSRC}/rsmtp ${PRIVBIN} .for i in bsmtp - ${LN} -s rsmtp ${pubbin}/$i + ${LN} -s rsmtp ${PUBBIN}/$i .endfor .for i in c-cbsmtp c-rcsmtp g-rcsmtp g-rgsmtp n-rsmtp - ${INSTALL_SCRIPT} ${WRKSRC}/transmitter.$i ${privbin} + ${INSTALL_SCRIPT} ${WRKSRC}/transmitter.$i ${PRIVBIN} .endfor - ${INSTALL_PROGRAM} ${WRKSRC}/_bqueue ${pubbin} - ${INSTALL_SCRIPT} ${WRKSRC}/bqueue ${pubbin} -# post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_PROGRAM} ${WRKSRC}/_bqueue ${PUBBIN} + ${INSTALL_SCRIPT} ${WRKSRC}/bqueue ${PUBBIN} + ${MKDIR} ${STAGEDIR}/var/spool/bsnmp + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Modified: head/mail/bsmtp/pkg-plist ============================================================================== --- head/mail/bsmtp/pkg-plist Fri Dec 25 13:53:48 2015 (r404420) +++ head/mail/bsmtp/pkg-plist Fri Dec 25 13:59:50 2015 (r404421) @@ -1,8 +1,4 @@ -@owner uucp -@mode 4555 -bin/_bqueue -@mode -@owner +@(uucp,,4555) bin/_bqueue bin/bqueue bin/bsmtp bin/cbsmtp @@ -11,20 +7,13 @@ bin/rcsmtp bin/rgsmtp bin/rsmtp libexec/bsmtp/batcher -@mode 4555 -libexec/bsmtp/bsmtp -@mode +@(root,,4555) libexec/bsmtp/bsmtp libexec/bsmtp/rsmtp libexec/bsmtp/transmitter.c-cbsmtp libexec/bsmtp/transmitter.c-rcsmtp libexec/bsmtp/transmitter.g-rcsmtp libexec/bsmtp/transmitter.g-rgsmtp libexec/bsmtp/transmitter.n-rsmtp -%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README share/sendmail/bsmtp.m4 -@dirrm libexec/bsmtp -@dirrm share/doc/bsmtp -@dirrm share/sendmail -@exec install -d -o uucp -g uucp -m 0770 /var/spool/bsmtp -@comment Do not use rmdir to avoid inappropriate pkg tools magic -@unexec rm -d /var/spool/bsmtp 2>/dev/null || true +@dir(uucp,uucp,770) /var/spool/bsnmp From owner-svn-ports-head@freebsd.org Fri Dec 25 14:38:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3C51A51526; Fri, 25 Dec 2015 14:38: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 A365F10D1; Fri, 25 Dec 2015 14:38: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 tBPEcBtb015154; Fri, 25 Dec 2015 14:38:11 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPEcBUR015153; Fri, 25 Dec 2015 14:38:11 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512251438.tBPEcBUR015153@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Dec 2015 14:38:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404422 - head/cad/varkon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 14:38:12 -0000 Author: amdmi3 Date: Fri Dec 25 14:38:11 2015 New Revision: 404422 URL: https://svnweb.freebsd.org/changeset/ports/404422 Log: - Switch to options helpers Approved by: portmgr blanket Modified: head/cad/varkon/Makefile Modified: head/cad/varkon/Makefile ============================================================================== --- head/cad/varkon/Makefile Fri Dec 25 13:59:50 2015 (r404421) +++ head/cad/varkon/Makefile Fri Dec 25 14:38:11 2015 (r404422) @@ -63,6 +63,8 @@ do-install: @${MKDIR} ${STAGEDIR}${VARKON_PREFIX}/cnf/ini ${INSTALL_DATA} ${WRKSRC}/cnf/ini/english/linux \ ${STAGEDIR}${VARKON_PREFIX}/cnf/ini/freebsd + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} #Varkon Manual @(cd ${WRKSRC}/man && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) From owner-svn-ports-head@freebsd.org Fri Dec 25 14:41:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ADCFEA51598; Fri, 25 Dec 2015 14:41: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 5DB1B1358; Fri, 25 Dec 2015 14:41: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 tBPEfeEK015393; Fri, 25 Dec 2015 14:41:40 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPEfeVE015391; Fri, 25 Dec 2015 14:41:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512251441.tBPEfeVE015391@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Dec 2015 14:41:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404423 - in head/databases/py-forgetsql: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 14:41:41 -0000 Author: amdmi3 Date: Fri Dec 25 14:41:40 2015 New Revision: 404423 URL: https://svnweb.freebsd.org/changeset/ports/404423 Log: - Add LICENSE - Switch to options helpers - Add NO_ARCH - Regenerate patches with `make makepatch` Approved by: portmgr blanket Deleted: head/databases/py-forgetsql/pkg-plist Modified: head/databases/py-forgetsql/Makefile head/databases/py-forgetsql/files/patch-lib-forgetSQL.py Modified: head/databases/py-forgetsql/Makefile ============================================================================== --- head/databases/py-forgetsql/Makefile Fri Dec 25 14:38:11 2015 (r404422) +++ head/databases/py-forgetsql/Makefile Fri Dec 25 14:41:40 2015 (r404423) @@ -12,10 +12,14 @@ DISTNAME= forgetSQL-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python module for object-oriented access to SQL databases +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + USES= python:2 USE_PYTHON= distutils autoplist +NO_ARCH= yes -DOCS= BUGS README TODO +PORTDOCS= BUGS README TODO OPTIONS_DEFINE= DOCS MYSQL PGSQL @@ -37,11 +41,11 @@ post-install: @${ECHO_MSG} "===> you should install py-psycopg or py-MySQLdb from ports/databases." @${ECHO} .endif -.if ${PORT_OPTIONS:MDOCS} - ${INSTALL} -d -o root -g wheel -m 0755 ${STAGEDIR}${DOCSDIR} -.for f in ${DOCS} + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} +.for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ .endfor -.endif .include Modified: head/databases/py-forgetsql/files/patch-lib-forgetSQL.py ============================================================================== --- head/databases/py-forgetsql/files/patch-lib-forgetSQL.py Fri Dec 25 14:38:11 2015 (r404422) +++ head/databases/py-forgetsql/files/patch-lib-forgetSQL.py Fri Dec 25 14:41:40 2015 (r404423) @@ -1,5 +1,5 @@ ---- lib/forgetSQL.py.orig Sat Nov 20 16:59:07 2004 -+++ lib/forgetSQL.py Sat Nov 20 16:59:39 2004 +--- lib/forgetSQL.py.orig 2004-03-08 12:16:25 UTC ++++ lib/forgetSQL.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# -*- coding: ISO-8859-1 -*- From owner-svn-ports-head@freebsd.org Fri Dec 25 14:42:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72863A516A8; Fri, 25 Dec 2015 14:42: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 43FAF14D2; Fri, 25 Dec 2015 14:42: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 tBPEgF8H017447; Fri, 25 Dec 2015 14:42:15 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPEgFjI017446; Fri, 25 Dec 2015 14:42:15 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512251442.tBPEgFjI017446@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Dec 2015 14:42:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404424 - head/devel/cdecl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 14:42:16 -0000 Author: amdmi3 Date: Fri Dec 25 14:42:15 2015 New Revision: 404424 URL: https://svnweb.freebsd.org/changeset/ports/404424 Log: - Switch to options helpers Modified: head/devel/cdecl/Makefile Modified: head/devel/cdecl/Makefile ============================================================================== --- head/devel/cdecl/Makefile Fri Dec 25 14:41:40 2015 (r404423) +++ head/devel/cdecl/Makefile Fri Dec 25 14:42:15 2015 (r404424) @@ -9,17 +9,19 @@ MASTER_SITES= SUNSITE/devel/lang/c MAINTAINER= ports@FreeBSD.org COMMENT= Explains complicated C/C++ declarations in plain English -USE_CSTD= c89 +CONFLICTS= cutils-[0-9]* USES= readline +USE_CSTD= c89 ALL_TARGET= ${PORTNAME} -PORTDOCS= testset testset++ -PLIST_FILES= bin/cdecl bin/c++decl man/man1/cdecl.1.gz man/man1/c++decl.1.gz MAKE_ENV+= STAGEDIR=$(STAGEDIR) -CONFLICTS= cutils-[0-9]* +PLIST_FILES= bin/cdecl bin/c++decl man/man1/cdecl.1.gz man/man1/c++decl.1.gz +PORTDOCS= testset testset++ + +OPTIONS_DEFINE= DOCS -post-install: +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/testset* ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Fri Dec 25 14:42:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DDA9A51701; Fri, 25 Dec 2015 14:42:38 +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 71CDE1627; Fri, 25 Dec 2015 14:42:38 +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 tBPEgbs8018171; Fri, 25 Dec 2015 14:42:37 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPEgb2L018170; Fri, 25 Dec 2015 14:42:37 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512251442.tBPEgb2L018170@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Dec 2015 14:42:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404425 - head/devel/py-plex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 14:42:38 -0000 Author: amdmi3 Date: Fri Dec 25 14:42:37 2015 New Revision: 404425 URL: https://svnweb.freebsd.org/changeset/ports/404425 Log: - Add NO_ARCH - Switch to options helpers - Silence patching Modified: head/devel/py-plex/Makefile Modified: head/devel/py-plex/Makefile ============================================================================== --- head/devel/py-plex/Makefile Fri Dec 25 14:42:15 2015 (r404424) +++ head/devel/py-plex/Makefile Fri Dec 25 14:42:37 2015 (r404425) @@ -13,6 +13,7 @@ COMMENT= Lexical Analysis Module for Pyt USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes NO_WRKSUBDIR= yes DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} @@ -21,14 +22,18 @@ EXAMPLESDIR= ${PREFIX}/share/examples/${ PORTDOCS= * PORTEXAMPLES= * +OPTIONS_DEFINE= DOCS EXAMPLES + post-extract: - ${SED} -e 's|%%PORTVERSION%%|${PORTVERSION}|g' ${FILESDIR}/setup.py \ + @${SED} -e 's|%%PORTVERSION%%|${PORTVERSION}|g' ${FILESDIR}/setup.py \ > ${WRKSRC}/setup.py -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC}/doc && ${INSTALL_DATA} ./* ${STAGEDIR}${DOCSDIR} - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - cd ${WRKSRC}/examples && ${INSTALL_DATA} ./* ${STAGEDIR}${EXAMPLESDIR} +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/doc && ${INSTALL_DATA} * ${STAGEDIR}${DOCSDIR} + +post-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC}/examples && ${INSTALL_DATA} * ${STAGEDIR}${EXAMPLESDIR} .include From owner-svn-ports-head@freebsd.org Fri Dec 25 14:42:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9342DA51732; Fri, 25 Dec 2015 14:42: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 5D0E817CF; Fri, 25 Dec 2015 14:42: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 tBPEgnDQ018274; Fri, 25 Dec 2015 14:42:49 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPEgnSU018273; Fri, 25 Dec 2015 14:42:49 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512251442.tBPEgnSU018273@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Dec 2015 14:42:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404426 - head/comms/atslog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 14:42:50 -0000 Author: amdmi3 Date: Fri Dec 25 14:42:49 2015 New Revision: 404426 URL: https://svnweb.freebsd.org/changeset/ports/404426 Log: - Switch to options helpers Modified: head/comms/atslog/Makefile Modified: head/comms/atslog/Makefile ============================================================================== --- head/comms/atslog/Makefile Fri Dec 25 14:42:37 2015 (r404425) +++ head/comms/atslog/Makefile Fri Dec 25 14:42:49 2015 (r404426) @@ -106,6 +106,7 @@ do-install: ${INSTALL_DATA} "{}" "${STAGEDIR}${WWWDIR}/{}" \; ${MV} ${STAGEDIR}${WWWDIR}/include/config.inc.php.default ${STAGEDIR}${WWWDIR}/include/config.inc.php.sample +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Fri Dec 25 14:43:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14010A51758; Fri, 25 Dec 2015 14:43: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 D60AC18C2; Fri, 25 Dec 2015 14:43: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 tBPEh2IF018384; Fri, 25 Dec 2015 14:43:02 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPEh2Ld018383; Fri, 25 Dec 2015 14:43:02 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512251443.tBPEh2Ld018383@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Dec 2015 14:43:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404427 - head/cad/gerbv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 14:43:04 -0000 Author: amdmi3 Date: Fri Dec 25 14:43:02 2015 New Revision: 404427 URL: https://svnweb.freebsd.org/changeset/ports/404427 Log: - Clarify LICENSE - Add LICENSE_FILE - Switch to USES=localbase - Switch to options helpers Modified: head/cad/gerbv/Makefile Modified: head/cad/gerbv/Makefile ============================================================================== --- head/cad/gerbv/Makefile Fri Dec 25 14:42:49 2015 (r404426) +++ head/cad/gerbv/Makefile Fri Dec 25 14:43:02 2015 (r404427) @@ -10,11 +10,10 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Gerber file viewer -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS_DEFINE= DOCS EXAMPLES - -USES= autoreconf desktop-file-utils gmake libtool pathfix pkgconfig +USES= autoreconf desktop-file-utils gmake libtool localbase pathfix pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ENV= ac_aux_dir="." @@ -22,11 +21,10 @@ USE_LDCONFIG= yes INSTALLS_ICONS= yes INSTALL_TARGET= install-strip -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - PLIST_SUB= VERSION="${PORTVERSION}" +OPTIONS_DEFINE= DOCS EXAMPLES + post-patch: @${REINPLACE_CMD} -e \ 's|^AM_NLS|#AM_NLS| ; \ @@ -54,6 +52,8 @@ post-install: (cd ${WRKSRC}/desktop && ${INSTALL_DATA} gerbv-${i}.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps/gerbv.png) .endfor + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc && ${INSTALL_DATA} *.fig *.txt \ ${STAGEDIR}${DOCSDIR}) @@ -63,6 +63,8 @@ post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR}/eagle (cd ${WRKSRC}/doc/eagle && ${INSTALL_DATA} *.pl *.txt \ ${STAGEDIR}${DOCSDIR}/eagle) + +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @(cd ${WRKSRC}/example && ${FIND} . \ ! \( -name "*Makefile*" -or -name ".cvsignore" \) \ From owner-svn-ports-head@freebsd.org Fri Dec 25 14:43:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60076A517BA; Fri, 25 Dec 2015 14: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 17C2419DC; Fri, 25 Dec 2015 14: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 tBPEhwXg018556; Fri, 25 Dec 2015 14:43:58 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPEhwsS018554; Fri, 25 Dec 2015 14:43:58 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512251443.tBPEhwsS018554@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Dec 2015 14:43:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404428 - in head/comms/gkermit: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 14:43:59 -0000 Author: amdmi3 Date: Fri Dec 25 14:43:57 2015 New Revision: 404428 URL: https://svnweb.freebsd.org/changeset/ports/404428 Log: - Switch to options helpers - Simplify patching Added: head/comms/gkermit/files/patch-makefile - copied, changed from r404427, head/comms/gkermit/files/patch-Makefile Deleted: head/comms/gkermit/files/patch-Makefile Modified: head/comms/gkermit/Makefile Modified: head/comms/gkermit/Makefile ============================================================================== --- head/comms/gkermit/Makefile Fri Dec 25 14:43:02 2015 (r404427) +++ head/comms/gkermit/Makefile Fri Dec 25 14:43:57 2015 (r404428) @@ -13,16 +13,16 @@ COMMENT= File transfer utility using the NO_WRKSUBDIR= yes ALL_TARGET= posix +MAKEFILE= makefile OPTIONS_DEFINE= DOCS -post-extract: - cd ${WRKSRC} && ${MV} makefile Makefile - do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_PROGRAM} ${WRKSRC}/gkermit ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/gkermit.nr ${STAGEDIR}${PREFIX}/man/man1/gkermit.1 + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/gkermit.txt .include Copied and modified: head/comms/gkermit/files/patch-makefile (from r404427, head/comms/gkermit/files/patch-Makefile) ============================================================================== --- head/comms/gkermit/files/patch-Makefile Fri Dec 25 14:43:02 2015 (r404427, copy source) +++ head/comms/gkermit/files/patch-makefile Fri Dec 25 14:43:57 2015 (r404428) @@ -1,6 +1,6 @@ ---- Makefile.orig Tue Jan 11 08:42:38 2000 -+++ Makefile Tue Jan 11 08:44:12 2000 -@@ -37,8 +37,10 @@ +--- makefile.orig 1999-12-26 20:28:38 UTC ++++ makefile +@@ -37,8 +37,10 @@ MANEXT = l # Default compiler and flags @@ -13,7 +13,7 @@ # Object files -@@ -70,13 +72,13 @@ +@@ -70,13 +72,13 @@ gkermit: gproto.o gkermit.o gunixio.o gc $(CC) -o gkermit $(OBJECTS) bsd: gwart From owner-svn-ports-head@freebsd.org Fri Dec 25 15:00:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38D7DA51C09; Fri, 25 Dec 2015 15:00: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 068591F35; Fri, 25 Dec 2015 15:00: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 tBPF0LJ5021926; Fri, 25 Dec 2015 15:00:21 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPF0LCP021925; Fri, 25 Dec 2015 15:00:21 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512251500.tBPF0LCP021925@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Dec 2015 15:00:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404429 - head/cad/sceptre X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 15:00:22 -0000 Author: amdmi3 Date: Fri Dec 25 15:00:20 2015 New Revision: 404429 URL: https://svnweb.freebsd.org/changeset/ports/404429 Log: - Switch to options helpers - Switch to new test framework Modified: head/cad/sceptre/Makefile Modified: head/cad/sceptre/Makefile ============================================================================== --- head/cad/sceptre/Makefile Fri Dec 25 14:43:57 2015 (r404428) +++ head/cad/sceptre/Makefile Fri Dec 25 15:00:20 2015 (r404429) @@ -19,6 +19,7 @@ NO_WRKSUBDIR= yes FFLAGS+= -fno-automatic PORTDOCS= doc_en.pdf doc_ger.pdf install.pdf + OPTIONS_DEFINE= DOCS post-patch: @@ -44,15 +45,14 @@ post-patch: -e "s!^(FC=')(.*)(')!\1${FC} ${FFLAGS}\3!" \ ${WRKSRC}/bin/sceptre -post-install: +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/install.pdf ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc ; ${INSTALL_DATA} ${PORTDOCS:Mdoc_*} ${STAGEDIR}${DOCSDIR} -.if !defined(BATCH) -check test: install - cd ${WRKSRC}/samples; for s in ${WRKSRC}/samples/*.d ; \ - do ${WRKSRC}/bin/sceptre $${s%.d} ; done -.endif +do-test: + cd ${WRKSRC}/samples; for s in ${WRKSRC}/samples/*.d; do \ + ${WRKSRC}/bin/sceptre $${s%.d}; \ + done .include From owner-svn-ports-head@freebsd.org Fri Dec 25 15:00:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B51E8A51C3A; Fri, 25 Dec 2015 15:00: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 8775C1017; Fri, 25 Dec 2015 15:00: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 tBPF0WQc022029; Fri, 25 Dec 2015 15:00:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPF0Wdg022028; Fri, 25 Dec 2015 15:00:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512251500.tBPF0Wdg022028@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Dec 2015 15:00:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404430 - head/cad/feappv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 15:00:33 -0000 Author: amdmi3 Date: Fri Dec 25 15:00:32 2015 New Revision: 404430 URL: https://svnweb.freebsd.org/changeset/ports/404430 Log: - Switch to USES=localbase - Switch to options helpers Modified: head/cad/feappv/Makefile Modified: head/cad/feappv/Makefile ============================================================================== --- head/cad/feappv/Makefile Fri Dec 25 15:00:20 2015 (r404429) +++ head/cad/feappv/Makefile Fri Dec 25 15:00:32 2015 (r404430) @@ -13,7 +13,7 @@ EXTRACT_ONLY= ${PORTNAME}${PORTVERSION:S MAINTAINER= ports@FreeBSD.org COMMENT= Finite element analysis program (personal version) -USES= fortran gmake zip +USES= fortran gmake localbase zip USE_XORG= x11 MAKEFILE= makefile MAKE_ENV= FEAPPVHOME3_1="${WRKSRC}" @@ -21,16 +21,13 @@ ALL_TARGET= install WRKSRC= ${WRKDIR}/ver${PORTVERSION:S/.//} -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lX11 -lm +LDFLAGS+= -lX11 -lm PLIST_FILES= bin/feappv lib/libfeappv.a PORTDOCS= manual.pdf OPTIONS_DEFINE= DOCS -.include - post-patch: @${REINPLACE_CMD} -e \ 's| make | $$(MAKE) |' ${WRKSRC}/makefile @@ -45,6 +42,8 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/main/feappv ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/libfeappv.a ${STAGEDIR}${PREFIX}/lib + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${_DISTDIR}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Fri Dec 25 15:00:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 110ACA51C6D; Fri, 25 Dec 2015 15:00: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 D362A114A; Fri, 25 Dec 2015 15: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 tBPF0n7E022135; Fri, 25 Dec 2015 15:00:49 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPF0nAB022134; Fri, 25 Dec 2015 15:00:49 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512251500.tBPF0nAB022134@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Dec 2015 15:00:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404431 - head/cad/electric X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 15:00:51 -0000 Author: amdmi3 Date: Fri Dec 25 15:00:49 2015 New Revision: 404431 URL: https://svnweb.freebsd.org/changeset/ports/404431 Log: - Switch to options helpers Modified: head/cad/electric/Makefile Modified: head/cad/electric/Makefile ============================================================================== --- head/cad/electric/Makefile Fri Dec 25 15:00:32 2015 (r404430) +++ head/cad/electric/Makefile Fri Dec 25 15:00:49 2015 (r404431) @@ -13,30 +13,22 @@ COMMENT= Sophisticated electrical CAD sy GNU_CONFIGURE= yes +USES= motif + +FEATURES= MOTIF + OPTIONS_DEFINE= T1LIB NLS OPTIMIZED_CFLAGS -OPTIONS_DEFAULT= T1LIB +OPTIONS_DEFAULT=T1LIB T1LIB_DESC= Use T1lib Type1 font library -USES= motif +T1LIB_LIB_DEPENDS+= libt1.so:${PORTSDIR}/devel/t1lib +T1LIB_VARS= FEATURES+=T1LIB +NLS_USES= gettext +NLS_VARS= FEATURES+=INT +OPTIMIZED_CFLAGS_VARS= FEATURES+=OPT .include -FEATURES+= MOTIF - -.if ${PORT_OPTIONS:MT1LIB} -LIB_DEPENDS+= libt1.so:${PORTSDIR}/devel/t1lib -FEATURES+= T1LIB -.endif - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -FEATURES+= INT -.endif - -.if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} -FEATURES+= OPT -.endif - post-patch: @${REINPLACE_CMD} -e 's|/usr/share/electric/lib/|${DATADIR}/lib/|; \ s|/usr/share/electric/doc/|${DOCSDIR}/|; \ From owner-svn-ports-head@freebsd.org Fri Dec 25 15:57:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7F3AA51EB2; Fri, 25 Dec 2015 15:57:55 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B1621A58; Fri, 25 Dec 2015 15:57:55 +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 tBPFvs6f039250; Fri, 25 Dec 2015 15:57:54 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPFvsaS039248; Fri, 25 Dec 2015 15:57:54 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201512251557.tBPFvsaS039248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Fri, 25 Dec 2015 15:57:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404432 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 15:57:56 -0000 Author: rakuco Date: Fri Dec 25 15:57:54 2015 New Revision: 404432 URL: https://svnweb.freebsd.org/changeset/ports/404432 Log: Add an entry for CVE-2015-0860 in archivers/dpkg. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Dec 25 15:00:49 2015 (r404431) +++ head/security/vuxml/vuln.xml Fri Dec 25 15:57:54 2015 (r404432) @@ -58,6 +58,40 @@ Notes: --> + + dpkg -- stack-based buffer overflow + + + dpkg + 1.16.17 + 1.17.26 + 1.18.4 + + + + +

Salvatore Bonaccorso reports:

+
+

Hanno Boeck discovered a stack-based buffer overflow in the + dpkg-deb component of dpkg, the Debian package management system. + This flaw could potentially lead to arbitrary code execution if a + user or an automated system were tricked into processing a specially + crafted Debian binary package (.deb) in the old style Debian binary + package format.

+
+ +
+ + CVE-2015-0860 + http://openwall.com/lists/oss-security/2015/11/26/3 + https://anonscm.debian.org/cgit/dpkg/dpkg.git/commit/?id=f1aac7d933819569bf6f347c3c0d5a64a90bbce0 + + + 2015-11-26 + 2015-12-25 + +
+ mantis -- information disclosure vulnerability From owner-svn-ports-head@freebsd.org Fri Dec 25 16:28:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 642E8A52723; Fri, 25 Dec 2015 16:28:24 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 19FE9174E; Fri, 25 Dec 2015 16:28:24 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBPGSNAf048048; Fri, 25 Dec 2015 16:28:23 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPGSMSc048044; Fri, 25 Dec 2015 16:28:22 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512251628.tBPGSMSc048044@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 25 Dec 2015 16:28:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404433 - in head/devel: . py-funcsigs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 16:28:24 -0000 Author: miwi Date: Fri Dec 25 16:28:22 2015 New Revision: 404433 URL: https://svnweb.freebsd.org/changeset/ports/404433 Log: funcsigs is a backport of the PEP 362 function signature features from Python 3.3's inspect module. The backport is compatible with Python 2.7 as well as 3.2 and up. WWW: http://funcsigs.readthedocs.org/ Added: head/devel/py-funcsigs/ head/devel/py-funcsigs/Makefile (contents, props changed) head/devel/py-funcsigs/distinfo (contents, props changed) head/devel/py-funcsigs/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Dec 25 15:57:54 2015 (r404432) +++ head/devel/Makefile Fri Dec 25 16:28:22 2015 (r404433) @@ -4040,6 +4040,7 @@ SUBDIR += py-fsm SUBDIR += py-fudge SUBDIR += py-funcparserlib + SUBDIR += py-funcsigs SUBDIR += py-functools32 SUBDIR += py-fusefs SUBDIR += py-future Added: head/devel/py-funcsigs/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-funcsigs/Makefile Fri Dec 25 16:28:22 2015 (r404433) @@ -0,0 +1,22 @@ +# Created by: Martin Wilke +# $FreeBSD$ + +PORTNAME= funcsigs +PORTVERSION= 0.4 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= miwi@FreeBSD.org +COMMENT= Python function signatures from PEP362 + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= distutils autoplist + +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test + +.include Added: head/devel/py-funcsigs/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-funcsigs/distinfo Fri Dec 25 16:28:22 2015 (r404433) @@ -0,0 +1,2 @@ +SHA256 (funcsigs-0.4.tar.gz) = d83ce6df0b0ea6618700fe1db353526391a8a3ada1b7aba52fed7a61da772033 +SIZE (funcsigs-0.4.tar.gz) = 25697 Added: head/devel/py-funcsigs/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-funcsigs/pkg-descr Fri Dec 25 16:28:22 2015 (r404433) @@ -0,0 +1,5 @@ +funcsigs is a backport of the PEP 362 function signature features from +Python 3.3's inspect module. The backport is compatible with Python 2.7 +as well as 3.2 and up. + +WWW: http://funcsigs.readthedocs.org/ From owner-svn-ports-head@freebsd.org Fri Dec 25 16:32:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7699AA5291F; Fri, 25 Dec 2015 16:32:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 44D7B1A40; Fri, 25 Dec 2015 16:32:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBPGWDgP050820; Fri, 25 Dec 2015 16:32:13 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPGWDHY050819; Fri, 25 Dec 2015 16:32:13 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512251632.tBPGWDHY050819@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 25 Dec 2015 16:32:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404434 - head/devel/py-mock X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 16:32:14 -0000 Author: miwi Date: Fri Dec 25 16:32:13 2015 New Revision: 404434 URL: https://svnweb.freebsd.org/changeset/ports/404434 Log: - Add missing dependency - Switch to do-test - Bump PORTREVISION Reviewed by: antoine, koobs Differential Revision: D4707 Modified: head/devel/py-mock/Makefile Modified: head/devel/py-mock/Makefile ============================================================================== --- head/devel/py-mock/Makefile Fri Dec 25 16:28:22 2015 (r404433) +++ head/devel/py-mock/Makefile Fri Dec 25 16:32:13 2015 (r404434) @@ -3,6 +3,7 @@ PORTNAME= mock PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,15 +13,22 @@ COMMENT= Mock unit tests for Python LICENSE= BSD2CLAUSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.3:${PORTSDIR}/devel/py-pbr -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.3:${PORTSDIR}/devel/py-pbr - -OPTIONS_DEFINE= TESTS -TESTS_DESC= Install tox for running unit tests +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.3:${PORTSDIR}/devel/py-pbr \ + ${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>0:${PORTSDIR}/devel/py-setuptools${PYTHON_SUFFIX +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.3:${PORTSDIR}/devel/py-pbr \ + ${PYTHON_PKGNAMEPREFIX}six>=1.4.0:${PORTSDIR}/devel/py-six +TESTS_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tox>0:${PORTSDIR}/devel/py-tox USES= python USE_PYTHON= distutils autoplist -TESTS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tox>0:${PORTSDIR}/devel/py-tox +.include + +.if ${PYTHON_REL} < 3300 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}funcsigs>=0:${PORTSDIR}/devel/py-funcsigs +.endif + +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test -.include +.include From owner-svn-ports-head@freebsd.org Fri Dec 25 16:34:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B714A529CA; Fri, 25 Dec 2015 16:34:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 395A91C2C; Fri, 25 Dec 2015 16:34:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBPGYvqB051008; Fri, 25 Dec 2015 16:34:57 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPGYv0F051007; Fri, 25 Dec 2015 16:34:57 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512251634.tBPGYv0F051007@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 25 Dec 2015 16:34:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404435 - head/devel/py-mock X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 16:34:58 -0000 Author: miwi Date: Fri Dec 25 16:34:57 2015 New Revision: 404435 URL: https://svnweb.freebsd.org/changeset/ports/404435 Log: - Fix a typo Modified: head/devel/py-mock/Makefile Modified: head/devel/py-mock/Makefile ============================================================================== --- head/devel/py-mock/Makefile Fri Dec 25 16:32:13 2015 (r404434) +++ head/devel/py-mock/Makefile Fri Dec 25 16:34:57 2015 (r404435) @@ -14,7 +14,7 @@ COMMENT= Mock unit tests for Python LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.3:${PORTSDIR}/devel/py-pbr \ - ${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>0:${PORTSDIR}/devel/py-setuptools${PYTHON_SUFFIX + ${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>0:${PORTSDIR}/devel/py-setuptools${PYTHON_SUFFIX} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.3:${PORTSDIR}/devel/py-pbr \ ${PYTHON_PKGNAMEPREFIX}six>=1.4.0:${PORTSDIR}/devel/py-six TESTS_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tox>0:${PORTSDIR}/devel/py-tox From owner-svn-ports-head@freebsd.org Fri Dec 25 17:07:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A4A0A50254; Fri, 25 Dec 2015 17:07:52 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 496FB17F5; Fri, 25 Dec 2015 17:07:52 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBPH7p0S059619; Fri, 25 Dec 2015 17:07:51 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPH7pNm059617; Fri, 25 Dec 2015 17:07:51 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201512251707.tBPH7pNm059617@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Fri, 25 Dec 2015 17:07:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404436 - in head/emulators/qemu-sbruno: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 17:07:52 -0000 Author: sbruno Date: Fri Dec 25 17:07:51 2015 New Revision: 404436 URL: https://svnweb.freebsd.org/changeset/ports/404436 Log: Add arm activator to stop function. Bump portrevision. Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/files/qemu_user_static.in Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Fri Dec 25 16:34:57 2015 (r404435) +++ head/emulators/qemu-sbruno/Makefile Fri Dec 25 17:07:51 2015 (r404436) @@ -3,6 +3,7 @@ PORTNAME= qemu PORTVERSION= 2.5.50.g20151224 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox:dtc \ Modified: head/emulators/qemu-sbruno/files/qemu_user_static.in ============================================================================== --- head/emulators/qemu-sbruno/files/qemu_user_static.in Fri Dec 25 16:34:57 2015 (r404435) +++ head/emulators/qemu-sbruno/files/qemu_user_static.in Fri Dec 25 17:07:51 2015 (r404436) @@ -119,6 +119,7 @@ list_cmd="${BINMISCCTL} list" %%NAME%%_stop() { ${BINMISCCTL} remove mips64 + ${BINMISCCTL} remove arm ${BINMISCCTL} remove armv6 ${BINMISCCTL} remove aarch64 ${BINMISCCTL} remove mips From owner-svn-ports-head@freebsd.org Fri Dec 25 17:10:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E800A502EA; Fri, 25 Dec 2015 17:10:11 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C5E61939; Fri, 25 Dec 2015 17:10:11 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBPHAAhp059826; Fri, 25 Dec 2015 17:10:10 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPHAAgm059823; Fri, 25 Dec 2015 17:10:10 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201512251710.tBPHAAgm059823@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 25 Dec 2015 17:10:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404437 - head/devel/libmsiecf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 17:10:11 -0000 Author: antoine Date: Fri Dec 25 17:10:10 2015 New Revision: 404437 URL: https://svnweb.freebsd.org/changeset/ports/404437 Log: Update to alpha-20151220 Modified: head/devel/libmsiecf/Makefile head/devel/libmsiecf/distinfo Modified: head/devel/libmsiecf/Makefile ============================================================================== --- head/devel/libmsiecf/Makefile Fri Dec 25 17:07:51 2015 (r404436) +++ head/devel/libmsiecf/Makefile Fri Dec 25 17:10:10 2015 (r404437) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libmsiecf -DISTVERSION= alpha-20151205 +DISTVERSION= alpha-20151220 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libmsiecf/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine Modified: head/devel/libmsiecf/distinfo ============================================================================== --- head/devel/libmsiecf/distinfo Fri Dec 25 17:07:51 2015 (r404436) +++ head/devel/libmsiecf/distinfo Fri Dec 25 17:10:10 2015 (r404437) @@ -1,2 +1,2 @@ -SHA256 (libmsiecf-alpha-20151205.tar.gz) = ecc859938e8c052cc31ef6ea4930be63b72519015240b782e270cecdff83a0aa -SIZE (libmsiecf-alpha-20151205.tar.gz) = 1417399 +SHA256 (libmsiecf-alpha-20151220.tar.gz) = 3cfc657b9bd3cd9a7c5a1512766bff55e432695161b5974f9b5597975aac6060 +SIZE (libmsiecf-alpha-20151220.tar.gz) = 1417291 From owner-svn-ports-head@freebsd.org Fri Dec 25 17:13:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB5E4A504A8; Fri, 25 Dec 2015 17:13:39 +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 AA74D1C3B; Fri, 25 Dec 2015 17:13:39 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBPHDc4Z062608; Fri, 25 Dec 2015 17:13:38 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPHDcZ8062606; Fri, 25 Dec 2015 17:13:38 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201512251713.tBPHDcZ8062606@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 25 Dec 2015 17:13:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404438 - head/devel/libolecf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 17:13:40 -0000 Author: antoine Date: Fri Dec 25 17:13:38 2015 New Revision: 404438 URL: https://svnweb.freebsd.org/changeset/ports/404438 Log: Update to alpha-20151223 Modified: head/devel/libolecf/Makefile head/devel/libolecf/distinfo Modified: head/devel/libolecf/Makefile ============================================================================== --- head/devel/libolecf/Makefile Fri Dec 25 17:10:10 2015 (r404437) +++ head/devel/libolecf/Makefile Fri Dec 25 17:13:38 2015 (r404438) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libolecf -DISTVERSION= alpha-20151205 +DISTVERSION= alpha-20151223 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libolecf/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine Modified: head/devel/libolecf/distinfo ============================================================================== --- head/devel/libolecf/distinfo Fri Dec 25 17:10:10 2015 (r404437) +++ head/devel/libolecf/distinfo Fri Dec 25 17:13:38 2015 (r404438) @@ -1,2 +1,2 @@ -SHA256 (libolecf-alpha-20151205.tar.gz) = 6e7dcacac85b0620215941851fdaa6483841862714c7efeea3c233c486d23454 -SIZE (libolecf-alpha-20151205.tar.gz) = 1478524 +SHA256 (libolecf-alpha-20151223.tar.gz) = 723983636a9eec6e04834bc6ac4605ecf433ea4f9d4a1ca344c7490327b9febe +SIZE (libolecf-alpha-20151223.tar.gz) = 1478608 From owner-svn-ports-head@freebsd.org Fri Dec 25 17:16:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B618A50547; Fri, 25 Dec 2015 17:16:24 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C4231D3C; Fri, 25 Dec 2015 17:16:24 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBPHGNHX062807; Fri, 25 Dec 2015 17:16:23 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPHGNN2062805; Fri, 25 Dec 2015 17:16:23 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201512251716.tBPHGNN2062805@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 25 Dec 2015 17:16:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404439 - head/devel/libvhdi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 17:16:24 -0000 Author: antoine Date: Fri Dec 25 17:16:22 2015 New Revision: 404439 URL: https://svnweb.freebsd.org/changeset/ports/404439 Log: Update to alpha-20151220 Modified: head/devel/libvhdi/Makefile head/devel/libvhdi/distinfo Modified: head/devel/libvhdi/Makefile ============================================================================== --- head/devel/libvhdi/Makefile Fri Dec 25 17:13:38 2015 (r404438) +++ head/devel/libvhdi/Makefile Fri Dec 25 17:16:22 2015 (r404439) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvhdi -PORTVERSION= 20151205 +PORTVERSION= 20151220 DISTVERSIONPREFIX= alpha- CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libvhdi/releases/download/${PORTVERSION}/ \ Modified: head/devel/libvhdi/distinfo ============================================================================== --- head/devel/libvhdi/distinfo Fri Dec 25 17:13:38 2015 (r404438) +++ head/devel/libvhdi/distinfo Fri Dec 25 17:16:22 2015 (r404439) @@ -1,2 +1,2 @@ -SHA256 (libvhdi-alpha-20151205.tar.gz) = 61716997aecc8d0299920209f24536c74efefc371c168b16d382234ae7d3ccd4 -SIZE (libvhdi-alpha-20151205.tar.gz) = 1363578 +SHA256 (libvhdi-alpha-20151220.tar.gz) = a8dc05a86d94edf2a187fed905ef583290926a24be64342d4937e1df1d0cc517 +SIZE (libvhdi-alpha-20151220.tar.gz) = 1363677 From owner-svn-ports-head@freebsd.org Fri Dec 25 17:18:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C461CA505C1; Fri, 25 Dec 2015 17:18:02 +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 919781E19; Fri, 25 Dec 2015 17:18:02 +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 tBPHI1Qs062973; Fri, 25 Dec 2015 17:18:01 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPHI1ku062971; Fri, 25 Dec 2015 17:18:01 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201512251718.tBPHI1ku062971@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 25 Dec 2015 17:18:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404440 - head/devel/libvshadow X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 17:18:02 -0000 Author: antoine Date: Fri Dec 25 17:18:01 2015 New Revision: 404440 URL: https://svnweb.freebsd.org/changeset/ports/404440 Log: Update to alpha-20151220 Modified: head/devel/libvshadow/Makefile head/devel/libvshadow/distinfo Modified: head/devel/libvshadow/Makefile ============================================================================== --- head/devel/libvshadow/Makefile Fri Dec 25 17:16:22 2015 (r404439) +++ head/devel/libvshadow/Makefile Fri Dec 25 17:18:01 2015 (r404440) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvshadow -PORTVERSION= 20150106 +PORTVERSION= 20151220 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libvshadow/releases/download/${PORTVERSION}/ \ LOCAL/antoine @@ -14,11 +14,11 @@ COMMENT= Library to support the Volume S LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= fuse gettext iconv libtool pathfix pkgconfig python +USES= fuse gettext libtool pathfix pkgconfig python USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} +CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/devel/libvshadow/distinfo ============================================================================== --- head/devel/libvshadow/distinfo Fri Dec 25 17:16:22 2015 (r404439) +++ head/devel/libvshadow/distinfo Fri Dec 25 17:18:01 2015 (r404440) @@ -1,2 +1,2 @@ -SHA256 (libvshadow-alpha-20150106.tar.gz) = 4b6edd70aef52ae5a23d7e7e42be7db44c2c68e5566d0626c8f03234088b108c -SIZE (libvshadow-alpha-20150106.tar.gz) = 1310527 +SHA256 (libvshadow-alpha-20151220.tar.gz) = b9d6ae3f638ca16afa0e149133a06ae49943f6535bc20993193a60047ae9f2ba +SIZE (libvshadow-alpha-20151220.tar.gz) = 1342302 From owner-svn-ports-head@freebsd.org Fri Dec 25 17:18:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 284BCA50635; Fri, 25 Dec 2015 17:18:57 +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 EB91F1F03; Fri, 25 Dec 2015 17:18:56 +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 tBPHIuxQ063088; Fri, 25 Dec 2015 17:18:56 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPHIugK063087; Fri, 25 Dec 2015 17:18:56 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201512251718.tBPHIugK063087@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Fri, 25 Dec 2015 17:18:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404441 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 17:18:57 -0000 Author: pawel Date: Fri Dec 25 17:18:55 2015 New Revision: 404441 URL: https://svnweb.freebsd.org/changeset/ports/404441 Log: Update homepage PR: 205596 Submitted by: Zane C. Bowers-Hadley Modified: head/multimedia/lives/pkg-descr Modified: head/multimedia/lives/pkg-descr ============================================================================== --- head/multimedia/lives/pkg-descr Fri Dec 25 17:18:01 2015 (r404440) +++ head/multimedia/lives/pkg-descr Fri Dec 25 17:18:55 2015 (r404441) @@ -9,4 +9,4 @@ LiVES is aimed at the digital video arti content, the video editor who wants to produce professional looking video, and the VJ who wants to captivate with spectacular images. -WWW: http://lives.sourceforge.net/ +WWW: http://lives-video.com/ From owner-svn-ports-head@freebsd.org Fri Dec 25 17:24:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD6DAA507EB; Fri, 25 Dec 2015 17:24: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 90F941253; Fri, 25 Dec 2015 17:24:01 +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 tBPHO06e066010; Fri, 25 Dec 2015 17:24:00 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPHO0Sp066007; Fri, 25 Dec 2015 17:24:00 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201512251724.tBPHO0Sp066007@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 25 Dec 2015 17:24:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404442 - in head/devel/libregf: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 17:24:02 -0000 Author: antoine Date: Fri Dec 25 17:24:00 2015 New Revision: 404442 URL: https://svnweb.freebsd.org/changeset/ports/404442 Log: Update to alpha-20151223 Added: head/devel/libregf/files/ head/devel/libregf/files/patch-pyregf_Makefile.in (contents, props changed) Modified: head/devel/libregf/Makefile head/devel/libregf/distinfo Modified: head/devel/libregf/Makefile ============================================================================== --- head/devel/libregf/Makefile Fri Dec 25 17:18:55 2015 (r404441) +++ head/devel/libregf/Makefile Fri Dec 25 17:24:00 2015 (r404442) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libregf -DISTVERSION= alpha-20151205 +DISTVERSION= alpha-20151223 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libregf/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine Modified: head/devel/libregf/distinfo ============================================================================== --- head/devel/libregf/distinfo Fri Dec 25 17:18:55 2015 (r404441) +++ head/devel/libregf/distinfo Fri Dec 25 17:24:00 2015 (r404442) @@ -1,2 +1,2 @@ -SHA256 (libregf-alpha-20151205.tar.gz) = 74cd6dee992547fbcfbd1c9385724475c4b071947e2b4162145b488d0fc8ec8d -SIZE (libregf-alpha-20151205.tar.gz) = 1611097 +SHA256 (libregf-alpha-20151223.tar.gz) = 41b0a23dd66ec661ca11a8a6444f33116d1598d34201e378e42f750b107e6636 +SIZE (libregf-alpha-20151223.tar.gz) = 1612105 Added: head/devel/libregf/files/patch-pyregf_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libregf/files/patch-pyregf_Makefile.in Fri Dec 25 17:24:00 2015 (r404442) @@ -0,0 +1,13 @@ +# Allow building when an older version of libregf is installed + +--- pyregf/Makefile.in.orig 2015-12-24 12:55:58 UTC ++++ pyregf/Makefile.in +@@ -193,7 +193,7 @@ AM_V_at = $(am__v_at_@AM_V@) + am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) + am__v_at_0 = @ + am__v_at_1 = +-DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common ++DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common -I$(top_builddir)/include + depcomp = $(SHELL) $(top_srcdir)/depcomp + am__depfiles_maybe = depfiles + am__mv = mv -f From owner-svn-ports-head@freebsd.org Fri Dec 25 17:39:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5219A51016; Fri, 25 Dec 2015 17:39:14 +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 7BB3918CA; Fri, 25 Dec 2015 17:39:14 +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 tBPHdDhA069462; Fri, 25 Dec 2015 17:39:13 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPHdBse069445; Fri, 25 Dec 2015 17:39:11 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201512251739.tBPHdBse069445@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Fri, 25 Dec 2015 17:39:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404443 - in head/multimedia: . qmmp qmmp-plugin-pack qmmp-plugin-pack-qt5 qmmp-qt5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 17:39:15 -0000 Author: olivierd Date: Fri Dec 25 17:39:11 2015 New Revision: 404443 URL: https://svnweb.freebsd.org/changeset/ports/404443 Log: - Update multimedia/qmmp to 0.9.5 - Update multimedia/qmmp-plugin-pack to 0.9.3 - Add multimedia/qmmp-qt5 (1.0.4) - Add multimedia/qmmp-plugin-pack-qt5 (1.0.2) Qmmp 0.9.x works only with Qt4, whereas 1.x switched to Qt5 PR: 203948 Submitted by: (maintainer) Added: head/multimedia/qmmp-plugin-pack-qt5/ - copied from r404441, head/multimedia/qmmp-plugin-pack/ head/multimedia/qmmp-qt5/ - copied from r404441, head/multimedia/qmmp/ Modified: head/multimedia/Makefile head/multimedia/qmmp-plugin-pack-qt5/Makefile head/multimedia/qmmp-plugin-pack-qt5/distinfo head/multimedia/qmmp-plugin-pack-qt5/pkg-descr head/multimedia/qmmp-plugin-pack-qt5/pkg-plist head/multimedia/qmmp-plugin-pack/Makefile head/multimedia/qmmp-plugin-pack/distinfo head/multimedia/qmmp-plugin-pack/pkg-descr head/multimedia/qmmp-plugin-pack/pkg-plist head/multimedia/qmmp-qt5/Makefile head/multimedia/qmmp-qt5/distinfo head/multimedia/qmmp-qt5/pkg-descr head/multimedia/qmmp-qt5/pkg-plist head/multimedia/qmmp/Makefile head/multimedia/qmmp/distinfo head/multimedia/qmmp/pkg-descr head/multimedia/qmmp/pkg-plist Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Fri Dec 25 17:24:00 2015 (r404442) +++ head/multimedia/Makefile Fri Dec 25 17:39:11 2015 (r404443) @@ -328,7 +328,9 @@ SUBDIR += pyjama SUBDIR += pymp SUBDIR += qmmp + SUBDIR += qmmp-qt5 SUBDIR += qmmp-plugin-pack + SUBDIR += qmmp-plugin-pack-qt5 SUBDIR += qt-faststart SUBDIR += qt4-mobility SUBDIR += qt4-multimedia Modified: head/multimedia/qmmp-plugin-pack-qt5/Makefile ============================================================================== --- head/multimedia/qmmp-plugin-pack/Makefile Fri Dec 25 17:18:55 2015 (r404441) +++ head/multimedia/qmmp-plugin-pack-qt5/Makefile Fri Dec 25 17:39:11 2015 (r404443) @@ -1,28 +1,32 @@ # $FreeBSD$ PORTNAME= qmmp-plugin-pack -PORTVERSION= 0.8.3 +PORTVERSION= 1.0.2 CATEGORIES= multimedia -MASTER_SITES= http://qmmp.ylsoftware.com/files/plugins/ +MASTER_SITES= http://qmmp.ylsoftware.com/files/plugins/ \ + SF/qmmp-dev/${PORTNAME}/ +PKGNAMESUFFIX= -qt5 MAINTAINER= liangtai.s16@gmail.com -COMMENT= Additional plug-ins for QMMP +COMMENT= Additional plug-ins for QMMP (Qt5) LICENSE= GPLv2 -LIB_DEPENDS= libqmmpui.so:${PORTSDIR}/multimedia/qmmp -BUILD_DEPENDS= qmmp>=0.8.0:${PORTSDIR}/multimedia/qmmp +CONFLICTS= ${PORTNAME}-0.* + +LIB_DEPENDS= libqmmpui.so:${PORTSDIR}/multimedia/qmmp-qt5 +BUILD_DEPENDS= qmmp-qt5>=1.0.0:${PORTSDIR}/multimedia/qmmp-qt5 USES= cmake:outsource pkgconfig tar:bzip2 -USE_QT4= corelib gui qmake_build rcc_build moc_build linguist_build +USE_QT5= core gui qmake_build buildtools_build linguisttools_build USE_LDCONFIG= yes OPTIONS_SUB= yes OPTIONS_MULTI= PLUGINS -OPTIONS_MULTI_PLUGINS= FFAP MPG123 QSUI +OPTIONS_MULTI_PLUGINS= FFAP MPG123 XMP -OPTIONS_DEFAULT= FFAP MPG123 QSUI +OPTIONS_DEFAULT= FFAP MPG123 XMP FFAP_DESC= Support APE sound file FFAP_LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib @@ -38,20 +42,13 @@ FFAPASM_CMAKE_ON= -DUSE_ASM:BOOL=TRUE FFAPASM_CMAKE_OFF= -DUSE_ASM:BOOL=FALSE MPG123_LIB_DEPENDS= libmpg123.so:${PORTSDIR}/audio/mpg123 -MPG123_USE= QT4=uic_build MPG123_CMAKE_ON= -DUSE_MPG123:BOOL=TRUE MPG123_CMAKE_OFF= -DUSE_MPG123:BOOL=FALSE -QSUI_DESC= Simple UI based on standard widgets set -QSUI_USE= QT4=network,uic_build -QSUI_CMAKE_ON= -DUSE_QSUI:BOOL=TRUE -QSUI_CMAKE_OFF= -DUSE_QSUI:BOOL=FALSE - -CMAKE_ARGS+= -DCMAKE_REQUIRED_INCLUDES:PATH=${LOCALBASE}/include -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -.include +XMP_DESC= Support various module formats using libxmp +XMP_LIB_DEPENDS= libxmp.so:${PORTSDIR}/audio/libxmp +XMP_CMAKE_ON= -DUSE_XMP:BOOL=TRUE +XMP_CMAKE_OFF= -DUSE_XMP:BOOL=FALSE pre-configure: @${RM} -f ${BUILD_WRKSRC}/CMakeCache.txt Modified: head/multimedia/qmmp-plugin-pack-qt5/distinfo ============================================================================== --- head/multimedia/qmmp-plugin-pack/distinfo Fri Dec 25 17:18:55 2015 (r404441) +++ head/multimedia/qmmp-plugin-pack-qt5/distinfo Fri Dec 25 17:39:11 2015 (r404443) @@ -1,2 +1,2 @@ -SHA256 (qmmp-plugin-pack-0.8.3.tar.bz2) = 7b45464429a44f0de9f611ec4c2d396752c3be19e3b8076f8909cb18930589f0 -SIZE (qmmp-plugin-pack-0.8.3.tar.bz2) = 163989 +SHA256 (qmmp-plugin-pack-1.0.2.tar.bz2) = a3a309342fd5077c80bcba214a3d5df6f96135e9fae37d5d122e608557080767 +SIZE (qmmp-plugin-pack-1.0.2.tar.bz2) = 76533 Modified: head/multimedia/qmmp-plugin-pack-qt5/pkg-descr ============================================================================== --- head/multimedia/qmmp-plugin-pack/pkg-descr Fri Dec 25 17:18:55 2015 (r404441) +++ head/multimedia/qmmp-plugin-pack-qt5/pkg-descr Fri Dec 25 17:39:11 2015 (r404443) @@ -4,6 +4,6 @@ Additional plug-ins for Qt MultiMedia Pl libmpg123 library - FFap: provides enhanced Monkey's Audio (APE) support (24-bit samples and embedded cue support) -- Simple Ui: simple user interface based on standard widgets set +- XMP: Decodes module audio and renders sound -WWW: http://qmmp.ylsoftware.com/ or http://code.google.com/p/qmmp/ +WWW: http://qmmp.ylsoftware.com/ Modified: head/multimedia/qmmp-plugin-pack-qt5/pkg-plist ============================================================================== --- head/multimedia/qmmp-plugin-pack/pkg-plist Fri Dec 25 17:18:55 2015 (r404441) +++ head/multimedia/qmmp-plugin-pack-qt5/pkg-plist Fri Dec 25 17:39:11 2015 (r404443) @@ -1,3 +1,3 @@ %%FFAP%%lib/qmmp/Input/libffap.so %%MPG123%%lib/qmmp/Input/libmpg123.so -%%QSUI%%lib/qmmp/Ui/libqsui.so +%%XMP%%lib/qmmp/Input/libxmp.so Modified: head/multimedia/qmmp-plugin-pack/Makefile ============================================================================== --- head/multimedia/qmmp-plugin-pack/Makefile Fri Dec 25 17:24:00 2015 (r404442) +++ head/multimedia/qmmp-plugin-pack/Makefile Fri Dec 25 17:39:11 2015 (r404443) @@ -1,17 +1,20 @@ # $FreeBSD$ PORTNAME= qmmp-plugin-pack -PORTVERSION= 0.8.3 +PORTVERSION= 0.9.3 CATEGORIES= multimedia -MASTER_SITES= http://qmmp.ylsoftware.com/files/plugins/ +MASTER_SITES= http://qmmp.ylsoftware.com/files/plugins/ \ + SF/qmmp-dev/${PORTNAME}/ MAINTAINER= liangtai.s16@gmail.com -COMMENT= Additional plug-ins for QMMP +COMMENT= Additional plug-ins for QMMP (Qt4) LICENSE= GPLv2 +CONFLICTS= ${PORTNAME}-qt5-1.* + LIB_DEPENDS= libqmmpui.so:${PORTSDIR}/multimedia/qmmp -BUILD_DEPENDS= qmmp>=0.8.0:${PORTSDIR}/multimedia/qmmp +BUILD_DEPENDS= qmmp>=0.9.0:${PORTSDIR}/multimedia/qmmp USES= cmake:outsource pkgconfig tar:bzip2 USE_QT4= corelib gui qmake_build rcc_build moc_build linguist_build @@ -20,9 +23,9 @@ USE_LDCONFIG= yes OPTIONS_SUB= yes OPTIONS_MULTI= PLUGINS -OPTIONS_MULTI_PLUGINS= FFAP MPG123 QSUI +OPTIONS_MULTI_PLUGINS= FFAP MPG123 XMP -OPTIONS_DEFAULT= FFAP MPG123 QSUI +OPTIONS_DEFAULT= FFAP MPG123 XMP FFAP_DESC= Support APE sound file FFAP_LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib @@ -42,17 +45,15 @@ MPG123_USE= QT4=uic_build MPG123_CMAKE_ON= -DUSE_MPG123:BOOL=TRUE MPG123_CMAKE_OFF= -DUSE_MPG123:BOOL=FALSE -QSUI_DESC= Simple UI based on standard widgets set -QSUI_USE= QT4=network,uic_build -QSUI_CMAKE_ON= -DUSE_QSUI:BOOL=TRUE -QSUI_CMAKE_OFF= -DUSE_QSUI:BOOL=FALSE +XMP_DESC= Support various module formats using libxmp +XMP_LIB_DEPENDS= libxmp.so:${PORTSDIR}/audio/libxmp +XMP_CMAKE_ON= -DUSE_XMP:BOOL=TRUE +XMP_CMAKE_OFF= -DUSE_XMP:BOOL=FALSE CMAKE_ARGS+= -DCMAKE_REQUIRED_INCLUDES:PATH=${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -.include - pre-configure: @${RM} -f ${BUILD_WRKSRC}/CMakeCache.txt Modified: head/multimedia/qmmp-plugin-pack/distinfo ============================================================================== --- head/multimedia/qmmp-plugin-pack/distinfo Fri Dec 25 17:24:00 2015 (r404442) +++ head/multimedia/qmmp-plugin-pack/distinfo Fri Dec 25 17:39:11 2015 (r404443) @@ -1,2 +1,2 @@ -SHA256 (qmmp-plugin-pack-0.8.3.tar.bz2) = 7b45464429a44f0de9f611ec4c2d396752c3be19e3b8076f8909cb18930589f0 -SIZE (qmmp-plugin-pack-0.8.3.tar.bz2) = 163989 +SHA256 (qmmp-plugin-pack-0.9.3.tar.bz2) = 4c65cf6b917574858248b81f7c357b128af21908e7a437f1e1cb89f1501020ec +SIZE (qmmp-plugin-pack-0.9.3.tar.bz2) = 76668 Modified: head/multimedia/qmmp-plugin-pack/pkg-descr ============================================================================== --- head/multimedia/qmmp-plugin-pack/pkg-descr Fri Dec 25 17:24:00 2015 (r404442) +++ head/multimedia/qmmp-plugin-pack/pkg-descr Fri Dec 25 17:39:11 2015 (r404443) @@ -4,6 +4,6 @@ Additional plug-ins for Qt MultiMedia Pl libmpg123 library - FFap: provides enhanced Monkey's Audio (APE) support (24-bit samples and embedded cue support) -- Simple Ui: simple user interface based on standard widgets set +- XMP: Decodes module audio and renders sound -WWW: http://qmmp.ylsoftware.com/ or http://code.google.com/p/qmmp/ +WWW: http://qmmp.ylsoftware.com/ Modified: head/multimedia/qmmp-plugin-pack/pkg-plist ============================================================================== --- head/multimedia/qmmp-plugin-pack/pkg-plist Fri Dec 25 17:24:00 2015 (r404442) +++ head/multimedia/qmmp-plugin-pack/pkg-plist Fri Dec 25 17:39:11 2015 (r404443) @@ -1,3 +1,3 @@ %%FFAP%%lib/qmmp/Input/libffap.so %%MPG123%%lib/qmmp/Input/libmpg123.so -%%QSUI%%lib/qmmp/Ui/libqsui.so +%%XMP%%lib/qmmp/Input/libxmp.so Modified: head/multimedia/qmmp-qt5/Makefile ============================================================================== --- head/multimedia/qmmp/Makefile Fri Dec 25 17:18:55 2015 (r404441) +++ head/multimedia/qmmp-qt5/Makefile Fri Dec 25 17:39:11 2015 (r404443) @@ -1,42 +1,77 @@ # $FreeBSD$ PORTNAME= qmmp -PORTVERSION= 0.8.3 -PORTREVISION= 1 +PORTVERSION= 1.0.4 CATEGORIES= multimedia -MASTER_SITES= http://qmmp.ylsoftware.com/files/ +MASTER_SITES= http://qmmp.ylsoftware.com/files/ \ + SF/qmmp-dev/${PORTNAME}/ +PKGNAMESUFFIX= -qt5 MAINTAINER= liangtai.s16@gmail.com -COMMENT= Qt4-based multimedia player +COMMENT= Qt5-based multimedia player LICENSE= GPLv2 +CONFLICTS= ${PORTNAME}-0.* + USES= cmake:outsource desktop-file-utils pkgconfig tar:bzip2 -USE_QT4= corelib gui network xml \ - qmake_build rcc_build uic_build moc_build linguist_build +USE_QT5= core gui network widgets xml \ + qmake_build buildtools_build linguisttools_build USE_LDCONFIG= yes OPTIONS_SUB= yes -OPTIONS_SINGLE= MPLAYER -OPTIONS_SINGLE_MPLAYER= MPLAYER1 MPLAYER2 -OPTIONS_DEFINE= ALSA ANALYZER BS2B CDIO CONVERTER COPYPASTE \ - COVER CROSSFADE CUE CURL DIR_ASSOC DOCS DOXYGEN ENCA FAAD \ - FFMPEG FILEOPS FLAC GNOMEHOTKEY GME HAL HOTKEY JACK KDENOTIFY \ - LADSPA LYRICS MAD MMS MODPLUG MPLAYER MPRIS MUSEPACK NOTIFIER \ - NULLOUT OPUS OSS OSS4 PROJECTM PULSEAUDIO QMMP_DIALOG RGSCAN \ - SB SCROBBLER SID SKINNEDUI SNDFILE SRCONV STATICON STEREO \ - TRACKCHANGE UDISKS UDISKS2 VORBIS WAVPACK WILDMIDI -OPTIONS_DEFAULT= ALSA ANALYZER BS2B CDIO CONVERTER COPYPASTE COVER \ +OPTIONS_GROUP= DOCUMENTS PLUGIN_APPLICATION PLUGIN_FORMATS \ + PLUGIN_DSP_EFFECTS PLUGIN_VISUAL_EFFECTS PLUGIN_OUTPUT \ + PLUGIN_PLAYLIST PLUGIN_NETWORKING MISC + +PLUGIN_APPLICATION_DESC= Main program view +OPTIONS_GROUP_PLUGIN_APPLICATION= GNOMEHOTKEY HOTKEY KDENOTIFY \ + NOTIFIER QMMP_DIALOG QSUI SKINNEDUI STATICON + +DOCUMENTS_DESC= Documentation and API Reference +OPTIONS_GROUP_DOCUMENTS= DOCS DOXYGEN + +PLUGIN_FORMATS_DESC= Support various media formats +OPTIONS_GROUP_PLUGIN_FORMATS= CDDA FAAD FFMPEG FLAC GME MAD MODPLUG \ + MUSEPACK OPUS SNDFILE VORBIS WAVPACK WILDMIDI + +PLUGIN_DSP_EFFECTS_DESC= DSP effects +OPTIONS_GROUP_PLUGIN_DSP_EFFECTS= BS2B CROSSFADE LADSPA SRCONV STEREO + +PLUGIN_VISUAL_EFFECTS_DESC= Visual effects +OPTIONS_GROUP_PLUGIN_VISUAL_EFFECTS= ANALYZER PROJECTM + +PLUGIN_OUTPUT_DESC= Output sound systems +OPTIONS_GROUP_PLUGIN_OUTPUT= ALSA JACK NULLOUT OSS OSS4 PULSEAUDIO + +PLUGIN_PLAYLIST_DESC= Playlist operation +OPTIONS_GROUP_PLUGIN_PLAYLIST= COPYPASTE DIR_ASSOC FILEOPS HAL \ + TRACKCHANGE UDISKS2 + +PLUGIN_NETWORKING_DESC= Features via the Net +OPTIONS_GROUP_PLUGIN_NETWORKING= COVER CURL LYRICS MMS SB SCROBBLER + +MISC_DESC= Other features +OPTIONS_RADIO= MPLAYER +OPTIONS_RADIO_MPLAYER= MPLAYER1 MPLAYER2 +OPTIONS_GROUP_MISC= CONVERTER CUE ENCA MPLAYER MPRIS RGSCAN SID + +OPTIONS_DEFAULT= ALSA ANALYZER BS2B CDDA CONVERTER COPYPASTE COVER \ CROSSFADE CUE CURL DIR_ASSOC ENCA FAAD FFMPEG FILEOPS FLAC \ GNOMEHOTKEY GME HAL HOTKEY JACK KDENOTIFY LADSPA LYRICS MAD \ MMS MODPLUG MPRIS MPLAYER MPLAYER1 MUSEPACK NOTIFIER NULLOUT \ - OPUS OSS4 PROJECTM PULSEAUDIO QMMP_DIALOG RGSCAN SB SCROBBLER \ - SID SKINNEDUI SNDFILE SRCONV STATICON STEREO \ + OPUS OSS4 PROJECTM PULSEAUDIO QMMP_DIALOG QSUI RGSCAN \ + SB SCROBBLER SID SKINNEDUI SNDFILE SRCONV STATICON STEREO \ TRACKCHANGE UDISKS2 VORBIS WAVPACK WILDMIDI DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen +QSUI_DESC= Simple UI based on standard widgets set +QSUI_CMAKE_ON= -DUSE_QSUI:BOOL=TRUE +QSUI_CMAKE_OFF= -DUSE_QSUI:BOOL=FALSE + SKINNEDUI_DESC= Skinned GUI +SKINNEDUI_USE= QT5=x11extras SKINNEDUI_CMAKE_ON= -DUSE_SKINNED:BOOL=TRUE SKINNEDUI_CMAKE_OFF= -DUSE_SKINNED:BOOL=FALSE @@ -90,10 +125,10 @@ FAAD_LIB_DEPENDS= libfaad.so:${PORTSDIR} FAAD_CMAKE_ON= -DUSE_AAC:BOOL=TRUE FAAD_CMAKE_OFF= -DUSE_AAC:BOOL=FALSE -CDIO_LIB_DEPENDS= libcdio.so:${PORTSDIR}/sysutils/libcdio \ +CDDA_LIB_DEPENDS= libcdio.so:${PORTSDIR}/sysutils/libcdio \ libcdio_cdda.so:${PORTSDIR}/sysutils/libcdio-paranoia -CDIO_CMAKE_ON= -DUSE_CDA:BOOL=TRUE -CDIO_CMAKE_OFF= -DUSE_CDA:BOOL=FALSE +CDDA_CMAKE_ON= -DUSE_CDA:BOOL=TRUE +CDDA_CMAKE_OFF= -DUSE_CDA:BOOL=FALSE ENCA_DESC= Support automatic character set detection ENCA_LIB_DEPENDS= libenca.so:${PORTSDIR}/converters/enca @@ -103,13 +138,15 @@ ENCA_CMAKE_OFF= -DUSE_ENCA:BOOL=FALSE MPLAYER1_DESC= mplayer-1.1.x (multimedia/mplayer) MPLAYER2_DESC= mplayer-2.0.x (multimedia/mplayer2) MPLAYER1_RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer +MPLAYER1_IMPLIES= MPLAYER MPLAYER2_RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer2 +MPLAYER2_IMPLIES= MPLAYER MPLAYER_CMAKE_ON= -DUSE_MPLAYER:BOOL=TRUE MPLAYER_CMAKE_OFF= -DUSE_MPLAYER:BOOL=FALSE PROJECTM_DESC= Support the projectM music visualiser PROJECTM_LIB_DEPENDS= libprojectM.so.2:${PORTSDIR}/graphics/libprojectm -PROJECTM_USE= QT4=opengl +PROJECTM_USE= QT5=opengl PROJECTM_CMAKE_ON= -DUSE_PROJECTM:BOOL=TRUE PROJECTM_CMAKE_OFF= -DUSE_PROJECTM:BOOL=FALSE @@ -175,6 +212,7 @@ NULLOUT_CMAKE_ON= -DUSE_NULL:BOOL=TRUE NULLOUT_CMAKE_OFF= -DUSE_NULL:BOOL=FALSE SRCONV_DESC= Support the sample rate converter +SRCONV_LIB_DEPENDS= libsamplerate.so:${PORTSDIR}/audio/libsamplerate SRCONV_CMAKE_ON= -DUSE_SRC:BOOL=TRUE SRCONV_CMAKE_OFF= -DUSE_SRC:BOOL=FALSE @@ -186,7 +224,7 @@ STEREO_DESC= Support stereo effect STEREO_CMAKE_ON= -DUSE_STEREO:BOOL=TRUE STEREO_CMAKE_OFF= -DUSE_STEREO:BOOL=FALSE -ANALYZER_DESC= Supoort spectrum analyzer visualization +ANALYZER_DESC= Support spectrum analyzer visualization ANALYZER_CMAKE_ON= -DUSE_ANALYZER:BOOL=TRUE ANALYZER_CMAKE_OFF= -DUSE_ANALYZER:BOOL=FALSE @@ -200,7 +238,7 @@ COPYPASTE_CMAKE_ON= -DUSE_COPYPASTE:BOOL COPYPASTE_CMAKE_OFF= -DUSE_COPYPASTE:BOOL=FALSE MPRIS_DESC= Support the Media Player Remote -MPRIS_USE= QT4=dbus +MPRIS_USE= QT5=dbus MPRIS_CMAKE_ON= -DUSE_MPRIS:BOOL=TRUE MPRIS_CMAKE_OFF= -DUSE_MPRIS:BOOL=FALSE @@ -229,16 +267,17 @@ LYRICS_DESC= Support to show lyrics usin LYRICS_CMAKE_ON= -DUSE_LYRICS:BOOL=TRUE LYRICS_CMAKE_OFF= -DUSE_LYRICS:BOOL=FALSE -HAL_USE= QT4=dbus +HAL_USE= QT5=dbus HAL_CMAKE_ON= -DUSE_HAL:BOOL=TRUE HAL_CMAKE_OFF= -DUSE_HAL:BOOL=FALSE HOTKEY_DESC= Support global shortcut keys +HOTKEY_USE= QT5=x11extras HOTKEY_CMAKE_ON= -DUSE_HOTKEY:BOOL=TRUE HOTKEY_CMAKE_OFF= -DUSE_HOTKEY:BOOL=FALSE GNOMEHOTKEY_DESC= Support GNOME/Cinnamon shortcut keys -GNOMEHOTKEY_USE= QT4=dbus +GNOMEHOTKEY_USE= QT5=dbus GNOMEHOTKEY_CMAKE_ON= -DUSE_GNOMEHOTKEY:BOOL=TRUE GNOMEHOTKEY_CMAKE_OFF= -DUSE_GNOMEHOTKEY:BOOL=FALSE @@ -251,20 +290,16 @@ COVER_CMAKE_ON= -DUSE_COVER:BOOL=TRUE COVER_CMAKE_OFF= -DUSE_COVER:BOOL=FALSE KDENOTIFY_DESC= Support to popup notifier for KDE -KDENOTIFY_USE= QT4=dbus +KDENOTIFY_USE= QT5=dbus KDENOTIFY_CMAKE_ON= -DUSE_KDENOTIFY:BOOL=TRUE KDENOTIFY_CMAKE_OFF= -DUSE_KDENOTIFY:BOOL=FALSE -TRACKCHANGE_DESC= Enable to run external command each track switching +TRACKCHANGE_DESC= Enable to run external command each track TRACKCHANGE_CMAKE_ON= -DUSE_TRACKCHANGE:BOOL=TRUE TRACKCHANGE_CMAKE_OFF= -DUSE_TRACKCHANGE:BOOL=FALSE -UDISKS_DESC= Support removable disc detection (obsolete) UDISKS2_DESC= Support removable disc detection using UDisks -UDISKS_USE= QT4=dbus -UDISKS2_USE= QT4=dbus -UDISKS_CMAKE_ON= -DUSE_UDISKS:BOOL=TRUE -UDISKS_CMAKE_OFF= -DUSE_UDISKS:BOOL=FALSE +UDISKS2_USE= QT5=dbus UDISKS2_CMAKE_ON= -DUSE_UDISKS2:BOOL=TRUE UDISKS2_CMAKE_OFF= -DUSE_UDISKS2:BOOL=FALSE @@ -279,12 +314,6 @@ PLIST_SUB+= SHLIB_VER=${PORTVERSION:C/-. PORTDOCS= README README.RUS AUTHORS INSTALLS_ICONS= yes -CMAKE_ARGS+= -DUSE_RPATH:BOOL=TRUE \ - -DUSE_FFMPEG_LEGACY:BOOL=FALSE \ - -DCMAKE_REQUIRED_INCLUDES:PATH=${LOCALBASE}/include -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - post-patch: @${GREP} -L '${LOCALBASE}/lib/oss' \ ${WRKSRC}/src/plugins/Output/oss4/CMakeLists.txt | ${XARGS} \ @@ -297,17 +326,14 @@ post-patch: pre-configure: @${RM} -f ${BUILD_WRKSRC}/CMakeCache.txt -post-build: -.if ${PORT_OPTIONS:MDOXYGEN} +post-build-DOXYGEN-on: cd ${WRKSRC}/doc && doxygen Doxyfile -.endif -post-install: -.if ${PORT_OPTIONS:MDOCS} +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}; \ - cd ${WRKSRC} && ${INSTALL_MAN} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} -.endif -.if ${PORT_OPTIONS:MDOXYGEN} + cd ${WRKSRC} && ${INSTALL_MAN} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} + +post-install-DOXYGEN-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/html/search ; \ cd ${WRKSRC}/doc/html && \ ${INSTALL_MAN} *.html *.png *.css ${STAGEDIR}${DOCSDIR}/html ; \ @@ -317,7 +343,6 @@ post-install: ${FIND} ${STAGEDIR}${DOCSDIR}/html -type f | \ ${SED} 's|${STAGEDIR}${PREFIX}/||' \ >> ${WRKDIR}/PLIST.doc -.endif cd ${WRKDIR} ; ${SED} -i -e '/PLIST.doc/ r PLIST.doc' ${TMPPLIST} .include Modified: head/multimedia/qmmp-qt5/distinfo ============================================================================== --- head/multimedia/qmmp/distinfo Fri Dec 25 17:18:55 2015 (r404441) +++ head/multimedia/qmmp-qt5/distinfo Fri Dec 25 17:39:11 2015 (r404443) @@ -1,2 +1,2 @@ -SHA256 (qmmp-0.8.3.tar.bz2) = 9e73518adf011e60e36c18d55d05845f8103b4af61351e26edb6c105390dd949 -SIZE (qmmp-0.8.3.tar.bz2) = 991403 +SHA256 (qmmp-1.0.4.tar.bz2) = 9867fcb7ad7389f1c01d3bf31829fbe40a89eb8b05c104225257cea98c49ea85 +SIZE (qmmp-1.0.4.tar.bz2) = 1102390 Modified: head/multimedia/qmmp-qt5/pkg-descr ============================================================================== --- head/multimedia/qmmp/pkg-descr Fri Dec 25 17:18:55 2015 (r404441) +++ head/multimedia/qmmp-qt5/pkg-descr Fri Dec 25 17:39:11 2015 (r404443) @@ -21,4 +21,5 @@ Other features: automatic charset detection for cue files and ShoutCast metadata, video playback via Mplayer, lyrics (using lyrics.wikia.com), and skinned UI (supports all skins for XMMS and Winamp 2.x) -WWW: http://qmmp.ylsoftware.com/ or http://code.google.com/p/qmmp/ + +WWW: http://qmmp.ylsoftware.com/ Modified: head/multimedia/qmmp-qt5/pkg-plist ============================================================================== --- head/multimedia/qmmp/pkg-plist Fri Dec 25 17:18:55 2015 (r404441) +++ head/multimedia/qmmp-qt5/pkg-plist Fri Dec 25 17:39:11 2015 (r404443) @@ -2,6 +2,7 @@ bin/qmmp include/qmmp/abstractengine.h include/qmmp/audioparameters.h include/qmmp/buffer.h +include/qmmp/channelmap.h include/qmmp/decoder.h include/qmmp/decoderfactory.h include/qmmp/effect.h @@ -36,6 +37,7 @@ include/qmmpui/metadataformatter.h include/qmmpui/playlistdownloader.h include/qmmpui/playlistformat.h include/qmmpui/playlistgroup.h +include/qmmpui/playlistheadermodel.h include/qmmpui/playlistitem.h include/qmmpui/playlistmanager.h include/qmmpui/playlistmodel.h @@ -47,10 +49,10 @@ include/qmmpui/uifactory.h include/qmmpui/uihelper.h include/qmmpui/uiloader.h lib/libqmmp.so -lib/libqmmp.so.0 +lib/libqmmp.so.1 lib/libqmmp.so.%%SHLIB_VER%% lib/libqmmpui.so -lib/libqmmpui.so.0 +lib/libqmmpui.so.1 lib/libqmmpui.so.%%SHLIB_VER%% lib/qmmp/CommandLineOptions/libincdecvolumeoption.so lib/qmmp/CommandLineOptions/libplaylistoption.so @@ -79,10 +81,9 @@ lib/qmmp/CommandLineOptions/libstatusopt %%STATICON%%lib/qmmp/General/libstatusicon.so %%SB%%lib/qmmp/General/libstreambrowser.so %%TRACKCHANGE%%lib/qmmp/General/libtrackchange.so -%%UDISKS%%lib/qmmp/General/libudisks.so %%UDISKS2%%lib/qmmp/General/libudisks2.so %%FAAD%%lib/qmmp/Input/libaac.so -%%CDIO%%lib/qmmp/Input/libcdaudio.so +%%CDDA%%lib/qmmp/Input/libcdaudio.so %%CUE%%lib/qmmp/Input/libcue.so %%FFMPEG%%lib/qmmp/Input/libffmpeg.so %%FLAC%%lib/qmmp/Input/libflac.so @@ -108,6 +109,7 @@ lib/qmmp/PlayListFormats/libxspfplaylist %%CURL%%lib/qmmp/Transports/libhttp.so %%MMS%%lib/qmmp/Transports/libmms.so %%SKINNEDUI%%lib/qmmp/Ui/libskinned.so +%%QSUI%%lib/qmmp/Ui/libqsui.so %%ANALYZER%%lib/qmmp/Visual/libanalyzer.so %%PROJECTM%%lib/qmmp/Visual/libprojectm.so libdata/pkgconfig/qmmp.pc @@ -115,7 +117,6 @@ libdata/pkgconfig/qmmpui.pc %%DIR_ASSOC%%share/applications/qmmp.desktop %%DIR_ASSOC%%share/applications/qmmp_enqueue.desktop %%DIR_ASSOC%%share/applications/qmmp_dir.desktop -%%DIR_ASSOC%%%%CUE%%share/applications/qmmp_cue.desktop share/icons/hicolor/16x16/apps/qmmp.png share/icons/hicolor/32x32/apps/qmmp.png share/icons/hicolor/48x48/apps/qmmp.png Modified: head/multimedia/qmmp/Makefile ============================================================================== --- head/multimedia/qmmp/Makefile Fri Dec 25 17:24:00 2015 (r404442) +++ head/multimedia/qmmp/Makefile Fri Dec 25 17:39:11 2015 (r404443) @@ -1,41 +1,75 @@ # $FreeBSD$ PORTNAME= qmmp -PORTVERSION= 0.8.3 -PORTREVISION= 1 +PORTVERSION= 0.9.5 CATEGORIES= multimedia -MASTER_SITES= http://qmmp.ylsoftware.com/files/ +MASTER_SITES= http://qmmp.ylsoftware.com/files/ \ + SF/qmmp-dev/${PORTNAME}/ MAINTAINER= liangtai.s16@gmail.com COMMENT= Qt4-based multimedia player LICENSE= GPLv2 +CONFLICTS= ${PORTNAME}-qt5-1.* + USES= cmake:outsource desktop-file-utils pkgconfig tar:bzip2 USE_QT4= corelib gui network xml \ qmake_build rcc_build uic_build moc_build linguist_build USE_LDCONFIG= yes OPTIONS_SUB= yes -OPTIONS_SINGLE= MPLAYER -OPTIONS_SINGLE_MPLAYER= MPLAYER1 MPLAYER2 -OPTIONS_DEFINE= ALSA ANALYZER BS2B CDIO CONVERTER COPYPASTE \ - COVER CROSSFADE CUE CURL DIR_ASSOC DOCS DOXYGEN ENCA FAAD \ - FFMPEG FILEOPS FLAC GNOMEHOTKEY GME HAL HOTKEY JACK KDENOTIFY \ - LADSPA LYRICS MAD MMS MODPLUG MPLAYER MPRIS MUSEPACK NOTIFIER \ - NULLOUT OPUS OSS OSS4 PROJECTM PULSEAUDIO QMMP_DIALOG RGSCAN \ - SB SCROBBLER SID SKINNEDUI SNDFILE SRCONV STATICON STEREO \ - TRACKCHANGE UDISKS UDISKS2 VORBIS WAVPACK WILDMIDI -OPTIONS_DEFAULT= ALSA ANALYZER BS2B CDIO CONVERTER COPYPASTE COVER \ +OPTIONS_GROUP= DOCUMENTS PLUGIN_APPLICATION PLUGIN_FORMATS \ + PLUGIN_DSP_EFFECTS PLUGIN_VISUAL_EFFECTS PLUGIN_OUTPUT \ + PLUGIN_PLAYLIST PLUGIN_NETWORKING MISC + +PLUGIN_APPLICATION_DESC= Main program view +OPTIONS_GROUP_PLUGIN_APPLICATION= GNOMEHOTKEY HOTKEY KDENOTIFY \ + NOTIFIER QMMP_DIALOG QSUI SKINNEDUI STATICON + +DOCUMENTS_DESC= Documentation and API Reference +OPTIONS_GROUP_DOCUMENTS= DOCS DOXYGEN + +PLUGIN_FORMATS_DESC= Support various media formats +OPTIONS_GROUP_PLUGIN_FORMATS= CDDA FAAD FFMPEG FLAC GME MAD MODPLUG \ + MUSEPACK OPUS SNDFILE VORBIS WAVPACK WILDMIDI + +PLUGIN_DSP_EFFECTS_DESC= DSP effects +OPTIONS_GROUP_PLUGIN_DSP_EFFECTS= BS2B CROSSFADE LADSPA SRCONV STEREO + +PLUGIN_VISUAL_EFFECTS_DESC= Visual effects +OPTIONS_GROUP_PLUGIN_VISUAL_EFFECTS= ANALYZER PROJECTM + +PLUGIN_OUTPUT_DESC= Output sound systems +OPTIONS_GROUP_PLUGIN_OUTPUT= ALSA JACK NULLOUT OSS OSS4 PULSEAUDIO + +PLUGIN_PLAYLIST_DESC= Playlist operation +OPTIONS_GROUP_PLUGIN_PLAYLIST= COPYPASTE DIR_ASSOC FILEOPS HAL \ + TRACKCHANGE UDISKS UDISKS2 + +PLUGIN_NETWORKING_DESC= Features via the Net +OPTIONS_GROUP_PLUGIN_NETWORKING= COVER CURL LYRICS MMS SB SCROBBLER + +MISC_DESC= Other features +OPTIONS_RADIO= MPLAYER +OPTIONS_RADIO_MPLAYER= MPLAYER1 MPLAYER2 +OPTIONS_GROUP_MISC= CONVERTER CUE ENCA MPLAYER MPRIS RGSCAN SID + +OPTIONS_DEFAULT= ALSA ANALYZER BS2B CDDA CONVERTER COPYPASTE COVER \ CROSSFADE CUE CURL DIR_ASSOC ENCA FAAD FFMPEG FILEOPS FLAC \ GNOMEHOTKEY GME HAL HOTKEY JACK KDENOTIFY LADSPA LYRICS MAD \ MMS MODPLUG MPRIS MPLAYER MPLAYER1 MUSEPACK NOTIFIER NULLOUT \ - OPUS OSS4 PROJECTM PULSEAUDIO QMMP_DIALOG RGSCAN SB SCROBBLER \ - SID SKINNEDUI SNDFILE SRCONV STATICON STEREO \ + OPUS OSS4 PROJECTM PULSEAUDIO QMMP_DIALOG QSUI RGSCAN \ + SB SCROBBLER SID SKINNEDUI SNDFILE SRCONV STATICON STEREO \ TRACKCHANGE UDISKS2 VORBIS WAVPACK WILDMIDI DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen +QSUI_DESC= Simple UI based on standard widgets set +QSUI_USE= QT4=network,uic_build +QSUI_CMAKE_ON= -DUSE_QSUI:BOOL=TRUE +QSUI_CMAKE_OFF= -DUSE_QSUI:BOOL=FALSE + SKINNEDUI_DESC= Skinned GUI SKINNEDUI_CMAKE_ON= -DUSE_SKINNED:BOOL=TRUE SKINNEDUI_CMAKE_OFF= -DUSE_SKINNED:BOOL=FALSE @@ -90,10 +124,10 @@ FAAD_LIB_DEPENDS= libfaad.so:${PORTSDIR} FAAD_CMAKE_ON= -DUSE_AAC:BOOL=TRUE FAAD_CMAKE_OFF= -DUSE_AAC:BOOL=FALSE -CDIO_LIB_DEPENDS= libcdio.so:${PORTSDIR}/sysutils/libcdio \ +CDDA_LIB_DEPENDS= libcdio.so:${PORTSDIR}/sysutils/libcdio \ libcdio_cdda.so:${PORTSDIR}/sysutils/libcdio-paranoia -CDIO_CMAKE_ON= -DUSE_CDA:BOOL=TRUE -CDIO_CMAKE_OFF= -DUSE_CDA:BOOL=FALSE +CDDA_CMAKE_ON= -DUSE_CDA:BOOL=TRUE +CDDA_CMAKE_OFF= -DUSE_CDA:BOOL=FALSE ENCA_DESC= Support automatic character set detection ENCA_LIB_DEPENDS= libenca.so:${PORTSDIR}/converters/enca @@ -103,7 +137,9 @@ ENCA_CMAKE_OFF= -DUSE_ENCA:BOOL=FALSE MPLAYER1_DESC= mplayer-1.1.x (multimedia/mplayer) MPLAYER2_DESC= mplayer-2.0.x (multimedia/mplayer2) MPLAYER1_RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer +MPLAYER1_IMPLIES= MPLAYER MPLAYER2_RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer2 +MPLAYER2_IMPLIES= MPLAYER MPLAYER_CMAKE_ON= -DUSE_MPLAYER:BOOL=TRUE MPLAYER_CMAKE_OFF= -DUSE_MPLAYER:BOOL=FALSE @@ -175,6 +211,7 @@ NULLOUT_CMAKE_ON= -DUSE_NULL:BOOL=TRUE NULLOUT_CMAKE_OFF= -DUSE_NULL:BOOL=FALSE SRCONV_DESC= Support the sample rate converter +SRCONV_LIB_DEPENDS= libsamplerate.so:${PORTSDIR}/audio/libsamplerate SRCONV_CMAKE_ON= -DUSE_SRC:BOOL=TRUE SRCONV_CMAKE_OFF= -DUSE_SRC:BOOL=FALSE @@ -186,7 +223,7 @@ STEREO_DESC= Support stereo effect STEREO_CMAKE_ON= -DUSE_STEREO:BOOL=TRUE STEREO_CMAKE_OFF= -DUSE_STEREO:BOOL=FALSE -ANALYZER_DESC= Supoort spectrum analyzer visualization +ANALYZER_DESC= Support spectrum analyzer visualization ANALYZER_CMAKE_ON= -DUSE_ANALYZER:BOOL=TRUE ANALYZER_CMAKE_OFF= -DUSE_ANALYZER:BOOL=FALSE @@ -255,7 +292,7 @@ KDENOTIFY_USE= QT4=dbus KDENOTIFY_CMAKE_ON= -DUSE_KDENOTIFY:BOOL=TRUE KDENOTIFY_CMAKE_OFF= -DUSE_KDENOTIFY:BOOL=FALSE -TRACKCHANGE_DESC= Enable to run external command each track switching +TRACKCHANGE_DESC= Enable to run external command each track TRACKCHANGE_CMAKE_ON= -DUSE_TRACKCHANGE:BOOL=TRUE TRACKCHANGE_CMAKE_OFF= -DUSE_TRACKCHANGE:BOOL=FALSE @@ -279,8 +316,7 @@ PLIST_SUB+= SHLIB_VER=${PORTVERSION:C/-. PORTDOCS= README README.RUS AUTHORS INSTALLS_ICONS= yes -CMAKE_ARGS+= -DUSE_RPATH:BOOL=TRUE \ - -DUSE_FFMPEG_LEGACY:BOOL=FALSE \ +CMAKE_ARGS+= -DUSE_FFMPEG_LEGACY:BOOL=FALSE \ -DCMAKE_REQUIRED_INCLUDES:PATH=${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -297,17 +333,14 @@ post-patch: pre-configure: @${RM} -f ${BUILD_WRKSRC}/CMakeCache.txt -post-build: -.if ${PORT_OPTIONS:MDOXYGEN} +post-build-DOXYGEN-on: cd ${WRKSRC}/doc && doxygen Doxyfile -.endif -post-install: -.if ${PORT_OPTIONS:MDOCS} +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}; \ - cd ${WRKSRC} && ${INSTALL_MAN} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} -.endif -.if ${PORT_OPTIONS:MDOXYGEN} + cd ${WRKSRC} && ${INSTALL_MAN} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} + +post-install-DOXYGEN-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/html/search ; \ cd ${WRKSRC}/doc/html && \ ${INSTALL_MAN} *.html *.png *.css ${STAGEDIR}${DOCSDIR}/html ; \ @@ -317,7 +350,6 @@ post-install: ${FIND} ${STAGEDIR}${DOCSDIR}/html -type f | \ ${SED} 's|${STAGEDIR}${PREFIX}/||' \ >> ${WRKDIR}/PLIST.doc -.endif cd ${WRKDIR} ; ${SED} -i -e '/PLIST.doc/ r PLIST.doc' ${TMPPLIST} .include Modified: head/multimedia/qmmp/distinfo ============================================================================== --- head/multimedia/qmmp/distinfo Fri Dec 25 17:24:00 2015 (r404442) +++ head/multimedia/qmmp/distinfo Fri Dec 25 17:39:11 2015 (r404443) @@ -1,2 +1,2 @@ -SHA256 (qmmp-0.8.3.tar.bz2) = 9e73518adf011e60e36c18d55d05845f8103b4af61351e26edb6c105390dd949 -SIZE (qmmp-0.8.3.tar.bz2) = 991403 +SHA256 (qmmp-0.9.5.tar.bz2) = 628a017b2327437ff77ccf5b77b4756bd1e73186f030f4bb34b93c1135ea353e +SIZE (qmmp-0.9.5.tar.bz2) = 1121832 Modified: head/multimedia/qmmp/pkg-descr ============================================================================== --- head/multimedia/qmmp/pkg-descr Fri Dec 25 17:24:00 2015 (r404442) +++ head/multimedia/qmmp/pkg-descr Fri Dec 25 17:39:11 2015 (r404443) @@ -21,4 +21,5 @@ Other features: automatic charset detection for cue files and ShoutCast metadata, video playback via Mplayer, lyrics (using lyrics.wikia.com), and skinned UI (supports all skins for XMMS and Winamp 2.x) -WWW: http://qmmp.ylsoftware.com/ or http://code.google.com/p/qmmp/ + +WWW: http://qmmp.ylsoftware.com/ Modified: head/multimedia/qmmp/pkg-plist ============================================================================== --- head/multimedia/qmmp/pkg-plist Fri Dec 25 17:24:00 2015 (r404442) +++ head/multimedia/qmmp/pkg-plist Fri Dec 25 17:39:11 2015 (r404443) @@ -2,6 +2,7 @@ bin/qmmp include/qmmp/abstractengine.h include/qmmp/audioparameters.h include/qmmp/buffer.h +include/qmmp/channelmap.h include/qmmp/decoder.h include/qmmp/decoderfactory.h include/qmmp/effect.h @@ -36,6 +37,7 @@ include/qmmpui/metadataformatter.h include/qmmpui/playlistdownloader.h include/qmmpui/playlistformat.h include/qmmpui/playlistgroup.h +include/qmmpui/playlistheadermodel.h include/qmmpui/playlistitem.h include/qmmpui/playlistmanager.h include/qmmpui/playlistmodel.h @@ -82,7 +84,7 @@ lib/qmmp/CommandLineOptions/libstatusopt %%UDISKS%%lib/qmmp/General/libudisks.so %%UDISKS2%%lib/qmmp/General/libudisks2.so %%FAAD%%lib/qmmp/Input/libaac.so -%%CDIO%%lib/qmmp/Input/libcdaudio.so +%%CDDA%%lib/qmmp/Input/libcdaudio.so %%CUE%%lib/qmmp/Input/libcue.so %%FFMPEG%%lib/qmmp/Input/libffmpeg.so %%FLAC%%lib/qmmp/Input/libflac.so @@ -108,6 +110,7 @@ lib/qmmp/PlayListFormats/libxspfplaylist %%CURL%%lib/qmmp/Transports/libhttp.so %%MMS%%lib/qmmp/Transports/libmms.so %%SKINNEDUI%%lib/qmmp/Ui/libskinned.so +%%QSUI%%lib/qmmp/Ui/libqsui.so %%ANALYZER%%lib/qmmp/Visual/libanalyzer.so %%PROJECTM%%lib/qmmp/Visual/libprojectm.so libdata/pkgconfig/qmmp.pc @@ -115,7 +118,6 @@ libdata/pkgconfig/qmmpui.pc %%DIR_ASSOC%%share/applications/qmmp.desktop %%DIR_ASSOC%%share/applications/qmmp_enqueue.desktop %%DIR_ASSOC%%share/applications/qmmp_dir.desktop -%%DIR_ASSOC%%%%CUE%%share/applications/qmmp_cue.desktop share/icons/hicolor/16x16/apps/qmmp.png share/icons/hicolor/32x32/apps/qmmp.png share/icons/hicolor/48x48/apps/qmmp.png From owner-svn-ports-head@freebsd.org Fri Dec 25 17:43:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E2B0A5120C; Fri, 25 Dec 2015 17:43:35 +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 EFC7F1BF7; Fri, 25 Dec 2015 17:43:34 +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 tBPHhYHi072295; Fri, 25 Dec 2015 17:43:34 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPHhXh9072293; Fri, 25 Dec 2015 17:43:33 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201512251743.tBPHhXh9072293@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Fri, 25 Dec 2015 17:43:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404444 - head/archivers/dpkg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 17:43:35 -0000 Author: pawel Date: Fri Dec 25 17:43:33 2015 New Revision: 404444 URL: https://svnweb.freebsd.org/changeset/ports/404444 Log: Update to version 1.18.4 Fixes security CVE-2015-0860 PR: 205599 Submitted by: rakuco MFH: 2015Q4 Modified: head/archivers/dpkg/Makefile head/archivers/dpkg/distinfo Modified: head/archivers/dpkg/Makefile ============================================================================== --- head/archivers/dpkg/Makefile Fri Dec 25 17:39:11 2015 (r404443) +++ head/archivers/dpkg/Makefile Fri Dec 25 17:43:33 2015 (r404444) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dpkg -PORTVERSION= 1.18.3 +PORTVERSION= 1.18.4 CATEGORIES= archivers sysutils MASTER_SITES= DEBIAN_POOL DISTNAME= dpkg_${PORTVERSION} Modified: head/archivers/dpkg/distinfo ============================================================================== --- head/archivers/dpkg/distinfo Fri Dec 25 17:39:11 2015 (r404443) +++ head/archivers/dpkg/distinfo Fri Dec 25 17:43:33 2015 (r404444) @@ -1,2 +1,2 @@ -SHA256 (dpkg_1.18.3.tar.xz) = a40ffe38d7f36d858a752189a306433cfc52c7d15d7b98f61d9f9dd49e0e4807 -SIZE (dpkg_1.18.3.tar.xz) = 4359884 +SHA256 (dpkg_1.18.4.tar.xz) = fe89243868888ce715bf45861f26264f767d4e4dbd0d6f1a26ce60bbbbf106da +SIZE (dpkg_1.18.4.tar.xz) = 4377024 From owner-svn-ports-head@freebsd.org Fri Dec 25 17:49:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE39FA51311; Fri, 25 Dec 2015 17:49:27 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C91A11D33; Fri, 25 Dec 2015 17:49:27 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBPHnQEP072622; Fri, 25 Dec 2015 17:49:26 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPHnQ6f072620; Fri, 25 Dec 2015 17:49:26 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201512251749.tBPHnQ6f072620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Fri, 25 Dec 2015 17:49:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404445 - head/net/yate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 17:49:28 -0000 Author: brnrd Date: Fri Dec 25 17:49:26 2015 New Revision: 404445 URL: https://svnweb.freebsd.org/changeset/ports/404445 Log: net/yate: Fix OpenSSL and SQLite dependencies - Convert to OPTIONS helpers - Order options alphabetically - Add missing OpenSSL dependency - Use base OpenSSL path from bsd.openssl.mk - Add missing SQLite option and dependency PR: 205170 Reviewed by: koobs (mentor), feld (mentor), miwi Approved by: koobs (mentor) Differential Revision: https://reviews.freebsd.org/D4706 Modified: head/net/yate/Makefile head/net/yate/pkg-plist Modified: head/net/yate/Makefile ============================================================================== --- head/net/yate/Makefile Fri Dec 25 17:43:33 2015 (r404444) +++ head/net/yate/Makefile Fri Dec 25 17:49:26 2015 (r404445) @@ -18,8 +18,7 @@ LIB_DEPENDS= libasound.so:${PORTSDIR}/au ONLY_FOR_ARCHS= i386 amd64 sparc64 armv6 -USE_AUTOTOOLS= autoconf -USES= bison gmake shebangfix +USES= autoreconf bison gmake shebangfix SHEBANG_FILES= share/scripts/banbrutes.php \ share/scripts/leavemail.php \ share/scripts/queue_in.php \ @@ -28,6 +27,7 @@ SHEBANG_FILES= share/scripts/banbrutes.p share/scripts/voicemail.php USE_LDCONFIG= yes WANT_GNOME= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-fdsize \ --without-libqt4 \ @@ -41,101 +41,48 @@ USE_RC_SUBR= yate USERS= yate GROUPS= yate -OPTIONS_DEFINE= DOCS MYSQL PGSQL SCTP DAHDI ILBC AMRNB SPANDSP H323 SSL +OPTIONS_DEFINE= AMRNB DOCS DAHDI H323 ILBC MYSQL PGSQL SCTP SPANDSP SQLITE SSL OPTIONS_DEFAULT=SCTP -SCTP_DESC= Stream Control Transmission Protocol support +AMRNB_DESC= Adaptive Multi-Rate Narrowband support DAHDI_DESC= Dahdi support +H323_DESC= H323 software channel/protocol support ILBC_DESC= iLBC narrowband speech codec support -AMRNB_DESC= Adaptive Multi-Rate Narrowband support +SCTP_DESC= Stream Control Transmission Protocol support SPANDSP_DESC= Spandsp faxing support -H323_DESC= H323 software channel/protocol support -.include +OPTIONS_SUB= yes + +AMRNB_CONFIGURE_WITH= amrnb=${LOCALBASE} +AMRNB_LIB_DEPENDS= libamrnb.so:${PORTSDIR}/audio/libamrnb -.if ${PORT_OPTIONS:MMYSQL} -CONFIGURE_ARGS+= --with-mysql -PLIST_SUB+= WITH_MYSQL="" -USE_MYSQL= yes -.else -CONFIGURE_ARGS+= --without-mysql -PLIST_SUB+= WITH_MYSQL="@comment " -.endif - -.if ${PORT_OPTIONS:MPGSQL} -CONFIGURE_ARGS+= --with-libpq=${LOCALBASE} -PLIST_SUB+= WITH_PGSQL="" -USES+= pgsql -.else -CONFIGURE_ARGS+= --without-libpq -PLIST_SUB+= WITH_PGSQL="@comment " -.endif - -.if ${PORT_OPTIONS:MSCTP} -CONFIGURE_ARGS+= --enable-sctp -PLIST_SUB+= WITH_SCTP="" -.else -CONFIGURE_ARGS+= --disable-sctp -PLIST_SUB+= WITH_SCTP="@comment " -.endif - -.if ${PORT_OPTIONS:MDAHDI} -CONFIGURE_ARGS+= --enable-dahdi -BUILD_DEPENDS+= libpri>=1.4.10:${PORTSDIR}/misc/libpri \ +DAHDI_CONFIGURE_ENABLE= dahdi +DAHDI_BUILD_DEPENDS= libpri>=1.4.10:${PORTSDIR}/misc/libpri \ ${LOCALBASE}/include/dahdi/user.h:${PORTSDIR}/misc/dahdi -LIB_DEPENDS+= libpri.so:${PORTSDIR}/misc/libpri \ +DAHDI_LIB_DEPENDS= libpri.so:${PORTSDIR}/misc/libpri \ libopenr2.so:${PORTSDIR}/misc/openr2 -PLIST_SUB+= WITH_DAHDI="" -.else -CONFIGURE_ARGS+= --disable-dahdi -PLIST_SUB+= WITH_DAHDI="@comment " -.endif - -.if ${PORT_OPTIONS:MILBC} -LIB_DEPENDS+= libilbc.so:${PORTSDIR}/net/ilbc -CONFIGURE_ARGS+= --enable-ilbc -PLIST_SUB+= WITH_ILBC="" -.else -CONFIGURE_ARGS+= --disable-ilbc -PLIST_SUB+= WITH_ILBC="@comment " -.endif - -.if ${PORT_OPTIONS:MAMRNB} -LIB_DEPENDS+= libamrnb.so:${PORTSDIR}/audio/libamrnb -CONFIGURE_ARGS+= --with-amrnb=${LOCALBASE} -PLIST_SUB+= WITH_AMRNB="" -.else -CONFIGURE_ARGS+= --without-amrnb -PLIST_SUB+= WITH_AMRNB="@comment " -.endif - -.if ${PORT_OPTIONS:MSPANDSP} -LIB_DEPENDS+= libspandsp.so:${PORTSDIR}/comms/spandsp -CONFIGURE_ARGS+= --with-spandsp -PLIST_SUB+= WITH_SPANDSP="" -.else -CONFIGURE_ARGS+= --without-spandsp -PLIST_SUB+= WITH_SPANDSP="@comment " -.endif - -.if ${PORT_OPTIONS:MH323} -LIB_DEPENDS+= libopenh323.so:${PORTSDIR}/net/h323plus -CONFIGURE_ARGS+= --with-openh323=${LOCALBASE} -PLIST_SUB+= WITH_H323="" -.else -CONFIGURE_ARGS+= --without-openh323 -PLIST_SUB+= WITH_H323="@comment " -.endif - -.if ${PORT_OPTIONS:MSSL} -CONFIGURE_ARGS+= --with-openssl=/usr -PLIST_SUB+= WITH_SSL="" -.else -CONFIGURE_ARGS+= --without-openssl -PLIST_SUB+= WITH_SSL="@comment " -.endif -MAKE_JOBS_UNSAFE=yes +H323_CONFIGURE_WITH= openh323=${LOCALBASE} +H323_LIB_DEPENDS= libopenh323.so:${PORTSDIR}/net/h323plus + +ILBC_CONFIGURE_ENABLE= ilbc +ILBC_LIB_DEPENDS= libilbc.so:${PORTSDIR}/net/ilbc + +MYSQL_CONFIGURE_WITH= mysql +MYSQL_USE= mysql=yes + +OPENSSL_CONFIGURE_WITH= openssl=${OPENSSLBASE} + +PGSQL_CONFIGURE_WITH= libpq=${LOCALBASE} +PGSQL_USES= pgsql + +SCTP_CONFIGURE_ENABLE= sctp + +SPANDSP_CONFIGURE_WITH= spandsp +SPANDSP_LIB_DEPENDS= libspandsp.so:${PORTSDIR}/comms/spandsp + +SQLITE_CONFIGURE_WITH= sqlite +SQLITE_LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 post-extract: @${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC} @@ -143,7 +90,7 @@ post-extract: post-stage: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/yate @cd ${STAGEDIR}${PREFIX}/lib; \ - for FILE in *.5.5.0; do \ + for FILE in libyate*.so.5.5.0; do \ ${STRIP_CMD} $${FILE}; \ done @cd ${STAGEDIR}${PREFIX}/lib/yate; \ Modified: head/net/yate/pkg-plist ============================================================================== --- head/net/yate/pkg-plist Fri Dec 25 17:43:33 2015 (r404444) +++ head/net/yate/pkg-plist Fri Dec 25 17:49:26 2015 (r404445) @@ -129,18 +129,19 @@ lib/yate/server/sigtransport.yate lib/yate/server/analogdetect.yate lib/yate/server/cache.yate lib/yate/server/eventlogs.yate -%%WITH_DAHDI%%lib/yate/server/zapcard.yate -%%WITH_SCTP%%lib/yate/server/lksctp.yate -%%WITH_MYSQL%%lib/yate/server/mysqldb.yate -%%WITH_PGSQL%%lib/yate/server/pgsqldb.yate +%%DAHDI%%lib/yate/server/zapcard.yate +%%SCTP%%lib/yate/server/lksctp.yate +%%MYSQL%%lib/yate/server/mysqldb.yate +%%PGSQL%%lib/yate/server/pgsqldb.yate +%%SQLITE%%lib/yate/server/sqlitedb.yate lib/yate/jabber/jabberserver.yate lib/yate/jabber/jbfeatures.yate lib/yate/sip/sip_cnam_lnp.yate -%%WITH_AMRNB%%lib/yate/amrnbcodec.yate -%%WITH_SPANDSP%%lib/yate/faxchan.yate -%%WITH_H323%%lib/yate/h323chan.yate -%%WITH_ILBC%%lib/yate/ilbccodec.yate -%%WITH_SSL%%lib/yate/openssl.yate +%%AMRNB%%lib/yate/amrnbcodec.yate +%%SPANDSP%%lib/yate/faxchan.yate +%%H323%%lib/yate/h323chan.yate +%%ILBC%%lib/yate/ilbccodec.yate +%%SSL%%lib/yate/openssl.yate lib/yate/cdrbuild.yate lib/yate/cdrcombine.yate lib/yate/cdrfile.yate From owner-svn-ports-head@freebsd.org Fri Dec 25 18:27:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A64E6A51EB5; Fri, 25 Dec 2015 18:27: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 814541D02; Fri, 25 Dec 2015 18:27: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 tBPIRPMQ086832; Fri, 25 Dec 2015 18:27:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPIRPq7086830; Fri, 25 Dec 2015 18:27:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512251827.tBPIRPq7086830@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Dec 2015 18:27:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404446 - head/mail/assp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 18:27:26 -0000 Author: amdmi3 Date: Fri Dec 25 18:27:25 2015 New Revision: 404446 URL: https://svnweb.freebsd.org/changeset/ports/404446 Log: - Add NO_ARCH - Style nits - Switch to options helpers - Drop dirrm's from plist - Handle links properly - Switch to @postunexec PR: 205570 Submitted by: amdmi3 Approved by: rnejdl@ringofsaturn.com (maintainer) Modified: head/mail/assp/Makefile head/mail/assp/pkg-plist Modified: head/mail/assp/Makefile ============================================================================== --- head/mail/assp/Makefile Fri Dec 25 17:49:26 2015 (r404445) +++ head/mail/assp/Makefile Fri Dec 25 18:27:25 2015 (r404446) @@ -18,6 +18,7 @@ RUN_DEPENDS= p5-Net-DNS>=0.68:${PORTSDIR USES= perl5 zip:infozip shebangfix SHEBANG_FILES= *.pl NO_BUILD= yes +NO_ARCH= yes USE_PERL5= run ASSP_USER= assp @@ -138,14 +139,17 @@ do-install: ${INSTALL_MAN} ${WRKDIR}/assp.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 ${INSTALL_MAN} ${WRKDIR}/assplog.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 - ${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily ${INSTALL_SCRIPT} ${WRKDIR}/510.assp ${STAGEDIR}${PREFIX}/etc/periodic/daily/ - ${MKDIR} ${STAGEDIR}${ASSP_HOME} - ${MKDIR} ${STAGEDIR}${ASSP_LOG} + @${MKDIR} ${STAGEDIR}${ASSP_HOME} + @${MKDIR} ${STAGEDIR}${ASSP_LOG} +.for f in files images rebuildspamdb.pl reports + ${LN} -sf ${DATADIR}/${f} ${STAGEDIR}${ASSP_HOME}/ +.endfor + ${LN} -sf ${ASSP_LOG} ${STAGEDIR}${ASSP_HOME}/logs -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${STAGEDIR}${DOCSDIR} +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/*.htm ${STAGEDIR}${DOCSDIR} -.endif .include Modified: head/mail/assp/pkg-plist ============================================================================== --- head/mail/assp/pkg-plist Fri Dec 25 17:49:26 2015 (r404445) +++ head/mail/assp/pkg-plist Fri Dec 25 18:27:25 2015 (r404446) @@ -98,32 +98,16 @@ sbin/assplog %%DATADIR%%/stat.pl %%PORTDOCS%%%%DOCSDIR%%/Legacy - ASSP Documentation.htm %%PORTDOCS%%%%DOCSDIR%%/Regular Expression Tutorial.htm -%%PORTDOCS%%@dirrm %%DOCSDIR%% man/man8/assp.8.gz man/man8/assplog.8.gz -@dirrmtry %%DATADIR%%/reports -@dirrmtry %%DATADIR%%/logs -@dirrmtry %%DATADIR%%/images -@dirrmtry %%DATADIR%%/files -@dirrmtry %%DATADIR%% -@dirrmtry etc/periodic/daily -@dirrmtry etc/periodic -@exec ln -sf %D/%%DATADIR%%/files %%ASSP_HOME%%/ -@unexec rm -f %%ASSP_HOME%%/files -@exec ln -sf %D/%%DATADIR%%/images %%ASSP_HOME%%/ -@unexec rm -f %%ASSP_HOME%%/images -@exec ln -sf %D/%%DATADIR%%/rebuildspamdb.pl %%ASSP_HOME%%/ -@unexec rm -f %%ASSP_HOME%%/rebuildspamdb.pl -@exec ln -sf %D/%%DATADIR%%/reports %%ASSP_HOME%%/ -@unexec rm -f %%ASSP_HOME%%/reports -@exec ln -sf %%ASSP_LOG%% %%ASSP_HOME%%/logs -@unexec rm -f %%ASSP_HOME%%/logs -@cwd / -@owner %%ASSP_USER%% -@group %%ASSP_GROUP%% -@mode 750 -@dirrmtry %%ASSP_LOG%% -@dirrmtry %%ASSP_HOME%% -@unexec if [ -d %%ASSP_HOME%% ]; then echo "If you are deinstalling ASSP completely, remove the %%ASSP_HOME%% directory."; fi -@unexec if [ -d %%ASSP_LOG%% ]; then echo "If you are deinstalling ASSP completely, remove the %%ASSP_LOG%% directory."; fi -@unexec echo "If you are deinstalling ASSP completely, delete the ASSP user and group." +%%ASSP_HOME%%/files +%%ASSP_HOME%%/images +%%ASSP_HOME%%/rebuildspamdb.pl +%%ASSP_HOME%%/reports +%%ASSP_HOME%%/logs +@dir %%DATADIR%%/logs +@dir(%%ASSP_USER%%,%%ASSP_GROUP%%,750) %%ASSP_LOG%% +@dir(%%ASSP_USER%%,%%ASSP_GROUP%%,750) %%ASSP_HOME%% +@postunexec if [ -d %%ASSP_HOME%% ]; then echo "If you are deinstalling ASSP completely, remove the %%ASSP_HOME%% directory."; fi +@postunexec if [ -d %%ASSP_LOG%% ]; then echo "If you are deinstalling ASSP completely, remove the %%ASSP_LOG%% directory."; fi +@postunexec echo "If you are deinstalling ASSP completely, delete the ASSP user and group." From owner-svn-ports-head@freebsd.org Fri Dec 25 19:01:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81D28A4F7B4; Fri, 25 Dec 2015 19:01:29 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 45B0618B4; Fri, 25 Dec 2015 19:01:29 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBPJ1SIo097862; Fri, 25 Dec 2015 19:01:28 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPJ1SRZ097861; Fri, 25 Dec 2015 19:01:28 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201512251901.tBPJ1SRZ097861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Fri, 25 Dec 2015 19:01:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404447 - head/devel/py-testtools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 19:01:29 -0000 Author: cs Date: Fri Dec 25 19:01:28 2015 New Revision: 404447 URL: https://svnweb.freebsd.org/changeset/ports/404447 Log: Back to pool Modified: head/devel/py-testtools/Makefile Modified: head/devel/py-testtools/Makefile ============================================================================== --- head/devel/py-testtools/Makefile Fri Dec 25 18:27:25 2015 (r404446) +++ head/devel/py-testtools/Makefile Fri Dec 25 19:01:28 2015 (r404447) @@ -9,7 +9,7 @@ MASTER_SITES= http://launchpadlibrarian. http://www.c-s.li/ports/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= cs@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Extensions to the Python library's unit testing framework LICENSE= MIT From owner-svn-ports-head@freebsd.org Fri Dec 25 19:06:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC2A1A4F968; Fri, 25 Dec 2015 19:06:22 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4D731ACB; Fri, 25 Dec 2015 19:06:22 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBPJ6LwU001012; Fri, 25 Dec 2015 19:06:21 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPJ6LRY001010; Fri, 25 Dec 2015 19:06:21 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201512251906.tBPJ6LRY001010@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Fri, 25 Dec 2015 19:06:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404448 - head/devel/py-transaction X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 19:06:23 -0000 Author: cs Date: Fri Dec 25 19:06:21 2015 New Revision: 404448 URL: https://svnweb.freebsd.org/changeset/ports/404448 Log: Update to 1.4.4 Modified: head/devel/py-transaction/Makefile head/devel/py-transaction/distinfo Modified: head/devel/py-transaction/Makefile ============================================================================== --- head/devel/py-transaction/Makefile Fri Dec 25 19:01:28 2015 (r404447) +++ head/devel/py-transaction/Makefile Fri Dec 25 19:06:21 2015 (r404448) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= transaction -PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTVERSION= 1.4.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +13,7 @@ COMMENT= Transaction management for Pyth BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.5.2:${PORTSDIR}/devel/py-zope.interface RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= python zip +USES= python USE_PYTHON= distutils autoplist .include Modified: head/devel/py-transaction/distinfo ============================================================================== --- head/devel/py-transaction/distinfo Fri Dec 25 19:01:28 2015 (r404447) +++ head/devel/py-transaction/distinfo Fri Dec 25 19:06:21 2015 (r404448) @@ -1,2 +1,2 @@ -SHA256 (transaction-1.4.1.zip) = 252d51aa0540a7af4097ff2e1829495e4744563f4b82dd054307eb40734b29de -SIZE (transaction-1.4.1.zip) = 77817 +SHA256 (transaction-1.4.4.tar.gz) = 1781a0c74e3d2320a2a7fc048ff0d51b790d4f81062c8fcb12e3d29968646f34 +SIZE (transaction-1.4.4.tar.gz) = 60886 From owner-svn-ports-head@freebsd.org Fri Dec 25 19:44:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C35D3A5145A; Fri, 25 Dec 2015 19:44: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 6AC00160B; Fri, 25 Dec 2015 19:44: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 tBPJi8o2012721; Fri, 25 Dec 2015 19:44:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPJi8Hs012717; Fri, 25 Dec 2015 19:44:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512251944.tBPJi8Hs012717@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, 25 Dec 2015 19:44:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404449 - in head/net: . rubygem-fog-vsphere X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 19:44:09 -0000 Author: sunpoet Date: Fri Dec 25 19:44:07 2015 New Revision: 404449 URL: https://svnweb.freebsd.org/changeset/ports/404449 Log: - Add rubygem-fog-vsphere 0.4.0 Fog::Vsphere is a module for the fog gem to support vSphere. WWW: https://github.com/fog/fog-vsphere Added: head/net/rubygem-fog-vsphere/ head/net/rubygem-fog-vsphere/Makefile (contents, props changed) head/net/rubygem-fog-vsphere/distinfo (contents, props changed) head/net/rubygem-fog-vsphere/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Fri Dec 25 19:06:21 2015 (r404448) +++ head/net/Makefile Fri Dec 25 19:44:07 2015 (r404449) @@ -1099,6 +1099,7 @@ SUBDIR += rubygem-fog-terremark SUBDIR += rubygem-fog-vmfusion SUBDIR += rubygem-fog-voxel + SUBDIR += rubygem-fog-vsphere SUBDIR += rubygem-fog-xenserver SUBDIR += rubygem-geoip SUBDIR += rubygem-gitlab_omniauth-ldap Added: head/net/rubygem-fog-vsphere/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-vsphere/Makefile Fri Dec 25 19:44:07 2015 (r404449) @@ -0,0 +1,23 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= fog-vsphere +PORTVERSION= 0.4.0 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Module for the 'fog' gem to support vSphere + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +RUN_DEPENDS= rubygem-fog-core>=0:${PORTSDIR}/devel/rubygem-fog-core \ + rubygem-rbvmomi>=1.8:${PORTSDIR}/net/rubygem-rbvmomi + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/net/rubygem-fog-vsphere/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-vsphere/distinfo Fri Dec 25 19:44:07 2015 (r404449) @@ -0,0 +1,2 @@ +SHA256 (rubygem/fog-vsphere-0.4.0.gem) = 371df5f312f4096adc18d125952a9cd461cb71750cb4e29de464a06c7b821075 +SIZE (rubygem/fog-vsphere-0.4.0.gem) = 58880 Added: head/net/rubygem-fog-vsphere/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-vsphere/pkg-descr Fri Dec 25 19:44:07 2015 (r404449) @@ -0,0 +1,3 @@ +Fog::Vsphere is a module for the fog gem to support vSphere. + +WWW: https://github.com/fog/fog-vsphere From owner-svn-ports-head@freebsd.org Fri Dec 25 19:44:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 822BDA51482; Fri, 25 Dec 2015 19:44: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 4F3421627; Fri, 25 Dec 2015 19:44: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 tBPJiDlw012839; Fri, 25 Dec 2015 19:44:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPJiDum012837; Fri, 25 Dec 2015 19:44:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512251944.tBPJiDum012837@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, 25 Dec 2015 19:44:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404450 - head/misc/pciids X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 19:44:14 -0000 Author: sunpoet Date: Fri Dec 25 19:44:13 2015 New Revision: 404450 URL: https://svnweb.freebsd.org/changeset/ports/404450 Log: - Update to 20151224 Changes: http://people.FreeBSD.org/~sunpoet/pciids-20151224.diff Modified: head/misc/pciids/Makefile head/misc/pciids/distinfo Modified: head/misc/pciids/Makefile ============================================================================== --- head/misc/pciids/Makefile Fri Dec 25 19:44:07 2015 (r404449) +++ head/misc/pciids/Makefile Fri Dec 25 19:44:13 2015 (r404450) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pciids -PORTVERSION= 20151205 +PORTVERSION= 20151224 CATEGORIES= misc MASTER_SITES= LOCAL/sunpoet Modified: head/misc/pciids/distinfo ============================================================================== --- head/misc/pciids/distinfo Fri Dec 25 19:44:07 2015 (r404449) +++ head/misc/pciids/distinfo Fri Dec 25 19:44:13 2015 (r404450) @@ -1,2 +1,2 @@ -SHA256 (pciids-20151205.tar.xz) = be966f6796ecfa81e7d470c17e4bfae54c9cfeb8e17688fb12266ca7d231d570 -SIZE (pciids-20151205.tar.xz) = 180260 +SHA256 (pciids-20151224.tar.xz) = d7409348b81e75d04287ef012db1e834cfaa03094a8b235f546bac2531da121f +SIZE (pciids-20151224.tar.xz) = 180816 From owner-svn-ports-head@freebsd.org Fri Dec 25 19:44:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 780D4A514AB; Fri, 25 Dec 2015 19:44: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 469EE17C7; Fri, 25 Dec 2015 19:44: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 tBPJiIVd012957; Fri, 25 Dec 2015 19:44:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPJiIIq012954; Fri, 25 Dec 2015 19:44:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512251944.tBPJiIIq012954@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, 25 Dec 2015 19:44:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404451 - head/misc/usbids X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 19:44:19 -0000 Author: sunpoet Date: Fri Dec 25 19:44:18 2015 New Revision: 404451 URL: https://svnweb.freebsd.org/changeset/ports/404451 Log: - Update to 20151217 Changes: http://people.FreeBSD.org/~sunpoet/usbids-20151217.diff Modified: head/misc/usbids/Makefile head/misc/usbids/distinfo Modified: head/misc/usbids/Makefile ============================================================================== --- head/misc/usbids/Makefile Fri Dec 25 19:44:13 2015 (r404450) +++ head/misc/usbids/Makefile Fri Dec 25 19:44:18 2015 (r404451) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= usbids -PORTVERSION= 20150928 +PORTVERSION= 20151217 CATEGORIES= misc MASTER_SITES= LOCAL/sunpoet Modified: head/misc/usbids/distinfo ============================================================================== --- head/misc/usbids/distinfo Fri Dec 25 19:44:13 2015 (r404450) +++ head/misc/usbids/distinfo Fri Dec 25 19:44:18 2015 (r404451) @@ -1,2 +1,2 @@ -SHA256 (usbids-20150928.tar.xz) = 304ff4d96872b0dc82c83ed40fd78616e3a1ab56f4de400420c5166b7e4e546f -SIZE (usbids-20150928.tar.xz) = 155236 +SHA256 (usbids-20151217.tar.xz) = 7a34f4411c2c0c1a59821130129ce9d0556a053c1d879ae1f537cf942a668e87 +SIZE (usbids-20151217.tar.xz) = 156012 From owner-svn-ports-head@freebsd.org Fri Dec 25 19:44:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 137EDA514E3; Fri, 25 Dec 2015 19:44: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 DA53418B1; Fri, 25 Dec 2015 19:44: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 tBPJiN2m013059; Fri, 25 Dec 2015 19:44:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPJiNxZ013058; Fri, 25 Dec 2015 19:44:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512251944.tBPJiNxZ013058@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, 25 Dec 2015 19:44:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404452 - head/sysutils/py-psutil X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 19:44:24 -0000 Author: sunpoet Date: Fri Dec 25 19:44:22 2015 New Revision: 404452 URL: https://svnweb.freebsd.org/changeset/ports/404452 Log: - Add LICENSE_FILE Modified: head/sysutils/py-psutil/Makefile Modified: head/sysutils/py-psutil/Makefile ============================================================================== --- head/sysutils/py-psutil/Makefile Fri Dec 25 19:44:18 2015 (r404451) +++ head/sysutils/py-psutil/Makefile Fri Dec 25 19:44:22 2015 (r404452) @@ -11,6 +11,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Process utilities module for Python LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE USE_PYTHON= autoplist concurrent distutils USES= python From owner-svn-ports-head@freebsd.org Fri Dec 25 19:44:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8533DA51520; Fri, 25 Dec 2015 19:44: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 363671A13; Fri, 25 Dec 2015 19:44: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 tBPJiSlO013177; Fri, 25 Dec 2015 19:44:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPJiSeE013175; Fri, 25 Dec 2015 19:44:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512251944.tBPJiSeE013175@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, 25 Dec 2015 19:44:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404453 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 19:44:29 -0000 Author: sunpoet Date: Fri Dec 25 19:44:27 2015 New Revision: 404453 URL: https://svnweb.freebsd.org/changeset/ports/404453 Log: - Update to 2.2.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-core/Makefile head/devel/rubygem-aws-sdk-core/distinfo Modified: head/devel/rubygem-aws-sdk-core/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-core/Makefile Fri Dec 25 19:44:22 2015 (r404452) +++ head/devel/rubygem-aws-sdk-core/Makefile Fri Dec 25 19:44:27 2015 (r404453) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -PORTVERSION= 2.1.36 +PORTVERSION= 2.2.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Fri Dec 25 19:44:22 2015 (r404452) +++ head/devel/rubygem-aws-sdk-core/distinfo Fri Dec 25 19:44:27 2015 (r404453) @@ -1,2 +1,2 @@ -SHA256 (rubygem/aws-sdk-core-2.1.36.gem) = 8d73f3b1872a8f440948a9b457c0d0f457950703f465e9e8c83e16539271acd0 -SIZE (rubygem/aws-sdk-core-2.1.36.gem) = 483328 +SHA256 (rubygem/aws-sdk-core-2.2.0.gem) = 99603a3f1efbf50eb8dc4835098ac4b8be1c9fc57d420a2222e0ef6ee28c0db9 +SIZE (rubygem/aws-sdk-core-2.2.0.gem) = 482816 From owner-svn-ports-head@freebsd.org Fri Dec 25 19:44:34 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 864C6A5154E; Fri, 25 Dec 2015 19:44:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55CC81A97; Fri, 25 Dec 2015 19:44: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 tBPJiXsA013294; Fri, 25 Dec 2015 19:44:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPJiXgZ013292; Fri, 25 Dec 2015 19:44:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512251944.tBPJiXgZ013292@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, 25 Dec 2015 19:44:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404454 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 19:44:34 -0000 Author: sunpoet Date: Fri Dec 25 19:44:33 2015 New Revision: 404454 URL: https://svnweb.freebsd.org/changeset/ports/404454 Log: - Update to 2.2.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-resources/Makefile head/devel/rubygem-aws-sdk-resources/distinfo Modified: head/devel/rubygem-aws-sdk-resources/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-resources/Makefile Fri Dec 25 19:44:27 2015 (r404453) +++ head/devel/rubygem-aws-sdk-resources/Makefile Fri Dec 25 19:44:33 2015 (r404454) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -PORTVERSION= 2.1.36 +PORTVERSION= 2.2.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Fri Dec 25 19:44:27 2015 (r404453) +++ head/devel/rubygem-aws-sdk-resources/distinfo Fri Dec 25 19:44:33 2015 (r404454) @@ -1,2 +1,2 @@ -SHA256 (rubygem/aws-sdk-resources-2.1.36.gem) = fcf11c65a37fa21f79def9127f59832b242ec48d2fd52426d614c62d4e6ed6b7 -SIZE (rubygem/aws-sdk-resources-2.1.36.gem) = 44032 +SHA256 (rubygem/aws-sdk-resources-2.2.0.gem) = f3cf66f943dedeb3688047fca6158983dff1c45f373afd76e2f2863384d4c71b +SIZE (rubygem/aws-sdk-resources-2.2.0.gem) = 45056 From owner-svn-ports-head@freebsd.org Fri Dec 25 19:44:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A709A51580; Fri, 25 Dec 2015 19:44:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6CCE21B8D; Fri, 25 Dec 2015 19:44:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBPJicS4013408; Fri, 25 Dec 2015 19:44:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPJicXF013406; Fri, 25 Dec 2015 19:44:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512251944.tBPJicXF013406@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, 25 Dec 2015 19:44:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404455 - head/devel/rubygem-bosh_common X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 19:44:39 -0000 Author: sunpoet Date: Fri Dec 25 19:44:38 2015 New Revision: 404455 URL: https://svnweb.freebsd.org/changeset/ports/404455 Log: - Update to 1.3156.0 Changes: https://github.com/cloudfoundry/bosh/releases Modified: head/devel/rubygem-bosh_common/Makefile head/devel/rubygem-bosh_common/distinfo Modified: head/devel/rubygem-bosh_common/Makefile ============================================================================== --- head/devel/rubygem-bosh_common/Makefile Fri Dec 25 19:44:33 2015 (r404454) +++ head/devel/rubygem-bosh_common/Makefile Fri Dec 25 19:44:38 2015 (r404455) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bosh_common -PORTVERSION= 1.3098.0 +PORTVERSION= 1.3156.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-bosh_common/distinfo ============================================================================== --- head/devel/rubygem-bosh_common/distinfo Fri Dec 25 19:44:33 2015 (r404454) +++ head/devel/rubygem-bosh_common/distinfo Fri Dec 25 19:44:38 2015 (r404455) @@ -1,2 +1,2 @@ -SHA256 (rubygem/bosh_common-1.3098.0.gem) = 43229d4a2cdba0f53dc9a2fa773df351e32fc006b5747de3e9ed021a7c1e0c55 -SIZE (rubygem/bosh_common-1.3098.0.gem) = 11776 +SHA256 (rubygem/bosh_common-1.3156.0.gem) = 47e823cfa817a44587d9c957f575dd4f030408b69c6587e880486c84613cd47c +SIZE (rubygem/bosh_common-1.3156.0.gem) = 11776 From owner-svn-ports-head@freebsd.org Fri Dec 25 19:44:45 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FC1DA515B0; Fri, 25 Dec 2015 19:44: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 C7E9F1C88; Fri, 25 Dec 2015 19:44: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 tBPJihs4013528; Fri, 25 Dec 2015 19:44:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPJihQg013526; Fri, 25 Dec 2015 19:44:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512251944.tBPJihQg013526@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, 25 Dec 2015 19:44:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404456 - head/devel/rubygem-bosh-template X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 19:44:45 -0000 Author: sunpoet Date: Fri Dec 25 19:44:43 2015 New Revision: 404456 URL: https://svnweb.freebsd.org/changeset/ports/404456 Log: - Update to 1.3156.0 Changes: https://github.com/cloudfoundry/bosh/releases Modified: head/devel/rubygem-bosh-template/Makefile head/devel/rubygem-bosh-template/distinfo Modified: head/devel/rubygem-bosh-template/Makefile ============================================================================== --- head/devel/rubygem-bosh-template/Makefile Fri Dec 25 19:44:38 2015 (r404455) +++ head/devel/rubygem-bosh-template/Makefile Fri Dec 25 19:44:43 2015 (r404456) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bosh-template -PORTVERSION= 1.3098.0 +PORTVERSION= 1.3156.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-bosh-template/distinfo ============================================================================== --- head/devel/rubygem-bosh-template/distinfo Fri Dec 25 19:44:38 2015 (r404455) +++ head/devel/rubygem-bosh-template/distinfo Fri Dec 25 19:44:43 2015 (r404456) @@ -1,2 +1,2 @@ -SHA256 (rubygem/bosh-template-1.3098.0.gem) = 1dd1593805c203f39630c037290b982f57d9f17830a1af3d5962ca3be7a01d4f -SIZE (rubygem/bosh-template-1.3098.0.gem) = 6656 +SHA256 (rubygem/bosh-template-1.3156.0.gem) = dacdc32276bfdcd9d7817d8142d663ddb28e6d88507704ffab04a2657bb9e81f +SIZE (rubygem/bosh-template-1.3156.0.gem) = 6656 From owner-svn-ports-head@freebsd.org Fri Dec 25 19:44:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15512A515E0; Fri, 25 Dec 2015 19:44: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 DBA261DE1; Fri, 25 Dec 2015 19:44: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 tBPJineR013664; Fri, 25 Dec 2015 19:44:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPJinFB013661; Fri, 25 Dec 2015 19:44:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512251944.tBPJinFB013661@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, 25 Dec 2015 19:44:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404457 - in head/devel/rubygem-blobstore_client: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 19:44:51 -0000 Author: sunpoet Date: Fri Dec 25 19:44:49 2015 New Revision: 404457 URL: https://svnweb.freebsd.org/changeset/ports/404457 Log: - Update to 1.3156.0 Changes: https://github.com/cloudfoundry/bosh/releases Modified: head/devel/rubygem-blobstore_client/Makefile head/devel/rubygem-blobstore_client/distinfo head/devel/rubygem-blobstore_client/files/patch-gemspec Modified: head/devel/rubygem-blobstore_client/Makefile ============================================================================== --- head/devel/rubygem-blobstore_client/Makefile Fri Dec 25 19:44:43 2015 (r404456) +++ head/devel/rubygem-blobstore_client/Makefile Fri Dec 25 19:44:49 2015 (r404457) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= blobstore_client -PORTVERSION= 1.3098.0 +PORTVERSION= 1.3156.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,10 +10,8 @@ COMMENT= BOSH blobstore client LICENSE= APACHE20 -RUN_DEPENDS= rubygem-aws-sdk>=1.60.2:${PORTSDIR}/devel/rubygem-aws-sdk \ +RUN_DEPENDS= rubygem-aws-sdk-resources>=2.2.0:${PORTSDIR}/devel/rubygem-aws-sdk-resources \ rubygem-bosh_common>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-bosh_common \ - rubygem-fog>=1.31.0:${PORTSDIR}/devel/rubygem-fog \ - rubygem-fog-aws>=0.7.6:${PORTSDIR}/net/rubygem-fog-aws \ rubygem-httpclient>=2.4.0:${PORTSDIR}/www/rubygem-httpclient \ rubygem-multi_json>=1.1:${PORTSDIR}/devel/rubygem-multi_json Modified: head/devel/rubygem-blobstore_client/distinfo ============================================================================== --- head/devel/rubygem-blobstore_client/distinfo Fri Dec 25 19:44:43 2015 (r404456) +++ head/devel/rubygem-blobstore_client/distinfo Fri Dec 25 19:44:49 2015 (r404457) @@ -1,2 +1,2 @@ -SHA256 (rubygem/blobstore_client-1.3098.0.gem) = fb8b78dda81277de9f37c45ca0fe7e891251cf80d89ce53d8365b169969824d4 -SIZE (rubygem/blobstore_client-1.3098.0.gem) = 12288 +SHA256 (rubygem/blobstore_client-1.3156.0.gem) = a0723d910de83399dbce1b63b8c22e35a91d75994f367ccae5b167eba267c3ce +SIZE (rubygem/blobstore_client-1.3156.0.gem) = 10752 Modified: head/devel/rubygem-blobstore_client/files/patch-gemspec ============================================================================== --- head/devel/rubygem-blobstore_client/files/patch-gemspec Fri Dec 25 19:44:43 2015 (r404456) +++ head/devel/rubygem-blobstore_client/files/patch-gemspec Fri Dec 25 19:44:49 2015 (r404457) @@ -1,15 +1,11 @@ ---- blobstore_client.gemspec.orig 2015-10-10 09:48:48 UTC +--- blobstore_client.gemspec.orig 2015-12-25 09:52:23 UTC +++ blobstore_client.gemspec -@@ -24,9 +24,9 @@ Gem::Specification.new do |s| +@@ -24,7 +24,7 @@ Gem::Specification.new do |s| if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then - s.add_runtime_dependency(%q, ["= 1.60.2"]) -- s.add_runtime_dependency(%q, ["<= 0.1.1"]) -- s.add_runtime_dependency(%q, ["~> 1.31.0"]) + s.add_runtime_dependency(%q, ["= 2.2.0"]) - s.add_runtime_dependency(%q, ["= 2.4.0"]) -+ s.add_runtime_dependency(%q, [">= 0.7.6"]) -+ s.add_runtime_dependency(%q, [">= 1.31.0"]) + s.add_runtime_dependency(%q, [">= 2.4.0"]) s.add_runtime_dependency(%q, ["~> 1.1"]) - s.add_runtime_dependency(%q, ["~> 1.3098.0"]) + s.add_runtime_dependency(%q, ["~> 1.3156.0"]) s.add_development_dependency(%q, ["~> 3.0"]) From owner-svn-ports-head@freebsd.org Fri Dec 25 19:44:56 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE6E0A5160B; Fri, 25 Dec 2015 19:44: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 6E94A1E63; Fri, 25 Dec 2015 19:44: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 tBPJitBF013797; Fri, 25 Dec 2015 19:44:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPJitWD013794; Fri, 25 Dec 2015 19:44:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512251944.tBPJitWD013794@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, 25 Dec 2015 19:44:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404458 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 19:44:56 -0000 Author: sunpoet Date: Fri Dec 25 19:44:55 2015 New Revision: 404458 URL: https://svnweb.freebsd.org/changeset/ports/404458 Log: - Update to 1.3156.0 Changes: https://github.com/cloudfoundry/bosh/releases Modified: head/sysutils/rubygem-bosh_cli/Makefile head/sysutils/rubygem-bosh_cli/distinfo head/sysutils/rubygem-bosh_cli/files/patch-gemspec Modified: head/sysutils/rubygem-bosh_cli/Makefile ============================================================================== --- head/sysutils/rubygem-bosh_cli/Makefile Fri Dec 25 19:44:49 2015 (r404457) +++ head/sysutils/rubygem-bosh_cli/Makefile Fri Dec 25 19:44:55 2015 (r404458) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= bosh_cli -PORTVERSION= 1.3098.0 -PORTREVISION= 1 +PORTVERSION= 1.3156.0 CATEGORIES= sysutils rubygems MASTER_SITES= RG @@ -21,7 +20,7 @@ RUN_DEPENDS= rubygem-blobstore_client>=$ 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.2.1:${PORTSDIR}/security/rubygem-net-ssh \ + 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 \ Modified: head/sysutils/rubygem-bosh_cli/distinfo ============================================================================== --- head/sysutils/rubygem-bosh_cli/distinfo Fri Dec 25 19:44:49 2015 (r404457) +++ head/sysutils/rubygem-bosh_cli/distinfo Fri Dec 25 19:44:55 2015 (r404458) @@ -1,2 +1,2 @@ -SHA256 (rubygem/bosh_cli-1.3098.0.gem) = f71960b596d7728278d6b460da85445cb31741254380329c1fb3fd7b9f46f8e2 -SIZE (rubygem/bosh_cli-1.3098.0.gem) = 95744 +SHA256 (rubygem/bosh_cli-1.3156.0.gem) = 298d026acccccb7f484f2d34518ece29dcd5bdad5c184bcc41b95dfd4dce3d67 +SIZE (rubygem/bosh_cli-1.3156.0.gem) = 97792 Modified: head/sysutils/rubygem-bosh_cli/files/patch-gemspec ============================================================================== --- head/sysutils/rubygem-bosh_cli/files/patch-gemspec Fri Dec 25 19:44:49 2015 (r404457) +++ head/sysutils/rubygem-bosh_cli/files/patch-gemspec Fri Dec 25 19:44:55 2015 (r404458) @@ -1,7 +1,7 @@ ---- bosh_cli.gemspec.orig 2015-12-02 17:01:32 UTC +--- bosh_cli.gemspec.orig 2015-12-25 06:40:56 UTC +++ bosh_cli.gemspec @@ -27,17 +27,17 @@ Gem::Specification.new do |s| - s.add_runtime_dependency(%q, ["~> 1.3098.0"]) + s.add_runtime_dependency(%q, ["~> 1.3156.0"]) s.add_runtime_dependency(%q, ["~> 3.2.1"]) s.add_runtime_dependency(%q, ["~> 1.7"]) - s.add_runtime_dependency(%q, ["~> 1.6.2"]) @@ -11,8 +11,8 @@ - s.add_runtime_dependency(%q, ["~> 1.4.3"]) + s.add_runtime_dependency(%q, [">= 2.4.0"]) + s.add_runtime_dependency(%q, [">= 1.4.3"]) - s.add_runtime_dependency(%q, ["~> 1.3098.0"]) - s.add_runtime_dependency(%q, [">= 2.2.1"]) + s.add_runtime_dependency(%q, ["~> 1.3156.0"]) + s.add_runtime_dependency(%q, ["= 2.9.2"]) s.add_runtime_dependency(%q, ["~> 1.2.0"]) - s.add_runtime_dependency(%q, ["~> 1.1.0"]) + s.add_runtime_dependency(%q, [">= 1.1.0"]) From owner-svn-ports-head@freebsd.org Fri Dec 25 19:45:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4352AA5163B; Fri, 25 Dec 2015 19:45: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 03BCF1F0F; Fri, 25 Dec 2015 19:45: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 tBPJj1s3013952; Fri, 25 Dec 2015 19:45:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPJj0q1013949; Fri, 25 Dec 2015 19:45:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512251945.tBPJj0q1013949@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, 25 Dec 2015 19:45:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404459 - in head/sysutils/rubygem-bosh-gen: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 19:45:02 -0000 Author: sunpoet Date: Fri Dec 25 19:45:00 2015 New Revision: 404459 URL: https://svnweb.freebsd.org/changeset/ports/404459 Log: - Update to 0.22.0 Changes: https://github.com/cloudfoundry-community/bosh-gen/releases Added: head/sysutils/rubygem-bosh-gen/files/ head/sysutils/rubygem-bosh-gen/files/patch-gemspec (contents, props changed) Modified: head/sysutils/rubygem-bosh-gen/Makefile head/sysutils/rubygem-bosh-gen/distinfo Modified: head/sysutils/rubygem-bosh-gen/Makefile ============================================================================== --- head/sysutils/rubygem-bosh-gen/Makefile Fri Dec 25 19:44:55 2015 (r404458) +++ head/sysutils/rubygem-bosh-gen/Makefile Fri Dec 25 19:45:00 2015 (r404459) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= bosh-gen -PORTVERSION= 0.19.0 -PORTREVISION= 1 +PORTVERSION= 0.22.0 CATEGORIES= sysutils rubygems MASTER_SITES= RG @@ -17,7 +16,7 @@ RUN_DEPENDS= rubygem-activesupport4>=4.0 rubygem-bosh-template>=0:${PORTSDIR}/devel/rubygem-bosh-template \ rubygem-cyoi>=0.10:${PORTSDIR}/devel/rubygem-cyoi \ rubygem-fog>=1.11:${PORTSDIR}/devel/rubygem-fog \ - rubygem-fog-aws>=0.1.1:${PORTSDIR}/net/rubygem-fog-aws \ + rubygem-fog-aws>=0.7.6:${PORTSDIR}/net/rubygem-fog-aws \ rubygem-progressbar>=0:${PORTSDIR}/devel/rubygem-progressbar \ rubygem-readwritesettings>=3.0:${PORTSDIR}/devel/rubygem-readwritesettings \ rubygem-thor>=0:${PORTSDIR}/devel/rubygem-thor Modified: head/sysutils/rubygem-bosh-gen/distinfo ============================================================================== --- head/sysutils/rubygem-bosh-gen/distinfo Fri Dec 25 19:44:55 2015 (r404458) +++ head/sysutils/rubygem-bosh-gen/distinfo Fri Dec 25 19:45:00 2015 (r404459) @@ -1,2 +1,2 @@ -SHA256 (rubygem/bosh-gen-0.19.0.gem) = 7b129560dcb07c77c1c2e281b4e20717e3646e14ed3076d32ee749e855ef3051 -SIZE (rubygem/bosh-gen-0.19.0.gem) = 175616 +SHA256 (rubygem/bosh-gen-0.22.0.gem) = 407f29c7d511c00863f2754f28b859c6a73a372a053c5e3511eccf1733756be5 +SIZE (rubygem/bosh-gen-0.22.0.gem) = 178688 Added: head/sysutils/rubygem-bosh-gen/files/patch-gemspec ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-bosh-gen/files/patch-gemspec Fri Dec 25 19:45:00 2015 (r404459) @@ -0,0 +1,11 @@ +--- bosh-gen.gemspec.orig 2015-12-25 06:48:24 UTC ++++ bosh-gen.gemspec +@@ -28,7 +28,7 @@ Gem::Specification.new do |s| + s.add_runtime_dependency(%q, [">= 0"]) + s.add_runtime_dependency(%q, ["~> 0.10"]) + s.add_runtime_dependency(%q, ["~> 1.11"]) +- s.add_runtime_dependency(%q, ["= 0.1.1"]) ++ s.add_runtime_dependency(%q, [">= 0.7.6"]) + s.add_runtime_dependency(%q, ["~> 3.0"]) + s.add_runtime_dependency(%q, ["< 5.0", ">= 4.0"]) + s.add_development_dependency(%q, [">= 0"]) From owner-svn-ports-head@freebsd.org Fri Dec 25 19:45:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A762A5166C; Fri, 25 Dec 2015 19:45: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 3F756100F; Fri, 25 Dec 2015 19:45: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 tBPJj70T014070; Fri, 25 Dec 2015 19:45:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPJj7mZ014067; Fri, 25 Dec 2015 19:45:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512251945.tBPJj7mZ014067@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, 25 Dec 2015 19:45:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404460 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 19:45:08 -0000 Author: sunpoet Date: Fri Dec 25 19:45:06 2015 New Revision: 404460 URL: https://svnweb.freebsd.org/changeset/ports/404460 Log: - Update to 2.2.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk/Makefile head/devel/rubygem-aws-sdk/distinfo Modified: head/devel/rubygem-aws-sdk/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk/Makefile Fri Dec 25 19:45:00 2015 (r404459) +++ head/devel/rubygem-aws-sdk/Makefile Fri Dec 25 19:45:06 2015 (r404460) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -PORTVERSION= 1.60.2 +PORTVERSION= 2.2.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,7 +10,7 @@ COMMENT= AWS SDK for Ruby LICENSE= APACHE20 -RUN_DEPENDS= rubygem-aws-sdk-v1>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-aws-sdk-v1 +RUN_DEPENDS= rubygem-aws-sdk-resources>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-aws-sdk-resources NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Fri Dec 25 19:45:00 2015 (r404459) +++ head/devel/rubygem-aws-sdk/distinfo Fri Dec 25 19:45:06 2015 (r404460) @@ -1,2 +1,2 @@ -SHA256 (rubygem/aws-sdk-1.60.2.gem) = 505556496bf882118ed529df368f0b4a52d023c5756b884439edc0ae0b1bed08 -SIZE (rubygem/aws-sdk-1.60.2.gem) = 4608 +SHA256 (rubygem/aws-sdk-2.2.0.gem) = f98e5a3cc382f3fdd0422d110f532d312ec7ab464a5031ee4f01f8781db2caf5 +SIZE (rubygem/aws-sdk-2.2.0.gem) = 4608 From owner-svn-ports-head@freebsd.org Fri Dec 25 19:45:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A8CCA51698; Fri, 25 Dec 2015 19:45:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C38110C3; Fri, 25 Dec 2015 19:45:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBPJjCEp014189; Fri, 25 Dec 2015 19:45:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPJjCoY014187; Fri, 25 Dec 2015 19:45:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512251945.tBPJjCoY014187@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, 25 Dec 2015 19:45:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404461 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 19:45:13 -0000 Author: sunpoet Date: Fri Dec 25 19:45:12 2015 New Revision: 404461 URL: https://svnweb.freebsd.org/changeset/ports/404461 Log: - Update to 1.66.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/aws-sdk-v1/CHANGELOG.md Modified: head/devel/rubygem-aws-sdk-v1/Makefile head/devel/rubygem-aws-sdk-v1/distinfo Modified: head/devel/rubygem-aws-sdk-v1/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-v1/Makefile Fri Dec 25 19:45:06 2015 (r404460) +++ head/devel/rubygem-aws-sdk-v1/Makefile Fri Dec 25 19:45:12 2015 (r404461) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-v1 -PORTVERSION= 1.60.2 +PORTVERSION= 1.66.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-v1/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-v1/distinfo Fri Dec 25 19:45:06 2015 (r404460) +++ head/devel/rubygem-aws-sdk-v1/distinfo Fri Dec 25 19:45:12 2015 (r404461) @@ -1,2 +1,2 @@ -SHA256 (rubygem/aws-sdk-v1-1.60.2.gem) = 2cd944e84733942f59a855ef2152755b51bc20f3c2ad6b0f509d2d7209fb4404 -SIZE (rubygem/aws-sdk-v1-1.60.2.gem) = 742912 +SHA256 (rubygem/aws-sdk-v1-1.66.0.gem) = 22d51a10f9004de6082943f01d0d240c7ecbdd01d98d366e2740bd8cac283be6 +SIZE (rubygem/aws-sdk-v1-1.66.0.gem) = 763392 From owner-svn-ports-head@freebsd.org Fri Dec 25 19:45:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26610A516C1; Fri, 25 Dec 2015 19:45: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 BFF4011C5; Fri, 25 Dec 2015 19:45: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 tBPJjHqI014304; Fri, 25 Dec 2015 19:45:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPJjHfi014302; Fri, 25 Dec 2015 19:45:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512251945.tBPJjHfi014302@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, 25 Dec 2015 19:45:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404462 - head/devel/rubygem-fog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 19:45:19 -0000 Author: sunpoet Date: Fri Dec 25 19:45:17 2015 New Revision: 404462 URL: https://svnweb.freebsd.org/changeset/ports/404462 Log: - Update to 1.37.0 Changes: https://github.com/fog/fog/releases Modified: head/devel/rubygem-fog/Makefile head/devel/rubygem-fog/distinfo Modified: head/devel/rubygem-fog/Makefile ============================================================================== --- head/devel/rubygem-fog/Makefile Fri Dec 25 19:45:12 2015 (r404461) +++ head/devel/rubygem-fog/Makefile Fri Dec 25 19:45:17 2015 (r404462) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog -PORTVERSION= 1.36.0 +PORTVERSION= 1.37.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -33,10 +33,10 @@ RUN_DEPENDS= rubygem-fog-aliyun>=0.1.0:$ 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 \ - rubygem-nokogiri>=1.5.11:${PORTSDIR}/textproc/rubygem-nokogiri + rubygem-ipaddress>=0.5:${PORTSDIR}/net/rubygem-ipaddress NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-fog/distinfo ============================================================================== --- head/devel/rubygem-fog/distinfo Fri Dec 25 19:45:12 2015 (r404461) +++ head/devel/rubygem-fog/distinfo Fri Dec 25 19:45:17 2015 (r404462) @@ -1,2 +1,2 @@ -SHA256 (rubygem/fog-1.36.0.gem) = 9857196cd02a45be4817eade59a1cdb9daf5b25f37d1c10f47b561e69b0c83d6 -SIZE (rubygem/fog-1.36.0.gem) = 1300992 +SHA256 (rubygem/fog-1.37.0.gem) = d339ce83491ea4b6ec6a5c16fab1709b1a9b929cfb007840275b5841fb034507 +SIZE (rubygem/fog-1.37.0.gem) = 1288192 From owner-svn-ports-head@freebsd.org Fri Dec 25 19:45:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95CD0A516EC; Fri, 25 Dec 2015 19:45:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CA8E1321; Fri, 25 Dec 2015 19:45:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBPJjNN6014421; Fri, 25 Dec 2015 19:45:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPJjNg7014419; Fri, 25 Dec 2015 19:45:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512251945.tBPJjNg7014419@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, 25 Dec 2015 19:45:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404463 - head/devel/rubygem-nio4r X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 19:45:24 -0000 Author: sunpoet Date: Fri Dec 25 19:45:23 2015 New Revision: 404463 URL: https://svnweb.freebsd.org/changeset/ports/404463 Log: - Update to 1.2.0 - Add LICENSE_FILE Changes: https://github.com/celluloid/nio4r/blob/master/CHANGES.md Modified: head/devel/rubygem-nio4r/Makefile head/devel/rubygem-nio4r/distinfo Modified: head/devel/rubygem-nio4r/Makefile ============================================================================== --- head/devel/rubygem-nio4r/Makefile Fri Dec 25 19:45:17 2015 (r404462) +++ head/devel/rubygem-nio4r/Makefile Fri Dec 25 19:45:23 2015 (r404463) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nio4r -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,6 +10,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= New IO for Ruby LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt USE_RUBY= yes USE_RUBYGEMS= yes Modified: head/devel/rubygem-nio4r/distinfo ============================================================================== --- head/devel/rubygem-nio4r/distinfo Fri Dec 25 19:45:17 2015 (r404462) +++ head/devel/rubygem-nio4r/distinfo Fri Dec 25 19:45:23 2015 (r404463) @@ -1,2 +1,2 @@ -SHA256 (rubygem/nio4r-1.1.1.gem) = 5d86fd9f8872982fd4fa623bdaafe45efe21353b64fd09632e486f1b4d40959e -SIZE (rubygem/nio4r-1.1.1.gem) = 91648 +SHA256 (rubygem/nio4r-1.2.0.gem) = 3427522115c07a9326c5859ca3cb261d0d7075f4289e27dd3982806902de6cbc +SIZE (rubygem/nio4r-1.2.0.gem) = 93696 From owner-svn-ports-head@freebsd.org Fri Dec 25 19:45:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB494A51730; Fri, 25 Dec 2015 19:45: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 5CC86138E; Fri, 25 Dec 2015 19:45: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 tBPJjSTG014539; Fri, 25 Dec 2015 19:45:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPJjSnf014537; Fri, 25 Dec 2015 19:45:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512251945.tBPJjSnf014537@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, 25 Dec 2015 19:45:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404464 - head/devel/rubygem-rdoc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 19:45:29 -0000 Author: sunpoet Date: Fri Dec 25 19:45:28 2015 New Revision: 404464 URL: https://svnweb.freebsd.org/changeset/ports/404464 Log: - Update to 4.2.1 - Add LICENSE_FILE - Remove BUILD_DEPENDS - Rework r277976 in a simpler way Changes: https://github.com/rdoc/rdoc/blob/master/History.rdoc Modified: head/devel/rubygem-rdoc/Makefile head/devel/rubygem-rdoc/distinfo Modified: head/devel/rubygem-rdoc/Makefile ============================================================================== --- head/devel/rubygem-rdoc/Makefile Fri Dec 25 19:45:23 2015 (r404463) +++ head/devel/rubygem-rdoc/Makefile Fri Dec 25 19:45:28 2015 (r404464) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rdoc -PORTVERSION= 4.2.0 +PORTVERSION= 4.2.1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,21 +10,16 @@ COMMENT= RDoc produces HTML and command- LICENSE= GPLv2 RUBY LICENSE_COMB= dual +LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.rdoc -BUILD_DEPENDS= rubygem-json>=1.4:${PORTSDIR}/devel/rubygem-json RUN_DEPENDS= rubygem-json>=1.4:${PORTSDIR}/devel/rubygem-json NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -GEM_ENV+= RUBYLIB=${PREFIX}/${GEM_LIB_DIR}/lib - -.include - -pre-install: -RUBYGEM_ARGS+= --bindir ${WRKDIR} +post-install: + ${RM} ${STAGEDIR}${PREFIX}/bin/rdoc ${STAGEDIR}${PREFIX}/bin/ri -.include +.include Modified: head/devel/rubygem-rdoc/distinfo ============================================================================== --- head/devel/rubygem-rdoc/distinfo Fri Dec 25 19:45:23 2015 (r404463) +++ head/devel/rubygem-rdoc/distinfo Fri Dec 25 19:45:28 2015 (r404464) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rdoc-4.2.0.gem) = 391bfe3484a69db2cfa0fa32eed9010a7878b33ae645d67558d1806c847290cc -SIZE (rubygem/rdoc-4.2.0.gem) = 735232 +SHA256 (rubygem/rdoc-4.2.1.gem) = 81207a9d3ef9e60fc42bf3c6569373cb32397a16af370ca6be6dc71b358df839 +SIZE (rubygem/rdoc-4.2.1.gem) = 737280 From owner-svn-ports-head@freebsd.org Fri Dec 25 19:45:34 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83761A51758; Fri, 25 Dec 2015 19:45:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52ECF14B3; Fri, 25 Dec 2015 19:45: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 tBPJjXHx014641; Fri, 25 Dec 2015 19:45:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPJjXBw014640; Fri, 25 Dec 2015 19:45:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512251945.tBPJjXBw014640@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, 25 Dec 2015 19:45:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404465 - head/devel/rubygem-rdoc3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 19:45:34 -0000 Author: sunpoet Date: Fri Dec 25 19:45:33 2015 New Revision: 404465 URL: https://svnweb.freebsd.org/changeset/ports/404465 Log: - Add LICENSE_FILE - Remove BUILD_DEPENDS - Rework r277976 in a simpler way Modified: head/devel/rubygem-rdoc3/Makefile Modified: head/devel/rubygem-rdoc3/Makefile ============================================================================== --- head/devel/rubygem-rdoc3/Makefile Fri Dec 25 19:45:28 2015 (r404464) +++ head/devel/rubygem-rdoc3/Makefile Fri Dec 25 19:45:33 2015 (r404465) @@ -11,21 +11,16 @@ COMMENT= RDoc produces HTML and command- LICENSE= GPLv2 RUBY LICENSE_COMB= dual +LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.rdoc -BUILD_DEPENDS= rubygem-json>=1.4:${PORTSDIR}/devel/rubygem-json RUN_DEPENDS= rubygem-json>=1.4:${PORTSDIR}/devel/rubygem-json NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -GEM_ENV+= RUBYLIB=${PREFIX}/${GEM_LIB_DIR}/lib - -.include - -pre-install: -RUBYGEM_ARGS+= --bindir ${WRKDIR} +post-install: + ${RM} ${STAGEDIR}${PREFIX}/bin/rdoc ${STAGEDIR}${PREFIX}/bin/ri -.include +.include From owner-svn-ports-head@freebsd.org Fri Dec 25 19:45:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0EEEBA5177E; Fri, 25 Dec 2015 19:45:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9AF7815D5; Fri, 25 Dec 2015 19:45:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBPJjcEb014758; Fri, 25 Dec 2015 19:45:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPJjcSZ014756; Fri, 25 Dec 2015 19:45:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512251945.tBPJjcSZ014756@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, 25 Dec 2015 19:45:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404466 - head/devel/rubygem-spring X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 19:45:40 -0000 Author: sunpoet Date: Fri Dec 25 19:45:38 2015 New Revision: 404466 URL: https://svnweb.freebsd.org/changeset/ports/404466 Log: - Update to 1.6.1 Changes: https://github.com/rails/spring/blob/master/CHANGELOG.md Modified: head/devel/rubygem-spring/Makefile head/devel/rubygem-spring/distinfo Modified: head/devel/rubygem-spring/Makefile ============================================================================== --- head/devel/rubygem-spring/Makefile Fri Dec 25 19:45:33 2015 (r404465) +++ head/devel/rubygem-spring/Makefile Fri Dec 25 19:45:38 2015 (r404466) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= spring -PORTVERSION= 1.6.0 +PORTVERSION= 1.6.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-spring/distinfo ============================================================================== --- head/devel/rubygem-spring/distinfo Fri Dec 25 19:45:33 2015 (r404465) +++ head/devel/rubygem-spring/distinfo Fri Dec 25 19:45:38 2015 (r404466) @@ -1,2 +1,2 @@ -SHA256 (rubygem/spring-1.6.0.gem) = b89b513e983298181a4112815ac99af027f1f89f798404dac3f7840462109c07 -SIZE (rubygem/spring-1.6.0.gem) = 35840 +SHA256 (rubygem/spring-1.6.1.gem) = 7c74fcdb52221d3553bd3f5faa3bad7251b461c6134b9aaa981c971310b59311 +SIZE (rubygem/spring-1.6.1.gem) = 35840 From owner-svn-ports-head@freebsd.org Fri Dec 25 19:45:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3220AA517AA; Fri, 25 Dec 2015 19:45:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 06C5C1814; Fri, 25 Dec 2015 19:45: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 tBPJjjWf014947; Fri, 25 Dec 2015 19:45:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPJjiBg014942; Fri, 25 Dec 2015 19:45:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512251945.tBPJjiBg014942@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, 25 Dec 2015 19:45:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404467 - in head/sysutils: . phttpget phttpget/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 19:45:46 -0000 Author: sunpoet Date: Fri Dec 25 19:45:44 2015 New Revision: 404467 URL: https://svnweb.freebsd.org/changeset/ports/404467 Log: - Add phttpget 0.2 `phttpget' is a Pipelined HTTP GET utility. This is different from "normal" HTTP in that it allows the HTTP client to have several HTTP requests "in flight" at once, and can dramatically increase performance when a large number of small files need to be downloaded. (This was the case with portsnap, where downloading 300 files of 200 bytes each is not unusual). Note that phttpget is currently extremely minimalist. Please see the website listed below, for a full feature list. WWW: http://www.daemonology.net/phttpget/ PR: 205557 Submitted by: Chris Hutchinson Added: head/sysutils/phttpget/ head/sysutils/phttpget/Makefile (contents, props changed) head/sysutils/phttpget/distinfo (contents, props changed) head/sysutils/phttpget/files/ head/sysutils/phttpget/files/patch-phttpget.c (contents, props changed) head/sysutils/phttpget/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Fri Dec 25 19:45:38 2015 (r404466) +++ head/sysutils/Makefile Fri Dec 25 19:45:44 2015 (r404467) @@ -729,6 +729,7 @@ SUBDIR += php55-posix SUBDIR += php56-fileinfo SUBDIR += php56-posix + SUBDIR += phttpget SUBDIR += phybs SUBDIR += pick SUBDIR += pidof Added: head/sysutils/phttpget/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/phttpget/Makefile Fri Dec 25 19:45:44 2015 (r404467) @@ -0,0 +1,20 @@ +# Created by: Chris Hutchinson (portmaster@bsdforge.com) +# $FreeBSD$ + +PORTNAME= phttpget +PORTVERSION= 0.2 +CATEGORIES= sysutils net +MASTER_SITES= http://www.daemonology.net/phttpget/ \ + http://bsdforge.com/projects/source/sysutils/phttpget/ + +MAINTAINER= portmaster@bsdforge.com +COMMENT= Pipelined HTTP GET utility + +LICENSE= BSD3CLAUSE + +PLIST_FILES= bin/phttpget + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/phttpget ${STAGEDIR}${PREFIX}/bin + +.include Added: head/sysutils/phttpget/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/phttpget/distinfo Fri Dec 25 19:45:44 2015 (r404467) @@ -0,0 +1,2 @@ +SHA256 (phttpget-0.2.tar.gz) = 73bd598571bb4e3500d5142aa78ab9f213afca52e72c01e82aeaf8c84533aef6 +SIZE (phttpget-0.2.tar.gz) = 5325 Added: head/sysutils/phttpget/files/patch-phttpget.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/phttpget/files/patch-phttpget.c Fri Dec 25 19:45:44 2015 (r404467) @@ -0,0 +1,11 @@ +--- phttpget.c.orig 2015-12-23 13:46:44.780539000 -0800 ++++ phttpget.c 2015-12-23 13:47:03.377740000 -0800 +@@ -76,7 +76,7 @@ + + env_HTTP_USER_AGENT = getenv("HTTP_USER_AGENT"); + if (env_HTTP_USER_AGENT == NULL) +- env_HTTP_USER_AGENT = "phttpget/0.1"; ++ env_HTTP_USER_AGENT = "phttpget/0.2"; + } + + static int Added: head/sysutils/phttpget/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/phttpget/pkg-descr Fri Dec 25 19:45:44 2015 (r404467) @@ -0,0 +1,13 @@ +`phttpget' is a Pipelined HTTP GET utility. + +This is different from "normal" HTTP in that it allows the HTTP +client to have several HTTP requests "in flight" at once, and can +dramatically increase performance when a large number of small files +need to be downloaded. (This was the case with portsnap, where +downloading 300 files of 200 bytes each is not unusual). + +Note that phttpget is currently extremely minimalist. + +Please see the website listed below, for a full feature list. + +WWW: http://www.daemonology.net/phttpget/ From owner-svn-ports-head@freebsd.org Fri Dec 25 20:42:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76063A526C2; Fri, 25 Dec 2015 20:42: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 3D5671BBC; Fri, 25 Dec 2015 20:42: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 tBPKgsUw033699; Fri, 25 Dec 2015 20:42:54 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPKgsEI033698; Fri, 25 Dec 2015 20:42:54 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512252042.tBPKgsEI033698@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Dec 2015 20:42:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404469 - head/graphics/darktable X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 20:42:55 -0000 Author: amdmi3 Date: Fri Dec 25 20:42:54 2015 New Revision: 404469 URL: https://svnweb.freebsd.org/changeset/ports/404469 Log: - Fix lua version Approved by: portmgr blanket Modified: head/graphics/darktable/Makefile Modified: head/graphics/darktable/Makefile ============================================================================== --- head/graphics/darktable/Makefile Fri Dec 25 20:11:06 2015 (r404468) +++ head/graphics/darktable/Makefile Fri Dec 25 20:42:54 2015 (r404469) @@ -73,7 +73,7 @@ GRAPHMAGICK_CMAKE_OFF= -DUSE_GRAPHICSMAG LIBSECRET_LIB_DEPENDS= libsecret-1.so:${PORTSDIR}/security/libsecret LIBSECRET_CMAKE_OFF= -DUSE_LIBSECRET:BOOL=OFF -LUA_USES= lua:5.2 +LUA_USES= lua:52 LUA_CMAKE_OFF= -DUSE_LUA:BOOL=OFF NLS_USES= gettext From owner-svn-ports-head@freebsd.org Fri Dec 25 20:43:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49DA1A526E7; Fri, 25 Dec 2015 20:43:18 +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 1209C1C96; Fri, 25 Dec 2015 20:43:18 +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 tBPKhHq9033842; Fri, 25 Dec 2015 20:43:17 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPKhH1o033839; Fri, 25 Dec 2015 20:43:17 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201512252043.tBPKhH1o033839@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 25 Dec 2015 20:43:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404470 - head/multimedia/plexmediaserver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 20:43:18 -0000 Author: feld Date: Fri Dec 25 20:43:16 2015 New Revision: 404470 URL: https://svnweb.freebsd.org/changeset/ports/404470 Log: multimedia/plexmediaserver: Update to 0.9.14.6 Changelog: https://forums.plex.tv/discussion/comment/1089173/#Comment_1089173 Modified: head/multimedia/plexmediaserver/Makefile head/multimedia/plexmediaserver/distinfo head/multimedia/plexmediaserver/pkg-plist Modified: head/multimedia/plexmediaserver/Makefile ============================================================================== --- head/multimedia/plexmediaserver/Makefile Fri Dec 25 20:42:54 2015 (r404469) +++ head/multimedia/plexmediaserver/Makefile Fri Dec 25 20:43:16 2015 (r404470) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= plexmediaserver -PORTVERSION?= 0.9.12.19.1537 +PORTVERSION?= 0.9.14.6.1620 PORTREVISION?= 0 CATEGORIES= multimedia MASTER_SITES= https://downloads.plexapp.com/plex-media-server/${PORTVERSION}-${PLEX_BUILD}/ \ @@ -13,7 +13,7 @@ MAINTAINER?= feld@FreeBSD.org COMMENT= Plex Media Server component USES= cpe tar:bzip2 -PLEX_BUILD?= f38ac80 +PLEX_BUILD?= e0b7243 NO_BUILD= yes WRKSRC= ${WRKDIR}/PlexMediaServer-${PORTVERSION}-${PLEX_BUILD} Modified: head/multimedia/plexmediaserver/distinfo ============================================================================== --- head/multimedia/plexmediaserver/distinfo Fri Dec 25 20:42:54 2015 (r404469) +++ head/multimedia/plexmediaserver/distinfo Fri Dec 25 20:43:16 2015 (r404470) @@ -1,2 +1,2 @@ -SHA256 (PlexMediaServer-0.9.12.19.1537-f38ac80-freebsd-amd64.tar.bz2) = a083b2013901bb9aadbecd30bb0d89e4991614a01bb13ea8aa4c63db4f545f9f -SIZE (PlexMediaServer-0.9.12.19.1537-f38ac80-freebsd-amd64.tar.bz2) = 96470493 +SHA256 (PlexMediaServer-0.9.14.6.1620-e0b7243-freebsd-amd64.tar.bz2) = c60ca87eeaa6b58a8381c0a57129b888b166d1654161844c5394a97a7bf0a054 +SIZE (PlexMediaServer-0.9.14.6.1620-e0b7243-freebsd-amd64.tar.bz2) = 97202859 Modified: head/multimedia/plexmediaserver/pkg-plist ============================================================================== --- head/multimedia/plexmediaserver/pkg-plist Fri Dec 25 20:42:54 2015 (r404469) +++ head/multimedia/plexmediaserver/pkg-plist Fri Dec 25 20:43:16 2015 (r404470) @@ -1289,7 +1289,6 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Movies/Plex Video Files Scanner.pyc %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Music/Plex Music Scanner.pyc %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Music/Plex Premium Music Scanner.pyc -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Music/Plex iTunes Scanner.pyc %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Photos/Plex Photo Scanner.pyc %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/Series/Plex Series Scanner.pyc %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Scanners.bundle/Contents/Resources/icon-default.png @@ -1324,8 +1323,6 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.bbvms/URL/Blue Billywig/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.bing/ServiceInfo.plist %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.bing/URL/Bing/ServiceCode.pys -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.blip/ServiceInfo.plist -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.blip/URL/Blip/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.bodybuilding/ServiceInfo.plist %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.bodybuilding/URL/Bodybuilding.com/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.breakcom/ServiceInfo.plist @@ -1339,7 +1336,6 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.catspawimages/ServiceInfo.plist %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.catspawimages/URL/Cats Paw Images/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.cbcnewsnetwork/ServiceInfo.plist -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.cbcnewsnetwork/URL/CBC Sports/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.cbcnewsnetwork/URL/CBC/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.cbs/ServiceInfo.plist %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.cbs/URL/CBS/ServiceCode.pys @@ -1363,6 +1359,8 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.disney/URL/Disney/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.dolectures/ServiceInfo.plist %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.dolectures/URL/DoLectures/ServiceCode.pys +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.dplay/ServiceInfo.plist +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.dplay/URL/Dplay/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.drdk/ServiceInfo.plist %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.drdk/URL/drdk/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.dumpert/ServiceInfo.plist @@ -1431,8 +1429,6 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.internetarchive/URL/Internet Archive/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.iplayer/ServiceInfo.plist %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.iplayer/URL/BBC iPlayer/ServiceCode.pys -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.kanal5play/ServiceInfo.plist -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.kanal5play/URL/Kanal 5 Play/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.kelbytv/ServiceInfo.plist %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.kelbytv/URL/Kelby TV/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.khanacademy/ServiceInfo.plist @@ -1495,7 +1491,6 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.pftv/ServiceInfo.plist %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.pftv/URL/faststream.in/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.pftv/URL/gorillavid.in/ServiceCode.pys -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.pftv/URL/letwatch.us/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.pftv/URL/nosvideo.com/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.pftv/URL/royalvids.eu/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.pftv/URL/vidzi.tv/ServiceCode.pys @@ -1598,8 +1593,6 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.twit/URL/TWiT/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.twitchtv/ServiceInfo.plist %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.twitchtv/URL/Twitch.tv/ServiceCode.pys -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.ubu/ServiceInfo.plist -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.ubu/URL/Ubu/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.ukfilmtrailer/ServiceInfo.plist %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.ukfilmtrailer/URL/UK Filmtrailer/ServiceCode.pys %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/Services.bundle/Contents/Service Sets/com.plexapp.plugins.universalsports/ServiceInfo.plist @@ -1702,107 +1695,75 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/TheTVDB.bundle/Contents/VERSION %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/TheTVDB.bundle/README.md %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Info.plist -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/Frameworks/EKSpinner/Resources/small_black_7.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.css +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.10b9f5ffe9c8c166ec066925b31387d1.css %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/favicon-mask.svg %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/favicon.ico -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/fonts/glyphicons-regular.eot -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/fonts/glyphicons-regular.svg -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/fonts/glyphicons-regular.ttf -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/fonts/glyphicons-regular.woff -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/fonts/glyphicons-social-regular.eot -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/fonts/glyphicons-social-regular.svg -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/fonts/glyphicons-social-regular.ttf -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/fonts/glyphicons-social-regular.woff -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/fonts/opensans-bold-webfont.eot -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/fonts/opensans-bold-webfont.svg -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/fonts/opensans-bold-webfont.ttf -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/fonts/opensans-bold-webfont.woff -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/fonts/opensans-bold-webfont.woff2 -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/fonts/opensans-regular-webfont.eot -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/fonts/opensans-regular-webfont.svg -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/fonts/opensans-regular-webfont.ttf -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/fonts/opensans-regular-webfont.woff -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/fonts/opensans-regular-webfont.woff2 -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/fonts/plex-icons.eot -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/fonts/plex-icons.svg -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/fonts/plex-icons.ttf -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/fonts/plex-icons.woff +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/base/plex-logo.96faf245690b14fdd33eccd3294ac57f.svg +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/base/plex-pass.e73cc397459c4930e842b86b27d05eb9.svg +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/base/pms-logo.70f6a544befb024685e4a294f6e5505e.svg +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/base/posters/square.f5415a2d8a1fccd963e88194af15ddc0.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/blank.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/android.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/android@2x.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/atv.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/atv@2x.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/chrome.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/chrome@2x.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/cloudsync.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/cloudsync@2x.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/dlna.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/dlna@2x.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/firefox.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/firefox@2x.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/gtv.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/gtv@2x.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/ie.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/ie@2x.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/ios.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/ios@2x.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/linux.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/linux@2x.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/nas.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/nas@2x.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/opera.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/opera@2x.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/osx.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/osx@2x.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/pht.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/pht@2x.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/pms.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/pms@2x.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/roku.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/roku@2x.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/safari.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/safari@2x.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/samsung.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/samsung@2x.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/wiiu.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/wiiu@2x.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/win8.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/win8@2x.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/wp.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/wp@2x.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/xbox.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/devices/xbox@2x.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/ios/icon-ipad.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/ios/icon-ipad@2x.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/ios/icon-iphone.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/ios/icon-iphone@2x.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/ios/startup-ipad-landscape.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/ios/startup-ipad-landscape@2x.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/ios/startup-ipad-portrait.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/ios/startup-ipad-portrait@2x.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/ios/startup-iphone-portrait.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/ios/startup-iphone-portrait@2x.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/ios/startup-iphone5-portrait@2x.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/plex-icon-server.svg -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/plex-logo.svg -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/plex-pass.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/plex-pass.svg -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/plex-pass@2x.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/plex-server.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/plex-server@2x.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/posters/folder.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/posters/friend.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/posters/square.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/posters/standard.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/posters/widescreen.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/queue/bookmarklet-steps-ie.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/queue/bookmarklet-steps.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/queue/email-links.png -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/vendor-logos/gracenote.svg -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/vendor-logos/vevo.svg +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/android.e8cc6aa3327ad31f2637c2817cb8bf71.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/android@2x.70b26158a20f05a3fdf9d749dc1fb7c2.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/atv.8631ab962b2b860e88c662ece6c85927.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/atv@2x.9f5cd33ba69cb7d0b4fba13237da32ab.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/chrome.03ae3221ff4d9e9ff4983fdef45a55cd.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/chrome@2x.3507d26b60d01c219d2744953fef8214.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/cloudsync.5ee8629e73edab1b578b271e0abbd29b.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/cloudsync@2x.d89cf863a8c26a5b9949244fc0451554.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/dlna.ad0521e6745c01a6e1643e74d715889a.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/dlna@2x.478a4af0dd13b0b8959163b3435ecd4b.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/firefox.6df3b5be4d4063e0eecbe17bcaa42e5c.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/firefox@2x.e03aaeea379d671815efd456ef086b7f.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/gtv.3622f7c8280242ed5f8804a5a7ae1942.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/gtv@2x.f8485dbb82997f1c19aa4b29cb26bc01.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/ie.c7a470baad314d525d37e05361376a5c.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/ie@2x.9f314aa98e87dc90950fa479c359e51e.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/ios.ebcfb157195c3692a7074b53454a58d5.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/ios@2x.65bd422f31dd4361b029a4067ed5b6f1.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/linux.e95ee61935497d68537d1211dcfa7822.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/linux@2x.361af14637ca1ed12653a49e4f3493ea.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/opera.2eeb995b95400caffbc87529eb1fc82b.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/opera@2x.40ad0451a8552f5dfe6e4e0028af5270.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/osx.029c084cb47a3080503b62a22b31b3f2.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/osx@2x.a8d0a4eee0f63d10b3dbc8f3387a67c2.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/pht.9bf72c20ac751c14bb3aa75b2658d333.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/pht@2x.8ba823e5ead29dce5b2c10d0b493a887.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/pms.aaa4a56146360ca3f461b456263c142a.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/pms@2x.52728f8ab4bd6a0fa26bc46e1de0de10.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/roku.2e46abe5755feafee90b38da5dbd4708.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/roku@2x.4f898a7f0c0e702fcc1f28a991f3864c.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/safari.9d63715a8f5ee166a0fc40b56cc5d510.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/safari@2x.ad0ba404af00f2f8e3143e026687153d.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/samsung.89a7c77ba88562235b7f80bdc151ccc3.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/samsung@2x.8ba461c3d89e1a469e53f0466367e88e.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/wiiu.ed7bc3b04ceeeda7a735ed4e613691cb.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/wiiu@2x.1f7a48bdb80fc35c79cd1707934f6906.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/win8.a0dd0d74f1f987cf00670bbdf1f74a43.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/win8@2x.503422ba4582b97ad16a8ec4391920ae.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/wp.e18f1783f69b5885c6e065281454628c.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/wp@2x.35b507c47301ac7666d38af890237424.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/xbox.f93edaaef7e5abf52bd2c6c38dade1ee.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/devices/xbox@2x.a676ae13ac32ef8aba1d0f4ee1557313.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/ios/icon-ipad.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/ios/icon-ipad@2x.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/ios/icon-iphone.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/ios/icon-iphone@2x.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/ios/startup-ipad-landscape.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/ios/startup-ipad-landscape@2x.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/ios/startup-ipad-portrait.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/ios/startup-ipad-portrait@2x.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/ios/startup-iphone-portrait.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/ios/startup-iphone-portrait@2x.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/ios/startup-iphone5-portrait@2x.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/queue/bookmarklet-steps-ie.3cbda4e75b0dd0e186e0c24999ab0d1d.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/queue/bookmarklet-steps.abc5147d9257f0ec59f7b2257db9cb8f.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/queue/email-links.f1b12dd82ea85b39a4c0fa07dd6df095.png +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/vendor-logos/gracenote.18089cb7063ad397523859fa93f2d54c.svg +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/vendor-logos/vevo.0aa36b37d6a9aedfe67df4c5ff2ae8e0.svg %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/index.html -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/plex.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/main.fb320e3bfecc532050fa.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/vendors.2d650ff21d53c0a703fb.js %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/setup.html %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/swf/jwplayer/jwplayer.swf %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/swf/jwplayer/plex.xml @@ -1868,6 +1829,7 @@ %%DATADIR%%/Resources/Profiles/HTML TV App.xml %%DATADIR%%/Resources/Profiles/Internet Explorer.xml %%DATADIR%%/Resources/Profiles/Konvergo.xml +%%DATADIR%%/Resources/Profiles/Microsoft Edge.xml %%DATADIR%%/Resources/Profiles/Mystery 3.xml %%DATADIR%%/Resources/Profiles/Mystery 4.xml %%DATADIR%%/Resources/Profiles/Mystery 5.xml @@ -1885,6 +1847,7 @@ %%DATADIR%%/Resources/Profiles/Roku-5000X-6.0.xml %%DATADIR%%/Resources/Profiles/Roku.xml %%DATADIR%%/Resources/Profiles/RokuDLNA-3.1.xml +%%DATADIR%%/Resources/Profiles/RokuDLNA-4400X-7.x.xml %%DATADIR%%/Resources/Profiles/RokuDLNA-5.1.xml %%DATADIR%%/Resources/Profiles/RokuDLNA-5000X-6.x.xml %%DATADIR%%/Resources/Profiles/RokuDLNA-6.x.xml @@ -1898,6 +1861,8 @@ %%DATADIR%%/Resources/Profiles/Sony Bravia 2012.xml %%DATADIR%%/Resources/Profiles/Sony Bravia 2013.xml %%DATADIR%%/Resources/Profiles/Sony Streaming Player.xml +%%DATADIR%%/Resources/Profiles/Universal Mobile.xml +%%DATADIR%%/Resources/Profiles/Universal TV.xml %%DATADIR%%/Resources/Profiles/Unknown Browser.xml %%DATADIR%%/Resources/Profiles/Web.xml %%DATADIR%%/Resources/Profiles/WebM.xml @@ -1908,7 +1873,6 @@ %%DATADIR%%/Resources/Profiles/Xbox 360.xml %%DATADIR%%/Resources/Profiles/Xbox One.xml %%DATADIR%%/Resources/Profiles/cloudsync.xml -%%DATADIR%%/Resources/Profiles/iOS-AppleTV.xml %%DATADIR%%/Resources/Profiles/iOS-iPad-1,1.xml %%DATADIR%%/Resources/Profiles/iOS-iPhone-1,1.xml %%DATADIR%%/Resources/Profiles/iOS-iPhone-1,2.xml @@ -2526,17 +2490,6 @@ %%DATADIR%%/Resources/Python/lib/python2.7/shelve.py %%DATADIR%%/Resources/Python/lib/python2.7/shlex.py %%DATADIR%%/Resources/Python/lib/python2.7/shutil.py -%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/OpenSSL/SSL.so -%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/OpenSSL/__init__.py -%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/OpenSSL/crypto.so -%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/OpenSSL/rand.so -%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/OpenSSL/test/__init__.py -%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/OpenSSL/test/test_crypto.py -%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/OpenSSL/test/test_rand.py -%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/OpenSSL/test/test_ssl.py -%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/OpenSSL/test/util.py -%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/OpenSSL/tsafe.py -%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/OpenSSL/version.py %%DATADIR%%/Resources/Python/lib/python2.7/site-packages/README %%DATADIR%%/Resources/Python/lib/python2.7/site-packages/cjson.so %%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml-2.3-py2.7.egg-info @@ -2575,7 +2528,6 @@ %%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/pyclasslookup.py %%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/sax.py %%DATADIR%%/Resources/Python/lib/python2.7/site-packages/lxml/usedoctest.py -%%DATADIR%%/Resources/Python/lib/python2.7/site-packages/pyOpenSSL-0.11-py2.7.egg-info %%DATADIR%%/Resources/Python/lib/python2.7/site-packages/python_cjson-1.0.5-py2.7.egg-info %%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson-3.4.0-py2.7.egg-info %%DATADIR%%/Resources/Python/lib/python2.7/site-packages/simplejson/__init__.py @@ -2739,6 +2691,7 @@ %%DATADIR%%/Resources/dh512.pem %%DATADIR%%/Resources/distribution.txt %%DATADIR%%/Resources/empty.ts +%%DATADIR%%/Resources/empty.vtt %%DATADIR%%/Resources/fonts.conf %%DATADIR%%/Resources/imdb-combiner-movies.xml %%DATADIR%%/Resources/lastfm-combiner-albums.xml @@ -2796,6 +2749,7 @@ %%DATADIR%%/libboost_timer.so.1.57.0 %%DATADIR%%/libcrypto.so.1.0.0 %%DATADIR%%/libcurl.so.7 +%%DATADIR%%/libdcadec.so %%DATADIR%%/libexpat.so.6 %%DATADIR%%/libexslt.so.8 %%DATADIR%%/libfreeimage.so From owner-svn-ports-head@freebsd.org Fri Dec 25 20:45:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FCB5A52766; Fri, 25 Dec 2015 20:45: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 395E81D7C; Fri, 25 Dec 2015 20:45: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 tBPKjZoa034041; Fri, 25 Dec 2015 20:45:35 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPKjZX0034039; Fri, 25 Dec 2015 20:45:35 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512252045.tBPKjZX0034039@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Dec 2015 20:45:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404471 - head/cad/z88 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 20:45:36 -0000 Author: amdmi3 Date: Fri Dec 25 20:45:35 2015 New Revision: 404471 URL: https://svnweb.freebsd.org/changeset/ports/404471 Log: - Unbreak: port fetches fine - Switch to options helpers Modified: head/cad/z88/Makefile head/cad/z88/pkg-plist Modified: head/cad/z88/Makefile ============================================================================== --- head/cad/z88/Makefile Fri Dec 25 20:43:16 2015 (r404470) +++ head/cad/z88/Makefile Fri Dec 25 20:45:35 2015 (r404471) @@ -15,9 +15,6 @@ COMMENT= Compact Finite Element Analysis LIB_DEPENDS= libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext -BROKEN= Unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2015-11-26 NO_WRKSUBDIR= yes USES= pkgconfig USE_GL= glu @@ -27,12 +24,15 @@ USE_GNOME= gtk20 BROWSER?= firefox3 XEDITOR?= gedit -OPTIONS_DEFINE= DOCS - Z88_BINS= z88f z88i1 z88i2 z88com z88d z88e z88g z88h z88n z88o \ z88x z88v Z88_DATA= z88.fcd z88.dyn *.dxf *.txt +PORTDATA= * +PORTDOCS= * + +OPTIONS_DEFINE= DOCS + post-patch: @${CP} ${WRKSRC}/z88.fcd.linux ${WRKSRC}/z88.fcd @${CP} ${WRKSRC}/z88.mk.kernel.gcc32 ${WRKSRC}/z88.kernel.mk @@ -65,6 +65,8 @@ do-install: ${INSTALL_PROGRAM} ${Z88_BINS:S|^|${WRKSRC}/|} ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${Z88_DATA:S|^|${WRKSRC}/|} ${STAGEDIR}${DATADIR} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/*.htm ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/*.gif ${STAGEDIR}${DOCSDIR} Modified: head/cad/z88/pkg-plist ============================================================================== --- head/cad/z88/pkg-plist Fri Dec 25 20:43:16 2015 (r404470) +++ head/cad/z88/pkg-plist Fri Dec 25 20:45:35 2015 (r404471) @@ -11,409 +11,3 @@ bin/z88n bin/z88o bin/z88v bin/z88x -%%DATADIR%%/b10_2.txt -%%DATADIR%%/b10_3.txt -%%DATADIR%%/b10_n.txt -%%DATADIR%%/b12_1.txt -%%DATADIR%%/b12_1e14.txt -%%DATADIR%%/b12_2.txt -%%DATADIR%%/b12_3.txt -%%DATADIR%%/b12_q_1.txt -%%DATADIR%%/b12_q_2.txt -%%DATADIR%%/b12_q_3.txt -%%DATADIR%%/b12_q_5.txt -%%DATADIR%%/b16014_2.txt -%%DATADIR%%/b16014_n.txt -%%DATADIR%%/b16028_2.txt -%%DATADIR%%/b16028_n.txt -%%DATADIR%%/b16056_2.txt -%%DATADIR%%/b16056_n.txt -%%DATADIR%%/b16112_2.txt -%%DATADIR%%/b16112_n.txt -%%DATADIR%%/b16224_2.txt -%%DATADIR%%/b16224_n.txt -%%DATADIR%%/b16_2.txt -%%DATADIR%%/b16_3.txt -%%DATADIR%%/b18_2.txt -%%DATADIR%%/b18_2rou.txt -%%DATADIR%%/b1_2.txt -%%DATADIR%%/b1_3.txt -%%DATADIR%%/b1_4.txt -%%DATADIR%%/b22_2.txt -%%DATADIR%%/b22_3.txt -%%DATADIR%%/b22_ni.txt -%%DATADIR%%/b22_ni_r2.txt -%%DATADIR%%/b22_ni_r3k5.txt -%%DATADIR%%/b23_i2.txt -%%DATADIR%%/b23_i3.txt -%%DATADIR%%/b23_i5.txt -%%DATADIR%%/b23_ni.txt -%%DATADIR%%/b5_2.txt -%%DATADIR%%/b5_3.txt -%%DATADIR%%/b5_ele10_2.txt -%%DATADIR%%/b5_ele10_3.txt -%%DATADIR%%/b5_ele10_ni.txt -%%DATADIR%%/b6_q_1.txt -%%DATADIR%%/b6_q_2.txt -%%DATADIR%%/b6_q_5.txt -%%DATADIR%%/b7_2.txt -%%DATADIR%%/b7_3.txt -%%DATADIR%%/b7_e15_1.txt -%%DATADIR%%/b7_e15_2.txt -%%DATADIR%%/b7_e15_3.txt -%%DATADIR%%/b9_1.txt -%%DATADIR%%/b9_2.txt -%%DATADIR%%/b9_3.txt -%%DATADIR%%/b9_tf_2.txt -%%DATADIR%%/b9_tf_3.txt -%%DATADIR%%/b9_tf_ni.txt -%%DATADIR%%/copying.txt -%%DATADIR%%/z88.dyn -%%DATADIR%%/z88.fcd -%%DATADIR%%/b10_n.dxf -%%DATADIR%%/b13_x.dxf -%%DATADIR%%/b16_n.dxf -%%DATADIR%%/b16step1.dxf -%%DATADIR%%/b16step2.dxf -%%DATADIR%%/b16step3.dxf -%%DATADIR%%/b16step4.dxf -%%DATADIR%%/b16step5.dxf -%%DATADIR%%/b18_x.dxf -%%DATADIR%%/b1_x.dxf -%%DATADIR%%/b22_x.dxf -%%DATADIR%%/b23_x.dxf -%%DATADIR%%/b2_x.dxf -%%DATADIR%%/b3_x.dxf -%%DATADIR%%/b4_20ele_x.dxf -%%DATADIR%%/b4_x.dxf -%%DATADIR%%/b5_x.dxf -%%DATADIR%%/b6_x.dxf -%%DATADIR%%/b7_x.dxf -%%DATADIR%%/z88x.dxf -%%DOCSDIR%%/e88d.htm -%%DOCSDIR%%/e88dy.htm -%%DOCSDIR%%/e88dy1.jpg -%%DOCSDIR%%/e88dy2.jpg -%%DOCSDIR%%/e88dy3.jpg -%%DOCSDIR%%/e88dy4.jpg -%%DOCSDIR%%/e88e.htm -%%DOCSDIR%%/e88e1.htm -%%DOCSDIR%%/e88e10.htm -%%DOCSDIR%%/e88e11.htm -%%DOCSDIR%%/e88e12.htm -%%DOCSDIR%%/e88e13.htm -%%DOCSDIR%%/e88e1301.gif -%%DOCSDIR%%/e88e14.htm -%%DOCSDIR%%/e88e15.htm -%%DOCSDIR%%/e88e16.htm -%%DOCSDIR%%/e88e17.htm -%%DOCSDIR%%/e88e18.htm -%%DOCSDIR%%/e88e19.htm -%%DOCSDIR%%/e88e2.htm -%%DOCSDIR%%/e88e20.htm -%%DOCSDIR%%/e88e201.gif -%%DOCSDIR%%/e88e202.gif -%%DOCSDIR%%/e88e3.htm -%%DOCSDIR%%/e88e4.htm -%%DOCSDIR%%/e88e5.htm -%%DOCSDIR%%/e88e502.gif -%%DOCSDIR%%/e88e6.htm -%%DOCSDIR%%/e88e7.htm -%%DOCSDIR%%/e88e8.htm -%%DOCSDIR%%/e88e9.htm -%%DOCSDIR%%/e88ea.htm -%%DOCSDIR%%/e88f.htm -%%DOCSDIR%%/e88f.jpg -%%DOCSDIR%%/e88g.htm -%%DOCSDIR%%/e88g1.jpg -%%DOCSDIR%%/e88g2.jpg -%%DOCSDIR%%/e88ge.htm -%%DOCSDIR%%/e88ge06.gif -%%DOCSDIR%%/e88ge12.gif -%%DOCSDIR%%/e88gpl.htm -%%DOCSDIR%%/e88h.htm -%%DOCSDIR%%/e88i1.htm -%%DOCSDIR%%/e88i2.htm -%%DOCSDIR%%/e88i201.gif -%%DOCSDIR%%/e88i202.gif -%%DOCSDIR%%/e88i203.gif -%%DOCSDIR%%/e88i204.gif -%%DOCSDIR%%/e88i205.gif -%%DOCSDIR%%/e88i3.htm -%%DOCSDIR%%/e88i4.htm -%%DOCSDIR%%/e88i5.htm -%%DOCSDIR%%/e88ia.htm -%%DOCSDIR%%/e88in.htm -%%DOCSDIR%%/e88inu.jpg -%%DOCSDIR%%/e88inw.jpg -%%DOCSDIR%%/e88ite.htm -%%DOCSDIR%%/e88ite1.jpg -%%DOCSDIR%%/e88ite2.jpg -%%DOCSDIR%%/e88ite3.jpg -%%DOCSDIR%%/e88ix.htm -%%DOCSDIR%%/e88mr1.jpg -%%DOCSDIR%%/e88mr2.jpg -%%DOCSDIR%%/e88mru.htm -%%DOCSDIR%%/e88mrw.htm -%%DOCSDIR%%/e88n.htm -%%DOCSDIR%%/e88n01.gif -%%DOCSDIR%%/e88n02.gif -%%DOCSDIR%%/e88ni.htm -%%DOCSDIR%%/e88ni01.gif -%%DOCSDIR%%/e88o.htm -%%DOCSDIR%%/e88o01.jpg -%%DOCSDIR%%/e88o02.jpg -%%DOCSDIR%%/e88o03.jpg -%%DOCSDIR%%/e88o04.jpg -%%DOCSDIR%%/e88o05.jpg -%%DOCSDIR%%/e88o06.jpg -%%DOCSDIR%%/e88p.htm -%%DOCSDIR%%/e88s10.htm -%%DOCSDIR%%/e88s1.htm -%%DOCSDIR%%/e88s2.htm -%%DOCSDIR%%/e88s3.htm -%%DOCSDIR%%/e88s4.htm -%%DOCSDIR%%/e88s401.gif -%%DOCSDIR%%/e88s5.htm -%%DOCSDIR%%/e88s6.htm -%%DOCSDIR%%/e88s7.htm -%%DOCSDIR%%/e88s8.htm -%%DOCSDIR%%/e88s9.htm -%%DOCSDIR%%/e88sa.htm -%%DOCSDIR%%/e88v.htm -%%DOCSDIR%%/e88v1.jpg -%%DOCSDIR%%/e88x.htm -%%DOCSDIR%%/e88x1.jpg -%%DOCSDIR%%/g88d.htm -%%DOCSDIR%%/g88dy.htm -%%DOCSDIR%%/g88dy1.jpg -%%DOCSDIR%%/g88dy2.jpg -%%DOCSDIR%%/g88dy3.jpg -%%DOCSDIR%%/g88dy4.jpg -%%DOCSDIR%%/g88e.htm -%%DOCSDIR%%/g88e1.htm -%%DOCSDIR%%/g88e10.htm -%%DOCSDIR%%/g88e1001.gif -%%DOCSDIR%%/g88e101.gif -%%DOCSDIR%%/g88e11.htm -%%DOCSDIR%%/g88e1101.gif -%%DOCSDIR%%/g88e12.htm -%%DOCSDIR%%/g88e1201.gif -%%DOCSDIR%%/g88e13.htm -%%DOCSDIR%%/g88e1301.gif -%%DOCSDIR%%/g88e14.htm -%%DOCSDIR%%/g88e1401.gif -%%DOCSDIR%%/g88e15.htm -%%DOCSDIR%%/g88e1501.gif -%%DOCSDIR%%/g88e16.htm -%%DOCSDIR%%/g88e1601.gif -%%DOCSDIR%%/g88e17.htm -%%DOCSDIR%%/g88e1701.gif -%%DOCSDIR%%/g88e18.gif -%%DOCSDIR%%/g88e18.htm -%%DOCSDIR%%/g88e19.gif -%%DOCSDIR%%/g88e19.htm -%%DOCSDIR%%/g88e2.htm -%%DOCSDIR%%/g88e20.gif -%%DOCSDIR%%/g88e20.htm -%%DOCSDIR%%/g88e201.gif -%%DOCSDIR%%/g88e202.gif -%%DOCSDIR%%/g88e3.htm -%%DOCSDIR%%/g88e301.gif -%%DOCSDIR%%/g88e4.htm -%%DOCSDIR%%/g88e401.gif -%%DOCSDIR%%/g88e5.htm -%%DOCSDIR%%/g88e501.gif -%%DOCSDIR%%/g88e502.gif -%%DOCSDIR%%/g88e6.htm -%%DOCSDIR%%/g88e601.gif -%%DOCSDIR%%/g88e7.htm -%%DOCSDIR%%/g88e701.gif -%%DOCSDIR%%/g88e8.htm -%%DOCSDIR%%/g88e801.gif -%%DOCSDIR%%/g88e9.htm -%%DOCSDIR%%/g88e901.gif -%%DOCSDIR%%/g88ea.htm -%%DOCSDIR%%/g88f.htm -%%DOCSDIR%%/g88f.jpg -%%DOCSDIR%%/g88g.htm -%%DOCSDIR%%/g88g1.jpg -%%DOCSDIR%%/g88g2.jpg -%%DOCSDIR%%/g88g3.jpg -%%DOCSDIR%%/g88ge.htm -%%DOCSDIR%%/g88ge01.gif -%%DOCSDIR%%/g88ge02.gif -%%DOCSDIR%%/g88ge03.gif -%%DOCSDIR%%/g88ge04.gif -%%DOCSDIR%%/g88ge05.gif -%%DOCSDIR%%/g88ge06.gif -%%DOCSDIR%%/g88ge07.gif -%%DOCSDIR%%/g88ge08.gif -%%DOCSDIR%%/g88ge09.gif -%%DOCSDIR%%/g88ge10.gif -%%DOCSDIR%%/g88ge11.gif -%%DOCSDIR%%/g88ge12.gif -%%DOCSDIR%%/g88ge13.gif -%%DOCSDIR%%/g88ge14.gif -%%DOCSDIR%%/g88h.htm -%%DOCSDIR%%/g88i1.htm -%%DOCSDIR%%/g88i2.htm -%%DOCSDIR%%/g88i201.gif -%%DOCSDIR%%/g88i202.gif -%%DOCSDIR%%/g88i203.gif -%%DOCSDIR%%/g88i204.gif -%%DOCSDIR%%/g88i205.gif -%%DOCSDIR%%/g88i3.htm -%%DOCSDIR%%/g88i4.htm -%%DOCSDIR%%/g88ia.htm -%%DOCSDIR%%/g88in.htm -%%DOCSDIR%%/g88inu.jpg -%%DOCSDIR%%/g88inw.jpg -%%DOCSDIR%%/g88ite.htm -%%DOCSDIR%%/g88ite1.jpg -%%DOCSDIR%%/g88ite2.jpg -%%DOCSDIR%%/g88ix.htm -%%DOCSDIR%%/g88mr1.jpg -%%DOCSDIR%%/g88mr2.jpg -%%DOCSDIR%%/g88mr3.jpg -%%DOCSDIR%%/g88mr4.jpg -%%DOCSDIR%%/g88mr5.jpg -%%DOCSDIR%%/g88mr6.jpg -%%DOCSDIR%%/g88mr7.jpg -%%DOCSDIR%%/g88mr8.jpg -%%DOCSDIR%%/g88mru.htm -%%DOCSDIR%%/g88mrw.htm -%%DOCSDIR%%/g88n.htm -%%DOCSDIR%%/g88n01.gif -%%DOCSDIR%%/g88n02.gif -%%DOCSDIR%%/g88ni.htm -%%DOCSDIR%%/g88ni01.gif -%%DOCSDIR%%/g88o.htm -%%DOCSDIR%%/g88s1.htm -%%DOCSDIR%%/g88s101.gif -%%DOCSDIR%%/g88s102.gif -%%DOCSDIR%%/g88s103.gif -%%DOCSDIR%%/g88s2.htm -%%DOCSDIR%%/g88s201.gif -%%DOCSDIR%%/g88s202.gif -%%DOCSDIR%%/g88s3.htm -%%DOCSDIR%%/g88s301.gif -%%DOCSDIR%%/g88s4.htm -%%DOCSDIR%%/g88s401.gif -%%DOCSDIR%%/g88s402.gif -%%DOCSDIR%%/g88s5.htm -%%DOCSDIR%%/g88s501.gif -%%DOCSDIR%%/g88s502.gif -%%DOCSDIR%%/g88s6.htm -%%DOCSDIR%%/g88s601.gif -%%DOCSDIR%%/g88s7.htm -%%DOCSDIR%%/g88s701.gif -%%DOCSDIR%%/g88s702.gif -%%DOCSDIR%%/g88s8.htm -%%DOCSDIR%%/g88s9.htm -%%DOCSDIR%%/g88sa.htm -%%DOCSDIR%%/g88v.htm -%%DOCSDIR%%/g88v1.jpg -%%DOCSDIR%%/g88x.htm -%%DOCSDIR%%/g88x01.gif -%%DOCSDIR%%/g88x02.gif -%%DOCSDIR%%/g88x03.gif -%%DOCSDIR%%/g88x04.gif -%%DOCSDIR%%/g88x05.gif -%%DOCSDIR%%/g88x06.gif -%%DOCSDIR%%/g88x07.gif -%%DOCSDIR%%/g88x08.gif -%%DOCSDIR%%/g88x09.gif -%%DOCSDIR%%/g88x1.jpg -%%DOCSDIR%%/g88x10.gif -%%DOCSDIR%%/g88x2.gif -%%DOCSDIR%%/g88x3.gif -%%DOCSDIR%%/e88s1004.jpg -%%DOCSDIR%%/e88s104.jpg -%%DOCSDIR%%/e88s105.jpg -%%DOCSDIR%%/e88s106.jpg -%%DOCSDIR%%/e88s203.jpg -%%DOCSDIR%%/e88s303.jpg -%%DOCSDIR%%/e88s404.jpg -%%DOCSDIR%%/e88s503.jpg -%%DOCSDIR%%/e88s504.jpg -%%DOCSDIR%%/e88s602.jpg -%%DOCSDIR%%/e88s603.jpg -%%DOCSDIR%%/e88s701.jpg -%%DOCSDIR%%/e88s703.jpg -%%DOCSDIR%%/e88s801.jpg -%%DOCSDIR%%/e88s802.jpg -%%DOCSDIR%%/e88s803.jpg -%%DOCSDIR%%/e88s804.jpg -%%DOCSDIR%%/e88s805.jpg -%%DOCSDIR%%/e88s806.jpg -%%DOCSDIR%%/e88s807.jpg -%%DOCSDIR%%/e88s808.jpg -%%DOCSDIR%%/e88s809.jpg -%%DOCSDIR%%/e88s904.jpg -%%DOCSDIR%%/e88s905.jpg -%%DOCSDIR%%/e88s906.jpg -%%DOCSDIR%%/e88s907.jpg -%%DOCSDIR%%/e88s908.jpg -%%DOCSDIR%%/e88s909.jpg -%%DOCSDIR%%/g88e1002.gif -%%DOCSDIR%%/g88e102.gif -%%DOCSDIR%%/g88e1102.gif -%%DOCSDIR%%/g88e1202.gif -%%DOCSDIR%%/g88e1402.gif -%%DOCSDIR%%/g88e1502.gif -%%DOCSDIR%%/g88e1602.gif -%%DOCSDIR%%/g88e1702.gif -%%DOCSDIR%%/g88e702.gif -%%DOCSDIR%%/g88e802.gif -%%DOCSDIR%%/g88i5.htm -%%DOCSDIR%%/g88i501.gif -%%DOCSDIR%%/g88i502.gif -%%DOCSDIR%%/g88ite3.jpg -%%DOCSDIR%%/g88mr9.jpg -%%DOCSDIR%%/g88o01.jpg -%%DOCSDIR%%/g88o02.jpg -%%DOCSDIR%%/g88o03.jpg -%%DOCSDIR%%/g88o04.jpg -%%DOCSDIR%%/g88o05.jpg -%%DOCSDIR%%/g88o06.jpg -%%DOCSDIR%%/g88s10.htm -%%DOCSDIR%%/g88s1001.jpg -%%DOCSDIR%%/g88s1002.jpg -%%DOCSDIR%%/g88s1003.jpg -%%DOCSDIR%%/g88s1004.jpg -%%DOCSDIR%%/g88s104.jpg -%%DOCSDIR%%/g88s105.jpg -%%DOCSDIR%%/g88s106.jpg -%%DOCSDIR%%/g88s203.jpg -%%DOCSDIR%%/g88s302.jpg -%%DOCSDIR%%/g88s303.jpg -%%DOCSDIR%%/g88s403.jpg -%%DOCSDIR%%/g88s404.jpg -%%DOCSDIR%%/g88s503.jpg -%%DOCSDIR%%/g88s504.jpg -%%DOCSDIR%%/g88s602.jpg -%%DOCSDIR%%/g88s603.jpg -%%DOCSDIR%%/g88s701.jpg -%%DOCSDIR%%/g88s702.jpg -%%DOCSDIR%%/g88s703.jpg -%%DOCSDIR%%/g88s801.jpg -%%DOCSDIR%%/g88s802.jpg -%%DOCSDIR%%/g88s803.jpg -%%DOCSDIR%%/g88s804.jpg -%%DOCSDIR%%/g88s805.jpg -%%DOCSDIR%%/g88s806.jpg -%%DOCSDIR%%/g88s807.jpg -%%DOCSDIR%%/g88s808.jpg -%%DOCSDIR%%/g88s809.jpg -%%DOCSDIR%%/g88s901.jpg -%%DOCSDIR%%/g88s902.jpg -%%DOCSDIR%%/g88s903.jpg -%%DOCSDIR%%/g88s904.jpg -%%DOCSDIR%%/g88s905.jpg -%%DOCSDIR%%/g88s906.jpg -%%DOCSDIR%%/g88s907.jpg -%%DOCSDIR%%/g88s908.jpg -%%DOCSDIR%%/g88s909.jpg -%%DOCSDIR%%/pla1.gif -%%PORTDOCS%%%%DOCSDIR%%/z88mane.pdf From owner-svn-ports-head@freebsd.org Fri Dec 25 21:04:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34E51A52C23; Fri, 25 Dec 2015 21:04: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 02D1215FE; Fri, 25 Dec 2015 21:04: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 tBPL45S4040088; Fri, 25 Dec 2015 21:04:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPL44U7040086; Fri, 25 Dec 2015 21:04:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512252104.tBPL44U7040086@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, 25 Dec 2015 21:04:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404472 - head/devel/rubygem-slim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 21:04:06 -0000 Author: sunpoet Date: Fri Dec 25 21:04:04 2015 New Revision: 404472 URL: https://svnweb.freebsd.org/changeset/ports/404472 Log: - Update to 3.0.6 and unbreak this port - While I'm here, add LICENSE_FILE Changes: https://github.com/slim-template/slim/blob/master/CHANGES PR: 205605 Submitted by: Torsten Zuhlsdorff Modified: head/devel/rubygem-slim/Makefile head/devel/rubygem-slim/distinfo Modified: head/devel/rubygem-slim/Makefile ============================================================================== --- head/devel/rubygem-slim/Makefile Fri Dec 25 20:45:35 2015 (r404471) +++ head/devel/rubygem-slim/Makefile Fri Dec 25 21:04:04 2015 (r404472) @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= slim -PORTVERSION= 3.0.4 +PORTVERSION= 3.0.6 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Template language whose goal is reduce the syntax to essential parts -BROKEN= unfetchable LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-temple>=0.7.3:${PORTSDIR}/devel/rubygem-temple \ rubygem-tilt>=1.3.3:${PORTSDIR}/devel/rubygem-tilt Modified: head/devel/rubygem-slim/distinfo ============================================================================== --- head/devel/rubygem-slim/distinfo Fri Dec 25 20:45:35 2015 (r404471) +++ head/devel/rubygem-slim/distinfo Fri Dec 25 21:04:04 2015 (r404472) @@ -1,2 +1,2 @@ -SHA256 (rubygem/slim-3.0.4.gem) = 9fb98e2c8410b640f6cc000e999c81e4e9da33310117cd75b4df2cb2c3fec65f -SIZE (rubygem/slim-3.0.4.gem) = 96256 +SHA256 (rubygem/slim-3.0.6.gem) = 1315604e79dcf6c89916007ad297e716c35109e19d2d6ce42b5557006138faeb +SIZE (rubygem/slim-3.0.6.gem) = 96256 From owner-svn-ports-head@freebsd.org Fri Dec 25 21:09:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 408F4A52D97; Fri, 25 Dec 2015 21:09:42 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D5B11820; Fri, 25 Dec 2015 21:09:41 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBPL9fGh040423; Fri, 25 Dec 2015 21:09:41 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPL9fWm040421; Fri, 25 Dec 2015 21:09:41 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201512252109.tBPL9fWm040421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Fri, 25 Dec 2015 21:09:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404473 - head/net/py-eventlet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 21:09:42 -0000 Author: cs Date: Fri Dec 25 21:09:40 2015 New Revision: 404473 URL: https://svnweb.freebsd.org/changeset/ports/404473 Log: Update to 0.17.4 Modified: head/net/py-eventlet/Makefile head/net/py-eventlet/distinfo Modified: head/net/py-eventlet/Makefile ============================================================================== --- head/net/py-eventlet/Makefile Fri Dec 25 21:04:04 2015 (r404472) +++ head/net/py-eventlet/Makefile Fri Dec 25 21:09:40 2015 (r404473) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= eventlet -PORTVERSION= 0.16.1 +PORTVERSION= 0.17.4 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net/py-eventlet/distinfo ============================================================================== --- head/net/py-eventlet/distinfo Fri Dec 25 21:04:04 2015 (r404472) +++ head/net/py-eventlet/distinfo Fri Dec 25 21:09:40 2015 (r404473) @@ -1,2 +1,2 @@ -SHA256 (eventlet-0.16.1.tar.gz) = e8bfd7ba6bbf2223a7cd3b1ffec2f15ab28a2ef65171b57dddd4323c7ac24db7 -SIZE (eventlet-0.16.1.tar.gz) = 267857 +SHA256 (eventlet-0.17.4.tar.gz) = 8721e9714eaff8d20f2407e0d3a80069db6b57c9226c26ee9db25c541d06556d +SIZE (eventlet-0.17.4.tar.gz) = 284480 From owner-svn-ports-head@freebsd.org Fri Dec 25 21:16:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E505A52F60; Fri, 25 Dec 2015 21:16:55 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 370601B4E; Fri, 25 Dec 2015 21:16:55 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBPLGsBo043348; Fri, 25 Dec 2015 21:16:54 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPLGsk3043346; Fri, 25 Dec 2015 21:16:54 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201512252116.tBPLGsk3043346@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Fri, 25 Dec 2015 21:16:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404474 - head/security/meek X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 21:16:55 -0000 Author: cs Date: Fri Dec 25 21:16:53 2015 New Revision: 404474 URL: https://svnweb.freebsd.org/changeset/ports/404474 Log: Update to 0.21 Modified: head/security/meek/Makefile head/security/meek/distinfo Modified: head/security/meek/Makefile ============================================================================== --- head/security/meek/Makefile Fri Dec 25 21:09:40 2015 (r404473) +++ head/security/meek/Makefile Fri Dec 25 21:16:53 2015 (r404474) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= meek -PORTVERSION= 0.20 +PORTVERSION= 0.21 CATEGORIES= security MASTER_SITES= http://c-s.li/ports/ Modified: head/security/meek/distinfo ============================================================================== --- head/security/meek/distinfo Fri Dec 25 21:09:40 2015 (r404473) +++ head/security/meek/distinfo Fri Dec 25 21:16:53 2015 (r404474) @@ -1,2 +1,2 @@ -SHA256 (meek-0.20.tar.gz) = e70f15d23385539ae7d9cb1868f6fa896bad5351d9b9b545d29877f4d7c3c11a -SIZE (meek-0.20.tar.gz) = 36506 +SHA256 (meek-0.21.tar.gz) = 9b08e53b86f49dfc56e971c39948bf953bf2391d5e9e36852935e8174df6bf32 +SIZE (meek-0.21.tar.gz) = 37413 From owner-svn-ports-head@freebsd.org Fri Dec 25 21:35:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6096AA513E0; Fri, 25 Dec 2015 21:35:27 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F40710D3; Fri, 25 Dec 2015 21:35:27 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBPLZQpk049070; Fri, 25 Dec 2015 21:35:26 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPLZQoe049068; Fri, 25 Dec 2015 21:35:26 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201512252135.tBPLZQoe049068@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Fri, 25 Dec 2015 21:35:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404475 - head/security/obfsproxy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 21:35:27 -0000 Author: cs Date: Fri Dec 25 21:35:26 2015 New Revision: 404475 URL: https://svnweb.freebsd.org/changeset/ports/404475 Log: Update to 0.2.13 Modified: head/security/obfsproxy/Makefile head/security/obfsproxy/distinfo Modified: head/security/obfsproxy/Makefile ============================================================================== --- head/security/obfsproxy/Makefile Fri Dec 25 21:16:53 2015 (r404474) +++ head/security/obfsproxy/Makefile Fri Dec 25 21:35:26 2015 (r404475) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= obfsproxy -PORTVERSION= 0.2.10 +PORTVERSION= 0.2.13 PORTEPOCH= 1 CATEGORIES= security net python MASTER_SITES= http://www.c-s.li/ports/ Modified: head/security/obfsproxy/distinfo ============================================================================== --- head/security/obfsproxy/distinfo Fri Dec 25 21:16:53 2015 (r404474) +++ head/security/obfsproxy/distinfo Fri Dec 25 21:35:26 2015 (r404475) @@ -1,2 +1,2 @@ -SHA256 (obfsproxy-0.2.10.tar.gz) = 74a21820db5100e1d58d4df86c61ffa495de2ee784c864202923f29c80d53760 -SIZE (obfsproxy-0.2.10.tar.gz) = 91596 +SHA256 (obfsproxy-0.2.13.tar.gz) = c29582f2f5b0316cbc7184e0529a5b246dfeeabd4e6c4dcb05b800256d6c9dd6 +SIZE (obfsproxy-0.2.13.tar.gz) = 95813 From owner-svn-ports-head@freebsd.org Fri Dec 25 21:45:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5268FA5164D; Fri, 25 Dec 2015 21:45:07 +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 1B39B15D6; Fri, 25 Dec 2015 21:45:07 +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 tBPLj6Vf052150; Fri, 25 Dec 2015 21:45:06 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPLj61w052148; Fri, 25 Dec 2015 21:45:06 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201512252145.tBPLj61w052148@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 25 Dec 2015 21:45:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404476 - in head: . japanese japanese/ochusha X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 21:45:07 -0000 Author: rene Date: Fri Dec 25 21:45:05 2015 New Revision: 404476 URL: https://svnweb.freebsd.org/changeset/ports/404476 Log: Remove expired port: 2015-12-25 japanese/ochusha: Development ceased in 2008, other options available Deleted: head/japanese/ochusha/ Modified: head/MOVED head/japanese/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Fri Dec 25 21:35:26 2015 (r404475) +++ head/MOVED Fri Dec 25 21:45:05 2015 (r404476) @@ -8063,3 +8063,4 @@ sysutils/busybox-unstable|sysutils/busyb editors/calligra-l10n-ia||2015-12-21|Not shipped by Calligra 2.9.10 editors/calligra-l10n-nds||2015-12-21|Not shipped by Calligra 2.9.10 editors/calligra-l10n-sl||2015-12-21|Not shipped by Calligra 2.9.10 +japanese/ochusha||2015-12-25|Has expired: Development ceased in 2008, other options available Modified: head/japanese/Makefile ============================================================================== --- head/japanese/Makefile Fri Dec 25 21:35:26 2015 (r404475) +++ head/japanese/Makefile Fri Dec 25 21:45:05 2015 (r404476) @@ -186,7 +186,6 @@ SUBDIR += ngraph-fonts SUBDIR += nhocr SUBDIR += nkf - SUBDIR += ochusha SUBDIR += onew SUBDIR += p5-Date-Japanese-Era SUBDIR += p5-Date-Japanese-Holiday From owner-svn-ports-head@freebsd.org Fri Dec 25 21:52:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82AC7A51875; Fri, 25 Dec 2015 21:52:00 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C52319A0; Fri, 25 Dec 2015 21:52: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 tBPLpxul055034; Fri, 25 Dec 2015 21:51:59 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPLpxR7055032; Fri, 25 Dec 2015 21:51:59 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201512252151.tBPLpxR7055032@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 25 Dec 2015 21:51:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404477 - in head/lang/python33: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 21:52:00 -0000 Author: antoine Date: Fri Dec 25 21:51:59 2015 New Revision: 404477 URL: https://svnweb.freebsd.org/changeset/ports/404477 Log: Restore unixccompiler.py patch, it was not included upstream Added: head/lang/python33/files/patch-Lib_distutils_unixccompiler.py (contents, props changed) Modified: head/lang/python33/Makefile Modified: head/lang/python33/Makefile ============================================================================== --- head/lang/python33/Makefile Fri Dec 25 21:45:05 2015 (r404476) +++ head/lang/python33/Makefile Fri Dec 25 21:51:59 2015 (r404477) @@ -2,6 +2,7 @@ PORTNAME= python33 PORTVERSION= 3.3.6 +PORTREVISION= 1 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON/ftp/python/${PORTVERSION} DISTNAME= Python-${PORTVERSION} Added: head/lang/python33/files/patch-Lib_distutils_unixccompiler.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/python33/files/patch-Lib_distutils_unixccompiler.py Fri Dec 25 21:51:59 2015 (r404477) @@ -0,0 +1,15 @@ +# Description: Some python extensions can't be compiled with clang 3.4 +# Issue ID: http://bugs.python.org/issue20767 +# Submitted by: antoine + +--- Lib/distutils/unixccompiler.py.orig 2014-10-12 07:03:52 UTC ++++ Lib/distutils/unixccompiler.py +@@ -225,6 +225,8 @@ class UnixCCompiler(CCompiler): + if sys.platform[:6] == "darwin": + # MacOSX's linker doesn't understand the -R flag at all + return "-L" + dir ++ elif sys.platform[:7] == "freebsd": ++ return "-Wl,-rpath=" + dir + elif sys.platform[:5] == "hp-ux": + if self._is_gcc(compiler): + return ["-Wl,+s", "-L" + dir] From owner-svn-ports-head@freebsd.org Fri Dec 25 21:55:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5A86A5191C; Fri, 25 Dec 2015 21:55:06 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 825EF1AC2; Fri, 25 Dec 2015 21:55:06 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBPLt5Nx055284; Fri, 25 Dec 2015 21:55:05 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPLt5MJ055281; Fri, 25 Dec 2015 21:55:05 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201512252155.tBPLt5MJ055281@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Fri, 25 Dec 2015 21:55:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404478 - head/www/py-django-annoying X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 21:55:06 -0000 Author: cs Date: Fri Dec 25 21:55:05 2015 New Revision: 404478 URL: https://svnweb.freebsd.org/changeset/ports/404478 Log: - Update to 0.8.4 - Move to Github - Take maintainership Modified: head/www/py-django-annoying/Makefile head/www/py-django-annoying/distinfo head/www/py-django-annoying/pkg-descr Modified: head/www/py-django-annoying/Makefile ============================================================================== --- head/www/py-django-annoying/Makefile Fri Dec 25 21:51:59 2015 (r404477) +++ head/www/py-django-annoying/Makefile Fri Dec 25 21:55:05 2015 (r404478) @@ -2,16 +2,19 @@ # $FreeBSD$ PORTNAME= django-annoying -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.4 CATEGORIES= www python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= cs@FreeBSD.org COMMENT= Application to eliminate annoying things in the Django framework RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django +USE_GITHUB= yes + +GH_ACCOUNT= skorokithakis +GH_TAGNAME= release-${PORTVERSION} USES= python USE_PYTHON= autoplist distutils Modified: head/www/py-django-annoying/distinfo ============================================================================== --- head/www/py-django-annoying/distinfo Fri Dec 25 21:51:59 2015 (r404477) +++ head/www/py-django-annoying/distinfo Fri Dec 25 21:55:05 2015 (r404478) @@ -1,2 +1,2 @@ -SHA256 (django-annoying-0.8.0.tar.gz) = 49553b466327bda3c5d3e85aaa44287a54ed96968f9f15d8ba53fe96866e0c19 -SIZE (django-annoying-0.8.0.tar.gz) = 8987 +SHA256 (skorokithakis-django-annoying-0.8.4-release-0.8.4_GH0.tar.gz) = 158c2914276ba7e3fdc3eb2df37ab0241eca26c75eb8cc3a9f50c1d4b015d196 +SIZE (skorokithakis-django-annoying-0.8.4-release-0.8.4_GH0.tar.gz) = 11978 Modified: head/www/py-django-annoying/pkg-descr ============================================================================== --- head/www/py-django-annoying/pkg-descr Fri Dec 25 21:51:59 2015 (r404477) +++ head/www/py-django-annoying/pkg-descr Fri Dec 25 21:55:05 2015 (r404478) @@ -20,4 +20,4 @@ Features: JSONField - custom field that lets you easily store JSON data in one of your model fields. -WWW: https://bitbucket.org/offline/django-annoying/wiki/Home +WWW: https://github.com/skorokithakis/django-annoying From owner-svn-ports-head@freebsd.org Fri Dec 25 21:55:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21038A51950; Fri, 25 Dec 2015 21:55:36 +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 E80351BBA; Fri, 25 Dec 2015 21:55:35 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBPLtZWW055402; Fri, 25 Dec 2015 21:55:35 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPLtZrt055400; Fri, 25 Dec 2015 21:55:35 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201512252155.tBPLtZrt055400@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 25 Dec 2015 21:55:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404479 - in head/Mk: Scripts 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 21:55:36 -0000 Author: antoine Date: Fri Dec 25 21:55:34 2015 New Revision: 404479 URL: https://svnweb.freebsd.org/changeset/ports/404479 Log: Do not cache PYTHON_PORTVERSION, it is not invariant between ports Modified: head/Mk/Scripts/functions.sh head/Mk/Uses/python.mk Modified: head/Mk/Scripts/functions.sh ============================================================================== --- head/Mk/Scripts/functions.sh Fri Dec 25 21:55:05 2015 (r404478) +++ head/Mk/Scripts/functions.sh Fri Dec 25 21:55:34 2015 (r404479) @@ -184,7 +184,6 @@ export_ports_env() { OPSYS \ OSREL \ OSVERSION \ - PYTHON_PORTVERSION \ PYTHONBASE \ UID \ _JAVA_OS_LIST_REGEXP \ Modified: head/Mk/Uses/python.mk ============================================================================== --- head/Mk/Uses/python.mk Fri Dec 25 21:55:05 2015 (r404478) +++ head/Mk/Uses/python.mk Fri Dec 25 21:55:34 2015 (r404479) @@ -390,7 +390,6 @@ PYTHON_PORTSDIR= ${_PYTHON_RELPORTDIR}${ .if !defined(PYTHON_PORTVERSION) PYTHON_PORTVERSION!= ${MAKE} -V PORTVERSION -C ${PYTHON_PORTSDIR} .endif -_EXPORTED_VARS+= PYTHON_PORTVERSION .endif # Create a 4 integer version string, prefixing 0 to the last token if # it's a single character. Only use the the first 3 tokens of From owner-svn-ports-head@freebsd.org Fri Dec 25 22:01:44 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BCC7A51B90; Fri, 25 Dec 2015 22:01:44 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2CBF91E37; Fri, 25 Dec 2015 22:01:44 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBPM1hRo057673; Fri, 25 Dec 2015 22:01:43 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPM1hd4057669; Fri, 25 Dec 2015 22:01:43 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201512252201.tBPM1hd4057669@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Fri, 25 Dec 2015 22:01:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404480 - head/www/py-django-evolution X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 22:01:44 -0000 Author: cs Date: Fri Dec 25 22:01:42 2015 New Revision: 404480 URL: https://svnweb.freebsd.org/changeset/ports/404480 Log: - Update to 0.7.6 - Compatible with newer django versions now - Move to Github - Take maintainership Modified: head/www/py-django-evolution/Makefile head/www/py-django-evolution/distinfo head/www/py-django-evolution/pkg-descr Modified: head/www/py-django-evolution/Makefile ============================================================================== --- head/www/py-django-evolution/Makefile Fri Dec 25 21:55:34 2015 (r404479) +++ head/www/py-django-evolution/Makefile Fri Dec 25 22:01:42 2015 (r404480) @@ -2,19 +2,21 @@ # $FreeBSD$ PORTNAME= django-evolution -PORTVERSION= 0.7.5 +PORTVERSION= 0.7.6 CATEGORIES= www python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= django_evolution-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= cs@FreeBSD.org COMMENT= Database schema evolution tool for the Django web framework LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django16>=1.6.11:${PORTSDIR}/www/py-django16 +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django +USE_GITHUB= yes + +GH_ACCOUNT= beanbaginc +GH_TAGNAME= release-${PORTVERSION} USES= python USE_PYTHON= distutils autoplist Modified: head/www/py-django-evolution/distinfo ============================================================================== --- head/www/py-django-evolution/distinfo Fri Dec 25 21:55:34 2015 (r404479) +++ head/www/py-django-evolution/distinfo Fri Dec 25 22:01:42 2015 (r404480) @@ -1,2 +1,2 @@ -SHA256 (django_evolution-0.7.5.tar.gz) = db9ee54849ccce54736b18926bd3b839d5a0e61a713263851d3e220c49e96ce1 -SIZE (django_evolution-0.7.5.tar.gz) = 89551 +SHA256 (beanbaginc-django-evolution-0.7.6-release-0.7.6_GH0.tar.gz) = d8c7611619eda7e0b37af6305cb5435b92731dc8427f2f92d4c383b907440205 +SIZE (beanbaginc-django-evolution-0.7.6-release-0.7.6_GH0.tar.gz) = 94993 Modified: head/www/py-django-evolution/pkg-descr ============================================================================== --- head/www/py-django-evolution/pkg-descr Fri Dec 25 21:55:34 2015 (r404479) +++ head/www/py-django-evolution/pkg-descr Fri Dec 25 22:01:42 2015 (r404480) @@ -2,4 +2,4 @@ Django Evolution is an extension to Djan in your models over time, and to update the database to reflect those changes. -WWW: http://code.google.com/p/django-evolution/ +WWW: https://github.com/beanbaginc/django-evolution From owner-svn-ports-head@freebsd.org Fri Dec 25 22:02:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A95CFA51BF5; Fri, 25 Dec 2015 22:02:43 +0000 (UTC) (envelope-from lars@e-new.0x20.net) Received: from mail.0x20.net (mail.0x20.net [217.69.76.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.0x20.net", Issuer "mail.0x20.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6D55E1F9A; Fri, 25 Dec 2015 22:02:43 +0000 (UTC) (envelope-from lars@e-new.0x20.net) Received: from e-new.0x20.net (mail.0x20.net [IPv6:2001:aa8:fffb:1::3]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.0x20.net (Postfix) with ESMTPS id 092A56DF91B; Fri, 25 Dec 2015 23:02:40 +0100 (CET) Received: from e-new.0x20.net (localhost [127.0.0.1]) by e-new.0x20.net (8.14.7/8.14.7) with ESMTP id tBPM2deC090775; Fri, 25 Dec 2015 23:02:39 +0100 (CET) (envelope-from lars@e-new.0x20.net) Received: (from lars@localhost) by e-new.0x20.net (8.14.7/8.14.7/Submit) id tBPM2dAE089858; Fri, 25 Dec 2015 23:02:39 +0100 (CET) (envelope-from lars) Date: Fri, 25 Dec 2015 23:02:39 +0100 From: Lars Engels To: Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r404467 - in head/sysutils: . phttpget phttpget/files Message-ID: <20151225220239.GY78415@e-new.0x20.net> References: <201512251945.tBPJjiBg014942@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="CgKfkX9/bwndGexZ" Content-Disposition: inline In-Reply-To: <201512251945.tBPJjiBg014942@repo.freebsd.org> X-Editor: VIM - Vi IMproved 7.4 X-Operation-System: FreeBSD 8.4-RELEASE-p23 User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 22:02:43 -0000 --CgKfkX9/bwndGexZ Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Dec 25, 2015 at 07:45:44PM +0000, Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Fri Dec 25 19:45:44 2015 > New Revision: 404467 > URL: https://svnweb.freebsd.org/changeset/ports/404467 >=20 > Log: > - Add phttpget 0.2 > =20 > `phttpget' is a Pipelined HTTP GET utility. > =20 > This is different from "normal" HTTP in that it allows the HTTP > client to have several HTTP requests "in flight" at once, and can > dramatically increase performance when a large number of small files > need to be downloaded. (This was the case with portsnap, where > downloading 300 files of 200 bytes each is not unusual). > =20 > Note that phttpget is currently extremely minimalist. > =20 > Please see the website listed below, for a full feature list. > =20 > WWW: http://www.daemonology.net/phttpget/ What was the reason to create a port of this? phttpget(8) is part of base as /usr/libexec/phttpget. --CgKfkX9/bwndGexZ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJWfbz/XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4RjQwMDE3RTRERjUzMTI1N0FGRTUxNDlF NTRDQjM3RDNBMDg5RDZEAAoJEOVMs306CJ1tA4kH/2JWeJW+GWqahl+o6UhqRf/3 5rZbQn42boqIdiURAwjtE0oTgTPGruE+BkLoyJeiRquSQNkq0ZKQ31eZHXwwGIsO pOdoDsAoDB2QyR8atP6LoAl7NugUIDuVORB4bWd1OJV8ORwumCnw+pj3QTBvrWRA a4U/x2ALWIiauBwE2USyO6zKOfMVWa6Zk/VIHg6JxAuX1PKNYi/ifRZNFPO6UHD/ OO6OGJlSl0FHad/fyyUXOpArlKH7I8N5ch1mhi4mpbn5ZoDXIA6DYWMJT8DBYGZM XHHg9i0HIilNmBxnfG9BhF0YHr0ROS4VLlytQBIg4HE8QEmspHluPeoA3PlyKdM= =IDBl -----END PGP SIGNATURE----- --CgKfkX9/bwndGexZ-- From owner-svn-ports-head@freebsd.org Fri Dec 25 22:14:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF0C8A50112; Fri, 25 Dec 2015 22:14:55 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C84914FD; Fri, 25 Dec 2015 22:14:55 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBPMEsl9061113; Fri, 25 Dec 2015 22:14:54 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPMEs98061112; Fri, 25 Dec 2015 22:14:54 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201512252214.tBPMEs98061112@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Fri, 25 Dec 2015 22:14:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404481 - head/www/py-djblets X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 22:14:55 -0000 Author: cs Date: Fri Dec 25 22:14:54 2015 New Revision: 404481 URL: https://svnweb.freebsd.org/changeset/ports/404481 Log: Update WWW Modified: head/www/py-djblets/pkg-descr Modified: head/www/py-djblets/pkg-descr ============================================================================== --- head/www/py-djblets/pkg-descr Fri Dec 25 22:01:42 2015 (r404480) +++ head/www/py-djblets/pkg-descr Fri Dec 25 22:14:54 2015 (r404481) @@ -2,4 +2,4 @@ Djblets is a separate but closely linked utility functions and classes for use with Django. We make it a goal to put generic code written for Review Board into Djblets for other developers to use. -WWW: http://www.review-board.org/wiki/Djblets +WWW: https://github.com/djblets/djblets From owner-svn-ports-head@freebsd.org Fri Dec 25 22:27:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 952E3A5042B; Fri, 25 Dec 2015 22:27:27 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5BCDA197C; Fri, 25 Dec 2015 22:27:27 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBPMRQ45064200; Fri, 25 Dec 2015 22:27:26 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPMRQaj064198; Fri, 25 Dec 2015 22:27:26 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201512252227.tBPMRQaj064198@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Fri, 25 Dec 2015 22:27:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404482 - in head/net-p2p/twister: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 22:27:27 -0000 Author: thierry Date: Fri Dec 25 22:27:26 2015 New Revision: 404482 URL: https://svnweb.freebsd.org/changeset/ports/404482 Log: Upgrade to v0.9.34. Deleted: head/net-p2p/twister/files/patch-src_twister.cpp Modified: head/net-p2p/twister/Makefile head/net-p2p/twister/distinfo Modified: head/net-p2p/twister/Makefile ============================================================================== --- head/net-p2p/twister/Makefile Fri Dec 25 22:14:54 2015 (r404481) +++ head/net-p2p/twister/Makefile Fri Dec 25 22:27:26 2015 (r404482) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= twister-core -PORTVERSION= 0.9.31 +PORTVERSION= 0.9.34 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= net-p2p @@ -51,7 +51,7 @@ WITH_OPENSSL_PORT= yes .endif post-patch: - @${REINPLACE_CMD} 's|%%PORTVERSION%%|${PORTVERSION}|' \ + ${REINPLACE_CMD} 's|%%PORTVERSION%%|${PORTVERSION}|' \ ${WRKSRC}/share/genbuild.sh pre-configure: Modified: head/net-p2p/twister/distinfo ============================================================================== --- head/net-p2p/twister/distinfo Fri Dec 25 22:14:54 2015 (r404481) +++ head/net-p2p/twister/distinfo Fri Dec 25 22:27:26 2015 (r404482) @@ -1,2 +1,2 @@ -SHA256 (miguelfreitas-twister-core-v0.9.31_GH0.tar.gz) = ccb85f5eaac46a668908c69063adcc796a2bb4cb69907b1c093dbf8fcf58c101 -SIZE (miguelfreitas-twister-core-v0.9.31_GH0.tar.gz) = 6211128 +SHA256 (miguelfreitas-twister-core-v0.9.34_GH0.tar.gz) = b250508c7d1c72d1d0dcb2377f65199d1af27e3da9a0f4b4277d818304b101bf +SIZE (miguelfreitas-twister-core-v0.9.34_GH0.tar.gz) = 6213664 From owner-svn-ports-head@freebsd.org Fri Dec 25 22:35:45 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A234A506E5; Fri, 25 Dec 2015 22:35:45 +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 273E81C90; Fri, 25 Dec 2015 22:35:45 +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 tBPMZiMR067244; Fri, 25 Dec 2015 22:35:44 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPMZhUQ067238; Fri, 25 Dec 2015 22:35:43 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201512252235.tBPMZhUQ067238@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 25 Dec 2015 22:35:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404483 - in head: devel/py-prettytable security/py-oauthlib textproc/py-Chameleon textproc/py-diff-match-patch www/py-flask-bootstrap www/py-wsgiauth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 22:35:45 -0000 Author: antoine Date: Fri Dec 25 22:35:43 2015 New Revision: 404483 URL: https://svnweb.freebsd.org/changeset/ports/404483 Log: Allow use a regular user, some files were unreadable Modified: head/devel/py-prettytable/Makefile head/security/py-oauthlib/Makefile head/textproc/py-Chameleon/Makefile head/textproc/py-diff-match-patch/Makefile head/www/py-flask-bootstrap/Makefile head/www/py-wsgiauth/Makefile Modified: head/devel/py-prettytable/Makefile ============================================================================== --- head/devel/py-prettytable/Makefile Fri Dec 25 22:27:26 2015 (r404482) +++ head/devel/py-prettytable/Makefile Fri Dec 25 22:35:43 2015 (r404483) @@ -3,7 +3,7 @@ PORTNAME= prettytable PORTVERSION= 0.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP/source/P/PrettyTable PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,4 +14,7 @@ COMMENT= Library for displaying tabular USES= python USE_PYTHON= distutils autoplist +post-extract: + @${CHMOD} -R a+rX ${WRKSRC} + .include Modified: head/security/py-oauthlib/Makefile ============================================================================== --- head/security/py-oauthlib/Makefile Fri Dec 25 22:27:26 2015 (r404482) +++ head/security/py-oauthlib/Makefile Fri Dec 25 22:35:43 2015 (r404483) @@ -3,6 +3,7 @@ PORTNAME= oauthlib PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= security net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -43,6 +44,9 @@ USE_PYTHON= distutils autoplist TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}unittest2>0:${PORTSDIR}/devel/py-unittest2 .endif +post-extract: + @${CHMOD} -R a+rX ${WRKSRC} + regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test Modified: head/textproc/py-Chameleon/Makefile ============================================================================== --- head/textproc/py-Chameleon/Makefile Fri Dec 25 22:27:26 2015 (r404482) +++ head/textproc/py-Chameleon/Makefile Fri Dec 25 22:35:43 2015 (r404483) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= Chameleon -DISTVERSION= 2.24 +PORTVERSION= 2.24 +PORTREVISION= 1 CATEGORIES= textproc www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,4 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= python USE_PYTHON= autoplist distutils +post-extract: + @${CHMOD} -R a+rX ${WRKSRC} + .include Modified: head/textproc/py-diff-match-patch/Makefile ============================================================================== --- head/textproc/py-diff-match-patch/Makefile Fri Dec 25 22:27:26 2015 (r404482) +++ head/textproc/py-diff-match-patch/Makefile Fri Dec 25 22:35:43 2015 (r404483) @@ -3,6 +3,7 @@ PORTNAME= diff-match-patch PORTVERSION= 0.0.0.20121119 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP DISTNAME= ${PORTNAME}-${PORTVERSION:E} @@ -21,6 +22,9 @@ USE_PYTHON= autoplist distutils NO_ARCH= yes +post-extract: + @${CHMOD} -R a+rX ${WRKSRC} + regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test Modified: head/www/py-flask-bootstrap/Makefile ============================================================================== --- head/www/py-flask-bootstrap/Makefile Fri Dec 25 22:27:26 2015 (r404482) +++ head/www/py-flask-bootstrap/Makefile Fri Dec 25 22:35:43 2015 (r404483) @@ -2,6 +2,7 @@ PORTNAME= Flask-Bootstrap PORTVERSION= 3.3.2.1 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,4 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flas USES= python USE_PYTHON= autoplist distutils +post-extract: + @${CHMOD} -R a+rX ${WRKSRC} + .include Modified: head/www/py-wsgiauth/Makefile ============================================================================== --- head/www/py-wsgiauth/Makefile Fri Dec 25 22:27:26 2015 (r404482) +++ head/www/py-wsgiauth/Makefile Fri Dec 25 22:35:43 2015 (r404483) @@ -3,7 +3,7 @@ PORTNAME= wsgiauth PORTVERSION= 0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,4 +14,7 @@ COMMENT= WSGI authentication middleware USES= python USE_PYTHON= distutils autoplist +post-extract: + @${CHMOD} -R a+rX ${WRKSRC} + .include From owner-svn-ports-head@freebsd.org Fri Dec 25 22:55:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC39EA50C9C; Fri, 25 Dec 2015 22:55:20 +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 AAA67136B; Fri, 25 Dec 2015 22:55:20 +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 tBPMtJ93073102; Fri, 25 Dec 2015 22:55:19 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPMtJKv073100; Fri, 25 Dec 2015 22:55:19 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201512252255.tBPMtJKv073100@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Fri, 25 Dec 2015 22:55:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404484 - head/databases/mariadb55-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 22:55:21 -0000 Author: brnrd Date: Fri Dec 25 22:55:19 2015 New Revision: 404484 URL: https://svnweb.freebsd.org/changeset/ports/404484 Log: databases/mariadb55-server: Update to 5.5.47 - Bug-fix release The release notes for MariaDB 5.5.47 can be found at: - https://mariadb.com/kb/en/mariadb/mariadb-5547-release-notes/ Approved by: koobs (mentor), feld (mentor) Differential Revision: https://reviews.freebsd.org/D4485 Modified: head/databases/mariadb55-server/Makefile head/databases/mariadb55-server/distinfo Modified: head/databases/mariadb55-server/Makefile ============================================================================== --- head/databases/mariadb55-server/Makefile Fri Dec 25 22:35:43 2015 (r404483) +++ head/databases/mariadb55-server/Makefile Fri Dec 25 22:55:19 2015 (r404484) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 5.5.46 +PORTVERSION= 5.5.47 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ http://mirrors.supportex.net/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ Modified: head/databases/mariadb55-server/distinfo ============================================================================== --- head/databases/mariadb55-server/distinfo Fri Dec 25 22:35:43 2015 (r404483) +++ head/databases/mariadb55-server/distinfo Fri Dec 25 22:55:19 2015 (r404484) @@ -1,2 +1,2 @@ -SHA256 (mariadb-5.5.46.tar.gz) = 45b66b7adc87cad32e553df1d5211e5b6426b78a3bc318a5ccde088bf93e6e10 -SIZE (mariadb-5.5.46.tar.gz) = 45683962 +SHA256 (mariadb-5.5.47.tar.gz) = 62b9378677433461d2a79b1ebe3182ba249994eb0cff2054ae8de8f646364209 +SIZE (mariadb-5.5.47.tar.gz) = 45705343 From owner-svn-ports-head@freebsd.org Fri Dec 25 23:19:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79520A51326; Fri, 25 Dec 2015 23:19:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3ADDC1BE5; Fri, 25 Dec 2015 23:19:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBPNJ3Ps079252; Fri, 25 Dec 2015 23:19:03 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPNJ2IG079243; Fri, 25 Dec 2015 23:19:02 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512252319.tBPNJ2IG079243@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Dec 2015 23:19:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404485 - in head: databases/py-apsw games/megaglest games/megaglest-data graphics/showimage mail/assp mail/p5-Net-SenderBase sysutils/knutclient-kde4 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 23:19:04 -0000 Author: amdmi3 Date: Fri Dec 25 23:19:02 2015 New Revision: 404485 URL: https://svnweb.freebsd.org/changeset/ports/404485 Log: - Reset maintainer by his own request PR: 205570 Modified: head/databases/py-apsw/Makefile head/games/megaglest-data/Makefile head/games/megaglest/Makefile head/graphics/showimage/Makefile head/mail/assp/Makefile head/mail/p5-Net-SenderBase/Makefile head/sysutils/knutclient-kde4/Makefile head/www/mozplugger/Makefile Modified: head/databases/py-apsw/Makefile ============================================================================== --- head/databases/py-apsw/Makefile Fri Dec 25 22:55:19 2015 (r404484) +++ head/databases/py-apsw/Makefile Fri Dec 25 23:19:02 2015 (r404485) @@ -9,7 +9,7 @@ CATEGORIES= databases python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= rnejdl@ringofsaturn.com +MAINTAINER= ports@FreeBSD.org COMMENT= APSW stands for Another Python SQLite Wrapper LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 Modified: head/games/megaglest-data/Makefile ============================================================================== --- head/games/megaglest-data/Makefile Fri Dec 25 22:55:19 2015 (r404484) +++ head/games/megaglest-data/Makefile Fri Dec 25 23:19:02 2015 (r404485) @@ -8,7 +8,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} PKGNAMESUFFIX= -data DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} -MAINTAINER= rnejdl@ringofsaturn.com +MAINTAINER= ports@FreeBSD.org COMMENT= MegaGlest data files BROKEN= unfetchable Modified: head/games/megaglest/Makefile ============================================================================== --- head/games/megaglest/Makefile Fri Dec 25 22:55:19 2015 (r404484) +++ head/games/megaglest/Makefile Fri Dec 25 23:19:02 2015 (r404485) @@ -8,7 +8,7 @@ CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}_3.9.0/ DISTNAME= ${PORTNAME}-source-${PORTVERSION} -MAINTAINER= rnejdl@ringofsaturn.com +MAINTAINER= ports@FreeBSD.org COMMENT= Open source 3D real-time strategy game BROKEN= unfetchable Modified: head/graphics/showimage/Makefile ============================================================================== --- head/graphics/showimage/Makefile Fri Dec 25 22:55:19 2015 (r404484) +++ head/graphics/showimage/Makefile Fri Dec 25 23:19:02 2015 (r404485) @@ -7,7 +7,7 @@ CATEGORIES= graphics kde MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ DISTNAME= 143977-${PORTNAME}-${PORTVERSION} -MAINTAINER= rnejdl@ringofsaturn.com +MAINTAINER= ports@FreeBSD.org COMMENT= Simple KDE based image viewer USES= cmake:outsource tar:bzip2 Modified: head/mail/assp/Makefile ============================================================================== --- head/mail/assp/Makefile Fri Dec 25 22:55:19 2015 (r404484) +++ head/mail/assp/Makefile Fri Dec 25 23:19:02 2015 (r404485) @@ -8,7 +8,7 @@ CATEGORIES= mail MASTER_SITES= http://www.ringofsaturn.com/distfiles/ DISTNAME= ${PORTNAME:tu}_${PORTVERSION}_Install -MAINTAINER= rnejdl@ringofsaturn.com +MAINTAINER= ports@FreeBSD.org COMMENT= Anti-Spam SMTP Proxy RUN_DEPENDS= p5-Net-DNS>=0.68:${PORTSDIR}/dns/p5-Net-DNS \ Modified: head/mail/p5-Net-SenderBase/Makefile ============================================================================== --- head/mail/p5-Net-SenderBase/Makefile Fri Dec 25 22:55:19 2015 (r404484) +++ head/mail/p5-Net-SenderBase/Makefile Fri Dec 25 23:19:02 2015 (r404485) @@ -9,7 +9,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JOENIO PKGNAMEPREFIX= p5- -MAINTAINER= rnejdl@ringofsaturn.com +MAINTAINER= ports@FreeBSD.org COMMENT= Query the SenderBase service RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS Modified: head/sysutils/knutclient-kde4/Makefile ============================================================================== --- head/sysutils/knutclient-kde4/Makefile Fri Dec 25 22:55:19 2015 (r404484) +++ head/sysutils/knutclient-kde4/Makefile Fri Dec 25 23:19:02 2015 (r404485) @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.buzuluk.cz/pub/a http://www.ringofsaturn.com/distfiles/ \ http://www.vg.kernel.org/pub/mirrors/gentoo/source/distfiles/ -MAINTAINER= rnejdl@ringofsaturn.com +MAINTAINER= ports@FreeBSD.org COMMENT= Visual client for UPS system NUT LIB_DEPENDS= libqimageblitz.so:${PORTSDIR}/x11/qimageblitz Modified: head/www/mozplugger/Makefile ============================================================================== --- head/www/mozplugger/Makefile Fri Dec 25 22:55:19 2015 (r404484) +++ head/www/mozplugger/Makefile Fri Dec 25 23:19:02 2015 (r404485) @@ -6,7 +6,7 @@ PORTVERSION= 2.1.4 CATEGORIES= www MASTER_SITES= http://mozplugger.mozdev.org/files/ -MAINTAINER= rnejdl@ringofsaturn.com +MAINTAINER= ports@FreeBSD.org COMMENT= Framework for loading web content in external viewers GNU_CONFIGURE= yes From owner-svn-ports-head@freebsd.org Fri Dec 25 23:19:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2731A5136F; Fri, 25 Dec 2015 23:19: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 B39B31CBA; Fri, 25 Dec 2015 23:19: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 tBPNJKLX079383; Fri, 25 Dec 2015 23:19:20 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPNJKqi079382; Fri, 25 Dec 2015 23:19:20 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512252319.tBPNJKqi079382@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Dec 2015 23:19:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404486 - head/databases/py-apsw X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 23:19:22 -0000 Author: amdmi3 Date: Fri Dec 25 23:19:20 2015 New Revision: 404486 URL: https://svnweb.freebsd.org/changeset/ports/404486 Log: - Add LICENSE - Switch to USES=localbase Modified: head/databases/py-apsw/Makefile Modified: head/databases/py-apsw/Makefile ============================================================================== --- head/databases/py-apsw/Makefile Fri Dec 25 23:19:02 2015 (r404485) +++ head/databases/py-apsw/Makefile Fri Dec 25 23:19:20 2015 (r404486) @@ -12,14 +12,13 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= APSW stands for Another Python SQLite Wrapper +LICENSE= ZLIB + LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 PYDISTUTILS_PKGVERSION= ${PORTVERSION}_r1 PYDISTUTILS_EGGINFO= apsw-${PORTVERSION}.post1-py${PYTHON_VER}.egg-info -USES= python zip +USES= localbase python zip USE_PYTHON= distutils -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - .include From owner-svn-ports-head@freebsd.org Fri Dec 25 23:19:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D780BA513B6; Fri, 25 Dec 2015 23:19: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 A8A521D90; Fri, 25 Dec 2015 23:19: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 tBPNJeAw079493; Fri, 25 Dec 2015 23:19:40 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPNJeTI079492; Fri, 25 Dec 2015 23:19:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512252319.tBPNJeTI079492@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Dec 2015 23:19:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404487 - head/mail/p5-Net-SenderBase X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 23:19:41 -0000 Author: amdmi3 Date: Fri Dec 25 23:19:40 2015 New Revision: 404487 URL: https://svnweb.freebsd.org/changeset/ports/404487 Log: - Add LICENSE - Add NO_ARCH Modified: head/mail/p5-Net-SenderBase/Makefile Modified: head/mail/p5-Net-SenderBase/Makefile ============================================================================== --- head/mail/p5-Net-SenderBase/Makefile Fri Dec 25 23:19:20 2015 (r404486) +++ head/mail/p5-Net-SenderBase/Makefile Fri Dec 25 23:19:40 2015 (r404487) @@ -12,9 +12,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Query the SenderBase service +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include From owner-svn-ports-head@freebsd.org Fri Dec 25 23:22:48 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3F4DA51526; Fri, 25 Dec 2015 23:22:48 +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 A271710A1; Fri, 25 Dec 2015 23:22:48 +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 tBPNMlQ4082138; Fri, 25 Dec 2015 23:22:47 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPNMlG9082137; Fri, 25 Dec 2015 23:22:47 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201512252322.tBPNMlG9082137@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 25 Dec 2015 23:22:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404488 - head/Mk/Scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 23:22:48 -0000 Author: antoine Date: Fri Dec 25 23:22:47 2015 New Revision: 404488 URL: https://svnweb.freebsd.org/changeset/ports/404488 Log: Do not advise to strip object files, it can be harmful Reported by: koobs With hat: portmgr Modified: head/Mk/Scripts/qa.sh Modified: head/Mk/Scripts/qa.sh ============================================================================== --- head/Mk/Scripts/qa.sh Fri Dec 25 23:19:40 2015 (r404487) +++ head/Mk/Scripts/qa.sh Fri Dec 25 23:22:47 2015 (r404488) @@ -174,7 +174,7 @@ stripped() { # Split file and result into 2 lines and read separately to ensure # files with spaces are kept intact. # Using readelf -h ... /ELF Header:/ will match on all ELF files. - find ${STAGEDIR} -type f ! -name '*.a' \ + find ${STAGEDIR} -type f ! -name '*.a' ! -name '*.o' \ -exec readelf -S {} + 2>/dev/null | awk '\ /File:/ {sub(/File: /, "", $0); file=$0} \ /SYMTAB/ {print file}' | From owner-svn-ports-head@freebsd.org Fri Dec 25 23:35:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93C9BA518E0; Fri, 25 Dec 2015 23:35:26 +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 4785814A6; Fri, 25 Dec 2015 23:35:26 +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 tBPNZPRf085234; Fri, 25 Dec 2015 23:35:25 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPNZP4c085231; Fri, 25 Dec 2015 23:35:25 GMT (envelope-from makc@FreeBSD.org) Message-Id: <201512252335.tBPNZP4c085231@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Fri, 25 Dec 2015 23:35:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404489 - in head/games: hexxagon trigger-data trigger-rally X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 23:35:26 -0000 Author: makc Date: Fri Dec 25 23:35:24 2015 New Revision: 404489 URL: https://svnweb.freebsd.org/changeset/ports/404489 Log: Update MASTER_SITES Modified: head/games/hexxagon/Makefile head/games/trigger-data/Makefile head/games/trigger-rally/Makefile Modified: head/games/hexxagon/Makefile ============================================================================== --- head/games/hexxagon/Makefile Fri Dec 25 23:22:47 2015 (r404488) +++ head/games/hexxagon/Makefile Fri Dec 25 23:35:24 2015 (r404489) @@ -4,13 +4,11 @@ PORTNAME= hexxagon PORTVERSION= 1.0.1 PORTREVISION= 3 CATEGORIES= games -MASTER_SITES= http://www.nesqi.se/hexxagon/hexxagon/download/ +MASTER_SITES= http://www.nesqi.se/download/ MAINTAINER= makc@FreeBSD.org COMMENT= Strategy hexagon game -BROKEN= unfetchable - LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 USES= gmake pkgconfig tar:bzip2 Modified: head/games/trigger-data/Makefile ============================================================================== --- head/games/trigger-data/Makefile Fri Dec 25 23:22:47 2015 (r404488) +++ head/games/trigger-data/Makefile Fri Dec 25 23:35:24 2015 (r404489) @@ -3,13 +3,12 @@ PORTNAME= trigger-data PORTVERSION= 0.6.1 CATEGORIES= games -MASTER_SITES= SF/trigger-rally/trigger-rally/trigger-${PORTVERSION} +MASTER_SITES= SF/trigger-rally/trigger-${PORTVERSION} DISTNAME= trigger-rally-${PORTVERSION}-data MAINTAINER= makc@FreeBSD.org COMMENT= Data files for trigger-rally -BROKEN= unfetchable USES= tar:bzip2 DATADIR= ${PREFIX}/share/trigger-rally Modified: head/games/trigger-rally/Makefile ============================================================================== --- head/games/trigger-rally/Makefile Fri Dec 25 23:22:47 2015 (r404488) +++ head/games/trigger-rally/Makefile Fri Dec 25 23:35:24 2015 (r404489) @@ -4,13 +4,12 @@ PORTNAME= trigger-rally PORTVERSION= 0.6.1 CATEGORIES= games -MASTER_SITES= SF/trigger-rally/trigger-rally/trigger-${PORTVERSION} +MASTER_SITES= SF/trigger-rally/trigger-${PORTVERSION} DISTVERSIONSUFFIX= -src MAINTAINER= makc@FreeBSD.org COMMENT= Rally car racing game -BROKEN= unfetchable BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs RUN_DEPENDS= ${DATADIR}/trigger.config.defs:${PORTSDIR}/games/trigger-data From owner-svn-ports-head@freebsd.org Fri Dec 25 23:38:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14958A51931; Fri, 25 Dec 2015 23:38: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 B47FD15C6; Fri, 25 Dec 2015 23:38: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 tBPNcdgm085461; Fri, 25 Dec 2015 23:38:39 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPNcdUt085458; Fri, 25 Dec 2015 23:38:39 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512252338.tBPNcdUt085458@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Dec 2015 23:38:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404490 - head/devel/love X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 23:38:41 -0000 Author: amdmi3 Date: Fri Dec 25 23:38:39 2015 New Revision: 404490 URL: https://svnweb.freebsd.org/changeset/ports/404490 Log: - Update to 0.10.0 PR: 205520 Modified: head/devel/love/Makefile head/devel/love/distinfo head/devel/love/pkg-plist Modified: head/devel/love/Makefile ============================================================================== --- head/devel/love/Makefile Fri Dec 25 23:35:24 2015 (r404489) +++ head/devel/love/Makefile Fri Dec 25 23:38:39 2015 (r404490) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= love -PORTVERSION= 0.9.2 +PORTVERSION= 0.10.0 CATEGORIES= devel games MASTER_SITES= https://bitbucket.org/rude/love/downloads/ \ http://mirror.amdmi3.ru/distfiles/ @@ -14,18 +14,20 @@ COMMENT= Open-source 2D game engine LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/license.txt -LIB_DEPENDS= libIL.so:${PORTSDIR}/graphics/devil \ - libmodplug.so:${PORTSDIR}/audio/libmodplug \ +LIB_DEPENDS= libmodplug.so:${PORTSDIR}/audio/libmodplug \ libmpg123.so:${PORTSDIR}/audio/mpg123 \ libvorbisfile.so:${PORTSDIR}/audio/libvorbis \ libphysfs.so:${PORTSDIR}/devel/physfs \ - libfreetype.so:${PORTSDIR}/print/freetype2 + libfreetype.so:${PORTSDIR}/print/freetype2 \ + libtheora.so:${PORTSDIR}/multimedia/libtheora -USES= gmake openal libtool pkgconfig compiler:c++11-lib \ - desktop-file-utils shared-mime-info localbase +USES= compiler:c++11-lib desktop-file-utils gmake libtool \ + localbase openal pkgconfig shared-mime-info USE_SDL= sdl2 USE_GL= gl glu GNU_CONFIGURE= yes +CONFIGURE_ENV= zlib_CFLAGS=" " \ + zlib_LIBS="-lz" WRKSRC= ${WRKDIR}/love-${PORTVERSION} INSTALL_TARGET= install-strip Modified: head/devel/love/distinfo ============================================================================== --- head/devel/love/distinfo Fri Dec 25 23:35:24 2015 (r404489) +++ head/devel/love/distinfo Fri Dec 25 23:38:39 2015 (r404490) @@ -1,2 +1,2 @@ -SHA256 (love-0.9.2-linux-src.tar.gz) = a995d062dc14e7944c239934b9343583153718774511d8625885aa57f2b5c172 -SIZE (love-0.9.2-linux-src.tar.gz) = 1451535 +SHA256 (love-0.10.0-linux-src.tar.gz) = 97a4df98e56c4e9b9d9097633a76319e719de8f87c494782df8dc1c1b30d56e4 +SIZE (love-0.10.0-linux-src.tar.gz) = 1586980 Modified: head/devel/love/pkg-plist ============================================================================== --- head/devel/love/pkg-plist Fri Dec 25 23:35:24 2015 (r404489) +++ head/devel/love/pkg-plist Fri Dec 25 23:38:39 2015 (r404490) @@ -1,5 +1,4 @@ bin/love -lib/liblove.a lib/liblove.so lib/liblove.so.0 lib/liblove.so.0.0.0 From owner-svn-ports-head@freebsd.org Fri Dec 25 23:42:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9EE6A51AFE; Fri, 25 Dec 2015 23:42: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 7861C1A1A; Fri, 25 Dec 2015 23:42: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 tBPNgsDT088267; Fri, 25 Dec 2015 23:42:54 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPNgsIV088266; Fri, 25 Dec 2015 23:42:54 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512252342.tBPNgsIV088266@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Dec 2015 23:42:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404491 - head/graphics/showimage X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 23:42:55 -0000 Author: amdmi3 Date: Fri Dec 25 23:42:54 2015 New Revision: 404491 URL: https://svnweb.freebsd.org/changeset/ports/404491 Log: - Add LICENSE Modified: head/graphics/showimage/Makefile Modified: head/graphics/showimage/Makefile ============================================================================== --- head/graphics/showimage/Makefile Fri Dec 25 23:38:39 2015 (r404490) +++ head/graphics/showimage/Makefile Fri Dec 25 23:42:54 2015 (r404491) @@ -10,6 +10,9 @@ DISTNAME= 143977-${PORTNAME}-${PORTVERSI MAINTAINER= ports@FreeBSD.org COMMENT= Simple KDE based image viewer +LICENSE= GPLv3 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + USES= cmake:outsource tar:bzip2 USE_KDE4= automoc4 kdeprefix kdelibs USE_QT4= qmake_build moc_build rcc_build uic_build From owner-svn-ports-head@freebsd.org Fri Dec 25 23:43:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 277E8A51B28; Fri, 25 Dec 2015 23:43:00 +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 EE15D1A3C; Fri, 25 Dec 2015 23:42: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 tBPNgxnZ088371; Fri, 25 Dec 2015 23:42:59 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPNgxUE088370; Fri, 25 Dec 2015 23:42:59 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512252342.tBPNgxUE088370@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Dec 2015 23:42:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404492 - head/sysutils/knutclient-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 23:43:00 -0000 Author: amdmi3 Date: Fri Dec 25 23:42:58 2015 New Revision: 404492 URL: https://svnweb.freebsd.org/changeset/ports/404492 Log: - Add LICENSE Modified: head/sysutils/knutclient-kde4/Makefile Modified: head/sysutils/knutclient-kde4/Makefile ============================================================================== --- head/sysutils/knutclient-kde4/Makefile Fri Dec 25 23:42:54 2015 (r404491) +++ head/sysutils/knutclient-kde4/Makefile Fri Dec 25 23:42:58 2015 (r404492) @@ -12,9 +12,13 @@ MASTER_SITES= ftp://ftp.buzuluk.cz/pub/a MAINTAINER= ports@FreeBSD.org COMMENT= Visual client for UPS system NUT +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libqimageblitz.so:${PORTSDIR}/x11/qimageblitz CONFLICTS= knutclient-0.* + USES= cmake gettext USE_KDE4= kdeprefix kdelibs automoc4 USE_QT4= corelib gui qmake_build moc_build rcc_build uic_build From owner-svn-ports-head@freebsd.org Fri Dec 25 23:43:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06A0CA51B4F; Fri, 25 Dec 2015 23:43: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 B676D1AFD; Fri, 25 Dec 2015 23:43:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBPNh1XM088503; Fri, 25 Dec 2015 23:43:01 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBPNh16P088501; Fri, 25 Dec 2015 23:43:01 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512252343.tBPNh16P088501@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Dec 2015 23:43:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404493 - in head/www/mozplugger: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 23:43:03 -0000 Author: amdmi3 Date: Fri Dec 25 23:43:01 2015 New Revision: 404493 URL: https://svnweb.freebsd.org/changeset/ports/404493 Log: - Add LICENSE - Strip binaries - Simplify pkg-message handling Added: head/www/mozplugger/pkg-message - copied unchanged from r404492, head/www/mozplugger/files/pkg-message.in Deleted: head/www/mozplugger/files/pkg-message.in Modified: head/www/mozplugger/Makefile Modified: head/www/mozplugger/Makefile ============================================================================== --- head/www/mozplugger/Makefile Fri Dec 25 23:42:58 2015 (r404492) +++ head/www/mozplugger/Makefile Fri Dec 25 23:43:01 2015 (r404493) @@ -3,16 +3,19 @@ PORTNAME= mozplugger PORTVERSION= 2.1.4 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://mozplugger.mozdev.org/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Framework for loading web content in external viewers +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes USE_XORG= x11 xt USES= desthack gmake webplugin:native -SUB_FILES= pkg-message WEBPLUGIN_FILES=mozplugger.so MAKE_ENV= WEBPLUGINS_DIR="${WEBPLUGIN_DIR}" @@ -22,4 +25,8 @@ post-patch: @${REINPLACE_CMD} -e 's|"/etc|"${PREFIX}/etc|g' \ ${WRKSRC}/mozplugger.c +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mozplugger-* + @${STRIP_CMD} ${STAGEDIR}${WEBPLUGIN_DIR}/*.so + .include Copied: head/www/mozplugger/pkg-message (from r404492, head/www/mozplugger/files/pkg-message.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/mozplugger/pkg-message Fri Dec 25 23:43:01 2015 (r404493, copy of r404492, head/www/mozplugger/files/pkg-message.in) @@ -0,0 +1,11 @@ +This plugin needs external viewers before it can display any content. +External viewers that are supported include: + Mplayer + Xine + Open Office + Timidity + XMMS + Adobe Acrobat Reader + Gnumeric + Abiword + and others... From owner-svn-ports-head@freebsd.org Sat Dec 26 02:45:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C822A515CC; Sat, 26 Dec 2015 02:45:01 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pf0-x230.google.com (mail-pf0-x230.google.com [IPv6:2607:f8b0:400e:c00::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 7D2771CE0; Sat, 26 Dec 2015 02:45:01 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pf0-x230.google.com with SMTP id 65so41470540pff.3; Fri, 25 Dec 2015 18:45:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=zHEe0wMc4pb1Ii3sNq7u6wPWjI6ggNne8qurogdEjQA=; b=lMkoqLUqEz2GY6lWMB2allICbQKaKJ3haPZXWjtOv+kJkeGeVrEX2vAAuC9w14Uydz j0hSv1zJ+4IKo5VowctkPur7lBFdmhsnPEw3S653MVCdx8nt+jmY83WJF9PRj+HAMKzl P/qMVJyLyjKzEPy8/d9V3mzPnvBprj+FlXrXKiC5LPi+9vOV0C9Ru5tlFXmm0kVaH38e QTbjoG+4ISpWe+EfMgzN9k5nH8OpyPcm4Pzv4n6lLUr9AAWu09bomgChvrVgGCHWZlYO rluIjlKlvkn38lJ8pn+LgGgf0bdDPbemP1iGI17UUlEQFZDZ20k5s2NeyyVJNXxYOZjY 20Rg== X-Received: by 10.98.73.19 with SMTP id w19mr62626499pfa.103.1451097900635; Fri, 25 Dec 2015 18:45:00 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:ed22:8180:1a8f:a3f? (2001-44b8-31ae-7b01-ed22-8180-1a8f-0a3f.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:ed22:8180:1a8f:a3f]) by smtp.gmail.com with ESMTPSA id 27sm12364165pfh.4.2015.12.25.18.44.58 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 25 Dec 2015 18:45:00 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r404480 - head/www/py-django-evolution References: <201512252201.tBPM1hd4057669@repo.freebsd.org> To: Carlo Strub , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <567DFF1F.7000205@FreeBSD.org> Date: Sat, 26 Dec 2015 13:44:47 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Thunderbird/42.0 MIME-Version: 1.0 In-Reply-To: <201512252201.tBPM1hd4057669@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 02:45:01 -0000 On 26/12/2015 9:01 AM, Carlo Strub wrote: > Author: cs > Date: Fri Dec 25 22:01:42 2015 > New Revision: 404480 > URL: https://svnweb.freebsd.org/changeset/ports/404480 > > Log: > - Update to 0.7.6 > - Compatible with newer django versions now > - Move to Github > - Take maintainership > > Modified: > head/www/py-django-evolution/Makefile > head/www/py-django-evolution/distinfo > head/www/py-django-evolution/pkg-descr > > Modified: head/www/py-django-evolution/Makefile > ============================================================================== > --- head/www/py-django-evolution/Makefile Fri Dec 25 21:55:34 2015 (r404479) > +++ head/www/py-django-evolution/Makefile Fri Dec 25 22:01:42 2015 (r404480) > @@ -2,19 +2,21 @@ > # $FreeBSD$ > > PORTNAME= django-evolution > -PORTVERSION= 0.7.5 > +PORTVERSION= 0.7.6 > CATEGORIES= www python > -MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > -DISTNAME= django_evolution-${PORTVERSION} > > -MAINTAINER= ports@FreeBSD.org > +MAINTAINER= cs@FreeBSD.org > COMMENT= Database schema evolution tool for the Django web framework > > LICENSE= BSD3CLAUSE > > -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django16>=1.6.11:${PORTSDIR}/www/py-django16 > +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django > > +USE_GITHUB= yes > + > +GH_ACCOUNT= beanbaginc > +GH_TAGNAME= release-${PORTVERSION} > USES= python > USE_PYTHON= distutils autoplist > > > Modified: head/www/py-django-evolution/distinfo > ============================================================================== > --- head/www/py-django-evolution/distinfo Fri Dec 25 21:55:34 2015 (r404479) > +++ head/www/py-django-evolution/distinfo Fri Dec 25 22:01:42 2015 (r404480) > @@ -1,2 +1,2 @@ > -SHA256 (django_evolution-0.7.5.tar.gz) = db9ee54849ccce54736b18926bd3b839d5a0e61a713263851d3e220c49e96ce1 > -SIZE (django_evolution-0.7.5.tar.gz) = 89551 > +SHA256 (beanbaginc-django-evolution-0.7.6-release-0.7.6_GH0.tar.gz) = d8c7611619eda7e0b37af6305cb5435b92731dc8427f2f92d4c383b907440205 > +SIZE (beanbaginc-django-evolution-0.7.6-release-0.7.6_GH0.tar.gz) = 94993 > > Modified: head/www/py-django-evolution/pkg-descr > ============================================================================== > --- head/www/py-django-evolution/pkg-descr Fri Dec 25 21:55:34 2015 (r404479) > +++ head/www/py-django-evolution/pkg-descr Fri Dec 25 22:01:42 2015 (r404480) > @@ -2,4 +2,4 @@ Django Evolution is an extension to Djan > in your models over time, and to update the database to reflect those > changes. > > -WWW: http://code.google.com/p/django-evolution/ > +WWW: https://github.com/beanbaginc/django-evolution > This could do with a rename to match upstream PyPI name: https://pypi.python.org/pypi/django_evolution From owner-svn-ports-head@freebsd.org Sat Dec 26 06:44:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C4A2A514F6; Sat, 26 Dec 2015 06:44:31 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF313150B; Sat, 26 Dec 2015 06:44:30 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQ6iTXD014439; Sat, 26 Dec 2015 06:44:29 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQ6iTH7014437; Sat, 26 Dec 2015 06:44:29 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201512260644.tBQ6iTH7014437@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sat, 26 Dec 2015 06:44:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404494 - head/databases/py-redis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 06:44:31 -0000 Author: koobs Date: Sat Dec 26 06:44:29 2015 New Revision: 404494 URL: https://svnweb.freebsd.org/changeset/ports/404494 Log: databases/py-redis: Update to 2.10.5 - Update PORTVERSION and distinfo checksum (2.10.5) - Remove DOCS option, they dont build unless py-redis is installed [1] - Add LICENSE_FILE - Add TEST_DEPENDS and convert test target Changes: https://github.com/andymccurdy/redis-py/blob/2.10.5/CHANGES PR: 204361 [1] Reported by: olgeni [1] Modified: head/databases/py-redis/Makefile head/databases/py-redis/distinfo (contents, props changed) Modified: head/databases/py-redis/Makefile ============================================================================== --- head/databases/py-redis/Makefile Fri Dec 25 23:43:01 2015 (r404493) +++ head/databases/py-redis/Makefile Sat Dec 26 06:44:29 2015 (r404494) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -PORTVERSION= 2.10.3 +PORTVERSION= 2.10.5 CATEGORIES= databases python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,10 +10,13 @@ MAINTAINER= koobs@FreeBSD.org COMMENT= Python client for Redis key-value store LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +TEST_DEPENDS= redis-server:${PORTSDIR}/databases/redis + +OPTIONS_DEFINE= HIREDIS -OPTIONS_DEFINE= DOCS HIREDIS HIREDIS_DESC= High performance response parser (via hiredis) -DOCGEN= ${LOCALBASE}/bin/sphinx-apidoc HIREDIS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hiredis>0:${PORTSDIR}/databases/py-hiredis @@ -24,34 +27,10 @@ USE_GITHUB= yes GH_ACCOUNT= andymccurdy GH_PROJECT= ${PORTNAME}-py -.include +NO_ARCH= yes -.if ${PORT_OPTIONS:MDOCS} -BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sphinx>0:${PORTSDIR}/textproc/py-sphinx -BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MarkupSafe>0:${PORTSDIR}/textproc/py-MarkupSafe -PORTDOCS= * -USES+= gmake -.endif - -regression-test: build - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test - -post-build: -.if ${PORT_OPTIONS:MDOCS} - @${ECHO_CMD} "Building documentation" - @cd ${WRKSRC} && ${DOCGEN} -o apidocs -F -H 'redis-py' \ - -V ${PORTVERSION} -A '2014, Andy McCurdy, Mahdi Yusuf' \ - -R ${PORTVERSION} redis - - cd ${WRKSRC}/apidocs && ${MAKE_CMD} html -.endif - -post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${RM} ${WRKSRC}/apidocs/_build/html/.buildinfo - @cd ${WRKSRC}/apidocs/_build/html && ${COPYTREE_SHARE} . \ - ${STAGEDIR}${DOCSDIR} -.endif +# Needs redis-server to be running +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Modified: head/databases/py-redis/distinfo ============================================================================== --- head/databases/py-redis/distinfo Fri Dec 25 23:43:01 2015 (r404493) +++ head/databases/py-redis/distinfo Sat Dec 26 06:44:29 2015 (r404494) @@ -1,2 +1,2 @@ -SHA256 (andymccurdy-redis-py-2.10.3_GH0.tar.gz) = 7aefb80a8c2edca566b8d2465c832c70ec61fcc7cf3cf70951bf9d2fdf52fb36 -SIZE (andymccurdy-redis-py-2.10.3_GH0.tar.gz) = 84039 +SHA256 (andymccurdy-redis-py-2.10.5_GH0.tar.gz) = 159835ac5f09822bb3c578bdf848b9d137a67c2e4ae4b7aa05390dac33087def +SIZE (andymccurdy-redis-py-2.10.5_GH0.tar.gz) = 86029 From owner-svn-ports-head@freebsd.org Sat Dec 26 07:10:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 417B9A51C85; Sat, 26 Dec 2015 07:10:54 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1318E1C26; Sat, 26 Dec 2015 07:10:54 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQ7Ar8l020595; Sat, 26 Dec 2015 07:10:53 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQ7Arnu020593; Sat, 26 Dec 2015 07:10:53 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201512260710.tBQ7Arnu020593@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sat, 26 Dec 2015 07:10:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404495 - head/textproc/py-mistune X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 07:10:54 -0000 Author: koobs Date: Sat Dec 26 07:10:52 2015 New Revision: 404495 URL: https://svnweb.freebsd.org/changeset/ports/404495 Log: textproc/py-mistune: Update to 0.7.1 - Update PORTVERSION and distinfo checksum (0.7.1) [1] - Update test target to new convention - Add NO_ARCH Changes: https://github.com/lepture/mistune/blob/v0.7.1/CHANGES.rst PR: 205516 [1] Submitted by: Yuri [1] Modified: head/textproc/py-mistune/Makefile head/textproc/py-mistune/distinfo Modified: head/textproc/py-mistune/Makefile ============================================================================== --- head/textproc/py-mistune/Makefile Sat Dec 26 06:44:29 2015 (r404494) +++ head/textproc/py-mistune/Makefile Sat Dec 26 07:10:52 2015 (r404495) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mistune -PORTVERSION= 0.5 +PORTVERSION= 0.7.1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,9 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nos USES= python USE_PYTHON= autoplist distutils -regression-test: build +NO_ARCH= yes + +do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Modified: head/textproc/py-mistune/distinfo ============================================================================== --- head/textproc/py-mistune/distinfo Sat Dec 26 06:44:29 2015 (r404494) +++ head/textproc/py-mistune/distinfo Sat Dec 26 07:10:52 2015 (r404495) @@ -1,2 +1,2 @@ -SHA256 (mistune-0.5.tar.gz) = d53d868cfd10cf757160e88adb5760fce95f7026a243f15a02b7c604238e5869 -SIZE (mistune-0.5.tar.gz) = 184883 +SHA256 (mistune-0.7.1.tar.gz) = 6076dedf768348927d991f4371e5a799c6a0158b16091df08ee85ee231d929a7 +SIZE (mistune-0.7.1.tar.gz) = 48371 From owner-svn-ports-head@freebsd.org Sat Dec 26 07:23:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F34BCA37125; Sat, 26 Dec 2015 07:23:02 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6B8611CE; Sat, 26 Dec 2015 07:23:02 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQ7N1Qq026383; Sat, 26 Dec 2015 07:23:01 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQ7N1LJ026380; Sat, 26 Dec 2015 07:23:01 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201512260723.tBQ7N1LJ026380@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sat, 26 Dec 2015 07:23:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404496 - head/math/py-pycosat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 07:23:03 -0000 Author: koobs Date: Sat Dec 26 07:23:01 2015 New Revision: 404496 URL: https://svnweb.freebsd.org/changeset/ports/404496 Log: math/py-pycosat: Update to 0.6.1 - Update PORTVERSION and distinfo checksum (0.6.1) [1] - Use PYTHON_SITELIBDIR in post-install STRIP_CMD - Update test target to new convention Changes: https://github.com/ContinuumIO/pycosat/blob/0.6.1/CHANGELOG PR: 205564 [1] Submitted by: Yuri [1] Modified: head/math/py-pycosat/Makefile head/math/py-pycosat/distinfo Modified: head/math/py-pycosat/Makefile ============================================================================== --- head/math/py-pycosat/Makefile Sat Dec 26 07:10:52 2015 (r404495) +++ head/math/py-pycosat/Makefile Sat Dec 26 07:23:01 2015 (r404496) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pycosat -PORTVERSION= 0.6.0 -PORTREVISION= 1 +PORTVERSION= 0.6.1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,9 +24,9 @@ PYDISTUTILS_BUILDARGS= build_ext \ -lpicosat post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/python2.7/site-packages/pycosat.so + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pycosat.so -regression-test: build +do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Modified: head/math/py-pycosat/distinfo ============================================================================== --- head/math/py-pycosat/distinfo Sat Dec 26 07:10:52 2015 (r404495) +++ head/math/py-pycosat/distinfo Sat Dec 26 07:23:01 2015 (r404496) @@ -1,2 +1,2 @@ -SHA256 (pycosat-0.6.0.tar.gz) = 9ce71131cedb6dcb9a64896c1998e77f8e1e211825d8aacba8994a9492b04d0b -SIZE (pycosat-0.6.0.tar.gz) = 58324 +SHA256 (pycosat-0.6.1.tar.gz) = d438c488da6dd7bbb23ca8ac10531f1fbbd117bdbc2e6245382c1fe202e483ce +SIZE (pycosat-0.6.1.tar.gz) = 59270 From owner-svn-ports-head@freebsd.org Sat Dec 26 08:43:23 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2B76A50D8E; Sat, 26 Dec 2015 08:43:23 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9CA3A1EB7; Sat, 26 Dec 2015 08:43:23 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQ8hMbC049786; Sat, 26 Dec 2015 08:43:22 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQ8hMtd049784; Sat, 26 Dec 2015 08:43:22 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201512260843.tBQ8hMtd049784@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Sat, 26 Dec 2015 08:43:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404497 - head/www/py-django-photologue X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 08:43:24 -0000 Author: cs Date: Sat Dec 26 08:43:22 2015 New Revision: 404497 URL: https://svnweb.freebsd.org/changeset/ports/404497 Log: A big version jump up to 3.3.2 now www/py-django-sortedm2m is available. PR: 205541 Submitted by: maintainer Modified: head/www/py-django-photologue/Makefile head/www/py-django-photologue/distinfo Modified: head/www/py-django-photologue/Makefile ============================================================================== --- head/www/py-django-photologue/Makefile Sat Dec 26 07:23:01 2015 (r404496) +++ head/www/py-django-photologue/Makefile Sat Dec 26 08:43:22 2015 (r404497) @@ -2,26 +2,23 @@ # $FreeBSD$ PORTNAME= django-photologue -PORTVERSION= 2.6.1 -PORTREVISION= 2 +PORTVERSION= 3.3.2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@caomhin.org -COMMENT= Reusable gallery application for Django +COMMENT= Powerful image management and gallery application for Django LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django \ - ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>0:${PORTSDIR}/devel/py-pip +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>0:${PORTSDIR}/www/py-django \ + ${PYTHON_PKGNAMEPREFIX}django-sortedm2m>0:${PORTSDIR}/www/py-django-sortedm2m \ + ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ + ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz -USES= python zip +USES= python USE_PYTHON= autoplist distutils -OPTIONS_DEFINE= TAGGING -OPTIONS_DEFAULT= TAGGING - -TAGGING_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/tagging/models.py:${PORTSDIR}/www/py-django-tagging - .include Modified: head/www/py-django-photologue/distinfo ============================================================================== --- head/www/py-django-photologue/distinfo Sat Dec 26 07:23:01 2015 (r404496) +++ head/www/py-django-photologue/distinfo Sat Dec 26 08:43:22 2015 (r404497) @@ -1,2 +1,2 @@ -SHA256 (django-photologue-2.6.1.zip) = 9f3d3156ba492461173fcd36a270a9cb5619f0c26fe8cc0eae54a252b68287ba -SIZE (django-photologue-2.6.1.zip) = 180494 +SHA256 (django-photologue-3.3.2.tar.gz) = 8dc3d22d6ffd97807baf5b1a7b03f2bd69b44f873d73d97d9b72c00931379a71 +SIZE (django-photologue-3.3.2.tar.gz) = 156915 From owner-svn-ports-head@freebsd.org Sat Dec 26 10:12:45 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4069CA52DAF; Sat, 26 Dec 2015 10:12: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 E8EA8149C; Sat, 26 Dec 2015 10:12:44 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQACig4076457; Sat, 26 Dec 2015 10:12:44 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQAChqM076454; Sat, 26 Dec 2015 10:12:43 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201512261012.tBQAChqM076454@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 26 Dec 2015 10:12:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404498 - in head/devel/elixir-decimal: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 10:12:45 -0000 Author: olgeni Date: Sat Dec 26 10:12:43 2015 New Revision: 404498 URL: https://svnweb.freebsd.org/changeset/ports/404498 Log: Upgrade devel/elixir-decimal to version 1.1.1. Modified: head/devel/elixir-decimal/Makefile head/devel/elixir-decimal/distinfo head/devel/elixir-decimal/files/patch-mix.exs Modified: head/devel/elixir-decimal/Makefile ============================================================================== --- head/devel/elixir-decimal/Makefile Sat Dec 26 08:43:22 2015 (r404497) +++ head/devel/elixir-decimal/Makefile Sat Dec 26 10:12:43 2015 (r404498) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= decimal -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-decimal/distinfo ============================================================================== --- head/devel/elixir-decimal/distinfo Sat Dec 26 08:43:22 2015 (r404497) +++ head/devel/elixir-decimal/distinfo Sat Dec 26 10:12:43 2015 (r404498) @@ -1,2 +1,2 @@ -SHA256 (ericmj-decimal-v1.1.0_GH0.tar.gz) = dd0bb6a4f27d543abae947a0e9acc2244f4f5f0a9bfad913506cf2c4dee26a25 -SIZE (ericmj-decimal-v1.1.0_GH0.tar.gz) = 13928 +SHA256 (ericmj-decimal-v1.1.1_GH0.tar.gz) = fa91ec00f2bcc967fc192646476ef217a4d87ad4d18026a26665f2ee61dc66f4 +SIZE (ericmj-decimal-v1.1.1_GH0.tar.gz) = 14086 Modified: head/devel/elixir-decimal/files/patch-mix.exs ============================================================================== --- head/devel/elixir-decimal/files/patch-mix.exs Sat Dec 26 08:43:22 2015 (r404497) +++ head/devel/elixir-decimal/files/patch-mix.exs Sat Dec 26 10:12:43 2015 (r404498) @@ -1,12 +1,10 @@ ---- mix.exs.orig 2015-07-01 10:24:04 UTC +--- mix.exs.orig 2015-12-26 00:31:19 UTC +++ mix.exs -@@ -21,8 +21,7 @@ defmodule Decimal.Mixfile do - end - - defp deps do -- [{:ex_doc, only: :dev}, -- {:earmark, only: :dev}] -+ [] - end - - defp description do +@@ -5,7 +5,6 @@ defmodule Decimal.Mixfile do + [app: :decimal, + version: "1.1.1", + elixir: "~> 1.0", +- deps: deps, + name: "Decimal", + source_url: "https://github.com/ericmj/decimal", + docs: fn -> From owner-svn-ports-head@freebsd.org Sat Dec 26 10:28:34 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A7EBA52155; Sat, 26 Dec 2015 10:28:34 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7ABE1ACD; Sat, 26 Dec 2015 10:28:33 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQASXck079529; Sat, 26 Dec 2015 10:28:33 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQASWlA079527; Sat, 26 Dec 2015 10:28:32 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201512261028.tBQASWlA079527@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sat, 26 Dec 2015 10:28:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404499 - head/devel/py-pytest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 10:28:34 -0000 Author: koobs Date: Sat Dec 26 10:28:32 2015 New Revision: 404499 URL: https://svnweb.freebsd.org/changeset/ports/404499 Log: devel/py-pytest: Update to 2.8.5 - Update PORTVERSION and distinfo checksum (2.8.5) - Add USES zip accordingly (no tar.gz @ PyPI) - Add pytest-xdist to TEST_DEPENDS - Add NO_ARCH - Remove TESTS option and OPTIONS helpers - Update test target to new convention Changes: https://github.com/pytest-dev/pytest/blob/2.8.5/CHANGELOG Modified: head/devel/py-pytest/Makefile head/devel/py-pytest/distinfo Modified: head/devel/py-pytest/Makefile ============================================================================== --- head/devel/py-pytest/Makefile Sat Dec 26 10:12:43 2015 (r404498) +++ head/devel/py-pytest/Makefile Sat Dec 26 10:28:32 2015 (r404499) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pytest -PORTVERSION= 2.7.1 +PORTVERSION= 2.8.5 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,20 +12,18 @@ COMMENT= Simple powerful testing with Py LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}py>=1.4.25:${PORTSDIR}/devel/py-py +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}py>=1.4.29:${PORTSDIR}/devel/py-py TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock \ ${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose \ - ${PYTHON_PKGNAMEPREFIX}pexpect>0:${PORTSDIR}/misc/py-pexpect + ${PYTHON_PKGNAMEPREFIX}pexpect>0:${PORTSDIR}/misc/py-pexpect \ + ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=1.13:${PORTSDIR}/devel/py-pytest-xdist -USES= python +USES= python zip USE_PYTHON= autoplist distutils -OPTIONS_DEFINE= TESTS +NO_ARCH= yes -TESTS_DESC= Install test suite requirements -TESTS_BUILD_DEPENDS= ${TEST_DEPENDS} - -regression-test: build +do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Modified: head/devel/py-pytest/distinfo ============================================================================== --- head/devel/py-pytest/distinfo Sat Dec 26 10:12:43 2015 (r404498) +++ head/devel/py-pytest/distinfo Sat Dec 26 10:28:32 2015 (r404499) @@ -1,2 +1,2 @@ -SHA256 (pytest-2.7.1.tar.gz) = 530f23c79e1b13850e93f3a59720f1eca75bad01307dc4fd694a6a19619fb9cb -SIZE (pytest-2.7.1.tar.gz) = 531671 +SHA256 (pytest-2.8.5.zip) = 44bb32fb3925b5a284ceee1af55e0a63d25436ec415232089403eed3a347667e +SIZE (pytest-2.8.5.zip) = 664063 From owner-svn-ports-head@freebsd.org Sat Dec 26 10:36:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C156BA52400; Sat, 26 Dec 2015 10:36:22 +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 90A7B1F00; Sat, 26 Dec 2015 10:36:22 +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 tBQAaLWu082480; Sat, 26 Dec 2015 10:36:21 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQAaLDg082477; Sat, 26 Dec 2015 10:36:21 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201512261036.tBQAaLDg082477@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sat, 26 Dec 2015 10:36:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404500 - head/devel/goffice010 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 10:36:22 -0000 Author: kwm Date: Sat Dec 26 10:36:21 2015 New Revision: 404500 URL: https://svnweb.freebsd.org/changeset/ports/404500 Log: Update goffice to 0.10.25. Modified: head/devel/goffice010/Makefile head/devel/goffice010/distinfo head/devel/goffice010/pkg-plist Modified: head/devel/goffice010/Makefile ============================================================================== --- head/devel/goffice010/Makefile Sat Dec 26 10:28:32 2015 (r404499) +++ head/devel/goffice010/Makefile Sat Dec 26 10:36:21 2015 (r404500) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= goffice -PORTVERSION= 0.10.24 +PORTVERSION= 0.10.25 CATEGORIES= devel gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 010 Modified: head/devel/goffice010/distinfo ============================================================================== --- head/devel/goffice010/distinfo Sat Dec 26 10:28:32 2015 (r404499) +++ head/devel/goffice010/distinfo Sat Dec 26 10:36:21 2015 (r404500) @@ -1,2 +1,2 @@ -SHA256 (goffice-0.10.24.tar.xz) = cda70eab0b0b0e29c3bea09849bcfca0c2ccc20038ee69e7e14cde664484af5a -SIZE (goffice-0.10.24.tar.xz) = 2358736 +SHA256 (goffice-0.10.25.tar.xz) = cdeab902c7811a0b31c71872497f7ec21ebaeeb8a05b86bdd48d112b06c9ffa2 +SIZE (goffice-0.10.25.tar.xz) = 2358836 Modified: head/devel/goffice010/pkg-plist ============================================================================== --- head/devel/goffice010/pkg-plist Sat Dec 26 10:28:32 2015 (r404499) +++ head/devel/goffice010/pkg-plist Sat Dec 26 10:36:21 2015 (r404500) @@ -196,7 +196,7 @@ lib/goffice/%%VERSION%%/plugins/smoothin lib/goffice/%%VERSION%%/plugins/smoothing/types.xml lib/libgoffice-%%SHORT_VER%%.so lib/libgoffice-%%SHORT_VER%%.so.10 -lib/libgoffice-%%SHORT_VER%%.so.10.0.24 +lib/libgoffice-%%SHORT_VER%%.so.10.0.25 libdata/pkgconfig/libgoffice-%%SHORT_VER%%.pc share/gir-1.0/GOffice-%%SHORT_VER%%.gir %%DATADIR%%/%%VERSION%%/mmlitex/README From owner-svn-ports-head@freebsd.org Sat Dec 26 10:36:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5538A52454; Sat, 26 Dec 2015 10:36:46 +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 779791FE1; Sat, 26 Dec 2015 10:36:46 +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 tBQAaj2w082605; Sat, 26 Dec 2015 10:36:45 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQAajFH082603; Sat, 26 Dec 2015 10:36:45 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201512261036.tBQAajFH082603@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sat, 26 Dec 2015 10:36:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404501 - head/math/gnumeric X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 10:36:46 -0000 Author: kwm Date: Sat Dec 26 10:36:45 2015 New Revision: 404501 URL: https://svnweb.freebsd.org/changeset/ports/404501 Log: Update gnumeric to 1.12.25. Modified: head/math/gnumeric/Makefile head/math/gnumeric/distinfo Modified: head/math/gnumeric/Makefile ============================================================================== --- head/math/gnumeric/Makefile Sat Dec 26 10:36:21 2015 (r404500) +++ head/math/gnumeric/Makefile Sat Dec 26 10:36:45 2015 (r404501) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gnumeric -PORTVERSION= 1.12.24 +PORTVERSION= 1.12.25 CATEGORIES= math gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/math/gnumeric/distinfo ============================================================================== --- head/math/gnumeric/distinfo Sat Dec 26 10:36:21 2015 (r404500) +++ head/math/gnumeric/distinfo Sat Dec 26 10:36:45 2015 (r404501) @@ -1,2 +1,2 @@ -SHA256 (gnome3/gnumeric-1.12.24.tar.xz) = c59d5271b27366008bccb4d53ad8333da36d837003a018892f2da325c1449551 -SIZE (gnome3/gnumeric-1.12.24.tar.xz) = 18526768 +SHA256 (gnome3/gnumeric-1.12.25.tar.xz) = 9709a8fccfc371a07b1590d037a43e525531d5a46f31c5c5fe223c6054cecdb6 +SIZE (gnome3/gnumeric-1.12.25.tar.xz) = 18536284 From owner-svn-ports-head@freebsd.org Sat Dec 26 11:03:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D55FA52BAC; Sat, 26 Dec 2015 11:03: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 10CF51B15; Sat, 26 Dec 2015 11:03:22 +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 tBQB3Lm5091849; Sat, 26 Dec 2015 11:03:21 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQB3LLt091848; Sat, 26 Dec 2015 11:03:21 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512261103.tBQB3LLt091848@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 26 Dec 2015 11:03:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404502 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 11:03:22 -0000 Author: amdmi3 Date: Sat Dec 26 11:03:21 2015 New Revision: 404502 URL: https://svnweb.freebsd.org/changeset/ports/404502 Log: - Unbreak fetch Modified: head/games/megaglest-data/Makefile Modified: head/games/megaglest-data/Makefile ============================================================================== --- head/games/megaglest-data/Makefile Sat Dec 26 10:36:45 2015 (r404501) +++ head/games/megaglest-data/Makefile Sat Dec 26 11:03:21 2015 (r404502) @@ -4,14 +4,13 @@ PORTNAME= megaglest PORTVERSION= 3.9.0 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}_${PORTVERSION}/ +MASTER_SITES= SF/${PORTNAME}/archived/${PORTNAME}_${PORTVERSION}/ PKGNAMESUFFIX= -data DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= MegaGlest data files -BROKEN= unfetchable USES= dos2unix tar:xz DOS2UNIX_GLOB= *.log *.ini *.html *.txt *.lng NO_BUILD= yes From owner-svn-ports-head@freebsd.org Sat Dec 26 11:07:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91EB5A52C8C; Sat, 26 Dec 2015 11:07:43 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5343B1C5D; Sat, 26 Dec 2015 11:07:43 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQB7gJO092125; Sat, 26 Dec 2015 11:07:42 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQB7glB092120; Sat, 26 Dec 2015 11:07:42 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512261107.tBQB7glB092120@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 26 Dec 2015 11:07:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404503 - head/games/freedroidrpg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 11:07:43 -0000 Author: amdmi3 Date: Sat Dec 26 11:07:41 2015 New Revision: 404503 URL: https://svnweb.freebsd.org/changeset/ports/404503 Log: - Update to 0.16 Modified: head/games/freedroidrpg/Makefile head/games/freedroidrpg/distinfo head/games/freedroidrpg/pkg-descr head/games/freedroidrpg/pkg-plist Modified: head/games/freedroidrpg/Makefile ============================================================================== --- head/games/freedroidrpg/Makefile Sat Dec 26 11:03:21 2015 (r404502) +++ head/games/freedroidrpg/Makefile Sat Dec 26 11:07:41 2015 (r404503) @@ -2,49 +2,48 @@ # $FreeBSD$ PORTNAME= freedroidrpg -PORTVERSION= 0.15.1 -PORTREVISION= 1 +PORTVERSION= 0.16 CATEGORIES= games -MASTER_SITES= SF/freedroid/${SF_NAME}/${SF_NAME}-${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\\1/}/ +MASTER_SITES= ftp://ftp.osuosl.org/pub/freedroid/freedroidRPG-${PORTVERSION}/ \ + http://mirror.amdmi3.ru/distfiles/ DISTNAME= ${SF_NAME}-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Modification of the classical Freedroid engine into an RPG -LICENSE= GPLv2 +LICENSE= GPLv2 # or later LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_sparc64= Does not configure on sparc64 +BROKEN_sparc64= does not configure GNU_CONFIGURE= yes -USES= gmake lua:51 -USE_SDL= sdl image mixer gfx +USES= jpeg gmake localbase lua:52+ python +USE_SDL= sdl image gfx CONFIGURE_ENV= LUA_CFLAGS="-I${LUA_INCDIR}" LUA_LIBS="-L${LUA_LIBDIR} -llua-${LUA_VER}" -USE_GCC= any # doesn't build with clang SF_NAME= freedroidRPG WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PORTDATA= * +PORTDOCS= * -DESKTOP_ENTRIES="FreedroidRPG" "" \ - "${PORTNAME}" "${SF_NAME}" \ - "Game;RolePlaying;" false +OPTIONS_DEFINE= NLS BACKTRACE OPENGL SOUND +OPTIONS_DEFAULT=BACKTRACE OPENGL SOUND +OPTIONS_SUB= yes -OPTIONS_DEFINE= BACKTRACE OPENGL VORBIS -OPTIONS_DEFAULT=BACKTRACE OPENGL VORBIS BACKTRACE_DESC= Use backtrace() to generate nice bug reports - BACKTRACE_USES= execinfo BACKTRACE_CONFIGURE_ENABLE= backtrace -BACKTRACE_VARS= STRIP= # empty +BACKTRACE_VARS= STRIP= # empty + OPENGL_USE= GL=gl OPENGL_CONFIGURE_ENABLE= opengl -VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \ - libogg.so:${PORTSDIR}/audio/libogg -VORBIS_CONFIGURE_ENABLE= vorbis -post-install: - ${INSTALL_DATA} ${WRKSRC}/win32/w32icon2_64x64.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png +SOUND_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \ + libogg.so:${PORTSDIR}/audio/libogg +SOUND_CONFIGURE_ENABLE= sound +SOUND_USE= SDL=mixer +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls .include Modified: head/games/freedroidrpg/distinfo ============================================================================== --- head/games/freedroidrpg/distinfo Sat Dec 26 11:03:21 2015 (r404502) +++ head/games/freedroidrpg/distinfo Sat Dec 26 11:07:41 2015 (r404503) @@ -1,2 +1,2 @@ -SHA256 (freedroidRPG-0.15.1.tar.gz) = 3e0e0e901f05386f49b8dfa1a8b3582ea82347deb7fb8e94fc15bf8ad058ba08 -SIZE (freedroidRPG-0.15.1.tar.gz) = 209427247 +SHA256 (freedroidRPG-0.16.tar.gz) = c11f28b69eed3e8e40528442d9e840847502ccd4d3d95d3f8182abc2b3b18135 +SIZE (freedroidRPG-0.16.tar.gz) = 225570013 Modified: head/games/freedroidrpg/pkg-descr ============================================================================== --- head/games/freedroidrpg/pkg-descr Sat Dec 26 11:03:21 2015 (r404502) +++ head/games/freedroidrpg/pkg-descr Sat Dec 26 11:07:41 2015 (r404503) @@ -20,4 +20,4 @@ follows: comparably *huge* and not suitable for modem downloads with a dialup connection. -WWW: http://freedroid.sourceforge.net +WWW: http://www.freedroid.org/ Modified: head/games/freedroidrpg/pkg-plist ============================================================================== --- head/games/freedroidrpg/pkg-plist Sat Dec 26 11:03:21 2015 (r404502) +++ head/games/freedroidrpg/pkg-plist Sat Dec 26 11:07:41 2015 (r404503) @@ -1,9 +1,29 @@ -bin/croppy -bin/explode_atlas -bin/explodefont bin/freedroidRPG -bin/gluefont -bin/make_atlas -bin/pngtoico man/man6/freedroidRPG.6.gz -share/pixmaps/freedroidrpg.png +share/appdata/freedroidRPG.appdata.xml +share/applications/freedroidRPG.desktop +share/icons/HighContrast/128x128/apps/freedroidRPG.png +share/icons/HighContrast/48x48/apps/freedroidRPG.png +share/icons/HighContrast/64x64/apps/freedroidRPG.png +share/icons/HighContrast/96x96/apps/freedroidRPG.png +share/icons/HighContrast/scalable/apps/freedroidRPG.svg +share/icons/hicolor/128x128/apps/freedroidRPG.png +share/icons/hicolor/48x48/apps/freedroidRPG.png +share/icons/hicolor/64x64/apps/freedroidRPG.png +share/icons/hicolor/96x96/apps/freedroidRPG.png +share/icons/hicolor/scalable/apps/freedroidRPG.svg +%%NLS%%share/locale/cs/LC_MESSAGES/freedroidrpg-data.mo +%%NLS%%share/locale/cs/LC_MESSAGES/freedroidrpg-dialogs.mo +%%NLS%%share/locale/cs/LC_MESSAGES/freedroidrpg.mo +%%NLS%%share/locale/de/LC_MESSAGES/freedroidrpg-data.mo +%%NLS%%share/locale/de/LC_MESSAGES/freedroidrpg-dialogs.mo +%%NLS%%share/locale/de/LC_MESSAGES/freedroidrpg.mo +%%NLS%%share/locale/fr/LC_MESSAGES/freedroidrpg-data.mo +%%NLS%%share/locale/fr/LC_MESSAGES/freedroidrpg-dialogs.mo +%%NLS%%share/locale/fr/LC_MESSAGES/freedroidrpg.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/freedroidrpg-data.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/freedroidrpg-dialogs.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/freedroidrpg.mo +%%NLS%%share/locale/sv/LC_MESSAGES/freedroidrpg-data.mo +%%NLS%%share/locale/sv/LC_MESSAGES/freedroidrpg-dialogs.mo +%%NLS%%share/locale/sv/LC_MESSAGES/freedroidrpg.mo From owner-svn-ports-head@freebsd.org Sat Dec 26 11:08:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CFB6A52D30; Sat, 26 Dec 2015 11:08:43 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3DD381D67; Sat, 26 Dec 2015 11:08:43 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQB8gZH092274; Sat, 26 Dec 2015 11:08:42 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQB8gem092273; Sat, 26 Dec 2015 11:08:42 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512261108.tBQB8gem092273@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 26 Dec 2015 11:08:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404504 - head/games/megaglest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 11:08:43 -0000 Author: amdmi3 Date: Sat Dec 26 11:08:42 2015 New Revision: 404504 URL: https://svnweb.freebsd.org/changeset/ports/404504 Log: - Unbreak fetch Modified: head/games/megaglest/Makefile Modified: head/games/megaglest/Makefile ============================================================================== --- head/games/megaglest/Makefile Sat Dec 26 11:07:41 2015 (r404503) +++ head/games/megaglest/Makefile Sat Dec 26 11:08:42 2015 (r404504) @@ -5,13 +5,12 @@ PORTNAME= megaglest PORTVERSION= 3.9.0.4 PORTREVISION= 8 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}_3.9.0/ +MASTER_SITES= SF/${PORTNAME}/archived/${PORTNAME}_3.9.0/ DISTNAME= ${PORTNAME}-source-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Open source 3D real-time strategy game -BROKEN= unfetchable LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libpng.so:${PORTSDIR}/graphics/png \ libxerces-c.so:${PORTSDIR}/textproc/xerces-c3 \ From owner-svn-ports-head@freebsd.org Sat Dec 26 11:40:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ABAABA525A8; Sat, 26 Dec 2015 11:40:42 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D2001DB7; Sat, 26 Dec 2015 11:40:42 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQBefDk001197; Sat, 26 Dec 2015 11:40:41 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQBefVX001194; Sat, 26 Dec 2015 11:40:41 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512261140.tBQBefVX001194@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 26 Dec 2015 11:40:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404505 - head/math/saga/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 11:40:42 -0000 Author: miwi Date: Sat Dec 26 11:40:41 2015 New Revision: 404505 URL: https://svnweb.freebsd.org/changeset/ports/404505 Log: - Fix build PR: 205491 Added: head/math/saga/files/patch-src__modules__imagery__imagery_opencv__opencv.h (contents, props changed) head/math/saga/files/patch-src_saga__core_saga__api_table.cpp (contents, props changed) head/math/saga/files/patch-src_saga__core_saga__api_table__io.cpp (contents, props changed) Deleted: head/math/saga/files/patch-src_modules_imagery_imagery__opencv_opencv.h Added: head/math/saga/files/patch-src__modules__imagery__imagery_opencv__opencv.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/saga/files/patch-src__modules__imagery__imagery_opencv__opencv.h Sat Dec 26 11:40:41 2015 (r404505) @@ -0,0 +1,12 @@ +--- src/modules/imagery/imagery_opencv/opencv.h.orig 2015-12-21 09:38:29 UTC ++++ src/modules/imagery/imagery_opencv/opencv.h +@@ -74,7 +74,8 @@ + + //--------------------------------------------------------- + #include +- ++#include ++#include + + /////////////////////////////////////////////////////////// + // // Added: head/math/saga/files/patch-src_saga__core_saga__api_table.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/saga/files/patch-src_saga__core_saga__api_table.cpp Sat Dec 26 11:40:41 2015 (r404505) @@ -0,0 +1,11 @@ +--- src/saga_core/saga_api/table.cpp.orig 2015-12-21 09:38:29 UTC ++++ src/saga_core/saga_api/table.cpp +@@ -175,7 +175,7 @@ bool CSG_Table::Create(const CSG_String + SG_UI_Msg_Add(CSG_String::Format("%s: %s...", _TL("Load table"), File_Name.c_str()), true); + + //----------------------------------------------------- +- bool bResult = File_Name.BeforeFirst(':').Cmp("PGSQL") && SG_File_Exists(File_Name) && Load(File_Name, (int)Format, NULL); ++ bool bResult = File_Name.BeforeFirst(':').Cmp("PGSQL") && SG_File_Exists(File_Name) && Load(File_Name, (int)Format, '\0'); + + if( bResult ) + { Added: head/math/saga/files/patch-src_saga__core_saga__api_table__io.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/saga/files/patch-src_saga__core_saga__api_table__io.cpp Sat Dec 26 11:40:41 2015 (r404505) @@ -0,0 +1,11 @@ +--- src/saga_core/saga_api/table_io.cpp.orig 2015-12-21 09:38:29 UTC ++++ src/saga_core/saga_api/table_io.cpp +@@ -118,7 +118,7 @@ bool CSG_Table::Load(const CSG_String &F + //--------------------------------------------------------- + bool CSG_Table::Save(const CSG_String &File_Name, int Format) + { +- return( Save(File_Name, Format, NULL) ); ++ return( Save(File_Name, Format, '\0') ); + } + + //--------------------------------------------------------- From owner-svn-ports-head@freebsd.org Sat Dec 26 12:13:45 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8545A51669; Sat, 26 Dec 2015 12:13:45 +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 78DBA1098; Sat, 26 Dec 2015 12:13:45 +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 tBQCDiQ6012631; Sat, 26 Dec 2015 12:13:44 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQCDilW012629; Sat, 26 Dec 2015 12:13:44 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201512261213.tBQCDilW012629@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sat, 26 Dec 2015 12:13:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404506 - head/comms/dcf77pi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 12:13:45 -0000 Author: rene Date: Sat Dec 26 12:13:44 2015 New Revision: 404506 URL: https://svnweb.freebsd.org/changeset/ports/404506 Log: comms/dcf77pi: update to version 3.4.1 Modified: head/comms/dcf77pi/Makefile head/comms/dcf77pi/distinfo Modified: head/comms/dcf77pi/Makefile ============================================================================== --- head/comms/dcf77pi/Makefile Sat Dec 26 11:40:41 2015 (r404505) +++ head/comms/dcf77pi/Makefile Sat Dec 26 12:13:44 2015 (r404506) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dcf77pi -PORTVERSION= 3.4.0 +PORTVERSION= 3.4.1 CATEGORIES= comms MAINTAINER= rene@FreeBSD.org Modified: head/comms/dcf77pi/distinfo ============================================================================== --- head/comms/dcf77pi/distinfo Sat Dec 26 11:40:41 2015 (r404505) +++ head/comms/dcf77pi/distinfo Sat Dec 26 12:13:44 2015 (r404506) @@ -1,2 +1,2 @@ -SHA256 (rene0-dcf77pi-3.4.0_GH0.tar.gz) = 54b0049af0fda13a20690aff3ab832d7d9b327eb2f3f7b9e58f23b2fdf3670b9 -SIZE (rene0-dcf77pi-3.4.0_GH0.tar.gz) = 52222 +SHA256 (rene0-dcf77pi-3.4.1_GH0.tar.gz) = 3fef036a2b547c4105b609feea50ff45af15e2971a69bcde23c9e4818850bf05 +SIZE (rene0-dcf77pi-3.4.1_GH0.tar.gz) = 52250 From owner-svn-ports-head@freebsd.org Sat Dec 26 12:23:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A38BDA51A33; Sat, 26 Dec 2015 12:23:16 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 729EA14D0; Sat, 26 Dec 2015 12:23:16 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQCNF6X015655; Sat, 26 Dec 2015 12:23:15 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQCNFii015654; Sat, 26 Dec 2015 12:23:15 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201512261223.tBQCNFii015654@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Sat, 26 Dec 2015 12:23:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404507 - head/security/pond X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 12:23:16 -0000 Author: cs Date: Sat Dec 26 12:23:15 2015 New Revision: 404507 URL: https://svnweb.freebsd.org/changeset/ports/404507 Log: Fix dependency after goprotobuf update Modified: head/security/pond/Makefile Modified: head/security/pond/Makefile ============================================================================== --- head/security/pond/Makefile Sat Dec 26 12:13:44 2015 (r404506) +++ head/security/pond/Makefile Sat Dec 26 12:23:15 2015 (r404507) @@ -2,7 +2,7 @@ PORTNAME= pond PORTVERSION= 20140824 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://c-s.li/ports/ DISTFILES= pond-20140824.tar.gz \ @@ -15,7 +15,7 @@ COMMENT= Forward secure, asynchronous me LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${LOCALBASE}/${GO_LIBDIR}/code.google.com/p/go.crypto/bcrypt.a:${PORTSDIR}/security/go.crypto \ - ${LOCALBASE}/${GO_LIBDIR}/code.google.com/p/goprotobuf/proto.a:${PORTSDIR}/devel/goprotobuf \ + ${LOCALBASE}/${GO_LIBDIR}/github.com/golang/protobuf/proto.a:${PORTSDIR}/devel/goprotobuf \ ${LOCALBASE}/${GO_LIBDIR}/code.google.com/p/go.net/dict.a:${PORTSDIR}/net/go.net RUN_DEPENDS= tor:${PORTSDIR}/security/tor LIB_DEPENDS= libgtkspell.so:${PORTSDIR}/textproc/gtkspell \ From owner-svn-ports-head@freebsd.org Sat Dec 26 12:59:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4B12A525C6; Sat, 26 Dec 2015 12:59:20 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D98811A9; Sat, 26 Dec 2015 12:59:20 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQCxJWU024384; Sat, 26 Dec 2015 12:59:19 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQCxJol024382; Sat, 26 Dec 2015 12:59:19 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201512261259.tBQCxJol024382@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sat, 26 Dec 2015 12:59:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404508 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 12:59:21 -0000 Author: matthew Date: Sat Dec 26 12:59:19 2015 New Revision: 404508 URL: https://svnweb.freebsd.org/changeset/ports/404508 Log: Document the latest phpMyAdmin security advisory. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Dec 26 12:23:15 2015 (r404507) +++ head/security/vuxml/vuln.xml Sat Dec 26 12:59:19 2015 (r404508) @@ -58,6 +58,41 @@ Notes: --> + + phpMyAdmin -- path disclosure vulnerability + + + phpMyAdmin + 4.5.04.5.3.1 + + + + +

The phpMyAdmin development team reports:

+
+

By calling some scripts that are part of phpMyAdmin in an + unexpected way, it is possible to trigger phpMyAdmin to + display a PHP error message which contains the full path of + the directory where phpMyAdmin is installed.

+

We consider these vulnerabilities to be non-critical.

+

This path disclosure is possible on servers where the + recommended setting of the PHP configuration directive + display_errors is set to on, which is against the + recommendations given in the PHP manual for a production + server.

+
+ +
+ + https://www.phpmyadmin.net/security/PMASA-2015-6/ + CVE-2015-8669 + + + 2015-12-25 + 2015-12-26 + +
+ dpkg -- stack-based buffer overflow From owner-svn-ports-head@freebsd.org Sat Dec 26 13:01:44 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B325EA5271B; Sat, 26 Dec 2015 13:01:44 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 833851470; Sat, 26 Dec 2015 13:01:44 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQD1hLo027152; Sat, 26 Dec 2015 13:01:43 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQD1hQN027150; Sat, 26 Dec 2015 13:01:43 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201512261301.tBQD1hQN027150@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sat, 26 Dec 2015 13:01:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404509 - head/databases/phpmyadmin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 13:01:44 -0000 Author: matthew Date: Sat Dec 26 13:01:43 2015 New Revision: 404509 URL: https://svnweb.freebsd.org/changeset/ports/404509 Log: Security update to 4.5.3.1 This update fixes regressions in 4.5.3 and addresses a path disclosure vulnerability. MFH: 2015Q4 Security: 88f75070-abcf-11e5-83d3-6805ca0b3d42 Modified: head/databases/phpmyadmin/Makefile head/databases/phpmyadmin/distinfo Modified: head/databases/phpmyadmin/Makefile ============================================================================== --- head/databases/phpmyadmin/Makefile Sat Dec 26 12:59:19 2015 (r404508) +++ head/databases/phpmyadmin/Makefile Sat Dec 26 13:01:43 2015 (r404509) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.5.3 +DISTVERSION= 4.5.3.1 CATEGORIES= databases www MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages Modified: head/databases/phpmyadmin/distinfo ============================================================================== --- head/databases/phpmyadmin/distinfo Sat Dec 26 12:59:19 2015 (r404508) +++ head/databases/phpmyadmin/distinfo Sat Dec 26 13:01:43 2015 (r404509) @@ -1,2 +1,2 @@ -SHA256 (phpMyAdmin-4.5.3-all-languages.tar.xz) = 1b12a9a23b3755eda8ff48e8f875bb59aa425460a97db6e80f2f770163f25e59 -SIZE (phpMyAdmin-4.5.3-all-languages.tar.xz) = 5758664 +SHA256 (phpMyAdmin-4.5.3.1-all-languages.tar.xz) = 75be3589b5e4800afb21581761478ddc5b888d6a09d5235a0ba997401d04fc00 +SIZE (phpMyAdmin-4.5.3.1-all-languages.tar.xz) = 5757736 From owner-svn-ports-head@freebsd.org Sat Dec 26 13:26:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8ADECA52DC8; Sat, 26 Dec 2015 13:26:28 +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 378261C27; Sat, 26 Dec 2015 13:26:28 +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 tBQDQRQd033219; Sat, 26 Dec 2015 13:26:27 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQDQR4v033217; Sat, 26 Dec 2015 13:26:27 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201512261326.tBQDQR4v033217@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sat, 26 Dec 2015 13:26:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404510 - in head: . biology/consed X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 13:26:28 -0000 Author: rene Date: Sat Dec 26 13:26:27 2015 New Revision: 404510 URL: https://svnweb.freebsd.org/changeset/ports/404510 Log: biology/consed: undeprecate, it presumably builds fine but it is restricted. Add a note to ports/LEGAL Modified: head/LEGAL head/biology/consed/Makefile Modified: head/LEGAL ============================================================================== --- head/LEGAL Sat Dec 26 13:01:43 2015 (r404509) +++ head/LEGAL Sat Dec 26 13:26:27 2015 (r404510) @@ -51,6 +51,7 @@ bzip-* archivers/bzip Some algorithms citrix_ica-* net/citrix_ica License prohibits redistribution arcconf-v* sysutils/arcconf May not be redistributed in binary form clustalw-* biology/clustalw No commercial use +consed_linux.tar.gz biology/consed Redistribution is not permitted in any form. You must request access permission via e-mail to get the tarball. Free for academic use. cos-* java/cos Special conditions apply for commercial use cosmo/* games/cosmo Possible copyright infringement CrystalSVGforGnomeIcons* x11-themes/gnome-icons-crystal Themes may contain artwork not done by the author. Keep FreeBSD safe if theme author violated copyrights. Modified: head/biology/consed/Makefile ============================================================================== --- head/biology/consed/Makefile Sat Dec 26 13:01:43 2015 (r404509) +++ head/biology/consed/Makefile Sat Dec 26 13:26:27 2015 (r404510) @@ -5,16 +5,12 @@ PORTNAME= consed PORTVERSION= 27.0 CATEGORIES= biology # MASTER_SITES= http://www.phrap.org/consed/distributions/${PORTVERSION}/ -MASTER_SITES= http://bozeman.mbt.washington.edu/consed/distributions/${PORTVERSION}/ +# MASTER_SITES= http://bozeman.mbt.washington.edu/consed/distributions/${PORTVERSION}/ DISTNAME= ${PORTNAME}_linux MAINTAINER= mzaki@m.u-tokyo.ac.jp COMMENT= Graphical tool for editing Phrap assemblies -BROKEN= Unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2015-11-26 - RUN_DEPENDS= phred:${PORTSDIR}/biology/phred \ phrap:${PORTSDIR}/biology/phrap From owner-svn-ports-head@freebsd.org Sat Dec 26 14:01:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5074AA52702; Sat, 26 Dec 2015 14:01:59 +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 221C01799; Sat, 26 Dec 2015 14:01:59 +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 tBQE1wMM044236; Sat, 26 Dec 2015 14:01:58 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQE1wuE044015; Sat, 26 Dec 2015 14:01:58 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201512261401.tBQE1wuE044015@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sat, 26 Dec 2015 14:01:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404511 - head/graphics/phplot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 14:01:59 -0000 Author: junovitch Date: Sat Dec 26 14:01:57 2015 New Revision: 404511 URL: https://svnweb.freebsd.org/changeset/ports/404511 Log: graphics/phplot: update 6.1.0 -> 6.2.0 PR: 205521 Submitted by: jochen@jochen-neumeister.de Approved by: unmaintained Modified: head/graphics/phplot/Makefile head/graphics/phplot/distinfo Modified: head/graphics/phplot/Makefile ============================================================================== --- head/graphics/phplot/Makefile Sat Dec 26 13:26:27 2015 (r404510) +++ head/graphics/phplot/Makefile Sat Dec 26 14:01:57 2015 (r404511) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= phplot -PORTVERSION= 6.1.0 -PORTREVISION= 3 +PORTVERSION= 6.2.0 CATEGORIES= graphics www MASTER_SITES= SF \ SF/${PORTNAME}/Manual/20130511:source2 Modified: head/graphics/phplot/distinfo ============================================================================== --- head/graphics/phplot/distinfo Sat Dec 26 13:26:27 2015 (r404510) +++ head/graphics/phplot/distinfo Sat Dec 26 14:01:57 2015 (r404511) @@ -1,4 +1,4 @@ -SHA256 (phplot-6.1.0.zip) = 95dc31f95c5079abb2785f61696d61aae9d5af55a85c575485190372e3d751d0 -SIZE (phplot-6.1.0.zip) = 171886 +SHA256 (phplot-6.2.0.zip) = 7b2a8bc08ce3261bfd89215ba5f596232ce382eeedeee5e097e38c19c476e62d +SIZE (phplot-6.2.0.zip) = 183978 SHA256 (phplotdocs-20130511.zip) = bf5d478b391f0449bef980ac93130c5a8395546bc0a531573a9fba12e1284d77 SIZE (phplotdocs-20130511.zip) = 1238348 From owner-svn-ports-head@freebsd.org Sat Dec 26 14:06:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8B13A52835; Sat, 26 Dec 2015 14:06:52 +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 853121A0F; Sat, 26 Dec 2015 14:06:52 +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 tBQE6pc3044840; Sat, 26 Dec 2015 14:06:51 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQE6pO2044837; Sat, 26 Dec 2015 14:06:51 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201512261406.tBQE6pO2044837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sat, 26 Dec 2015 14:06:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404512 - in head/java/wildfly81: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 14:06:52 -0000 Author: junovitch Date: Sat Dec 26 14:06:51 2015 New Revision: 404512 URL: https://svnweb.freebsd.org/changeset/ports/404512 Log: java/wildfly81: address non-root builds and minor QA observations - Drop ${CHMOD} usage and set permissions in pkg-plist (portlint) - Add terminating @owner/@group to pkg-plist (portlint) - Switch version specific path in pkg-message to variable PR: 205259 Approved by: maintainer timeout (2 weeks) Modified: head/java/wildfly81/Makefile head/java/wildfly81/files/pkg-message.in head/java/wildfly81/pkg-plist Modified: head/java/wildfly81/Makefile ============================================================================== --- head/java/wildfly81/Makefile Sat Dec 26 14:01:57 2015 (r404511) +++ head/java/wildfly81/Makefile Sat Dec 26 14:06:51 2015 (r404512) @@ -65,7 +65,6 @@ do-build: do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION} (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}) - ${CHMOD} +x ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}/bin/*.sh ${RMDIR} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}/.installation .for FILE in ${CONFIG_FILES} ${MV} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}/${FILE} \ Modified: head/java/wildfly81/files/pkg-message.in ============================================================================== --- head/java/wildfly81/files/pkg-message.in Sat Dec 26 14:01:57 2015 (r404511) +++ head/java/wildfly81/files/pkg-message.in Sat Dec 26 14:06:51 2015 (r404512) @@ -12,4 +12,4 @@ To change JVM args, edit appropriate sta To add the initial admin user: -%%LOCALBASE%%/wildfly-8.1.0/bin/add-user.sh +%%APP_HOME%%/bin/add-user.sh Modified: head/java/wildfly81/pkg-plist ============================================================================== --- head/java/wildfly81/pkg-plist Sat Dec 26 14:01:57 2015 (r404511) +++ head/java/wildfly81/pkg-plist Sat Dec 26 14:06:51 2015 (r404512) @@ -27,26 +27,26 @@ %%APP_HOME%%/README.txt %%APP_HOME%%/bin/.jbossclirc %%APP_HOME%%/bin/add-user.properties -%%APP_HOME%%/bin/add-user.sh +@(www,www,555) %%APP_HOME%%/bin/add-user.sh %%APP_HOME%%/bin/appclient.conf -%%APP_HOME%%/bin/appclient.sh +@(www,www,555) %%APP_HOME%%/bin/appclient.sh %%APP_HOME%%/bin/client/README-CLI-JCONSOLE.txt %%APP_HOME%%/bin/client/README-EJB-JMS.txt %%APP_HOME%%/bin/client/jboss-cli-client.jar %%APP_HOME%%/bin/client/jboss-client.jar %%APP_HOME%%/bin/domain.conf -%%APP_HOME%%/bin/domain.sh +@(www,www,555) %%APP_HOME%%/bin/domain.sh %%APP_HOME%%/bin/jboss-cli-logging.properties -%%APP_HOME%%/bin/jboss-cli.sh +@(www,www,555) %%APP_HOME%%/bin/jboss-cli.sh %%APP_HOME%%/bin/jboss-cli.xml -%%APP_HOME%%/bin/jconsole.sh -%%APP_HOME%%/bin/jdr.sh -%%APP_HOME%%/bin/run.sh +@(www,www,555) %%APP_HOME%%/bin/jconsole.sh +@(www,www,555) %%APP_HOME%%/bin/jdr.sh +@(www,www,555) %%APP_HOME%%/bin/run.sh %%APP_HOME%%/bin/standalone.conf -%%APP_HOME%%/bin/standalone.sh -%%APP_HOME%%/bin/vault.sh -%%APP_HOME%%/bin/wsconsume.sh -%%APP_HOME%%/bin/wsprovide.sh +@(www,www,555) %%APP_HOME%%/bin/standalone.sh +@(www,www,555) %%APP_HOME%%/bin/vault.sh +@(www,www,555) %%APP_HOME%%/bin/wsconsume.sh +@(www,www,555) %%APP_HOME%%/bin/wsprovide.sh %%APP_HOME%%/copyright.txt %%APP_HOME%%/docs/examples/configs/standalone-ec2-full-ha.xml %%APP_HOME%%/docs/examples/configs/standalone-ec2-ha.xml @@ -1826,3 +1826,5 @@ @dir %%APP_HOME%%/bin @dir %%APP_HOME%%/appclient/configuration @dir %%APP_HOME%%/appclient +@owner +@group From owner-svn-ports-head@freebsd.org Sat Dec 26 14:07:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 460E4A52859; Sat, 26 Dec 2015 14:07:01 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E58B1AE0; Sat, 26 Dec 2015 14:07:01 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQE709h044992; Sat, 26 Dec 2015 14:07:00 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQE6xxm044985; Sat, 26 Dec 2015 14:06:59 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201512261406.tBQE6xxm044985@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sat, 26 Dec 2015 14:06:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404513 - in head/java/wildfly80: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 14:07:01 -0000 Author: junovitch Date: Sat Dec 26 14:06:59 2015 New Revision: 404513 URL: https://svnweb.freebsd.org/changeset/ports/404513 Log: java/wildfly80: address non-root builds and minor QA observations - Drop ${CHMOD} usage and set permissions in pkg-plist (portlint) - Add terminating @owner/@group to pkg-plist (portlint) - Switch version specific path in pkg-message to variable PR: 205258 Approved by: maintainer timeout (2 weeks) Modified: head/java/wildfly80/Makefile head/java/wildfly80/files/pkg-message.in head/java/wildfly80/pkg-plist Modified: head/java/wildfly80/Makefile ============================================================================== --- head/java/wildfly80/Makefile Sat Dec 26 14:06:51 2015 (r404512) +++ head/java/wildfly80/Makefile Sat Dec 26 14:06:59 2015 (r404513) @@ -65,7 +65,6 @@ do-build: do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION} (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}) - ${CHMOD} +x ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}/bin/*.sh ${RMDIR} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}/.installation .for FILE in ${CONFIG_FILES} ${MV} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}/${FILE} \ Modified: head/java/wildfly80/files/pkg-message.in ============================================================================== --- head/java/wildfly80/files/pkg-message.in Sat Dec 26 14:06:51 2015 (r404512) +++ head/java/wildfly80/files/pkg-message.in Sat Dec 26 14:06:59 2015 (r404513) @@ -12,4 +12,4 @@ To change JVM args, edit appropriate sta To add the initial admin user: -%%LOCALBASE%%/wildfly-8.0.0/bin/add-user.sh +%%APP_HOME%%/bin/add-user.sh Modified: head/java/wildfly80/pkg-plist ============================================================================== --- head/java/wildfly80/pkg-plist Sat Dec 26 14:06:51 2015 (r404512) +++ head/java/wildfly80/pkg-plist Sat Dec 26 14:06:59 2015 (r404513) @@ -27,26 +27,26 @@ %%APP_HOME%%/README.txt %%APP_HOME%%/bin/.jbossclirc %%APP_HOME%%/bin/add-user.properties -%%APP_HOME%%/bin/add-user.sh +@(www,www,555) %%APP_HOME%%/bin/add-user.sh %%APP_HOME%%/bin/appclient.conf -%%APP_HOME%%/bin/appclient.sh +@(www,www,555) %%APP_HOME%%/bin/appclient.sh %%APP_HOME%%/bin/client/README-CLI-JCONSOLE.txt %%APP_HOME%%/bin/client/README-EJB-JMS.txt %%APP_HOME%%/bin/client/jboss-cli-client.jar %%APP_HOME%%/bin/client/jboss-client.jar %%APP_HOME%%/bin/domain.conf -%%APP_HOME%%/bin/domain.sh +@(www,www,555) %%APP_HOME%%/bin/domain.sh %%APP_HOME%%/bin/jboss-cli-logging.properties -%%APP_HOME%%/bin/jboss-cli.sh +@(www,www,555) %%APP_HOME%%/bin/jboss-cli.sh %%APP_HOME%%/bin/jboss-cli.xml -%%APP_HOME%%/bin/jconsole.sh -%%APP_HOME%%/bin/jdr.sh -%%APP_HOME%%/bin/run.sh +@(www,www,555) %%APP_HOME%%/bin/jconsole.sh +@(www,www,555) %%APP_HOME%%/bin/jdr.sh +@(www,www,555) %%APP_HOME%%/bin/run.sh %%APP_HOME%%/bin/standalone.conf -%%APP_HOME%%/bin/standalone.sh -%%APP_HOME%%/bin/vault.sh -%%APP_HOME%%/bin/wsconsume.sh -%%APP_HOME%%/bin/wsprovide.sh +@(www,www,555) %%APP_HOME%%/bin/standalone.sh +@(www,www,555) %%APP_HOME%%/bin/vault.sh +@(www,www,555) %%APP_HOME%%/bin/wsconsume.sh +@(www,www,555) %%APP_HOME%%/bin/wsprovide.sh %%APP_HOME%%/copyright.txt %%APP_HOME%%/docs/examples/configs/standalone-ec2-full-ha.xml %%APP_HOME%%/docs/examples/configs/standalone-ec2-ha.xml @@ -1810,3 +1810,5 @@ @dir %%APP_HOME%%/bin @dir %%APP_HOME%%/appclient/configuration @dir %%APP_HOME%%/appclient +@owner +@group From owner-svn-ports-head@freebsd.org Sat Dec 26 14:09:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 559B8A52918; Sat, 26 Dec 2015 14:09: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 2C5821C33; Sat, 26 Dec 2015 14:09:42 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQE9fam045204; Sat, 26 Dec 2015 14:09:41 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQE9eId045200; Sat, 26 Dec 2015 14:09:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512261409.tBQE9eId045200@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 26 Dec 2015 14:09:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404514 - in head/emulators/gem5: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 14:09:42 -0000 Author: amdmi3 Date: Sat Dec 26 14:09:40 2015 New Revision: 404514 URL: https://svnweb.freebsd.org/changeset/ports/404514 Log: - Unbreak Approved by: portmgr blanket Added: head/emulators/gem5/files/patch-src_SConscript (contents, props changed) head/emulators/gem5/files/patch-src_mem_physical.cc (contents, props changed) Modified: head/emulators/gem5/Makefile head/emulators/gem5/files/patch-SConstruct Modified: head/emulators/gem5/Makefile ============================================================================== --- head/emulators/gem5/Makefile Sat Dec 26 14:06:59 2015 (r404513) +++ head/emulators/gem5/Makefile Sat Dec 26 14:09:40 2015 (r404514) @@ -8,13 +8,11 @@ CATEGORIES= emulators MAINTAINER= vg@FreeBSD.org COMMENT= gem5 Simulator System -BROKEN= Uses removed MAP_NORESERVE -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2015-12-30 - BUILD_DEPENDS= swig2.0:${PORTSDIR}/devel/swig20 \ scons:${PORTSDIR}/devel/scons +BROKEN_i386= does not build + DATE= 20140422 USE_GITHUB= yes GH_ACCOUNT= CTSRD-CHERI @@ -28,6 +26,12 @@ USES= gmake IGNORE= does not support FreeBSD versions < 10.0 .endif +post-patch: + @${REINPLACE_CMD} -e 's|sys/termios.h|termios.h|' \ + ${WRKSRC}/src/base/vnc/vncserver.cc \ + ${WRKSRC}/src/dev/terminal.cc \ + ${WRKSRC}/util/term/term.c + do-build: cd ${WRKSRC} && ${GMAKE} -C util/term cd ${WRKSRC} && ${SETENV} SWIG="${PREFIX}/bin/${SWIG_BIN}" scons \ Modified: head/emulators/gem5/files/patch-SConstruct ============================================================================== --- head/emulators/gem5/files/patch-SConstruct Sat Dec 26 14:06:59 2015 (r404513) +++ head/emulators/gem5/files/patch-SConstruct Sat Dec 26 14:09:40 2015 (r404514) @@ -1,4 +1,4 @@ ---- SConstruct.orig 2015-04-21 17:46:54 UTC +--- SConstruct.orig 2015-04-21 15:32:43 UTC +++ SConstruct @@ -534,6 +534,9 @@ Export('MakeAction') main['LTO_CCFLAGS'] = [] @@ -10,3 +10,19 @@ # According to the readme, tcmalloc works best if the compiler doesn't # assume that we're using the builtin malloc and friends. These flags # are compiler-specific, so we need to set them after we detect which +@@ -785,13 +788,8 @@ if main['GCC'] and compareVersions(gcc_v + swig_flags=Split('-c++ -python -modern -templatereduce $_CPPINCFLAGS') + main.Append(SWIGFLAGS=swig_flags) + +-# Check for 'timeout' from GNU coreutils. If present, regressions will +-# be run with a time limit. We require version 8.13 since we rely on +-# support for the '--foreground' option. +-timeout_lines = readCommand(['timeout', '--version'], +- exception='').splitlines() +-# Get the first line and tokenize it +-timeout_version = timeout_lines[0].split() if timeout_lines else [] ++# It expects GNU timeout, FreeBSD one (on 11.x+) is not compatible ++timeout_version = [] + main['TIMEOUT'] = timeout_version and \ + compareVersions(timeout_version[-1], '8.13') >= 0 + Added: head/emulators/gem5/files/patch-src_SConscript ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/gem5/files/patch-src_SConscript Sat Dec 26 14:09:40 2015 (r404514) @@ -0,0 +1,11 @@ +--- src/SConscript.orig 2015-04-21 15:32:43 UTC ++++ src/SConscript +@@ -165,7 +165,7 @@ class Source(SourceFile): + '''specify the source file, and any guards''' + super(Source, self).__init__(source, **guards) + +- self.Werror = Werror ++ self.Werror = False + self.swig = swig + + class PySource(SourceFile): Added: head/emulators/gem5/files/patch-src_mem_physical.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/gem5/files/patch-src_mem_physical.cc Sat Dec 26 14:09:40 2015 (r404514) @@ -0,0 +1,14 @@ +--- src/mem/physical.cc.orig 2015-04-21 15:32:43 UTC ++++ src/mem/physical.cc +@@ -62,11 +62,9 @@ + * host. On OSX the MAP_NORESERVE flag does not exist, so simply make + * it 0. + */ +-#if defined(__APPLE__) + #ifndef MAP_NORESERVE + #define MAP_NORESERVE 0 + #endif +-#endif + + using namespace std; + From owner-svn-ports-head@freebsd.org Sat Dec 26 14:10:41 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BECFAA5296D; Sat, 26 Dec 2015 14:10: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 7F60F1D26; Sat, 26 Dec 2015 14:10: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 tBQEAeKw045335; Sat, 26 Dec 2015 14:10:40 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQEAelo045334; Sat, 26 Dec 2015 14:10:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512261410.tBQEAelo045334@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 26 Dec 2015 14:10:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404515 - head/games/xsoldier X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 14:10:41 -0000 Author: amdmi3 Date: Sat Dec 26 14:10:40 2015 New Revision: 404515 URL: https://svnweb.freebsd.org/changeset/ports/404515 Log: - Modernize plist Approved by: portmgr blanket Modified: head/games/xsoldier/pkg-plist Modified: head/games/xsoldier/pkg-plist ============================================================================== --- head/games/xsoldier/pkg-plist Sat Dec 26 14:09:40 2015 (r404514) +++ head/games/xsoldier/pkg-plist Sat Dec 26 14:10:40 2015 (r404515) @@ -1,47 +1,39 @@ -@group games -@mode 2555 -bin/xsoldier -@mode -@group +@(,games,2555) bin/xsoldier man/man6/xsoldier.6.gz -share/examples/xsoldier/xsoldier.scores -@exec cp %D/share/examples/xsoldier/xsoldier.scores %%SCOREFILE%% && chgrp games %%SCOREFILE%% && chmod 664 %%SCOREFILE%% -@unexec rm -f %%SCOREFILE%% -share/xsoldier/Boss1.xpm -share/xsoldier/Boss2.xpm -share/xsoldier/Boss3.xpm -share/xsoldier/Boss4.xpm -share/xsoldier/Boss5.xpm -share/xsoldier/Boss6.xpm -share/xsoldier/Boss7.xpm -share/xsoldier/Enemy1.xpm -share/xsoldier/Enemy2.xpm -share/xsoldier/Enemy3.xpm -share/xsoldier/Enemy4.xpm -share/xsoldier/Enemy5.xpm -share/xsoldier/Enemy6.xpm -share/xsoldier/Enemy7.xpm -share/xsoldier/EnemyBound.xpm -share/xsoldier/EnemyLaser.xpm -share/xsoldier/EnemyMiss.xpm -share/xsoldier/EnemyRing.xpm -share/xsoldier/EnemyShot.xpm -share/xsoldier/ExpLarge.xpm -share/xsoldier/ExpSmall.xpm -share/xsoldier/Item.xpm -share/xsoldier/Player.xpm -share/xsoldier/PlayerShot1.xpm -share/xsoldier/PlayerShot2.xpm -share/xsoldier/PlayerShot3.xpm -share/xsoldier/Star1.xpm -share/xsoldier/Star2.xpm -share/xsoldier/Title.xpm -share/xsoldier/font.xpm -share/xsoldier/font1.xpm -share/xsoldier/font2.xpm -share/xsoldier/font3.xpm -share/xsoldier/font4.xpm -share/xsoldier/font5.xpm -share/xsoldier/font6.xpm -@dirrm share/examples/xsoldier -@dirrm share/xsoldier +@sample(,games,664) %%EXAMPLESDIR%%/xsoldier.scores /var/games/xsoldier.scores +%%DATADIR%%/Boss1.xpm +%%DATADIR%%/Boss2.xpm +%%DATADIR%%/Boss3.xpm +%%DATADIR%%/Boss4.xpm +%%DATADIR%%/Boss5.xpm +%%DATADIR%%/Boss6.xpm +%%DATADIR%%/Boss7.xpm +%%DATADIR%%/Enemy1.xpm +%%DATADIR%%/Enemy2.xpm +%%DATADIR%%/Enemy3.xpm +%%DATADIR%%/Enemy4.xpm +%%DATADIR%%/Enemy5.xpm +%%DATADIR%%/Enemy6.xpm +%%DATADIR%%/Enemy7.xpm +%%DATADIR%%/EnemyBound.xpm +%%DATADIR%%/EnemyLaser.xpm +%%DATADIR%%/EnemyMiss.xpm +%%DATADIR%%/EnemyRing.xpm +%%DATADIR%%/EnemyShot.xpm +%%DATADIR%%/ExpLarge.xpm +%%DATADIR%%/ExpSmall.xpm +%%DATADIR%%/Item.xpm +%%DATADIR%%/Player.xpm +%%DATADIR%%/PlayerShot1.xpm +%%DATADIR%%/PlayerShot2.xpm +%%DATADIR%%/PlayerShot3.xpm +%%DATADIR%%/Star1.xpm +%%DATADIR%%/Star2.xpm +%%DATADIR%%/Title.xpm +%%DATADIR%%/font.xpm +%%DATADIR%%/font1.xpm +%%DATADIR%%/font2.xpm +%%DATADIR%%/font3.xpm +%%DATADIR%%/font4.xpm +%%DATADIR%%/font5.xpm +%%DATADIR%%/font6.xpm From owner-svn-ports-head@freebsd.org Sat Dec 26 14:15:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1ED7A52BB0; Sat, 26 Dec 2015 14:15:37 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 84E47101D; Sat, 26 Dec 2015 14:15:37 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQEFaoY048212; Sat, 26 Dec 2015 14:15:36 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQEFatn048211; Sat, 26 Dec 2015 14:15:36 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512261415.tBQEFatn048211@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 26 Dec 2015 14:15:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404516 - head/audio/audacity X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 14:15:37 -0000 Author: miwi Date: Sat Dec 26 14:15:36 2015 New Revision: 404516 URL: https://svnweb.freebsd.org/changeset/ports/404516 Log: - Update WWW PR: 205624 Submitted by: Zane C. Bowers-Hadley Modified: head/audio/audacity/pkg-descr Modified: head/audio/audacity/pkg-descr ============================================================================== --- head/audio/audacity/pkg-descr Sat Dec 26 14:10:40 2015 (r404515) +++ head/audio/audacity/pkg-descr Sat Dec 26 14:15:36 2015 (r404516) @@ -8,4 +8,4 @@ also has a built-in amplitude envelope e spectrogram mode and a frequency analysis window for audio analysis applications. -WWW: http://audacity.sourceforge.net +WWW: http://audacityteam.org/ From owner-svn-ports-head@freebsd.org Sat Dec 26 14:33:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 692C7A520AF; Sat, 26 Dec 2015 14:33: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 3893619E2; Sat, 26 Dec 2015 14:33: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 tBQEXmHe054181; Sat, 26 Dec 2015 14:33:48 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQEXmCX054179; Sat, 26 Dec 2015 14:33:48 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201512261433.tBQEXmCX054179@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 26 Dec 2015 14:33:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404517 - head/multimedia/mkvtoolnix X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 14:33:49 -0000 Author: riggs Date: Sat Dec 26 14:33:48 2015 New Revision: 404517 URL: https://svnweb.freebsd.org/changeset/ports/404517 Log: Update to upstream version 8.6.1 Modified: head/multimedia/mkvtoolnix/Makefile head/multimedia/mkvtoolnix/distinfo Modified: head/multimedia/mkvtoolnix/Makefile ============================================================================== --- head/multimedia/mkvtoolnix/Makefile Sat Dec 26 14:15:36 2015 (r404516) +++ head/multimedia/mkvtoolnix/Makefile Sat Dec 26 14:33:48 2015 (r404517) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mkvtoolnix -PORTVERSION= 8.5.2 +PORTVERSION= 8.6.1 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ \ LOCAL/ehaupt Modified: head/multimedia/mkvtoolnix/distinfo ============================================================================== --- head/multimedia/mkvtoolnix/distinfo Sat Dec 26 14:15:36 2015 (r404516) +++ head/multimedia/mkvtoolnix/distinfo Sat Dec 26 14:33:48 2015 (r404517) @@ -1,2 +1,2 @@ -SHA256 (mkvtoolnix-8.5.2.tar.xz) = efaae6d5e3d0963e2f53ae9c45f151be28561a6c6a28fad46e6220baf9862bbc -SIZE (mkvtoolnix-8.5.2.tar.xz) = 3304356 +SHA256 (mkvtoolnix-8.6.1.tar.xz) = 815d8355b6a83af01c957543cee8716f1dad53e03b2ecf58b821099cd3c8fa77 +SIZE (mkvtoolnix-8.6.1.tar.xz) = 3242840 From owner-svn-ports-head@freebsd.org Sat Dec 26 14:39:51 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39ED0A52399; Sat, 26 Dec 2015 14:39: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 06B461CD9; Sat, 26 Dec 2015 14:39: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 tBQEdoiN054483; Sat, 26 Dec 2015 14:39:50 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQEdoxN054482; Sat, 26 Dec 2015 14:39:50 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512261439.tBQEdoxN054482@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 26 Dec 2015 14:39:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404518 - head/games/xshisen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 14:39:51 -0000 Author: amdmi3 Date: Sat Dec 26 14:39:49 2015 New Revision: 404518 URL: https://svnweb.freebsd.org/changeset/ports/404518 Log: - Mark BROKEN, fails to start: Warning: Name: button_1 Class: XmCascadeButtonGadget Illegal mnemonic character; Could not convert X KEYSYM to a keycode Warning: Name: button_2 Class: XmCascadeButtonGadget Illegal mnemonic character; Could not convert X KEYSYM to a keycode Warning: Name: button_3 Class: XmCascadeButtonGadget Illegal mnemonic character; Could not convert X KEYSYM to a keycode Warning: Name: button_1 Class: XmCascadeButtonGadget Illegal mnemonic character; Could not convert X KEYSYM to a keycode Warning: Name: button_2 Class: XmCascadeButtonGadget Illegal mnemonic character; Could not convert X KEYSYM to a keycode Warning: Name: button_3 Class: XmCascadeButtonGadget Illegal mnemonic character; Could not convert X KEYSYM to a keycode [1] 81176 bus error xshisen Approved by: portmgr blanket Modified: head/games/xshisen/Makefile Modified: head/games/xshisen/Makefile ============================================================================== --- head/games/xshisen/Makefile Sat Dec 26 14:33:48 2015 (r404517) +++ head/games/xshisen/Makefile Sat Dec 26 14:39:49 2015 (r404518) @@ -10,6 +10,8 @@ MASTER_SITES= LOCAL/hrs MAINTAINER= turutani@scphys.kyoto-u.ac.jp COMMENT= Shisen-sho puzzle game for X11 +BROKEN= fails to start + USE_XORG= xpm GNU_CONFIGURE= yes CONFIGURE_ARGS= --sharedstatedir="${DATADIR}" From owner-svn-ports-head@freebsd.org Sat Dec 26 14:40:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58F4AA523EA; Sat, 26 Dec 2015 14:40:28 +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 346A41DB5; Sat, 26 Dec 2015 14:40: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 tBQEeRtp054608; Sat, 26 Dec 2015 14:40:27 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQEeRaX054607; Sat, 26 Dec 2015 14:40:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512261440.tBQEeRaX054607@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 26 Dec 2015 14:40:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404519 - head/games/linux-nerogame X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 14:40:28 -0000 Author: amdmi3 Date: Sat Dec 26 14:40:27 2015 New Revision: 404519 URL: https://svnweb.freebsd.org/changeset/ports/404519 Log: - Drop @dirrm* from plist - Add empty directories to plist Approved by: portmgr blanket Modified: head/games/linux-nerogame/pkg-plist Modified: head/games/linux-nerogame/pkg-plist ============================================================================== --- head/games/linux-nerogame/pkg-plist Sat Dec 26 14:39:49 2015 (r404518) +++ head/games/linux-nerogame/pkg-plist Sat Dec 26 14:40:27 2015 (r404519) @@ -1238,121 +1238,20 @@ libexec/linux-nerogame %%DATADIR%%/nero/server/scripts/w-ballisticrifle.cs.dso %%DATADIR%%/nero/server/scripts/w-turretgun.cs.dso %%DATADIR%%/nero/server/scripts/weapon.cs.dso -@dirrm lib/linux-nerogame -@dirrm %%DATADIR%%/common/client -@dirrm %%DATADIR%%/common/help -@dirrm %%DATADIR%%/common/lighting -@dirrm %%DATADIR%%/common/server -@dirrm %%DATADIR%%/common/ui/cache -@dirrm %%DATADIR%%/common/ui -@dirrm %%DATADIR%%/common -@dirrm %%DATADIR%%/nero/client/scripts/client -@dirrm %%DATADIR%%/nero/client/scripts -@dirrm %%DATADIR%%/nero/client/ui/nero -@dirrm %%DATADIR%%/nero/client/ui/radial -@dirrm %%DATADIR%%/nero/client/ui/mainmenu -@dirrm %%DATADIR%%/nero/client/ui -@dirrm %%DATADIR%%/nero/client -@dirrm %%DATADIR%%/nero/data/saves/brains -@dirrm %%DATADIR%%/nero/data/saves -@dirrm %%DATADIR%%/nero/data/water -@dirrm %%DATADIR%%/nero/data/neat -@dirrm %%DATADIR%%/nero/data/shapes/bench -@dirrm %%DATADIR%%/nero/data/shapes/grass -@dirrm %%DATADIR%%/nero/data/shapes/woodflat -@dirrm %%DATADIR%%/nero/data/shapes/items -@dirrm %%DATADIR%%/nero/data/shapes/trees -@dirrm %%DATADIR%%/nero/data/shapes/lanterns -@dirrm %%DATADIR%%/nero/data/shapes/househit -@dirrm %%DATADIR%%/nero/data/shapes/player -@dirrm %%DATADIR%%/nero/data/shapes/teapot -@dirrm %%DATADIR%%/nero/data/shapes/officeb -@dirrm %%DATADIR%%/nero/data/shapes/archway -@dirrm %%DATADIR%%/nero/data/shapes/bush -@dirrm %%DATADIR%%/nero/data/shapes/pipe -@dirrm %%DATADIR%%/nero/data/shapes/dumpster -@dirrm %%DATADIR%%/nero/data/shapes/sidewalk -@dirrm %%DATADIR%%/nero/data/shapes/ornateoffice -@dirrm %%DATADIR%%/nero/data/shapes/house1 -@dirrm %%DATADIR%%/nero/data/shapes/house2 -@dirrm %%DATADIR%%/nero/data/shapes/house3 -@dirrm %%DATADIR%%/nero/data/shapes/pilepipe -@dirrm %%DATADIR%%/nero/data/shapes/fruitcrate -@dirrm %%DATADIR%%/nero/data/shapes/rocket_launcher -@dirrm %%DATADIR%%/nero/data/shapes/officebuilding -@dirrm %%DATADIR%%/nero/data/shapes/campfires -@dirrm %%DATADIR%%/nero/data/shapes/pilepylon -@dirrm %%DATADIR%%/nero/data/shapes/hotel -@dirrm %%DATADIR%%/nero/data/shapes/player1 -@dirrm %%DATADIR%%/nero/data/shapes/player2 -@dirrm %%DATADIR%%/nero/data/shapes/buildings/warehouse1 -@dirrm %%DATADIR%%/nero/data/shapes/buildings/house1 -@dirrm %%DATADIR%%/nero/data/shapes/buildings/ornateoffice -@dirrm %%DATADIR%%/nero/data/shapes/buildings/warehouse2 -@dirrm %%DATADIR%%/nero/data/shapes/buildings/house2 -@dirrm %%DATADIR%%/nero/data/shapes/buildings/house3 -@dirrm %%DATADIR%%/nero/data/shapes/buildings/dirtyoffice -@dirrm %%DATADIR%%/nero/data/shapes/buildings/househit -@dirrm %%DATADIR%%/nero/data/shapes/buildings/officebuilding -@dirrm %%DATADIR%%/nero/data/shapes/buildings -@dirrm %%DATADIR%%/nero/data/shapes/streetlamp -@dirrm %%DATADIR%%/nero/data/shapes/trafficCone -@dirrm %%DATADIR%%/nero/data/shapes/warehouse1 -@dirrm %%DATADIR%%/nero/data/shapes/fountain_02 -@dirrm %%DATADIR%%/nero/data/shapes/scouter -@dirrm %%DATADIR%%/nero/data/shapes/warehouse2 -@dirrm %%DATADIR%%/nero/data/shapes/particles -@dirrm %%DATADIR%%/nero/data/shapes/controlpoint/blue -@dirrm %%DATADIR%%/nero/data/shapes/controlpoint/neutral -@dirrm %%DATADIR%%/nero/data/shapes/controlpoint/red -@dirrm %%DATADIR%%/nero/data/shapes/controlpoint -@dirrm %%DATADIR%%/nero/data/shapes/flags/default -@dirrm %%DATADIR%%/nero/data/shapes/flags/blue -@dirrm %%DATADIR%%/nero/data/shapes/flags/red -@dirrm %%DATADIR%%/nero/data/shapes/flags -@dirrm %%DATADIR%%/nero/data/shapes/store -@dirrm %%DATADIR%%/nero/data/shapes/lamppost -@dirrm %%DATADIR%%/nero/data/shapes/barricades -@dirrm %%DATADIR%%/nero/data/shapes/crossbow -@dirrm %%DATADIR%%/nero/data/shapes/pylon -@dirrm %%DATADIR%%/nero/data/shapes/markers -@dirrm %%DATADIR%%/nero/data/shapes/dirtyoffice -@dirrm %%DATADIR%%/nero/data/shapes/clothesline -@dirrm %%DATADIR%%/nero/data/shapes -@dirrm %%DATADIR%%/nero/data/missions -@dirrm %%DATADIR%%/nero/data/terrains/details -@dirrm %%DATADIR%%/nero/data/terrains/grassland -@dirrm %%DATADIR%%/nero/data/terrains/sandy -@dirrm %%DATADIR%%/nero/data/terrains -@dirrm %%DATADIR%%/nero/data/sound/Music -@dirrm %%DATADIR%%/nero/data/sound -@dirrm %%DATADIR%%/nero/data/shells/units/Enforcer -@dirrm %%DATADIR%%/nero/data/shells/units/Journeyman -@dirrm %%DATADIR%%/nero/data/shells/units/Arach -@dirrm %%DATADIR%%/nero/data/shells/units -@dirrm %%DATADIR%%/nero/data/shells/turrets/better_turret -@dirrm %%DATADIR%%/nero/data/shells/turrets/normal_turret -@dirrm %%DATADIR%%/nero/data/shells/turrets/brutal_turret -@dirrm %%DATADIR%%/nero/data/shells/turrets -@dirrm %%DATADIR%%/nero/data/shells/shared-data -@dirrm %%DATADIR%%/nero/data/shells -@dirrm %%DATADIR%%/nero/data/advice -@dirrm %%DATADIR%%/nero/data/weapons/nullweapon -@dirrm %%DATADIR%%/nero/data/weapons/ballistic-rifle/sources -@dirrm %%DATADIR%%/nero/data/weapons/ballistic-rifle -@dirrm %%DATADIR%%/nero/data/weapons -@dirrm %%DATADIR%%/nero/data/interiors/towers -@dirrm %%DATADIR%%/nero/data/interiors/hovels -@dirrm %%DATADIR%%/nero/data/interiors/docks -@dirrm %%DATADIR%%/nero/data/interiors/rubbleroom -@dirrm %%DATADIR%%/nero/data/interiors/cornerBuildings -@dirrm %%DATADIR%%/nero/data/interiors/Demo Bunker test -@dirrm %%DATADIR%%/nero/data/interiors -@dirrm %%DATADIR%%/nero/data/skies -@dirrm %%DATADIR%%/nero/data -@dirrm %%DATADIR%%/nero/help -@dirrm %%DATADIR%%/nero/server/scripts -@dirrm %%DATADIR%%/nero/server -@dirrm %%DATADIR%%/nero -@dirrm %%DATADIR%%/lib -@dirrm %%DATADIR%% +@dir %%DATADIR%%/nero/data/shapes/teapot +@dir %%DATADIR%%/nero/data/shapes/player2 +@dir %%DATADIR%%/nero/data/shapes/player1 +@dir %%DATADIR%%/nero/data/shapes/fruitcrate +@dir %%DATADIR%%/nero/data/shapes/dumpster +@dir %%DATADIR%%/nero/data/shapes/buildings/warehouse2 +@dir %%DATADIR%%/nero/data/shapes/buildings/warehouse1 +@dir %%DATADIR%%/nero/data/shapes/buildings/ornateoffice +@dir %%DATADIR%%/nero/data/shapes/buildings/officebuilding +@dir %%DATADIR%%/nero/data/shapes/buildings/househit +@dir %%DATADIR%%/nero/data/shapes/buildings/house3 +@dir %%DATADIR%%/nero/data/shapes/buildings/house2 +@dir %%DATADIR%%/nero/data/shapes/buildings/house1 +@dir %%DATADIR%%/nero/data/shapes/buildings/dirtyoffice +@dir %%DATADIR%%/nero/data/interiors/Demo Bunker test +@dir %%DATADIR%%/nero/data/advice +@dir %%DATADIR%%/nero/client/scripts/client From owner-svn-ports-head@freebsd.org Sat Dec 26 14:40:32 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57B10A5240B; Sat, 26 Dec 2015 14:40: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 0FC861DCD; Sat, 26 Dec 2015 14:40:31 +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 tBQEeVjC054696; Sat, 26 Dec 2015 14:40:31 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQEeV4r054695; Sat, 26 Dec 2015 14:40:31 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512261440.tBQEeV4r054695@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 26 Dec 2015 14:40:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404520 - head/games/linux-enemyterritory-omni-bot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 14:40:32 -0000 Author: amdmi3 Date: Sat Dec 26 14:40:30 2015 New Revision: 404520 URL: https://svnweb.freebsd.org/changeset/ports/404520 Log: - Drop @dirrm* from plist - Add empty directories to plist - Switch to @sample Approved by: portmgr blanket Modified: head/games/linux-enemyterritory-omni-bot/pkg-plist Modified: head/games/linux-enemyterritory-omni-bot/pkg-plist ============================================================================== --- head/games/linux-enemyterritory-omni-bot/pkg-plist Sat Dec 26 14:40:27 2015 (r404519) +++ head/games/linux-enemyterritory-omni-bot/pkg-plist Sat Dec 26 14:40:30 2015 (r404520) @@ -1490,9 +1490,7 @@ bin/etded-omni-bot %%DATADIR%%/et/scripts/weapons/weapon_sten.gm %%DATADIR%%/et/scripts/weapons/weapon_syringe.gm %%DATADIR%%/et/scripts/weapons/weapon_thompson.gm -@unexec if cmp %D/lib/enemyterritory/omni-bot/et/user/omni-bot.cfg %D/lib/enemyterritory/omni-bot/et/user/omni-bot.cfg.sample; then rm -f %D/lib/enemyterritory/omni-bot/et/user/omni-bot.cfg; fi -%%DATADIR%%/et/user/omni-bot.cfg.sample -@exec if [ ! -f %D/lib/enemyterritory/omni-bot/et/user/omni-bot.cfg ] ; then cp -p %D/%F %B/omni-bot.cfg; fi +@sample %%DATADIR%%/et/user/omni-bot.cfg.sample %%DATADIR%%/et/user/omni-bot.txt %%DATADIR%%/global_scripts/autowaypoint.gm %%DATADIR%%/global_scripts/commands.gm @@ -1525,20 +1523,6 @@ bin/etded-omni-bot %%DATADIR%%/omnibot_et.so %%DATADIR%%/qagame.mp.i386.so %%DATADIR%%/ui.mp.i386.so -@dirrmtry %%DATADIR%%/gui/images -@dirrmtry %%DATADIR%%/gui -@dirrmtry %%DATADIR%%/global_scripts/weapons -@dirrmtry %%DATADIR%%/global_scripts/mapgoals -@dirrmtry %%DATADIR%%/global_scripts/goals -@dirrmtry %%DATADIR%%/global_scripts -@dirrmtry %%DATADIR%%/et/user/download -@dirrmtry %%DATADIR%%/et/user -@dirrmtry %%DATADIR%%/et/scripts/weapons -@dirrmtry %%DATADIR%%/et/scripts/mapgoals -@dirrmtry %%DATADIR%%/et/scripts/goals -@dirrmtry %%DATADIR%%/et/scripts -@dirrmtry %%DATADIR%%/et/nav -@dirrmtry %%DATADIR%%/et/gui -@dirrmtry %%DATADIR%%/et -@dirrmtry %%DATADIR%% -@dirrmtry lib/enemyterritory +@dir %%DATADIR%%/gui/images +@dir %%DATADIR%%/et/user/download +@dir %%DATADIR%%/et/gui From owner-svn-ports-head@freebsd.org Sat Dec 26 14:40:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 283D3A52431; Sat, 26 Dec 2015 14:40: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 E90F41EA6; Sat, 26 Dec 2015 14:40: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 tBQEeYb9054786; Sat, 26 Dec 2015 14:40:34 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQEeYpb054785; Sat, 26 Dec 2015 14:40:34 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512261440.tBQEeYpb054785@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 26 Dec 2015 14:40:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404521 - head/games/linux-enemyterritory-omni-bot-0660 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 14:40:36 -0000 Author: amdmi3 Date: Sat Dec 26 14:40:34 2015 New Revision: 404521 URL: https://svnweb.freebsd.org/changeset/ports/404521 Log: - Drop @dirrm* from plist Approved by: portmgr blanket Modified: head/games/linux-enemyterritory-omni-bot-0660/pkg-plist Modified: head/games/linux-enemyterritory-omni-bot-0660/pkg-plist ============================================================================== --- head/games/linux-enemyterritory-omni-bot-0660/pkg-plist Sat Dec 26 14:40:30 2015 (r404520) +++ head/games/linux-enemyterritory-omni-bot-0660/pkg-plist Sat Dec 26 14:40:34 2015 (r404521) @@ -40,13 +40,3 @@ bin/etded-omni-bot-%%VERSTR%% %%PORTDOCS%%%%DOCSDIR%%/docs/Omni-bot Wiki.pdf %%PORTDOCS%%%%DOCSDIR%%/install.de.txt %%PORTDOCS%%%%DOCSDIR%%/install.en.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%%/global_scripts/weapons -@dirrm %%DATADIR%%/global_scripts -@dirrm %%DATADIR%%/et/scripts/weapons -@dirrm %%DATADIR%%/et/scripts -@dirrm %%DATADIR%%/et/nav -@dirrm %%DATADIR%%/et -@dirrm %%DATADIR%% -@dirrmtry lib/enemyterritory From owner-svn-ports-head@freebsd.org Sat Dec 26 14:49:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4EC0A52745; Sat, 26 Dec 2015 14:49:31 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B637B13B6; Sat, 26 Dec 2015 14:49:31 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQEnUED057679; Sat, 26 Dec 2015 14:49:30 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQEnUtx057678; Sat, 26 Dec 2015 14:49:30 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201512261449.tBQEnUtx057678@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Sat, 26 Dec 2015 14:49:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404522 - head/net/tightvnc/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 14:49:32 -0000 Author: kevlo Date: Sat Dec 26 14:49:30 2015 New Revision: 404522 URL: https://svnweb.freebsd.org/changeset/ports/404522 Log: Fix build on arm. Added: head/net/tightvnc/files/patch-Xvnc__programs__Xserver__hw__xfree86__common__compiler.h (contents, props changed) Added: head/net/tightvnc/files/patch-Xvnc__programs__Xserver__hw__xfree86__common__compiler.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/tightvnc/files/patch-Xvnc__programs__Xserver__hw__xfree86__common__compiler.h Sat Dec 26 14:49:30 2015 (r404522) @@ -0,0 +1,11 @@ +--- Xvnc/programs/Xserver/hw/xfree86/common/compiler.h.orig 2015-12-23 13:48:48.097424000 +0800 ++++ Xvnc/programs/Xserver/hw/xfree86/common/compiler.h 2015-12-23 13:49:19.871472000 +0800 +@@ -371,7 +371,7 @@ + #define mem_barrier() /* NOP */ + #define write_mem_barrier() /* NOP */ + +-#if !defined(FAKEIT) && !defined(__mc68000__) ++#if !defined(FAKEIT) && !defined(__mc68000__) && !defined(__arm__) + #ifdef GCCUSESGAS + + /* From owner-svn-ports-head@freebsd.org Sat Dec 26 14:54:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 064B2A529C9; Sat, 26 Dec 2015 14:54: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 AD98019B3; Sat, 26 Dec 2015 14:54: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 tBQEs7ip060574; Sat, 26 Dec 2015 14:54:07 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQEs7Oe060572; Sat, 26 Dec 2015 14:54:07 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512261454.tBQEs7Oe060572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 26 Dec 2015 14:54:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404523 - head/security/osiris X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 14:54:09 -0000 Author: amdmi3 Date: Sat Dec 26 14:54:07 2015 New Revision: 404523 URL: https://svnweb.freebsd.org/changeset/ports/404523 Log: - Switch to options helpers - Drop @dirrm* from plist Modified: head/security/osiris/Makefile head/security/osiris/pkg-plist Modified: head/security/osiris/Makefile ============================================================================== --- head/security/osiris/Makefile Sat Dec 26 14:49:30 2015 (r404522) +++ head/security/osiris/Makefile Sat Dec 26 14:54:07 2015 (r404523) @@ -29,20 +29,19 @@ CLI_DESC= Management CLI LIB_DEPENDS+= libreadline.so.6:${PORTSDIR}/devel/readline .endif -post-build: -.if ${PORT_OPTIONS:MPRINTDB} +post-build-PRINTDB-on: cd ${WRKSRC}/src/tools && ${MAKE} -.endif do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/osiris -.if ${PORT_OPTIONS:MCLI} + +do-install-CLI-on: ${INSTALL_PROGRAM} ${WRKSRC}/src/cli/osiris ${STAGEDIR}${PREFIX}/sbin -.endif -.if ${PORT_OPTIONS:MPRINTDB} + +do-install-PRINTDB-on: ${INSTALL_PROGRAM} ${WRKSRC}/src/tools/printdb ${STAGEDIR}${PREFIX}/bin -.endif -.if ${PORT_OPTIONS:MOSIRISD} + +do-install-OSIRISD-on: ${SED} -e 's|@INSTALLDIR@|${PREFIX}/sbin|g' \ -e 's|@OSIRISDIR@|${PREFIX}/osiris|g' \ ${WRKSRC}/src/install/freebsd/osirisd.in > \ @@ -50,8 +49,8 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/osirisd/osirisd ${STAGEDIR}${PREFIX}/sbin ${INSTALL_SCRIPT} ${WRKSRC}/src/install/freebsd/osirisd.sh \ ${STAGEDIR}${PREFIX}/etc/rc.d -.endif -.if ${PORT_OPTIONS:MOSIRISMD} + +do-install-OSIRISMD-on: ${SED} -e 's|@INSTALLDIR@|${PREFIX}/sbin|g' \ -e 's|@OSIRISDIR@|${PREFIX}/osiris|g' \ ${WRKSRC}/src/install/freebsd/osirismd.in > \ @@ -67,6 +66,5 @@ do-install: ${STAGEDIR}${PREFIX}/sbin ${INSTALL_SCRIPT} ${WRKSRC}/src/install/freebsd/osirismd.sh \ ${STAGEDIR}${PREFIX}/etc/rc.d -.endif .include Modified: head/security/osiris/pkg-plist ============================================================================== --- head/security/osiris/pkg-plist Sat Dec 26 14:49:30 2015 (r404522) +++ head/security/osiris/pkg-plist Sat Dec 26 14:54:07 2015 (r404523) @@ -28,4 +28,3 @@ %%OSIRISMD%%osiris/configs/default.wrt54g %%OSIRISMD%%@owner %%OSIRISMD%%@group -%%OSIRISMD%%@dirrm osiris/configs From owner-svn-ports-head@freebsd.org Sat Dec 26 14:57:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73313A52ABF; Sat, 26 Dec 2015 14:57: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 3FF271BCF; Sat, 26 Dec 2015 14:57: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 tBQEvSaq060924; Sat, 26 Dec 2015 14:57:28 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQEvSqm060923; Sat, 26 Dec 2015 14:57:28 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512261457.tBQEvSqm060923@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 26 Dec 2015 14:57:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404525 - head/lang/ghc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 14:57:29 -0000 Author: amdmi3 Date: Sat Dec 26 14:57:28 2015 New Revision: 404525 URL: https://svnweb.freebsd.org/changeset/ports/404525 Log: - Mark NO_CCACHE, fails to build with ccache enabled: ccache: error: Failed to create directory /nonexistent/.ccache/tmp: Permission denied Approved by: portmgr blanket Modified: head/lang/ghc/Makefile Modified: head/lang/ghc/Makefile ============================================================================== --- head/lang/ghc/Makefile Sat Dec 26 14:55:21 2015 (r404524) +++ head/lang/ghc/Makefile Sat Dec 26 14:57:28 2015 (r404525) @@ -17,6 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= i386 amd64 MAKE_JOBS_NUMBER_LIMIT= 4 +NO_CCACHE= yes GHC_VERSION= ${PORTVERSION} HSCOLOUR_VERSION= 1.23 From owner-svn-ports-head@freebsd.org Sat Dec 26 15:15:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7E41A51025; Sat, 26 Dec 2015 15:15:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A9C212DB; Sat, 26 Dec 2015 15:15:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQFF1mi066881; Sat, 26 Dec 2015 15:15:01 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQFF1Bf066880; Sat, 26 Dec 2015 15:15:01 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512261515.tBQFF1Bf066880@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 26 Dec 2015 15:15:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404526 - head/textproc/scim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 15:15:02 -0000 Author: amdmi3 Date: Sat Dec 26 15:15:01 2015 New Revision: 404526 URL: https://svnweb.freebsd.org/changeset/ports/404526 Log: - Drop @dirrm* from plist Approved by: portmgr blanket Modified: head/textproc/scim/pkg-plist Modified: head/textproc/scim/pkg-plist ============================================================================== --- head/textproc/scim/pkg-plist Sat Dec 26 14:57:28 2015 (r404525) +++ head/textproc/scim/pkg-plist Sat Dec 26 15:15:01 2015 (r404526) @@ -139,20 +139,5 @@ share/locale/zh_TW/LC_MESSAGES/scim.mo %%DATADIR%%/icons/setup.png %%DATADIR%%/icons/trademark.png %%DATADIR%%/icons/up.png -@dirrm etc/scim -@dirrm include/scim-1.0/x11 -@dirrm include/scim-1.0/gtk -@dirrm include/scim-1.0 -@dirrm lib/scim-1.0/1.4.0/Config -@dirrm lib/scim-1.0/1.4.0/Filter -@dirrm lib/scim-1.0/1.4.0/FrontEnd -@dirrm lib/scim-1.0/1.4.0/Helper -@dirrmtry %%DATADIR%%/icons -@dirrmtry %%DATADIR%% -@dirrmtry lib/gtk-2.0/immodules -@dirrmtry lib/scim-1.0/1.4.0/IMEngine -@dirrmtry lib/scim-1.0/1.4.0/SetupUI -@dirrmtry lib/scim-1.0/1.4.0 -@dirrmtry lib/scim-1.0 @postexec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache @postunexec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache From owner-svn-ports-head@freebsd.org Sat Dec 26 15:15:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 527F8A51055; Sat, 26 Dec 2015 15:15: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 2563313AE; Sat, 26 Dec 2015 15:15: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 tBQFFEvJ066971; Sat, 26 Dec 2015 15:15:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQFFEpU066970; Sat, 26 Dec 2015 15:15:14 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512261515.tBQFFEpU066970@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 26 Dec 2015 15:15:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404527 - head/sysutils/bareos-bat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 15:15:15 -0000 Author: amdmi3 Date: Sat Dec 26 15:15:14 2015 New Revision: 404527 URL: https://svnweb.freebsd.org/changeset/ports/404527 Log: - Drop @dirrm* from plist Approved by: portmgr blanket Modified: head/sysutils/bareos-bat/pkg-plist Modified: head/sysutils/bareos-bat/pkg-plist ============================================================================== --- head/sysutils/bareos-bat/pkg-plist Sat Dec 26 15:15:01 2015 (r404526) +++ head/sysutils/bareos-bat/pkg-plist Sat Dec 26 15:15:14 2015 (r404527) @@ -1,5 +1,3 @@ @sample %%ETCDIR%%/bat.conf.sample man/man1/bat.1.gz sbin/bat -@dirrmtry %%ETCDIR%% - From owner-svn-ports-head@freebsd.org Sat Dec 26 15:30:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD02BA513E5; Sat, 26 Dec 2015 15:30: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 7A09418DD; Sat, 26 Dec 2015 15:30: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 tBQFUjux070191; Sat, 26 Dec 2015 15:30:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQFUjl0070190; Sat, 26 Dec 2015 15:30:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512261530.tBQFUjl0070190@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 26 Dec 2015 15:30:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404528 - head/mail/opensmtpd-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 15:30:46 -0000 Author: amdmi3 Date: Sat Dec 26 15:30:45 2015 New Revision: 404528 URL: https://svnweb.freebsd.org/changeset/ports/404528 Log: - Drop @dirrm* from plist Approved by: portmgr blanket Modified: head/mail/opensmtpd-devel/pkg-plist Modified: head/mail/opensmtpd-devel/pkg-plist ============================================================================== --- head/mail/opensmtpd-devel/pkg-plist Sat Dec 26 15:15:14 2015 (r404527) +++ head/mail/opensmtpd-devel/pkg-plist Sat Dec 26 15:30:45 2015 (r404528) @@ -13,5 +13,3 @@ man/man5/table.5.gz man/man5/smtpd.conf.5.gz man/man5/forward.5.gz man/man5/aliases.5.gz -@dir libexec/opensmtpd -@dirrmtry etc/mail From owner-svn-ports-head@freebsd.org Sat Dec 26 15:31:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B310A51427; Sat, 26 Dec 2015 15:31: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 CC7781A14; Sat, 26 Dec 2015 15:31: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 tBQFV21k070289; Sat, 26 Dec 2015 15:31:02 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQFV2MV070288; Sat, 26 Dec 2015 15:31:02 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512261531.tBQFV2MV070288@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 26 Dec 2015 15:31:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404529 - head/mail/qmail-qfilter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 15:31:04 -0000 Author: amdmi3 Date: Sat Dec 26 15:31:02 2015 New Revision: 404529 URL: https://svnweb.freebsd.org/changeset/ports/404529 Log: - Drop @dirrm* from plist Approved by: portmgr blanket Modified: head/mail/qmail-qfilter/pkg-plist Modified: head/mail/qmail-qfilter/pkg-plist ============================================================================== --- head/mail/qmail-qfilter/pkg-plist Sat Dec 26 15:30:45 2015 (r404528) +++ head/mail/qmail-qfilter/pkg-plist Sat Dec 26 15:31:02 2015 (r404529) @@ -4,8 +4,6 @@ man/man1/qmail-qfilter.1.gz %%EXAMPLESDIR%%/block-long-dates %%EXAMPLESDIR%%/deny-filetypes %%EXAMPLESDIR%%/rename-filetypes -@dirrm %%EXAMPLESDIR%% %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%@dirrm %%DOCSDIR%% From owner-svn-ports-head@freebsd.org Sat Dec 26 16:17:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B7F1A528FD; Sat, 26 Dec 2015 16:17:28 +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 CD57E1260; Sat, 26 Dec 2015 16:17: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 tBQGHQR9084513; Sat, 26 Dec 2015 16:17:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQGHQXO084512; Sat, 26 Dec 2015 16:17:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512261617.tBQGHQXO084512@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 26 Dec 2015 16:17:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404530 - head/sysutils/bacula5-bat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 16:17:28 -0000 Author: amdmi3 Date: Sat Dec 26 16:17:26 2015 New Revision: 404530 URL: https://svnweb.freebsd.org/changeset/ports/404530 Log: - Drop @dirrm* from plist Approved by: portmgr blanket Modified: head/sysutils/bacula5-bat/pkg-plist Modified: head/sysutils/bacula5-bat/pkg-plist ============================================================================== --- head/sysutils/bacula5-bat/pkg-plist Sat Dec 26 15:31:02 2015 (r404529) +++ head/sysutils/bacula5-bat/pkg-plist Sat Dec 26 16:17:26 2015 (r404530) @@ -1,5 +1,3 @@ @sample %%ETCDIR%%/bat.conf.sample man/man1/bat.1.gz sbin/bat -@dirrmtry %%ETCDIR%% - From owner-svn-ports-head@freebsd.org Sat Dec 26 16:19:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DAC9A5299E; Sat, 26 Dec 2015 16:19: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 6ED251387; Sat, 26 Dec 2015 16:19: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 tBQGJCqP084661; Sat, 26 Dec 2015 16:19:12 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQGJCH7084659; Sat, 26 Dec 2015 16:19:12 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512261619.tBQGJCH7084659@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 26 Dec 2015 16:19:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404531 - head/mail/exmh2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 16:19:13 -0000 Author: amdmi3 Date: Sat Dec 26 16:19:12 2015 New Revision: 404531 URL: https://svnweb.freebsd.org/changeset/ports/404531 Log: - Add NO_ARCH - Drop @dirrm* from plist Approved by: portmgr blanket Modified: head/mail/exmh2/Makefile head/mail/exmh2/pkg-plist Modified: head/mail/exmh2/Makefile ============================================================================== --- head/mail/exmh2/Makefile Sat Dec 26 16:17:26 2015 (r404530) +++ head/mail/exmh2/Makefile Sat Dec 26 16:19:12 2015 (r404531) @@ -43,6 +43,8 @@ RUN_DEPENDS+= mmencode:${PORTSDIR}/mail/ PLIST_SUB= EXMH_VERSION=${PORTVERSION} +NO_ARCH= yes + .if defined(JAPANESE_EXMH) do-build: @cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} TCLSH=${TCLSH} \ @@ -59,5 +61,4 @@ do-install: @cd ${WRKSRC} && ${SETENV} PREFIX=${STAGEDIR}${PREFIX} \ WRKSRC=${WRKSRC} ${SH} ${SCRIPTDIR}/install - .include Modified: head/mail/exmh2/pkg-plist ============================================================================== --- head/mail/exmh2/pkg-plist Sat Dec 26 16:17:26 2015 (r404530) +++ head/mail/exmh2/pkg-plist Sat Dec 26 16:19:12 2015 (r404531) @@ -227,5 +227,3 @@ lib/exmh-%%EXMH_VERSION%%/widgets.tcl lib/exmh-%%EXMH_VERSION%%/xns.tcl lib/exmh-%%EXMH_VERSION%%/xnsgetmail.exp man/man1/exmh.1.gz -@dirrm lib/exmh-%%EXMH_VERSION%%/bitmaps -@dirrm lib/exmh-%%EXMH_VERSION%%/html From owner-svn-ports-head@freebsd.org Sat Dec 26 16:33:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16BE8A52DE4; Sat, 26 Dec 2015 16:33: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 A515C1A49; Sat, 26 Dec 2015 16:33: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 tBQGXB6f090203; Sat, 26 Dec 2015 16:33:11 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQGXBpT090201; Sat, 26 Dec 2015 16:33:11 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512261633.tBQGXBpT090201@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 26 Dec 2015 16:33:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404532 - head/www/p5-Kwiki X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 16:33:13 -0000 Author: amdmi3 Date: Sat Dec 26 16:33:11 2015 New Revision: 404532 URL: https://svnweb.freebsd.org/changeset/ports/404532 Log: - Add NO_ARCH - Convert plist to @dir Approved by: portmgr blanket Modified: head/www/p5-Kwiki/Makefile head/www/p5-Kwiki/pkg-plist Modified: head/www/p5-Kwiki/Makefile ============================================================================== --- head/www/p5-Kwiki/Makefile Sat Dec 26 16:19:12 2015 (r404531) +++ head/www/p5-Kwiki/Makefile Sat Dec 26 16:33:11 2015 (r404532) @@ -20,6 +20,7 @@ USES= shebangfix SHEBANG_FILES= src/plugins/cfedde/bin/rippod KWIKIDIR?= kwiki NO_BUILD= yes +NO_ARCH= yes PLIST_SUB= KWIKIDIR=${KWIKIDIR} do-install: Modified: head/www/p5-Kwiki/pkg-plist ============================================================================== --- head/www/p5-Kwiki/pkg-plist Sat Dec 26 16:19:12 2015 (r404531) +++ head/www/p5-Kwiki/pkg-plist Sat Dec 26 16:33:11 2015 (r404532) @@ -2555,1639 +2555,1639 @@ %%KWIKIDIR%%/src/socialtext/2.9.5.1-1/lib/Socialtext/Mock.pm %%KWIKIDIR%%/src/socialtext/Makefile %%KWIKIDIR%%/src/socialtext/modules.mk -@dirrm %%KWIKIDIR%%/src/socialtext/2.9.5.1-1/lib/Socialtext/Formatter -@dirrm %%KWIKIDIR%%/src/socialtext/2.9.5.1-1/lib/Socialtext -@dirrm %%KWIKIDIR%%/src/socialtext/2.9.5.1-1/lib -@dirrm %%KWIKIDIR%%/src/socialtext/2.9.5.1-1 -@dirrm %%KWIKIDIR%%/src/socialtext -@dirrm %%KWIKIDIR%%/src/plugins/whiteg -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-Theme-OSCON/t -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-Theme-OSCON/src/doc/Kwiki/Theme -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-Theme-OSCON/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-Theme-OSCON/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-Theme-OSCON/src -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-Theme-OSCON/lib/Kwiki/Theme -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-Theme-OSCON/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-Theme-OSCON/lib -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-Theme-OSCON -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-SpamWhitelist/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-SpamWhitelist/lib -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-SpamWhitelist -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-SisterSites/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-SisterSites/lib -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-SisterSites -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-Plugins/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-Plugins/lib -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-Plugins -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-PageInfo/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-PageInfo/lib -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-PageInfo -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-Htaccess/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-Htaccess/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-Htaccess/src -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-Htaccess/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-Htaccess/lib -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-Htaccess -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-BabelTest/t -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-BabelTest/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-BabelTest/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-BabelTest/src -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-BabelTest/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-BabelTest/lib -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-BabelTest -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-AccessBlacklist/t -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-AccessBlacklist/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-AccessBlacklist/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-AccessBlacklist/src -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-AccessBlacklist/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-AccessBlacklist/lib -@dirrm %%KWIKIDIR%%/src/plugins/unstable/Kwiki-AccessBlacklist -@dirrm %%KWIKIDIR%%/src/plugins/unstable -@dirrm %%KWIKIDIR%%/src/plugins/%%DATADIR%%-Rest/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/%%DATADIR%%-Rest/lib -@dirrm %%KWIKIDIR%%/src/plugins/%%DATADIR%%-Rest -@dirrm %%KWIKIDIR%%/src/plugins/%%DATADIR%%-Formatter-Socialtext/lib/Kwiki/Formatter -@dirrm %%KWIKIDIR%%/src/plugins/%%DATADIR%%-Formatter-Socialtext/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/%%DATADIR%%-Formatter-Socialtext/lib -@dirrm %%KWIKIDIR%%/src/plugins/%%DATADIR%%-Formatter-Socialtext -@dirrm %%KWIKIDIR%%/src/plugins/share -@dirrm %%KWIKIDIR%%/src/plugins/rjbs/Kwiki-IRCMode/t -@dirrm %%KWIKIDIR%%/src/plugins/rjbs/Kwiki-IRCMode/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/rjbs/Kwiki-IRCMode/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/rjbs/Kwiki-IRCMode/src -@dirrm %%KWIKIDIR%%/src/plugins/rjbs/Kwiki-IRCMode/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/rjbs/Kwiki-IRCMode/lib -@dirrm %%KWIKIDIR%%/src/plugins/rjbs/Kwiki-IRCMode -@dirrm %%KWIKIDIR%%/src/plugins/rjbs -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-URLBL/t -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-URLBL/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-URLBL/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-URLBL/src -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-URLBL/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-URLBL/lib -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-URLBL -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-TypeKey/t -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-TypeKey/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-TypeKey/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-TypeKey/src -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-TypeKey/lib/Kwiki/Users -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-TypeKey/lib/Kwiki/Edit -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-TypeKey/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-TypeKey/lib -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-TypeKey -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-OpenSearch/t -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-OpenSearch/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-OpenSearch/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-OpenSearch/src -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-OpenSearch/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-OpenSearch/lib -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-OpenSearch-Service/t -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-OpenSearch-Service/src/doc/Kwiki/OpenSearch -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-OpenSearch-Service/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-OpenSearch-Service/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-OpenSearch-Service/src -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-OpenSearch-Service/lib/Kwiki/OpenSearch -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-OpenSearch-Service/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-OpenSearch-Service/lib -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-OpenSearch-Service -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-OpenSearch -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-GoogleMaps/t -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-GoogleMaps/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-GoogleMaps/lib -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-GoogleMaps -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-Footnote/t -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-Footnote/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-Footnote/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-Footnote/src -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-Footnote/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-Footnote/lib -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-Footnote -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-FastCGI/t -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-FastCGI/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-FastCGI/lib -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-FastCGI -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-Export/t -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-Export/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-Export/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-Export/src -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-Export/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-Export/lib -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa/Kwiki-Export -@dirrm %%KWIKIDIR%%/src/plugins/miyagawa -@dirrm %%KWIKIDIR%%/src/plugins/krychu -@dirrm %%KWIKIDIR%%/src/plugins/jperegrino/Kwiki-RecentChangesRSS/t -@dirrm %%KWIKIDIR%%/src/plugins/jperegrino/Kwiki-RecentChangesRSS/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/jperegrino/Kwiki-RecentChangesRSS/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/jperegrino/Kwiki-RecentChangesRSS/src -@dirrm %%KWIKIDIR%%/src/plugins/jperegrino/Kwiki-RecentChangesRSS/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/jperegrino/Kwiki-RecentChangesRSS/lib -@dirrm %%KWIKIDIR%%/src/plugins/jperegrino/Kwiki-RecentChangesRSS -@dirrm %%KWIKIDIR%%/src/plugins/jperegrino/Kwiki-Notify-Mail/t -@dirrm %%KWIKIDIR%%/src/plugins/jperegrino/Kwiki-Notify-Mail/src/doc/Kwiki/Notify -@dirrm %%KWIKIDIR%%/src/plugins/jperegrino/Kwiki-Notify-Mail/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/jperegrino/Kwiki-Notify-Mail/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/jperegrino/Kwiki-Notify-Mail/src -@dirrm %%KWIKIDIR%%/src/plugins/jperegrino/Kwiki-Notify-Mail/lib/Kwiki/Notify -@dirrm %%KWIKIDIR%%/src/plugins/jperegrino/Kwiki-Notify-Mail/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/jperegrino/Kwiki-Notify-Mail/lib -@dirrm %%KWIKIDIR%%/src/plugins/jperegrino/Kwiki-Notify-Mail -@dirrm %%KWIKIDIR%%/src/plugins/jperegrino/Kwiki-Edit-RequireUserName/t -@dirrm %%KWIKIDIR%%/src/plugins/jperegrino/Kwiki-Edit-RequireUserName/src/doc/Kwiki/Edit -@dirrm %%KWIKIDIR%%/src/plugins/jperegrino/Kwiki-Edit-RequireUserName/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/jperegrino/Kwiki-Edit-RequireUserName/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/jperegrino/Kwiki-Edit-RequireUserName/src -@dirrm %%KWIKIDIR%%/src/plugins/jperegrino/Kwiki-Edit-RequireUserName/lib/Kwiki/Edit -@dirrm %%KWIKIDIR%%/src/plugins/jperegrino/Kwiki-Edit-RequireUserName/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/jperegrino/Kwiki-Edit-RequireUserName/lib -@dirrm %%KWIKIDIR%%/src/plugins/jperegrino/Kwiki-Edit-RequireUserName -@dirrm %%KWIKIDIR%%/src/plugins/jperegrino -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-URLBlock/t -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-URLBlock/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-URLBlock/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-URLBlock/src -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-URLBlock/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-URLBlock/lib -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-URLBlock -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-Theme-Bluepole/t -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-Theme-Bluepole/src/doc/Kwiki/Theme -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-Theme-Bluepole/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-Theme-Bluepole/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-Theme-Bluepole/src -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-Theme-Bluepole/lib/Kwiki/Theme -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-Theme-Bluepole/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-Theme-Bluepole/lib -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-Theme-Bluepole -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-Spaces/t -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-Spaces/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-Spaces/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-Spaces/src -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-Spaces/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-Spaces/lib -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-Spaces -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-DNSBL/t -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-DNSBL/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-DNSBL/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-DNSBL/src -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-DNSBL/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-DNSBL/lib -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-DNSBL -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-CoolURI/t -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-CoolURI/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-CoolURI/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-CoolURI/src -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-CoolURI/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-CoolURI/lib -@dirrm %%KWIKIDIR%%/src/plugins/jooon/Kwiki-CoolURI -@dirrm %%KWIKIDIR%%/src/plugins/jooon -@dirrm %%KWIKIDIR%%/src/plugins/jcap/Kwiki-Users-Cookie/t -@dirrm %%KWIKIDIR%%/src/plugins/jcap/Kwiki-Users-Cookie/src/doc/Kwiki/Users -@dirrm %%KWIKIDIR%%/src/plugins/jcap/Kwiki-Users-Cookie/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/jcap/Kwiki-Users-Cookie/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/jcap/Kwiki-Users-Cookie/src -@dirrm %%KWIKIDIR%%/src/plugins/jcap/Kwiki-Users-Cookie/lib/Kwiki/Users -@dirrm %%KWIKIDIR%%/src/plugins/jcap/Kwiki-Users-Cookie/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/jcap/Kwiki-Users-Cookie/lib -@dirrm %%KWIKIDIR%%/src/plugins/jcap/Kwiki-Users-Cookie-SQL/t -@dirrm %%KWIKIDIR%%/src/plugins/jcap/Kwiki-Users-Cookie-SQL/src/doc/Kwiki/Users/Cookie -@dirrm %%KWIKIDIR%%/src/plugins/jcap/Kwiki-Users-Cookie-SQL/src/doc/Kwiki/Users -@dirrm %%KWIKIDIR%%/src/plugins/jcap/Kwiki-Users-Cookie-SQL/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/jcap/Kwiki-Users-Cookie-SQL/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/jcap/Kwiki-Users-Cookie-SQL/src -@dirrm %%KWIKIDIR%%/src/plugins/jcap/Kwiki-Users-Cookie-SQL/lib/Kwiki/Users/Cookie -@dirrm %%KWIKIDIR%%/src/plugins/jcap/Kwiki-Users-Cookie-SQL/lib/Kwiki/Users -@dirrm %%KWIKIDIR%%/src/plugins/jcap/Kwiki-Users-Cookie-SQL/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/jcap/Kwiki-Users-Cookie-SQL/lib -@dirrm %%KWIKIDIR%%/src/plugins/jcap/Kwiki-Users-Cookie-SQL -@dirrm %%KWIKIDIR%%/src/plugins/jcap/Kwiki-Users-Cookie -@dirrm %%KWIKIDIR%%/src/plugins/jcap/Kwiki-UserName-Cookie/t -@dirrm %%KWIKIDIR%%/src/plugins/jcap/Kwiki-UserName-Cookie/src/doc/Kwiki/UserName -@dirrm %%KWIKIDIR%%/src/plugins/jcap/Kwiki-UserName-Cookie/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/jcap/Kwiki-UserName-Cookie/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/jcap/Kwiki-UserName-Cookie/src -@dirrm %%KWIKIDIR%%/src/plugins/jcap/Kwiki-UserName-Cookie/lib/Kwiki/UserName -@dirrm %%KWIKIDIR%%/src/plugins/jcap/Kwiki-UserName-Cookie/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/jcap/Kwiki-UserName-Cookie/lib -@dirrm %%KWIKIDIR%%/src/plugins/jcap/Kwiki-UserName-Cookie -@dirrm %%KWIKIDIR%%/src/plugins/jcap -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Zipcode/t -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Zipcode/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Zipcode/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Zipcode/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Zipcode/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Zipcode/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Zipcode -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Wikiwyg/t -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Wikiwyg/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Wikiwyg/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Wikiwyg/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Wikiwyg/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Wikiwyg/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Wikiwyg -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-UserTracker/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-UserTracker/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-UserTracker -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-UserPreferences/t -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-UserPreferences/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-UserPreferences/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-UserPreferences/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-UserPreferences/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-UserPreferences/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-UserPreferences -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-UserName/t -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-UserName/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-UserName/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-UserName/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-UserName/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-UserName/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-UserName -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-UniUI/t -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-UniUI/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-UniUI/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-UniUI/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-UniUI/lib/Kwiki/UniUI -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-UniUI/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-UniUI/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-UniUI -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Transclude/t -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Transclude/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Transclude/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Transclude/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Transclude/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Transclude/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Transclude -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-TimeZone/t -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-TimeZone/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-TimeZone/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-TimeZone/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-TimeZone/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-TimeZone/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-TimeZone -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Theme-YAPCChicago/t -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Theme-YAPCChicago/src/doc/Kwiki/Theme -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Theme-YAPCChicago/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Theme-YAPCChicago/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Theme-YAPCChicago/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Theme-YAPCChicago/lib/Kwiki/Theme -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Theme-YAPCChicago/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Theme-YAPCChicago/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Theme-YAPCChicago -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Theme-Selectable/t -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Theme-Selectable/src/doc/Kwiki/Theme -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Theme-Selectable/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Theme-Selectable/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Theme-Selectable/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Theme-Selectable/lib/Kwiki/Theme -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Theme-Selectable/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Theme-Selectable/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Theme-Selectable -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Theme-Klassik/t -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Theme-Klassik/src/doc/Kwiki/Theme -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Theme-Klassik/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Theme-Klassik/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Theme-Klassik/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Theme-Klassik/lib/Kwiki/Theme -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Theme-Klassik/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Theme-Klassik/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Theme-Klassik -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Spork/t -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Spork/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Spork/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Spork/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Spork/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Spork/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Spork -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-SocialZork/theme/social_zork/template/tt2 -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-SocialZork/theme/social_zork/template -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-SocialZork/theme/social_zork/css -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-SocialZork/theme/social_zork -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-SocialZork/theme -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-SocialZork/lib/Kwiki/SocialZork -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-SocialZork/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-SocialZork/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-SocialZork/javascript -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-SocialZork -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Sifr/swf/sifr -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Sifr/swf -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Sifr/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Sifr/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Sifr/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Sifr/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Sifr/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Sifr/js -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Sifr/css -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Sifr -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Search/t -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Search/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Search/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Search/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Search/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Search/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Search -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Revisions/t -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Revisions/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Revisions/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Revisions/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Revisions/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Revisions/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Revisions -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-RecentChanges/t -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-RecentChanges/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-RecentChanges/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-RecentChanges/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-RecentChanges/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-RecentChanges/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-RecentChanges -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PreformattedBlocks/t -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PreformattedBlocks/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PreformattedBlocks/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PreformattedBlocks/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PreformattedBlocks/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PreformattedBlocks/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PreformattedBlocks -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PoweredBy/t -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PoweredBy/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PoweredBy/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PoweredBy/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PoweredBy/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PoweredBy/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PoweredBy -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PodBlocks/t -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PodBlocks/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PodBlocks/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PodBlocks/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PodBlocks/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PodBlocks/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PodBlocks -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PerlTidyModule/t -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PerlTidyModule/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PerlTidyModule/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PerlTidyModule/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PerlTidyModule/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PerlTidyModule/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PerlTidyModule -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PerlTidyBlocks/t -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PerlTidyBlocks/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PerlTidyBlocks/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PerlTidyBlocks/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PerlTidyBlocks/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PerlTidyBlocks/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PerlTidyBlocks -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-ParagraphBlocks/t -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-ParagraphBlocks/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-ParagraphBlocks/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-ParagraphBlocks/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-ParagraphBlocks/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-ParagraphBlocks/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-ParagraphBlocks -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Pages-Perldoc/t -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Pages-Perldoc/src/doc/Kwiki/Pages -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Pages-Perldoc/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Pages-Perldoc/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Pages-Perldoc/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Pages-Perldoc/lib/Kwiki/Pages -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Pages-Perldoc/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Pages-Perldoc/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Pages-Perldoc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PagePrivacy/t -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PagePrivacy/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PagePrivacy/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PagePrivacy/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PagePrivacy/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PagePrivacy/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-PagePrivacy -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-NewPage/t -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-NewPage/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-NewPage/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-NewPage/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-NewPage/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-NewPage/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-NewPage -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-HtmlBlocks/t -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-HtmlBlocks/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-HtmlBlocks/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-HtmlBlocks/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-HtmlBlocks/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-HtmlBlocks/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-HtmlBlocks -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-HomePagePreference/t -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-HomePagePreference/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-HomePagePreference/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-HomePagePreference/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-HomePagePreference/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-HomePagePreference/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-HomePagePreference -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-GuestBook/t -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-GuestBook/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-GuestBook/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-GuestBook/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-GuestBook/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-GuestBook/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-GuestBook -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Formatter-Pod/t -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Formatter-Pod/src/doc/Kwiki/Formatter -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Formatter-Pod/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Formatter-Pod/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Formatter-Pod/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Formatter-Pod/lib/Kwiki/Formatter -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Formatter-Pod/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Formatter-Pod/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Formatter-Pod -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Favorites/t -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Favorites/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Favorites/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Favorites/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Favorites/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Favorites/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Favorites -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-DoubleClickToEdit/t -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-DoubleClickToEdit/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-DoubleClickToEdit/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-DoubleClickToEdit/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-DoubleClickToEdit/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-DoubleClickToEdit/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-DoubleClickToEdit -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Doolittle/t -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Doolittle/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Doolittle/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Doolittle/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Doolittle/lib/Kwiki/Doolittle -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Doolittle/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Doolittle/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Doolittle -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-DeletePage/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-DeletePage/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-DeletePage -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Cache/t -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Cache/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Cache/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Cache/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Cache/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Cache/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Cache-Formatter/lib/Kwiki/Cache -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Cache-Formatter/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Cache-Formatter/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Cache-Formatter -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Cache -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-BreadCrumbs/t -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-BreadCrumbs/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-BreadCrumbs/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-BreadCrumbs/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-BreadCrumbs/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-BreadCrumbs/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-BreadCrumbs -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Archive-Rcs/t -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Archive-Rcs/src/doc/Kwiki/Archive -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Archive-Rcs/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Archive-Rcs/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Archive-Rcs/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Archive-Rcs/lib/Kwiki/Archive -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Archive-Rcs/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Archive-Rcs/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Archive-Rcs -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Ajax-Toolman/t -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Ajax-Toolman/src/doc/Kwiki/Ajax -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Ajax-Toolman/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Ajax-Toolman/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Ajax-Toolman/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Ajax-Toolman/lib/Kwiki/Ajax -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Ajax-Toolman/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Ajax-Toolman/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-Ajax-Toolman -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-AdSense/t -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-AdSense/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-AdSense/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-AdSense/src -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-AdSense/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-AdSense/lib -@dirrm %%KWIKIDIR%%/src/plugins/ingy/Kwiki-AdSense -@dirrm %%KWIKIDIR%%/src/plugins/ingy -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Weather/t -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Weather/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Weather/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Weather/src -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Weather/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Weather/lib -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Weather -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-VimMode/t -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-VimMode/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-VimMode/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-VimMode/src -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-VimMode/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-VimMode/lib -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-VimMode -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Users-Remote/t -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Users-Remote/src/doc/Kwiki/Users -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Users-Remote/src/doc/Kwiki/UserName -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Users-Remote/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Users-Remote/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Users-Remote/src -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Users-Remote/lib/Kwiki/Users -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Users-Remote/lib/Kwiki/UserName -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Users-Remote/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Users-Remote/lib -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Users-Remote -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Notify-IRC/t -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Notify-IRC/src/doc/Kwiki/Notify -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Notify-IRC/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Notify-IRC/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Notify-IRC/src -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Notify-IRC/lib/Kwiki/Notify -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Notify-IRC/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Notify-IRC/lib -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Notify-IRC/bin -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Notify-IRC -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Icons-Gnome/t -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Icons-Gnome/src/doc/Kwiki/Icons -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Icons-Gnome/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Icons-Gnome/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Icons-Gnome/src -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Icons-Gnome/lib/Kwiki/Icons -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Icons-Gnome/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Icons-Gnome/lib -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Icons-Gnome -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-GDGraphGenerator/t -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-GDGraphGenerator/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-GDGraphGenerator/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-GDGraphGenerator/src -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-GDGraphGenerator/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-GDGraphGenerator/lib -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-GDGraphGenerator -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-ForeignLinkGlyphs/t -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-ForeignLinkGlyphs/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-ForeignLinkGlyphs/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-ForeignLinkGlyphs/src -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-ForeignLinkGlyphs/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-ForeignLinkGlyphs/lib -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-ForeignLinkGlyphs -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Diff/t -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Diff/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Diff/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Diff/src -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Diff/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Diff/lib -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Diff -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Autoformat/t -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Autoformat/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Autoformat/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Autoformat/src -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Autoformat/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Autoformat/lib -@dirrm %%KWIKIDIR%%/src/plugins/ian/Kwiki-Autoformat -@dirrm %%KWIKIDIR%%/src/plugins/ian -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Widgets-Links/t -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Widgets-Links/src/doc/Kwiki/Widgets -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Widgets-Links/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Widgets-Links/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Widgets-Links/src -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Widgets-Links/lib/Kwiki/Widgets -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Widgets-Links/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Widgets-Links/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Widgets-Links -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-UserPhoto/t -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-UserPhoto/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-UserPhoto/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-UserPhoto/src -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-UserPhoto/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-UserPhoto/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-UserPhoto -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-UserName-Auth/t -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-UserName-Auth/src/doc/Kwiki/Users -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-UserName-Auth/src/doc/Kwiki/UserName -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-UserName-Auth/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-UserName-Auth/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-UserName-Auth/src -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-UserName-Auth/lib/Kwiki/Users -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-UserName-Auth/lib/Kwiki/UserName -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-UserName-Auth/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-UserName-Auth/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-UserName-Auth -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-UserMessage/t -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-UserMessage/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-UserMessage/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-UserMessage/src -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-UserMessage/lib/Kwiki/UserMessage -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-UserMessage/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-UserMessage/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-UserMessage -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Theme-ColumnLayout/t -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Theme-ColumnLayout/src/doc/Kwiki/Theme -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Theme-ColumnLayout/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Theme-ColumnLayout/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Theme-ColumnLayout/src -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Theme-ColumnLayout/lib/Kwiki/Theme -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Theme-ColumnLayout/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Theme-ColumnLayout/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Theme-ColumnLayout/bin -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Theme-ColumnLayout -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Theme-Ajax/t -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Theme-Ajax/src/doc/Kwiki/Theme -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Theme-Ajax/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Theme-Ajax/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Theme-Ajax/src -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Theme-Ajax/lib/Kwiki/Theme -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Theme-Ajax/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Theme-Ajax/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Theme-Ajax -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Textile/t/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Textile/t -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Textile/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Textile/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Textile/src -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Textile/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Textile/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Textile -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-SocialMap/t -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-SocialMap/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-SocialMap/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-SocialMap/src -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-SocialMap/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-SocialMap/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-SocialMap/bin -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-SocialMap -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Session/t -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Session/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Session/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Session/src -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Session/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Session/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Session -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Search-Plucene/t -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Search-Plucene/src/doc/Kwiki/Search -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Search-Plucene/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Search-Plucene/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Search-Plucene/src -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Search-Plucene/lib/Kwiki/Search -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Search-Plucene/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Search-Plucene/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Search-Plucene -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Scode/t -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Scode/src/doc/Kwiki/Edit -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Scode/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Scode/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Scode/src -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Scode/lib/Kwiki/Edit -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Scode/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Scode/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Scode -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-PageTemplate/t -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-PageTemplate/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-PageTemplate/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-PageTemplate/src -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-PageTemplate/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-PageTemplate/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-PageTemplate -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-PageInclude/t -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-PageInclude/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-PageInclude/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-PageInclude/src -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-PageInclude/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-PageInclude/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-PageInclude -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Outline2HTML/t -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Outline2HTML/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Outline2HTML/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Outline2HTML/src -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Outline2HTML/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Outline2HTML/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Outline2HTML/bin -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Outline2HTML -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Oreo/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Oreo/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Oreo -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-NavigationToolbar/t -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-NavigationToolbar/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-NavigationToolbar/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-NavigationToolbar/src -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-NavigationToolbar/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-NavigationToolbar/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-NavigationToolbar/bin -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-NavigationToolbar -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-ModPerl/t -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-ModPerl/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-ModPerl/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-ModPerl/src -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-ModPerl/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-ModPerl/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-ModPerl -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-MindMap/t -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-MindMap/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-MindMap/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-MindMap/src -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-MindMap/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-MindMap/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-MindMap -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Markdown/t/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Markdown/t -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Markdown/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Markdown/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Markdown/src -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Markdown/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Markdown/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Markdown -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-LiveSearch/t -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-LiveSearch/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-LiveSearch/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-LiveSearch/src -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-LiveSearch/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-LiveSearch/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-LiveSearch/bin -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-LiveSearch -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Invite/t -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Invite/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Invite/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Invite/src -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Invite/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Invite/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Invite -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Infobox/t -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Infobox/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Infobox/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Infobox/src -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Infobox/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Infobox/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Infobox/bin -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Infobox -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-HanConvert/t -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-HanConvert/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-HanConvert/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-HanConvert/src -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-HanConvert/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-HanConvert/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-HanConvert -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Emoticon/t -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Emoticon/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Emoticon/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Emoticon/src -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Emoticon/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Emoticon/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Emoticon -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Docsite/t -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Docsite/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Docsite/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Docsite/src -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Docsite/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Docsite/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Docsite -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-DB/t/lib/Kwiki/DB/Music -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-DB/t/lib/Kwiki/DB -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-DB/t/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-DB/t/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-DB/t -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-DB/src/doc/Kwiki/DB -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-DB/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-DB/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-DB/src -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-DB/lib/Kwiki/DB -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-DB/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-DB/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-DB -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-ConfigBlocks/t -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-ConfigBlocks/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-ConfigBlocks/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-ConfigBlocks/src -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-ConfigBlocks/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-ConfigBlocks/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-ConfigBlocks/bin -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-ConfigBlocks -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Comments/t -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Comments/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Comments/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Comments/src -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Comments/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Comments/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Comments/bin -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Comments -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Command-RecentChanges/t -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Command-RecentChanges/src/doc/Kwiki/Command -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Command-RecentChanges/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Command-RecentChanges/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Command-RecentChanges/src -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Command-RecentChanges/lib/Kwiki/Command -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Command-RecentChanges/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Command-RecentChanges/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Command-RecentChanges -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Command-Edit/t -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Command-Edit/src/doc/Kwiki/Command -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Command-Edit/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Command-Edit/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Command-Edit/src -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Command-Edit/lib/Kwiki/Command -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Command-Edit/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Command-Edit/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Command-Edit -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-CachedDisplay/t -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-CachedDisplay/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-CachedDisplay/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-CachedDisplay/src -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-CachedDisplay/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-CachedDisplay/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-CachedDisplay -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-AuthorOnlyPageEditing/t -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-AuthorOnlyPageEditing/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-AuthorOnlyPageEditing/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-AuthorOnlyPageEditing/src -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-AuthorOnlyPageEditing/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-AuthorOnlyPageEditing/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-AuthorOnlyPageEditing -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-AnchorLink/t -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-AnchorLink/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-AnchorLink/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-AnchorLink/src -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-AnchorLink/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-AnchorLink/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-AnchorLink/bin -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-AnchorLink -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Ajax/t -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Ajax/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Ajax/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Ajax/src -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Ajax/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Ajax/lib -@dirrm %%KWIKIDIR%%/src/plugins/gugod/Kwiki-Ajax -@dirrm %%KWIKIDIR%%/src/plugins/gugod -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Widgets-RecentChanges-0.01/src/doc/Kwiki/Widgets -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Widgets-RecentChanges-0.01/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Widgets-RecentChanges-0.01/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Widgets-RecentChanges-0.01/src -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Widgets-RecentChanges-0.01/lib/Kwiki/Widgets -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Widgets-RecentChanges-0.01/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Widgets-RecentChanges-0.01/lib -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Widgets-RecentChanges-0.01 -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Widgets-RandomQuote-0.01/src/doc/Kwiki/Widgets -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Widgets-RandomQuote-0.01/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Widgets-RandomQuote-0.01/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Widgets-RandomQuote-0.01/src -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Widgets-RandomQuote-0.01/lib/Kwiki/Widgets -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Widgets-RandomQuote-0.01/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Widgets-RandomQuote-0.01/lib -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Widgets-RandomQuote-0.01 -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Toolbar-List-0.01/src/doc/Kwiki/Toolbar -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Toolbar-List-0.01/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Toolbar-List-0.01/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Toolbar-List-0.01/src -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Toolbar-List-0.01/lib/Kwiki/Toolbar -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Toolbar-List-0.01/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Toolbar-List-0.01/lib -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Toolbar-List-0.01 -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-TabNav-0.01/src/doc/Kwiki/Theme -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-TabNav-0.01/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-TabNav-0.01/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-TabNav-0.01/src -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-TabNav-0.01/lib/Kwiki/Theme -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-TabNav-0.01/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-TabNav-0.01/lib -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-TabNav-0.01 -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-PerlMongers-0.01/src/doc/Kwiki/Theme -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-PerlMongers-0.01/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-PerlMongers-0.01/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-PerlMongers-0.01/src -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-PerlMongers-0.01/lib/Kwiki/Theme -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-PerlMongers-0.01/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-PerlMongers-0.01/lib -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-PerlMongers-0.01 -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-JustContent-0.10/src/doc/Kwiki/Theme -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-JustContent-0.10/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-JustContent-0.10/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-JustContent-0.10/src -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-JustContent-0.10/lib/Kwiki/Theme -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-JustContent-0.10/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-JustContent-0.10/lib -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-JustContent-0.10 -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-Hatena-0.01/src/doc/Kwiki/Theme -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-Hatena-0.01/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-Hatena-0.01/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-Hatena-0.01/src -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-Hatena-0.01/lib/Kwiki/Theme -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-Hatena-0.01/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-Hatena-0.01/lib -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-Hatena-0.01 -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-GreenHouse-0.03/src/doc/Kwiki/Theme -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-GreenHouse-0.03/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-GreenHouse-0.03/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-GreenHouse-0.03/src -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-GreenHouse-0.03/lib/Kwiki/Theme -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-GreenHouse-0.03/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-GreenHouse-0.03/lib -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-GreenHouse-0.03 -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-BlueOcean-0.01/src/doc/Kwiki/Theme -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-BlueOcean-0.01/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-BlueOcean-0.01/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-BlueOcean-0.01/src -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-BlueOcean-0.01/lib/Kwiki/Theme -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-BlueOcean-0.01/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-BlueOcean-0.01/lib -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Theme-BlueOcean-0.01 -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-TableOfContents-Print-0.02/src/doc/Kwiki/TableOfContents -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-TableOfContents-Print-0.02/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-TableOfContents-Print-0.02/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-TableOfContents-Print-0.02/src -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-TableOfContents-Print-0.02/lib/Kwiki/TableOfContents -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-TableOfContents-Print-0.02/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-TableOfContents-Print-0.02/lib -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-TableOfContents-Print-0.02 -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-TableOfContents-0.01/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-TableOfContents-0.01/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-TableOfContents-0.01/src -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-TableOfContents-0.01/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-TableOfContents-0.01/lib -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-TableOfContents-0.01 -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Simple-Server-HTTP-0.03/src/doc/Kwiki/Simple/Server -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Simple-Server-HTTP-0.03/src/doc/Kwiki/Simple -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Simple-Server-HTTP-0.03/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Simple-Server-HTTP-0.03/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Simple-Server-HTTP-0.03/src -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Simple-Server-HTTP-0.03/lib/Kwiki/Simple/Server -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Simple-Server-HTTP-0.03/lib/Kwiki/Simple -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Simple-Server-HTTP-0.03/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Simple-Server-HTTP-0.03/lib -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Simple-Server-HTTP-0.03 -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-ShortcutLinks-0.03/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-ShortcutLinks-0.03/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-ShortcutLinks-0.03/src -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-ShortcutLinks-0.03/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-ShortcutLinks-0.03/lib -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-ShortcutLinks-0.03 -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Search-Spotlight-0.01/src/doc/Kwiki/Search -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Search-Spotlight-0.01/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Search-Spotlight-0.01/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Search-Spotlight-0.01/src -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Search-Spotlight-0.01/lib/Kwiki/Search -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Search-Spotlight-0.01/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Search-Spotlight-0.01/lib -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Search-Spotlight-0.01 -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Scriptaculous-0.01/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Scriptaculous-0.01/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Scriptaculous-0.01/src -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Scriptaculous-0.01/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Scriptaculous-0.01/lib -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-Scriptaculous-0.01 -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-RenamePage-0.01/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-RenamePage-0.01/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-RenamePage-0.01/src -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-RenamePage-0.01/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-RenamePage-0.01/lib -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-RenamePage-0.01 -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-ReferrerLog-0.05/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-ReferrerLog-0.05/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-ReferrerLog-0.05/src -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-ReferrerLog-0.05/lib/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-ReferrerLog-0.05/lib -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-ReferrerLog-0.05 -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-RecentChanges-Atom-0.03/src/doc/Kwiki/RecentChanges -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-RecentChanges-Atom-0.03/src/doc/Kwiki -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-RecentChanges-Atom-0.03/src/doc -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-RecentChanges-Atom-0.03/src -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-RecentChanges-Atom-0.03/lib/Kwiki/RecentChanges -@dirrm %%KWIKIDIR%%/src/plugins/cpan/Kwiki-RecentChanges-Atom-0.03/lib/Kwiki *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Sat Dec 26 16:34:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E8DAA52E62; Sat, 26 Dec 2015 16:34: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 C834B1B4C; Sat, 26 Dec 2015 16:34: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 tBQGYSns090324; Sat, 26 Dec 2015 16:34:28 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQGYSIA090323; Sat, 26 Dec 2015 16:34:28 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512261634.tBQGYSIA090323@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 26 Dec 2015 16:34:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404533 - head/www/phpbb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 16:34:30 -0000 Author: amdmi3 Date: Sat Dec 26 16:34:28 2015 New Revision: 404533 URL: https://svnweb.freebsd.org/changeset/ports/404533 Log: - Convert to @sample and @dir Approved by: portmgr blanket Modified: head/www/phpbb/pkg-plist Modified: head/www/phpbb/pkg-plist ============================================================================== --- head/www/phpbb/pkg-plist Sat Dec 26 16:33:11 2015 (r404532) +++ head/www/phpbb/pkg-plist Sat Dec 26 16:34:28 2015 (r404533) @@ -303,30 +303,25 @@ %%PHPBBDIR%%/viewforum.php %%PHPBBDIR%%/viewonline.php %%PHPBBDIR%%/viewtopic.php -@unexec if cmp -s %D/%%PHPBBDIR%%/config.php %D/%%PHPBBDIR%%/config.php.example; then rm -f %D/%%PHPBBDIR%%/config.php ; fi -%%PHPBBDIR%%/config.php.example -@exec if [ ! -f %D/%%PHPBBDIR%%/config.php ]; then cp -p %D/%F %B/config.php; fi -@dirrm %%PHPBBDIR%%/admin -@dirrm %%PHPBBDIR%%/cache -@dirrm %%PHPBBDIR%%/db -@dirrm %%PHPBBDIR%%/images/smiles -@dirrmtry %%PHPBBDIR%%/images/avatars/gallery -@dirrmtry %%PHPBBDIR%%/images/avatars -@dirrmtry %%PHPBBDIR%%/images -@dirrm %%PHPBBDIR%%/includes -@dirrm %%PHPBBDIR%%/install/schemas -@dirrm %%PHPBBDIR%%/install -@dirrm %%PHPBBDIR%%/language/lang_english/email -@dirrm %%PHPBBDIR%%/language/lang_english -@dirrmtry %%PHPBBDIR%%/language -@dirrm %%PHPBBDIR%%/templates/subSilver/admin -@dirrm %%PHPBBDIR%%/templates/subSilver/images/lang_english -@dirrmtry %%PHPBBDIR%%/templates/subSilver/images -@dirrmtry %%PHPBBDIR%%/templates/subSilver -@dirrmtry %%PHPBBDIR%%/templates -@dirrmtry %%PHPBBDIR%% -@owner root -@group wheel -@dirrm %%DATADIR%%/contrib -@dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% +@sample %%PHPBBDIR%%/config.php.example %%PHPBBDIR%%/config.php +@dir %%PHPBBDIR%%/templates/subSilver/images/lang_english +@dir %%PHPBBDIR%%/templates/subSilver/images +@dir %%PHPBBDIR%%/templates/subSilver/admin +@dir %%PHPBBDIR%%/templates/subSilver +@dir %%PHPBBDIR%%/templates +@dir %%PHPBBDIR%%/language/lang_english/email +@dir %%PHPBBDIR%%/language/lang_english +@dir %%PHPBBDIR%%/language +@dir %%PHPBBDIR%%/install/schemas +@dir %%PHPBBDIR%%/install +@dir %%PHPBBDIR%%/includes +@dir %%PHPBBDIR%%/images/smiles +@dir %%PHPBBDIR%%/images/avatars/gallery +@dir %%PHPBBDIR%%/images/avatars +@dir %%PHPBBDIR%%/images +@dir %%PHPBBDIR%%/db +@dir %%PHPBBDIR%%/cache +@dir %%PHPBBDIR%%/admin +@dir %%PHPBBDIR%% +@owner +@group From owner-svn-ports-head@freebsd.org Sat Dec 26 16:43:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FA66A52086; Sat, 26 Dec 2015 16:43:39 +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 3DD631E62; Sat, 26 Dec 2015 16:43:39 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQGhcPc093160; Sat, 26 Dec 2015 16:43:38 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQGhcVb093159; Sat, 26 Dec 2015 16:43:38 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201512261643.tBQGhcVb093159@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 26 Dec 2015 16:43:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404534 - head/www/reviewboard X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 16:43:39 -0000 Author: antoine Date: Sat Dec 26 16:43:38 2015 New Revision: 404534 URL: https://svnweb.freebsd.org/changeset/ports/404534 Log: Mark BROKEN: depends on conflicting versions of django Reported by: pkg-fallout Modified: head/www/reviewboard/Makefile Modified: head/www/reviewboard/Makefile ============================================================================== --- head/www/reviewboard/Makefile Sat Dec 26 16:34:28 2015 (r404533) +++ head/www/reviewboard/Makefile Sat Dec 26 16:43:38 2015 (r404534) @@ -12,6 +12,8 @@ COMMENT= Web-based code review tool LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= depends on conflicting versions of django + RUN_DEPENDS= python:${PORTSDIR}/lang/python \ ${PYTHON_PKGNAMEPREFIX}django16>=1.6.11:${PORTSDIR}/www/py-django16 \ ${PYTHON_PKGNAMEPREFIX}django-evolution>=0.6.7:${PORTSDIR}/www/py-django-evolution \ From owner-svn-ports-head@freebsd.org Sat Dec 26 16:53:32 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28F2DA52322; Sat, 26 Dec 2015 16:53:32 +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 EC8A31249; Sat, 26 Dec 2015 16:53:31 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQGrViK096182; Sat, 26 Dec 2015 16:53:31 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQGrUow096179; Sat, 26 Dec 2015 16:53:30 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201512261653.tBQGrUow096179@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 26 Dec 2015 16:53:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404535 - in head: finance/p5-Business-Stripe mail/p5-Net-SenderBase net/p5-Net-Wake X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 16:53:32 -0000 Author: adamw Date: Sat Dec 26 16:53:30 2015 New Revision: 404535 URL: https://svnweb.freebsd.org/changeset/ports/404535 Log: Reassign perl modules from ports@ to the perl@ collective. Modified: head/finance/p5-Business-Stripe/Makefile head/mail/p5-Net-SenderBase/Makefile head/net/p5-Net-Wake/Makefile Modified: head/finance/p5-Business-Stripe/Makefile ============================================================================== --- head/finance/p5-Business-Stripe/Makefile Sat Dec 26 16:43:38 2015 (r404534) +++ head/finance/p5-Business-Stripe/Makefile Sat Dec 26 16:53:30 2015 (r404535) @@ -7,7 +7,7 @@ CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module interface for the Stripe.com payment system RUN_DEPENDS= p5-HTTP-Message>=0.0:${PORTSDIR}/www/p5-HTTP-Message \ Modified: head/mail/p5-Net-SenderBase/Makefile ============================================================================== --- head/mail/p5-Net-SenderBase/Makefile Sat Dec 26 16:43:38 2015 (r404534) +++ head/mail/p5-Net-SenderBase/Makefile Sat Dec 26 16:53:30 2015 (r404535) @@ -9,7 +9,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JOENIO PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Query the SenderBase service LICENSE= ART10 GPLv1 Modified: head/net/p5-Net-Wake/Makefile ============================================================================== --- head/net/p5-Net-Wake/Makefile Sat Dec 26 16:43:38 2015 (r404534) +++ head/net/p5-Net-Wake/Makefile Sat Dec 26 16:53:30 2015 (r404535) @@ -8,7 +8,7 @@ CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Send Wake On Lan (WOL) packets to power on computers USES= perl5 From owner-svn-ports-head@freebsd.org Sat Dec 26 17:14:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F8F9A529B9; Sat, 26 Dec 2015 17:14:30 +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 C7A651A1F; Sat, 26 Dec 2015 17:14:29 +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 tBQHESKt002118; Sat, 26 Dec 2015 17:14:28 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQHESuR002117; Sat, 26 Dec 2015 17:14:28 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201512261714.tBQHESuR002117@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 26 Dec 2015 17:14:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404536 - head/devel/love/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 17:14:30 -0000 Author: antoine Date: Sat Dec 26 17:14:28 2015 New Revision: 404536 URL: https://svnweb.freebsd.org/changeset/ports/404536 Log: Remove patch adopted upstream Reported by: pkg-fallout Deleted: head/devel/love/files/ From owner-svn-ports-head@freebsd.org Sat Dec 26 19:41:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7B96A530B4; Sat, 26 Dec 2015 19:41:06 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E40915B6; Sat, 26 Dec 2015 19:41:06 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQJf5hh042920; Sat, 26 Dec 2015 19:41:05 GMT (envelope-from gblach@FreeBSD.org) Received: (from gblach@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQJf5bO042918; Sat, 26 Dec 2015 19:41:05 GMT (envelope-from gblach@FreeBSD.org) Message-Id: <201512261941.tBQJf5bO042918@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gblach set sender to gblach@FreeBSD.org using -f From: Grzegorz Blach Date: Sat, 26 Dec 2015 19:41:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404537 - head/x11-wm/enlightenment X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 19:41:07 -0000 Author: gblach Date: Sat Dec 26 19:41:05 2015 New Revision: 404537 URL: https://svnweb.freebsd.org/changeset/ports/404537 Log: Update to 0.20.1 PR: 205369 Submitted by: Hardy Schumacher (hardy.schumacher gmx de) Modified: head/x11-wm/enlightenment/Makefile head/x11-wm/enlightenment/distinfo Modified: head/x11-wm/enlightenment/Makefile ============================================================================== --- head/x11-wm/enlightenment/Makefile Sat Dec 26 17:14:28 2015 (r404536) +++ head/x11-wm/enlightenment/Makefile Sat Dec 26 19:41:05 2015 (r404537) @@ -2,10 +2,11 @@ # $FreeBSD$ PORTNAME= enlightenment -PORTVERSION= 0.20.0 +PORTVERSION= 0.20.1 PORTEPOCH= 2 CATEGORIES= x11-wm enlightenment MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/ +DIST_SUBDIR= enlightenment MAINTAINER= enlightenment@FreeBSD.org COMMENT= Artistic X window manager @@ -17,7 +18,6 @@ LIB_DEPENDS= libefl.so:${PORTSDIR}/devel libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms RUN_DEPENDS= ${LOCALBASE}/lib/evas/utils/evas_image_loader.svg:${PORTSDIR}/graphics/evas_generic_loaders-svg -DIST_SUBDIR= enlightenment GNU_CONFIGURE= yes USES= alias autoreconf desktop-file-utils execinfo gettext-tools \ libtool pathfix iconv gmake pkgconfig tar:xz Modified: head/x11-wm/enlightenment/distinfo ============================================================================== --- head/x11-wm/enlightenment/distinfo Sat Dec 26 17:14:28 2015 (r404536) +++ head/x11-wm/enlightenment/distinfo Sat Dec 26 19:41:05 2015 (r404537) @@ -1,2 +1,2 @@ -SHA256 (enlightenment/enlightenment-0.20.0.tar.xz) = bb5f257dc91f67f321c5960556e8c4029ce9a42aace3e3d4d880986d418d9157 -SIZE (enlightenment/enlightenment-0.20.0.tar.xz) = 25025596 +SHA256 (enlightenment/enlightenment-0.20.1.tar.xz) = 820b14ab3decd585a011973d97efc0679a90f803b9d72f0726166a3262c1f4ee +SIZE (enlightenment/enlightenment-0.20.1.tar.xz) = 25038128 From owner-svn-ports-head@freebsd.org Sat Dec 26 20:20:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4A1FA539A3; Sat, 26 Dec 2015 20:20:08 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8750D1326; Sat, 26 Dec 2015 20:20:08 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQKK7Ak054544; Sat, 26 Dec 2015 20:20:07 GMT (envelope-from gblach@FreeBSD.org) Received: (from gblach@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQKK7tk054540; Sat, 26 Dec 2015 20:20:07 GMT (envelope-from gblach@FreeBSD.org) Message-Id: <201512262020.tBQKK7tk054540@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gblach set sender to gblach@FreeBSD.org using -f From: Grzegorz Blach Date: Sat, 26 Dec 2015 20:20:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404538 - in head: devel/efl devel/efl/files x11-toolkits/elementary X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 20:20:08 -0000 Author: gblach Date: Sat Dec 26 20:20:07 2015 New Revision: 404538 URL: https://svnweb.freebsd.org/changeset/ports/404538 Log: Update to 1.16.1 Deleted: head/devel/efl/files/patch-src-lib-eet-eet_cipher.c Modified: head/devel/efl/Makefile head/devel/efl/distinfo head/x11-toolkits/elementary/Makefile head/x11-toolkits/elementary/distinfo Modified: head/devel/efl/Makefile ============================================================================== --- head/devel/efl/Makefile Sat Dec 26 19:41:05 2015 (r404537) +++ head/devel/efl/Makefile Sat Dec 26 20:20:07 2015 (r404538) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= efl -PORTVERSION= 1.16.0 -PORTREVISION= 2 +PORTVERSION= 1.16.1 CATEGORIES= devel enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/ Modified: head/devel/efl/distinfo ============================================================================== --- head/devel/efl/distinfo Sat Dec 26 19:41:05 2015 (r404537) +++ head/devel/efl/distinfo Sat Dec 26 20:20:07 2015 (r404538) @@ -1,2 +1,2 @@ -SHA256 (enlightenment/efl-1.16.0.tar.xz) = 7efebbd9964e5daf35c7e978e7cbef25f62ea933a8df73b0c4d287ef65868323 -SIZE (enlightenment/efl-1.16.0.tar.xz) = 43162560 +SHA256 (enlightenment/efl-1.16.1.tar.xz) = ef01be81598f03aa0e873951cf8280d963fad2b543cdbd3d749916e91825da84 +SIZE (enlightenment/efl-1.16.1.tar.xz) = 43216556 Modified: head/x11-toolkits/elementary/Makefile ============================================================================== --- head/x11-toolkits/elementary/Makefile Sat Dec 26 19:41:05 2015 (r404537) +++ head/x11-toolkits/elementary/Makefile Sat Dec 26 20:20:07 2015 (r404538) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= elementary -PORTVERSION= 1.16.0 +PORTVERSION= 1.16.1 CATEGORIES= x11-toolkits enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/ Modified: head/x11-toolkits/elementary/distinfo ============================================================================== --- head/x11-toolkits/elementary/distinfo Sat Dec 26 19:41:05 2015 (r404537) +++ head/x11-toolkits/elementary/distinfo Sat Dec 26 20:20:07 2015 (r404538) @@ -1,2 +1,2 @@ -SHA256 (enlightenment/elementary-1.16.0.tar.xz) = 483f3cf927edceaec8b61b0e4c0fe5ffbe86f227c7f82e61e8d6f0dbee598694 -SIZE (enlightenment/elementary-1.16.0.tar.xz) = 18453424 +SHA256 (enlightenment/elementary-1.16.1.tar.xz) = 7e3863640a9c6dff91d62a06a3119c6c6682247e4669583033b80c7d608da860 +SIZE (enlightenment/elementary-1.16.1.tar.xz) = 18536148 From owner-svn-ports-head@freebsd.org Sat Dec 26 21:33:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85447A52D53; Sat, 26 Dec 2015 21:33:07 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4EE3E1BB6; Sat, 26 Dec 2015 21:33:07 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQLX6ao077011; Sat, 26 Dec 2015 21:33:06 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQLX60X077009; Sat, 26 Dec 2015 21:33:06 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201512262133.tBQLX60X077009@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Dec 2015 21:33:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404539 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 21:33:07 -0000 Author: bapt Date: Sat Dec 26 21:33:06 2015 New Revision: 404539 URL: https://svnweb.freebsd.org/changeset/ports/404539 Log: Update to 1.6.99.3 Changes: - list of valid url scheme can be defined in pkg.conf - add support for SOURCE_DATE_EPOCH for reproducible builds - Fix pkg check -d - Fix testsuite with kyua 0.12 - Fix pkg info -R - Fix setting modes on extracted files/directories - Fix zsh completion for pkg info -l - Fix some solver crashed - Initial attempt at fixing infinite loop on multirepositorry when updating pkg - pkg version now handled -q correctly 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 Sat Dec 26 20:20:07 2015 (r404538) +++ head/ports-mgmt/pkg-devel/Makefile Sat Dec 26 21:33:06 2015 (r404539) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.6.99.2 +DISTVERSION= 1.6.99.3 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Sat Dec 26 20:20:07 2015 (r404538) +++ head/ports-mgmt/pkg-devel/distinfo Sat Dec 26 21:33:06 2015 (r404539) @@ -1,2 +1,3 @@ -SHA256 (pkg-1.6.99.2.tar.xz) = 84cf573f20e948380070c0ae5506c3ac120bf2553e37290a8bfea61a36153575 -SIZE (pkg-1.6.99.2.tar.xz) = 1936468 +timestamp=1451165268 +SHA256 (pkg-1.6.99.3.tar.xz) = f10da103d4e9a71a22c08708af42b090108602933aeac5eb1431036cbf98ee19 +SIZE (pkg-1.6.99.3.tar.xz) = 1904980 From owner-svn-ports-head@freebsd.org Sat Dec 26 21:59:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7660BA534DB; Sat, 26 Dec 2015 21:59: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 417B8128A; Sat, 26 Dec 2015 21:59: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 tBQLxnfj082921; Sat, 26 Dec 2015 21:59:49 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQLxnim082920; Sat, 26 Dec 2015 21:59:49 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512262159.tBQLxnim082920@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 26 Dec 2015 21:59:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404540 - head/www/py-Products.CMFPlone X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 21:59:50 -0000 Author: amdmi3 Date: Sat Dec 26 21:59:49 2015 New Revision: 404540 URL: https://svnweb.freebsd.org/changeset/ports/404540 Log: - Drop @dirrm* from plist Approved by: portmgr blanket Modified: head/www/py-Products.CMFPlone/pkg-plist Modified: head/www/py-Products.CMFPlone/pkg-plist ============================================================================== --- head/www/py-Products.CMFPlone/pkg-plist Sat Dec 26 21:33:06 2015 (r404539) +++ head/www/py-Products.CMFPlone/pkg-plist Sat Dec 26 21:59:49 2015 (r404540) @@ -1531,46 +1531,3 @@ %%PYTHON_SITELIBDIR%%/Products/CMFPlone/www/portal_factory_manage_docs.zpt %%PYTHON_SITELIBDIR%%/Products/CMFPlone/www/portal_factory_manage_overview.zpt %%PYTHON_SITELIBDIR%%/Products/CMFPlone/www/portal_factory_manage_types.zpt -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/www -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/tests/robot -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/tests -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/skins/plone_wysiwyg -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/skins/plone_templates -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/skins/plone_styles -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/skins/plone_scripts -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/skins/plone_prefs -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/skins/plone_login -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/skins/plone_images -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/skins/plone_forms -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/skins/plone_form_scripts -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/skins/plone_ecmascript -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/skins/plone_deprecated -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/skins/plone_content -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/skins/plone_3rdParty/jscalendar -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/skins/plone_3rdParty -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/skins/cmf_legacy -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/skins -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/profiles/testfixture -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/profiles/dependencies -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/profiles/default/workflows/simple_publication_workflow -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/profiles/default/workflows/plone_workflow -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/profiles/default/workflows/one_state_workflow -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/profiles/default/workflows/intranet_workflow -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/profiles/default/workflows/intranet_folder_workflow -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/profiles/default/workflows/folder_workflow -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/profiles/default/workflows -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/profiles/default/types -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/profiles/default -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/profiles/content -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/profiles -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/patches -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/interfaces -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/exportimport/tests -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/exportimport -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/browser/templates -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/browser/syndication/templates -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/browser/syndication -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/browser -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone/UnicodeSplitter -@dirrm %%PYTHON_SITELIBDIR%%/Products/CMFPlone -@dirrmtry %%PYTHON_SITELIBDIR%%/Products From owner-svn-ports-head@freebsd.org Sat Dec 26 23:47:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04020A52DB0; Sat, 26 Dec 2015 23:47:59 +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 ACC16183B; Sat, 26 Dec 2015 23:47:58 +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 tBQNlvs6014779; Sat, 26 Dec 2015 23:47:57 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQNlvYi014778; Sat, 26 Dec 2015 23:47:57 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201512262347.tBQNlvYi014778@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, 26 Dec 2015 23:47:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404541 - head/math/gnuplot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2015 23:47:59 -0000 Author: rakuco Date: Sat Dec 26 23:47:57 2015 New Revision: 404541 URL: https://svnweb.freebsd.org/changeset/ports/404541 Log: Drop PLOT option. gnuplot completely removed support for the gnugraph and unixplot terminal drivers in 2011. From the one of the ChangeLog files: > 2011-05-31 Ethan A Merritt > [...] > Remove obsolete terminal drivers gnugraph and unixplot. The underlying > gnu plotutils library is itself more than 10 years out of date (last > release July 2000) and the terminal drivers haven't been upgraded for > longer than that. In any event, current gnuplot has better native > terminal drivers for the devices supported by unixplot/gnugraph. In practice, this means the PLOT option is a no-op and the dependency on graphics/plotutils is unnecessary. Indeed, if one looks at the port's build logs in the cluster the following can be seen: configure: WARNING: unrecognized options: --without-lisp-files, --with-plot, --disable-thin-splines, --with-wx-config PR: 205488 Approved by: glewis (maintainer) Modified: head/math/gnuplot/Makefile Modified: head/math/gnuplot/Makefile ============================================================================== --- head/math/gnuplot/Makefile Sat Dec 26 21:59:49 2015 (r404540) +++ head/math/gnuplot/Makefile Sat Dec 26 23:47:57 2015 (r404541) @@ -2,6 +2,7 @@ PORTNAME= gnuplot PORTVERSION= 5.0.1 +PORTREVISION= 1 CATEGORIES= math graphics MASTER_SITES= SF @@ -30,13 +31,12 @@ PORTEXAMPLES= * # MAKE_JOBS_UNSAFE=yes -OPTIONS_DEFINE= CAIRO DOCS EXAMPLES GD GRIDBOX PDF PLOT THINSPLINES WX X11 +OPTIONS_DEFINE= CAIRO DOCS EXAMPLES GD GRIDBOX PDF THINSPLINES WX X11 GRIDBOX_DESC= Use the gridbox optimization for hidden3d -PLOT_DESC= Enable plot support THINSPLINES_DESC= Enable thin plate splines for grids in dgrid3d WX_DESC= wxWidgets (formerly wxWindows) support -OPTIONS_DEFAULT=CAIRO GD PLOT WX X11 +OPTIONS_DEFAULT=CAIRO GD WX X11 OPTIONS_SUB= yes CAIRO_LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo @@ -53,11 +53,6 @@ PDF_LIB_DEPENDS= libpdf.so:${PORTSDIR}/p PDF_CONFIGURE_ON= --with-pdf=${LOCALBASE} PDF_CONFIGURE_OFF= --without-pdf -PLOT_USE= XORG=xaw,xmu,xt,xext -PLOT_LIB_DEPENDS= libplot.so:${PORTSDIR}/graphics/plotutils -PLOT_CONFIGURE_ON= --with-plot=${LOCALBASE} -PLOT_CONFIGURE_OFF= --without-plot - THINSPLINES_CONFIGURE_ENABLE= thin-splines X11_USE= XORG=x11