From owner-svn-ports-head@freebsd.org Sun May 22 01:10:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 739ECB3B52F; Sun, 22 May 2016 01:10:35 +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 40B5C11DF; Sun, 22 May 2016 01:10:35 +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 u4M1AY9c062314; Sun, 22 May 2016 01:10:34 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4M1AYPk062312; Sun, 22 May 2016 01:10:34 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201605220110.u4M1AYPk062312@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 22 May 2016 01:10:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415615 - in head: graphics/sekrit-twc-zimg multimedia/vapoursynth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 22 May 2016 01:10:35 -0000 Author: jbeich Date: Sun May 22 01:10:34 2016 New Revision: 415615 URL: https://svnweb.freebsd.org/changeset/ports/415615 Log: Partially back out r414539, it only made sense for devel/fb-adb Modified: head/graphics/sekrit-twc-zimg/Makefile (contents, props changed) head/multimedia/vapoursynth/Makefile (contents, props changed) Modified: head/graphics/sekrit-twc-zimg/Makefile ============================================================================== --- head/graphics/sekrit-twc-zimg/Makefile Sat May 21 23:47:51 2016 (r415614) +++ head/graphics/sekrit-twc-zimg/Makefile Sun May 22 01:10:34 2016 (r415615) @@ -29,9 +29,12 @@ CPPFLAGS+= -D_GLIBCXX_USE_C99 -D_GLIBCXX INSTALL_TARGET= install-strip USE_LDCONFIG= yes -OPTIONS_DEFINE= SIMD TEST -OPTIONS_DEFAULT=SIMD -OPTIONS_EXCLUDE=${ARCH:Namd64:Ni386:C/.+/SIMD/} +OPTIONS_DEFINE= TEST + +OPTIONS_DEFINE_amd64= SIMD +OPTIONS_DEFINE_i386= SIMD +OPTIONS_DEFAULT_amd64= SIMD +OPTIONS_DEFAULT_i386= SIMD # runtime detection SIMD_CONFIGURE_ENABLE= x86simd Modified: head/multimedia/vapoursynth/Makefile ============================================================================== --- head/multimedia/vapoursynth/Makefile Sat May 21 23:47:51 2016 (r415614) +++ head/multimedia/vapoursynth/Makefile Sun May 22 01:10:34 2016 (r415615) @@ -20,12 +20,14 @@ INSTALL_TARGET= install-strip USE_LDCONFIG= yes DATADIR= ${PREFIX}/lib/vapoursynth -OPTIONS_DEFINE= DEBUG DOCS FRAME_GUARD SIMD +OPTIONS_DEFINE= DEBUG DOCS FRAME_GUARD OPTIONS_DEFAULT=${OPTIONS_GROUP_COMPS} ${OPTIONS_GROUP_PLUGINS} -OPTIONS_DEFAULT_amd64= SIMD -OPTIONS_EXCLUDE=${ARCH:Namd64:Ni386:C/.+/SIMD/} OPTIONS_SUB= yes +OPTIONS_DEFINE_amd64= SIMD +OPTIONS_DEFINE_i386= SIMD +OPTIONS_DEFAULT_amd64= SIMD + OPTIONS_GROUP= COMPS PLUGINS COMPS_DESC= Components OPTIONS_GROUP_COMPS= CORE PYTHON VSPIPE VSSCRIPT From owner-svn-ports-head@freebsd.org Sun May 22 01:10:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43025B3B65C; Sun, 22 May 2016 01:10:55 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 14D1C12FC; Sun, 22 May 2016 01:10:55 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4M1Asum062422; Sun, 22 May 2016 01:10:54 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4M1AsNh062421; Sun, 22 May 2016 01:10:54 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201605220110.u4M1AsNh062421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 22 May 2016 01:10:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415616 - head/devel/fb-adb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 22 May 2016 01:10:55 -0000 Author: jbeich Date: Sun May 22 01:10:54 2016 New Revision: 415616 URL: https://svnweb.freebsd.org/changeset/ports/415616 Log: devel/fb-adb: back out r415434 and r415502 Better fix will follow. r415502 also broke 9.x: ===> Extracting for fb-adb-1.4.4.124 => SHA256 Checksum OK for android-ndk-r10e-linux-x86.bin. => SHA256 Checksum OK for facebook-fb-adb-1.4.4-124-gb230619_GH0.tar.gz. tar: Unrecognized archive format tar: Error exit delayed from previous errors. *** [do-extract] Error code 1 Reported by: pkg-fallout Modified: head/devel/fb-adb/Makefile (contents, props changed) Modified: head/devel/fb-adb/Makefile ============================================================================== --- head/devel/fb-adb/Makefile Sun May 22 01:10:34 2016 (r415615) +++ head/devel/fb-adb/Makefile Sun May 22 01:10:54 2016 (r415616) @@ -54,19 +54,18 @@ NDK_MASTER_SITES= https://dl.google.com/ # Prefer NDK from environment WRKSRC_ndk= ${ANDROID_NDK} .else -NDK_DISTFILES= ${DISTNAME_ndk}.bin:ndk +NDK_DISTFILES= ${DISTNAME_ndk}.bin:ndk,p7zip DISTNAME_ndk= android-ndk-r10e-linux-${LINUX_RPM_ARCH:C/i.86/x86/} -EXTRACT_ONLY= ${DISTFILES:N${EXTRACT_ONLY_7z}*} -EXTRACT_ONLY_7z= ${DISTNAME_ndk}.bin WRKSRC_ndk= ${WRKDIR}/${DISTNAME_ndk:C/(-[^-]+){2}$//} .endif NDK_BUILD_DEPENDS= ${LINUX_BASE_PORT} -NDK_USES= 7z:partial,p7zip +NDK_USES= 7z:partial${NDK_7z_ARGS_${LINUX_RPM_ARCH}} NDK_USE= LINUX=yes # build NDK_SHELL= ${SETENV} UNAME_s=Linux UNAME_m=${LINUX_RPM_ARCH} ${SH} NDK_CONFIGURE_ENV= ANDROID_NDK="${WRKSRC_ndk}" \ ANDROID_NDK_SHELL="${NDK_SHELL}" \ NDK_TMPDIR="${WRKDIR}" +NDK_7z_ARGS_x86_64= ,p7zip # libarchive fails to read NDK_BUILD_DEPENDS_OFF= ${LOCALBASE}/android/ARMv7/bin/arm-aux-linux-androideabi-gcc:lang/gnatdroid-armv7 \ ${LOCALBASE}/android-x86/x86_32/bin/i686-aux-linux-android-gcc:lang/gnatdroid-x86 .if defined(.PARSEDIR) From owner-svn-ports-head@freebsd.org Sun May 22 01:11:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2523B3B717; Sun, 22 May 2016 01:11:25 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F31A14BB; Sun, 22 May 2016 01:11:25 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4M1BOYN062566; Sun, 22 May 2016 01:11:24 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4M1BObh062565; Sun, 22 May 2016 01:11:24 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201605220111.u4M1BObh062565@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 22 May 2016 01:11:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415617 - head/devel/fb-adb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 22 May 2016 01:11:25 -0000 Author: jbeich Date: Sun May 22 01:11:24 2016 New Revision: 415617 URL: https://svnweb.freebsd.org/changeset/ports/415617 Log: devel/fb-adb: make :p7zip group pass sanity check => android-ndk-r10e-linux-x86.bin doesn't seem to exist in /portdistfiles/. eval: _MASTER_SITES_p7zip: parameter not set *** Error code 2 PR: 208916 Reported by: antoine (via exp-run) Modified: head/devel/fb-adb/Makefile (contents, props changed) Modified: head/devel/fb-adb/Makefile ============================================================================== --- head/devel/fb-adb/Makefile Sun May 22 01:10:54 2016 (r415616) +++ head/devel/fb-adb/Makefile Sun May 22 01:11:24 2016 (r415617) @@ -49,7 +49,7 @@ DEBUG_CONFIGURE_ENABLE= debuggable-stubs # XXX Convert into USES=android once more things depend on it NDK_DESC= Build target stubs using Android NDK -NDK_MASTER_SITES= https://dl.google.com/android/ndk/:ndk +NDK_MASTER_SITES= https://dl.google.com/android/ndk/:ndk,p7zip .if defined(ANDROID_NDK) # Prefer NDK from environment WRKSRC_ndk= ${ANDROID_NDK} From owner-svn-ports-head@freebsd.org Sun May 22 01:11:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2542BB3B829; Sun, 22 May 2016 01:11:54 +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 EA202179A; Sun, 22 May 2016 01:11: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 u4M1Brpw062698; Sun, 22 May 2016 01:11:53 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4M1Brq2062697; Sun, 22 May 2016 01:11:53 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201605220111.u4M1Brq2062697@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 22 May 2016 01:11:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415618 - head/devel/fb-adb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 22 May 2016 01:11:54 -0000 Author: jbeich Date: Sun May 22 01:11:52 2016 New Revision: 415618 URL: https://svnweb.freebsd.org/changeset/ports/415618 Log: devel/fb-adb: unbreak c6_64 build after r411857 ===> Extracting for fb-adb-1.4.4.124 => SHA256 Checksum OK for android-ndk-r10e-linux-x86_64.bin. => SHA256 Checksum OK for facebook-fb-adb-1.4.4-124-gb230619_GH0.tar.gz. tar: Error opening archive: Unrecognized archive format *** Error code 1 Modified: head/devel/fb-adb/Makefile (contents, props changed) Modified: head/devel/fb-adb/Makefile ============================================================================== --- head/devel/fb-adb/Makefile Sun May 22 01:11:24 2016 (r415617) +++ head/devel/fb-adb/Makefile Sun May 22 01:11:52 2016 (r415618) @@ -59,13 +59,12 @@ DISTNAME_ndk= android-ndk-r10e-linux-${ WRKSRC_ndk= ${WRKDIR}/${DISTNAME_ndk:C/(-[^-]+){2}$//} .endif NDK_BUILD_DEPENDS= ${LINUX_BASE_PORT} -NDK_USES= 7z:partial${NDK_7z_ARGS_${LINUX_RPM_ARCH}} +NDK_USES= 7z:partial${OVERRIDE_LINUX_BASE_PORT:M*64:C/.+/,p7zip/} NDK_USE= LINUX=yes # build NDK_SHELL= ${SETENV} UNAME_s=Linux UNAME_m=${LINUX_RPM_ARCH} ${SH} NDK_CONFIGURE_ENV= ANDROID_NDK="${WRKSRC_ndk}" \ ANDROID_NDK_SHELL="${NDK_SHELL}" \ NDK_TMPDIR="${WRKDIR}" -NDK_7z_ARGS_x86_64= ,p7zip # libarchive fails to read NDK_BUILD_DEPENDS_OFF= ${LOCALBASE}/android/ARMv7/bin/arm-aux-linux-androideabi-gcc:lang/gnatdroid-armv7 \ ${LOCALBASE}/android-x86/x86_32/bin/i686-aux-linux-android-gcc:lang/gnatdroid-x86 .if defined(.PARSEDIR) From owner-svn-ports-head@freebsd.org Sun May 22 01:12:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B222B3B884; Sun, 22 May 2016 01:12:11 +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 B47BF19AC; Sun, 22 May 2016 01:12:10 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4M1C94M063449; Sun, 22 May 2016 01:12:09 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4M1C9Db063447; Sun, 22 May 2016 01:12:09 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201605220112.u4M1C9Db063447@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 22 May 2016 01:12:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415619 - head/devel/fb-adb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 22 May 2016 01:12:11 -0000 Author: jbeich Date: Sun May 22 01:12:09 2016 New Revision: 415619 URL: https://svnweb.freebsd.org/changeset/ports/415619 Log: devel/fb-adb: update x86_64 NDK to r11c No PORTREVISION bump as it's unlikely to change the produced binary. Modified: head/devel/fb-adb/Makefile (contents, props changed) head/devel/fb-adb/distinfo (contents, props changed) Modified: head/devel/fb-adb/Makefile ============================================================================== --- head/devel/fb-adb/Makefile Sun May 22 01:11:52 2016 (r415618) +++ head/devel/fb-adb/Makefile Sun May 22 01:12:09 2016 (r415619) @@ -54,12 +54,13 @@ NDK_MASTER_SITES= https://dl.google.com/ # Prefer NDK from environment WRKSRC_ndk= ${ANDROID_NDK} .else -NDK_DISTFILES= ${DISTNAME_ndk}.bin:ndk,p7zip -DISTNAME_ndk= android-ndk-r10e-linux-${LINUX_RPM_ARCH:C/i.86/x86/} -WRKSRC_ndk= ${WRKDIR}/${DISTNAME_ndk:C/(-[^-]+){2}$//} +NDK_DISTFILES= ${NDK_DISTFILES_${LINUX_RPM_ARCH}} +NDK_DISTFILES_i686= android-ndk-r10e-linux-x86.bin:ndk,p7zip +NDK_DISTFILES_x86_64= android-ndk-r11c-linux-x86_64.zip:ndk +WRKSRC_ndk= ${WRKDIR}/${NDK_DISTFILES:R:C/(-[^-]+){2}$//} .endif NDK_BUILD_DEPENDS= ${LINUX_BASE_PORT} -NDK_USES= 7z:partial${OVERRIDE_LINUX_BASE_PORT:M*64:C/.+/,p7zip/} +NDK_USES= 7z:partial NDK_USE= LINUX=yes # build NDK_SHELL= ${SETENV} UNAME_s=Linux UNAME_m=${LINUX_RPM_ARCH} ${SH} NDK_CONFIGURE_ENV= ANDROID_NDK="${WRKSRC_ndk}" \ Modified: head/devel/fb-adb/distinfo ============================================================================== --- head/devel/fb-adb/distinfo Sun May 22 01:11:52 2016 (r415618) +++ head/devel/fb-adb/distinfo Sun May 22 01:12:09 2016 (r415619) @@ -1,6 +1,6 @@ SHA256 (android-ndk-r10e-linux-x86.bin) = 92b07d25aaad9b341a7f2b2a62402d508e948bf2dea3ee7b65a6aeb18bca7df5 SIZE (android-ndk-r10e-linux-x86.bin) = 394281908 -SHA256 (android-ndk-r10e-linux-x86_64.bin) = 102d6723f67ff1384330d12c45854315d6452d6510286f4e5891e00a5a8f1d5a -SIZE (android-ndk-r10e-linux-x86_64.bin) = 401522849 +SHA256 (android-ndk-r11c-linux-x86_64.zip) = ba85dbe4d370e4de567222f73a3e034d85fc3011b3cbd90697f3e8dcace3ad94 +SIZE (android-ndk-r11c-linux-x86_64.zip) = 794135138 SHA256 (facebook-fb-adb-1.4.4-124-gb230619_GH0.tar.gz) = ecac30fcec56cf98e548a62c62f056adaf568e0f23b6def6daf00ef19edd6954 SIZE (facebook-fb-adb-1.4.4-124-gb230619_GH0.tar.gz) = 250357 From owner-svn-ports-head@freebsd.org Sun May 22 02:45:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1542B43E6C; Sun, 22 May 2016 02:45:24 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C15061483; Sun, 22 May 2016 02:45:24 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4M2jN3Z093007; Sun, 22 May 2016 02:45:23 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4M2jNfO093006; Sun, 22 May 2016 02:45:23 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605220245.u4M2jNfO093006@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 22 May 2016 02:45:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415621 - head/security/sssd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 22 May 2016 02:45:25 -0000 Author: pi Date: Sun May 22 02:45:23 2016 New Revision: 415621 URL: https://svnweb.freebsd.org/changeset/ports/415621 Log: security/sssd: chase samba dependency, unbreak PR: 209687 Submitted by: prj@rootwyrm.com Modified: head/security/sssd/Makefile Modified: head/security/sssd/Makefile ============================================================================== --- head/security/sssd/Makefile Sun May 22 01:14:16 2016 (r415620) +++ head/security/sssd/Makefile Sun May 22 02:45:23 2016 (r415621) @@ -3,7 +3,7 @@ PORTNAME= sssd DISTVERSION= 1.11.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ @@ -71,7 +71,7 @@ OPTIONS_DEFAULT= DOCS OPTIONS_SUB= yes SMB_DESC= Install IPA and AD providers (requires Samba4) -SMB_BUILD_DEPENDS= samba41>=4.1.0:net/samba41 +SMB_BUILD_DEPENDS= samba42>=4.2.11:net/samba42 SMB_CONFIGURE_WITH= samba .include From owner-svn-ports-head@freebsd.org Sun May 22 03:17:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A58FB3B86F; Sun, 22 May 2016 03:17:01 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 256671EB6; Sun, 22 May 2016 03:17:01 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4M3H0KG002844; Sun, 22 May 2016 03:17:00 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4M3Gxaj002835; Sun, 22 May 2016 03:16:59 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605220316.u4M3Gxaj002835@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 22 May 2016 03:16:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415622 - in head/security/revealrk: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 22 May 2016 03:17:01 -0000 Author: pi Date: Sun May 22 03:16:59 2016 New Revision: 415622 URL: https://svnweb.freebsd.org/changeset/ports/415622 Log: security/revealrk: 1.0.1 -> 1.1.2 - added zombie ignore option "-z" for FreeBSD Added: head/security/revealrk/files/patch-revealrk.c (contents, props changed) Modified: head/security/revealrk/Makefile head/security/revealrk/distinfo head/security/revealrk/files/patch-SConstruct head/security/revealrk/pkg-descr Modified: head/security/revealrk/Makefile ============================================================================== --- head/security/revealrk/Makefile Sun May 22 02:45:23 2016 (r415621) +++ head/security/revealrk/Makefile Sun May 22 03:16:59 2016 (r415622) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= revealrk -PORTVERSION= 1.0.1 +PORTVERSION= 1.1.2 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/ Modified: head/security/revealrk/distinfo ============================================================================== --- head/security/revealrk/distinfo Sun May 22 02:45:23 2016 (r415621) +++ head/security/revealrk/distinfo Sun May 22 03:16:59 2016 (r415622) @@ -1,2 +1,3 @@ -SHA256 (revealrk-1.0.1.tgz) = 7da7bd1709d06e5771c5c6d9c147ae1613f24c04633693e14afeee004d7cb844 -SIZE (revealrk-1.0.1.tgz) = 34039 +TIMESTAMP = 1463827292 +SHA256 (revealrk-1.1.2.tgz) = 5006a93ecc54698703d6bfcc49b572c335c45c5cc4190ff75281a9b4a3c593a7 +SIZE (revealrk-1.1.2.tgz) = 36009 Modified: head/security/revealrk/files/patch-SConstruct ============================================================================== --- head/security/revealrk/files/patch-SConstruct Sun May 22 02:45:23 2016 (r415621) +++ head/security/revealrk/files/patch-SConstruct Sun May 22 03:16:59 2016 (r415622) @@ -1,6 +1,6 @@ ---- SConstruct.orig 2013-01-03 09:06:35.000000000 +0100 -+++ SConstruct 2013-11-14 20:18:29.000000000 +0100 -@@ -13,7 +13,7 @@ +--- SConstruct.orig 2016-05-19 16:27:37 UTC ++++ SConstruct +@@ -13,7 +13,7 @@ prog_files = Split('revealrk.c') pkg_files = prog_files + Split('revealrk.1 SConstruct changelog license.txt README INSTALL cron.example Makefile config.h') debug = not ARGUMENTS.get('debug', '0').lower() in ['0', 'false', 'no'] @@ -9,16 +9,7 @@ clean_all = not GetOption('clean_all') is None static = not GetOption('static') is None build_tgz = not GetOption('tgz') is None -@@ -97,7 +97,7 @@ - - ########## Environment ########## - --env = Environment(CC = 'gcc', CCFLAGS = '-std=c99 -Wall -pedantic') -+env = Environment(CC = 'cc', CCFLAGS = '-std=c99 -Wall -pedantic') - if not env.GetOption('clean'): - if not verbose: - env['CCCOMSTR'] = 'Compiling $TARGET' -@@ -147,8 +147,8 @@ +@@ -152,8 +152,8 @@ if not env.GetOption('clean'): conf.env.Append(LINKFLAGS = ' -static') env = conf.Finish() Added: head/security/revealrk/files/patch-revealrk.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/revealrk/files/patch-revealrk.c Sun May 22 03:16:59 2016 (r415622) @@ -0,0 +1,12 @@ +--- revealrk.c.orig 2016-05-19 16:24:49 UTC ++++ revealrk.c +@@ -526,7 +526,9 @@ void GetBootTime(void) + fclose(fsStat); + } + } ++#endif + ++#if defined(OS_LINUX) || defined(OS_BSD) + char* GetCommand(pid_t tuPID) + { + static char acBuf[PATH_MAX]; Modified: head/security/revealrk/pkg-descr ============================================================================== --- head/security/revealrk/pkg-descr Sun May 22 02:45:23 2016 (r415621) +++ head/security/revealrk/pkg-descr Sun May 22 03:16:59 2016 (r415622) @@ -1,4 +1,3 @@ - revealrk searches for hidden processes. If you have a kernel mod rootkit loaded into memory without hiding any process, don't expect to find anything. From owner-svn-ports-head@freebsd.org Sun May 22 08:07:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09CF9B444C4; Sun, 22 May 2016 08:07:21 +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 D047E1A62; Sun, 22 May 2016 08:07:20 +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 u4M87KGs090007; Sun, 22 May 2016 08:07:20 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4M87JCn090005; Sun, 22 May 2016 08:07:19 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201605220807.u4M87JCn090005@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 22 May 2016 08:07:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415623 - head/devel/libdombey X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 22 May 2016 08:07:21 -0000 Author: riggs Date: Sun May 22 08:07:19 2016 New Revision: 415623 URL: https://svnweb.freebsd.org/changeset/ports/415623 Log: Update to upstream version 5.28 Detailed maintainer log: - Libraries now prepend "dombey-" to temporary files so that users can discriminate their own mkstemp()-created temporary files from files created by the libraries in server root directories. - Clarification of the structure of key and iv values has been added to the manual pages. PR: 209638 Submitted by: jimmy@mammothcheese.ca (maintainer) Modified: head/devel/libdombey/Makefile head/devel/libdombey/distinfo Modified: head/devel/libdombey/Makefile ============================================================================== --- head/devel/libdombey/Makefile Sun May 22 03:16:59 2016 (r415622) +++ head/devel/libdombey/Makefile Sun May 22 08:07:19 2016 (r415623) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libdombey -PORTVERSION= 5.27 +PORTVERSION= 5.28 CATEGORIES= devel MASTER_SITES= http://www.mammothcheese.ca/ Modified: head/devel/libdombey/distinfo ============================================================================== --- head/devel/libdombey/distinfo Sun May 22 03:16:59 2016 (r415622) +++ head/devel/libdombey/distinfo Sun May 22 08:07:19 2016 (r415623) @@ -1,2 +1,3 @@ -SHA256 (libdombey-5.27.tar.gz) = 1e507e14dd2a3ee36a4f8118e6e1c5e7ee237de5797b911432ebe5ec8019fecf -SIZE (libdombey-5.27.tar.gz) = 53058 +TIMESTAMP = 1463540294 +SHA256 (libdombey-5.28.tar.gz) = c518b8f1d8dfbdf6e9e6d77a5a8fd0ba957925e26cbe9c7b367ff2203eee5ddc +SIZE (libdombey-5.28.tar.gz) = 53274 From owner-svn-ports-head@freebsd.org Sun May 22 09:03:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36BE0B4242C; Sun, 22 May 2016 09:03:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0280E1683; Sun, 22 May 2016 09:03:44 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4M93iEP008610; Sun, 22 May 2016 09:03:44 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4M93iBs008609; Sun, 22 May 2016 09:03:44 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605220903.u4M93iBs008609@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 22 May 2016 09:03:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415624 - head/net/ldapdiff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 22 May 2016 09:03:45 -0000 Author: amdmi3 Date: Sun May 22 09:03:43 2016 New Revision: 415624 URL: https://svnweb.freebsd.org/changeset/ports/415624 Log: - Add LICENSE - Switch to options helpers - Remove useless pkg-message - Remove object files to make sure everythin's rebuit Deleted: head/net/ldapdiff/pkg-message Modified: head/net/ldapdiff/Makefile Modified: head/net/ldapdiff/Makefile ============================================================================== --- head/net/ldapdiff/Makefile Sun May 22 08:07:19 2016 (r415623) +++ head/net/ldapdiff/Makefile Sun May 22 09:03:43 2016 (r415624) @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}_src MAINTAINER= ports@FreeBSD.org COMMENT= Utility for patching LDAP directories using LDIF files +LICENSE= GPLv3+ + USES= iconv tar:tgz USE_OPENLDAP= yes GNU_CONFIGURE= yes @@ -31,6 +33,9 @@ OPTIONS_DEFINE= DOCS CONFIGURE_ARGS+=--with-iconv-dir=${LOCALBASE} .endif +post-extract: + @cd ${WRKSRC} && ${RM} -f *.o ldapdiff Makefile config.h + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ldapdiff ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/ldapdiff.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 @@ -39,6 +44,8 @@ do-install: .for sample in ${SAMPLES} ${INSTALL_DATA} ${WRKSRC}/samples/${sample} ${STAGEDIR}${DATADIR}/samples .endfor + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for docs in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Sun May 22 09:25:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8510CB4290C; Sun, 22 May 2016 09:25:05 +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 39D47105F; Sun, 22 May 2016 09:25:05 +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 u4M9P44j014638; Sun, 22 May 2016 09:25:04 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4M9P41w014635; Sun, 22 May 2016 09:25:04 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201605220925.u4M9P41w014635@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sun, 22 May 2016 09:25:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415625 - head/graphics/gpicview X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 22 May 2016 09:25:05 -0000 Author: olivierd Date: Sun May 22 09:25:04 2016 New Revision: 415625 URL: https://svnweb.freebsd.org/changeset/ports/415625 Log: - Update to 0.2.5 - Replace CPPFLAGS and LDFLAGS by USES= localbase - Adjust dependencies Modified: head/graphics/gpicview/Makefile head/graphics/gpicview/distinfo head/graphics/gpicview/pkg-plist Modified: head/graphics/gpicview/Makefile ============================================================================== --- head/graphics/gpicview/Makefile Sun May 22 09:03:43 2016 (r415624) +++ head/graphics/gpicview/Makefile Sun May 22 09:25:04 2016 (r415625) @@ -2,28 +2,27 @@ # $FreeBSD$ PORTNAME= gpicview -PORTVERSION= 0.2.4 -PORTREVISION= 1 +PORTVERSION= 0.2.5 CATEGORIES= graphics -MASTER_SITES= SF/lxde/GPicView%20%28image%20Viewer%29/GpicView%20${PORTVERSION}/ +MASTER_SITES= SF/lxde/GPicView%20%28image%20Viewer%29/${PORTVERSION:R}.x/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple and fast image viewer for X11 LICENSE= GPLv2 -USES= desktop-file-utils gettext gmake pkgconfig +USES= desktop-file-utils gettext-tools gmake jpeg localbase \ + pkgconfig tar:xz USE_GNOME= gtk20 intltool +USE_XORG= x11 INSTALLS_ICONS= yes GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -NLS_USES= gettext +NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls .include Modified: head/graphics/gpicview/distinfo ============================================================================== --- head/graphics/gpicview/distinfo Sun May 22 09:03:43 2016 (r415624) +++ head/graphics/gpicview/distinfo Sun May 22 09:25:04 2016 (r415625) @@ -1,2 +1,3 @@ -SHA256 (gpicview-0.2.4.tar.gz) = 99beb7df6765b386cd3f65b3ff77e9a25027a009db432f02bd60be8558f06ceb -SIZE (gpicview-0.2.4.tar.gz) = 488510 +TIMESTAMP = 1463914607 +SHA256 (gpicview-0.2.5.tar.xz) = 38466058e53702450e5899193c4b264339959b563dd5cd81f6f690de32d82942 +SIZE (gpicview-0.2.5.tar.xz) = 349536 Modified: head/graphics/gpicview/pkg-plist ============================================================================== --- head/graphics/gpicview/pkg-plist Sun May 22 09:03:43 2016 (r415624) +++ head/graphics/gpicview/pkg-plist Sun May 22 09:25:04 2016 (r415625) @@ -8,47 +8,60 @@ share/applications/gpicview.desktop share/icons/hicolor/48x48/apps/gpicview.png %%NLS%%share/locale/af/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/ar/LC_MESSAGES/gpicview.mo +%%NLS%%share/locale/ast/LC_MESSAGES/gpicview.mo +%%NLS%%share/locale/be/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/bg/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/bn/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/bn_IN/LC_MESSAGES/gpicview.mo +%%NLS%%share/locale/bs/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/ca/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/cs/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/da/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/de/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/el/LC_MESSAGES/gpicview.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/gpicview.mo +%%NLS%%share/locale/eo/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/es/LC_MESSAGES/gpicview.mo -%%NLS%%share/locale/es_VE/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/et/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/eu/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/fa/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/fi/LC_MESSAGES/gpicview.mo +%%NLS%%share/locale/fo/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/fr/LC_MESSAGES/gpicview.mo -%%NLS%%share/locale/frp/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/gl/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/he/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/hr/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/hu/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/id/LC_MESSAGES/gpicview.mo +%%NLS%%share/locale/is/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/it/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/ja/LC_MESSAGES/gpicview.mo +%%NLS%%share/locale/kk/LC_MESSAGES/gpicview.mo +%%NLS%%share/locale/kn/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/ko/LC_MESSAGES/gpicview.mo +%%NLS%%share/locale/lg/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/lt/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/ml/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/ms/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/nb/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/nl/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/nn/LC_MESSAGES/gpicview.mo +%%NLS%%share/locale/pa/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/pl/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/ps/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/pt/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/gpicview.mo +%%NLS%%share/locale/ro/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/ru/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/sk/LC_MESSAGES/gpicview.mo -%%NLS%%share/locale/sl/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/sr/LC_MESSAGES/gpicview.mo +%%NLS%%share/locale/sr@latin/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/sv/LC_MESSAGES/gpicview.mo +%%NLS%%share/locale/te/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/th/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/tr/LC_MESSAGES/gpicview.mo +%%NLS%%share/locale/tt_RU/LC_MESSAGES/gpicview.mo +%%NLS%%share/locale/ug/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/uk/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/ur/LC_MESSAGES/gpicview.mo %%NLS%%share/locale/ur_PK/LC_MESSAGES/gpicview.mo From owner-svn-ports-head@freebsd.org Sun May 22 09:34:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49B6DB42C81; Sun, 22 May 2016 09:34:54 +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 19E18187E; Sun, 22 May 2016 09:34: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 u4M9YrvW017868; Sun, 22 May 2016 09:34:53 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4M9YrEH017866; Sun, 22 May 2016 09:34:53 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201605220934.u4M9YrEH017866@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 22 May 2016 09:34:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415626 - in head: . security security/easypg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 22 May 2016 09:34:54 -0000 Author: rene Date: Sun May 22 09:34:52 2016 New Revision: 415626 URL: https://svnweb.freebsd.org/changeset/ports/415626 Log: Remove expired port: 2016-05-22 security/easypg: Included into emacs since 2.3 Deleted: head/security/easypg/ Modified: head/MOVED head/security/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun May 22 09:25:04 2016 (r415625) +++ head/MOVED Sun May 22 09:34:52 2016 (r415626) @@ -8325,3 +8325,4 @@ databases/postgresql90-docs||2016-05-16| devel/py-gyp-devel|devel/py-gyp|2016-05-16|Renamed to devel/py-gyp sysutils/relaunchd|sysutils/jobd|2016-05-20|Renamed to sysutils/jobd dns/nsd3|dns/nsd|2016-05-20|Has expired: NSD 3 is EOL, please upgrade to NSD 4 in dns/nsd +security/easypg||2016-05-22|Has expired: Included into emacs since 2.3 Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun May 22 09:25:04 2016 (r415625) +++ head/security/Makefile Sun May 22 09:34:52 2016 (r415626) @@ -115,7 +115,6 @@ SUBDIR += duo SUBDIR += easy-rsa SUBDIR += easy-rsa2 - SUBDIR += easypg SUBDIR += elixir-comeonin SUBDIR += elixir-comeonin_i18n SUBDIR += elixir-jose From owner-svn-ports-head@freebsd.org Sun May 22 10:52:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A6BDB43D7B; Sun, 22 May 2016 10:52:49 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 43DFA1AC4; Sun, 22 May 2016 10:52:49 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4MAqmbs042464; Sun, 22 May 2016 10:52:48 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4MAqj3Y042428; Sun, 22 May 2016 10:52:45 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201605221052.u4MAqj3Y042428@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sun, 22 May 2016 10:52:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415627 - in head: . databases databases/py-alembic databases/py-flask-sqlalchemy databases/py-geoalchemy databases/py-geoalchemy2 databases/py-sqlalchemy databases/py-sqlalchemy-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.22 Precedence: list List-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, 22 May 2016 10:52:49 -0000 Author: matthew Date: Sun May 22 10:52:44 2016 New Revision: 415627 URL: https://svnweb.freebsd.org/changeset/ports/415627 Log: Reorganise and modernise the py-sqlalchemy ports. - Introduce new ports for the sqlalchemy 0.9 and 1.0 release branches. - Deprecate the ports for the 0.6 and 0.7 release branches, as these have been declared EoL and are no longer supported by upstream. - Update to the latest available version in each branch. In detail: Port Version Maintainer ---------------------------------------------- py-sqlalchemy06 0.6.9 nivit@FreeBSD.org (Deprecate 2016-08-20) [1] py-sqlalchemy07 0.7.10 nivit@FreeBSD.org (renamed py-sqlalchemy, Deprecate 2016-08-20) [1] py-sqlalchemy08 0.8.7 nivit@FreeBSD.org (renamed py-sqlalchemy-devel) [1] py-sqlalchemy09 0.9.10 m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2] py-sqlalchemy10 1.0.13 m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2] - Use options-helpers and option dependent make targets. - Use autoplist for documents as well as python code - Add all the docments to the packages: previously an arbitrary subset was added in a way that excluded CSS, images and other HTML assets. - Use TEST_DEPENDS and add a TEST_TARGET instead of having a 'TEST' option. - Use py-pytest for 0.9.x and later, rather than py-nose. - Add CONFLICTS_INSTALL between all of the py-sqlalchemyXY ports. PR: 191442 Submitted by: robak Reviewed by: robak Reviewed by: pi Approved by: nivit (maintainer timeout, ~300days) [1] Approved by: m.tsatsenko@gmail.com (maintainer) [2] Sponsored by: https://reviews.freebsd.org/D908 Added: head/databases/py-sqlalchemy07/ - copied from r415377, head/databases/py-sqlalchemy/ head/databases/py-sqlalchemy08/ - copied from r415626, head/databases/py-sqlalchemy-devel/ head/databases/py-sqlalchemy09/ - copied from r415377, head/databases/py-sqlalchemy/ head/databases/py-sqlalchemy10/ - copied from r415626, head/databases/py-sqlalchemy/ Deleted: head/databases/py-sqlalchemy/ head/databases/py-sqlalchemy-devel/ head/databases/py-sqlalchemy07/pkg-plist head/databases/py-sqlalchemy09/pkg-plist head/databases/py-sqlalchemy10/pkg-plist Modified: head/MOVED head/databases/Makefile head/databases/py-alembic/Makefile head/databases/py-flask-sqlalchemy/Makefile head/databases/py-geoalchemy/Makefile head/databases/py-geoalchemy2/Makefile head/databases/py-sqlalchemy-migrate/Makefile head/databases/py-sqlalchemy06/Makefile head/databases/py-sqlalchemy07/Makefile head/databases/py-sqlalchemy07/distinfo head/databases/py-sqlalchemy08/Makefile head/databases/py-sqlalchemy08/distinfo head/databases/py-sqlalchemy09/Makefile head/databases/py-sqlalchemy09/distinfo head/databases/py-sqlalchemy10/Makefile head/databases/py-sqlalchemy10/distinfo head/deskutils/gourmet/Makefile head/devel/buildbot/Makefile head/games/anki/Makefile head/games/childsplay/Makefile head/games/pyfa/Makefile head/irc/py-limnoria/Makefile head/math/py-pandas/Makefile head/multimedia/py-openlp/Makefile head/net/py-kombu/Makefile head/science/py-obspy/Makefile head/textproc/py-wtforms/Makefile head/www/geeknote/Makefile head/www/py-bottle-cork/Makefile head/www/py-flexget/Makefile head/www/py-imdbpy/Makefile head/www/py-rhodecode/Makefile head/www/py-turbogears2/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun May 22 09:34:52 2016 (r415626) +++ head/MOVED Sun May 22 10:52:44 2016 (r415627) @@ -8326,3 +8326,5 @@ devel/py-gyp-devel|devel/py-gyp|2016-05- sysutils/relaunchd|sysutils/jobd|2016-05-20|Renamed to sysutils/jobd dns/nsd3|dns/nsd|2016-05-20|Has expired: NSD 3 is EOL, please upgrade to NSD 4 in dns/nsd security/easypg||2016-05-22|Has expired: Included into emacs since 2.3 +databases/py-sqlalchemy|databases/py-sqlalchemy07|2016-05-18|Renamed to databases/py-sqlalchemy07 +databases/py-sqlalchemy-devel|databases/py-sqlalchemy08|2016-05-18|Renamed to databases/py-sqlalchemy08 Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sun May 22 09:34:52 2016 (r415626) +++ head/databases/Makefile Sun May 22 10:52:44 2016 (r415627) @@ -776,10 +776,12 @@ SUBDIR += py-riak SUBDIR += py-rrdtool_lgpl SUBDIR += py-south - SUBDIR += py-sqlalchemy - SUBDIR += py-sqlalchemy-devel SUBDIR += py-sqlalchemy-migrate SUBDIR += py-sqlalchemy06 + SUBDIR += py-sqlalchemy07 + SUBDIR += py-sqlalchemy08 + SUBDIR += py-sqlalchemy09 + SUBDIR += py-sqlalchemy10 SUBDIR += py-sqlite3 SUBDIR += py-sqlite3dbm SUBDIR += py-sqlobject Modified: head/databases/py-alembic/Makefile ============================================================================== --- head/databases/py-alembic/Makefile Sun May 22 09:34:52 2016 (r415626) +++ head/databases/py-alembic/Makefile Sun May 22 10:52:44 2016 (r415627) @@ -11,7 +11,7 @@ COMMENT= Database migration tool for SQL LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.7.3:databases/py-sqlalchemy \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>=0.7.3:databases/py-sqlalchemy07 \ ${PYTHON_PKGNAMEPREFIX}mako>=0:textproc/py-mako USES= python Modified: head/databases/py-flask-sqlalchemy/Makefile ============================================================================== --- head/databases/py-flask-sqlalchemy/Makefile Sun May 22 09:34:52 2016 (r415626) +++ head/databases/py-flask-sqlalchemy/Makefile Sun May 22 10:52:44 2016 (r415627) @@ -13,7 +13,7 @@ COMMENT= Adds SQLAlchemy support to Flas LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.10:www/py-flask \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.7:databases/py-sqlalchemy + ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>=0.7:databases/py-sqlalchemy07 USES= python USE_PYTHON= distutils autoplist Modified: head/databases/py-geoalchemy/Makefile ============================================================================== --- head/databases/py-geoalchemy/Makefile Sun May 22 09:34:52 2016 (r415626) +++ head/databases/py-geoalchemy/Makefile Sun May 22 10:52:44 2016 (r415627) @@ -13,7 +13,7 @@ COMMENT= Using SQLAlchemy with Spatial D LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.6.1:databases/py-sqlalchemy +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>=0.6.1:databases/py-sqlalchemy07 USE_PYTHON= autoplist distutils USES= python:2 Modified: head/databases/py-geoalchemy2/Makefile ============================================================================== --- head/databases/py-geoalchemy2/Makefile Sun May 22 09:34:52 2016 (r415626) +++ head/databases/py-geoalchemy2/Makefile Sun May 22 10:52:44 2016 (r415627) @@ -13,7 +13,7 @@ COMMENT= Using SQLAlchemy with Spatial D LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy08>=0.8:databases/py-sqlalchemy-devel +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy08>=0.8:databases/py-sqlalchemy08 NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils Modified: head/databases/py-sqlalchemy-migrate/Makefile ============================================================================== --- head/databases/py-sqlalchemy-migrate/Makefile Sun May 22 09:34:52 2016 (r415626) +++ head/databases/py-sqlalchemy-migrate/Makefile Sun May 22 10:52:44 2016 (r415627) @@ -13,7 +13,7 @@ COMMENT= Database schema migrations for LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.7:databases/py-sqlalchemy \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>=0.7:databases/py-sqlalchemy07 \ ${PYTHON_PKGNAMEPREFIX}Tempita>0:textproc/py-Tempita \ ${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator Modified: head/databases/py-sqlalchemy06/Makefile ============================================================================== --- head/databases/py-sqlalchemy06/Makefile Sun May 22 09:34:52 2016 (r415626) +++ head/databases/py-sqlalchemy06/Makefile Sun May 22 10:52:44 2016 (r415627) @@ -10,14 +10,18 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= SQLAlchemy-${DISTVERSION} MAINTAINER= nivit@FreeBSD.org -COMMENT= Python SQL toolkit and Object Relational Mapper (series 0.6) +COMMENT= Python SQL toolkit and Object Relational Mapper 0.6.x LICENSE= MIT -# Python3 ready +DEPRECATED= Upstream has declared this version EoL: please migrate to databases/py-sqlalchemy10 +EXPIRATION_DATE= 2016-08-20 + USES= python USE_PYTHON= distutils autoplist +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}sqlalchemy{0[789],10}* + OPTIONS_DEFINE= CEXTENSIONS DOCS EXAMPLES NOSE OPTIONS_MULTI= BACKEND Modified: head/databases/py-sqlalchemy07/Makefile ============================================================================== --- head/databases/py-sqlalchemy/Makefile Tue May 17 08:27:04 2016 (r415377) +++ head/databases/py-sqlalchemy07/Makefile Sun May 22 10:52:44 2016 (r415627) @@ -3,76 +3,60 @@ PORTNAME= sqlalchemy PORTVERSION= 0.7.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 07 DISTNAME= SQLAlchemy-${DISTVERSION} MAINTAINER= nivit@FreeBSD.org -COMMENT= Python SQL toolkit and Object Relational Mapper +COMMENT= Python SQL toolkit and Object Relational Mapper 0.7.x LICENSE= MIT -TEST_DEPENDS:= ${RUN_DEPENDS} \ - ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose +DEPRECATED= Upstream has declared this version EoL: please migrate to databases/py-sqlalchemy10 +EXPIRATION_DATE= 2016-08-20 + +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose \ + ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock -# Python3 ready USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils + PY2TO3_CMD= ${LOCALBASE}/bin/2to3-${PYTHON_VER} PY2TO3_ARGS= --no-diffs --nobackups --verbose --write +TEST_TARGET= do-test -OPTIONS_DEFINE= DOCS EXAMPLES TESTS +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}sqlalchemy{0[689],10}* + +OPTIONS_DEFINE= DOCS EXAMPLES OPTIONS_MULTI= BACKEND -OPTIONS_MULTI_BACKEND= MSSQL MYSQL PGSQL SQLITE SYBASE +OPTIONS_MULTI_BACKEND= FIREBIRD MSSQL MYSQL PGSQL SQLITE SYBASE OPTIONS_DEFAULT= SQLITE +FIREBIRD_DESC= Firebird backend MSSQL_DESC= MS SQL Server backend -TESTS_DESC= Include nose for unit tests SYBASE_DESC= Sybase backend -.include +FIREBIRD_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/kinterbasdb/__init__.py:databases/kinterbasdb +MSSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mssql>0:databases/py-mssql +PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.0.8:databases/py-psycopg2 +SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 +SYBASE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sybase>0:databases/py-sybase -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} -EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} +PORTDOCS= * +PORTEXAMPLES= * .include -.if ${PORT_OPTIONS:MDOCS} -AL_PORTDOCS= *.html *.js -AL_PORTDOCS_SUBDIR= core dialects orm -.endif - -.if ${PORT_OPTIONS:MMSSQL} -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pymssql.py:databases/py-mssql -.endif - -.if ${PORT_OPTIONS:MMYSQL} -.if ${PYTHON_VER} < 3.0 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:databases/py-MySQLdb +.if ${PYTHON_REL} < 3000 +MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:databases/py-MySQLdb #.else # At the moment databases/py-pymysql does not build with Python3 # See https://github.com/petehunt/PyMySQL#python-3-0-support #RUN_DEPENDS+= pymysql>=0.5:databases/py-pymysql .endif -.endif - -.if ${PORT_OPTIONS:MTESTS} -BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose -.endif - -.if ${PORT_OPTIONS:MPGSQL} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.0.8:databases/py-psycopg2 -.endif - -.if ${PORT_OPTIONS:MSQLITE} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 -.endif - -.if ${PORT_OPTIONS:MSYBASE} -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/Sybase.py:databases/py-sybase -.endif post-patch: ${REINPLACE_CMD} -e 's/import logging/&.handlers/1' -i.bak ${WRKSRC}/test/engine/test_execute.py @@ -80,35 +64,24 @@ post-patch: pre-build: .if ${PYTHON_REL} >= 3000 @${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/lib + @${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/doc + @${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/examples .endif +# C extensions are not supported with all versions of Python, so ignore +# errors here if there are no .so files to strip. post-install: -.if ${PYTHON_REL} >= 3000 - @${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/doc -.endif + -@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/sqlalchemy/*.so + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for i in ${AL_PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${STAGEDIR}${DOCSDIR} -.endfor -.for i in ${AL_PORTDOCS_SUBDIR} - ${MKDIR} ${STAGEDIR}${DOCSDIR}/${i} - @cd ${WRKSRC}/doc/${i} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/${i} -.endfor + cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} -.if ${PYTHON_REL} >= 3000 - @${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/examples -.endif cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} -.if ${PYTHON_REL} < 3000 -PLIST_SUB+= SPEEDUPS="" -.else -# C extensions are not supported in py3k -PLIST_SUB+= SPEEDUPS="@comment " -.endif - -regression-test: build +do-test: .if ${PYTHON_REL} >= 3000 ${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/test .endif Modified: head/databases/py-sqlalchemy07/distinfo ============================================================================== --- head/databases/py-sqlalchemy/distinfo Tue May 17 08:27:04 2016 (r415377) +++ head/databases/py-sqlalchemy07/distinfo Sun May 22 10:52:44 2016 (r415627) @@ -1,2 +1,3 @@ +TIMESTAMP = 1463753628 SHA256 (SQLAlchemy-0.7.10.tar.gz) = 77aa39d65c9d043eba6ba329b359ff867424fd6c403b7c0cb112b65e507e1d66 SIZE (SQLAlchemy-0.7.10.tar.gz) = 3541639 Modified: head/databases/py-sqlalchemy08/Makefile ============================================================================== --- head/databases/py-sqlalchemy-devel/Makefile Sun May 22 09:34:52 2016 (r415626) +++ head/databases/py-sqlalchemy08/Makefile Sun May 22 10:52:44 2016 (r415627) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sqlalchemy -PORTVERSION= 0.8.2 -PORTREVISION= 1 +PORTVERSION= 0.8.7 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,86 +10,69 @@ PKGNAMESUFFIX= 08 DISTNAME= SQLAlchemy-${DISTVERSION} MAINTAINER= nivit@FreeBSD.org -COMMENT= Python SQL toolkit and Object Relational Mapper +COMMENT= Python SQL toolkit and Object Relational Mapper 0.8.x LICENSE= MIT -TEST_DEPENDS:= ${RUN_DEPENDS} \ - ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose \ + ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock USES= python USE_PYTHON= distutils autoplist -PY2TO3_CMD= ${LOCALBASE}/bin/2to3-${PYTHON_VER} -PY2TO3_ARGS= --no-diffs --nobackups --verbose --write +PY2TO3_CMD= ${LOCALBASE}/bin/2to3-${PYTHON_VER} +PY2TO3_ARGS= --no-diffs --nobackups --verbose --write +TEST_TARGET= do-test -OPTIONS_DEFINE= DOCS EXAMPLES TESTS +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}sqlalchemy{0[679],10}* + +OPTIONS_DEFINE= DOCS EXAMPLES OPTIONS_MULTI= BACKEND OPTIONS_MULTI_BACKEND= MSSQL MYSQL PGSQL SQLITE SYBASE OPTIONS_DEFAULT= SQLITE +MSSQL_DESC= MS SQL Server backend SYBASE_DESC= Sybase backend -TESTS_DESC= Include nose for unit tests MSSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mssql>0:databases/py-mssql PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.0.8:databases/py-psycopg2 SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 SYBASE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sybase>0:databases/py-sybase -TESTS_BUILD_DEPENDS:= ${TEST_DEPENDS} -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} -EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} -PORTDOCS= * -PORTEXAMPLES= * +PORTDOCS= * +PORTEXAMPLES= * -.include .include -.if ${PORT_OPTIONS:MDOCS} -AL_PORTDOCS= *.html *.js -AL_PORTDOCS_SUBDIR= core dialects orm -.endif - -.if ${PORT_OPTIONS:MMYSQL} -.if ${PYTHON_VER} < 3.0 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:databases/py-MySQLdb +.if ${PYTHON_REL} < 3000 +MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:databases/py-MySQLdb #.else # At the moment databases/py-pymysql does not build with Python3 # See https://github.com/petehunt/PyMySQL#python-3-0-support -#RUN_DEPENDS+= pymysql>=0.5:databases/py-pymysql -.endif +#MYSQL_RUN_DEPENDS= pymysql>=0.5:databases/py-pymysql .endif -.if ${PYTHON_REL} < 3300 -TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mock>=1.0.1:devel/py-mock -.endif - -.if ${PYTHON_REL} >= 3000 pre-build: +.if ${PYTHON_REL} >= 3000 @${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/lib + @${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/doc + @${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/examples .endif +# C extensions are not supported with all versions of Python, so ignore +# errors here if there are no .so files to strip. post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} -.if ${PYTHON_REL} >= 3000 - ${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/doc -.endif + -@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/sqlalchemy/*.so -.for i in ${AL_PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${STAGEDIR}${DOCSDIR} -.endfor -.for i in ${AL_PORTDOCS_SUBDIR} - @${MKDIR} ${STAGEDIR}${DOCSDIR}/${i} - (cd ${WRKSRC}/doc/${i} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/${i}) -.endfor +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} -.if ${PYTHON_REL} >= 3000 - ${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/examples -.endif - (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) + cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} -regression-test: build +do-test: .if ${PYTHON_REL} >= 3000 ${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/test .endif Modified: head/databases/py-sqlalchemy08/distinfo ============================================================================== --- head/databases/py-sqlalchemy-devel/distinfo Sun May 22 09:34:52 2016 (r415626) +++ head/databases/py-sqlalchemy08/distinfo Sun May 22 10:52:44 2016 (r415627) @@ -1,2 +1,3 @@ -SHA256 (SQLAlchemy-0.8.2.tar.gz) = 71ce685f0e643bae95c7d4ace7ff8d6dcb37e99605cab3cf31c2be006c17905f -SIZE (SQLAlchemy-0.8.2.tar.gz) = 3816467 +TIMESTAMP = 1463498186 +SHA256 (SQLAlchemy-0.8.7.tar.gz) = 9edb47d137db42d57fd26673d6c841e189b1aeb9b566cca908962fcc8448c0bc +SIZE (SQLAlchemy-0.8.7.tar.gz) = 3548308 Modified: head/databases/py-sqlalchemy09/Makefile ============================================================================== --- head/databases/py-sqlalchemy/Makefile Tue May 17 08:27:04 2016 (r415377) +++ head/databases/py-sqlalchemy09/Makefile Sun May 22 10:52:44 2016 (r415627) @@ -2,116 +2,80 @@ # $FreeBSD$ PORTNAME= sqlalchemy -PORTVERSION= 0.7.10 -PORTREVISION= 2 +PORTVERSION= 0.9.10 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 09 DISTNAME= SQLAlchemy-${DISTVERSION} -MAINTAINER= nivit@FreeBSD.org -COMMENT= Python SQL toolkit and Object Relational Mapper +MAINTAINER= m.tsatsenko@gmail.com +COMMENT= Python SQL toolkit and Object Relational Mapper 0.9.x LICENSE= MIT -TEST_DEPENDS:= ${RUN_DEPENDS} \ - ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest \ + ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock -# Python3 ready USES= python USE_PYTHON= distutils autoplist + PY2TO3_CMD= ${LOCALBASE}/bin/2to3-${PYTHON_VER} PY2TO3_ARGS= --no-diffs --nobackups --verbose --write +TEST_TARGET= do-test + +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}sqlalchemy{0[678],10}* -OPTIONS_DEFINE= DOCS EXAMPLES TESTS +OPTIONS_DEFINE= DOCS EXAMPLES OPTIONS_MULTI= BACKEND OPTIONS_MULTI_BACKEND= MSSQL MYSQL PGSQL SQLITE SYBASE OPTIONS_DEFAULT= SQLITE MSSQL_DESC= MS SQL Server backend -TESTS_DESC= Include nose for unit tests SYBASE_DESC= Sybase backend -.include +MSSQL_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pymssql.py:databases/py-mssql +PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.0.8:databases/py-psycopg2 +SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 +SYBASE_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Sybase.py:databases/py-sybase -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} -EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} +PORTDOCS= * +PORTEXAMPLES= * .include -.if ${PORT_OPTIONS:MDOCS} -AL_PORTDOCS= *.html *.js -AL_PORTDOCS_SUBDIR= core dialects orm -.endif - -.if ${PORT_OPTIONS:MMSSQL} -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pymssql.py:databases/py-mssql -.endif - -.if ${PORT_OPTIONS:MMYSQL} -.if ${PYTHON_VER} < 3.0 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:databases/py-MySQLdb +.if ${PYTHON_REL} < 3000 +MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:databases/py-MySQLdb #.else # At the moment databases/py-pymysql does not build with Python3 # See https://github.com/petehunt/PyMySQL#python-3-0-support -#RUN_DEPENDS+= pymysql>=0.5:databases/py-pymysql -.endif +#MYSQL_RUN_DEPENDS= pymysql>=0.5:databases/py-pymysql .endif -.if ${PORT_OPTIONS:MTESTS} -BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose -.endif - -.if ${PORT_OPTIONS:MPGSQL} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.0.8:databases/py-psycopg2 -.endif - -.if ${PORT_OPTIONS:MSQLITE} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 -.endif - -.if ${PORT_OPTIONS:MSYBASE} -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/Sybase.py:databases/py-sybase -.endif - -post-patch: - ${REINPLACE_CMD} -e 's/import logging/&.handlers/1' -i.bak ${WRKSRC}/test/engine/test_execute.py - pre-build: .if ${PYTHON_REL} >= 3000 @${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/lib + @${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/doc + @${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/examples .endif +# C extensions are not supported with all versions of Python, so ignore +# errors here if there are no .so files to strip. post-install: -.if ${PYTHON_REL} >= 3000 - @${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/doc -.endif + -@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/sqlalchemy/*.so + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for i in ${AL_PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${STAGEDIR}${DOCSDIR} -.endfor -.for i in ${AL_PORTDOCS_SUBDIR} - ${MKDIR} ${STAGEDIR}${DOCSDIR}/${i} - @cd ${WRKSRC}/doc/${i} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/${i} -.endfor + cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} -.if ${PYTHON_REL} >= 3000 - @${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/examples -.endif cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} -.if ${PYTHON_REL} < 3000 -PLIST_SUB+= SPEEDUPS="" -.else -# C extensions are not supported in py3k -PLIST_SUB+= SPEEDUPS="@comment " -.endif - -regression-test: build +do-test: .if ${PYTHON_REL} >= 3000 ${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/test .endif - @cd ${WRKSRC} && ${PYTHON_CMD} sqla_nose.py + @cd ${WRKSRC} && py.test .include Modified: head/databases/py-sqlalchemy09/distinfo ============================================================================== --- head/databases/py-sqlalchemy/distinfo Tue May 17 08:27:04 2016 (r415377) +++ head/databases/py-sqlalchemy09/distinfo Sun May 22 10:52:44 2016 (r415627) @@ -1,2 +1,3 @@ -SHA256 (SQLAlchemy-0.7.10.tar.gz) = 77aa39d65c9d043eba6ba329b359ff867424fd6c403b7c0cb112b65e507e1d66 -SIZE (SQLAlchemy-0.7.10.tar.gz) = 3541639 +TIMESTAMP = 1463481163 +SHA256 (SQLAlchemy-0.9.10.tar.gz) = 445cba2d5e36b9334aa06c06e00fbedb71f1b1dd03d1d2763b6cf77b9cd6163b +SIZE (SQLAlchemy-0.9.10.tar.gz) = 4274855 Modified: head/databases/py-sqlalchemy10/Makefile ============================================================================== --- head/databases/py-sqlalchemy/Makefile Sun May 22 09:34:52 2016 (r415626) +++ head/databases/py-sqlalchemy10/Makefile Sun May 22 10:52:44 2016 (r415627) @@ -2,116 +2,80 @@ # $FreeBSD$ PORTNAME= sqlalchemy -PORTVERSION= 0.7.10 -PORTREVISION= 2 +PORTVERSION= 1.0.13 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 10 DISTNAME= SQLAlchemy-${DISTVERSION} -MAINTAINER= nivit@FreeBSD.org -COMMENT= Python SQL toolkit and Object Relational Mapper +MAINTAINER= m.tsatsenko@gmail.com +COMMENT= Python SQL toolkit and Object Relational Mapper 1.0.x LICENSE= MIT -TEST_DEPENDS:= ${RUN_DEPENDS} \ - ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest \ + ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock -# Python3 ready USES= python USE_PYTHON= distutils autoplist + PY2TO3_CMD= ${LOCALBASE}/bin/2to3-${PYTHON_VER} PY2TO3_ARGS= --no-diffs --nobackups --verbose --write +TEST_TARGET= do-test + +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}sqlalchemy0[6789]* -OPTIONS_DEFINE= DOCS EXAMPLES TESTS +OPTIONS_DEFINE= DOCS EXAMPLES OPTIONS_MULTI= BACKEND OPTIONS_MULTI_BACKEND= MSSQL MYSQL PGSQL SQLITE SYBASE OPTIONS_DEFAULT= SQLITE MSSQL_DESC= MS SQL Server backend -TESTS_DESC= Include nose for unit tests SYBASE_DESC= Sybase backend -.include +MSSQL_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pymssql.py:databases/py-mssql +PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.0.8:databases/py-psycopg2 +SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 +SYBASE_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Sybase.py:databases/py-sybase -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} -EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} +PORTDOCS= * +PORTEXAMPLES= * .include -.if ${PORT_OPTIONS:MDOCS} -AL_PORTDOCS= *.html *.js -AL_PORTDOCS_SUBDIR= core dialects orm -.endif - -.if ${PORT_OPTIONS:MMSSQL} -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pymssql.py:databases/py-mssql -.endif - -.if ${PORT_OPTIONS:MMYSQL} -.if ${PYTHON_VER} < 3.0 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:databases/py-MySQLdb +.if ${PYTHON_REL} < 3000 +MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:databases/py-MySQLdb #.else # At the moment databases/py-pymysql does not build with Python3 # See https://github.com/petehunt/PyMySQL#python-3-0-support -#RUN_DEPENDS+= pymysql>=0.5:databases/py-pymysql -.endif +#MYSQL_RUN_DEPENDS+= pymysql>=0.5:databases/py-pymysql .endif -.if ${PORT_OPTIONS:MTESTS} -BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose -.endif - -.if ${PORT_OPTIONS:MPGSQL} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.0.8:databases/py-psycopg2 -.endif - -.if ${PORT_OPTIONS:MSQLITE} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 -.endif - -.if ${PORT_OPTIONS:MSYBASE} -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/Sybase.py:databases/py-sybase -.endif - -post-patch: - ${REINPLACE_CMD} -e 's/import logging/&.handlers/1' -i.bak ${WRKSRC}/test/engine/test_execute.py - pre-build: .if ${PYTHON_REL} >= 3000 @${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/lib + @${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/doc + @${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/examples .endif +# C extensions are not supported with all versions of Python, so ignore +# errors here if there are no .so files to strip. post-install: -.if ${PYTHON_REL} >= 3000 - @${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/doc -.endif + -@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/sqlalchemy/*.so + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for i in ${AL_PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${STAGEDIR}${DOCSDIR} -.endfor -.for i in ${AL_PORTDOCS_SUBDIR} - ${MKDIR} ${STAGEDIR}${DOCSDIR}/${i} - @cd ${WRKSRC}/doc/${i} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/${i} -.endfor + cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} -.if ${PYTHON_REL} >= 3000 - @${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/examples -.endif cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} -.if ${PYTHON_REL} < 3000 -PLIST_SUB+= SPEEDUPS="" -.else -# C extensions are not supported in py3k -PLIST_SUB+= SPEEDUPS="@comment " -.endif - -regression-test: build +do-test: .if ${PYTHON_REL} >= 3000 ${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/test .endif - @cd ${WRKSRC} && ${PYTHON_CMD} sqla_nose.py + @cd ${WRKSRC} && py.test .include Modified: head/databases/py-sqlalchemy10/distinfo ============================================================================== --- head/databases/py-sqlalchemy/distinfo Sun May 22 09:34:52 2016 (r415626) +++ head/databases/py-sqlalchemy10/distinfo Sun May 22 10:52:44 2016 (r415627) @@ -1,2 +1,3 @@ -SHA256 (SQLAlchemy-0.7.10.tar.gz) = 77aa39d65c9d043eba6ba329b359ff867424fd6c403b7c0cb112b65e507e1d66 -SIZE (SQLAlchemy-0.7.10.tar.gz) = 3541639 +TIMESTAMP = 1463481609 +SHA256 (SQLAlchemy-1.0.13.tar.gz) = e755fd23b8bd574163d392ae85f41f6cd32eca8fe5bd7b5692de77265bb220cf +SIZE (SQLAlchemy-1.0.13.tar.gz) = 4757399 Modified: head/deskutils/gourmet/Makefile ============================================================================== --- head/deskutils/gourmet/Makefile Sun May 22 09:34:52 2016 (r415626) +++ head/deskutils/gourmet/Makefile Sun May 22 10:52:44 2016 (r415627) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-distutils-extra>0:devel/py-python-distutils-extra \ ${PYTHON_PKGNAMEPREFIX}elib.intl>0:textproc/py-elib.intl RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3 \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0:databases/py-sqlalchemy \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>=0:databases/py-sqlalchemy07 \ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}poppler>=0:graphics/py-poppler \ ${PYTHON_PKGNAMEPREFIX}rtf>=0:print/py-rtf \ Modified: head/devel/buildbot/Makefile ============================================================================== --- head/devel/buildbot/Makefile Sun May 22 09:34:52 2016 (r415626) +++ head/devel/buildbot/Makefile Sun May 22 10:52:44 2016 (r415627) @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twis ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.1:devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy-migrate>=0.7:databases/py-sqlalchemy-migrate \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.6:databases/py-sqlalchemy \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>=0.6:databases/py-sqlalchemy07 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 TEST_DEPENDS= trial:devel/py-twisted \ ${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock \ Modified: head/games/anki/Makefile ============================================================================== --- head/games/anki/Makefile Sun May 22 09:34:52 2016 (r415626) +++ head/games/anki/Makefile Sun May 22 10:52:44 2016 (r415627) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= lame:audio/lame \ mplayer:multimedia/mplayer \ ${PYTHON_PKGNAMEPREFIX}pyaudio>0:audio/py-pyaudio \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy>0:databases/py-sqlalchemy \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>0:databases/py-sqlalchemy07 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}qt4-network>=4.4:net/py-qt4-network \ ${PYTHON_PKGNAMEPREFIX}beautifulsoup32>=0:www/py-beautifulsoup32 \ Modified: head/games/childsplay/Makefile ============================================================================== --- head/games/childsplay/Makefile Sun May 22 09:34:52 2016 (r415626) +++ head/games/childsplay/Makefile Sun May 22 10:52:44 2016 (r415627) @@ -13,7 +13,7 @@ LICENSE= GPLv3 # only LICENSE_FILE= ${WRKSRC}/gpl-3.0.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>0:devel/py-game -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy>0:databases/py-sqlalchemy \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>0:databases/py-sqlalchemy07 \ ${PYTHON_PKGNAMEPREFIX}game>0:devel/py-game NO_BUILD= yes Modified: head/games/pyfa/Makefile ============================================================================== --- head/games/pyfa/Makefile Sun May 22 09:34:52 2016 (r415626) +++ head/games/pyfa/Makefile Sun May 22 10:52:44 2016 (r415627) @@ -13,7 +13,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.6:databases/py-sqlalchemy \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>=0.6:databases/py-sqlalchemy07 \ ${PYTHON_PKGNAMEPREFIX}requests>=2.3.0:www/py-requests USE_GITHUB= yes Modified: head/irc/py-limnoria/Makefile ============================================================================== --- head/irc/py-limnoria/Makefile Sun May 22 09:34:52 2016 (r415626) +++ head/irc/py-limnoria/Makefile Sun May 22 10:52:44 2016 (r415627) @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}char ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}python-gnupg>=0:security/py-python-gnupg \ ${PYTHON_PKGNAMEPREFIX}feedparser>=0:textproc/py-feedparser \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0:databases/py-sqlalchemy \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>=0:databases/py-sqlalchemy07 \ ${PYTHON_PKGNAMEPREFIX}pysocks>=0:net/py-pysocks \ ${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa Modified: head/math/py-pandas/Makefile ============================================================================== --- head/math/py-pandas/Makefile Sun May 22 09:34:52 2016 (r415626) +++ head/math/py-pandas/Makefile Sun May 22 10:52:44 2016 (r415627) @@ -19,7 +19,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ TEST_DEPENDS:= ${RUN_DEPENDS} \ nosetests-${PYTHON_VER}:devel/py-nose \ cython:lang/cython \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy>0:databases/py-sqlalchemy \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy08>0:databases/py-sqlalchemy08 \ ${PYTHON_PKGNAMEPREFIX}boto>0:devel/py-boto \ ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml \ ${PYTHON_PKGNAMEPREFIX}tables>=3.0.0:devel/py-tables \ @@ -51,7 +51,7 @@ BTLNCK_DESC= Accelerate certain NaN eval NUMEXPR_DESC= Accelerate certain numerical ops via math/py-numexpr BOTO_DESC= Support Amazon S3 storage via devel/py-boto TABLES_DESC= Support HDF5-based storage via devel/py-tables -SQL_DESC= Support SQL databases via databases/py-sqlalchemy +SQL_DESC= Support SQL databases via databases/py-sqlalchemy08 LXML_DESC= Parse HTML with devel/py-lxml and www/py-beautifulsoup JINJA2_DESC= Support conditional HTML formatting with devel/py-Jinja2 HTML5LIB_DESC= Parse HTML with www/py-html5lib and www/py-beautifulsoup @@ -70,12 +70,7 @@ BTLNCK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREF NUMEXPR_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numexpr>=2.1.0:math/py-numexpr BOTO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>0:devel/py-boto TABLES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tables>=3.0.0:devel/py-tables -# Note: upstream recommends SQLAlchemy 0.8.1 or higher, which is not -# available in the ports tree as of this writing -# See: https://reviews.freebsd.org/D908 -# See: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191442 -# See: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205852 -SQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy>0:databases/py-sqlalchemy +SQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy08>0:databases/py-sqlalchemy08 LXML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml HTML5LIB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}html5lib>0:www/py-html5lib Modified: head/multimedia/py-openlp/Makefile ============================================================================== --- head/multimedia/py-openlp/Makefile Sun May 22 09:34:52 2016 (r415626) +++ head/multimedia/py-openlp/Makefile Sun May 22 10:52:44 2016 (r415627) @@ -15,12 +15,12 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}si ${PYTHON_PKGNAMEPREFIX}qt4-core>=0:devel/py-qt4-core \ ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:x11-toolkits/py-qt4-gui \ ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.5:databases/py-sqlalchemy + ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>=0.5:databases/py-sqlalchemy07 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup32>0:www/py-beautifulsoup32 \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml \ ${PYTHON_PKGNAMEPREFIX}qt4-core>=0:devel/py-qt4-core \ ${PYTHON_PKGNAMEPREFIX}qt4-phonon>=0:multimedia/py-qt4-phonon \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.5:databases/py-sqlalchemy \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>=0.5:databases/py-sqlalchemy07 \ ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:x11-toolkits/py-qt4-gui \ ${PYTHON_PKGNAMEPREFIX}qt4-webkit>=0:www/py-qt4-webkit \ ${PYTHON_PKGNAMEPREFIX}qt4-network>=0:net/py-qt4-network \ Modified: head/net/py-kombu/Makefile ============================================================================== --- head/net/py-kombu/Makefile Sun May 22 09:34:52 2016 (r415626) +++ head/net/py-kombu/Makefile Sun May 22 10:52:44 2016 (r415627) @@ -28,7 +28,7 @@ BEANSTALK_RUN_DEPENDS= ${PYTHON_PKGNAMEP BOTO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>=2.6.0:devel/py-boto MONGODB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymongo>0:databases/pymongo REDIS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis>0:databases/py-redis -SQLALCHEMY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy>0:databases/py-sqlalchemy +SQLALCHEMY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>0:databases/py-sqlalchemy07 ZMQ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyzmq>=13.1.0:net/py-pyzmq Modified: head/science/py-obspy/Makefile ============================================================================== --- head/science/py-obspy/Makefile Sun May 22 09:34:52 2016 (r415626) +++ head/science/py-obspy/Makefile Sun May 22 10:52:44 2016 (r415627) @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}suds>=0.4.0:net/py-suds \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests \ ${PYTHON_PKGNAMEPREFIX}decorator>=0:devel/py-decorator \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0:databases/py-sqlalchemy + ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>=0:databases/py-sqlalchemy07 RUN_DEPENDS:= ${BUILD_DEPENDS} USES= fortran python shebangfix zip Modified: head/textproc/py-wtforms/Makefile ============================================================================== --- head/textproc/py-wtforms/Makefile Sun May 22 09:34:52 2016 (r415626) +++ head/textproc/py-wtforms/Makefile Sun May 22 10:52:44 2016 (r415627) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy08>0:databases/py-sqlalchemy-devel \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy08>0:databases/py-sqlalchemy08 \ ${PYTHON_PKGNAMEPREFIX}pep8>0:devel/pep8 \ ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil Modified: head/www/geeknote/Makefile ============================================================================== --- head/www/geeknote/Makefile Sun May 22 09:34:52 2016 (r415626) +++ head/www/geeknote/Makefile Sun May 22 10:52:44 2016 (r415627) @@ -13,7 +13,7 @@ LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}evernote>=1.17:www/py-evernote \ ${PYTHON_PKGNAMEPREFIX}html2text>0:textproc/py-html2text \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy>0:databases/py-sqlalchemy \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>0:databases/py-sqlalchemy07 \ ${PYTHON_PKGNAMEPREFIX}markdown2>0:textproc/py-markdown2 \ ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.0:www/py-beautifulsoup \ ${PYTHON_PKGNAMEPREFIX}thrift>0:devel/py-thrift Modified: head/www/py-bottle-cork/Makefile ============================================================================== --- head/www/py-bottle-cork/Makefile Sun May 22 09:34:52 2016 (r415626) +++ head/www/py-bottle-cork/Makefile Sun May 22 10:52:44 2016 (r415627) @@ -27,7 +27,7 @@ OPTIONS_DEFINE= SQLITE MONGODB SQLALCHE SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 MONGODB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymongo>0:databases/pymongo -SQLALCHEMY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy>0:databases/py-sqlalchemy +SQLALCHEMY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>0:databases/py-sqlalchemy07 .if ${PORT_OPTIONS:MEXAMPLES} post-install: Modified: head/www/py-flexget/Makefile ============================================================================== --- head/www/py-flexget/Makefile Sun May 22 09:34:52 2016 (r415626) +++ head/www/py-flexget/Makefile Sun May 22 10:52:44 2016 (r415627) @@ -16,7 +16,7 @@ LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paver>=0:devel/py-paver RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=5.1.3:textproc/py-feedparser \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.7.5:databases/py-sqlalchemy \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>=0.7.5:databases/py-sqlalchemy07 \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml \ ${PYTHON_SITELIBDIR}/BeautifulSoup.py:www/py-beautifulsoup32 \ ${PYTHON_SITELIBDIR}/bs4/__init__.py:www/py-beautifulsoup \ Modified: head/www/py-imdbpy/Makefile ============================================================================== --- head/www/py-imdbpy/Makefile Sun May 22 09:34:52 2016 (r415626) +++ head/www/py-imdbpy/Makefile Sun May 22 10:52:44 2016 (r415627) @@ -17,7 +17,7 @@ LICENSE_COMB= dual RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy-migrate>=0.6.1:databases/py-sqlalchemy-migrate \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0:databases/py-sqlalchemy \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>=0:databases/py-sqlalchemy07 \ ${PYTHON_PKGNAMEPREFIX}sqlobject>=0:databases/py-sqlobject OPTIONS_DEFINE= DOCS Modified: head/www/py-rhodecode/Makefile ============================================================================== --- head/www/py-rhodecode/Makefile Sun May 22 09:34:52 2016 (r415626) +++ head/www/py-rhodecode/Makefile Sun May 22 10:52:44 2016 (r415627) @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pylo ${PYTHON_PKGNAMEPREFIX}formencode>=1.2.4:www/py-formencode \ ${PYTHON_PKGNAMEPREFIX}webhelpers>=1.3:www/py-webhelpers \ ${PYTHON_PKGNAMEPREFIX}mako>=0.7.3:textproc/py-mako \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.7.10:databases/py-sqlalchemy \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>=0.7.10:databases/py-sqlalchemy07 \ ${PYTHON_PKGNAMEPREFIX}pygments>=1.5:textproc/py-pygments \ ${PYTHON_PKGNAMEPREFIX}whoosh>=2.4.0:textproc/py-whoosh \ ${PYTHON_PKGNAMEPREFIX}Babel>=0.9.6:devel/py-babel \ Modified: head/www/py-turbogears2/Makefile ============================================================================== --- head/www/py-turbogears2/Makefile Sun May 22 09:34:52 2016 (r415626) +++ head/www/py-turbogears2/Makefile Sun May 22 10:52:44 2016 (r415627) @@ -24,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Tosc ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage \ ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose \ ${PYTHON_PKGNAMEPREFIX}TurboKid>=1.0.4:devel/py-turbokid \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.4:databases/py-sqlalchemy \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>=0.4:databases/py-sqlalchemy07 \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}Chameleon>=2.0:textproc/py-Chameleon \ ${PYTHON_PKGNAMEPREFIX}mako>=0:textproc/py-mako \ From owner-svn-ports-head@freebsd.org Sun May 22 11:53:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C283CB44A9C; Sun, 22 May 2016 11:53:39 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D26D131D; Sun, 22 May 2016 11:53:39 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4MBrcpQ060896; Sun, 22 May 2016 11:53:38 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4MBrcpQ060893; Sun, 22 May 2016 11:53:38 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201605221153.u4MBrcpQ060893@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sun, 22 May 2016 11:53:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415628 - head/games/xboard X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 22 May 2016 11:53:39 -0000 Author: johans Date: Sun May 22 11:53:38 2016 New Revision: 415628 URL: https://svnweb.freebsd.org/changeset/ports/415628 Log: Update to Xboard 4.9.0 https://www.gnu.org/software/xboard/whats_new/4.9.0/ Modified: head/games/xboard/Makefile head/games/xboard/distinfo head/games/xboard/pkg-plist Modified: head/games/xboard/Makefile ============================================================================== --- head/games/xboard/Makefile Sun May 22 10:52:44 2016 (r415627) +++ head/games/xboard/Makefile Sun May 22 11:53:38 2016 (r415628) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= xboard -PORTVERSION?= 4.8.0 +PORTVERSION?= 4.9.0 PORTREVISION?= 0 PORTEPOCH?= CATEGORIES?= games @@ -134,6 +134,8 @@ post-patch: .else @${REINPLACE_CMD} -e "s|\(soundProgram\) .*|\1 \"\"|" ${XBOARDCONF} .endif + @${REINPLACE_CMD} -e "1s|^|int initialSquareSize;|" \ + ${WRKSRC}/xaw/xboard.c post-install: ${INSTALL_SCRIPT} ${WRKSRC}/cmail ${STAGEDIR}${PREFIX}/bin/ Modified: head/games/xboard/distinfo ============================================================================== --- head/games/xboard/distinfo Sun May 22 10:52:44 2016 (r415627) +++ head/games/xboard/distinfo Sun May 22 11:53:38 2016 (r415628) @@ -1,2 +1,3 @@ -SHA256 (xboard-4.8.0.tar.gz) = c88f48fc7fe067be0a13b8d121c38551145f889719c212717884e5e82d902d17 -SIZE (xboard-4.8.0.tar.gz) = 3691531 +TIMESTAMP = 1463910850 +SHA256 (xboard-4.9.0.tar.gz) = 4b964ba1ef41124548140ec21e89cb3e0b42449e37c4c486e394f95df4c866ab +SIZE (xboard-4.9.0.tar.gz) = 4012576 Modified: head/games/xboard/pkg-plist ============================================================================== --- head/games/xboard/pkg-plist Sun May 22 10:52:44 2016 (r415627) +++ head/games/xboard/pkg-plist Sun May 22 11:53:38 2016 (r415628) @@ -1,5 +1,6 @@ bin/cmail bin/xboard +@sample etc/xboard.conf.sample man/man6/xboard.6.gz share/applications/xboard-config.desktop share/applications/xboard-fen-viewer.desktop @@ -23,7 +24,6 @@ share/applications/xboard.desktop %%DATADIR%%/sounds/roar.wav %%DATADIR%%/sounds/slap.wav %%DATADIR%%/sounds/woodthunk.wav -%%DATADIR%%/themes/conf/chu %%DATADIR%%/themes/conf/ics %%DATADIR%%/themes/conf/mini %%DATADIR%%/themes/conf/mini.fen @@ -33,16 +33,25 @@ share/applications/xboard.desktop %%DATADIR%%/themes/conf/xq %%DATADIR%%/themes/default/BlackAdvisor.svg %%DATADIR%%/themes/default/BlackArchbishop.svg +%%DATADIR%%/themes/default/BlackAxe.svg %%DATADIR%%/themes/default/BlackBishop.svg +%%DATADIR%%/themes/default/BlackButterfly.svg +%%DATADIR%%/themes/default/BlackCamel.svg %%DATADIR%%/themes/default/BlackCanon.svg %%DATADIR%%/themes/default/BlackChancellor.svg %%DATADIR%%/themes/default/BlackClaw.svg %%DATADIR%%/themes/default/BlackCobra.svg %%DATADIR%%/themes/default/BlackCommoner.svg +%%DATADIR%%/themes/default/BlackCopper.svg %%DATADIR%%/themes/default/BlackCrownedBishop.svg %%DATADIR%%/themes/default/BlackCrownedRook.svg +%%DATADIR%%/themes/default/BlackCub.svg %%DATADIR%%/themes/default/BlackDolphin.svg +%%DATADIR%%/themes/default/BlackDragon.svg +%%DATADIR%%/themes/default/BlackDuck.svg %%DATADIR%%/themes/default/BlackElephant.svg +%%DATADIR%%/themes/default/BlackFlag.svg +%%DATADIR%%/themes/default/BlackGnu.svg %%DATADIR%%/themes/default/BlackGold.svg %%DATADIR%%/themes/default/BlackGoldKnight.svg %%DATADIR%%/themes/default/BlackGoldLance.svg @@ -50,15 +59,20 @@ share/applications/xboard.desktop %%DATADIR%%/themes/default/BlackGoldSilver.svg %%DATADIR%%/themes/default/BlackHCrown.svg %%DATADIR%%/themes/default/BlackHSword.svg +%%DATADIR%%/themes/default/BlackHat.svg %%DATADIR%%/themes/default/BlackHawk.svg +%%DATADIR%%/themes/default/BlackIron.svg %%DATADIR%%/themes/default/BlackKing.svg %%DATADIR%%/themes/default/BlackKnight.svg +%%DATADIR%%/themes/default/BlackLShield.svg %%DATADIR%%/themes/default/BlackLance.svg +%%DATADIR%%/themes/default/BlackLeft.svg %%DATADIR%%/themes/default/BlackLeopard.svg %%DATADIR%%/themes/default/BlackLion.svg %%DATADIR%%/themes/default/BlackMarshall.svg %%DATADIR%%/themes/default/BlackNightrider.svg %%DATADIR%%/themes/default/BlackPawn.svg +%%DATADIR%%/themes/default/BlackPegasus.svg %%DATADIR%%/themes/default/BlackPrincess.svg %%DATADIR%%/themes/default/BlackPromoBishop.svg %%DATADIR%%/themes/default/BlackPromoDragon.svg @@ -67,21 +81,37 @@ share/applications/xboard.desktop %%DATADIR%%/themes/default/BlackPromoRook.svg %%DATADIR%%/themes/default/BlackPromoSword.svg %%DATADIR%%/themes/default/BlackQueen.svg +%%DATADIR%%/themes/default/BlackRShield.svg +%%DATADIR%%/themes/default/BlackRight.svg %%DATADIR%%/themes/default/BlackRook.svg %%DATADIR%%/themes/default/BlackSword.svg +%%DATADIR%%/themes/default/BlackTower.svg %%DATADIR%%/themes/default/BlackUnicorn.svg +%%DATADIR%%/themes/default/BlackViking.svg +%%DATADIR%%/themes/default/BlackWizard.svg +%%DATADIR%%/themes/default/BlackWolf.svg +%%DATADIR%%/themes/default/BlackZebra.svg %%DATADIR%%/themes/default/WhiteAdvisor.svg %%DATADIR%%/themes/default/WhiteArchbishop.svg +%%DATADIR%%/themes/default/WhiteAxe.svg %%DATADIR%%/themes/default/WhiteBishop.svg +%%DATADIR%%/themes/default/WhiteButterfly.svg +%%DATADIR%%/themes/default/WhiteCamel.svg %%DATADIR%%/themes/default/WhiteCanon.svg %%DATADIR%%/themes/default/WhiteChancellor.svg %%DATADIR%%/themes/default/WhiteClaw.svg %%DATADIR%%/themes/default/WhiteCobra.svg %%DATADIR%%/themes/default/WhiteCommoner.svg +%%DATADIR%%/themes/default/WhiteCopper.svg %%DATADIR%%/themes/default/WhiteCrownedBishop.svg %%DATADIR%%/themes/default/WhiteCrownedRook.svg +%%DATADIR%%/themes/default/WhiteCub.svg %%DATADIR%%/themes/default/WhiteDolphin.svg +%%DATADIR%%/themes/default/WhiteDragon.svg +%%DATADIR%%/themes/default/WhiteDuck.svg %%DATADIR%%/themes/default/WhiteElephant.svg +%%DATADIR%%/themes/default/WhiteFlag.svg +%%DATADIR%%/themes/default/WhiteGnu.svg %%DATADIR%%/themes/default/WhiteGold.svg %%DATADIR%%/themes/default/WhiteGoldKnight.svg %%DATADIR%%/themes/default/WhiteGoldLance.svg @@ -89,15 +119,20 @@ share/applications/xboard.desktop %%DATADIR%%/themes/default/WhiteGoldSilver.svg %%DATADIR%%/themes/default/WhiteHCrown.svg %%DATADIR%%/themes/default/WhiteHSword.svg +%%DATADIR%%/themes/default/WhiteHat.svg %%DATADIR%%/themes/default/WhiteHawk.svg +%%DATADIR%%/themes/default/WhiteIron.svg %%DATADIR%%/themes/default/WhiteKing.svg %%DATADIR%%/themes/default/WhiteKnight.svg +%%DATADIR%%/themes/default/WhiteLShield.svg %%DATADIR%%/themes/default/WhiteLance.svg +%%DATADIR%%/themes/default/WhiteLeft.svg %%DATADIR%%/themes/default/WhiteLeopard.svg %%DATADIR%%/themes/default/WhiteLion.svg %%DATADIR%%/themes/default/WhiteMarshall.svg %%DATADIR%%/themes/default/WhiteNightrider.svg %%DATADIR%%/themes/default/WhitePawn.svg +%%DATADIR%%/themes/default/WhitePegasus.svg %%DATADIR%%/themes/default/WhitePrincess.svg %%DATADIR%%/themes/default/WhitePromoBishop.svg %%DATADIR%%/themes/default/WhitePromoDragon.svg @@ -106,9 +141,16 @@ share/applications/xboard.desktop %%DATADIR%%/themes/default/WhitePromoRook.svg %%DATADIR%%/themes/default/WhitePromoSword.svg %%DATADIR%%/themes/default/WhiteQueen.svg +%%DATADIR%%/themes/default/WhiteRShield.svg +%%DATADIR%%/themes/default/WhiteRight.svg %%DATADIR%%/themes/default/WhiteRook.svg %%DATADIR%%/themes/default/WhiteSword.svg +%%DATADIR%%/themes/default/WhiteTower.svg %%DATADIR%%/themes/default/WhiteUnicorn.svg +%%DATADIR%%/themes/default/WhiteViking.svg +%%DATADIR%%/themes/default/WhiteWizard.svg +%%DATADIR%%/themes/default/WhiteWolf.svg +%%DATADIR%%/themes/default/WhiteZebra.svg %%DATADIR%%/themes/default/eo_Analyzing.svg %%DATADIR%%/themes/default/eo_Black.svg %%DATADIR%%/themes/default/eo_Clear.svg @@ -149,7 +191,7 @@ share/applications/xboard.desktop %%DATADIR%%/themes/textures/hatch.png %%DATADIR%%/themes/textures/wood_d.png %%DATADIR%%/themes/textures/wood_l.png -%%DATADIR%%/themes/textures/xqboard.png +%%DATADIR%%/themes/textures/xqboard-9x10.png %%DATADIR%%/themes/xiangqi/BlackAdvisor.svg %%DATADIR%%/themes/xiangqi/BlackCanon.svg %%DATADIR%%/themes/xiangqi/BlackElephant.svg @@ -169,10 +211,12 @@ share/icons/hicolor/scalable/apps/xboard %%NLS%%share/locale/da/LC_MESSAGES/xboard.mo %%NLS%%share/locale/de/LC_MESSAGES/xboard.mo %%NLS%%share/locale/es/LC_MESSAGES/xboard.mo +%%NLS%%share/locale/fr/LC_MESSAGES/xboard.mo %%NLS%%share/locale/it/LC_MESSAGES/xboard.mo %%NLS%%share/locale/nl/LC_MESSAGES/xboard.mo %%NLS%%share/locale/pl/LC_MESSAGES/xboard.mo %%NLS%%share/locale/ru/LC_MESSAGES/xboard.mo +%%NLS%%share/locale/sr/LC_MESSAGES/xboard.mo %%NLS%%share/locale/tr/LC_MESSAGES/xboard.mo %%NLS%%share/locale/uk/LC_MESSAGES/xboard.mo %%NLS%%share/locale/vi/LC_MESSAGES/xboard.mo @@ -180,4 +224,3 @@ share/icons/hicolor/scalable/apps/xboard %%NLS%%share/locale/zh_HK/LC_MESSAGES/xboard.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/xboard.mo share/mime/packages/xboard.xml -@sample etc/xboard.conf.sample From owner-svn-ports-head@freebsd.org Sun May 22 12:32:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 744DFB3BFAB; Sun, 22 May 2016 12:32:43 +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 3DFDD1B06; Sun, 22 May 2016 12:32:43 +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 u4MCWgoT072944; Sun, 22 May 2016 12:32:42 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4MCWgIL072942; Sun, 22 May 2016 12:32:42 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201605221232.u4MCWgIL072942@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 22 May 2016 12:32:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415629 - head/devel/godep X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 22 May 2016 12:32:43 -0000 Author: swills Date: Sun May 22 12:32:42 2016 New Revision: 415629 URL: https://svnweb.freebsd.org/changeset/ports/415629 Log: devel/godep: update to v70 Modified: head/devel/godep/Makefile head/devel/godep/distinfo Modified: head/devel/godep/Makefile ============================================================================== --- head/devel/godep/Makefile Sun May 22 11:53:38 2016 (r415628) +++ head/devel/godep/Makefile Sun May 22 12:32:42 2016 (r415629) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= godep -PORTVERSION= 69 +PORTVERSION= 70 CATEGORIES= devel DISTVERSIONPREFIX= v Modified: head/devel/godep/distinfo ============================================================================== --- head/devel/godep/distinfo Sun May 22 11:53:38 2016 (r415628) +++ head/devel/godep/distinfo Sun May 22 12:32:42 2016 (r415629) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463838546 -SHA256 (tools-godep-v69_GH0.tar.gz) = a3eb2a2458383ffcd3d0df4565911aa601cd3172546749a571888ef3b11e9a0e -SIZE (tools-godep-v69_GH0.tar.gz) = 69922 +TIMESTAMP = 1463919521 +SHA256 (tools-godep-v70_GH0.tar.gz) = 56f4947a89c48050318d4565ff454ac202cd3f2b5fd247fb4b7ed248917c2b17 +SIZE (tools-godep-v70_GH0.tar.gz) = 69926 From owner-svn-ports-head@freebsd.org Sun May 22 12:46:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1EF8CB453B6; Sun, 22 May 2016 12:46:51 +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 E53201684; Sun, 22 May 2016 12:46:50 +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 u4MCkoS8076269; Sun, 22 May 2016 12:46:50 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4MCkoM2076267; Sun, 22 May 2016 12:46:50 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201605221246.u4MCkoM2076267@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 22 May 2016 12:46:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415630 - head/devel/gb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 22 May 2016 12:46:51 -0000 Author: swills Date: Sun May 22 12:46:49 2016 New Revision: 415630 URL: https://svnweb.freebsd.org/changeset/ports/415630 Log: devel/gb: update to 0.4.1 Modified: head/devel/gb/Makefile head/devel/gb/distinfo Modified: head/devel/gb/Makefile ============================================================================== --- head/devel/gb/Makefile Sun May 22 12:32:42 2016 (r415629) +++ head/devel/gb/Makefile Sun May 22 12:46:49 2016 (r415630) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gb -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.1 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/gb/distinfo ============================================================================== --- head/devel/gb/distinfo Sun May 22 12:32:42 2016 (r415629) +++ head/devel/gb/distinfo Sun May 22 12:46:49 2016 (r415630) @@ -1,2 +1,3 @@ -SHA256 (constabulary-gb-v0.4.0_GH0.tar.gz) = 661b0c0b864bf43294ce853dc4ad0318be1b0a912321aa900745e8b98c66b57a -SIZE (constabulary-gb-v0.4.0_GH0.tar.gz) = 94828 +TIMESTAMP = 1463920380 +SHA256 (constabulary-gb-v0.4.1_GH0.tar.gz) = 05842117ddbfa4672a2e1c8bf7dfce23d0dd2a18e9d72d2fb7a7845c4ea2c655 +SIZE (constabulary-gb-v0.4.1_GH0.tar.gz) = 95304 From owner-svn-ports-head@freebsd.org Sun May 22 12:47:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3388B4542F; Sun, 22 May 2016 12:47:12 +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 74DE51765; Sun, 22 May 2016 12:47:12 +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 u4MClBJL076399; Sun, 22 May 2016 12:47:11 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4MClBtm076397; Sun, 22 May 2016 12:47:11 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201605221247.u4MClBtm076397@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 22 May 2016 12:47:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415631 - head/net/syncthing X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 22 May 2016 12:47:12 -0000 Author: swills Date: Sun May 22 12:47:11 2016 New Revision: 415631 URL: https://svnweb.freebsd.org/changeset/ports/415631 Log: net/syncthing: update to 0.13.2 Modified: head/net/syncthing/Makefile head/net/syncthing/distinfo Modified: head/net/syncthing/Makefile ============================================================================== --- head/net/syncthing/Makefile Sun May 22 12:46:49 2016 (r415630) +++ head/net/syncthing/Makefile Sun May 22 12:47:11 2016 (r415631) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= syncthing -PORTVERSION= 0.13.1 +PORTVERSION= 0.13.2 DISTVERSIONPREFIX= v CATEGORIES= net Modified: head/net/syncthing/distinfo ============================================================================== --- head/net/syncthing/distinfo Sun May 22 12:46:49 2016 (r415630) +++ head/net/syncthing/distinfo Sun May 22 12:47:11 2016 (r415631) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463660924 -SHA256 (syncthing-syncthing-v0.13.1_GH0.tar.gz) = 5ff881a1d96915a997b01adce98b5189408656dec228214f631efe82d35a83ea -SIZE (syncthing-syncthing-v0.13.1_GH0.tar.gz) = 3929361 +TIMESTAMP = 1463920650 +SHA256 (syncthing-syncthing-v0.13.2_GH0.tar.gz) = 98dac8cf182222967f96e213dc307ede3ed5c6407bd66faeb81e904de4011e89 +SIZE (syncthing-syncthing-v0.13.2_GH0.tar.gz) = 3928871 From owner-svn-ports-head@freebsd.org Sun May 22 12:52:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14D80B45659; Sun, 22 May 2016 12:52:29 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.117.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C1AEC1CA0; Sun, 22 May 2016 12:52:28 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from liminal.local (liminal.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3636:3bff:fed4:b0d6]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: m.seaman@infracaninophile.co.uk) by smtp.infracaninophile.co.uk (Postfix) with ESMTPSA id CB0AFBED9; Sun, 22 May 2016 12:52:23 +0000 (UTC) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none header.from=FreeBSD.org Authentication-Results: smtp.infracaninophile.co.uk/CB0AFBED9; dkim=none; dkim-atps=neutral Subject: Re: svn commit: r415627 - in head: . databases databases/py-alembic databases/py-flask-sqlalchemy databases/py-geoalchemy databases/py-geoalchemy2 databases/py-sqlalchemy databases/py-sqlalchemy-devel ... To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201605221052.u4MAqj3Y042428@repo.freebsd.org> From: Matthew Seaman Message-ID: <567d702f-6c83-b852-7969-48f6b10af918@FreeBSD.org> Date: Sun, 22 May 2016 13:52:12 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <201605221052.u4MAqj3Y042428@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="iNo45b79H5RAJoIlgNJqdtnGnDF9hMBRv" X-Virus-Scanned: clamav-milter 0.99.1 at smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00,SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on smtp.infracaninophile.co.uk X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 22 May 2016 12:52:29 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --iNo45b79H5RAJoIlgNJqdtnGnDF9hMBRv Content-Type: multipart/mixed; boundary="UDA8KkruO6eCLFswdAHxOefGsqESX7cK6" From: Matthew Seaman To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <567d702f-6c83-b852-7969-48f6b10af918@FreeBSD.org> Subject: Re: svn commit: r415627 - in head: . databases databases/py-alembic databases/py-flask-sqlalchemy databases/py-geoalchemy databases/py-geoalchemy2 databases/py-sqlalchemy databases/py-sqlalchemy-devel ... References: <201605221052.u4MAqj3Y042428@repo.freebsd.org> In-Reply-To: <201605221052.u4MAqj3Y042428@repo.freebsd.org> --UDA8KkruO6eCLFswdAHxOefGsqESX7cK6 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 22/05/2016 11:52, Matthew Seaman wrote: > Sponsored by: https://reviews.freebsd.org/D908 Of course, that should have been: Differential Revision: https://reviews.freebsd.org/D908 D'oh! Matthew --UDA8KkruO6eCLFswdAHxOefGsqESX7cK6-- --iNo45b79H5RAJoIlgNJqdtnGnDF9hMBRv Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQJ8BAEBCgBmBQJXQauHXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NTNBNjhCOTEzQTRFNkNGM0UxRTEzMjZC QjIzQUY1MThFMUE0MDEzAAoJELsjr1GOGkAT8QIQAJui68GuSFAxgfUG//o5RuRM 24Uk4DIdNIDT1aBNKp6bG+j/FQ3pYvP2XUcYNjaMctKLhpopgSj0hhe8zH8RwB1k hd/AH+GzdWwLewlIvL3sz2gYsSWMcAx1o0FuomIP1fql3WhCErNeJayS8Xnv9TPB LlUcQj3RHkc4M6Htp8aM597xkyqRXpszam1j3Cdknrq5pI25zOo9VECiddti5b0r p175xrRrEwLF1hi4ZOzHBlAmK9y2a2zoFAuc+uVM3vAZerh9WUiy8LT+owqmS3lD f1XXk8a3FEKhMQ5FCFNpd0O70cz3gL4l54sheK/tbKtlnU3qz0hvufIxgfcQ7hOp qKDrAscp2fVbe/j5NSghEnDWJYEu9eekFOzc2YCMea9H2N+9GC5LNnmf95h7CDCq l7W+Iqb/1BzswXAHxg4qqyDRSy16mzBoM6CFas6Xcx8SYuJ1PGOtRRUCDGdZipx9 EJkMsfsbYP4a9NyVM4t64qyRyPhUUe5T/+pMNv89YpXnDM7WuW2TdYY+p9anLVF1 2bIzDqVqvskcBmFXXYNHVEjakxgUWE8rfemWFHfGMRW8kZkHcxGJ0tvCSnsa20A6 hh70gavG8eyMLc6pmOEX2DLs5vHZPViCGF8bWbmQNStFapE/3oTh0V4zzjYwO3vM QlV1ohXDb7c4gtQQMhnY =pjsH -----END PGP SIGNATURE----- --iNo45b79H5RAJoIlgNJqdtnGnDF9hMBRv-- From owner-svn-ports-head@freebsd.org Sun May 22 13:52:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3DBBB4512F; Sun, 22 May 2016 13:52: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 C15681846; Sun, 22 May 2016 13:52: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 u4MDqeVQ097224; Sun, 22 May 2016 13:52:40 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4MDqeCJ097222; Sun, 22 May 2016 13:52:40 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201605221352.u4MDqeCJ097222@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 22 May 2016 13:52:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415632 - head/devel/elixir-csv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 22 May 2016 13:52:42 -0000 Author: olgeni Date: Sun May 22 13:52:40 2016 New Revision: 415632 URL: https://svnweb.freebsd.org/changeset/ports/415632 Log: Update devel/elixir-csv to version 1.4.1. Modified: head/devel/elixir-csv/Makefile head/devel/elixir-csv/distinfo Modified: head/devel/elixir-csv/Makefile ============================================================================== --- head/devel/elixir-csv/Makefile Sun May 22 12:47:11 2016 (r415631) +++ head/devel/elixir-csv/Makefile Sun May 22 13:52:40 2016 (r415632) @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= csv -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 +DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-csv/distinfo ============================================================================== --- head/devel/elixir-csv/distinfo Sun May 22 12:47:11 2016 (r415631) +++ head/devel/elixir-csv/distinfo Sun May 22 13:52:40 2016 (r415632) @@ -1,2 +1,3 @@ -SHA256 (beatrichartz-csv-1.4.0_GH0.tar.gz) = 25819c047e7acd8c86e528c8eb921163e909767aa078bec449a3d9dc85ccc240 -SIZE (beatrichartz-csv-1.4.0_GH0.tar.gz) = 16616 +TIMESTAMP = 1463924896 +SHA256 (beatrichartz-csv-v1.4.1_GH0.tar.gz) = 9aebf7da2b20b37dfc290e68d04c695abc70efce2d01e149c728043e7565da9f +SIZE (beatrichartz-csv-v1.4.1_GH0.tar.gz) = 16814 From owner-svn-ports-head@freebsd.org Sun May 22 14:20:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC0C4B45769; Sun, 22 May 2016 14:20:16 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A84914BF; Sun, 22 May 2016 14:20:16 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4MEKFq5003887; Sun, 22 May 2016 14:20:15 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4MEKFRe003886; Sun, 22 May 2016 14:20:15 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201605221420.u4MEKFRe003886@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 22 May 2016 14:20:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415633 - head/graphics/GraphicsMagick X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 22 May 2016 14:20:16 -0000 Author: adamw Date: Sun May 22 14:20:15 2016 New Revision: 415633 URL: https://svnweb.freebsd.org/changeset/ports/415633 Log: Turn hard dependencies into OPTIONS. GraphicsMagick actually has the ability to be a slim package, and support for every format is configurable. All previously hard dependencies are now on by default, so the default package is unchanged. No PORTREVISION bump necessary. PR: 209362 Approved by: maintainer timeout (15 days) Modified: head/graphics/GraphicsMagick/Makefile Modified: head/graphics/GraphicsMagick/Makefile ============================================================================== --- head/graphics/GraphicsMagick/Makefile Sun May 22 13:52:40 2016 (r415632) +++ head/graphics/GraphicsMagick/Makefile Sun May 22 14:20:15 2016 (r415633) @@ -12,15 +12,8 @@ MASTER_SITES= SF \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fast image processing tools based on ImageMagick -LIB_DEPENDS= libfreetype.so:print/freetype2 \ - libjbig.so:graphics/jbigkit \ - libjasper.so:graphics/jasper \ - liblcms2.so:graphics/lcms2 \ - libpng.so:graphics/png \ - libtiff.so:graphics/tiff - -OPTIONS_DEFINE= DOCS DPS FPX OPENMP Q8BIT SSE TEST WEBP WMF X11 XML -OPTIONS_DEFAULT=OPENMP WEBP WMF X11 XML +OPTIONS_DEFINE= DOCS DPS FPX FREETYPE JASPER JBIG JPEG LCMS2 OPENMP Q8BIT PNG SSE TEST TIFF WEBP WMF X11 XML +OPTIONS_DEFAULT=FREETYPE JASPER JBIG JPEG LCMS2 OPENMP PNG TIFF WEBP WMF X11 XML DPS_DESC= Display Ghostscript support Q8BIT_DESC= Use 8-bit pixels (speed) instead of 16-bit (quality) TEST_DESC= Run bundled self-tests after build @@ -32,7 +25,7 @@ CONFIGURE_ENV= PTHREAD_LIBS=-lpthread INSTALL_TARGET= install-strip TEST_TARGET= check USE_LDCONFIG= yes -USES= jpeg libtool localbase tar:bzip2 +USES= libtool localbase tar:bzip2 PORTDATA= * PORTDOCS= * @@ -46,15 +39,29 @@ DPS_LIB_DEPENDS= libdps.so:x11/dgs DPS_USE= XORG=xt FPX_CONFIGURE_WITH= fpx FPX_LIB_DEPENDS= libfpx.so:graphics/libfpx +FREETYPE_CONFIGURE_WITH= ttf +FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2 +JASPER_CONFIGURE_WITH= jp2 +JASPER_LIB_DEPENDS= libjasper.so:graphics/jasper +JBIG_CONFIGURE_WITH= jbig +JBIG_LIB_DEPENDS= libjbig.so:graphics/jbigkit +JPEG_CONFIGURE_WITH= jpeg +JPEG_USES= jpeg +LCMS2_CONFIGURE= lcms2 +LCMS2_LIB_DEPENDS= liblcms2.so:graphics/lcms2 OPENMP_CONFIGURE_OFF= --without-threads --disable-openmp OPENMP_CONFIGURE_ON= --with-threads --enable-openmp --disable-openmp-slow OPENMP_USES= compiler:openmp +PNG_CONFIGURE_WITH= png +PNG_LIB_DEPENDS= libpng.so:graphics/png Q8BIT_CONFIGURE_OFF= --with-quantum-depth=16 Q8BIT_CONFIGURE_ON= --with-quantum-depth=8 Q8BIT_PLIST_SUB= Q=8 Q8BIT_PLIST_SUB_OFF= Q=16 TEST_BUILD_DEPENDS= webfonts>=0:x11-fonts/webfonts TEST_RUN_DEPENDS= webfonts>=0:x11-fonts/webfonts +TIFF_CONFIGURE_WITH= tiff +TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff WEBP_CONFIGURE_WITH= webp WEBP_LIB_DEPENDS= libwebp.so:graphics/webp WMF_CONFIGURE_WITH= wmf From owner-svn-ports-head@freebsd.org Sun May 22 14:38:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0FEEB45A5A for ; Sun, 22 May 2016 14:38:12 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from vfemail.net (onethreetwo.vfemail.net [199.16.11.132]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A312E1DCE for ; Sun, 22 May 2016 14:38:12 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: (qmail 90651 invoked by uid 89); 22 May 2016 14:38:06 -0000 Received: from localhost (HELO freequeue.vfemail.net) (127.0.0.1) by localhost with (DHE-RSA-AES256-SHA encrypted) SMTP; 22 May 2016 14:38:06 -0000 Received: (qmail 32416 invoked by uid 89); 22 May 2016 02:34:40 -0000 Received: by simscan 1.3.1 ppid: 32407, pid: 32412, t: 0.1025s scanners:none Received: from unknown (HELO smtp102-2.vfemail.net) (172.16.100.62) by FreeQueue with SMTP; 22 May 2016 02:34:40 -0000 Received: (qmail 20196 invoked by uid 89); 22 May 2016 02:34:39 -0000 Received: by simscan 1.4.0 ppid: 20178, pid: 20190, t: 0.5577s scanners:none Received: from unknown (HELO nil) (amJlaWNoQHZmZW1haWwubmV0@172.16.100.27) by mail.vfemail.net with ESMTPA; 22 May 2016 02:34:39 -0000 From: Jan Beich To: Mathieu Arnold Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r415502 - head/devel/fb-adb References: <201605191106.u4JB6CcI020057@repo.freebsd.org> <1t4y-owde-wny@vfemail.net> <106A0892B19DF7E1043DD30C@atuin.in.mat.cc> Date: Sun, 22 May 2016 04:34:24 +0200 Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 22 May 2016 14:38:13 -0000 --=-=-= Content-Type: text/plain Mathieu Arnold writes: >>> -NDK_USES= 7z:partial${NDK_7z_ARGS_${LINUX_RPM_ARCH}} >>> +NDK_USES= 7z:partial,p7zip >> >> Why unconditionally? > > Because it doesn't hurt. After r415619 the port only depends on archivers/p7zip on 9.x which is going to EOL next year. USES=7z was designed to help phase out p7zip, that's why it prefers libarchive. This is similar to how USES=zip phased out archivers/zip (aka infozip) since 8.4-RELEASE. So, it "hurts" as in going in the opposite direction. >> If you didn't like my previous fix here's another one. > > It's not so much I did not like it, it did not work. But my |poudriere bulk -t| went fine (no warnings), even with D5997. I'm biased to treat such reports as pilot error(s) or unrelated if they lack error log and/or steps to reproduce. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJXQRqwXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQjQ0MzY3NEM3RDIzNTc4NkUxNDkyQ0VF NEM3Nzg4MzQ3OURCRERCAAoJEOTHeINHnb3bNB4H/1Sfj6/r6SX1+ozkxzXbMVeE nSXpzDGqstHPC/wXwvC9iCXY87oG4C4KFx5jlYa5IrfeR0Bbs03xkkKi5xA6FbkK MuhDsTcLh6hHJ0IYDUYrcHhbPr+pkz9AGknca4br5fndzYw0CwcfN1mt8Ho1cbJR FhZlFtO0/THT8LzdK8TtbAv7cg7FnS946D54Iaaot8rG1KyZYbslrZZ61pfOC1k1 RDWfJkytJ77n8uPFnm7lrwRD31+F9xdDL/fwLvy5OeuTnRJhxSVwawaDpj9qob/m SzvKn6tzPWLikpuQAwPzTN3tjE/+mBj1VwYhzvoDa8Cem5DJCoQ2UZU309TLqjo= =t76M -----END PGP SIGNATURE----- --=-=-=-- From owner-svn-ports-head@freebsd.org Sun May 22 15:12:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18B6DB451C0; Sun, 22 May 2016 15:12:18 +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 E19341AAC; Sun, 22 May 2016 15:12:17 +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 u4MFCHxP021031; Sun, 22 May 2016 15:12:17 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4MFCGNd021027; Sun, 22 May 2016 15:12:16 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201605221512.u4MFCGNd021027@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 22 May 2016 15:12:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415634 - in head/ports-mgmt: pkg 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.22 Precedence: list List-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, 22 May 2016 15:12:18 -0000 Author: bapt Date: Sun May 22 15:12:16 2016 New Revision: 415634 URL: https://svnweb.freebsd.org/changeset/ports/415634 Log: Release pkg 1.8.0 New features: - new vital flag that prevent from removing a package with pkg delete when not specifying -f - upgrade process now has atomicity per packages meaning now we can safely check the return of the pre* scripts - handle ctrl-c during upgrade/install/update - solver improvements - pkg clean now runs in a capsicum sandbox on supported plateforms Changes: - pkg delete now fails if one tries to delete it (the pkg package) without -f. Before it was just warning and skipping it - pkg install --from-root has been renamed pkg install --recursive to avoir confusion Fixes: - correctly handle hardlinked setuid files - better handling of setuid - fix elf analysis when some bad libraries have SONAME specified by empty - fix elf analysis when a binary provides elf_notes but not the expected ones and are still valid freebsd binaries (this fixes the case when libgdk_pixbuf was not found as a provided lib on i386) - NAMESERVER option is now working again and inputs are better checked - lots of bug fixes: potential leaks mostly Modified: head/ports-mgmt/pkg-devel/Makefile head/ports-mgmt/pkg-devel/distinfo head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Sun May 22 14:20:15 2016 (r415633) +++ head/ports-mgmt/pkg-devel/Makefile Sun May 22 15:12:16 2016 (r415634) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.7.99.11 +DISTVERSION= 1.8.99.0 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Sun May 22 14:20:15 2016 (r415633) +++ head/ports-mgmt/pkg-devel/distinfo Sun May 22 15:12:16 2016 (r415634) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463332806 -SHA256 (pkg-1.7.99.11.tar.xz) = 40fc4d3451c9c76d1d9dfb4f6d00558d64de50bd1b6b899669f9baed2c67d48e -SIZE (pkg-1.7.99.11.tar.xz) = 1946208 +TIMESTAMP = 1463928896 +SHA256 (pkg-1.8.99.0.tar.xz) = 23000c682e8872745e3b93a87b9eee01918e9003556920dbcd1ffd050465a76d +SIZE (pkg-1.8.99.0.tar.xz) = 1942272 Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Sun May 22 14:20:15 2016 (r415633) +++ head/ports-mgmt/pkg/Makefile Sun May 22 15:12:16 2016 (r415634) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.7.2 +DISTVERSION= 1.8.0 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Sun May 22 14:20:15 2016 (r415633) +++ head/ports-mgmt/pkg/distinfo Sun May 22 15:12:16 2016 (r415634) @@ -1,2 +1,3 @@ -SHA256 (pkg-1.7.2.tar.xz) = 02dfbed839ec3f11c6e9727f72230bea59869eaa299feeeab3669dac8a347c1d -SIZE (pkg-1.7.2.tar.xz) = 1913944 +TIMESTAMP = 1463928580 +SHA256 (pkg-1.8.0.tar.xz) = 0891ac3283b7cb44a8f21d7cc260399f4947c5559a5ea088d4f4c0128b952b80 +SIZE (pkg-1.8.0.tar.xz) = 1945556 From owner-svn-ports-head@freebsd.org Sun May 22 15:49:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07CC5B458AD; Sun, 22 May 2016 15:49:49 +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 C68E419AB; Sun, 22 May 2016 15:49:48 +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 u4MFnmVQ031048; Sun, 22 May 2016 15:49:48 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4MFnlUE031040; Sun, 22 May 2016 15:49:47 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201605221549.u4MFnlUE031040@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Sun, 22 May 2016 15:49:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415635 - in head/sysutils/ipmitool: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 22 May 2016 15:49:49 -0000 Author: sbruno Date: Sun May 22 15:49:47 2016 New Revision: 415635 URL: https://svnweb.freebsd.org/changeset/ports/415635 Log: Update ipmitool to upstream version 1.8.17 Make patchfiles portlint friendly and add new patches to aid in compilation. Reviewed by: zi Differential Revision: https://reviews.freebsd.org/D6401 Added: head/sysutils/ipmitool/files/patch-lib_ipmi__chassis.c - copied, changed from r415634, head/sysutils/ipmitool/files/patch-ipmi_chassis.c head/sysutils/ipmitool/files/patch-lib_ipmi__pef.c - copied, changed from r415634, head/sysutils/ipmitool/files/patch-ipmi_pef.c head/sysutils/ipmitool/files/patch-src_plugins_ipmi__intf.c - copied, changed from r415634, head/sysutils/ipmitool/files/patch-ipmi_intf.c head/sysutils/ipmitool/files/patch-src_plugins_open_open.c (contents, props changed) head/sysutils/ipmitool/files/patch-src_plugins_serial_serial__basic.c (contents, props changed) head/sysutils/ipmitool/files/patch-src_plugins_serial_serial__terminal.c (contents, props changed) Deleted: head/sysutils/ipmitool/files/patch-ipmi_chassis.c head/sysutils/ipmitool/files/patch-ipmi_intf.c head/sysutils/ipmitool/files/patch-ipmi_pef.c Modified: head/sysutils/ipmitool/Makefile head/sysutils/ipmitool/distinfo Modified: head/sysutils/ipmitool/Makefile ============================================================================== --- head/sysutils/ipmitool/Makefile Sun May 22 15:12:16 2016 (r415634) +++ head/sysutils/ipmitool/Makefile Sun May 22 15:49:47 2016 (r415635) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ipmitool -PORTVERSION= 1.8.15 -PORTREVISION= 1 +PORTVERSION= 1.8.17 CATEGORIES= sysutils MASTER_SITES= SF @@ -14,11 +13,13 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe tar:bzip2 gmake readline +USE_GCC= yes CPE_VENDOR= sun USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-intf-lan --enable-intf-lanplus \ - --disable-intf-imb --disable-intf-lipmi --disable-intf-bmc + --disable-intf-imb --disable-intf-lipmi --disable-intf-bmc \ + --disable-intf-usb PLIST_FILES= bin/ipmitool man/man1/ipmitool.1.gz man/man8/ipmievd.8.gz \ sbin/ipmievd share/ipmitool/oem_ibm_sel_map \ ${PERIODIC_DIR}/400.status-ipmi Modified: head/sysutils/ipmitool/distinfo ============================================================================== --- head/sysutils/ipmitool/distinfo Sun May 22 15:12:16 2016 (r415634) +++ head/sysutils/ipmitool/distinfo Sun May 22 15:49:47 2016 (r415635) @@ -1,2 +1,2 @@ -SHA256 (ipmitool-1.8.15.tar.bz2) = 4acd2df5f8740fef5c032cebee0113ec4d3bbef04a6f4dbfaf7fcc7f3eb08c40 -SIZE (ipmitool-1.8.15.tar.bz2) = 747174 +SHA256 (ipmitool-1.8.17.tar.bz2) = 97fa20efd9c87111455b174858544becae7fcc03a3cb7bf5c19b09065c842d02 +SIZE (ipmitool-1.8.17.tar.bz2) = 772570 Copied and modified: head/sysutils/ipmitool/files/patch-lib_ipmi__chassis.c (from r415634, head/sysutils/ipmitool/files/patch-ipmi_chassis.c) ============================================================================== --- head/sysutils/ipmitool/files/patch-ipmi_chassis.c Sun May 22 15:12:16 2016 (r415634, copy source) +++ head/sysutils/ipmitool/files/patch-lib_ipmi__chassis.c Sun May 22 15:49:47 2016 (r415635) @@ -1,6 +1,6 @@ ---- lib/ipmi_chassis.c.orig 2012-10-15 07:38:19.000000000 +0000 -+++ lib/ipmi_chassis.c 2012-10-15 07:38:46.000000000 +0000 -@@ -41,6 +41,7 @@ +--- lib/ipmi_chassis.c.orig 2016-05-06 14:48:54 UTC ++++ lib/ipmi_chassis.c +@@ -44,6 +44,7 @@ #include #include #include Copied and modified: head/sysutils/ipmitool/files/patch-lib_ipmi__pef.c (from r415634, head/sysutils/ipmitool/files/patch-ipmi_pef.c) ============================================================================== --- head/sysutils/ipmitool/files/patch-ipmi_pef.c Sun May 22 15:12:16 2016 (r415634, copy source) +++ head/sysutils/ipmitool/files/patch-lib_ipmi__pef.c Sun May 22 15:49:47 2016 (r415635) @@ -1,6 +1,6 @@ ---- lib/ipmi_pef.c.orig 2012-10-15 07:41:07.000000000 +0000 -+++ lib/ipmi_pef.c 2012-10-15 07:41:36.000000000 +0000 -@@ -39,6 +39,7 @@ +--- lib/ipmi_pef.c.orig 2016-05-06 14:48:54 UTC ++++ lib/ipmi_pef.c +@@ -40,6 +40,7 @@ #include #include #include Copied and modified: head/sysutils/ipmitool/files/patch-src_plugins_ipmi__intf.c (from r415634, head/sysutils/ipmitool/files/patch-ipmi_intf.c) ============================================================================== --- head/sysutils/ipmitool/files/patch-ipmi_intf.c Sun May 22 15:12:16 2016 (r415634, copy source) +++ head/sysutils/ipmitool/files/patch-src_plugins_ipmi__intf.c Sun May 22 15:49:47 2016 (r415635) @@ -1,9 +1,18 @@ ---- src/plugins/ipmi_intf.c.orig 2014-05-30 19:18:08.346626784 -0400 -+++ src/plugins/ipmi_intf.c 2014-05-30 19:18:43.537804678 -0400 -@@ -45,6 +45,7 @@ +--- src/plugins/ipmi_intf.c.orig 2016-05-06 14:48:54 UTC ++++ src/plugins/ipmi_intf.c +@@ -32,6 +32,7 @@ + #define _XOPEN_SOURCE 700 + #define _GNU_SOURCE 1 + #define _DARWIN_C_SOURCE 1 ++#define __BSD_VISIBLE 1 + + #include + #include +@@ -48,6 +49,7 @@ #include #include #include +#define s6_addr16 __u6_addr.__u6_addr16 #endif - + + Added: head/sysutils/ipmitool/files/patch-src_plugins_open_open.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ipmitool/files/patch-src_plugins_open_open.c Sun May 22 15:49:47 2016 (r415635) @@ -0,0 +1,11 @@ +--- src/plugins/open/open.c.orig 2016-05-06 14:48:54 UTC ++++ src/plugins/open/open.c +@@ -29,8 +29,6 @@ + * LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE, + * EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + */ +-#define _POSIX_SOURCE +- + #include + #include + #include Added: head/sysutils/ipmitool/files/patch-src_plugins_serial_serial__basic.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ipmitool/files/patch-src_plugins_serial_serial__basic.c Sun May 22 15:49:47 2016 (r415635) @@ -0,0 +1,10 @@ +--- src/plugins/serial/serial_basic.c.orig 2016-05-06 14:48:54 UTC ++++ src/plugins/serial/serial_basic.c +@@ -33,7 +33,6 @@ + + /* Serial Interface, Basic Mode plugin. */ + +-#include + #include + #include + #include Added: head/sysutils/ipmitool/files/patch-src_plugins_serial_serial__terminal.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ipmitool/files/patch-src_plugins_serial_serial__terminal.c Sun May 22 15:49:47 2016 (r415635) @@ -0,0 +1,10 @@ +--- src/plugins/serial/serial_terminal.c.orig 2016-05-06 14:48:54 UTC ++++ src/plugins/serial/serial_terminal.c +@@ -33,7 +33,6 @@ + + /* Serial Interface, Terminal Mode plugin. */ + +-#include + #include + #include + #include From owner-svn-ports-head@freebsd.org Sun May 22 16:01:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BF81B45C86; Sun, 22 May 2016 16:01:02 +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 09C1E1F19; Sun, 22 May 2016 16:01:01 +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 u4MG11kq034178; Sun, 22 May 2016 16:01:01 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4MG10Y1034175; Sun, 22 May 2016 16:01:00 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201605221601.u4MG10Y1034175@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 22 May 2016 16:01:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415636 - head/benchmarks/fio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 22 May 2016 16:01:02 -0000 Author: bapt Date: Sun May 22 16:01:00 2016 New Revision: 415636 URL: https://svnweb.freebsd.org/changeset/ports/415636 Log: Update to 2.10 Modified: head/benchmarks/fio/Makefile head/benchmarks/fio/distinfo head/benchmarks/fio/pkg-plist Modified: head/benchmarks/fio/Makefile ============================================================================== --- head/benchmarks/fio/Makefile Sun May 22 15:49:47 2016 (r415635) +++ head/benchmarks/fio/Makefile Sun May 22 16:01:00 2016 (r415636) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fio -PORTVERSION= 2.9 +PORTVERSION= 2.10 CATEGORIES= benchmarks MASTER_SITES= http://brick.kernel.dk/snaps/ Modified: head/benchmarks/fio/distinfo ============================================================================== --- head/benchmarks/fio/distinfo Sun May 22 15:49:47 2016 (r415635) +++ head/benchmarks/fio/distinfo Sun May 22 16:01:00 2016 (r415636) @@ -1,2 +1,3 @@ -SHA256 (fio-2.9.tar.bz2) = 3f2aea810a341122274bf97599eaed4d717e9c448493d5b4aec7b418d3b9f1c0 -SIZE (fio-2.9.tar.bz2) = 517581 +TIMESTAMP = 1463932785 +SHA256 (fio-2.10.tar.bz2) = 84e8c03691f836e72ab7b18be4d3ab2125e9182c91744761ff48f2bbd94d0112 +SIZE (fio-2.10.tar.bz2) = 527456 Modified: head/benchmarks/fio/pkg-plist ============================================================================== --- head/benchmarks/fio/pkg-plist Sun May 22 15:49:47 2016 (r415635) +++ head/benchmarks/fio/pkg-plist Sun May 22 16:01:00 2016 (r415636) @@ -24,6 +24,7 @@ man/man1/fio_generate_plots.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/netio_multicast.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/null.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/numa.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pmemblk.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/poisson-rate-submission.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rand-zones.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rbd.fio From owner-svn-ports-head@freebsd.org Sun May 22 16:10:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8E37B45DAA; Sun, 22 May 2016 16:10:17 +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 7846012A7; Sun, 22 May 2016 16:10:17 +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 u4MGAGod037451; Sun, 22 May 2016 16:10:16 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4MGAGri037449; Sun, 22 May 2016 16:10:16 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201605221610.u4MGAGri037449@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 22 May 2016 16:10:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415637 - head/x11/xcbautolock X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 22 May 2016 16:10:17 -0000 Author: bapt Date: Sun May 22 16:10:16 2016 New Revision: 415637 URL: https://svnweb.freebsd.org/changeset/ports/415637 Log: Update to 0.2.1 Modified: head/x11/xcbautolock/Makefile head/x11/xcbautolock/distinfo Modified: head/x11/xcbautolock/Makefile ============================================================================== --- head/x11/xcbautolock/Makefile Sun May 22 16:01:00 2016 (r415636) +++ head/x11/xcbautolock/Makefile Sun May 22 16:10:16 2016 (r415637) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xcbautolock -PORTVERSION= 0.2 +PORTVERSION= 0.2.1 CATEGORIES= x11 MAINTAINER= bapt@FreeBSD.org Modified: head/x11/xcbautolock/distinfo ============================================================================== --- head/x11/xcbautolock/distinfo Sun May 22 16:01:00 2016 (r415636) +++ head/x11/xcbautolock/distinfo Sun May 22 16:10:16 2016 (r415637) @@ -1,2 +1,3 @@ -SHA256 (bapt-xcbautolock-0.2_GH0.tar.gz) = 3b26c5cbbfb7e7de563d5bb68cb493011baf7d03d85cd3ddfe20d76f323c8a33 -SIZE (bapt-xcbautolock-0.2_GH0.tar.gz) = 3769 +TIMESTAMP = 1463933395 +SHA256 (bapt-xcbautolock-0.2.1_GH0.tar.gz) = 58b47f05ec057802e821b7a15dedd660eb15221d8ec344793503ef2513a1c8c8 +SIZE (bapt-xcbautolock-0.2.1_GH0.tar.gz) = 3795 From owner-svn-ports-head@freebsd.org Sun May 22 16:15:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0AD52B45ECA; Sun, 22 May 2016 16:15:40 +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 B7155171B; Sun, 22 May 2016 16:15:39 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4MGFcm3040346; Sun, 22 May 2016 16:15:38 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4MGFck6040344; Sun, 22 May 2016 16:15:38 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201605221615.u4MGFck6040344@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 22 May 2016 16:15:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415638 - head/audio/cmp3/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 22 May 2016 16:15:40 -0000 Author: bapt Date: Sun May 22 16:15:38 2016 New Revision: 415638 URL: https://svnweb.freebsd.org/changeset/ports/415638 Log: Prevent collision with getline(3) Added: head/audio/cmp3/files/patch-cmp3common.c (contents, props changed) head/audio/cmp3/files/patch-cmp3funcs.h (contents, props changed) Added: head/audio/cmp3/files/patch-cmp3common.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/cmp3/files/patch-cmp3common.c Sun May 22 16:15:38 2016 (r415638) @@ -0,0 +1,18 @@ +--- cmp3common.c.orig 2001-06-13 20:13:13 UTC ++++ cmp3common.c +@@ -102,7 +102,7 @@ int Strncmp(const char *str1, /* Firs + return(i); + } + +-int getline(char *var, /* Buffer to copy line into */ ++int get_line(char *var, /* Buffer to copy line into */ + int maxbuf, /* MAX to send to fgets */ + FILE *input /* File descriptor to get line from */) + { +@@ -142,4 +142,4 @@ void *Malloc(size_t size) + } + + +-/* EOF */ +\ No newline at end of file ++/* EOF */ Added: head/audio/cmp3/files/patch-cmp3funcs.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/cmp3/files/patch-cmp3funcs.h Sun May 22 16:15:38 2016 (r415638) @@ -0,0 +1,18 @@ +--- cmp3funcs.h.orig 2001-06-13 20:13:27 UTC ++++ cmp3funcs.h +@@ -64,7 +64,7 @@ extern Sigfunc *Signal(int signo, Sigfun + extern char *Strdup(const char *string); + extern int Strcmp(const char *str1, const char *str2); + extern int Strncmp(const char *str1, const char *str2, int num); +-extern int getline(char *var, int maxbuf, FILE *input); ++extern int get_line(char *var, int maxbuf, FILE *input); + + extern void *Malloc(size_t size); + +@@ -86,4 +86,4 @@ extern void voldown(); + /* cmp3id3.c */ + extern int readid3(id3info_t *songinfo, char *songfilename); + +-/* EOF */ +\ No newline at end of file ++/* EOF */ From owner-svn-ports-head@freebsd.org Sun May 22 16:25:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C17CB45053; Sun, 22 May 2016 16:25:34 +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 772931C6A; Sun, 22 May 2016 16:25:34 +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 u4MGPXhW043670; Sun, 22 May 2016 16:25:33 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4MGPXMF043665; Sun, 22 May 2016 16:25:33 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201605221625.u4MGPXMF043665@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sun, 22 May 2016 16:25:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415639 - in head/devel/libdbusmenu: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 22 May 2016 16:25:34 -0000 Author: olivierd Date: Sun May 22 16:25:33 2016 New Revision: 415639 URL: https://svnweb.freebsd.org/changeset/ports/415639 Log: Update to 16.04.0 Added: head/devel/libdbusmenu/files/patch-libdbusmenu-glib_Makefile.in (contents, props changed) head/devel/libdbusmenu/files/patch-libdbusmenu-gtk_Makefile.in (contents, props changed) Deleted: head/devel/libdbusmenu/files/patch-libdbusmenu-glib__menuitem.c head/devel/libdbusmenu/files/patch-libdbusmenu-glib__server.c Modified: head/devel/libdbusmenu/Makefile head/devel/libdbusmenu/distinfo head/devel/libdbusmenu/pkg-plist Modified: head/devel/libdbusmenu/Makefile ============================================================================== --- head/devel/libdbusmenu/Makefile Sun May 22 16:15:38 2016 (r415638) +++ head/devel/libdbusmenu/Makefile Sun May 22 16:25:33 2016 (r415639) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= libdbusmenu -PORTVERSION= 12.10.2 -PORTREVISION= 1 +PORTVERSION= 16.04.0 CATEGORIES= devel -MASTER_SITES= https://launchpadlibrarian.net/118249592/ \ +MASTER_SITES= https://launchpadlibrarian.net/243440794/ \ https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ MAINTAINER= olivierd@FreeBSD.org @@ -21,34 +20,23 @@ BUILD_DEPENDS= vapigen:lang/vala \ LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib GNU_CONFIGURE= yes -USES= gmake pkgconfig pathfix libtool +USES= gmake libtool pathfix pkgconfig USE_GNOME= gnomedocutils:build glib20 intltool intlhack libxslt \ - introspection:build + introspection:build gtk30 USE_XORG= x11 USE_LDCONFIG= yes +INSTALL_TARGET= install-strip PLIST_SUB= VERSION="0.4" -OPTIONS_SUB= yes -OPTIONS_SINGLE= GTK -OPTIONS_SINGLE_GTK= GTK2 GTK3 -OPTIONS_DEFAULT= GTK3 - -CONFIGURE_ARGS= --disable-scrollkeeper \ +CONFIGURE_ARGS= --disable-static \ + --disable-static \ --disable-dumper \ --disable-tests \ --disable-massivedebugging \ --enable-introspection=yes \ --disable-nls \ --enable-vala \ - --without-omf-dir \ - --without-help-dir \ - --enable-gtk - -GTK2_USE= GNOME=gtk20 -GTK2_CONFIGURE_ON= --with-gtk=2 - -GTK3_USE= GNOME=gtk30 -GTK3_CONFIGURE_ON= --with-gtk=3 + --with-gtk=3 .include Modified: head/devel/libdbusmenu/distinfo ============================================================================== --- head/devel/libdbusmenu/distinfo Sun May 22 16:15:38 2016 (r415638) +++ head/devel/libdbusmenu/distinfo Sun May 22 16:25:33 2016 (r415639) @@ -1,2 +1,3 @@ -SHA256 (libdbusmenu-12.10.2.tar.gz) = 9d6ad4a0b918b342ad2ee9230cce8a095eb601cb0cee6ddc1122d0481f9d04c9 -SIZE (libdbusmenu-12.10.2.tar.gz) = 735730 +TIMESTAMP = 1463934664 +SHA256 (libdbusmenu-16.04.0.tar.gz) = b9cc4a2acd74509435892823607d966d424bd9ad5d0b00938f27240a1bfa878a +SIZE (libdbusmenu-16.04.0.tar.gz) = 760376 Added: head/devel/libdbusmenu/files/patch-libdbusmenu-glib_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libdbusmenu/files/patch-libdbusmenu-glib_Makefile.in Sun May 22 16:25:33 2016 (r415639) @@ -0,0 +1,11 @@ +--- libdbusmenu-glib/Makefile.in.orig 2016-02-27 19:00:13 UTC ++++ libdbusmenu-glib/Makefile.in +@@ -555,7 +555,7 @@ INTROSPECTION_COMPILER_ARGS = --included + @HAVE_INTROSPECTION_TRUE@Dbusmenu_0_4_gir_SCANNER_FLAGS = $(INTROSPECTION_SCANNER_ARGS) + @HAVE_INTROSPECTION_TRUE@girdir = $(datadir)/gir-1.0 + @HAVE_INTROSPECTION_TRUE@gir_DATA = $(INTROSPECTION_GIRS) +-@HAVE_INTROSPECTION_TRUE@typelibdir = $(INTROSPECTION_TYPELIBDIR) ++@HAVE_INTROSPECTION_TRUE@typelibdir = $(libdir)/girepository-1.0 + @HAVE_INTROSPECTION_TRUE@typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib) + + ######################### Added: head/devel/libdbusmenu/files/patch-libdbusmenu-gtk_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libdbusmenu/files/patch-libdbusmenu-gtk_Makefile.in Sun May 22 16:25:33 2016 (r415639) @@ -0,0 +1,11 @@ +--- libdbusmenu-gtk/Makefile.in.orig 2016-02-27 19:00:14 UTC ++++ libdbusmenu-gtk/Makefile.in +@@ -568,7 +568,7 @@ INTROSPECTION_COMPILER_ARGS = --included + @HAVE_INTROSPECTION_TRUE@DbusmenuGtk3_0_4_gir_EXPORT_PACKAGES = $(DbusmenuGtk_0_4_gir_EXPORT_PACKAGES) + @HAVE_INTROSPECTION_TRUE@girdir = $(datadir)/gir-1.0 + @HAVE_INTROSPECTION_TRUE@gir_DATA = $(INTROSPECTION_GIRS) +-@HAVE_INTROSPECTION_TRUE@typelibdir = $(INTROSPECTION_TYPELIBDIR) ++@HAVE_INTROSPECTION_TRUE@typelibdir = $(libdir)/girepository-1.0 + @HAVE_INTROSPECTION_TRUE@typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib) + + ######################### Modified: head/devel/libdbusmenu/pkg-plist ============================================================================== --- head/devel/libdbusmenu/pkg-plist Sun May 22 16:15:38 2016 (r415638) +++ head/devel/libdbusmenu/pkg-plist Sun May 22 16:25:33 2016 (r415639) @@ -5,39 +5,25 @@ include/libdbusmenu-glib-%%VERSION%%/lib include/libdbusmenu-glib-%%VERSION%%/libdbusmenu-glib/menuitem.h include/libdbusmenu-glib-%%VERSION%%/libdbusmenu-glib/server.h include/libdbusmenu-glib-%%VERSION%%/libdbusmenu-glib/types.h -%%GTK2%%include/libdbusmenu-gtk-%%VERSION%%/libdbusmenu-gtk/client.h -%%GTK2%%include/libdbusmenu-gtk-%%VERSION%%/libdbusmenu-gtk/dbusmenu-gtk.h -%%GTK2%%include/libdbusmenu-gtk-%%VERSION%%/libdbusmenu-gtk/menu.h -%%GTK2%%include/libdbusmenu-gtk-%%VERSION%%/libdbusmenu-gtk/menuitem.h -%%GTK2%%include/libdbusmenu-gtk-%%VERSION%%/libdbusmenu-gtk/parser.h -%%GTK3%%include/libdbusmenu-gtk3-%%VERSION%%/libdbusmenu-gtk/client.h -%%GTK3%%include/libdbusmenu-gtk3-%%VERSION%%/libdbusmenu-gtk/dbusmenu-gtk.h -%%GTK3%%include/libdbusmenu-gtk3-%%VERSION%%/libdbusmenu-gtk/menu.h -%%GTK3%%include/libdbusmenu-gtk3-%%VERSION%%/libdbusmenu-gtk/menuitem.h -%%GTK3%%include/libdbusmenu-gtk3-%%VERSION%%/libdbusmenu-gtk/parser.h +include/libdbusmenu-gtk3-%%VERSION%%/libdbusmenu-gtk/client.h +include/libdbusmenu-gtk3-%%VERSION%%/libdbusmenu-gtk/dbusmenu-gtk.h +include/libdbusmenu-gtk3-%%VERSION%%/libdbusmenu-gtk/menu.h +include/libdbusmenu-gtk3-%%VERSION%%/libdbusmenu-gtk/menuitem.h +include/libdbusmenu-gtk3-%%VERSION%%/libdbusmenu-gtk/parser.h lib/girepository-1.0/Dbusmenu-%%VERSION%%.typelib -%%GTK2%%lib/girepository-1.0/DbusmenuGtk-%%VERSION%%.typelib -%%GTK3%%lib/girepository-1.0/DbusmenuGtk3-%%VERSION%%.typelib -lib/libdbusmenu-glib.a +lib/girepository-1.0/DbusmenuGtk3-%%VERSION%%.typelib lib/libdbusmenu-glib.so lib/libdbusmenu-glib.so.4 lib/libdbusmenu-glib.so.4.0.12 -%%GTK2%%lib/libdbusmenu-gtk.a -%%GTK2%%lib/libdbusmenu-gtk.so -%%GTK2%%lib/libdbusmenu-gtk.so.4 -%%GTK2%%lib/libdbusmenu-gtk.so.4.0.12 -%%GTK3%%lib/libdbusmenu-gtk3.a -%%GTK3%%lib/libdbusmenu-gtk3.so -%%GTK3%%lib/libdbusmenu-gtk3.so.4 -%%GTK3%%lib/libdbusmenu-gtk3.so.4.0.12 +lib/libdbusmenu-gtk3.so +lib/libdbusmenu-gtk3.so.4 +lib/libdbusmenu-gtk3.so.4.0.12 libdata/pkgconfig/dbusmenu-glib-%%VERSION%%.pc -%%GTK2%%libdata/pkgconfig/dbusmenu-gtk-%%VERSION%%.pc -%%GTK3%%libdata/pkgconfig/dbusmenu-gtk3-%%VERSION%%.pc +libdata/pkgconfig/dbusmenu-gtk3-%%VERSION%%.pc libexec/dbusmenu-bench %%DOCSDIR%%/README.dbusmenu-bench share/gir-1.0/Dbusmenu-%%VERSION%%.gir -%%GTK2%%share/gir-1.0/DbusmenuGtk-%%VERSION%%.gir -%%GTK3%%share/gir-1.0/DbusmenuGtk3-%%VERSION%%.gir +share/gir-1.0/DbusmenuGtk3-%%VERSION%%.gir share/gtk-doc/html/libdbusmenu-glib/annotation-glossary.html share/gtk-doc/html/libdbusmenu-glib/api-index-deprecated.html share/gtk-doc/html/libdbusmenu-glib/api-index-full.html @@ -45,6 +31,7 @@ share/gtk-doc/html/libdbusmenu-glib/ch01 share/gtk-doc/html/libdbusmenu-glib/home.png share/gtk-doc/html/libdbusmenu-glib/index.html share/gtk-doc/html/libdbusmenu-glib/index.sgml +share/gtk-doc/html/libdbusmenu-glib/left-insensitive.png share/gtk-doc/html/libdbusmenu-glib/left.png share/gtk-doc/html/libdbusmenu-glib/libdbusmenu-glib-DbusmenuClient.html share/gtk-doc/html/libdbusmenu-glib/libdbusmenu-glib-DbusmenuMenuitem.html @@ -53,8 +40,10 @@ share/gtk-doc/html/libdbusmenu-glib/libd share/gtk-doc/html/libdbusmenu-glib/libdbusmenu-glib-Types.html share/gtk-doc/html/libdbusmenu-glib/libdbusmenu-glib.devhelp2 share/gtk-doc/html/libdbusmenu-glib/object-tree.html +share/gtk-doc/html/libdbusmenu-glib/right-insensitive.png share/gtk-doc/html/libdbusmenu-glib/right.png share/gtk-doc/html/libdbusmenu-glib/style.css +share/gtk-doc/html/libdbusmenu-glib/up-insensitive.png share/gtk-doc/html/libdbusmenu-glib/up.png share/gtk-doc/html/libdbusmenu-gtk/annotation-glossary.html share/gtk-doc/html/libdbusmenu-gtk/api-index-deprecated.html @@ -63,6 +52,7 @@ share/gtk-doc/html/libdbusmenu-gtk/ch01. share/gtk-doc/html/libdbusmenu-gtk/home.png share/gtk-doc/html/libdbusmenu-gtk/index.html share/gtk-doc/html/libdbusmenu-gtk/index.sgml +share/gtk-doc/html/libdbusmenu-gtk/left-insensitive.png share/gtk-doc/html/libdbusmenu-gtk/left.png share/gtk-doc/html/libdbusmenu-gtk/libdbusmenu-gtk-DbusmenuGtkClient.html share/gtk-doc/html/libdbusmenu-gtk/libdbusmenu-gtk-DbusmenuGtkMenu.html @@ -70,9 +60,10 @@ share/gtk-doc/html/libdbusmenu-gtk/libdb share/gtk-doc/html/libdbusmenu-gtk/libdbusmenu-gtk-parser.html share/gtk-doc/html/libdbusmenu-gtk/libdbusmenu-gtk.devhelp2 share/gtk-doc/html/libdbusmenu-gtk/object-tree.html +share/gtk-doc/html/libdbusmenu-gtk/right-insensitive.png share/gtk-doc/html/libdbusmenu-gtk/right.png share/gtk-doc/html/libdbusmenu-gtk/style.css +share/gtk-doc/html/libdbusmenu-gtk/up-insensitive.png share/gtk-doc/html/libdbusmenu-gtk/up.png share/vala/vapi/Dbusmenu-%%VERSION%%.vapi -%%GTK2%%share/vala/vapi/DbusmenuGtk-%%VERSION%%.vapi -%%GTK3%%share/vala/vapi/DbusmenuGtk3-%%VERSION%%.vapi +share/vala/vapi/DbusmenuGtk3-%%VERSION%%.vapi From owner-svn-ports-head@freebsd.org Sun May 22 16:28:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDC7DB450B9; Sun, 22 May 2016 16:28:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 952921D66; Sun, 22 May 2016 16:28:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4MGSeGJ043910; Sun, 22 May 2016 16:28:40 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4MGSelc043908; Sun, 22 May 2016 16:28:40 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201605221628.u4MGSelc043908@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 22 May 2016 16:28:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415640 - in head/sysutils/ldapvi: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 22 May 2016 16:28:42 -0000 Author: bapt Date: Sun May 22 16:28:40 2016 New Revision: 415640 URL: https://svnweb.freebsd.org/changeset/ports/415640 Log: Prevent collision with getline(3) Obtained from: Upstream Added: head/sysutils/ldapvi/files/0010-renamed-getline.patch (contents, props changed) Modified: head/sysutils/ldapvi/Makefile Modified: head/sysutils/ldapvi/Makefile ============================================================================== --- head/sysutils/ldapvi/Makefile Sun May 22 16:25:33 2016 (r415639) +++ head/sysutils/ldapvi/Makefile Sun May 22 16:28:40 2016 (r415640) @@ -21,6 +21,8 @@ USE_GNOME= glib20 GNU_CONFIGURE= yes MAKEFILE= GNUmakefile +EXTRA_PATCHES= ${FILESDIR}/0010-renamed-getline.patch:-p2 + CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib Added: head/sysutils/ldapvi/files/0010-renamed-getline.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ldapvi/files/0010-renamed-getline.patch Sun May 22 16:28:40 2016 (r415640) @@ -0,0 +1,53 @@ +From 256ced029c235687bfafdffd07be7d47bf7af39b Mon Sep 17 00:00:00 2001 +From: David Lichteblau +Date: Thu, 18 Jun 2009 20:07:42 +0200 +Subject: [PATCH 10/15] renamed getline + +--- + ldapvi/common.h | 2 +- + ldapvi/ldapvi.c | 2 +- + ldapvi/misc.c | 2 +- + 3 files changed, 3 insertions(+), 3 deletions(-) + +diff --git a/ldapvi/common.h b/ldapvi/common.h +index 4c264e8..f731e62 100644 +--- a/ldapvi/common.h ++++ b/ldapvi/common.h +@@ -273,7 +273,7 @@ void pipeview_wait(int pid); + char *home_filename(char *name); + void read_ldapvi_history(void); + void write_ldapvi_history(void); +-char *getline(char *prompt, char *value); ++char *ldapvi_getline(char *prompt, char *value); + char *get_password(); + char *append(char *a, char *b); + void *xalloc(size_t size); +diff --git a/ldapvi/ldapvi.c b/ldapvi/ldapvi.c +index 9d7d77c..7b312f8 100644 +--- a/ldapvi/ldapvi.c ++++ b/ldapvi/ldapvi.c +@@ -470,7 +470,7 @@ change_mechanism(bind_options *bo) + bo->authmethod = LDAP_AUTH_SASL; + puts("Switching to SASL authentication."); + } +- bo->sasl_mech = getline("SASL mechanism", bo->sasl_mech); ++ bo->sasl_mech = ldapvi_getline("SASL mechanism", bo->sasl_mech); + } + + static int +diff --git a/ldapvi/misc.c b/ldapvi/misc.c +index 0a9dba9..3b6896e 100644 +--- a/ldapvi/misc.c ++++ b/ldapvi/misc.c +@@ -315,7 +315,7 @@ write_ldapvi_history() + } + + char * +-getline(char *prompt, char *value) ++ldapvi_getline(char *prompt, char *value) + { + tdialog d; + init_dialog(&d, DIALOG_DEFAULT, prompt, value); +-- +2.8.1 + From owner-svn-ports-head@freebsd.org Sun May 22 16:35:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 657C9B452B0; Sun, 22 May 2016 16:35:31 +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 1DF9D115A; Sun, 22 May 2016 16:35:31 +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 u4MGZUMI046887; Sun, 22 May 2016 16:35:30 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4MGZUav046884; Sun, 22 May 2016 16:35:30 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201605221635.u4MGZUav046884@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 22 May 2016 16:35:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415641 - head/news/nn/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 22 May 2016 16:35:31 -0000 Author: bapt Date: Sun May 22 16:35:29 2016 New Revision: 415641 URL: https://svnweb.freebsd.org/changeset/ports/415641 Log: Prevent collision with getline(3) Added: head/news/nn/files/patch-aux.c (contents, props changed) head/news/nn/files/patch-global.c (contents, props changed) head/news/nn/files/patch-global.h (contents, props changed) Added: head/news/nn/files/patch-aux.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/news/nn/files/patch-aux.c Sun May 22 16:35:29 2016 (r415641) @@ -0,0 +1,11 @@ +--- aux.c.orig 2005-07-21 22:03:00 UTC ++++ aux.c +@@ -507,7 +507,7 @@ aux_sh(article_header * ah, char *script + prompt_line = Lines - 1; + prompt("To: "); + unset_raw(); +- if (getline(&cc[0], sizeof(cc)) == 0) ++ if (get_line(&cc[0], sizeof(cc)) == 0) + cc[0] = CR; + nn_raw(); + if (cc[0] != CR) Added: head/news/nn/files/patch-global.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/news/nn/files/patch-global.c Sun May 22 16:35:29 2016 (r415641) @@ -0,0 +1,17 @@ +--- global.c.orig 2005-04-19 22:26:50 UTC ++++ global.c +@@ -1307,12 +1307,12 @@ fgetstr(FILE * f) + } + + /* +- * getline - gets a line from stdin ++ * get_line - gets a line from stdin + * returns the length of the line + */ + + int +-getline(char *line, int max) ++get_line(char *line, int max) + { + if (fgets(line, max, stdin) == NULL) + return 0; Added: head/news/nn/files/patch-global.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/news/nn/files/patch-global.h Sun May 22 16:35:29 2016 (r415641) @@ -0,0 +1,11 @@ +--- global.h.orig 2005-04-01 05:39:01 UTC ++++ global.h +@@ -258,7 +258,7 @@ int nn_truncate(char *, off_ + char *strsave(char *); + char *str3save(char *, char *, char *); + char *fgetstr(FILE *); +-int getline(char *, int); ++int get_line(char *, int); + extern char *tmp_directory; + extern char *nntp_cache_dir; + #endif /* _NN_GLOBAL_H */ From owner-svn-ports-head@freebsd.org Sun May 22 16:55:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C4ADB457DC; Sun, 22 May 2016 16:55:24 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D6181A87; Sun, 22 May 2016 16:55:24 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4MGtNEs052849; Sun, 22 May 2016 16:55:23 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4MGtNZD052848; Sun, 22 May 2016 16:55:23 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201605221655.u4MGtNZD052848@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 22 May 2016 16:55:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415642 - head/print/t1utils/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 22 May 2016 16:55:24 -0000 Author: bapt Date: Sun May 22 16:55:23 2016 New Revision: 415642 URL: https://svnweb.freebsd.org/changeset/ports/415642 Log: Prevent collision with getline(3) Added: head/print/t1utils/files/ head/print/t1utils/files/patch-t1asm.c (contents, props changed) Added: head/print/t1utils/files/patch-t1asm.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/t1utils/files/patch-t1asm.c Sun May 22 16:55:23 2016 (r415642) @@ -0,0 +1,29 @@ +--- t1asm.c.orig 2004-01-24 02:28:23 UTC ++++ t1asm.c +@@ -280,7 +280,7 @@ static int check_line_charstring() + the newline is put into line[]. When terminated by '{', the '{' is not put + into line[], and the flag start_charstring is set to 1. */ + +-static void getline() ++static void get_line() + { + int c; + char *p = line; +@@ -725,7 +725,7 @@ particular purpose.\n"); + without /Subrs sections and provided a patch. */ + + while (!feof(ifp) && !ferror(ifp)) { +- getline(); ++ get_line(); + + if (!ever_active) { + if (strncmp(line, "currentfile eexec", 17) == 0 && isspace(line[17])) { +@@ -796,7 +796,7 @@ particular purpose.\n"); + + /* There may be additional code. */ + while (!feof(ifp) && !ferror(ifp)) { +- getline(); ++ get_line(); + eexec_string(line); + } + From owner-svn-ports-head@freebsd.org Sun May 22 16:56:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9388B45854; Sun, 22 May 2016 16:56:21 +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 BA72D1C62; Sun, 22 May 2016 16:56:21 +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 u4MGuKdR052989; Sun, 22 May 2016 16:56:20 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4MGuKuZ052987; Sun, 22 May 2016 16:56:20 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201605221656.u4MGuKuZ052987@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sun, 22 May 2016 16:56:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415643 - head/x11-fm/worker X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 22 May 2016 16:56:22 -0000 Author: olivierd Date: Sun May 22 16:56:20 2016 New Revision: 415643 URL: https://svnweb.freebsd.org/changeset/ports/415643 Log: Update to 3.8.3 PR: 209666 Submitted by: (maintainer) Modified: head/x11-fm/worker/Makefile head/x11-fm/worker/distinfo Modified: head/x11-fm/worker/Makefile ============================================================================== --- head/x11-fm/worker/Makefile Sun May 22 16:55:23 2016 (r415642) +++ head/x11-fm/worker/Makefile Sun May 22 16:56:20 2016 (r415643) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= worker -PORTVERSION= 3.8.2 +PORTVERSION= 3.8.3 CATEGORIES= x11-fm MASTER_SITES= http://www.boomerangsworld.de/cms/worker/downloads/ Modified: head/x11-fm/worker/distinfo ============================================================================== --- head/x11-fm/worker/distinfo Sun May 22 16:55:23 2016 (r415642) +++ head/x11-fm/worker/distinfo Sun May 22 16:56:20 2016 (r415643) @@ -1,2 +1,3 @@ -SHA256 (worker-3.8.2.tar.bz2) = 207ee80bee87b39c4e13e0ebfcf0f37453441b6a8bef5189d792e77cf5259208 -SIZE (worker-3.8.2.tar.bz2) = 1518896 +TIMESTAMP = 1463154799 +SHA256 (worker-3.8.3.tar.bz2) = 3f7e47165660ef54bb6054335d667f7c20e0f5ff248b1dcedb82e6aeb8dda86d +SIZE (worker-3.8.3.tar.bz2) = 1519483 From owner-svn-ports-head@freebsd.org Sun May 22 17:27:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CF5BB45F9A; Sun, 22 May 2016 17:27:36 +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 0E1CA19B1; Sun, 22 May 2016 17:27:35 +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 u4MHRZQY062216; Sun, 22 May 2016 17:27:35 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4MHRZqr062215; Sun, 22 May 2016 17:27:35 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201605221727.u4MHRZqr062215@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 22 May 2016 17:27:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415644 - head/graphics/gdk-pixbuf2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 22 May 2016 17:27:36 -0000 Author: bapt Date: Sun May 22 17:27:35 2016 New Revision: 415644 URL: https://svnweb.freebsd.org/changeset/ports/415644 Log: Bump revision as the package was badly analyzed by pkg(8) pre 1.8 Modified: head/graphics/gdk-pixbuf2/Makefile Modified: head/graphics/gdk-pixbuf2/Makefile ============================================================================== --- head/graphics/gdk-pixbuf2/Makefile Sun May 22 16:56:20 2016 (r415643) +++ head/graphics/gdk-pixbuf2/Makefile Sun May 22 17:27:35 2016 (r415644) @@ -3,6 +3,7 @@ PORTNAME= gdk-pixbuf PORTVERSION= 2.32.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GNOME PKGNAMESUFFIX= 2 From owner-svn-ports-head@freebsd.org Sun May 22 17:47:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82E64B4547F; Sun, 22 May 2016 17:47:20 +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 53EC511C0; Sun, 22 May 2016 17:47:20 +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 u4MHlJgO068201; Sun, 22 May 2016 17:47:19 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4MHlJJb068200; Sun, 22 May 2016 17:47:19 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201605221747.u4MHlJJb068200@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Sun, 22 May 2016 17:47:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415645 - head/sysutils/ipmitool X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 22 May 2016 17:47:20 -0000 Author: sbruno Date: Sun May 22 17:47:19 2016 New Revision: 415645 URL: https://svnweb.freebsd.org/changeset/ports/415645 Log: Do not pull in gcc, this was a leftover from debugging builds on 9.x Submitted by: Terry Kennedy Modified: head/sysutils/ipmitool/Makefile Modified: head/sysutils/ipmitool/Makefile ============================================================================== --- head/sysutils/ipmitool/Makefile Sun May 22 17:27:35 2016 (r415644) +++ head/sysutils/ipmitool/Makefile Sun May 22 17:47:19 2016 (r415645) @@ -3,6 +3,7 @@ PORTNAME= ipmitool PORTVERSION= 1.8.17 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF @@ -13,7 +14,6 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe tar:bzip2 gmake readline -USE_GCC= yes CPE_VENDOR= sun USE_OPENSSL= yes GNU_CONFIGURE= yes From owner-svn-ports-head@freebsd.org Sun May 22 18:07:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24E48B45862; Sun, 22 May 2016 18:07:05 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F0C611AE5; Sun, 22 May 2016 18:07:04 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4MI74CD074249; Sun, 22 May 2016 18:07:04 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4MI73V8074243; Sun, 22 May 2016 18:07:03 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605221807.u4MI73V8074243@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 22 May 2016 18:07:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415646 - in head/math/R: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 22 May 2016 18:07:05 -0000 Author: pi Date: Sun May 22 18:07:03 2016 New Revision: 415646 URL: https://svnweb.freebsd.org/changeset/ports/415646 Log: math/R: 3.2.2 -> 3.3.0 Changes: https://stat.ethz.ch/pipermail/r-announce/2016/000602.html PR: 209315 Submitted by: wen Approved by: bf (maintainer, by mail) Modified: head/math/R/Makefile head/math/R/distinfo head/math/R/files/patch-configure head/math/R/files/patch-src__nmath__standalone__test.c head/math/R/files/patch-src_extra_tre_tre-internal.h head/math/R/pkg-plist Modified: head/math/R/Makefile ============================================================================== --- head/math/R/Makefile Sun May 22 17:47:19 2016 (r415645) +++ head/math/R/Makefile Sun May 22 18:07:03 2016 (r415646) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME?= R -PORTVERSION= 3.2.2 -PORTREVISION= 1 +PORTVERSION= 3.3.0 CATEGORIES= math lang MASTER_SITES= http://cran.r-project.org/%SUBDIR%/ \ ftp://cran.r-project.org/pub/R/%SUBDIR%/ \ @@ -29,6 +28,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/bin/gsed:textproc/gsed \ texi2dvi:print/texinfo +LIB_DEPENDS= libcurl.so:ftp/curl CONFIGURE_ENV= LIBR_LDFLAGS="${LDFLAGS}" OBJC="${CC}" \ SED="${LOCALBASE}/bin/gsed" \ Modified: head/math/R/distinfo ============================================================================== --- head/math/R/distinfo Sun May 22 17:47:19 2016 (r415645) +++ head/math/R/distinfo Sun May 22 18:07:03 2016 (r415646) @@ -1,2 +1,2 @@ -SHA256 (R-3.2.2.tar.gz) = 9c9152e74134b68b0f3a1c7083764adc1cb56fd8336bec003fd0ca550cd2461d -SIZE (R-3.2.2.tar.gz) = 29772864 +SHA256 (R-3.3.0.tar.gz) = 9256b154b1a5993d844bee7b1955cd49c99ad72cef03cce3cd1bdca1310311e4 +SIZE (R-3.3.0.tar.gz) = 29820067 Modified: head/math/R/files/patch-configure ============================================================================== --- head/math/R/files/patch-configure Sun May 22 17:47:19 2016 (r415645) +++ head/math/R/files/patch-configure Sun May 22 18:07:03 2016 (r415646) @@ -1,81 +1,81 @@ ---- configure.orig 2015-08-13 09:21:16 UTC +--- configure.orig 2016-04-25 22:17:08 UTC +++ configure -@@ -20589,13 +20589,13 @@ if test "x$ac_cv_lib_mw__mwvalidcheckl" - LIBM="-lmw" +@@ -22470,13 +22470,13 @@ if test "x$ac_cv_lib_mw__mwvalidcheckl" + LIBM=-lmw fi - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5 -$as_echo_n "checking for cos in -lm... " >&6; } -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lquadmath -lm" >&5 -+$as_echo_n "checking for cos in -lquadmath -lm... " >&6; } ++ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lquadmath -lquadmath -lm" >&5 ++$as_echo_n "checking for cos in -lquadmath -lquadmath -lm... " >&6; } if ${ac_cv_lib_m_cos+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lm $LIBS" -+LIBS="-lquadmath -lm $LIBS" ++LIBS="-lquadmath -lquadmath -lm $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -@@ -20626,18 +20626,18 @@ fi +@@ -22507,18 +22507,18 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5 $as_echo "$ac_cv_lib_m_cos" >&6; } if test "x$ac_cv_lib_m_cos" = xyes; then : - LIBM="$LIBM -lm" -+ LIBM="$LIBM -lquadmath -lm" ++ LIBM="$LIBM -lquadmath -lquadmath -lm" fi ;; *) - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5 -$as_echo_n "checking for cos in -lm... " >&6; } -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lquadmath -lm" >&5 -+$as_echo_n "checking for cos in -lquadmath -lm... " >&6; } ++ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lquadmath -lquadmath -lm" >&5 ++$as_echo_n "checking for cos in -lquadmath -lquadmath -lm... " >&6; } if ${ac_cv_lib_m_cos+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lm $LIBS" -+LIBS="-lquadmath -lm $LIBS" ++LIBS="-lquadmath -lquadmath -lm $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -@@ -20668,7 +20668,7 @@ fi +@@ -22549,7 +22549,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5 $as_echo "$ac_cv_lib_m_cos" >&6; } if test "x$ac_cv_lib_m_cos" = xyes; then : -- LIBM="-lm" -+ LIBM="-lquadmath -lm" +- LIBM=-lm ++ LIBM="-lquadmath -lquadmath -lm" fi ;; -@@ -20679,13 +20679,13 @@ esac +@@ -22560,13 +22560,13 @@ esac ## ## AC_CHECK_LIBM computes LIBM but does not add to LIBS, hence we do ## the following as well. -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sin in -lm" >&5 -$as_echo_n "checking for sin in -lm... " >&6; } -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sin in -lquadmath -lm" >&5 -+$as_echo_n "checking for sin in -lquadmath -lm... " >&6; } ++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sin in -lquadmath -lquadmath -lm" >&5 ++$as_echo_n "checking for sin in -lquadmath -lquadmath -lm... " >&6; } if ${ac_cv_lib_m_sin+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lm $LIBS" -+LIBS="-lquadmath -lm $LIBS" ++LIBS="-lquadmath -lquadmath -lm $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -@@ -20720,7 +20720,7 @@ if test "x$ac_cv_lib_m_sin" = xyes; then +@@ -22601,7 +22601,7 @@ if test "x$ac_cv_lib_m_sin" = xyes; then #define HAVE_LIBM 1 _ACEOF - LIBS="-lm $LIBS" -+ LIBS="-lquadmath -lm $LIBS" ++ LIBS="-lquadmath -lquadmath -lm $LIBS" fi -@@ -26166,7 +26166,7 @@ fi +@@ -27958,7 +27958,7 @@ fi ## if nothing was obtained for SHLIB_CXXLDFLAGS. ## ## Note also that some systems (formerly AIX) do not allow for unresolved @@ -84,16 +84,16 @@ ## it exists) when building a shlib module via SHLIB_LIBADD. main_ld="${CC}" -@@ -28310,7 +28310,7 @@ if ${ac_cv_lib_rt_clock_gettime+:} false +@@ -30147,7 +30147,7 @@ if ${ac_cv_lib_rt_clock_gettime+:} false $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lrt $LIBS" -+LIBS=" $LIBS" ++LIBS="$LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -@@ -28353,7 +28353,7 @@ if test "x$ac_cv_lib_rt_clock_gettime" = +@@ -30190,7 +30190,7 @@ if test "x$ac_cv_lib_rt_clock_gettime" = #define HAVE_LIBRT 1 _ACEOF @@ -102,7 +102,7 @@ fi -@@ -33267,7 +33267,7 @@ fi +@@ -35109,7 +35109,7 @@ fi ## Part 2. Try finding the tk library. if test -n "${TK_CONFIG}"; then . ${TK_CONFIG} Modified: head/math/R/files/patch-src__nmath__standalone__test.c ============================================================================== --- head/math/R/files/patch-src__nmath__standalone__test.c Sun May 22 17:47:19 2016 (r415645) +++ head/math/R/files/patch-src__nmath__standalone__test.c Sun May 22 18:07:03 2016 (r415646) @@ -1,4 +1,4 @@ ---- src/nmath/standalone/test.c.orig 2012-04-15 22:05:35 UTC +--- src/nmath/standalone/test.c.orig 2015-08-25 22:18:53 UTC +++ src/nmath/standalone/test.c @@ -38,7 +38,7 @@ main(int argc, char** argv) qnorm(0.7, 0.0, 1.0, 0, 0); Modified: head/math/R/files/patch-src_extra_tre_tre-internal.h ============================================================================== --- head/math/R/files/patch-src_extra_tre_tre-internal.h Sun May 22 17:47:19 2016 (r415645) +++ head/math/R/files/patch-src_extra_tre_tre-internal.h Sun May 22 18:07:03 2016 (r415646) @@ -1,4 +1,4 @@ ---- src/extra/tre/tre-internal.h.orig 2014-06-13 22:15:07 UTC +--- src/extra/tre/tre-internal.h.orig 2016-05-05 10:54:54 UTC +++ src/extra/tre/tre-internal.h @@ -17,6 +17,7 @@ #include @@ -8,15 +8,15 @@ #include #include "tre.h" -@@ -48,7 +49,11 @@ +@@ -47,7 +48,11 @@ + #ifdef TRE_WCHAR /* Wide characters. */ - typedef wint_t tre_cint_t; +#if WCHAR_MAX <= INT_MAX - #define TRE_CHAR_MAX WCHAR_MAX + typedef wint_t tre_cint_t; +#else /* WCHAR_MAX > INT_MAX */ +#define TRE_CHAR_MAX INT_MAX +#endif - - #ifdef TRE_MULTIBYTE - #define TRE_MB_CUR_MAX MB_CUR_MAX + /* Workaround problem seen on AIX, (2010 & 2015), e.g., + https://stat.ethz.ch/pipermail/r-devel/2015-October/071902.html + WCHAR_MAX = UINT32_MAX on AIX and that is "not possible to work" Modified: head/math/R/pkg-plist ============================================================================== --- head/math/R/pkg-plist Sun May 22 17:47:19 2016 (r415645) +++ head/math/R/pkg-plist Sun May 22 18:07:03 2016 (r415646) @@ -17,7 +17,6 @@ %%DOCSDIR%%/html/index.html %%DOCSDIR%%/html/left.jpg %%DOCSDIR%%/html/logo.jpg -%%DOCSDIR%%/html/logosm.jpg %%DOCSDIR%%/html/packages-head-utf8.html %%DOCSDIR%%/html/packages.html %%DOCSDIR%%/html/resources.html @@ -180,6 +179,7 @@ lib/R/library/Matrix/Copyrights lib/R/library/Matrix/DESCRIPTION lib/R/library/Matrix/Doxyfile lib/R/library/Matrix/INDEX +lib/R/library/Matrix/LICENCE lib/R/library/Matrix/NEWS.Rd lib/R/library/Matrix/Meta/Rd.rds lib/R/library/Matrix/Meta/data.rds @@ -1059,6 +1059,8 @@ lib/R/library/survival/doc/timedep.R lib/R/library/survival/doc/timedep.Rnw lib/R/library/survival/doc/timedep.pdf lib/R/library/survival/doc/validate.pdf +lib/R/library/survival/doc/validate.R +lib/R/library/survival/doc/validate.Rnw lib/R/library/survival/help/AnIndex lib/R/library/survival/help/aliases.rds lib/R/library/survival/help/paths.rds @@ -1413,6 +1415,8 @@ lib/R/library/utils/Meta/nsInfo.rds lib/R/library/utils/Meta/package.rds %%PORTDOCS%%%%PDF_MANUAL%%lib/R/library/utils/Meta/vignette.rds lib/R/library/utils/NAMESPACE +lib/R/library/utils/R/sysdata.rdb +lib/R/library/utils/R/sysdata.rdx lib/R/library/utils/R/utils lib/R/library/utils/R/utils.rdb lib/R/library/utils/R/utils.rdx @@ -1484,6 +1488,8 @@ lib/R/share/texmf/tex/latex/ts1aett.fd man/man1/R.1.gz man/man1/Rscript.1.gz %%DOCSDIR%%/html/NEWS.2.html +%%PORTDOCS%%%%DOCSDIR%%/html/Rlogo.pdf +%%PORTDOCS%%%%DOCSDIR%%/html/Rlogo.svg %%PORTDOCS%%%%PDF_MANUAL%%%%DOCSDIR%%/manual/R-FAQ.pdf %%PORTDOCS%%%%PDF_MANUAL%%%%DOCSDIR%%/manual/R-admin.pdf %%PORTDOCS%%%%PDF_MANUAL%%%%DOCSDIR%%/manual/R-data.pdf From owner-svn-ports-head@freebsd.org Sun May 22 18:21:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70C6DB45E20; Sun, 22 May 2016 18:21:15 +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 31CCC1703; Sun, 22 May 2016 18:21:15 +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 u4MILEMZ080455; Sun, 22 May 2016 18:21:14 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4MILEYC080452; Sun, 22 May 2016 18:21:14 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201605221821.u4MILEYC080452@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sun, 22 May 2016 18:21:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415647 - in head/devel/autoconf-archive: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 22 May 2016 18:21:15 -0000 Author: kwm Date: Sun May 22 18:21:13 2016 New Revision: 415647 URL: https://svnweb.freebsd.org/changeset/ports/415647 Log: Update autoconf-archive to 2016.03.20. Deleted: head/devel/autoconf-archive/files/ Modified: head/devel/autoconf-archive/Makefile head/devel/autoconf-archive/distinfo head/devel/autoconf-archive/pkg-plist Modified: head/devel/autoconf-archive/Makefile ============================================================================== --- head/devel/autoconf-archive/Makefile Sun May 22 18:07:03 2016 (r415646) +++ head/devel/autoconf-archive/Makefile Sun May 22 18:21:13 2016 (r415647) @@ -11,7 +11,7 @@ MAINTAINER= kwm@FreeBSD.org COMMENT= Set of useful GNU Autoconf macros USES= makeinfo tar:xz -DISTDATE= 2015.02.24 +DISTDATE= 2016.03.20 GNU_CONFIGURE= yes INFO= ${PORTNAME} Modified: head/devel/autoconf-archive/distinfo ============================================================================== --- head/devel/autoconf-archive/distinfo Sun May 22 18:07:03 2016 (r415646) +++ head/devel/autoconf-archive/distinfo Sun May 22 18:21:13 2016 (r415647) @@ -1,2 +1,3 @@ -SHA256 (autoconf-archive-2015.02.24.tar.xz) = 69715bdd078f552ca85e498a94543e11cb8bcdf0359e659b84d84d19372b0dc5 -SIZE (autoconf-archive-2015.02.24.tar.xz) = 578536 +TIMESTAMP = 1463940662 +SHA256 (autoconf-archive-2016.03.20.tar.xz) = 88fb2efff640eddd28a52ae550ff5561bca3bd2bba09e1d7b0580e719875e437 +SIZE (autoconf-archive-2016.03.20.tar.xz) = 613612 Modified: head/devel/autoconf-archive/pkg-plist ============================================================================== --- head/devel/autoconf-archive/pkg-plist Sun May 22 18:07:03 2016 (r415646) +++ head/devel/autoconf-archive/pkg-plist Sun May 22 18:21:13 2016 (r415647) @@ -134,6 +134,8 @@ %%MACRODIR%%/ax_check_enable_debug.m4 %%MACRODIR%%/ax_check_func_in.m4 %%MACRODIR%%/ax_check_gd.m4 +%%MACRODIR%%/ax_check_gir_symbols_gjs.m4 +%%MACRODIR%%/ax_check_girs_gjs.m4 %%MACRODIR%%/ax_check_gl.m4 %%MACRODIR%%/ax_check_glu.m4 %%MACRODIR%%/ax_check_glut.m4 @@ -194,8 +196,10 @@ %%MACRODIR%%/ax_create_target_h.m4 %%MACRODIR%%/ax_cvs.m4 %%MACRODIR%%/ax_cxx_bool.m4 +%%MACRODIR%%/ax_cxx_compile_stdcxx.m4 %%MACRODIR%%/ax_cxx_compile_stdcxx_0x.m4 %%MACRODIR%%/ax_cxx_compile_stdcxx_11.m4 +%%MACRODIR%%/ax_cxx_compile_stdcxx_14.m4 %%MACRODIR%%/ax_cxx_compiler_vendor.m4 %%MACRODIR%%/ax_cxx_complex_math_in_namespace_std.m4 %%MACRODIR%%/ax_cxx_const_cast.m4 @@ -286,6 +290,7 @@ %%MACRODIR%%/ax_cxx_use_numtrait.m4 %%MACRODIR%%/ax_cxx_var_prettyfunc.m4 %%MACRODIR%%/ax_cxx_verbose_terminate_handler.m4 +%%MACRODIR%%/ax_czmq.m4 %%MACRODIR%%/ax_decl_wchar_max.m4 %%MACRODIR%%/ax_define_integer_bits.m4 %%MACRODIR%%/ax_define_sub_path.m4 @@ -308,6 +313,7 @@ %%MACRODIR%%/ax_f90_module.m4 %%MACRODIR%%/ax_f90_module_extension.m4 %%MACRODIR%%/ax_f90_module_flag.m4 +%%MACRODIR%%/ax_fc_check_define.m4 %%MACRODIR%%/ax_file_escapes.m4 %%MACRODIR%%/ax_find_hamcrest.m4 %%MACRODIR%%/ax_find_junit.m4 @@ -336,6 +342,7 @@ %%MACRODIR%%/ax_gcc_x86_avx_xgetbv.m4 %%MACRODIR%%/ax_gcc_x86_cpuid.m4 %%MACRODIR%%/ax_generate_changelog.m4 +%%MACRODIR%%/ax_gnu_autotest.m4 %%MACRODIR%%/ax_have_adns.m4 %%MACRODIR%%/ax_have_epoll.m4 %%MACRODIR%%/ax_have_opengl.m4 @@ -364,6 +371,7 @@ %%MACRODIR%%/ax_lib_metis.m4 %%MACRODIR%%/ax_lib_mysql.m4 %%MACRODIR%%/ax_lib_mysqlcppconn.m4 +%%MACRODIR%%/ax_lib_netcdf4.m4 %%MACRODIR%%/ax_lib_nettle.m4 %%MACRODIR%%/ax_lib_nokalva.m4 %%MACRODIR%%/ax_lib_oracle_occi.m4 @@ -413,6 +421,7 @@ %%MACRODIR%%/ax_printf_size_t.m4 %%MACRODIR%%/ax_prog_apache.m4 %%MACRODIR%%/ax_prog_bison.m4 +%%MACRODIR%%/ax_prog_bison_version.m4 %%MACRODIR%%/ax_prog_cc_char_subscripts.m4 %%MACRODIR%%/ax_prog_cc_for_build.m4 %%MACRODIR%%/ax_prog_cc_mpi.m4 @@ -427,6 +436,8 @@ %%MACRODIR%%/ax_prog_fc_mpi.m4 %%MACRODIR%%/ax_prog_fig2dev.m4 %%MACRODIR%%/ax_prog_flex.m4 +%%MACRODIR%%/ax_prog_flex_version.m4 +%%MACRODIR%%/ax_prog_gjs.m4 %%MACRODIR%%/ax_prog_guile_version.m4 %%MACRODIR%%/ax_prog_haxe_version.m4 %%MACRODIR%%/ax_prog_hla.m4 @@ -477,13 +488,16 @@ %%MACRODIR%%/ax_python_devel.m4 %%MACRODIR%%/ax_python_embed.m4 %%MACRODIR%%/ax_python_module.m4 +%%MACRODIR%%/ax_python_module_version.m4 %%MACRODIR%%/ax_require_defined.m4 %%MACRODIR%%/ax_require_one_func.m4 %%MACRODIR%%/ax_restore_flags.m4 +%%MACRODIR%%/ax_restore_flags_with_prefix.m4 %%MACRODIR%%/ax_rpm_init.m4 %%MACRODIR%%/ax_ruby_devel.m4 %%MACRODIR%%/ax_ruby_ext.m4 %%MACRODIR%%/ax_save_flags.m4 +%%MACRODIR%%/ax_save_flags_with_prefix.m4 %%MACRODIR%%/ax_set_default_paths_system.m4 %%MACRODIR%%/ax_short_sleep.m4 %%MACRODIR%%/ax_silent_mode.m4 @@ -524,6 +538,8 @@ %%MACRODIR%%/ax_type_socklen_t.m4 %%MACRODIR%%/ax_upload.m4 %%MACRODIR%%/ax_valgrind_check.m4 +%%MACRODIR%%/ax_var_pop.m4 +%%MACRODIR%%/ax_var_push.m4 %%MACRODIR%%/ax_var_timezone_externals.m4 %%MACRODIR%%/ax_very_nice.m4 %%MACRODIR%%/ax_warning_default_aclocaldir.m4 @@ -539,6 +555,7 @@ %%MACRODIR%%/ax_xercesc.m4 %%MACRODIR%%/ax_xsdcxx.m4 %%MACRODIR%%/ax_xtra_classpath.m4 +%%MACRODIR%%/ax_zmq.m4 %%MACRODIR%%/ax_zoneinfo.m4 %%DATADIR%%/AUTHORS %%DATADIR%%/COPYING From owner-svn-ports-head@freebsd.org Sun May 22 20:54:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE939B45916; Sun, 22 May 2016 20:54:19 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B5CE186A; Sun, 22 May 2016 20:54:19 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4MKsI26025967; Sun, 22 May 2016 20:54:18 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4MKsIUv025965; Sun, 22 May 2016 20:54:18 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201605222054.u4MKsIUv025965@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sun, 22 May 2016 20:54:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415648 - head/dns/powerdns X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 22 May 2016 20:54:19 -0000 Author: robak Date: Sun May 22 20:54:18 2016 New Revision: 415648 URL: https://svnweb.freebsd.org/changeset/ports/415648 Log: dns/powerdns: update 3.4.8 -> 3.4.9 - Bugfix release PR: 209677 Submitted by: Ralf van der Enden (maintainer) MFH: 2016Q2 Modified: head/dns/powerdns/Makefile head/dns/powerdns/distinfo Modified: head/dns/powerdns/Makefile ============================================================================== --- head/dns/powerdns/Makefile Sun May 22 18:21:13 2016 (r415647) +++ head/dns/powerdns/Makefile Sun May 22 20:54:18 2016 (r415648) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= powerdns -PORTVERSION= 3.4.8 -PORTREVISION= 1 +PORTVERSION= 3.4.9 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ DISTNAME= pdns-${PORTVERSION} Modified: head/dns/powerdns/distinfo ============================================================================== --- head/dns/powerdns/distinfo Sun May 22 18:21:13 2016 (r415647) +++ head/dns/powerdns/distinfo Sun May 22 20:54:18 2016 (r415648) @@ -1,2 +1,3 @@ -SHA256 (pdns-3.4.8.tar.bz2) = 4f818fd09bff89625b4317cc7c05445f6e7bd9ea8d21e7eefeaaca07b8b0cd9f -SIZE (pdns-3.4.8.tar.bz2) = 1345728 +TIMESTAMP = 1463481727 +SHA256 (pdns-3.4.9.tar.bz2) = 2b1124db2d937ed6666525b9fc60a5dd55cb82f4cae58116cb986de53faa5dff +SIZE (pdns-3.4.9.tar.bz2) = 1351434 From owner-svn-ports-head@freebsd.org Mon May 23 01:37:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F02A8B45F76; Mon, 23 May 2016 01:37:58 +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 BDBC119A0; Mon, 23 May 2016 01:37:58 +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 u4N1bvux010737; Mon, 23 May 2016 01:37:57 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N1bvM1010736; Mon, 23 May 2016 01:37:57 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201605230137.u4N1bvM1010736@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 23 May 2016 01:37:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415649 - head/www/mediawiki124 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 01:37:59 -0000 Author: wen Date: Mon May 23 01:37:57 2016 New Revision: 415649 URL: https://svnweb.freebsd.org/changeset/ports/415649 Log: - Mark DEPRECATED and set EXPIRATION_DATE Modified: head/www/mediawiki124/Makefile Modified: head/www/mediawiki124/Makefile ============================================================================== --- head/www/mediawiki124/Makefile Sun May 22 20:54:18 2016 (r415648) +++ head/www/mediawiki124/Makefile Mon May 23 01:37:57 2016 (r415649) @@ -14,6 +14,9 @@ LICENSE= GPLv2 CONFLICTS= mediawiki12[356]-[0-9]* +DEPRECATED= EOL upstream +EXPIRATION_DATE= 2016-08-23 + USES= shebangfix SHEBANG_FILES= maintenance/dev/*.sh \ maintenance/hiphop/run-server From owner-svn-ports-head@freebsd.org Mon May 23 03:49:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B8EDB468B5; Mon, 23 May 2016 03:49: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 6CB14137D; Mon, 23 May 2016 03:49: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 u4N3nON2050206; Mon, 23 May 2016 03:49:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3nO0f050205; Mon, 23 May 2016 03:49:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230349.u4N3nO0f050205@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, 23 May 2016 03:49:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415650 - head/graphics/lcms X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:49:25 -0000 Author: sunpoet Date: Mon May 23 03:49:24 2016 New Revision: 415650 URL: https://svnweb.freebsd.org/changeset/ports/415650 Log: - Update MASTER_SITES: - Remove unfetchable upstream - Add my LOCAL Modified: head/graphics/lcms/Makefile Modified: head/graphics/lcms/Makefile ============================================================================== --- head/graphics/lcms/Makefile Mon May 23 01:37:57 2016 (r415649) +++ head/graphics/lcms/Makefile Mon May 23 03:49:24 2016 (r415650) @@ -7,7 +7,7 @@ PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= SF \ - http://www.littlecms.com/ + LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Light Color Management System -- a color management library From owner-svn-ports-head@freebsd.org Mon May 23 03:49:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA7C5B468C5; Mon, 23 May 2016 03:49: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 9C4561384; Mon, 23 May 2016 03:49: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 u4N3nSfS050308; Mon, 23 May 2016 03:49:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3nSMg050307; Mon, 23 May 2016 03:49:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230349.u4N3nSMg050307@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, 23 May 2016 03:49:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415651 - head/graphics/lcms2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:49:29 -0000 Author: sunpoet Date: Mon May 23 03:49:28 2016 New Revision: 415651 URL: https://svnweb.freebsd.org/changeset/ports/415651 Log: - Add upstream and my LOCAL to MASTER_SITES Modified: head/graphics/lcms2/Makefile Modified: head/graphics/lcms2/Makefile ============================================================================== --- head/graphics/lcms2/Makefile Mon May 23 03:49:24 2016 (r415650) +++ head/graphics/lcms2/Makefile Mon May 23 03:49:28 2016 (r415651) @@ -5,7 +5,9 @@ PORTNAME= lcms2 PORTVERSION= 2.7 PORTREVISION= 2 CATEGORIES= graphics -MASTER_SITES= SF/lcms/lcms/${PORTVERSION} +MASTER_SITES= SF/lcms/lcms/${PORTVERSION} \ + http://www.littlecms.com/ \ + LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Accurate, fast, and small-footprint color management engine From owner-svn-ports-head@freebsd.org Mon May 23 03:49:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7E1CB46900; Mon, 23 May 2016 03:49: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 71C1214B0; Mon, 23 May 2016 03:49: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 u4N3nXDk050438; Mon, 23 May 2016 03:49:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3nX9c050436; Mon, 23 May 2016 03:49:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230349.u4N3nX9c050436@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, 23 May 2016 03:49:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415652 - in head/graphics/silgraphite: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:49:34 -0000 Author: sunpoet Date: Mon May 23 03:49:33 2016 New Revision: 415652 URL: https://svnweb.freebsd.org/changeset/ports/415652 Log: - Add LICENSE Added: head/graphics/silgraphite/files/patch-engine-src-font-TtfUtil.cpp - copied unchanged from r415651, head/graphics/silgraphite/files/patch-engine_src_font_TtfUtil.cpp Deleted: head/graphics/silgraphite/files/patch-engine_src_font_TtfUtil.cpp Modified: head/graphics/silgraphite/Makefile Modified: head/graphics/silgraphite/Makefile ============================================================================== --- head/graphics/silgraphite/Makefile Mon May 23 03:49:28 2016 (r415651) +++ head/graphics/silgraphite/Makefile Mon May 23 03:49:33 2016 (r415652) @@ -10,6 +10,13 @@ MASTER_SITES= SF MAINTAINER= sunpoet@FreeBSD.org COMMENT= Font engine for complex non-Roman writing systems +LICENSE= CPL05 LGPL21+ +LICENSE_COMB= dual +LICENSE_FILE_CPL05= ${WRKSRC}/license/License_CPLv05.txt +LICENSE_FILE_LGPL21= ${WRKSRC}/license/License_LGPLv21.txt +LICENSE_NAME_CPL05= Common Public License Version 0.5 +LICENSE_PERMS_CPL05= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + OPTIONS_DEFINE= FREETYPE OPTIONS_DEFAULT=FREETYPE OPTIONS_SUB= yes Copied: head/graphics/silgraphite/files/patch-engine-src-font-TtfUtil.cpp (from r415651, head/graphics/silgraphite/files/patch-engine_src_font_TtfUtil.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/silgraphite/files/patch-engine-src-font-TtfUtil.cpp Mon May 23 03:49:33 2016 (r415652, copy of r415651, head/graphics/silgraphite/files/patch-engine_src_font_TtfUtil.cpp) @@ -0,0 +1,20 @@ +--- engine/src/font/TtfUtil.cpp.orig 2009-01-29 08:33:19 UTC ++++ engine/src/font/TtfUtil.cpp +@@ -1106,7 +1106,7 @@ size_t LocaLookup(gr::gid16 nGlyphId, + // CheckTable verifies the index_to_loc_format is valid + if (read(pTable->index_to_loc_format) == Sfnt::FontHeader::ShortIndexLocFormat) + { // loca entries are two bytes and have been divided by two +- if (nGlyphId <= (lLocaSize >> 1) - 1) // allow sentinel value to be accessed ++ if (lLocaSize >= 2 && nGlyphId <= (lLocaSize >> 1) - 1) // allow sentinel value to be accessed + { + const uint16 * pTable = reinterpret_cast(pLoca); + return (read(pTable[nGlyphId]) << 1); +@@ -1115,7 +1115,7 @@ size_t LocaLookup(gr::gid16 nGlyphId, + + if (read(pTable->index_to_loc_format) == Sfnt::FontHeader::LongIndexLocFormat) + { // loca entries are four bytes +- if (nGlyphId <= (lLocaSize >> 2) - 1) ++ if (lLocaSize >= 4 && nGlyphId <= (lLocaSize >> 2) - 1) + { + const uint32 * pTable = reinterpret_cast(pLoca); + return read(pTable[nGlyphId]); From owner-svn-ports-head@freebsd.org Mon May 23 03:49:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56E0EB46930; Mon, 23 May 2016 03:49: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 25DDF16B9; Mon, 23 May 2016 03:49: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 u4N3ncPo050555; Mon, 23 May 2016 03:49:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3ncT6050553; Mon, 23 May 2016 03:49:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230349.u4N3ncT6050553@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, 23 May 2016 03:49:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415653 - head/devel/libpci X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:49:39 -0000 Author: sunpoet Date: Mon May 23 03:49:37 2016 New Revision: 415653 URL: https://svnweb.freebsd.org/changeset/ports/415653 Log: - Update to 3.5.0 Changes: http://git.kernel.org/cgit/utils/pciutils/pciutils.git/tree/ChangeLog Modified: head/devel/libpci/Makefile head/devel/libpci/distinfo Modified: head/devel/libpci/Makefile ============================================================================== --- head/devel/libpci/Makefile Mon May 23 03:49:33 2016 (r415652) +++ head/devel/libpci/Makefile Mon May 23 03:49:37 2016 (r415653) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libpci -PORTVERSION= 3.4.1 +PORTVERSION= 3.5.0 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/software/utils/pciutils \ ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \ Modified: head/devel/libpci/distinfo ============================================================================== --- head/devel/libpci/distinfo Mon May 23 03:49:33 2016 (r415652) +++ head/devel/libpci/distinfo Mon May 23 03:49:37 2016 (r415653) @@ -1,2 +1,3 @@ -SHA256 (pciutils-3.4.1.tar.xz) = 865554cc5604d1644bd8da38d94845405e2a319a6d5acabc6a0296417684a82a -SIZE (pciutils-3.4.1.tar.xz) = 307136 +TIMESTAMP = 1463904154 +SHA256 (pciutils-3.5.0.tar.xz) = 0ee5e2b4727bede6873b12000ed7e10e3e1273b6fc414152148c694a3ca0ce85 +SIZE (pciutils-3.5.0.tar.xz) = 312820 From owner-svn-ports-head@freebsd.org Mon May 23 03:49:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7BD7B4696A; Mon, 23 May 2016 03:49: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 A8175178F; Mon, 23 May 2016 03:49: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 u4N3ngBd050669; Mon, 23 May 2016 03:49:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3ngGB050667; Mon, 23 May 2016 03:49:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230349.u4N3ngGB050667@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, 23 May 2016 03:49:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415654 - head/editors/vim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:49:43 -0000 Author: sunpoet Date: Mon May 23 03:49:42 2016 New Revision: 415654 URL: https://svnweb.freebsd.org/changeset/ports/415654 Log: - Update to 7.4.1832 Changes: https://github.com/vim/vim/commits/master Modified: head/editors/vim/Makefile head/editors/vim/distinfo Modified: head/editors/vim/Makefile ============================================================================== --- head/editors/vim/Makefile Mon May 23 03:49:37 2016 (r415653) +++ head/editors/vim/Makefile Mon May 23 03:49:42 2016 (r415654) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vim -PORTVERSION= 7.4.1743 +PORTVERSION= 7.4.1832 DISTVERSIONPREFIX= v CATEGORIES?= editors Modified: head/editors/vim/distinfo ============================================================================== --- head/editors/vim/distinfo Mon May 23 03:49:37 2016 (r415653) +++ head/editors/vim/distinfo Mon May 23 03:49:42 2016 (r415654) @@ -1,2 +1,3 @@ -SHA256 (vim-vim-v7.4.1743_GH0.tar.gz) = d4371fe4411ac1c8036e0b3efa10d04a0f010382e7a25c2139249eb8d4e174e1 -SIZE (vim-vim-v7.4.1743_GH0.tar.gz) = 12558339 +TIMESTAMP = 1463904248 +SHA256 (vim-vim-v7.4.1832_GH0.tar.gz) = 12bbc0d018cbeae5f735c840450917be9f902381bd9f541895167bd217b7916b +SIZE (vim-vim-v7.4.1832_GH0.tar.gz) = 12566816 From owner-svn-ports-head@freebsd.org Mon May 23 03:49:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72CA2B469A3; Mon, 23 May 2016 03:49: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 4F9D71899; Mon, 23 May 2016 03:49: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 u4N3nliJ050802; Mon, 23 May 2016 03:49:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3nlBd050799; Mon, 23 May 2016 03:49:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230349.u4N3nlBd050799@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, 23 May 2016 03:49:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415655 - head/ftp/curl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:49:48 -0000 Author: sunpoet Date: Mon May 23 03:49:47 2016 New Revision: 415655 URL: https://svnweb.freebsd.org/changeset/ports/415655 Log: - Update to 7.49.0 - Fix shebang Changes: http://curl.haxx.se/changes.html Modified: head/ftp/curl/Makefile head/ftp/curl/distinfo head/ftp/curl/pkg-plist Modified: head/ftp/curl/Makefile ============================================================================== --- head/ftp/curl/Makefile Mon May 23 03:49:42 2016 (r415654) +++ head/ftp/curl/Makefile Mon May 23 03:49:47 2016 (r415655) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= curl -PORTVERSION= 7.48.0 -PORTREVISION= 2 +PORTVERSION= 7.49.0 CATEGORIES= ftp www MASTER_SITES= http://curl.haxx.se/download/ \ LOCAL/sunpoet @@ -41,6 +40,7 @@ OPTIONS_DEFAULT+= GSSAPI_BASE CONFIGURE_ARGS+=--disable-werror \ --enable-imap --enable-pop3 --enable-rtsp --enable-smtp \ + --with-zsh-functions-dir=${LOCALBASE}/share/zsh/site-functions \ --without-axtls CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} \ ac_cv_func_SSLv2_client_method=no @@ -49,7 +49,7 @@ INSTALL_TARGET= install-strip TEST_ENV= ${MAKE_ENV} LC_ALL=C TEST_TARGET= test USE_PERL5= build -USES= gmake libtool localbase pathfix perl5 tar:lzma +USES= gmake libtool localbase pathfix perl5 shebangfix tar:lzma .if !defined(BUILDING_HIPHOP) USE_LDCONFIG= yes @@ -60,15 +60,18 @@ PORTEXAMPLES= * CPE_VENDOR= haxx -DOCS= BINDINGS BUGS CODE_OF_CONDUCT.md CONTRIBUTE FAQ FEATURES \ - HISTORY HTTP-COOKIES HTTP2.md INSTALL INSTALL.devcpp INTERNALS \ - KNOWN_BUGS LICENSE-MIXING MAIL-ETIQUETTE MANUAL \ - RELEASE-PROCEDURE RESOURCES ROADMAP.md SECURITY SSL-PROBLEMS \ - SSLCERTS THANKS TODO TheArtOfHttpScripting VERSIONS \ - curl-config.html curl-config.pdf curl.html curl.pdf index.html \ +DOCS= BINDINGS BUGS CODE_OF_CONDUCT.md CODE_STYLE.md CONTRIBUTE FAQ \ + FEATURES HISTORY HTTP-COOKIES.md HTTP2.md INSTALL \ + INSTALL.devcpp INTERNALS KNOWN_BUGS LICENSE-MIXING \ + MAIL-ETIQUETTE MANUAL RELEASE-PROCEDURE RESOURCES ROADMAP.md \ + SECURITY SSL-PROBLEMS SSLCERTS THANKS TODO \ + TheArtOfHttpScripting VERSIONS curl-config.html \ + curl-config.pdf curl.html curl.pdf index.html \ mk-ca-bundle.html mk-ca-bundle.pdf .endif +SHEBANG_FILES= */*.pl + SLAVEDIRS= ftp/curl-hiphop CA_BUNDLE_CONFIGURE_OFF=--without-ca-bundle @@ -159,10 +162,9 @@ IGNORE= unsupported TLS-SRP in LibreSSL .endif post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS = / s|$$| docs|; /^DIST_SUBDIRS = / s| docs||; /cd docs &&/d' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e '/^SUBDIRS = / s|$$| docs scripts|; /^DIST_SUBDIRS = / s| docs scripts||; /cd docs &&/d' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|\(flags_dbg_off=\)".*"|\1""|; s|\(flags_opt_off=\)".*"|\1""|; s|lib/pkgconfig|libdata/pkgconfig|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|include |include |' ${WRKSRC}/lib/curl_gssapi.h ${WRKSRC}/lib/urldata.h - @${REINPLACE_CMD} -e 's|gss_nt_service_name|GSS_C_NT_HOSTBASED_SERVICE|' ${WRKSRC}/lib/curl_sasl_gssapi.c .if !defined(BUILDING_HIPHOP) post-install: Modified: head/ftp/curl/distinfo ============================================================================== --- head/ftp/curl/distinfo Mon May 23 03:49:42 2016 (r415654) +++ head/ftp/curl/distinfo Mon May 23 03:49:47 2016 (r415655) @@ -1,2 +1,3 @@ -SHA256 (curl-7.48.0.tar.lzma) = df764ca663a6589280fd6ac0adb24051ef26cfefef24451f28f99eb7338894d6 -SIZE (curl-7.48.0.tar.lzma) = 5924818 +TIMESTAMP = 1463934896 +SHA256 (curl-7.49.0.tar.lzma) = eb0728df1c9224f8b8994d488bda9ddd0ae679485659ab69a13b91ef35755dcb +SIZE (curl-7.49.0.tar.lzma) = 5985374 Modified: head/ftp/curl/pkg-plist ============================================================================== --- head/ftp/curl/pkg-plist Mon May 23 03:49:42 2016 (r415654) +++ head/ftp/curl/pkg-plist Mon May 23 03:49:47 2016 (r415655) @@ -94,6 +94,7 @@ man/man3/CURLOPT_CLOSESOCKETFUNCTION.3.g man/man3/CURLOPT_CONNECTTIMEOUT.3.gz man/man3/CURLOPT_CONNECTTIMEOUT_MS.3.gz man/man3/CURLOPT_CONNECT_ONLY.3.gz +man/man3/CURLOPT_CONNECT_TO.3.gz man/man3/CURLOPT_CONV_FROM_NETWORK_FUNCTION.3.gz man/man3/CURLOPT_CONV_FROM_UTF8_FUNCTION.3.gz man/man3/CURLOPT_CONV_TO_NETWORK_FUNCTION.3.gz @@ -269,6 +270,7 @@ man/man3/CURLOPT_STDERR.3.gz man/man3/CURLOPT_STREAM_DEPENDS.3.gz man/man3/CURLOPT_STREAM_DEPENDS_E.3.gz man/man3/CURLOPT_STREAM_WEIGHT.3.gz +man/man3/CURLOPT_TCP_FASTOPEN.3.gz man/man3/CURLOPT_TCP_KEEPALIVE.3.gz man/man3/CURLOPT_TCP_KEEPIDLE.3.gz man/man3/CURLOPT_TCP_KEEPINTVL.3.gz From owner-svn-ports-head@freebsd.org Mon May 23 03:49:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF50DB469D7; Mon, 23 May 2016 03:49: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 C170A19AD; Mon, 23 May 2016 03:49:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4N3nqeq050916; Mon, 23 May 2016 03:49:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3npvK050914; Mon, 23 May 2016 03:49:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230349.u4N3npvK050914@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, 23 May 2016 03:49:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415656 - 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.22 Precedence: list List-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, 23 May 2016 03:49:53 -0000 Author: sunpoet Date: Mon May 23 03:49:51 2016 New Revision: 415656 URL: https://svnweb.freebsd.org/changeset/ports/415656 Log: - Update to 20160522 Changes: https://github.com/pciutils/pciids/commits/master Modified: head/misc/pciids/Makefile head/misc/pciids/distinfo Modified: head/misc/pciids/Makefile ============================================================================== --- head/misc/pciids/Makefile Mon May 23 03:49:47 2016 (r415655) +++ head/misc/pciids/Makefile Mon May 23 03:49:51 2016 (r415656) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pciids -PORTVERSION= 20160430 +PORTVERSION= 20160522 CATEGORIES= misc MAINTAINER= sunpoet@FreeBSD.org @@ -17,7 +17,7 @@ NO_BUILD= yes PLIST_FILES= %%DATADIR%%/pci.ids GH_ACCOUNT= pciutils -GH_TAGNAME= 9238384 +GH_TAGNAME= eaf479c USE_GITHUB= yes do-install: Modified: head/misc/pciids/distinfo ============================================================================== --- head/misc/pciids/distinfo Mon May 23 03:49:47 2016 (r415655) +++ head/misc/pciids/distinfo Mon May 23 03:49:51 2016 (r415656) @@ -1,2 +1,3 @@ -SHA256 (pciutils-pciids-20160430-9238384_GH0.tar.gz) = d35d5eff2ea60e0b6670e6fe2eb0215e58a18fdbfaf0b6f241a2c57b72f94d10 -SIZE (pciutils-pciids-20160430-9238384_GH0.tar.gz) = 243482 +TIMESTAMP = 1463904394 +SHA256 (pciutils-pciids-20160522-eaf479c_GH0.tar.gz) = 7de2f0ed8e79dbdc1f3179d83782a118e015b1886e0ed2e970350f3422241025 +SIZE (pciutils-pciids-20160522-eaf479c_GH0.tar.gz) = 244001 From owner-svn-ports-head@freebsd.org Mon May 23 03:49:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 899BDB46A0E; Mon, 23 May 2016 03:49: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 5BC341A89; Mon, 23 May 2016 03:49:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4N3nuDQ051033; Mon, 23 May 2016 03:49:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3nuU3051031; Mon, 23 May 2016 03:49:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230349.u4N3nuU3051031@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, 23 May 2016 03:49:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415657 - head/sysutils/pciutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:49:57 -0000 Author: sunpoet Date: Mon May 23 03:49:56 2016 New Revision: 415657 URL: https://svnweb.freebsd.org/changeset/ports/415657 Log: - Update to 3.5.0 Changes: http://git.kernel.org/cgit/utils/pciutils/pciutils.git/tree/ChangeLog Modified: head/sysutils/pciutils/Makefile head/sysutils/pciutils/distinfo Modified: head/sysutils/pciutils/Makefile ============================================================================== --- head/sysutils/pciutils/Makefile Mon May 23 03:49:51 2016 (r415656) +++ head/sysutils/pciutils/Makefile Mon May 23 03:49:56 2016 (r415657) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pciutils -PORTVERSION= 3.4.1 +PORTVERSION= 3.5.0 CATEGORIES= sysutils MASTER_SITES= KERNEL_ORG/software/utils/pciutils \ ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \ Modified: head/sysutils/pciutils/distinfo ============================================================================== --- head/sysutils/pciutils/distinfo Mon May 23 03:49:51 2016 (r415656) +++ head/sysutils/pciutils/distinfo Mon May 23 03:49:56 2016 (r415657) @@ -1,2 +1,3 @@ -SHA256 (pciutils-3.4.1.tar.xz) = 865554cc5604d1644bd8da38d94845405e2a319a6d5acabc6a0296417684a82a -SIZE (pciutils-3.4.1.tar.xz) = 307136 +TIMESTAMP = 1463904158 +SHA256 (pciutils-3.5.0.tar.xz) = 0ee5e2b4727bede6873b12000ed7e10e3e1273b6fc414152148c694a3ca0ce85 +SIZE (pciutils-3.5.0.tar.xz) = 312820 From owner-svn-ports-head@freebsd.org Mon May 23 03:50:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55E72B46A45; Mon, 23 May 2016 03:50: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 244751B55; Mon, 23 May 2016 03:50:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4N3o1mh051179; Mon, 23 May 2016 03:50:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3o1cE051176; Mon, 23 May 2016 03:50:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230350.u4N3o1cE051176@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, 23 May 2016 03:50:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415658 - head/www/aria2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:50:02 -0000 Author: sunpoet Date: Mon May 23 03:50:00 2016 New Revision: 415658 URL: https://svnweb.freebsd.org/changeset/ports/415658 Log: - Update to 1.23.0 - Update WWW Changes: https://github.com/aria2/aria2/releases Modified: head/www/aria2/Makefile head/www/aria2/distinfo head/www/aria2/pkg-descr Modified: head/www/aria2/Makefile ============================================================================== --- head/www/aria2/Makefile Mon May 23 03:49:56 2016 (r415657) +++ head/www/aria2/Makefile Mon May 23 03:50:00 2016 (r415658) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aria2 -PORTVERSION= 1.22.0 +PORTVERSION= 1.23.0 CATEGORIES= www MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/release-${PORTVERSION}/ Modified: head/www/aria2/distinfo ============================================================================== --- head/www/aria2/distinfo Mon May 23 03:49:56 2016 (r415657) +++ head/www/aria2/distinfo Mon May 23 03:50:00 2016 (r415658) @@ -1,2 +1,3 @@ -SHA256 (aria2-1.22.0.tar.xz) = ac3fb3f33a76ce22f968ace293445ef64c201b0ae43aef21e664e4b977e34f89 -SIZE (aria2-1.22.0.tar.xz) = 1448096 +TIMESTAMP = 1463935417 +SHA256 (aria2-1.23.0.tar.xz) = 585185866415bf1120e4bf0a484e7dfec2e9e7c5305023b15ad0f66f90391f93 +SIZE (aria2-1.23.0.tar.xz) = 1493704 Modified: head/www/aria2/pkg-descr ============================================================================== --- head/www/aria2/pkg-descr Mon May 23 03:49:56 2016 (r415657) +++ head/www/aria2/pkg-descr Mon May 23 03:50:00 2016 (r415658) @@ -21,4 +21,4 @@ manipulated via built-in JSON-RPC and XM aria2 supports RPC interface to control the aria2 process. The supported interfaces are JSON-RPC (over HTTP and WebSocket) and XML-RPC. -WWW: http://aria2.sourceforge.net/ +WWW: https://aria2.github.io/ From owner-svn-ports-head@freebsd.org Mon May 23 03:50:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A414B46AAB; Mon, 23 May 2016 03:50: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 C9E3E1D6F; Mon, 23 May 2016 03:50:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4N3oBqo051442; Mon, 23 May 2016 03:50:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3oAo2051439; Mon, 23 May 2016 03:50:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230350.u4N3oAo2051439@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, 23 May 2016 03:50:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415660 - head/www/npm2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:50:12 -0000 Author: sunpoet Date: Mon May 23 03:50:10 2016 New Revision: 415660 URL: https://svnweb.freebsd.org/changeset/ports/415660 Log: - Update to 2.15.6 Changes: https://github.com/npm/npm/releases https://github.com/npm/npm/blob/v2.15.6/CHANGELOG.md Modified: head/www/npm2/Makefile head/www/npm2/distinfo head/www/npm2/pkg-plist Modified: head/www/npm2/Makefile ============================================================================== --- head/www/npm2/Makefile Mon May 23 03:50:05 2016 (r415659) +++ head/www/npm2/Makefile Mon May 23 03:50:10 2016 (r415660) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= npm -PORTVERSION= 2.15.3 +PORTVERSION= 2.15.6 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet PKGNAMESUFFIX= 2 Modified: head/www/npm2/distinfo ============================================================================== --- head/www/npm2/distinfo Mon May 23 03:50:05 2016 (r415659) +++ head/www/npm2/distinfo Mon May 23 03:50:10 2016 (r415660) @@ -1,2 +1,3 @@ -SHA256 (npm-2.15.3.tar.xz) = bd42f72e64ef0b83d3b02b66f6009cca0259be06ad9fecade10bc03e6ce27ea9 -SIZE (npm-2.15.3.tar.xz) = 2612884 +TIMESTAMP = 1463938978 +SHA256 (npm-2.15.6.tar.xz) = 804a442eac591e9912899d377c6534c97d336959baec07b3c3ab34989c3dfe5d +SIZE (npm-2.15.6.tar.xz) = 2662216 Modified: head/www/npm2/pkg-plist ============================================================================== --- head/www/npm2/pkg-plist Mon May 23 03:50:05 2016 (r415659) +++ head/www/npm2/pkg-plist Mon May 23 03:50:10 2016 (r415660) @@ -503,18 +503,8 @@ lib/node_modules/npm/node_modules/async- lib/node_modules/npm/node_modules/block-stream/LICENCE lib/node_modules/npm/node_modules/block-stream/LICENSE lib/node_modules/npm/node_modules/block-stream/README.md -lib/node_modules/npm/node_modules/block-stream/bench/block-stream-pause.js -lib/node_modules/npm/node_modules/block-stream/bench/block-stream.js -lib/node_modules/npm/node_modules/block-stream/bench/dropper-pause.js -lib/node_modules/npm/node_modules/block-stream/bench/dropper.js lib/node_modules/npm/node_modules/block-stream/block-stream.js lib/node_modules/npm/node_modules/block-stream/package.json -lib/node_modules/npm/node_modules/block-stream/test/basic.js -lib/node_modules/npm/node_modules/block-stream/test/nopad-thorough.js -lib/node_modules/npm/node_modules/block-stream/test/nopad.js -lib/node_modules/npm/node_modules/block-stream/test/pause-resume.js -lib/node_modules/npm/node_modules/block-stream/test/thorough.js -lib/node_modules/npm/node_modules/block-stream/test/two-stream.js lib/node_modules/npm/node_modules/char-spinner/LICENSE lib/node_modules/npm/node_modules/char-spinner/README.md lib/node_modules/npm/node_modules/char-spinner/package.json @@ -609,6 +599,7 @@ lib/node_modules/npm/node_modules/editor lib/node_modules/npm/node_modules/editor/package.json lib/node_modules/npm/node_modules/fs-vacuum/.eslintrc lib/node_modules/npm/node_modules/fs-vacuum/.npmignore +lib/node_modules/npm/node_modules/fs-vacuum/.travis.yml lib/node_modules/npm/node_modules/fs-vacuum/LICENSE lib/node_modules/npm/node_modules/fs-vacuum/README.md lib/node_modules/npm/node_modules/fs-vacuum/package.json @@ -620,6 +611,9 @@ lib/node_modules/npm/node_modules/fs-vac lib/node_modules/npm/node_modules/fs-vacuum/test/no-entries-with-link-purge.js lib/node_modules/npm/node_modules/fs-vacuum/test/no-entries-with-purge.js lib/node_modules/npm/node_modules/fs-vacuum/test/other-directories-no-purge.js +lib/node_modules/npm/node_modules/fs-vacuum/test/racy-entries-eexist.js +lib/node_modules/npm/node_modules/fs-vacuum/test/racy-entries-enotempty.js +lib/node_modules/npm/node_modules/fs-vacuum/test/racy-entries.js lib/node_modules/npm/node_modules/fs-vacuum/vacuum.js lib/node_modules/npm/node_modules/fs-write-stream-atomic/.npmignore lib/node_modules/npm/node_modules/fs-write-stream-atomic/.travis.yml @@ -824,9 +818,6 @@ lib/node_modules/npm/node_modules/lockfi lib/node_modules/npm/node_modules/lockfile/test/fixtures/child.js lib/node_modules/npm/node_modules/lockfile/test/retry-time.js lib/node_modules/npm/node_modules/lockfile/test/stale-contention.js -lib/node_modules/npm/node_modules/lru-cache/.npmignore -lib/node_modules/npm/node_modules/lru-cache/.travis.yml -lib/node_modules/npm/node_modules/lru-cache/CONTRIBUTORS lib/node_modules/npm/node_modules/lru-cache/LICENSE lib/node_modules/npm/node_modules/lru-cache/README.md lib/node_modules/npm/node_modules/lru-cache/lib/lru-cache.js @@ -834,13 +825,17 @@ lib/node_modules/npm/node_modules/lru-ca lib/node_modules/npm/node_modules/lru-cache/node_modules/pseudomap/README.md lib/node_modules/npm/node_modules/lru-cache/node_modules/pseudomap/map.js lib/node_modules/npm/node_modules/lru-cache/node_modules/pseudomap/package.json +lib/node_modules/npm/node_modules/lru-cache/node_modules/pseudomap/pseudomap.js lib/node_modules/npm/node_modules/lru-cache/node_modules/pseudomap/test/basic.js +lib/node_modules/npm/node_modules/lru-cache/node_modules/yallist/.npmignore +lib/node_modules/npm/node_modules/lru-cache/node_modules/yallist/.travis.yml +lib/node_modules/npm/node_modules/lru-cache/node_modules/yallist/CONTRIBUTING.md +lib/node_modules/npm/node_modules/lru-cache/node_modules/yallist/LICENSE +lib/node_modules/npm/node_modules/lru-cache/node_modules/yallist/README.md +lib/node_modules/npm/node_modules/lru-cache/node_modules/yallist/package.json +lib/node_modules/npm/node_modules/lru-cache/node_modules/yallist/test/basic.js +lib/node_modules/npm/node_modules/lru-cache/node_modules/yallist/yallist.js lib/node_modules/npm/node_modules/lru-cache/package.json -lib/node_modules/npm/node_modules/lru-cache/test/basic.js -lib/node_modules/npm/node_modules/lru-cache/test/foreach.js -lib/node_modules/npm/node_modules/lru-cache/test/memory-leak.js -lib/node_modules/npm/node_modules/lru-cache/test/overflow.js -lib/node_modules/npm/node_modules/lru-cache/test/serialize.js lib/node_modules/npm/node_modules/minimatch/LICENSE lib/node_modules/npm/node_modules/minimatch/README.md lib/node_modules/npm/node_modules/minimatch/minimatch.js @@ -1928,6 +1923,7 @@ lib/node_modules/npm/node_modules/nopt/l lib/node_modules/npm/node_modules/nopt/package.json lib/node_modules/npm/node_modules/nopt/test/basic.js lib/node_modules/npm/node_modules/normalize-git-url/.npmignore +lib/node_modules/npm/node_modules/normalize-git-url/.travis.yml lib/node_modules/npm/node_modules/normalize-git-url/CHANGELOG.md lib/node_modules/npm/node_modules/normalize-git-url/LICENSE lib/node_modules/npm/node_modules/normalize-git-url/README.md @@ -2202,39 +2198,23 @@ lib/node_modules/npm/node_modules/npmlog lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/LICENSE lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/README.md lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/index.js -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.repeat/LICENSE -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.repeat/README.md -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.repeat/index.js -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.repeat/package.json -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/LICENSE -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/README.md -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/index.js -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/package.json lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/package.json lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/LICENSE lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/README.md lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/index.js -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.repeat/LICENSE -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.repeat/README.md -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.repeat/index.js -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.repeat/package.json -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.tostring/LICENSE -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.tostring/README.md -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.tostring/index.js -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.tostring/package.json lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/package.json lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/LICENSE lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/README.md lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/index.js -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.repeat/LICENSE -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.repeat/README.md -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.repeat/index.js -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.repeat/package.json -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.tostring/LICENSE -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.tostring/README.md -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.tostring/index.js -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.tostring/package.json lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/package.json +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.repeat/LICENSE +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.repeat/README.md +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.repeat/index.js +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.repeat/package.json +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.tostring/LICENSE +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.tostring/README.md +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.tostring/index.js +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.tostring/package.json lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/package.json lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/progress-bar.js lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/test/progress-bar.js @@ -2337,6 +2317,7 @@ lib/node_modules/npm/node_modules/read-p lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/README.md lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/index.js lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/node_modules/jju/.npmignore +lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/node_modules/jju/LICENSE lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/node_modules/jju/README.md lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/node_modules/jju/index.js lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/node_modules/jju/lib/analyze.js @@ -2369,7 +2350,6 @@ lib/node_modules/npm/node_modules/read-p lib/node_modules/npm/node_modules/read-package-json/test/helpful.js lib/node_modules/npm/node_modules/read-package-json/test/non-json.js lib/node_modules/npm/node_modules/read-package-json/test/readmes.js -lib/node_modules/npm/node_modules/read-package-json/zunda lib/node_modules/npm/node_modules/read/LICENSE lib/node_modules/npm/node_modules/read/README.md lib/node_modules/npm/node_modules/read/lib/read.js @@ -2380,30 +2360,48 @@ lib/node_modules/npm/node_modules/read/n lib/node_modules/npm/node_modules/read/node_modules/mute-stream/test/basic.js lib/node_modules/npm/node_modules/read/package.json lib/node_modules/npm/node_modules/readable-stream/.npmignore +lib/node_modules/npm/node_modules/readable-stream/.travis.yml lib/node_modules/npm/node_modules/readable-stream/LICENSE lib/node_modules/npm/node_modules/readable-stream/README.md +lib/node_modules/npm/node_modules/readable-stream/doc/stream.markdown +lib/node_modules/npm/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md lib/node_modules/npm/node_modules/readable-stream/duplex.js -lib/node_modules/npm/node_modules/readable-stream/float.patch lib/node_modules/npm/node_modules/readable-stream/lib/_stream_duplex.js lib/node_modules/npm/node_modules/readable-stream/lib/_stream_passthrough.js lib/node_modules/npm/node_modules/readable-stream/lib/_stream_readable.js lib/node_modules/npm/node_modules/readable-stream/lib/_stream_transform.js lib/node_modules/npm/node_modules/readable-stream/lib/_stream_writable.js +lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/LICENSE lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/README.md lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/float.patch lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/lib/util.js lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/package.json -lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/util.js +lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/test.js +lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/.npmignore +lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/.travis.yml +lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/Makefile lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/README.md -lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/build/build.js lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/component.json lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/index.js lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/package.json +lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/test.js +lib/node_modules/npm/node_modules/readable-stream/node_modules/process-nextick-args/.travis.yml +lib/node_modules/npm/node_modules/readable-stream/node_modules/process-nextick-args/index.js +lib/node_modules/npm/node_modules/readable-stream/node_modules/process-nextick-args/license.md +lib/node_modules/npm/node_modules/readable-stream/node_modules/process-nextick-args/package.json +lib/node_modules/npm/node_modules/readable-stream/node_modules/process-nextick-args/readme.md +lib/node_modules/npm/node_modules/readable-stream/node_modules/process-nextick-args/test.js lib/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder/.npmignore lib/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder/LICENSE lib/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder/README.md lib/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder/index.js lib/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder/package.json +lib/node_modules/npm/node_modules/readable-stream/node_modules/util-deprecate/History.md +lib/node_modules/npm/node_modules/readable-stream/node_modules/util-deprecate/LICENSE +lib/node_modules/npm/node_modules/readable-stream/node_modules/util-deprecate/README.md +lib/node_modules/npm/node_modules/readable-stream/node_modules/util-deprecate/browser.js +lib/node_modules/npm/node_modules/readable-stream/node_modules/util-deprecate/node.js +lib/node_modules/npm/node_modules/readable-stream/node_modules/util-deprecate/package.json lib/node_modules/npm/node_modules/readable-stream/package.json lib/node_modules/npm/node_modules/readable-stream/passthrough.js lib/node_modules/npm/node_modules/readable-stream/readable.js @@ -2442,22 +2440,11 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/index.js lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/package.json lib/node_modules/npm/node_modules/request/node_modules/aws4/.npmignore +lib/node_modules/npm/node_modules/request/node_modules/aws4/.tern-port lib/node_modules/npm/node_modules/request/node_modules/aws4/.travis.yml lib/node_modules/npm/node_modules/request/node_modules/aws4/LICENSE lib/node_modules/npm/node_modules/request/node_modules/aws4/README.md lib/node_modules/npm/node_modules/request/node_modules/aws4/aws4.js -lib/node_modules/npm/node_modules/request/node_modules/aws4/example.js -lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/.npmignore -lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/.travis.yml -lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/CONTRIBUTORS -lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/LICENSE -lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/README.md -lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/lib/lru-cache.js -lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/package.json -lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/test/basic.js -lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/test/foreach.js -lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/test/memory-leak.js -lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/test/serialize.js lib/node_modules/npm/node_modules/request/node_modules/aws4/package.json lib/node_modules/npm/node_modules/request/node_modules/bl/.npmignore lib/node_modules/npm/node_modules/request/node_modules/bl/.travis.yml @@ -2483,11 +2470,14 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/lib/util.js lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/package.json lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/test.js +lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/.npmignore +lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/.travis.yml +lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/Makefile lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/README.md -lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/build/build.js lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/component.json lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/index.js lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/package.json +lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/test.js lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/process-nextick-args/.travis.yml lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/process-nextick-args/index.js lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/process-nextick-args/license.md @@ -2540,10 +2530,14 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/forever-agent/README.md lib/node_modules/npm/node_modules/request/node_modules/forever-agent/index.js lib/node_modules/npm/node_modules/request/node_modules/forever-agent/package.json +lib/node_modules/npm/node_modules/request/node_modules/form-data/.dockerignore +lib/node_modules/npm/node_modules/request/node_modules/form-data/.editorconfig +lib/node_modules/npm/node_modules/request/node_modules/form-data/.eslintignore lib/node_modules/npm/node_modules/request/node_modules/form-data/License lib/node_modules/npm/node_modules/request/node_modules/form-data/Readme.md lib/node_modules/npm/node_modules/request/node_modules/form-data/lib/browser.js lib/node_modules/npm/node_modules/request/node_modules/form-data/lib/form_data.js +lib/node_modules/npm/node_modules/request/node_modules/form-data/lib/populate.js lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/CHANGELOG.md lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/LICENSE lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/README.md @@ -2552,6 +2546,7 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/lib/async.js lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/package.json lib/node_modules/npm/node_modules/request/node_modules/form-data/package.json +lib/node_modules/npm/node_modules/request/node_modules/form-data/wercker.yml lib/node_modules/npm/node_modules/request/node_modules/har-validator/LICENSE lib/node_modules/npm/node_modules/request/node_modules/har-validator/README.md lib/node_modules/npm/node_modules/request/node_modules/har-validator/bin/har-validator @@ -2878,6 +2873,11 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/package.json lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/tst/ber/reader.test.js lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/tst/ber/writer.test.js +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/AUTHORS +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/CHANGES.md +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/README.md +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/assert.js +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/package.json lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/README.md lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/etc/dashdash.bash_completion.in lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/lib/dashdash.js @@ -2891,6 +2891,12 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/lib/sec.js lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/package.json lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/test.js +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/.npmignore +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/.travis.yml +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/LICENSE +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/README.md +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/lib/index.js +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/package.json lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/.npmignore lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/.travis.yml lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/AUTHORS.md @@ -2975,7 +2981,6 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/oauth-sign/README.md lib/node_modules/npm/node_modules/request/node_modules/oauth-sign/index.js lib/node_modules/npm/node_modules/request/node_modules/oauth-sign/package.json -lib/node_modules/npm/node_modules/request/node_modules/oauth-sign/test.js lib/node_modules/npm/node_modules/request/node_modules/qs/.eslintignore lib/node_modules/npm/node_modules/request/node_modules/qs/.npmignore lib/node_modules/npm/node_modules/request/node_modules/qs/.travis.yml @@ -3220,11 +3225,11 @@ lib/node_modules/npm/node_modules/valida lib/node_modules/npm/node_modules/validate-npm-package-name/node_modules/builtins/package.json lib/node_modules/npm/node_modules/validate-npm-package-name/package.json lib/node_modules/npm/node_modules/validate-npm-package-name/test/index.js -lib/node_modules/npm/node_modules/which/.npmignore -lib/node_modules/npm/node_modules/which/.travis.yml +lib/node_modules/npm/node_modules/which/CHANGELOG.md lib/node_modules/npm/node_modules/which/LICENSE lib/node_modules/npm/node_modules/which/README.md lib/node_modules/npm/node_modules/which/bin/which +lib/node_modules/npm/node_modules/which/changelog.sh lib/node_modules/npm/node_modules/which/node_modules/is-absolute/LICENSE lib/node_modules/npm/node_modules/which/node_modules/is-absolute/README.md lib/node_modules/npm/node_modules/which/node_modules/is-absolute/index.js @@ -3234,6 +3239,7 @@ lib/node_modules/npm/node_modules/which/ lib/node_modules/npm/node_modules/which/node_modules/is-absolute/node_modules/is-relative/package.json lib/node_modules/npm/node_modules/which/node_modules/is-absolute/package.json lib/node_modules/npm/node_modules/which/node_modules/isexe/.npmignore +lib/node_modules/npm/node_modules/which/node_modules/isexe/LICENSE lib/node_modules/npm/node_modules/which/node_modules/isexe/README.md lib/node_modules/npm/node_modules/which/node_modules/isexe/access.js lib/node_modules/npm/node_modules/which/node_modules/isexe/index.js @@ -3242,9 +3248,6 @@ lib/node_modules/npm/node_modules/which/ lib/node_modules/npm/node_modules/which/node_modules/isexe/test/basic.js lib/node_modules/npm/node_modules/which/node_modules/isexe/windows.js lib/node_modules/npm/node_modules/which/package.json -lib/node_modules/npm/node_modules/which/test/basic.js -lib/node_modules/npm/node_modules/which/test/bin.js -lib/node_modules/npm/node_modules/which/test/windows.js lib/node_modules/npm/node_modules/which/which.js lib/node_modules/npm/node_modules/wrappy/LICENSE lib/node_modules/npm/node_modules/wrappy/README.md @@ -3271,7 +3274,6 @@ lib/node_modules/npm/scripts/release.sh lib/node_modules/npm/scripts/relocate.sh lib/node_modules/npm/scripts/update-authors.sh lib/node_modules/npm/test/common-tap.js -lib/node_modules/npm/test/common.js lib/node_modules/npm/test/fixtures/config/builtin lib/node_modules/npm/test/fixtures/config/globalconfig lib/node_modules/npm/test/fixtures/config/malformed @@ -3300,7 +3302,6 @@ lib/node_modules/npm/test/packages/npm-t lib/node_modules/npm/test/packages/npm-test-missing-bindir/test.js lib/node_modules/npm/test/packages/npm-test-optional-deps/test.js lib/node_modules/npm/test/packages/npm-test-shrinkwrap/npm-shrinkwrap.json -lib/node_modules/npm/test/packages/npm-test-shrinkwrap/test.js lib/node_modules/npm/test/run.js lib/node_modules/npm/test/tap/00-check-mock-dep.js lib/node_modules/npm/test/tap/00-config-setup.js @@ -3388,6 +3389,7 @@ lib/node_modules/npm/test/tap/install-sa lib/node_modules/npm/test/tap/install-scoped-already-installed.js lib/node_modules/npm/test/tap/install-scoped-link.js lib/node_modules/npm/test/tap/install-scoped-with-peer-dependency.js +lib/node_modules/npm/test/tap/install-shrinkwrap-equals-ls.js lib/node_modules/npm/test/tap/install-with-dev-dep-duplicate.js lib/node_modules/npm/test/tap/invalid-cmd-exit-code.js lib/node_modules/npm/test/tap/legacy-array-bin.js From owner-svn-ports-head@freebsd.org Mon May 23 03:50:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 533CCB46A77; Mon, 23 May 2016 03:50:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 17DBD1CA4; Mon, 23 May 2016 03:50: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 u4N3o6FC051312; Mon, 23 May 2016 03:50:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3o6T7051309; Mon, 23 May 2016 03:50:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230350.u4N3o6T7051309@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, 23 May 2016 03:50:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415659 - head/www/npm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:50:07 -0000 Author: sunpoet Date: Mon May 23 03:50:05 2016 New Revision: 415659 URL: https://svnweb.freebsd.org/changeset/ports/415659 Log: - Update to 3.9.2 Changes: https://github.com/npm/npm/releases Modified: head/www/npm/Makefile head/www/npm/distinfo head/www/npm/pkg-plist Modified: head/www/npm/Makefile ============================================================================== --- head/www/npm/Makefile Mon May 23 03:50:00 2016 (r415658) +++ head/www/npm/Makefile Mon May 23 03:50:05 2016 (r415659) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= npm -PORTVERSION= 3.8.8 +PORTVERSION= 3.9.2 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet Modified: head/www/npm/distinfo ============================================================================== --- head/www/npm/distinfo Mon May 23 03:50:00 2016 (r415658) +++ head/www/npm/distinfo Mon May 23 03:50:05 2016 (r415659) @@ -1,2 +1,3 @@ -SHA256 (npm-3.8.8.tar.xz) = 86d6620b700f941028f071e55666240f8d714ff403a43286e4a0b3e246a40171 -SIZE (npm-3.8.8.tar.xz) = 2978416 +TIMESTAMP = 1463935939 +SHA256 (npm-3.9.2.tar.xz) = a609210f2513a23093a4e373870ca946a5decf247ab2ecb75c3070691a4ef666 +SIZE (npm-3.9.2.tar.xz) = 2711172 Modified: head/www/npm/pkg-plist ============================================================================== --- head/www/npm/pkg-plist Mon May 23 03:50:00 2016 (r415658) +++ head/www/npm/pkg-plist Mon May 23 03:50:05 2016 (r415659) @@ -9,6 +9,7 @@ lib/node_modules/npm/CONTRIBUTING.md lib/node_modules/npm/LICENSE lib/node_modules/npm/Makefile lib/node_modules/npm/README.md +lib/node_modules/npm/appveyor.yml @(,,755) lib/node_modules/npm/bin/node-gyp-bin/node-gyp lib/node_modules/npm/bin/node-gyp-bin/node-gyp.cmd lib/node_modules/npm/bin/npm @@ -285,9 +286,14 @@ lib/node_modules/npm/lib/utils/deep-sort lib/node_modules/npm/lib/utils/depr-check.js lib/node_modules/npm/lib/utils/error-handler.js lib/node_modules/npm/lib/utils/error-message.js +lib/node_modules/npm/lib/utils/escape-arg.js +lib/node_modules/npm/lib/utils/escape-exec-path.js lib/node_modules/npm/lib/utils/gently-rm.js lib/node_modules/npm/lib/utils/get-publish-config.js lib/node_modules/npm/lib/utils/git.js +lib/node_modules/npm/lib/utils/is-windows-bash.js +lib/node_modules/npm/lib/utils/is-windows-shell.js +lib/node_modules/npm/lib/utils/is-windows.js lib/node_modules/npm/lib/utils/lifecycle.js lib/node_modules/npm/lib/utils/link.js lib/node_modules/npm/lib/utils/locker.js @@ -303,6 +309,7 @@ lib/node_modules/npm/lib/utils/spawn.js lib/node_modules/npm/lib/utils/tar.js lib/node_modules/npm/lib/utils/temp-filename.js lib/node_modules/npm/lib/utils/umask.js +lib/node_modules/npm/lib/utils/usage.js lib/node_modules/npm/lib/utils/warn-deprecated.js lib/node_modules/npm/lib/version.js lib/node_modules/npm/lib/view.js @@ -809,10 +816,10 @@ lib/node_modules/npm/node_modules/lodash lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._createset/README.md lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._createset/index.js lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._createset/package.json -lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._setcache/LICENSE -lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._setcache/README.md -lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._setcache/index.js -lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._setcache/package.json +lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._root/LICENSE +lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._root/README.md +lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._root/index.js +lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._root/package.json lib/node_modules/npm/node_modules/lodash._baseuniq/package.json lib/node_modules/npm/node_modules/lodash._bindcallback/LICENSE.txt lib/node_modules/npm/node_modules/lodash._bindcallback/README.md @@ -872,10 +879,10 @@ lib/node_modules/npm/node_modules/lodash lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/LICENSE lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/README.md lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/index.js -lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/node_modules/lodash._setcache/LICENSE -lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/node_modules/lodash._setcache/README.md -lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/node_modules/lodash._setcache/index.js -lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/node_modules/lodash._setcache/package.json +lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/node_modules/lodash._root/LICENSE +lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/node_modules/lodash._root/README.md +lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/node_modules/lodash._root/index.js +lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/node_modules/lodash._root/package.json lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/package.json lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash.rest/LICENSE lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash.rest/README.md @@ -1952,6 +1959,7 @@ lib/node_modules/npm/node_modules/normal lib/node_modules/npm/node_modules/normalize-git-url/normalize-git-url.js lib/node_modules/npm/node_modules/normalize-git-url/package.json lib/node_modules/npm/node_modules/normalize-git-url/test/basic.js +lib/node_modules/npm/node_modules/normalize-git-url/test/basic.js~ lib/node_modules/npm/node_modules/normalize-package-data/.npmignore lib/node_modules/npm/node_modules/normalize-package-data/.travis.yml lib/node_modules/npm/node_modules/normalize-package-data/AUTHORS @@ -2376,6 +2384,7 @@ lib/node_modules/npm/node_modules/read-p lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/README.md lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/index.js lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/node_modules/jju/.npmignore +lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/node_modules/jju/LICENSE lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/node_modules/jju/README.md lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/node_modules/jju/index.js lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/node_modules/jju/lib/analyze.js @@ -2408,7 +2417,6 @@ lib/node_modules/npm/node_modules/read-p lib/node_modules/npm/node_modules/read-package-json/test/helpful.js lib/node_modules/npm/node_modules/read-package-json/test/non-json.js lib/node_modules/npm/node_modules/read-package-json/test/readmes.js -lib/node_modules/npm/node_modules/read-package-json/zunda lib/node_modules/npm/node_modules/read-package-tree/.travis.yml lib/node_modules/npm/node_modules/read-package-tree/LICENSE lib/node_modules/npm/node_modules/read-package-tree/README.md @@ -2455,125 +2463,6 @@ lib/node_modules/npm/node_modules/readab lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/lib/util.js lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/package.json lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/test.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/index.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/.travis.yml -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/example/array.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/example/keyword.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/example/prompt.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/index.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/.bin/acorn -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/.editorconfig -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/.gitattributes -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/.npmignore -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/.tern-project -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/.travis.yml -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/AUTHORS -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/LICENSE -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/README.md -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/bin/acorn -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/bin/build-acorn.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/bin/generate-identifier-regex.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/bin/prepublish.sh -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/bin/update_authors.sh -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/bin/without_eval -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/dist/.keep -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/dist/acorn.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/dist/acorn_csp.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/dist/acorn_loose.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/dist/walk.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/package.json -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/expression.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/identifier.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/index.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/location.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/loose/acorn_loose.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/loose/expression.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/loose/index.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/loose/parseutil.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/loose/state.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/loose/statement.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/loose/tokenize.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/lval.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/node.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/options.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/parseutil.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/state.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/statement.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/tokencontext.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/tokenize.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/tokentype.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/util.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/walk/index.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/whitespace.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/foreach/.npmignore -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/foreach/LICENSE -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/foreach/Makefile -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/foreach/Readme.md -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/foreach/component.json -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/foreach/index.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/foreach/package.json -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/foreach/test.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/isarray/README.md -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/isarray/build/build.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/isarray/component.json -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/isarray/index.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/isarray/package.json -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/object-keys/.editorconfig -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/object-keys/.jscs.json -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/object-keys/.npmignore -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/object-keys/.travis.yml -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/object-keys/CHANGELOG.md -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/object-keys/LICENSE -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/object-keys/README.md -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/object-keys/index.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/object-keys/isArguments.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/object-keys/package.json -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/object-keys/test/index.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/package.json -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/readme.markdown -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/test/array.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/test/async.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/test/bin/run.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/test/custom-parser.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/test/es6.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/test/for.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/test/inspect.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/test/opts.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/test/parent.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/.npmignore -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/LICENSE -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/README.md -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/.npmignore -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/LICENSE -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/README.md -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/duplex.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/lib/_stream_duplex.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/lib/_stream_passthrough.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/lib/_stream_transform.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/lib/_stream_writable.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/node_modules/isarray/README.md -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/node_modules/isarray/build/build.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/node_modules/isarray/component.json -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/node_modules/isarray/index.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/node_modules/isarray/package.json -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/package.json -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/passthrough.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/readable.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/transform.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/writable.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/xtend/.npmignore -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/xtend/LICENCE -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/xtend/Makefile -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/xtend/README.md -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/xtend/immutable.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/xtend/mutable.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/xtend/package.json -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/xtend/test.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/package.json -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/through2.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/package.json -lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/readme.md lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/.npmignore lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/.travis.yml lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/Makefile @@ -2593,90 +2482,6 @@ lib/node_modules/npm/node_modules/readab lib/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder/README.md lib/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder/index.js lib/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder/package.json -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/README.md -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/index.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/esmangle-evaluator/.npmignore -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/esmangle-evaluator/README.md -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/esmangle-evaluator/common.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/esmangle-evaluator/evaluator.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/esmangle-evaluator/package.json -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/.editorconfig -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/.npmignore -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/.travis.yml -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/LICENSE -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/README.md -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/example/add-braces -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/example/generic-identity -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/example/identity -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/example/to-while -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/lib/comments.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/lib/fast-path.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/lib/lines.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/lib/mapping.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/lib/options.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/lib/parser.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/lib/patcher.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/lib/printer.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/lib/types.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/lib/util.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/main.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/.bin/esparse -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/.bin/esvalidate -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/.npmignore -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/.travis.yml -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/LICENSE -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/README.md -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/def/babel.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/def/core.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/def/e4x.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/def/es6.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/def/es7.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/def/esprima.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/def/flow.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/def/jsx.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/def/mozilla.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/lib/equiv.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/lib/node-path.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/lib/path-visitor.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/lib/path.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/lib/scope.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/lib/shared.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/lib/types.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/main.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/package.json -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/esprima/ChangeLog -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/esprima/LICENSE.BSD -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/esprima/README.md -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/esprima/bin/esparse.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/esprima/bin/esvalidate.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/esprima/esprima.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/esprima/package.json -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/private/.travis.yml -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/private/LICENSE -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/private/README.md -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/private/package.json -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/private/private.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/private/test/run.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/source-map/README.md -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/source-map/dist/source-map.debug.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/source-map/dist/source-map.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/source-map/dist/source-map.min.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/source-map/dist/source-map.min.js.map -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/source-map/lib/array-set.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/source-map/lib/base64-vlq.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/source-map/lib/base64.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/source-map/lib/binary-search.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/source-map/lib/mapping-list.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/source-map/lib/quick-sort.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/source-map/lib/source-map-consumer.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/source-map/lib/source-map-generator.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/source-map/lib/source-node.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/source-map/lib/util.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/source-map/package.json -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/source-map/source-map.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/package.json -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/package.json -lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/unreachableBranchTransformer.js lib/node_modules/npm/node_modules/readable-stream/node_modules/util-deprecate/History.md lib/node_modules/npm/node_modules/readable-stream/node_modules/util-deprecate/LICENSE lib/node_modules/npm/node_modules/readable-stream/node_modules/util-deprecate/README.md @@ -3520,11 +3325,11 @@ lib/node_modules/npm/node_modules/valida lib/node_modules/npm/node_modules/validate-npm-package-name/node_modules/builtins/package.json lib/node_modules/npm/node_modules/validate-npm-package-name/package.json lib/node_modules/npm/node_modules/validate-npm-package-name/test/index.js -lib/node_modules/npm/node_modules/which/.npmignore -lib/node_modules/npm/node_modules/which/.travis.yml +lib/node_modules/npm/node_modules/which/CHANGELOG.md lib/node_modules/npm/node_modules/which/LICENSE lib/node_modules/npm/node_modules/which/README.md lib/node_modules/npm/node_modules/which/bin/which +lib/node_modules/npm/node_modules/which/changelog.sh lib/node_modules/npm/node_modules/which/node_modules/is-absolute/LICENSE lib/node_modules/npm/node_modules/which/node_modules/is-absolute/README.md lib/node_modules/npm/node_modules/which/node_modules/is-absolute/index.js @@ -3534,6 +3339,7 @@ lib/node_modules/npm/node_modules/which/ lib/node_modules/npm/node_modules/which/node_modules/is-absolute/node_modules/is-relative/package.json lib/node_modules/npm/node_modules/which/node_modules/is-absolute/package.json lib/node_modules/npm/node_modules/which/node_modules/isexe/.npmignore +lib/node_modules/npm/node_modules/which/node_modules/isexe/LICENSE lib/node_modules/npm/node_modules/which/node_modules/isexe/README.md lib/node_modules/npm/node_modules/which/node_modules/isexe/access.js lib/node_modules/npm/node_modules/which/node_modules/isexe/index.js @@ -3542,9 +3348,6 @@ lib/node_modules/npm/node_modules/which/ lib/node_modules/npm/node_modules/which/node_modules/isexe/test/basic.js lib/node_modules/npm/node_modules/which/node_modules/isexe/windows.js lib/node_modules/npm/node_modules/which/package.json -lib/node_modules/npm/node_modules/which/test/basic.js -lib/node_modules/npm/node_modules/which/test/bin.js -lib/node_modules/npm/node_modules/which/test/windows.js lib/node_modules/npm/node_modules/which/which.js lib/node_modules/npm/node_modules/wrappy/LICENSE lib/node_modules/npm/node_modules/wrappy/README.md @@ -3615,9 +3418,11 @@ lib/node_modules/npm/test/tap/bitbucket- lib/node_modules/npm/test/tap/bugs.js lib/node_modules/npm/test/tap/build-already-built.js lib/node_modules/npm/test/tap/builtin-config.js +lib/node_modules/npm/test/tap/bundled-dependencies-no-pkgjson.js lib/node_modules/npm/test/tap/bundled-dependencies-nonarray.js lib/node_modules/npm/test/tap/cache-add-localdir-fallback.js lib/node_modules/npm/test/tap/cache-add-unpublished.js +lib/node_modules/npm/test/tap/cache-ls-filenames.js lib/node_modules/npm/test/tap/cache-shasum-fork.js lib/node_modules/npm/test/tap/cache-shasum.js lib/node_modules/npm/test/tap/check-cpu-reqs.js @@ -3647,6 +3452,7 @@ lib/node_modules/npm/test/tap/dist-tag.j lib/node_modules/npm/test/tap/do-not-remove-other-bins.js lib/node_modules/npm/test/tap/extraneous-dep-cycle-ls-ok.js lib/node_modules/npm/test/tap/false-name.js +lib/node_modules/npm/test/tap/fetch-package-metadata.js lib/node_modules/npm/test/tap/files-and-ignores.js lib/node_modules/npm/test/tap/full-warning-messages.js lib/node_modules/npm/test/tap/gently-rm-cmdshims.js @@ -3776,6 +3582,7 @@ lib/node_modules/npm/test/tap/pwd-prefix lib/node_modules/npm/test/tap/referer.js lib/node_modules/npm/test/tap/registry.js lib/node_modules/npm/test/tap/repo.js +lib/node_modules/npm/test/tap/retry-on-stale-cache.js lib/node_modules/npm/test/tap/rm-linked.js lib/node_modules/npm/test/tap/run-script-filter-private.js lib/node_modules/npm/test/tap/run-script.js @@ -3786,6 +3593,7 @@ lib/node_modules/npm/test/tap/semver-tag lib/node_modules/npm/test/tap/shrinkwrap-dev-dependency.js lib/node_modules/npm/test/tap/shrinkwrap-empty-deps.js lib/node_modules/npm/test/tap/shrinkwrap-local-dependency.js +lib/node_modules/npm/test/tap/shrinkwrap-nested.js lib/node_modules/npm/test/tap/shrinkwrap-optional-dependency.js lib/node_modules/npm/test/tap/shrinkwrap-prod-dependency-also.js lib/node_modules/npm/test/tap/shrinkwrap-prod-dependency.js @@ -3812,6 +3620,7 @@ lib/node_modules/npm/test/tap/unit-child lib/node_modules/npm/test/tap/unit-deps-removeObsoleteDep.js lib/node_modules/npm/test/tap/unit-deps-replaceModule.js lib/node_modules/npm/test/tap/unit-gentlyrm.js +lib/node_modules/npm/test/tap/unit-link.js lib/node_modules/npm/test/tap/unit-module-name.js lib/node_modules/npm/test/tap/unit-package-id.js lib/node_modules/npm/test/tap/unpack-foreign-tarball.js From owner-svn-ports-head@freebsd.org Mon May 23 03:50:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 033D6B46B29; Mon, 23 May 2016 03:50:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C7D891F11; Mon, 23 May 2016 03:50:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4N3oJHG051659; Mon, 23 May 2016 03:50:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3oJ0f051658; Mon, 23 May 2016 03:50:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230350.u4N3oJ0f051658@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, 23 May 2016 03:50:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415662 - head/devel/p5-bareword-filehandles X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:50:21 -0000 Author: sunpoet Date: Mon May 23 03:50:19 2016 New Revision: 415662 URL: https://svnweb.freebsd.org/changeset/ports/415662 Log: - Add LICENSE_FILE - Strip shared library - Bump PORTREVISION for package change Modified: head/devel/p5-bareword-filehandles/Makefile Modified: head/devel/p5-bareword-filehandles/Makefile ============================================================================== --- head/devel/p5-bareword-filehandles/Makefile Mon May 23 03:50:15 2016 (r415661) +++ head/devel/p5-bareword-filehandles/Makefile Mon May 23 03:50:19 2016 (r415662) @@ -3,7 +3,7 @@ PORTNAME= bareword-filehandles PORTVERSION= 0.004 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ILMARI @@ -14,14 +14,17 @@ COMMENT= Disables bareword filehandles LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-B-Hooks-OP-Check>=0:devel/p5-B-Hooks-OP-Check \ - p5-ExtUtils-Depends>=0:devel/p5-ExtUtils-Depends \ - p5-Lexical-SealRequireHints>=0:devel/p5-Lexical-SealRequireHints -RUN_DEPENDS= p5-B-Hooks-OP-Check>=0:devel/p5-B-Hooks-OP-Check \ p5-Lexical-SealRequireHints>=0:devel/p5-Lexical-SealRequireHints +RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS+= p5-ExtUtils-Depends>=0:devel/p5-ExtUtils-Depends USE_PERL5= configure USES= perl5 +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/bareword/filehandles/filehandles.so + .include From owner-svn-ports-head@freebsd.org Mon May 23 03:50:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9E3AB46B4D; Mon, 23 May 2016 03:50: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 813F71FFE; Mon, 23 May 2016 03:50: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 u4N3oOZf051776; Mon, 23 May 2016 03:50:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3oOmi051774; Mon, 23 May 2016 03:50:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230350.u4N3oOmi051774@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, 23 May 2016 03:50:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415663 - head/devel/p5-multidimensional X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:50:25 -0000 Author: sunpoet Date: Mon May 23 03:50:24 2016 New Revision: 415663 URL: https://svnweb.freebsd.org/changeset/ports/415663 Log: - Update to 0.012 - Add LICENSE_FILE - Strip shared library Changes: http://search.cpan.org/dist/multidimensional/Changes Modified: head/devel/p5-multidimensional/Makefile head/devel/p5-multidimensional/distinfo Modified: head/devel/p5-multidimensional/Makefile ============================================================================== --- head/devel/p5-multidimensional/Makefile Mon May 23 03:50:19 2016 (r415662) +++ head/devel/p5-multidimensional/Makefile Mon May 23 03:50:24 2016 (r415663) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= multidimensional -PORTVERSION= 0.011 -PORTREVISION= 1 +PORTVERSION= 0.012 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ILMARI @@ -14,6 +13,7 @@ COMMENT= Disables multidimensional array LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-B-Hooks-OP-Check>=0.19:devel/p5-B-Hooks-OP-Check \ p5-ExtUtils-Depends>=0:devel/p5-ExtUtils-Depends \ @@ -24,4 +24,7 @@ RUN_DEPENDS= p5-B-Hooks-OP-Check>=0.19:d USE_PERL5= configure USES= perl5 +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/multidimensional/multidimensional.so + .include Modified: head/devel/p5-multidimensional/distinfo ============================================================================== --- head/devel/p5-multidimensional/distinfo Mon May 23 03:50:19 2016 (r415662) +++ head/devel/p5-multidimensional/distinfo Mon May 23 03:50:24 2016 (r415663) @@ -1,2 +1,3 @@ -SHA256 (multidimensional-0.011.tar.gz) = aa46d31355deed8969eb82126afdc9330f6caad17dca18f651f5ae55b9165d6a -SIZE (multidimensional-0.011.tar.gz) = 11520 +TIMESTAMP = 1463680483 +SHA256 (multidimensional-0.012.tar.gz) = daa7754dbdf9a1676cf8872cbe8f04a3eb40173e08fa57fdb2196f364ca6f1e3 +SIZE (multidimensional-0.012.tar.gz) = 11637 From owner-svn-ports-head@freebsd.org Mon May 23 03:50:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 459B6B46BA3; Mon, 23 May 2016 03:50:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1157111D6; Mon, 23 May 2016 03:50: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 u4N3oYRC052023; Mon, 23 May 2016 03:50:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3oYiY052021; Mon, 23 May 2016 03:50:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230350.u4N3oYiY052021@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, 23 May 2016 03:50:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415665 - head/net/p5-Net-CLI-Interact X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:50:35 -0000 Author: sunpoet Date: Mon May 23 03:50:33 2016 New Revision: 415665 URL: https://svnweb.freebsd.org/changeset/ports/415665 Log: - Update to 2.200005 Changes: http://search.cpan.org/dist/Net-CLI-Interact/Changes Modified: head/net/p5-Net-CLI-Interact/Makefile head/net/p5-Net-CLI-Interact/distinfo Modified: head/net/p5-Net-CLI-Interact/Makefile ============================================================================== --- head/net/p5-Net-CLI-Interact/Makefile Mon May 23 03:50:29 2016 (r415664) +++ head/net/p5-Net-CLI-Interact/Makefile Mon May 23 03:50:33 2016 (r415665) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-CLI-Interact -PORTVERSION= 2.200003 +PORTVERSION= 2.200005 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-Net-CLI-Interact/distinfo ============================================================================== --- head/net/p5-Net-CLI-Interact/distinfo Mon May 23 03:50:29 2016 (r415664) +++ head/net/p5-Net-CLI-Interact/distinfo Mon May 23 03:50:33 2016 (r415665) @@ -1,2 +1,3 @@ -SHA256 (Net-CLI-Interact-2.200003.tar.gz) = cc9a9b7f69b39e8e05c9790517a1c783e9d5740fdf1e9d71d814ae5e280ed695 -SIZE (Net-CLI-Interact-2.200003.tar.gz) = 46678 +TIMESTAMP = 1463680495 +SHA256 (Net-CLI-Interact-2.200005.tar.gz) = 7b522d6496d38837b0d966deb2ea6be28c9238bb81be967e7167aa0f891b61cf +SIZE (Net-CLI-Interact-2.200005.tar.gz) = 47512 From owner-svn-ports-head@freebsd.org Mon May 23 03:50:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C10F5B46AD9; Mon, 23 May 2016 03:50:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 578911DC5; Mon, 23 May 2016 03:50:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4N3oFta051559; Mon, 23 May 2016 03:50:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3oFL3051557; Mon, 23 May 2016 03:50:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230350.u4N3oFL3051557@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, 23 May 2016 03:50:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415661 - head/converters/p5-JSON-Tiny X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:50:17 -0000 Author: sunpoet Date: Mon May 23 03:50:15 2016 New Revision: 415661 URL: https://svnweb.freebsd.org/changeset/ports/415661 Log: - Update to 0.56 Changes: http://search.cpan.org/dist/JSON-Tiny/Changes Modified: head/converters/p5-JSON-Tiny/Makefile head/converters/p5-JSON-Tiny/distinfo Modified: head/converters/p5-JSON-Tiny/Makefile ============================================================================== --- head/converters/p5-JSON-Tiny/Makefile Mon May 23 03:50:10 2016 (r415660) +++ head/converters/p5-JSON-Tiny/Makefile Mon May 23 03:50:15 2016 (r415661) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= JSON-Tiny -PORTVERSION= 0.55 +PORTVERSION= 0.56 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/converters/p5-JSON-Tiny/distinfo ============================================================================== --- head/converters/p5-JSON-Tiny/distinfo Mon May 23 03:50:10 2016 (r415660) +++ head/converters/p5-JSON-Tiny/distinfo Mon May 23 03:50:15 2016 (r415661) @@ -1,2 +1,3 @@ -SHA256 (JSON-Tiny-0.55.tar.gz) = 2e5a2f4a212a6f1915bb2883a4c51385c3ca6b3ed41da0cc28d3c8d4c3dc9e0c -SIZE (JSON-Tiny-0.55.tar.gz) = 18619 +TIMESTAMP = 1463680463 +SHA256 (JSON-Tiny-0.56.tar.gz) = f5e3eecd278ddc0b15e3b3d8d108f89fa47cc039852bdb80b909b6bc1b538d04 +SIZE (JSON-Tiny-0.56.tar.gz) = 18503 From owner-svn-ports-head@freebsd.org Mon May 23 03:50:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4280B46B7B; Mon, 23 May 2016 03:50:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C9F510FC; Mon, 23 May 2016 03:50: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 u4N3oTwC051906; Mon, 23 May 2016 03:50:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3oTed051903; Mon, 23 May 2016 03:50:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230350.u4N3oTed051903@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, 23 May 2016 03:50:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415664 - head/devel/p5-PAR-Packer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:50:30 -0000 Author: sunpoet Date: Mon May 23 03:50:29 2016 New Revision: 415664 URL: https://svnweb.freebsd.org/changeset/ports/415664 Log: - Update to 1.033 Changes: http://search.cpan.org/dist/PAR-Packer/Changes Modified: head/devel/p5-PAR-Packer/Makefile head/devel/p5-PAR-Packer/distinfo head/devel/p5-PAR-Packer/pkg-plist Modified: head/devel/p5-PAR-Packer/Makefile ============================================================================== --- head/devel/p5-PAR-Packer/Makefile Mon May 23 03:50:24 2016 (r415663) +++ head/devel/p5-PAR-Packer/Makefile Mon May 23 03:50:29 2016 (r415664) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= PAR-Packer -PORTVERSION= 1.032 +PORTVERSION= 1.033 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-PAR-Packer/distinfo ============================================================================== --- head/devel/p5-PAR-Packer/distinfo Mon May 23 03:50:24 2016 (r415663) +++ head/devel/p5-PAR-Packer/distinfo Mon May 23 03:50:29 2016 (r415664) @@ -1,2 +1,3 @@ -SHA256 (PAR-Packer-1.032.tar.gz) = b3f2385a5460ac286dab55c1e74dd4041c6783a76c5f06191f4e0e1ad188905a -SIZE (PAR-Packer-1.032.tar.gz) = 207493 +TIMESTAMP = 1463904169 +SHA256 (PAR-Packer-1.033.tar.gz) = 5fdda6f3018c9075a1820b947858d19315bab5be7adc548b77053839bf08e5b0 +SIZE (PAR-Packer-1.033.tar.gz) = 207688 Modified: head/devel/p5-PAR-Packer/pkg-plist ============================================================================== --- head/devel/p5-PAR-Packer/pkg-plist Mon May 23 03:50:24 2016 (r415663) +++ head/devel/p5-PAR-Packer/pkg-plist Mon May 23 03:50:29 2016 (r415664) @@ -20,7 +20,6 @@ bin/tkpp %%PERL5_MAN1%%/pp.1.gz %%PERL5_MAN1%%/tkpp.1.gz %%PERL5_MAN3%%/App::Packer::PAR.3.gz -%%PERL5_MAN3%%/Dynamic.3.gz %%PERL5_MAN3%%/PAR::Filter.3.gz %%PERL5_MAN3%%/PAR::Filter::Bleach.3.gz %%PERL5_MAN3%%/PAR::Filter::Bytecode.3.gz @@ -29,5 +28,4 @@ bin/tkpp %%PERL5_MAN3%%/PAR::Filter::PodStrip.3.gz %%PERL5_MAN3%%/PAR::Packer.3.gz %%PERL5_MAN3%%/PAR::StrippedPARL::Base.3.gz -%%PERL5_MAN3%%/Static.3.gz %%PERL5_MAN3%%/pp.3.gz From owner-svn-ports-head@freebsd.org Mon May 23 03:50:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3AC6B46BFA; Mon, 23 May 2016 03:50: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 C391E13B1; Mon, 23 May 2016 03:50: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 u4N3ogSH054200; Mon, 23 May 2016 03:50:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3ogak054199; Mon, 23 May 2016 03:50:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230350.u4N3ogak054199@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, 23 May 2016 03:50:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415667 - head/databases/py-geoalchemy2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:50:44 -0000 Author: sunpoet Date: Mon May 23 03:50:42 2016 New Revision: 415667 URL: https://svnweb.freebsd.org/changeset/ports/415667 Log: - Update RUN_DEPENDS - Bump PORTREVISION for dependency change Modified: head/databases/py-geoalchemy2/Makefile Modified: head/databases/py-geoalchemy2/Makefile ============================================================================== --- head/databases/py-geoalchemy2/Makefile Mon May 23 03:50:38 2016 (r415666) +++ head/databases/py-geoalchemy2/Makefile Mon May 23 03:50:42 2016 (r415667) @@ -3,6 +3,7 @@ PORTNAME= geoalchemy2 PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= databases geography python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +14,7 @@ COMMENT= Using SQLAlchemy with Spatial D LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy08>=0.8:databases/py-sqlalchemy08 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0.8:databases/py-sqlalchemy10 NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils From owner-svn-ports-head@freebsd.org Mon May 23 03:50:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0D11B46BCE; Mon, 23 May 2016 03:50: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 6E36A12D7; Mon, 23 May 2016 03:50: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 u4N3ocjS052682; Mon, 23 May 2016 03:50:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3ocLC052665; Mon, 23 May 2016 03:50:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230350.u4N3ocLC052665@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, 23 May 2016 03:50:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415666 - head/databases/py-geoalchemy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:50:39 -0000 Author: sunpoet Date: Mon May 23 03:50:38 2016 New Revision: 415666 URL: https://svnweb.freebsd.org/changeset/ports/415666 Log: - Update RUN_DEPENDS - Add NO_ARCH - Bump PORTREVISION for dependency change Modified: head/databases/py-geoalchemy/Makefile Modified: head/databases/py-geoalchemy/Makefile ============================================================================== --- head/databases/py-geoalchemy/Makefile Mon May 23 03:50:33 2016 (r415665) +++ head/databases/py-geoalchemy/Makefile Mon May 23 03:50:38 2016 (r415666) @@ -3,6 +3,7 @@ PORTNAME= geoalchemy PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= databases geography python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +14,9 @@ COMMENT= Using SQLAlchemy with Spatial D LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>=0.6.1:databases/py-sqlalchemy07 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0.6.1:databases/py-sqlalchemy10 +NO_ARCH= yes USE_PYTHON= autoplist distutils USES= python:2 From owner-svn-ports-head@freebsd.org Mon May 23 03:50:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B11CCB46CAD; Mon, 23 May 2016 03:50: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 7DCC517E9; Mon, 23 May 2016 03:50:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4N3ouan054551; Mon, 23 May 2016 03:50:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3oufS054549; Mon, 23 May 2016 03:50:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230350.u4N3oufS054549@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, 23 May 2016 03:50:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415670 - head/databases/rubygem-state_machines-activemodel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:50:57 -0000 Author: sunpoet Date: Mon May 23 03:50:56 2016 New Revision: 415670 URL: https://svnweb.freebsd.org/changeset/ports/415670 Log: - Update to 0.4.0 Changes: https://github.com/state-machines/state_machines-activemodel/commits/master Modified: head/databases/rubygem-state_machines-activemodel/Makefile head/databases/rubygem-state_machines-activemodel/distinfo Modified: head/databases/rubygem-state_machines-activemodel/Makefile ============================================================================== --- head/databases/rubygem-state_machines-activemodel/Makefile Mon May 23 03:50:51 2016 (r415669) +++ head/databases/rubygem-state_machines-activemodel/Makefile Mon May 23 03:50:56 2016 (r415670) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= state_machines-activemodel -PORTVERSION= 0.3.0 +PORTVERSION= 0.4.0 CATEGORIES= databases rubygems MASTER_SITES= RG Modified: head/databases/rubygem-state_machines-activemodel/distinfo ============================================================================== --- head/databases/rubygem-state_machines-activemodel/distinfo Mon May 23 03:50:51 2016 (r415669) +++ head/databases/rubygem-state_machines-activemodel/distinfo Mon May 23 03:50:56 2016 (r415670) @@ -1,2 +1,3 @@ -SHA256 (rubygem/state_machines-activemodel-0.3.0.gem) = 1e7cc1411d4a94d5fc95b3ddbdcc1d8ec0801b804173b8afba6e8b3d4a6550af -SIZE (rubygem/state_machines-activemodel-0.3.0.gem) = 17408 +TIMESTAMP = 1463680502 +SHA256 (rubygem/state_machines-activemodel-0.4.0.gem) = 1bada6ad67b640e921dbd1d7c5e7f4bf9929f10285ad1dda55d491a52530c55c +SIZE (rubygem/state_machines-activemodel-0.4.0.gem) = 17408 From owner-svn-ports-head@freebsd.org Mon May 23 03:50:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E286B46C39; Mon, 23 May 2016 03:50: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 6A3541509; Mon, 23 May 2016 03:50: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 u4N3oldi054315; Mon, 23 May 2016 03:50:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3olSh054313; Mon, 23 May 2016 03:50:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230350.u4N3olSh054313@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, 23 May 2016 03:50:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415668 - head/science/py-pysal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:50:48 -0000 Author: sunpoet Date: Mon May 23 03:50:47 2016 New Revision: 415668 URL: https://svnweb.freebsd.org/changeset/ports/415668 Log: - Update to 1.11.2 Changes: https://github.com/pysal/pysal/releases Modified: head/science/py-pysal/Makefile head/science/py-pysal/distinfo Modified: head/science/py-pysal/Makefile ============================================================================== --- head/science/py-pysal/Makefile Mon May 23 03:50:42 2016 (r415667) +++ head/science/py-pysal/Makefile Mon May 23 03:50:47 2016 (r415668) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pysal -PORTVERSION= 1.11.1 +PORTVERSION= 1.11.2 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/science/py-pysal/distinfo ============================================================================== --- head/science/py-pysal/distinfo Mon May 23 03:50:42 2016 (r415667) +++ head/science/py-pysal/distinfo Mon May 23 03:50:47 2016 (r415668) @@ -1,2 +1,3 @@ -SHA256 (PySAL-1.11.1.tar.gz) = 9252105edbabcef7b3bdf4d3c5ec448836a3966fe3ae03bb4ec66822eafc07ee -SIZE (PySAL-1.11.1.tar.gz) = 13470144 +TIMESTAMP = 1463904092 +SHA256 (PySAL-1.11.2.tar.gz) = 81fe834fd855573095ce6d691e88516866b0ea2855be42240e5dbd3e74844aa8 +SIZE (PySAL-1.11.2.tar.gz) = 13452197 From owner-svn-ports-head@freebsd.org Mon May 23 03:50:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BE62B46C62; Mon, 23 May 2016 03:50: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 DD3F616F6; Mon, 23 May 2016 03:50:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4N3oqSG054431; Mon, 23 May 2016 03:50:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3op7U054429; Mon, 23 May 2016 03:50:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230350.u4N3op7U054429@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, 23 May 2016 03:50:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415669 - head/security/py-oauth2client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:50:53 -0000 Author: sunpoet Date: Mon May 23 03:50:51 2016 New Revision: 415669 URL: https://svnweb.freebsd.org/changeset/ports/415669 Log: - Update to 2.1.0 Changes: https://github.com/google/oauth2client/releases Modified: head/security/py-oauth2client/Makefile head/security/py-oauth2client/distinfo Modified: head/security/py-oauth2client/Makefile ============================================================================== --- head/security/py-oauth2client/Makefile Mon May 23 03:50:47 2016 (r415668) +++ head/security/py-oauth2client/Makefile Mon May 23 03:50:51 2016 (r415669) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oauth2client -PORTVERSION= 2.0.2 +PORTVERSION= 2.1.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-oauth2client/distinfo ============================================================================== --- head/security/py-oauth2client/distinfo Mon May 23 03:50:47 2016 (r415668) +++ head/security/py-oauth2client/distinfo Mon May 23 03:50:51 2016 (r415669) @@ -1,2 +1,3 @@ -SHA256 (oauth2client-2.0.2.tar.gz) = c9f7bf68e9d0f9ec055f1f2f487e5ea53b97b7a2b82f01d48d9a9bb68239535a -SIZE (oauth2client-2.0.2.tar.gz) = 68232 +TIMESTAMP = 1463904101 +SHA256 (oauth2client-2.1.0.tar.gz) = d628c9c925815ce0aca159dd4c26f5bc013a8ef025574dd338314d98c1df4f72 +SIZE (oauth2client-2.1.0.tar.gz) = 69631 From owner-svn-ports-head@freebsd.org Mon May 23 03:51:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7284CB46D42; Mon, 23 May 2016 03:51:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B34C1AFB; Mon, 23 May 2016 03:51:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4N3pAYK054901; Mon, 23 May 2016 03:51:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3pArQ054899; Mon, 23 May 2016 03:51:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230351.u4N3pArQ054899@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, 23 May 2016 03:51:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415673 - head/sysutils/rubygem-guard X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:51:11 -0000 Author: sunpoet Date: Mon May 23 03:51:10 2016 New Revision: 415673 URL: https://svnweb.freebsd.org/changeset/ports/415673 Log: - Update to 2.14.0 Changes: https://github.com/guard/guard/releases Modified: head/sysutils/rubygem-guard/Makefile head/sysutils/rubygem-guard/distinfo Modified: head/sysutils/rubygem-guard/Makefile ============================================================================== --- head/sysutils/rubygem-guard/Makefile Mon May 23 03:51:05 2016 (r415672) +++ head/sysutils/rubygem-guard/Makefile Mon May 23 03:51:10 2016 (r415673) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= guard -PORTVERSION= 2.13.0 +PORTVERSION= 2.14.0 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-guard/distinfo ============================================================================== --- head/sysutils/rubygem-guard/distinfo Mon May 23 03:51:05 2016 (r415672) +++ head/sysutils/rubygem-guard/distinfo Mon May 23 03:51:10 2016 (r415673) @@ -1,2 +1,3 @@ -SHA256 (rubygem/guard-2.13.0.gem) = ee9d054edca14663c621135cdafd0e7ed1eac5f23705795829bc6913ab6b765c -SIZE (rubygem/guard-2.13.0.gem) = 59392 +TIMESTAMP = 1463904186 +SHA256 (rubygem/guard-2.14.0.gem) = 0e071764e3fb3c3658ec08e077ab3c9a3b21dbe1f0e62ad62554e4b1f6830dc6 +SIZE (rubygem/guard-2.14.0.gem) = 60928 From owner-svn-ports-head@freebsd.org Mon May 23 03:51:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2948B46D1B; Mon, 23 May 2016 03:51: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 C010D1A05; Mon, 23 May 2016 03:51:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4N3p5Vx054787; Mon, 23 May 2016 03:51:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3p5PF054785; Mon, 23 May 2016 03:51:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230351.u4N3p5PF054785@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, 23 May 2016 03:51:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415672 - head/devel/rubygem-notiffany X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:51:07 -0000 Author: sunpoet Date: Mon May 23 03:51:05 2016 New Revision: 415672 URL: https://svnweb.freebsd.org/changeset/ports/415672 Log: - Update to 0.1.0 Changes: https://github.com/guard/notiffany/releases https://github.com/guard/notiffany/commits/master Modified: head/devel/rubygem-notiffany/Makefile head/devel/rubygem-notiffany/distinfo Modified: head/devel/rubygem-notiffany/Makefile ============================================================================== --- head/devel/rubygem-notiffany/Makefile Mon May 23 03:51:00 2016 (r415671) +++ head/devel/rubygem-notiffany/Makefile Mon May 23 03:51:05 2016 (r415672) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= notiffany -PORTVERSION= 0.0.8 +PORTVERSION= 0.1.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-notiffany/distinfo ============================================================================== --- head/devel/rubygem-notiffany/distinfo Mon May 23 03:51:00 2016 (r415671) +++ head/devel/rubygem-notiffany/distinfo Mon May 23 03:51:05 2016 (r415672) @@ -1,2 +1,3 @@ -SHA256 (rubygem/notiffany-0.0.8.gem) = 7c4976da3a3a6e2f1c8a1b236a5e280b928f5b3146db90ad9cd487b2bee8c5eb -SIZE (rubygem/notiffany-0.0.8.gem) = 21504 +TIMESTAMP = 1463680513 +SHA256 (rubygem/notiffany-0.1.0.gem) = 181ea27dcf6cd5edb85876918906d9a28e2afc85ff2d82c9b2fda2605387a69a +SIZE (rubygem/notiffany-0.1.0.gem) = 22016 From owner-svn-ports-head@freebsd.org Mon May 23 03:51:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27B1FB46CED; Mon, 23 May 2016 03:51: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 ECDE918F7; Mon, 23 May 2016 03:51: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 u4N3p1or054669; Mon, 23 May 2016 03:51:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3p1Xd054667; Mon, 23 May 2016 03:51:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230351.u4N3p1Xd054667@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, 23 May 2016 03:51:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415671 - head/databases/rubygem-state_machines-activerecord X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:51:02 -0000 Author: sunpoet Date: Mon May 23 03:51:00 2016 New Revision: 415671 URL: https://svnweb.freebsd.org/changeset/ports/415671 Log: - Update to 0.4.0 Changes: https://github.com/state-machines/state_machines-activerecord/commits/master Modified: head/databases/rubygem-state_machines-activerecord/Makefile head/databases/rubygem-state_machines-activerecord/distinfo Modified: head/databases/rubygem-state_machines-activerecord/Makefile ============================================================================== --- head/databases/rubygem-state_machines-activerecord/Makefile Mon May 23 03:50:56 2016 (r415670) +++ head/databases/rubygem-state_machines-activerecord/Makefile Mon May 23 03:51:00 2016 (r415671) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= state_machines-activerecord -PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTVERSION= 0.4.0 CATEGORIES= databases rubygems MASTER_SITES= RG Modified: head/databases/rubygem-state_machines-activerecord/distinfo ============================================================================== --- head/databases/rubygem-state_machines-activerecord/distinfo Mon May 23 03:50:56 2016 (r415670) +++ head/databases/rubygem-state_machines-activerecord/distinfo Mon May 23 03:51:00 2016 (r415671) @@ -1,2 +1,3 @@ -SHA256 (rubygem/state_machines-activerecord-0.3.0.gem) = 7d9bd388507ae57061d56ec6d748ec1612ce3b3f56038dfcea895446eca4b781 -SIZE (rubygem/state_machines-activerecord-0.3.0.gem) = 23552 +TIMESTAMP = 1463680508 +SHA256 (rubygem/state_machines-activerecord-0.4.0.gem) = bd370e48c5019df871e7b3459993a237918560b2c24d3bc5250c8f2874e8bc74 +SIZE (rubygem/state_machines-activerecord-0.4.0.gem) = 24064 From owner-svn-ports-head@freebsd.org Mon May 23 03:51:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C522FB46DB0; Mon, 23 May 2016 03:51:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 75BB51D35; Mon, 23 May 2016 03:51:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4N3pJfx055180; Mon, 23 May 2016 03:51:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3pJbF055178; Mon, 23 May 2016 03:51:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230351.u4N3pJbF055178@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, 23 May 2016 03:51:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415675 - head/net/rubygem-fog-openstack X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:51:21 -0000 Author: sunpoet Date: Mon May 23 03:51:19 2016 New Revision: 415675 URL: https://svnweb.freebsd.org/changeset/ports/415675 Log: - Update to 0.1.6 Changes: https://github.com/fog/fog-openstack/commits/master Modified: head/net/rubygem-fog-openstack/Makefile head/net/rubygem-fog-openstack/distinfo Modified: head/net/rubygem-fog-openstack/Makefile ============================================================================== --- head/net/rubygem-fog-openstack/Makefile Mon May 23 03:51:14 2016 (r415674) +++ head/net/rubygem-fog-openstack/Makefile Mon May 23 03:51:19 2016 (r415675) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-openstack -PORTVERSION= 0.1.5 +PORTVERSION= 0.1.6 CATEGORIES= net rubygems MASTER_SITES= RG @@ -12,9 +12,8 @@ COMMENT= Module for the 'fog' gem to sup LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-fog-core>=1.38:devel/rubygem-fog-core \ +RUN_DEPENDS= rubygem-fog-core>=1.39:devel/rubygem-fog-core \ rubygem-fog-json>=1.0:devel/rubygem-fog-json \ - rubygem-fog-xml>=0.1:textproc/rubygem-fog-xml \ rubygem-ipaddress>=0.8:net/rubygem-ipaddress NO_ARCH= yes Modified: head/net/rubygem-fog-openstack/distinfo ============================================================================== --- head/net/rubygem-fog-openstack/distinfo Mon May 23 03:51:14 2016 (r415674) +++ head/net/rubygem-fog-openstack/distinfo Mon May 23 03:51:19 2016 (r415675) @@ -1,2 +1,3 @@ -SHA256 (rubygem/fog-openstack-0.1.5.gem) = 5f87dde02352f317c2a778b0aed1ae19e4a42fdc2d830761e5c1868b6bf85429 -SIZE (rubygem/fog-openstack-0.1.5.gem) = 190976 +TIMESTAMP = 1463680525 +SHA256 (rubygem/fog-openstack-0.1.6.gem) = 468da678780ea57cbf913f6d1a4c96b9b0c366f1b980cf6065dad5b5faf582df +SIZE (rubygem/fog-openstack-0.1.6.gem) = 200704 From owner-svn-ports-head@freebsd.org Mon May 23 03:51:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C8C9B46E13; Mon, 23 May 2016 03:51:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D12101022; Mon, 23 May 2016 03:51: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 u4N3pT3b055412; Mon, 23 May 2016 03:51:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3pScQ055410; Mon, 23 May 2016 03:51:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230351.u4N3pScQ055410@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, 23 May 2016 03:51:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415677 - head/devel/p5-CPANPLUS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:51:30 -0000 Author: sunpoet Date: Mon May 23 03:51:28 2016 New Revision: 415677 URL: https://svnweb.freebsd.org/changeset/ports/415677 Log: - Update to 0.9160 Changes: http://search.cpan.org/dist/CPANPLUS/ChangeLog Modified: head/devel/p5-CPANPLUS/Makefile head/devel/p5-CPANPLUS/distinfo Modified: head/devel/p5-CPANPLUS/Makefile ============================================================================== --- head/devel/p5-CPANPLUS/Makefile Mon May 23 03:51:23 2016 (r415676) +++ head/devel/p5-CPANPLUS/Makefile Mon May 23 03:51:28 2016 (r415677) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CPANPLUS -PORTVERSION= 0.9156 +PORTVERSION= 0.9160 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BINGOS Modified: head/devel/p5-CPANPLUS/distinfo ============================================================================== --- head/devel/p5-CPANPLUS/distinfo Mon May 23 03:51:23 2016 (r415676) +++ head/devel/p5-CPANPLUS/distinfo Mon May 23 03:51:28 2016 (r415677) @@ -1,2 +1,3 @@ -SHA256 (CPANPLUS-0.9156.tar.gz) = 75f47866857387c7fd24658e23a72e912182a1ba48ac87a651c281627b4bb754 -SIZE (CPANPLUS-0.9156.tar.gz) = 559231 +TIMESTAMP = 1463680554 +SHA256 (CPANPLUS-0.9160.tar.gz) = ac134d4c564b5fbc8d6e035296324a0b9486752404d9355f57b6788cc0e30209 +SIZE (CPANPLUS-0.9160.tar.gz) = 565521 From owner-svn-ports-head@freebsd.org Mon May 23 03:51:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 251ADB46D72; Mon, 23 May 2016 03:51:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E93921BEA; Mon, 23 May 2016 03:51:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4N3pFnj055034; Mon, 23 May 2016 03:51:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3pF7c055023; Mon, 23 May 2016 03:51:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230351.u4N3pF7c055023@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, 23 May 2016 03:51:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415674 - head/devel/rubygem-pathutil X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:51:16 -0000 Author: sunpoet Date: Mon May 23 03:51:14 2016 New Revision: 415674 URL: https://svnweb.freebsd.org/changeset/ports/415674 Log: - Update to 0.14.0 Changes: https://github.com/envygeeks/pathutil/commits/master Modified: head/devel/rubygem-pathutil/Makefile head/devel/rubygem-pathutil/distinfo Modified: head/devel/rubygem-pathutil/Makefile ============================================================================== --- head/devel/rubygem-pathutil/Makefile Mon May 23 03:51:10 2016 (r415673) +++ head/devel/rubygem-pathutil/Makefile Mon May 23 03:51:14 2016 (r415674) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pathutil -PORTVERSION= 0.12.0 +PORTVERSION= 0.14.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-pathutil/distinfo ============================================================================== --- head/devel/rubygem-pathutil/distinfo Mon May 23 03:51:10 2016 (r415673) +++ head/devel/rubygem-pathutil/distinfo Mon May 23 03:51:14 2016 (r415674) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463505816 -SHA256 (rubygem/pathutil-0.12.0.gem) = ff4c16712b577aff1241a9bca8a4182db36d912665c5f8a6e428bcb1f8a4b30b -SIZE (rubygem/pathutil-0.12.0.gem) = 11776 +TIMESTAMP = 1463680519 +SHA256 (rubygem/pathutil-0.14.0.gem) = c7fe1ba37ec11ae35fa5c7fb9b5ba4633ca3ca0cf68b352705a3c96d3a278438 +SIZE (rubygem/pathutil-0.14.0.gem) = 11776 From owner-svn-ports-head@freebsd.org Mon May 23 03:51:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A39FB46DE8; Mon, 23 May 2016 03:51: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 2DCF41ED7; Mon, 23 May 2016 03:51: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 u4N3pOXi055296; Mon, 23 May 2016 03:51:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3pO1t055294; Mon, 23 May 2016 03:51:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230351.u4N3pO1t055294@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, 23 May 2016 03:51:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415676 - 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.22 Precedence: list List-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, 23 May 2016 03:51:25 -0000 Author: sunpoet Date: Mon May 23 03:51:23 2016 New Revision: 415676 URL: https://svnweb.freebsd.org/changeset/ports/415676 Log: - Update to 1.4.1 - Add LICENSE_FILE 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 May 23 03:51:19 2016 (r415675) +++ head/databases/p5-MongoDB/Makefile Mon May 23 03:51:23 2016 (r415676) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MongoDB -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 DISTVERSIONPREFIX= v CATEGORIES= databases perl5 MASTER_SITES= CPAN @@ -12,6 +12,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Mongo Driver for Perl LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Authen-SCRAM>=0.003:security/p5-Authen-SCRAM \ p5-Class-XSAccessor>0:devel/p5-Class-XSAccessor \ Modified: head/databases/p5-MongoDB/distinfo ============================================================================== --- head/databases/p5-MongoDB/distinfo Mon May 23 03:51:19 2016 (r415675) +++ head/databases/p5-MongoDB/distinfo Mon May 23 03:51:23 2016 (r415676) @@ -1,2 +1,3 @@ -SHA256 (MongoDB-v1.4.0.tar.gz) = 841eb060705525bc3943238fbcd23da6161b9e63d8f262ea97962c7a20ee11e2 -SIZE (MongoDB-v1.4.0.tar.gz) = 2532747 +TIMESTAMP = 1463680542 +SHA256 (MongoDB-v1.4.1.tar.gz) = 5d6efb371fabf56b8163d0ac830852e6cddf1db7fb0e88305695577b5a16e432 +SIZE (MongoDB-v1.4.1.tar.gz) = 2532533 From owner-svn-ports-head@freebsd.org Mon May 23 03:51:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C03E8B46E52; Mon, 23 May 2016 03:51: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 90918112A; Mon, 23 May 2016 03:51: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 u4N3pXHX055527; Mon, 23 May 2016 03:51:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3pXo8055525; Mon, 23 May 2016 03:51:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230351.u4N3pXo8055525@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, 23 May 2016 03:51:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415678 - head/devel/p5-DateTime-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.22 Precedence: list List-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, 23 May 2016 03:51:34 -0000 Author: sunpoet Date: Mon May 23 03:51:33 2016 New Revision: 415678 URL: https://svnweb.freebsd.org/changeset/ports/415678 Log: - Update to 0.3700 Changes: http://search.cpan.org/dist/DateTime-Set/Changes Modified: head/devel/p5-DateTime-Set/Makefile head/devel/p5-DateTime-Set/distinfo Modified: head/devel/p5-DateTime-Set/Makefile ============================================================================== --- head/devel/p5-DateTime-Set/Makefile Mon May 23 03:51:28 2016 (r415677) +++ head/devel/p5-DateTime-Set/Makefile Mon May 23 03:51:33 2016 (r415678) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-Set -PORTVERSION= 0.36 +PORTVERSION= 0.37 DISTVERSIONSUFFIX= 00 CATEGORIES= devel perl5 MASTER_SITES= CPAN Modified: head/devel/p5-DateTime-Set/distinfo ============================================================================== --- head/devel/p5-DateTime-Set/distinfo Mon May 23 03:51:28 2016 (r415677) +++ head/devel/p5-DateTime-Set/distinfo Mon May 23 03:51:33 2016 (r415678) @@ -1,2 +1,3 @@ -SHA256 (DateTime-Set-0.3600.tar.gz) = 83503960c773efadfe2b0255e61bc1eb531bb6f497463d3b3880d7a516bc2f13 -SIZE (DateTime-Set-0.3600.tar.gz) = 45628 +TIMESTAMP = 1463680563 +SHA256 (DateTime-Set-0.3700.tar.gz) = 2e5b669b794296ee960e3d7467b354ce531be64e4f22838a7cca08b86bb23445 +SIZE (DateTime-Set-0.3700.tar.gz) = 46017 From owner-svn-ports-head@freebsd.org Mon May 23 03:51:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73F72B46EAD; Mon, 23 May 2016 03:51:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C6B31320; Mon, 23 May 2016 03:51:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4N3phj5055758; Mon, 23 May 2016 03:51:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3phEW055756; Mon, 23 May 2016 03:51:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230351.u4N3phEW055756@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, 23 May 2016 03:51:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415680 - head/devel/p5-Minion X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:51:44 -0000 Author: sunpoet Date: Mon May 23 03:51:43 2016 New Revision: 415680 URL: https://svnweb.freebsd.org/changeset/ports/415680 Log: - Update to 5.07 Changes: http://search.cpan.org/dist/Minion/Changes Modified: head/devel/p5-Minion/Makefile head/devel/p5-Minion/distinfo Modified: head/devel/p5-Minion/Makefile ============================================================================== --- head/devel/p5-Minion/Makefile Mon May 23 03:51:38 2016 (r415679) +++ head/devel/p5-Minion/Makefile Mon May 23 03:51:43 2016 (r415680) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Minion -PORTVERSION= 5.06 +PORTVERSION= 5.07 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SRI Modified: head/devel/p5-Minion/distinfo ============================================================================== --- head/devel/p5-Minion/distinfo Mon May 23 03:51:38 2016 (r415679) +++ head/devel/p5-Minion/distinfo Mon May 23 03:51:43 2016 (r415680) @@ -1,2 +1,3 @@ -SHA256 (Minion-5.06.tar.gz) = 7195ef4810d812c2ebab87514b45a80b63662892e97b4f0bae0977208011e394 -SIZE (Minion-5.06.tar.gz) = 28784 +TIMESTAMP = 1463680581 +SHA256 (Minion-5.07.tar.gz) = 9e00de722fe4af95093107754e6aba6b9f7c7d5f013f44d77d0afc308354b8fc +SIZE (Minion-5.07.tar.gz) = 29783 From owner-svn-ports-head@freebsd.org Mon May 23 03:51:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A03F7B46E78; Mon, 23 May 2016 03:51: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 710CF1219; Mon, 23 May 2016 03:51: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 u4N3pcgc055644; Mon, 23 May 2016 03:51:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3pcTi055642; Mon, 23 May 2016 03:51:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230351.u4N3pcTi055642@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, 23 May 2016 03:51:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415679 - head/devel/p5-Git-Repository X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:51:39 -0000 Author: sunpoet Date: Mon May 23 03:51:38 2016 New Revision: 415679 URL: https://svnweb.freebsd.org/changeset/ports/415679 Log: - Update to 1.319 - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Git-Repository/Changes Modified: head/devel/p5-Git-Repository/Makefile head/devel/p5-Git-Repository/distinfo Modified: head/devel/p5-Git-Repository/Makefile ============================================================================== --- head/devel/p5-Git-Repository/Makefile Mon May 23 03:51:33 2016 (r415678) +++ head/devel/p5-Git-Repository/Makefile Mon May 23 03:51:38 2016 (r415679) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Git-Repository -PORTVERSION= 1.318 +PORTVERSION= 1.319 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,6 +19,7 @@ BUILD_DEPENDS= git:devel/git \ p5-System-Command>=1.103:devel/p5-System-Command \ p5-namespace-clean>=0:devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Requires-Git>=1.005:devel/p5-Test-Requires-Git NO_ARCH= yes USES= perl5 Modified: head/devel/p5-Git-Repository/distinfo ============================================================================== --- head/devel/p5-Git-Repository/distinfo Mon May 23 03:51:33 2016 (r415678) +++ head/devel/p5-Git-Repository/distinfo Mon May 23 03:51:38 2016 (r415679) @@ -1,2 +1,3 @@ -SHA256 (Git-Repository-1.318.tar.gz) = 956ffefa1b0d23c99ceaf1e59c9b8c1fa8b2bb9ad4eb5d9d6b7ba4d8585ca66f -SIZE (Git-Repository-1.318.tar.gz) = 53573 +TIMESTAMP = 1463680573 +SHA256 (Git-Repository-1.319.tar.gz) = 1b66f64f66a61349a10b6d13f8fc74bfe48a96de5eb8de5c0d091699c9f33e53 +SIZE (Git-Repository-1.319.tar.gz) = 54309 From owner-svn-ports-head@freebsd.org Mon May 23 03:51:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDA10B46F33; Mon, 23 May 2016 03:51: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 AF8EF1669; Mon, 23 May 2016 03:51:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4N3pq8S055991; Mon, 23 May 2016 03:51:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3pqh6055989; Mon, 23 May 2016 03:51:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230351.u4N3pqh6055989@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, 23 May 2016 03:51:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415682 - head/devel/p5-namespace-clean X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:51:54 -0000 Author: sunpoet Date: Mon May 23 03:51:52 2016 New Revision: 415682 URL: https://svnweb.freebsd.org/changeset/ports/415682 Log: - Update to 0.27 Changes: http://search.cpan.org/dist/namespace-clean/Changes Modified: head/devel/p5-namespace-clean/Makefile head/devel/p5-namespace-clean/distinfo Modified: head/devel/p5-namespace-clean/Makefile ============================================================================== --- head/devel/p5-namespace-clean/Makefile Mon May 23 03:51:47 2016 (r415681) +++ head/devel/p5-namespace-clean/Makefile Mon May 23 03:51:52 2016 (r415682) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= namespace-clean -PORTVERSION= 0.26 +PORTVERSION= 0.27 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-namespace-clean/distinfo ============================================================================== --- head/devel/p5-namespace-clean/distinfo Mon May 23 03:51:47 2016 (r415681) +++ head/devel/p5-namespace-clean/distinfo Mon May 23 03:51:52 2016 (r415682) @@ -1,2 +1,3 @@ -SHA256 (namespace-clean-0.26.tar.gz) = 73986e19c4ad0e634e35f4f26e81437f152d8026eb1d91fe795725746ce13eca -SIZE (namespace-clean-0.26.tar.gz) = 15414 +TIMESTAMP = 1463680602 +SHA256 (namespace-clean-0.27.tar.gz) = 8a10a83c3e183dc78f9e7b7aa4d09b47c11fb4e7d3a33b9a12912fd22e31af9d +SIZE (namespace-clean-0.27.tar.gz) = 17801 From owner-svn-ports-head@freebsd.org Mon May 23 03:51:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92FE6B46F79; Mon, 23 May 2016 03:51: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 63B311755; Mon, 23 May 2016 03:51: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 u4N3pvuj056198; Mon, 23 May 2016 03:51:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3pvNJ056196; Mon, 23 May 2016 03:51:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230351.u4N3pvNJ056196@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, 23 May 2016 03:51:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415683 - head/devel/rubygem-delayed_job X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:51:58 -0000 Author: sunpoet Date: Mon May 23 03:51:57 2016 New Revision: 415683 URL: https://svnweb.freebsd.org/changeset/ports/415683 Log: - Update to 4.1.2 Changes: https://github.com/collectiveidea/delayed_job/blob/master/CHANGELOG.md Modified: head/devel/rubygem-delayed_job/Makefile head/devel/rubygem-delayed_job/distinfo Modified: head/devel/rubygem-delayed_job/Makefile ============================================================================== --- head/devel/rubygem-delayed_job/Makefile Mon May 23 03:51:52 2016 (r415682) +++ head/devel/rubygem-delayed_job/Makefile Mon May 23 03:51:57 2016 (r415683) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= delayed_job -PORTVERSION= 4.1.1 +PORTVERSION= 4.1.2 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-delayed_job/distinfo ============================================================================== --- head/devel/rubygem-delayed_job/distinfo Mon May 23 03:51:52 2016 (r415682) +++ head/devel/rubygem-delayed_job/distinfo Mon May 23 03:51:57 2016 (r415683) @@ -1,2 +1,3 @@ -SHA256 (rubygem/delayed_job-4.1.1.gem) = d2f4d80b349fa65bb3b1176b40299fffef9a371dd529b9f7016335cdc6bc9de5 -SIZE (rubygem/delayed_job-4.1.1.gem) = 38912 +TIMESTAMP = 1463680608 +SHA256 (rubygem/delayed_job-4.1.2.gem) = b229bbac34e1c5fd63b6a30421565d4134df568d08da6aaf713239870a03d7c5 +SIZE (rubygem/delayed_job-4.1.2.gem) = 39424 From owner-svn-ports-head@freebsd.org Mon May 23 03:51:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4BDC6B46EEA; Mon, 23 May 2016 03:51:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 011041410; Mon, 23 May 2016 03:51: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 u4N3pmVJ055876; Mon, 23 May 2016 03:51:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3pm1S055874; Mon, 23 May 2016 03:51:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230351.u4N3pm1S055874@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, 23 May 2016 03:51:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415681 - head/devel/p5-MooseX-ClassAttribute X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:51:49 -0000 Author: sunpoet Date: Mon May 23 03:51:47 2016 New Revision: 415681 URL: https://svnweb.freebsd.org/changeset/ports/415681 Log: - Update to 0.28 - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/MooseX-ClassAttribute/Changes Modified: head/devel/p5-MooseX-ClassAttribute/Makefile head/devel/p5-MooseX-ClassAttribute/distinfo Modified: head/devel/p5-MooseX-ClassAttribute/Makefile ============================================================================== --- head/devel/p5-MooseX-ClassAttribute/Makefile Mon May 23 03:51:43 2016 (r415680) +++ head/devel/p5-MooseX-ClassAttribute/Makefile Mon May 23 03:51:47 2016 (r415681) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= MooseX-ClassAttribute -PORTVERSION= 0.27 -PORTREVISION= 1 +PORTVERSION= 0.28 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DROLSKY @@ -13,17 +12,20 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Declare class attributes Moose-style LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Moose>=2:devel/p5-Moose \ + p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils \ p5-namespace-autoclean>=0.11:devel/p5-namespace-autoclean \ p5-namespace-clean>=0.20:devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-MooseX-AttributeHelpers>=0:devel/p5-MooseX-AttributeHelpers \ p5-MooseX-Role-Parameterized>=0:devel/p5-MooseX-Role-Parameterized \ p5-MooseX-Role-Strict>=0:devel/p5-MooseX-Role-Strict \ - p5-Test-Requires>=0:devel/p5-Test-Requires \ + p5-Test-Requires>=0.05:devel/p5-Test-Requires \ p5-Test-Fatal>=0:devel/p5-Test-Fatal +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-MooseX-ClassAttribute/distinfo ============================================================================== --- head/devel/p5-MooseX-ClassAttribute/distinfo Mon May 23 03:51:43 2016 (r415680) +++ head/devel/p5-MooseX-ClassAttribute/distinfo Mon May 23 03:51:47 2016 (r415681) @@ -1,2 +1,3 @@ -SHA256 (MooseX-ClassAttribute-0.27.tar.gz) = 77d97b2c642f96073df5d778a1487ec9483cd0d0661ab50856931af13aa8bf93 -SIZE (MooseX-ClassAttribute-0.27.tar.gz) = 20132 +TIMESTAMP = 1463680593 +SHA256 (MooseX-ClassAttribute-0.28.tar.gz) = 5160f0139e3f530b65c309db48c6d2b021e673107a09a0e2d5f1912527f91dbf +SIZE (MooseX-ClassAttribute-0.28.tar.gz) = 36084 From owner-svn-ports-head@freebsd.org Mon May 23 03:52:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02BEDB440B2; Mon, 23 May 2016 03:52: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 C7D98199C; Mon, 23 May 2016 03:52: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 u4N3q7ZD057061; Mon, 23 May 2016 03:52:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3q6UW057059; Mon, 23 May 2016 03:52:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230352.u4N3q6UW057059@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, 23 May 2016 03:52:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415685 - head/devel/rubygem-minitest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:52:08 -0000 Author: sunpoet Date: Mon May 23 03:52:06 2016 New Revision: 415685 URL: https://svnweb.freebsd.org/changeset/ports/415685 Log: - Update to 5.9.0 Changes: https://github.com/seattlerb/minitest/blob/master/History.rdoc Modified: head/devel/rubygem-minitest/Makefile head/devel/rubygem-minitest/distinfo Modified: head/devel/rubygem-minitest/Makefile ============================================================================== --- head/devel/rubygem-minitest/Makefile Mon May 23 03:52:01 2016 (r415684) +++ head/devel/rubygem-minitest/Makefile Mon May 23 03:52:06 2016 (r415685) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= minitest -PORTVERSION= 5.8.4 +PORTVERSION= 5.9.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-minitest/distinfo ============================================================================== --- head/devel/rubygem-minitest/distinfo Mon May 23 03:52:01 2016 (r415684) +++ head/devel/rubygem-minitest/distinfo Mon May 23 03:52:06 2016 (r415685) @@ -1,2 +1,3 @@ -SHA256 (rubygem/minitest-5.8.4.gem) = 2ad73ec73ef54719efba24961a36ad3a65c0bff9cb5d9fda4ddaba2a38b8d416 -SIZE (rubygem/minitest-5.8.4.gem) = 72192 +TIMESTAMP = 1463680621 +SHA256 (rubygem/minitest-5.9.0.gem) = 94660b4c3907ec4374a8c6980f63eb26644efe35c05b571567ce6d11c271dfbd +SIZE (rubygem/minitest-5.9.0.gem) = 73216 From owner-svn-ports-head@freebsd.org Mon May 23 03:52:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AE4DB44067; Mon, 23 May 2016 03:52: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 27B77185F; Mon, 23 May 2016 03:52: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 u4N3q21V056946; Mon, 23 May 2016 03:52:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3q2pq056944; Mon, 23 May 2016 03:52:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230352.u4N3q2pq056944@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, 23 May 2016 03:52:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415684 - head/devel/rubygem-dynflow X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:52:03 -0000 Author: sunpoet Date: Mon May 23 03:52:01 2016 New Revision: 415684 URL: https://svnweb.freebsd.org/changeset/ports/415684 Log: - Update to 0.8.11 Changes: https://github.com/Dynflow/dynflow/commits/master Modified: head/devel/rubygem-dynflow/Makefile head/devel/rubygem-dynflow/distinfo Modified: head/devel/rubygem-dynflow/Makefile ============================================================================== --- head/devel/rubygem-dynflow/Makefile Mon May 23 03:51:57 2016 (r415683) +++ head/devel/rubygem-dynflow/Makefile Mon May 23 03:52:01 2016 (r415684) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dynflow -PORTVERSION= 0.8.10 +PORTVERSION= 0.8.11 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-dynflow/distinfo ============================================================================== --- head/devel/rubygem-dynflow/distinfo Mon May 23 03:51:57 2016 (r415683) +++ head/devel/rubygem-dynflow/distinfo Mon May 23 03:52:01 2016 (r415684) @@ -1,2 +1,3 @@ -SHA256 (rubygem/dynflow-0.8.10.gem) = 185a78affcae21d77682dd3aa2d6c8836ebb8b4d1bb19ca82a3ab2f6b10c3de0 -SIZE (rubygem/dynflow-0.8.10.gem) = 933376 +TIMESTAMP = 1463680616 +SHA256 (rubygem/dynflow-0.8.11.gem) = b5fdb712de3abc57ad01406e1fb66d7503aa3f9e9080df08b50be3f216885edd +SIZE (rubygem/dynflow-0.8.11.gem) = 933376 From owner-svn-ports-head@freebsd.org Mon May 23 03:52:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 719F0B441D5; Mon, 23 May 2016 03:52:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 402151E6E; Mon, 23 May 2016 03:52: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 u4N3qPmr057510; Mon, 23 May 2016 03:52:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3qPHt057508; Mon, 23 May 2016 03:52:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230352.u4N3qPHt057508@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, 23 May 2016 03:52:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415689 - head/www/rubygem-websocket-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.22 Precedence: list List-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, 23 May 2016 03:52:26 -0000 Author: sunpoet Date: Mon May 23 03:52:25 2016 New Revision: 415689 URL: https://svnweb.freebsd.org/changeset/ports/415689 Log: - Add LICENSE - Update WWW Modified: head/www/rubygem-websocket-extensions/Makefile head/www/rubygem-websocket-extensions/pkg-descr Modified: head/www/rubygem-websocket-extensions/Makefile ============================================================================== --- head/www/rubygem-websocket-extensions/Makefile Mon May 23 03:52:20 2016 (r415688) +++ head/www/rubygem-websocket-extensions/Makefile Mon May 23 03:52:25 2016 (r415689) @@ -8,6 +8,8 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Generic extension manager for WebSocket connections +LICENSE= MIT + NO_ARCH= yes USE_RUBY= yes USES= gem Modified: head/www/rubygem-websocket-extensions/pkg-descr ============================================================================== --- head/www/rubygem-websocket-extensions/pkg-descr Mon May 23 03:52:20 2016 (r415688) +++ head/www/rubygem-websocket-extensions/pkg-descr Mon May 23 03:52:25 2016 (r415689) @@ -1,3 +1,3 @@ A rubygem providing a generic extension manager for WebSocket connections. -WWW: http://github.com/faye/websocket-extensions-ruby +WWW: https://github.com/faye/websocket-extensions-ruby From owner-svn-ports-head@freebsd.org Mon May 23 03:52:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D355AB4416B; Mon, 23 May 2016 03:52:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A3FF81D6B; Mon, 23 May 2016 03:52: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 u4N3qKaH057395; Mon, 23 May 2016 03:52:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3qKXW057394; Mon, 23 May 2016 03:52:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230352.u4N3qKXW057394@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, 23 May 2016 03:52:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415688 - head/textproc/rubygem-pretty-xml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:52:21 -0000 Author: sunpoet Date: Mon May 23 03:52:20 2016 New Revision: 415688 URL: https://svnweb.freebsd.org/changeset/ports/415688 Log: - Fix LICENSE - Update RUN_DEPENDS Modified: head/textproc/rubygem-pretty-xml/Makefile Modified: head/textproc/rubygem-pretty-xml/Makefile ============================================================================== --- head/textproc/rubygem-pretty-xml/Makefile Mon May 23 03:52:16 2016 (r415687) +++ head/textproc/rubygem-pretty-xml/Makefile Mon May 23 03:52:20 2016 (r415688) @@ -8,9 +8,9 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Print well formatted XML -LICENSE= RUBY +LICENSE= MIT -RUN_DEPENDS= rubygem-nokogiri>=0:textproc/rubygem-nokogiri +RUN_DEPENDS= rubygem-nokogiri>=1.6.7.2:textproc/rubygem-nokogiri NO_ARCH= yes USE_RUBY= yes From owner-svn-ports-head@freebsd.org Mon May 23 03:52:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CBE21B440F1; Mon, 23 May 2016 03:52: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 96B331B47; Mon, 23 May 2016 03:52: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 u4N3qBAB057178; Mon, 23 May 2016 03:52:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3qB4L057176; Mon, 23 May 2016 03:52:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230352.u4N3qB4L057176@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, 23 May 2016 03:52:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415686 - head/devel/rubygem-rake-compiler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:52:13 -0000 Author: sunpoet Date: Mon May 23 03:52:11 2016 New Revision: 415686 URL: https://svnweb.freebsd.org/changeset/ports/415686 Log: - Update to 0.9.9 Changes: https://github.com/rake-compiler/rake-compiler/blob/master/History.txt Modified: head/devel/rubygem-rake-compiler/Makefile head/devel/rubygem-rake-compiler/distinfo Modified: head/devel/rubygem-rake-compiler/Makefile ============================================================================== --- head/devel/rubygem-rake-compiler/Makefile Mon May 23 03:52:06 2016 (r415685) +++ head/devel/rubygem-rake-compiler/Makefile Mon May 23 03:52:11 2016 (r415686) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rake-compiler -PORTVERSION= 0.9.8 +PORTVERSION= 0.9.9 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-rake-compiler/distinfo ============================================================================== --- head/devel/rubygem-rake-compiler/distinfo Mon May 23 03:52:06 2016 (r415685) +++ head/devel/rubygem-rake-compiler/distinfo Mon May 23 03:52:11 2016 (r415686) @@ -1,2 +1,3 @@ -SHA256 (rubygem/rake-compiler-0.9.8.gem) = 263a82c63fd037951e00c344a448c9a74321b16d9e7f8b8c4f1cff3fc9701ee5 -SIZE (rubygem/rake-compiler-0.9.8.gem) = 35840 +TIMESTAMP = 1463680626 +SHA256 (rubygem/rake-compiler-0.9.9.gem) = 4a278fecf74d8f2f12c620b182729e3573fe956a2e118bb9e22191e2e33626c8 +SIZE (rubygem/rake-compiler-0.9.9.gem) = 35840 From owner-svn-ports-head@freebsd.org Mon May 23 03:52:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83FB1B4412D; Mon, 23 May 2016 03:52: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 556371C81; Mon, 23 May 2016 03:52: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 u4N3qGoE057292; Mon, 23 May 2016 03:52:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3qG6O057290; Mon, 23 May 2016 03:52:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230352.u4N3qG6O057290@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, 23 May 2016 03:52:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415687 - head/devel/rubygem-recaptcha X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:52:17 -0000 Author: sunpoet Date: Mon May 23 03:52:16 2016 New Revision: 415687 URL: https://svnweb.freebsd.org/changeset/ports/415687 Log: - Update to 2.0.0 Changes: https://github.com/ambethia/recaptcha/blob/master/CHANGELOG.md Modified: head/devel/rubygem-recaptcha/Makefile head/devel/rubygem-recaptcha/distinfo Modified: head/devel/rubygem-recaptcha/Makefile ============================================================================== --- head/devel/rubygem-recaptcha/Makefile Mon May 23 03:52:11 2016 (r415686) +++ head/devel/rubygem-recaptcha/Makefile Mon May 23 03:52:16 2016 (r415687) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= recaptcha -PORTVERSION= 1.3.0 +PORTVERSION= 2.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-recaptcha/distinfo ============================================================================== --- head/devel/rubygem-recaptcha/distinfo Mon May 23 03:52:11 2016 (r415686) +++ head/devel/rubygem-recaptcha/distinfo Mon May 23 03:52:16 2016 (r415687) @@ -1,2 +1,3 @@ -SHA256 (rubygem/recaptcha-1.3.0.gem) = e843f0b86d6dcb994bd9fe67445d24fee515eea91a986b2271886121a54c6ec7 -SIZE (rubygem/recaptcha-1.3.0.gem) = 11776 +TIMESTAMP = 1463680632 +SHA256 (rubygem/recaptcha-2.0.0.gem) = 262f1435f09fa210b0172100cc80322e88685ad48e0ae396530f0dd7479cac52 +SIZE (rubygem/recaptcha-2.0.0.gem) = 11776 From owner-svn-ports-head@freebsd.org Mon May 23 03:52:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7840FB44241; Mon, 23 May 2016 03:52:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4295B1031; Mon, 23 May 2016 03:52:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4N3qYrX057728; Mon, 23 May 2016 03:52:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3qY9B057727; Mon, 23 May 2016 03:52:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230352.u4N3qY9B057727@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, 23 May 2016 03:52:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415691 - head/www/rubygem-faye-websocket X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:52:35 -0000 Author: sunpoet Date: Mon May 23 03:52:34 2016 New Revision: 415691 URL: https://svnweb.freebsd.org/changeset/ports/415691 Log: - Add LICENSE Modified: head/www/rubygem-faye-websocket/Makefile Modified: head/www/rubygem-faye-websocket/Makefile ============================================================================== --- head/www/rubygem-faye-websocket/Makefile Mon May 23 03:52:29 2016 (r415690) +++ head/www/rubygem-faye-websocket/Makefile Mon May 23 03:52:34 2016 (r415691) @@ -8,6 +8,8 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Standards-compliant WebSocket server and client +LICENSE= MIT + RUN_DEPENDS= rubygem-eventmachine>=0.12.0:devel/rubygem-eventmachine \ rubygem-websocket-driver>=0.5.1:www/rubygem-websocket-driver From owner-svn-ports-head@freebsd.org Mon May 23 03:52:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13169B44274; Mon, 23 May 2016 03:52:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D4AD51113; Mon, 23 May 2016 03:52: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 u4N3qcOY057829; Mon, 23 May 2016 03:52:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3qcgZ057828; Mon, 23 May 2016 03:52:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230352.u4N3qcgZ057828@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, 23 May 2016 03:52:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415692 - head/www/rubygem-faye X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:52:40 -0000 Author: sunpoet Date: Mon May 23 03:52:38 2016 New Revision: 415692 URL: https://svnweb.freebsd.org/changeset/ports/415692 Log: - Add LICENSE - Update RUN_DEPENDS: use newer rubygem-rack - Bump PORTREVISION for dependency change Modified: head/www/rubygem-faye/Makefile Modified: head/www/rubygem-faye/Makefile ============================================================================== --- head/www/rubygem-faye/Makefile Mon May 23 03:52:34 2016 (r415691) +++ head/www/rubygem-faye/Makefile Mon May 23 03:52:38 2016 (r415692) @@ -2,18 +2,21 @@ PORTNAME= faye PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Simple pub/sub messaging for the web +LICENSE= MIT + RUN_DEPENDS= rubygem-cookiejar>=0.3.0:www/rubygem-cookiejar \ rubygem-em-http-request>=0.3.0:www/rubygem-em-http-request \ rubygem-eventmachine>=0.12.0:devel/rubygem-eventmachine \ rubygem-faye-websocket>=0.9.1:www/rubygem-faye-websocket \ rubygem-multi_json>=1.0.0:devel/rubygem-multi_json \ - rubygem-rack>=1.0.0:www/rubygem-rack \ + rubygem-rack16>=1.0.0:www/rubygem-rack16 \ rubygem-websocket-driver>=0.5.1:www/rubygem-websocket-driver NO_ARCH= yes From owner-svn-ports-head@freebsd.org Mon May 23 03:52:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B570EB442B1; Mon, 23 May 2016 03:52: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 78DC011F3; Mon, 23 May 2016 03:52: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 u4N3qhi2057932; Mon, 23 May 2016 03:52:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3qh8A057931; Mon, 23 May 2016 03:52:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230352.u4N3qh8A057931@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, 23 May 2016 03:52:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415693 - head/devel/rubygem-jasmine-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.22 Precedence: list List-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, 23 May 2016 03:52:44 -0000 Author: sunpoet Date: Mon May 23 03:52:43 2016 New Revision: 415693 URL: https://svnweb.freebsd.org/changeset/ports/415693 Log: - Add LICENSE - Add NO_ARCH Modified: head/devel/rubygem-jasmine-core/Makefile Modified: head/devel/rubygem-jasmine-core/Makefile ============================================================================== --- head/devel/rubygem-jasmine-core/Makefile Mon May 23 03:52:38 2016 (r415692) +++ head/devel/rubygem-jasmine-core/Makefile Mon May 23 03:52:43 2016 (r415693) @@ -8,6 +8,9 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Test JavaScript without any framework dependencies +LICENSE= MIT + +NO_ARCH= yes USE_RUBY= yes USES= gem From owner-svn-ports-head@freebsd.org Mon May 23 03:52:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05075B4420A; Mon, 23 May 2016 03:52: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 CB8301F40; Mon, 23 May 2016 03:52:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4N3qUjo057626; Mon, 23 May 2016 03:52:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3qTTr057624; Mon, 23 May 2016 03:52:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230352.u4N3qTTr057624@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, 23 May 2016 03:52:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415690 - head/www/rubygem-websocket-driver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:52:31 -0000 Author: sunpoet Date: Mon May 23 03:52:29 2016 New Revision: 415690 URL: https://svnweb.freebsd.org/changeset/ports/415690 Log: - Add LICENSE - Update WWW Modified: head/www/rubygem-websocket-driver/Makefile head/www/rubygem-websocket-driver/pkg-descr Modified: head/www/rubygem-websocket-driver/Makefile ============================================================================== --- head/www/rubygem-websocket-driver/Makefile Mon May 23 03:52:25 2016 (r415689) +++ head/www/rubygem-websocket-driver/Makefile Mon May 23 03:52:29 2016 (r415690) @@ -8,6 +8,8 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= WebSocket protocol handler with pluggable I/O +LICENSE= MIT + RUN_DEPENDS= rubygem-websocket-extensions>=0.1.0:www/rubygem-websocket-extensions NO_ARCH= yes Modified: head/www/rubygem-websocket-driver/pkg-descr ============================================================================== --- head/www/rubygem-websocket-driver/pkg-descr Mon May 23 03:52:25 2016 (r415689) +++ head/www/rubygem-websocket-driver/pkg-descr Mon May 23 03:52:29 2016 (r415690) @@ -1,3 +1,3 @@ A rubygem that provides a WebSocket protocol handler with pluggable I/O. -WWW: http://github.com/faye/websocket-driver-ruby +WWW: https://github.com/faye/websocket-driver-ruby From owner-svn-ports-head@freebsd.org Mon May 23 03:52:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8567B44338; Mon, 23 May 2016 03:52:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 986BC13C2; Mon, 23 May 2016 03:52:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4N3qqA2058133; Mon, 23 May 2016 03:52:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3qqqJ058131; Mon, 23 May 2016 03:52:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230352.u4N3qqqJ058131@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, 23 May 2016 03:52:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415695 - head/devel/t1lib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:52:54 -0000 Author: sunpoet Date: Mon May 23 03:52:52 2016 New Revision: 415695 URL: https://svnweb.freebsd.org/changeset/ports/415695 Log: - Add LICENSE_FILE - Convert to new options target helper - Add WWW Approved by: portmgr (blanket) Modified: head/devel/t1lib/Makefile head/devel/t1lib/pkg-descr Modified: head/devel/t1lib/Makefile ============================================================================== --- head/devel/t1lib/Makefile Mon May 23 03:52:47 2016 (r415694) +++ head/devel/t1lib/Makefile Mon May 23 03:52:52 2016 (r415695) @@ -13,6 +13,7 @@ MAINTAINER= freebsd@skysmurf.nl COMMENT= Type 1 font rasterization library for Unix/X11 LICENSE= LGPL20 +LICENSE_FILE= ${WRKSRC}/LGPL USES= cpe gmake libtool GNU_CONFIGURE= yes @@ -30,7 +31,7 @@ post-patch: @${REINPLACE_CMD} -e \ '/ALLSUBDIRS/s|$$(DOCSUBDIRS)||g' ${WRKSRC}/Makefile.in -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/t1lib_doc.pdf ${STAGEDIR}${DOCSDIR} Modified: head/devel/t1lib/pkg-descr ============================================================================== --- head/devel/t1lib/pkg-descr Mon May 23 03:52:47 2016 (r415694) +++ head/devel/t1lib/pkg-descr Mon May 23 03:52:52 2016 (r415695) @@ -4,3 +4,5 @@ are returned in a data structure with ty also used in the X11 window system to describe character bitmaps. It contains the bitmap data as well as some metric information. But t1lib is in itself entirely independent of the X11-system or any other graphical user interface. + +WWW: http://www.t1lib.org/ From owner-svn-ports-head@freebsd.org Mon May 23 03:52:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2BE29B442F8; Mon, 23 May 2016 03:52: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 F296512E7; Mon, 23 May 2016 03:52:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4N3qm6b058032; Mon, 23 May 2016 03:52:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3qmrQ058031; Mon, 23 May 2016 03:52:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230352.u4N3qmrQ058031@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, 23 May 2016 03:52:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415694 - head/devel/rubygem-pqueue X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:52:49 -0000 Author: sunpoet Date: Mon May 23 03:52:47 2016 New Revision: 415694 URL: https://svnweb.freebsd.org/changeset/ports/415694 Log: - Add LICENSE Modified: head/devel/rubygem-pqueue/Makefile Modified: head/devel/rubygem-pqueue/Makefile ============================================================================== --- head/devel/rubygem-pqueue/Makefile Mon May 23 03:52:43 2016 (r415693) +++ head/devel/rubygem-pqueue/Makefile Mon May 23 03:52:47 2016 (r415694) @@ -8,6 +8,9 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Priority queue class for Ruby +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/License.txt + NO_ARCH= yes USE_RUBY= yes USES= gem From owner-svn-ports-head@freebsd.org Mon May 23 03:53:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37B94B4442F; Mon, 23 May 2016 03:53:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C97B71708; Mon, 23 May 2016 03:53:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4N3rQ4E059643; Mon, 23 May 2016 03:53:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3rJ7s059575; Mon, 23 May 2016 03:53:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230353.u4N3rJ7s059575@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, 23 May 2016 03:53:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415696 - in head: databases/p5-DBICx-MapMaker databases/p5-DBICx-TestDatabase devel/p5-AnyEvent-Subprocess devel/p5-App-perlbrew devel/p5-Check-ISA devel/p5-Context-Preserve devel/p5-D... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:53:27 -0000 Author: sunpoet Date: Mon May 23 03:53:19 2016 New Revision: 415696 URL: https://svnweb.freebsd.org/changeset/ports/415696 Log: - Update to 1.302015 - Use real PORTVERSION - Use CONFLICTS_INSTALL instead of CONFLICTS - Update CONFLICTS_INSTALL - Add NO_ARCH Changes: http://search.cpan.org/dist/Test-Simple/Changes Modified: head/databases/p5-DBICx-MapMaker/Makefile head/databases/p5-DBICx-TestDatabase/Makefile head/devel/p5-AnyEvent-Subprocess/Makefile head/devel/p5-App-perlbrew/Makefile head/devel/p5-Check-ISA/Makefile head/devel/p5-Context-Preserve/Makefile head/devel/p5-Devel-ArgNames/Makefile head/devel/p5-Devel-Events-Objects/Makefile head/devel/p5-Devel-Events/Makefile head/devel/p5-Devel-PartialDump/Makefile head/devel/p5-Event-Join/Makefile head/devel/p5-Hash-Diff/Makefile head/devel/p5-IO-Handle-Util/Makefile head/devel/p5-JSON-RPC-Common/Makefile head/devel/p5-MooseX-Runnable/Makefile head/devel/p5-MooseX-Traits/Makefile head/devel/p5-MooseX-Types-DateTime-ButMaintained/Makefile head/devel/p5-MooseX-Types-DateTime-MoreCoercions/Makefile head/devel/p5-MooseX-Types-DateTime/Makefile head/devel/p5-MooseX-Types-PortNumber/Makefile head/devel/p5-MooseX-Types-Set-Object/Makefile head/devel/p5-MooseX-Types-URI/Makefile head/devel/p5-Number-Tolerant/Makefile head/devel/p5-POE-Test-Loops/Makefile head/devel/p5-Parallel-ForkManager/Makefile head/devel/p5-Path-FindDev/Makefile head/devel/p5-Term-VT102-Boundless/Makefile head/devel/p5-Test-Benchmark/Makefile head/devel/p5-Test-BinaryData/Makefile head/devel/p5-Test-Bits/Makefile head/devel/p5-Test-CleanNamespaces/Makefile head/devel/p5-Test-Deep/Makefile head/devel/p5-Test-File/Makefile head/devel/p5-Test-Filename/Makefile head/devel/p5-Test-JSON/Makefile head/devel/p5-Test-NoWarnings/Makefile head/devel/p5-Test-Output/Makefile head/devel/p5-Test-Simple/Makefile head/devel/p5-Test-Simple/distinfo head/devel/p5-Test-Simple/pkg-plist head/devel/p5-Test-Spelling/Makefile head/devel/p5-Test-Timer/Makefile head/devel/p5-Test-Trap/Makefile head/devel/p5-Test-Version/Makefile head/devel/p5-Test-WWW-Declare/Makefile head/devel/p5-Test-Warnings/Makefile head/devel/p5-Tie-ToObject/Makefile head/devel/p5-Tree-DAG_Node/Makefile head/devel/p5-Type-Tiny/Makefile head/devel/p5-XS-Object-Magic/Makefile head/graphics/p5-GraphViz/Makefile head/security/p5-Crypt-Random-Source/Makefile head/security/p5-POE-Component-SSLify/Makefile head/textproc/p5-Pod-Tree/Makefile head/www/p5-CGI-Application-Plugin-Session/Makefile head/www/p5-CGI-Cookie-Splitter/Makefile head/www/p5-Catalyst-Controller-BindLex/Makefile head/www/p5-Catalyst-Controller-RateLimit/Makefile head/www/p5-Catalyst-Controller-RequestToken/Makefile head/www/p5-Catalyst-Model-Adaptor/Makefile head/www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile head/www/p5-Catalyst-Plugin-Unicode/Makefile head/www/p5-Catalyst-View-Templated/Makefile head/www/p5-HTML-FromANSI/Makefile head/www/p5-Template-Plugin-JSON/Makefile Modified: head/databases/p5-DBICx-MapMaker/Makefile ============================================================================== --- head/databases/p5-DBICx-MapMaker/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/databases/p5-DBICx-MapMaker/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -23,7 +23,7 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/databases/p5-DBICx-TestDatabase/Makefile ============================================================================== --- head/databases/p5-DBICx-TestDatabase/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/databases/p5-DBICx-TestDatabase/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -28,7 +28,7 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-AnyEvent-Subprocess/Makefile ============================================================================== --- head/devel/p5-AnyEvent-Subprocess/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-AnyEvent-Subprocess/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -39,7 +39,7 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-App-perlbrew/Makefile ============================================================================== --- head/devel/p5-App-perlbrew/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-App-perlbrew/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -38,7 +38,7 @@ BUILD_DEPENDS+= p5-Pod-Parser>=1.62:text RUN_DEPENDS+= p5-Pod-Parser>=1.62:textproc/p5-Pod-Parser TEST_DEPENDS+= p5-ExtUtils-MakeMaker>=6.86:devel/p5-ExtUtils-MakeMaker \ p5-File-Temp>=0.23.04:devel/p5-File-Temp \ - p5-Test-Simple>=1.001.002:devel/p5-Test-Simple + p5-Test-Simple>=1.001002:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-Check-ISA/Makefile ============================================================================== --- head/devel/p5-Check-ISA/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Check-ISA/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -21,7 +21,7 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-Context-Preserve/Makefile ============================================================================== --- head/devel/p5-Context-Preserve/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Context-Preserve/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -20,7 +20,7 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-Devel-ArgNames/Makefile ============================================================================== --- head/devel/p5-Devel-ArgNames/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Devel-ArgNames/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -20,7 +20,7 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-Devel-Events-Objects/Makefile ============================================================================== --- head/devel/p5-Devel-Events-Objects/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Devel-Events-Objects/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -23,7 +23,7 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-Devel-Events/Makefile ============================================================================== --- head/devel/p5-Devel-Events/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Devel-Events/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -28,7 +28,7 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-Devel-PartialDump/Makefile ============================================================================== --- head/devel/p5-Devel-PartialDump/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Devel-PartialDump/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -26,7 +26,7 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-Event-Join/Makefile ============================================================================== --- head/devel/p5-Event-Join/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Event-Join/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -25,7 +25,7 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-Hash-Diff/Makefile ============================================================================== --- head/devel/p5-Hash-Diff/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Hash-Diff/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -12,7 +12,6 @@ COMMENT= Return the difference between t RUN_DEPENDS= p5-Hash-Merge>=0.12:textproc/p5-Hash-Merge BUILD_DEPENDS= p5-Hash-Merge>=0.12:textproc/p5-Hash-Merge -TEST_DEPENDS= p5-Test-Simple>=0.98:devel/p5-Test-Simple USES= perl5 USE_PERL5= configure @@ -20,7 +19,7 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-IO-Handle-Util/Makefile ============================================================================== --- head/devel/p5-IO-Handle-Util/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-IO-Handle-Util/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -22,7 +22,7 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-JSON-RPC-Common/Makefile ============================================================================== --- head/devel/p5-JSON-RPC-Common/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-JSON-RPC-Common/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -27,7 +27,7 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-MooseX-Runnable/Makefile ============================================================================== --- head/devel/p5-MooseX-Runnable/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-MooseX-Runnable/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -33,7 +33,7 @@ USES= perl5 .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-MooseX-Traits/Makefile ============================================================================== --- head/devel/p5-MooseX-Traits/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-MooseX-Traits/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -29,7 +29,7 @@ USE_PERL5= modbuildtiny .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-MooseX-Types-DateTime-ButMaintained/Makefile ============================================================================== --- head/devel/p5-MooseX-Types-DateTime-ButMaintained/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-MooseX-Types-DateTime-ButMaintained/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -31,7 +31,7 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-MooseX-Types-DateTime-MoreCoercions/Makefile ============================================================================== --- head/devel/p5-MooseX-Types-DateTime-MoreCoercions/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-MooseX-Types-DateTime-MoreCoercions/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -30,7 +30,7 @@ USES= perl5 .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-MooseX-Types-DateTime/Makefile ============================================================================== --- head/devel/p5-MooseX-Types-DateTime/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-MooseX-Types-DateTime/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -30,7 +30,7 @@ USES= perl5 .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-MooseX-Types-PortNumber/Makefile ============================================================================== --- head/devel/p5-MooseX-Types-PortNumber/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-MooseX-Types-PortNumber/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -25,7 +25,7 @@ regression-test: build .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-MooseX-Types-Set-Object/Makefile ============================================================================== --- head/devel/p5-MooseX-Types-Set-Object/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-MooseX-Types-Set-Object/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -26,7 +26,7 @@ USES= perl5 .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-MooseX-Types-URI/Makefile ============================================================================== --- head/devel/p5-MooseX-Types-URI/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-MooseX-Types-URI/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -28,7 +28,7 @@ USES= perl5 .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-Number-Tolerant/Makefile ============================================================================== --- head/devel/p5-Number-Tolerant/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Number-Tolerant/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -23,7 +23,7 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-POE-Test-Loops/Makefile ============================================================================== --- head/devel/p5-POE-Test-Loops/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-POE-Test-Loops/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -21,8 +21,8 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-Test-Simple>=1.001.002:devel/p5-Test-Simple -RUN_DEPENDS+= p5-Test-Simple>=1.001.002:devel/p5-Test-Simple +BUILD_DEPENDS+= p5-Test-Simple>=1.001002:devel/p5-Test-Simple +RUN_DEPENDS+= p5-Test-Simple>=1.001002:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-Parallel-ForkManager/Makefile ============================================================================== --- head/devel/p5-Parallel-ForkManager/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Parallel-ForkManager/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -22,7 +22,7 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502000 -TEST_DEPENDS+= p5-Test-Simple>=1.001:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001002:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-Path-FindDev/Makefile ============================================================================== --- head/devel/p5-Path-FindDev/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Path-FindDev/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -21,7 +21,7 @@ BUILD_DEPENDS= p5-Class-Tiny>=0.010:deve RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-CPAN-Meta>0:devel/p5-CPAN-Meta \ p5-CPAN-Meta-Requirements>2.120:devel/p5-CPAN-Meta-Requirements \ - p5-Test-Simple>=1.001.003:devel/p5-Test-Simple + p5-Test-Simple>=1.001003:devel/p5-Test-Simple USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Term-VT102-Boundless/Makefile ============================================================================== --- head/devel/p5-Term-VT102-Boundless/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Term-VT102-Boundless/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -20,7 +20,7 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-Test-Benchmark/Makefile ============================================================================== --- head/devel/p5-Test-Benchmark/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-Benchmark/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -21,7 +21,7 @@ USES= perl5 .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-Test-BinaryData/Makefile ============================================================================== --- head/devel/p5-Test-BinaryData/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-BinaryData/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -20,7 +20,7 @@ USES= perl5 .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-Test-Bits/Makefile ============================================================================== --- head/devel/p5-Test-Bits/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-Bits/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -23,7 +23,7 @@ USES= perl5 .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-Test-CleanNamespaces/Makefile ============================================================================== --- head/devel/p5-Test-CleanNamespaces/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-CleanNamespaces/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -34,7 +34,7 @@ PLIST_FILES= %%SITE_PERL%%/Test/CleanNam .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-Test-Deep/Makefile ============================================================================== --- head/devel/p5-Test-Deep/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-Deep/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -24,8 +24,8 @@ post-patch: .include .if ${PERL_LEVEL} < 502200 -BUILD_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple -RUN_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +BUILD_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple +RUN_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-Test-File/Makefile ============================================================================== --- head/devel/p5-Test-File/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-File/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -22,8 +22,8 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502104 -BUILD_DEPENDS+= p5-Test-Simple>=1.001.006:devel/p5-Test-Simple -RUN_DEPENDS+= p5-Test-Simple>=1.001.006:devel/p5-Test-Simple +BUILD_DEPENDS+= p5-Test-Simple>=1.001006:devel/p5-Test-Simple +RUN_DEPENDS+= p5-Test-Simple>=1.001006:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-Test-Filename/Makefile ============================================================================== --- head/devel/p5-Test-Filename/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-Filename/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -20,7 +20,7 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-Test-JSON/Makefile ============================================================================== --- head/devel/p5-Test-JSON/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-JSON/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -22,8 +22,8 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502200 -BUILD_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple -RUN_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +BUILD_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple +RUN_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-Test-NoWarnings/Makefile ============================================================================== --- head/devel/p5-Test-NoWarnings/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-NoWarnings/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -29,7 +29,7 @@ RUN_DEPENDS+= p5-Devel-StackTrace>=0:dev .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-Test-Output/Makefile ============================================================================== --- head/devel/p5-Test-Output/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-Output/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -24,7 +24,7 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-Test-Simple/Makefile ============================================================================== --- head/devel/p5-Test-Simple/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-Simple/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= Test-Simple -PORTVERSION= 1.001.014 +PORTVERSION= 1.302015 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Basic utilities for writing tests in perl @@ -14,8 +13,9 @@ COMMENT= Basic utilities for writing tes LICENSE= ART10 GPLv1 LICENSE_COMB= dual -CONFLICTS= p5-Test-Tester-[0-9]* p5-Test-use-ok-[0-9]* +CONFLICTS_INSTALL= p5-Test2-[0-9]* p5-Test-Tester-[0-9]* p5-Test-use-ok-[0-9]* +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Test-Simple/distinfo ============================================================================== --- head/devel/p5-Test-Simple/distinfo Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-Simple/distinfo Mon May 23 03:53:19 2016 (r415696) @@ -1,2 +1,2 @@ -SHA256 (Test-Simple-1.001014.tar.gz) = 55a414ce89eb7a5e9e84186f286b002054f10ae8ef4f8f2d61bb710e7549f16b -SIZE (Test-Simple-1.001014.tar.gz) = 127212 +SHA256 (Test-Simple-1.302015.tar.gz) = d4ac67ad324d70fd97570ee3b3c253b6f64077652714bdd70790af9ec80672a5 +SIZE (Test-Simple-1.302015.tar.gz) = 231281 Modified: head/devel/p5-Test-Simple/pkg-plist ============================================================================== --- head/devel/p5-Test-Simple/pkg-plist Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-Simple/pkg-plist Mon May 23 03:53:19 2016 (r415696) @@ -1,8 +1,10 @@ %%SITE_PERL%%/Test/Builder.pm +%%SITE_PERL%%/Test/Builder/Formatter.pm %%SITE_PERL%%/Test/Builder/IO/Scalar.pm %%SITE_PERL%%/Test/Builder/Module.pm %%SITE_PERL%%/Test/Builder/Tester.pm %%SITE_PERL%%/Test/Builder/Tester/Color.pm +%%SITE_PERL%%/Test/Builder/TodoDiag.pm %%SITE_PERL%%/Test/More.pm %%SITE_PERL%%/Test/Simple.pm %%SITE_PERL%%/Test/Tester.pm @@ -11,12 +13,74 @@ %%SITE_PERL%%/Test/Tester/Delegate.pm %%SITE_PERL%%/Test/Tutorial.pod %%SITE_PERL%%/Test/use/ok.pm +%%SITE_PERL%%/Test2.pm +%%SITE_PERL%%/Test2/API.pm +%%SITE_PERL%%/Test2/API/Breakage.pm +%%SITE_PERL%%/Test2/API/Context.pm +%%SITE_PERL%%/Test2/API/Instance.pm +%%SITE_PERL%%/Test2/API/Stack.pm +%%SITE_PERL%%/Test2/Event.pm +%%SITE_PERL%%/Test2/Event/Bail.pm +%%SITE_PERL%%/Test2/Event/Diag.pm +%%SITE_PERL%%/Test2/Event/Exception.pm +%%SITE_PERL%%/Test2/Event/Note.pm +%%SITE_PERL%%/Test2/Event/Ok.pm +%%SITE_PERL%%/Test2/Event/Plan.pm +%%SITE_PERL%%/Test2/Event/Skip.pm +%%SITE_PERL%%/Test2/Event/Subtest.pm +%%SITE_PERL%%/Test2/Event/Waiting.pm +%%SITE_PERL%%/Test2/Formatter.pm +%%SITE_PERL%%/Test2/Formatter/TAP.pm +%%SITE_PERL%%/Test2/Hub.pm +%%SITE_PERL%%/Test2/Hub/Interceptor.pm +%%SITE_PERL%%/Test2/Hub/Interceptor/Terminator.pm +%%SITE_PERL%%/Test2/Hub/Subtest.pm +%%SITE_PERL%%/Test2/IPC.pm +%%SITE_PERL%%/Test2/IPC/Driver.pm +%%SITE_PERL%%/Test2/IPC/Driver/Files.pm +%%SITE_PERL%%/Test2/Transition.pod +%%SITE_PERL%%/Test2/Util.pm +%%SITE_PERL%%/Test2/Util/ExternalMeta.pm +%%SITE_PERL%%/Test2/Util/HashBase.pm +%%SITE_PERL%%/Test2/Util/Trace.pm %%SITE_PERL%%/ok.pm +%%PERL5_MAN3%%/Test2.3.gz +%%PERL5_MAN3%%/Test2::API.3.gz +%%PERL5_MAN3%%/Test2::API::Breakage.3.gz +%%PERL5_MAN3%%/Test2::API::Context.3.gz +%%PERL5_MAN3%%/Test2::API::Instance.3.gz +%%PERL5_MAN3%%/Test2::API::Stack.3.gz +%%PERL5_MAN3%%/Test2::Event.3.gz +%%PERL5_MAN3%%/Test2::Event::Bail.3.gz +%%PERL5_MAN3%%/Test2::Event::Diag.3.gz +%%PERL5_MAN3%%/Test2::Event::Exception.3.gz +%%PERL5_MAN3%%/Test2::Event::Note.3.gz +%%PERL5_MAN3%%/Test2::Event::Ok.3.gz +%%PERL5_MAN3%%/Test2::Event::Plan.3.gz +%%PERL5_MAN3%%/Test2::Event::Skip.3.gz +%%PERL5_MAN3%%/Test2::Event::Subtest.3.gz +%%PERL5_MAN3%%/Test2::Event::Waiting.3.gz +%%PERL5_MAN3%%/Test2::Formatter.3.gz +%%PERL5_MAN3%%/Test2::Formatter::TAP.3.gz +%%PERL5_MAN3%%/Test2::Hub.3.gz +%%PERL5_MAN3%%/Test2::Hub::Interceptor.3.gz +%%PERL5_MAN3%%/Test2::Hub::Interceptor::Terminator.3.gz +%%PERL5_MAN3%%/Test2::Hub::Subtest.3.gz +%%PERL5_MAN3%%/Test2::IPC.3.gz +%%PERL5_MAN3%%/Test2::IPC::Driver.3.gz +%%PERL5_MAN3%%/Test2::IPC::Driver::Files.3.gz +%%PERL5_MAN3%%/Test2::Transition.3.gz +%%PERL5_MAN3%%/Test2::Util.3.gz +%%PERL5_MAN3%%/Test2::Util::ExternalMeta.3.gz +%%PERL5_MAN3%%/Test2::Util::HashBase.3.gz +%%PERL5_MAN3%%/Test2::Util::Trace.3.gz %%PERL5_MAN3%%/Test::Builder.3.gz +%%PERL5_MAN3%%/Test::Builder::Formatter.3.gz %%PERL5_MAN3%%/Test::Builder::IO::Scalar.3.gz %%PERL5_MAN3%%/Test::Builder::Module.3.gz %%PERL5_MAN3%%/Test::Builder::Tester.3.gz %%PERL5_MAN3%%/Test::Builder::Tester::Color.3.gz +%%PERL5_MAN3%%/Test::Builder::TodoDiag.3.gz %%PERL5_MAN3%%/Test::More.3.gz %%PERL5_MAN3%%/Test::Simple.3.gz %%PERL5_MAN3%%/Test::Tester.3.gz Modified: head/devel/p5-Test-Spelling/Makefile ============================================================================== --- head/devel/p5-Test-Spelling/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-Spelling/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -25,7 +25,7 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-Test-Timer/Makefile ============================================================================== --- head/devel/p5-Test-Timer/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-Timer/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -20,7 +20,7 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-Test-Trap/Makefile ============================================================================== --- head/devel/p5-Test-Trap/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-Trap/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -24,7 +24,7 @@ USES= perl5 .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-Test-Version/Makefile ============================================================================== --- head/devel/p5-Test-Version/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-Version/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -23,7 +23,7 @@ USES= perl5 .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-Test-WWW-Declare/Makefile ============================================================================== --- head/devel/p5-Test-WWW-Declare/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-WWW-Declare/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -20,7 +20,7 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-Test-Warnings/Makefile ============================================================================== --- head/devel/p5-Test-Warnings/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Test-Warnings/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -25,7 +25,7 @@ USES= perl5 .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-Tie-ToObject/Makefile ============================================================================== --- head/devel/p5-Tie-ToObject/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Tie-ToObject/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -20,7 +20,7 @@ post-extract: .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-Tree-DAG_Node/Makefile ============================================================================== --- head/devel/p5-Tree-DAG_Node/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Tree-DAG_Node/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -22,7 +22,7 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-Type-Tiny/Makefile ============================================================================== --- head/devel/p5-Type-Tiny/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-Type-Tiny/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -50,7 +50,7 @@ XS_RUN_DEPENDS= p5-Type-Tiny-XS>=0.010: .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-XS-Object-Magic/Makefile ============================================================================== --- head/devel/p5-XS-Object-Magic/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/devel/p5-XS-Object-Magic/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -21,7 +21,7 @@ USES= perl5 .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif post-install: Modified: head/graphics/p5-GraphViz/Makefile ============================================================================== --- head/graphics/p5-GraphViz/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/graphics/p5-GraphViz/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -28,7 +28,7 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/security/p5-Crypt-Random-Source/Makefile ============================================================================== --- head/security/p5-Crypt-Random-Source/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/security/p5-Crypt-Random-Source/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -28,7 +28,7 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/security/p5-POE-Component-SSLify/Makefile ============================================================================== --- head/security/p5-POE-Component-SSLify/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/security/p5-POE-Component-SSLify/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -25,7 +25,7 @@ USE_PERL5= modbuildtiny .include .if ${PERL_LEVEL} < 502000 -TEST_DEPENDS+= p5-Test-Simple>=1.001.002:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001002:devel/p5-Test-Simple .endif .include Modified: head/textproc/p5-Pod-Tree/Makefile ============================================================================== --- head/textproc/p5-Pod-Tree/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/textproc/p5-Pod-Tree/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -33,7 +33,7 @@ post-patch: .include .if ${PERL_LEVEL} < 502000 -TEST_DEPENDS+= p5-Test-Simple>=1:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001002:devel/p5-Test-Simple .endif .include Modified: head/www/p5-CGI-Application-Plugin-Session/Makefile ============================================================================== --- head/www/p5-CGI-Application-Plugin-Session/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/www/p5-CGI-Application-Plugin-Session/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -19,7 +19,7 @@ BUILD_DEPENDS= p5-CGI-Application>=3.21: RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-CGI-Simple>=0:www/p5-CGI-Simple \ p5-Test-Exception>=0:devel/p5-Test-Exception \ - p5-Test-Simple>=1.001.002:devel/p5-Test-Simple + p5-Test-Simple>=1.001002:devel/p5-Test-Simple USES= perl5 USE_PERL5= configure Modified: head/www/p5-CGI-Cookie-Splitter/Makefile ============================================================================== --- head/www/p5-CGI-Cookie-Splitter/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/www/p5-CGI-Cookie-Splitter/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -23,7 +23,7 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/www/p5-Catalyst-Controller-BindLex/Makefile ============================================================================== --- head/www/p5-Catalyst-Controller-BindLex/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/www/p5-Catalyst-Controller-BindLex/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -28,7 +28,7 @@ USE_PERL5= modbuild .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/www/p5-Catalyst-Controller-RateLimit/Makefile ============================================================================== --- head/www/p5-Catalyst-Controller-RateLimit/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/www/p5-Catalyst-Controller-RateLimit/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -26,7 +26,7 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/www/p5-Catalyst-Controller-RequestToken/Makefile ============================================================================== --- head/www/p5-Catalyst-Controller-RequestToken/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/www/p5-Catalyst-Controller-RequestToken/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -24,7 +24,7 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/www/p5-Catalyst-Model-Adaptor/Makefile ============================================================================== --- head/www/p5-Catalyst-Model-Adaptor/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/www/p5-Catalyst-Model-Adaptor/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -22,7 +22,7 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -24,7 +24,7 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/www/p5-Catalyst-Plugin-Unicode/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-Unicode/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/www/p5-Catalyst-Plugin-Unicode/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -26,7 +26,7 @@ post-extract: .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/www/p5-Catalyst-View-Templated/Makefile ============================================================================== --- head/www/p5-Catalyst-View-Templated/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/www/p5-Catalyst-View-Templated/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -25,7 +25,7 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/www/p5-HTML-FromANSI/Makefile ============================================================================== --- head/www/p5-HTML-FromANSI/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/www/p5-HTML-FromANSI/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -21,7 +21,7 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include Modified: head/www/p5-Template-Plugin-JSON/Makefile ============================================================================== --- head/www/p5-Template-Plugin-JSON/Makefile Mon May 23 03:52:52 2016 (r415695) +++ head/www/p5-Template-Plugin-JSON/Makefile Mon May 23 03:53:19 2016 (r415696) @@ -21,7 +21,7 @@ USE_PERL5= configure .include .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include From owner-svn-ports-head@freebsd.org Mon May 23 03:53:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F44EB44440; Mon, 23 May 2016 03:53:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71499170C; Mon, 23 May 2016 03:53:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4N3rUKk059743; Mon, 23 May 2016 03:53:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3rUY9059742; Mon, 23 May 2016 03:53:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230353.u4N3rUY9059742@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, 23 May 2016 03:53:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415697 - head/devel/p5-Test2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:53:31 -0000 Author: sunpoet Date: Mon May 23 03:53:30 2016 New Revision: 415697 URL: https://svnweb.freebsd.org/changeset/ports/415697 Log: - Add CONFLICTS_INSTALL - Mark DEPRECATED and set EXPIRATION_DATE to 2016-06-30 Modified: head/devel/p5-Test2/Makefile Modified: head/devel/p5-Test2/Makefile ============================================================================== --- head/devel/p5-Test2/Makefile Mon May 23 03:53:19 2016 (r415696) +++ head/devel/p5-Test2/Makefile Mon May 23 03:53:30 2016 (r415697) @@ -15,6 +15,11 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE +CONFLICTS_INSTALL= p5-Test-Simple-1.[3-9]* + +DEPRECATED= Test2 has been merged into Test-Simple distribution +EXPIRATION_DATE=2016-06-30 + NO_ARCH= yes USE_PERL5= configure USES= perl5 From owner-svn-ports-head@freebsd.org Mon May 23 03:53:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CAD50B4446C; Mon, 23 May 2016 03:53:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5DF3D180B; Mon, 23 May 2016 03:53:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4N3rZnk059860; Mon, 23 May 2016 03:53:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3rZgf059858; Mon, 23 May 2016 03:53:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230353.u4N3rZgf059858@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, 23 May 2016 03:53:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415698 - head/devel/p5-Test2-Suite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 03:53:37 -0000 Author: sunpoet Date: Mon May 23 03:53:35 2016 New Revision: 415698 URL: https://svnweb.freebsd.org/changeset/ports/415698 Log: - Update to 0.000030 Changes: http://search.cpan.org/dist/Test2-Suite/Changes Modified: head/devel/p5-Test2-Suite/Makefile head/devel/p5-Test2-Suite/distinfo Modified: head/devel/p5-Test2-Suite/Makefile ============================================================================== --- head/devel/p5-Test2-Suite/Makefile Mon May 23 03:53:30 2016 (r415697) +++ head/devel/p5-Test2-Suite/Makefile Mon May 23 03:53:35 2016 (r415698) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test2-Suite -PORTVERSION= 0.000029 +PORTVERSION= 0.000030 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:EXODIST @@ -15,7 +15,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Test2>=0.000040:devel/p5-Test2 +BUILD_DEPENDS= p5-Test-Simple>=1.302015:devel/p5-Test-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes Modified: head/devel/p5-Test2-Suite/distinfo ============================================================================== --- head/devel/p5-Test2-Suite/distinfo Mon May 23 03:53:30 2016 (r415697) +++ head/devel/p5-Test2-Suite/distinfo Mon May 23 03:53:35 2016 (r415698) @@ -1,2 +1,2 @@ -SHA256 (Test2-Suite-0.000029.tar.gz) = 94606f83979db49331b8ccbb0c8dcbc2f032ac552379ed9539cfacb474940485 -SIZE (Test2-Suite-0.000029.tar.gz) = 123045 +SHA256 (Test2-Suite-0.000030.tar.gz) = 03f2411a8b1a85be8560c25d57f465c812174bc1c062ee79aeb194b018e6b751 +SIZE (Test2-Suite-0.000030.tar.gz) = 122682 From owner-svn-ports-head@freebsd.org Mon May 23 05:22:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E848EB46E34; Mon, 23 May 2016 05:22:00 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB15D1F93; Mon, 23 May 2016 05:22:00 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4N5Lx3l085575; Mon, 23 May 2016 05:21:59 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N5Lxeq085572; Mon, 23 May 2016 05:21:59 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605230521.u4N5Lxeq085572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 23 May 2016 05:21:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415699 - head/x11/xtrlock X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 05:22:01 -0000 Author: pi Date: Mon May 23 05:21:59 2016 New Revision: 415699 URL: https://svnweb.freebsd.org/changeset/ports/415699 Log: x11/xtrlock: 2.6 -> 2.8 Changes: http://metadata.ftp-master.debian.org/changelogs/main/x/xtrlock/unstable_changelog PR: 209701 Submitted by: A.J. Fonz van Werven (maintainer) Modified: head/x11/xtrlock/Makefile head/x11/xtrlock/distinfo Modified: head/x11/xtrlock/Makefile ============================================================================== --- head/x11/xtrlock/Makefile Mon May 23 03:53:35 2016 (r415698) +++ head/x11/xtrlock/Makefile Mon May 23 05:21:59 2016 (r415699) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xtrlock -PORTVERSION= 2.6 +PORTVERSION= 2.8 CATEGORIES= x11 MASTER_SITES= DEBIAN \ http://www.skysmurf.nl/comp/FreeBSD/distfiles/ Modified: head/x11/xtrlock/distinfo ============================================================================== --- head/x11/xtrlock/distinfo Mon May 23 03:53:35 2016 (r415698) +++ head/x11/xtrlock/distinfo Mon May 23 05:21:59 2016 (r415699) @@ -1,2 +1,3 @@ -SHA256 (xtrlock_2.6.tar.gz) = f0acccd39b9beedf1244434045e243cf515ba8653964fe6f3fb9187c640cc3bb -SIZE (xtrlock_2.6.tar.gz) = 20814 +TIMESTAMP = 1463952711 +SHA256 (xtrlock_2.8.tar.gz) = 3848b0c9f2597247e82932f43c42cc9fd7171b808dc08ae84b40a13f7f969604 +SIZE (xtrlock_2.8.tar.gz) = 21125 From owner-svn-ports-head@freebsd.org Mon May 23 05:58:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C76AB46AE9; Mon, 23 May 2016 05:58:24 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 77A1E151D; Mon, 23 May 2016 05:58:24 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4N5wNb5098190; Mon, 23 May 2016 05:58:23 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N5wNfD098187; Mon, 23 May 2016 05:58:23 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201605230558.u4N5wNfD098187@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Mon, 23 May 2016 05:58:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415700 - head/emulators/i386-wine-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 05:58:24 -0000 Author: dbn Date: Mon May 23 05:58:23 2016 New Revision: 415700 URL: https://svnweb.freebsd.org/changeset/ports/415700 Log: emulators/i386-wine-devel: update to 1.9.10. Modified: head/emulators/i386-wine-devel/Makefile.inc head/emulators/i386-wine-devel/distinfo Modified: head/emulators/i386-wine-devel/Makefile.inc ============================================================================== --- head/emulators/i386-wine-devel/Makefile.inc Mon May 23 05:21:59 2016 (r415699) +++ head/emulators/i386-wine-devel/Makefile.inc Mon May 23 05:58:23 2016 (r415700) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= wine -PORTVERSION= 1.9.9 -PORTREVISION= 1 +PORTVERSION= 1.9.10 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= LOCAL/dbn/repos/wine/${DIST_SUBDIR}/ Modified: head/emulators/i386-wine-devel/distinfo ============================================================================== --- head/emulators/i386-wine-devel/distinfo Mon May 23 05:21:59 2016 (r415699) +++ head/emulators/i386-wine-devel/distinfo Mon May 23 05:58:23 2016 (r415700) @@ -1,12 +1,13 @@ -SHA256 (freebsd:9:x86:64/i386-wine-devel-1.9.9_1,1.txz) = 8a2d1c338aac045bea2819a96cbd9affeac34f9922c395e22fc5e769a439fcbe -SIZE (freebsd:9:x86:64/i386-wine-devel-1.9.9_1,1.txz) = 40030432 -SHA256 (freebsd:9:x86:64/i386-wine-staging-1.9.9_1,1.txz) = 41aca432f23aa57df56cae8ffaa735444cc2ab967a603357986ce8db39dd5afd -SIZE (freebsd:9:x86:64/i386-wine-staging-1.9.9_1,1.txz) = 42723752 -SHA256 (freebsd:10:x86:64/i386-wine-devel-1.9.9_1,1.txz) = b9d1da6782646f4804f9c036c74fedba541c4b55b160276be9e5b1293ae9271e -SIZE (freebsd:10:x86:64/i386-wine-devel-1.9.9_1,1.txz) = 40113560 -SHA256 (freebsd:10:x86:64/i386-wine-staging-1.9.9_1,1.txz) = 6b53cc2bed54f75be84cc56cd9e47c8f822a11fd971772de87ead15759c06ab2 -SIZE (freebsd:10:x86:64/i386-wine-staging-1.9.9_1,1.txz) = 42814912 -SHA256 (freebsd:11:x86:64/i386-wine-devel-1.9.9_1,1.txz) = 4724f46d6f7ba34645757ff3091aa44cb82d8ae9c2139ed32dfba6384236aec6 -SIZE (freebsd:11:x86:64/i386-wine-devel-1.9.9_1,1.txz) = 39709092 -SHA256 (freebsd:11:x86:64/i386-wine-staging-1.9.9_1,1.txz) = dad06b375e5ba4b2b8bd26cbcd6522225f3f11851534423fd44825c9c54422e4 -SIZE (freebsd:11:x86:64/i386-wine-staging-1.9.9_1,1.txz) = 42363880 +TIMESTAMP = 1463959868 +SHA256 (freebsd:9:x86:64/i386-wine-devel-1.9.10,1.txz) = 3c1e6c5ab7ffb9fc39ae5531600612b3da7e92e69c4cc78a1a2b82270decf88e +SIZE (freebsd:9:x86:64/i386-wine-devel-1.9.10,1.txz) = 40025444 +SHA256 (freebsd:9:x86:64/i386-wine-staging-1.9.10,1.txz) = 86bdf7364ca6dd16424d625cd31ac7b367e7fb85b81c4db5bca3088f86bf69fe +SIZE (freebsd:9:x86:64/i386-wine-staging-1.9.10,1.txz) = 42826308 +SHA256 (freebsd:10:x86:64/i386-wine-devel-1.9.10,1.txz) = ee186e5a3092dd6da387bf11b943bbcc550cd85f796192b1beec6aa0ae5823fd +SIZE (freebsd:10:x86:64/i386-wine-devel-1.9.10,1.txz) = 40119000 +SHA256 (freebsd:10:x86:64/i386-wine-staging-1.9.10,1.txz) = 7f131301c29d27410c6f699fc2c7c19acf7df6c60c6edd23d737db2eb265da09 +SIZE (freebsd:10:x86:64/i386-wine-staging-1.9.10,1.txz) = 42920148 +SHA256 (freebsd:11:x86:64/i386-wine-devel-1.9.10,1.txz) = 84621863177da8bdd3eefb1bd34d2d674f3609fb85cced27a36ee9cc42a3e952 +SIZE (freebsd:11:x86:64/i386-wine-devel-1.9.10,1.txz) = 39708428 +SHA256 (freebsd:11:x86:64/i386-wine-staging-1.9.10,1.txz) = 9f6d88504a2793c658150d413a2ba4de9eb9c0e76c055b4287ac2f6a97b2360d +SIZE (freebsd:11:x86:64/i386-wine-staging-1.9.10,1.txz) = 42466404 From owner-svn-ports-head@freebsd.org Mon May 23 06:28:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C64D9B46237; Mon, 23 May 2016 06:28:21 +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 960D913B9; Mon, 23 May 2016 06:28:21 +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 u4N6SK1D007545; Mon, 23 May 2016 06:28:20 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N6SKea007543; Mon, 23 May 2016 06:28:20 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201605230628.u4N6SKea007543@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 23 May 2016 06:28:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415701 - in head/audio: deadbeef-vu-meter-plugin deadbeef-waveform-seekbar-plugin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 06:28:21 -0000 Author: marino Date: Mon May 23 06:28:20 2016 New Revision: 415701 URL: https://svnweb.freebsd.org/changeset/ports/415701 Log: Mark two more deadbeef ports as not jobs safe It was supposed that all deadbeef ports share the same build concurrency flaw, and that appears to have been demonstrated. These are the two latest deadbeef ports to fail in a multijob build. Modified: head/audio/deadbeef-vu-meter-plugin/Makefile head/audio/deadbeef-waveform-seekbar-plugin/Makefile Modified: head/audio/deadbeef-vu-meter-plugin/Makefile ============================================================================== --- head/audio/deadbeef-vu-meter-plugin/Makefile Mon May 23 05:58:23 2016 (r415700) +++ head/audio/deadbeef-vu-meter-plugin/Makefile Mon May 23 06:28:20 2016 (r415701) @@ -18,6 +18,8 @@ GH_TAGNAME= 940d8d7 USES= gmake pkgconfig +MAKE_JOBS_UNSAFE= yes + PLIST_FILES= share/deadbeef/pixmaps/vumeter.png OPTIONS_DEFINE= GTK2 GTK3 Modified: head/audio/deadbeef-waveform-seekbar-plugin/Makefile ============================================================================== --- head/audio/deadbeef-waveform-seekbar-plugin/Makefile Mon May 23 05:58:23 2016 (r415700) +++ head/audio/deadbeef-waveform-seekbar-plugin/Makefile Mon May 23 06:28:20 2016 (r415701) @@ -18,6 +18,8 @@ GH_TAGNAME= 0402f6d USES= gmake pkgconfig sqlite +MAKE_JOBS_UNSAFE= yes + OPTIONS_DEFINE= GTK2 GTK3 OPTIONS_DEFAULT= GTK2 From owner-svn-ports-head@freebsd.org Mon May 23 06:29:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D82A7B46275; Mon, 23 May 2016 06:29: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 B3D4014ED; Mon, 23 May 2016 06:29: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 u4N6THwC007758; Mon, 23 May 2016 06:29:17 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N6THJK007751; Mon, 23 May 2016 06:29:17 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201605230629.u4N6THJK007751@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 23 May 2016 06:29:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415702 - in head/www: mediawiki123 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.22 Precedence: list List-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, 23 May 2016 06:29:18 -0000 Author: wen Date: Mon May 23 06:29:17 2016 New Revision: 415702 URL: https://svnweb.freebsd.org/changeset/ports/415702 Log: - Update mediawiki to 1.26.3, 1.25.6 and 1.23.14 (security update) MFH: 2016Q2 Modified: head/www/mediawiki123/Makefile head/www/mediawiki123/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 Mon May 23 06:28:20 2016 (r415701) +++ head/www/mediawiki123/Makefile Mon May 23 06:29:17 2016 (r415702) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mediawiki -PORTVERSION= 1.23.13 +PORTVERSION= 1.23.14 CATEGORIES= www MASTER_SITES= http://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ PKGNAMESUFFIX= 123 Modified: head/www/mediawiki123/distinfo ============================================================================== --- head/www/mediawiki123/distinfo Mon May 23 06:28:20 2016 (r415701) +++ head/www/mediawiki123/distinfo Mon May 23 06:29:17 2016 (r415702) @@ -1,2 +1,3 @@ -SHA256 (mediawiki-1.23.13.tar.gz) = a01509aceecacc1e9373e559a7774343987e558720175c9e907a123b8abb1c99 -SIZE (mediawiki-1.23.13.tar.gz) = 20871589 +TIMESTAMP = 1463972720 +SHA256 (mediawiki-1.23.14.tar.gz) = 11c897859b635270238604afbf4329e159fe2cae5bf5220a1398fd62e952dfde +SIZE (mediawiki-1.23.14.tar.gz) = 20872251 Modified: head/www/mediawiki125/Makefile ============================================================================== --- head/www/mediawiki125/Makefile Mon May 23 06:28:20 2016 (r415701) +++ head/www/mediawiki125/Makefile Mon May 23 06:29:17 2016 (r415702) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mediawiki -PORTVERSION= 1.25.5 +PORTVERSION= 1.25.6 CATEGORIES= www MASTER_SITES= http://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ PKGNAMESUFFIX= 125 Modified: head/www/mediawiki125/distinfo ============================================================================== --- head/www/mediawiki125/distinfo Mon May 23 06:28:20 2016 (r415701) +++ head/www/mediawiki125/distinfo Mon May 23 06:29:17 2016 (r415702) @@ -1,2 +1,3 @@ -SHA256 (mediawiki-1.25.5.tar.gz) = 42a5a416dfc82140ae8fda208035b7fbf1f164a26a1c0b406ebbb1cd307974a2 -SIZE (mediawiki-1.25.5.tar.gz) = 23776330 +TIMESTAMP = 1463970048 +SHA256 (mediawiki-1.25.6.tar.gz) = 1b7fe3f431b25657e98459a25e9d58a2a0e1b3d9361c81ad0562f8fe56f18d17 +SIZE (mediawiki-1.25.6.tar.gz) = 23788254 Modified: head/www/mediawiki126/Makefile ============================================================================== --- head/www/mediawiki126/Makefile Mon May 23 06:28:20 2016 (r415701) +++ head/www/mediawiki126/Makefile Mon May 23 06:29:17 2016 (r415702) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mediawiki -PORTVERSION= 1.26.2 +PORTVERSION= 1.26.3 CATEGORIES= www MASTER_SITES= http://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ PKGNAMESUFFIX= 126 Modified: head/www/mediawiki126/distinfo ============================================================================== --- head/www/mediawiki126/distinfo Mon May 23 06:28:20 2016 (r415701) +++ head/www/mediawiki126/distinfo Mon May 23 06:29:17 2016 (r415702) @@ -1,2 +1,3 @@ -SHA256 (mediawiki-1.26.2.tar.gz) = 0d2f275121d1e545292aed9f2ca6ebefac1b291d3898996db442421c53ea0a36 -SIZE (mediawiki-1.26.2.tar.gz) = 25175751 +TIMESTAMP = 1463960353 +SHA256 (mediawiki-1.26.3.tar.gz) = 7284e2bb873dbac08157d8a9592dc2944724ffe0c49368017a78fb3390ef4676 +SIZE (mediawiki-1.26.3.tar.gz) = 25178780 From owner-svn-ports-head@freebsd.org Mon May 23 06:35:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1168DB46489; Mon, 23 May 2016 06:35:06 +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 D08C419FB; Mon, 23 May 2016 06:35:05 +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 u4N6Z5uB010662; Mon, 23 May 2016 06:35:05 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N6Z5Er010661; Mon, 23 May 2016 06:35:05 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201605230635.u4N6Z5Er010661@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 23 May 2016 06:35:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415703 - head/graphics/seexpr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 06:35:06 -0000 Author: marino Date: Mon May 23 06:35:04 2016 New Revision: 415703 URL: https://svnweb.freebsd.org/changeset/ports/415703 Log: graphics/seexpr is not jobs safe (previously reported) This port has failed on me three separate times, it appears to be trying to link prematurely, e.g. ../SeExpr/libSeExpr.so: error: undefined reference to 'SeExprpos()' I reported it a few weeks ago, but now I'm going ahead and marking it as unsafe. Modified: head/graphics/seexpr/Makefile Modified: head/graphics/seexpr/Makefile ============================================================================== --- head/graphics/seexpr/Makefile Mon May 23 06:29:17 2016 (r415702) +++ head/graphics/seexpr/Makefile Mon May 23 06:35:04 2016 (r415703) @@ -19,6 +19,8 @@ USES= bison cmake compiler:c++0x pyqt:4 USE_PYQT= gui_build USE_QT4= moc_build qmake_build rcc_build uic_build gui opengl +MAKE_JOBS_UNSAFE= yes + WRKSRC= ${WRKDIR}/SeExpr-${GH_TAGNAME_EXTRACT} CXXFLAGS+= -I${LOCALBASE}/include From owner-svn-ports-head@freebsd.org Mon May 23 08:21:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFDF6B4526B; Mon, 23 May 2016 08:21:22 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2726118A; Mon, 23 May 2016 08:21:22 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4N8LMRQ041767; Mon, 23 May 2016 08:21:22 GMT (envelope-from mich@FreeBSD.org) Received: (from mich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N8LMRW041766; Mon, 23 May 2016 08:21:22 GMT (envelope-from mich@FreeBSD.org) Message-Id: <201605230821.u4N8LMRW041766@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mich set sender to mich@FreeBSD.org using -f From: Michael Landin Hostbaek Date: Mon, 23 May 2016 08:21:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415704 - head/ports-mgmt/portell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 08:21:23 -0000 Author: mich Date: Mon May 23 08:21:21 2016 New Revision: 415704 URL: https://svnweb.freebsd.org/changeset/ports/415704 Log: - Fix WWW link PR: 209640 Submitted by: Keren Sky Modified: head/ports-mgmt/portell/pkg-descr Modified: head/ports-mgmt/portell/pkg-descr ============================================================================== --- head/ports-mgmt/portell/pkg-descr Mon May 23 06:35:04 2016 (r415703) +++ head/ports-mgmt/portell/pkg-descr Mon May 23 08:21:21 2016 (r415704) @@ -3,4 +3,4 @@ given in its pkg-descr file for a specif the program "Foo" is, then you can type "portell foo" and portell will find its pkg-descr file and dump it on your display. -WWW: http://portell.sourceforge.net +WWW: http://freecode.com/projects/portell From owner-svn-ports-head@freebsd.org Mon May 23 09:07:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81C2FB46DC4; Mon, 23 May 2016 09:07:14 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52F071E80; Mon, 23 May 2016 09:07:14 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4N97DHp055878; Mon, 23 May 2016 09:07:13 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N97Dd4055876; Mon, 23 May 2016 09:07:13 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201605230907.u4N97Dd4055876@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Mon, 23 May 2016 09:07:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415705 - head/archivers/p5-Archive-Tar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 09:07:14 -0000 Author: jadawin Date: Mon May 23 09:07:13 2016 New Revision: 415705 URL: https://svnweb.freebsd.org/changeset/ports/415705 Log: - Update to 2.08 Modified: head/archivers/p5-Archive-Tar/Makefile head/archivers/p5-Archive-Tar/distinfo Modified: head/archivers/p5-Archive-Tar/Makefile ============================================================================== --- head/archivers/p5-Archive-Tar/Makefile Mon May 23 08:21:21 2016 (r415704) +++ head/archivers/p5-Archive-Tar/Makefile Mon May 23 09:07:13 2016 (r415705) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Archive-Tar -PORTVERSION= 2.04 +PORTVERSION= 2.08 CATEGORIES= archivers perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BINGOS Modified: head/archivers/p5-Archive-Tar/distinfo ============================================================================== --- head/archivers/p5-Archive-Tar/distinfo Mon May 23 08:21:21 2016 (r415704) +++ head/archivers/p5-Archive-Tar/distinfo Mon May 23 09:07:13 2016 (r415705) @@ -1,2 +1,3 @@ -SHA256 (Archive-Tar-2.04.tar.gz) = c3741bba06a468a5a4db6a79d772c55cf2f6673cf33241a6e6a758707a71d293 -SIZE (Archive-Tar-2.04.tar.gz) = 59873 +TIMESTAMP = 1463993122 +SHA256 (Archive-Tar-2.08.tar.gz) = 62e34feffd51e21b24f2ba5b15adf3ca3bd084163bfec40fe30f8f8e8963066b +SIZE (Archive-Tar-2.08.tar.gz) = 60950 From owner-svn-ports-head@freebsd.org Mon May 23 09:11:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3209CB46FBE; Mon, 23 May 2016 09:11:07 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 002551193; Mon, 23 May 2016 09:11:06 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4N9B6hD056145; Mon, 23 May 2016 09:11:06 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N9B6Yw056143; Mon, 23 May 2016 09:11:06 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201605230911.u4N9B6Yw056143@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Mon, 23 May 2016 09:11:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415706 - head/devel/p5-Config-General X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 09:11:07 -0000 Author: jadawin Date: Mon May 23 09:11:05 2016 New Revision: 415706 URL: https://svnweb.freebsd.org/changeset/ports/415706 Log: - Update to 2.61 Modified: head/devel/p5-Config-General/Makefile head/devel/p5-Config-General/distinfo Modified: head/devel/p5-Config-General/Makefile ============================================================================== --- head/devel/p5-Config-General/Makefile Mon May 23 09:07:13 2016 (r415705) +++ head/devel/p5-Config-General/Makefile Mon May 23 09:11:05 2016 (r415706) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Config-General -PORTVERSION= 2.60 +PORTVERSION= 2.61 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Config-General/distinfo ============================================================================== --- head/devel/p5-Config-General/distinfo Mon May 23 09:07:13 2016 (r415705) +++ head/devel/p5-Config-General/distinfo Mon May 23 09:11:05 2016 (r415706) @@ -1,2 +1,3 @@ -SHA256 (Config-General-2.60.tar.gz) = 5154146c0632ea1ccf7a3f9a7d893f001322ebc7b651254b458ca5dc77fe38ae -SIZE (Config-General-2.60.tar.gz) = 61992 +TIMESTAMP = 1463993557 +SHA256 (Config-General-2.61.tar.gz) = 379a160ddac33c02045d2b7e20b37ca9b155722ce20374f9f245e519f7d7a6ca +SIZE (Config-General-2.61.tar.gz) = 62878 From owner-svn-ports-head@freebsd.org Mon May 23 09:17:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BDFFB44140; Mon, 23 May 2016 09:17:05 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B5991516; Mon, 23 May 2016 09:17:05 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4N9H4Mv059041; Mon, 23 May 2016 09:17:04 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N9H4um059037; Mon, 23 May 2016 09:17:04 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201605230917.u4N9H4um059037@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Mon, 23 May 2016 09:17:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415707 - head/devel/p5-DateTime-TimeZone X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 09:17:05 -0000 Author: jadawin Date: Mon May 23 09:17:03 2016 New Revision: 415707 URL: https://svnweb.freebsd.org/changeset/ports/415707 Log: - Update to 1.98 Modified: head/devel/p5-DateTime-TimeZone/Makefile head/devel/p5-DateTime-TimeZone/distinfo head/devel/p5-DateTime-TimeZone/pkg-plist Modified: head/devel/p5-DateTime-TimeZone/Makefile ============================================================================== --- head/devel/p5-DateTime-TimeZone/Makefile Mon May 23 09:11:05 2016 (r415706) +++ head/devel/p5-DateTime-TimeZone/Makefile Mon May 23 09:17:03 2016 (r415707) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-TimeZone -PORTVERSION= 1.97 +PORTVERSION= 1.98 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-DateTime-TimeZone/distinfo ============================================================================== --- head/devel/p5-DateTime-TimeZone/distinfo Mon May 23 09:11:05 2016 (r415706) +++ head/devel/p5-DateTime-TimeZone/distinfo Mon May 23 09:17:03 2016 (r415707) @@ -1,2 +1,3 @@ -SHA256 (DateTime-TimeZone-1.97.tar.gz) = 68a5f4b0a77074f9cc96b2c1d2282e2110db74f55e43fbad72926cee0fd434c8 -SIZE (DateTime-TimeZone-1.97.tar.gz) = 922750 +TIMESTAMP = 1463993606 +SHA256 (DateTime-TimeZone-1.98.tar.gz) = 8d6a8289b2535d0dbe1579cc426bab95788eb482dd039b164aed01ad2e5b65c2 +SIZE (DateTime-TimeZone-1.98.tar.gz) = 927078 Modified: head/devel/p5-DateTime-TimeZone/pkg-plist ============================================================================== --- head/devel/p5-DateTime-TimeZone/pkg-plist Mon May 23 09:11:05 2016 (r415706) +++ head/devel/p5-DateTime-TimeZone/pkg-plist Mon May 23 09:17:03 2016 (r415707) @@ -222,6 +222,7 @@ %%SITE_PERL%%/DateTime/TimeZone/Asia/Tehran.pm %%SITE_PERL%%/DateTime/TimeZone/Asia/Thimphu.pm %%SITE_PERL%%/DateTime/TimeZone/Asia/Tokyo.pm +%%SITE_PERL%%/DateTime/TimeZone/Asia/Tomsk.pm %%SITE_PERL%%/DateTime/TimeZone/Asia/Ulaanbaatar.pm %%SITE_PERL%%/DateTime/TimeZone/Asia/Urumqi.pm %%SITE_PERL%%/DateTime/TimeZone/Asia/Ust_Nera.pm @@ -273,6 +274,7 @@ %%SITE_PERL%%/DateTime/TimeZone/Europe/Istanbul.pm %%SITE_PERL%%/DateTime/TimeZone/Europe/Kaliningrad.pm %%SITE_PERL%%/DateTime/TimeZone/Europe/Kiev.pm +%%SITE_PERL%%/DateTime/TimeZone/Europe/Kirov.pm %%SITE_PERL%%/DateTime/TimeZone/Europe/Lisbon.pm %%SITE_PERL%%/DateTime/TimeZone/Europe/London.pm %%SITE_PERL%%/DateTime/TimeZone/Europe/Luxembourg.pm From owner-svn-ports-head@freebsd.org Mon May 23 09:22:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ACE85B4443A; Mon, 23 May 2016 09:22:29 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6EE7F1A08; Mon, 23 May 2016 09:22:29 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4N9MSJi061955; Mon, 23 May 2016 09:22:28 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N9MSh6061952; Mon, 23 May 2016 09:22:28 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201605230922.u4N9MSh6061952@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Mon, 23 May 2016 09:22:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415708 - head/net-mgmt/p5-SNMP-Info X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 09:22:29 -0000 Author: jadawin Date: Mon May 23 09:22:28 2016 New Revision: 415708 URL: https://svnweb.freebsd.org/changeset/ports/415708 Log: - Update to 3.33 Modified: head/net-mgmt/p5-SNMP-Info/Makefile head/net-mgmt/p5-SNMP-Info/distinfo head/net-mgmt/p5-SNMP-Info/pkg-plist Modified: head/net-mgmt/p5-SNMP-Info/Makefile ============================================================================== --- head/net-mgmt/p5-SNMP-Info/Makefile Mon May 23 09:17:03 2016 (r415707) +++ head/net-mgmt/p5-SNMP-Info/Makefile Mon May 23 09:22:28 2016 (r415708) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= SNMP-Info -PORTVERSION= 3.31 +PORTVERSION= 3.33 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net-mgmt/p5-SNMP-Info/distinfo ============================================================================== --- head/net-mgmt/p5-SNMP-Info/distinfo Mon May 23 09:17:03 2016 (r415707) +++ head/net-mgmt/p5-SNMP-Info/distinfo Mon May 23 09:22:28 2016 (r415708) @@ -1,2 +1,3 @@ -SHA256 (SNMP-Info-3.31.tar.gz) = 5761376e5d0372e239d7a83132a99e11fd326438781fb664f1b23e463dd27d60 -SIZE (SNMP-Info-3.31.tar.gz) = 321821 +TIMESTAMP = 1463993834 +SHA256 (SNMP-Info-3.33.tar.gz) = b7554f060612e42bc0f461fe9b2f131b1c22d0382d9d6ca3b0d44bd16278ce2b +SIZE (SNMP-Info-3.33.tar.gz) = 325894 Modified: head/net-mgmt/p5-SNMP-Info/pkg-plist ============================================================================== --- head/net-mgmt/p5-SNMP-Info/pkg-plist Mon May 23 09:17:03 2016 (r415707) +++ head/net-mgmt/p5-SNMP-Info/pkg-plist Mon May 23 09:22:28 2016 (r415708) @@ -87,6 +87,7 @@ %%SITE_PERL%%/SNMP/Info/Layer3/NetSNMP.pm %%SITE_PERL%%/SNMP/Info/Layer3/Netscreen.pm %%SITE_PERL%%/SNMP/Info/Layer3/Nexus.pm +%%SITE_PERL%%/SNMP/Info/Layer3/PaloAlto.pm %%SITE_PERL%%/SNMP/Info/Layer3/Passport.pm %%SITE_PERL%%/SNMP/Info/Layer3/PacketFront.pm %%SITE_PERL%%/SNMP/Info/Layer3/Pf.pm @@ -97,6 +98,7 @@ %%SITE_PERL%%/SNMP/Info/Layer3/Tasman.pm %%SITE_PERL%%/SNMP/Info/Layer3/Timetra.pm %%SITE_PERL%%/SNMP/Info/Layer3/HP9300.pm +%%SITE_PERL%%/SNMP/Info/Layer3/VMware.pm %%SITE_PERL%%/SNMP/Info/Layer7.pm %%SITE_PERL%%/SNMP/Info/Layer7/APC.pm %%SITE_PERL%%/SNMP/Info/Layer7/Neoteris.pm @@ -198,6 +200,7 @@ %%PERL5_MAN3%%/SNMP::Info::Layer3::Netscreen.3.gz %%PERL5_MAN3%%/SNMP::Info::Layer3::Nexus.3.gz %%PERL5_MAN3%%/SNMP::Info::Layer3::PacketFront.3.gz +%%PERL5_MAN3%%/SNMP::Info::Layer3::PaloAlto.3.gz %%PERL5_MAN3%%/SNMP::Info::Layer3::Passport.3.gz %%PERL5_MAN3%%/SNMP::Info::Layer3::Pf.3.gz %%PERL5_MAN3%%/SNMP::Info::Layer3::Pica8.3.gz @@ -206,6 +209,7 @@ %%PERL5_MAN3%%/SNMP::Info::Layer3::Sun.3.gz %%PERL5_MAN3%%/SNMP::Info::Layer3::Tasman.3.gz %%PERL5_MAN3%%/SNMP::Info::Layer3::Timetra.3.gz +%%PERL5_MAN3%%/SNMP::Info::Layer3::VMware.3.gz %%PERL5_MAN3%%/SNMP::Info::Layer7.3.gz %%PERL5_MAN3%%/SNMP::Info::Layer7::APC.3.gz %%PERL5_MAN3%%/SNMP::Info::Layer7::Neoteris.3.gz From owner-svn-ports-head@freebsd.org Mon May 23 09:24:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49E17B4448F; Mon, 23 May 2016 09:24:11 +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 1AEAD1B14; Mon, 23 May 2016 09:24:11 +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 u4N9OAcA062118; Mon, 23 May 2016 09:24:10 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N9OA6u062116; Mon, 23 May 2016 09:24:10 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201605230924.u4N9OA6u062116@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 23 May 2016 09:24:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415709 - head/x11-toolkits/pango X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 09:24:11 -0000 Author: bapt Date: Mon May 23 09:24:10 2016 New Revision: 415709 URL: https://svnweb.freebsd.org/changeset/ports/415709 Log: Fix pango install deinstall script that are no longer needed since 1.38 Modified: head/x11-toolkits/pango/Makefile head/x11-toolkits/pango/pkg-plist Modified: head/x11-toolkits/pango/Makefile ============================================================================== --- head/x11-toolkits/pango/Makefile Mon May 23 09:22:28 2016 (r415708) +++ head/x11-toolkits/pango/Makefile Mon May 23 09:24:10 2016 (r415709) @@ -3,7 +3,7 @@ PORTNAME= pango PORTVERSION= 1.38.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome2 Modified: head/x11-toolkits/pango/pkg-plist ============================================================================== --- head/x11-toolkits/pango/pkg-plist Mon May 23 09:22:28 2016 (r415708) +++ head/x11-toolkits/pango/pkg-plist Mon May 23 09:24:10 2016 (r415709) @@ -122,5 +122,3 @@ share/gtk-doc/html/pango/rotated-text.pn share/gtk-doc/html/pango/style.css share/gtk-doc/html/pango/up-insensitive.png share/gtk-doc/html/pango/up.png -@unexec /bin/rm %D/lib/pango/%%VERSION%%/modules.cache -@exec %%LOCALBASE%%/bin/pango-querymodules --update-cache From owner-svn-ports-head@freebsd.org Mon May 23 09:31:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DEA87B4479F; Mon, 23 May 2016 09:31:29 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A17671F0E; Mon, 23 May 2016 09:31:29 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4N9VSP1065178; Mon, 23 May 2016 09:31:28 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N9VSvl065175; Mon, 23 May 2016 09:31:28 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201605230931.u4N9VSvl065175@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Mon, 23 May 2016 09:31:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415710 - head/textproc/p5-PDF-Create X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 09:31:30 -0000 Author: jadawin Date: Mon May 23 09:31:28 2016 New Revision: 415710 URL: https://svnweb.freebsd.org/changeset/ports/415710 Log: - Update to 1.31 Modified: head/textproc/p5-PDF-Create/Makefile head/textproc/p5-PDF-Create/distinfo head/textproc/p5-PDF-Create/pkg-plist Modified: head/textproc/p5-PDF-Create/Makefile ============================================================================== --- head/textproc/p5-PDF-Create/Makefile Mon May 23 09:24:10 2016 (r415709) +++ head/textproc/p5-PDF-Create/Makefile Mon May 23 09:31:28 2016 (r415710) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= PDF-Create -PORTVERSION= 1.29 +PORTVERSION= 1.31 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,6 +13,8 @@ COMMENT= Perl script to convert text fil LICENSE= ART10 GPLv1 LICENSE_COMB= dual +BUILD_DEPENDS= p5-File-ShareDir-Install>=0.10:devel/p5-File-ShareDir-Install + USES= perl5 USE_PERL5= configure Modified: head/textproc/p5-PDF-Create/distinfo ============================================================================== --- head/textproc/p5-PDF-Create/distinfo Mon May 23 09:24:10 2016 (r415709) +++ head/textproc/p5-PDF-Create/distinfo Mon May 23 09:31:28 2016 (r415710) @@ -1,2 +1,3 @@ -SHA256 (PDF-Create-1.29.tar.gz) = 7adc48a56786e2b15147e94d9474cfaabc652f83def13491d699ae19dda6d592 -SIZE (PDF-Create-1.29.tar.gz) = 103868 +TIMESTAMP = 1463994327 +SHA256 (PDF-Create-1.31.tar.gz) = ac0803645b9ca127457e5f3d16d575ebab6d06fd2540364964477cb6a0d902b3 +SIZE (PDF-Create-1.31.tar.gz) = 119623 Modified: head/textproc/p5-PDF-Create/pkg-plist ============================================================================== --- head/textproc/p5-PDF-Create/pkg-plist Mon May 23 09:24:10 2016 (r415709) +++ head/textproc/p5-PDF-Create/pkg-plist Mon May 23 09:31:28 2016 (r415710) @@ -3,5 +3,20 @@ %%SITE_PERL%%/PDF/Create.pm %%SITE_PERL%%/PDF/Image/GIF.pm %%SITE_PERL%%/PDF/Image/JPEG.pm +%%SITE_PERL%%/PDF/Font.pm +%%SITE_PERL%%/auto/share/dist/PDF-Create/courier-bold.json +%%SITE_PERL%%/auto/share/dist/PDF-Create/courier-boldoblique.json +%%SITE_PERL%%/auto/share/dist/PDF-Create/courier-oblique.json +%%SITE_PERL%%/auto/share/dist/PDF-Create/courier.json +%%SITE_PERL%%/auto/share/dist/PDF-Create/helvetica-bold.json +%%SITE_PERL%%/auto/share/dist/PDF-Create/helvetica-boldoblique.json +%%SITE_PERL%%/auto/share/dist/PDF-Create/helvetica-oblique.json +%%SITE_PERL%%/auto/share/dist/PDF-Create/helvetica.json +%%SITE_PERL%%/auto/share/dist/PDF-Create/symbol.json +%%SITE_PERL%%/auto/share/dist/PDF-Create/times-bold.json +%%SITE_PERL%%/auto/share/dist/PDF-Create/times-bolditalic.json +%%SITE_PERL%%/auto/share/dist/PDF-Create/times-italic.json +%%SITE_PERL%%/auto/share/dist/PDF-Create/times-roman.json %%PERL5_MAN3%%/PDF::Create.3.gz %%PERL5_MAN3%%/PDF::Create::Page.3.gz +%%PERL5_MAN3%%/PDF::Font.3.gz From owner-svn-ports-head@freebsd.org Mon May 23 09:53:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A724B47038; Mon, 23 May 2016 09:53:16 +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 67B651E4A; Mon, 23 May 2016 09:53:16 +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 u4N9rFmv071225; Mon, 23 May 2016 09:53:15 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N9rF1b071223; Mon, 23 May 2016 09:53:15 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201605230953.u4N9rF1b071223@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 23 May 2016 09:53:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415711 - head/ports-mgmt/pkg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 09:53:16 -0000 Author: bapt Date: Mon May 23 09:53:15 2016 New Revision: 415711 URL: https://svnweb.freebsd.org/changeset/ports/415711 Log: Update to 1.8.1 Changes: - Fix double free in pkg updating - Drop failures on POST-DEINSTALL (still too many failures in ports there :() Modified: head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Mon May 23 09:31:28 2016 (r415710) +++ head/ports-mgmt/pkg/Makefile Mon May 23 09:53:15 2016 (r415711) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.8.0 +DISTVERSION= 1.8.1 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Mon May 23 09:31:28 2016 (r415710) +++ head/ports-mgmt/pkg/distinfo Mon May 23 09:53:15 2016 (r415711) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463928580 -SHA256 (pkg-1.8.0.tar.xz) = 0891ac3283b7cb44a8f21d7cc260399f4947c5559a5ea088d4f4c0128b952b80 -SIZE (pkg-1.8.0.tar.xz) = 1945556 +TIMESTAMP = 1463996953 +SHA256 (pkg-1.8.1.tar.xz) = 0b7503597377c8fbec8ca2b98504770754a42eed7873b564ae5f5551a216386b +SIZE (pkg-1.8.1.tar.xz) = 1915512 From owner-svn-ports-head@freebsd.org Mon May 23 10:30:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28D6FB4760C; Mon, 23 May 2016 10:30:11 +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 EC6071D70; Mon, 23 May 2016 10:30:10 +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 u4NAUAcT080582; Mon, 23 May 2016 10:30:10 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NAUAUP080580; Mon, 23 May 2016 10:30:10 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201605231030.u4NAUAUP080580@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Mon, 23 May 2016 10:30:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415712 - in head/databases/pgespresso: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 10:30:11 -0000 Author: matthew Date: Mon May 23 10:30:09 2016 New Revision: 415712 URL: https://svnweb.freebsd.org/changeset/ports/415712 Log: Update to version 1.1 - Remove patch as this has been incorporated upstream. Release 1.1 is functionally identical to the previous 1.0 port + patch. ChangeLog: https://github.com/2ndquadrant-it/pgespresso/blob/master/ChangeLog Deleted: head/databases/pgespresso/files/ Modified: head/databases/pgespresso/Makefile head/databases/pgespresso/distinfo (contents, props changed) Modified: head/databases/pgespresso/Makefile ============================================================================== --- head/databases/pgespresso/Makefile Mon May 23 09:53:15 2016 (r415711) +++ head/databases/pgespresso/Makefile Mon May 23 10:30:09 2016 (r415712) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pgespresso -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 1.1 CATEGORIES= databases MAINTAINER= matthew@FreeBSD.org Modified: head/databases/pgespresso/distinfo ============================================================================== --- head/databases/pgespresso/distinfo Mon May 23 09:53:15 2016 (r415711) +++ head/databases/pgespresso/distinfo Mon May 23 10:30:09 2016 (r415712) @@ -1,2 +1,3 @@ -SHA256 (2ndquadrant-it-pgespresso-1.0_GH0.tar.gz) = c6a0fbbe421d762b3e17934fe61649420744639f2b032844a81699121d0dfb31 -SIZE (2ndquadrant-it-pgespresso-1.0_GH0.tar.gz) = 9469 +TIMESTAMP = 1463999096 +SHA256 (2ndquadrant-it-pgespresso-1.1_GH0.tar.gz) = a43895dc282fd0060e079877ba0f0a7c8e8ca33b60bb47f323a0ff8adc774ebf +SIZE (2ndquadrant-it-pgespresso-1.1_GH0.tar.gz) = 9980 From owner-svn-ports-head@freebsd.org Mon May 23 10:54:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C19F7B47B07; Mon, 23 May 2016 10:54: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 91E9A1BB2; Mon, 23 May 2016 10:54: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 u4NAsgp7089560; Mon, 23 May 2016 10:54:42 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NAsgEM089559; Mon, 23 May 2016 10:54:42 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605231054.u4NAsgEM089559@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 23 May 2016 10:54:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415713 - head/net/pythondirector X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 10:54:43 -0000 Author: amdmi3 Date: Mon May 23 10:54:42 2016 New Revision: 415713 URL: https://svnweb.freebsd.org/changeset/ports/415713 Log: - Add LICENSE_FILE - Add NO_ARCH - Switch to options helpers Modified: head/net/pythondirector/Makefile Modified: head/net/pythondirector/Makefile ============================================================================== --- head/net/pythondirector/Makefile Mon May 23 10:30:09 2016 (r415712) +++ head/net/pythondirector/Makefile Mon May 23 10:54:42 2016 (r415713) @@ -11,14 +11,18 @@ MAINTAINER= ports@FreeBSD.org COMMENT= TCP load balancer written in Python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/doc/LICENSE.txt -USE_PYTHON= distutils autoplist USES= python twisted:run +USE_PYTHON= distutils autoplist +NO_ARCH= yes PORTDOCS= * -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR}/ +OPTIONS_DEFINE= DOCS + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}/ .include From owner-svn-ports-head@freebsd.org Mon May 23 12:04:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46961B4523B; Mon, 23 May 2016 12:04:45 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0AA631AB7; Mon, 23 May 2016 12:04:44 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4NC4iCK011170; Mon, 23 May 2016 12:04:44 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NC4hHR011166; Mon, 23 May 2016 12:04:43 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201605231204.u4NC4hHR011166@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Mon, 23 May 2016 12:04:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415714 - in head/mail/sympa: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 12:04:45 -0000 Author: robak Date: Mon May 23 12:04:43 2016 New Revision: 415714 URL: https://svnweb.freebsd.org/changeset/ports/415714 Log: mail/sympa: update 6.2.14 -> 6.2.15 - Bugfix release PR: 209667 Submitted by: Geoffroy Desvernay (maintainer) MFH: 2016Q2 Deleted: head/mail/sympa/files/patch-src_etc_script_Makefile.in Modified: head/mail/sympa/Makefile head/mail/sympa/distinfo head/mail/sympa/files/patch-Makefile.in head/mail/sympa/pkg-plist Modified: head/mail/sympa/Makefile ============================================================================== --- head/mail/sympa/Makefile Mon May 23 10:54:42 2016 (r415713) +++ head/mail/sympa/Makefile Mon May 23 12:04:43 2016 (r415714) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sympa -PORTVERSION= 6.2.14 +PORTVERSION= 6.2.15 CATEGORIES= mail MASTER_SITES= http://www.sympa.org/distribution/ \ http://www.sympa.org/distribution/old/ @@ -70,7 +70,7 @@ CONFIGURE_ARGS+=--bindir=${PREFIX}/bin \ --with-docdir=${EXAMPLESDIR} \ --with-expldir=${DATADIR}/list_data \ --with-defaultdir=${DATADIR}/defaults \ - --with-initdir=${PREFIX}/etc/rc.d \ + --without-initdir \ --with-lockdir=/var/spool/lock \ --with-modulesdir=${PREFIX}/libexec/${PORTNAME} \ --with-piddir=/var/run/${PORTNAME} \ Modified: head/mail/sympa/distinfo ============================================================================== --- head/mail/sympa/distinfo Mon May 23 10:54:42 2016 (r415713) +++ head/mail/sympa/distinfo Mon May 23 12:04:43 2016 (r415714) @@ -1,2 +1,2 @@ -SHA256 (sympa-6.2.14.tar.gz) = 4d4d6eac6a93d3db1d1517bc56cedc2e8fd4685180b759b275dbacd23a2998d8 -SIZE (sympa-6.2.14.tar.gz) = 11751789 +SHA256 (sympa-6.2.15.tar.gz) = b8acc1b94adac38d68340a5f472425431ce6dc8f0fbbe709d96c027dbd73d18b +SIZE (sympa-6.2.15.tar.gz) = 11826022 Modified: head/mail/sympa/files/patch-Makefile.in ============================================================================== --- head/mail/sympa/files/patch-Makefile.in Mon May 23 10:54:42 2016 (r415713) +++ head/mail/sympa/files/patch-Makefile.in Mon May 23 12:04:43 2016 (r415714) @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2015-10-02 21:18:14 UTC +--- Makefile.in.orig 2016-05-12 14:32:20 UTC +++ Makefile.in -@@ -712,8 +712,8 @@ installdir: +@@ -721,8 +721,8 @@ installdir: echo "Creating $(DESTDIR)$$dir"; \ $(INSTALL) -d -m 755 $(DESTDIR)$$dir; \ fi; \ @@ -11,7 +11,7 @@ done sympa_wizard.pl.inst: $(top_srcdir)/src/sbin/sympa_wizard.pl.in Makefile -@@ -725,27 +725,27 @@ sympa_wizard.pl.inst: $(top_srcdir)/src/ +@@ -734,27 +734,27 @@ sympa_wizard.pl.inst: $(top_srcdir)/src/ installconfig: installdir sympa_wizard.pl.inst @echo "Installing basic configuration ..." export PERL5LIB=$(DESTDIR)$(modulesdir); \ @@ -52,7 +52,7 @@ fi @for dir in create_list_templates custom_actions custom_conditions \ data_sources families global_task_models list_task_models \ -@@ -754,8 +754,8 @@ installconfig: installdir sympa_wizard.p +@@ -763,8 +763,8 @@ installconfig: installdir sympa_wizard.p echo "Creating $(DESTDIR)$(sysconfdir)/$$dir"; \ $(INSTALL) -d -m 755 $(DESTDIR)$(sysconfdir)/$$dir; \ fi; \ Modified: head/mail/sympa/pkg-plist ============================================================================== --- head/mail/sympa/pkg-plist Mon May 23 10:54:42 2016 (r415713) +++ head/mail/sympa/pkg-plist Mon May 23 12:04:43 2016 (r415714) @@ -55,6 +55,9 @@ libexec/sympa/Sympa/ModDef.pm libexec/sympa/Sympa/Process.pm libexec/sympa/Sympa/Regexps.pm libexec/sympa/Sympa/Request.pm +libexec/sympa/Sympa/Request/Collection.pm +libexec/sympa/Sympa/Request/Handler.pm +libexec/sympa/Sympa/Request/Handler/auth.pm libexec/sympa/Sympa/Request/Handler/add.pm libexec/sympa/Sympa/Request/Handler/confirm.pm libexec/sympa/Sympa/Request/Handler/del.pm @@ -98,12 +101,15 @@ libexec/sympa/Sympa/Spindle/DoCommand.pm libexec/sympa/Sympa/Spindle/DoForward.pm libexec/sympa/Sympa/Spindle/DoMessage.pm libexec/sympa/Sympa/Spindle/ProcessArchive.pm +libexec/sympa/Sympa/Spindle/ProcessAuth.pm libexec/sympa/Sympa/Spindle/ProcessDigest.pm libexec/sympa/Sympa/Spindle/ProcessHeld.pm libexec/sympa/Sympa/Spindle/ProcessIncoming.pm libexec/sympa/Sympa/Spindle/ProcessMessage.pm libexec/sympa/Sympa/Spindle/ProcessModeration.pm libexec/sympa/Sympa/Spindle/ProcessOutgoing.pm +libexec/sympa/Sympa/Spindle/ProcessRequest.pm +libexec/sympa/Sympa/Spindle/ProcessReserved.pm libexec/sympa/Sympa/Spindle/ProcessTemplate.pm libexec/sympa/Sympa/Spindle/ResendArchive.pm libexec/sympa/Sympa/Spindle/ToAlarm.pm @@ -132,6 +138,7 @@ libexec/sympa/Sympa/Spool/Digest/Collect libexec/sympa/Sympa/Spool/Held.pm libexec/sympa/Sympa/Spool/Incoming.pm libexec/sympa/Sympa/Spool/Moderation.pm +libexec/sympa/Sympa/Spool/Reserved.pm libexec/sympa/Sympa/Task.pm libexec/sympa/Sympa/Template.pm libexec/sympa/Sympa/Ticket.pm @@ -230,6 +237,35 @@ man/man3/Sympa::ModDef.3Sympa.gz man/man3/Sympa::Process.3Sympa.gz man/man3/Sympa::Regexps.3Sympa.gz man/man3/Sympa::Request.3Sympa.gz +man/man3/Sympa::Request::Collection.3Sympa.gz +man/man3/Sympa::Request::Handler.3Sympa.gz +man/man3/Sympa::Request::Handler::add.3Sympa.gz +man/man3/Sympa::Request::Handler::auth.3Sympa.gz +man/man3/Sympa::Request::Handler::confirm.3Sympa.gz +man/man3/Sympa::Request::Handler::del.3Sympa.gz +man/man3/Sympa::Request::Handler::distribute.3Sympa.gz +man/man3/Sympa::Request::Handler::finished.3Sympa.gz +man/man3/Sympa::Request::Handler::get.3Sympa.gz +man/man3/Sympa::Request::Handler::global_remind.3Sympa.gz +man/man3/Sympa::Request::Handler::global_set.3Sympa.gz +man/man3/Sympa::Request::Handler::global_signoff.3Sympa.gz +man/man3/Sympa::Request::Handler::help.3Sympa.gz +man/man3/Sympa::Request::Handler::index.3Sympa.gz +man/man3/Sympa::Request::Handler::info.3Sympa.gz +man/man3/Sympa::Request::Handler::invite.3Sympa.gz +man/man3/Sympa::Request::Handler::last.3Sympa.gz +man/man3/Sympa::Request::Handler::lists.3Sympa.gz +man/man3/Sympa::Request::Handler::modindex.3Sympa.gz +man/man3/Sympa::Request::Handler::reject.3Sympa.gz +man/man3/Sympa::Request::Handler::remind.3Sympa.gz +man/man3/Sympa::Request::Handler::review.3Sympa.gz +man/man3/Sympa::Request::Handler::set.3Sympa.gz +man/man3/Sympa::Request::Handler::signoff.3Sympa.gz +man/man3/Sympa::Request::Handler::stats.3Sympa.gz +man/man3/Sympa::Request::Handler::subscribe.3Sympa.gz +man/man3/Sympa::Request::Handler::unknown.3Sympa.gz +man/man3/Sympa::Request::Handler::verify.3Sympa.gz +man/man3/Sympa::Request::Handler::which.3Sympa.gz man/man3/Sympa::Request::Message.3Sympa.gz man/man3/Sympa::Spindle.3Sympa.gz man/man3/Sympa::Spindle::AuthorizeMessage.3Sympa.gz @@ -240,16 +276,20 @@ man/man3/Sympa::Spindle::DoCommand.3Symp man/man3/Sympa::Spindle::DoForward.3Sympa.gz man/man3/Sympa::Spindle::DoMessage.3Sympa.gz man/man3/Sympa::Spindle::ProcessArchive.3Sympa.gz +man/man3/Sympa::Spindle::ProcessAuth.3Sympa.gz man/man3/Sympa::Spindle::ProcessDigest.3Sympa.gz man/man3/Sympa::Spindle::ProcessHeld.3Sympa.gz man/man3/Sympa::Spindle::ProcessIncoming.3Sympa.gz man/man3/Sympa::Spindle::ProcessMessage.3Sympa.gz man/man3/Sympa::Spindle::ProcessModeration.3Sympa.gz man/man3/Sympa::Spindle::ProcessOutgoing.3Sympa.gz +man/man3/Sympa::Spindle::ProcessRequest.3Sympa.gz +man/man3/Sympa::Spindle::ProcessReserved.3Sympa.gz man/man3/Sympa::Spindle::ProcessTemplate.3Sympa.gz man/man3/Sympa::Spindle::ResendArchive.3Sympa.gz man/man3/Sympa::Spindle::ToAlarm.3Sympa.gz man/man3/Sympa::Spindle::ToArchive.3Sympa.gz +man/man3/Sympa::Spindle::ToAuth.3Sympa.gz man/man3/Sympa::Spindle::ToAuthOwner.3Sympa.gz man/man3/Sympa::Spindle::ToDigest.3Sympa.gz man/man3/Sympa::Spindle::ToEditor.3Sympa.gz @@ -273,6 +313,7 @@ man/man3/Sympa::Spool::Digest::Collectio man/man3/Sympa::Spool::Held.3Sympa.gz man/man3/Sympa::Spool::Incoming.3Sympa.gz man/man3/Sympa::Spool::Moderation.3Sympa.gz +man/man3/Sympa::Spool::Reserved.3Sympa.gz man/man3/Sympa::Template.3Sympa.gz man/man3/Sympa::Ticket.3Sympa.gz man/man3/Sympa::Tools::File.3Sympa.gz @@ -614,6 +655,7 @@ man/man8/wwsympa.8.gz %%DATADIR%%/defaults/web_tt2/d_properties.tt2 %%DATADIR%%/defaults/web_tt2/d_read.tt2 %%DATADIR%%/defaults/web_tt2/d_upload.tt2 +%%DATADIR%%/defaults/web_tt2/docindex.tt2 %%DATADIR%%/defaults/web_tt2/dump_scenario.tt2 %%DATADIR%%/defaults/web_tt2/dumpvars.tt2 %%DATADIR%%/defaults/web_tt2/edit_attributes.tt2 From owner-svn-ports-head@freebsd.org Mon May 23 12:25:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE8AFB45B91; Mon, 23 May 2016 12:25:31 +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 8E5BE1B08; Mon, 23 May 2016 12:25:31 +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 u4NCPUw6017466; Mon, 23 May 2016 12:25:30 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NCPUIm017464; Mon, 23 May 2016 12:25:30 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201605231225.u4NCPUIm017464@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 23 May 2016 12:25:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415716 - head/ports-mgmt/pkg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 12:25:31 -0000 Author: bapt Date: Mon May 23 12:25:30 2016 New Revision: 415716 URL: https://svnweb.freebsd.org/changeset/ports/415716 Log: Do not check deinstall script results at all except if DEVELOPER_MODE is set Due to too many bad quality ports, for now we are back in not checking pre/post deinstall scripts at all except if DEVELOPER_MODE=yes is set, we hope to readd those checks once the ports have been fixed Modified: head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Mon May 23 12:08:21 2016 (r415715) +++ head/ports-mgmt/pkg/Makefile Mon May 23 12:25:30 2016 (r415716) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.8.1 +DISTVERSION= 1.8.2 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Mon May 23 12:08:21 2016 (r415715) +++ head/ports-mgmt/pkg/distinfo Mon May 23 12:25:30 2016 (r415716) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463996953 -SHA256 (pkg-1.8.1.tar.xz) = 0b7503597377c8fbec8ca2b98504770754a42eed7873b564ae5f5551a216386b -SIZE (pkg-1.8.1.tar.xz) = 1915512 +TIMESTAMP = 1464006076 +SHA256 (pkg-1.8.2.tar.xz) = 27f37c0bba6f7dd0eed7b8fa54c3c835ff39837dda8345df4b603e9d83225e7a +SIZE (pkg-1.8.2.tar.xz) = 1910748 From owner-svn-ports-head@freebsd.org Mon May 23 12:50:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7899B462DF; Mon, 23 May 2016 12:50:03 +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 6ED821BBF; Mon, 23 May 2016 12:50:03 +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 u4NCo22O023961; Mon, 23 May 2016 12:50:02 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NCo2Kt023959; Mon, 23 May 2016 12:50:02 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201605231250.u4NCo2Kt023959@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 23 May 2016 12:50:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415718 - 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.22 Precedence: list List-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, 23 May 2016 12:50:03 -0000 Author: mat Date: Mon May 23 12:50:02 2016 New Revision: 415718 URL: https://svnweb.freebsd.org/changeset/ports/415718 Log: Update to latest snapshot. Sponsored by: Absolight Modified: head/dns/bind9-devel/Makefile (contents, props changed) head/dns/bind9-devel/distinfo (contents, props changed) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Mon May 23 12:49:43 2016 (r415717) +++ head/dns/bind9-devel/Makefile Mon May 23 12:50:02 2016 (r415718) @@ -6,21 +6,18 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b 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;/ PKGNAMESUFFIX= 9-devel DISTNAME= ${PORTNAME}9-${HASH} -# Force the filename when fetched from the ISC gitweb. -FETCH_BEFORE_ARGS= -o ${DISTFILES} - MAINTAINER= mat@FreeBSD.org COMMENT= BIND DNS suite with updated DNSSEC and DNS64 LICENSE= ISCL # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.11.0.a20160517 -HASH= 75167fb +ISCVERSION= 9.11.0.a20160522 +HASH= da06956 MAKE_JOBS_UNSAFE= yes Modified: head/dns/bind9-devel/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Mon May 23 12:49:43 2016 (r415717) +++ head/dns/bind9-devel/distinfo Mon May 23 12:50:02 2016 (r415718) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463486175 -SHA256 (bind9-75167fb.tar.gz) = 82d8dc3ce81dfc1903edfbfc4d77b6e984ca571ac62f0584479c1bd3b89ce822 -SIZE (bind9-75167fb.tar.gz) = 11743906 +TIMESTAMP = 1464007451 +SHA256 (bind9-da06956.tar.gz) = f5ca53eb319a2aecfa107f95389db67297bc3924014201432cc7ba75810d24f3 +SIZE (bind9-da06956.tar.gz) = 11743827 From owner-svn-ports-head@freebsd.org Mon May 23 12:49:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 108ACB462D4; Mon, 23 May 2016 12:49:45 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC4271ADC; Mon, 23 May 2016 12:49:44 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4NCniYY023817; Mon, 23 May 2016 12:49:44 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NCnhnI023812; Mon, 23 May 2016 12:49:43 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201605231249.u4NCnhnI023812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 23 May 2016 12:49:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415717 - 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.22 Precedence: list List-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, 23 May 2016 12:49:45 -0000 Author: mat Date: Mon May 23 12:49:43 2016 New Revision: 415717 URL: https://svnweb.freebsd.org/changeset/ports/415717 Log: Update to v5.25.1-46-g5f602b3. Changes: https://github.com/Perl/perl5/compare/v5.25.0-121-g38c8d7b...v5.25.1-46-g5f602b3 Sponsored by: Absolight Modified: head/lang/perl5-devel/Makefile (contents, props changed) head/lang/perl5-devel/distinfo (contents, props changed) head/lang/perl5-devel/files/patch-perl.c (contents, props changed) head/lang/perl5-devel/pkg-plist (contents, props changed) head/lang/perl5-devel/version.mk Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Mon May 23 12:25:30 2016 (r415716) +++ head/lang/perl5-devel/Makefile Mon May 23 12:49:43 2016 (r415717) @@ -30,7 +30,7 @@ TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_J USE_GITHUB= yes GH_ACCOUNT= Perl GH_PROJECT= perl5 -GH_TAGNAME= v5.25.0-121-g38c8d7b +GH_TAGNAME= v5.25.1-46-g5f602b3 OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT PTHREAD \ MULTIPLICITY SITECUSTOMIZE Modified: head/lang/perl5-devel/distinfo ============================================================================== --- head/lang/perl5-devel/distinfo Mon May 23 12:25:30 2016 (r415716) +++ head/lang/perl5-devel/distinfo Mon May 23 12:49:43 2016 (r415717) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463485924 -SHA256 (perl/perl-5.25.0-121_GH0.tar.gz) = 8cf9c505449e3ec7b778b7ff50db17b14c53d4401158a605baae8886f57965da -SIZE (perl/perl-5.25.0-121_GH0.tar.gz) = 17968782 +TIMESTAMP = 1464005227 +SHA256 (perl/perl-5.25.1-46_GH0.tar.gz) = 5e27a2d760246790abf58110d1b9fc466d5b55ef90153ff83fbd9c76b73d6101 +SIZE (perl/perl-5.25.1-46_GH0.tar.gz) = 17922451 Modified: head/lang/perl5-devel/files/patch-perl.c ============================================================================== --- head/lang/perl5-devel/files/patch-perl.c Mon May 23 12:25:30 2016 (r415716) +++ head/lang/perl5-devel/files/patch-perl.c Mon May 23 12:49:43 2016 (r415717) @@ -1,6 +1,6 @@ ---- perl.c.orig 2016-05-17 05:00:57 UTC +--- perl.c.orig 2016-05-22 17:10:41 UTC +++ perl.c -@@ -1837,23 +1837,7 @@ S_Internals_V(pTHX_ CV *cv) +@@ -1859,23 +1859,7 @@ S_Internals_V(pTHX_ CV *cv) PUSHs(Perl_newSVpvn_flags(aTHX_ non_bincompat_options, sizeof(non_bincompat_options) - 1, SVs_TEMP)); Modified: head/lang/perl5-devel/pkg-plist ============================================================================== --- head/lang/perl5-devel/pkg-plist Mon May 23 12:25:30 2016 (r415716) +++ head/lang/perl5-devel/pkg-plist Mon May 23 12:49:43 2016 (r415717) @@ -473,10 +473,13 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%PRIV_LIB%%/Term/ReadLine.pm %%PRIV_LIB%%/Test.pm %%PRIV_LIB%%/Test/Builder.pm +%%PRIV_LIB%%/Test/Builder/Formatter.pm %%PRIV_LIB%%/Test/Builder/IO/Scalar.pm %%PRIV_LIB%%/Test/Builder/Module.pm %%PRIV_LIB%%/Test/Builder/Tester.pm %%PRIV_LIB%%/Test/Builder/Tester/Color.pm +%%PRIV_LIB%%/Test/Builder/TodoDiag.pm +%%PRIV_LIB%%/Test/FAQ.pod %%PRIV_LIB%%/Test/Harness.pm %%PRIV_LIB%%/Test/More.pm %%PRIV_LIB%%/Test/Simple.pm @@ -486,6 +489,36 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%PRIV_LIB%%/Test/Tester/Delegate.pm %%PRIV_LIB%%/Test/Tutorial.pod %%PRIV_LIB%%/Test/use/ok.pm +%%PRIV_LIB%%/Test2.pm +%%PRIV_LIB%%/Test2/API.pm +%%PRIV_LIB%%/Test2/API/Breakage.pm +%%PRIV_LIB%%/Test2/API/Context.pm +%%PRIV_LIB%%/Test2/API/Instance.pm +%%PRIV_LIB%%/Test2/API/Stack.pm +%%PRIV_LIB%%/Test2/Event.pm +%%PRIV_LIB%%/Test2/Event/Bail.pm +%%PRIV_LIB%%/Test2/Event/Diag.pm +%%PRIV_LIB%%/Test2/Event/Exception.pm +%%PRIV_LIB%%/Test2/Event/Note.pm +%%PRIV_LIB%%/Test2/Event/Ok.pm +%%PRIV_LIB%%/Test2/Event/Plan.pm +%%PRIV_LIB%%/Test2/Event/Skip.pm +%%PRIV_LIB%%/Test2/Event/Subtest.pm +%%PRIV_LIB%%/Test2/Event/Waiting.pm +%%PRIV_LIB%%/Test2/Formatter.pm +%%PRIV_LIB%%/Test2/Formatter/TAP.pm +%%PRIV_LIB%%/Test2/Hub.pm +%%PRIV_LIB%%/Test2/Hub/Interceptor.pm +%%PRIV_LIB%%/Test2/Hub/Interceptor/Terminator.pm +%%PRIV_LIB%%/Test2/Hub/Subtest.pm +%%PRIV_LIB%%/Test2/IPC.pm +%%PRIV_LIB%%/Test2/IPC/Driver.pm +%%PRIV_LIB%%/Test2/IPC/Driver/Files.pm +%%PRIV_LIB%%/Test2/Transition.pod +%%PRIV_LIB%%/Test2/Util.pm +%%PRIV_LIB%%/Test2/Util/ExternalMeta.pm +%%PRIV_LIB%%/Test2/Util/HashBase.pm +%%PRIV_LIB%%/Test2/Util/Trace.pm %%PRIV_LIB%%/Text/Abbrev.pm %%PRIV_LIB%%/Text/Balanced.pm %%PRIV_LIB%%/Text/ParseWords.pm @@ -1309,11 +1342,44 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%MAN3%%/Term::Complete.3.gz %%MAN3%%/Term::ReadLine.3.gz %%MAN3%%/Test.3.gz +%%MAN3%%/Test2.3.gz +%%MAN3%%/Test2::API.3.gz +%%MAN3%%/Test2::API::Breakage.3.gz +%%MAN3%%/Test2::API::Context.3.gz +%%MAN3%%/Test2::API::Instance.3.gz +%%MAN3%%/Test2::API::Stack.3.gz +%%MAN3%%/Test2::Event.3.gz +%%MAN3%%/Test2::Event::Bail.3.gz +%%MAN3%%/Test2::Event::Diag.3.gz +%%MAN3%%/Test2::Event::Exception.3.gz +%%MAN3%%/Test2::Event::Note.3.gz +%%MAN3%%/Test2::Event::Ok.3.gz +%%MAN3%%/Test2::Event::Plan.3.gz +%%MAN3%%/Test2::Event::Skip.3.gz +%%MAN3%%/Test2::Event::Subtest.3.gz +%%MAN3%%/Test2::Event::Waiting.3.gz +%%MAN3%%/Test2::Formatter.3.gz +%%MAN3%%/Test2::Formatter::TAP.3.gz +%%MAN3%%/Test2::Hub.3.gz +%%MAN3%%/Test2::Hub::Interceptor.3.gz +%%MAN3%%/Test2::Hub::Interceptor::Terminator.3.gz +%%MAN3%%/Test2::Hub::Subtest.3.gz +%%MAN3%%/Test2::IPC.3.gz +%%MAN3%%/Test2::IPC::Driver.3.gz +%%MAN3%%/Test2::IPC::Driver::Files.3.gz +%%MAN3%%/Test2::Transition.3.gz +%%MAN3%%/Test2::Util.3.gz +%%MAN3%%/Test2::Util::ExternalMeta.3.gz +%%MAN3%%/Test2::Util::HashBase.3.gz +%%MAN3%%/Test2::Util::Trace.3.gz %%MAN3%%/Test::Builder.3.gz +%%MAN3%%/Test::Builder::Formatter.3.gz %%MAN3%%/Test::Builder::IO::Scalar.3.gz %%MAN3%%/Test::Builder::Module.3.gz %%MAN3%%/Test::Builder::Tester.3.gz %%MAN3%%/Test::Builder::Tester::Color.3.gz +%%MAN3%%/Test::Builder::TodoDiag.3.gz +%%MAN3%%/Test::FAQ.3.gz %%MAN3%%/Test::Harness.3.gz %%MAN3%%/Test::More.3.gz %%MAN3%%/Test::Simple.3.gz @@ -1451,6 +1517,7 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%PRIV_LIB%%/pod/perl5240delta.pod %%PRIV_LIB%%/pod/perl5250delta.pod %%PRIV_LIB%%/pod/perl5251delta.pod +%%PRIV_LIB%%/pod/perl5252delta.pod %%PRIV_LIB%%/pod/perl561delta.pod %%PRIV_LIB%%/pod/perl56delta.pod %%PRIV_LIB%%/pod/perl581delta.pod @@ -2122,6 +2189,7 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%MAN1%%/perl5240delta.1.gz %%MAN1%%/perl5250delta.1.gz %%MAN1%%/perl5251delta.1.gz +%%MAN1%%/perl5252delta.1.gz %%MAN1%%/perl561delta.1.gz %%MAN1%%/perl56delta.1.gz %%MAN1%%/perl581delta.1.gz Modified: head/lang/perl5-devel/version.mk ============================================================================== --- head/lang/perl5-devel/version.mk Mon May 23 12:25:30 2016 (r415716) +++ head/lang/perl5-devel/version.mk Mon May 23 12:49:43 2016 (r415717) @@ -1,2 +1,2 @@ -PERL_VERSION= 5.25.1 +PERL_VERSION= 5.25.2 PERL5_DEPEND= perl5>=5.25<5.26 From owner-svn-ports-head@freebsd.org Mon May 23 13:41:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D84EEB464F3; Mon, 23 May 2016 13:41:49 +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 99ED310B9; Mon, 23 May 2016 13:41:49 +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 u4NDfm4H039952; Mon, 23 May 2016 13:41:48 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NDfmHX039949; Mon, 23 May 2016 13:41:48 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201605231341.u4NDfmHX039949@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 23 May 2016 13:41:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415719 - head/devel/creduce X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 13:41:50 -0000 Author: swills Date: Mon May 23 13:41:48 2016 New Revision: 415719 URL: https://svnweb.freebsd.org/changeset/ports/415719 Log: devel/creduce: update to 2.5.0 Modified: head/devel/creduce/Makefile head/devel/creduce/distinfo head/devel/creduce/pkg-plist Modified: head/devel/creduce/Makefile ============================================================================== --- head/devel/creduce/Makefile Mon May 23 12:50:02 2016 (r415718) +++ head/devel/creduce/Makefile Mon May 23 13:41:48 2016 (r415719) @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= creduce -DISTVERSION= 2.4.0 +DISTVERSION= 2.5.0 CATEGORIES= devel MASTER_SITES= http://embed.cs.utah.edu/creduce/ MAINTAINER= swills@FreeBSD.org COMMENT= Produces small test cases -BUILD_DEPENDS= llvm-config37:devel/llvm37 -RUN_DEPENDS= llvm-config37:devel/llvm37 \ +BUILD_DEPENDS= llvm-config38:devel/llvm38 +RUN_DEPENDS= llvm-config38:devel/llvm38 \ topformflat:devel/delta \ astyle:devel/astyle \ p5-Benchmark-Timer>=0:devel/p5-Benchmark-Timer \ @@ -21,10 +21,10 @@ RUN_DEPENDS= llvm-config37:devel/llvm37 GNU_CONFIGURE= yes CONFIGURE_FLAGS= --with-llvm=${LOCALBASE} -CONFIGURE_ENV= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config37 \ - CC=${LOCALBASE}/bin/clang37 \ - CXX=${LOCALBASE}/bin/clang++37 \ - CPP=${LOCALBASE}/bin/clang-cpp37 +CONFIGURE_ENV= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config38 \ + CC=${LOCALBASE}/bin/clang38 \ + CXX=${LOCALBASE}/bin/clang++38 \ + CPP=${LOCALBASE}/bin/clang-cpp38 USES= autoreconf gmake libtool perl5 Modified: head/devel/creduce/distinfo ============================================================================== --- head/devel/creduce/distinfo Mon May 23 12:50:02 2016 (r415718) +++ head/devel/creduce/distinfo Mon May 23 13:41:48 2016 (r415719) @@ -1,2 +1,3 @@ -SHA256 (creduce-2.4.0.tar.gz) = 0b4c5184b7bdc369a476c0eb4d41f1618f66e82d7ebeafa9492c0355ce63ed35 -SIZE (creduce-2.4.0.tar.gz) = 677706 +TIMESTAMP = 1463921303 +SHA256 (creduce-2.5.0.tar.gz) = 2dcd784e1d27df60f4ea1d92c4c556c02da4152db353d544dce8b7813fa443e4 +SIZE (creduce-2.5.0.tar.gz) = 742516 Modified: head/devel/creduce/pkg-plist ============================================================================== --- head/devel/creduce/pkg-plist Mon May 23 12:50:02 2016 (r415718) +++ head/devel/creduce/pkg-plist Mon May 23 13:41:48 2016 (r415719) @@ -2,17 +2,23 @@ bin/creduce libexec/clang_delta libexec/clex libexec/strlex +libexec/topformflat +libexec/unifdef %%DATADIR%%/perl/creduce_config.pm %%DATADIR%%/perl/creduce_regexes.pm %%DATADIR%%/perl/creduce_utils.pm %%DATADIR%%/perl/pass_balanced.pm %%DATADIR%%/perl/pass_blank.pm -%%DATADIR%%/perl/pass_clang_binsrch.pm %%DATADIR%%/perl/pass_clang.pm +%%DATADIR%%/perl/pass_clang_binsrch.pm %%DATADIR%%/perl/pass_clex.pm +%%DATADIR%%/perl/pass_comments.pm +%%DATADIR%%/perl/pass_include_includes.pm +%%DATADIR%%/perl/pass_includes.pm %%DATADIR%%/perl/pass_indent.pm %%DATADIR%%/perl/pass_ints.pm %%DATADIR%%/perl/pass_lines.pm %%DATADIR%%/perl/pass_peep.pm %%DATADIR%%/perl/pass_special.pm %%DATADIR%%/perl/pass_ternary.pm +%%DATADIR%%/perl/pass_unifdef.pm From owner-svn-ports-head@freebsd.org Mon May 23 13:53:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92C6DB467C3; Mon, 23 May 2016 13:53:35 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6CBC817B1; Mon, 23 May 2016 13:53:35 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4NDrYZC045243; Mon, 23 May 2016 13:53:34 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NDrYP1045238; Mon, 23 May 2016 13:53:34 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201605231353.u4NDrYP1045238@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Mon, 23 May 2016 13:53:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415720 - in head/math/openlibm: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 13:53:35 -0000 Author: lwhsu Date: Mon May 23 13:53:34 2016 New Revision: 415720 URL: https://svnweb.freebsd.org/changeset/ports/415720 Log: - Update to 0.5.1 PR: 209713 Submitted by: Iblis Lin (maintainer) Modified: head/math/openlibm/Makefile head/math/openlibm/distinfo head/math/openlibm/files/patch-Make.inc head/math/openlibm/files/patch-Makefile head/math/openlibm/pkg-plist Modified: head/math/openlibm/Makefile ============================================================================== --- head/math/openlibm/Makefile Mon May 23 13:41:48 2016 (r415719) +++ head/math/openlibm/Makefile Mon May 23 13:53:34 2016 (r415720) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openlibm -PORTVERSION= 0.5.0 +PORTVERSION= 0.5.1 DISTVERSIONPREFIX= v CATEGORIES= math MASTER_SITES= GH Modified: head/math/openlibm/distinfo ============================================================================== --- head/math/openlibm/distinfo Mon May 23 13:41:48 2016 (r415719) +++ head/math/openlibm/distinfo Mon May 23 13:53:34 2016 (r415720) @@ -1,2 +1,3 @@ -SHA256 (JuliaLang-openlibm-v0.5.0_GH0.tar.gz) = a9a03644b38fd611a63838f1924925bc27f756ee04f69a90e2af7594f34558b8 -SIZE (JuliaLang-openlibm-v0.5.0_GH0.tar.gz) = 352346 +TIMESTAMP = 1464004057 +SHA256 (JuliaLang-openlibm-v0.5.1_GH0.tar.gz) = 782a77497071cc450af176bbfebb34834334f6a17de842fe75cd407bbee89f85 +SIZE (JuliaLang-openlibm-v0.5.1_GH0.tar.gz) = 352866 Modified: head/math/openlibm/files/patch-Make.inc ============================================================================== --- head/math/openlibm/files/patch-Make.inc Mon May 23 13:41:48 2016 (r415719) +++ head/math/openlibm/files/patch-Make.inc Mon May 23 13:53:34 2016 (r415720) @@ -1,13 +1,13 @@ ---- Make.inc.orig 2016-03-11 16:57:11 UTC +--- Make.inc.orig 2016-05-23 11:57:41 UTC +++ Make.inc @@ -3,11 +3,11 @@ OS := $(shell uname) # Do not forget to bump SOMINOR when changing VERSION, # and SOMAJOR when breaking ABI in a backward-incompatible way --VERSION = 0.5-dev -+VERSION = 0.5 +-VERSION = 0.5.1-dev ++VERSION = 0.5.1 SOMAJOR = 2 - SOMINOR = 1 + SOMINOR = 2 DESTDIR = -prefix = /usr/local +prefix ?= /usr/local Modified: head/math/openlibm/files/patch-Makefile ============================================================================== --- head/math/openlibm/files/patch-Makefile Mon May 23 13:41:48 2016 (r415719) +++ head/math/openlibm/files/patch-Makefile Mon May 23 13:53:34 2016 (r415720) @@ -1,15 +1,15 @@ ---- Makefile.orig 2016-03-08 10:28:02 UTC +--- Makefile.orig 2016-05-23 11:53:14 UTC +++ Makefile -@@ -66,8 +66,8 @@ install: all openlibm.pc +@@ -78,8 +78,8 @@ install: all openlibm.pc mkdir -p $(DESTDIR)$(shlibdir) mkdir -p $(DESTDIR)$(pkgconfigdir) mkdir -p $(DESTDIR)$(includedir)/openlibm -- cp -f -a libopenlibm.$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/ +- cp -f -a libopenlibm.*$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/ - cp -f -a libopenlibm.a $(DESTDIR)$(libdir)/ - cp -f -a include/*.h $(DESTDIR)$(includedir)/openlibm - cp -f -a src/*.h $(DESTDIR)$(includedir)/openlibm - cp -f -a openlibm.pc $(DESTDIR)$(pkgconfigdir)/ -+ ${BSD_INSTALL_LIB} libopenlibm.$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/ ++ ${BSD_INSTALL_LIB} libopenlibm.*$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/ + ${BSD_INSTALL_DATA} libopenlibm.a $(DESTDIR)$(libdir)/ + ${BSD_INSTALL_DATA} include/*.h $(DESTDIR)$(includedir)/openlibm + ${BSD_INSTALL_DATA} src/*.h $(DESTDIR)$(includedir)/openlibm Modified: head/math/openlibm/pkg-plist ============================================================================== --- head/math/openlibm/pkg-plist Mon May 23 13:41:48 2016 (r415719) +++ head/math/openlibm/pkg-plist Mon May 23 13:53:34 2016 (r415720) @@ -22,5 +22,5 @@ include/openlibm/types-compat.h lib/libopenlibm.a lib/libopenlibm.so lib/libopenlibm.so.2 -lib/libopenlibm.so.2.1 +lib/libopenlibm.so.2.2 libdata/pkgconfig/openlibm.pc From owner-svn-ports-head@freebsd.org Mon May 23 13:57:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0074FB4686D; Mon, 23 May 2016 13:57:04 +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 C68221955; Mon, 23 May 2016 13:57:03 +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 u4NDv39o045500; Mon, 23 May 2016 13:57:03 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NDv273045498; Mon, 23 May 2016 13:57:02 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201605231357.u4NDv273045498@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Mon, 23 May 2016 13:57:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415721 - head/databases/pgbarman X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 13:57:04 -0000 Author: matthew Date: Mon May 23 13:57:02 2016 New Revision: 415721 URL: https://svnweb.freebsd.org/changeset/ports/415721 Log: Update to 1.6.1 ReleaseNotes: https://sourceforge.net/projects/pgbarman/files/1.6.1/ Modified: head/databases/pgbarman/Makefile head/databases/pgbarman/distinfo Modified: head/databases/pgbarman/Makefile ============================================================================== --- head/databases/pgbarman/Makefile Mon May 23 13:53:34 2016 (r415720) +++ head/databases/pgbarman/Makefile Mon May 23 13:57:02 2016 (r415721) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= barman -DISTVERSION= 1.6.0 -PORTREVISION= 1 +DISTVERSION= 1.6.1 CATEGORIES= databases MASTER_SITES= SF/${PKGNAMEPREFIX}${PORTNAME}/${DISTVERSION} PKGNAMEPREFIX= pg Modified: head/databases/pgbarman/distinfo ============================================================================== --- head/databases/pgbarman/distinfo Mon May 23 13:53:34 2016 (r415720) +++ head/databases/pgbarman/distinfo Mon May 23 13:57:02 2016 (r415721) @@ -1,4 +1,5 @@ -SHA256 (barman-1.6.0.tar.gz) = 771957451fafef93f64d7ce08f43530b86f52fb31451ecc180a40856c707bc76 -SIZE (barman-1.6.0.tar.gz) = 157048 +TIMESTAMP = 1464011005 +SHA256 (barman-1.6.1.tar.gz) = 2fb8bbf0a386114dda4f1ade3e02a79aede5e3dd77c6b8d4f872b75fd1427e65 +SIZE (barman-1.6.1.tar.gz) = 189826 SHA256 (tutorial.pdf) = 21acf6152b959c55b996fb6479c722d3f416eac3384479498a25911a3912a158 SIZE (tutorial.pdf) = 349394 From owner-svn-ports-head@freebsd.org Mon May 23 14:03:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2D39B46A6B; Mon, 23 May 2016 14:03:50 +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 8060B1F08; Mon, 23 May 2016 14:03:50 +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 u4NE3nwR048581; Mon, 23 May 2016 14:03:49 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NE3nf1048580; Mon, 23 May 2016 14:03:49 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201605231403.u4NE3nf1048580@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 23 May 2016 14:03:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415722 - head/net/citrix_ica X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 14:03:50 -0000 Author: ehaupt Date: Mon May 23 14:03:49 2016 New Revision: 415722 URL: https://svnweb.freebsd.org/changeset/ports/415722 Log: Drop maintainership as I no longer use this software. Modified: head/net/citrix_ica/Makefile Modified: head/net/citrix_ica/Makefile ============================================================================== --- head/net/citrix_ica/Makefile Mon May 23 13:57:02 2016 (r415721) +++ head/net/citrix_ica/Makefile Mon May 23 14:03:49 2016 (r415722) @@ -8,7 +8,7 @@ CATEGORIES= net comms linux MASTER_SITES= # DISTNAME= linuxx86-${PORTVERSION}.344519 -MAINTAINER= ehaupt@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Citrix(R) Presentation Server(TM) client ONLY_FOR_ARCHS= i386 amd64 From owner-svn-ports-head@freebsd.org Mon May 23 14:23:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 164C7B46F3C; Mon, 23 May 2016 14:23:30 +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 DB24A1C16; Mon, 23 May 2016 14:23:29 +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 u4NENTgP054527; Mon, 23 May 2016 14:23:29 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NENSDf054525; Mon, 23 May 2016 14:23:28 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201605231423.u4NENSDf054525@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Mon, 23 May 2016 14:23:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415723 - head/databases/mysql-connector-java X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 14:23:30 -0000 Author: matthew Date: Mon May 23 14:23:28 2016 New Revision: 415723 URL: https://svnweb.freebsd.org/changeset/ports/415723 Log: Update to 5.1.39 - Modernize port: use option depended make targets - Add PORTSCOUT config - Support OpenJDK8 - Consequently make building the javadoc API docs contingent on the version of java used: only build when java 1.6 or 1.7 is in use. javadoc in OpenJDK 1.8 is much less forgiving than in earlier versions of java, and would require substantion patching of the sources to generate javadoc successfully. - Use COPYTREE_SHARE to install javadocs rather than rolling our own ChangeLog: http://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-39.html Modified: head/databases/mysql-connector-java/Makefile head/databases/mysql-connector-java/distinfo Modified: head/databases/mysql-connector-java/Makefile ============================================================================== --- head/databases/mysql-connector-java/Makefile Mon May 23 14:03:49 2016 (r415722) +++ head/databases/mysql-connector-java/Makefile Mon May 23 14:23:28 2016 (r415723) @@ -1,9 +1,8 @@ # Created by: Matthew Seaman # $FreeBSD$ - PORTNAME= mysql-connector-java -PORTVERSION= 5.1.38 +PORTVERSION= 5.1.39 CATEGORIES= databases java MASTER_SITES= MYSQL/Connector-J @@ -14,12 +13,16 @@ LICENSE= GPLv2 RUN_DEPENDS= ${JAVALIBDIR}/log4j.jar:devel/log4j +# 6.0 is currently in beta. +PORTSCOUT= limit:^5\.1\..* + USES= cpe CPE_VENDOR= oracle CPE_PRODUCT= mysql_connector_j +NO_ARCH= yes USE_JAVA= yes -JAVA_VERSION= 1.6 1.7 +JAVA_VERSION= 1.6 1.7 1.8 BUILDDIR= ${WRKDIR}/${DISTNAME} APIDOCSDIR= ${STAGEDIR}${DOCSDIR}/javadoc SRCDIR= ${WRKDIR}/${DISTNAME}/src @@ -33,43 +36,39 @@ PLIST_FILES= ${JAVAJARDIR}/${DESTJARFILE OPTIONS_DEFINE= DOCS -.include - -.if ${PORT_OPTIONS:MDOCS} PORTDOCS= * -.endif + +.include do-build: -.if ${PORT_OPTIONS:MDOCS} + @${DO_NADA} + +do-build-DOCS-on: +.if ${JAVA_PORT_VERSION:M1.8.*} + @${ECHO_MSG} "NOTE>>> Generating javadoc is broken with JDK 1.8+" +.else @${MKDIR} ${JAVADOCDIR} && (cd ${SRCDIR}; \ ${JAVADOC} -quiet -breakiterator -encoding utf8 \ -d ${JAVADOCDIR} -package -classpath ${JDCLASSPATH} \ com.mysql.jdbc org.gjt.mm.mysql) .endif -do-install: do-install-jar do-install-apidocs - -do-install-jar: +# Don't build the javadoc using JDK 1.8+ as it generates many errors +do-install: @${ECHO_MSG} -n ">> Installing .jar files..." - @${INSTALL_DATA} ${BUILDDIR}/${JARFILE} ${STAGEDIR}${JAVAJARDIR}/${DESTJARFILE} + ${INSTALL_DATA} ${BUILDDIR}/${JARFILE} ${STAGEDIR}${JAVAJARDIR}/${DESTJARFILE} @${ECHO_MSG} " [ DONE ]" -do-install-apidocs: -.if ${PORT_OPTIONS:MDOCS} +do-install-DOCS-on: @${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}..." - @${MKDIR} ${APIDOCSDIR} - @cd ${JAVADOCDIR} && for src in $$( ${FIND} . ) ; do \ - dst=${APIDOCSDIR}$${src#.} ; \ - if ${TEST} -d $$src ; then \ - ${MKDIR} $$dst ; \ - else \ - ${INSTALL_DATA} $$src $$dst ; \ - fi \ - done + @${MKDIR} ${STAGEDIR}${DOCSDIR} @for extradoc in ${EXTRADOCS} ; do \ ${INSTALL_DATA} ${INSTALL_WRKSRC}/$$extradoc ${STAGEDIR}${DOCSDIR} ; \ done - @${ECHO_MSG} " [ DONE ]" +.if ${JAVA_PORT_VERSION:N1.8.*} + @${MKDIR} ${STAGEDIR}${APIDOCSDIR} + @cd ${JAVADOCDIR} && ${COPYTREE_SHARE} . ${APIDOCSDIR} .endif + @${ECHO_MSG} " [ DONE ]" -.include +.include Modified: head/databases/mysql-connector-java/distinfo ============================================================================== --- head/databases/mysql-connector-java/distinfo Mon May 23 14:03:49 2016 (r415722) +++ head/databases/mysql-connector-java/distinfo Mon May 23 14:23:28 2016 (r415723) @@ -1,2 +1,3 @@ -SHA256 (mysql-connector-java-5.1.38.tar.gz) = fa6232a0bcf67dc7d9acac9dc58910644e50790cbd8cc2f854e2c17f91b2c224 -SIZE (mysql-connector-java-5.1.38.tar.gz) = 3938241 +TIMESTAMP = 1463998110 +SHA256 (mysql-connector-java-5.1.39.tar.gz) = fa1bdc9ee5323642c5a533fa73fbcf537b26a979e5981c486c24256c433c7718 +SIZE (mysql-connector-java-5.1.39.tar.gz) = 3899019 From owner-svn-ports-head@freebsd.org Mon May 23 15:01:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8A25B4787C; Mon, 23 May 2016 15:01:51 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "apnoea.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2BA8B1E89; Mon, 23 May 2016 15:01:50 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id ae0360db TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Mon, 23 May 2016 09:01:40 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: svn commit: r415696 - in head: databases/p5-DBICx-MapMaker databases/p5-DBICx-TestDatabase devel/p5-AnyEvent-Subprocess devel/p5-App-perlbrew devel/p5-Check-ISA devel/p5-Context-Preserve devel/p5-D... From: Adam Weinberger In-Reply-To: <201605230353.u4N3rJ7s059575@repo.freebsd.org> Date: Mon, 23 May 2016 09:01:35 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201605230353.u4N3rJ7s059575@repo.freebsd.org> To: Sunpoet Po-Chuan Hsieh X-Mailer: Apple Mail (2.3124) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 15:01:51 -0000 > On 22 May, 2016, at 21:53, Sunpoet Po-Chuan Hsieh = wrote: >=20 > Author: sunpoet > Date: Mon May 23 03:53:19 2016 > New Revision: 415696 > URL: https://svnweb.freebsd.org/changeset/ports/415696 >=20 > Log: > - Update to 1.302015 Hi sunpoet, I'd like to ask a favour please. When you do an update and chase it in = dozens of ports, can you please say which port it is that gets updated? = Saying "Update devel/p5-Test-Simple to 1.302015" would make combing = through 'svn log' on the other ports *much* easier. I know that on this commit you included the "Changes" URL which solves = it here, but it's happened on some other ports too. Thanks! # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-head@freebsd.org Mon May 23 15:17:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F973B47CB2; Mon, 23 May 2016 15:17:44 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E32DA19A9; Mon, 23 May 2016 15:17: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 u4NFHhmU069672; Mon, 23 May 2016 15:17:43 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NFHhR4069671; Mon, 23 May 2016 15:17:43 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605231517.u4NFHhR4069671@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 23 May 2016 15:17:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415724 - head/x11/xbindkeys X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 15:17:44 -0000 Author: amdmi3 Date: Mon May 23 15:17:42 2016 New Revision: 415724 URL: https://svnweb.freebsd.org/changeset/ports/415724 Log: - Pass maintainership to submitter - While here, minor cleanup - Clarify LICENSE - Add LICENSE_FILE - Remove unneeded flags - Don't needlessly and erroneously patch wish path when TCL is disabled and ${WISH} is not defined - Silence mkdir PR: 209705 Submitted by: guru@unixarea.de Modified: head/x11/xbindkeys/Makefile Modified: head/x11/xbindkeys/Makefile ============================================================================== --- head/x11/xbindkeys/Makefile Mon May 23 14:23:28 2016 (r415723) +++ head/x11/xbindkeys/Makefile Mon May 23 15:17:42 2016 (r415724) @@ -7,31 +7,30 @@ PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://www.nongnu.org/xbindkeys/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= guru@unixarea.de COMMENT= Allows you to launch shell commands under X with your keyboard -LICENSE= GPLv2 - -OPTIONS_DEFINE= GUILE TCL +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING USE_XORG= x11 xi GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/xbindkeys %%EXAMPLESDIR%%/xbindkeysrc man/man1/xbindkeys.1.gz +OPTIONS_DEFINE= GUILE TCL + TCL_USES= tk TCL_CONFIGURE_OFF= --disable-tk TCL_PLIST_FILES= bin/xbindkeys_show man/man1/xbindkeys_show.1.gz GUILE_LIB_DEPENDS= libguile.so:lang/guile GUILE_CONFIGURE_OFF= --disable-guile -post-patch: +post-patch-TCL-on: @${REINPLACE_CMD} -e 's| wish | ${WISH} |g' ${WRKSRC}/xbindkeys_show post-install: - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/xbindkeysrc ${STAGEDIR}${EXAMPLESDIR} .include From owner-svn-ports-head@freebsd.org Mon May 23 15:30:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A187B472A8; Mon, 23 May 2016 15:30:58 +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 381421789; Mon, 23 May 2016 15:30:57 +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 27EC9BDDBD; Mon, 23 May 2016 17:30:55 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id DC7F8BDD87; Mon, 23 May 2016 17:30:54 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id BCF776122; Mon, 23 May 2016 17:30:52 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id E45B5293B003; Mon, 23 May 2016 17:30:51 +0200 (CEST) Date: Mon, 23 May 2016 17:30:51 +0200 From: Mathieu Arnold To: Adam Weinberger , Sunpoet Po-Chuan Hsieh cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r415696 - in head: databases/p5-DBICx-MapMaker databases/p5-DBICx-TestDatabase devel/p5-AnyEvent-Subprocess devel/p5-App-perlbrew devel/p5-Check-ISA devel/p5-Context-Preserve devel/p5-D... Message-ID: In-Reply-To: References: <201605230353.u4N3rJ7s059575@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="==========498231CDF381F116B4CD==========" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 15:30:58 -0000 --==========498231CDF381F116B4CD========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 23 mai 2016 09:01:35 -0600 Adam Weinberger wrote: |> On 22 May, 2016, at 21:53, Sunpoet Po-Chuan Hsieh |> wrote: |> |> Author: sunpoet |> Date: Mon May 23 03:53:19 2016 |> New Revision: 415696 |> URL: https://svnweb.freebsd.org/changeset/ports/415696 |> |> Log: |> - Update to 1.302015 | | Hi sunpoet, | | I'd like to ask a favour please. When you do an update and chase it in | dozens of ports, can you please say which port it is that gets updated? | Saying "Update devel/p5-Test-Simple to 1.302015" would make combing | through 'svn log' on the other ports *much* easier. | | I know that on this commit you included the "Changes" URL which solves it | here, but it's happened on some other ports too. More to the point, I don't see why of all this chasing happened, the port has gone from 1.001.014 to 1.302015, so p5-Test-Simple>=1.001.014 would still have worked, because there never was a 1.001014, so, now, people who have 1.001.014 who want to make test won't be able to. -- Mathieu Arnold --==========498231CDF381F116B4CD========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJXQyIrXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IghoP/1gVs2Y08zFxWy8gxlSQKC7b w2hgBStTHAU2TsHs+X6tKRJpWyFXyfJ2weRvnHvuD/SkzuoheurO+GmAu+YtTkDD GTCajfh0eZdKE3HS7Rf65PV3olMl87mtH36FK9ha18y9+OgGFh1qPJRs/D95VndP kpiFdo06DF1c3kiL0fcp3GLWP+UC2xvOyJs8PDhsfSbsm2Ft6Qu1nAYHematp55v MJtuHkCKt+MUZsBg/8BmwBb4Zg1vBvl+akW7Ewy0rffaAOqfNldYz9mChu8cy6mF YATXwiqe873BjBll2keLlGUQ2IyMvpRV+fQvupjjkdh34PWCNl94aI+6w/xiAtQU Cr5aytLnw5A+OUdkPoY/pTE2P4i3yg/RNB3aat09iLj7IJA/hWP97IL0iDaQy3qa IejMIXQKEO3f37/mbHwgAErpYZuX7xKeVG0f9zsApN1S+DC5aLD/HyWAGZTe4SgM 3JGYaPbtszXxb3galGhskpBF3vC7vI44SrVTaoY0xQ3a3DSuazZiQwr2zF/Vp2i4 FRIib4wfWp62SpqYz9SzG9JV+BvMlWu8S1OA3uioANpy0Br83qPAdjIYYW/Nyi7V pYtMWExQLcb8Tf4ZqNkI9rv7eBSsK+GFK+6x8sU3IfAWdfbbAcZ2k1pszDdP5V9C 13xI1OKyEo/PvmqjD+rD =7Y0H -----END PGP SIGNATURE----- --==========498231CDF381F116B4CD==========-- From owner-svn-ports-head@freebsd.org Mon May 23 15:34:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE26CB47479; Mon, 23 May 2016 15:34: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 8F7311DE0; Mon, 23 May 2016 15:34: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 u4NFYcHZ075688; Mon, 23 May 2016 15:34:38 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NFYcrb075686; Mon, 23 May 2016 15:34:38 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605231534.u4NFYcrb075686@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 23 May 2016 15:34:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415725 - head/www/phalcon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 15:34:39 -0000 Author: amdmi3 Date: Mon May 23 15:34:38 2016 New Revision: 415725 URL: https://svnweb.freebsd.org/changeset/ports/415725 Log: - Update to 2.0.13 PR: 209693 Submitted by: linpct@gmail.com (maintainer) Modified: head/www/phalcon/Makefile head/www/phalcon/distinfo Modified: head/www/phalcon/Makefile ============================================================================== --- head/www/phalcon/Makefile Mon May 23 15:17:42 2016 (r415724) +++ head/www/phalcon/Makefile Mon May 23 15:34:38 2016 (r415725) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phalcon -PORTVERSION= 2.0.12 +PORTVERSION= 2.0.13 DISTVERSIONPREFIX= ${PORTNAME}-v CATEGORIES= www Modified: head/www/phalcon/distinfo ============================================================================== --- head/www/phalcon/distinfo Mon May 23 15:17:42 2016 (r415724) +++ head/www/phalcon/distinfo Mon May 23 15:34:38 2016 (r415725) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463648198 -SHA256 (phalcon-cphalcon-phalcon-v2.0.12_GH0.tar.gz) = 5e7d0c09da9a1f78918b4217ef84812f05c8503eef97aa18b5a4fe053e2a5385 -SIZE (phalcon-cphalcon-phalcon-v2.0.12_GH0.tar.gz) = 5228600 +TIMESTAMP = 1463914882 +SHA256 (phalcon-cphalcon-phalcon-v2.0.13_GH0.tar.gz) = 0a1bd6afe902c6f2f68cf5e2f2785503f5ad95d1d2cf1b66c77154c483a08a35 +SIZE (phalcon-cphalcon-phalcon-v2.0.13_GH0.tar.gz) = 5226692 From owner-svn-ports-head@freebsd.org Mon May 23 16:06:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DCFAB47E18; Mon, 23 May 2016 16:06:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E6A8D1865; Mon, 23 May 2016 16:06:57 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4NG6vsS085053; Mon, 23 May 2016 16:06:57 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NG6u6W085051; Mon, 23 May 2016 16:06:56 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605231606.u4NG6u6W085051@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 23 May 2016 16:06:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415726 - in head/mail/notmuch: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 16:06:58 -0000 Author: amdmi3 Date: Mon May 23 16:06:56 2016 New Revision: 415726 URL: https://svnweb.freebsd.org/changeset/ports/415726 Log: - Update to 0.22 PR: 209665 Submitted by: mp39590@gmail.com (maintainer) Deleted: head/mail/notmuch/files/ Modified: head/mail/notmuch/Makefile head/mail/notmuch/distinfo Modified: head/mail/notmuch/Makefile ============================================================================== --- head/mail/notmuch/Makefile Mon May 23 15:34:38 2016 (r415725) +++ head/mail/notmuch/Makefile Mon May 23 16:06:56 2016 (r415726) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= notmuch -PORTVERSION= 0.21 +PORTVERSION= 0.22 CATEGORIES= mail MASTER_SITES= http://notmuchmail.org/releases/ Modified: head/mail/notmuch/distinfo ============================================================================== --- head/mail/notmuch/distinfo Mon May 23 15:34:38 2016 (r415725) +++ head/mail/notmuch/distinfo Mon May 23 16:06:56 2016 (r415726) @@ -1,2 +1,3 @@ -SHA256 (notmuch-0.21.tar.gz) = d06f8ffed168c7d53ffc449dd611038b5fa90f7ee22d58f3bec3b379571e25b3 -SIZE (notmuch-0.21.tar.gz) = 663600 +TIMESTAMP = 1463745210 +SHA256 (notmuch-0.22.tar.gz) = d64118ef926ba06fba814a89a75d20b0c8c8ec07dd65e41bb9f1e9db0dcfb99a +SIZE (notmuch-0.22.tar.gz) = 682458 From owner-svn-ports-head@freebsd.org Mon May 23 16:19:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE7A7B46064; Mon, 23 May 2016 16:19:09 +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 90CE51F0E; Mon, 23 May 2016 16:19:09 +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 u4NGJ8o3088219; Mon, 23 May 2016 16:19:08 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NGJ85R088218; Mon, 23 May 2016 16:19:08 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201605231619.u4NGJ85R088218@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 23 May 2016 16:19:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415727 - head/x11-themes/irssi-themes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 16:19:09 -0000 Author: ehaupt Date: Mon May 23 16:19:08 2016 New Revision: 415727 URL: https://svnweb.freebsd.org/changeset/ports/415727 Log: Update WWW PR: 209390 Submitted by: Piotr Kubaj Modified: head/x11-themes/irssi-themes/pkg-descr Modified: head/x11-themes/irssi-themes/pkg-descr ============================================================================== --- head/x11-themes/irssi-themes/pkg-descr Mon May 23 16:06:56 2016 (r415726) +++ head/x11-themes/irssi-themes/pkg-descr Mon May 23 16:19:08 2016 (r415727) @@ -1,3 +1,3 @@ A collection of additional irssi themes. -WWW: http://www.irssi.org/themes/ +WWW: https://irssi-import.github.io/themes/ From owner-svn-ports-head@freebsd.org Mon May 23 16:23:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A737B4632B; Mon, 23 May 2016 16:23:28 +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 55EC418C0; Mon, 23 May 2016 16:23:28 +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 u4NGNRKb091304; Mon, 23 May 2016 16:23:27 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NGNQq4091290; Mon, 23 May 2016 16:23:26 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201605231623.u4NGNQq4091290@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 23 May 2016 16:23:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415728 - in head/games: 0ad crafty-tablebase-pawn diaspora flightgear-data linux-etqw-demo-server nexuiz quake3-wfa redeclipse-data ufoai-data vegastrike-data worldofpadman xonotic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 16:23:28 -0000 Author: mat Date: Mon May 23 16:23:26 2016 New Revision: 415728 URL: https://svnweb.freebsd.org/changeset/ports/415728 Log: While having a distfile of 400MB 10 years ago was big, it is not a problem any more. With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6512 Modified: head/games/0ad/Makefile (contents, props changed) head/games/crafty-tablebase-pawn/Makefile (contents, props changed) head/games/diaspora/Makefile (contents, props changed) head/games/flightgear-data/Makefile (contents, props changed) head/games/linux-etqw-demo-server/Makefile (contents, props changed) head/games/nexuiz/Makefile (contents, props changed) head/games/quake3-wfa/Makefile (contents, props changed) head/games/redeclipse-data/Makefile (contents, props changed) head/games/ufoai-data/Makefile (contents, props changed) head/games/vegastrike-data/Makefile (contents, props changed) head/games/worldofpadman/Makefile (contents, props changed) head/games/xonotic/Makefile (contents, props changed) Modified: head/games/0ad/Makefile ============================================================================== --- head/games/0ad/Makefile Mon May 23 16:19:08 2016 (r415727) +++ head/games/0ad/Makefile Mon May 23 16:23:26 2016 (r415728) @@ -38,8 +38,6 @@ USE_WX= 2.8+ WX_COMPS= wx:lib MAKE_ENV+= JOBS=${_MAKE_JOBS} -MANUAL_PACKAGE_BUILD= huge - PORTDATA= * .include Modified: head/games/crafty-tablebase-pawn/Makefile ============================================================================== --- head/games/crafty-tablebase-pawn/Makefile Mon May 23 16:19:08 2016 (r415727) +++ head/games/crafty-tablebase-pawn/Makefile Mon May 23 16:23:26 2016 (r415728) @@ -40,7 +40,6 @@ RUN_DEPENDS= crafty:games/crafty NO_BUILD= yes NO_ARCH= yes -MANUAL_PACKAGE_BUILD= too big .if !defined(WITH_TBDIR) WITH_TBDIR= ${PREFIX}/lib/crafty/TB Modified: head/games/diaspora/Makefile ============================================================================== --- head/games/diaspora/Makefile Mon May 23 16:19:08 2016 (r415727) +++ head/games/diaspora/Makefile Mon May 23 16:23:26 2016 (r415728) @@ -49,8 +49,6 @@ DESKTOP_ENTRIES= "Diaspora" "${COMMENT}" "${PORTNAME}" "fs2_open_${PORTNAME}" \ "Game;Simulation;" false -MANUAL_PACKAGE_BUILD= very large distfile set (~1.8 GB) - OPTIONS_DEFINE= DOCS INCJOYBTNS SPEECH WXLAUNCHER OPTIONS_DEFAULT= SPEECH WXLAUNCHER INCJOYBTNS_DESC= Increase a number of joystick buttons from 32 to 98 Modified: head/games/flightgear-data/Makefile ============================================================================== --- head/games/flightgear-data/Makefile Mon May 23 16:19:08 2016 (r415727) +++ head/games/flightgear-data/Makefile Mon May 23 16:23:26 2016 (r415728) @@ -20,8 +20,6 @@ DATADIR= ${PREFIX}/share/flightgear PLIST= ${WRKDIR}/pkg-plist PLIST_DIRS= %%DATADIR%% -MANUAL_PACKAGE_BUILD= very large distfile (>1 GB) - post-patch: @${RM} -f ${WRKSRC}/COPYING Modified: head/games/linux-etqw-demo-server/Makefile ============================================================================== --- head/games/linux-etqw-demo-server/Makefile Mon May 23 16:19:08 2016 (r415727) +++ head/games/linux-etqw-demo-server/Makefile Mon May 23 16:23:26 2016 (r415728) @@ -14,7 +14,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Enemy Territory: QUAKE Wars Demo Server for Linux NO_CDROM= Redistribution is limited -MANUAL_PACKAGE_BUILD= huge (428MB) NO_BUILD= yes ONLY_FOR_ARCHS= i386 amd64 Modified: head/games/nexuiz/Makefile ============================================================================== --- head/games/nexuiz/Makefile Mon May 23 16:19:08 2016 (r415727) +++ head/games/nexuiz/Makefile Mon May 23 16:23:26 2016 (r415728) @@ -18,8 +18,6 @@ LIB_DEPENDS= libcurl.so:ftp/curl LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/gpl.txt -MANUAL_PACKAGE_BUILD= huge (880MiB) - USES= jpeg shebangfix zip:infozip SHEBANG_FILES= server/rcon.pl server/rcon2irc/rcon2irc.pl WRKSRC= ${WRKDIR}/Nexuiz Modified: head/games/quake3-wfa/Makefile ============================================================================== --- head/games/quake3-wfa/Makefile Mon May 23 16:19:08 2016 (r415727) +++ head/games/quake3-wfa/Makefile Mon May 23 16:23:26 2016 (r415728) @@ -13,8 +13,6 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Quake III Arena mod: Weapons Factory Arena -MANUAL_PACKAGE_BUILD= huge (200MB) - USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/games/redeclipse-data/Makefile ============================================================================== --- head/games/redeclipse-data/Makefile Mon May 23 16:19:08 2016 (r415727) +++ head/games/redeclipse-data/Makefile Mon May 23 16:23:26 2016 (r415728) @@ -9,8 +9,6 @@ CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org COMMENT= Data files for Red Eclipse first-person shooter -MANUAL_PACKAGE_BUILD= huge (742MiB) - USE_GITHUB= yes GH_ACCOUNT= red-eclipse # acerpyro is duplicated as there's no way to not use default GH group Modified: head/games/ufoai-data/Makefile ============================================================================== --- head/games/ufoai-data/Makefile Mon May 23 16:19:08 2016 (r415727) +++ head/games/ufoai-data/Makefile Mon May 23 16:23:26 2016 (r415728) @@ -22,8 +22,6 @@ LICENSE_PERMS_CCbySA3= dist-mirror dist- EXTRACT_DEPENDS= ${UNZIP_CMD}:archivers/unzip -MANUAL_PACKAGE_BUILD= huge (1GiB) - NO_BUILD= yes NO_WRKSUBDIR= yes NO_ARCH= yes Modified: head/games/vegastrike-data/Makefile ============================================================================== --- head/games/vegastrike-data/Makefile Mon May 23 16:19:08 2016 (r415727) +++ head/games/vegastrike-data/Makefile Mon May 23 16:23:26 2016 (r415728) @@ -19,8 +19,6 @@ SHEBANG_FILES= modules/webpageize.py cgi NO_BUILD= yes NO_ARCH= yes -MANUAL_PACKAGE_BUILD= huge (364M) - PORTDATA= * .vegastrike PLIST_DIRS= %%DATADIR%%/movies Modified: head/games/worldofpadman/Makefile ============================================================================== --- head/games/worldofpadman/Makefile Mon May 23 16:19:08 2016 (r415727) +++ head/games/worldofpadman/Makefile Mon May 23 16:23:26 2016 (r415728) @@ -16,8 +16,6 @@ EXTRACT_ONLY= worldofpadman.run \ MAINTAINER= ports@FreeBSD.org COMMENT= Open source FPS game inspired by the Padman comic strip -MANUAL_PACKAGE_BUILD= huge (~600MB) - USES= gmake makeself MAKE_ENV= DEFAULT_BASEDIR="${DATADIR}" PTHREAD_LIBS="-lpthread" ALL_TARGET= release Modified: head/games/xonotic/Makefile ============================================================================== --- head/games/xonotic/Makefile Mon May 23 16:19:08 2016 (r415727) +++ head/games/xonotic/Makefile Mon May 23 16:23:26 2016 (r415728) @@ -13,8 +13,6 @@ COMMENT= Fast-paced, chaotic, and intens LIB_DEPENDS= libcurl.so:ftp/curl \ libpng.so:graphics/png -MANUAL_PACKAGE_BUILD= huge (930M) - USES= jpeg shebangfix zip:infozip SHEBANG_FILES= server/rcon.pl server/rcon2irc/rcon2irc.pl WRKSRC= ${WRKDIR}/Xonotic From owner-svn-ports-head@freebsd.org Mon May 23 16:25:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44F8CB46467; Mon, 23 May 2016 16:25:22 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 174A51E2F; Mon, 23 May 2016 16:25:22 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4NGPLkT091545; Mon, 23 May 2016 16:25:21 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NGPLxR091544; Mon, 23 May 2016 16:25:21 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201605231625.u4NGPLxR091544@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Mon, 23 May 2016 16:25:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415729 - head/x11-toolkits/wxgtk30/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 16:25:22 -0000 Author: dim (src committer) Date: Mon May 23 16:25:21 2016 New Revision: 415729 URL: https://svnweb.freebsd.org/changeset/ports/415729 Log: During the exp-run in bug 208158, it was found that x11-toolkits/wxgtk30 gives errors with libc++ 3.8.0: ./src/stc/scintilla/src/Editor.cxx:5844:6: error: call to 'abs' is ambiguous if (abs(pt1.x - pt2.x) > 3) ^~~ This is because pt1.x and pt2.x are float values, but is not included, and abs() for float values comes from that header. Fix it by including . Approved by: portmaster@bsdforge.com (maintainer) Approved by: vlad-fbsd@acheronmedia.com (maintainer) PR: 209694 MFH: 2016Q2 Added: head/x11-toolkits/wxgtk30/files/patch-src_stc_scintilla_src_Editor.cxx (contents, props changed) Added: head/x11-toolkits/wxgtk30/files/patch-src_stc_scintilla_src_Editor.cxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/wxgtk30/files/patch-src_stc_scintilla_src_Editor.cxx Mon May 23 16:25:21 2016 (r415729) @@ -0,0 +1,10 @@ +--- src/stc/scintilla/src/Editor.cxx.orig 2014-10-06 21:33:44 UTC ++++ src/stc/scintilla/src/Editor.cxx +@@ -16,6 +16,7 @@ + #include + #include + #include ++#include + + #include "Platform.h" + From owner-svn-ports-head@freebsd.org Mon May 23 16:46:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB9DCB47509; Mon, 23 May 2016 16:46:38 +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 9DFCC1013; Mon, 23 May 2016 16:46:38 +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 u4NGkbTm097981; Mon, 23 May 2016 16:46:37 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NGkaU5097966; Mon, 23 May 2016 16:46:36 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201605231646.u4NGkaU5097966@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 23 May 2016 16:46:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415730 - in head: devel/apr2 games/crafty-open-enormous games/crafty-tablebase-no-pawn games/frogatto games/linux-etqw-server games/linux-quake4 games/linux-ssamtfe games/linux-ssamtse... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 16:46:39 -0000 Author: mat Date: Mon May 23 16:46:36 2016 New Revision: 415730 URL: https://svnweb.freebsd.org/changeset/ports/415730 Log: Cleanup some other NO_PACKAGE madness. With hat: portmgr Sponsored by: Absolight Modified: head/devel/apr2/Makefile (contents, props changed) head/games/crafty-open-enormous/Makefile (contents, props changed) head/games/crafty-tablebase-no-pawn/Makefile (contents, props changed) head/games/frogatto/Makefile (contents, props changed) head/games/linux-etqw-server/Makefile (contents, props changed) head/games/linux-quake4/Makefile (contents, props changed) head/games/linux-ssamtfe/Makefile (contents, props changed) head/games/linux-ssamtse/Makefile (contents, props changed) head/games/linux-unrealgold/Makefile (contents, props changed) head/games/linux-ut/Makefile (contents, props changed) head/games/quake3-ut/Makefile (contents, props changed) head/games/vavoom-extras/Makefile (contents, props changed) head/russian/koi8r-ps/Makefile (contents, props changed) head/textproc/srilm/Makefile (contents, props changed) Modified: head/devel/apr2/Makefile ============================================================================== --- head/devel/apr2/Makefile Mon May 23 16:25:21 2016 (r415729) +++ head/devel/apr2/Makefile Mon May 23 16:46:36 2016 (r415730) @@ -15,7 +15,7 @@ LICENSE= APACHE20 LIB_DEPENDS= libexpat.so:textproc/expat2 -NO_PACKAGE= yes +NO_PACKAGE= Developper only package # r1676013 SNAPDATE= 20150425134304 Modified: head/games/crafty-open-enormous/Makefile ============================================================================== --- head/games/crafty-open-enormous/Makefile Mon May 23 16:25:21 2016 (r415729) +++ head/games/crafty-open-enormous/Makefile Mon May 23 16:46:36 2016 (r415730) @@ -17,8 +17,6 @@ RUN_DEPENDS= crafty:games/crafty USES= zip NO_WRKSUBDIR= yes -NO_PACKAGE= Package is way too big -LEGAL_PACKAGE= CONFLICTS= crafty-open-large-* crafty-open-medium-* crafty-open-default-* do-build: Modified: head/games/crafty-tablebase-no-pawn/Makefile ============================================================================== --- head/games/crafty-tablebase-no-pawn/Makefile Mon May 23 16:25:21 2016 (r415729) +++ head/games/crafty-tablebase-no-pawn/Makefile Mon May 23 16:46:36 2016 (r415730) @@ -50,7 +50,6 @@ BROKEN_powerpc64= Does not build RUN_DEPENDS= crafty:games/crafty NO_BUILD= yes -NO_PACKAGE= Way too big .if !defined(WITH_TBDIR) WITH_TBDIR= ${PREFIX}/lib/crafty/TB Modified: head/games/frogatto/Makefile ============================================================================== --- head/games/frogatto/Makefile Mon May 23 16:25:21 2016 (r415729) +++ head/games/frogatto/Makefile Mon May 23 16:46:36 2016 (r415730) @@ -12,8 +12,6 @@ COMMENT= Old-school 2D classic adventure LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libpng.so:graphics/png -NO_PACKAGE= Package will be 144M, set FORCE_PACKAGE if you really want it - USE_GITHUB= yes GH_ACCOUNT= frogatto Modified: head/games/linux-etqw-server/Makefile ============================================================================== --- head/games/linux-etqw-server/Makefile Mon May 23 16:25:21 2016 (r415729) +++ head/games/linux-etqw-server/Makefile Mon May 23 16:46:36 2016 (r415730) @@ -17,7 +17,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Enemy Territory: QUAKE Wars Server for Linux NO_CDROM= Redistribution is limited -NO_PACKAGE= Package will be 435MB, set FORCE_PACKAGE if you really want it NO_BUILD= yes ONLY_FOR_ARCHS= i386 amd64 Modified: head/games/linux-quake4/Makefile ============================================================================== --- head/games/linux-quake4/Makefile Mon May 23 16:25:21 2016 (r415729) +++ head/games/linux-quake4/Makefile Mon May 23 16:46:36 2016 (r415730) @@ -19,7 +19,6 @@ USE_LINUX= yes USE_LINUX_APPS= sdl12 NO_WRKSUBDIR= yes NO_CDROM= Redistribution is limited, see license -NO_PACKAGE= Package will be 280MB, set FORCE_PACKAGE if you really want it Q4DIR= lib/${PORTNAME} PLIST_SUB+= Q4DIR="${Q4DIR}" \ LINUXBASE="${LINUXBASE}" Modified: head/games/linux-ssamtfe/Makefile ============================================================================== --- head/games/linux-ssamtfe/Makefile Mon May 23 16:25:21 2016 (r415729) +++ head/games/linux-ssamtfe/Makefile Mon May 23 16:46:36 2016 (r415730) @@ -18,8 +18,6 @@ OPTIONS_DEFAULT= VORBIS USE_LINUX= yes USE_LINUX_APPS= xorglibs NO_BUILD= yes -NO_PACKAGE= Distribution is 279MB; set FORCE_PACKAGE if you really want\ - to build this package RESTRICTED= Redistribution is limited, see license PORTDOCS= README.liflg ShellSymbols.txt changes.txt notes.txt SUB_FILES= pkg-message Modified: head/games/linux-ssamtse/Makefile ============================================================================== --- head/games/linux-ssamtse/Makefile Mon May 23 16:25:21 2016 (r415729) +++ head/games/linux-ssamtse/Makefile Mon May 23 16:46:36 2016 (r415730) @@ -18,7 +18,6 @@ OPTIONS_DEFAULT= VORBIS USE_LINUX= yes USE_LINUX_APPS= xorglibs NO_BUILD= yes -NO_PACKAGE= Distribution is 352MB; set FORCE_PACKAGE if you really want to build this package RESTRICTED= Redistribution is limited, see license PORTDOCS= README.liflg ShellSymbols.txt changes.txt Notes_1_04.txt SUB_FILES= pkg-message Modified: head/games/linux-unrealgold/Makefile ============================================================================== --- head/games/linux-unrealgold/Makefile Mon May 23 16:25:21 2016 (r415729) +++ head/games/linux-unrealgold/Makefile Mon May 23 16:46:36 2016 (r415730) @@ -20,8 +20,6 @@ RUN_DEPENDS= ut:games/linux-ut USE_LINUX= yes USE_LINUX_APPS= xorglibs NO_BUILD= yes -NO_PACKAGE= Distribution is 131MB; set FORCE_PACKAGE if you really want\ - to build this package RESTRICTED= Redistribution is limited, see license PLIST_SUB+= UT="" UG="" Modified: head/games/linux-ut/Makefile ============================================================================== --- head/games/linux-ut/Makefile Mon May 23 16:25:21 2016 (r415729) +++ head/games/linux-ut/Makefile Mon May 23 16:46:36 2016 (r415730) @@ -19,8 +19,6 @@ ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes USE_LINUX_APPS= xorglibs sdl12 NO_BUILD= yes -NO_PACKAGE= Distribution is 340MB; set FORCE_PACKAGE if you really want\ - to build this package MANUAL_PACKAGE_BUILD= Requires CD RESTRICTED= Redistribution is limited, see license WRKSRC= ${WRKDIR}/${PKGNAME} Modified: head/games/quake3-ut/Makefile ============================================================================== --- head/games/quake3-ut/Makefile Mon May 23 16:25:21 2016 (r415729) +++ head/games/quake3-ut/Makefile Mon May 23 16:46:36 2016 (r415730) @@ -11,8 +11,6 @@ DISTNAME= UrbanTerror${PORTVERSION:S/.// MAINTAINER= ports@FreeBSD.org COMMENT= Quake III Arena mod: Urban Terror -NO_PACKAGE= package will be 445MB, set FORCE_PACKAGE if you really want it - USES= gmake zip NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/games/vavoom-extras/Makefile ============================================================================== --- head/games/vavoom-extras/Makefile Mon May 23 16:25:21 2016 (r415729) +++ head/games/vavoom-extras/Makefile Mon May 23 16:46:36 2016 (r415730) @@ -25,8 +25,6 @@ DATADIR= ${PREFIX}/share/vavoom USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes -LEGAL_PACKAGE= package could be up to 655MB; set FORCE_PACKAGE if you really want it -NO_PACKAGE= ${LEGAL_PACKAGE} OPTIONS_MULTI= EXTRA OPTIONS_MULTI_EXTRA= MODELS SOUNDTRACKS TEXTURES Modified: head/russian/koi8r-ps/Makefile ============================================================================== --- head/russian/koi8r-ps/Makefile Mon May 23 16:25:21 2016 (r415729) +++ head/russian/koi8r-ps/Makefile Mon May 23 16:46:36 2016 (r415730) @@ -22,7 +22,6 @@ DIST_SUBDIR= koi8r-ps FONTMAP!= ${SH} ${FILESDIR}/find-fontmap.sh 2>/dev/null || ${ECHO_CMD} .endif -NO_PACKAGE= Nothing to build, configurations only NO_WRKSUBDIR= Yes CPS_DIR= ${PREFIX}/share/koi8r-ps Modified: head/textproc/srilm/Makefile ============================================================================== --- head/textproc/srilm/Makefile Mon May 23 16:25:21 2016 (r415729) +++ head/textproc/srilm/Makefile Mon May 23 16:46:36 2016 (r415730) @@ -19,7 +19,6 @@ USES= gmake MAKE_ENV+= SRILM=${WRKSRC} ALL_TARGET= World ONLY_FOR_ARCHS= i386 amd64 -NO_PACKAGE= not yet PROGRAMS= ngram ngram-count ngram-merge ngram-class disambig anti-ngram \ nbest-lattice nbest-mix nbest-optimize nbest-pron-score \ From owner-svn-ports-head@freebsd.org Mon May 23 17:27:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF57AB4703F; Mon, 23 May 2016 17:27:42 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 80E291B13; Mon, 23 May 2016 17:27:42 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4NHRfUG010543; Mon, 23 May 2016 17:27:41 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NHRfkV010542; Mon, 23 May 2016 17:27:41 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201605231727.u4NHRfkV010542@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Mon, 23 May 2016 17:27:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415731 - head/security/tpm-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.22 Precedence: list List-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, 23 May 2016 17:27:42 -0000 Author: hrs Date: Mon May 23 17:27:41 2016 New Revision: 415731 URL: https://svnweb.freebsd.org/changeset/ports/415731 Log: Fix a build error when using gcc5. PR: 209714 Added: head/security/tpm-tools/files/patch-src-tpm_mgmt-tpm_nvcommon.c (contents, props changed) Added: head/security/tpm-tools/files/patch-src-tpm_mgmt-tpm_nvcommon.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/tpm-tools/files/patch-src-tpm_mgmt-tpm_nvcommon.c Mon May 23 17:27:41 2016 (r415731) @@ -0,0 +1,24 @@ +--- src/tpm_mgmt/tpm_nvcommon.c.orig 2011-08-17 12:20:35 UTC ++++ src/tpm_mgmt/tpm_nvcommon.c +@@ -140,8 +140,8 @@ int parseStringWithValues(const char *aA + aArg); + return -1; + } +- if (!aArg[offset+numbytes] == '|' && +- !aArg[offset+numbytes] == 0) { ++ if (aArg[offset+numbytes] != '|' && ++ aArg[offset+numbytes] != 0) { + logError(_("Illegal character following " + "hexadecimal number in %s\n"), + aArg + offset); +@@ -164,8 +164,8 @@ int parseStringWithValues(const char *aA + return -1; + } + +- if (!aArg[offset+numbytes] == '|' && +- !aArg[offset+numbytes] == 0) { ++ if (aArg[offset+numbytes] != '|' && ++ aArg[offset+numbytes] != 0) { + logError(_("Illegal character following decimal " + "number in %s\n"), + aArg + offset); From owner-svn-ports-head@freebsd.org Mon May 23 17:46:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04AE1B4747A; Mon, 23 May 2016 17:46:04 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CAF2418D1; Mon, 23 May 2016 17:46:03 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4NHk34U016643; Mon, 23 May 2016 17:46:03 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NHk2ZI016641; Mon, 23 May 2016 17:46:02 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201605231746.u4NHk2ZI016641@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Mon, 23 May 2016 17:46:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415732 - head/textproc/turboxsl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 17:46:04 -0000 Author: hrs Date: Mon May 23 17:46:02 2016 New Revision: 415732 URL: https://svnweb.freebsd.org/changeset/ports/415732 Log: Update to b03c2c9. Modified: head/textproc/turboxsl/Makefile head/textproc/turboxsl/distinfo Modified: head/textproc/turboxsl/Makefile ============================================================================== --- head/textproc/turboxsl/Makefile Mon May 23 17:27:41 2016 (r415731) +++ head/textproc/turboxsl/Makefile Mon May 23 17:46:02 2016 (r415732) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= turboxsl -PORTVERSION= 0.0.899004eb7b -PORTREVISION= 1 +DISTVERSION= b03c2c9 +PORTEPOCH= 1 CATEGORIES= textproc MAINTAINER= hrs@FreeBSD.org @@ -11,17 +11,15 @@ COMMENT= Fast, multithreaded XML+XSLT tr LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libck.so:devel/concurrencykit \ libmemcached.so:databases/libmemcached +BROKEN_powerpc64= Does not build ONLY_FOR_ARCHS= amd64 ia64 powerpc64 sparc64 USES= autoreconf libtool pkgconfig USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= Litres -GH_TAGNAME= 899004eb7b GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/textproc/turboxsl/distinfo ============================================================================== --- head/textproc/turboxsl/distinfo Mon May 23 17:27:41 2016 (r415731) +++ head/textproc/turboxsl/distinfo Mon May 23 17:46:02 2016 (r415732) @@ -1,2 +1,3 @@ -SHA256 (Litres-turboxsl-0.0.899004eb7b-899004eb7b_GH0.tar.gz) = ded1577aaf2edb97ddbc3ad5fa25e18dde329562c62aefbbbd50e093abd423de -SIZE (Litres-turboxsl-0.0.899004eb7b-899004eb7b_GH0.tar.gz) = 883902 +TIMESTAMP = 1464025327 +SHA256 (Litres-turboxsl-b03c2c9_GH0.tar.gz) = 4f14d57d5ad6237bdd19871d293e75a86a70d9650acf4cec3c549a273981ffaf +SIZE (Litres-turboxsl-b03c2c9_GH0.tar.gz) = 884391 From owner-svn-ports-head@freebsd.org Mon May 23 17:55:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6502B47656; Mon, 23 May 2016 17:55:07 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB49C1E38; Mon, 23 May 2016 17:55:07 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4NHt61d019668; Mon, 23 May 2016 17:55:06 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NHt6CK019665; Mon, 23 May 2016 17:55:06 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201605231755.u4NHt6CK019665@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Mon, 23 May 2016 17:55:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415733 - in head/japanese/mozc-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.22 Precedence: list List-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, 23 May 2016 17:55:07 -0000 Author: hrs Date: Mon May 23 17:55:06 2016 New Revision: 415733 URL: https://svnweb.freebsd.org/changeset/ports/415733 Log: - Add workaround for broken C++11 support in GCC. - Remove extra -9 for GZIP_CMD. Added: head/japanese/mozc-server/files/patch-src-base-flags.cc (contents, props changed) head/japanese/mozc-server/files/patch-src-rewriter-calculator-calculator.cc (contents, props changed) Modified: head/japanese/mozc-server/Makefile Modified: head/japanese/mozc-server/Makefile ============================================================================== --- head/japanese/mozc-server/Makefile Mon May 23 17:46:02 2016 (r415732) +++ head/japanese/mozc-server/Makefile Mon May 23 17:55:06 2016 (r415733) @@ -404,7 +404,7 @@ do-build-mozc_el: cd ${BUILD_WRKSRC}/unix/emacs && \ ${EMACS_CMD} -batch -q -no-site-file -no-init-file \ -f batch-byte-compile mozc.el && \ - ${GZIP_CMD} -9 mozc.el + ${GZIP_CMD} mozc.el do-install-mozc_el: @${MKDIR} ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/mozc Added: head/japanese/mozc-server/files/patch-src-base-flags.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/mozc-server/files/patch-src-base-flags.cc Mon May 23 17:55:06 2016 (r415733) @@ -0,0 +1,80 @@ +--- src/base/flags.cc.orig 2016-03-13 11:22:55.000000000 +0900 ++++ src/base/flags.cc 2016-05-24 02:06:01.861439000 +0900 +@@ -36,6 +36,9 @@ + #include + #include + #include ++#if defined(__GNUC__) && !defined(__clang__) ++#include ++#endif + + #include "base/port.h" + #include "base/singleton.h" +@@ -78,6 +81,59 @@ + // function, compiler may warn of "unused function". + template struct StrToNumberImpl; + ++#if defined(__GNUC__) && !defined(__clang__) ++static int stoi(const std::string& s) { ++ std::istringstream str(s); ++ int i; ++ str >> i; ++ return i; ++} ++static long stol(const std::string& s) { ++ std::istringstream str(s); ++ long i; ++ str >> i; ++ return i; ++} ++static long long stoll(const std::string& s) { ++ std::istringstream str(s); ++ long long i; ++ str >> i; ++ return i; ++} ++static unsigned long stoul(const std::string& s) { ++ std::istringstream str(s); ++ unsigned long i; ++ str >> i; ++ return i; ++} ++static unsigned long long stoull(const std::string& s) { ++ std::istringstream str(s); ++ unsigned long long i; ++ str >> i; ++ return i; ++} ++template <> struct StrToNumberImpl { ++ static int Do(const string &s) { return stoi(s); } ++}; ++ ++template <> struct StrToNumberImpl { // NOLINT ++ static long Do(const string &s) { return stol(s); } // NOLINT ++}; ++ ++template <> struct StrToNumberImpl { // NOLINT ++ static long long Do(const string &s) { return stoll(s); } // NOLINT ++}; ++ ++template <> struct StrToNumberImpl { // NOLINT ++ static unsigned long Do(const string &s) { return stoul(s); } // NOLINT ++}; ++ ++template <> struct StrToNumberImpl { // NOLINT ++ static unsigned long long Do(const string &s) { // NOLINT ++ return stoull(s); ++ } ++}; ++#else + template <> struct StrToNumberImpl { + static int Do(const string &s) { return std::stoi(s); } + }; +@@ -99,6 +155,7 @@ + return std::stoull(s); + } + }; ++#endif + + template inline T StrToNumber(const string &s) { + return StrToNumberImpl::Do(s); Added: head/japanese/mozc-server/files/patch-src-rewriter-calculator-calculator.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/mozc-server/files/patch-src-rewriter-calculator-calculator.cc Mon May 23 17:55:06 2016 (r415733) @@ -0,0 +1,12 @@ +--- src/rewriter/calculator/calculator.cc.orig 2016-03-13 11:22:55.000000000 +0900 ++++ src/rewriter/calculator/calculator.cc 2016-05-24 02:06:47.310077000 +0900 +@@ -44,6 +44,9 @@ + #include + #include + #include ++#if defined(__GNUC__) && !defined(__clang__) ++#include ++#endif + + #include "base/compiler_specific.h" + #include "base/logging.h" From owner-svn-ports-head@freebsd.org Mon May 23 18:02:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2154DB4770F; Mon, 23 May 2016 18:02: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 CA0DA1191; Mon, 23 May 2016 18:02: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 u4NI22RO022205; Mon, 23 May 2016 18:02:02 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NI22mb022202; Mon, 23 May 2016 18:02:02 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605231802.u4NI22mb022202@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 23 May 2016 18:02:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415734 - in head/audio/libsidplayfp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 18:02:04 -0000 Author: amdmi3 Date: Mon May 23 18:02:02 2016 New Revision: 415734 URL: https://svnweb.freebsd.org/changeset/ports/415734 Log: - Update to 1.8.6 - While here, clarify LICENSE PR: 209683 Submitted by: liangtai.s16@gmail.com (maintainer) Modified: head/audio/libsidplayfp/Makefile head/audio/libsidplayfp/distinfo head/audio/libsidplayfp/files/patch-Makefile.in Modified: head/audio/libsidplayfp/Makefile ============================================================================== --- head/audio/libsidplayfp/Makefile Mon May 23 17:55:06 2016 (r415733) +++ head/audio/libsidplayfp/Makefile Mon May 23 18:02:02 2016 (r415734) @@ -1,14 +1,15 @@ # $FreeBSD$ PORTNAME= libsidplayfp -PORTVERSION= 1.8.4 +PORTVERSION= 1.8.6 CATEGORIES= audio MASTER_SITES= SF/sidplay-residfp/libsidplayfp/${PORTVERSION:R} MAINTAINER= liangtai.s16@gmail.com COMMENT= Library to play Commodore 64 music derived from libsidplay2 -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake libtool pathfix pkgconfig GNU_CONFIGURE= yes @@ -35,7 +36,7 @@ MMX_CONFIGURE_ENABLE= mmx BUILD_DEPENDS+= xa65:devel/xa65 -SIDPLAYFP_SHLIB_VERSION= 4.2.5 +SIDPLAYFP_SHLIB_VERSION= 4.2.7 STILVIEW_SHLIB_VERSION= 0.0.3 PLIST_SUB+= \ SIDPLAYFP_SHLIB_VER=${SIDPLAYFP_SHLIB_VERSION:C/\.[[:digit:].]+//} \ Modified: head/audio/libsidplayfp/distinfo ============================================================================== --- head/audio/libsidplayfp/distinfo Mon May 23 17:55:06 2016 (r415733) +++ head/audio/libsidplayfp/distinfo Mon May 23 18:02:02 2016 (r415734) @@ -1,2 +1,3 @@ -SHA256 (libsidplayfp-1.8.4.tar.gz) = 43a4159cbd8d2d27accfb071d05740c7f7f35610e859cb60fe86379dada40ab3 -SIZE (libsidplayfp-1.8.4.tar.gz) = 670890 +TIMESTAMP = 1464016730 +SHA256 (libsidplayfp-1.8.6.tar.gz) = dcf2da21d4bbb6acc79c1da5809fdafc643f1082c5191640763533809bdbf153 +SIZE (libsidplayfp-1.8.6.tar.gz) = 671485 Modified: head/audio/libsidplayfp/files/patch-Makefile.in ============================================================================== --- head/audio/libsidplayfp/files/patch-Makefile.in Mon May 23 17:55:06 2016 (r415733) +++ head/audio/libsidplayfp/files/patch-Makefile.in Mon May 23 18:02:02 2016 (r415734) @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2015-01-25 00:59:52.000000000 +0900 -+++ Makefile.in 2015-01-26 21:02:06.000000000 +0900 -@@ -2000,8 +2000,8 @@ +--- Makefile.in.orig 2015-01-24 15:59:52 UTC ++++ Makefile.in +@@ -2000,8 +2000,8 @@ uninstall-am: uninstall-builders_hardsid .a65.bin: o65file=`echo $@ | sed 's/bin/o65/'`;\ From owner-svn-ports-head@freebsd.org Mon May 23 18:11:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 155CDB47956; Mon, 23 May 2016 18:11:31 +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 DA9C716A2; Mon, 23 May 2016 18:11:30 +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 u4NIBU3K023914; Mon, 23 May 2016 18:11:30 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NIBUjf023912; Mon, 23 May 2016 18:11:30 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201605231811.u4NIBUjf023912@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 23 May 2016 18:11:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415735 - head/ports-mgmt/pkg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 18:11:31 -0000 Author: bapt Date: Mon May 23 18:11:29 2016 New Revision: 415735 URL: https://svnweb.freebsd.org/changeset/ports/415735 Log: Update to 1.8.3 Changes: - upgrading/reinstall packages also need to not check the result of the predeinstall script :( Modified: head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Mon May 23 18:02:02 2016 (r415734) +++ head/ports-mgmt/pkg/Makefile Mon May 23 18:11:29 2016 (r415735) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.8.2 +DISTVERSION= 1.8.3 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Mon May 23 18:02:02 2016 (r415734) +++ head/ports-mgmt/pkg/distinfo Mon May 23 18:11:29 2016 (r415735) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464006076 -SHA256 (pkg-1.8.2.tar.xz) = 27f37c0bba6f7dd0eed7b8fa54c3c835ff39837dda8345df4b603e9d83225e7a -SIZE (pkg-1.8.2.tar.xz) = 1910748 +TIMESTAMP = 1464027006 +SHA256 (pkg-1.8.3.tar.xz) = d4bd8adc0c0a2c59438e635fbf5e915d6ccb91003a24c76e06be4bcda7dfdb9a +SIZE (pkg-1.8.3.tar.xz) = 1943452 From owner-svn-ports-head@freebsd.org Mon May 23 18:11:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A5B6B47A49; Mon, 23 May 2016 18:11: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 097D017C9; Mon, 23 May 2016 18:11:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4NIBjfC024020; Mon, 23 May 2016 18:11:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NIBjYv024019; Mon, 23 May 2016 18:11:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605231811.u4NIBjYv024019@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 23 May 2016 18:11:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415736 - head/audio/libbs2b X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 18:11:46 -0000 Author: amdmi3 Date: Mon May 23 18:11:44 2016 New Revision: 415736 URL: https://svnweb.freebsd.org/changeset/ports/415736 Log: - Add LICENSE - Switch to USES=localbase and pathfix PR: 209684 Submitted by: liangtai.s16@gmail.com (maintainer) Modified: head/audio/libbs2b/Makefile Modified: head/audio/libbs2b/Makefile ============================================================================== --- head/audio/libbs2b/Makefile Mon May 23 18:11:29 2016 (r415735) +++ head/audio/libbs2b/Makefile Mon May 23 18:11:44 2016 (r415736) @@ -1,4 +1,3 @@ -# Created by: SimaMoto,RyoTa # $FreeBSD$ PORTNAME= libbs2b @@ -10,21 +9,18 @@ MASTER_SITES= SF/bs2b/${PORTNAME}/${PORT MAINTAINER= liangtai.s16@gmail.com COMMENT= Bauer Stereophonic-to-Binaural DSP +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS+= libsndfile.so:audio/libsndfile \ libogg.so:audio/libogg \ libFLAC.so:audio/flac \ libvorbis.so:audio/libvorbis -USES= tar:bzip2 gmake pkgconfig libtool +USES= gmake libtool localbase pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= CFLAGS=`pkg-config --cflags sndfile` \ - LDFLAGS=`pkg-config --libs-only-L sndfile` INSTALL_TARGET= install-strip -pre-configure: - ${REINPLACE_CMD} -e 's@^\(pkgconfigdir = \).*@\1$${prefix}/libdata/pkgconfig@' \ - ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in - .include From owner-svn-ports-head@freebsd.org Mon May 23 18:18:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3973B47D08; Mon, 23 May 2016 18:18:01 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 85F131E88; Mon, 23 May 2016 18:18:01 +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 u4NII0sL026439; Mon, 23 May 2016 18:18:00 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NII0pO026437; Mon, 23 May 2016 18:18:00 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201605231818.u4NII0pO026437@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 23 May 2016 18:18:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415737 - 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.22 Precedence: list List-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, 23 May 2016 18:18:01 -0000 Author: bapt Date: Mon May 23 18:18:00 2016 New Revision: 415737 URL: https://svnweb.freebsd.org/changeset/ports/415737 Log: Update to 1.8.99.1 Changes: - Reduce memory used while analysing elf files - Stop checking pre-deinstall script except if DEVELOPER=yes is set - fix double free in pkg updating Modified: head/ports-mgmt/pkg-devel/Makefile head/ports-mgmt/pkg-devel/distinfo Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Mon May 23 18:11:44 2016 (r415736) +++ head/ports-mgmt/pkg-devel/Makefile Mon May 23 18:18:00 2016 (r415737) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.8.99.0 +DISTVERSION= 1.8.99.1 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Mon May 23 18:11:44 2016 (r415736) +++ head/ports-mgmt/pkg-devel/distinfo Mon May 23 18:18:00 2016 (r415737) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463928896 -SHA256 (pkg-1.8.99.0.tar.xz) = 23000c682e8872745e3b93a87b9eee01918e9003556920dbcd1ffd050465a76d -SIZE (pkg-1.8.99.0.tar.xz) = 1942272 +TIMESTAMP = 1464027386 +SHA256 (pkg-1.8.99.1.tar.xz) = abc6a5e4f9a3fb4a818c775eb5aa2048ccb3ddcb6974c7af833d7e558c89f062 +SIZE (pkg-1.8.99.1.tar.xz) = 1941904 From owner-svn-ports-head@freebsd.org Mon May 23 18:37:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7F72B470DF; Mon, 23 May 2016 18:37: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 4D11C1978; Mon, 23 May 2016 18:37: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 u4NIb6PX039053; Mon, 23 May 2016 18:37:06 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NIaqO9038915; Mon, 23 May 2016 18:36:52 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605231836.u4NIaqO9038915@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 23 May 2016 18:36:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415738 - in head: archivers/libzip archivers/lzmalib archivers/packddir audio/celt audio/cueplayer audio/decibel-audio-player audio/glurp audio/gstreamer-plugins-fluendo-mp3 audio/hawk... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 18:37:07 -0000 Author: amdmi3 Date: Mon May 23 18:36:52 2016 New Revision: 415738 URL: https://svnweb.freebsd.org/changeset/ports/415738 Log: Convert tab after WWW: in pkg-descrs to single space as per PHB Approved by: portmgr blanket Modified: head/archivers/libzip/pkg-descr head/archivers/lzmalib/pkg-descr head/archivers/packddir/pkg-descr head/audio/celt/pkg-descr head/audio/cueplayer/pkg-descr head/audio/decibel-audio-player/pkg-descr head/audio/glurp/pkg-descr head/audio/gstreamer-plugins-fluendo-mp3/pkg-descr head/audio/hawkvoice/pkg-descr head/audio/jack-keyboard/pkg-descr head/audio/kstreamripper/pkg-descr head/audio/mangler/pkg-descr head/audio/mehdiaplayer/pkg-descr head/audio/minitunes/pkg-descr head/audio/mythplugin-mythmusic/pkg-descr head/audio/p5-Music-Audioscrobbler-MPD/pkg-descr head/audio/py-apetag/pkg-descr head/audio/tap-plugins/pkg-descr head/audio/xfmpc/pkg-descr head/audio/xoscope/pkg-descr head/cad/layouteditor/pkg-descr head/chinese/aterm/pkg-descr head/comms/ibp/pkg-descr head/converters/fondu/pkg-descr head/converters/rcctools/pkg-descr head/databases/R-cran-RSQLite.extfuns/pkg-descr head/databases/autobackupmysql/pkg-descr head/databases/buzhug/pkg-descr head/databases/db5/pkg-descr head/databases/libhsclient/pkg-descr head/databases/mysqltcl/pkg-descr head/databases/pear-XML_Query2XML/pkg-descr head/databases/pgagent/pkg-descr head/databases/pgloader/pkg-descr head/databases/pgpool-II-22/pkg-descr head/databases/pgpool-II-23/pkg-descr head/databases/pgpool-II-30/pkg-descr head/databases/pgpool-II/pkg-descr head/databases/py-pytc/pkg-descr head/databases/rrdman/pkg-descr head/databases/ruby-odbc/pkg-descr head/databases/sharedance/pkg-descr head/databases/sqliteman/pkg-descr head/databases/tokyotyrant/pkg-descr head/databases/vfront/pkg-descr head/deskutils/epoch/pkg-descr head/deskutils/ksshaskpass/pkg-descr head/deskutils/plasma-applet-fancytasks/pkg-descr head/deskutils/plasma-applet-simpleweatherforecast/pkg-descr head/deskutils/tomboy-plugin-latex/pkg-descr head/deskutils/tomboy-plugin-reminder/pkg-descr head/deskutils/tomboy-plugin-todo/pkg-descr head/deskutils/x026/pkg-descr head/devel/R-cran-Defaults/pkg-descr head/devel/R-cran-Hmisc/pkg-descr head/devel/R-cran-RUnit/pkg-descr head/devel/R-cran-chron/pkg-descr head/devel/R-cran-gbm/pkg-descr head/devel/R-cran-glmnet/pkg-descr head/devel/R-cran-gsubfn/pkg-descr head/devel/R-cran-randomForest/pkg-descr head/devel/apiextractor/pkg-descr head/devel/atlas-devel/pkg-descr head/devel/autodist/pkg-descr head/devel/blame/pkg-descr head/devel/bouml-doc/pkg-descr head/devel/bzr-externals/pkg-descr head/devel/bzr-gtk/pkg-descr head/devel/checkheaders/pkg-descr head/devel/colorgcc/pkg-descr head/devel/colormake/pkg-descr head/devel/compiler-rt/pkg-descr head/devel/cook/pkg-descr head/devel/cutter/pkg-descr head/devel/cvsdelta/pkg-descr head/devel/d-feet/pkg-descr head/devel/dmucs/pkg-descr head/devel/gearmand-devel/pkg-descr head/devel/gearmand/pkg-descr head/devel/generatorrunner/pkg-descr head/devel/hexcompare/pkg-descr head/devel/libcli/pkg-descr head/devel/libdispatch/pkg-descr head/devel/libee/pkg-descr head/devel/libestr/pkg-descr head/devel/libfreefare/pkg-descr head/devel/libkolab/pkg-descr head/devel/liblcfg/pkg-descr head/devel/libpdel/pkg-descr head/devel/libuninum/pkg-descr head/devel/llvm-cheri/pkg-descr head/devel/llvm-devel/pkg-descr head/devel/llvm37/pkg-descr head/devel/llvm38/pkg-descr head/devel/log4sh/pkg-descr head/devel/lua-sysctl/pkg-descr head/devel/maven31/pkg-descr head/devel/mercurialeclipse/pkg-descr head/devel/mingw32-libyaml/pkg-descr head/devel/mingw32-openssl/pkg-descr head/devel/mingw32-zlib/pkg-descr head/devel/mk-configure/pkg-descr head/devel/ndesk-options/pkg-descr head/devel/notify-sharp/pkg-descr head/devel/obfuscatejs/pkg-descr head/devel/p5-Data-Rand/pkg-descr head/devel/p5-Devel-LeakGuard-Object/pkg-descr head/devel/p5-ExtUtils-ParseXS/pkg-descr head/devel/p5-HOP-Lexer/pkg-descr head/devel/p5-HOP-Stream/pkg-descr head/devel/p5-Module-Depends/pkg-descr head/devel/p5-MooseX-HasDefaults/pkg-descr head/devel/p5-POE-Loop-Glib/pkg-descr head/devel/p5-Tee/pkg-descr head/devel/p5-Test-Distribution/pkg-descr head/devel/p5-Test-Portability-Files/pkg-descr head/devel/p5-Tie-Array-Pack/pkg-descr head/devel/p5-Tie-ToObject/pkg-descr head/devel/p5-Unix-Uptime/pkg-descr head/devel/p5-uni-perl/pkg-descr head/devel/pear-Date_Holidays_Austria/pkg-descr head/devel/pear-Date_Holidays_Brazil/pkg-descr head/devel/pear-Date_Holidays_Denmark/pkg-descr head/devel/pear-Date_Holidays_Discordian/pkg-descr head/devel/pear-Date_Holidays_Germany/pkg-descr head/devel/pear-Date_Holidays_Iceland/pkg-descr head/devel/pear-Date_Holidays_Ireland/pkg-descr head/devel/pear-Date_Holidays_Italy/pkg-descr head/devel/pear-Date_Holidays_Japan/pkg-descr head/devel/pear-Date_Holidays_Netherlands/pkg-descr head/devel/pear-Date_Holidays_Norway/pkg-descr head/devel/pear-Date_Holidays_PHPdotNet/pkg-descr head/devel/pear-Date_Holidays_Romania/pkg-descr head/devel/pear-Date_Holidays_Slovenia/pkg-descr head/devel/pear-Date_Holidays_Sweden/pkg-descr head/devel/pear-Date_Holidays_UNO/pkg-descr head/devel/pear-Date_Holidays_USA/pkg-descr head/devel/pear-Date_Holidays_Ukraine/pkg-descr head/devel/pear-PEAR_PackageFileManager2/pkg-descr head/devel/pear-PEAR_PackageFileManager_Plugins/pkg-descr head/devel/pear-PHP_ArrayOf/pkg-descr head/devel/pear-Validate_AU/pkg-descr head/devel/pear-Validate_US/pkg-descr head/devel/pear-channel-htmlpurifier/pkg-descr head/devel/pear-channel-openpear/pkg-descr head/devel/pear-channel-phpdoc/pkg-descr head/devel/pear-channel-pirum/pkg-descr head/devel/py-AddOns/pkg-descr head/devel/py-SymbolType/pkg-descr head/devel/py-anyjson/pkg-descr head/devel/py-aspyct/pkg-descr head/devel/py-clonedigger/pkg-descr head/devel/py-ctags/pkg-descr head/devel/py-deliciousapi/pkg-descr head/devel/py-fudge/pkg-descr head/devel/py-grizzled/pkg-descr head/devel/py-kid/pkg-descr head/devel/py-minimongo/pkg-descr head/devel/py-pythonbrew/pkg-descr head/devel/py-turbojson/pkg-descr head/devel/py-tw.forms/pkg-descr head/devel/py-urlimport/pkg-descr head/devel/pycount/pkg-descr head/devel/qgit/pkg-descr head/devel/remake/pkg-descr head/devel/serdisplib/pkg-descr head/devel/sysfsutils/pkg-descr head/devel/tinylaf/pkg-descr head/devel/vxlog/pkg-descr head/devel/xc3sprog/pkg-descr head/devel/zookeeper/pkg-descr head/devel/zpu-binutils/pkg-descr head/dns/dns2tcp/pkg-descr head/dns/py-adns/pkg-descr head/dns/totd/pkg-descr head/editors/drjava/pkg-descr head/editors/kile-kde4/pkg-descr head/emulators/aqemu/pkg-descr head/emulators/kcemu/pkg-descr head/finance/libstocks/pkg-descr head/ftp/plasma-applet-ftpmonitor/pkg-descr head/games/glaxium/pkg-descr head/games/hexglass/pkg-descr head/games/hlstatsx/pkg-descr head/games/hohlin/pkg-descr head/games/jin/pkg-descr head/games/kcheckers/pkg-descr head/games/kmancala/pkg-descr head/games/linux-etqw-demo-server/pkg-descr head/games/linux-etqw-server/pkg-descr head/games/linux-nwserver/pkg-descr head/games/lolcat/pkg-descr head/games/mkgichessclub/pkg-descr head/games/nibbles/pkg-descr head/games/paintown/pkg-descr head/games/pysycache-lang/pkg-descr head/games/pysycache-themes/pkg-descr head/games/robotfindskitten/pkg-descr head/games/searchandrescue-data/pkg-descr head/games/searchandrescue/pkg-descr head/games/vitetris/pkg-descr head/graphics/R-cran-GDD/pkg-descr head/graphics/cairo-reference/pkg-descr head/graphics/cfdg/pkg-descr head/graphics/clutter-gtk/pkg-descr head/graphics/cogl/pkg-descr head/graphics/gdtclft/pkg-descr head/graphics/glitz/pkg-descr head/graphics/kcoloredit/pkg-descr head/graphics/kiconedit/pkg-descr head/graphics/kphotoalbum-kde4/pkg-descr head/graphics/libgltext/pkg-descr head/graphics/libsvg-cairo/pkg-descr head/graphics/linux-f10-cairo/pkg-descr head/graphics/php-facedetect/pkg-descr head/graphics/ppsei/pkg-descr head/graphics/py-freeimagepy/pkg-descr head/graphics/py-graph-core/pkg-descr head/graphics/py-graph-dot/pkg-descr head/graphics/py-poppler/pkg-descr head/graphics/py-soya3d/pkg-descr head/graphics/ristretto/pkg-descr head/graphics/sampleicc/pkg-descr head/graphics/tilecache/pkg-descr head/irc/cgiirc/pkg-descr head/irc/kvirc/pkg-descr head/irc/p5-IRC-Utils/pkg-descr head/irc/p5-POE-Component-IRC-Plugin-Blowfish/pkg-descr head/irc/p5-POE-Component-IRC-Plugin-Bollocks/pkg-descr head/irc/p5-POE-Component-IRC-Plugin-CoreList/pkg-descr head/irc/p5-POE-Component-IRC-Plugin-Hailo/pkg-descr head/irc/p5-POE-Component-IRC-Plugin-POE-Knee/pkg-descr head/irc/p5-POE-Component-IRC-Plugin-QueryDNS/pkg-descr head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/pkg-descr head/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/pkg-descr head/irc/smartirc4net/pkg-descr head/japanese/ibus-skk/pkg-descr head/japanese/ming/pkg-descr head/java/eclipse-drjava/pkg-descr head/java/eclipse-shelled/pkg-descr head/java/jakarta-commons-discovery/pkg-descr head/java/jboss7/pkg-descr head/lang/arena/pkg-descr head/lang/cdent/pkg-descr head/lang/cint/pkg-descr head/lang/fpc-units/pkg-descr head/lang/ici/pkg-descr head/lang/mono-basic/pkg-descr head/lang/nwcc/pkg-descr head/mail/batv-milter/pkg-descr head/mail/dovecot-managesieve/pkg-descr head/mail/dovecot-sieve/pkg-descr head/mail/evolution-mapi/pkg-descr head/mail/ezmlm-idx/pkg-descr head/mail/jmba/pkg-descr head/mail/py-cyruslib/pkg-descr head/mail/qgmailnotifier/pkg-descr head/mail/qmail-auditor/pkg-descr head/mail/roundcube-login_info/pkg-descr head/mail/roundcube-sauserprefs/pkg-descr head/mail/roundcube-veximaccountadmin/pkg-descr head/mail/scam-backscatter/pkg-descr head/mail/simscan/pkg-descr head/mail/wanderlust-devel/pkg-descr head/mail/wanderlust/pkg-descr head/math/R-cran-gpclib/pkg-descr head/math/R-cran-nnls/pkg-descr head/math/R-cran-psych/pkg-descr head/math/ann/pkg-descr head/math/arpack++/pkg-descr head/math/arpack/pkg-descr head/math/crlibm/pkg-descr head/math/cvc3/pkg-descr head/math/eigen2/pkg-descr head/math/fann/pkg-descr head/math/gmm++/pkg-descr head/math/gmp-ecm/pkg-descr head/math/ldouble/pkg-descr head/math/liblbfgs/pkg-descr head/math/libocas/pkg-descr head/math/ltl2ba/pkg-descr head/math/p5-Statistics-Frequency/pkg-descr head/math/py-bitmath/pkg-descr head/math/py-fiat/pkg-descr head/math/py-igraph/pkg-descr head/math/py-pybloom/pkg-descr head/math/py-ufl/pkg-descr head/math/py-viper/pkg-descr head/math/qtiplot-doc/pkg-descr head/math/qtoctave/pkg-descr head/math/trlan/pkg-descr head/math/ufc/pkg-descr head/math/xblas/pkg-descr head/misc/asr-manpages/pkg-descr head/misc/openr2/pkg-descr head/misc/py-osd/pkg-descr head/multimedia/asdcplib/pkg-descr head/multimedia/flvmeta/pkg-descr head/multimedia/flvtool++/pkg-descr head/multimedia/gstreamer-plugins-core/pkg-descr head/multimedia/gstreamer1-plugins-core/pkg-descr head/multimedia/k9copy-kde4/pkg-descr head/multimedia/libdc1394/pkg-descr head/multimedia/m2tstoavi/pkg-descr head/multimedia/mediadownloader/pkg-descr head/multimedia/mkclean/pkg-descr head/multimedia/msdl/pkg-descr head/multimedia/mxflib/pkg-descr head/multimedia/opencinematools/pkg-descr head/multimedia/phonon-xine/pkg-descr head/net-im/convey/pkg-descr head/net-im/kmess-kde4/pkg-descr head/net-im/pebrot/pkg-descr head/net-im/psimedia/pkg-descr head/net-mgmt/nagiosagent/pkg-descr head/net-mgmt/p5-Nagios-Object/pkg-descr head/net-mgmt/pftabled/pkg-descr head/net-mgmt/phpweathermap/pkg-descr head/net-mgmt/py-flowtools/pkg-descr head/net-mgmt/qkismet/pkg-descr head/net-mgmt/whatmask/pkg-descr head/net-p2p/libktorrent/pkg-descr head/net-p2p/transmission-remote-gui/pkg-descr head/net/clamz/pkg-descr head/net/fonulator/pkg-descr head/net/fspclient/pkg-descr head/net/gkrellmwireless2/pkg-descr head/net/iet/pkg-descr head/net/ilbc/pkg-descr head/net/libfb/pkg-descr head/net/libmxp/pkg-descr head/net/libsocket++/pkg-descr head/net/minisapserver/pkg-descr head/net/nusoap/pkg-descr head/net/p5-NetPacket/pkg-descr head/net/panoptis/pkg-descr head/net/pecl-amqp/pkg-descr head/net/pktanon/pkg-descr head/net/py-amqplib/pkg-descr head/net/py-pybeanstalk/pkg-descr head/net/py-smbpasswd/pkg-descr head/net/py-tofu/pkg-descr head/net/qoauth/pkg-descr head/net/rtpbreak/pkg-descr head/net/serviio/pkg-descr head/net/sipsak/pkg-descr head/net/ssspl/pkg-descr head/net/tn5250j/pkg-descr head/net/yconalyzer/pkg-descr head/polish/qfaktury/pkg-descr head/ports-mgmt/managepkg/pkg-descr head/print/foo2zjs/pkg-descr head/print/gl2ps/pkg-descr head/print/texvc/pkg-descr head/science/R-cran-som/pkg-descr head/science/crf++/pkg-descr head/science/kst2/pkg-descr head/science/p5-Chemistry-Mok/pkg-descr head/science/py-DendroPy/pkg-descr head/science/py-paida/pkg-descr head/science/qtresistors/pkg-descr head/security/apache-xml-security-c/pkg-descr head/security/gorilla/pkg-descr head/security/hotssh/pkg-descr head/security/lockdown/pkg-descr head/security/nacl/pkg-descr head/security/ncrack/pkg-descr head/security/p5-Crypt-T_e_a/pkg-descr head/security/pcsc-tools/pkg-descr head/security/pear-Crypt_MicroID/pkg-descr head/security/pear-Crypt_XXTEA/pkg-descr head/security/pear-HTML_Crypt/pkg-descr head/security/pidgin-encryption/pkg-descr head/security/pkcs11-dump/pkg-descr head/security/py-bcrypt/pkg-descr head/security/py-sslstrip/pkg-descr head/security/zzuf/pkg-descr head/sysutils/bsdmoted/pkg-descr head/sysutils/cdf/pkg-descr head/sysutils/confctl/pkg-descr head/sysutils/conky-awesome/pkg-descr head/sysutils/fusefs-gstfs/pkg-descr head/sysutils/gnome-schedule/pkg-descr head/sysutils/hatop/pkg-descr head/sysutils/iogen/pkg-descr head/sysutils/krename-kde4/pkg-descr head/sysutils/libcdio/pkg-descr head/sysutils/p5-Lchown/pkg-descr head/sysutils/p5-MogileFS-Client/pkg-descr head/sysutils/pecl-proctitle/pkg-descr head/sysutils/plasma-applet-apcups/pkg-descr head/sysutils/policykit-qt/pkg-descr head/sysutils/py-XenAPI/pkg-descr head/sysutils/py-danzfs/pkg-descr head/sysutils/py-drmaa/pkg-descr head/sysutils/py-filelike/pkg-descr head/sysutils/sshsudo/pkg-descr head/sysutils/ssid/pkg-descr head/sysutils/superiotool/pkg-descr head/sysutils/tren/pkg-descr head/sysutils/ucspi-ssl/pkg-descr head/sysutils/zfs-stats/pkg-descr head/textproc/clucene/pkg-descr head/textproc/csv2latex/pkg-descr head/textproc/enchant/pkg-descr head/textproc/exslt/pkg-descr head/textproc/libstree/pkg-descr head/textproc/markdown-mode.el/pkg-descr head/textproc/msort/pkg-descr head/textproc/p5-LaTeX-Pod/pkg-descr head/textproc/p5-LaTeX-ToUnicode/pkg-descr head/textproc/p5-MARC-XML/pkg-descr head/textproc/p5-POD2-Base/pkg-descr head/textproc/p5-Parse-BooleanLogic/pkg-descr head/textproc/p5-Spreadsheet-ReadSXC/pkg-descr head/textproc/p5-WWW-Wordnik-API/pkg-descr head/textproc/p5-XML-Entities/pkg-descr head/textproc/p5-XML-Hash-LX/pkg-descr head/textproc/p5-XML-Mini/pkg-descr head/textproc/p5-XML-Rewrite/pkg-descr head/textproc/py-Tempita/pkg-descr head/textproc/ruby-escape/pkg-descr head/textproc/ruby-rd-mode.el/pkg-descr head/textproc/ruby-rdtool/pkg-descr head/textproc/simplexml/pkg-descr head/textproc/uim-qt4/pkg-descr head/textproc/weka/pkg-descr head/textproc/xom/pkg-descr head/textproc/yamcha/pkg-descr head/www/R-cran-scrapeR/pkg-descr head/www/arora/pkg-descr head/www/chems/pkg-descr head/www/closure-linter/pkg-descr head/www/cplanet/pkg-descr head/www/cutycapt/pkg-descr head/www/dojo-shrinksafe/pkg-descr head/www/encode-explorer/pkg-descr head/www/eventum/pkg-descr head/www/flat-frog/pkg-descr head/www/gaeutilities/pkg-descr head/www/habari/pkg-descr head/www/httpsqs/pkg-descr head/www/hudson/pkg-descr head/www/jericho-html/pkg-descr head/www/lighttpd-mod_geoip/pkg-descr head/www/mod_memcache/pkg-descr head/www/mod_remoteip/pkg-descr head/www/mod_umask/pkg-descr head/www/mythplugin-mythweb/pkg-descr head/www/p5-CGI-Application-Plugin-Config-YAML/pkg-descr head/www/p5-CGI-Application-Plugin-JSON/pkg-descr head/www/p5-Catalyst-Component-InstancePerContext/pkg-descr head/www/p5-Catalyst-Plugin-Log-Dispatch/pkg-descr head/www/p5-FCGI-ProcManager/pkg-descr head/www/p5-FCGI-Spawn/pkg-descr head/www/p5-HTML-TableContentParser/pkg-descr head/www/p5-HTTP-Parser/pkg-descr head/www/p5-Template-Toolkit-Simple/pkg-descr head/www/p5-URI-Escape-JavaScript/pkg-descr head/www/p5-WWW-OpenSearch/pkg-descr head/www/pebble/pkg-descr head/www/phpmp/pkg-descr head/www/py-django-evolution/pkg-descr head/www/py-django-haystack/pkg-descr head/www/py-flup/pkg-descr head/www/py-py-restclient/pkg-descr head/www/py-pywebdav/pkg-descr head/www/py-requests-oauth-hook/pkg-descr head/www/py-scgi/pkg-descr head/www/py-slimmer/pkg-descr head/www/py-urljr/pkg-descr head/www/py-webunit/pkg-descr head/www/py-wikitools/pkg-descr head/www/pyjamas/pkg-descr head/www/repos-style/pkg-descr head/www/sahi/pkg-descr head/www/squidpurge/pkg-descr head/www/trac-privatetickets/pkg-descr head/www/typolight/pkg-descr head/www/wadcomblog/pkg-descr head/www/webkit-sharp/pkg-descr head/www/webpy/pkg-descr head/www/xaraya/pkg-descr head/www/xpi-clear_cache_button/pkg-descr head/www/xpi-showip/pkg-descr head/www/yanopaste/pkg-descr head/x11-clocks/osdclock/pkg-descr head/x11-clocks/wmbday/pkg-descr head/x11-fonts/c64bdf/pkg-descr head/x11-fonts/font-manager/pkg-descr head/x11-fonts/gbdfed/pkg-descr head/x11-fonts/inconsolata-ttf/pkg-descr head/x11-fonts/isabella/pkg-descr head/x11-fonts/linux-c6-fontconfig/pkg-descr head/x11-fonts/linux-f10-fontconfig/pkg-descr head/x11-fonts/paratype/pkg-descr head/x11-fonts/pingwi/pkg-descr head/x11-themes/cursor-ecliz/pkg-descr head/x11-themes/fluxbox-tenr-styles-pack/pkg-descr head/x11-themes/gnome-icons-dropline-neu/pkg-descr head/x11-themes/gnome-icons-dropline-nou/pkg-descr head/x11-themes/gnome-icons-elementary/pkg-descr head/x11-themes/gnome-icons-jini/pkg-descr head/x11-themes/gtk-aurora-engine/pkg-descr head/x11-themes/gtk-nodoka-engine/pkg-descr head/x11-themes/icons-human-azul/pkg-descr head/x11-themes/linux-f10-qtcurve-gtk2/pkg-descr head/x11-themes/nimbus/pkg-descr head/x11-themes/rezlooks/pkg-descr head/x11-themes/ubuntulooks/pkg-descr head/x11-toolkits/hippo-canvas/pkg-descr head/x11-toolkits/py-traitsbackendwx/pkg-descr head/x11-toolkits/py-traitsgui/pkg-descr head/x11-toolkits/qt4pas/pkg-descr head/x11-toolkits/qwt5-designerplugin/pkg-descr head/x11-toolkits/qwt6-designerplugin/pkg-descr head/x11-toolkits/shared-desktop-ontologies/pkg-descr head/x11-toolkits/swt/pkg-descr head/x11-toolkits/xview/pkg-descr head/x11-wm/e-module-alarm/pkg-descr head/x11-wm/e-module-everything-places/pkg-descr head/x11-wm/e-module-everything-websearch/pkg-descr head/x11-wm/e-module-forecasts/pkg-descr head/x11-wm/e-module-mpdule/pkg-descr head/x11-wm/e-module-net/pkg-descr head/x11-wm/e-module-penguins/pkg-descr head/x11-wm/e-module-places/pkg-descr head/x11-wm/e-module-rmb/pkg-descr head/x11-wm/e-module-tclock/pkg-descr head/x11-wm/e-module-wlan/pkg-descr head/x11-wm/musca/pkg-descr head/x11-wm/pwm/pkg-descr head/x11/i3status/pkg-descr head/x11/lsw/pkg-descr head/x11/qimageblitz/pkg-descr head/x11/xpyb/pkg-descr Modified: head/archivers/libzip/pkg-descr ============================================================================== --- head/archivers/libzip/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/archivers/libzip/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -4,4 +4,4 @@ data copied directly from other zip arch closing the archive can be reverted. The API is documented by man pages. -WWW: http://www.nih.at/libzip/ +WWW: http://www.nih.at/libzip/ Modified: head/archivers/lzmalib/pkg-descr ============================================================================== --- head/archivers/lzmalib/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/archivers/lzmalib/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ This package includes a thin wrapper library of LZMA SDK. -WWW: http://tokyocabinet.sourceforge.net/ +WWW: http://tokyocabinet.sourceforge.net/ Modified: head/archivers/packddir/pkg-descr ============================================================================== --- head/archivers/packddir/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/archivers/packddir/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,4 +1,4 @@ PackdDir creates and unpacks PackdDir archives, which are used in Quake (I and II) and others. -WWW: http://www.nongnu.org/packddir/ +WWW: http://www.nongnu.org/packddir/ Modified: head/audio/celt/pkg-descr ============================================================================== --- head/audio/celt/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/audio/celt/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -3,4 +3,4 @@ speech and audio communication. It's me Vorbis and Speex for applications where both high quality audio and low delay are desired. -WWW: http://www.celt-codec.org/ +WWW: http://www.celt-codec.org/ Modified: head/audio/cueplayer/pkg-descr ============================================================================== --- head/audio/cueplayer/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/audio/cueplayer/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ Lightweight media player based on Qt and Gstreamer -WWW: http://code.google.com/p/cueplayer/ +WWW: http://code.google.com/p/cueplayer/ Modified: head/audio/decibel-audio-player/pkg-descr ============================================================================== --- head/audio/decibel-audio-player/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/audio/decibel-audio-player/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -6,4 +6,4 @@ with an emphasis on being very clean and * Follows the Gnome Human Interface Guidelines * Has quite a few plugins of it's own -WWW: http://decibel.silent-blade.org/ +WWW: http://decibel.silent-blade.org/ Modified: head/audio/glurp/pkg-descr ============================================================================== --- head/audio/glurp/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/audio/glurp/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -8,4 +8,4 @@ Features * ID3 Information * Single window interface, with possibility to hide the playlist -WWW: http://www.musicpd.org/?page=glurp +WWW: http://www.musicpd.org/?page=glurp Modified: head/audio/gstreamer-plugins-fluendo-mp3/pkg-descr ============================================================================== --- head/audio/gstreamer-plugins-fluendo-mp3/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/audio/gstreamer-plugins-fluendo-mp3/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ Mp3 gstreamer plugin from fluendo -WWW: http://www.fluendo.com/shop/product/fluendo-mp3-decoder/ +WWW: http://www.fluendo.com/shop/product/fluendo-mp3-decoder/ Modified: head/audio/hawkvoice/pkg-descr ============================================================================== --- head/audio/hawkvoice/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/audio/hawkvoice/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -7,4 +7,4 @@ Microsoft DirectPlay Voice in DX8-9. It free voice codecs. The very low bitrate (VLB) codecs, those less than 6 Kbps, are optimized for the compression of human speech. -WWW: http://www.hawksoft.com/hawkvoice/ +WWW: http://www.hawksoft.com/hawkvoice/ Modified: head/audio/jack-keyboard/pkg-descr ============================================================================== --- head/audio/jack-keyboard/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/audio/jack-keyboard/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -6,4 +6,4 @@ uses JACK MIDI instead of ALSA. See the README file for keyboard mapping. -WWW: http://jack-keyboard.sourceforge.net/ +WWW: http://jack-keyboard.sourceforge.net/ Modified: head/audio/kstreamripper/pkg-descr ============================================================================== --- head/audio/kstreamripper/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/audio/kstreamripper/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -3,4 +3,4 @@ streams. For streams that provide inform it can split the stream and create an own file for each track with a corresponding file name and corresponding metadata. -WWW: http://kstreamripper.sourceforge.net +WWW: http://kstreamripper.sourceforge.net Modified: head/audio/mangler/pkg-descr ============================================================================== --- head/audio/mangler/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/audio/mangler/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,4 +1,4 @@ Mangler is an open source VOIP client capable of connecting to Ventrilo 3.x servers. -WWW: http://www.mangler.org +WWW: http://www.mangler.org Modified: head/audio/mehdiaplayer/pkg-descr ============================================================================== --- head/audio/mehdiaplayer/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/audio/mehdiaplayer/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -2,4 +2,4 @@ An audio player inspired by Sonata. In fact, it's my first project with Qt, I developed it in order to apprehend the Qt framework. -WWW: http://code.google.com/p/mehdiaplayer/ +WWW: http://code.google.com/p/mehdiaplayer/ Modified: head/audio/minitunes/pkg-descr ============================================================================== --- head/audio/minitunes/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/audio/minitunes/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -2,4 +2,4 @@ Minitunes is just another music player, Minitunes unclutters your music listening experience with a clean and innovative interface. -WWW: http://flavio.tordini.org/minitunes +WWW: http://flavio.tordini.org/minitunes Modified: head/audio/mythplugin-mythmusic/pkg-descr ============================================================================== --- head/audio/mythplugin-mythmusic/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/audio/mythplugin-mythmusic/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -3,4 +3,4 @@ play and manage music and audio files .i wav etc. It is specifically designed to be operated by a normal remote control. -WWW: http://www.mythtv.org/wiki/MythMusic +WWW: http://www.mythtv.org/wiki/MythMusic Modified: head/audio/p5-Music-Audioscrobbler-MPD/pkg-descr ============================================================================== --- head/audio/p5-Music-Audioscrobbler-MPD/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/audio/p5-Music-Audioscrobbler-MPD/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -2,4 +2,4 @@ Music::Audioscrobbler::MPD is a scrobble to submit songs to last.fm from MPD. -WWW: http://search.cpan.org/dist/Music-Audioscrobbler-MPD/ +WWW: http://search.cpan.org/dist/Music-Audioscrobbler-MPD/ Modified: head/audio/py-apetag/pkg-descr ============================================================================== --- head/audio/py-apetag/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/audio/py-apetag/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ A pure Python library for manipulating APEv2 and ID3v1 tags. -WWW: http://sourceforge.net/projects/pylibape/ +WWW: http://sourceforge.net/projects/pylibape/ Modified: head/audio/tap-plugins/pkg-descr ============================================================================== --- head/audio/tap-plugins/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/audio/tap-plugins/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,4 +1,4 @@ TAP-plugins is short for Tom's Audio Processing plugins. It is a bunch of LADSPA plugins for digital audio processing. -WWW: http://tap-plugins.sourceforge.net/ +WWW: http://tap-plugins.sourceforge.net/ Modified: head/audio/xfmpc/pkg-descr ============================================================================== --- head/audio/xfmpc/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/audio/xfmpc/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ A graphical GTK+ MPD client focusing on low footprint. -WWW: http://goodies.xfce.org/projects/applications/xfmpc/ +WWW: http://goodies.xfce.org/projects/applications/xfmpc/ Modified: head/audio/xoscope/pkg-descr ============================================================================== --- head/audio/xoscope/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/audio/xoscope/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -3,4 +3,4 @@ and/or a ProbeScope/osziFOX and will soo Includes 8 signal displays, variable time scale, math, memory, measurements, and file save/load. -WWW: http://xoscope.sourceforge.net/ +WWW: http://xoscope.sourceforge.net/ Modified: head/cad/layouteditor/pkg-descr ============================================================================== --- head/cad/layouteditor/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/cad/layouteditor/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -3,4 +3,4 @@ boolean operations, design rule checker, supported formats:Calma GDSII, OASIS (Open Artwork System Interchange Standard), DXF, CIF (Caltech Intermediate Form) -WWW: http://www.layouteditor.net/index.html +WWW: http://www.layouteditor.net/index.html Modified: head/chinese/aterm/pkg-descr ============================================================================== --- head/chinese/aterm/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/chinese/aterm/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -4,4 +4,4 @@ additions for fast transparency. It was created with AfterStep users in mind, but is not tied to any libraries, and can be used anywhere. -WWW: http://aterm.sourceforge.net/ +WWW: http://aterm.sourceforge.net/ Modified: head/comms/ibp/pkg-descr ============================================================================== --- head/comms/ibp/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/comms/ibp/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -3,4 +3,4 @@ International Beacon Project, by continu transmitting on which frequency, along with the distance and antenna directions. -WWW: http://wwwhome.cs.utwente.nl/~ptdeboer/ham/ibp.html +WWW: http://wwwhome.cs.utwente.nl/~ptdeboer/ham/ibp.html Modified: head/converters/fondu/pkg-descr ============================================================================== --- head/converters/fondu/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/converters/fondu/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,4 +1,4 @@ A set of programs to interconvert between Mac font formats and PFB, TTF, OTF and BDF files on Unix. -WWW: http://fondu.sourceforge.net/ +WWW: http://fondu.sourceforge.net/ Modified: head/converters/rcctools/pkg-descr ============================================================================== --- head/converters/rcctools/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/converters/rcctools/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -6,4 +6,4 @@ files in the specified directory to appr encoding, transliterate all names to english, translate all names to english, etc.) -WWW: http://rusxmms.sourceforge.net +WWW: http://rusxmms.sourceforge.net Modified: head/databases/R-cran-RSQLite.extfuns/pkg-descr ============================================================================== --- head/databases/R-cran-RSQLite.extfuns/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/databases/R-cran-RSQLite.extfuns/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,4 +1,4 @@ This package uses SQLite's loadable extension feature to provide a number of additional SQL functions and aggregates within R -WWW: http://cran.r-project.org/web/packages/RSQLite.extfuns/ +WWW: http://cran.r-project.org/web/packages/RSQLite.extfuns/ Modified: head/databases/autobackupmysql/pkg-descr ============================================================================== --- head/databases/autobackupmysql/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/databases/autobackupmysql/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -8,4 +8,4 @@ Features: - Backup remote servers - E-mail logs -WWW: https://sourceforge.net/projects/autobackupmysql +WWW: https://sourceforge.net/projects/autobackupmysql Modified: head/databases/buzhug/pkg-descr ============================================================================== --- head/databases/buzhug/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/databases/buzhug/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -10,4 +10,4 @@ attributes are the fields defined when t requests can be expressed as list comprehensions or generator expressions, instead of SQL queries. -WWW: http://buzhug.sourceforge.net/ +WWW: http://buzhug.sourceforge.net/ Modified: head/databases/db5/pkg-descr ============================================================================== --- head/databases/db5/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/databases/db5/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -8,4 +8,4 @@ administration. As a developer, you can be confident that Oracle Berkeley DB will manage your persistence needs. -WWW: http://www.oracle.com/us/products/database/berkeley-db/db/ +WWW: http://www.oracle.com/us/products/database/berkeley-db/db/ Modified: head/databases/libhsclient/pkg-descr ============================================================================== --- head/databases/libhsclient/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/databases/libhsclient/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,4 +1,4 @@ libhsclient is the client library of HandlerSocket for MySQL, which is a NoSQL plugin for MySQL. -WWW: https://github.com/ahiguti/HandlerSocket-Plugin-for-MySQL +WWW: https://github.com/ahiguti/HandlerSocket-Plugin-for-MySQL Modified: head/databases/mysqltcl/pkg-descr ============================================================================== --- head/databases/mysqltcl/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/databases/mysqltcl/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -11,4 +11,4 @@ From the package man-page: MySQL C-API functions. For detail documentation see official MySQL C- API manual. -WWW: http://www.xdobry.de/mysqltcl/ +WWW: http://www.xdobry.de/mysqltcl/ Modified: head/databases/pear-XML_Query2XML/pkg-descr ============================================================================== --- head/databases/pear-XML_Query2XML/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/databases/pear-XML_Query2XML/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -3,4 +3,4 @@ more SQL SELECT queries into XML data. V transformations are supported. Is was written with performance in mind and can handel large amounts of data. -WWW: http://pear.php.net/package/XML_Query2XML +WWW: http://pear.php.net/package/XML_Query2XML Modified: head/databases/pgagent/pkg-descr ============================================================================== --- head/databases/pgagent/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/databases/pgagent/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ pgAgent is a job scheduler for PostgreSQL which may be managed using pgAdmin. -WWW: http://www.pgadmin.org/download/pgagent.php +WWW: http://www.pgadmin.org/download/pgagent.php Modified: head/databases/pgloader/pkg-descr ============================================================================== --- head/databases/pgloader/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/databases/pgloader/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -19,4 +19,4 @@ the end of processing each section, a su numbers of rows copied and commits, time it took in seconds, errors logged and database errors is issued. -WWW: http://pgfoundry.org/projects/pgloader/ +WWW: http://pgfoundry.org/projects/pgloader/ Modified: head/databases/pgpool-II-22/pkg-descr ============================================================================== --- head/databases/pgpool-II-22/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/databases/pgpool-II-22/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -7,4 +7,4 @@ as pgpool-I by changing configuration pa executed in pgpool-I mode enables multiple DB nodes to be connected, which was not possible in pgpool-I. -WWW: http://pgpool.projects.postgresql.org/ +WWW: http://pgpool.projects.postgresql.org/ Modified: head/databases/pgpool-II-23/pkg-descr ============================================================================== --- head/databases/pgpool-II-23/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/databases/pgpool-II-23/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -7,4 +7,4 @@ as pgpool-I by changing configuration pa executed in pgpool-I mode enables multiple DB nodes to be connected, which was not possible in pgpool-I. -WWW: http://pgpool.projects.postgresql.org/ +WWW: http://pgpool.projects.postgresql.org/ Modified: head/databases/pgpool-II-30/pkg-descr ============================================================================== --- head/databases/pgpool-II-30/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/databases/pgpool-II-30/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -7,4 +7,4 @@ as pgpool-I by changing configuration pa executed in pgpool-I mode enables multiple DB nodes to be connected, which was not possible in pgpool-I. -WWW: http://pgpool.projects.postgresql.org/ +WWW: http://pgpool.projects.postgresql.org/ Modified: head/databases/pgpool-II/pkg-descr ============================================================================== --- head/databases/pgpool-II/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/databases/pgpool-II/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -7,4 +7,4 @@ as pgpool-I by changing configuration pa executed in pgpool-I mode enables multiple DB nodes to be connected, which was not possible in pgpool-I. -WWW: http://www.pgpool.net/ +WWW: http://www.pgpool.net/ Modified: head/databases/py-pytc/pkg-descr ============================================================================== --- head/databases/py-pytc/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/databases/py-pytc/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ Tokyo Cabinet Python bindings -WWW: http://coderepos.org/share/wiki/PyTC +WWW: http://coderepos.org/share/wiki/PyTC Modified: head/databases/rrdman/pkg-descr ============================================================================== --- head/databases/rrdman/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/databases/rrdman/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -5,4 +5,4 @@ Currently it consists of the following u RRDman is hosted as a subproject of RRFW -WWW: http://rrfw.sourceforge.net/rrdman/ +WWW: http://rrfw.sourceforge.net/rrdman/ Modified: head/databases/ruby-odbc/pkg-descr ============================================================================== --- head/databases/ruby-odbc/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/databases/ruby-odbc/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ This is an extension library to use ODBC data sources from Ruby. -WWW: http://www.ch-werner.de/rubyodbc/ +WWW: http://www.ch-werner.de/rubyodbc/ Modified: head/databases/sharedance/pkg-descr ============================================================================== --- head/databases/sharedance/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/databases/sharedance/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -2,4 +2,4 @@ Sharedance is a high-performance server key/data pairs on remote hosts, without the overhead and the complexity of an SQL database. -WWW: http://sharedance.pureftpd.org/project/sharedance +WWW: http://sharedance.pureftpd.org/project/sharedance Modified: head/databases/sqliteman/pkg-descr ============================================================================== --- head/databases/sqliteman/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/databases/sqliteman/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -4,4 +4,4 @@ contains the most complete feature set o And much more, it's available for all major platforms, and it's free. -WWW: http://sqliteman.sf.net/ +WWW: http://sqliteman.sf.net/ Modified: head/databases/tokyotyrant/pkg-descr ============================================================================== --- head/databases/tokyotyrant/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/databases/tokyotyrant/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -6,4 +6,4 @@ concurrent and remote connections to Tok the server process managing a database and its access library for client applications. -WWW: http://fallabs.com/tokyotyrant/ +WWW: http://fallabs.com/tokyotyrant/ Modified: head/databases/vfront/pkg-descr ============================================================================== --- head/databases/vfront/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/databases/vfront/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -3,4 +3,4 @@ written in PHP and Javascript. With VFr your data in AJAX style, different rules and privileges for groups, report in XML, HTML, PDF, statistics and much more. -WWW: http://www.vfront.org/ +WWW: http://www.vfront.org/ Modified: head/deskutils/epoch/pkg-descr ============================================================================== --- head/deskutils/epoch/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/deskutils/epoch/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -2,4 +2,4 @@ Epoch is small and handy timeline applic accurate in the range from 1sec to several million years. Events can be positioned absolutely or relatively linked to another era. -WWW: http://code.google.com/p/gepoch/ +WWW: http://code.google.com/p/gepoch/ Modified: head/deskutils/ksshaskpass/pkg-descr ============================================================================== --- head/deskutils/ksshaskpass/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/deskutils/ksshaskpass/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ A KDE 4 version of ssh-askpass with KWallet support. -WWW: http://kde-apps.org/content/show.php?content=50971 +WWW: http://kde-apps.org/content/show.php?content=50971 Modified: head/deskutils/plasma-applet-fancytasks/pkg-descr ============================================================================== --- head/deskutils/plasma-applet-fancytasks/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/deskutils/plasma-applet-fancytasks/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -22,4 +22,4 @@ Features: - fully animated icons (including animations of starting applications, tasks needing attention and application jobs progress). -WWW: http://kde-look.org/content/show.php?action=content&content=99737 +WWW: http://kde-look.org/content/show.php?action=content&content=99737 Modified: head/deskutils/plasma-applet-simpleweatherforecast/pkg-descr ============================================================================== --- head/deskutils/plasma-applet-simpleweatherforecast/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/deskutils/plasma-applet-simpleweatherforecast/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ One more weather plasmoid for KDE. -WWW: http://kde-look.org/content/show.php/simple+weather+forecast?content=92149 +WWW: http://kde-look.org/content/show.php/simple+weather+forecast?content=92149 Modified: head/deskutils/tomboy-plugin-latex/pkg-descr ============================================================================== --- head/deskutils/tomboy-plugin-latex/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/deskutils/tomboy-plugin-latex/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -3,4 +3,4 @@ automatically converts LaTeX math code e Clicking on the image or moving the cursor over the image reveals the markup again. -WWW: http://www.reitwiessner.de/programs/tomboy-latex.html +WWW: http://www.reitwiessner.de/programs/tomboy-latex.html Modified: head/deskutils/tomboy-plugin-reminder/pkg-descr ============================================================================== --- head/deskutils/tomboy-plugin-reminder/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/deskutils/tomboy-plugin-reminder/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,4 +1,4 @@ This plugin looks for notes with lines like ``Remind 23 october'' and will open the note containing this on the corresponding date and time. -WWW: http://flukkost.nu/blog/tomboy-reminder/ +WWW: http://flukkost.nu/blog/tomboy-reminder/ Modified: head/deskutils/tomboy-plugin-todo/pkg-descr ============================================================================== --- head/deskutils/tomboy-plugin-todo/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/deskutils/tomboy-plugin-todo/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ A Tomboy addin for highlighting FIXME, TODO and XXX markers in your notes. -WWW: http://romain.blogreen.org/Projects/Tomboy-Todo +WWW: http://romain.blogreen.org/Projects/Tomboy-Todo Modified: head/deskutils/x026/pkg-descr ============================================================================== --- head/deskutils/x026/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/deskutils/x026/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -9,4 +9,4 @@ IBM 026 Keypunch Emulator for the X Wind * Can save deck in file, either in ASCII or in Douglas Jones's standard format * Can select from several card and keypunch types -WWW: http://x3270.bgp.nu/x026.html +WWW: http://x3270.bgp.nu/x026.html Modified: head/devel/R-cran-Defaults/pkg-descr ============================================================================== --- head/devel/R-cran-Defaults/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/R-cran-Defaults/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ Set, Get, and Import Global Function Defaults -WWW: http://cran.r-project.org/web/packages/Defaults/ +WWW: http://cran.r-project.org/web/packages/Defaults/ Modified: head/devel/R-cran-Hmisc/pkg-descr ============================================================================== --- head/devel/R-cran-Hmisc/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/R-cran-Hmisc/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -4,4 +4,4 @@ size and power, importing datasets, impu table making, variable clustering, character string manipulation, conversion of S objects to LaTeX code, and recoding variables. -WWW: http://cran.r-project.org/web/packages/Hmisc/ +WWW: http://cran.r-project.org/web/packages/Hmisc/ Modified: head/devel/R-cran-RUnit/pkg-descr ============================================================================== --- head/devel/R-cran-RUnit/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/R-cran-RUnit/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,4 +1,4 @@ R Unit test framework R functions implementing a standard Unit Testing framework, with additional code inspection and report generation tools -WWW: http://sourceforge.net/projects/runit/ +WWW: http://sourceforge.net/projects/runit/ Modified: head/devel/R-cran-chron/pkg-descr ============================================================================== --- head/devel/R-cran-chron/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/R-cran-chron/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,4 +1,4 @@ R package to create chronological objects which represent dates and times of day. -WWW: http://cran.r-project.org/web/packages/chron/ +WWW: http://cran.r-project.org/web/packages/chron/ Modified: head/devel/R-cran-gbm/pkg-descr ============================================================================== --- head/devel/R-cran-gbm/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/R-cran-gbm/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -3,4 +3,4 @@ gradient boosting machine. Includes regr squares, absolute loss, quantile regression, logistic, Poisson, Cox proportional hazards partial likelihood, and AdaBoost exponential loss. -WWW: http://cran.r-project.org/web/packages/gbm/ +WWW: http://cran.r-project.org/web/packages/gbm/ Modified: head/devel/R-cran-glmnet/pkg-descr ============================================================================== --- head/devel/R-cran-glmnet/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/R-cran-glmnet/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -4,4 +4,4 @@ multinomial regression models, poisson r Two recent additions are the multiresponse gaussian, and the grouped multinomial. -WWW: http://cran.r-project.org/web/packages/glmnet/ +WWW: http://cran.r-project.org/web/packages/glmnet/ Modified: head/devel/R-cran-gsubfn/pkg-descr ============================================================================== --- head/devel/R-cran-gsubfn/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/R-cran-gsubfn/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -4,4 +4,4 @@ be a replacement function, list, formula increased power and applicability. The resulting function, gsubfn is the namesake of this package. -WWW: https://code.google.com/p/gsubfn/ +WWW: https://code.google.com/p/gsubfn/ Modified: head/devel/R-cran-randomForest/pkg-descr ============================================================================== --- head/devel/R-cran-randomForest/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/R-cran-randomForest/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ Breiman and Cutler's random forests for classification and regression -WWW: http://cran.r-project.org/web/packages/randomForest/ +WWW: http://cran.r-project.org/web/packages/randomForest/ Modified: head/devel/apiextractor/pkg-descr ============================================================================== --- head/devel/apiextractor/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/apiextractor/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -8,4 +8,4 @@ bindings is performed by specific genera The API Extractor is based on QtScriptGenerator -WWW: http://www.pyside.org/docs/apiextractor/ +WWW: http://www.pyside.org/docs/apiextractor/ Modified: head/devel/atlas-devel/pkg-descr ============================================================================== --- head/devel/atlas-devel/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/atlas-devel/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -2,4 +2,4 @@ This library implements the Atlas protoc game applications. This library is suitable for linking to either clients or servers. -WWW: http://www.worldforge.org/dev/eng/libraries/atlas_cpp +WWW: http://www.worldforge.org/dev/eng/libraries/atlas_cpp Modified: head/devel/autodist/pkg-descr ============================================================================== --- head/devel/autodist/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/autodist/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -6,4 +6,4 @@ allows distribution management in file, level. Autodist is especially targeted for large software projects, and projects where multiple distributions are created from one source tree. -WWW: http://silcnet.org/software/developers/autodist/ +WWW: http://silcnet.org/software/developers/autodist/ Modified: head/devel/blame/pkg-descr ============================================================================== --- head/devel/blame/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/blame/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -2,4 +2,4 @@ Blame displays the last modification for RCS file. It is the RCS equivalent of CVS's annotate command. -WWW: http://blame.sourceforge.net +WWW: http://blame.sourceforge.net Modified: head/devel/bouml-doc/pkg-descr ============================================================================== --- head/devel/bouml-doc/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/bouml-doc/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ This port installs the reference manual of BOUML (See the port devel/bouml). -WWW: http://bouml.free.fr/documentation.html +WWW: http://bouml.free.fr/documentation.html Modified: head/devel/bzr-externals/pkg-descr ============================================================================== --- head/devel/bzr-externals/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/bzr-externals/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -7,4 +7,4 @@ for the following commands: * push * update -WWW: https://launchpad.net/bzr-externals +WWW: https://launchpad.net/bzr-externals Modified: head/devel/bzr-gtk/pkg-descr ============================================================================== --- head/devel/bzr-gtk/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/bzr-gtk/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,4 +1,4 @@ bzr-gtk is a plugin for Bazaar that aims to provide GTK+ interfaces to most Bazaar operations. -WWW: http://bazaar-vcs.org/bzr-gtk +WWW: http://bazaar-vcs.org/bzr-gtk Modified: head/devel/checkheaders/pkg-descr ============================================================================== --- head/devel/checkheaders/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/checkheaders/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -3,4 +3,4 @@ inclusions. A "#include" is needed if an matching symbol names, it is not needed. This tool will work best if all classes, variables, constants, functions, etc. have unique names. -WWW: http://code.google.com/p/checkheaders/ +WWW: http://code.google.com/p/checkheaders/ Modified: head/devel/colorgcc/pkg-descr ============================================================================== --- head/devel/colorgcc/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/colorgcc/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,4 +1,4 @@ colorgcc is a Perl script written by Jamie Moyers to colorize the terminal output of GCC so error messages can be found within longer compiler outputs. -WWW: http://schlueters.de/colorgcc.html +WWW: http://schlueters.de/colorgcc.html Modified: head/devel/colormake/pkg-descr ============================================================================== --- head/devel/colormake/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/colormake/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ This is a simple wrapper around "make" to make its output more readable. -WWW: http://bre.klaki.net/programs/colormake/ +WWW: http://bre.klaki.net/programs/colormake/ Modified: head/devel/compiler-rt/pkg-descr ============================================================================== --- head/devel/compiler-rt/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/compiler-rt/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -6,4 +6,4 @@ is compiling into a runtime call to the compiler-rt library provides optimized implementations of this and other low-level routines. -WWW: http://compiler-rt.llvm.org/ +WWW: http://compiler-rt.llvm.org/ Modified: head/devel/cook/pkg-descr ============================================================================== --- head/devel/cook/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/cook/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -5,4 +5,4 @@ ideal world). Don't be put off by 'cook target machines, since 'cook' can automatically generate shell scripts that make installing 'cook' on target machines unnecessary. -WWW: http://miller.emu.id.au/pmiller/software/cook/ +WWW: http://miller.emu.id.au/pmiller/software/cook/ Modified: head/devel/cutter/pkg-descr ============================================================================== --- head/devel/cutter/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/cutter/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -5,4 +5,4 @@ This is a list of features of Cutter: - outputs result with useful format for debugging; - tests are built as shared libraries. -WWW: http://cutter.sourceforge.net/ +WWW: http://cutter.sourceforge.net/ Modified: head/devel/cvsdelta/pkg-descr ============================================================================== --- head/devel/cvsdelta/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/cvsdelta/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -6,4 +6,4 @@ files, both system-wide and locally. Requires ruby. -WWW: http://cvsdelta.sourceforge.net/ +WWW: http://cvsdelta.sourceforge.net/ Modified: head/devel/d-feet/pkg-descr ============================================================================== --- head/devel/d-feet/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/d-feet/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -6,4 +6,4 @@ Current Features * Execute methods with parameters on the bus and see their return values -WWW: http://live.gnome.org/DFeet/ +WWW: http://live.gnome.org/DFeet/ Modified: head/devel/dmucs/pkg-descr ============================================================================== --- head/devel/dmucs/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/dmucs/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -11,4 +11,4 @@ the new loads. * Supports the dynamic addition and removal of hosts to the compilation farm. * Works with distcc, which need not be altered in any way. -WWW: http://dmucs.sourceforge.net/ +WWW: http://dmucs.sourceforge.net/ Modified: head/devel/gearmand-devel/pkg-descr ============================================================================== --- head/devel/gearmand-devel/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/gearmand-devel/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -5,4 +5,4 @@ processing, and to call functions betwee a variety of applications, from high-availability web sites to the transport for database replication. -WWW: http://www.gearman.org/ +WWW: http://www.gearman.org/ Modified: head/devel/gearmand/pkg-descr ============================================================================== --- head/devel/gearmand/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/gearmand/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -5,4 +5,4 @@ processing, and to call functions betwee a variety of applications, from high-availability web sites to the transport for database replication. -WWW: http://www.gearman.org/ +WWW: http://www.gearman.org/ Modified: head/devel/generatorrunner/pkg-descr ============================================================================== --- head/devel/generatorrunner/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/generatorrunner/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -6,4 +6,4 @@ code using front-end modules provided by GeneratorRunner is based on the QtScriptGenerator project -WWW: http://www.pyside.org/docs/generatorrunner/ +WWW: http://www.pyside.org/docs/generatorrunner/ Modified: head/devel/hexcompare/pkg-descr ============================================================================== --- head/devel/hexcompare/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/hexcompare/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -2,4 +2,4 @@ hexcompare is a curses-based utility to two binary files. These differences are then represented visually with an interactive block diagram. -WWW: https://sourceforge.net/projects/hexcompare/ +WWW: https://sourceforge.net/projects/hexcompare/ Modified: head/devel/libcli/pkg-descr ============================================================================== --- head/devel/libcli/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/libcli/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -3,4 +3,4 @@ interface into other software. It's a te command-line editing, history, authentication and callbacks for a user-definable function tree. -WWW: http://github.com/dparrish/libcli/ +WWW: http://github.com/dparrish/libcli/ Modified: head/devel/libdispatch/pkg-descr ============================================================================== --- head/devel/libdispatch/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/libdispatch/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -10,4 +10,4 @@ pervasive approach such as GCD, even the deliver the best possible performance, because it doesn'tt have full insight into everything else happening in the system. -WWW: http://libdispatch.macosforge.org/ +WWW: http://libdispatch.macosforge.org/ Modified: head/devel/libee/pkg-descr ============================================================================== --- head/devel/libee/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/libee/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -8,4 +8,4 @@ normalized. If you program cleanly to li only relatively little effort is required to move your app over to be CEE compliant (once the standard is out). -WWW: http://www.libee.org/ +WWW: http://www.libee.org/ Modified: head/devel/libestr/pkg-descr ============================================================================== --- head/devel/libestr/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/libestr/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ A library for some string essentials. -WWW: http://libestr.adiscon.com/ +WWW: http://libestr.adiscon.com/ Modified: head/devel/libfreefare/pkg-descr ============================================================================== --- head/devel/libfreefare/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/libfreefare/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ A library for easy manipulation of MIFARE NFC targets. -WWW: http://nfc-tools.googlecode.com +WWW: http://nfc-tools.googlecode.com Modified: head/devel/libkolab/pkg-descr ============================================================================== --- head/devel/libkolab/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/libkolab/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -5,4 +5,4 @@ Libkolab provides advanced calendaring f * iTip/iMip parsing/generation * Freebusy generation -WWW: http://www.kolab.org/about/libkolab +WWW: http://www.kolab.org/about/libkolab Modified: head/devel/liblcfg/pkg-descr ============================================================================== --- head/devel/liblcfg/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/liblcfg/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -2,4 +2,4 @@ liblcfg is a lightweight configuration f The file format supports arbitrarily nested simple assignments, lists and maps (aka dictionaries). -WWW: http://liblcfg.carnivore.it/ +WWW: http://liblcfg.carnivore.it/ Modified: head/devel/libpdel/pkg-descr ============================================================================== --- head/devel/libpdel/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/libpdel/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -21,4 +21,4 @@ assorted collection of code useful for d - Filesystem mounting/unmounting - String quoting/parsing -WWW: http://www.dellroad.org/pdel/ +WWW: http://www.dellroad.org/pdel/ Modified: head/devel/libuninum/pkg-descr ============================================================================== --- head/devel/libuninum/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/libuninum/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -5,4 +5,4 @@ numerals, but they do not handle other n The main functions take as input a UTF-32 Unicode string and compute the corresponding unsigned integer. -WWW: http://billposer.org/Software/libuninum.html +WWW: http://billposer.org/Software/libuninum.html Modified: head/devel/llvm-cheri/pkg-descr ============================================================================== --- head/devel/llvm-cheri/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/llvm-cheri/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -5,4 +5,4 @@ This port includes Clang (a C/C++/Object LLDB (a debugger), an OpenMP runtime library, and the LLVM infrastructure these are built on. -WWW: http://llvm.org/ +WWW: http://llvm.org/ Modified: head/devel/llvm-devel/pkg-descr ============================================================================== --- head/devel/llvm-devel/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/llvm-devel/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -5,4 +5,4 @@ This port includes Clang (a C/C++/Object LLDB (a debugger), an OpenMP runtime library, and the LLVM infrastructure these are built on. -WWW: http://llvm.org/ +WWW: http://llvm.org/ Modified: head/devel/llvm37/pkg-descr ============================================================================== --- head/devel/llvm37/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/llvm37/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -5,4 +5,4 @@ This port includes Clang (a C/C++/Object LLDB (a debugger), an OpenMP runtime library, and the LLVM infrastructure these are built on. -WWW: http://llvm.org/ +WWW: http://llvm.org/ Modified: head/devel/llvm38/pkg-descr ============================================================================== --- head/devel/llvm38/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/llvm38/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -5,4 +5,4 @@ This port includes Clang (a C/C++/Object LLDB (a debugger), an OpenMP runtime library, and the LLVM infrastructure these are built on. -WWW: http://llvm.org/ +WWW: http://llvm.org/ Modified: head/devel/log4sh/pkg-descr ============================================================================== --- head/devel/log4sh/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/log4sh/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -7,4 +7,4 @@ throughout. In addition, it can be confi that scripts in a production environment do not need to be altered to change the amount of logging they produce. -WWW: https://sites.google.com/a/forestent.com/projects/log4sh +WWW: https://sites.google.com/a/forestent.com/projects/log4sh Modified: head/devel/lua-sysctl/pkg-descr ============================================================================== --- head/devel/lua-sysctl/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/lua-sysctl/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ A small sysctl(3) interface for lua -WWW: http://hg.kaworu.ch/lua-sysctl +WWW: http://hg.kaworu.ch/lua-sysctl Modified: head/devel/maven31/pkg-descr ============================================================================== --- head/devel/maven31/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/maven31/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -2,4 +2,4 @@ Apache Maven is a software project manag the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. -WWW: http://maven.apache.org/ +WWW: http://maven.apache.org/ Modified: head/devel/mercurialeclipse/pkg-descr ============================================================================== --- head/devel/mercurialeclipse/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/mercurialeclipse/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ MercurialEclipse is an Eclipse plugin for the Mercurial version control system. -WWW: http://www.vectrace.com/mercurialeclipse/ +WWW: http://www.vectrace.com/mercurialeclipse/ Modified: head/devel/mingw32-libyaml/pkg-descr ============================================================================== --- head/devel/mingw32-libyaml/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/mingw32-libyaml/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ This is the libyaml library cross-compiled for MinGW32. -WWW: http://pyyaml.org/wiki/LibYAML +WWW: http://pyyaml.org/wiki/LibYAML Modified: head/devel/mingw32-openssl/pkg-descr ============================================================================== --- head/devel/mingw32-openssl/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/mingw32-openssl/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,4 +1,4 @@ This is the OpenSSL library cross-compiled for MinGW32. -WWW: http://www.openssl.org/ -WWW: http://sctp.fh-muenster.de/dtls-patches.html +WWW: http://www.openssl.org/ +WWW: http://sctp.fh-muenster.de/dtls-patches.html Modified: head/devel/mingw32-zlib/pkg-descr ============================================================================== --- head/devel/mingw32-zlib/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/mingw32-zlib/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ This is the zlib library cross-compiled for MinGW32. -WWW: http://zlib.net/ +WWW: http://zlib.net/ Modified: head/devel/mk-configure/pkg-descr ============================================================================== --- head/devel/mk-configure/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/mk-configure/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -2,4 +2,4 @@ mk-configure is a lightweight replacemen (portable version of NetBSD make) and POSIX shell. mk-configure also provides standalone mkc_check_xxx scripts that can be used without bmake. -WWW: http://sourceforge.net/projects/mk-configure/ +WWW: http://sourceforge.net/projects/mk-configure/ Modified: head/devel/ndesk-options/pkg-descr ============================================================================== --- head/devel/ndesk-options/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/ndesk-options/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ NDesk.Options is a callback-based program option parser for C#. -WWW: http://www.ndesk.org/Options +WWW: http://www.ndesk.org/Options Modified: head/devel/notify-sharp/pkg-descr ============================================================================== --- head/devel/notify-sharp/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/notify-sharp/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,4 +1,4 @@ notify-sharp is a C# client implementation for Desktop Notifications, i.e. notification-daemon. It is inspired by the libnotify API. -WWW: http://www.ndesk.org/NotifySharp +WWW: http://www.ndesk.org/NotifySharp Modified: head/devel/obfuscatejs/pkg-descr ============================================================================== --- head/devel/obfuscatejs/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/obfuscatejs/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -9,4 +9,4 @@ Usage: obfuscatejs WeightWatch {src} obfuscatejs BuildUtils {srcRootDir} {destDir} {docDir} {headerFile} -WWW: http://tools.2vi.nl/ +WWW: http://tools.2vi.nl/ Modified: head/devel/p5-Data-Rand/pkg-descr ============================================================================== --- head/devel/p5-Data-Rand/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/p5-Data-Rand/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ A module used to generate random strings and lists. -WWW: http://search.cpan.org/dist/Data-Rand/ +WWW: http://search.cpan.org/dist/Data-Rand/ Modified: head/devel/p5-Devel-LeakGuard-Object/pkg-descr ============================================================================== --- head/devel/p5-Devel-LeakGuard-Object/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/p5-Devel-LeakGuard-Object/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,4 +1,4 @@ This module provides tracking of objects, for the purpose of detecting memory leaks due to circular references or innappropriate caching schemes. -WWW: http://search.cpan.org/dist/Devel-LeakGuard-Object/ +WWW: http://search.cpan.org/dist/Devel-LeakGuard-Object/ Modified: head/devel/p5-ExtUtils-ParseXS/pkg-descr ============================================================================== --- head/devel/p5-ExtUtils-ParseXS/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/p5-ExtUtils-ParseXS/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -4,4 +4,4 @@ the glue necessary to let Perl access th typemaps to determine how to map C function parameters and variables to Perl values. -WWW: http://search.cpan.org/dist/ExtUtils-ParseXS/ +WWW: http://search.cpan.org/dist/ExtUtils-ParseXS/ Modified: head/devel/p5-HOP-Lexer/pkg-descr ============================================================================== --- head/devel/p5-HOP-Lexer/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/p5-HOP-Lexer/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ Higher Order Perl Lexer -WWW: http://search.cpan.org/dist/HOP-Lexer/ +WWW: http://search.cpan.org/dist/HOP-Lexer/ Modified: head/devel/p5-HOP-Stream/pkg-descr ============================================================================== --- head/devel/p5-HOP-Stream/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/p5-HOP-Stream/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ Higher Order Perl Streams -WWW: http://search.cpan.org/dist/HOP-Stream/ +WWW: http://search.cpan.org/dist/HOP-Stream/ Modified: head/devel/p5-Module-Depends/pkg-descr ============================================================================== --- head/devel/p5-Module-Depends/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/p5-Module-Depends/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -6,4 +6,4 @@ This won't be effective until all distri suggest you take your life in your hands and look at Module::Depends::Intrusive. -WWW: http://search.cpan.org/dist/Module-Depends/ +WWW: http://search.cpan.org/dist/Module-Depends/ Modified: head/devel/p5-MooseX-HasDefaults/pkg-descr ============================================================================== --- head/devel/p5-MooseX-HasDefaults/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/p5-MooseX-HasDefaults/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -5,4 +5,4 @@ The module MooseX::HasDefaults::RW defau If you pass a specific value to any has's is, that overrides the default. If you do not want an accessor, pass is => undef. -WWW: http://search.cpan.org/dist/MooseX-HasDefaults/ +WWW: http://search.cpan.org/dist/MooseX-HasDefaults/ Modified: head/devel/p5-POE-Loop-Glib/pkg-descr ============================================================================== --- head/devel/p5-POE-Loop-Glib/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/p5-POE-Loop-Glib/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ A bridge that supports Glib's event loop from POE. -WWW: http://search.cpan.org/dist/POE-Loop-Glib/ +WWW: http://search.cpan.org/dist/POE-Loop-Glib/ Modified: head/devel/p5-Tee/pkg-descr ============================================================================== --- head/devel/p5-Tee/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/p5-Tee/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ Pure Perl emulation of GNU tee -WWW: http://search.cpan.org/dist/Tee/ +WWW: http://search.cpan.org/dist/Tee/ Modified: head/devel/p5-Test-Distribution/pkg-descr ============================================================================== --- head/devel/p5-Test-Distribution/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/p5-Test-Distribution/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -2,4 +2,4 @@ When using this module in a test script, in your distribution, checks their POD, checks that they compile ok and checks that they all define a $VERSION. -WWW: http://search.cpan.org/dist/Test-Distribution/ +WWW: http://search.cpan.org/dist/Test-Distribution/ Modified: head/devel/p5-Test-Portability-Files/pkg-descr ============================================================================== --- head/devel/p5-Test-Portability-Files/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/p5-Test-Portability-Files/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,4 +1,4 @@ This module is used to check the portability across operating systems of the names of the files present in the distribution of a module. -WWW: http://search.cpan.org/dist/Test-Portability-Files/ +WWW: http://search.cpan.org/dist/Test-Portability-Files/ Modified: head/devel/p5-Tie-Array-Pack/pkg-descr ============================================================================== --- head/devel/p5-Tie-Array-Pack/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/p5-Tie-Array-Pack/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -3,4 +3,4 @@ memory-hog. Normally it takes 20 bytes a overhead). This can be a problem when you need to handle millions of numbers in-memory. This module saves memory in exchange for speed. -WWW: http://search.cpan.org/dist/Tie-Array-Pack/ +WWW: http://search.cpan.org/dist/Tie-Array-Pack/ Modified: head/devel/p5-Tie-ToObject/pkg-descr ============================================================================== --- head/devel/p5-Tie-ToObject/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/p5-Tie-ToObject/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ Tie::ToObject - Tie to an existing object. -WWW: http://search.cpan.org/dist/Tie-ToObject/ +WWW: http://search.cpan.org/dist/Tie-ToObject/ Modified: head/devel/p5-Unix-Uptime/pkg-descr ============================================================================== --- head/devel/p5-Unix-Uptime/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/p5-Unix-Uptime/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -3,4 +3,4 @@ the current system uptime, in seconds. I this on non-Linux systems, without SNMP. If you want to use SNMP, there are pleanty of modules on CPAN already. -WWW: http://search.cpan.org/dist/Unix-Uptime/ +WWW: http://search.cpan.org/dist/Unix-Uptime/ Modified: head/devel/p5-uni-perl/pkg-descr ============================================================================== --- head/devel/p5-uni-perl/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/p5-uni-perl/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ Modern perl with unicode -WWW: http://search.cpan.org/dist/uni-perl/ +WWW: http://search.cpan.org/dist/uni-perl/ Modified: head/devel/pear-Date_Holidays_Austria/pkg-descr ============================================================================== --- head/devel/pear-Date_Holidays_Austria/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/pear-Date_Holidays_Austria/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ Driver based class to calculate holidays in Austria. -WWW: http://pear.php.net/package/Date_Holidays_Austria/ +WWW: http://pear.php.net/package/Date_Holidays_Austria/ Modified: head/devel/pear-Date_Holidays_Brazil/pkg-descr ============================================================================== --- head/devel/pear-Date_Holidays_Brazil/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/pear-Date_Holidays_Brazil/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ Driver based class to calculate holidays in Brazil. -WWW: http://pear.php.net/package/Date_Holidays_Brazil/ +WWW: http://pear.php.net/package/Date_Holidays_Brazil/ Modified: head/devel/pear-Date_Holidays_Denmark/pkg-descr ============================================================================== --- head/devel/pear-Date_Holidays_Denmark/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/pear-Date_Holidays_Denmark/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ Driver based class to calculate holidays in Denmark. -WWW: http://pear.php.net/package/Date_Holidays_Denmark/ +WWW: http://pear.php.net/package/Date_Holidays_Denmark/ Modified: head/devel/pear-Date_Holidays_Discordian/pkg-descr ============================================================================== --- head/devel/pear-Date_Holidays_Discordian/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/pear-Date_Holidays_Discordian/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ Driver based class to calculate Discordian holidays. -WWW: http://pear.php.net/package/Date_Holidays_Discordian/ +WWW: http://pear.php.net/package/Date_Holidays_Discordian/ Modified: head/devel/pear-Date_Holidays_Germany/pkg-descr ============================================================================== --- head/devel/pear-Date_Holidays_Germany/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/pear-Date_Holidays_Germany/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ Driver based class to calculate holidays in Germany. -WWW: http://pear.php.net/package/Date_Holidays_Germany/ +WWW: http://pear.php.net/package/Date_Holidays_Germany/ Modified: head/devel/pear-Date_Holidays_Iceland/pkg-descr ============================================================================== --- head/devel/pear-Date_Holidays_Iceland/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/pear-Date_Holidays_Iceland/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ Driver based class to calculate holidays in Iceland. -WWW: http://pear.php.net/package/Date_Holidays_Iceland/ +WWW: http://pear.php.net/package/Date_Holidays_Iceland/ Modified: head/devel/pear-Date_Holidays_Ireland/pkg-descr ============================================================================== --- head/devel/pear-Date_Holidays_Ireland/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/pear-Date_Holidays_Ireland/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ Driver based class to calculate holidays in Ireland. -WWW: http://pear.php.net/package/Date_Holidays_Ireland/ +WWW: http://pear.php.net/package/Date_Holidays_Ireland/ Modified: head/devel/pear-Date_Holidays_Italy/pkg-descr ============================================================================== --- head/devel/pear-Date_Holidays_Italy/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/pear-Date_Holidays_Italy/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ Driver based class to calculate holidays in Italy. -WWW: http://pear.php.net/package/Date_Holidays_Italy/ +WWW: http://pear.php.net/package/Date_Holidays_Italy/ Modified: head/devel/pear-Date_Holidays_Japan/pkg-descr ============================================================================== --- head/devel/pear-Date_Holidays_Japan/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/pear-Date_Holidays_Japan/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ Driver based class to calculate holidays in Japan. -WWW: http://pear.php.net/package/Date_Holidays_Japan/ +WWW: http://pear.php.net/package/Date_Holidays_Japan/ Modified: head/devel/pear-Date_Holidays_Netherlands/pkg-descr ============================================================================== --- head/devel/pear-Date_Holidays_Netherlands/pkg-descr Mon May 23 18:18:00 2016 (r415737) +++ head/devel/pear-Date_Holidays_Netherlands/pkg-descr Mon May 23 18:36:52 2016 (r415738) @@ -1,3 +1,3 @@ Driver based class to calculate holidays in the Netherlands. *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Mon May 23 18:45:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DEB86B47303; Mon, 23 May 2016 18:45:25 +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 B85051F41; Mon, 23 May 2016 18:45:25 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4NIjOvP042037; Mon, 23 May 2016 18:45:24 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NIjOUn042035; Mon, 23 May 2016 18:45:24 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201605231845.u4NIjOUn042035@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Mon, 23 May 2016 18:45:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415739 - head/security/letsencrypt.sh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 18:45:26 -0000 Author: brnrd Date: Mon May 23 18:45:24 2016 New Revision: 415739 URL: https://svnweb.freebsd.org/changeset/ports/415739 Log: security/letsencrypt.sh: Update to 0.2.0 - Update to version 0.2.0 - Add documentation - Moved example files Reviewed by: Sascha Holzleiter (maintainer) Approved by: Sascha Holzleiter (maintainer) Differential Revision: D6494 Modified: head/security/letsencrypt.sh/Makefile head/security/letsencrypt.sh/distinfo Modified: head/security/letsencrypt.sh/Makefile ============================================================================== --- head/security/letsencrypt.sh/Makefile Mon May 23 18:36:52 2016 (r415738) +++ head/security/letsencrypt.sh/Makefile Mon May 23 18:45:24 2016 (r415739) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= letsencrypt.sh -PORTVERSION= 0.1.0 +PORTVERSION= 0.2.0 DISTVERSIONPREFIX= v CATEGORIES= security @@ -43,25 +43,30 @@ PORTDOCS_PLIST_FILES= %%PORTDOCS%%%%DOCS SUB_FILES= 000.letsencrypt.sh pkg-message SUB_LIST= PORTNAME=${PORTNAME} -PORTDOCS= README.md +PORTDOCS= README.md dns-verification.md domains_txt.md ecc.md hook_chain.md \ + import-from-official-client.md staging.md troubleshooting.md wellknown.md -SHEBANG_FILES= config.sh.example hook.sh.example letsencrypt.sh +SHEBANG_FILES= docs/examples/config.sh.example docs/examples/hook.sh.example letsencrypt.sh post-patch-ZSH-on: -. for p in config.sh.example hook.sh.example letsencrypt.sh - ${REINPLACE_CMD} '1 s/bash/zsh/' ${WRKSRC}/${p} +. for p in docs/examples/config.sh.example docs/examples/hook.sh.example letsencrypt.sh + ${REINPLACE_CMD} '1 s/bash/zsh/' ${WRKSRC}/${p} . endfor do-install: @${MKDIR} ${STAGEDIR}${ETCDIR}/.acme-challenges ${STAGEDIR}${PREFIX}/${PERIODIC_DIRS} - ${INSTALL_DATA} ${WRKSRC}/config.sh.example ${STAGEDIR}${ETCDIR}/config.sh.example - ${INSTALL_DATA} ${WRKSRC}/hook.sh.example ${STAGEDIR}${ETCDIR}/hook.sh.example - ${INSTALL_DATA} ${WRKSRC}/domains.txt.example ${STAGEDIR}${ETCDIR}/domains.txt.example + ${INSTALL_DATA} ${WRKSRC}/docs/examples/config.sh.example ${STAGEDIR}${ETCDIR}/config.sh.example + ${INSTALL_DATA} ${WRKSRC}/docs/examples/hook.sh.example ${STAGEDIR}${ETCDIR}/hook.sh.example + ${INSTALL_DATA} ${WRKSRC}/docs/examples/domains.txt.example ${STAGEDIR}${ETCDIR}/domains.txt.example ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_SCRIPT} ${WRKDIR}/${PERIODIC_FILES} ${STAGEDIR}${PREFIX}/${PERIODIC_DIRS}/${PERIODIC_FILES} post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} +. for d in dns-verification domains_txt ecc hook_chain import-from-official-client \ + staging troubleshooting wellknown + ${INSTALL_MAN} ${WRKSRC}/docs/${d}.md ${STAGEDIR}${DOCSDIR} +. endfor .include Modified: head/security/letsencrypt.sh/distinfo ============================================================================== --- head/security/letsencrypt.sh/distinfo Mon May 23 18:36:52 2016 (r415738) +++ head/security/letsencrypt.sh/distinfo Mon May 23 18:45:24 2016 (r415739) @@ -1,2 +1,3 @@ -SHA256 (lukas2511-letsencrypt.sh-v0.1.0_GH0.tar.gz) = ef5ffe83b42a602f1d918fe9548182087f01fc8e3e20f47e054fea4e320f9fa9 -SIZE (lukas2511-letsencrypt.sh-v0.1.0_GH0.tar.gz) = 16650 +TIMESTAMP = 1463941305 +SHA256 (lukas2511-letsencrypt.sh-v0.2.0_GH0.tar.gz) = d6e25bbbfa14b87dea4999ecddfd441bbcdc1fd8b3160fa4c4a8ed412ee664e1 +SIZE (lukas2511-letsencrypt.sh-v0.2.0_GH0.tar.gz) = 19314 From owner-svn-ports-head@freebsd.org Mon May 23 19:45:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB61CB4649E; Mon, 23 May 2016 19:45:49 +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 AD8D91F15; Mon, 23 May 2016 19:45:49 +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 u4NJjmYY060367; Mon, 23 May 2016 19:45:48 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NJjmpG060365; Mon, 23 May 2016 19:45:48 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201605231945.u4NJjmpG060365@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Mon, 23 May 2016 19:45:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415740 - head/net/py-pysocks X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 19:45:50 -0000 Author: olivierd Date: Mon May 23 19:45:48 2016 New Revision: 415740 URL: https://svnweb.freebsd.org/changeset/ports/415740 Log: Update to 1.5.7 Modified: head/net/py-pysocks/Makefile head/net/py-pysocks/distinfo Modified: head/net/py-pysocks/Makefile ============================================================================== --- head/net/py-pysocks/Makefile Mon May 23 18:45:24 2016 (r415739) +++ head/net/py-pysocks/Makefile Mon May 23 19:45:48 2016 (r415740) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pysocks -PORTVERSION= 1.5.6 +PORTVERSION= 1.5.7 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net/py-pysocks/distinfo ============================================================================== --- head/net/py-pysocks/distinfo Mon May 23 18:45:24 2016 (r415739) +++ head/net/py-pysocks/distinfo Mon May 23 19:45:48 2016 (r415740) @@ -1,2 +1,3 @@ -SHA256 (PySocks-1.5.6.tar.gz) = a62b35b13968ba3642a973d115ae6a11be886b5f5ae0841a3ecad4b4f1d7deb1 -SIZE (PySocks-1.5.6.tar.gz) = 9189 +TIMESTAMP = 1464039441 +SHA256 (PySocks-1.5.7.tar.gz) = e51c7694b10288e6fd9a28e15c0bcce9aca0327e7b32ebcd9af05fcd56f38b88 +SIZE (PySocks-1.5.7.tar.gz) = 32480 From owner-svn-ports-head@freebsd.org Mon May 23 20:18:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 892EEB46DF6; Mon, 23 May 2016 20:18:26 +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 4C40C1C67; Mon, 23 May 2016 20:18:26 +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 u4NKIPHN069792; Mon, 23 May 2016 20:18:25 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NKIOeF069786; Mon, 23 May 2016 20:18:24 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201605232018.u4NKIOeF069786@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Mon, 23 May 2016 20:18:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415741 - in head: . Mk/Uses databases/db6 databases/db6/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 20:18:26 -0000 Author: mandree Date: Mon May 23 20:18:24 2016 New Revision: 415741 URL: https://svnweb.freebsd.org/changeset/ports/415741 Log: Update to 6.2.23. Add TCL option. Cleanup. Changes submitted by gahr@: Enable a new TCL option, adding a pkgIndex.tcl file. Modernize Makefile. [1] Changes by mandree@: Fix installation of TCL API docs if TCL option is enabled. Update to new upstream release 6.2.23. Install the upgrade61.sh script if SQL option is enabled, with additional fixes distributed as a patch to avoid licensing concerns. Add an UPDATING entry. Add changes in Mk/Uses/bdb.mk. db5 parts of PR 208740 to be committed in a separate transaction later. PR: 208740 Submitted by: gahr@ Added: head/databases/db6/files/patch-lang_sql_upgrade61.sh (contents, props changed) Modified: head/Mk/Uses/bdb.mk head/UPDATING head/databases/db6/Makefile head/databases/db6/distinfo head/databases/db6/pkg-plist Modified: head/Mk/Uses/bdb.mk ============================================================================== --- head/Mk/Uses/bdb.mk Mon May 23 19:45:48 2016 (r415740) +++ head/Mk/Uses/bdb.mk Mon May 23 20:18:24 2016 (r415741) @@ -77,7 +77,7 @@ _DB_DEFAULTS+= 6 # Dependency lines for different db versions db48_DEPENDS= libdb-4.8.so:databases/db48 db5_DEPENDS= libdb-5.3.so:databases/db5 -db6_DEPENDS= libdb-6.1.so:databases/db6 +db6_DEPENDS= libdb-6.2.so:databases/db6 # Detect db versions by finding some files db48_FIND= ${LOCALBASE}/include/db48/db.h db5_FIND= ${LOCALBASE}/include/db5/db.h @@ -196,8 +196,8 @@ BDB_LIB_NAME= db-5.3 BDB_LIB_CXX_NAME= db_cxx-5.3 BDB_LIB_DIR= ${LOCALBASE}/lib/db5 . elif ${_BDB_VER} == 6 -BDB_LIB_NAME= db-6.1 -BDB_LIB_CXX_NAME= db_cxx-6.1 +BDB_LIB_NAME= db-6.2 +BDB_LIB_CXX_NAME= db_cxx-6.2 BDB_LIB_DIR= ${LOCALBASE}/lib/db6 . endif BDB_LIB_NAME?= db${_BDB_VER} Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon May 23 19:45:48 2016 (r415740) +++ head/UPDATING Mon May 23 20:18:24 2016 (r415741) @@ -5,6 +5,36 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20160523: + AFFECTS: Users of databases/db6 + AUTHOR: mandree@FreeBSD.org + + The databases/db6 port has been updated to release 6.2.23. + + This requires manual action in two places: + 1. dependent applications need to be recompiled, + 2. SQL databases, if any, need to be reindexed. + + To obtain a list of ports needing a recompilation, + the following command should provide it: + + # pkg info -r db6 + + Then rebuild db6 and the dependent ports. For pkg users, this should + be transparent. + + Portmaster users: + # portmaster -r databases/db6 + Portupgrade users: + # portupgrade -fr databases/db6 + + In order to reindex SQL databases, a db6-upgrade61.sh script is + provided in ${PREFIX}/bin, if and only if the port's SQL option is + enabled. For detailed reindexing instructions, see + http://docs.oracle.com/cd/E17076_05/html/installation/sqlite_ver61.html + and note that the FreeBSD port installs the upgrade61.sh script with a + db6- prefix that you need to add. + 20160511: AFFECTS: Users of audio/clementine-player AUTHOR: sbruno@FreeBSD.org Modified: head/databases/db6/Makefile ============================================================================== --- head/databases/db6/Makefile Mon May 23 19:45:48 2016 (r415740) +++ head/databases/db6/Makefile Mon May 23 20:18:24 2016 (r415741) @@ -2,10 +2,11 @@ # $FreeBSD$ PORTNAME= db6 -PORTVERSION= 6.1.26 +PORTVERSION= 6.2.23 CATEGORIES= databases java MASTER_SITES= http://download.oracle.com/berkeley-db/ PKGNAMEPREFIX?= +# # the distfiles aren't named db6-* but db-*: DISTNAME= db-${PORTVERSION} DIST_SUBDIR= bdb @@ -19,7 +20,6 @@ BDBVER= ${PORTVERSION:R} BDBMAJ= ${BDBVER:R} CONFIGURE_ARGS= --enable-cxx --enable-stl \ --enable-compat185 --enable-dump185 \ - --disable-tcl \ --includedir=${PREFIX}/include/${PORTNAME} \ --libdir=${PREFIX}/lib/${PORTNAME} \ --bindir=${PREFIX}/bin/${PORTNAME} @@ -32,12 +32,33 @@ USE_LDCONFIG= yes PLIST_SUB= BDBMAJ=${BDBMAJ} BDBVER=${BDBVER} MAKE_ARGS+= docdir=${DOCSDIR} -OPTIONS_DEFINE= CRYPTO L10N SQL JAVA DOCS +OPTIONS_DEFINE= CRYPTO L10N SQL JAVA TCL DOCS OPTIONS_DEFAULT=CRYPTO +OPTIONS_SUB= yes CRYPTO_DESC= Cryptography support L10N_DESC= Localization support (EXPERIMENTAL) SQL_DESC= Enable SQL API (EXPERIMENTAL) +PORTDOCS= * + +DBLIBS= libdb libdb_cxx libdb_stl + +DEBUG_CONFIGURE_ENABLE= debug umrw +CRYPTO_CONFIGURE_WITH= cryptography=yes +L10N_CONFIGURE_ENABLE= localization +SQL_CONFIGURE_ENABLE= sql sql_codegen +SQL_VARS= DBLIBS+=libdb_sql +JAVA_USE= java +JAVA_VARS= DBLIBS+=libdb_java JAVA_VERSION=1.6+ +JAVA_CONFIGURE_ENABLE= java +JAVA_CPPFLAGS= -I"${JAVA_HOME}/include" +JAVA_CONFIGURE_ENV= JAVAC="${JAVAC}" JAR="${JAR}" JAVA="${JAVA}" +TCL_CONFIGURE_ENABLE= tcl +TCL_USES= tcl:85+ +TCL_CONFIGURE_WITH= tcl=${TCL_LIBDIR} +TCL_VARS= DBLIBS+=libdb_tcl +DOCS_INSTALL_TARGET= install_docs + .include .if ${ARCH} == "aarch64" || ${ARCH:Marmv6*} @@ -46,65 +67,21 @@ SQL_DESC= Enable SQL API (EXPERIMENTAL) CONFIGURE_ARGS+= --enable-posixmutexes .endif -.if ${PORT_OPTIONS:MDOCS} -INSTALL_TARGET+=install_docs -PORTDOCS= * -.endif - -.if ${PORT_OPTIONS:MSQL} -CONFIGURE_ARGS+= --enable-sql_codegen --enable-sql -PLIST_SUB+= SQL="" -libdb_sql= libdb_sql -.else -PLIST_SUB+= SQL="@comment " -libdb_sql= -.endif - -.if ${PORT_OPTIONS:MJAVA} -USE_JAVA= yes -JAVA_VERSION= 1.6+ -CONFIGURE_ARGS+= --enable-java -CPPFLAGS+= "-I${JAVA_HOME}/include" -CONFIGURE_ENV= JAVAC="${JAVAC}" JAR="${JAR}" JAVA="${JAVA}" -PLIST_SUB+= JAVA="" -libdb_java= libdb_java -.else -PLIST_SUB+= JAVA="@comment " -libdb_java= -.endif - -.if ${PORT_OPTIONS:MCRYPTO} -CONFIGURE_ARGS+= --with-cryptography=yes -.else -CONFIGURE_ARGS+= --with-cryptography=no -.endif - -.if ${PORT_OPTIONS:ML10N} -CONFIGURE_ARGS+= --enable-localization -.endif - -.if ${PORT_OPTIONS:MDEBUG} -CONFIGURE_ARGS+= --enable-debug --enable-umrw -.endif - post-patch: ${REINPLACE_CMD} -e '/^DOCLIST/{s/csharp//;}' ${WRKSRC}/../dist/Makefile.in ${REINPLACE_CMD} -Ee 's/[[:<:]]atomic_init[[:>:]]/db_atomic_init/g' \ ${WRKSRC}/../src/mp/mp* ${WRKSRC}/../src/mutex/mut_* \ ${WRKSRC}/../src/dbinc/atomic.h + ${REINPLACE_CMD} -e 's/%%BDBVER%%/${BDBVER}/' ${WRKSRC}/../lang/sql/upgrade61.sh post-install: -.for i in libdb libdb_cxx libdb_stl ${libdb_sql} ${libdb_java} +.for i in ${DBLIBS} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/${i}-${BDBVER}.so ${LN} -s -f ${PORTNAME}/${i}-${BDBVER}.so ${STAGEDIR}${PREFIX}/lib ${LN} -s -f ${i}-${BDBVER}.a ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/${i}.a .endfor cd ${STAGEDIR}${PREFIX}/bin/${PORTNAME}; \ for i in *; do ${LN} -s -f ${PORTNAME}/$$i ../$$i-${BDBVER} ; done -.if ${PORT_OPTIONS:MDOCS} -.for i in api_reference/TCL - ${RM} -r -f ${STAGEDIR}${DOCSDIR}/${i} -.endfor .if empty(PORT_OPTIONS:MJAVA) ${RM} -r -f ${STAGEDIR}${DOCSDIR}/java .for i in gsg gsg_db_rep gsg_txn @@ -114,6 +91,18 @@ post-install: .if empty(PORT_OPTIONS:MSQL) ${RM} -r -f ${STAGEDIR}${DOCSDIR}/bdb-sql .endif +.if !empty(PORT_OPTIONS:MTCL) + echo "package ifneeded Db_tcl ${BDBVER} \ + [list load [file join $$dir libdb_tcl-${BDBVER}.so]] \ + " > ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/pkgIndex.tcl +.else +.for i in api_reference/TCL + ${RM} -r -f ${STAGEDIR}${DOCSDIR}/${i} +.endfor .endif +post-install-SQL-on: + ${INSTALL_SCRIPT} ${WRKSRC}/../lang/sql/upgrade61.sh \ + ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-upgrade61.sh + .include Modified: head/databases/db6/distinfo ============================================================================== --- head/databases/db6/distinfo Mon May 23 19:45:48 2016 (r415740) +++ head/databases/db6/distinfo Mon May 23 20:18:24 2016 (r415741) @@ -1,2 +1,3 @@ -SHA256 (bdb/db-6.1.26.tar.gz) = dd1417af5443f326ee3998e40986c3c60e2a7cfb5bfa25177ef7cadb2afb13a6 -SIZE (bdb/db-6.1.26.tar.gz) = 37495772 +TIMESTAMP = 1464030344 +SHA256 (bdb/db-6.2.23.tar.gz) = 47612c8991aa9ac2f6be721267c8d3cdccf5ac83105df8e50809daea24e95dc7 +SIZE (bdb/db-6.2.23.tar.gz) = 44305964 Added: head/databases/db6/files/patch-lang_sql_upgrade61.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/db6/files/patch-lang_sql_upgrade61.sh Mon May 23 20:18:24 2016 (r415741) @@ -0,0 +1,27 @@ +--- ../lang/sql/upgrade61.sh 2016-03-28 21:45:53.000000000 +0200 ++++ ../../db6-upgrade61.sh 2016-05-23 21:55:49.741020000 +0200 +@@ -1,12 +1,19 @@ + #!/bin/sh + # This script upgrades SQL databases from BDB 5.0 to early 6.1 + # to late 6.1 and up by reindexing them. ++# ++# Originally provided by Oracle as part of the Oracle BerkeleyDB ++# 12.1.6.* tarballs. + # ++# Bugfixed for proper quoting and error checking ++# by Matthias Andree + +-for var in $@ ++rc=0 ++for var in "$@" + do +- echo Recovering database $var +- db_recover -f -h ${var}-journal +- echo Reindexing database $var +- echo .quit | dbsql -cmd REINDEX $var ++ echo "Recovering database $var" ++ db_recover-%%BDBVER%% -f -h "${var}-journal" || { rc=1 ; continue ; } ++ echo "Reindexing database $var" ++ echo .quit | dbsql-%%BDBVER%% -cmd REINDEX "$var" || rc=1 + done ++exit $rc Modified: head/databases/db6/pkg-plist ============================================================================== --- head/databases/db6/pkg-plist Mon May 23 19:45:48 2016 (r415740) +++ head/databases/db6/pkg-plist Mon May 23 20:18:24 2016 (r415741) @@ -14,6 +14,7 @@ bin/db%%BDBMAJ%%/db_stat bin/db%%BDBMAJ%%/db_tuner bin/db%%BDBMAJ%%/db_upgrade bin/db%%BDBMAJ%%/db_verify +%%SQL%%bin/db%%BDBMAJ%%-upgrade61.sh %%SQL%%bin/db%%BDBMAJ%%/dbsql bin/db_archive-%%BDBVER%% bin/db_checkpoint-%%BDBVER%% @@ -81,3 +82,10 @@ lib/libdb_cxx-%%BDBVER%%.so %%JAVA%%lib/libdb_java-%%BDBVER%%.so %%SQL%%lib/libdb_sql-%%BDBVER%%.so lib/libdb_stl-%%BDBVER%%.so +%%TCL%%lib/db6/libdb_tcl-%%BDBVER%%.a +%%TCL%%lib/db6/libdb_tcl-%%BDBVER%%.so +%%TCL%%lib/db6/libdb_tcl-6.so +%%TCL%%lib/db6/libdb_tcl.a +%%TCL%%lib/db6/libdb_tcl.so +%%TCL%%lib/db6/pkgIndex.tcl +%%TCL%%lib/libdb_tcl-%%BDBVER%%.so From owner-svn-ports-head@freebsd.org Mon May 23 20:35:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9946AB47515; Mon, 23 May 2016 20:35: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 497451F44; Mon, 23 May 2016 20:35: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 u4NKZB4H078511; Mon, 23 May 2016 20:35:11 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NKZ1aO078413; Mon, 23 May 2016 20:35:01 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605232035.u4NKZ1aO078413@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 23 May 2016 20:35:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415742 - in head: archivers/rpm4 audio/abraca audio/dsbmixer audio/easytag audio/exaile audio/idjc audio/libmp3splt audio/mp3splt audio/musicpd audio/shoutcast cad/gmsh cad/pcb cad/spi... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 20:35:12 -0000 Author: amdmi3 Date: Mon May 23 20:35:01 2016 New Revision: 415742 URL: https://svnweb.freebsd.org/changeset/ports/415742 Log: Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed Approved by: portmgr blanket Modified: head/archivers/rpm4/Makefile head/audio/abraca/Makefile head/audio/dsbmixer/Makefile head/audio/easytag/Makefile head/audio/exaile/Makefile head/audio/idjc/Makefile head/audio/libmp3splt/Makefile head/audio/mp3splt/Makefile head/audio/musicpd/Makefile head/audio/shoutcast/Makefile head/cad/gmsh/Makefile head/cad/pcb/Makefile head/cad/spice/Makefile head/chinese/ibus-libpinyin/Makefile head/chinese/ibus-pinyin/Makefile head/comms/hylafax/Makefile head/databases/memcached/Makefile head/databases/pgpool-II-33/Makefile head/deskutils/genius/Makefile head/deskutils/howm/Makefile head/deskutils/moregroupware/Makefile head/deskutils/xfce4-notification-daemon/Makefile head/devel/apr1/Makefile head/devel/apr2/Makefile head/devel/eblob/Makefile head/devel/extra-cmake-modules/Makefile head/devel/gcc-arm-embedded/Makefile head/devel/giggle/Makefile head/devel/git/Makefile head/devel/godot/Makefile head/devel/hadoop2/Makefile head/devel/kdbg/Makefile head/devel/libconcurrent/Makefile head/devel/libftdi1/Makefile head/devel/libslang2/Makefile head/devel/lockfree-malloc/Makefile head/devel/omniORB-4.1/Makefile head/devel/omniORB/Makefile head/devel/staf/Makefile head/devel/swig13/Makefile head/dns/bind9-devel/Makefile head/dns/bind910/Makefile head/dns/bind99/Makefile head/dns/dnsmasq-devel/Makefile head/dns/dnsmasq/Makefile head/dns/ldns/Makefile head/dns/libbind/Makefile head/dns/nsd/Makefile head/editors/apel/Makefile head/editors/flim/Makefile head/editors/jed/Makefile head/editors/semi/Makefile head/editors/texworks/Makefile head/emulators/dolphin-emu/Makefile head/ftp/curl/Makefile head/ftp/lftp/Makefile head/ftp/proftpd/Makefile head/ftp/vsftpd-ext/Makefile head/ftp/yafc/Makefile head/games/0verkill/Makefile head/games/crafty/Makefile head/games/gnubg/Makefile head/games/ldmud/Makefile head/games/trackballs/Makefile head/graphics/darktable/Makefile head/graphics/gdk-pixbuf2/Makefile head/graphics/gimageview/Makefile head/graphics/graphviz/Makefile head/graphics/peps/Makefile head/graphics/povray37/Makefile head/irc/atheme-services/Makefile head/irc/irc/Makefile head/irc/ircd-ratbox/Makefile head/irc/irssi/Makefile head/japanese/navi2ch/Makefile head/java/icedtea-web/Makefile head/java/openjdk6/Makefile head/korean/libhangul/Makefile head/lang/elixir/Makefile head/lang/ghc/Makefile head/lang/nhc98/Makefile head/lang/php55/Makefile head/lang/php56/Makefile head/lang/php70/Makefile head/lang/python27/Makefile head/lang/python33/Makefile head/lang/python34/Makefile head/lang/python35/Makefile head/mail/amavis-logwatch/Makefile head/mail/assp/Makefile head/mail/libcmime/Makefile head/mail/meta1/Makefile head/mail/milter-greylist-devel/Makefile head/mail/mu4e-maildirs/Makefile head/mail/wanderlust-devel/Makefile head/math/coq/Makefile head/math/slatec/Makefile head/misc/lifelines/Makefile head/misc/raspberrypi-userland/Makefile head/multimedia/audacious/Makefile head/multimedia/gpac-libgpac/Makefile head/multimedia/mencoder/Makefile head/multimedia/mpeg4ip/Makefile head/multimedia/mplayer/Makefile head/multimedia/ogmrip/Makefile head/multimedia/xfce4-parole/Makefile head/net-im/gajim/Makefile head/net-im/licq/Makefile head/net-mgmt/icingaweb2/Makefile head/net-mgmt/librenms/Makefile head/net-mgmt/monitoring-plugins/Makefile head/net-mgmt/nagios-plugins/Makefile head/net-mgmt/net-snmp/Makefile head/net-mgmt/pandorafms_agent/Makefile head/net-mgmt/pandorafms_server/Makefile head/net-mgmt/pmacct/Makefile head/net-mgmt/zabbix2-agent/Makefile head/net-mgmt/zabbix2-server/Makefile head/net-mgmt/zabbix22-agent/Makefile head/net-mgmt/zabbix22-server/Makefile head/net-mgmt/zabbix24-agent/Makefile head/net-mgmt/zabbix24-server/Makefile head/net-mgmt/zabbix3-agent/Makefile head/net-mgmt/zabbix3-server/Makefile head/net-p2p/bitflu/Makefile head/net/chrony/Makefile head/net/fping/Makefile head/net/irrd/Makefile head/net/isc-dhcp41-server/Makefile head/net/isc-dhcp43-server/Makefile head/net/kea/Makefile head/net/libpcap/Makefile head/net/nanomsg/Makefile head/net/netcat/Makefile head/net/ngrep/Makefile head/net/openmpi/Makefile head/net/opensips/Makefile head/net/packter-agent/Makefile head/net/remmina-plugins/Makefile head/net/remmina/Makefile head/net/rwhoisd/Makefile head/net/sslh/Makefile head/net/tcpdump/Makefile head/net/tigervnc/Makefile head/net/uget/Makefile head/net/unison-devel/Makefile head/net/unison-nox11/Makefile head/net/unison232/Makefile head/net/wireshark-qt5/Makefile head/net/x11vnc/Makefile head/net/zebra/Makefile head/news/slrn/Makefile head/print/a2ps/Makefile head/print/auctex/Makefile head/print/cups-pdf/Makefile head/print/ghostscript7-base/Makefile head/print/ghostscript8-base/Makefile head/print/ghostscript9-agpl-base/Makefile head/print/ghostscript9-base/Makefile head/print/lyx/Makefile head/print/pslib/Makefile head/print/texlive-full/Makefile head/science/gnudatalanguage/Makefile head/security/afl/Makefile head/security/amavisd-new/Makefile head/security/arm/Makefile head/security/clamav/Makefile head/security/heimdal/Makefile head/security/snort/Makefile head/security/sssd/Makefile head/shells/bash/Makefile head/sysutils/bacula5-client-static/Makefile head/sysutils/bacula5-client/Makefile head/sysutils/burp/Makefile head/sysutils/coreutils/Makefile head/sysutils/dsbbatmon/Makefile head/sysutils/dsbmc/Makefile head/sysutils/e2fsprogs/Makefile head/sysutils/froxlor/Makefile head/sysutils/xfburn/Makefile head/sysutils/xfce4-battery-plugin/Makefile head/sysutils/xfce4-settings/Makefile head/sysutils/xfce4-systemload-plugin/Makefile head/textproc/bsdsort/Makefile head/textproc/gnugrep/Makefile head/textproc/ibus/Makefile head/textproc/kdiff3/Makefile head/www/c-icap/Makefile head/www/calendarserver/Makefile head/www/dillo2/Makefile head/www/e2guardian/Makefile head/www/emacs-w3m/Makefile head/www/gatling/Makefile head/www/hiawatha/Makefile head/www/hs-http-server/Makefile head/www/lighttpd/Makefile head/www/links/Makefile head/www/lynx-current/Makefile head/www/mod_musicindex/Makefile head/www/neon/Makefile head/www/nginx-devel/Makefile head/www/nginx/Makefile head/www/privoxy/Makefile head/www/roundup/Makefile head/www/sarg/Makefile head/www/squid-devel/Makefile head/www/squid/Makefile head/www/tengine/Makefile head/x11-fm/thunar-vfs/Makefile head/x11-toolkits/libxfce4gui/Makefile head/x11-wm/awesome/Makefile head/x11-wm/icewm/Makefile head/x11-wm/xfce4-panel/Makefile head/x11-wm/xfce4-wm/Makefile head/x11/libXpm/Makefile head/x11/terminator/Makefile head/x11/wbar/Makefile Modified: head/archivers/rpm4/Makefile ============================================================================== --- head/archivers/rpm4/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/archivers/rpm4/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -17,7 +17,7 @@ LIB_DEPENDS= libpopt.so:devel/popt \ BUILD_DEPENDS= ${LOCALBASE}/bin/gsed:textproc/gsed OPTIONS_DEFINE= PYTHON NLS DOCS -OPTIONS_DEFAULT=PYTHON NLS +OPTIONS_DEFAULT=PYTHON OPTIONS_SUB= yes PYTHON_CONFIGURE_ENABLE=python PYTHON_USES= python:2.7 Modified: head/audio/abraca/Makefile ============================================================================== --- head/audio/abraca/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/audio/abraca/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -23,7 +23,6 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} \ --mandir=${PREFIX}/man OPTIONS_DEFINE= NLS -OPTIONS_DEFAULT= NLS OPTIONS_SUB= yes NLS_USES= gettext Modified: head/audio/dsbmixer/Makefile ============================================================================== --- head/audio/dsbmixer/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/audio/dsbmixer/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -16,7 +16,7 @@ USES= tar:tgz pkgconfig USE_GNOME= gtk20 OPTIONS_DEFINE= DEVD NLS -OPTIONS_DEFAULT=DEVD NLS +OPTIONS_DEFAULT=DEVD OPTIONS_SUB= yes NLS_USES= gettext Modified: head/audio/easytag/Makefile ============================================================================== --- head/audio/easytag/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/audio/easytag/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -36,7 +36,6 @@ CONFIGURE_ARGS= --disable-appdata-valida PORTDOCS= HACKING THANKS TODO OPTIONS_DEFINE= WAVPACK NLS OPUS SPEEX DOCS -OPTIONS_DEFAULT= NLS OPTIONS_SUB= yes WAVPACK_LIB_DEPENDS= libwavpack.so:audio/wavpack Modified: head/audio/exaile/Makefile ============================================================================== --- head/audio/exaile/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/audio/exaile/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -21,7 +21,7 @@ USE_GSTREAMER= good faad python WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS_DEFINE= BAD CDDB DBUS HAL NOTIFY NLS SEXY -OPTIONS_DEFAULT= BAD CDDB DBUS HAL NOTIFY NLS SEXY +OPTIONS_DEFAULT= BAD CDDB DBUS HAL NOTIFY SEXY OPTIONS_SUB= yes BAD_DESC= Install bad GStreamer plugins BAD_USE= GSTREAMER=bad Modified: head/audio/idjc/Makefile ============================================================================== --- head/audio/idjc/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/audio/idjc/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -26,9 +26,8 @@ RUN_DEPENDS= oggenc:audio/vorbis-tools \ ${PYTHON_PKGNAMEPREFIX}mutagen>=0:audio/py-mutagen \ ${PYTHON_PKGNAMEPREFIX}dbus>=0.8:devel/py-dbus -OPTIONS_SUB= YES OPTIONS_DEFINE= DOCS NLS -OPTIONS_DEFAULT= DOCS NLS +OPTIONS_SUB= YES USES= compiler:nestedfct desktop-file-utils gettext gmake \ libtool pathfix pkgconfig python:2.7 Modified: head/audio/libmp3splt/Makefile ============================================================================== --- head/audio/libmp3splt/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/audio/libmp3splt/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -28,7 +28,7 @@ OPTIONS_SUB= yes PCRE_DESC= PCRE support to set tags from input filename -OPTIONS_DEFAULT= MAD FLAC VORBIS ID3 PCRE NLS +OPTIONS_DEFAULT= MAD FLAC VORBIS ID3 PCRE MAD_CONFIGURE_ENABLE= mp3 MAD_LIB_DEPENDS= libmad.so:audio/libmad Modified: head/audio/mp3splt/Makefile ============================================================================== --- head/audio/mp3splt/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/audio/mp3splt/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -23,7 +23,6 @@ CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= NLS -OPTIONS_DEFAULT= NLS OPTIONS_SUB= yes NLS_USES= gettext Modified: head/audio/musicpd/Makefile ============================================================================== --- head/audio/musicpd/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/audio/musicpd/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -55,7 +55,7 @@ TWOLAME_DESC= TwoLAME support (mp2) VORBISENC_DESC= Ogg Vorbis encoder WILDMIDI_DESC= WildMIDI support (MIDI files) -OPTIONS_DEFAULT=ID3TAG IPV6 MAD OSS FLAC VORBIS WAV FFMPEG SNDFILE CURL +OPTIONS_DEFAULT=ID3TAG MAD OSS FLAC VORBIS WAV FFMPEG SNDFILE CURL AAC_CONFIGURE_ENABLE=aac AAC_LIB_DEPENDS=libfaad.so:audio/faad Modified: head/audio/shoutcast/Makefile ============================================================================== --- head/audio/shoutcast/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/audio/shoutcast/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -27,8 +27,8 @@ CONFLICTS= linux-shoutcast-[0-9]* NO_WRKSUBDIR= yes NO_BUILD= yes -OPTIONS_DEFAULT= SERVERSETUP EXAMPLES OPTIONS_DEFINE= SERVERSETUP DOCS EXAMPLES +OPTIONS_DEFAULT= SERVERSETUP OPTIONS_SUB= yes SETUPSERVER_DESC= SHOUTcast Server Setup Tools EXAMPLE_DESC= SHOUTcast Server Example Configuration Files Modified: head/cad/gmsh/Makefile ============================================================================== --- head/cad/gmsh/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/cad/gmsh/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -34,7 +34,7 @@ MAKE_JOBS_UNSAFE= yes CMAKE_ARGS+= -DCMAKE_SKIP_RPATH:BOOL=YES OPTIONS_DEFINE= STATIC_LIB SHARED_LIB TETGEN METIS TAUCS MED CGNS GMM OCC -OPTIONS_DEFAULT= DOCS STATIC_LIB SHARED_LIB TETGEN METIS MED CGNS GMM +OPTIONS_DEFAULT= STATIC_LIB SHARED_LIB TETGEN METIS MED CGNS GMM STATIC_LIB_DESC= Build static library SHARED_LIB_DESC= Build shared library Modified: head/cad/pcb/Makefile ============================================================================== --- head/cad/pcb/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/cad/pcb/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -37,7 +37,7 @@ PORTDOCS= \ OPTIONS_DEFINE= DOCS NLS OPTIONS_SINGLE= GUI OPTIONS_SINGLE_GUI=MOTIF GTK NONE -OPTIONS_DEFAULT=DOCS GTK +OPTIONS_DEFAULT=GTK DOCS_CONFIGURE_ENABLE= doc DOCS_CONFIGURE_ON= --docdir=${DOCSDIR} NLS_CONFIGURE_ENABLE= nls Modified: head/cad/spice/Makefile ============================================================================== --- head/cad/spice/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/cad/spice/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -40,7 +40,7 @@ PORTEXAMPLES= bjtnoise.cir bsim1tst.cir rtlinv.cir schmitt.cir simplepz.cir OPTIONS_DEFINE= DOCS EXAMPLES X11 DEV_BSIM3 DEV_BSIM4 DEV_HISIM2 -OPTIONS_DEFAULT=DOCS EXAMPLES X11 +OPTIONS_DEFAULT=X11 X11_USE= XORG=x11,xaw,xext,xmu,xt X11_CONFIGURE_ENV= WITH_X11=yes Modified: head/chinese/ibus-libpinyin/Makefile ============================================================================== --- head/chinese/ibus-libpinyin/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/chinese/ibus-libpinyin/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -25,7 +25,7 @@ CONFIGURE_ARGS= --disable-dependency-tra --disable-lua-extension OPTIONS_DEFINE= ENGLISH STROKE OPENCC NLS -OPTIONS_DEFAULT= ENGLISH STROKE NLS +OPTIONS_DEFAULT= ENGLISH STROKE OPTIONS_SUB= yes ENGLISH_DESC= Enable English input mode STROKE_DESC= Enable stroke input mode Modified: head/chinese/ibus-pinyin/Makefile ============================================================================== --- head/chinese/ibus-pinyin/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/chinese/ibus-pinyin/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -25,7 +25,6 @@ CONFIGURE_ARGS= --disable-dependency-tra PROJECTHOST= ibus OPTIONS_DEFINE= NLS -OPTIONS_DEFAULT= NLS OPTIONS_SUB= yes NLS_USES= gettext Modified: head/comms/hylafax/Makefile ============================================================================== --- head/comms/hylafax/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/comms/hylafax/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -39,7 +39,7 @@ SUB_FILES= pkg-message USE_RC_SUBR= hylafax OPTIONS_DEFINE= PAM NLS GAWK DOCS -OPTIONS_DEFAULT=PAM NLS +OPTIONS_DEFAULT=PAM NO_OPTIONS_SORT=yes OPTIONS_SUB= yes GAWK_DESC= Use gawk for scripts Modified: head/databases/memcached/Makefile ============================================================================== --- head/databases/memcached/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/databases/memcached/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -20,7 +20,7 @@ CONFLICTS= memcached-1.2* # Dtrace option disabled until it is fixed upstream OPTIONS_DEFINE= SASL DOCS DTRACE -OPTIONS_DEFAULT= SASL DOCS +OPTIONS_DEFAULT= SASL DTRACE_DESC= Enable dtrace probes SASL_DESC= Enable SASL Authentication Modified: head/databases/pgpool-II-33/Makefile ============================================================================== --- head/databases/pgpool-II-33/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/databases/pgpool-II-33/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -28,7 +28,7 @@ DOCS= AUTHORS COPYING ChangeLog INSTALL doc/tutorial-en.html doc/tutorial-ja.html OPTIONS_DEFINE+= DOCS SSL LIBMEMCACHED PAM -OPTIONS_DEFAULT= DOCS SSL PAM +OPTIONS_DEFAULT= SSL PAM # Buggy configure: adding eg. --without-pam to CONFIGURE_ARGS causes # USE_PAM to be *defined* in config.h Omit the --with-pam or Modified: head/deskutils/genius/Makefile ============================================================================== --- head/deskutils/genius/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/deskutils/genius/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -29,7 +29,6 @@ INSTALLS_ICONS= yes INSTALLS_OMF= yes OPTIONS_DEFINE= NLS -OPTIONS_DEFAULT= NLS OPTIONS_SUB= yes NLS_USES= gettext Modified: head/deskutils/howm/Makefile ============================================================================== --- head/deskutils/howm/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/deskutils/howm/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -16,7 +16,7 @@ ELISP= action-lock.el bcomp.el cheat-fo howm-version.el howm-view.el howm.el riffle.el OPTIONS_DEFINE= COMPILED_ELISP DOCS EXAMPLES -OPTIONS_DEFAULT=COMPILED_ELISP DOCS EXAMPLES +OPTIONS_DEFAULT=COMPILED_ELISP COMPILED_ELISP_DESC= Install pre-compiled ELISP files OPTIONS_SUB= yes Modified: head/deskutils/moregroupware/Makefile ============================================================================== --- head/deskutils/moregroupware/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/deskutils/moregroupware/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -25,7 +25,7 @@ WANT_PHP_MOD= yes OPTIONS_DEFINE= ADDONS NLS OPTIONS_SINGLE= DB OPTIONS_SINGLE_DB= PGSQL MYSQL -OPTIONS_DEFAULT= NLS MYSQL +OPTIONS_DEFAULT= MYSQL ADDONS_DESC= install additional workgroup features (addons) OPTIONS_SUB= yes Modified: head/deskutils/xfce4-notification-daemon/Makefile ============================================================================== --- head/deskutils/xfce4-notification-daemon/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/deskutils/xfce4-notification-daemon/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -38,7 +38,7 @@ OPTIONS_DEFINE= GRADIENT CLOSE NLS GRADIENT_DESC= Show a gradient look in the default theme CLOSE_DESC= Show the close button in the default theme -OPTIONS_DEFAULT=CLOSE NLS +OPTIONS_DEFAULT=CLOSE .include Modified: head/devel/apr1/Makefile ============================================================================== --- head/devel/apr1/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/devel/apr1/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -32,7 +32,7 @@ OPTIONS_GROUP_APR= IPV6 DEVRANDOM OPTIONS_GROUP_APU= BDB GDBM LDAP MYSQL NDBM PGSQL SQLITE FREETDS OPTIONS_RADIO= CRYPTO OPTIONS_RADIO_CRYPTO= SSL NSS -OPTIONS_DEFAULT= IPV6 DEVRANDOM BDB GDBM SSL +OPTIONS_DEFAULT= DEVRANDOM BDB GDBM SSL DEVRANDOM_DESC= Use /dev/random or compatible NDBM_DESC= NDBM support Modified: head/devel/apr2/Makefile ============================================================================== --- head/devel/apr2/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/devel/apr2/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -36,7 +36,7 @@ OPTIONS_GROUP_APR= IPV6 DEVRANDOM OPTIONS_GROUP_APU= BDB GDBM MYSQL NDBM PGSQL SQLITE OPTIONS_RADIO= CRYPTO OPTIONS_RADIO_CRYPTO= SSL NSS -OPTIONS_DEFAULT= THREADS IPV6 DEVRANDOM BDB GDBM SSL +OPTIONS_DEFAULT= THREADS DEVRANDOM BDB GDBM SSL DEVELOPER_ONLY_DESC= I want to test apr2 not the maintainer DEVRANDOM_DESC= Use /dev/random or compatible Modified: head/devel/eblob/Makefile ============================================================================== --- head/devel/eblob/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/devel/eblob/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -23,7 +23,7 @@ USES= cmake USE_LDCONFIG= yes OPTIONS_DEFINE= ASSERT PYTHON SNAPPY EXAMPLES TESTS -OPTIONS_DEFAULT=PYTHON SNAPPY EXAMPLES TESTS +OPTIONS_DEFAULT=PYTHON SNAPPY TESTS TESTS_DESC= Build tests .include Modified: head/devel/extra-cmake-modules/Makefile ============================================================================== --- head/devel/extra-cmake-modules/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/devel/extra-cmake-modules/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -21,7 +21,7 @@ NO_ARCH= yes ## options OPTIONS_DEFINE= DOCS MANPAGES -OPTIONS_DEFAULT=DOCS MANPAGES +OPTIONS_DEFAULT=MANPAGES SPHINX_DEP= sphinx-build:textproc/py-sphinx DOCS_BUILD_DEPENDS= ${SPHINX_DEP} Modified: head/devel/gcc-arm-embedded/Makefile ============================================================================== --- head/devel/gcc-arm-embedded/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/devel/gcc-arm-embedded/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -16,7 +16,7 @@ LICENSE_COMB= multi BROKEN_powerpc64= Does not build OPTIONS_DEFINE= PURE PYGDB EXAMPLES HTML PDF DOCS -OPTIONS_DEFAULT=EXAMPLES PYGDB +OPTIONS_DEFAULT=PYGDB PURE_DESC= Use all libraries from bundle, do not depend on anything HTML_DESC= Install HTML documentation PDF_DESC= Install PDF documentation (requires TeX, it is huge) Modified: head/devel/giggle/Makefile ============================================================================== --- head/devel/giggle/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/devel/giggle/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -19,7 +19,6 @@ BUILD_DEPENDS= git:devel/git \ RUN_DEPENDS= git:devel/git OPTIONS_DEFINE= NLS -OPTIONS_DEFAULT= NLS #VTE_DESC= Terminal Widget GNU_CONFIGURE= yes Modified: head/devel/git/Makefile ============================================================================== --- head/devel/git/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/devel/git/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -42,7 +42,7 @@ CONFIGURE_ARGS= --enable-pthreads=-pthre OPTIONS_DEFINE= GUI SVN GITWEB CONTRIB P4 CVS HTMLDOCS PERL ICONV CURL \ SEND_EMAIL NLS -OPTIONS_DEFAULT= CONTRIB P4 CVS PERL ICONV CURL SEND_EMAIL NLS +OPTIONS_DEFAULT= CONTRIB P4 CVS PERL ICONV CURL SEND_EMAIL OPTIONS_SUB= yes GITWEB_DESC= Install gitweb Modified: head/devel/godot/Makefile ============================================================================== --- head/devel/godot/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/devel/godot/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -26,7 +26,7 @@ MAKE_ARGS+= platform=x11 CXXFLAGS+= -DRTAUDIO_ENABLED OPTIONS_DEFINE= EXAMPLES TOOLS -OPTIONS_DEFAULT= EXAMPLES TOOLS +OPTIONS_DEFAULT= TOOLS OPTIONS_SUB= yes TOOLS_DESC= Include development tools (IDE) Modified: head/devel/hadoop2/Makefile ============================================================================== --- head/devel/hadoop2/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/devel/hadoop2/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -44,7 +44,6 @@ SHEBANG_FILES= hadoop-hdfs-project/hadoo MAKE_ENV+= JAVA_HOME=${JAVA_HOME} HADOOP_PROTOC_PATH=${LOCALBASE}/protobuf25/bin/protoc OPTIONS_DEFINE= EXAMPLES -OPTIONS_DEFAULT= EXAMPLES TOMCAT_VERSION= 6.0.44 HADOOP_DIST= ${WRKSRC}/hadoop-dist/target/hadoop-${PORTVERSION} Modified: head/devel/kdbg/Makefile ============================================================================== --- head/devel/kdbg/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/devel/kdbg/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -17,7 +17,6 @@ USE_QT4= moc_build qmake_build rcc_build INSTALLS_ICONS= yes OPTIONS_DEFINE= NLS -OPTIONS_DEFAULT=NLS .include Modified: head/devel/libconcurrent/Makefile ============================================================================== --- head/devel/libconcurrent/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/devel/libconcurrent/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -22,7 +22,6 @@ GH_TAGNAME= f55d33a789a4b2c6267268ec2d44 ONLY_FOR_ARCHS= i386 amd64 OPTIONS_DEFINE= EXAMPLES -OPTIONS_DEFAULT= EXAMPLES MAKEFILE= makefile MAKE_ARGS= LIBCONCURRENT_DESTDIR=${STAGEDIR}${PREFIX} Modified: head/devel/libftdi1/Makefile ============================================================================== --- head/devel/libftdi1/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/devel/libftdi1/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -15,7 +15,7 @@ BROKEN_powerpc64= Does not build LIB_DEPENDS= libconfuse.so:devel/libconfuse OPTIONS_DEFINE= PYTHON BOOST DOCS EXAMPLES -OPTIONS_DEFAULT= PYTHON BOOST DOCS EXAMPLES +OPTIONS_DEFAULT= PYTHON BOOST OPTIONS_SUB= yes BOOST_DESC= Build with boost Modified: head/devel/libslang2/Makefile ============================================================================== --- head/devel/libslang2/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/devel/libslang2/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -28,7 +28,7 @@ DOCSDIR= ${PREFIX}/share/doc/slang DATADIR= ${PREFIX}/share/slsh OPTIONS_DEFINE= PCRE PNG ICONV ONIG DOCS -OPTIONS_DEFAULT=PCRE PNG ICONV DOCS +OPTIONS_DEFAULT=PCRE PNG ICONV OPTIONS_SUB= yes ONIG_DESC= Oniguruma support Modified: head/devel/lockfree-malloc/Makefile ============================================================================== --- head/devel/lockfree-malloc/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/devel/lockfree-malloc/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -19,7 +19,6 @@ USES= tar:bzip2 USE_GCC= yes OPTIONS_DEFINE= DOCS -OPTIONS_DEFAULT=DOCS DOCS_DESC= Install README PLIST_FILES= lib/liblite-malloc-shared.so \ Modified: head/devel/omniORB-4.1/Makefile ============================================================================== --- head/devel/omniORB-4.1/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/devel/omniORB-4.1/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -28,7 +28,7 @@ CONFIGURE_ARGS= --datadir=${DATADIR} --w --with-omniNames-logdir=/var/log OPTIONS_DEFINE= DOCS EXAMPLES STATIC -OPTIONS_DEFAULT= DOCS EXAMPLES STATIC +OPTIONS_DEFAULT= STATIC OPTIONS_SUB= yes STATIC_CONFIGURE_OFF= --disable-static Modified: head/devel/omniORB/Makefile ============================================================================== --- head/devel/omniORB/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/devel/omniORB/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -23,7 +23,7 @@ CONFIGURE_ARGS= --datadir=${DATADIR} --w --with-omniORB-config=${PREFIX}/etc/omniORB.cfg \ --with-omniNames-logdir=/var/log OPTIONS_DEFINE= DOCS STATIC -OPTIONS_DEFAULT= DOCS STATIC +OPTIONS_DEFAULT= STATIC OPTIONS_SUB= yes STATIC_CONFIGURE_OFF= --disable-static WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:S/-2//} Modified: head/devel/staf/Makefile ============================================================================== --- head/devel/staf/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/devel/staf/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -30,7 +30,7 @@ MAKE_ARGS= OS_NAME="freebsd" \ PROJECTS="${STAF_PROJECTS}" OPTIONS_DEFINE= DEBUG IPV6 OPENSSL PYTHON -OPTIONS_DEFAULT=IPV6 OPENSSL +OPTIONS_DEFAULT=OPENSSL OPTIONS_SUB= yes DEBUG_VARS= staf_build_type=debug Modified: head/devel/swig13/Makefile ============================================================================== --- head/devel/swig13/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/devel/swig13/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -32,7 +32,6 @@ PORTEXAMPLES= * PORTDATA= * OPTIONS_DEFINE= LUA DOCS EXAMPLES -OPTIONS_DEFAULT=DOCS EXAMPLES LUA_DESC= Lua support LUA_USES= lua:51 Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/dns/bind9-devel/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -44,7 +44,7 @@ CONFLICTS+= bind9*-9.[456789].* bind9*-s SUB_FILES= pkg-message -OPTIONS_DEFAULT= IPV6 SSL THREADS SIGCHASE IDN GSSAPI_NONE +OPTIONS_DEFAULT= SSL THREADS SIGCHASE IDN GSSAPI_NONE OPTIONS_DEFINE= IDN LARGE_FILE PYTHON START_LATE \ FIXED_RRSET SIGCHASE IPV6 THREADS FILTER_AAAA OPTIONS_RADIO= CRYPTO GOSTDEF Modified: head/dns/bind910/Makefile ============================================================================== --- head/dns/bind910/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/dns/bind910/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -61,7 +61,7 @@ CONFLICTS+= bind9*-9.[456789].* bind9*-s SUB_FILES= pkg-message .endif -OPTIONS_DEFAULT= IPV6 SSL THREADS SIGCHASE IDN GSSAPI_NONE +OPTIONS_DEFAULT= SSL THREADS SIGCHASE IDN GSSAPI_NONE OPTIONS_DEFINE= IDN LARGE_FILE PYTHON START_LATE \ FIXED_RRSET SIGCHASE IPV6 THREADS FILTER_AAAA OPTIONS_RADIO= CRYPTO GOSTDEF Modified: head/dns/bind99/Makefile ============================================================================== --- head/dns/bind99/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/dns/bind99/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -42,7 +42,7 @@ CONFLICTS= bind9*-9.[45678].* bind9*-sdb SUB_FILES= pkg-message -OPTIONS_DEFAULT= IPV6 SSL THREADS SIGCHASE IDN GSSAPI_NONE RRL +OPTIONS_DEFAULT= SSL THREADS SIGCHASE IDN GSSAPI_NONE RRL OPTIONS_DEFINE= SSL IDN REPLACE_BASE LARGE_FILE FIXED_RRSET SIGCHASE \ IPV6 THREADS FILTER_AAAA GOST PYTHON START_LATE MINCACHE \ LINKS RPZ_NSIP RPZ_NSDNAME RRL DOCS RPZ_PATCH NEWSTATS \ Modified: head/dns/dnsmasq-devel/Makefile ============================================================================== --- head/dns/dnsmasq-devel/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/dns/dnsmasq-devel/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -26,7 +26,7 @@ CPPFLAGS+= -I${LOCALBASE}/include MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PREFIX="${PREFIX}" COPTS="${CFLAGS}" LIBS="${LDFLAGS}" RPM_OPT_FLAGS="${CPPFLAGS}" OPTIONS_DEFINE= IPV6 DBUS LUA DNSSEC DOCS -OPTIONS_DEFAULT= IPV6 NLS DNSSEC +OPTIONS_DEFAULT= DNSSEC OPTIONS_EXCLUDE+= EXAMPLES OPTIONS_RADIO= INTL OPTIONS_RADIO_INTL= IDN NLS Modified: head/dns/dnsmasq/Makefile ============================================================================== --- head/dns/dnsmasq/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/dns/dnsmasq/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -25,7 +25,7 @@ CPPFLAGS+= -I${LOCALBASE}/include MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PREFIX="${PREFIX}" COPTS="${CFLAGS}" LIBS="${LDFLAGS}" RPM_OPT_FLAGS="${CPPFLAGS}" OPTIONS_DEFINE= IPV6 DBUS LUA DNSSEC DOCS -OPTIONS_DEFAULT= IPV6 NLS DNSSEC +OPTIONS_DEFAULT= DNSSEC OPTIONS_EXCLUDE+= EXAMPLES OPTIONS_RADIO= INTL OPTIONS_RADIO_INTL= IDN NLS Modified: head/dns/ldns/Makefile ============================================================================== --- head/dns/ldns/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/dns/ldns/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -22,7 +22,7 @@ USE_LDCONFIG= yes .if ! (defined(BUILD_PYLDNS) || defined(BUILD_P5PERL)) OPTIONS_DEFINE= DOXYGEN EXAMPLES DRILL -OPTIONS_DEFAULT= EXAMPLES DRILL +OPTIONS_DEFAULT= DRILL DRILL_DESC= With drill program .endif Modified: head/dns/libbind/Makefile ============================================================================== --- head/dns/libbind/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/dns/libbind/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --with-randomdev=/dev/random OPTIONS_DEFINE= IPV6 THREADS -OPTIONS_DEFAULT= IPV6 THREADS +OPTIONS_DEFAULT= THREADS IPV6_CONFIGURE_ENABLE= ipv6 THREADS_CONFIGURE_ENABLE= threads Modified: head/dns/nsd/Makefile ============================================================================== --- head/dns/nsd/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/dns/nsd/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -53,7 +53,7 @@ PORTDOCS= CREDITS ChangeLog LICENSE NSD- OPTIONS_DEFINE= ROOT_SERVER LARGEFILE IPV6 BIND8_STATS CHECKING \ MINRESPSIZE NSEC3 MMAP DOCS RRL ZONE_STATS MUNIN_PLUGIN -OPTIONS_DEFAULT= LARGEFILE IPV6 NSEC3 MINRESPSIZE RRL +OPTIONS_DEFAULT= LARGEFILE NSEC3 MINRESPSIZE RRL OPTIONS_SUB= yes MUNIN_PLUGIN_IMPLIES= BIND8_STATS Modified: head/editors/apel/Makefile ============================================================================== --- head/editors/apel/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/editors/apel/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -32,7 +32,6 @@ MAKE_ARGS+= PREFIX="${STAGEDIR}${LOCALBA VERSION_SPECIFIC_LISPDIR="${STAGEDIR}${APEL_VERSION_SPECIFIC_LISPDIR}" OPTIONS_DEFINE= DOCS -OPTIONS_DEFAULT=DOCS .include Modified: head/editors/flim/Makefile ============================================================================== --- head/editors/flim/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/editors/flim/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -38,7 +38,6 @@ EMACS_MASTERDIR_PKGFILES=YES DESCR= ${PKGDIR}/pkg-descr OPTIONS_DEFINE= DOCS -OPTIONS_DEFAULT= DOCS # target name for make build ALL_TARGET?= elc Modified: head/editors/jed/Makefile ============================================================================== --- head/editors/jed/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/editors/jed/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -19,7 +19,7 @@ LIB_DEPENDS= libslang.so:devel/libslang2 CONFLICTS= jed-devel-[0-9]* OPTIONS_DEFINE= X11 PERMS HOSTLOOKUP DOCS -OPTIONS_DEFAULT=X11 HOSTLOOKUP DOCS +OPTIONS_DEFAULT=X11 HOSTLOOKUP PERMS_DESC= Respect permissions by Root HOSTLOOKUP_DESC=Look-up for hostname Modified: head/editors/semi/Makefile ============================================================================== --- head/editors/semi/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/editors/semi/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -43,7 +43,6 @@ MAKE_ARGS+= PREFIX="${STAGEDIR}${LOCALBA VERSION_SPECIFIC_LISPDIR="${STAGEDIR}${SEMI_VERSION_SPECIFIC_LISPDIR}" OPTIONS_DEFINE= DOCS -OPTIONS_DEFAULT= DOCS .include .include Modified: head/editors/texworks/Makefile ============================================================================== --- head/editors/texworks/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/editors/texworks/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -45,7 +45,6 @@ PLIST_DIRS= lib/texworks PORTDOCS= * OPTIONS_DEFINE= DOCS LUA PYTHON -OPTIONS_DEFAULT=DOCS LUA_USES= lua:51 LUA_PLIST_FILES=lib/texworks/libTWLuaPlugin.so PYTHON_USES= python:3 Modified: head/emulators/dolphin-emu/Makefile ============================================================================== --- head/emulators/dolphin-emu/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/emulators/dolphin-emu/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -52,7 +52,7 @@ CMAKE_ARGS+= -DDOLPHIN_WC_BRANCH:STRING= -DDOLPHIN_WC_REVISION:STRING="1" OPTIONS_DEFINE= PULSEAUDIO PORTAUDIO DEBUG FRAMEDUMPS UPNP NLS -OPTIONS_DEFAULT= PORTAUDIO FRAMEDUMPS UPNP NLS +OPTIONS_DEFAULT= PORTAUDIO FRAMEDUMPS UPNP OPTIONS_SUB= yes PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_CMAKE_ON= -DDISABLE_PULSEAUDIO:BOOL=OFF Modified: head/ftp/curl/Makefile ============================================================================== --- head/ftp/curl/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/ftp/curl/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -19,7 +19,7 @@ OPTIONS_SINGLE= GSSAPI OPTIONS_RADIO_RESOLV= CARES THREADED_RESOLVER OPTIONS_RADIO_SSL= GNUTLS NSS OPENSSL POLARSSL WOLFSSL OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE -OPTIONS_DEFAULT= CA_BUNDLE COOKIES IPV6 OPENSSL PROXY RESOLV THREADED_RESOLVER TLS_SRP +OPTIONS_DEFAULT= CA_BUNDLE COOKIES OPENSSL PROXY RESOLV THREADED_RESOLVER TLS_SRP CA_BUNDLE_DESC= Install CA bundle for OpenSSL CA_BUNDLE_IMPLIES= OPENSSL COOKIES_DESC= Cookies support Modified: head/ftp/lftp/Makefile ============================================================================== --- head/ftp/lftp/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/ftp/lftp/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -35,7 +35,7 @@ SHEBANG_FILES= src/verify-file \ OPTIONS_DEFINE= NLS OPTIONS_RADIO= SSL OPTIONS_RADIO_SSL= OPENSSL GNUTLS -OPTIONS_DEFAULT= SSL OPENSSL NLS +OPTIONS_DEFAULT= SSL OPENSSL OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls Modified: head/ftp/proftpd/Makefile ============================================================================== --- head/ftp/proftpd/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/ftp/proftpd/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -87,7 +87,7 @@ PLIST_FILES+= libexec/proftpd/${m}.a \ .endfor .else OPTIONS_DEFINE= DOCS HTMLDOCS IPV6 NLS MEMCACHE PCRE -OPTIONS_DEFAULT= IPV6 NLS PCRE +OPTIONS_DEFAULT= PCRE HTMLDOCS_DESC= Include HTML documentation MEMCACHE_DESC= Memcache support using libmemcached Modified: head/ftp/vsftpd-ext/Makefile ============================================================================== --- head/ftp/vsftpd-ext/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/ftp/vsftpd-ext/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -29,7 +29,7 @@ DOCFILES= AUDIT BENCHMARKS BUGS Changelo SIZE SPEED TODO TUNING OPTIONS_DEFINE= RC_SCRIPT VSFTPD_SSL DOCS -OPTIONS_DEFAULT=RC_SCRIPT DOCS +OPTIONS_DEFAULT=RC_SCRIPT RC_SCRIPT_DESC= install RC_SCRIPT VSFTPD_SSL_DESC=Include support for SSL Modified: head/ftp/yafc/Makefile ============================================================================== --- head/ftp/yafc/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/ftp/yafc/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -13,7 +13,7 @@ COMMENT= Yet another ftp client. Similar LICENSE= GPLv2+ OPTIONS_DEFINE= BASH EXAMPLES NLS SSH READLINE -OPTIONS_DEFAULT=BASH NLS SSH +OPTIONS_DEFAULT=BASH SSH USES= gmake tar:xz USE_OPENSSL= yes Modified: head/games/0verkill/Makefile ============================================================================== --- head/games/0verkill/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/games/0verkill/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/doc/COPYING GNU_CONFIGURE= yes OPTIONS_DEFINE= X11 DOCS -OPTIONS_DEFAULT=X11 DOCS +OPTIONS_DEFAULT=X11 OPTIONS_SUB= yes X11_USE= XORG=xpm Modified: head/games/crafty/Makefile ============================================================================== --- head/games/crafty/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/games/crafty/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -38,7 +38,6 @@ OPT= -DHASHSTATS -DTRACE -DBOOKDIR=\\\" -DPERSDIR=\\\"${WITH_PERSDIR}\\\" -DSKILL OPTIONS_DEFINE= DOCS BOOK -OPTIONS_DEFAULT=DOCS OPTIONS_SUB= yes BOOK_DESC= Include (default) opening book Modified: head/games/gnubg/Makefile ============================================================================== --- head/games/gnubg/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/games/gnubg/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -30,7 +30,6 @@ USES= gmake libtool pathfix shebangfix USE_GNOME= glib20 OPTIONS_DEFINE= NLS DOCS -OPTIONS_DEFAULT=NLS OPTIONS_SUB= yes NLS_USES= gettext Modified: head/games/ldmud/Makefile ============================================================================== --- head/games/ldmud/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/games/ldmud/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -31,7 +31,7 @@ USERS= mud GROUPS= mud OPTIONS_DEFINE= MYSQL PGSQL SQLITE IPV6 DOCS -OPTIONS_DEFAULT=MYSQL PGSQL SQLITE IPV6 LPMUD +OPTIONS_DEFAULT=MYSQL PGSQL SQLITE LPMUD OPTIONS_SINGLE= MUDLIB OPTIONS_SINGLE_MUDLIB= LPMUD DEMOLIB OPTIONS_SUB= yes Modified: head/games/trackballs/Makefile ============================================================================== --- head/games/trackballs/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/games/trackballs/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -29,7 +29,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl OPTIONS_DEFINE= MUSIC NLS -OPTIONS_DEFAULT= MUSIC NLS +OPTIONS_DEFAULT= MUSIC OPTIONS_SUB= yes MUSIC_DESC= Install additional music NLS_USES= gettext Modified: head/graphics/darktable/Makefile ============================================================================== --- head/graphics/darktable/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/graphics/darktable/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -40,7 +40,7 @@ SQUISH_DESC= Compress thumbnail via libs RAWSPEED_DESC= Compile with rawspeed backend SLIDESHOW_DESC= Build OpenGL/SDL slideshow viewer -OPTIONS_DEFAULT=COLORD FLICKR GEO GPHOTO LUA NLS OPENEXR OPENJPEG \ +OPTIONS_DEFAULT=COLORD FLICKR GEO GPHOTO LUA OPENEXR OPENJPEG \ PRINT RAWSPEED SLIDESHOW SQUISH WEBP OPTIONS_SUB= yes Modified: head/graphics/gdk-pixbuf2/Makefile ============================================================================== --- head/graphics/gdk-pixbuf2/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/graphics/gdk-pixbuf2/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -28,7 +28,7 @@ INSTALL_TARGET= install-strip OPTIONS_SUB= yes OPTIONS_DEFINE= JASPER JPEG PNG TIFF NLS -OPTIONS_DEFAULT=JASPER JPEG PNG TIFF NLS +OPTIONS_DEFAULT=JASPER JPEG PNG TIFF JASPER_CONFIGURE_WITH= libjasper JASPER_LIB_DEPENDS= libjasper.so:graphics/jasper JPEG_CONFIGURE_WITH= libjpeg Modified: head/graphics/gimageview/Makefile ============================================================================== --- head/graphics/gimageview/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/graphics/gimageview/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -25,7 +25,7 @@ LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip OPTIONS_DEFINE= SPLASH NLS LIBMNG LIBWMF LIBRSVG2 LIBEXIF MPLAYER LIBXINE DOCS -OPTIONS_DEFAULT=SPLASH NLS LIBMNG LIBWMF LIBRSVG2 LIBEXIF MPLAYER +OPTIONS_DEFAULT=SPLASH LIBMNG LIBWMF LIBRSVG2 LIBEXIF MPLAYER OPTIONS_SUB= yes SPLASH_DESC= Show splash screen on startup Modified: head/graphics/graphviz/Makefile ============================================================================== --- head/graphics/graphviz/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/graphics/graphviz/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -53,7 +53,7 @@ OPTIONS_DEFINE= XPM DIGCOLA IPSEPCOLA IC ANN GTS GTK2 GDK GDK_PIXBUF GNOMEUI SMYRNA GVEDIT MING DEVIL \ GHOSTSCRIPT PERL PHP PYTHON RUBY LUA TCL TK GUILE NVTHREADS \ DOCS EXAMPLES -OPTIONS_DEFAULT= XPM DIGCOLA IPSEPCOLA ICONV NLS PANGOCAIRO NVTHREADS +OPTIONS_DEFAULT= XPM DIGCOLA IPSEPCOLA ICONV PANGOCAIRO NVTHREADS NO_OPTIONS_SORT=yes OPTIONS_SUB= yes DIGCOLA_DESC= neato layout engine wiwth DIGCOLA features Modified: head/graphics/peps/Makefile ============================================================================== --- head/graphics/peps/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/graphics/peps/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -24,9 +24,6 @@ PLIST_FILES= bin/peps \ PORTDOCS= peps.pdf OPTIONS_DEFINE= DOCS -OPTIONS_DEFAULT=DOCS - -.include do-install: ${INSTALL_PROGRAM} ${WRKSRC}/peps ${STAGEDIR}${PREFIX}/bin Modified: head/graphics/povray37/Makefile ============================================================================== --- head/graphics/povray37/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/graphics/povray37/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -16,7 +16,7 @@ BROKEN_powerpc64= Does not build LIB_DEPENDS= libboost_thread.so:devel/boost-libs OPTIONS_DEFINE= X11 PNG JPEG TIFF OPENEXR STATIC IO EXAMPLES DOCS -OPTIONS_DEFAULT=PNG JPEG EXAMPLES DOCS +OPTIONS_DEFAULT=PNG JPEG OPTIONS_SUB= yes IO_DESC= Without I/O restrictions (security risk) EXAMPLES_DESC= Install example scenes Modified: head/irc/atheme-services/Makefile ============================================================================== --- head/irc/atheme-services/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/irc/atheme-services/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -29,7 +29,7 @@ LIB_DEPENDS+= libmowgli-2.so:devel/libmo USE_RC_SUBR= atheme-services OPTIONS_DEFINE= CONTRIB CRACKLIB DOCS LDAP NLS PCRE PERL -OPTIONS_DEFAULT= CRACKLIB DOCS LDAP NLS PCRE PERL +OPTIONS_DEFAULT= CRACKLIB LDAP PCRE PERL CONTRIB_DESC= Enable contrib modules CRACKLIB_DESC= Use cracklib for checking password strength Modified: head/irc/irc/Makefile ============================================================================== --- head/irc/irc/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/irc/irc/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -24,7 +24,6 @@ CONFIGURE_WRKSRC= ${WRKSRC}/build CONFIGURE_SCRIPT= support/configure OPTIONS_DEFINE= IPV6 -OPTIONS_DEFAULT=IPV6 IPV6_CONFIGURE_ENABLE= ipv6 post-configure: Modified: head/irc/ircd-ratbox/Makefile ============================================================================== --- head/irc/ircd-ratbox/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/irc/ircd-ratbox/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -58,7 +58,7 @@ SMALL_NET_DESC= Tune server internals f SERVICES_DESC= Enable ratbox-services compatibility code SHORTCUTS_DESC= Build with ircd-shortcut commands -OPTIONS_DEFAULT= OPENSSL IPV6 ZIPLINKS SHARED_MODS +OPTIONS_DEFAULT= OPENSSL ZIPLINKS SHARED_MODS OPTIONS_EXCLUDE= NLS EXAMPLES OPTIONS_SUB= yes Modified: head/irc/irssi/Makefile ============================================================================== --- head/irc/irssi/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/irc/irssi/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -21,7 +21,7 @@ CONFIGURE_ARGS= --with-ncurses=${NCURSES INSTALL_TARGET= install-strip OPTIONS_DEFINE= PERL PROXY SOCKS IPV6 BOT DOCS TRUECOLOR -OPTIONS_DEFAULT= PERL IPV6 DOCS +OPTIONS_DEFAULT= PERL OPTIONS_SUB= yes SOCKS_DESC= Socks proxy support SOCKS_CONFIGURE_WITH= socks Modified: head/japanese/navi2ch/Makefile ============================================================================== --- head/japanese/navi2ch/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/japanese/navi2ch/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -30,7 +30,7 @@ PORTDOC_LISPS= gikope.el navi2ch-logo.el LISPDIR= ${EMACS_VERSION_SITE_LISPDIR} OPTIONS_DEFINE= DOCS X11 -OPTIONS_DEFAULT=DOCS X11 +OPTIONS_DEFAULT=X11 X11_RUN_DEPENDS=${LOCALBASE}/share/mona/monak12.pcf.gz:japanese/font-mona post-install: Modified: head/java/icedtea-web/Makefile ============================================================================== --- head/java/icedtea-web/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/java/icedtea-web/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -48,7 +48,7 @@ CONFIGURE_SHELL= ${bash_CMD} TEST_TARGET= check OPTIONS_DEFINE= DOCS PLUGIN RHINO TAGSOUP -OPTIONS_DEFAULT=DOCS PLUGIN +OPTIONS_DEFAULT=PLUGIN OPTIONS_SUB= yes PLUGIN_DESC= Enable the browser plug-in Modified: head/java/openjdk6/Makefile ============================================================================== --- head/java/openjdk6/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/java/openjdk6/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -30,7 +30,7 @@ RUN_DEPENDS= javavm:java/javavmwrapper \ OPENJDK_BUILDDATE= 03_may_2016 OPTIONS_DEFINE= ICEDTEA IPV6 POLICY SOUND TZUPDATE -OPTIONS_DEFAULT=ICEDTEA IPV6 TZUPDATE +OPTIONS_DEFAULT=ICEDTEA TZUPDATE ICEDTEA_DESC= Apply additional patches from IcedTea POLICY_DESC= Install the Unlimited Strength Policy Files SOUND_DESC= Enable sound support Modified: head/korean/libhangul/Makefile ============================================================================== --- head/korean/libhangul/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/korean/libhangul/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -14,7 +14,6 @@ LICENSE= LGPL21 GNU_CONFIGURE= yes OPTIONS_DEFINE= NLS -OPTIONS_DEFAULT=NLS OPTIONS_SUB= NLS USE_LDCONFIG= yes USES= iconv libtool pkgconfig Modified: head/lang/elixir/Makefile ============================================================================== --- head/lang/elixir/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/lang/elixir/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -28,7 +28,7 @@ NO_ARCH= yes OPTIONS_SUB= yes OPTIONS_DEFINE= SRC DOCS -OPTIONS_DEFAULT=SRC DOCS +OPTIONS_DEFAULT=SRC SRC_DESC= Install source code Modified: head/lang/ghc/Makefile ============================================================================== --- head/lang/ghc/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/lang/ghc/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -48,7 +48,7 @@ OPTIONS_DEFINE= PROFILE DYNAMIC LLVM D OPTIONS_SINGLE= C_Compiler OPTIONS_SINGLE_C_Compiler= GCC PCLANG BCLANG -OPTIONS_DEFAULT= PROFILE DYNAMIC DOCS GCC +OPTIONS_DEFAULT= PROFILE DYNAMIC GCC BOOT_DESC= Use installed GHC for bootstrapping BOOTH_DESC= Use installed HsColour for bootstrapping Modified: head/lang/nhc98/Makefile ============================================================================== --- head/lang/nhc98/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/lang/nhc98/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -26,7 +26,6 @@ MAKE_ARGS+= ARCH= MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= DOCS -OPTIONS_DEFAULT= DOCS DOCS_CONFIGURE_ON= --docdir=${DOCSDIR} +docs DOCS_CONFIGURE_OFF= -docs Modified: head/lang/php55/Makefile ============================================================================== --- head/lang/php55/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/lang/php55/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -35,7 +35,7 @@ CONFIGURE_ARGS+=--with-layout=GNU \ USE_GNOME= libxml2 OPTIONS_DEFINE+=CLI CGI FPM EMBED DEBUG DTRACE IPV6 MAILHEAD LINKTHR ZTS -OPTIONS_DEFAULT=CLI CGI FPM IPV6 LINKTHR +OPTIONS_DEFAULT=CLI CGI FPM LINKTHR # Bug 197128: No ASM code for MIPS/MIPS64, disable FPM OPTIONS_EXCLUDE_mips=FPM OPTIONS_EXCLUDE_mips64=FPM Modified: head/lang/php56/Makefile ============================================================================== --- head/lang/php56/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/lang/php56/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -35,7 +35,7 @@ CONFIGURE_ARGS+=--with-layout=GNU \ USE_GNOME= libxml2 OPTIONS_DEFINE+=CLI CGI FPM EMBED PHPDBG DEBUG DTRACE IPV6 MAILHEAD LINKTHR ZTS -OPTIONS_DEFAULT=CLI CGI FPM IPV6 LINKTHR +OPTIONS_DEFAULT=CLI CGI FPM LINKTHR # Bug 197128: No ASM code for MIPS/MIPS64, disable FPM OPTIONS_EXCLUDE_mips=FPM OPTIONS_EXCLUDE_mips64=FPM Modified: head/lang/php70/Makefile ============================================================================== --- head/lang/php70/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/lang/php70/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -39,7 +39,7 @@ CONFIGURE_ARGS+=--with-layout=GNU \ USE_GNOME= libxml2 OPTIONS_DEFINE+=CLI CGI FPM EMBED PHPDBG DEBUG DTRACE IPV6 LINKTHR ZTS -OPTIONS_DEFAULT=CLI CGI FPM IPV6 LINKTHR +OPTIONS_DEFAULT=CLI CGI FPM LINKTHR # Bug 197128: No ASM code for MIPS/MIPS64, disable FPM OPTIONS_EXCLUDE_mips=FPM OPTIONS_EXCLUDE_mips64=FPM Modified: head/lang/python27/Makefile ============================================================================== --- head/lang/python27/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/lang/python27/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -39,7 +39,7 @@ PLIST_SUB= ABI=${ABIFLAGS} \ OSMAJOR=${OSVERSION:C/([0-9]*)[0-9]{5}/\1/} # For plat-freebsd* in pkg-plist. http://bugs.python.org/issue19554 OPTIONS_DEFINE= DEBUG IPV6 LIBFFI NLS PYMALLOC SEM THREADS -OPTIONS_DEFAULT= IPV6 LIBFFI NLS PYMALLOC SEM THREADS UCS4 +OPTIONS_DEFAULT= LIBFFI PYMALLOC SEM THREADS UCS4 OPTIONS_SINGLE= UNICODE OPTIONS_SINGLE_UNICODE= UCS2 UCS4 OPTIONS_SUB= yes Modified: head/lang/python33/Makefile ============================================================================== --- head/lang/python33/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/lang/python33/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -43,7 +43,7 @@ PLIST_SUB= ABI=${ABIFLAGS} \ OSMAJOR=${OSVERSION:C/([0-9]*)[0-9]{5}/\1/} # For plat-freebsd* in pkg-plist. http://bugs.python.org/issue19554 OPTIONS_DEFINE= DEBUG IPV6 LIBFFI NLS PYMALLOC THREADS TSC -OPTIONS_DEFAULT= IPV6 LIBFFI NLS PYMALLOC THREADS +OPTIONS_DEFAULT= LIBFFI PYMALLOC THREADS OPTIONS_SUB= yes LIBFFI_DESC= Use libffi from ports instead of bundled version Modified: head/lang/python34/Makefile ============================================================================== --- head/lang/python34/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/lang/python34/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -43,7 +43,7 @@ PLIST_SUB= ABI=${ABIFLAGS} \ OSMAJOR=${OSVERSION:C/([0-9]*)[0-9]{5}/\1/} # For plat-freebsd* in pkg-plist. http://bugs.python.org/issue19554 OPTIONS_DEFINE= DEBUG IPV6 LIBFFI NLS PYMALLOC THREADS TSC -OPTIONS_DEFAULT= IPV6 LIBFFI NLS PYMALLOC THREADS +OPTIONS_DEFAULT= LIBFFI PYMALLOC THREADS OPTIONS_RADIO= HASH OPTIONS_RADIO_HASH= FNV SIPHASH OPTIONS_SUB= yes Modified: head/lang/python35/Makefile ============================================================================== --- head/lang/python35/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/lang/python35/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -50,7 +50,7 @@ PLIST_SUB= XYDOT=${PYTHON_VER} XY=${PYT OSMAJOR=${OSVERSION:C/([0-9]*)[0-9]{5}/\1/} # For plat-freebsd* in pkg-plist. http://bugs.python.org/issue19554 OPTIONS_DEFINE= DEBUG IPV6 LIBFFI NLS PYMALLOC THREADS TSC -OPTIONS_DEFAULT= IPV6 LIBFFI NLS PYMALLOC THREADS +OPTIONS_DEFAULT= LIBFFI PYMALLOC THREADS OPTIONS_RADIO= HASH OPTIONS_RADIO_HASH= FNV SIPHASH OPTIONS_SUB= yes Modified: head/mail/amavis-logwatch/Makefile ============================================================================== --- head/mail/amavis-logwatch/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/mail/amavis-logwatch/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -20,7 +20,6 @@ USE_PERL5= run NO_BUILD= yes SHEBANG_FILES= amavis-logwatch OPTIONS_DEFINE= EXAMPLES DOCS -OPTIONS_DEFAULT=EXAMPLES DOCS post-patch: @cd ${WRKSRC} && ${REINPLACE_CMD} -e '\ Modified: head/mail/assp/Makefile ============================================================================== --- head/mail/assp/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/mail/assp/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -56,7 +56,7 @@ MIMEMOD_DESC= Multiple Attachement detec SSL_DESC= SSL secure sockets support IPV6_DESC= IPv6 sockets support -OPTIONS_DEFAULT= EMVALID SPF SRS SEND FBACKW CLAMAV DNSBL MATCHRE SENDERB MIMEMOD SSL IPV6 +OPTIONS_DEFAULT= EMVALID SPF SRS SEND FBACKW CLAMAV DNSBL MATCHRE SENDERB MIMEMOD SSL WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/ASSP_1.9.9_14158_install/${PORTNAME:tu} Modified: head/mail/libcmime/Makefile ============================================================================== --- head/mail/libcmime/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/mail/libcmime/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -17,7 +17,6 @@ USE_LDCONFIG= yes CMAKE_ARGS= --no-warn-unused-cli OPTIONS_DEFINE= DEBUG DOCS DOXYGEN -OPTIONS_DEFAULT=DOCS OPTIONS_SUB= yes DOCS_ALL_TARGET=doc Modified: head/mail/meta1/Makefile ============================================================================== --- head/mail/meta1/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/mail/meta1/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -43,7 +43,7 @@ META1CONFDIR?= ${PREFIX}/etc/meta1 NOLOGIN_CMD?= /usr/sbin/nologin OPTIONS_DEFINE= IPV6 BDB PMILTER DKIM MSP SASL2 SASL2AUTHD TLS DOCS -OPTIONS_DEFAULT= IPV6 PMILTER DKIM SASL2 TLS +OPTIONS_DEFAULT= PMILTER DKIM SASL2 TLS NO_OPTIONS_SORT=yes OPTIONS_SUB= yes Modified: head/mail/milter-greylist-devel/Makefile ============================================================================== --- head/mail/milter-greylist-devel/Makefile Mon May 23 20:18:24 2016 (r415741) +++ head/mail/milter-greylist-devel/Makefile Mon May 23 20:35:01 2016 (r415742) @@ -24,7 +24,7 @@ USES= tar:tgz MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= DKIM SPF GEOIP CURL LDAP P0F POSTFIX DOCS EXAMPLES *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Mon May 23 20:59:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C96A5B47CE8; Mon, 23 May 2016 20:59:56 +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 809C71005; Mon, 23 May 2016 20:59:56 +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 u4NKxtte084940; Mon, 23 May 2016 20:59:55 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NKxtup084937; Mon, 23 May 2016 20:59:55 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201605232059.u4NKxtup084937@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Mon, 23 May 2016 20:59:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415743 - in head/databases/db6: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 20:59:56 -0000 Author: mandree Date: Mon May 23 20:59:55 2016 New Revision: 415743 URL: https://svnweb.freebsd.org/changeset/ports/415743 Log: Fix portlint warnings. Add PATCH_WRKSRC so that make makepatch works, refresh patches with make makepatch and rename them, and drop the "The" from COMMENT. Added: head/databases/db6/files/patch-src_dbinc_mutex__int.h (contents, props changed) Deleted: head/databases/db6/files/patch-dbinc_mutex_int.h Modified: head/databases/db6/Makefile head/databases/db6/files/patch-lang_sql_upgrade61.sh Modified: head/databases/db6/Makefile ============================================================================== --- head/databases/db6/Makefile Mon May 23 20:35:01 2016 (r415742) +++ head/databases/db6/Makefile Mon May 23 20:59:55 2016 (r415743) @@ -12,7 +12,7 @@ DISTNAME= db-${PORTVERSION} DIST_SUBDIR= bdb MAINTAINER= mandree@FreeBSD.org -COMMENT= The Oracle Berkeley DB, revision ${BDBVER} +COMMENT= Oracle Berkeley DB, revision ${BDBVER} LICENSE= AGPLv3 @@ -28,6 +28,7 @@ GNU_CONFIGURE= yes USES= gmake libtool INSTALL_TARGET= install_include install_lib install_utilities WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix +PATCH_WRKSRC= ${WRKDIR}/${DISTNAME} USE_LDCONFIG= yes PLIST_SUB= BDBMAJ=${BDBMAJ} BDBVER=${BDBVER} MAKE_ARGS+= docdir=${DOCSDIR} Modified: head/databases/db6/files/patch-lang_sql_upgrade61.sh ============================================================================== --- head/databases/db6/files/patch-lang_sql_upgrade61.sh Mon May 23 20:35:01 2016 (r415742) +++ head/databases/db6/files/patch-lang_sql_upgrade61.sh Mon May 23 20:59:55 2016 (r415743) @@ -1,5 +1,5 @@ ---- ../lang/sql/upgrade61.sh 2016-03-28 21:45:53.000000000 +0200 -+++ ../../db6-upgrade61.sh 2016-05-23 21:55:49.741020000 +0200 +--- lang/sql/upgrade61.sh.orig 2016-03-28 19:45:53 UTC ++++ lang/sql/upgrade61.sh @@ -1,12 +1,19 @@ #!/bin/sh # This script upgrades SQL databases from BDB 5.0 to early 6.1 Added: head/databases/db6/files/patch-src_dbinc_mutex__int.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/db6/files/patch-src_dbinc_mutex__int.h Mon May 23 20:59:55 2016 (r415743) @@ -0,0 +1,11 @@ +--- src/dbinc/mutex_int.h.orig 2016-03-28 19:45:54 UTC ++++ src/dbinc/mutex_int.h +@@ -652,7 +652,7 @@ MUTEX_SET(int *tsl) { + : "=&r" (__r), "+r" (tsl) + : + : "cr0", "memory"); +- return (int)tsl; ++ return (tsl != 0); + } + + static inline int From owner-svn-ports-head@freebsd.org Mon May 23 21:02:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A73BEB47E2E; Mon, 23 May 2016 21:02:43 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 77CA116C5; Mon, 23 May 2016 21:02:43 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4NL2g7I087763; Mon, 23 May 2016 21:02:42 GMT (envelope-from nemysis@FreeBSD.org) Received: (from nemysis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NL2gPL087761; Mon, 23 May 2016 21:02:42 GMT (envelope-from nemysis@FreeBSD.org) Message-Id: <201605232102.u4NL2gPL087761@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nemysis set sender to nemysis@FreeBSD.org using -f From: Rusmir Dusko Date: Mon, 23 May 2016 21:02:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415744 - head/games/legend-of-edgar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 21:02:43 -0000 Author: nemysis Date: Mon May 23 21:02:42 2016 New Revision: 415744 URL: https://svnweb.freebsd.org/changeset/ports/415744 Log: - Update to 1.24, announce message: * Updated Brazilian Portuguese and German translations * The ice blocks dropped by the large blue book's third form now shatter if they land on lifts Modified: head/games/legend-of-edgar/Makefile head/games/legend-of-edgar/distinfo Modified: head/games/legend-of-edgar/Makefile ============================================================================== --- head/games/legend-of-edgar/Makefile Mon May 23 20:59:55 2016 (r415743) +++ head/games/legend-of-edgar/Makefile Mon May 23 21:02:42 2016 (r415744) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= edgar -DISTVERSION= 1.23 +DISTVERSION= 1.24 CATEGORIES= games PKGNAMEPREFIX= legend-of- Modified: head/games/legend-of-edgar/distinfo ============================================================================== --- head/games/legend-of-edgar/distinfo Mon May 23 20:59:55 2016 (r415743) +++ head/games/legend-of-edgar/distinfo Mon May 23 21:02:42 2016 (r415744) @@ -1,2 +1,2 @@ -SHA256 (riksweeney-edgar-1.23_GH0.tar.gz) = d68b8613201934395fc042b8cf8f8a3d610a2188e9cc93afecdc1a3a20254f81 -SIZE (riksweeney-edgar-1.23_GH0.tar.gz) = 135948475 +SHA256 (riksweeney-edgar-1.24_GH0.tar.gz) = cd6407095c832e794abde673a48372fa5a7431ef5d27f008c59aede25862a1aa +SIZE (riksweeney-edgar-1.24_GH0.tar.gz) = 135961503 From owner-svn-ports-head@freebsd.org Mon May 23 21:04:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20A29B47E87; Mon, 23 May 2016 21:04: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 E517517D2; Mon, 23 May 2016 21:03:59 +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 u4NL3xws087894; Mon, 23 May 2016 21:03:59 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NL3xkm087893; Mon, 23 May 2016 21:03:59 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201605232103.u4NL3xkm087893@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 23 May 2016 21:03:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415745 - head/multimedia/kaffeine/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 21:04:00 -0000 Author: marino Date: Mon May 23 21:03:58 2016 New Revision: 415745 URL: https://svnweb.freebsd.org/changeset/ports/415745 Log: multimedia/kaffeine: Recover build on DragonFly by enhancing new patch DragonFly needs the same modification as FreeBSD to build kaffeine, and the necessary tweak to the new patch is trivial. Approved by: Restore DF functionality blanket Modified: head/multimedia/kaffeine/files/patch-dvbdevice_linux.cpp Modified: head/multimedia/kaffeine/files/patch-dvbdevice_linux.cpp ============================================================================== --- head/multimedia/kaffeine/files/patch-dvbdevice_linux.cpp Mon May 23 21:02:42 2016 (r415744) +++ head/multimedia/kaffeine/files/patch-dvbdevice_linux.cpp Mon May 23 21:03:58 2016 (r415745) @@ -4,7 +4,7 @@ #include #include #include -+#ifndef __FreeBSD__ ++#if ! (defined __FreeBSD__ || defined __DragonFly__) #include +#endif #include @@ -14,7 +14,7 @@ runstate = 1; -+#ifndef __FreeBSD__ ++#if ! (defined __FreeBSD__ || defined __DragonFly__) ifd = inotify_init(); inotify_add_watch(ifd, "/dev/dvb", IN_CREATE|IN_DELETE); +#endif From owner-svn-ports-head@freebsd.org Mon May 23 21:08:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97A97B47F9F; Mon, 23 May 2016 21:08: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 69C1B1B89; Mon, 23 May 2016 21:08: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 u4NL8cUm088125; Mon, 23 May 2016 21:08:38 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NL8cem088124; Mon, 23 May 2016 21:08:38 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201605232108.u4NL8cem088124@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 23 May 2016 21:08:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415746 - head/net-p2p/bitmessage/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 21:08:39 -0000 Author: marino Date: Mon May 23 21:08:38 2016 New Revision: 415746 URL: https://svnweb.freebsd.org/changeset/ports/415746 Log: net-p2p/bitmessage: Restore build on DragonFly Restoring build on DragonFly is a trivial matter of adding OPSYS macro to an existing patch. Approved by: Restore DF functionality blanket Modified: head/net-p2p/bitmessage/files/patch-src_bitmsghash_bitmsghash.cpp Modified: head/net-p2p/bitmessage/files/patch-src_bitmsghash_bitmsghash.cpp ============================================================================== --- head/net-p2p/bitmessage/files/patch-src_bitmsghash_bitmsghash.cpp Mon May 23 21:03:58 2016 (r415745) +++ head/net-p2p/bitmessage/files/patch-src_bitmsghash_bitmsghash.cpp Mon May 23 21:08:38 2016 (r415746) @@ -5,7 +5,7 @@ #include #include -#ifdef __APPLE__ -+#if defined(__APPLE__) || defined(__FreeBSD__) ++#if defined(__APPLE__) || defined(__FreeBSD__) || defined (__DragonFly__) #include #include #endif From owner-svn-ports-head@freebsd.org Mon May 23 21:50:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42D38B47C75; Mon, 23 May 2016 21:50:30 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C76FC1A86; Mon, 23 May 2016 21:50:29 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4NLoT4v000438; Mon, 23 May 2016 21:50:29 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NLoSwe000435; Mon, 23 May 2016 21:50:28 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201605232150.u4NLoSwe000435@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Mon, 23 May 2016 21:50:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415747 - head/multimedia/emby-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 21:50:30 -0000 Author: woodsb02 Date: Mon May 23 21:50:28 2016 New Revision: 415747 URL: https://svnweb.freebsd.org/changeset/ports/415747 Log: multimedia/emby-server: - Update to 3.0.5971 - Change to USES=sqlite - Ensure OPTIONS dependencies are tab aligned Changes this release: https://github.com/MediaBrowser/Emby/releases/tag/3.0.5971 Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D6514 Modified: head/multimedia/emby-server/Makefile head/multimedia/emby-server/distinfo head/multimedia/emby-server/pkg-plist Modified: head/multimedia/emby-server/Makefile ============================================================================== --- head/multimedia/emby-server/Makefile Mon May 23 21:08:38 2016 (r415746) +++ head/multimedia/emby-server/Makefile Mon May 23 21:50:28 2016 (r415747) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= emby-server -PORTVERSION= 3.0.5934 +PORTVERSION= 3.0.5971 CATEGORIES= multimedia MAINTAINER= woodsb02@FreeBSD.org @@ -11,8 +11,7 @@ COMMENT= Home media server built using m LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.md -LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \ - libsqlite3.so:databases/sqlite3 +LIB_DEPENDS= libavformat.so:multimedia/ffmpeg CONFLICTS_INSTALL= mediabrowser @@ -20,7 +19,7 @@ USE_GITHUB= yes GH_ACCOUNT= MediaBrowser GH_PROJECT= Emby -USES= mono pkgconfig +USES= mono pkgconfig sqlite NO_ARCH= yes USE_RC_SUBR= ${PORTNAME} @@ -29,10 +28,10 @@ SUB_LIST= PORTNAME=${PORTNAME} USER=${US USERS= emby GROUPS= emby -OPTIONS_DEFINE= X11 -OPTIONS_DEFAULT=X11 -X11_LIB_DEPENDS=libMagickWand-6.so:graphics/ImageMagick -X11_LIB_DEPENDS_OFF=libMagickWand-6.so:graphics/ImageMagick-nox11 +OPTIONS_DEFINE= X11 +OPTIONS_DEFAULT= X11 +X11_LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick +X11_LIB_DEPENDS_OFF= libMagickWand-6.so:graphics/ImageMagick-nox11 do-build: (cd ${WRKSRC} && \ Modified: head/multimedia/emby-server/distinfo ============================================================================== --- head/multimedia/emby-server/distinfo Mon May 23 21:08:38 2016 (r415746) +++ head/multimedia/emby-server/distinfo Mon May 23 21:50:28 2016 (r415747) @@ -1,2 +1,3 @@ -SHA256 (MediaBrowser-Emby-3.0.5934_GH0.tar.gz) = 6e3e41eba19a49391a6ddb5de6615fb1c2d7c4a0135f60373a768238c7941707 -SIZE (MediaBrowser-Emby-3.0.5934_GH0.tar.gz) = 94805656 +TIMESTAMP = 1464033822 +SHA256 (MediaBrowser-Emby-3.0.5971_GH0.tar.gz) = 280acc051da71b1b2d3ed05c3a50393890c3ecbb6c20cf0d9ecbc34391471daa +SIZE (MediaBrowser-Emby-3.0.5971_GH0.tar.gz) = 55700480 Modified: head/multimedia/emby-server/pkg-plist ============================================================================== --- head/multimedia/emby-server/pkg-plist Mon May 23 21:08:38 2016 (r415746) +++ head/multimedia/emby-server/pkg-plist Mon May 23 21:50:28 2016 (r415747) @@ -52,7 +52,6 @@ lib/emby-server/dashboard-ui/autoorganiz lib/emby-server/dashboard-ui/autoorganizetv.html lib/emby-server/dashboard-ui/bower_components/Sortable/.bower.json lib/emby-server/dashboard-ui/bower_components/Sortable/.editorconfig -lib/emby-server/dashboard-ui/bower_components/Sortable/.gitignore lib/emby-server/dashboard-ui/bower_components/Sortable/.jshintrc lib/emby-server/dashboard-ui/bower_components/Sortable/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/Sortable/Gruntfile.js @@ -68,7 +67,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/.versions lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/README.md lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/.meteor/.finished-upgraders -lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/.meteor/.gitignore lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/.meteor/.id lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/.meteor/packages lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/.meteor/platforms @@ -164,14 +162,7 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/Swiper/src/less/preloader.less lib/emby-server/dashboard-ui/bower_components/Swiper/src/less/scrollbar.less lib/emby-server/dashboard-ui/bower_components/Swiper/src/less/swiper.less -lib/emby-server/dashboard-ui/bower_components/alameda/.bower.json -lib/emby-server/dashboard-ui/bower_components/alameda/LICENSE -lib/emby-server/dashboard-ui/bower_components/alameda/alameda.js -lib/emby-server/dashboard-ui/bower_components/alameda/bower.json -lib/emby-server/dashboard-ui/bower_components/alameda/shrinktest.sh lib/emby-server/dashboard-ui/bower_components/cryptojslib/.bower.json -lib/emby-server/dashboard-ui/bower_components/cryptojslib/.gitattributes -lib/emby-server/dashboard-ui/bower_components/cryptojslib/.gitignore lib/emby-server/dashboard-ui/bower_components/cryptojslib/README.md lib/emby-server/dashboard-ui/bower_components/cryptojslib/bower.json lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/aes-min.js @@ -299,12 +290,14 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/bower.json lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/browser.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/browserdeviceprofile.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/clearbutton.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/confirm/confirm.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/confirm/nativeconfirm.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/datetime.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/dialoghelper/dialoghelper.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/dialoghelper/dialoghelper.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fetchhelper.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/filedownloader.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/focusmanager.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/material-icons/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2 lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/material-icons/2fcrYFNaTjcS6g4U3t-Y5ewrjPiaoEww8AihgqWRJAo.woff @@ -369,45 +362,103 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/oOeFwZNlrTefzLYmlVV1UBJtnKITppOI_IvcXXDNrsc.woff2 lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/style.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/ty9dfvLAziwdqQ2dHoyjphTbgVql8nDJpwnrE27mub0.woff2 +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/formdialog.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/globalize.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/guide/guide.css +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/guide/guide.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/guide/tvguide.template.html +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/icons/mediainfo.html +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/icons/nav.html lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/images/basicimagefetcher.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/images/imagehelper.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/images/persistentimagefetcher.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/input/api.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/itemcontextmenu.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/itemhelper.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/layoutmanager.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/loading/loading-lite.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/loading/loading-smarttv.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/loading/loading.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/loading/loading.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/mediainfo/fresh.png +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/mediainfo/mediainfo.css +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/mediainfo/mediainfo.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/mediainfo/rotten.png +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/multidownload.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/objectassign.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/page.js/page.js -lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/prompt/icons.html lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/prompt/nativeprompt.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/prompt/prompt.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/prompt/style.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/qualityoptions.js -lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/requirecss.js -lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/requirehtml.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordingcreator.css +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordingcreator.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordingcreator.template.html +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordingeditor.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordingeditor.template.html +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/require/requirecss.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/require/requirehtml.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/require/requiretext.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/router.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/scrollhelper.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/scrollstyles.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/servernotifications.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sharing/sharingmanager.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sharing/sharingmenu.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sharing/social-share-kit-1.0.4/LICENSE +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sharing/social-share-kit-1.0.4/README.md +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sharing/social-share-kit-1.0.4/dist/css/social-share-kit.css +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sharing/social-share-kit-1.0.4/dist/fonts/social-share-kit.eot +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sharing/social-share-kit-1.0.4/dist/fonts/social-share-kit.svg +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sharing/social-share-kit-1.0.4/dist/fonts/social-share-kit.ttf +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sharing/social-share-kit-1.0.4/dist/fonts/social-share-kit.woff +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sharing/social-share-kit-1.0.4/dist/js/social-share-kit.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sharing/social-share-kit-1.0.4/dist/js/social-share-kit.min.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/shell.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/shortcuts.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/slideshow/icons.html lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/slideshow/slideshow.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/slideshow/style.css +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/strings/da.json +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/strings/en-US.json +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/strings/es-MX.json +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/strings/kk.json +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/strings/nb.json +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/strings/nl.json +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/strings/ru.json lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/toast/toast.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/usersettings.js -lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/viewmanager.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/viewmanager/viewcontainer-lite.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/viewmanager/viewmanager.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/visibleinviewport.js -lib/emby-server/dashboard-ui/bower_components/fastclick/.bower.json -lib/emby-server/dashboard-ui/bower_components/fastclick/LICENSE -lib/emby-server/dashboard-ui/bower_components/fastclick/README.md -lib/emby-server/dashboard-ui/bower_components/fastclick/bower.json -lib/emby-server/dashboard-ui/bower_components/fastclick/lib/fastclick.js lib/emby-server/dashboard-ui/bower_components/fetch/.bower.json lib/emby-server/dashboard-ui/bower_components/fetch/LICENSE lib/emby-server/dashboard-ui/bower_components/fetch/bower.json lib/emby-server/dashboard-ui/bower_components/fetch/fetch.js +lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/.bower.json +lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/FAQ.md +lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/README.md +lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/bower.json +lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/dist/fingerprint2.min.js +lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/fingerprint2.js +lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/flash/FontList.as +lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/flash/Makefile +lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/flash/compiled/FontList.swf +lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/gulpfile.js +lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/index.html +lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/package.json +lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/specs/lib/jasmine-2.3.4/boot.js +lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/specs/lib/jasmine-2.3.4/jasmine-html.js +lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/specs/lib/jasmine-2.3.4/jasmine-matchers.js +lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/specs/lib/jasmine-2.3.4/jasmine.css +lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/specs/lib/jasmine-2.3.4/jasmine.js +lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/specs/lib/jasmine-2.3.4/jasmine_favicon.png +lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/specs/lib/jasmine-2.3.4/terminal.js +lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/specs/phantomjs-testrunner.js +lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/specs/phantomjs.runner.sh +lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/specs/spec_runner.html +lib/emby-server/dashboard-ui/bower_components/fingerprintjs2/specs/specs.js lib/emby-server/dashboard-ui/bower_components/font-roboto/.bower.json lib/emby-server/dashboard-ui/bower_components/font-roboto/README.md lib/emby-server/dashboard-ui/bower_components/font-roboto/bower.json @@ -421,6 +472,7 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/hammerjs/changelog.js lib/emby-server/dashboard-ui/bower_components/hammerjs/hammer.js lib/emby-server/dashboard-ui/bower_components/hammerjs/hammer.min.js +lib/emby-server/dashboard-ui/bower_components/hammerjs/hammer.min.js.map lib/emby-server/dashboard-ui/bower_components/hammerjs/hammer.min.map lib/emby-server/dashboard-ui/bower_components/headroom.js/.bower.json lib/emby-server/dashboard-ui/bower_components/headroom.js/LICENSE @@ -500,7 +552,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/howler.js/howler.min.js lib/emby-server/dashboard-ui/bower_components/howler.js/package.json lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/.gitignore lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/README.md @@ -513,7 +564,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/test/iron-a11y-announcer.html lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/.bower.json lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/.gitignore lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/README.md @@ -525,7 +575,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/test/basic-test.html lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/test/index.html lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/.gitignore lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/README.md @@ -537,7 +586,7 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/test/basic.html lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/test/index.html lib/emby-server/dashboard-ui/bower_components/iron-behaviors/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-behaviors/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-behaviors/.github/ISSUE_TEMPLATE.md lib/emby-server/dashboard-ui/bower_components/iron-behaviors/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-behaviors/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-behaviors/README.md @@ -553,7 +602,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-behaviors/test/index.html lib/emby-server/dashboard-ui/bower_components/iron-behaviors/test/test-elements.html lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/.gitignore lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/README.md @@ -565,7 +613,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/test/basic.html lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/test/index.html lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/test/simple-checkbox.html -lib/emby-server/dashboard-ui/bower_components/iron-collapse/.gitignore lib/emby-server/dashboard-ui/bower_components/iron-collapse/README.md lib/emby-server/dashboard-ui/bower_components/iron-collapse/bower.json lib/emby-server/dashboard-ui/bower_components/iron-collapse/demo/index.html @@ -577,7 +624,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-collapse/test/index.html lib/emby-server/dashboard-ui/bower_components/iron-demo-helpers/.bower.json lib/emby-server/dashboard-ui/bower_components/iron-demo-helpers/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/iron-demo-helpers/.gitignore lib/emby-server/dashboard-ui/bower_components/iron-demo-helpers/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-demo-helpers/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-demo-helpers/README.md @@ -590,37 +636,7 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-demo-helpers/test/basic.html lib/emby-server/dashboard-ui/bower_components/iron-demo-helpers/test/index.html lib/emby-server/dashboard-ui/bower_components/iron-demo-helpers/url-bar.html -lib/emby-server/dashboard-ui/bower_components/iron-dropdown/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-dropdown/.gitignore -lib/emby-server/dashboard-ui/bower_components/iron-dropdown/.travis.yml -lib/emby-server/dashboard-ui/bower_components/iron-dropdown/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/iron-dropdown/README.md -lib/emby-server/dashboard-ui/bower_components/iron-dropdown/bower.json -lib/emby-server/dashboard-ui/bower_components/iron-dropdown/demo/grow-height-animation.html -lib/emby-server/dashboard-ui/bower_components/iron-dropdown/demo/index.html -lib/emby-server/dashboard-ui/bower_components/iron-dropdown/demo/x-select.html -lib/emby-server/dashboard-ui/bower_components/iron-dropdown/index.html -lib/emby-server/dashboard-ui/bower_components/iron-dropdown/iron-dropdown-scroll-manager.html -lib/emby-server/dashboard-ui/bower_components/iron-dropdown/iron-dropdown.html -lib/emby-server/dashboard-ui/bower_components/iron-dropdown/test/index.html -lib/emby-server/dashboard-ui/bower_components/iron-dropdown/test/iron-dropdown-scroll-manager.html -lib/emby-server/dashboard-ui/bower_components/iron-dropdown/test/iron-dropdown.html -lib/emby-server/dashboard-ui/bower_components/iron-dropdown/test/x-scrollable-element.html -lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/.gitignore -lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/.travis.yml -lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/README.md -lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/bower.json -lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/demo/index.html -lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/demo/simple-fit.html -lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/index.html -lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/iron-fit-behavior.html -lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/test/index.html -lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/test/iron-fit-behavior.html -lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/test/test-fit.html lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/.gitignore lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/README.md @@ -635,7 +651,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/test/iron-flex-layout-classes.html lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/test/iron-flex-layout.html lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/.gitignore lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/README.md @@ -650,7 +665,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/test/simple-element.html lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/test/simple-form.html lib/emby-server/dashboard-ui/bower_components/iron-icon/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-icon/.gitignore lib/emby-server/dashboard-ui/bower_components/iron-icon/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-icon/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-icon/README.md @@ -664,7 +678,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-icon/test/index.html lib/emby-server/dashboard-ui/bower_components/iron-icon/test/iron-icon.html lib/emby-server/dashboard-ui/bower_components/iron-icons/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-icons/.gitignore lib/emby-server/dashboard-ui/bower_components/iron-icons/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-icons/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-icons/README.md @@ -684,7 +697,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-icons/places-icons.html lib/emby-server/dashboard-ui/bower_components/iron-icons/social-icons.html lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/.gitignore lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/README.md @@ -697,7 +709,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/test/iron-iconset-svg.html lib/emby-server/dashboard-ui/bower_components/iron-input/.bower.json lib/emby-server/dashboard-ui/bower_components/iron-input/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/iron-input/.gitignore lib/emby-server/dashboard-ui/bower_components/iron-input/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-input/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-input/README.md @@ -710,9 +721,40 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-input/test/index.html lib/emby-server/dashboard-ui/bower_components/iron-input/test/iron-input.html lib/emby-server/dashboard-ui/bower_components/iron-input/test/letters-only.html +lib/emby-server/dashboard-ui/bower_components/iron-list/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-list/.github/ISSUE_TEMPLATE.md +lib/emby-server/dashboard-ui/bower_components/iron-list/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-list/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-list/README.md +lib/emby-server/dashboard-ui/bower_components/iron-list/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-list/demo/basic.html +lib/emby-server/dashboard-ui/bower_components/iron-list/demo/collapse.html +lib/emby-server/dashboard-ui/bower_components/iron-list/demo/data/contacts.json +lib/emby-server/dashboard-ui/bower_components/iron-list/demo/grid.html +lib/emby-server/dashboard-ui/bower_components/iron-list/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-list/demo/scroll-threshold.html +lib/emby-server/dashboard-ui/bower_components/iron-list/demo/selection.html +lib/emby-server/dashboard-ui/bower_components/iron-list/index.html +lib/emby-server/dashboard-ui/bower_components/iron-list/iron-list.html +lib/emby-server/dashboard-ui/bower_components/iron-list/test/basic.html +lib/emby-server/dashboard-ui/bower_components/iron-list/test/different-heights.html +lib/emby-server/dashboard-ui/bower_components/iron-list/test/dynamic-item-size.html +lib/emby-server/dashboard-ui/bower_components/iron-list/test/focus.html +lib/emby-server/dashboard-ui/bower_components/iron-list/test/grid.html +lib/emby-server/dashboard-ui/bower_components/iron-list/test/helpers.html +lib/emby-server/dashboard-ui/bower_components/iron-list/test/hidden-list.html +lib/emby-server/dashboard-ui/bower_components/iron-list/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-list/test/mutations.html +lib/emby-server/dashboard-ui/bower_components/iron-list/test/physical-count.html +lib/emby-server/dashboard-ui/bower_components/iron-list/test/selection.html +lib/emby-server/dashboard-ui/bower_components/iron-list/test/smoke/avg-worst-case.html +lib/emby-server/dashboard-ui/bower_components/iron-list/test/smoke/dummy-data.html +lib/emby-server/dashboard-ui/bower_components/iron-list/test/smoke/index.html +lib/emby-server/dashboard-ui/bower_components/iron-list/test/smoke/physical-count.html +lib/emby-server/dashboard-ui/bower_components/iron-list/test/x-grid.html +lib/emby-server/dashboard-ui/bower_components/iron-list/test/x-list.html lib/emby-server/dashboard-ui/bower_components/iron-location/.bower.json lib/emby-server/dashboard-ui/bower_components/iron-location/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/iron-location/.gitignore lib/emby-server/dashboard-ui/bower_components/iron-location/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-location/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-location/README.md @@ -728,8 +770,8 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-location/test/initialization-tests.html lib/emby-server/dashboard-ui/bower_components/iron-location/test/iron-location.html lib/emby-server/dashboard-ui/bower_components/iron-location/test/iron-query-params.html +lib/emby-server/dashboard-ui/bower_components/iron-location/test/redirection.html lib/emby-server/dashboard-ui/bower_components/iron-media-query/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-media-query/.gitignore lib/emby-server/dashboard-ui/bower_components/iron-media-query/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-media-query/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-media-query/README.md @@ -742,7 +784,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-media-query/test/index.html lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/.bower.json lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/.gitignore lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/README.md @@ -759,7 +800,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/test/test-menu.html lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/test/test-menubar.html lib/emby-server/dashboard-ui/bower_components/iron-meta/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-meta/.gitignore lib/emby-server/dashboard-ui/bower_components/iron-meta/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-meta/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-meta/README.md @@ -771,28 +811,7 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-meta/test/basic.html lib/emby-server/dashboard-ui/bower_components/iron-meta/test/index.html lib/emby-server/dashboard-ui/bower_components/iron-meta/test/iron-meta.html -lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/.gitignore -lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/.travis.yml -lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/README.md -lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/bower.json -lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/demo/index.html -lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/demo/simple-overlay.html -lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/index.html -lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/iron-overlay-backdrop.html -lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/iron-overlay-behavior.html -lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/iron-overlay-manager.html -lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/test/index.html -lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/test/iron-overlay-backdrop.html -lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/test/iron-overlay-behavior.html -lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/test/test-buttons.html -lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/test/test-menu-button.html -lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/test/test-overlay.html -lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/test/test-overlay2.html lib/emby-server/dashboard-ui/bower_components/iron-pages/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-pages/.gitignore lib/emby-server/dashboard-ui/bower_components/iron-pages/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-pages/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-pages/README.md @@ -805,7 +824,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-pages/test/basic.html lib/emby-server/dashboard-ui/bower_components/iron-pages/test/index.html lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/.gitignore lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/README.md lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/bower.json lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/demo/index.html @@ -815,7 +833,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/test/index.html lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/test/x-progressbar.html lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/.gitignore lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/README.md @@ -828,9 +845,35 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/test/index.html lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/test/iron-resizable-behavior.html lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/test/test-elements.html +lib/emby-server/dashboard-ui/bower_components/iron-scroll-target-behavior/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-scroll-target-behavior/.github/ISSUE_TEMPLATE.md +lib/emby-server/dashboard-ui/bower_components/iron-scroll-target-behavior/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-scroll-target-behavior/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-scroll-target-behavior/README.md +lib/emby-server/dashboard-ui/bower_components/iron-scroll-target-behavior/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-scroll-target-behavior/demo/document.html +lib/emby-server/dashboard-ui/bower_components/iron-scroll-target-behavior/demo/scrolling-region.html +lib/emby-server/dashboard-ui/bower_components/iron-scroll-target-behavior/demo/x-scrollable.html +lib/emby-server/dashboard-ui/bower_components/iron-scroll-target-behavior/index.html +lib/emby-server/dashboard-ui/bower_components/iron-scroll-target-behavior/iron-scroll-target-behavior.html +lib/emby-server/dashboard-ui/bower_components/iron-scroll-target-behavior/test/basic.html +lib/emby-server/dashboard-ui/bower_components/iron-scroll-target-behavior/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-scroll-target-behavior/test/x-nested-scrollable.html +lib/emby-server/dashboard-ui/bower_components/iron-scroll-target-behavior/test/x-scrollable.html +lib/emby-server/dashboard-ui/bower_components/iron-scroll-threshold/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-scroll-threshold/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-scroll-threshold/README.md +lib/emby-server/dashboard-ui/bower_components/iron-scroll-threshold/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-scroll-threshold/demo/document.html +lib/emby-server/dashboard-ui/bower_components/iron-scroll-threshold/demo/sample-content.html +lib/emby-server/dashboard-ui/bower_components/iron-scroll-threshold/demo/scrolling-region-decoupled.html +lib/emby-server/dashboard-ui/bower_components/iron-scroll-threshold/demo/scrolling-region.html +lib/emby-server/dashboard-ui/bower_components/iron-scroll-threshold/index.html +lib/emby-server/dashboard-ui/bower_components/iron-scroll-threshold/iron-scroll-threshold.html +lib/emby-server/dashboard-ui/bower_components/iron-scroll-threshold/test/basic.html +lib/emby-server/dashboard-ui/bower_components/iron-scroll-threshold/test/index.html lib/emby-server/dashboard-ui/bower_components/iron-selector/.bower.json lib/emby-server/dashboard-ui/bower_components/iron-selector/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/iron-selector/.gitignore lib/emby-server/dashboard-ui/bower_components/iron-selector/.travis.yml lib/emby-server/dashboard-ui/bower_components/iron-selector/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-selector/README.md @@ -855,7 +898,9 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-selector/test/selected-attribute.html lib/emby-server/dashboard-ui/bower_components/iron-selector/test/template-repeat.html lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/.bower.json -lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/.github/ISSUE_TEMPLATE.md +lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/README.md lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/bower.json lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/demo/cats-only.html @@ -863,6 +908,8 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/demo/validatable-input.html lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/index.html lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/iron-validatable-behavior.html +lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/test/cats-only.html +lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/test/dogs-only.html lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/test/index.html lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/test/iron-validatable-behavior.html lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/test/test-validatable.html @@ -1016,7 +1063,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/libjass/libjass.min.js.map lib/emby-server/dashboard-ui/bower_components/libjass/package.json lib/emby-server/dashboard-ui/bower_components/marked-element/.bower.json -lib/emby-server/dashboard-ui/bower_components/marked-element/.gitignore lib/emby-server/dashboard-ui/bower_components/marked-element/.travis.yml lib/emby-server/dashboard-ui/bower_components/marked-element/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/marked-element/README.md @@ -1261,7 +1307,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/material-design-lite/utils/jscs-rules/closure-camel-case.js lib/emby-server/dashboard-ui/bower_components/material-design-lite/utils/uniffe.js lib/emby-server/dashboard-ui/bower_components/native-promise-only/.bower.json -lib/emby-server/dashboard-ui/bower_components/native-promise-only/.gitignore lib/emby-server/dashboard-ui/bower_components/native-promise-only/.npmignore lib/emby-server/dashboard-ui/bower_components/native-promise-only/README.md lib/emby-server/dashboard-ui/bower_components/native-promise-only/build.js @@ -1270,7 +1315,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/native-promise-only/test_adapter.js lib/emby-server/dashboard-ui/bower_components/neon-animation/.bower.json lib/emby-server/dashboard-ui/bower_components/neon-animation/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/neon-animation/.gitignore lib/emby-server/dashboard-ui/bower_components/neon-animation/.travis.yml lib/emby-server/dashboard-ui/bower_components/neon-animation/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/neon-animation/README.md @@ -1333,12 +1377,12 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/neon-animation/neon-shared-element-animatable-behavior.html lib/emby-server/dashboard-ui/bower_components/neon-animation/neon-shared-element-animation-behavior.html lib/emby-server/dashboard-ui/bower_components/neon-animation/test/index.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/test/neon-animated-pages-descendant-selection.html lib/emby-server/dashboard-ui/bower_components/neon-animation/test/neon-animated-pages-lazy.html lib/emby-server/dashboard-ui/bower_components/neon-animation/test/neon-animated-pages.html lib/emby-server/dashboard-ui/bower_components/neon-animation/test/test-resizable-pages.html lib/emby-server/dashboard-ui/bower_components/neon-animation/web-animations.html lib/emby-server/dashboard-ui/bower_components/paper-behaviors/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-behaviors/.gitignore lib/emby-server/dashboard-ui/bower_components/paper-behaviors/.travis.yml lib/emby-server/dashboard-ui/bower_components/paper-behaviors/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/paper-behaviors/README.md @@ -1360,7 +1404,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/paper-behaviors/test/test-button.html lib/emby-server/dashboard-ui/bower_components/paper-behaviors/test/test-radio-button.html lib/emby-server/dashboard-ui/bower_components/paper-button/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-button/.gitignore lib/emby-server/dashboard-ui/bower_components/paper-button/.travis.yml lib/emby-server/dashboard-ui/bower_components/paper-button/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/paper-button/README.md @@ -1371,7 +1414,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/paper-button/test/index.html lib/emby-server/dashboard-ui/bower_components/paper-button/test/paper-button.html lib/emby-server/dashboard-ui/bower_components/paper-checkbox/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-checkbox/.gitignore lib/emby-server/dashboard-ui/bower_components/paper-checkbox/.travis.yml lib/emby-server/dashboard-ui/bower_components/paper-checkbox/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/paper-checkbox/README.md @@ -1382,48 +1424,7 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/paper-checkbox/paper-checkbox.html lib/emby-server/dashboard-ui/bower_components/paper-checkbox/test/basic.html lib/emby-server/dashboard-ui/bower_components/paper-checkbox/test/index.html -lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/.gitignore -lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/.travis.yml -lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/README.md -lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/bower.json -lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/demo/index.html -lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/demo/simple-dialog.html -lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/hero.svg -lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/index.html -lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/paper-dialog-behavior.html -lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/paper-dialog-common.css -lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/paper-dialog-shared-styles.html -lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/test/index.html -lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/test/paper-dialog-behavior.html -lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/test/test-buttons.html -lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/test/test-dialog.html -lib/emby-server/dashboard-ui/bower_components/paper-dialog-scrollable/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-dialog-scrollable/.gitignore -lib/emby-server/dashboard-ui/bower_components/paper-dialog-scrollable/README.md -lib/emby-server/dashboard-ui/bower_components/paper-dialog-scrollable/bower.json -lib/emby-server/dashboard-ui/bower_components/paper-dialog-scrollable/demo/index.html -lib/emby-server/dashboard-ui/bower_components/paper-dialog-scrollable/hero.svg -lib/emby-server/dashboard-ui/bower_components/paper-dialog-scrollable/index.html -lib/emby-server/dashboard-ui/bower_components/paper-dialog-scrollable/paper-dialog-scrollable.html -lib/emby-server/dashboard-ui/bower_components/paper-dialog-scrollable/test/index.html -lib/emby-server/dashboard-ui/bower_components/paper-dialog-scrollable/test/paper-dialog-scrollable.html -lib/emby-server/dashboard-ui/bower_components/paper-dialog/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-dialog/.gitignore -lib/emby-server/dashboard-ui/bower_components/paper-dialog/.travis.yml -lib/emby-server/dashboard-ui/bower_components/paper-dialog/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/paper-dialog/README.md -lib/emby-server/dashboard-ui/bower_components/paper-dialog/bower.json -lib/emby-server/dashboard-ui/bower_components/paper-dialog/demo/index.html -lib/emby-server/dashboard-ui/bower_components/paper-dialog/hero.svg -lib/emby-server/dashboard-ui/bower_components/paper-dialog/index.html -lib/emby-server/dashboard-ui/bower_components/paper-dialog/paper-dialog.html -lib/emby-server/dashboard-ui/bower_components/paper-dialog/test/index.html -lib/emby-server/dashboard-ui/bower_components/paper-dialog/test/paper-dialog.html lib/emby-server/dashboard-ui/bower_components/paper-drawer-panel/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-drawer-panel/.gitignore lib/emby-server/dashboard-ui/bower_components/paper-drawer-panel/.travis.yml lib/emby-server/dashboard-ui/bower_components/paper-drawer-panel/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/paper-drawer-panel/README.md @@ -1436,17 +1437,7 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/paper-drawer-panel/test/index.html lib/emby-server/dashboard-ui/bower_components/paper-drawer-panel/test/positioning.html lib/emby-server/dashboard-ui/bower_components/paper-drawer-panel/test/small-devices.html -lib/emby-server/dashboard-ui/bower_components/paper-dropdown-menu/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-dropdown-menu/.gitignore -lib/emby-server/dashboard-ui/bower_components/paper-dropdown-menu/README.md -lib/emby-server/dashboard-ui/bower_components/paper-dropdown-menu/bower.json -lib/emby-server/dashboard-ui/bower_components/paper-dropdown-menu/demo/index.html -lib/emby-server/dashboard-ui/bower_components/paper-dropdown-menu/index.html -lib/emby-server/dashboard-ui/bower_components/paper-dropdown-menu/paper-dropdown-menu.html -lib/emby-server/dashboard-ui/bower_components/paper-dropdown-menu/test/index.html -lib/emby-server/dashboard-ui/bower_components/paper-dropdown-menu/test/paper-dropdown-menu.html lib/emby-server/dashboard-ui/bower_components/paper-fab/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-fab/.gitignore lib/emby-server/dashboard-ui/bower_components/paper-fab/README.md lib/emby-server/dashboard-ui/bower_components/paper-fab/bower.json lib/emby-server/dashboard-ui/bower_components/paper-fab/demo/index.html @@ -1456,20 +1447,21 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/paper-fab/test/basic.html lib/emby-server/dashboard-ui/bower_components/paper-fab/test/index.html lib/emby-server/dashboard-ui/bower_components/paper-icon-button/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-icon-button/.gitignore +lib/emby-server/dashboard-ui/bower_components/paper-icon-button/.github/ISSUE_TEMPLATE.md lib/emby-server/dashboard-ui/bower_components/paper-icon-button/.travis.yml lib/emby-server/dashboard-ui/bower_components/paper-icon-button/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/paper-icon-button/README.md lib/emby-server/dashboard-ui/bower_components/paper-icon-button/bower.json lib/emby-server/dashboard-ui/bower_components/paper-icon-button/demo/index.html +lib/emby-server/dashboard-ui/bower_components/paper-icon-button/demo/paper-icon-button-light.html lib/emby-server/dashboard-ui/bower_components/paper-icon-button/index.html +lib/emby-server/dashboard-ui/bower_components/paper-icon-button/paper-icon-button-light.html lib/emby-server/dashboard-ui/bower_components/paper-icon-button/paper-icon-button.html lib/emby-server/dashboard-ui/bower_components/paper-icon-button/test/a11y.html lib/emby-server/dashboard-ui/bower_components/paper-icon-button/test/basic.html lib/emby-server/dashboard-ui/bower_components/paper-icon-button/test/index.html lib/emby-server/dashboard-ui/bower_components/paper-input/.bower.json lib/emby-server/dashboard-ui/bower_components/paper-input/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/paper-input/.gitignore lib/emby-server/dashboard-ui/bower_components/paper-input/.travis.yml lib/emby-server/dashboard-ui/bower_components/paper-input/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/paper-input/README.md @@ -1496,7 +1488,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/paper-input/test/paper-textarea.html lib/emby-server/dashboard-ui/bower_components/paper-item/.bower.json lib/emby-server/dashboard-ui/bower_components/paper-item/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/paper-item/.gitignore lib/emby-server/dashboard-ui/bower_components/paper-item/.travis.yml lib/emby-server/dashboard-ui/bower_components/paper-item/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/paper-item/README.md @@ -1512,7 +1503,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/paper-item/test/index.html lib/emby-server/dashboard-ui/bower_components/paper-item/test/paper-item.html lib/emby-server/dashboard-ui/bower_components/paper-material/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-material/.gitignore lib/emby-server/dashboard-ui/bower_components/paper-material/.travis.yml lib/emby-server/dashboard-ui/bower_components/paper-material/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/paper-material/README.md @@ -1523,22 +1513,7 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/paper-material/paper-material.html lib/emby-server/dashboard-ui/bower_components/paper-material/test/index.html lib/emby-server/dashboard-ui/bower_components/paper-material/test/paper-material.html -lib/emby-server/dashboard-ui/bower_components/paper-menu-button/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-menu-button/.github/ISSUE_TEMPLATE.md -lib/emby-server/dashboard-ui/bower_components/paper-menu-button/.gitignore -lib/emby-server/dashboard-ui/bower_components/paper-menu-button/.travis.yml -lib/emby-server/dashboard-ui/bower_components/paper-menu-button/CONTRIBUTING.md -lib/emby-server/dashboard-ui/bower_components/paper-menu-button/README.md -lib/emby-server/dashboard-ui/bower_components/paper-menu-button/bower.json -lib/emby-server/dashboard-ui/bower_components/paper-menu-button/demo/index.html -lib/emby-server/dashboard-ui/bower_components/paper-menu-button/hero.svg -lib/emby-server/dashboard-ui/bower_components/paper-menu-button/index.html -lib/emby-server/dashboard-ui/bower_components/paper-menu-button/paper-menu-button-animations.html -lib/emby-server/dashboard-ui/bower_components/paper-menu-button/paper-menu-button.html -lib/emby-server/dashboard-ui/bower_components/paper-menu-button/test/index.html -lib/emby-server/dashboard-ui/bower_components/paper-menu-button/test/paper-menu-button.html lib/emby-server/dashboard-ui/bower_components/paper-menu/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-menu/.gitignore lib/emby-server/dashboard-ui/bower_components/paper-menu/README.md lib/emby-server/dashboard-ui/bower_components/paper-menu/bower.json lib/emby-server/dashboard-ui/bower_components/paper-menu/demo/index.html @@ -1548,7 +1523,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/paper-menu/test/index.html lib/emby-server/dashboard-ui/bower_components/paper-menu/test/paper-menu.html lib/emby-server/dashboard-ui/bower_components/paper-progress/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-progress/.gitignore lib/emby-server/dashboard-ui/bower_components/paper-progress/.travis.yml lib/emby-server/dashboard-ui/bower_components/paper-progress/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/paper-progress/README.md @@ -1560,7 +1534,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/paper-progress/test/basic.html lib/emby-server/dashboard-ui/bower_components/paper-progress/test/index.html lib/emby-server/dashboard-ui/bower_components/paper-radio-button/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-radio-button/.gitignore lib/emby-server/dashboard-ui/bower_components/paper-radio-button/.travis.yml lib/emby-server/dashboard-ui/bower_components/paper-radio-button/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/paper-radio-button/README.md @@ -1572,7 +1545,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/paper-radio-button/test/basic.html lib/emby-server/dashboard-ui/bower_components/paper-radio-button/test/index.html lib/emby-server/dashboard-ui/bower_components/paper-radio-group/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-radio-group/.gitignore lib/emby-server/dashboard-ui/bower_components/paper-radio-group/.travis.yml lib/emby-server/dashboard-ui/bower_components/paper-radio-group/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/paper-radio-group/README.md @@ -1584,7 +1556,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/paper-radio-group/test/basic.html lib/emby-server/dashboard-ui/bower_components/paper-radio-group/test/index.html lib/emby-server/dashboard-ui/bower_components/paper-ripple/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-ripple/.gitignore lib/emby-server/dashboard-ui/bower_components/paper-ripple/.travis.yml lib/emby-server/dashboard-ui/bower_components/paper-ripple/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/paper-ripple/README.md @@ -1596,7 +1567,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/paper-ripple/test/index.html lib/emby-server/dashboard-ui/bower_components/paper-ripple/test/paper-ripple.html lib/emby-server/dashboard-ui/bower_components/paper-slider/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-slider/.gitignore lib/emby-server/dashboard-ui/bower_components/paper-slider/.travis.yml lib/emby-server/dashboard-ui/bower_components/paper-slider/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/paper-slider/README.md @@ -1609,7 +1579,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/paper-slider/test/basic.html lib/emby-server/dashboard-ui/bower_components/paper-slider/test/index.html lib/emby-server/dashboard-ui/bower_components/paper-spinner/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-spinner/.gitignore lib/emby-server/dashboard-ui/bower_components/paper-spinner/.travis.yml lib/emby-server/dashboard-ui/bower_components/paper-spinner/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/paper-spinner/README.md @@ -1640,7 +1609,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/paper-styles/shadow.html lib/emby-server/dashboard-ui/bower_components/paper-styles/typography.html lib/emby-server/dashboard-ui/bower_components/paper-tabs/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-tabs/.gitignore lib/emby-server/dashboard-ui/bower_components/paper-tabs/.travis.yml lib/emby-server/dashboard-ui/bower_components/paper-tabs/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/paper-tabs/README.md @@ -1657,7 +1625,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/paper-tabs/test/basic.html lib/emby-server/dashboard-ui/bower_components/paper-tabs/test/index.html lib/emby-server/dashboard-ui/bower_components/paper-toast/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-toast/.gitignore lib/emby-server/dashboard-ui/bower_components/paper-toast/README.md lib/emby-server/dashboard-ui/bower_components/paper-toast/bower.json lib/emby-server/dashboard-ui/bower_components/paper-toast/demo/index.html @@ -1665,7 +1632,6 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/paper-toast/index.html lib/emby-server/dashboard-ui/bower_components/paper-toast/paper-toast.html lib/emby-server/dashboard-ui/bower_components/paper-toggle-button/.bower.json -lib/emby-server/dashboard-ui/bower_components/paper-toggle-button/.gitignore lib/emby-server/dashboard-ui/bower_components/paper-toggle-button/.travis.yml lib/emby-server/dashboard-ui/bower_components/paper-toggle-button/CONTRIBUTING.md lib/emby-server/dashboard-ui/bower_components/paper-toggle-button/README.md @@ -1723,6 +1689,8 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/prism/components/prism-bison.min.js lib/emby-server/dashboard-ui/bower_components/prism/components/prism-brainfuck.js lib/emby-server/dashboard-ui/bower_components/prism/components/prism-brainfuck.min.js +lib/emby-server/dashboard-ui/bower_components/prism/components/prism-bro.js +lib/emby-server/dashboard-ui/bower_components/prism/components/prism-bro.min.js lib/emby-server/dashboard-ui/bower_components/prism/components/prism-c.js lib/emby-server/dashboard-ui/bower_components/prism/components/prism-c.min.js lib/emby-server/dashboard-ui/bower_components/prism/components/prism-clike.js @@ -1859,6 +1827,8 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/prism/components/prism-processing.min.js lib/emby-server/dashboard-ui/bower_components/prism/components/prism-prolog.js lib/emby-server/dashboard-ui/bower_components/prism/components/prism-prolog.min.js +lib/emby-server/dashboard-ui/bower_components/prism/components/prism-protobuf.js +lib/emby-server/dashboard-ui/bower_components/prism/components/prism-protobuf.min.js lib/emby-server/dashboard-ui/bower_components/prism/components/prism-puppet.js lib/emby-server/dashboard-ui/bower_components/prism/components/prism-puppet.min.js lib/emby-server/dashboard-ui/bower_components/prism/components/prism-pure.js @@ -1947,6 +1917,8 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/prism/plugins/line-numbers/prism-line-numbers.css lib/emby-server/dashboard-ui/bower_components/prism/plugins/line-numbers/prism-line-numbers.js lib/emby-server/dashboard-ui/bower_components/prism/plugins/line-numbers/prism-line-numbers.min.js +lib/emby-server/dashboard-ui/bower_components/prism/plugins/normalize-whitespace/prism-normalize-whitespace.js +lib/emby-server/dashboard-ui/bower_components/prism/plugins/normalize-whitespace/prism-normalize-whitespace.min.js lib/emby-server/dashboard-ui/bower_components/prism/plugins/previewer-angle/prism-previewer-angle.css lib/emby-server/dashboard-ui/bower_components/prism/plugins/previewer-angle/prism-previewer-angle.js lib/emby-server/dashboard-ui/bower_components/prism/plugins/previewer-angle/prism-previewer-angle.min.js @@ -1973,823 +1945,13 @@ lib/emby-server/dashboard-ui/bower_compo lib/emby-server/dashboard-ui/bower_components/prism/plugins/show-language/prism-show-language.css lib/emby-server/dashboard-ui/bower_components/prism/plugins/show-language/prism-show-language.js lib/emby-server/dashboard-ui/bower_components/prism/plugins/show-language/prism-show-language.min.js +lib/emby-server/dashboard-ui/bower_components/prism/plugins/unescaped-markup/prism-unescaped-markup.css +lib/emby-server/dashboard-ui/bower_components/prism/plugins/unescaped-markup/prism-unescaped-markup.js +lib/emby-server/dashboard-ui/bower_components/prism/plugins/unescaped-markup/prism-unescaped-markup.min.js lib/emby-server/dashboard-ui/bower_components/prism/plugins/wpd/prism-wpd.css lib/emby-server/dashboard-ui/bower_components/prism/plugins/wpd/prism-wpd.js lib/emby-server/dashboard-ui/bower_components/prism/plugins/wpd/prism-wpd.min.js lib/emby-server/dashboard-ui/bower_components/prism/prism.js -lib/emby-server/dashboard-ui/bower_components/prism/tests/helper/components.js -lib/emby-server/dashboard-ui/bower_components/prism/tests/helper/prism-loader.js -lib/emby-server/dashboard-ui/bower_components/prism/tests/helper/test-case.js -lib/emby-server/dashboard-ui/bower_components/prism/tests/helper/test-discovery.js -lib/emby-server/dashboard-ui/bower_components/prism/tests/helper/token-stream-transformer.js -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/abap/comment_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/abap/eol-comment_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/abap/keyword_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/abap/number_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/abap/operator_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/abap/string-template_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/abap/string_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/actionscript/keyword_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/actionscript/operator_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/apacheconf/comment_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/apacheconf/directive-block_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/apacheconf/directive-flags_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/apacheconf/directive-inline_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/apacheconf/regex_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/apacheconf/string_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/apacheconf/variable_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/apl/assignment_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/apl/comment_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/apl/constant_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/apl/dfn_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/apl/dyadic-operator_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/apl/function_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/apl/monadic-operator_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/apl/number_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/apl/statement_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/apl/string_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/apl/system-function_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/applescript/class_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/applescript/comment_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/applescript/keyword_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/applescript/number_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/applescript/operator_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/applescript/string_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/asciidoc/admonition_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/asciidoc/attribute-entry_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/asciidoc/attributes_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/asciidoc/callout_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/asciidoc/comment-block_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/asciidoc/comment_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/asciidoc/entity_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/asciidoc/hr_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/asciidoc/indented-block_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/asciidoc/inline_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/asciidoc/line-continuation_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/asciidoc/list-label_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/asciidoc/list-punctuation_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/asciidoc/literal-block_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/asciidoc/macro_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/asciidoc/other-block_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/asciidoc/page-break_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/asciidoc/passthrough-block_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/asciidoc/replacement_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/asciidoc/table_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/asciidoc/title_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/aspnet/comment_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/aspnet/page-directive_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/autohotkey/boolean_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/autohotkey/builtin_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/autohotkey/comment_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/autohotkey/constant_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/autohotkey/function_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/autohotkey/important_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/autohotkey/keyword_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/autohotkey/number_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/autohotkey/operator_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/autohotkey/selector_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/autohotkey/string_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/autohotkey/symbol_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/autohotkey/tag_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/autohotkey/variable_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/autoit/boolean_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/autoit/comment_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/autoit/directive_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/autoit/function_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/autoit/keyword_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/autoit/number_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/autoit/operator_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/autoit/string_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/autoit/url_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/autoit/variable_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/bash/arithmetic_environment_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/bash/command_substitution_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/bash/comment_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/bash/function_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/bash/keyword_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/bash/shebang_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/bash/string_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/bash/variable_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/basic/comment_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/basic/function_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/basic/keyword_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/basic/number_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/basic/operator_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/basic/string_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/batch/command_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/batch/comment_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/batch/label_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/bison/c_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/bison/comment_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/bison/keyword_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/bison/number_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/bison/property_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/bison/string_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/brainfuck/all_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/c+pure/c_inclusion.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/c/keyword_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/c/macro_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/c/number_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/c/operator_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/clike/boolean_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/clike/class-name_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/clike/comment_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/clike/function_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/clike/keyword_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/clike/number_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/clike/operator_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/clike/string_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/coffeescript+haml/coffeescript_inclusion.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/coffeescript+jade/coffeescript_inclusion.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/coffeescript/block-regex_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/coffeescript/class-member_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/coffeescript/comment_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/coffeescript/inline-javascript_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/coffeescript/keyword_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/coffeescript/property_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/coffeescript/string_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/cpp+pure/cpp_inclusion.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/cpp/boolean_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/cpp/class-name_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/cpp/keyword_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/crystal/attribute_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/crystal/expansion_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/crystal/keyword_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/crystal/number_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/csharp+aspnet/directive_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/csharp/issue806.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/csharp/keyword_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/csharp/number_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/csharp/preprocessor_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/csharp/string_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/css!+css-extras/entity_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/css!+css-extras/hexcode_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/css!+css-extras/number_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/css!+css-extras/selector_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/css+haml/css+haml_usage.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/css+textile/css_inclusion.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/css/atrule_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/css/comment_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/css/function_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/css/important_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/css/property_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/css/selector_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/css/string_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/css/url_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/d/comment_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/d/keyword_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/d/number_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/d/operator_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/d/property_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/d/register_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/d/string_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/d/token-string_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/dart/keyword_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/dart/metadata_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/dart/operator_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/dart/string_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/diff/coord_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/diff/diff_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/docker/comment_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/docker/keyword_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/docker/string_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/eiffel/boolean_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/eiffel/char_feature.test -lib/emby-server/dashboard-ui/bower_components/prism/tests/languages/eiffel/comment_feature.test *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Mon May 23 21:56:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81B07B47FC4; Mon, 23 May 2016 21:56:39 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5294012DE; Mon, 23 May 2016 21:56:39 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4NLuc7e003340; Mon, 23 May 2016 21:56:38 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NLucoK003339; Mon, 23 May 2016 21:56:38 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201605232156.u4NLucoK003339@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 23 May 2016 21:56:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415748 - head/lang/perl5-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 21:56:39 -0000 Author: mat Date: Mon May 23 21:56:38 2016 New Revision: 415748 URL: https://svnweb.freebsd.org/changeset/ports/415748 Log: Ah, the Perl to github exporter is working again, so, let's use the distfile github generates. Sponsored by: Absolight Modified: head/lang/perl5-devel/distinfo (contents, props changed) Modified: head/lang/perl5-devel/distinfo ============================================================================== --- head/lang/perl5-devel/distinfo Mon May 23 21:50:28 2016 (r415747) +++ head/lang/perl5-devel/distinfo Mon May 23 21:56:38 2016 (r415748) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464005227 -SHA256 (perl/perl-5.25.1-46_GH0.tar.gz) = 5e27a2d760246790abf58110d1b9fc466d5b55ef90153ff83fbd9c76b73d6101 -SIZE (perl/perl-5.25.1-46_GH0.tar.gz) = 17922451 +TIMESTAMP = 1464040219 +SHA256 (perl/perl-5.25.1-46_GH0.tar.gz) = c5ed69c8af66d77d21f4562bf072a155a5df9356d77dd4d6579b5e2d4c2812e7 +SIZE (perl/perl-5.25.1-46_GH0.tar.gz) = 17972827 From owner-svn-ports-head@freebsd.org Mon May 23 22:07:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 478EBB4734B; Mon, 23 May 2016 22:07:26 +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 21A3C1E0E; Mon, 23 May 2016 22:07:26 +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 u4NM7Pld006766; Mon, 23 May 2016 22:07:25 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NM7OEi006761; Mon, 23 May 2016 22:07:24 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201605232207.u4NM7OEi006761@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Mon, 23 May 2016 22:07:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415749 - in head/databases/db5: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 22:07:26 -0000 Author: mandree Date: Mon May 23 22:07:24 2016 New Revision: 415749 URL: https://svnweb.freebsd.org/changeset/ports/415749 Log: Modernize Makefile and chase new requisites. * Modernize Makefile [1]. * The Tcl changes suggested in the PR [1] are applied but commented out because the code causes scary "warning: the value of the size argument in 'strncat' is too large, might lead to a buffer overflow [-Wstrncat-size]" in lang/tcl/tcl_*.c on FreeBSD 10.3 amd64. * Other than what is suggested in the PR, refuse to add the TCL option, and leave --disable-tcl in. * JAVA option: restrict to Java versions 1.6 and 1.7 because the port fails to compile with JAVA option enabled and openjdk8 (IllegalArgument exception). portlint cleanups: * Set PATCH_WRKSRC, and refresh patches with "make makepatch". * Use Space (not HTab) after WWW: tag in pkg-descr * Drop "The" from COMMENT. PR: 208740 [1] Submitted by: gahr@ [1] Added: head/databases/db5/files/patch-src_dbinc_mutex__int.h (contents, props changed) Deleted: head/databases/db5/files/patch-dbinc_mutex_int.h Modified: head/databases/db5/Makefile head/databases/db5/files/patch-dist_configure head/databases/db5/files/patch-src_dbinc_atomic.h head/databases/db5/pkg-plist Modified: head/databases/db5/Makefile ============================================================================== --- head/databases/db5/Makefile Mon May 23 21:56:38 2016 (r415748) +++ head/databases/db5/Makefile Mon May 23 22:07:24 2016 (r415749) @@ -3,7 +3,7 @@ PORTNAME= db5 PORTVERSION= 5.3.28 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases java MASTER_SITES= http://download.oracle.com/berkeley-db/ PKGNAMEPREFIX?= @@ -13,7 +13,7 @@ DISTNAME= db-${PORTVERSION} DIST_SUBDIR= bdb MAINTAINER= mandree@FreeBSD.org -COMMENT= The Oracle Berkeley DB, revision ${BDBVER} +COMMENT= Oracle Berkeley DB, revision ${BDBVER} BDBVER= ${PORTVERSION:R} BDBMAJ= ${BDBVER:R} @@ -28,62 +28,50 @@ GNU_CONFIGURE= yes USES= gmake libtool INSTALL_TARGET= install_include install_lib install_utilities WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix +PATCH_WRKSRC= ${WRKDIR}/${DISTNAME} USE_LDCONFIG= yes PLIST_SUB= BDBMAJ=${BDBMAJ} BDBVER=${BDBVER} +MAKE_ARGS+= docdir=${DOCSDIR} OPTIONS_DEFINE= CRYPTO L10N SQL JAVA DOCS +# WARNING: DO NOT ADD TCL TO OPTIONS: +# On FreeBSD 10.3 this causes a heap of warnings of the following kind +# and is deemed unsafe. +# ./lang/tcl/tcl_*.c:*:*: warning: the value of the size argument in 'strncat' is too large, might lead to a buffer overflow [-Wstrncat-size] OPTIONS_DEFAULT=CRYPTO +OPTIONS_SUB= yes CRYPTO_DESC= Cryptography support L10N_DESC= Localization support (EXPERIMENTAL) SQL_DESC= Enable SQL API (EXPERIMENTAL) -.include - -.if ${ARCH} == "aarch64" || ${ARCH:Marmv6*} -# db5 uses a deprecated instruction for mutexes on ARM, fbsd bug#197227 -# also bug#205001 -CONFIGURE_ARGS+= --enable-posixmutexes -.endif - -.if ${PORT_OPTIONS:MDOCS} -INSTALL_TARGET+=install_docs docdir=${DOCSDIR} PORTDOCS= * -.endif -.if ${PORT_OPTIONS:MSQL} -CONFIGURE_ARGS+= --enable-sql_codegen --enable-sql -PLIST_SUB+= SQL="" -libdb_sql= libdb_sql -.else -PLIST_SUB+= SQL="@comment " -libdb_sql= -.endif +DBLIBS= libdb libdb_cxx libdb_stl -.if ${PORT_OPTIONS:MJAVA} -USE_JAVA= yes -JAVA_VERSION= 1.6+ -CONFIGURE_ARGS+= --enable-java -CPPFLAGS+= "-I${JAVA_HOME}/include" -CONFIGURE_ENV= JAVAC="${JAVAC}" JAR="${JAR}" JAVA="${JAVA}" -PLIST_SUB+= JAVA="" -libdb_java= libdb_java -.else -PLIST_SUB+= JAVA="@comment " -libdb_java= -.endif +DEBUG_CONFIGURE_ENABLE= debug umrw +CRYPTO_CONFIGURE_WITH= cryptography=yes +L10N_CONFIGURE_ENABLE= localization +SQL_CONFIGURE_ENABLE= sql sql_codegen +SQL_VARS= DBLIBS+=libdb_sql +JAVA_USE= java +# db5 is incompatible with openjdk8 and causes IllegalArgument +# exceptions during build +JAVA_VARS= DBLIBS+=libdb_java JAVA_VERSION="1.6 1.7" +JAVA_CONFIGURE_ENABLE= java +JAVA_CPPFLAGS= -I"${JAVA_HOME}/include" +JAVA_CONFIGURE_ENV= JAVAC="${JAVAC}" JAR="${JAR}" JAVA="${JAVA}" JAVACFLAGS="-Xlint:unchecked" +#TCL_CONFIGURE_ENABLE= tcl +#TCL_USES= tcl:85+ +#TCL_CONFIGURE_WITH= tcl=${TCL_LIBDIR} +#TCL_VARS= DBLIBS+=libdb_tcl +DOCS_INSTALL_TARGET= install_docs -.if ${PORT_OPTIONS:MCRYPTO} -CONFIGURE_ARGS+= --with-cryptography=yes -.else -CONFIGURE_ARGS+= --with-cryptography=no -.endif - -.if ${PORT_OPTIONS:ML10N} -CONFIGURE_ARGS+= --enable-localization -.endif +.include -.if ${PORT_OPTIONS:MDEBUG} -CONFIGURE_ARGS+= --enable-debug --enable-umrw +.if ${ARCH} == "aarch64" || ${ARCH:Marmv6*} +# db5 uses a deprecated instruction for mutexes on ARM, fbsd bug#197227 +# and also bug#205001 +CONFIGURE_ARGS+= --enable-posixmutexes .endif post-patch: @@ -91,24 +79,17 @@ post-patch: ${REINPLACE_CMD} -Ee 's/[[:<:]]atomic_init[[:>:]]/db_atomic_init/g' ${WRKSRC}/../src/mp/mp* ${WRKSRC}/../src/mutex/mut_* post-install: -.for i in libdb libdb_cxx libdb_stl ${libdb_sql} ${libdb_java} +.for i in ${DBLIBS} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/${i}-${BDBVER}.so.0 ${LN} -s -f ${PORTNAME}/${i}-${BDBVER}.so.0 ${STAGEDIR}${PREFIX}/lib ${LN} -s -f ${PORTNAME}/${i}-${BDBMAJ}.so ${STAGEDIR}${PREFIX}/lib ${LN} -s -f ${i}-${BDBVER}.so.0 ${STAGEDIR}${PREFIX}/lib/${i}-${BDBVER}.so ${LN} -s -f ${i}-${BDBVER}.so.0 ${STAGEDIR}${PREFIX}/lib/${i}-${BDBMAJ}.so.0 ${LN} -s -f ${i}-${BDBVER}.a ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/${i}.a - ${CHMOD} a-w ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/${i}-${BDBVER}.so.0 \ - ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/${i}-${BDBVER}.a \ - ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/${i}-${BDBVER}.la .endfor cd ${STAGEDIR}${PREFIX}/bin/${PORTNAME}; \ for i in *; do ${LN} -s -f ${PORTNAME}/$$i ../$$i-${BDBVER} ; \ ${LN} -s -f ${PORTNAME}/$$i ../$$i-${BDBMAJ} ; done -.if ${PORT_OPTIONS:MDOCS} -.for i in api_reference/TCL - ${RM} -r -f ${STAGEDIR}${DOCSDIR}/${i} -.endfor .if empty(PORT_OPTIONS:MJAVA) ${RM} -r -f ${STAGEDIR}${DOCSDIR}/java .for i in gsg gsg_db_rep gsg_txn @@ -118,6 +99,14 @@ post-install: .if empty(PORT_OPTIONS:MSQL) ${RM} -r -f ${STAGEDIR}${DOCSDIR}/bdb-sql .endif +.if !empty(PORT_OPTIONS:MTCL) + echo "package ifneeded Db_tcl ${BDBVER} \ + [list load [file join $$dir libdb_tcl-${BDBVER}.so]] \ + " > ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/pkgIndex.tcl +.else +.for i in api_reference/TCL + ${RM} -r -f ${STAGEDIR}${DOCSDIR}/${i} +.endfor .endif .include Modified: head/databases/db5/files/patch-dist_configure ============================================================================== --- head/databases/db5/files/patch-dist_configure Mon May 23 21:56:38 2016 (r415748) +++ head/databases/db5/files/patch-dist_configure Mon May 23 22:07:24 2016 (r415749) @@ -1,6 +1,7 @@ ---- ../dist/configure.orig Wed Dec 5 13:14:02 2001 -+++ ../dist/configure Wed Dec 5 13:24:01 2001 -@@ -20867,8 +20867,8 @@ +--- dist/configure.orig 2013-09-09 15:35:02 UTC ++++ dist/configure +@@ -17712,10 +17712,10 @@ LIBTOOL="./libtool" + INSTALLER="\$(LIBTOOL) --mode=install cp -p" MAKEFILE_CC="\$(LIBTOOL) --mode=compile ${MAKEFILE_CC}" -MAKEFILE_SOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CCLINK} -avoid-version" @@ -11,3 +12,4 @@ +MAKEFILE_XSOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CXXLINK} -version-info 0:0:0" MAKEFILE_CXXLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CXXLINK}" + Modified: head/databases/db5/files/patch-src_dbinc_atomic.h ============================================================================== --- head/databases/db5/files/patch-src_dbinc_atomic.h Mon May 23 21:56:38 2016 (r415748) +++ head/databases/db5/files/patch-src_dbinc_atomic.h Mon May 23 22:07:24 2016 (r415749) @@ -1,5 +1,5 @@ ---- ../src/dbinc/atomic.h.orig 2012-02-29 19:48:38.000000000 +0100 -+++ ../src/dbinc/atomic.h 2012-05-04 22:39:32.000000000 +0200 +--- src/dbinc/atomic.h.orig 2013-09-09 15:35:08 UTC ++++ src/dbinc/atomic.h @@ -70,7 +70,7 @@ typedef struct { * These have no memory barriers; the caller must include them when necessary. */ Added: head/databases/db5/files/patch-src_dbinc_mutex__int.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/db5/files/patch-src_dbinc_mutex__int.h Mon May 23 22:07:24 2016 (r415749) @@ -0,0 +1,11 @@ +--- src/dbinc/mutex_int.h.orig 2013-09-09 15:35:08 UTC ++++ src/dbinc/mutex_int.h +@@ -596,7 +596,7 @@ MUTEX_SET(int *tsl) { + : "=&r" (__r), "+r" (tsl) + : + : "cr0", "memory"); +- return (int)tsl; ++ return (tsl != 0); + } + + static inline int Modified: head/databases/db5/pkg-plist ============================================================================== --- head/databases/db5/pkg-plist Mon May 23 21:56:38 2016 (r415748) +++ head/databases/db5/pkg-plist Mon May 23 22:07:24 2016 (r415749) @@ -123,3 +123,15 @@ lib/libdb_stl-%%BDBMAJ%%.so lib/libdb_stl-%%BDBMAJ%%.so.0 lib/libdb_stl-%%BDBVER%%.so lib/libdb_stl-%%BDBVER%%.so.0 +@comment %%TCL%%lib/db5/libdb_tcl-%%BDBVER%%.a +@comment %%TCL%%lib/db5/libdb_tcl-%%BDBVER%%.so +@comment %%TCL%%lib/db5/libdb_tcl-%%BDBVER%%.so.0 +@comment %%TCL%%lib/db5/libdb_tcl-%%BDBVER%%.so.0.0.0 +@comment %%TCL%%lib/db5/libdb_tcl-5.so +@comment %%TCL%%lib/db5/libdb_tcl.a +@comment %%TCL%%lib/db5/libdb_tcl.so +@comment %%TCL%%lib/db5/pkgIndex.tcl +@comment %%TCL%%lib/libdb_tcl-%%BDBVER%%.so +@comment %%TCL%%lib/libdb_tcl-%%BDBVER%%.so.0 +@comment %%TCL%%lib/libdb_tcl-5.so +@comment %%TCL%%lib/libdb_tcl-5.so.0 From owner-svn-ports-head@freebsd.org Mon May 23 22:42:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC50DB47C1C; Mon, 23 May 2016 22:42:04 +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 BD15214DE; Mon, 23 May 2016 22:42:04 +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 u4NMg3J2018544; Mon, 23 May 2016 22:42:03 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NMg3ES018536; Mon, 23 May 2016 22:42:03 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201605232242.u4NMg3ES018536@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Mon, 23 May 2016 22:42:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415750 - head/devel/libublio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 23 May 2016 22:42:05 -0000 Author: mandree Date: Mon May 23 22:42:03 2016 New Revision: 415750 URL: https://svnweb.freebsd.org/changeset/ports/415750 Log: Add pkgconfig file. Add LICENSE clause. PR: 199797 Submitted by: resver@gmail.com Modified: head/devel/libublio/Makefile head/devel/libublio/pkg-plist Modified: head/devel/libublio/Makefile ============================================================================== --- head/devel/libublio/Makefile Mon May 23 22:07:24 2016 (r415749) +++ head/devel/libublio/Makefile Mon May 23 22:42:03 2016 (r415750) @@ -3,12 +3,15 @@ PORTNAME= libublio PORTVERSION= 20070103 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= LOCAL/mandree MAINTAINER= mandree@FreeBSD.org COMMENT= User space caching library +LICENSE= BSD2CLAUSE + USE_LDCONFIG= yes .if defined(NO_PROFILE) || defined(NOPROFILE) || defined(WITHOUT_PROFILE) @@ -22,6 +25,9 @@ USES= uidfix SRCCONF= /dev/null MAKE_ENV+= SRCCONF=${SRCCONF} +SUB_FILES= libublio.pc +SUB_LIST= PREFIX=${PREFIX} PORTVERSION=${PORTVERSION} + OPTIONS_DEFINE= DOCS post-extract: @@ -37,5 +43,6 @@ pre-install: post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKDIR}/libublio.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/ .include Modified: head/devel/libublio/pkg-plist ============================================================================== --- head/devel/libublio/pkg-plist Mon May 23 22:07:24 2016 (r415749) +++ head/devel/libublio/pkg-plist Mon May 23 22:42:03 2016 (r415750) @@ -3,4 +3,5 @@ lib/libublio.a %%PROFLIB%%lib/libublio_p.a lib/libublio.so lib/libublio.so.1 +libdata/pkgconfig/libublio.pc %%PORTDOCS%%%%DOCSDIR%%/README From owner-svn-ports-head@freebsd.org Tue May 24 00:50:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4363B47ED7; Tue, 24 May 2016 00:50: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 74DBB1C50; Tue, 24 May 2016 00:50: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 u4O0ol5q054790; Tue, 24 May 2016 00:50:47 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4O0olT8054788; Tue, 24 May 2016 00:50:47 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605240050.u4O0olT8054788@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 24 May 2016 00:50:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415751 - head/math/py-fastcluster X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 00:50:48 -0000 Author: amdmi3 Date: Tue May 24 00:50:47 2016 New Revision: 415751 URL: https://svnweb.freebsd.org/changeset/ports/415751 Log: - Update to 1.1.20 PR: 209623 Submitted by: xmj (maintainer) Modified: head/math/py-fastcluster/Makefile head/math/py-fastcluster/distinfo Modified: head/math/py-fastcluster/Makefile ============================================================================== --- head/math/py-fastcluster/Makefile Mon May 23 22:42:03 2016 (r415750) +++ head/math/py-fastcluster/Makefile Tue May 24 00:50:47 2016 (r415751) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= fastcluster -PORTVERSION= 1.1.13 -PORTREVISION= 2 +PORTVERSION= 1.1.20 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/math/py-fastcluster/distinfo ============================================================================== --- head/math/py-fastcluster/distinfo Mon May 23 22:42:03 2016 (r415750) +++ head/math/py-fastcluster/distinfo Tue May 24 00:50:47 2016 (r415751) @@ -1,2 +1,2 @@ -SHA256 (fastcluster-1.1.13.tar.gz) = abdf99d327e6e6569dc2782eaca1d6ed2ced88ab6c6b43c8e9850dae66f9648c -SIZE (fastcluster-1.1.13.tar.gz) = 148538 +SHA256 (fastcluster-1.1.20.tar.gz) = 2b8412678c1dc3b8ea329aa7e19df4a31639404e8fdadd1b3c3e1a376002c6af +SIZE (fastcluster-1.1.20.tar.gz) = 161552 From owner-svn-ports-head@freebsd.org Tue May 24 01:15:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4E57B486A4; Tue, 24 May 2016 01:15: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 822AE1DC8; Tue, 24 May 2016 01:15: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 u4O1FqpB063846; Tue, 24 May 2016 01:15:52 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4O1FqoZ063845; Tue, 24 May 2016 01:15:52 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605240115.u4O1FqoZ063845@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 24 May 2016 01:15:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415752 - head/games/trackballs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 01:15:53 -0000 Author: amdmi3 Date: Tue May 24 01:15:52 2016 New Revision: 415752 URL: https://svnweb.freebsd.org/changeset/ports/415752 Log: - Clarify LICENSE - Add LICENSE_FILE Approved by: portmgr blanket Modified: head/games/trackballs/Makefile Modified: head/games/trackballs/Makefile ============================================================================== --- head/games/trackballs/Makefile Tue May 24 00:50:47 2016 (r415751) +++ head/games/trackballs/Makefile Tue May 24 01:15:52 2016 (r415752) @@ -13,7 +13,8 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}${E MAINTAINER= martymac@FreeBSD.org COMMENT= SDL-based Marble Madness clone -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libguile.so:lang/guile RUN_DEPENDS= bash:shells/bash From owner-svn-ports-head@freebsd.org Tue May 24 01:33:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA7F5B48C97; Tue, 24 May 2016 01:33:59 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id ABBDB1A12; Tue, 24 May 2016 01:33:59 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from Silverstone (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id A416A1A92; Tue, 24 May 2016 01:33:57 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Date: Mon, 23 May 2016 21:33:57 -0400 From: Jason Unovitch To: Lars Engels Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r415589 - head/net/relayd/files Message-ID: <20160524013357.GA53608@Silverstone> References: <201605211013.u4LADB9b091700@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed In-Reply-To: <201605211013.u4LADB9b091700@repo.freebsd.org> User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 01:33:59 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 On Sat, May 21, 2016 at 10:13:11AM +0000, Lars Engels wrote: > Author: lme > Date: Sat May 21 10:13:11 2016 > New Revision: 415589 > URL: https://svnweb.freebsd.org/changeset/ports/415589 > > Log: > Check relayd's configuration with {start,restart,reload}_precmd in the rc script. > > PR: 200914 > Submitted by: Damien Fleuriot > Approved by: maintainer timeout (11 months) > > Modified: > head/net/relayd/files/relayd.in > > Modified: head/net/relayd/files/relayd.in > ============================================================================== > --- head/net/relayd/files/relayd.in Sat May 21 09:59:56 2016 (r415588) > +++ head/net/relayd/files/relayd.in Sat May 21 10:13:11 2016 (r415589) > @@ -22,9 +22,18 @@ load_rc_config $name > > command="%%PREFIX%%/sbin/relayd" > relayctl="%%PREFIX%%/sbin/relayctl" > +start_precmd="relayd_checkconfig" > +reload_precmd="relayd_checkconfig" > +restart_precmd="relayd_checkconfig" > reload_cmd="relayd_reload_cmd" > extra_commands="reload" > > +relayd_checkconfig() > +{ > + echo "Performing sanity check on relayd configuration:" > + eval ${command} ${relayd_flags} -n > +} > + > relayd_reload_cmd () { > ${relayctl} reload > } Can you bump PORTREVISION so end users will actually get this update? Thanks. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAEBCgBmBQJXQ6+FXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ0NURGNTQ1OTkzQkJFMzc3OTNDQUNERUU2 RkQ0OUMzMDE2MUNBQTZFAAoJEG/UnDAWHKpuYNUIALsblicQ0SB5hfrX+m3UIbuz OZZ7CmzofBYs2O3nv13HP/c/ZlN7kEu5UrbyHZuRV4tZJxN+4WTT9MJA1bLmiLIc 5M55SjufbRIm6sY43aDrM5WJffcSht9U3rvpkIM8Hf8PLkAw8/Dk+OH1gpGtwPen 3ctCDsSm8nHxHA1jHZuK2mgBzbYGHwK3tvkG9I1AioZoE2iZrBzLs5iqQa1Q+JH/ 8dcBjL5q3bYYR5RhEc3Tn6EFxNcJ+HLNTHiRygIbBCLEKIOkfSkYoZonM8UcuhrY gAn7HibsmPX2GwCyTmMeV00xVrI6kll7U12Jw379pQlAGtoruShesfQFbeuHEu8= =3Aut -----END PGP SIGNATURE----- From owner-svn-ports-head@freebsd.org Tue May 24 01:45:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0A38B48ED8; Tue, 24 May 2016 01:45:14 +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 67F801F45; Tue, 24 May 2016 01:45:14 +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 u4O1jDgM073196; Tue, 24 May 2016 01:45:13 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4O1jDNb073193; Tue, 24 May 2016 01:45:13 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201605240145.u4O1jDNb073193@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 24 May 2016 01:45:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415753 - head/graphics/nip2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 01:45:14 -0000 Author: danilo Date: Tue May 24 01:45:13 2016 New Revision: 415753 URL: https://svnweb.freebsd.org/changeset/ports/415753 Log: - Update to 8.3.0 Modified: head/graphics/nip2/Makefile head/graphics/nip2/distinfo head/graphics/nip2/pkg-plist Modified: head/graphics/nip2/Makefile ============================================================================== --- head/graphics/nip2/Makefile Tue May 24 01:15:52 2016 (r415752) +++ head/graphics/nip2/Makefile Tue May 24 01:45:13 2016 (r415753) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= nip2 -PORTVERSION= 8.2 +PORTVERSION= 8.3.0 CATEGORIES= graphics -MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION}/ +MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/ MAINTAINER= danilo@FreeBSD.org COMMENT= Graphical user interface for VIPS Modified: head/graphics/nip2/distinfo ============================================================================== --- head/graphics/nip2/distinfo Tue May 24 01:15:52 2016 (r415752) +++ head/graphics/nip2/distinfo Tue May 24 01:45:13 2016 (r415753) @@ -1,2 +1,3 @@ -SHA256 (nip2-8.2.tar.gz) = 18151e2185eb9db60196d98354ef751eb55ea9d3b55ef090f4a039125d465fca -SIZE (nip2-8.2.tar.gz) = 7758431 +TIMESTAMP = 1463795282 +SHA256 (nip2-8.3.0.tar.gz) = 4aa1183cb1f7b50d66324cc7f4c074a1a5339efb941c8f8412bdc3edfc13216f +SIZE (nip2-8.3.0.tar.gz) = 7901024 Modified: head/graphics/nip2/pkg-plist ============================================================================== --- head/graphics/nip2/pkg-plist Tue May 24 01:15:52 2016 (r415752) +++ head/graphics/nip2/pkg-plist Tue May 24 01:45:13 2016 (r415753) @@ -291,6 +291,27 @@ share/mime/packages/nip2.xml %%DATADIR%%/compat/7.9/_predicate.def %%DATADIR%%/compat/7.9/_stdenv.def %%DATADIR%%/compat/7.9/_types.def +%%DATADIR%%/compat/8.2/Colour.def +%%DATADIR%%/compat/8.2/Filter.def +%%DATADIR%%/compat/8.2/Histogram.def +%%DATADIR%%/compat/8.2/Image.def +%%DATADIR%%/compat/8.2/Magick.def +%%DATADIR%%/compat/8.2/Math.def +%%DATADIR%%/compat/8.2/Matrix.def +%%DATADIR%%/compat/8.2/Object.def +%%DATADIR%%/compat/8.2/Preferences.ws +%%DATADIR%%/compat/8.2/Tasks.def +%%DATADIR%%/compat/8.2/Widgets.def +%%DATADIR%%/compat/8.2/_Object.def +%%DATADIR%%/compat/8.2/_convert.def +%%DATADIR%%/compat/8.2/_generate.def +%%DATADIR%%/compat/8.2/_joe_extra.def +%%DATADIR%%/compat/8.2/_joe_utilities.def +%%DATADIR%%/compat/8.2/_list.def +%%DATADIR%%/compat/8.2/_magick.def +%%DATADIR%%/compat/8.2/_predicate.def +%%DATADIR%%/compat/8.2/_stdenv.def +%%DATADIR%%/compat/8.2/_types.def %%DATADIR%%/data/AdobeRGB1998.icc %%DATADIR%%/data/cmyk.icm %%DATADIR%%/data/examples/1_point_mosaic/1pt_mosaic.ws From owner-svn-ports-head@freebsd.org Tue May 24 01:47:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3F78B48F1D; Tue, 24 May 2016 01:47:43 +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 9A38B1064; Tue, 24 May 2016 01:47:43 +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 u4O1lgXo073401; Tue, 24 May 2016 01:47:42 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4O1lged073398; Tue, 24 May 2016 01:47:42 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201605240147.u4O1lged073398@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 24 May 2016 01:47:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415754 - 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.22 Precedence: list List-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, 24 May 2016 01:47:43 -0000 Author: danilo Date: Tue May 24 01:47:42 2016 New Revision: 415754 URL: https://svnweb.freebsd.org/changeset/ports/415754 Log: - Update to 6.700.7 Modified: head/math/armadillo/Makefile head/math/armadillo/distinfo head/math/armadillo/pkg-plist Modified: head/math/armadillo/Makefile ============================================================================== --- head/math/armadillo/Makefile Tue May 24 01:45:13 2016 (r415753) +++ head/math/armadillo/Makefile Tue May 24 01:47:42 2016 (r415754) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= armadillo -PORTVERSION= 6.700.6 +PORTVERSION= 6.700.7 CATEGORIES= math MASTER_SITES= SF/arma Modified: head/math/armadillo/distinfo ============================================================================== --- head/math/armadillo/distinfo Tue May 24 01:45:13 2016 (r415753) +++ head/math/armadillo/distinfo Tue May 24 01:47:42 2016 (r415754) @@ -1,2 +1,3 @@ -SHA256 (armadillo-6.700.6.tar.gz) = a8df1dc47ab6e3469ba389aab18546111f3d0abf0f675c3c12ae7c075697b7b1 -SIZE (armadillo-6.700.6.tar.gz) = 5470382 +TIMESTAMP = 1464054577 +SHA256 (armadillo-6.700.7.tar.gz) = 2a3388ee99d345b3e31c83ea3b0850292ac1a2154ffb785c1f03af9d3b6b7175 +SIZE (armadillo-6.700.7.tar.gz) = 5470594 Modified: head/math/armadillo/pkg-plist ============================================================================== --- head/math/armadillo/pkg-plist Tue May 24 01:45:13 2016 (r415753) +++ head/math/armadillo/pkg-plist Tue May 24 01:47:42 2016 (r415754) @@ -455,7 +455,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.700.6 +lib/libarmadillo.so.6.700.7 share/Armadillo/CMake/ArmadilloConfig.cmake share/Armadillo/CMake/ArmadilloConfigVersion.cmake share/Armadillo/CMake/ArmadilloLibraryDepends-release.cmake From owner-svn-ports-head@freebsd.org Tue May 24 01:49:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74FB9B48F5E; Tue, 24 May 2016 01:49:07 +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 421D2115A; Tue, 24 May 2016 01:49:07 +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 u4O1n61O073558; Tue, 24 May 2016 01:49:06 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4O1n6YE073556; Tue, 24 May 2016 01:49:06 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201605240149.u4O1n6YE073556@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 24 May 2016 01:49:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415755 - head/textproc/p5-PDF-Table X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 01:49:07 -0000 Author: danilo Date: Tue May 24 01:49:06 2016 New Revision: 415755 URL: https://svnweb.freebsd.org/changeset/ports/415755 Log: - Update to 0.9.12 Modified: head/textproc/p5-PDF-Table/Makefile head/textproc/p5-PDF-Table/distinfo Modified: head/textproc/p5-PDF-Table/Makefile ============================================================================== --- head/textproc/p5-PDF-Table/Makefile Tue May 24 01:47:42 2016 (r415754) +++ head/textproc/p5-PDF-Table/Makefile Tue May 24 01:49:06 2016 (r415755) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= PDF-Table -DISTVERSION= 0.9.10 -PORTREVISION= 1 +DISTVERSION= 0.9.12 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-PDF-Table/distinfo ============================================================================== --- head/textproc/p5-PDF-Table/distinfo Tue May 24 01:47:42 2016 (r415754) +++ head/textproc/p5-PDF-Table/distinfo Tue May 24 01:49:06 2016 (r415755) @@ -1,2 +1,3 @@ -SHA256 (PDF-Table-0.9.10.tar.gz) = b7fdf6dae160fd12131338ac03e8ef98d102819cd931c62069c34712df9e8584 -SIZE (PDF-Table-0.9.10.tar.gz) = 36159 +TIMESTAMP = 1464054598 +SHA256 (PDF-Table-0.9.12.tar.gz) = 37a5369958634264d6d35e065883988c866ac351a645eb7c4a5c5e35736d7c41 +SIZE (PDF-Table-0.9.12.tar.gz) = 31228 From owner-svn-ports-head@freebsd.org Tue May 24 01:49:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAE0AB48F8E; Tue, 24 May 2016 01:49:48 +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 AB988123C; Tue, 24 May 2016 01:49:48 +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 u4O1nl5a073691; Tue, 24 May 2016 01:49:47 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4O1nlZJ073689; Tue, 24 May 2016 01:49:47 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201605240149.u4O1nlZJ073689@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 24 May 2016 01:49:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415756 - head/www/squidview X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 01:49:49 -0000 Author: danilo Date: Tue May 24 01:49:47 2016 New Revision: 415756 URL: https://svnweb.freebsd.org/changeset/ports/415756 Log: - Update to 0.82 Modified: head/www/squidview/Makefile head/www/squidview/distinfo Modified: head/www/squidview/Makefile ============================================================================== --- head/www/squidview/Makefile Tue May 24 01:49:06 2016 (r415755) +++ head/www/squidview/Makefile Tue May 24 01:49:47 2016 (r415756) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= squidview -PORTVERSION= 0.81 +PORTVERSION= 0.82 CATEGORIES= www MASTER_SITES= http://www.rillion.net/squidview/ Modified: head/www/squidview/distinfo ============================================================================== --- head/www/squidview/distinfo Tue May 24 01:49:06 2016 (r415755) +++ head/www/squidview/distinfo Tue May 24 01:49:47 2016 (r415756) @@ -1,2 +1,3 @@ -SHA256 (squidview-0.81.tar.gz) = 8c23585ef6bf02724cb51685e255fca260d42237a4ee344a64936e508f7cb148 -SIZE (squidview-0.81.tar.gz) = 122645 +TIMESTAMP = 1464054712 +SHA256 (squidview-0.82.tar.gz) = e478191db40e4cc6e72be71a2f9822460957539285a068c4423e9bb92e255c57 +SIZE (squidview-0.82.tar.gz) = 129783 From owner-svn-ports-head@freebsd.org Tue May 24 01:57:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C986B471D0; Tue, 24 May 2016 01:57:33 +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 CF11717C4; Tue, 24 May 2016 01:57: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 u4O1vVNT076643; Tue, 24 May 2016 01:57:31 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4O1vVeB076642; Tue, 24 May 2016 01:57:31 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201605240157.u4O1vVeB076642@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 24 May 2016 01:57:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415757 - 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.22 Precedence: list List-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, 24 May 2016 01:57:33 -0000 Author: junovitch Date: Tue May 24 01:57:31 2016 New Revision: 415757 URL: https://svnweb.freebsd.org/changeset/ports/415757 Log: Document security announcement from MediaWiki 1.26.3, 1.25.6, and 1.23.14 release. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue May 24 01:49:47 2016 (r415756) +++ head/security/vuxml/vuln.xml Tue May 24 01:57:31 2016 (r415757) @@ -58,6 +58,59 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + mediawiki -- multiple vulnerabilities + + + mediawiki123 + 1.23.14 + + + mediawiki124 + 1.24.6 + + + mediawiki125 + 1.25.6 + + + mediawiki126 + 1.26.3 + + + + +

Mediawiki reports:

+
+

Security fixes:

+

T122056: Old tokens are remaining valid within a new session

+

T127114: Login throttle can be tricked using non-canonicalized + usernames

+

T123653: Cross-domain policy regexp is too narrow

+

T123071: Incorrectly identifying http link in a's href + attributes, due to m modifier in regex

+

T129506: MediaWiki:Gadget-popups.js isn't renderable

+

T125283: Users occasionally logged in as different users after + SessionManager deployment

+

T103239: Patrol allows click catching and patrolling of any + page

+

T122807: [tracking] Check php crypto primatives

+

T98313: Graphs can leak tokens, leading to CSRF

+

T130947: Diff generation should use PoolCounter

+

T133507: Careless use of $wgExternalLinkTarget is insecure

+

T132874: API action=move is not rate limited

+
+ +
+ + https://lists.wikimedia.org/pipermail/mediawiki-announce/2016-May/000188.html + + + 2016-05-20 + 2016-05-24 + +
+ wpa_supplicant -- psk configuration parameter update allowing arbitrary data to be written From owner-svn-ports-head@freebsd.org Tue May 24 02:56:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 370F4B482CD; Tue, 24 May 2016 02:56:58 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 12B5C184A; Tue, 24 May 2016 02:56:58 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4O2uv7J095007; Tue, 24 May 2016 02:56:57 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4O2uufu095002; Tue, 24 May 2016 02:56:56 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605240256.u4O2uufu095002@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 24 May 2016 02:56:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415759 - in head/x11-fonts: . firacode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 02:56:58 -0000 Author: pi Date: Tue May 24 02:56:56 2016 New Revision: 415759 URL: https://svnweb.freebsd.org/changeset/ports/415759 Log: New port: x11-fonts/firacode Fira Code is a version of Mozilla's Fira Mono font with additional ligatures. It is an extension of the Fira Mono font containing a set of ligatures for common programming multi-character combinations in languages like erlang, elixir, haskell, ocaml, clojure, scala etc where these symbols crop up frequently. This is just a font rendering feature: underlying code remains ASCII-compatible. This helps to read and understand code faster. For some frequent sequences like .. or //, ligatures allow us to correct spacing. WWW: https://github.com/tonsky/FiraCode PR: 209627 Submitted by: Dave Cottlehuber Added: head/x11-fonts/firacode/ head/x11-fonts/firacode/Makefile (contents, props changed) head/x11-fonts/firacode/distinfo (contents, props changed) head/x11-fonts/firacode/pkg-descr (contents, props changed) head/x11-fonts/firacode/pkg-plist (contents, props changed) Modified: head/x11-fonts/Makefile Modified: head/x11-fonts/Makefile ============================================================================== --- head/x11-fonts/Makefile Tue May 24 02:08:19 2016 (r415758) +++ head/x11-fonts/Makefile Tue May 24 02:56:56 2016 (r415759) @@ -42,6 +42,7 @@ SUBDIR += farsifonts SUBDIR += fifteen SUBDIR += fira + SUBDIR += firacode SUBDIR += fntsample SUBDIR += font-adobe-100dpi SUBDIR += font-adobe-75dpi Added: head/x11-fonts/firacode/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/firacode/Makefile Tue May 24 02:56:56 2016 (r415759) @@ -0,0 +1,26 @@ +# Created by: Dave Cottlehuber +# $FreeBSD$ + +PORTNAME= firacode +PORTVERSION= 1.102 +CATEGORIES= x11-fonts +MASTER_SITES= https://github.com/tonsky/FiraCode/releases/download/${PORTVERSION}/ +DISTNAME= FiraCode_${PORTVERSION} + +MAINTAINER= dch@skunkwerks.at +COMMENT= Monospaced font with programming ligatures derived from Fira + +LICENSE= OFL11 + +USES= fonts zip +USE_XORG= x11 +NO_ARCH= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes + +do-install: + @${MKDIR} ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/FiraCode_${PORTVERSION}/*.otf \ + ${STAGEDIR}${FONTSDIR} + +.include Added: head/x11-fonts/firacode/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/firacode/distinfo Tue May 24 02:56:56 2016 (r415759) @@ -0,0 +1,3 @@ +TIMESTAMP = 1463555079 +SHA256 (FiraCode_1.102.zip) = fe3dc4af0c7e44d715b6f9a1bfc1adb5fee76a533016c0a2b0c3b3da8efb996d +SIZE (FiraCode_1.102.zip) = 484946 Added: head/x11-fonts/firacode/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/firacode/pkg-descr Tue May 24 02:56:56 2016 (r415759) @@ -0,0 +1,12 @@ +Fira Code is a version of Mozilla's Fira Mono font with additional +ligatures. + +It is an extension of the Fira Mono font containing a set of ligatures +for common programming multi-character combinations in languages +like erlang, elixir, haskell, ocaml, clojure, scala etc where these +symbols crop up frequently. This is just a font rendering feature: +underlying code remains ASCII-compatible. This helps to read and +understand code faster. For some frequent sequences like .. or //, +ligatures allow us to correct spacing. + +WWW: https://github.com/tonsky/FiraCode Added: head/x11-fonts/firacode/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/firacode/pkg-plist Tue May 24 02:56:56 2016 (r415759) @@ -0,0 +1,5 @@ +%%FONTSDIR%%/FiraCode-Bold.otf +%%FONTSDIR%%/FiraCode-Light.otf +%%FONTSDIR%%/FiraCode-Medium.otf +%%FONTSDIR%%/FiraCode-Regular.otf +%%FONTSDIR%%/FiraCode-Retina.otf From owner-svn-ports-head@freebsd.org Tue May 24 05:14:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA8A3B482CA; Tue, 24 May 2016 05:14:26 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 82AD21E8A; Tue, 24 May 2016 05:14:26 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4O5EPCD038283; Tue, 24 May 2016 05:14:25 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4O5EPqC038281; Tue, 24 May 2016 05:14:25 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605240514.u4O5EPqC038281@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 24 May 2016 05:14:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415760 - head/www/py-django-tagging X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 05:14:26 -0000 Author: pi Date: Tue May 24 05:14:25 2016 New Revision: 415760 URL: https://svnweb.freebsd.org/changeset/ports/415760 Log: www/py-django-tagging: 0.4.1 -> 0.4.3 - Add missing migration for ``on_delete`` - Fix tag weight - Reduce warnings for recent versions of Django PR: 209608 Submitted by: Kevin Golding (maintainer) Modified: head/www/py-django-tagging/Makefile head/www/py-django-tagging/distinfo Modified: head/www/py-django-tagging/Makefile ============================================================================== --- head/www/py-django-tagging/Makefile Tue May 24 02:56:56 2016 (r415759) +++ head/www/py-django-tagging/Makefile Tue May 24 05:14:25 2016 (r415760) @@ -2,20 +2,21 @@ # $FreeBSD$ PORTNAME= django-tagging -PORTVERSION= 0.4.1 +PORTVERSION= 0.4.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -NO_ARCH= yes MAINTAINER= ports@caomhin.org COMMENT= Generic tagging application for Django LICENSE= BSD3CLAUSE MIT LICENSE_COMB= multi +LICENSE_FILE= ${WORKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django18 +NO_ARCH= yes USES= python USE_PYTHON= distutils autoplist Modified: head/www/py-django-tagging/distinfo ============================================================================== --- head/www/py-django-tagging/distinfo Tue May 24 02:56:56 2016 (r415759) +++ head/www/py-django-tagging/distinfo Tue May 24 05:14:25 2016 (r415760) @@ -1,2 +1,3 @@ -SHA256 (django-tagging-0.4.1.tar.gz) = 35802daf35f90aa022d59f7d7d485c719c29c4efbde1bf966d44017e1e64602b -SIZE (django-tagging-0.4.1.tar.gz) = 44260 +TIMESTAMP = 1463565997 +SHA256 (django-tagging-0.4.3.tar.gz) = 1a76384bb94cb8b7d2defe252d34c32ab18c4fca516c84da78579a5bef572718 +SIZE (django-tagging-0.4.3.tar.gz) = 45026 From owner-svn-ports-head@freebsd.org Tue May 24 05:19:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99104B48387; Tue, 24 May 2016 05:19:08 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47BC81177; Tue, 24 May 2016 05:19:08 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4O5J6PO038612; Tue, 24 May 2016 05:19:06 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4O5J6V6038610; Tue, 24 May 2016 05:19:06 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201605240519.u4O5J6V6038610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 24 May 2016 05:19:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415761 - head/devel/jenkins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 05:19:08 -0000 Author: lwhsu Date: Tue May 24 05:19:06 2016 New Revision: 415761 URL: https://svnweb.freebsd.org/changeset/ports/415761 Log: - Update to 2.6 Modified: head/devel/jenkins/Makefile head/devel/jenkins/distinfo Modified: head/devel/jenkins/Makefile ============================================================================== --- head/devel/jenkins/Makefile Tue May 24 05:14:25 2016 (r415760) +++ head/devel/jenkins/Makefile Tue May 24 05:19:06 2016 (r415761) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 2.5 +PORTVERSION= 2.6 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: head/devel/jenkins/distinfo ============================================================================== --- head/devel/jenkins/distinfo Tue May 24 05:14:25 2016 (r415760) +++ head/devel/jenkins/distinfo Tue May 24 05:19:06 2016 (r415761) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463542598 -SHA256 (jenkins/2.5/jenkins.war) = d8de143eef34d0d9d12cc314901eab57f55ddce74c5f6e567920bf4fc0571823 -SIZE (jenkins/2.5/jenkins.war) = 68819605 +TIMESTAMP = 1464067084 +SHA256 (jenkins/2.6/jenkins.war) = 6bd9f6b1122028022960b68ba9e57b7241c9d744a19b79d40da4c2afb8d9fcac +SIZE (jenkins/2.6/jenkins.war) = 68847148 From owner-svn-ports-head@freebsd.org Tue May 24 05:23:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4952B484D4; Tue, 24 May 2016 05:23:26 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 868A7151D; Tue, 24 May 2016 05:23:26 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4O5NPmi041608; Tue, 24 May 2016 05:23:25 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4O5NPPJ041604; Tue, 24 May 2016 05:23:25 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605240523.u4O5NPPJ041604@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 24 May 2016 05:23:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415762 - in head/databases/py-odbc: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 05:23:26 -0000 Author: pi Date: Tue May 24 05:23:25 2016 New Revision: 415762 URL: https://svnweb.freebsd.org/changeset/ports/415762 Log: databases/py-odbc: 3.0.7 -> 3.0.10 - Fix for 64-bit int problems and decimal problems. PR: 209668 Submitted by: rob.kruus@gmail.com (maintainer) Added: head/databases/py-odbc/files/patch-setup.py - copied, changed from r415761, head/databases/py-odbc/files/patch-setup-libs Deleted: head/databases/py-odbc/files/patch-setup-libs Modified: head/databases/py-odbc/Makefile head/databases/py-odbc/distinfo head/databases/py-odbc/pkg-descr Modified: head/databases/py-odbc/Makefile ============================================================================== --- head/databases/py-odbc/Makefile Tue May 24 05:19:06 2016 (r415761) +++ head/databases/py-odbc/Makefile Tue May 24 05:23:25 2016 (r415762) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= pyodbc -PORTVERSION= 3.0.7 -PORTREVISION= 1 +PORTVERSION= 3.0.10 CATEGORIES= databases python -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= CHEESESHOP +MASTER_SITE_SUBDIR= source/p/${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rob.kruus@gmail.com @@ -13,8 +13,8 @@ COMMENT= ODBC connections for python LICENSE= MIT -USES= python zip -USE_PYTHON= distutils autoplist +USES= python +USE_PYTHON= autoplist distutils LIB_DEPENDS+= libodbc.so:databases/unixODBC BUILD_DEPENDS+= unixODBC>=2.2.14_1:databases/unixODBC Modified: head/databases/py-odbc/distinfo ============================================================================== --- head/databases/py-odbc/distinfo Tue May 24 05:19:06 2016 (r415761) +++ head/databases/py-odbc/distinfo Tue May 24 05:23:25 2016 (r415762) @@ -1,2 +1,3 @@ -SHA256 (pyodbc-3.0.7.zip) = d8355f2d43b10386070e8564aa973119fdb6e10864e1bbd73f3224cd3baab351 -SIZE (pyodbc-3.0.7.zip) = 85722 +TIMESTAMP = 1463952270 +SHA256 (pyodbc-3.0.10.tar.gz) = a66d4f347f036df49a00addf38ca6769ad52f61acdb931c95bc3a9245d8f2b58 +SIZE (pyodbc-3.0.10.tar.gz) = 68798 Copied and modified: head/databases/py-odbc/files/patch-setup.py (from r415761, head/databases/py-odbc/files/patch-setup-libs) ============================================================================== --- head/databases/py-odbc/files/patch-setup-libs Tue May 24 05:19:06 2016 (r415761, copy source) +++ head/databases/py-odbc/files/patch-setup.py Tue May 24 05:23:25 2016 (r415762) @@ -1,17 +1,17 @@ ---- setup.py.orig 2012-06-24 17:49:34.000000000 -0600 -+++ setup.py 2012-12-06 11:47:02.121782861 -0600 -@@ -156,6 +156,15 @@ +--- setup.py.orig 2015-04-29 16:10:15 UTC ++++ setup.py +@@ -187,6 +187,15 @@ def get_compiler_settings(version_str): # What is the proper way to detect iODBC, MyODBC, unixODBC, etc.? settings['libraries'].append('odbc') -+ if sys.platform.startswith('freebsd'): -+ settings['library_dirs'] = ['/usr/local/lib/'] -+ settings['include_dirs'] = ['/usr/local/include/'] -+ freebsd_prefix = '/usr/local' -+ if 'PREFIX' in os.environ: -+ freebsd_prefix = os.environ['PREFIX'] -+ if 'PYTHONPREFIX_SITELIBDIR' in os.environ: -+ sys.path.append('/'.join(freebsd_prefix, os.environ['PYTHONPREFIX_SITELIBDIR'])) ++ if sys.platform.startswith('freebsd'): ++ settings['library_dirs'] = ['/usr/local/lib/'] ++ settings['include_dirs'] = ['/usr/local/include/'] ++ freebsd_prefix = '/usr/local' ++ if 'PREFIX' in os.environ: ++ freebsd_prefix = os.environ['PREFIX'] ++ if 'PYTHONPREFIX_SITELIBDIR' in os.environ: ++ sys.path.append('/'.join(freebsd_prefix, os.environ['PYTHONPREFIX_SITELIBDIR'])) + return settings Modified: head/databases/py-odbc/pkg-descr ============================================================================== --- head/databases/py-odbc/pkg-descr Tue May 24 05:19:06 2016 (r415761) +++ head/databases/py-odbc/pkg-descr Tue May 24 05:23:25 2016 (r415762) @@ -5,4 +5,4 @@ It implements the Python Database API Sp additional features have been added to simplify database programming even more. -WWW: http://code.google.com/p/pyodbc/ +WWW: https://github.com/mkleehammer/pyodbc From owner-svn-ports-head@freebsd.org Tue May 24 05:44:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4092B489EA; Tue, 24 May 2016 05:44:59 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3078314A9; Tue, 24 May 2016 05:44:59 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4O5iwrm048668; Tue, 24 May 2016 05:44:58 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4O5iuRm048654; Tue, 24 May 2016 05:44:56 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605240544.u4O5iuRm048654@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 24 May 2016 05:44:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415763 - in head: chinese/calligra-l10n-zh_CN chinese/calligra-l10n-zh_TW editors/calligra-l10n-bs editors/calligra-l10n-ca editors/calligra-l10n-ca_valencia editors/calligra-l10n-cs e... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 05:44:59 -0000 Author: pi Date: Tue May 24 05:44:56 2016 New Revision: 415763 URL: https://svnweb.freebsd.org/changeset/ports/415763 Log: editors/calligra-l10n: add plist-sub All of the Calligra translations can use %%LANG%% in their plists to reduce plist-differences across the translations and reduce churn. Also introduces ${CURDIR:H:H} instead of some ${CURDIR}/../.. constructions. Original work by tcberner. PR: 209268 Submitted by: Adriaan de Groot (kde) Modified: head/chinese/calligra-l10n-zh_CN/pkg-plist head/chinese/calligra-l10n-zh_TW/Makefile head/chinese/calligra-l10n-zh_TW/pkg-plist head/editors/calligra-l10n-bs/Makefile head/editors/calligra-l10n-bs/pkg-plist head/editors/calligra-l10n-ca/Makefile head/editors/calligra-l10n-ca/pkg-plist head/editors/calligra-l10n-ca_valencia/Makefile head/editors/calligra-l10n-ca_valencia/pkg-plist head/editors/calligra-l10n-cs/Makefile head/editors/calligra-l10n-cs/pkg-plist head/editors/calligra-l10n-da/Makefile head/editors/calligra-l10n-da/pkg-plist head/editors/calligra-l10n-el/Makefile head/editors/calligra-l10n-el/pkg-plist head/editors/calligra-l10n-en_GB/Makefile head/editors/calligra-l10n-en_GB/pkg-plist head/editors/calligra-l10n-es/Makefile head/editors/calligra-l10n-es/pkg-plist head/editors/calligra-l10n-et/Makefile head/editors/calligra-l10n-et/pkg-plist head/editors/calligra-l10n-fi/Makefile head/editors/calligra-l10n-fi/pkg-plist head/editors/calligra-l10n-gl/Makefile head/editors/calligra-l10n-gl/pkg-plist head/editors/calligra-l10n-it/Makefile head/editors/calligra-l10n-it/pkg-plist head/editors/calligra-l10n-kk/Makefile head/editors/calligra-l10n-kk/pkg-plist head/editors/calligra-l10n-nb/Makefile head/editors/calligra-l10n-nb/pkg-plist head/editors/calligra-l10n-nl/Makefile head/editors/calligra-l10n-nl/pkg-plist head/editors/calligra-l10n-sk/Makefile head/editors/calligra-l10n-sk/pkg-plist head/editors/calligra-l10n-sv/Makefile head/editors/calligra-l10n-sv/pkg-plist head/editors/calligra-l10n-tr/Makefile head/editors/calligra-l10n-tr/pkg-plist head/editors/calligra-l10n/files/bsd.l10n.mk head/french/calligra-l10n/Makefile head/french/calligra-l10n/pkg-plist head/german/calligra-l10n/Makefile head/german/calligra-l10n/pkg-plist head/hungarian/calligra-l10n/Makefile head/hungarian/calligra-l10n/pkg-plist head/japanese/calligra-l10n/Makefile head/japanese/calligra-l10n/pkg-plist head/polish/calligra-l10n/Makefile head/polish/calligra-l10n/pkg-plist head/portuguese/calligra-l10n-pt_BR/Makefile head/portuguese/calligra-l10n-pt_BR/pkg-plist head/portuguese/calligra-l10n/Makefile head/portuguese/calligra-l10n/pkg-plist head/russian/calligra-l10n/Makefile head/russian/calligra-l10n/pkg-plist head/ukrainian/calligra-l10n/Makefile head/ukrainian/calligra-l10n/pkg-plist Modified: head/chinese/calligra-l10n-zh_CN/pkg-plist ============================================================================== --- head/chinese/calligra-l10n-zh_CN/pkg-plist Tue May 24 05:23:25 2016 (r415762) +++ head/chinese/calligra-l10n-zh_CN/pkg-plist Tue May 24 05:44:56 2016 (r415763) @@ -1,55 +1,55 @@ -share/locale/zh_CN/LC_MESSAGES/KarbonTools.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_calligra.mo -share/locale/zh_CN/LC_MESSAGES/flow.mo -share/locale/zh_CN/LC_MESSAGES/karbon.mo -share/locale/zh_CN/LC_MESSAGES/kexi.mo -share/locale/zh_CN/LC_MESSAGES/kformdesigner_mapbrowser.mo -share/locale/zh_CN/LC_MESSAGES/kformdesigner_webbrowser.mo -share/locale/zh_CN/LC_MESSAGES/kocolorspaces.mo -share/locale/zh_CN/LC_MESSAGES/koconverter.mo -share/locale/zh_CN/LC_MESSAGES/koproperty.mo -share/locale/zh_CN/LC_MESSAGES/koreport_barcodeplugin.mo -share/locale/zh_CN/LC_MESSAGES/koreport_chartplugin.mo -share/locale/zh_CN/LC_MESSAGES/koreport_mapsplugin.mo -share/locale/zh_CN/LC_MESSAGES/koreport_webplugin.mo -share/locale/zh_CN/LC_MESSAGES/krita.mo -share/locale/zh_CN/LC_MESSAGES/krossmoduleplan.mo -share/locale/zh_CN/LC_MESSAGES/krossmodulesheets.mo -share/locale/zh_CN/LC_MESSAGES/krossmodulewords.mo -share/locale/zh_CN/LC_MESSAGES/okularGenerator_odp.mo -share/locale/zh_CN/LC_MESSAGES/plan.mo -share/locale/zh_CN/LC_MESSAGES/planlibs.mo -share/locale/zh_CN/LC_MESSAGES/planrcpsplugin.mo -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/words.mo +share/locale/%%LANG%%/LC_MESSAGES/KarbonTools.mo +share/locale/%%LANG%%/LC_MESSAGES/braindump.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra-defaulttools.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra-dockers.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra-opener.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_chart.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_comment.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_formular.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_music.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_paths.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_picture.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_template.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_text.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_threed.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_vector.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_video.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_changecase.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_spellcheck.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_thesaurus.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_textinlineobject_variables.mo +share/locale/%%LANG%%/LC_MESSAGES/calligraactive.mo +share/locale/%%LANG%%/LC_MESSAGES/calligrafilters.mo +share/locale/%%LANG%%/LC_MESSAGES/desktop_calligra_calligra.mo +share/locale/%%LANG%%/LC_MESSAGES/flow.mo +share/locale/%%LANG%%/LC_MESSAGES/karbon.mo +share/locale/%%LANG%%/LC_MESSAGES/kexi.mo +share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_mapbrowser.mo +share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_webbrowser.mo +share/locale/%%LANG%%/LC_MESSAGES/kocolorspaces.mo +share/locale/%%LANG%%/LC_MESSAGES/koconverter.mo +share/locale/%%LANG%%/LC_MESSAGES/koproperty.mo +share/locale/%%LANG%%/LC_MESSAGES/koreport_barcodeplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/koreport_chartplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/koreport_mapsplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/koreport_webplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/krita.mo +share/locale/%%LANG%%/LC_MESSAGES/krossmoduleplan.mo +share/locale/%%LANG%%/LC_MESSAGES/krossmodulesheets.mo +share/locale/%%LANG%%/LC_MESSAGES/krossmodulewords.mo +share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odp.mo +share/locale/%%LANG%%/LC_MESSAGES/plan.mo +share/locale/%%LANG%%/LC_MESSAGES/planlibs.mo +share/locale/%%LANG%%/LC_MESSAGES/planrcpsplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/plantjplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/planwork.mo +share/locale/%%LANG%%/LC_MESSAGES/sheets.mo +share/locale/%%LANG%%/LC_MESSAGES/sheetscalendartool.mo +share/locale/%%LANG%%/LC_MESSAGES/sheetssolver.mo +share/locale/%%LANG%%/LC_MESSAGES/stage.mo +share/locale/%%LANG%%/LC_MESSAGES/words.mo Modified: head/chinese/calligra-l10n-zh_TW/Makefile ============================================================================== --- head/chinese/calligra-l10n-zh_TW/Makefile Tue May 24 05:23:25 2016 (r415762) +++ head/chinese/calligra-l10n-zh_TW/Makefile Tue May 24 05:44:56 2016 (r415763) @@ -10,5 +10,5 @@ COMMENT= Traditional Chinese messages an CALLIGRA_L10N= zh_TW -.include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/chinese/calligra-l10n-zh_TW/pkg-plist ============================================================================== --- head/chinese/calligra-l10n-zh_TW/pkg-plist Tue May 24 05:23:25 2016 (r415762) +++ head/chinese/calligra-l10n-zh_TW/pkg-plist Tue May 24 05:44:56 2016 (r415763) @@ -1,53 +1,53 @@ -share/locale/zh_TW/LC_MESSAGES/KarbonTools.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_calligra.mo -share/locale/zh_TW/LC_MESSAGES/flow.mo -share/locale/zh_TW/LC_MESSAGES/karbon.mo -share/locale/zh_TW/LC_MESSAGES/kexi.mo -share/locale/zh_TW/LC_MESSAGES/kformdesigner_mapbrowser.mo -share/locale/zh_TW/LC_MESSAGES/kformdesigner_webbrowser.mo -share/locale/zh_TW/LC_MESSAGES/kocolorspaces.mo -share/locale/zh_TW/LC_MESSAGES/koconverter.mo -share/locale/zh_TW/LC_MESSAGES/koproperty.mo -share/locale/zh_TW/LC_MESSAGES/koreport_barcodeplugin.mo -share/locale/zh_TW/LC_MESSAGES/koreport_chartplugin.mo -share/locale/zh_TW/LC_MESSAGES/koreport_mapsplugin.mo -share/locale/zh_TW/LC_MESSAGES/koreport_webplugin.mo -share/locale/zh_TW/LC_MESSAGES/krita.mo -share/locale/zh_TW/LC_MESSAGES/krossmoduleplan.mo -share/locale/zh_TW/LC_MESSAGES/krossmodulesheets.mo -share/locale/zh_TW/LC_MESSAGES/krossmodulewords.mo -share/locale/zh_TW/LC_MESSAGES/okularGenerator_odp.mo -share/locale/zh_TW/LC_MESSAGES/plan.mo -share/locale/zh_TW/LC_MESSAGES/planlibs.mo -share/locale/zh_TW/LC_MESSAGES/planrcpsplugin.mo -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/words.mo +share/locale/%%LANG%%/LC_MESSAGES/KarbonTools.mo +share/locale/%%LANG%%/LC_MESSAGES/braindump.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra-defaulttools.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra-dockers.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra-opener.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_chart.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_comment.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_formular.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_music.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_paths.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_picture.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_template.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_text.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_vector.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_video.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_changecase.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_spellcheck.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_thesaurus.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_textinlineobject_variables.mo +share/locale/%%LANG%%/LC_MESSAGES/calligrafilters.mo +share/locale/%%LANG%%/LC_MESSAGES/desktop_calligra_calligra.mo +share/locale/%%LANG%%/LC_MESSAGES/flow.mo +share/locale/%%LANG%%/LC_MESSAGES/karbon.mo +share/locale/%%LANG%%/LC_MESSAGES/kexi.mo +share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_mapbrowser.mo +share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_webbrowser.mo +share/locale/%%LANG%%/LC_MESSAGES/kocolorspaces.mo +share/locale/%%LANG%%/LC_MESSAGES/koconverter.mo +share/locale/%%LANG%%/LC_MESSAGES/koproperty.mo +share/locale/%%LANG%%/LC_MESSAGES/koreport_barcodeplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/koreport_chartplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/koreport_mapsplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/koreport_webplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/krita.mo +share/locale/%%LANG%%/LC_MESSAGES/krossmoduleplan.mo +share/locale/%%LANG%%/LC_MESSAGES/krossmodulesheets.mo +share/locale/%%LANG%%/LC_MESSAGES/krossmodulewords.mo +share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odp.mo +share/locale/%%LANG%%/LC_MESSAGES/plan.mo +share/locale/%%LANG%%/LC_MESSAGES/planlibs.mo +share/locale/%%LANG%%/LC_MESSAGES/planrcpsplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/plantjplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/planwork.mo +share/locale/%%LANG%%/LC_MESSAGES/sheets.mo +share/locale/%%LANG%%/LC_MESSAGES/sheetscalendartool.mo +share/locale/%%LANG%%/LC_MESSAGES/sheetssolver.mo +share/locale/%%LANG%%/LC_MESSAGES/stage.mo +share/locale/%%LANG%%/LC_MESSAGES/words.mo Modified: head/editors/calligra-l10n-bs/Makefile ============================================================================== --- head/editors/calligra-l10n-bs/Makefile Tue May 24 05:23:25 2016 (r415762) +++ head/editors/calligra-l10n-bs/Makefile Tue May 24 05:44:56 2016 (r415763) @@ -10,5 +10,5 @@ COMMENT= Bosnian messages and documentat CALLIGRA_L10N= bs -.include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/editors/calligra-l10n-bs/pkg-plist ============================================================================== --- head/editors/calligra-l10n-bs/pkg-plist Tue May 24 05:23:25 2016 (r415762) +++ head/editors/calligra-l10n-bs/pkg-plist Tue May 24 05:44:56 2016 (r415763) @@ -1,71 +1,71 @@ -share/locale/bs/LC_MESSAGES/KarbonTools.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_calligra.mo -share/locale/bs/LC_MESSAGES/flow.appdata.mo -share/locale/bs/LC_MESSAGES/flow.mo -share/locale/bs/LC_MESSAGES/karbon.appdata.mo -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 -share/locale/bs/LC_MESSAGES/koconverter.mo -share/locale/bs/LC_MESSAGES/koproperty.mo -share/locale/bs/LC_MESSAGES/koreport_barcodeplugin.mo -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/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/words.appdata.mo -share/locale/bs/LC_MESSAGES/words.mo +share/locale/%%LANG%%/LC_MESSAGES/KarbonTools.mo +share/locale/%%LANG%%/LC_MESSAGES/braindump.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/braindump.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra-defaulttools.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra-dockers.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra-opener.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_chart.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_comment.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_formular.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_music.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_paths.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_picture.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_template.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_text.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_threed.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_vector.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_video.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_changecase.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_spellcheck.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_thesaurus.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_textinlineobject_variables.mo +share/locale/%%LANG%%/LC_MESSAGES/calligraactive.mo +share/locale/%%LANG%%/LC_MESSAGES/calligrafilters.mo +share/locale/%%LANG%%/LC_MESSAGES/crashhandler.mo +share/locale/%%LANG%%/LC_MESSAGES/desktop_calligra_calligra.mo +share/locale/%%LANG%%/LC_MESSAGES/flow.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/flow.mo +share/locale/%%LANG%%/LC_MESSAGES/karbon.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/karbon.mo +share/locale/%%LANG%%/LC_MESSAGES/kexi.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/kexi.mo +share/locale/%%LANG%%/LC_MESSAGES/kexisqlite3driver.mo +share/locale/%%LANG%%/LC_MESSAGES/kexixbasedriver.mo +share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_mapbrowser.mo +share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_webbrowser.mo +share/locale/%%LANG%%/LC_MESSAGES/kocolorspaces.mo +share/locale/%%LANG%%/LC_MESSAGES/koconverter.mo +share/locale/%%LANG%%/LC_MESSAGES/koproperty.mo +share/locale/%%LANG%%/LC_MESSAGES/koreport_barcodeplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/koreport_chartplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/koreport_mapsplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/koreport_webplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/krita.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/krita.mo +share/locale/%%LANG%%/LC_MESSAGES/krossmoduleplan.mo +share/locale/%%LANG%%/LC_MESSAGES/krossmodulesheets.mo +share/locale/%%LANG%%/LC_MESSAGES/krossmodulewords.mo +share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odp.mo +share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odt.mo +share/locale/%%LANG%%/LC_MESSAGES/plan.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/plan.mo +share/locale/%%LANG%%/LC_MESSAGES/planlibs.mo +share/locale/%%LANG%%/LC_MESSAGES/planrcpsplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/plantjplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/planwork.mo +share/locale/%%LANG%%/LC_MESSAGES/sheets.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/sheets.mo +share/locale/%%LANG%%/LC_MESSAGES/sheetscalendartool.mo +share/locale/%%LANG%%/LC_MESSAGES/sheetssolver.mo +share/locale/%%LANG%%/LC_MESSAGES/stage.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/stage.mo +share/locale/%%LANG%%/LC_MESSAGES/words.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/words.mo Modified: head/editors/calligra-l10n-ca/Makefile ============================================================================== --- head/editors/calligra-l10n-ca/Makefile Tue May 24 05:23:25 2016 (r415762) +++ head/editors/calligra-l10n-ca/Makefile Tue May 24 05:44:56 2016 (r415763) @@ -10,5 +10,5 @@ COMMENT= Catalan messages and documentat CALLIGRA_L10N= ca -.include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/editors/calligra-l10n-ca/pkg-plist ============================================================================== --- head/editors/calligra-l10n-ca/pkg-plist Tue May 24 05:23:25 2016 (r415762) +++ head/editors/calligra-l10n-ca/pkg-plist Tue May 24 05:44:56 2016 (r415763) @@ -1,92 +1,92 @@ -share/doc/HTML/ca/calligra/common -share/doc/HTML/ca/calligra/index.cache.bz2 -share/doc/HTML/ca/calligra/index.docbook -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/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_calligra.mo -share/locale/ca/LC_MESSAGES/flow.appdata.mo -share/locale/ca/LC_MESSAGES/flow.mo -share/locale/ca/LC_MESSAGES/karbon.appdata.mo -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 -share/locale/ca/LC_MESSAGES/koconverter.mo -share/locale/ca/LC_MESSAGES/koproperty.mo -share/locale/ca/LC_MESSAGES/koreport_barcodeplugin.mo -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/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/words.appdata.mo -share/locale/ca/LC_MESSAGES/words.mo +share/doc/HTML/%%LANG%%/calligra/common +share/doc/HTML/%%LANG%%/calligra/index.cache.bz2 +share/doc/HTML/%%LANG%%/calligra/index.docbook +share/doc/HTML/%%LANG%%/sheets/advanced.docbook +share/doc/HTML/%%LANG%%/sheets/basics.docbook +share/doc/HTML/%%LANG%%/sheets/commands.docbook +share/doc/HTML/%%LANG%%/sheets/common +share/doc/HTML/%%LANG%%/sheets/config.docbook +share/doc/HTML/%%LANG%%/sheets/configdialog.docbook +share/doc/HTML/%%LANG%%/sheets/format.docbook +share/doc/HTML/%%LANG%%/sheets/functions.docbook +share/doc/HTML/%%LANG%%/sheets/index.cache.bz2 +share/doc/HTML/%%LANG%%/sheets/index.docbook +share/doc/HTML/%%LANG%%/stage/common +share/doc/HTML/%%LANG%%/stage/great-presentations.docbook +share/doc/HTML/%%LANG%%/stage/guides.docbook +share/doc/HTML/%%LANG%%/stage/index.cache.bz2 +share/doc/HTML/%%LANG%%/stage/index.docbook +share/doc/HTML/%%LANG%%/stage/menus.docbook +share/doc/HTML/%%LANG%%/stage/options.docbook +share/doc/HTML/%%LANG%%/stage/tutorial.docbook +share/locale/%%LANG%%/LC_MESSAGES/KarbonTools.mo +share/locale/%%LANG%%/LC_MESSAGES/braindump.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/braindump.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra-defaulttools.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra-dockers.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra-opener.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_chart.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_comment.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_formular.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_music.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_paths.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_picture.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_template.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_text.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_threed.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_vector.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_video.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_changecase.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_spellcheck.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_thesaurus.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_textinlineobject_variables.mo +share/locale/%%LANG%%/LC_MESSAGES/calligraactive.mo +share/locale/%%LANG%%/LC_MESSAGES/calligrafilters.mo +share/locale/%%LANG%%/LC_MESSAGES/crashhandler.mo +share/locale/%%LANG%%/LC_MESSAGES/desktop_calligra_calligra.mo +share/locale/%%LANG%%/LC_MESSAGES/flow.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/flow.mo +share/locale/%%LANG%%/LC_MESSAGES/karbon.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/karbon.mo +share/locale/%%LANG%%/LC_MESSAGES/kexi.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/kexi.mo +share/locale/%%LANG%%/LC_MESSAGES/kexisqlite3driver.mo +share/locale/%%LANG%%/LC_MESSAGES/kexixbasedriver.mo +share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_mapbrowser.mo +share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_webbrowser.mo +share/locale/%%LANG%%/LC_MESSAGES/kocolorspaces.mo +share/locale/%%LANG%%/LC_MESSAGES/koconverter.mo +share/locale/%%LANG%%/LC_MESSAGES/koproperty.mo +share/locale/%%LANG%%/LC_MESSAGES/koreport_barcodeplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/koreport_chartplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/koreport_mapsplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/koreport_webplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/krita.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/krita.mo +share/locale/%%LANG%%/LC_MESSAGES/krossmoduleplan.mo +share/locale/%%LANG%%/LC_MESSAGES/krossmodulesheets.mo +share/locale/%%LANG%%/LC_MESSAGES/krossmodulewords.mo +share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odp.mo +share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odt.mo +share/locale/%%LANG%%/LC_MESSAGES/plan.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/plan.mo +share/locale/%%LANG%%/LC_MESSAGES/planlibs.mo +share/locale/%%LANG%%/LC_MESSAGES/planrcpsplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/plantjplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/planwork.mo +share/locale/%%LANG%%/LC_MESSAGES/sheets.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/sheets.mo +share/locale/%%LANG%%/LC_MESSAGES/sheetscalendartool.mo +share/locale/%%LANG%%/LC_MESSAGES/sheetssolver.mo +share/locale/%%LANG%%/LC_MESSAGES/stage.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/stage.mo +share/locale/%%LANG%%/LC_MESSAGES/words.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/words.mo Modified: head/editors/calligra-l10n-ca_valencia/Makefile ============================================================================== --- head/editors/calligra-l10n-ca_valencia/Makefile Tue May 24 05:23:25 2016 (r415762) +++ head/editors/calligra-l10n-ca_valencia/Makefile Tue May 24 05:44:56 2016 (r415763) @@ -10,5 +10,5 @@ COMMENT= Valencian (southern Catalan) me CALLIGRA_L10N= ca@valencia -.include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/editors/calligra-l10n-ca_valencia/pkg-plist ============================================================================== --- head/editors/calligra-l10n-ca_valencia/pkg-plist Tue May 24 05:23:25 2016 (r415762) +++ head/editors/calligra-l10n-ca_valencia/pkg-plist Tue May 24 05:44:56 2016 (r415763) @@ -1,71 +1,71 @@ -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_calligra.mo -share/locale/ca@valencia/LC_MESSAGES/flow.appdata.mo -share/locale/ca@valencia/LC_MESSAGES/flow.mo -share/locale/ca@valencia/LC_MESSAGES/karbon.appdata.mo -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/words.appdata.mo -share/locale/ca@valencia/LC_MESSAGES/words.mo +share/locale/%%LANG%%/LC_MESSAGES/braindump.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/braindump.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_chart.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_comment.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_formular.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_music.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_paths.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_picture.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_template.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_text.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_threed.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_vector.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_video.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_changecase.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_spellcheck.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_thesaurus.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_textinlineobject_variables.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra-defaulttools.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra-dockers.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra-opener.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra.mo +share/locale/%%LANG%%/LC_MESSAGES/calligraactive.mo +share/locale/%%LANG%%/LC_MESSAGES/calligrafilters.mo +share/locale/%%LANG%%/LC_MESSAGES/crashhandler.mo +share/locale/%%LANG%%/LC_MESSAGES/desktop_calligra_calligra.mo +share/locale/%%LANG%%/LC_MESSAGES/flow.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/flow.mo +share/locale/%%LANG%%/LC_MESSAGES/karbon.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/karbon.mo +share/locale/%%LANG%%/LC_MESSAGES/KarbonTools.mo +share/locale/%%LANG%%/LC_MESSAGES/kexi.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/kexi.mo +share/locale/%%LANG%%/LC_MESSAGES/kexisqlite3driver.mo +share/locale/%%LANG%%/LC_MESSAGES/kexixbasedriver.mo +share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_mapbrowser.mo +share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_webbrowser.mo +share/locale/%%LANG%%/LC_MESSAGES/kocolorspaces.mo +share/locale/%%LANG%%/LC_MESSAGES/koconverter.mo +share/locale/%%LANG%%/LC_MESSAGES/koproperty.mo +share/locale/%%LANG%%/LC_MESSAGES/koreport_barcodeplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/koreport_chartplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/koreport_mapsplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/koreport_webplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/krita.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/krita.mo +share/locale/%%LANG%%/LC_MESSAGES/krossmoduleplan.mo +share/locale/%%LANG%%/LC_MESSAGES/krossmodulesheets.mo +share/locale/%%LANG%%/LC_MESSAGES/krossmodulewords.mo +share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odp.mo +share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odt.mo +share/locale/%%LANG%%/LC_MESSAGES/plan.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/plan.mo +share/locale/%%LANG%%/LC_MESSAGES/planlibs.mo +share/locale/%%LANG%%/LC_MESSAGES/planrcpsplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/plantjplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/planwork.mo +share/locale/%%LANG%%/LC_MESSAGES/sheets.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/sheets.mo +share/locale/%%LANG%%/LC_MESSAGES/sheetscalendartool.mo +share/locale/%%LANG%%/LC_MESSAGES/sheetssolver.mo +share/locale/%%LANG%%/LC_MESSAGES/stage.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/stage.mo +share/locale/%%LANG%%/LC_MESSAGES/words.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/words.mo Modified: head/editors/calligra-l10n-cs/Makefile ============================================================================== --- head/editors/calligra-l10n-cs/Makefile Tue May 24 05:23:25 2016 (r415762) +++ head/editors/calligra-l10n-cs/Makefile Tue May 24 05:44:56 2016 (r415763) @@ -10,5 +10,5 @@ COMMENT= Czech messages and documentatio CALLIGRA_L10N= cs -.include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/editors/calligra-l10n-cs/pkg-plist ============================================================================== --- head/editors/calligra-l10n-cs/pkg-plist Tue May 24 05:23:25 2016 (r415762) +++ head/editors/calligra-l10n-cs/pkg-plist Tue May 24 05:44:56 2016 (r415763) @@ -1,71 +1,71 @@ -share/locale/cs/LC_MESSAGES/KarbonTools.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_calligra.mo -share/locale/cs/LC_MESSAGES/flow.appdata.mo -share/locale/cs/LC_MESSAGES/flow.mo -share/locale/cs/LC_MESSAGES/karbon.appdata.mo -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 -share/locale/cs/LC_MESSAGES/koconverter.mo -share/locale/cs/LC_MESSAGES/koproperty.mo -share/locale/cs/LC_MESSAGES/koreport_barcodeplugin.mo -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/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/words.appdata.mo -share/locale/cs/LC_MESSAGES/words.mo +share/locale/%%LANG%%/LC_MESSAGES/KarbonTools.mo +share/locale/%%LANG%%/LC_MESSAGES/braindump.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/braindump.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra-defaulttools.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra-dockers.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra-opener.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_chart.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_comment.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_formular.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_music.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_paths.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_picture.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_template.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_text.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_threed.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_vector.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_video.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_changecase.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_spellcheck.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_thesaurus.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_textinlineobject_variables.mo +share/locale/%%LANG%%/LC_MESSAGES/calligraactive.mo +share/locale/%%LANG%%/LC_MESSAGES/calligrafilters.mo +share/locale/%%LANG%%/LC_MESSAGES/crashhandler.mo +share/locale/%%LANG%%/LC_MESSAGES/desktop_calligra_calligra.mo +share/locale/%%LANG%%/LC_MESSAGES/flow.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/flow.mo +share/locale/%%LANG%%/LC_MESSAGES/karbon.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/karbon.mo +share/locale/%%LANG%%/LC_MESSAGES/kexi.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/kexi.mo +share/locale/%%LANG%%/LC_MESSAGES/kexisqlite3driver.mo +share/locale/%%LANG%%/LC_MESSAGES/kexixbasedriver.mo +share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_mapbrowser.mo +share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_webbrowser.mo +share/locale/%%LANG%%/LC_MESSAGES/kocolorspaces.mo +share/locale/%%LANG%%/LC_MESSAGES/koconverter.mo +share/locale/%%LANG%%/LC_MESSAGES/koproperty.mo +share/locale/%%LANG%%/LC_MESSAGES/koreport_barcodeplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/koreport_chartplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/koreport_mapsplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/koreport_webplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/krita.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/krita.mo +share/locale/%%LANG%%/LC_MESSAGES/krossmoduleplan.mo +share/locale/%%LANG%%/LC_MESSAGES/krossmodulesheets.mo +share/locale/%%LANG%%/LC_MESSAGES/krossmodulewords.mo +share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odp.mo +share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odt.mo +share/locale/%%LANG%%/LC_MESSAGES/plan.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/plan.mo +share/locale/%%LANG%%/LC_MESSAGES/planlibs.mo +share/locale/%%LANG%%/LC_MESSAGES/planrcpsplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/plantjplugin.mo +share/locale/%%LANG%%/LC_MESSAGES/planwork.mo +share/locale/%%LANG%%/LC_MESSAGES/sheets.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/sheets.mo +share/locale/%%LANG%%/LC_MESSAGES/sheetscalendartool.mo +share/locale/%%LANG%%/LC_MESSAGES/sheetssolver.mo +share/locale/%%LANG%%/LC_MESSAGES/stage.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/stage.mo +share/locale/%%LANG%%/LC_MESSAGES/words.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/words.mo Modified: head/editors/calligra-l10n-da/Makefile ============================================================================== --- head/editors/calligra-l10n-da/Makefile Tue May 24 05:23:25 2016 (r415762) +++ head/editors/calligra-l10n-da/Makefile Tue May 24 05:44:56 2016 (r415763) @@ -10,5 +10,5 @@ COMMENT= Danish messages and documentati CALLIGRA_L10N= da -.include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/editors/calligra-l10n-da/pkg-plist ============================================================================== --- head/editors/calligra-l10n-da/pkg-plist Tue May 24 05:23:25 2016 (r415762) +++ head/editors/calligra-l10n-da/pkg-plist Tue May 24 05:44:56 2016 (r415763) @@ -1,71 +1,71 @@ -share/locale/da/LC_MESSAGES/KarbonTools.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_calligra.mo -share/locale/da/LC_MESSAGES/flow.appdata.mo -share/locale/da/LC_MESSAGES/flow.mo -share/locale/da/LC_MESSAGES/karbon.appdata.mo -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 -share/locale/da/LC_MESSAGES/koconverter.mo -share/locale/da/LC_MESSAGES/koproperty.mo -share/locale/da/LC_MESSAGES/koreport_barcodeplugin.mo -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/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/words.appdata.mo -share/locale/da/LC_MESSAGES/words.mo +share/locale/%%LANG%%/LC_MESSAGES/KarbonTools.mo +share/locale/%%LANG%%/LC_MESSAGES/braindump.appdata.mo +share/locale/%%LANG%%/LC_MESSAGES/braindump.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra-defaulttools.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra-dockers.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra-opener.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_chart.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_comment.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_formular.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_music.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_paths.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_picture.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_template.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_text.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_threed.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_vector.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_video.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_changecase.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_spellcheck.mo +share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_thesaurus.mo *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Tue May 24 06:19:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD825B482C8; Tue, 24 May 2016 06:19:03 +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 7DF171AC5; Tue, 24 May 2016 06:19:03 +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 u4O6J20F057819; Tue, 24 May 2016 06:19:02 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4O6J2J1057817; Tue, 24 May 2016 06:19:02 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201605240619.u4O6J2J1057817@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Tue, 24 May 2016 06:19:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415764 - in head/devel/libublio: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 06:19:03 -0000 Author: mandree Date: Tue May 24 06:19:02 2016 New Revision: 415764 URL: https://svnweb.freebsd.org/changeset/ports/415764 Log: Really add .pc file for devel/libublio. (I wish that poudriere or a make under DEVELOPER=yes would use svn export to actually check for missing files.) PR: 199717 Reported by: Barbara Guida, lightside Added: head/devel/libublio/files/libublio.pc.in (contents, props changed) Modified: head/devel/libublio/Makefile Modified: head/devel/libublio/Makefile ============================================================================== --- head/devel/libublio/Makefile Tue May 24 05:44:56 2016 (r415763) +++ head/devel/libublio/Makefile Tue May 24 06:19:02 2016 (r415764) @@ -3,7 +3,7 @@ PORTNAME= libublio PORTVERSION= 20070103 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= LOCAL/mandree Added: head/devel/libublio/files/libublio.pc.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libublio/files/libublio.pc.in Tue May 24 06:19:02 2016 (r415764) @@ -0,0 +1,11 @@ +prefix=%%PREFIX%% +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include + +Name: libublio +Description: User space caching library +Version: %%PORTVERSION%% +Libs: -L${libdir} -lublio +Libs.private: +Cflags: -I${includedir} From owner-svn-ports-head@freebsd.org Tue May 24 06:27:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 161ACB484E9; Tue, 24 May 2016 06:27:05 +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 D85EC1EBA; Tue, 24 May 2016 06:27:04 +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 u4O6R4iD060826; Tue, 24 May 2016 06:27:04 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4O6R4e4060825; Tue, 24 May 2016 06:27:04 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201605240627.u4O6R4e4060825@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Tue, 24 May 2016 06:27:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415765 - 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.22 Precedence: list List-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, 24 May 2016 06:27:05 -0000 Author: mandree Date: Tue May 24 06:27:03 2016 New Revision: 415765 URL: https://svnweb.freebsd.org/changeset/ports/415765 Log: Mark port IGNORE. Modified: head/dns/dnsmasq-devel/Makefile Modified: head/dns/dnsmasq-devel/Makefile ============================================================================== --- head/dns/dnsmasq-devel/Makefile Tue May 24 06:19:02 2016 (r415764) +++ head/dns/dnsmasq-devel/Makefile Tue May 24 06:27:03 2016 (r415765) @@ -14,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 From owner-svn-ports-head@freebsd.org Tue May 24 07:07:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C04D0B48FF1; Tue, 24 May 2016 07:07:02 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8CDC11750; Tue, 24 May 2016 07:07:02 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4O771B2073159; Tue, 24 May 2016 07:07:01 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4O771Ev073157; Tue, 24 May 2016 07:07:01 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605240707.u4O771Ev073157@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 24 May 2016 07:07:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415766 - in head/sysutils/backuppc: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 07:07:02 -0000 Author: pi Date: Tue May 24 07:07:01 2016 New Revision: 415766 URL: https://svnweb.freebsd.org/changeset/ports/415766 Log: sysutils/backuppc: fix fatal error with perl-5.22 - Using an array as a reference cause fatal error with Perl-5.22. PR: 209496 Submitted by: Alexander Moisseev (maintainer) Added: head/sysutils/backuppc/files/patch-lib_BackupPC_CGI_Browse.pm (contents, props changed) Modified: head/sysutils/backuppc/Makefile Modified: head/sysutils/backuppc/Makefile ============================================================================== --- head/sysutils/backuppc/Makefile Tue May 24 06:27:03 2016 (r415765) +++ head/sysutils/backuppc/Makefile Tue May 24 07:07:01 2016 (r415766) @@ -3,7 +3,7 @@ PORTNAME= backuppc PORTVERSION= 3.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SF DISTNAME= BackupPC-${PORTVERSION} Added: head/sysutils/backuppc/files/patch-lib_BackupPC_CGI_Browse.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/backuppc/files/patch-lib_BackupPC_CGI_Browse.pm Tue May 24 07:07:01 2016 (r415766) @@ -0,0 +1,11 @@ +--- lib/BackupPC/CGI/Browse.pm.orig 2016-05-14 07:28:52 UTC ++++ lib/BackupPC/CGI/Browse.pm +@@ -65,7 +65,7 @@ sub action + # + # default to the newest backup + # +- if ( !defined($In{num}) && defined(@Backups) && @Backups > 0 ) { ++ if ( !defined($In{num}) && @Backups > 0 ) { + $i = @Backups - 1; + $num = $Backups[$i]{num}; + } From owner-svn-ports-head@freebsd.org Tue May 24 07:20:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53B8CB479CD; Tue, 24 May 2016 07:20: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 2244612D8; Tue, 24 May 2016 07:20: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 u4O7KVLY077112; Tue, 24 May 2016 07:20:31 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4O7KViN077110; Tue, 24 May 2016 07:20:31 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201605240720.u4O7KViN077110@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 24 May 2016 07:20:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415767 - 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.22 Precedence: list List-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, 24 May 2016 07:20:32 -0000 Author: wen Date: Tue May 24 07:20:30 2016 New Revision: 415767 URL: https://svnweb.freebsd.org/changeset/ports/415767 Log: - Update to 5.1.6 Modified: head/www/ilias/Makefile head/www/ilias/distinfo Modified: head/www/ilias/Makefile ============================================================================== --- head/www/ilias/Makefile Tue May 24 07:07:01 2016 (r415766) +++ head/www/ilias/Makefile Tue May 24 07:20:30 2016 (r415767) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ilias -PORTVERSION= 5.1.5 +PORTVERSION= 5.1.6 DISTVERSIONPREFIX= v CATEGORIES= www Modified: head/www/ilias/distinfo ============================================================================== --- head/www/ilias/distinfo Tue May 24 07:07:01 2016 (r415766) +++ head/www/ilias/distinfo Tue May 24 07:20:30 2016 (r415767) @@ -1,2 +1,3 @@ -SHA256 (ILIAS-eLearning-ILIAS-v5.1.5_GH0.tar.gz) = 578d21969eac11972f7f55ad36f1044c13beadd1c608e150a6a49f940cbc222b -SIZE (ILIAS-eLearning-ILIAS-v5.1.5_GH0.tar.gz) = 138541699 +TIMESTAMP = 1463745587 +SHA256 (ILIAS-eLearning-ILIAS-v5.1.6_GH0.tar.gz) = 993743294789454ef17c9a067c75fcf7e1f3d13f067cf028c169a9a14cee4d7f +SIZE (ILIAS-eLearning-ILIAS-v5.1.6_GH0.tar.gz) = 138549718 From owner-svn-ports-head@freebsd.org Tue May 24 07:43:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 975AFB4804F; Tue, 24 May 2016 07:43:36 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 67CF51FAC; Tue, 24 May 2016 07:43:36 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4O7hZDt085834; Tue, 24 May 2016 07:43:35 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4O7hZ5M085832; Tue, 24 May 2016 07:43:35 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201605240743.u4O7hZ5M085832@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 24 May 2016 07:43:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415768 - head/www/py-uliweb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 07:43:36 -0000 Author: wen Date: Tue May 24 07:43:35 2016 New Revision: 415768 URL: https://svnweb.freebsd.org/changeset/ports/415768 Log: - Update to 0.5 Modified: head/www/py-uliweb/Makefile head/www/py-uliweb/distinfo Modified: head/www/py-uliweb/Makefile ============================================================================== --- head/www/py-uliweb/Makefile Tue May 24 07:20:30 2016 (r415767) +++ head/www/py-uliweb/Makefile Tue May 24 07:43:35 2016 (r415768) @@ -2,17 +2,18 @@ # $FreeBSD$ PORTNAME= uliweb -PORTVERSION= 0.4.1 +PORTVERSION= 0.5 CATEGORIES= www python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= Uliweb-${DISTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= Easy python web framework LICENSE= BSD2CLAUSE +USE_GITHUB= yes +GH_ACCOUNT= limodou + USES= dos2unix python:2 USE_PYTHON= autoplist distutils Modified: head/www/py-uliweb/distinfo ============================================================================== --- head/www/py-uliweb/distinfo Tue May 24 07:20:30 2016 (r415767) +++ head/www/py-uliweb/distinfo Tue May 24 07:43:35 2016 (r415768) @@ -1,2 +1,3 @@ -SHA256 (Uliweb-0.4.1.tar.gz) = 1e59df547b288639f035e2c926c4364a3fa325cef6145c50b16e58feb1f9d06c -SIZE (Uliweb-0.4.1.tar.gz) = 527635 +TIMESTAMP = 1464075168 +SHA256 (limodou-uliweb-0.5_GH0.tar.gz) = 402085e8da594995322f9b12ce4d6ec2ebfceb0267e752ac47ce94018528d365 +SIZE (limodou-uliweb-0.5_GH0.tar.gz) = 574450 From owner-svn-ports-head@freebsd.org Tue May 24 07:47:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0B2EB48123; Tue, 24 May 2016 07:47:45 +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 80042127F; Tue, 24 May 2016 07:47:45 +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 u4O7liC8086141; Tue, 24 May 2016 07:47:44 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4O7liBK086139; Tue, 24 May 2016 07:47:44 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201605240747.u4O7liBK086139@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Tue, 24 May 2016 07:47:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415769 - head/www/mod_http2-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 07:47:45 -0000 Author: brnrd Date: Tue May 24 07:47:44 2016 New Revision: 415769 URL: https://svnweb.freebsd.org/changeset/ports/415769 Log: www/mod_http2-devel: Update to 1.5.6 - Update to latest version 1.5.6 Modified: head/www/mod_http2-devel/Makefile head/www/mod_http2-devel/distinfo Modified: head/www/mod_http2-devel/Makefile ============================================================================== --- head/www/mod_http2-devel/Makefile Tue May 24 07:43:35 2016 (r415768) +++ head/www/mod_http2-devel/Makefile Tue May 24 07:47:44 2016 (r415769) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mod_http2-devel -PORTVERSION= 1.5.5 +PORTVERSION= 1.5.6 DISTVERSIONPREFIX= v CATEGORIES= www Modified: head/www/mod_http2-devel/distinfo ============================================================================== --- head/www/mod_http2-devel/distinfo Tue May 24 07:43:35 2016 (r415768) +++ head/www/mod_http2-devel/distinfo Tue May 24 07:47:44 2016 (r415769) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463681916 -SHA256 (icing-mod_h2-v1.5.5_GH0.tar.gz) = 7fff7306f92886b1d67e03f719b56602ec7de45a433d7b8f9239a0fcf6e4c9ef -SIZE (icing-mod_h2-v1.5.5_GH0.tar.gz) = 178723 +TIMESTAMP = 1464075418 +SHA256 (icing-mod_h2-v1.5.6_GH0.tar.gz) = 7c58754c5884d3d092d814acc238e3d0b45e491512b90da1180e21eb3a0a371f +SIZE (icing-mod_h2-v1.5.6_GH0.tar.gz) = 180300 From owner-svn-ports-head@freebsd.org Tue May 24 07:50:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 738C1B481E9; Tue, 24 May 2016 07:50:30 +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 449B013C0; Tue, 24 May 2016 07:50:30 +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 u4O7oTi0086350; Tue, 24 May 2016 07:50:29 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4O7oTYV086348; Tue, 24 May 2016 07:50:29 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201605240750.u4O7oTYV086348@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 24 May 2016 07:50:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415770 - head/devel/elixir-exrm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 07:50:30 -0000 Author: olgeni Date: Tue May 24 07:50:29 2016 New Revision: 415770 URL: https://svnweb.freebsd.org/changeset/ports/415770 Log: Update devel/elixir-exrm to version 1.0.5. Modified: head/devel/elixir-exrm/Makefile head/devel/elixir-exrm/distinfo Modified: head/devel/elixir-exrm/Makefile ============================================================================== --- head/devel/elixir-exrm/Makefile Tue May 24 07:47:44 2016 (r415769) +++ head/devel/elixir-exrm/Makefile Tue May 24 07:50:29 2016 (r415770) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= exrm -DISTVERSION= 1.0.4 +DISTVERSION= 1.0.5 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-exrm/distinfo ============================================================================== --- head/devel/elixir-exrm/distinfo Tue May 24 07:47:44 2016 (r415769) +++ head/devel/elixir-exrm/distinfo Tue May 24 07:50:29 2016 (r415770) @@ -1,2 +1,3 @@ -SHA256 (bitwalker-exrm-1.0.4_GH0.tar.gz) = 1ed447860476ff5579adf82ab7e29ab8a5824d807664bd636b91cf44bde1d2ca -SIZE (bitwalker-exrm-1.0.4_GH0.tar.gz) = 57644 +TIMESTAMP = 1464075487 +SHA256 (bitwalker-exrm-1.0.5_GH0.tar.gz) = 071796db7cfd2b8ad2536d493fbe951979e5edc6c8e3d6cd6564987a8afb4636 +SIZE (bitwalker-exrm-1.0.5_GH0.tar.gz) = 57723 From owner-svn-ports-head@freebsd.org Tue May 24 07:50:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C149B48218; Tue, 24 May 2016 07:50:47 +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 B71391525; Tue, 24 May 2016 07:50:46 +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 u4O7ojdZ087215; Tue, 24 May 2016 07:50:45 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4O7ojgo087212; Tue, 24 May 2016 07:50:45 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201605240750.u4O7ojgo087212@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 24 May 2016 07:50:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415771 - head/devel/elixir-timex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 07:50:47 -0000 Author: olgeni Date: Tue May 24 07:50:45 2016 New Revision: 415771 URL: https://svnweb.freebsd.org/changeset/ports/415771 Log: Update devel/elixir-timex to version 2.1.5. Modified: head/devel/elixir-timex/Makefile head/devel/elixir-timex/distinfo head/devel/elixir-timex/pkg-plist Modified: head/devel/elixir-timex/Makefile ============================================================================== --- head/devel/elixir-timex/Makefile Tue May 24 07:50:29 2016 (r415770) +++ head/devel/elixir-timex/Makefile Tue May 24 07:50:45 2016 (r415771) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= timex -PORTVERSION= 2.1.4 +PORTVERSION= 2.1.5 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-timex/distinfo ============================================================================== --- head/devel/elixir-timex/distinfo Tue May 24 07:50:29 2016 (r415770) +++ head/devel/elixir-timex/distinfo Tue May 24 07:50:45 2016 (r415771) @@ -1,2 +1,3 @@ -SHA256 (bitwalker-timex-2.1.4_GH0.tar.gz) = c817d9b9cff295b1ec7d91356b9e9c51b375753d59764312d8d6852c6dc8cfd6 -SIZE (bitwalker-timex-2.1.4_GH0.tar.gz) = 136038 +TIMESTAMP = 1464075469 +SHA256 (bitwalker-timex-2.1.5_GH0.tar.gz) = 4cf1331d0e4c86964b03b126d056e575d88ba1b123e1b1ee950b10e1558b44e5 +SIZE (bitwalker-timex-2.1.5_GH0.tar.gz) = 137289 Modified: head/devel/elixir-timex/pkg-plist ============================================================================== --- head/devel/elixir-timex/pkg-plist Tue May 24 07:50:29 2016 (r415770) +++ head/devel/elixir-timex/pkg-plist Tue May 24 07:50:45 2016 (r415771) @@ -117,6 +117,13 @@ lib/elixir/lib/timex/lib/timezone/timezo lib/elixir/lib/timex/priv/olson_to_win.exs lib/elixir/lib/timex/priv/standard_to_olson.exs lib/elixir/lib/timex/priv/translations/day_periods.pot +lib/elixir/lib/timex/priv/translations/de/LC_MESSAGES/day_periods.po +lib/elixir/lib/timex/priv/translations/de/LC_MESSAGES/months.po +lib/elixir/lib/timex/priv/translations/de/LC_MESSAGES/numbers.po +lib/elixir/lib/timex/priv/translations/de/LC_MESSAGES/relative_time.po +lib/elixir/lib/timex/priv/translations/de/LC_MESSAGES/symbols.po +lib/elixir/lib/timex/priv/translations/de/LC_MESSAGES/units.po +lib/elixir/lib/timex/priv/translations/de/LC_MESSAGES/weekdays.po lib/elixir/lib/timex/priv/translations/en/LC_MESSAGES/day_periods.po lib/elixir/lib/timex/priv/translations/en/LC_MESSAGES/months.po lib/elixir/lib/timex/priv/translations/en/LC_MESSAGES/numbers.po From owner-svn-ports-head@freebsd.org Tue May 24 08:33:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3CB4B48708; Tue, 24 May 2016 08:33:28 +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 6A8671079; Tue, 24 May 2016 08:33:28 +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 u4O8XR8J001616; Tue, 24 May 2016 08:33:27 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4O8XRMK001613; Tue, 24 May 2016 08:33:27 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201605240833.u4O8XRMK001613@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 24 May 2016 08:33:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415772 - in head/www: . moodle31 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 08:33:28 -0000 Author: wen Date: Tue May 24 08:33:27 2016 New Revision: 415772 URL: https://svnweb.freebsd.org/changeset/ports/415772 Log: - Repocopy moodle30 --> moodle31 and update to 3.1 Added: head/www/moodle31/ - copied from r415771, head/www/moodle30/ Modified: head/www/Makefile head/www/moodle31/Makefile head/www/moodle31/distinfo Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Tue May 24 07:50:45 2016 (r415771) +++ head/www/Makefile Tue May 24 08:33:27 2016 (r415772) @@ -532,6 +532,7 @@ SUBDIR += moodle28 SUBDIR += moodle29 SUBDIR += moodle30 + SUBDIR += moodle31 SUBDIR += mozplugger SUBDIR += multisort SUBDIR += multiwatch Modified: head/www/moodle31/Makefile ============================================================================== --- head/www/moodle30/Makefile Tue May 24 07:50:45 2016 (r415771) +++ head/www/moodle31/Makefile Tue May 24 08:33:27 2016 (r415772) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.0.4 +PORTVERSION= 3.1 CATEGORIES= www -MASTER_SITES= SF/moodle/Moodle/stable30/ +MASTER_SITES= SF/moodle/Moodle/stable31/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} MAINTAINER= wen@FreeBSD.org @@ -12,12 +12,12 @@ COMMENT= Course management system based LICENSE= GPLv3 -CONFLICTS= moodle28-2.8.[0-9]* moodle29-2.9.[0-9]* +CONFLICTS= moodle28-2.8.[0-9]* moodle29-2.9.[0-9]* moodle30-3.0.[0-9]* USES= cpe tar:tgz USE_PHP= ctype curl dom gd hash iconv intl json mbstring opcache \ - openssl pcre session simplexml soap spl tokenizer xml xmlrpc \ - zip zlib + openssl pcre session simplexml soap spl tokenizer xml \ + xmlreader xmlrpc zip zlib WRKSRC= ${WRKDIR}/moodle OPTIONS_SINGLE= BACKEND Modified: head/www/moodle31/distinfo ============================================================================== --- head/www/moodle30/distinfo Tue May 24 07:50:45 2016 (r415771) +++ head/www/moodle31/distinfo Tue May 24 08:33:27 2016 (r415772) @@ -1,2 +1,3 @@ -SHA256 (moodle-3.0.4.tgz) = 27e3f58d2bc1e63163f5c7d27aaf5548c216a433e87be7bf429030aada43b469 -SIZE (moodle-3.0.4.tgz) = 38110816 +TIMESTAMP = 1464077765 +SHA256 (moodle-3.1.tgz) = 5debb77fe2a82f28b25505f1244cc9e641b1c0b20dfefe831917c605da74151c +SIZE (moodle-3.1.tgz) = 37440572 From owner-svn-ports-head@freebsd.org Tue May 24 08:41:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57AB9B488A4; Tue, 24 May 2016 08:41:13 +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 1D94E128C; Tue, 24 May 2016 08:41:13 +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 u4O8fCp3002021; Tue, 24 May 2016 08:41:12 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4O8fCwp002018; Tue, 24 May 2016 08:41:12 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201605240841.u4O8fCwp002018@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 24 May 2016 08:41:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415773 - in head/www: moodle28 moodle29 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.22 Precedence: list List-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, 24 May 2016 08:41:13 -0000 Author: wen Date: Tue May 24 08:41:11 2016 New Revision: 415773 URL: https://svnweb.freebsd.org/changeset/ports/415773 Log: - Adjust CONFLICTS to welcome moodle-3.1 Modified: head/www/moodle28/Makefile head/www/moodle29/Makefile head/www/moodle30/Makefile Modified: head/www/moodle28/Makefile ============================================================================== --- head/www/moodle28/Makefile Tue May 24 08:33:27 2016 (r415772) +++ head/www/moodle28/Makefile Tue May 24 08:41:11 2016 (r415773) @@ -12,7 +12,7 @@ COMMENT= Course management system based LICENSE= GPLv3 -CONFLICTS= moodle30-3.0.[0-9]* moodle29-2.9.[0-9]* +CONFLICTS= moodle30-3.0.[0-9]* moodle29-2.9.[0-9]* moodle31-3.1 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 Tue May 24 08:33:27 2016 (r415772) +++ head/www/moodle29/Makefile Tue May 24 08:41:11 2016 (r415773) @@ -12,7 +12,7 @@ COMMENT= Course management system based LICENSE= GPLv3 -CONFLICTS= moodle30-3.0.[0-9]* moodle28-2.8.[0-9]* +CONFLICTS= moodle31-3.1 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 \ Modified: head/www/moodle30/Makefile ============================================================================== --- head/www/moodle30/Makefile Tue May 24 08:33:27 2016 (r415772) +++ head/www/moodle30/Makefile Tue May 24 08:41:11 2016 (r415773) @@ -12,7 +12,7 @@ COMMENT= Course management system based LICENSE= GPLv3 -CONFLICTS= moodle28-2.8.[0-9]* moodle29-2.9.[0-9]* +CONFLICTS= moodle28-2.8.[0-9]* moodle29-2.9.[0-9]* moodle31-3.1 USES= cpe tar:tgz USE_PHP= ctype curl dom gd hash iconv intl json mbstring opcache \ From owner-svn-ports-head@freebsd.org Tue May 24 08:44:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53E32B48B41; Tue, 24 May 2016 08:44:13 +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 24E0F1891; Tue, 24 May 2016 08:44:13 +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 u4O8iCNM005015; Tue, 24 May 2016 08:44:12 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4O8iCCX005014; Tue, 24 May 2016 08:44:12 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201605240844.u4O8iCCX005014@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 24 May 2016 08:44:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415774 - head/www/moodle28 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 08:44:13 -0000 Author: wen Date: Tue May 24 08:44:12 2016 New Revision: 415774 URL: https://svnweb.freebsd.org/changeset/ports/415774 Log: - Mark DEPRECATED and set EXPIRATION_DATE Modified: head/www/moodle28/Makefile Modified: head/www/moodle28/Makefile ============================================================================== --- head/www/moodle28/Makefile Tue May 24 08:41:11 2016 (r415773) +++ head/www/moodle28/Makefile Tue May 24 08:44:12 2016 (r415774) @@ -14,6 +14,9 @@ LICENSE= GPLv3 CONFLICTS= moodle30-3.0.[0-9]* moodle29-2.9.[0-9]* moodle31-3.1 +DEPRECATED= EOL upstream +EXPIRATION_DATE= 2016-08-24 + USES= cpe tar:tgz USE_PHP= session gd pcre mbstring iconv tokenizer curl xml xmlrpc ctype \ soap openssl simplexml spl dom json zip zlib hash opcache intl From owner-svn-ports-head@freebsd.org Tue May 24 09:44:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9B6DB48A7F; Tue, 24 May 2016 09:44:06 +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 8AFE2143F; Tue, 24 May 2016 09:44:06 +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 u4O9i5DV023192; Tue, 24 May 2016 09:44:05 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4O9i54B023191; Tue, 24 May 2016 09:44:05 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201605240944.u4O9i54B023191@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Tue, 24 May 2016 09:44:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415775 - head/databases/pgespresso X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 09:44:06 -0000 Author: matthew Date: Tue May 24 09:44:05 2016 New Revision: 415775 URL: https://svnweb.freebsd.org/changeset/ports/415775 Log: Fix plist Reported by: pkg-fallout Modified: head/databases/pgespresso/Makefile Modified: head/databases/pgespresso/Makefile ============================================================================== --- head/databases/pgespresso/Makefile Tue May 24 08:44:12 2016 (r415774) +++ head/databases/pgespresso/Makefile Tue May 24 09:44:05 2016 (r415775) @@ -3,6 +3,7 @@ PORTNAME= pgespresso PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= matthew@FreeBSD.org @@ -16,8 +17,9 @@ GH_ACCOUNT= 2ndquadrant-it USES= gmake pgsql:9.2+ WANT_PGSQL= server -PLIST_FILES= lib/postgresql/pgespresso.so \ - share/postgresql/extension/pgespresso--1.0.sql \ +PLIST_FILES= lib/postgresql/pgespresso.so \ + share/postgresql/extension/pgespresso--1.0--1.1.sql \ + share/postgresql/extension/pgespresso--1.1.sql \ share/postgresql/extension/pgespresso.control PORTDOCS= README.asciidoc From owner-svn-ports-head@freebsd.org Tue May 24 10:05:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6DDEB460C8; Tue, 24 May 2016 10:05:36 +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 77BEA1EAD; Tue, 24 May 2016 10:05:35 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.1.21] (176.red-83-34-249.dynamicip.rima-tde.net [83.34.249.176]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 8B7DC43BB2; Tue, 24 May 2016 05:05:27 -0500 (CDT) Subject: Re: svn commit: r415493 - in head/games/libretro-cores: . files To: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201605190700.u4J70sfs011294@repo.freebsd.org> From: John Marino Reply-To: marino@freebsd.org Message-ID: <307385ca-1cd1-83ae-1a66-b2a7210b5054@marino.st> Date: Tue, 24 May 2016 12:05:25 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <201605190700.u4J70sfs011294@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 10:05:36 -0000 On 5/19/2016 9:00 AM, Mathieu Arnold wrote: > Author: mat > Date: Thu May 19 07:00:54 2016 > New Revision: 415493 > URL: https://svnweb.freebsd.org/changeset/ports/415493 > > Log: > Remove the use of :@, it must not be used before 9 goes out of support. > > Incidentally, simplify quite a bit, and fix build on 9. > > Sponsored by: Absolight > > [snip] > Modified: head/games/libretro-cores/Makefile > ============================================================================== > --- head/games/libretro-cores/Makefile Thu May 19 06:28:48 2016 (r415492) > +++ head/games/libretro-cores/Makefile Thu May 19 07:00:54 2016 (r415493) > [snip] > > do-build: > @for dir in ${CORE_DIRS}; do \ > - ${ECHO_MSG} "===> Building for ${PKGNAME}: core $${dir} (`date`)"; \ > - if [ -f ${WRKSRC}/$${dir}/Makefile.freebsd ]; then \ > - (cd ${WRKSRC}/$${dir} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} Makefile.freebsd ${_MAKE_JOBS} ${MAKE_ARGS}); \ > - elif [ -f ${WRKSRC}/$${dir}/Makefile.libretro ]; then \ > - (cd ${WRKSRC}/$${dir} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} Makefile.libretro ${_MAKE_JOBS} ${MAKE_ARGS}); \ > + ${ECHO_MSG} "===> Building for ${PKGNAME}: core ${dir} ($$(date))"; \ > + cd ${WRKSRC}/${dir}; \ We think this is a mistake: changing "cd ${WRKSRC}/$${dir};" to "cd ${WRKSRC}/${dir};" ("core $${dir}" => "core ${dir}" is wrong too but that's only an echo issue) I'm wondering how this is working on FreeBSD actually ... John From owner-svn-ports-head@freebsd.org Tue May 24 10:40:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9AE4B46909; Tue, 24 May 2016 10:40: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 C4FD411DC; Tue, 24 May 2016 10:40:10 +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 u4OAeAg8038726; Tue, 24 May 2016 10:40:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OAe9h2038722; Tue, 24 May 2016 10:40:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605241040.u4OAe9h2038722@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 24 May 2016 10:40:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415776 - in head/sysutils/puppetserver: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 10:40:11 -0000 Author: amdmi3 Date: Tue May 24 10:40:09 2016 New Revision: 415776 URL: https://svnweb.freebsd.org/changeset/ports/415776 Log: - Update to 2.3.1 - Fix config file handling - Include extra missing 'app' files PR: 208363 Submitted by: freebsd@zleslie.info Approved by: maintainer timeout (xaque208@gmail.com, 2 months) Modified: head/sysutils/puppetserver/Makefile head/sysutils/puppetserver/distinfo head/sysutils/puppetserver/files/patch-ext__config__conf.d__webserver.conf head/sysutils/puppetserver/pkg-plist Modified: head/sysutils/puppetserver/Makefile ============================================================================== --- head/sysutils/puppetserver/Makefile Tue May 24 09:44:05 2016 (r415775) +++ head/sysutils/puppetserver/Makefile Tue May 24 10:40:09 2016 (r415776) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= puppetserver -PORTVERSION= 2.2.1 +PORTVERSION= 2.3.1 CATEGORIES= sysutils java MASTER_SITES= http://downloads.puppetlabs.com/puppet/ @@ -55,19 +55,25 @@ post-patch: .endfor do-install: - ${MKDIR} ${STAGEDIR}${DATADIR} - ${MKDIR} ${STAGEDIR}${ETCDIR} - ${MKDIR} ${STAGEDIR}${ETCDIR}/conf.d - ${MKDIR} ${STAGEDIR}${PREFIX}/etc/puppet/code - ${MKDIR} ${STAGEDIR}/var/log/puppetserver + @${MKDIR} ${STAGEDIR}${DATADIR} + @${MKDIR} ${STAGEDIR}${DATADIR}/cli + @${MKDIR} ${STAGEDIR}${DATADIR}/cli/apps + @${MKDIR} ${STAGEDIR}${ETCDIR} + @${MKDIR} ${STAGEDIR}${ETCDIR}/conf.d + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/puppet/code + @${MKDIR} ${STAGEDIR}/var/log/puppetserver ${INSTALL_DATA} ${WRKSRC}/puppet-server-release.jar ${STAGEDIR}${DATADIR}/puppetserver.jar - ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/global.conf ${STAGEDIR}${ETCDIR}/conf.d/global.conf - ${INSTALL_DATA} ${WRKSRC}/ext/config/logback.xml ${STAGEDIR}${ETCDIR}/logback.xml - ${INSTALL_DATA} ${WRKSRC}/ext/config/bootstrap.cfg ${STAGEDIR}${ETCDIR}/bootstrap.cfg - ${INSTALL_DATA} ${WRKSRC}/ext/config/request-logging.xml ${STAGEDIR}${ETCDIR}/request-logging.xml - ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/puppetserver.conf ${STAGEDIR}${ETCDIR}/conf.d/puppetserver.conf - ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/web-routes.conf ${STAGEDIR}${ETCDIR}/conf.d/web-routes.conf - ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/webserver.conf ${STAGEDIR}${ETCDIR}/conf.d/webserver.conf - ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/auth.conf ${STAGEDIR}${ETCDIR}/conf.d/auth.conf + ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/global.conf ${STAGEDIR}${ETCDIR}/conf.d/global.conf.sample + ${INSTALL_DATA} ${WRKSRC}/ext/config/logback.xml ${STAGEDIR}${ETCDIR}/logback.xml.sample + ${INSTALL_DATA} ${WRKSRC}/ext/config/bootstrap.cfg ${STAGEDIR}${ETCDIR}/bootstrap.cfg.sample + ${INSTALL_DATA} ${WRKSRC}/ext/config/request-logging.xml ${STAGEDIR}${ETCDIR}/request-logging.xml.sample + ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/puppetserver.conf ${STAGEDIR}${ETCDIR}/conf.d/puppetserver.conf.sample + ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/web-routes.conf ${STAGEDIR}${ETCDIR}/conf.d/web-routes.conf.sample + ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/webserver.conf ${STAGEDIR}${ETCDIR}/conf.d/webserver.conf.sample + ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/auth.conf ${STAGEDIR}${ETCDIR}/conf.d/auth.conf.sample + ${INSTALL_DATA} ${WRKSRC}/ext/cli/foreground ${STAGEDIR}${DATADIR}/cli/apps/foreground + ${INSTALL_DATA} ${WRKSRC}/ext/cli/gem ${STAGEDIR}${DATADIR}/cli/apps/gem + ${INSTALL_DATA} ${WRKSRC}/ext/cli/irb ${STAGEDIR}${DATADIR}/cli/apps/irb + ${INSTALL_DATA} ${WRKSRC}/ext/cli/ruby ${STAGEDIR}${DATADIR}/cli/apps/ruby .include Modified: head/sysutils/puppetserver/distinfo ============================================================================== --- head/sysutils/puppetserver/distinfo Tue May 24 09:44:05 2016 (r415775) +++ head/sysutils/puppetserver/distinfo Tue May 24 10:40:09 2016 (r415776) @@ -1,2 +1,2 @@ -SHA256 (puppetserver-2.2.1.tar.gz) = 583662380b161fc35e0f0c5e7e2964892ec4b7e0cb848cadcd76b29684a85843 -SIZE (puppetserver-2.2.1.tar.gz) = 42665674 +SHA256 (puppetserver-2.3.1.tar.gz) = 25e0d27339c2e8313cb083503e5790e4f7f1c5c3b29a67b73a35a3aca2f513d9 +SIZE (puppetserver-2.3.1.tar.gz) = 33667638 Modified: head/sysutils/puppetserver/files/patch-ext__config__conf.d__webserver.conf ============================================================================== --- head/sysutils/puppetserver/files/patch-ext__config__conf.d__webserver.conf Tue May 24 09:44:05 2016 (r415775) +++ head/sysutils/puppetserver/files/patch-ext__config__conf.d__webserver.conf Tue May 24 10:40:09 2016 (r415776) @@ -1,9 +1,9 @@ ---- ext/config/conf.d/webserver.conf.orig 2015-10-27 16:26:17 UTC +--- ext/config/conf.d/webserver.conf.orig 2016-03-28 10:32:26.000000000 -0700 +++ ext/config/conf.d/webserver.conf @@ -1,5 +1,5 @@ webserver: { -- access-log-config = /etc/puppetlabs/puppetserver/request-logging.xml -+ access-log-config = %%PREFIX%%/etc/puppetserver/request-logging.xml - client-auth = want - ssl-host = 0.0.0.0 - ssl-port = 8140 +- access-log-config: /etc/puppetlabs/puppetserver/request-logging.xml ++ access-log-config: %%PREFIX%%/etc/puppetserver/request-logging.xml + client-auth: want + ssl-host: 0.0.0.0 + ssl-port: 8140 Modified: head/sysutils/puppetserver/pkg-plist ============================================================================== --- head/sysutils/puppetserver/pkg-plist Tue May 24 09:44:05 2016 (r415775) +++ head/sysutils/puppetserver/pkg-plist Tue May 24 10:40:09 2016 (r415776) @@ -1,14 +1,15 @@ -%%ETCDIR%%/logback.xml -%%ETCDIR%%/bootstrap.cfg -%%ETCDIR%%/request-logging.xml -%%ETCDIR%%/conf.d/global.conf -%%ETCDIR%%/conf.d/puppetserver.conf -%%ETCDIR%%/conf.d/web-routes.conf -%%ETCDIR%%/conf.d/webserver.conf -%%ETCDIR%%/conf.d/auth.conf +@sample %%ETCDIR%%/logback.xml.sample +@sample %%ETCDIR%%/bootstrap.cfg.sample +@sample %%ETCDIR%%/request-logging.xml.sample +@sample %%ETCDIR%%/conf.d/auth.conf.sample +@sample %%ETCDIR%%/conf.d/global.conf.sample +@sample %%ETCDIR%%/conf.d/puppetserver.conf.sample +@sample %%ETCDIR%%/conf.d/web-routes.conf.sample +@sample %%ETCDIR%%/conf.d/webserver.conf.sample +@dir(,puppet,750) etc/puppet/code %%DATADIR%%/puppetserver.jar -@mode 0750 -@group puppet -@dir etc/puppet/code -@owner puppet -@dir /var/log/puppetserver +%%DATADIR%%/cli/apps/foreground +%%DATADIR%%/cli/apps/gem +%%DATADIR%%/cli/apps/irb +%%DATADIR%%/cli/apps/ruby +@dir(puppet,puppet,750) /var/log/puppetserver From owner-svn-ports-head@freebsd.org Tue May 24 10:42:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47E42B46AD2; Tue, 24 May 2016 10: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 14F341823; Tue, 24 May 2016 10: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 u4OAgsq1041584; Tue, 24 May 2016 10:42:54 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OAgsWI041582; Tue, 24 May 2016 10:42:54 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605241042.u4OAgsWI041582@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 24 May 2016 10:42:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415777 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 10:42:55 -0000 Author: amdmi3 Date: Tue May 24 10:42:53 2016 New Revision: 415777 URL: https://svnweb.freebsd.org/changeset/ports/415777 Log: - Add seafile user and group, needed for libsearpc, ccnet, seafile* and other related ports PR: 205669 Submitted by: Ultima1252@gmail.com (maintainer) Modified: head/GIDs head/UIDs Modified: head/GIDs ============================================================================== --- head/GIDs Tue May 24 10:40:09 2016 (r415776) +++ head/GIDs Tue May 24 10:42:53 2016 (r415777) @@ -248,6 +248,7 @@ sogod:*:846: domoticz:*:847: graylog:*:848: guacamole:*:899: +seafile:*:900: fossy:*:901:www scanlogd:*:902: _ocserv:*:903: Modified: head/UIDs ============================================================================== --- head/UIDs Tue May 24 10:40:09 2016 (r415776) +++ head/UIDs Tue May 24 10:42:53 2016 (r415777) @@ -259,6 +259,7 @@ sogod:*:846:846::0:0:SOGo groupware:/non domoticz:*:847:847::0:0:domoticz user:/nonexistent:/usr/sbin/nologin graylog:*:848:848::0:0:Graylog user:/nonexistent:/usr/sbin/nologin guacamole:*:899:899::0:0:Guacamole user:/nonexistent:/usr/sbin/nologin +seafile:*:900:900::0:0:Seafile user:/nonexistent:/usr/bin/nologin fossy:*:901:901::0:0:FOSSology user:/usr/local/share/fossology:/usr/local/bin/bash scanlogd:*:902:902::0:0:scanlogd user:/nonexistent:/usr/sbin/nologin _ocserv:*:903:903::0:0:ocserv user:/nonexistent:/usr/sbin/nologin From owner-svn-ports-head@freebsd.org Tue May 24 10:44:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B1A1B46B3F; Tue, 24 May 2016 10:44: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 DBEBB195F; Tue, 24 May 2016 10:44: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 u4OAiCEY041771; Tue, 24 May 2016 10:44:12 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OAiBDn041769; Tue, 24 May 2016 10:44:11 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605241044.u4OAiBDn041769@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 24 May 2016 10:44:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415778 - head/devel/libsearpc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 10:44:13 -0000 Author: amdmi3 Date: Tue May 24 10:44:11 2016 New Revision: 415778 URL: https://svnweb.freebsd.org/changeset/ports/415778 Log: - Switch to seafile user/group PR: 205669 Submitted by: Ultima1252@gmail.com (maintainer) Modified: head/devel/libsearpc/Makefile head/devel/libsearpc/pkg-plist Modified: head/devel/libsearpc/Makefile ============================================================================== --- head/devel/libsearpc/Makefile Tue May 24 10:42:53 2016 (r415777) +++ head/devel/libsearpc/Makefile Tue May 24 10:44:11 2016 (r415778) @@ -2,6 +2,7 @@ PORTNAME= libsearpc PORTVERSION= 3.0.7 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= ultima1252@gmail.com @@ -28,11 +29,11 @@ HAIWENDIR= www/haiwen SEAFILE_SERVER= ${HAIWENDIR}/seafile-server SEALIB= ${SEAFILE_SERVER}/seafile/lib -SEAFILE_USERNAME?= www -SEAFILE_GROUPNAME?= ${SEAFILE_USERNAME} +USERS= seafile +GROUPS= ${USERS} -PLIST_SUB= SEAFILE_USERNAME=${SEAFILE_USERNAME} \ - SEAFILE_GROUPNAME=${SEAFILE_GROUPNAME} \ +PLIST_SUB= USERS=${USERS} \ + GROUPS=${GROUPS} \ SEAFILE_SERVER=${SEAFILE_SERVER} \ HAIWENDIR=${HAIWENDIR} Modified: head/devel/libsearpc/pkg-plist ============================================================================== --- head/devel/libsearpc/pkg-plist Tue May 24 10:42:53 2016 (r415777) +++ head/devel/libsearpc/pkg-plist Tue May 24 10:44:11 2016 (r415778) @@ -20,4 +20,4 @@ libdata/pkgconfig/libsearpc.pc %%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/pysearpc/server.py %%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/pysearpc/server.pyc %%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/pysearpc/server.pyo -@dir(%%SEAFILE_USERNAME%%,%%SEAFILE_GROUPNAME%%,755) %%HAIWENDIR%% +@dir(%%USERS%%,%%GROUPS%%,755) %%HAIWENDIR%% From owner-svn-ports-head@freebsd.org Tue May 24 11:14:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ACAB3B4727B; Tue, 24 May 2016 11:14:02 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D5B716DE; Tue, 24 May 2016 11:14:02 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4OBE1E7051167; Tue, 24 May 2016 11:14:01 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OBE1R8051164; Tue, 24 May 2016 11:14:01 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605241114.u4OBE1R8051164@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 24 May 2016 11:14:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415779 - in head/x11-toolkits/qt5-widgets: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 11:14:02 -0000 Author: pi Date: Tue May 24 11:14:01 2016 New Revision: 415779 URL: https://svnweb.freebsd.org/changeset/ports/415779 Log: x11-toolkits/qt5-widgets: fix scaling / cropping for full-screen applications - tcberner: Fix the fullscreen behaviour of VLC when using the Qt5 frontend. PR: 208185 Submitted by: nolden@kde.org (kde) Added: head/x11-toolkits/qt5-widgets/files/ head/x11-toolkits/qt5-widgets/files/patch-cr-139066 (contents, props changed) Modified: head/x11-toolkits/qt5-widgets/Makefile head/x11-toolkits/qt5-widgets/pkg-plist Modified: head/x11-toolkits/qt5-widgets/Makefile ============================================================================== --- head/x11-toolkits/qt5-widgets/Makefile Tue May 24 10:44:11 2016 (r415778) +++ head/x11-toolkits/qt5-widgets/Makefile Tue May 24 11:14:01 2016 (r415779) @@ -2,6 +2,7 @@ PORTNAME= widgets DISTVERSION= ${QT5_VERSION} +PORTREVISION= 1 CATEGORIES= x11-toolkits PKGNAMEPREFIX= qt5- @@ -17,12 +18,15 @@ USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME} INSTALL_WRKSRC= ${BUILD_WRKSRC} -MORE_WRKSRCS= src/tools/uic +MORE_WRKSRCS= src/tools/uic \ + src/plugins/platformthemes QT_DEFINES= ACCESSIBILITY WIDGETS XSYNC QT_CONFIG= accessibility accessibility-atspi-bridge xlib OPTIONS_DEFINE= GTK2 +OPTIONS_SUB= yes + GTK2_DESC= GTK+-based Qt theme GTK2_USE= GNOME=gtk20 @@ -39,6 +43,11 @@ QT_DEFINES+= -STYLE_GTK QT_CONFIG+= -gtkstyle .endif +# libQt5PlatformSupport.a is installed by qt5-core but needed for the gtk style plugin +post-configure: + ${LN} -s ${QT_LIBDIR}/libQt5PlatformSupport.a \ + ${WRKSRC}/lib/libQt5PlatformSupport.a + pre-build: @cd ${WRKSRC}/src/tools/uic && \ ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} \ Added: head/x11-toolkits/qt5-widgets/files/patch-cr-139066 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/qt5-widgets/files/patch-cr-139066 Tue May 24 11:14:01 2016 (r415779) @@ -0,0 +1,40 @@ +From 0f68f8920573cdce1729a285a92ac8582df32841 Mon Sep 17 00:00:00 2001 +From: Ulf Hermann +Date: Tue, 27 Oct 2015 15:25:42 +0100 +Subject: [PATCH] QtWidgets: Do hide/show via WA_OutsideWSRange for native + widgets +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +If a native widget has a width or height of 0 we don't have to +invalidate its backing store as that is done by the window +system. Certain applications rely on ... interesting ... behavior +of certain window systems in this case. + +Task-number: QTBUG-48321 +Change-Id: I78ef29975181ee22429c9bd4b11d96d9e68b7a9c +Reviewed-by: Dmitry Shachnev +Reviewed-by: Alexander Volkov +Reviewed-by: Lisandro Damián Nicanor Pérez Meyer +Reviewed-by: Paul Olav Tvete +--- + src/widgets/kernel/qwidget.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/widgets/kernel/qwidget.cpp b/src/widgets/kernel/qwidget.cpp +index 7734715..4286130 100644 +--- src/widgets/kernel/qwidget.cpp ++++ src/widgets/kernel/qwidget.cpp +@@ -7169,7 +7169,7 @@ void QWidgetPrivate::setGeometry_sys(int x, int y, int w, int h, bool isMove) + + bool needsShow = false; + +- if (q->isWindow()) { ++ if (q->isWindow() || q->windowHandle()) { + if (!(data.window_state & Qt::WindowFullScreen) && (w == 0 || h == 0)) { + q->setAttribute(Qt::WA_OutsideWSRange, true); + if (q->isVisible() && q->testAttribute(Qt::WA_Mapped)) +-- +2.8.1 + Modified: head/x11-toolkits/qt5-widgets/pkg-plist ============================================================================== --- head/x11-toolkits/qt5-widgets/pkg-plist Tue May 24 10:44:11 2016 (r415778) +++ head/x11-toolkits/qt5-widgets/pkg-plist Tue May 24 11:14:01 2016 (r415779) @@ -486,6 +486,7 @@ %%QT_INCDIR%%/QtWidgets/qwidgetaction.h %%QT_INCDIR%%/QtWidgets/qwidgetsfunctions_wince.h %%QT_INCDIR%%/QtWidgets/qwizard.h +%%GTK2%%%%QT_LIBDIR%%/cmake/Qt5Gui/Qt5Gui_QGtk2ThemePlugin.cmake %%QT_LIBDIR%%/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake %%QT_LIBDIR%%/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake %%QT_LIBDIR%%/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake @@ -498,6 +499,8 @@ %%DEBUG%%%%QT_LIBDIR%%/libQt5Widgets.so.%%FULLVER%%.debug %%QT_BINDIR%%/uic %%QT_MKSPECDIR%%/modules/qt_lib_widgets.pri +%%GTK2%%%%QT_PLUGINDIR%%/platformthemes/libqgtk2.so +%%GTK2%%%%DEBUG%%%%QT_PLUGINDIR%%/platformthemes/libqgtk2.so.debug %%QT_MKSPECDIR%%/modules/qt_lib_widgets_private.pri libdata/pkgconfig/Qt5Widgets.pc share/pixmaps/qt5logo.png From owner-svn-ports-head@freebsd.org Tue May 24 11:33:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45DFDB47A96; Tue, 24 May 2016 11:33:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 169441F95; Tue, 24 May 2016 11:33:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4OBXed3057164; Tue, 24 May 2016 11:33:40 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OBXeaV057161; Tue, 24 May 2016 11:33:40 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201605241133.u4OBXeaV057161@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 24 May 2016 11:33:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415780 - head/devel/libmill X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 11:33:41 -0000 Author: bapt Date: Tue May 24 11:33:39 2016 New Revision: 415780 URL: https://svnweb.freebsd.org/changeset/ports/415780 Log: Update to 1.12 Modified: head/devel/libmill/Makefile head/devel/libmill/distinfo head/devel/libmill/pkg-plist Modified: head/devel/libmill/Makefile ============================================================================== --- head/devel/libmill/Makefile Tue May 24 11:14:01 2016 (r415779) +++ head/devel/libmill/Makefile Tue May 24 11:33:39 2016 (r415780) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libmill -PORTVERSION= 1.11 +PORTVERSION= 1.12 CATEGORIES= devel MASTER_SITES= http://libmill.org/ Modified: head/devel/libmill/distinfo ============================================================================== --- head/devel/libmill/distinfo Tue May 24 11:14:01 2016 (r415779) +++ head/devel/libmill/distinfo Tue May 24 11:33:39 2016 (r415780) @@ -1,2 +1,3 @@ -SHA256 (libmill-1.11.tar.gz) = 93ef03b6cbb4cf19008d111e9b6a43013d0fa18ae826b4459dfd5445bf3ac296 -SIZE (libmill-1.11.tar.gz) = 470407 +TIMESTAMP = 1464089574 +SHA256 (libmill-1.12.tar.gz) = 9c336f1fc4c55aefd02659165095a99c1e03efba148006743592881b8554ed9b +SIZE (libmill-1.12.tar.gz) = 470510 Modified: head/devel/libmill/pkg-plist ============================================================================== --- head/devel/libmill/pkg-plist Tue May 24 11:14:01 2016 (r415779) +++ head/devel/libmill/pkg-plist Tue May 24 11:33:39 2016 (r415780) @@ -2,5 +2,5 @@ include/libmill.h lib/libmill.a lib/libmill.so lib/libmill.so.16 -lib/libmill.so.16.0.1 +lib/libmill.so.16.0.2 libdata/pkgconfig/libmill.pc From owner-svn-ports-head@freebsd.org Tue May 24 11:42:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 727F7B47EE3; Tue, 24 May 2016 11:42:07 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 27B4817FA; Tue, 24 May 2016 11:42:07 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4OBg6V9059496; Tue, 24 May 2016 11:42:06 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OBg6jC059495; Tue, 24 May 2016 11:42:06 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605241142.u4OBg6jC059495@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 24 May 2016 11:42:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415781 - head/net/krdc/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 11:42:07 -0000 Author: pi Date: Tue May 24 11:42:06 2016 New Revision: 415781 URL: https://svnweb.freebsd.org/changeset/ports/415781 Log: net/krdc: remove FreeBSD 8 compatibility patch The patch was introduced in r374162 in the official ports tree, but is no longer relevant since FreeBSD 8 reached EOL. PR: 209695 Submitted by: groot@kde.org (kde) Originally-by: tcberner Deleted: head/net/krdc/files/patch-vnc__vncclientthread.cpp From owner-svn-ports-head@freebsd.org Tue May 24 12:23:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90053B473CF; Tue, 24 May 2016 12:23:05 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D7E41AF8; Tue, 24 May 2016 12:23:05 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4OCN4Xi072734; Tue, 24 May 2016 12:23:04 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OCN4Nb072732; Tue, 24 May 2016 12:23:04 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201605241223.u4OCN4Nb072732@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Tue, 24 May 2016 12:23:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415782 - head/textproc/py-pysrt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 12:23:05 -0000 Author: wg Date: Tue May 24 12:23:04 2016 New Revision: 415782 URL: https://svnweb.freebsd.org/changeset/ports/415782 Log: textproc/py-pysrt: update to 1.1.1 Modified: head/textproc/py-pysrt/Makefile head/textproc/py-pysrt/distinfo Modified: head/textproc/py-pysrt/Makefile ============================================================================== --- head/textproc/py-pysrt/Makefile Tue May 24 11:42:06 2016 (r415781) +++ head/textproc/py-pysrt/Makefile Tue May 24 12:23:04 2016 (r415782) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pysrt -PORTVERSION= 1.0.1 +PORTVERSION= 1.1.1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/textproc/py-pysrt/distinfo ============================================================================== --- head/textproc/py-pysrt/distinfo Tue May 24 11:42:06 2016 (r415781) +++ head/textproc/py-pysrt/distinfo Tue May 24 12:23:04 2016 (r415782) @@ -1,2 +1,3 @@ -SHA256 (pysrt-1.0.1.tar.gz) = 5300a1584c8d15a1c49ef8880fa1ef7a4274ce3f24dde83ad581d12d875f6784 -SIZE (pysrt-1.0.1.tar.gz) = 11741 +TIMESTAMP = 1464091055 +SHA256 (pysrt-1.1.1.tar.gz) = fb4c10424549fc5a32d19cd5091f00316b875461fcd79a7809bb55056974d0aa +SIZE (pysrt-1.1.1.tar.gz) = 104027 From owner-svn-ports-head@freebsd.org Tue May 24 12:31:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C53C4B4755E; Tue, 24 May 2016 12:31:52 +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 8BE961E2B; Tue, 24 May 2016 12:31:52 +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 46F56BDD58; Tue, 24 May 2016 14:31:50 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 297CABDD57; Tue, 24 May 2016 14:31:50 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id C30FD6127; Tue, 24 May 2016 14:31:48 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id D5592294FA46; Tue, 24 May 2016 14:31:47 +0200 (CEST) Date: Tue, 24 May 2016 14:31:47 +0200 From: Mathieu Arnold To: marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r415493 - in head/games/libretro-cores: . files Message-ID: <2A9F124F55BB011FD665C0A4@ogg.in.absolight.net> In-Reply-To: <307385ca-1cd1-83ae-1a66-b2a7210b5054@marino.st> References: <201605190700.u4J70sfs011294@repo.freebsd.org> <307385ca-1cd1-83ae-1a66-b2a7210b5054@marino.st> 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="==========848F6F9439D94E6000B2==========" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 12:31:52 -0000 --==========848F6F9439D94E6000B2========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 24 mai 2016 12:05:25 +0200 John Marino wrote: |> do-build: |> @for dir in ${CORE_DIRS}; do \ |> - ${ECHO_MSG} "===> Building for ${PKGNAME}: core $${dir} (`date`)"; \ |> - if [ -f ${WRKSRC}/$${dir}/Makefile.freebsd ]; then \ |> - (cd ${WRKSRC}/$${dir} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} |> ${MAKE_FLAGS} Makefile.freebsd ${_MAKE_JOBS} ${MAKE_ARGS}); \ - elif [ |> -f ${WRKSRC}/$${dir}/Makefile.libretro ]; then \ |> - (cd ${WRKSRC}/$${dir} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} |> ${MAKE_FLAGS} Makefile.libretro ${_MAKE_JOBS} ${MAKE_ARGS}); \ + |> ${ECHO_MSG} "===> Building for ${PKGNAME}: core ${dir} ($$(date))"; \ + |> cd ${WRKSRC}/${dir}; \ | | We think this is a mistake: | changing "cd ${WRKSRC}/$${dir};" to "cd ${WRKSRC}/${dir};" | ("core $${dir}" => "core ${dir}" is wrong too but that's only an echo | issue) | | I'm wondering how this is working on FreeBSD actually ... Mmmm, good catch, I changed it back from a make .for to a shell one at the last minute and messed it up. -- Mathieu Arnold --==========848F6F9439D94E6000B2========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJXREmzXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85Ih/QP/AtVb6tA4RVUesUMQRK4mPdW RrbHpuwF9eUBE1f8Ra41DjrItmQ5RTx+QJTNIdLkLOyul817d8IH0kiDo62GPRzN arG7ex3ekXhMTDoU/tY+3FzE9hLLJmEUmdJ6Je0d9BLf9Um0UKBYHw6zTYqBa86S 3+fv3ek6jWUJNUfjCBXS6qBIkuhp/IJDtVpoXHG4R0G/+ylNlsJecxxLeR4TDbXz PeZeP4SyrHOnha3znA5cvIGsQ0gCX2vTwGp9HVYoZnL4Bi0s8sPh1G8GSWSqc8jC j5piQOAeMNWDCNtuOeSdvUFw3+5iR6S4x0U1y65tzlweddOp/diMJqLHIhOqZwSO VKWgPcFatM1XdkvjQ3GKaKFMHlPtNeJ9/NU4v1q2EOXXhBGiSyhe7ISYlzZZxCjn UnaHrUyr5sx1Nrk4/CUMjSqfAkT5F5xWYRoReVm+APedbxqsV74f4fMFNLnSNq8N K4aYc1+Z7UeZbAtGo3j72MBvnrStVchRZddb9utLY++AFW8Mq7K93gOUa8MogxVw QkXwkX9LmzlYQIq9ro/1jvMbm5GksYsn/9AuyMgXsY5NfPdD4JeccYUHfOUWmw/+ BrwO6F9mVb//PX5R+h3/If7Er6omh4pX5DqDc2OjrJ7Tbbvhyl1QIJHRNZdOQDB/ Rfj66b3j30iYxWDfB+PH =EDb1 -----END PGP SIGNATURE----- --==========848F6F9439D94E6000B2==========-- From owner-svn-ports-head@freebsd.org Tue May 24 12:31:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3665B47591; Tue, 24 May 2016 12:31:57 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 856EE1E5B; Tue, 24 May 2016 12:31:57 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4OCVu8h075718; Tue, 24 May 2016 12:31:56 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OCVurT075716; Tue, 24 May 2016 12:31:56 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201605241231.u4OCVurT075716@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Tue, 24 May 2016 12:31:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415783 - head/security/p5-IO-Socket-SSL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 12:31:57 -0000 Author: jadawin Date: Tue May 24 12:31:56 2016 New Revision: 415783 URL: https://svnweb.freebsd.org/changeset/ports/415783 Log: - Update to 2.027 Modified: head/security/p5-IO-Socket-SSL/Makefile head/security/p5-IO-Socket-SSL/distinfo Modified: head/security/p5-IO-Socket-SSL/Makefile ============================================================================== --- head/security/p5-IO-Socket-SSL/Makefile Tue May 24 12:23:04 2016 (r415782) +++ head/security/p5-IO-Socket-SSL/Makefile Tue May 24 12:31:56 2016 (r415783) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Socket-SSL -PORTVERSION= 2.025 +PORTVERSION= 2.027 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SULLR Modified: head/security/p5-IO-Socket-SSL/distinfo ============================================================================== --- head/security/p5-IO-Socket-SSL/distinfo Tue May 24 12:23:04 2016 (r415782) +++ head/security/p5-IO-Socket-SSL/distinfo Tue May 24 12:31:56 2016 (r415783) @@ -1,2 +1,3 @@ -SHA256 (IO-Socket-SSL-2.025.tar.gz) = c5b7d4db9c15f5c9e342bad26a5e1b8b59899a09f22ed8a5345b1b19df83fcc3 -SIZE (IO-Socket-SSL-2.025.tar.gz) = 209795 +TIMESTAMP = 1463997283 +SHA256 (IO-Socket-SSL-2.027.tar.gz) = 723517ea71f90105579e7db7a1a2e053bf5c8142a187df8bc1fe3881c3383f67 +SIZE (IO-Socket-SSL-2.027.tar.gz) = 210470 From owner-svn-ports-head@freebsd.org Tue May 24 12:50:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58126B47C48; Tue, 24 May 2016 12:50:51 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 323C61983; Tue, 24 May 2016 12:50:50 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.1.21] (176.red-83-34-249.dynamicip.rima-tde.net [83.34.249.176]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 3BF2943C31; Tue, 24 May 2016 07:50:48 -0500 (CDT) Subject: Re: svn commit: r415493 - in head/games/libretro-cores: . files To: Mathieu Arnold , marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201605190700.u4J70sfs011294@repo.freebsd.org> <307385ca-1cd1-83ae-1a66-b2a7210b5054@marino.st> <2A9F124F55BB011FD665C0A4@ogg.in.absolight.net> Reply-To: marino@freebsd.org From: John Marino Message-ID: <17614e8e-01c9-eeeb-4752-758e5d7112fc@marino.st> Date: Tue, 24 May 2016 14:50:45 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <2A9F124F55BB011FD665C0A4@ogg.in.absolight.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 12:50:51 -0000 On 5/24/2016 2:31 PM, Mathieu Arnold wrote: > +--On 24 mai 2016 12:05:25 +0200 John Marino > wrote: > |> do-build: > |> @for dir in ${CORE_DIRS}; do \ > |> - ${ECHO_MSG} "===> Building for ${PKGNAME}: core $${dir} (`date`)"; \ > |> - if [ -f ${WRKSRC}/$${dir}/Makefile.freebsd ]; then \ > |> - (cd ${WRKSRC}/$${dir} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} > |> ${MAKE_FLAGS} Makefile.freebsd ${_MAKE_JOBS} ${MAKE_ARGS}); \ - elif [ > |> -f ${WRKSRC}/$${dir}/Makefile.libretro ]; then \ > |> - (cd ${WRKSRC}/$${dir} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} > |> ${MAKE_FLAGS} Makefile.libretro ${_MAKE_JOBS} ${MAKE_ARGS}); \ + > |> ${ECHO_MSG} "===> Building for ${PKGNAME}: core ${dir} ($$(date))"; \ + > |> cd ${WRKSRC}/${dir}; \ > | > | We think this is a mistake: > | changing "cd ${WRKSRC}/$${dir};" to "cd ${WRKSRC}/${dir};" > | ("core $${dir}" => "core ${dir}" is wrong too but that's only an echo > | issue) > | > | I'm wondering how this is working on FreeBSD actually ... > > Mmmm, good catch, I changed it back from a make .for to a shell one at the > last minute and messed it up. There's a second problem too. You have to revert this one: - ${CP} $$(find ${WRKSRC}/$${dir} -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro/; \ + ${INSTALL_LIB} $$(find ${WRKSRC}/${dir}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro); \ The last ")" prevents installation from installating. It fails for us outright on the during staging. Thanks, John From owner-svn-ports-head@freebsd.org Tue May 24 13:15:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EF1EB48495; Tue, 24 May 2016 13:15: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 2712B18AE; Tue, 24 May 2016 13:15: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 u4ODFeGQ088176; Tue, 24 May 2016 13:15:40 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4ODFeRg088174; Tue, 24 May 2016 13:15:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605241315.u4ODFeRg088174@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 24 May 2016 13:15:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415785 - in head/www/mini_httpd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 13:15:41 -0000 Author: amdmi3 Date: Tue May 24 13:15:40 2016 New Revision: 415785 URL: https://svnweb.freebsd.org/changeset/ports/415785 Log: - Fix build on 9.x PR: 209731 Submitted by: nevecherya@gmail.com Modified: head/www/mini_httpd/Makefile head/www/mini_httpd/files/patch-Makefile Modified: head/www/mini_httpd/Makefile ============================================================================== --- head/www/mini_httpd/Makefile Tue May 24 13:11:18 2016 (r415784) +++ head/www/mini_httpd/Makefile Tue May 24 13:15:40 2016 (r415785) @@ -26,8 +26,8 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/scripts/500.mini_httpd-rotate ${STAGEDIR}${PREFIX}/etc/periodic/daily ${INSTALL_SCRIPT} ${WRKSRC}/scripts/mini_httpd_wrapper ${STAGEDIR}${PREFIX}/sbin ${INSTALL_SCRIPT} ${WRKSRC}/scripts/mini_httpd.sh ${STAGEDIR}${PREFIX}/etc/rc.d - ${INSTALL_MAN} ${WRKSRC}/htpasswd.1 ${STAGEDIR}${PREFIX}/man/man1/${PORTNAME}-htpasswd.1 - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/htpasswd.1 ${STAGEDIR}${MANPREFIX}/man/man1/${PORTNAME}-htpasswd.1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MANPREFIX}/man/man8 ${INSTALL_DATA} ${WRKSRC}/mini_httpd.cnf ${STAGEDIR}${PREFIX}/etc/mini_httpd.cnf.sample .include Modified: head/www/mini_httpd/files/patch-Makefile ============================================================================== --- head/www/mini_httpd/files/patch-Makefile Tue May 24 13:11:18 2016 (r415784) +++ head/www/mini_httpd/files/patch-Makefile Tue May 24 13:15:40 2016 (r415785) @@ -8,11 +8,11 @@ -#SSL_INC = -I$(SSL_TREE)/include -#SSL_LIBS = -L$(SSL_TREE)/lib -lssl -lcrypto +SSL_DEFS = -DUSE_SSL -+.if "$(OPENSSLINC)" != "/usr/include" -+SSL_INC = -I$(OPENSSLINC) ++.if ${OPENSSLINC} != "/usr/include" ++SSL_INC = -I${OPENSSLINC} +.endif -+.if "$(OPENSSLLIB)" != "/usr/lib" -+SSL_LIBS = -L$(OPENSSLLIB) ++.if ${OPENSSLLIB} != "/usr/lib" ++SSL_LIBS = -L${OPENSSLLIB} +.endif +SSL_LIBS+= -lssl -lcrypto From owner-svn-ports-head@freebsd.org Tue May 24 13:17:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35AA2B484E8; Tue, 24 May 2016 13:17:38 +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 063281A06; Tue, 24 May 2016 13:17:37 +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 u4ODHb59088348; Tue, 24 May 2016 13:17:37 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4ODHbj7088347; Tue, 24 May 2016 13:17:37 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201605241317.u4ODHbj7088347@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 24 May 2016 13:17:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415786 - head/games/libretro-cores X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 13:17:38 -0000 Author: mat Date: Tue May 24 13:17:36 2016 New Revision: 415786 URL: https://svnweb.freebsd.org/changeset/ports/415786 Log: Fix my previous fix. Reported by: marino Sponsored by: Absolight Modified: head/games/libretro-cores/Makefile Modified: head/games/libretro-cores/Makefile ============================================================================== --- head/games/libretro-cores/Makefile Tue May 24 13:15:40 2016 (r415785) +++ head/games/libretro-cores/Makefile Tue May 24 13:17:36 2016 (r415786) @@ -118,8 +118,8 @@ post-patch: do-build: @for dir in ${CORE_DIRS}; do \ - ${ECHO_MSG} "===> Building for ${PKGNAME}: core ${dir} ($$(date))"; \ - cd ${WRKSRC}/${dir}; \ + ${ECHO_MSG} "===> Building for ${PKGNAME}: core $${dir} ($$(date))"; \ + cd ${WRKSRC}/$${dir}; \ if [ -f Makefile.freebsd ]; then \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} Makefile.freebsd ${_MAKE_JOBS} ${MAKE_ARGS}; \ elif [ -f Makefile.libretro ]; then \ @@ -132,7 +132,7 @@ do-build: do-install: @${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; @for dir in ${CORE_DIRS}; do \ - ${INSTALL_LIB} $$(find ${WRKSRC}/${dir}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro); \ + ${INSTALL_LIB} $$(find ${WRKSRC}/$${dir}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; \ done; print-upstream-revisions: From owner-svn-ports-head@freebsd.org Tue May 24 13:41:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E06EB48B30; Tue, 24 May 2016 13:41:14 +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 4A005188E; Tue, 24 May 2016 13:41:14 +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 u4ODfDYk096729; Tue, 24 May 2016 13:41:13 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4ODfD3d096725; Tue, 24 May 2016 13:41:13 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201605241341.u4ODfD3d096725@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Tue, 24 May 2016 13:41:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415787 - in head/net: unison unison-nox11 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 13:41:14 -0000 Author: madpilot Date: Tue May 24 13:41:13 2016 New Revision: 415787 URL: https://svnweb.freebsd.org/changeset/ports/415787 Log: - Update net/unison to 2.48.4 - While here remove unneeded DOCS option from DEFAULT_OPTIONS(it's always on by default) Modified: head/net/unison-nox11/Makefile head/net/unison/Makefile head/net/unison/distinfo Modified: head/net/unison-nox11/Makefile ============================================================================== --- head/net/unison-nox11/Makefile Tue May 24 13:17:36 2016 (r415786) +++ head/net/unison-nox11/Makefile Tue May 24 13:41:13 2016 (r415787) @@ -1,7 +1,6 @@ # Created by: Boris Samorodov # $FreeBSD$ -PORTREVISION= 1 PKGNAMESUFFIX= -nox11 MAINTAINER= bsam@FreeBSD.org Modified: head/net/unison/Makefile ============================================================================== --- head/net/unison/Makefile Tue May 24 13:17:36 2016 (r415786) +++ head/net/unison/Makefile Tue May 24 13:41:13 2016 (r415787) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= unison -PORTVERSION= 2.48.3 -PORTREVISION?= 2 +PORTVERSION= 2.48.4 +PORTREVISION?= 0 CATEGORIES= net MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${DISTNAME}/ DISTFILES= ${EXTRACT_ONLY} ${EXTRA_DOCS} @@ -18,6 +18,7 @@ LICENSE= GPLv3 PLIST_SUB= PORTVERSION=${PORTVERSION} USES= gmake USE_OCAML= yes +WRKSRC= ${WRKDIR}/src NO_OCAML_RUNDEPENDS=yes WANT_GNOME= yes MAKE_ARGS= CFLAGS="" @@ -31,7 +32,7 @@ EXTRA_DOCS= ${DISTNAME}-manual.html \ ${DISTNAME}-manual.pdf ${DISTNAME}-manual.ps OPTIONS_DEFINE= DOCS X11 -OPTIONS_DEFAULT?= DOCS X11 +OPTIONS_DEFAULT?= X11 .include Modified: head/net/unison/distinfo ============================================================================== --- head/net/unison/distinfo Tue May 24 13:17:36 2016 (r415786) +++ head/net/unison/distinfo Tue May 24 13:41:13 2016 (r415787) @@ -1,8 +1,9 @@ -SHA256 (unison-2.48.3/unison-2.48.3.tar.gz) = f40d3cfbe82078d79328b51acab3e5179f844135260c2f4710525b9b45b15483 -SIZE (unison-2.48.3/unison-2.48.3.tar.gz) = 1172646 -SHA256 (unison-2.48.3/unison-2.48.3-manual.html) = 500d8f83770fc3b07cf443dfb1579281d4379002d51523aa73451e03f6cdbe1a -SIZE (unison-2.48.3/unison-2.48.3-manual.html) = 278156 -SHA256 (unison-2.48.3/unison-2.48.3-manual.pdf) = cba2946656e04b856d98184b539e382ed85d987d24458a39e156946125f7b578 -SIZE (unison-2.48.3/unison-2.48.3-manual.pdf) = 516703 -SHA256 (unison-2.48.3/unison-2.48.3-manual.ps) = 0a8e05fa461d4888b17b97df8dc26404a35e9fad944241bae59355d87bf05c85 -SIZE (unison-2.48.3/unison-2.48.3-manual.ps) = 771787 +TIMESTAMP = 1464031624 +SHA256 (unison-2.48.4/unison-2.48.4.tar.gz) = 30aa53cd671d673580104f04be3cf81ac1e20a2e8baaf7274498739d59e99de8 +SIZE (unison-2.48.4/unison-2.48.4.tar.gz) = 1200861 +SHA256 (unison-2.48.4/unison-2.48.4-manual.html) = 2b5674e2fd7751148784a716ce5a03f8cd0a321c8a3bd4343832ed9b83d2d404 +SIZE (unison-2.48.4/unison-2.48.4-manual.html) = 278110 +SHA256 (unison-2.48.4/unison-2.48.4-manual.pdf) = eaf9bf89967eb17c59b98f0a7ba6b6ff260b6c6de73277a633d954ceb42f5f93 +SIZE (unison-2.48.4/unison-2.48.4-manual.pdf) = 516093 +SHA256 (unison-2.48.4/unison-2.48.4-manual.ps) = 8b7aaf70452148e0817ee84db5b0686a9867ec5a1697490113572e0f4669dd0a +SIZE (unison-2.48.4/unison-2.48.4-manual.ps) = 770305 From owner-svn-ports-head@freebsd.org Tue May 24 13:45:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBBF0B48CDB; Tue, 24 May 2016 13:45:50 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6A581BD6; Tue, 24 May 2016 13:45:50 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4ODjnWl097596; Tue, 24 May 2016 13:45:49 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4ODjniq097595; Tue, 24 May 2016 13:45:49 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201605241345.u4ODjniq097595@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 24 May 2016 13:45:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415788 - head/irc/inspircd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 13:45:51 -0000 Author: bapt Date: Tue May 24 13:45:49 2016 New Revision: 415788 URL: https://svnweb.freebsd.org/changeset/ports/415788 Log: Simplify plist by using @sample Approved by: feld (maintainer) Modified: head/irc/inspircd/pkg-plist Modified: head/irc/inspircd/pkg-plist ============================================================================== --- head/irc/inspircd/pkg-plist Tue May 24 13:41:13 2016 (r415787) +++ head/irc/inspircd/pkg-plist Tue May 24 13:45:49 2016 (r415788) @@ -1,20 +1,20 @@ bin/inspircd %%ETCDIR%%/examples/aliases/anope.conf.example %%ETCDIR%%/examples/aliases/atheme.conf.example -%%ETCDIR%%/examples/censor.conf.example -%%ETCDIR%%/examples/filter.conf.example -%%ETCDIR%%/examples/helpop-full.conf.example -%%ETCDIR%%/examples/helpop.conf.example -%%ETCDIR%%/examples/inspircd.conf.example -%%ETCDIR%%/examples/links.conf.example -%%ETCDIR%%/examples/modules.conf.example +@sample %%ETCDIR%%/examples/censor.conf.example %%ETCDIR%%/censor.conf +@sample %%ETCDIR%%/examples/filter.conf.example %%ETCDIR%%/filter.conf +@sample %%ETCDIR%%/examples/helpop-full.conf.example %%ETCDIR%%/helpop-full.conf +@sample %%ETCDIR%%/examples/helpop.conf.example %%ETCDIR%%/helpop.conf +@sample %%ETCDIR%%/examples/inspircd.conf.example %%ETCDIR%%/inspircd.conf +@sample %%ETCDIR%%/examples/links.conf.example %%ETCDIR%%/links.conf +@sample %%ETCDIR%%/examples/modules.conf.example %%ETCDIR%%/modules.conf %%ETCDIR%%/examples/modules/charybdis.conf.example %%ETCDIR%%/examples/modules/unrealircd.conf.example -%%ETCDIR%%/examples/motd.txt.example -%%ETCDIR%%/examples/opermotd.txt.example -%%ETCDIR%%/examples/opers.conf.example -%%ETCDIR%%/examples/quotes.txt.example -%%ETCDIR%%/examples/rules.txt.example +@sample %%ETCDIR%%/examples/motd.txt.example %%ETCDIR%%/motd.txt +@sample %%ETCDIR%%/examples/opermotd.txt.example %%ETCDIR%%/opermotd.txt +@sample %%ETCDIR%%/examples/opers.conf.example %%ETCDIR%%/opers.conf +@sample %%ETCDIR%%/examples/quotes.txt.example %%ETCDIR%%/quotes.txt +@sample %%ETCDIR%%/examples/rules.txt.example %%ETCDIR%%/rules.txt lib/inspircd/.gdbargs lib/inspircd/inspircd lib/inspircd/modules/cmd_admin.so @@ -225,17 +225,4 @@ lib/inspircd/modules/m_watch.so lib/inspircd/modules/m_xline_db.so @dir lib/inspircd/data @dir lib/inspircd/logs -@unexec if cmp -s %D/%%ETCDIR%%/examples/censor.conf.example %D/%%ETCDIR%%/censor.conf; then rm -f %D/%%ETCDIR%%/censor.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/examples/filter.conf.example %D/%%ETCDIR%%/filter.conf; then rm -f %D/%%ETCDIR%%/filter.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/examples/helpop-full.conf.example %D/%%ETCDIR%%/helpop-full.conf; then rm -f %D/%%ETCDIR%%/helpop-full.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/examples/helpop.conf.example %D/%%ETCDIR%%/helpop.conf; then rm -f %D/%%ETCDIR%%/helpop.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/examples/inspircd.conf.example %D/%%ETCDIR%%/inspircd.conf; then rm -f %D/%%ETCDIR%%/inspircd.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/examples/links.conf.example %D/%%ETCDIR%%/links.conf; then rm -f %D/%%ETCDIR%%/links.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/examples/modules.conf.example %D/%%ETCDIR%%/modules.conf; then rm -f %D/%%ETCDIR%%/modules.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/examples/motd.txt.example %D/%%ETCDIR%%/motd.txt; then rm -f %D/%%ETCDIR%%/motd.txt; fi -@unexec if cmp -s %D/%%ETCDIR%%/examples/opermotd.txt.example %D/%%ETCDIR%%/opermotd.txt; then rm -f %D/%%ETCDIR%%/opermotd.txt; fi -@unexec if cmp -s %D/%%ETCDIR%%/examples/opers.conf.example %D/%%ETCDIR%%/opers.conf; then rm -f %D/%%ETCDIR%%/opers.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/examples/quotes.txt.example %D/%%ETCDIR%%/quotes.txt; then rm -f %D/%%ETCDIR%%/quotes.txt; fi -@unexec if cmp -s %D/%%ETCDIR%%/examples/rules.txt.example %D/%%ETCDIR%%/rules.txt; then rm -f %D/%%ETCDIR%%/rules.txt; fi -@unexec echo "If permanently removing software, you may wish to remove the configuration directory by running \"rm -rf %%LOCALBASE%%/%%ETCDIR%%\"" -@exec for FILE in censor.conf filter.conf helpop-full.conf helpop.conf inspircd.conf links.conf modules.conf motd.txt opermotd.txt opers.conf quotes.txt rules.txt; do if [ ! -f %D/%%ETCDIR%%/${FILE} ]; then install %D/%%ETCDIR%%/examples/${FILE}.example %D/%%ETCDIR%%/${FILE}; fi; done +@postunexec echo "If permanently removing software, you may wish to remove the configuration directory by running \"rm -rf %%PREFIX%%/%%ETCDIR%%\"" From owner-svn-ports-head@freebsd.org Tue May 24 14:02:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39B7BB47580; Tue, 24 May 2016 14:02:34 +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 0B3941F9D; Tue, 24 May 2016 14:02: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 u4OE2XjT004134; Tue, 24 May 2016 14:02:33 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OE2XdK004131; Tue, 24 May 2016 14:02:33 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605241402.u4OE2XdK004131@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 24 May 2016 14:02:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415789 - in head/sysutils/py-salt: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 14:02:34 -0000 Author: amdmi3 Date: Tue May 24 14:02:32 2016 New Revision: 415789 URL: https://svnweb.freebsd.org/changeset/ports/415789 Log: - Update to 2015.8.10 PR: 209721 Submitted by: christer.edwards@gmail.com (maintainer) Deleted: head/sysutils/py-salt/files/patch-salt__config.py head/sysutils/py-salt/files/patch-salt__grains__core.py head/sysutils/py-salt/files/patch-salt__modules__win_dacl.py Modified: head/sysutils/py-salt/Makefile head/sysutils/py-salt/distinfo Modified: head/sysutils/py-salt/Makefile ============================================================================== --- head/sysutils/py-salt/Makefile Tue May 24 13:45:49 2016 (r415788) +++ head/sysutils/py-salt/Makefile Tue May 24 14:02:32 2016 (r415789) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= salt -PORTVERSION= 2015.8.8 -PORTREVISION= 1 +PORTVERSION= 2015.8.10 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-salt/distinfo ============================================================================== --- head/sysutils/py-salt/distinfo Tue May 24 13:45:49 2016 (r415788) +++ head/sysutils/py-salt/distinfo Tue May 24 14:02:32 2016 (r415789) @@ -1,2 +1,3 @@ -SHA256 (salt-2015.8.8.tar.gz) = b2ecce7bf562cfcd6586d66ade278f268bb89023f0fa0accaa55f90b8a668ef5 -SIZE (salt-2015.8.8.tar.gz) = 6982904 +TIMESTAMP = 1463765748 +SHA256 (salt-2015.8.10.tar.gz) = 4a81273ab4b01e0f1d29b28ab99a16eb94e5c430107b05491c94f3baf8b95c99 +SIZE (salt-2015.8.10.tar.gz) = 6972776 From owner-svn-ports-head@freebsd.org Tue May 24 14:10:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91C3FB47771; Tue, 24 May 2016 14:10:27 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 871DD1210; Tue, 24 May 2016 14:10:27 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 8697F178E; Tue, 24 May 2016 14:10:27 +0000 (UTC) Date: Tue, 24 May 2016 14:10:27 +0000 From: Alexey Dokuchaev To: Dmitry Marakasov Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r415738 - in head: archivers/libzip archivers/lzmalib archivers/packddir audio/celt audio/cueplayer audio/decibel-audio-player audio/glurp audio/gstreamer-plugins-fluendo-mp3 audio/hawk... Message-ID: <20160524141027.GA65869@FreeBSD.org> References: <201605231836.u4NIaqO9038915@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201605231836.u4NIaqO9038915@repo.freebsd.org> User-Agent: Mutt/1.6.0 (2016-04-01) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 14:10:27 -0000 On Mon, May 23, 2016 at 06:36:52PM +0000, Dmitry Marakasov wrote: > New Revision: 415738 > URL: https://svnweb.freebsd.org/changeset/ports/415738 > > Log: > Convert tab after WWW: in pkg-descrs to single space as per PHB Oh dear god, thank you so much! ./danfe From owner-svn-ports-head@freebsd.org Tue May 24 14:10:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2D04B47761; Tue, 24 May 2016 14:10:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6FD09120D; Tue, 24 May 2016 14:10:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4OEAOEU004531; Tue, 24 May 2016 14:10:24 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OEAO7D004529; Tue, 24 May 2016 14:10:24 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605241410.u4OEAO7D004529@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 24 May 2016 14:10:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415790 - head/misc/py-tqdm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 14:10:25 -0000 Author: amdmi3 Date: Tue May 24 14:10:24 2016 New Revision: 415790 URL: https://svnweb.freebsd.org/changeset/ports/415790 Log: - Update to 4.7.0 PR: 209547 Submitted by: neel@neelc.org (maintainer) Modified: head/misc/py-tqdm/Makefile head/misc/py-tqdm/distinfo Modified: head/misc/py-tqdm/Makefile ============================================================================== --- head/misc/py-tqdm/Makefile Tue May 24 14:02:32 2016 (r415789) +++ head/misc/py-tqdm/Makefile Tue May 24 14:10:24 2016 (r415790) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tqdm -PORTVERSION= 4.5.0 +PORTVERSION= 4.7.0 DISTVERSIONPREFIX= v CATEGORIES= misc PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/misc/py-tqdm/distinfo ============================================================================== --- head/misc/py-tqdm/distinfo Tue May 24 14:02:32 2016 (r415789) +++ head/misc/py-tqdm/distinfo Tue May 24 14:10:24 2016 (r415790) @@ -1,2 +1,3 @@ -SHA256 (tqdm-tqdm-v4.5.0_GH0.tar.gz) = 08c4d2b0ce204140e7f5edfa38eb51d73556af54f4c5e07cedc2b364c8fa1391 -SIZE (tqdm-tqdm-v4.5.0_GH0.tar.gz) = 466803 +TIMESTAMP = 1463397564 +SHA256 (tqdm-tqdm-v4.7.0_GH0.tar.gz) = 736f3078b1062485ea8df378176580a5a4e99c77d054c96d37cc126461926101 +SIZE (tqdm-tqdm-v4.7.0_GH0.tar.gz) = 607972 From owner-svn-ports-head@freebsd.org Tue May 24 14:12:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E24FBB47941; Tue, 24 May 2016 14:12: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 B25C617D6; Tue, 24 May 2016 14:12: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 u4OECcrJ007343; Tue, 24 May 2016 14:12:38 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OECcaA007340; Tue, 24 May 2016 14:12:38 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605241412.u4OECcaA007340@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 24 May 2016 14:12:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415791 - head/games/wtf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 14:12:40 -0000 Author: amdmi3 Date: Tue May 24 14:12:38 2016 New Revision: 415791 URL: https://svnweb.freebsd.org/changeset/ports/415791 Log: - Update to 20160515 - While here, add missing WWW PR: 209555 Submitted by: lifanov@mail.lifanov.com (maintainer) Modified: head/games/wtf/Makefile head/games/wtf/distinfo head/games/wtf/pkg-descr Modified: head/games/wtf/Makefile ============================================================================== --- head/games/wtf/Makefile Tue May 24 14:10:24 2016 (r415790) +++ head/games/wtf/Makefile Tue May 24 14:12:38 2016 (r415791) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wtf -PORTVERSION= 20160507 +PORTVERSION= 20160515 CATEGORIES= games MASTER_SITES= SF/bsdwtf Modified: head/games/wtf/distinfo ============================================================================== --- head/games/wtf/distinfo Tue May 24 14:10:24 2016 (r415790) +++ head/games/wtf/distinfo Tue May 24 14:12:38 2016 (r415791) @@ -1,2 +1,3 @@ -SHA256 (wtf-20160507.tar.gz) = 1fc0aaf9a46a3042fb205642f8ebfca6405ea92b65e4bdfb769d2b1484273167 -SIZE (wtf-20160507.tar.gz) = 24446 +TIMESTAMP = 1464098643 +SHA256 (wtf-20160515.tar.gz) = ecad5d3bcdb33e934ba9840e9e043dbcfc2c53b709bcc17964336fdc641448a3 +SIZE (wtf-20160515.tar.gz) = 24510 Modified: head/games/wtf/pkg-descr ============================================================================== --- head/games/wtf/pkg-descr Tue May 24 14:10:24 2016 (r415790) +++ head/games/wtf/pkg-descr Tue May 24 14:12:38 2016 (r415791) @@ -1,2 +1,4 @@ Wtf is little shell script taken from NetBSD's CVS repository which looks up the meaning of one or more acronyms specified on command line. + +WWW: https://sourceforge.net/projects/bsdwtf/ From owner-svn-ports-head@freebsd.org Tue May 24 14:31:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F744B47C55; Tue, 24 May 2016 14:31:00 +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 03D6E1E11; Tue, 24 May 2016 14:30:59 +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 u4OEUxlt010758; Tue, 24 May 2016 14:30:59 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OEUxdP010756; Tue, 24 May 2016 14:30:59 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201605241430.u4OEUxdP010756@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 24 May 2016 14:30:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415792 - head/net-mgmt/xymon-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.22 Precedence: list List-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, 24 May 2016 14:31:00 -0000 Author: feld Date: Tue May 24 14:30:58 2016 New Revision: 415792 URL: https://svnweb.freebsd.org/changeset/ports/415792 Log: net-mgmt/xymon-server: Modernize port Clean up pkg-plist Move @exec to post-install Reported by: bapt Modified: head/net-mgmt/xymon-server/Makefile head/net-mgmt/xymon-server/pkg-plist Modified: head/net-mgmt/xymon-server/Makefile ============================================================================== --- head/net-mgmt/xymon-server/Makefile Tue May 24 14:12:38 2016 (r415791) +++ head/net-mgmt/xymon-server/Makefile Tue May 24 14:30:58 2016 (r415792) @@ -79,7 +79,22 @@ do-configure: ${CP} ${FILESDIR}/Makefile ${WRKSRC}/ post-install: - ${MKDIR} ${STAGEDIR}${WWWDIR}/server/etc + ${MKDIR} ${STAGEDIR}${WWWDIR}/data + ${MKDIR} ${STAGEDIR}${WWWDIR}/data/acks + ${MKDIR} ${STAGEDIR}${WWWDIR}/data/data + ${MKDIR} ${STAGEDIR}${WWWDIR}/data/disabled + ${MKDIR} ${STAGEDIR}${WWWDIR}/data/hist + ${MKDIR} ${STAGEDIR}${WWWDIR}/data/histlogs + ${MKDIR} ${STAGEDIR}${WWWDIR}/data/hostdata + ${MKDIR} ${STAGEDIR}${WWWDIR}/data/logs + ${MKDIR} ${STAGEDIR}${WWWDIR}/data/rrd + ${MKDIR} ${STAGEDIR}${WWWDIR}/server/download + ${MKDIR} ${STAGEDIR}${WWWDIR}/server/tmp + ${MKDIR} ${STAGEDIR}${WWWDIR}/server/www/html + ${MKDIR} ${STAGEDIR}${WWWDIR}/server/www/notes + ${MKDIR} ${STAGEDIR}${WWWDIR}/server/www/rep + ${MKDIR} ${STAGEDIR}${WWWDIR}/server/www/snap + ${MKDIR} ${STAGEDIR}${WWWDIR}/server/www/wml ${LN} -s ${LOCALBASE}/sbin/fping ${STAGEDIR}${WWWDIR}/server/bin/xymonping ${INSTALL_SCRIPT} ${WRKSRC}/build/upgrade430.sh ${STAGEDIR}${WWWDIR}/server/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/build/renamevars ${STAGEDIR}${WWWDIR}/server/bin/ Modified: head/net-mgmt/xymon-server/pkg-plist ============================================================================== --- head/net-mgmt/xymon-server/pkg-plist Tue May 24 14:12:38 2016 (r415791) +++ head/net-mgmt/xymon-server/pkg-plist Tue May 24 14:30:58 2016 (r415792) @@ -427,54 +427,24 @@ man/man8/xymonproxy.8 %%WWWDIR%%/server/www/menu/xymonmenu-blue.css %%WWWDIR%%/server/www/menu/xymonmenu-grey.css %%WWWDIR%%/server/xymon.sh -@exec install -d -o %%XYMONUSER%% %D/%%WWWDIR%%/data -@exec install -d -o %%XYMONUSER%% %D/%%WWWDIR%%/data/acks -@exec install -d -o %%XYMONUSER%% %D/%%WWWDIR%%/data/data -@exec install -d -o %%XYMONUSER%% %D/%%WWWDIR%%/data/disabled -@exec install -d -o %%XYMONUSER%% %D/%%WWWDIR%%/data/hist -@exec install -d -o %%XYMONUSER%% %D/%%WWWDIR%%/data/histlogs -@exec install -d -o %%XYMONUSER%% %D/%%WWWDIR%%/data/hostdata -@exec install -d -o %%XYMONUSER%% %D/%%WWWDIR%%/data/logs -@exec install -d -o %%XYMONUSER%% %D/%%WWWDIR%%/data/rrd -@exec install -d -o %%XYMONUSER%% %D/%%WWWDIR%%/server/download -@exec install -d -o %%XYMONUSER%% %D/%%WWWDIR%%/server/tmp -@exec install -d -o %%XYMONUSER%% %D/%%WWWDIR%%/server/www/html -@exec install -d -o %%XYMONUSER%% %D/%%WWWDIR%%/server/www/notes -@exec install -d -o %%XYMONUSER%% %D/%%WWWDIR%%/server/www/rep -@exec install -d -o %%XYMONUSER%% %D/%%WWWDIR%%/server/www/snap -@exec install -d -o %%XYMONUSER%% %D/%%WWWDIR%%/server/www/wml -@exec chown %%XYMONUSER%% %D/%%WWWDIR%%/server/www -@dir %%WWWDIR%%/server/www/wml -@dir %%WWWDIR%%/server/www/snap -@dir %%WWWDIR%%/server/www/rep -@dir %%WWWDIR%%/server/www/notes -@dir %%WWWDIR%%/server/www/menu -@dir %%WWWDIR%%/server/www/html -@dir %%WWWDIR%%/server/www/help/manpages/man8 -@dir %%WWWDIR%%/server/www/help/manpages/man7 -@dir %%WWWDIR%%/server/www/help/manpages/man5 -@dir %%WWWDIR%%/server/www/help/manpages/man1 -@dir %%WWWDIR%%/server/www/help/manpages -@dir %%WWWDIR%%/server/www/help -@dir %%WWWDIR%%/server/www/gifs -@dir %%WWWDIR%%/server/www -@dir %%WWWDIR%%/server/web -@dir %%WWWDIR%%/server/tmp -@dir %%WWWDIR%%/server/ext -@dir %%WWWDIR%%/server/etc/tasks.d -@dir %%WWWDIR%%/server/etc -@dir %%WWWDIR%%/server/download -@dir %%WWWDIR%%/server/bin -@dir %%WWWDIR%%/server -@dir %%WWWDIR%%/data/rrd -@dir %%WWWDIR%%/data/logs -@dir %%WWWDIR%%/data/hostdata -@dir %%WWWDIR%%/data/histlogs -@dir %%WWWDIR%%/data/hist -@dir %%WWWDIR%%/data/disabled -@dir %%WWWDIR%%/data/data +@owner %%XYMONUSER%% @dir %%WWWDIR%%/data/acks -@dir %%WWWDIR%%/data -@dir %%WWWDIR%%/cgi-secure -@dir %%WWWDIR%%/cgi-bin -@dir %%WWWDIR%% +@dir %%WWWDIR%%/data/data +@dir %%WWWDIR%%/data/disabled +@dir %%WWWDIR%%/data/hist +@dir %%WWWDIR%%/data/histlogs +@dir %%WWWDIR%%/data/hostdata +@dir %%WWWDIR%%/data/logs +@dir %%WWWDIR%%/data/rrd +@dir %%WWWDIR%%/server/download +@owner +@dir %%WWWDIR%%/server/etc/tasks.d +@owner %%XYMONUSER%% +@dir %%WWWDIR%%/server/tmp +@dir %%WWWDIR%%/server/www +@dir %%WWWDIR%%/server/www/html +@dir %%WWWDIR%%/server/www/notes +@dir %%WWWDIR%%/server/www/rep +@dir %%WWWDIR%%/server/www/snap +@dir %%WWWDIR%%/server/www/wml +@owner From owner-svn-ports-head@freebsd.org Tue May 24 14:43:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0EAA7B480F4; Tue, 24 May 2016 14:43:39 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D50B81880; Tue, 24 May 2016 14:43:38 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4OEhcWX016872; Tue, 24 May 2016 14:43:38 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OEhbO6016870; Tue, 24 May 2016 14:43:37 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201605241443.u4OEhbO6016870@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 24 May 2016 14:43:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415793 - head/net-mgmt/xymon-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.22 Precedence: list List-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, 24 May 2016 14:43:39 -0000 Author: feld Date: Tue May 24 14:43:37 2016 New Revision: 415793 URL: https://svnweb.freebsd.org/changeset/ports/415793 Log: net-mgmt/xymon-client: Modernize port Remove @exec and unnecessary @dir from plist Reported by: bapt Modified: head/net-mgmt/xymon-client/Makefile head/net-mgmt/xymon-client/pkg-plist Modified: head/net-mgmt/xymon-client/Makefile ============================================================================== --- head/net-mgmt/xymon-client/Makefile Tue May 24 14:30:58 2016 (r415792) +++ head/net-mgmt/xymon-client/Makefile Tue May 24 14:43:37 2016 (r415793) @@ -38,4 +38,9 @@ CONFIG_FILES= clientlaunch.cfg xymonclie do-configure: ${CP} ${FILESDIR}/Makefile ${WRKSRC}/ +post-install: + ${MKDIR} ${STAGEDIR}${WWWDIR}/client/ext + ${MKDIR} ${STAGEDIR}${WWWDIR}/client/logs + ${MKDIR} ${STAGEDIR}${WWWDIR}/client/tmp + .include Modified: head/net-mgmt/xymon-client/pkg-plist ============================================================================== --- head/net-mgmt/xymon-client/pkg-plist Tue May 24 14:30:58 2016 (r415792) +++ head/net-mgmt/xymon-client/pkg-plist Tue May 24 14:43:37 2016 (r415793) @@ -27,15 +27,8 @@ @sample %%WWWDIR%%/client/etc/localclient.cfg.sample %%WWWDIR%%/client/local/README %%WWWDIR%%/client/runclient.sh -@exec chown -R %%XYMONUSER%% %D/%%WWWDIR%%/client -@exec mkdir -p %D/%%WWWDIR%%/client/ext -@exec mkdir -p %D/%%WWWDIR%%/client/logs -@exec mkdir -p %D/%%WWWDIR%%/client/tmp +@owner %%XYMONUSER%% @dir %%WWWDIR%%/client/tmp @dir %%WWWDIR%%/client/logs -@dir %%WWWDIR%%/client/local @dir %%WWWDIR%%/client/ext -@dir %%WWWDIR%%/client/etc -@dir %%WWWDIR%%/client/bin -@dir %%WWWDIR%%/client -@dir %%WWWDIR%% +@owner From owner-svn-ports-head@freebsd.org Tue May 24 15:05:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B117B485BA; Tue, 24 May 2016 15:05:18 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A7D9213D2; Tue, 24 May 2016 15:05:17 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4OF5GBg022941; Tue, 24 May 2016 15:05:16 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OF5Gqp022937; Tue, 24 May 2016 15:05:16 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605241505.u4OF5Gqp022937@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 24 May 2016 15:05:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415794 - in head/mail: . msglint X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 15:05:18 -0000 Author: pi Date: Tue May 24 15:05:16 2016 New Revision: 415794 URL: https://svnweb.freebsd.org/changeset/ports/415794 Log: New port: mail/msglint RFC 822/MIME/DSN/MDN/Tracking-Status message validator WWW: https://tools.ietf.org/tools/msglint/ Added: head/mail/msglint/ head/mail/msglint/Makefile (contents, props changed) head/mail/msglint/distinfo (contents, props changed) head/mail/msglint/pkg-descr (contents, props changed) Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Tue May 24 14:43:37 2016 (r415793) +++ head/mail/Makefile Tue May 24 15:05:16 2016 (r415794) @@ -266,6 +266,7 @@ SUBDIR += mpop SUBDIR += mreport SUBDIR += msgconvert + SUBDIR += msglint SUBDIR += msmtp SUBDIR += mu SUBDIR += mu4e Added: head/mail/msglint/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/msglint/Makefile Tue May 24 15:05:16 2016 (r415794) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= msglint +PORTVERSION= 1.04 +CATEGORIES= mail +MASTER_SITES= https://tools.ietf.org/tools/msglint/ + +MAINTAINER= pi@FreeBSD.org +COMMENT= RFC 822/MIME/DSN/MDN/Tracking-Status message validator + +LICENSE_NAME= Chris-Newman +LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell +LICENSE_FILE= LICENSE + +NO_WRKSUBDIR= yes +ALL_TARGET= msglint +NO_INSTALL= yes +PLIST_FILES= bin/msglint + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +.include Added: head/mail/msglint/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/msglint/distinfo Tue May 24 15:05:16 2016 (r415794) @@ -0,0 +1,3 @@ +TIMESTAMP = 1464100022 +SHA256 (msglint-1.04.tar.gz) = 75fdfd2c27a67cc0c2bffbab3144cff8edd2b4d6cb88520dfae34619ad915af9 +SIZE (msglint-1.04.tar.gz) = 35327 Added: head/mail/msglint/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/msglint/pkg-descr Tue May 24 15:05:16 2016 (r415794) @@ -0,0 +1,3 @@ +RFC 822/MIME/DSN/MDN/Tracking-Status message validator + +WWW: https://tools.ietf.org/tools/msglint/ From owner-svn-ports-head@freebsd.org Tue May 24 15:13:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66F09B48A0F; Tue, 24 May 2016 15:13:03 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 2F7C71AD8; Tue, 24 May 2016 15:13:03 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id DB4E8BDC9D; Tue, 24 May 2016 17:12:59 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id B6317BDC86; Tue, 24 May 2016 17:12:59 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 4137C6137; Tue, 24 May 2016 17:12:58 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 790BB2953086; Tue, 24 May 2016 17:12:57 +0200 (CEST) Date: Tue, 24 May 2016 17:12:56 +0200 From: Mathieu Arnold To: Kurt Jaeger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r415794 - in head/mail: . msglint Message-ID: <9E360E97A5B581F0D2ACBFAF@ogg.in.absolight.net> In-Reply-To: <201605241505.u4OF5Gqp022937@repo.freebsd.org> References: <201605241505.u4OF5Gqp022937@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="==========70FDDBCC02A31E469BDD==========" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 15:13:03 -0000 --==========70FDDBCC02A31E469BDD========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 24 mai 2016 15:05:16 +0000 Kurt Jaeger wrote: | +NO_INSTALL= yes This doesn't do anything, it can be removed. -- Mathieu Arnold --==========70FDDBCC02A31E469BDD========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJXRG94XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IO54QAJ4QZaszsJGvmTFe9qD2ehvy N2pQP5riu5uo5CPWoyOFPdY2S9ua1oqsGasaQWf2MCNtIhomtCTbzyRf41Zg+knV RJHmu0qWEejbjPowP8HvBiLxtCMK6OJim73YolYhvrk8ubmDnonZlkwmbLcGmSkM PAWbv/RkLMEUGxtyZi+NZ0akgcuYDL8/WSN9jV8nRe7yU620FXuiSy58WZca0H2f EDc7QudRxWlWpeHzobqJkLt6kXcGEVrdffO7E8syeCw4J+muqfcg1pGiuLqrnhS3 iayMhsx4Odn1lsRZ93CnuVuKTz6+t96MZRYEHwlLha+fdnUFgWHdpXdPaJEcq9Bf yxRuH1uywmydTwH2//13VPNp8vxD7upQciU+dz+NCUKSx1UP+s31cDDuiAOyN9qe UYTLFaBZ4KctFIOwBmEz0Rj3S0c8jDAb0EwJGiDHmu1R74yWb/vNqI3iOsiVtbs9 trcLDtt+idJn39NkGXeiM03tEJJKWgqtxDiAfJotAG1Nsr+eoNjk4zwvm1nZ200+ /RD6zHzCMhxQ2UUkcrO6gnKhzWesVjLLJnkDgn9dC7/kl8RrjTRVos1Vqil//1k9 sCIwUc8/4109McYW6MjGu7IzJJt6uMVkqyunyp/q//wDY4acBjKu+qsJbkJbPsxo KQKLOr2RuiwQbJRPzKLS =XfEb -----END PGP SIGNATURE----- --==========70FDDBCC02A31E469BDD==========-- From owner-svn-ports-head@freebsd.org Tue May 24 15:57:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98617B48380; Tue, 24 May 2016 15:57:23 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B7F71F3D; Tue, 24 May 2016 15:57:23 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4OFvMqm038135; Tue, 24 May 2016 15:57:22 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OFvMgx038134; Tue, 24 May 2016 15:57:22 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605241557.u4OFvMgx038134@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 24 May 2016 15:57:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415795 - head/mail/msglint X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 15:57:23 -0000 Author: pi Date: Tue May 24 15:57:22 2016 New Revision: 415795 URL: https://svnweb.freebsd.org/changeset/ports/415795 Log: mail/msglint: remove NO_INSTALL Reported by: mat Modified: head/mail/msglint/Makefile Modified: head/mail/msglint/Makefile ============================================================================== --- head/mail/msglint/Makefile Tue May 24 15:05:16 2016 (r415794) +++ head/mail/msglint/Makefile Tue May 24 15:57:22 2016 (r415795) @@ -14,7 +14,6 @@ LICENSE_FILE= LICENSE NO_WRKSUBDIR= yes ALL_TARGET= msglint -NO_INSTALL= yes PLIST_FILES= bin/msglint do-install: From owner-svn-ports-head@freebsd.org Tue May 24 15:59:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D1FFB4840F; Tue, 24 May 2016 15:59:56 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F16C108E; Tue, 24 May 2016 15:59:56 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4OFxtWM038324; Tue, 24 May 2016 15:59:55 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OFxtVu038322; Tue, 24 May 2016 15:59:55 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605241559.u4OFxtVu038322@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 24 May 2016 15:59:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415796 - head/audio/mhwaveedit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 15:59:56 -0000 Author: amdmi3 Date: Tue May 24 15:59:55 2016 New Revision: 415796 URL: https://svnweb.freebsd.org/changeset/ports/415796 Log: - Take maintainership - Switch to USES=localbase - Switch to normal pkg-plist - Make NLS support optional Added: head/audio/mhwaveedit/pkg-plist (contents, props changed) Modified: head/audio/mhwaveedit/Makefile Modified: head/audio/mhwaveedit/Makefile ============================================================================== --- head/audio/mhwaveedit/Makefile Tue May 24 15:57:22 2016 (r415795) +++ head/audio/mhwaveedit/Makefile Tue May 24 15:59:55 2016 (r415796) @@ -7,39 +7,24 @@ PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://download.gna.org/mhwaveedit/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amdmi3@FreeBSD.org COMMENT= Graphical program for editing sound files LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= pathfix pkgconfig tar:bzip2 +USES= localbase pathfix pkgconfig tar:bzip2 USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-alsalib --without-arts -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -PLIST_FILES= bin/mhwaveedit \ - man/man1/mhwaveedit.1.gz \ - share/applications/mhwaveedit.desktop \ - share/locale/de/LC_MESSAGES/mhwaveedit.mo \ - share/locale/es/LC_MESSAGES/mhwaveedit.mo \ - share/locale/fr/LC_MESSAGES/mhwaveedit.mo \ - share/locale/it/LC_MESSAGES/mhwaveedit.mo \ - share/locale/pl/LC_MESSAGES/mhwaveedit.mo \ - share/locale/ru/LC_MESSAGES/mhwaveedit.mo \ - share/locale/sv/LC_MESSAGES/mhwaveedit.mo \ - share/locale/zh_CN/LC_MESSAGES/mhwaveedit.mo \ - share/pixmaps/mhwaveedit.xpm - BROKEN_sparc64= Does not compile on sparc64 BROKEN_powerpc64= Does not build on powerpc64 OPTIONS_DEFINE= DOUBLE_SAMPLES ESOUND JACK LADSPA OSS PORTAUDIO \ - PULSEAUDIO SAMPLERATE SDL SNDFILE + PULSEAUDIO SAMPLERATE SDL SNDFILE NLS OPTIONS_DEFAULT= OSS SAMPLERATE SNDFILE +OPTIONS_SUB= yes DOUBLE_SAMPLES_DESC= Increase quality for 24/32-bit samplerates DOUBLE_SAMPLES_CONFIGURE_WITH= double-samples @@ -61,6 +46,8 @@ SDL_USE= sdl=sdl SDL_CONFIGURE_WITH= sdl SNDFILE_LIB_DEPENDS= libsndfile.so:audio/libsndfile SNDFILE_CONFIGURE_WITH= libsndfile +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls post-patch: @${REINPLACE_CMD} -e \ Added: head/audio/mhwaveedit/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/mhwaveedit/pkg-plist Tue May 24 15:59:55 2016 (r415796) @@ -0,0 +1,12 @@ +bin/mhwaveedit +man/man1/mhwaveedit.1.gz +share/applications/mhwaveedit.desktop +%%NLS%%share/locale/de/LC_MESSAGES/mhwaveedit.mo +%%NLS%%share/locale/es/LC_MESSAGES/mhwaveedit.mo +%%NLS%%share/locale/fr/LC_MESSAGES/mhwaveedit.mo +%%NLS%%share/locale/it/LC_MESSAGES/mhwaveedit.mo +%%NLS%%share/locale/pl/LC_MESSAGES/mhwaveedit.mo +%%NLS%%share/locale/ru/LC_MESSAGES/mhwaveedit.mo +%%NLS%%share/locale/sv/LC_MESSAGES/mhwaveedit.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/mhwaveedit.mo +share/pixmaps/mhwaveedit.xpm From owner-svn-ports-head@freebsd.org Tue May 24 16:08:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DFD2B485D6; Tue, 24 May 2016 16:08: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 CF5C414AC; Tue, 24 May 2016 16:08: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 u4OG8DUN041316; Tue, 24 May 2016 16:08:13 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OG8Dc1041314; Tue, 24 May 2016 16:08:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605241608.u4OG8Dc1041314@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 24 May 2016 16:08:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415797 - 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.22 Precedence: list List-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, 24 May 2016 16:08:15 -0000 Author: amdmi3 Date: Tue May 24 16:08:13 2016 New Revision: 415797 URL: https://svnweb.freebsd.org/changeset/ports/415797 Log: - Update to 1.2.2 - Add LICENSE_FILE PR: 209607 Submitted by: ports@caomhin.org (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 Tue May 24 15:59:55 2016 (r415796) +++ head/www/py-django-sortedm2m/Makefile Tue May 24 16:08:13 2016 (r415797) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= django-sortedm2m -PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTVERSION= 1.2.2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +11,7 @@ MAINTAINER= ports@caomhin.org COMMENT= Replacement for Django's many to many field LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django18 Modified: head/www/py-django-sortedm2m/distinfo ============================================================================== --- head/www/py-django-sortedm2m/distinfo Tue May 24 15:59:55 2016 (r415796) +++ head/www/py-django-sortedm2m/distinfo Tue May 24 16:08:13 2016 (r415797) @@ -1,2 +1,3 @@ -SHA256 (django-sortedm2m-1.1.1.tar.gz) = d38d201da8593c94c8706f9ef30e3203bf0d352d6264abbb7babfbb112f86cb4 -SIZE (django-sortedm2m-1.1.1.tar.gz) = 34749 +TIMESTAMP = 1463566383 +SHA256 (django-sortedm2m-1.2.2.tar.gz) = 59b21f4591b084bb23165507484f7a1aed53eba25ade6e8492e21d4ef964877e +SIZE (django-sortedm2m-1.2.2.tar.gz) = 35063 From owner-svn-ports-head@freebsd.org Tue May 24 16:09:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0EB2BB4863F; Tue, 24 May 2016 16:09:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CEE1116DE; Tue, 24 May 2016 16:09:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4OG9Ien041474; Tue, 24 May 2016 16:09:18 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OG9I4W041472; Tue, 24 May 2016 16:09:18 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605241609.u4OG9I4W041472@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 24 May 2016 16:09:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415798 - 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.22 Precedence: list List-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, 24 May 2016 16:09:20 -0000 Author: amdmi3 Date: Tue May 24 16:09:18 2016 New Revision: 415798 URL: https://svnweb.freebsd.org/changeset/ports/415798 Log: - Update to 1.6.7 - Add LICENSE_FILE PR: 209605 Submitted by: ports@caomhin.org (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 Tue May 24 16:08:13 2016 (r415797) +++ head/www/py-django-extensions/Makefile Tue May 24 16:09:18 2016 (r415798) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= django-extensions -PORTVERSION= 1.6.1 -PORTREVISION= 1 +PORTVERSION= 1.6.7 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +11,7 @@ MAINTAINER= ports@caomhin.org COMMENT= Global custom management extensions for the Django Framework LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18 \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six Modified: head/www/py-django-extensions/distinfo ============================================================================== --- head/www/py-django-extensions/distinfo Tue May 24 16:08:13 2016 (r415797) +++ head/www/py-django-extensions/distinfo Tue May 24 16:09:18 2016 (r415798) @@ -1,2 +1,3 @@ -SHA256 (django-extensions-1.6.1.tar.gz) = 4799534f35eba1c07cb6f9859aa5bb719886769f5d35d2a38e7490ce90c0ce69 -SIZE (django-extensions-1.6.1.tar.gz) = 371907 +TIMESTAMP = 1463565750 +SHA256 (django-extensions-1.6.7.tar.gz) = 7c33f1be6acf7414539cfdef2967bf6240d3c9317551b5d84622dff7824cd3c6 +SIZE (django-extensions-1.6.7.tar.gz) = 485386 From owner-svn-ports-head@freebsd.org Tue May 24 16:10:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51021B48855; Tue, 24 May 2016 16:10:23 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D31419AF; Tue, 24 May 2016 16:10:23 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4OGAMKg041645; Tue, 24 May 2016 16:10:22 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OGAMSO041643; Tue, 24 May 2016 16:10:22 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605241610.u4OGAMSO041643@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 24 May 2016 16:10:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415799 - head/www/py-django-registration-redux X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 16:10:23 -0000 Author: amdmi3 Date: Tue May 24 16:10:21 2016 New Revision: 415799 URL: https://svnweb.freebsd.org/changeset/ports/415799 Log: - Update to 1.4 - Add LICENSE_FILE PR: 209606 Submitted by: ports@caomhin.org (maintainer) Modified: head/www/py-django-registration-redux/Makefile head/www/py-django-registration-redux/distinfo Modified: head/www/py-django-registration-redux/Makefile ============================================================================== --- head/www/py-django-registration-redux/Makefile Tue May 24 16:09:18 2016 (r415798) +++ head/www/py-django-registration-redux/Makefile Tue May 24 16:10:21 2016 (r415799) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-registration-redux -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +11,9 @@ MAINTAINER= ports@caomhin.org COMMENT= User-registration application for Django LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=1.4:www/py-django18 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18 NO_ARCH= yes USES= python Modified: head/www/py-django-registration-redux/distinfo ============================================================================== --- head/www/py-django-registration-redux/distinfo Tue May 24 16:09:18 2016 (r415798) +++ head/www/py-django-registration-redux/distinfo Tue May 24 16:10:21 2016 (r415799) @@ -1,2 +1,3 @@ -SHA256 (django-registration-redux-1.3.tar.gz) = 30c0185f0e217a905cf2ee1a354c8d4835a3bffd853c46e4c4d6dc149c522a79 -SIZE (django-registration-redux-1.3.tar.gz) = 83090 +TIMESTAMP = 1463567147 +SHA256 (django-registration-redux-1.4.tar.gz) = 0331866ce82d7194a30925a20e6eac8d8be5b4ed1ea28c86359baff83ac6743d +SIZE (django-registration-redux-1.4.tar.gz) = 83918 From owner-svn-ports-head@freebsd.org Tue May 24 16:15:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A054B48AB2; Tue, 24 May 2016 16:15:42 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28BA01E0E; Tue, 24 May 2016 16:15:42 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4OGFfjJ044695; Tue, 24 May 2016 16:15:41 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OGFf9H044692; Tue, 24 May 2016 16:15:41 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605241615.u4OGFf9H044692@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 24 May 2016 16:15:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415800 - in head/www/otter-browser: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 16:15:42 -0000 Author: pi Date: Tue May 24 16:15:40 2016 New Revision: 415800 URL: https://svnweb.freebsd.org/changeset/ports/415800 Log: www/otter-browser: 0.9.09 -> 0.9.10 - added initial support for User Scripts; - added Addons Manager; - added alternative display mode and support for optional headers for URL completion in address field; - many enhancements in experimental backend for QtWebEngine (Blink): o added support for entering full screen mode; o added support for content blocking; o added support for several missing actions; - several fixes and improvements in content blocking; - improved CMake build system (also now it is the only officially supported); - added new backend for storing browsing history; - many other fixes and improvements. PR: 209279 Submitted by: groot@kde.org (kde) Deleted: head/www/otter-browser/files/patch-CMakeLists.txt Modified: head/www/otter-browser/Makefile head/www/otter-browser/distinfo head/www/otter-browser/pkg-plist Modified: head/www/otter-browser/Makefile ============================================================================== --- head/www/otter-browser/Makefile Tue May 24 16:10:21 2016 (r415799) +++ head/www/otter-browser/Makefile Tue May 24 16:15:40 2016 (r415800) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= otter -PORTVERSION= 0.9.09 +PORTVERSION= 0.9.10 DISTVERSIONPREFIX= v CATEGORIES= www # Avoid pkgname conflict with misc/otter Modified: head/www/otter-browser/distinfo ============================================================================== --- head/www/otter-browser/distinfo Tue May 24 16:10:21 2016 (r415799) +++ head/www/otter-browser/distinfo Tue May 24 16:15:40 2016 (r415800) @@ -1,2 +1,2 @@ -SHA256 (OtterBrowser-otter-browser-v0.9.09_GH0.tar.gz) = 4fb555da8c8268cce3893a5af8c777b355978da4f87184a5a413a5c233622c6c -SIZE (OtterBrowser-otter-browser-v0.9.09_GH0.tar.gz) = 3197615 +SHA256 (OtterBrowser-otter-browser-v0.9.10_GH0.tar.gz) = 276c35a31991d4cb274fcf3630b985ddb5876773400ef39893469c2f1c0e35e2 +SIZE (OtterBrowser-otter-browser-v0.9.10_GH0.tar.gz) = 3521313 Modified: head/www/otter-browser/pkg-plist ============================================================================== --- head/www/otter-browser/pkg-plist Tue May 24 16:10:21 2016 (r415799) +++ head/www/otter-browser/pkg-plist Tue May 24 16:15:40 2016 (r415800) @@ -7,6 +7,7 @@ share/icons/hicolor/256x256/apps/otter-b share/icons/hicolor/32x32/apps/otter-browser.png share/icons/hicolor/48x48/apps/otter-browser.png share/icons/hicolor/64x64/apps/otter-browser.png +share/otter-browser/locale/otter-browser_ar.qm share/otter-browser/locale/otter-browser_bg.qm share/otter-browser/locale/otter-browser_cs.qm share/otter-browser/locale/otter-browser_da.qm @@ -20,6 +21,7 @@ share/otter-browser/locale/otter-browser share/otter-browser/locale/otter-browser_et.qm share/otter-browser/locale/otter-browser_fi.qm share/otter-browser/locale/otter-browser_fr.qm +share/otter-browser/locale/otter-browser_he.qm share/otter-browser/locale/otter-browser_hr.qm share/otter-browser/locale/otter-browser_hu.qm share/otter-browser/locale/otter-browser_id.qm From owner-svn-ports-head@freebsd.org Tue May 24 16:59:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDD65B48842; Tue, 24 May 2016 16:59:55 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7A831755; Tue, 24 May 2016 16:59: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 u4OGxtTT057191; Tue, 24 May 2016 16:59:55 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OGxsC4057181; Tue, 24 May 2016 16:59:54 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201605241659.u4OGxsC4057181@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 24 May 2016 16:59:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415801 - in head/net: . sock sock/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 16:59:56 -0000 Author: swills Date: Tue May 24 16:59:54 2016 New Revision: 415801 URL: https://svnweb.freebsd.org/changeset/ports/415801 Log: net/sock: create port This is a standalone version of W. Richard Stevens' "sock" program, based on the code available for the UNIX Network Programming book. Adapted and reworked code for W. Richard Stevens' "sock" utility by Christian Kreibich. From the author: In TCP/IP Illustrated Vol. 1, Richard Stevens used a program called "sock" to demonstrate the many properties of TCP/IP. Unfortunately, the book only speaks about how to use the program but does not point to a site for downloading its sources. While sock is contained in the code package accompanying UNIX Network Programming, this code is also getting dated. The program can be used to generate TCP or UDP packets for testing various network features. It runs as either client or server. WWW: http://www.icir.org/christian/sock.html PR: 206345 Submitted by: Steve Jacobson (with slight modification) Added: head/net/sock/ head/net/sock/Makefile (contents, props changed) head/net/sock/distinfo (contents, props changed) head/net/sock/files/ head/net/sock/files/patch-src__cliopen.c (contents, props changed) head/net/sock/files/patch-src__loopudp.c (contents, props changed) head/net/sock/files/patch-src__main.c (contents, props changed) head/net/sock/files/patch-src__multicast.c (contents, props changed) head/net/sock/files/patch-src__servopen.c (contents, props changed) head/net/sock/files/patch-src__sock.h (contents, props changed) head/net/sock/files/patch-src__sockopts.c (contents, props changed) head/net/sock/files/patch-src__sourceroute.c (contents, props changed) head/net/sock/files/patch-src__sourceudp.c (contents, props changed) head/net/sock/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Tue May 24 16:15:40 2016 (r415800) +++ head/net/Makefile Tue May 24 16:59:54 2016 (r415801) @@ -1226,6 +1226,7 @@ SUBDIR += sntop SUBDIR += sobby SUBDIR += socat + SUBDIR += sock SUBDIR += socketbind SUBDIR += socketpipe SUBDIR += socketw Added: head/net/sock/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/sock/Makefile Tue May 24 16:59:54 2016 (r415801) @@ -0,0 +1,16 @@ +# Created by: Steve Jacobson +# $FreeBSD$ + +PORTNAME= sock +PORTVERSION= 0.3.2 +CATEGORIES= net +MASTER_SITES= http://www.icir.org/christian/downloads/ + +MAINTAINER= sjac@cs.stanford.edu +COMMENT= W. Richard Stevens' sock program + +HAS_CONFIGURE= yes + +PLIST_FILES= bin/sock + +.include Added: head/net/sock/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/sock/distinfo Tue May 24 16:59:54 2016 (r415801) @@ -0,0 +1,2 @@ +SHA256 (sock-0.3.2.tar.gz) = 4ddc33767900e7cd0a4cc0f4d808638d7cfcb746c23e12274c8eba0622eee2eb +SIZE (sock-0.3.2.tar.gz) = 113640 Added: head/net/sock/files/patch-src__cliopen.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/sock/files/patch-src__cliopen.c Tue May 24 16:59:54 2016 (r415801) @@ -0,0 +1,264 @@ +--- src/cliopen.c.orig 2010-05-28 00:03:25 UTC ++++ src/cliopen.c +@@ -10,42 +10,107 @@ + + #include "sock.h" + ++/* ++ * Try to convert the host name as an IPv4 dotted-decimal number ++ * or an IPv6 address. ++ */ ++int convert_host_address(char *host) ++{ ++ struct in_addr inaddr; ++ char inaddr_buf[INET6_ADDRSTRLEN]; ++ ++ if (AF_INET == af_46) { ++ if (inet_pton(AF_INET, host, &inaddr) == 1) { ++ /* IPv4 dotted-decimal */ ++ servaddr4.sin_addr = inaddr; ++ ++ return (1); ++ } ++ } else { ++ if (inet_pton(AF_INET6, host, inaddr_buf) == 1) { ++ /* IPv6 address */ ++ memcpy(&servaddr6.sin6_addr, inaddr_buf, ++ sizeof(struct in6_addr)); ++ ++ return (1); ++ } ++ } ++ ++ return (0); ++} ++ ++/* ++ * Try to convert the host name as a host name string. ++ */ ++int convert_host_name(char *host) ++{ ++ struct hostent *hp; ++ ++ if (AF_INET == af_46) { ++ if ( (hp = gethostbyname2(host, AF_INET)) != NULL) { ++ /* IPv4 address */ ++ memcpy(&servaddr4.sin_addr, hp->h_addr, hp->h_length); ++ ++ return (1); ++ } ++ } else { ++ /* ++ * Fixme: This doesn't work on FreeBSD 8.4. ++ * Only an IPv4 address is returned. ++ * getaddrinfo() doesn't work either. ++ */ ++ if ( (hp = gethostbyname2(host, AF_INET6)) != NULL) { ++ /* IPv6 address */ ++ memcpy(&servaddr6.sin6_addr, hp->h_addr, hp->h_length); ++ ++ return (1); ++ } ++ } ++ ++ return (0); ++} ++ + int cliopen(char *host, char *port) + { + int fd, i, on; + char *protocol; +- struct in_addr inaddr; ++ char inaddr_buf[INET6_ADDRSTRLEN]; + struct servent *sp; +- struct hostent *hp; ++ socklen_t socklen; + + protocol = udp ? "udp" : "tcp"; + + /* initialize socket address structure */ +- bzero(&servaddr, sizeof(servaddr)); +- servaddr.sin_family = AF_INET; ++ bzero(&servaddr4, sizeof(servaddr4)); ++ servaddr4.sin_family = AF_INET; ++ ++ bzero(&servaddr6, sizeof(servaddr6)); ++ servaddr6.sin6_family = AF_INET6; + + /* see if "port" is a service name or number */ + if ( (i = atoi(port)) == 0) { + if ( (sp = getservbyname(port, protocol)) == NULL) +- err_quit("getservbyname() error for: %s/%s", port, protocol); +- +- servaddr.sin_port = sp->s_port; +- } else +- servaddr.sin_port = htons(i); ++ err_quit("getservbyname() error for: %s/%s", ++ port, protocol); ++ servaddr4.sin_port = sp->s_port; ++ servaddr6.sin6_port = sp->s_port; ++ } else { ++ servaddr4.sin_port = htons(i); ++ servaddr6.sin6_port = htons(i); ++ } + + /* +- * First try to convert the host name as a dotted-decimal number. +- * Only if that fails do we call gethostbyname(). ++ * First try to convert the host name as an IPv4 dotted-decimal number ++ * or an IPv6 address. Only if that fails do we try to convert the ++ * host name as a host name string. + */ +- +- if (inet_aton(host, &inaddr) == 1) +- servaddr.sin_addr = inaddr; /* it's dotted-decimal */ +- else if ( (hp = gethostbyname(host)) != NULL) +- bcopy(hp->h_addr, &servaddr.sin_addr, hp->h_length); +- else +- err_quit("invalid hostname: %s", host); ++ if (convert_host_address(host) != 1) { ++ if (convert_host_name(host) != 1) { ++ err_quit("invalid hostname: %s", host); ++ } ++ } + +- if ( (fd = socket(AF_INET, udp ? SOCK_DGRAM : SOCK_STREAM, 0)) < 0) ++ if ( (fd = socket(af_46, udp ? SOCK_DGRAM : SOCK_STREAM, 0)) < 0) + err_sys("socket() error"); + + if (reuseaddr) { +@@ -71,21 +136,46 @@ int cliopen(char *host, char *port) + * (and port) using -l option. Allow localip[] to be set but bindport + * to be 0. + */ +- + if (bindport != 0 || localip[0] != 0 || udp) { +- bzero(&cliaddr, sizeof(cliaddr)); +- cliaddr.sin_family = AF_INET; +- cliaddr.sin_port = htons(bindport); /* can be 0 */ +- if (localip[0] != 0) { +- if (inet_aton(localip, &cliaddr.sin_addr) == 0) +- err_quit("invalid IP address: %s", localip); +- } else +- cliaddr.sin_addr.s_addr = htonl(INADDR_ANY); /* wildcard */ +- +- if (bind(fd, (struct sockaddr *) &cliaddr, sizeof(cliaddr)) < 0) +- err_sys("bind() error"); ++ if (af_46 == AF_INET) { ++ bzero(&cliaddr4, sizeof(cliaddr4)); ++ cliaddr4.sin_family = AF_INET; ++ /* can be 0 */ ++ cliaddr4.sin_port = htons(bindport); ++ if (localip[0] != 0) { ++ if (inet_aton(localip, &cliaddr4.sin_addr) == 0) ++ err_quit("invalid IP address: %s", ++ localip); ++ } else { ++ /* wildcard */ ++ cliaddr4.sin_addr.s_addr = htonl(INADDR_ANY); ++ } ++ if (bind(fd, (struct sockaddr *) &cliaddr4, ++ sizeof(cliaddr4)) < 0) { ++ err_sys("bind() error"); ++ } ++ } else { ++ bzero(&cliaddr6, sizeof(cliaddr6)); ++ cliaddr6.sin6_len = sizeof(struct sockaddr_in6); ++ cliaddr6.sin6_family = AF_INET6; ++ /* can be 0 */ ++ cliaddr6.sin6_port = htons(bindport); ++ ++ /* Fixme: localip not implemented for IPv6 */ ++ cliaddr6.sin6_addr = in6addr_any; ++ ++ /* Fixme: Want to set IPV6_BINDANY? */ ++ ++ if (bind(fd, (struct sockaddr *) &cliaddr6, ++ sizeof(cliaddr6)) < 0) { ++ err_sys("bind() error"); ++ } ++ } + } +- ++ ++ /* Fixme: Does not work */ ++ //join_mcast_client(fd, &cliaddr4, &cliaddr6, &servaddr4, &servaddr6); ++ + /* Need to allocate buffers before connect(), since they can affect + * TCP options (window scale, etc.). + */ +@@ -96,13 +186,21 @@ int cliopen(char *host, char *port) + /* + * Connect to the server. Required for TCP, optional for UDP. + */ +- + if (udp == 0 || connectudp) { + for ( ; ; ) { +- if (connect(fd, (struct sockaddr *) &servaddr, sizeof(servaddr)) +- == 0) ++ if (AF_INET == af_46) { ++ if (connect(fd, (struct sockaddr *) &servaddr4, ++ sizeof(servaddr4)) == 0) + break; /* all OK */ +- if (errno == EINTR) /* can happen with SIGIO */ ++ } else { ++ servaddr6.sin6_len = ++ sizeof(struct sockaddr_in6); ++ servaddr6.sin6_family = AF_INET6; ++ if (connect(fd, (struct sockaddr *) &servaddr6, ++ sizeof(servaddr6)) == 0) ++ break; /* all OK */ ++ } ++ if (errno == EINTR) /* can happen with SIGIO */ + continue; + if (errno == EISCONN) /* can happen with SIGIO */ + break; +@@ -114,16 +212,38 @@ int cliopen(char *host, char *port) + /* Call getsockname() to find local address bound to socket: + TCP ephemeral port was assigned by connect() or bind(); + UDP ephemeral port was assigned by bind(). */ +- i = sizeof(cliaddr); +- if (getsockname(fd, (struct sockaddr *) &cliaddr, &i) < 0) +- err_sys("getsockname() error"); +- +- /* Can't do one fprintf() since inet_ntoa() stores +- the result in a static location. */ +- fprintf(stderr, "connected on %s.%d ", +- INET_NTOA(cliaddr.sin_addr), ntohs(cliaddr.sin_port)); +- fprintf(stderr, "to %s.%d\n", +- INET_NTOA(servaddr.sin_addr), ntohs(servaddr.sin_port)); ++ if (AF_INET == af_46) { ++ socklen = sizeof(cliaddr4); ++ if (getsockname(fd, ++ (struct sockaddr *) &cliaddr4, &socklen) < 0) { ++ err_sys("getsockname() error"); ++ } ++ /* Can't do one fprintf() since inet_ntoa() stores ++ the result in a static location. */ ++ fprintf(stderr, "connected on %s.%d ", ++ INET_NTOA(cliaddr4.sin_addr), ++ ntohs(cliaddr4.sin_port)); ++ fprintf(stderr, "to %s.%d\n", ++ INET_NTOA(servaddr4.sin_addr), ++ ntohs(servaddr4.sin_port)); ++ } else { ++ socklen = sizeof(cliaddr6); ++ if (getsockname(fd, ++ (struct sockaddr *) &cliaddr6, &socklen) < 0) { ++ err_sys("getsockname() error"); ++ } ++ ++ inet_ntop(AF_INET6, ++ &cliaddr6.sin6_addr.__u6_addr.__u6_addr8, ++ inaddr_buf, sizeof(inaddr_buf)); ++ fprintf(stderr, "connected on %s.%d ", ++ inaddr_buf, ntohs(cliaddr6.sin6_port)); ++ inet_ntop(AF_INET6, ++ &servaddr6.sin6_addr.__u6_addr.__u6_addr8, ++ inaddr_buf, sizeof(inaddr_buf)); ++ fprintf(stderr, "to %s.%d\n", ++ inaddr_buf, ntohs(servaddr6.sin6_port)); ++ } + } + + sockopts(fd, 1); /* some options get set after connect() */ Added: head/net/sock/files/patch-src__loopudp.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/sock/files/patch-src__loopudp.c Tue May 24 16:59:54 2016 (r415801) @@ -0,0 +1,261 @@ +--- src/loopudp.c.orig 2010-05-28 00:03:25 UTC ++++ src/loopudp.c +@@ -21,17 +21,28 @@ + void + loop_udp(int sockfd) + { +- int maxfdp1, nread, ntowrite, stdineof, clilen, servlen, flags; ++ int maxfdp1, nread, ntowrite, stdineof, clilen, flags; ++ socklen_t servlen; + fd_set rset; +- struct sockaddr_in cliaddr; /* for UDP server */ +- struct sockaddr_in servaddr; /* for UDP client */ ++ struct sockaddr_in cliaddr4; /* for IPv4 UDP server */ ++ struct sockaddr_in6 cliaddr6; /* for IPv6 UDP server */ ++ /* ++ * The original local variable servaddr, and later servaddr4 and ++ * servaddr6, were not initialized before use. Using the initialized ++ * global sockaddr structs allows the sendto() code, below, to work ++ * correctly. This was a problem with the original IPv4 code, and ++ * later the IPv6 code. ++ */ ++ //struct sockaddr_in servaddr4; /* for IPv4 UDP client */ ++ //struct sockaddr_in6 servaddr6; /* for IPv6 UDP client */ ++ char inaddr_buf[INET6_ADDRSTRLEN]; + +- struct iovec iov[1]; +- struct msghdr msg; ++ struct iovec iov[1]; ++ struct msghdr msg; + #ifdef HAVE_MSGHDR_MSG_CONTROL + #ifdef IP_RECVDSTADDR /* 4.3BSD Reno and later */ + static struct cmsghdr *cmptr = NULL; /* malloc'ed */ +- struct in_addr dstinaddr; /* for UDP server */ ++ struct in_addr dstinaddr; /* for UDP server */ + #define CONTROLLEN (sizeof(struct cmsghdr) + sizeof(struct in_addr)) + #endif /* IP_RECVDSTADDR */ + +@@ -68,8 +79,10 @@ loop_udp(int sockfd) + err_sys("shutdown() error"); + + FD_CLR(STDIN_FILENO, &rset); +- stdineof = 1; /* don't read stdin anymore */ +- continue; /* back to select() */ ++ /* don't read stdin anymore */ ++ stdineof = 1; ++ /* back to select() */ ++ continue; + } + break; /* default: stdin EOF -> done */ + } +@@ -77,23 +90,43 @@ loop_udp(int sockfd) + if (crlf) { + ntowrite = crlf_add(wbuf, writelen, rbuf, nread); + if (connectudp) { +- if (write(sockfd, wbuf, ntowrite) != ntowrite) ++ if (write(sockfd, wbuf, ntowrite) != ++ ntowrite) { + err_sys("write error"); ++ } + } else { +- if (sendto(sockfd, wbuf, ntowrite, 0, +- (struct sockaddr *) &servaddr, sizeof(servaddr)) +- != ntowrite) +- err_sys("sendto error"); ++ if (af_46 == AF_INET) { ++ if (sendto(sockfd, wbuf, ntowrite, 0, ++ (struct sockaddr *)&servaddr4, ++ sizeof(servaddr4)) != ntowrite) { ++ err_sys("sendto error"); ++ } ++ } else { ++ if (sendto(sockfd, wbuf, ntowrite, 0, ++ (struct sockaddr *)&servaddr6, ++ sizeof(servaddr6)) != ntowrite) { ++ err_sys("sendto error"); ++ } ++ } + } + } else { + if (connectudp) { + if (write(sockfd, rbuf, nread) != nread) + err_sys("write error"); + } else { +- if (sendto(sockfd, rbuf, nread, 0, +- (struct sockaddr *) &servaddr, sizeof(servaddr)) +- != nread) +- err_sys("sendto error"); ++ if (af_46 == AF_INET) { ++ if (sendto(sockfd, rbuf, nread, 0, ++ (struct sockaddr *)&servaddr4, ++ sizeof(servaddr4)) != nread) { ++ err_sys("sendto error"); ++ } ++ } else { ++ if (sendto(sockfd, rbuf, nread, 0, ++ (struct sockaddr *)&servaddr6, ++ sizeof(servaddr6)) != nread) { ++ err_sys("sendto error"); ++ } ++ } + } + } + } +@@ -101,35 +134,54 @@ loop_udp(int sockfd) + if (FD_ISSET(sockfd, &rset)) { + /* data to read from socket */ + if (server) { +- clilen = sizeof(cliaddr); +-#ifndef MSG_TRUNC /* vanilla BSD sockets */ ++ if (af_46 == AF_INET) { ++ clilen = sizeof(cliaddr4); ++ } else { ++ clilen = sizeof(cliaddr6); ++ } ++ ++#ifndef MSG_TRUNC /* vanilla BSD sockets */ ++ ++ /* Fixme: Not ported for IPv6 */ ++ /* Not compiled in for FreeBSD 8.4 */ + nread = recvfrom(sockfd, rbuf, readlen, 0, +- (struct sockaddr *) &cliaddr, &clilen); +- ++ (struct sockaddr *) &cliaddr4, &clilen); ++ + #else /* 4.3BSD Reno and later; use recvmsg() to get at MSG_TRUNC flag */ +- /* Also lets us get at control information (destination address) */ +- ++ /* Also lets us get at control information (destination address) */ ++ ++ /* FreeBSD 8.4 */ + iov[0].iov_base = rbuf; + iov[0].iov_len = readlen; +- msg.msg_iov = iov; +- msg.msg_iovlen = 1; +- msg.msg_name = (caddr_t) &cliaddr; +- msg.msg_namelen = clilen; +- ++ msg.msg_iov = iov; ++ msg.msg_iovlen = 1; ++ if (af_46 == AF_INET) { ++ msg.msg_name = (caddr_t) &cliaddr4; ++ } else { ++ msg.msg_name = (caddr_t) &cliaddr6; ++ } ++ msg.msg_namelen = clilen; ++ + #ifdef HAVE_MSGHDR_MSG_CONTROL + #ifdef IP_RECVDSTADDR ++ /* FreeBSD 8.4 */ + if (cmptr == NULL && (cmptr = malloc(CONTROLLEN)) == NULL) + err_sys("malloc error for control buffer"); + +- msg.msg_control = (caddr_t) cmptr; /* for dest address */ ++ /* for dest address */ ++ msg.msg_control = (caddr_t) cmptr; + msg.msg_controllen = CONTROLLEN; + #else +- msg.msg_control = (caddr_t) 0; /* no ancillary data */ ++ /* Not used for FreeBSD 8.4 */ ++ /* no ancillary data */ ++ msg.msg_control = (caddr_t) 0; + msg.msg_controllen = 0; + #endif /* IP_RECVDSTADDR */ + #endif + #ifdef HAVE_MSGHDR_MSG_FLAGS +- msg.msg_flags = 0; /* flags returned here */ ++ /* FreeBSD 8.4 */ ++ /* flags returned here */ ++ msg.msg_flags = 0; + #endif + nread = recvmsg(sockfd, &msg, 0); + #endif /* MSG_TRUNC */ +@@ -137,22 +189,39 @@ loop_udp(int sockfd) + err_sys("datagram receive error"); + + if (verbose) { +- printf("from %s", INET_NTOA(cliaddr.sin_addr)); ++ if (af_46 == AF_INET) { ++ printf("from %s", ++ INET_NTOA(cliaddr4.sin_addr)); ++ } else { ++ inet_ntop(AF_INET6, ++ &cliaddr6.sin6_addr. ++ __u6_addr.__u6_addr8, ++ inaddr_buf, ++ sizeof(inaddr_buf)); ++ printf("from %s", inaddr_buf); ++ } + #ifdef HAVE_MSGHDR_MSG_CONTROL + #ifdef IP_RECVDSTADDR ++ /* ++ * Fixme: not ported for IPv6 ++ * Fixme: recvdstaddr fails (earlier, ++ * in setsockopt()) for IPv6 under ++ * FreeBSD 8.4 ++ */ + if (recvdstaddr) { + if (cmptr->cmsg_len != CONTROLLEN) + err_quit("control length (%d) != %d", +- cmptr->cmsg_len, CONTROLLEN); ++ cmptr->cmsg_len, CONTROLLEN); + if (cmptr->cmsg_level != IPPROTO_IP) + err_quit("control level != IPPROTO_IP"); + if (cmptr->cmsg_type != IP_RECVDSTADDR) + err_quit("control type != IP_RECVDSTADDR"); + bcopy(CMSG_DATA(cmptr), &dstinaddr, +- sizeof(struct in_addr)); ++ sizeof(struct in_addr)); + bzero(cmptr, CONTROLLEN); + +- printf(", to %s", INET_NTOA(dstinaddr)); ++ printf(", to %s", ++ INET_NTOA(dstinaddr)); + } + #endif /* IP_RECVDSTADDR */ + #endif /* HAVE_MSGHDR_MSG_CONTROL */ +@@ -178,15 +247,37 @@ loop_udp(int sockfd) + } + + } else { +- /* Must use recvfrom() for unconnected UDP client */ +- servlen = sizeof(servaddr); +- nread = recvfrom(sockfd, rbuf, readlen, 0, +- (struct sockaddr *) &servaddr, &servlen); +- if (nread < 0) ++ /* ++ * Must use recvfrom() for unconnected ++ * UDP client ++ */ ++ /* Fixme: not tested on FreeBSD 8.4 */ ++ if (af_46 == AF_INET) { ++ servlen = sizeof(servaddr4); ++ nread = recvfrom(sockfd, rbuf, readlen, ++ 0, (struct sockaddr *)&servaddr4, ++ &servlen); ++ } else { ++ servlen = sizeof(servaddr6); ++ nread = recvfrom(sockfd, rbuf, readlen, ++ 0, (struct sockaddr *)&servaddr6, ++ &servlen); ++ } ++ if (nread < 0) { + err_sys("datagram recvfrom() error"); +- ++ } + if (verbose) { +- printf("from %s", INET_NTOA(servaddr.sin_addr)); ++ if (af_46 == AF_INET) { ++ printf("from %s", ++ INET_NTOA(servaddr4.sin_addr)); ++ } else { ++ inet_ntop(AF_INET6, ++ &servaddr6.sin6_addr. ++ __u6_addr.__u6_addr8, ++ inaddr_buf, ++ sizeof(inaddr_buf)); ++ printf("from %s", inaddr_buf); ++ } + printf(": "); + fflush(stdout); + } Added: head/net/sock/files/patch-src__main.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/sock/files/patch-src__main.c Tue May 24 16:59:54 2016 (r415801) @@ -0,0 +1,60 @@ +--- src/main.c.orig 2010-05-28 00:03:25 UTC ++++ src/main.c +@@ -23,9 +23,10 @@ + char *host; /* hostname or dotted-decimal string */ + char *port; + +- /* DefinE global variables */ ++ /* Define global variables */ ++int af_46 = AF_INET; /* AF_INET or AF_INET6 */ + int bindport; /* 0 or TCP or UDP port number to bind */ +- /* set by -b or -l options */ ++ /* set by -b or -l options */ + int broadcast; /* SO_BROADCAST */ + int cbreak; /* set terminal to cbreak mode */ + int chunkwrite; /* write in small chunks; not all-at-once */ +@@ -76,7 +77,8 @@ int urgwrite; /* write urgent byte af + int verbose; /* each -v increments this by 1 */ + int usewritev; /* use writev() instead of write() */ + +-struct sockaddr_in cliaddr, servaddr; ++struct sockaddr_in cliaddr4, servaddr4; ++struct sockaddr_in6 cliaddr6, servaddr6; + + static void usage(const char *); + +@@ -90,13 +92,16 @@ main(int argc, char *argv[]) + usage(""); + + opterr = 0; /* don't want getopt() writing to stderr */ +- while ( (c = getopt(argc, argv, "2b:cf:g:hij:kl:n:op:q:r:st:uvw:x:y:ABCDEFG:H:IJ:KL:NO:P:Q:R:S:TU:VWX:YZ")) != -1) { ++ while ( (c = getopt(argc, argv, "26b:cf:g:hij:kl:n:op:q:r:st:uvw:x:y:ABCDEFG:H:IJ:KL:NO:P:Q:R:S:TU:VWX:YZ")) != -1) { + switch (c) { + #ifdef IP_ONESBCAST + case '2': /* use 255.255.255.255 as broadcast address */ + onesbcast = 1; + break; + #endif ++ case '6': /* use IPv6 */ ++ af_46 = AF_INET6; ++ break; + + case 'b': + bindport = atoi(optarg); +@@ -309,7 +314,7 @@ main(int argc, char *argv[]) + } + } + +- /* check for options that don't make sense */ ++ /* check for options that don't make sense */ + if (udp && halfclose) + usage("can't specify -h and -u"); + if (udp && debug) +@@ -439,6 +444,7 @@ usage(const char *msg) + #ifdef IP_ONESBCAST + " -2 IP_ONESBCAST option (255.255.255.255 for broadcast\n" + #endif ++" -6 use IPv6 instead of IPv4\n" + ); + + if (msg[0] != 0) Added: head/net/sock/files/patch-src__multicast.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/sock/files/patch-src__multicast.c Tue May 24 16:59:54 2016 (r415801) @@ -0,0 +1,111 @@ +--- src/multicast.c.orig 2010-05-28 00:03:25 UTC ++++ src/multicast.c +@@ -10,24 +10,96 @@ + + #include "sock.h" + ++/* ++ * Works for IPv4 and IPv6. ++ * For IPv4, the server is able to join a multicast group such as 224.0.0.1. ++ * The client is able to connect to the same multicast address and port ++ * assigned to the server. The client can then send data, which the server ++ * receives. ++ * For IPv6, the server is able to join a multicast group of the form ff02::n. ++ * The client is never able to connect to that address/port, however. ++ */ + void +-join_mcast(int fd, struct sockaddr_in *sin) ++join_mcast_server(int fd, struct sockaddr_in *sin, struct sockaddr_in6 *sin6) + { + #ifdef IP_ADD_MEMBERSHIP /* only include if host supports mcasting */ +- u_long inaddr; +- struct ip_mreq mreq; ++ u_long inaddr; ++ struct ip_mreq mreq; ++ struct ipv6_mreq mreq6; + +- inaddr = sin->sin_addr.s_addr; +- if (IN_MULTICAST(inaddr) == 0) +- return; /* not a multicast address */ ++ if (af_46 == AF_INET) { ++ inaddr = sin->sin_addr.s_addr; ++ /* ++ * FreeBSD 8.4: IN_MULTICAST() test fails in the original code ++ * because it was testing inaddr with the wrong endianness. ++ * Fixed in this version of the code, at least for FreeBSD. ++ */ ++ inaddr = ntohl(inaddr); + +- mreq.imr_multiaddr.s_addr = inaddr; +- mreq.imr_interface.s_addr = htonl(INADDR_ANY); /* need way to change */ +- if (setsockopt(fd, IPPROTO_IP, IP_ADD_MEMBERSHIP, &mreq, +- sizeof(mreq)) == -1 ) +- err_sys("IP_ADD_MEMBERSHIP error"); ++ if (IN_MULTICAST(inaddr) == 0) { ++ return; /* not a multicast address */ ++ } ++ } else { ++ if (IN6_IS_ADDR_MULTICAST(&(sin6->sin6_addr)) == 0) { ++ return; /* not a multicast address */ ++ } ++ } ++ ++ if (af_46 == AF_INET) { ++ mreq.imr_multiaddr.s_addr = sin->sin_addr.s_addr; ++ /* need way to change */ ++ mreq.imr_interface.s_addr = htonl(INADDR_ANY); ++ if (setsockopt(fd, IPPROTO_IP, IP_ADD_MEMBERSHIP, &mreq, ++ sizeof(mreq)) == -1 ) { ++ err_sys("IP_ADD_MEMBERSHIP error"); ++ } ++ } else { ++ memset((char *)&mreq6, 0, sizeof(mreq6)); ++ mreq6.ipv6mr_multiaddr = sin6->sin6_addr; ++ mreq6.ipv6mr_interface = sin6->sin6_scope_id; ++ if (setsockopt(fd, IPPROTO_IPV6, IPV6_JOIN_GROUP, &mreq6, ++ sizeof(mreq6)) == -1 ) { ++ err_sys("IP_ADD_MEMBERSHIP error"); ++ } ++ } + + if (verbose) +- fprintf(stderr, "multicast group joined\n"); ++ fprintf(stderr, "multicast group joined\n"); ++#endif /* IP_ADD_MEMBERSHIP */ ++} ++ ++/* ++ * Added for IPv6. Fixme: Does not work at present. ++ * The client is currently unable to connect to the multicast address/port ++ * which was joined by the server. A function similar to this may be needed ++ * to permit that connection to be made. ++ */ ++void ++join_mcast_client(int fd, ++ struct sockaddr_in *cli_sin, struct sockaddr_in6 *cli_sin6, ++ struct sockaddr_in *serv_sin, struct sockaddr_in6 *serv_sin6) ++{ ++#ifdef IP_ADD_MEMBERSHIP /* only include if host supports mcasting */ ++ struct ipv6_mreq mreq6; ++ ++ if (af_46 == AF_INET6) { ++ if (IN6_IS_ADDR_MULTICAST(&(serv_sin6->sin6_addr)) == 0) { ++ return; /* not a multicast address */ ++ } ++ } ++ ++ if (af_46 == AF_INET6) { ++ memset((char *)&mreq6, 0, sizeof(mreq6)); ++ mreq6.ipv6mr_multiaddr = serv_sin6->sin6_addr; ++ mreq6.ipv6mr_interface = serv_sin6->sin6_scope_id; ++ if (setsockopt(fd, IPPROTO_IPV6, IPV6_JOIN_GROUP, &mreq6, ++ sizeof(mreq6)) == -1 ) { ++ err_sys("IP_ADD_MEMBERSHIP error"); ++ } ++ } ++ ++ if (verbose) { ++ fprintf(stderr, "multicast group joined\n"); ++ } + #endif /* IP_ADD_MEMBERSHIP */ + } Added: head/net/sock/files/patch-src__servopen.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/sock/files/patch-src__servopen.c Tue May 24 16:59:54 2016 (r415801) @@ -0,0 +1,282 @@ +--- src/servopen.c.orig 2010-05-28 00:03:25 UTC ++++ src/servopen.c +@@ -19,38 +19,67 @@ + int + servopen(char *host, char *port) + { +- int fd, newfd, i, on, pid; +- char *protocol; ++ int fd, newfd, i, on, pid; ++ char *protocol; + struct in_addr inaddr; + struct servent *sp; ++ socklen_t len; ++ char inaddr_buf[INET6_ADDRSTRLEN]; + + protocol = udp ? "udp" : "tcp"; + +- /* Initialize the socket address structure */ +- bzero(&servaddr, sizeof(servaddr)); +- servaddr.sin_family = AF_INET; ++ /* Initialize the socket address structure */ ++ bzero(&servaddr4, sizeof(servaddr4)); ++ servaddr4.sin_family = AF_INET; + +- /* Caller normally wildcards the local Internet address, meaning +- a connection will be accepted on any connected interface. +- We only allow an IP address for the "host", not a name. */ +- if (host == NULL) +- servaddr.sin_addr.s_addr = htonl(INADDR_ANY); /* wildcard */ +- else { +- if (inet_aton(host, &inaddr) == 0) +- err_quit("invalid host name for server: %s", host); +- servaddr.sin_addr = inaddr; ++ bzero(&servaddr6, sizeof(servaddr6)); ++ servaddr6.sin6_family = AF_INET6; ++ ++ /* ++ * Caller normally wildcards the local Internet address, meaning ++ * a connection will be accepted on any connected interface. ++ * We only allow an IP address for the "host", not a name. ++ */ ++ if (host == NULL) { ++ if (AF_INET == af_46) { ++ /* wildcard */ ++ servaddr4.sin_addr.s_addr = htonl(INADDR_ANY); ++ } else { ++ /* wildcard */ ++ servaddr6.sin6_addr = in6addr_any; ++ } ++ } else { ++ if (AF_INET == af_46) { ++ if (inet_pton(AF_INET, host, &inaddr) == 0) { ++ err_quit("invalid host name for server: %s", ++ host); ++ } ++ /* IPv4 address */ ++ servaddr4.sin_addr = inaddr; ++ } else { ++ if (inet_pton(AF_INET6, host, inaddr_buf) == 0) { ++ err_quit("invalid host name for server: %s", ++ host); ++ } ++ /* IPv6 address */ ++ memcpy(&servaddr6.sin6_addr, inaddr_buf, ++ sizeof(struct in6_addr)); ++ } + } + +- /* See if "port" is a service name or number */ ++ /* See if "port" is a service name or number */ + if ( (i = atoi(port)) == 0) { + if ( (sp = getservbyname(port, protocol)) == NULL) +- err_ret("getservbyname() error for: %s/%s", port, protocol); +- +- servaddr.sin_port = sp->s_port; +- } else +- servaddr.sin_port = htons(i); ++ err_ret("getservbyname() error for: %s/%s", port, ++ protocol); ++ servaddr4.sin_port = sp->s_port; ++ servaddr6.sin6_port = sp->s_port; ++ } else { ++ servaddr4.sin_port = htons(i); ++ servaddr6.sin6_port = htons(i); ++ } + +- if ( (fd = socket(AF_INET, udp ? SOCK_DGRAM : SOCK_STREAM, 0)) < 0) ++ if ( (fd = socket(af_46, udp ? SOCK_DGRAM : SOCK_STREAM, 0)) < 0) + err_sys("socket() error"); + + if (reuseaddr) { +@@ -67,28 +96,37 @@ servopen(char *host, char *port) + } + #endif + +- /* Bind our well-known port so the client can connect to us. */ +- if (bind(fd, (struct sockaddr *) &servaddr, sizeof(servaddr)) < 0) +- err_sys("can't bind local address"); ++ /* Bind our well-known port so the client can connect to us. */ ++ if (AF_INET == af_46) { ++ if (bind(fd, (struct sockaddr *) &servaddr4, ++ sizeof(servaddr4)) < 0) { ++ err_sys("can't bind local address"); ++ } ++ } else { ++ if (bind(fd, (struct sockaddr *) &servaddr6, ++ sizeof(servaddr6)) < 0) { ++ err_sys("can't bind local address"); ++ } ++ } + +- join_mcast(fd, &servaddr); ++ join_mcast_server(fd, &servaddr4, &servaddr6); + + if (udp) { + buffers(fd); + +- if (foreignip[0] != 0) { /* connect to foreignip/port# */ +- bzero(&cliaddr, sizeof(cliaddr)); +- if (inet_aton(foreignip, &cliaddr.sin_addr) == 0) ++ /* Fixme: Not ported for IPv6 */ ++ if (foreignip[0] != 0) { /* connect to foreignip/port# */ ++ bzero(&cliaddr4, sizeof(cliaddr4)); ++ if (inet_aton(foreignip, &cliaddr4.sin_addr) == 0) + err_quit("invalid IP address: %s", foreignip); +- cliaddr.sin_family = AF_INET; +- cliaddr.sin_port = htons(foreignport); +- /* connect() for datagram socket doesn't appear to allow +- wildcarding of either IP address or port number */ ++ cliaddr4.sin_family = AF_INET; ++ cliaddr4.sin_port = htons(foreignport); ++ /* connect() for datagram socket doesn't appear to allow ++ wildcarding of either IP address or port number */ + +- if (connect(fd, (struct sockaddr *) &cliaddr, sizeof(cliaddr)) +- < 0) ++ if (connect(fd, (struct sockaddr *) &cliaddr4, ++ sizeof(cliaddr4)) < 0) + err_sys("connect() error"); +- + } + + sockopts(fd, 1); +@@ -96,58 +134,108 @@ servopen(char *host, char *port) + return(fd); /* nothing else to do */ + } + +- buffers(fd); /* may set receive buffer size; must do here to get +- correct window advertised on SYN */ ++ buffers(fd); /* may set receive buffer size; must do here to ++ get correct window advertised on SYN */ + sockopts(fd, 0); /* only set some socket options for fd */ + + listen(fd, listenq); + +- if (pauselisten) +- sleep_us(pauselisten*1000); /* lets connection queue build up */ ++ if (pauselisten) { ++ /* lets connection queue build up */ ++ sleep_us(pauselisten*1000); ++ } + +- if (dofork) +- TELL_WAIT(); /* initialize synchronization primitives */ ++ if (dofork) { ++ /* initialize synchronization primitives */ ++ TELL_WAIT(); ++ } + + for ( ; ; ) { +- i = sizeof(cliaddr); +- if ( (newfd = accept(fd, (struct sockaddr *) &cliaddr, &i)) < 0) +- err_sys("accept() error"); ++ if (AF_INET == af_46) { ++ len = sizeof(cliaddr4); ++ if ( (newfd = accept(fd, (struct sockaddr *) &cliaddr4, ++ &len)) < 0) { ++ err_sys("accept() error"); ++ } ++ } else { ++ len = sizeof(cliaddr6); ++ if ( (newfd = accept(fd, (struct sockaddr *) &cliaddr6, ++ &len)) < 0) { ++ err_sys("accept() error"); ++ } ++ } + + if (dofork) { + if ( (pid = fork()) < 0) + err_sys("fork error"); + + if (pid > 0) { +- close(newfd); /* parent closes connected socket */ +- WAIT_CHILD(); /* wait for child to output to terminal */ +- continue; /* and back to for(;;) for another accept() */ ++ /* parent closes connected socket */ ++ close(newfd); ++ /* wait for child to output to terminal */ ++ WAIT_CHILD(); ++ /* and back to for(;;) for another accept() */ ++ continue; + } else { +- close(fd); /* child closes listening socket */ ++ /* child closes listening socket */ ++ close(fd); + } + } + +- /* child (or iterative server) continues here */ ++ /* child (or iterative server) continues here */ + if (verbose) { +- /* Call getsockname() to find local address bound to socket: +- local internet address is now determined (if multihomed). */ +- i = sizeof(servaddr); +- if (getsockname(newfd, (struct sockaddr *) &servaddr, &i) < 0) +- err_sys("getsockname() error"); ++ /* ++ * Call getsockname() to find local address bound ++ * to socket: local internet address is now ++ * determined (if multihomed). ++ */ ++ if (AF_INET == af_46) { ++ len = sizeof(servaddr4); ++ if (getsockname(newfd, ++ (struct sockaddr *)&servaddr4, &len) < 0) { ++ err_sys("getsockname() error"); ++ } + +- /* Can't do one fprintf() since inet_ntoa() stores +- the result in a static location. */ +- fprintf(stderr, "connection on %s.%d ", +- INET_NTOA(servaddr.sin_addr), ntohs(servaddr.sin_port)); +- fprintf(stderr, "from %s.%d\n", +- INET_NTOA(cliaddr.sin_addr), ntohs(cliaddr.sin_port)); ++ /* ++ * Can't do one fprintf() since inet_ntoa() ++ * stores the result in a static location. ++ */ ++ fprintf(stderr, "connection on %s.%d ", ++ INET_NTOA(servaddr4.sin_addr), ++ ntohs(servaddr4.sin_port)); ++ fprintf(stderr, "from %s.%d\n", ++ INET_NTOA(cliaddr4.sin_addr), ++ ntohs(cliaddr4.sin_port)); ++ } else { ++ len = sizeof(servaddr6); ++ if (getsockname(newfd, ++ (struct sockaddr *)&servaddr6, &len) < 0) { ++ err_sys("getsockname() error"); ++ } ++ inet_ntop(AF_INET6, ++ &servaddr6.sin6_addr.__u6_addr.__u6_addr8, ++ inaddr_buf, sizeof(inaddr_buf)); ++ fprintf(stderr, "connection on %s.%d ", ++ inaddr_buf, ntohs(servaddr6.sin6_port)); *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Tue May 24 17:13:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D45BB48D25; Tue, 24 May 2016 17:13:19 +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 3DDA91F96; Tue, 24 May 2016 17:13:19 +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 u4OHDIYR063011; Tue, 24 May 2016 17:13:18 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OHDIwu063009; Tue, 24 May 2016 17:13:18 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201605241713.u4OHDIwu063009@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Tue, 24 May 2016 17:13:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415802 - head/finance/homebank X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 17:13:19 -0000 Author: pawel Date: Tue May 24 17:13:18 2016 New Revision: 415802 URL: https://svnweb.freebsd.org/changeset/ports/415802 Log: Update to version 5.0.8 Changelog: bugfix: #1584342 operation disappearing and corrupted account file Modified: head/finance/homebank/Makefile head/finance/homebank/distinfo Modified: head/finance/homebank/Makefile ============================================================================== --- head/finance/homebank/Makefile Tue May 24 16:59:54 2016 (r415801) +++ head/finance/homebank/Makefile Tue May 24 17:13:18 2016 (r415802) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= homebank -PORTVERSION= 5.0.7 +PORTVERSION= 5.0.8 CATEGORIES= finance MASTER_SITES= http://homebank.free.fr/public/ Modified: head/finance/homebank/distinfo ============================================================================== --- head/finance/homebank/distinfo Tue May 24 16:59:54 2016 (r415801) +++ head/finance/homebank/distinfo Tue May 24 17:13:18 2016 (r415802) @@ -1,2 +1,3 @@ -SHA256 (homebank-5.0.7.tar.gz) = d526dc78e6f6ea01efadfb9fd27b2d10326c315cfe550c83cc29cfd8052564e7 -SIZE (homebank-5.0.7.tar.gz) = 2603648 +TIMESTAMP = 1464102689 +SHA256 (homebank-5.0.8.tar.gz) = 9bdf10b0d94c92d5216462fb110bba34cd2a1b01d38d2c6b629db81a0513a310 +SIZE (homebank-5.0.8.tar.gz) = 2603678 From owner-svn-ports-head@freebsd.org Tue May 24 17:18:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F285B47018; Tue, 24 May 2016 17:18:07 +0000 (UTC) (envelope-from cschuber@gmail.com) Received: from mail-pf0-x243.google.com (mail-pf0-x243.google.com [IPv6:2607:f8b0:400e:c00::243]) (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 4B333143A; Tue, 24 May 2016 17:18:07 +0000 (UTC) (envelope-from cschuber@gmail.com) Received: by mail-pf0-x243.google.com with SMTP id g132so2760853pfb.3; Tue, 24 May 2016 10:18:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:mime-version:from:subject:date:to:cc; bh=yPKLOl0RbeymRtYOdDiIKTORUCXs3jV8zKmRxXeGYsE=; b=dOFVCino1kinSMy+Ie65bZ2eFLaqFSelYblDIjpRaI+F9bEf1lWFBJPXiPMZWUActg FtRTEEeVtGDwWZF1voCxgmGKx2h4GhfijT3shjevL59ElTuKda4CEsf9mxt1I7MnOcvY 70tq9/NBSXegxg1ayKkTztpAf16NldmlHTue6dWnCp6JjjQ2fXnQxDyYBrlccC0f6KUC Xuvnny3fUvsY2Iy+aTP+vXV27pBhXQa4SX0zK6vz40MZB8ZmKyRhvufHEvPj8f6YEqWZ pbieg+VEvoNHs5W+/EOJK+ioX9WJoN398ISgoC3xAwPazqThoRV3aX74gXmB36aEDgoh 9Lzw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:mime-version:from:subject:date:to:cc; bh=yPKLOl0RbeymRtYOdDiIKTORUCXs3jV8zKmRxXeGYsE=; b=PYGy+FRbLmMb21Ft2rxLl7zGrpF9X46gz1FY6WW4ScD0Tfr8qi3fe+yuQRdDMsMw2e JuLWQte3rYr5Q4TTcSAfe3bSs4rSL2oBDsUttdiKfi2y8Yd7W3yynrvRRAU7/T1otHXS Rdyp1ArhTGmWPjnONAPECcmdnOB084HrgKJ196WHDbCSYBAgg8VNc1Ub6gun6FwsgoH2 0PJlHgq6/zUvC4+It1CCzmAWptGEfVgnDAlDEFt1jTsGBI9jNJnpxkuIICOAgF5z1fd2 hvo+25MPxz1cClt+KkqKj3qLPfAAGg7Ipq3XvngjcHtc17uj1dxUFvd/XpW+5ELvfbaZ ZCkQ== X-Gm-Message-State: ALyK8tL/I0hmeG0ZfMlqhx6G79FsZ+ERsD6ASbV1dDAHUm5Z9hJVQmFmiVUFc02xp1x0RQ== X-Received: by 10.98.93.131 with SMTP id n3mr8671983pfj.141.1464110286705; Tue, 24 May 2016 10:18:06 -0700 (PDT) Received: from [25.88.35.112] (S0106d4ca6d8943b0.gv.shawcable.net. [24.68.134.59]) by smtp.gmail.com with ESMTPSA id c82sm15477935pfd.42.2016.05.24.10.18.03 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 24 May 2016 10:18:04 -0700 (PDT) Message-ID: <57448ccc.5508620a.320db.341e@mx.google.com> MIME-Version: 1.0 From: Cy Schubert Subject: RE: svn commit: r415801 - in head/net: . sock sock/files Date: Tue, 24 May 2016 10:18:08 -0700 To: Steve Wills , "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" CC: "cy@freebsd.org" Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 17:18:07 -0000 Cool. I'll have to check this out... Good book. Sent from my cellphone, ~Cy -----Original Message----- From: Steve Wills Sent: 24/05/2016 10:00 To: ports-committers@freebsd.org; svn-ports-all@freebsd.org; svn-ports-head= @freebsd.org Subject: svn commit: r415801 - in head/net: . sock sock/files Author: swills Date: Tue May 24 16:59:54 2016 New Revision: 415801 URL: https://svnweb.freebsd.org/changeset/ports/415801 Log: net/sock: create port =20 This is a standalone version of W. Richard Stevens' "sock" program, based on the code available for the UNIX Network Programming book. =20 Adapted and reworked code for W. Richard Stevens' "sock" utility by Christian Kreibich. =20 From the author: In TCP/IP Illustrated Vol. 1, Richard Stevens used a program called "sock" to demonstrate the many properties of TCP/IP. Unfortunately, the book only speaks about how to use the program but does not point to a site for downloading its sources. While sock is contained in the code package accompanying UNIX Network Programming, this code is also getting dated. =20 The program can be used to generate TCP or UDP packets for testing various network features. It runs as either client or server. =20 WWW: http://www.icir.org/christian/sock.html =20 PR: 206345 Submitted by: Steve Jacobson (with slight modificatio= n) Added: head/net/sock/ head/net/sock/Makefile (contents, props changed) head/net/sock/distinfo (contents, props changed) head/net/sock/files/ head/net/sock/files/patch-src__cliopen.c (contents, props changed) head/net/sock/files/patch-src__loopudp.c (contents, props changed) head/net/sock/files/patch-src__main.c (contents, props changed) head/net/sock/files/patch-src__multicast.c (contents, props changed) head/net/sock/files/patch-src__servopen.c (contents, props changed) head/net/sock/files/patch-src__sock.h (contents, props changed) head/net/sock/files/patch-src__sockopts.c (contents, props changed) head/net/sock/files/patch-src__sourceroute.c (contents, props changed) head/net/sock/files/patch-src__sourceudp.c (contents, props changed) head/net/sock/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- head/net/Makefile Tue May 24 16:15:40 2016 (r415800) +++ head/net/Makefile Tue May 24 16:59:54 2016 (r415801) @@ -1226,6 +1226,7 @@ SUBDIR +=3D sntop SUBDIR +=3D sobby SUBDIR +=3D socat + SUBDIR +=3D sock SUBDIR +=3D socketbind SUBDIR +=3D socketpipe SUBDIR +=3D socketw Added: head/net/sock/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/sock/Makefile Tue May 24 16:59:54 2016 (r415801) @@ -0,0 +1,16 @@ +# Created by: Steve Jacobson +# $FreeBSD$ + +PORTNAME=3D sock +PORTVERSION=3D 0.3.2 +CATEGORIES=3D net +MASTER_SITES=3D http://www.icir.org/christian/downloads/ + +MAINTAINER=3D sjac@cs.stanford.edu +COMMENT=3D W. Richard Stevens' sock program + +HAS_CONFIGURE=3D yes + +PLIST_FILES=3D bin/sock + +.include Added: head/net/sock/distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/sock/distinfo Tue May 24 16:59:54 2016 (r415801) @@ -0,0 +1,2 @@ +SHA256 (sock-0.3.2.tar.gz) =3D 4ddc33767900e7cd0a4cc0f4d808638d7cfcb746c23= e12274c8eba0622eee2eb +SIZE (sock-0.3.2.tar.gz) =3D 113640 Added: head/net/sock/files/patch-src__cliopen.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/sock/files/patch-src__cliopen.c Tue May 24 16:59:54 2016 (r415= 801) @@ -0,0 +1,264 @@ +--- src/cliopen.c.orig 2010-05-28 00:03:25 UTC ++++ src/cliopen.c +@@ -10,42 +10,107 @@ +=20 + #include "sock.h" +=20 ++/* ++ * Try to convert the host name as an IPv4 dotted-decimal number ++ * or an IPv6 address. ++ */ ++int convert_host_address(char *host) ++{ ++ struct in_addr inaddr; ++ char inaddr_buf[INET6_ADDRSTRLEN]; ++ ++ if (AF_INET =3D=3D af_46) { ++ if (inet_pton(AF_INET, host, &inaddr) =3D=3D 1) { ++ /* IPv4 dotted-decimal */ ++ servaddr4.sin_addr =3D inaddr; ++ ++ return (1); ++ } ++ } else { ++ if (inet_pton(AF_INET6, host, inaddr_buf) =3D=3D 1) { ++ /* IPv6 address */ ++ memcpy(&servaddr6.sin6_addr, inaddr_buf, ++ sizeof(struct in6_addr)); ++ ++ return (1); ++ } ++ } ++ ++ return (0); ++} ++ ++/* ++ * Try to convert the host name as a host name string. ++ */ ++int convert_host_name(char *host) ++{ ++ struct hostent *hp; ++ ++ if (AF_INET =3D=3D af_46) { ++ if ( (hp =3D gethostbyname2(host, AF_INET)) !=3D NULL) { ++ /* IPv4 address */ ++ memcpy(&servaddr4.sin_addr, hp->h_addr, hp->h_length); ++ ++ return (1); ++ } ++ } else { ++ /* ++ * Fixme: This doesn't work on FreeBSD 8.4. ++ * Only an IPv4 address is returned. ++ * getaddrinfo() doesn't work either. ++ */ ++ if ( (hp =3D gethostbyname2(host, AF_INET6)) !=3D NULL) { ++ /* IPv6 address */ ++ memcpy(&servaddr6.sin6_addr, hp->h_addr, hp->h_length); ++ ++ return (1); ++ } ++ } ++ ++ return (0); ++} ++ + int cliopen(char *host, char *port) + { + int fd, i, on; + char *protocol; +- struct in_addr inaddr; ++ char inaddr_buf[INET6_ADDRSTRLEN]; + struct servent *sp; +- struct hostent *hp; ++ socklen_t socklen; +=20 + protocol =3D udp ? "udp" : "tcp"; + =20 + /* initialize socket address structure */ +- bzero(&servaddr, sizeof(servaddr)); +- servaddr.sin_family =3D AF_INET; ++ bzero(&servaddr4, sizeof(servaddr4)); ++ servaddr4.sin_family =3D AF_INET; ++ ++ bzero(&servaddr6, sizeof(servaddr6)); ++ servaddr6.sin6_family =3D AF_INET6; + =20 + /* see if "port" is a service name or number */ + if ( (i =3D atoi(port)) =3D=3D 0) { + if ( (sp =3D getservbyname(port, protocol)) =3D=3D NULL) +- err_quit("getservbyname() error for: %s/%s", port, protocol); +- =20 +- servaddr.sin_port =3D sp->s_port; +- } else +- servaddr.sin_port =3D htons(i); ++ err_quit("getservbyname() error for: %s/%s", ++ port, protocol); ++ servaddr4.sin_port =3D sp->s_port; ++ servaddr6.sin6_port =3D sp->s_port; ++ } else { ++ servaddr4.sin_port =3D htons(i); ++ servaddr6.sin6_port =3D htons(i); ++ } + =20 + /* +- * First try to convert the host name as a dotted-decimal number. +- * Only if that fails do we call gethostbyname(). ++ * First try to convert the host name as an IPv4 dotted-decimal number ++ * or an IPv6 address. Only if that fails do we try to convert the ++ * host name as a host name string. + */ +- =20 +- if (inet_aton(host, &inaddr) =3D=3D 1) +- servaddr.sin_addr =3D inaddr; /* it's dotted-decimal */ +- else if ( (hp =3D gethostbyname(host)) !=3D NULL) +- bcopy(hp->h_addr, &servaddr.sin_addr, hp->h_length); +- else +- err_quit("invalid hostname: %s", host); ++ if (convert_host_address(host) !=3D 1) { ++ if (convert_host_name(host) !=3D 1) { ++ err_quit("invalid hostname: %s", host); ++ } ++ } +=20 +- if ( (fd =3D socket(AF_INET, udp ? SOCK_DGRAM : SOCK_STREAM, 0)) < 0) ++ if ( (fd =3D socket(af_46, udp ? SOCK_DGRAM : SOCK_STREAM, 0)) < 0) + err_sys("socket() error"); +=20 + if (reuseaddr) { +@@ -71,21 +136,46 @@ int cliopen(char *host, char *port) + * (and port) using -l option. Allow localip[] to be set but bindport + * to be 0. + */ +-=09 + if (bindport !=3D 0 || localip[0] !=3D 0 || udp) { +- bzero(&cliaddr, sizeof(cliaddr)); +- cliaddr.sin_family =3D AF_INET; +- cliaddr.sin_port =3D htons(bindport); /* can be 0 */ +- if (localip[0] !=3D 0) { +- if (inet_aton(localip, &cliaddr.sin_addr) =3D=3D 0) +- err_quit("invalid IP address: %s", localip); +- } else +- cliaddr.sin_addr.s_addr =3D htonl(INADDR_ANY); /* wildcard */ +- =09 +- if (bind(fd, (struct sockaddr *) &cliaddr, sizeof(cliaddr)) < 0) +- err_sys("bind() error"); ++ if (af_46 =3D=3D AF_INET) { ++ bzero(&cliaddr4, sizeof(cliaddr4)); ++ cliaddr4.sin_family =3D AF_INET; ++ /* can be 0 */ ++ cliaddr4.sin_port =3D htons(bindport); ++ if (localip[0] !=3D 0) { ++ if (inet_aton(localip, &cliaddr4.sin_addr) =3D=3D 0) ++ err_quit("invalid IP address: %s", ++ localip); ++ } else { ++ /* wildcard */ ++ cliaddr4.sin_addr.s_addr =3D htonl(INADDR_ANY); ++ } ++ if (bind(fd, (struct sockaddr *) &cliaddr4, ++ sizeof(cliaddr4)) < 0) { ++ err_sys("bind() error"); ++ } ++ } else { ++ bzero(&cliaddr6, sizeof(cliaddr6)); ++ cliaddr6.sin6_len =3D sizeof(struct sockaddr_in6); ++ cliaddr6.sin6_family =3D AF_INET6; ++ /* can be 0 */ ++ cliaddr6.sin6_port =3D htons(bindport); ++ ++ /* Fixme: localip not implemented for IPv6 */ ++ cliaddr6.sin6_addr =3D in6addr_any; ++ ++ /* Fixme: Want to set IPV6_BINDANY? */ ++ ++ if (bind(fd, (struct sockaddr *) &cliaddr6, ++ sizeof(cliaddr6)) < 0) { ++ err_sys("bind() error"); ++ } ++ } + } +-=09 ++ ++ /* Fixme: Does not work */ ++ //join_mcast_client(fd, &cliaddr4, &cliaddr6, &servaddr4, &servaddr6); ++ + /* Need to allocate buffers before connect(), since they can affect + * TCP options (window scale, etc.). + */ +@@ -96,13 +186,21 @@ int cliopen(char *host, char *port) + /* + * Connect to the server. Required for TCP, optional for UDP. + */ +-=09 + if (udp =3D=3D 0 || connectudp) { + for ( ; ; ) { +- if (connect(fd, (struct sockaddr *) &servaddr, sizeof(servaddr)) +- =3D=3D 0) ++ if (AF_INET =3D=3D af_46) { ++ if (connect(fd, (struct sockaddr *) &servaddr4, ++ sizeof(servaddr4)) =3D=3D 0) + break; /* all OK */ +- if (errno =3D=3D EINTR) /* can happen with SIGIO */ ++ } else { ++ servaddr6.sin6_len =3D ++ sizeof(struct sockaddr_in6); ++ servaddr6.sin6_family =3D AF_INET6; ++ if (connect(fd, (struct sockaddr *) &servaddr6, ++ sizeof(servaddr6)) =3D=3D 0) ++ break; /* all OK */ ++ } ++ if (errno =3D=3D EINTR) /* can happen with SIGIO */ + continue; + if (errno =3D=3D EISCONN) /* can happen with SIGIO */ + break; +@@ -114,16 +212,38 @@ int cliopen(char *host, char *port) + /* Call getsockname() to find local address bound to socket: + TCP ephemeral port was assigned by connect() or bind(); + UDP ephemeral port was assigned by bind(). */ +- i =3D sizeof(cliaddr); +- if (getsockname(fd, (struct sockaddr *) &cliaddr, &i) < 0) +- err_sys("getsockname() error"); +- =09 +- /* Can't do one fprintf() since inet_ntoa() stores +- the result in a static location. */ +- fprintf(stderr, "connected on %s.%d ", +- INET_NTOA(cliaddr.sin_addr), ntohs(cliaddr.sin_port)); +- fprintf(stderr, "to %s.%d\n", +- INET_NTOA(servaddr.sin_addr), ntohs(servaddr.sin_port)); ++ if (AF_INET =3D=3D af_46) { ++ socklen =3D sizeof(cliaddr4); ++ if (getsockname(fd, ++ (struct sockaddr *) &cliaddr4, &socklen) < 0) { ++ err_sys("getsockname() error"); ++ } ++ /* Can't do one fprintf() since inet_ntoa() stores ++ the result in a static location. */ ++ fprintf(stderr, "connected on %s.%d ", ++ INET_NTOA(cliaddr4.sin_addr), ++ ntohs(cliaddr4.sin_port)); ++ fprintf(stderr, "to %s.%d\n", ++ INET_NTOA(servaddr4.sin_addr), ++ ntohs(servaddr4.sin_port)); ++ } else { ++ socklen =3D sizeof(cliaddr6); ++ if (getsockname(fd, ++ (struct sockaddr *) &cliaddr6, &socklen) < 0) { ++ err_sys("getsockname() error"); ++ } ++ ++ inet_ntop(AF_INET6, ++ &cliaddr6.sin6_addr.__u6_addr.__u6_addr8, ++ inaddr_buf, sizeof(inaddr_buf)); ++ fprintf(stderr, "connected on %s.%d ", ++ inaddr_buf, ntohs(cliaddr6.sin6_port)); ++ inet_ntop(AF_INET6, ++ &servaddr6.sin6_addr.__u6_addr.__u6_addr8, ++ inaddr_buf, sizeof(inaddr_buf)); ++ fprintf(stderr, "to %s.%d\n", ++ inaddr_buf, ntohs(servaddr6.sin6_port)); ++ } + } + =09 + sockopts(fd, 1); /* some options get set after connect() */ Added: head/net/sock/files/patch-src__loopudp.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/sock/files/patch-src__loopudp.c Tue May 24 16:59:54 2016 (r415= 801) @@ -0,0 +1,261 @@ +--- src/loopudp.c.orig 2010-05-28 00:03:25 UTC ++++ src/loopudp.c +@@ -21,17 +21,28 @@ + void + loop_udp(int sockfd) + { +- int maxfdp1, nread, ntowrite, stdineof, clilen, servlen, flags; ++ int maxfdp1, nread, ntowrite, stdineof, clilen, flags; ++ socklen_t servlen; + fd_set rset; +- struct sockaddr_in cliaddr; /* for UDP server */ +- struct sockaddr_in servaddr; /* for UDP client */ ++ struct sockaddr_in cliaddr4; /* for IPv4 UDP server */ ++ struct sockaddr_in6 cliaddr6; /* for IPv6 UDP server */ ++ /* ++ * The original local variable servaddr, and later servaddr4 and ++ * servaddr6, were not initialized before use. Using the initialized ++ * global sockaddr structs allows the sendto() code, below, to work ++ * correctly. This was a problem with the original IPv4 code, and ++ * later the IPv6 code. ++ */ ++ //struct sockaddr_in servaddr4; /* for IPv4 UDP client */ ++ //struct sockaddr_in6 servaddr6; /* for IPv6 UDP client */ ++ char inaddr_buf[INET6_ADDRSTRLEN]; + =09 +- struct iovec iov[1]; +- struct msghdr msg; ++ struct iovec iov[1]; ++ struct msghdr msg; + #ifdef HAVE_MSGHDR_MSG_CONTROL =09 + #ifdef IP_RECVDSTADDR /* 4.3BSD Reno and later */ + static struct cmsghdr *cmptr =3D NULL; /* malloc'ed */ +- struct in_addr dstinaddr; /* for UDP server */ ++ struct in_addr dstinaddr; /* for UDP server */ + #define CONTROLLEN (sizeof(struct cmsghdr) + sizeof(struct in_addr)) + #endif /* IP_RECVDSTADDR */ + =09 +@@ -68,8 +79,10 @@ loop_udp(int sockfd) + err_sys("shutdown() error"); + =09 + FD_CLR(STDIN_FILENO, &rset); +- stdineof =3D 1; /* don't read stdin anymore */ +- continue; /* back to select() */ ++ /* don't read stdin anymore */ ++ stdineof =3D 1; ++ /* back to select() */ ++ continue; + } + break; /* default: stdin EOF -> done */ + } +@@ -77,23 +90,43 @@ loop_udp(int sockfd) + if (crlf) { + ntowrite =3D crlf_add(wbuf, writelen, rbuf, nread); + if (connectudp) { +- if (write(sockfd, wbuf, ntowrite) !=3D ntowrite) ++ if (write(sockfd, wbuf, ntowrite) !=3D ++ ntowrite) { + err_sys("write error"); ++ } + } else { +- if (sendto(sockfd, wbuf, ntowrite, 0, +- (struct sockaddr *) &servaddr, sizeof(servaddr)) +- !=3D ntowrite) +- err_sys("sendto error"); ++ if (af_46 =3D=3D AF_INET) { ++ if (sendto(sockfd, wbuf, ntowrite, 0, ++ (struct sockaddr *)&servaddr4, ++ sizeof(servaddr4)) !=3D ntowrite) { ++ err_sys("sendto error"); ++ } ++ } else { ++ if (sendto(sockfd, wbuf, ntowrite, 0, ++ (struct sockaddr *)&servaddr6, ++ sizeof(servaddr6)) !=3D ntowrite) { ++ err_sys("sendto error"); ++ } ++ } + } + } else { + if (connectudp) { + if (write(sockfd, rbuf, nread) !=3D nread) + err_sys("write error"); + } else { +- if (sendto(sockfd, rbuf, nread, 0, +- (struct sockaddr *) &servaddr, sizeof(servaddr)) +- !=3D nread) +- err_sys("sendto error"); ++ if (af_46 =3D=3D AF_INET) { ++ if (sendto(sockfd, rbuf, nread, 0, ++ (struct sockaddr *)&servaddr4, ++ sizeof(servaddr4)) !=3D nread) { ++ err_sys("sendto error"); ++ } ++ } else { ++ if (sendto(sockfd, rbuf, nread, 0, ++ (struct sockaddr *)&servaddr6, ++ sizeof(servaddr6)) !=3D nread) { ++ err_sys("sendto error"); ++ } ++ } + } + } + } +@@ -101,35 +134,54 @@ loop_udp(int sockfd) + if (FD_ISSET(sockfd, &rset)) { + /* data to read from socket */ + if (server) { +- clilen =3D sizeof(cliaddr); +-#ifndef MSG_TRUNC /* vanilla BSD sockets */ ++ if (af_46 =3D=3D AF_INET) { ++ clilen =3D sizeof(cliaddr4); ++ } else { ++ clilen =3D sizeof(cliaddr6); ++ } ++ ++#ifndef MSG_TRUNC /* vanilla BSD sockets */ ++ ++ /* Fixme: Not ported for IPv6 */ ++ /* Not compiled in for FreeBSD 8.4 */ + nread =3D recvfrom(sockfd, rbuf, readlen, 0, +- (struct sockaddr *) &cliaddr, &clilen); +- =20 ++ (struct sockaddr *) &cliaddr4, &clilen); ++ + #else /* 4.3BSD Reno and later; use recvmsg() to get at MSG_TRUNC flag */ +- /* Also lets us get at control information (destination address) *= / +- =09 ++ /* Also lets us get at control information (destination address) */ ++ ++ /* FreeBSD 8.4 */ + iov[0].iov_base =3D rbuf; + iov[0].iov_len =3D readlen; +- msg.msg_iov =3D iov; +- msg.msg_iovlen =3D 1; +- msg.msg_name =3D (caddr_t) &cliaddr; +- msg.msg_namelen =3D clilen; +- =09 ++ msg.msg_iov =3D iov; ++ msg.msg_iovlen =3D 1; ++ if (af_46 =3D=3D AF_INET) { ++ msg.msg_name =3D (caddr_t) &cliaddr4; ++ } else { ++ msg.msg_name =3D (caddr_t) &cliaddr6; ++ } ++ msg.msg_namelen =3D clilen; ++ + #ifdef HAVE_MSGHDR_MSG_CONTROL + #ifdef IP_RECVDSTADDR ++ /* FreeBSD 8.4 */ + if (cmptr =3D=3D NULL && (cmptr =3D malloc(CONTROLLEN)) =3D=3D NULL) + err_sys("malloc error for control buffer"); +=20 +- msg.msg_control =3D (caddr_t) cmptr; /* for dest address */ ++ /* for dest address */ ++ msg.msg_control =3D (caddr_t) cmptr; + msg.msg_controllen =3D CONTROLLEN; + #else +- msg.msg_control =3D (caddr_t) 0; /* no ancillary data */ ++ /* Not used for FreeBSD 8.4 */ ++ /* no ancillary data */ ++ msg.msg_control =3D (caddr_t) 0; + msg.msg_controllen =3D 0; + #endif /* IP_RECVDSTADDR */ + #endif + #ifdef HAVE_MSGHDR_MSG_FLAGS +- msg.msg_flags =3D 0; /* flags returned here */ ++ /* FreeBSD 8.4 */ ++ /* flags returned here */ ++ msg.msg_flags =3D 0; + #endif =09 + nread =3D recvmsg(sockfd, &msg, 0); + #endif /* MSG_TRUNC */ +@@ -137,22 +189,39 @@ loop_udp(int sockfd) + err_sys("datagram receive error"); + =09 + if (verbose) { +- printf("from %s", INET_NTOA(cliaddr.sin_addr)); ++ if (af_46 =3D=3D AF_INET) { ++ printf("from %s", ++ INET_NTOA(cliaddr4.sin_addr)); ++ } else { ++ inet_ntop(AF_INET6, ++ &cliaddr6.sin6_addr. ++ __u6_addr.__u6_addr8, ++ inaddr_buf, ++ sizeof(inaddr_buf)); ++ printf("from %s", inaddr_buf); ++ } + #ifdef HAVE_MSGHDR_MSG_CONTROL + #ifdef IP_RECVDSTADDR ++ /* ++ * Fixme: not ported for IPv6 ++ * Fixme: recvdstaddr fails (earlier, ++ * in setsockopt()) for IPv6 under ++ * FreeBSD 8.4 ++ */ + if (recvdstaddr) { + if (cmptr->cmsg_len !=3D CONTROLLEN) + err_quit("control length (%d) !=3D %d", +- cmptr->cmsg_len, CONTROLLEN); ++ cmptr->cmsg_len, CONTROLLEN); + if (cmptr->cmsg_level !=3D IPPROTO_IP) + err_quit("control level !=3D IPPROTO_IP"); + if (cmptr->cmsg_type !=3D IP_RECVDSTADDR) + err_quit("control type !=3D IP_RECVDSTADDR"); + bcopy(CMSG_DATA(cmptr), &dstinaddr, +- sizeof(struct in_addr)); ++ sizeof(struct in_addr)); + bzero(cmptr, CONTROLLEN); + =09 +- printf(", to %s", INET_NTOA(dstinaddr)); ++ printf(", to %s", ++ INET_NTOA(dstinaddr)); + } + #endif /* IP_RECVDSTADDR */ + #endif /* HAVE_MSGHDR_MSG_CONTROL */ +@@ -178,15 +247,37 @@ loop_udp(int sockfd) + } + =20 + } else { +- /* Must use recvfrom() for unconnected UDP client */ +- servlen =3D sizeof(servaddr); +- nread =3D recvfrom(sockfd, rbuf, readlen, 0, +- (struct sockaddr *) &servaddr, &servlen); +- if (nread < 0) ++ /* ++ * Must use recvfrom() for unconnected ++ * UDP client ++ */ ++ /* Fixme: not tested on FreeBSD 8.4 */ ++ if (af_46 =3D=3D AF_INET) { ++ servlen =3D sizeof(servaddr4); ++ nread =3D recvfrom(sockfd, rbuf, readlen, ++ 0, (struct sockaddr *)&servaddr4, ++ &servlen); ++ } else { ++ servlen =3D sizeof(servaddr6); ++ nread =3D recvfrom(sockfd, rbuf, readlen, ++ 0, (struct sockaddr *)&servaddr6, ++ &servlen) [The entire original message is not included.]= From owner-svn-ports-head@freebsd.org Tue May 24 17:40:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A005B4777E; Tue, 24 May 2016 17:40: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 4BD1012C9; Tue, 24 May 2016 17:40: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 u4OHecQQ069619; Tue, 24 May 2016 17:40:38 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OHec42069617; Tue, 24 May 2016 17:40:38 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201605241740.u4OHec42069617@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Tue, 24 May 2016 17:40:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415803 - head/mail/postfix-current X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 17:40:39 -0000 Author: ohauer Date: Tue May 24 17:40:38 2016 New Revision: 415803 URL: https://svnweb.freebsd.org/changeset/ports/415803 Log: - update to 3.2-20160522 20160521 Bugfix (introduced: Postfix beta): the never-used function mvect_free() attempted to free memory that it has not allocated. File: util/mvect.c. Cleanup: existing if/endif support for pcre and regexp tables, in preparation for new if/endif support for cidr tables. Files: util/dict_regexp.c, util/dict_pcre.c. Modified: head/mail/postfix-current/Makefile head/mail/postfix-current/distinfo Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Tue May 24 17:13:18 2016 (r415802) +++ head/mail/postfix-current/Makefile Tue May 24 17:40:38 2016 (r415803) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.2-20160515 +DISTVERSION= 3.2-20160522 PORTEPOCH= 4 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ Modified: head/mail/postfix-current/distinfo ============================================================================== --- head/mail/postfix-current/distinfo Tue May 24 17:13:18 2016 (r415802) +++ head/mail/postfix-current/distinfo Tue May 24 17:40:38 2016 (r415803) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463345142 -SHA256 (postfix/postfix-3.2-20160515.tar.gz) = e2f73463c03c883179e4ca3f9dbc420d0e3c8cf7515039f0ab3819f6eae8f31c -SIZE (postfix/postfix-3.2-20160515.tar.gz) = 4336680 +TIMESTAMP = 1464084000 +SHA256 (postfix/postfix-3.2-20160522.tar.gz) = 958b97163df169c5e29c28e9bded74ea5f3dcec49be6bc908e9be85287a19017 +SIZE (postfix/postfix-3.2-20160522.tar.gz) = 4338083 From owner-svn-ports-head@freebsd.org Tue May 24 18:02:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 320F3B47D1E; Tue, 24 May 2016 18:02:01 +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 03D8410A9; Tue, 24 May 2016 18:02:00 +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 u4OI20pL078323; Tue, 24 May 2016 18:02:00 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OI20wt078322; Tue, 24 May 2016 18:02:00 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201605241802.u4OI20wt078322@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 24 May 2016 18:02:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415804 - 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.22 Precedence: list List-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, 24 May 2016 18:02:01 -0000 Author: rene Date: Tue May 24 18:02:00 2016 New Revision: 415804 URL: https://svnweb.freebsd.org/changeset/ports/415804 Log: lang/nbc: fix a typo in pkg-descr Modified: head/lang/nbc/pkg-descr Modified: head/lang/nbc/pkg-descr ============================================================================== --- head/lang/nbc/pkg-descr Tue May 24 17:40:38 2016 (r415803) +++ head/lang/nbc/pkg-descr Tue May 24 18:02:00 2016 (r415804) @@ -1,6 +1,6 @@ NBC (Next Byte Codes) is a programming language for the LEGO MINDSTORMS NXT product. NBC's syntax is based on assembler programming -langauges, so experienced assembler programmers (or just about any +languages, so experienced assembler programmers (or just about any programmers) should find it very easy to get started with. Even if you aren't an experienced programmer, NBC is relatively easy to learn. From owner-svn-ports-head@freebsd.org Tue May 24 19:21:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38EA3B48003; Tue, 24 May 2016 19:21:19 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 06F371C43; Tue, 24 May 2016 19:21:18 +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 u4OJLIls002067; Tue, 24 May 2016 19:21:18 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OJLInR002065; Tue, 24 May 2016 19:21:18 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201605241921.u4OJLInR002065@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 24 May 2016 19:21:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415805 - head/devel/elixir-combine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 19:21:19 -0000 Author: olgeni Date: Tue May 24 19:21:17 2016 New Revision: 415805 URL: https://svnweb.freebsd.org/changeset/ports/415805 Log: Update devel/elixir-combine to version 0.8.0. Modified: head/devel/elixir-combine/Makefile head/devel/elixir-combine/distinfo Modified: head/devel/elixir-combine/Makefile ============================================================================== --- head/devel/elixir-combine/Makefile Tue May 24 18:02:00 2016 (r415804) +++ head/devel/elixir-combine/Makefile Tue May 24 19:21:17 2016 (r415805) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= combine -PORTVERSION= 0.6.0 +PORTVERSION= 0.8.0 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-combine/distinfo ============================================================================== --- head/devel/elixir-combine/distinfo Tue May 24 18:02:00 2016 (r415804) +++ head/devel/elixir-combine/distinfo Tue May 24 19:21:17 2016 (r415805) @@ -1,2 +1,3 @@ -SHA256 (bitwalker-combine-0.6.0_GH0.tar.gz) = ec7493e3e4d48b449fd18375f6ec4bd8b65b5d33292c17ea768bf8c58a0ef07d -SIZE (bitwalker-combine-0.6.0_GH0.tar.gz) = 91979 +TIMESTAMP = 1464117506 +SHA256 (bitwalker-combine-0.8.0_GH0.tar.gz) = bd76d30cb01cb5ad76c7f8a025a34e82950c1350454050238749ceb85ecdbdb9 +SIZE (bitwalker-combine-0.8.0_GH0.tar.gz) = 92772 From owner-svn-ports-head@freebsd.org Tue May 24 19:23:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4AE7B48056; Tue, 24 May 2016 19:23:53 +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 B605E1EBA; Tue, 24 May 2016 19:23:53 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4OJNqEj002893; Tue, 24 May 2016 19:23:52 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OJNqEK002890; Tue, 24 May 2016 19:23:52 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201605241923.u4OJNqEK002890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 24 May 2016 19:23:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415806 - head/www/elixir-phoenix_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.22 Precedence: list List-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, 24 May 2016 19:23:54 -0000 Author: olgeni Date: Tue May 24 19:23:52 2016 New Revision: 415806 URL: https://svnweb.freebsd.org/changeset/ports/415806 Log: Update www/elixir-phoenix_ecto to version 2.0.2. Modified: head/www/elixir-phoenix_ecto/Makefile head/www/elixir-phoenix_ecto/distinfo Modified: head/www/elixir-phoenix_ecto/Makefile ============================================================================== --- head/www/elixir-phoenix_ecto/Makefile Tue May 24 19:21:17 2016 (r415805) +++ head/www/elixir-phoenix_ecto/Makefile Tue May 24 19:23:52 2016 (r415806) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= phoenix_ecto -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= elixir- Modified: head/www/elixir-phoenix_ecto/distinfo ============================================================================== --- head/www/elixir-phoenix_ecto/distinfo Tue May 24 19:21:17 2016 (r415805) +++ head/www/elixir-phoenix_ecto/distinfo Tue May 24 19:23:52 2016 (r415806) @@ -1,2 +1,3 @@ -SHA256 (phoenixframework-phoenix_ecto-v2.0.1_GH0.tar.gz) = 0c7a8237918714e5bed206deadc3bafb2645e526d535857626370653d8ff6c8e -SIZE (phoenixframework-phoenix_ecto-v2.0.1_GH0.tar.gz) = 8456 +TIMESTAMP = 1464117699 +SHA256 (phoenixframework-phoenix_ecto-v2.0.2_GH0.tar.gz) = a30c9edff206eb26cfbeddd372217f626ff4b2be1671b853aae0c711e1b2d7ac +SIZE (phoenixframework-phoenix_ecto-v2.0.2_GH0.tar.gz) = 8969 From owner-svn-ports-head@freebsd.org Tue May 24 19:44:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F3DBB48662; Tue, 24 May 2016 19:44:01 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11F171A54; Tue, 24 May 2016 19:44:00 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4OJi0AH008973; Tue, 24 May 2016 19:44:00 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OJhxC7008949; Tue, 24 May 2016 19:43:59 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605241943.u4OJhxC7008949@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 24 May 2016 19:43:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415807 - in head/devel: . qbs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 19:44:01 -0000 Author: pi Date: Tue May 24 19:43:59 2016 New Revision: 415807 URL: https://svnweb.freebsd.org/changeset/ports/415807 Log: New port: devel/qbs QBS (Qt Build Suite) is a cross-platform build environment) tailored to the needs of Qt developers. It is part of the Qt Project. WWW: https://wiki.qt.io/Qt_Build_Suite Submitted by: Ralf Nolden (kde) Added: head/devel/qbs/ head/devel/qbs/Makefile (contents, props changed) head/devel/qbs/distinfo (contents, props changed) head/devel/qbs/pkg-descr (contents, props changed) head/devel/qbs/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue May 24 19:23:52 2016 (r415806) +++ head/devel/Makefile Tue May 24 19:43:59 2016 (r415807) @@ -4641,6 +4641,7 @@ SUBDIR += pysvn SUBDIR += pythk SUBDIR += pythontidy + SUBDIR += qbs SUBDIR += qbzr SUBDIR += qca SUBDIR += qca-qt5 Added: head/devel/qbs/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/qbs/Makefile Tue May 24 19:43:59 2016 (r415807) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= qbs +PORTVERSION= 1.4.5 +DISTVERSIONPREFIX= src- +CATEGORIES= devel +MASTER_SITES= QT/official_releases/${PORTNAME}/${PORTVERSION} +DIST_SUBDIR= KDE/Qt/qbs + +MAINTAINER= kde@FreeBSD.org +COMMENT= Qt Build Suite + +LICENSE= GPLv3 LGPL21 +LICENSE_COMB= dual + +USES= compiler:c++11-lib qmake:outsource +USE_LDCONFIG= yes +USE_QT5= buildtools_build concurrent gui script testlib widgets xml + +QMAKE_SOURCE_PATH= ${WRKSRC}/qbs.pro + +.include Added: head/devel/qbs/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/qbs/distinfo Tue May 24 19:43:59 2016 (r415807) @@ -0,0 +1,2 @@ +SHA256 (KDE/Qt/qbs/qbs-src-1.4.5.tar.gz) = f0089b422610cd57d517b146447cd4b45c9f4c4e72797116e3d27472a9cf0d19 +SIZE (KDE/Qt/qbs/qbs-src-1.4.5.tar.gz) = 825278 Added: head/devel/qbs/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/qbs/pkg-descr Tue May 24 19:43:59 2016 (r415807) @@ -0,0 +1,5 @@ +QBS (Qt Build Suite) is a cross-platform build environment) +tailored to the needs of Qt developers. It is part of the +Qt Project. + +WWW: https://wiki.qt.io/Qt_Build_Suite Added: head/devel/qbs/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/qbs/pkg-plist Tue May 24 19:43:59 2016 (r415807) @@ -0,0 +1,180 @@ +bin/qbs +bin/qbs-config +bin/qbs-config-ui +bin/qbs-qmltypes +bin/qbs-setup-android +bin/qbs-setup-qt +bin/qbs-setup-toolchains +include/qbs/api/jobs.h +include/qbs/api/languageinfo.h +include/qbs/api/project.h +include/qbs/api/projectdata.h +include/qbs/api/rulecommand.h +include/qbs/api/runenvironment.h +include/qbs/buildgraph/forward_decls.h +include/qbs/language/forward_decls.h +include/qbs/logging/ilogsink.h +include/qbs/qbs.h +include/qbs/qbs_version.pri +include/qbs/qtenvironment.h +include/qbs/qtprofilesetup.h +include/qbs/tools/architectures.h +include/qbs/tools/buildoptions.h +include/qbs/tools/cleanoptions.h +include/qbs/tools/codelocation.h +include/qbs/tools/commandechomode.h +include/qbs/tools/error.h +include/qbs/tools/generateoptions.h +include/qbs/tools/installoptions.h +include/qbs/tools/preferences.h +include/qbs/tools/processresult.h +include/qbs/tools/profile.h +include/qbs/tools/qbs_export.h +include/qbs/tools/settings.h +include/qbs/tools/settingsmodel.h +include/qbs/tools/setupprojectparameters.h +include/qbs/use_installed_corelib.pri +include/qbs/use_installed_qtprofilesetup.pri +lib/libqbscore.so +lib/libqbscore.so.1 +lib/libqbscore.so.1.4 +lib/libqbscore.so.1.4.5 +lib/libqbsqtprofilesetup.so +lib/libqbsqtprofilesetup.so.1 +lib/libqbsqtprofilesetup.so.1.4 +lib/libqbsqtprofilesetup.so.1.4.5 +lib/qbs/plugins/libqbs_cpp_scanner.so +lib/qbs/plugins/libqbs_qt_scanner.so +%%DATADIR%%/examples/app-and-lib/app/app.qbs +%%DATADIR%%/examples/app-and-lib/app/main.cpp +%%DATADIR%%/examples/app-and-lib/app_and_lib.qbs +%%DATADIR%%/examples/app-and-lib/lib/lib.cpp +%%DATADIR%%/examples/app-and-lib/lib/lib.h +%%DATADIR%%/examples/app-and-lib/lib/lib.qbs +%%DATADIR%%/examples/cocoa-application/CocoaApplication.qbs +%%DATADIR%%/examples/cocoa-application/CocoaApplication.xcodeproj/project.pbxproj +%%DATADIR%%/examples/cocoa-application/CocoaApplication/AppDelegate.h +%%DATADIR%%/examples/cocoa-application/CocoaApplication/AppDelegate.m +%%DATADIR%%/examples/cocoa-application/CocoaApplication/CocoaApplication-Info.plist +%%DATADIR%%/examples/cocoa-application/CocoaApplication/CocoaApplication-Prefix.pch +%%DATADIR%%/examples/cocoa-application/CocoaApplication/en.lproj/Credits.rtf +%%DATADIR%%/examples/cocoa-application/CocoaApplication/en.lproj/InfoPlist.strings +%%DATADIR%%/examples/cocoa-application/CocoaApplication/en.lproj/MainMenu.xib +%%DATADIR%%/examples/cocoa-application/CocoaApplication/main.m +%%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication.qbs +%%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication.xcodeproj/project.pbxproj +%%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/AppDelegate.h +%%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/AppDelegate.m +%%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/CocoaTouchApplication-Info.plist +%%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/CocoaTouchApplication-Prefix.pch +%%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/Default-568h@2x.png +%%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/Default.png +%%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/Default@2x.png +%%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/DetailViewController.h +%%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/DetailViewController.m +%%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/MasterViewController.h +%%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/MasterViewController.m +%%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/en.lproj/DetailViewController_iPad.xib +%%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/en.lproj/DetailViewController_iPhone.xib +%%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/en.lproj/InfoPlist.strings +%%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/en.lproj/MasterViewController_iPad.xib +%%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/en.lproj/MasterViewController_iPhone.xib +%%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/main.m +%%DATADIR%%/examples/code-generator/code-generator.qbs +%%DATADIR%%/examples/code-generator/hwgen.cpp +%%DATADIR%%/examples/collidingmice/collidingmice.qbs +%%DATADIR%%/examples/collidingmice/images/cheese.jpg +%%DATADIR%%/examples/collidingmice/main.cpp +%%DATADIR%%/examples/collidingmice/mice.qrc +%%DATADIR%%/examples/collidingmice/mouse.cpp +%%DATADIR%%/examples/collidingmice/mouse.h +%%DATADIR%%/examples/examples.qbs +%%DATADIR%%/examples/helloworld-complex/hello.qbs +%%DATADIR%%/examples/helloworld-complex/src/foo.cpp +%%DATADIR%%/examples/helloworld-complex/src/foo.h +%%DATADIR%%/examples/helloworld-complex/src/main.cpp +%%DATADIR%%/examples/helloworld-complex/src/specialfeature.cpp +%%DATADIR%%/examples/helloworld-complex/src/specialfeature.h +%%DATADIR%%/examples/helloworld-minimal/hello.qbs +%%DATADIR%%/examples/helloworld-minimal/main.cpp +%%DATADIR%%/examples/helloworld-qt/hello.qbs +%%DATADIR%%/examples/helloworld-qt/main.cpp +%%DATADIR%%/examples/install-bundle/coreutils.cpp +%%DATADIR%%/examples/install-bundle/coreutils.h +%%DATADIR%%/examples/install-bundle/install-bundle.qbs +%%DATADIR%%/examples/install-bundle/main.cpp +%%DATADIR%%/imports/qbs/BundleTools/bundle-tools.js +%%DATADIR%%/imports/qbs/DarwinTools/darwin-tools.js +%%DATADIR%%/imports/qbs/FileInfo/fileinfo.js +%%DATADIR%%/imports/qbs/ModUtils/utils.js +%%DATADIR%%/imports/qbs/PathTools/path-tools.js +%%DATADIR%%/imports/qbs/Probes/AndroidNdkProbe.qbs +%%DATADIR%%/imports/qbs/Probes/AndroidSdkProbe.qbs +%%DATADIR%%/imports/qbs/Probes/BinaryProbe.qbs +%%DATADIR%%/imports/qbs/Probes/FrameworkProbe.qbs +%%DATADIR%%/imports/qbs/Probes/IncludeProbe.qbs +%%DATADIR%%/imports/qbs/Probes/JdkProbe.qbs +%%DATADIR%%/imports/qbs/Probes/NodeJsProbe.qbs +%%DATADIR%%/imports/qbs/Probes/PathProbe.qbs +%%DATADIR%%/imports/qbs/Probes/PkgConfigProbe.qbs +%%DATADIR%%/imports/qbs/Probes/TypeScriptProbe.qbs +%%DATADIR%%/imports/qbs/UnixUtils/unix-utils.js +%%DATADIR%%/imports/qbs/WindowsUtils/windows-utils.js +%%DATADIR%%/imports/qbs/base/AndroidApk.qbs +%%DATADIR%%/imports/qbs/base/Application.qbs +%%DATADIR%%/imports/qbs/base/ApplicationExtension.qbs +%%DATADIR%%/imports/qbs/base/AutotestRunner.qbs +%%DATADIR%%/imports/qbs/base/CppApplication.qbs +%%DATADIR%%/imports/qbs/base/DynamicLibrary.qbs +%%DATADIR%%/imports/qbs/base/InstallPackage.qbs +%%DATADIR%%/imports/qbs/base/JavaClassCollection.qbs +%%DATADIR%%/imports/qbs/base/JavaJarFile.qbs +%%DATADIR%%/imports/qbs/base/Library.qbs +%%DATADIR%%/imports/qbs/base/LoadableModule.qbs +%%DATADIR%%/imports/qbs/base/NSISSetup.qbs +%%DATADIR%%/imports/qbs/base/NodeJSApplication.qbs +%%DATADIR%%/imports/qbs/base/QtApplication.qbs +%%DATADIR%%/imports/qbs/base/QtGuiApplication.qbs +%%DATADIR%%/imports/qbs/base/StaticLibrary.qbs +%%DATADIR%%/imports/qbs/base/WindowsInstallerPackage.qbs +%%DATADIR%%/imports/qbs/base/WindowsSetupPackage.qbs +%%DATADIR%%/imports/qbs/base/XPCService.qbs +%%DATADIR%%/modules/Android/ndk/ndk.qbs +%%DATADIR%%/modules/Android/ndk/utils.js +%%DATADIR%%/modules/Android/sdk/sdk.qbs +%%DATADIR%%/modules/Android/sdk/utils.js +%%DATADIR%%/modules/archiver/archiver.qbs +%%DATADIR%%/modules/bundle/BundleModule.qbs +%%DATADIR%%/modules/cpp/CppModule.qbs +%%DATADIR%%/modules/cpp/DarwinGCC.qbs +%%DATADIR%%/modules/cpp/GenericGCC.qbs +%%DATADIR%%/modules/cpp/UnixGCC.qbs +%%DATADIR%%/modules/cpp/gcc.js +%%DATADIR%%/modules/cpp/genericunix-gcc.qbs +%%DATADIR%%/modules/cpp/ios-gcc.qbs +%%DATADIR%%/modules/cpp/linux-gcc.qbs +%%DATADIR%%/modules/cpp/msvc.js +%%DATADIR%%/modules/cpp/osx-gcc.qbs +%%DATADIR%%/modules/cpp/windows-mingw.qbs +%%DATADIR%%/modules/cpp/windows-msvc.qbs +%%DATADIR%%/modules/ib/IBModule.qbs +%%DATADIR%%/modules/ib/ib.js +%%DATADIR%%/modules/java/JavaModule.qbs +%%DATADIR%%/modules/java/io/qt/qbs/Artifact.java +%%DATADIR%%/modules/java/io/qt/qbs/ArtifactListJsonWriter.java +%%DATADIR%%/modules/java/io/qt/qbs/ArtifactListTextWriter.java +%%DATADIR%%/modules/java/io/qt/qbs/ArtifactListWriter.java +%%DATADIR%%/modules/java/io/qt/qbs/ArtifactListXmlWriter.java +%%DATADIR%%/modules/java/io/qt/qbs/tools/JavaCompilerScannerTool.java +%%DATADIR%%/modules/java/io/qt/qbs/tools/utils/JavaCompilerOptions.java +%%DATADIR%%/modules/java/io/qt/qbs/tools/utils/JavaCompilerScanner.java +%%DATADIR%%/modules/java/io/qt/qbs/tools/utils/NullFileObject.java +%%DATADIR%%/modules/java/utils.js +%%DATADIR%%/modules/nodejs/NodeJS.qbs +%%DATADIR%%/modules/nsis/NSISModule.qbs +%%DATADIR%%/modules/qbs/common.qbs +%%DATADIR%%/modules/typescript/TypeScriptModule.qbs +%%DATADIR%%/modules/typescript/qbs-tsc-scan/.gitignore +%%DATADIR%%/modules/typescript/qbs-tsc-scan/qbs-tsc-scan.ts +%%DATADIR%%/modules/typescript/typescript.js +%%DATADIR%%/modules/wix/WiXModule.qbs From owner-svn-ports-head@freebsd.org Tue May 24 19:45:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3AE6AB486B7; Tue, 24 May 2016 19:45:14 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C95B1B4C; Tue, 24 May 2016 19:45:13 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4OJjDUg009108; Tue, 24 May 2016 19:45:13 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OJjDs7009107; Tue, 24 May 2016 19:45:13 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201605241945.u4OJjDs7009107@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Tue, 24 May 2016 19:45:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415808 - head/net/relayd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 19:45:14 -0000 Author: lme Date: Tue May 24 19:45:13 2016 New Revision: 415808 URL: https://svnweb.freebsd.org/changeset/ports/415808 Log: Bump PORTREVISION after the last commit that changed the relayd rc script. Reported by: junovich Approved by: maintainer timeout (11 months) Modified: head/net/relayd/Makefile Modified: head/net/relayd/Makefile ============================================================================== --- head/net/relayd/Makefile Tue May 24 19:43:59 2016 (r415807) +++ head/net/relayd/Makefile Tue May 24 19:45:13 2016 (r415808) @@ -2,7 +2,7 @@ PORTNAME= relayd PORTVERSION= 5.5.20140810 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= mm@FreeBSD.org From owner-svn-ports-head@freebsd.org Tue May 24 19:46:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5118B48722; Tue, 24 May 2016 19:46:04 +0000 (UTC) (envelope-from lars@e-new.0x20.net) Received: from mail.0x20.net (mail.0x20.net [IPv6:2001:aa8:fffb:1::3]) (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 86CA11C54; Tue, 24 May 2016 19:46:04 +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 D4A306E0082; Tue, 24 May 2016 21:46:01 +0200 (CEST) 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 u4OJk1tc089616; Tue, 24 May 2016 21:46:01 +0200 (CEST) (envelope-from lars@e-new.0x20.net) Received: (from lars@localhost) by e-new.0x20.net (8.14.7/8.14.7/Submit) id u4OJk1PC089602; Tue, 24 May 2016 21:46:01 +0200 (CEST) (envelope-from lars) Date: Tue, 24 May 2016 21:46:01 +0200 From: Lars Engels To: Jason Unovitch Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r415589 - head/net/relayd/files Message-ID: <20160524194601.GZ15808@e-new.0x20.net> References: <201605211013.u4LADB9b091700@repo.freebsd.org> <20160524013357.GA53608@Silverstone> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="HENu/cXyPKFN4XCQ" Content-Disposition: inline In-Reply-To: <20160524013357.GA53608@Silverstone> 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.22 Precedence: list List-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, 24 May 2016 19:46:04 -0000 --HENu/cXyPKFN4XCQ Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 23, 2016 at 09:33:57PM -0400, Jason Unovitch wrote: > On Sat, May 21, 2016 at 10:13:11AM +0000, Lars Engels wrote: > > Author: lme > > Date: Sat May 21 10:13:11 2016 > > New Revision: 415589 > > URL: https://svnweb.freebsd.org/changeset/ports/415589 > >=20 > > Log: > > Check relayd's configuration with {start,restart,reload}_precmd in th= e rc script. > > =20 > > PR: 200914 > > Submitted by: Damien Fleuriot > > Approved by: maintainer timeout (11 months) > >=20 > > Modified: > > head/net/relayd/files/relayd.in > >=20 > > Modified: head/net/relayd/files/relayd.in > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- head/net/relayd/files/relayd.in Sat May 21 09:59:56 2016 (r415588) > > +++ head/net/relayd/files/relayd.in Sat May 21 10:13:11 2016 (r415589) > > @@ -22,9 +22,18 @@ load_rc_config $name > > =20 > > command=3D"%%PREFIX%%/sbin/relayd" > > relayctl=3D"%%PREFIX%%/sbin/relayctl" > > +start_precmd=3D"relayd_checkconfig" > > +reload_precmd=3D"relayd_checkconfig" > > +restart_precmd=3D"relayd_checkconfig" > > reload_cmd=3D"relayd_reload_cmd" > > extra_commands=3D"reload" > > =20 > > +relayd_checkconfig() > > +{ > > + echo "Performing sanity check on relayd configuration:" > > + eval ${command} ${relayd_flags} -n > > +} > > + > > relayd_reload_cmd () { > > ${relayctl} reload > > } >=20 > Can you bump PORTREVISION so end users will actually get this update? Of course. Thanks for the hint! --HENu/cXyPKFN4XCQ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJXRK95XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4RjQwMDE3RTRERjUzMTI1N0FGRTUxNDlF NTRDQjM3RDNBMDg5RDZEAAoJEOVMs306CJ1t0CcIAKw7eeIx1JI3mLTq4TsPPS+l w43q/f+DF9+h/i6HQ1unQ9GsMIGKFds8LHnr32mxBy/OYQVt8qZTJYHwGWa9TW6L +4bGgv3W4zZ/uMHNU/liP8fkzhw+4yXjW1iWx8/0Y+zxzCj2U+YZMu3gni7znXez tVaLPea1Xsn0KmojmhXOjqc20UqmXvg9NrzunuV9mTGlc72VI4Ik6WF9gUwIC5X6 x7R+E2RKkaaOsNi3lgGdaodd/LwRV9jTM6C+l+M4Fcik0wBTN1cwBzJs2XjRUhb1 vycm9L+1oVMJZ0Z3ppgjfmd52035WzKFUp31+3YqxnTIcnpu35PMEe2RCvcdaDk= =HL1F -----END PGP SIGNATURE----- --HENu/cXyPKFN4XCQ-- From owner-svn-ports-head@freebsd.org Tue May 24 20:14:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E51D5B49187; Tue, 24 May 2016 20:14:19 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B76CE1F06; Tue, 24 May 2016 20:14:19 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4OKEI0Y018067; Tue, 24 May 2016 20:14:18 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OKEIIo018066; Tue, 24 May 2016 20:14:18 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605242014.u4OKEIIo018066@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 24 May 2016 20:14:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415809 - head/editors/kate/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 20:14:20 -0000 Author: pi Date: Tue May 24 20:14:18 2016 New Revision: 415809 URL: https://svnweb.freebsd.org/changeset/ports/415809 Log: editors/kate: Fix build with libc++ 3.8.0 PR: 209561 Submitted by: dim Approved by: kde Added: head/editors/kate/files/patch-part_view_kateviewhelpers.cpp (contents, props changed) Added: head/editors/kate/files/patch-part_view_kateviewhelpers.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/kate/files/patch-part_view_kateviewhelpers.cpp Tue May 24 20:14:18 2016 (r415809) @@ -0,0 +1,11 @@ +--- part/view/kateviewhelpers.cpp.orig 2014-10-26 20:17:55 UTC ++++ part/view/kateviewhelpers.cpp +@@ -1532,7 +1532,7 @@ void KateIconBorder::paintBorder (int /* + uint startz = (y / h); + uint endz = startz + 1 + (height / h); + uint lineRangesSize = m_viewInternal->cache()->viewCacheLineCount(); +- uint currentLine = m_view->cursorPosition().line(); ++ int currentLine = m_view->cursorPosition().line(); + + // center the folding boxes + int m_px = (h - 11) / 2; From owner-svn-ports-head@freebsd.org Tue May 24 20:27:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68F04B494AB; Tue, 24 May 2016 20:27:43 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A1C91898; Tue, 24 May 2016 20:27:43 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4OKRgbl021238; Tue, 24 May 2016 20:27:42 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OKRgE4021236; Tue, 24 May 2016 20:27:42 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201605242027.u4OKRgE4021236@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Tue, 24 May 2016 20:27:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415810 - head/lang/gcc5-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 20:27:43 -0000 Author: gerald Date: Tue May 24 20:27:42 2016 New Revision: 415810 URL: https://svnweb.freebsd.org/changeset/ports/415810 Log: Update to the 20160517 snapshot of GCC 5.3.1. Modified: head/lang/gcc5-devel/Makefile head/lang/gcc5-devel/distinfo Modified: head/lang/gcc5-devel/Makefile ============================================================================== --- head/lang/gcc5-devel/Makefile Tue May 24 20:14:18 2016 (r415809) +++ head/lang/gcc5-devel/Makefile Tue May 24 20:27:42 2016 (r415810) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 5.3.1.s20160510 +PORTVERSION= 5.3.1.s20160517 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc5-devel/distinfo ============================================================================== --- head/lang/gcc5-devel/distinfo Tue May 24 20:14:18 2016 (r415809) +++ head/lang/gcc5-devel/distinfo Tue May 24 20:27:42 2016 (r415810) @@ -1,2 +1,3 @@ -SHA256 (gcc-5-20160510.tar.bz2) = da8a6b684e4a331926b271289f4a34e91eecd178695cb2acc3be36045e88b2d5 -SIZE (gcc-5-20160510.tar.bz2) = 91305022 +TIMESTAMP = 1464119229 +SHA256 (gcc-5-20160517.tar.bz2) = c541add7435d316e8b1fb0caf36c56e2a92e08bb8880f0dc81c9b228040e8e75 +SIZE (gcc-5-20160517.tar.bz2) = 91301263 From owner-svn-ports-head@freebsd.org Tue May 24 20:32:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D688CB496DC; Tue, 24 May 2016 20:32:56 +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 9F5851E2F; Tue, 24 May 2016 20:32:56 +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 u4OKWtPl024283; Tue, 24 May 2016 20:32:55 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OKWtwX024282; Tue, 24 May 2016 20:32:55 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201605242032.u4OKWtwX024282@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Tue, 24 May 2016 20:32:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415811 - head/mail/fetchmail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 20:32:56 -0000 Author: mandree Date: Tue May 24 20:32:55 2016 New Revision: 415811 URL: https://svnweb.freebsd.org/changeset/ports/415811 Log: Disable SSLv2, to fix new/from-ports OpenSSL builds. Newer and ports-based builds define the SSLv2_client_method() in the headers unless OPENSSL_NO_SSL2, or, depending on version, OPENSSL_NO_SSL2_METHOD is defined, however newer OpenSSL versions in FreeBSD no longer provide the implementation in the library. Preload the autoconf (configure) cache to pretend SSLv2_client_method() were universally _un_available, effectively disabling SSLv2 altogether. PR: 209596 Submitted by: peter@ [first proposal], mandree@ [committed proposal] Reported by: peter@ Approved by: chalpin@cs.wisc.edu (maintainer) Modified: head/mail/fetchmail/Makefile Modified: head/mail/fetchmail/Makefile ============================================================================== --- head/mail/fetchmail/Makefile Tue May 24 20:27:42 2016 (r415810) +++ head/mail/fetchmail/Makefile Tue May 24 20:32:55 2016 (r415811) @@ -3,7 +3,7 @@ PORTNAME= fetchmail PORTVERSION= 6.3.26 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail ipv6 MASTER_SITES= SF/${PORTNAME}/branch_6.3/ \ http://mandree.home.pages.de/${PORTNAME}/ @@ -32,6 +32,7 @@ USE_OPENSSL= yes CONFIGURE_ARGS= --enable-opie --enable-RPA --enable-SDPS \ --without-hesiod --enable-fallback=no \ --with-ssl=${OPENSSLBASE} +CONFIGURE_ENV= ac_cv_have_decl_SSLv2_client_method=no LDFLAGS+= -L${LOCALBASE}/lib From owner-svn-ports-head@freebsd.org Tue May 24 21:26:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BEEA6B4931F; Tue, 24 May 2016 21:26:13 +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 80DB11E7E; Tue, 24 May 2016 21:26:13 +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 u4OLQCUZ039650; Tue, 24 May 2016 21:26:12 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OLQCPo039645; Tue, 24 May 2016 21:26:12 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201605242126.u4OLQCPo039645@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Tue, 24 May 2016 21:26:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415812 - in head/databases/db5: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 21:26:13 -0000 Author: mandree Date: Tue May 24 21:26:12 2016 New Revision: 415812 URL: https://svnweb.freebsd.org/changeset/ports/415812 Log: Fix strncat() misuse, and enable TCL option. PR: 209730 Submitted by: gahr@ Added: head/databases/db5/files/patch-lang_tcl_tcl__db.c (contents, props changed) head/databases/db5/files/patch-lang_tcl_tcl__env.c (contents, props changed) head/databases/db5/files/patch-lang_tcl_tcl__seq.c (contents, props changed) Modified: head/databases/db5/Makefile Modified: head/databases/db5/Makefile ============================================================================== --- head/databases/db5/Makefile Tue May 24 20:32:55 2016 (r415811) +++ head/databases/db5/Makefile Tue May 24 21:26:12 2016 (r415812) @@ -32,8 +32,9 @@ PATCH_WRKSRC= ${WRKDIR}/${DISTNAME} USE_LDCONFIG= yes PLIST_SUB= BDBMAJ=${BDBMAJ} BDBVER=${BDBVER} MAKE_ARGS+= docdir=${DOCSDIR} +CFLAGS+= -Wall -Wextra -OPTIONS_DEFINE= CRYPTO L10N SQL JAVA DOCS +OPTIONS_DEFINE= CRYPTO L10N SQL JAVA DOCS TCL # WARNING: DO NOT ADD TCL TO OPTIONS: # On FreeBSD 10.3 this causes a heap of warnings of the following kind # and is deemed unsafe. @@ -60,10 +61,10 @@ JAVA_VARS= DBLIBS+=libdb_java JAVA_VERS JAVA_CONFIGURE_ENABLE= java JAVA_CPPFLAGS= -I"${JAVA_HOME}/include" JAVA_CONFIGURE_ENV= JAVAC="${JAVAC}" JAR="${JAR}" JAVA="${JAVA}" JAVACFLAGS="-Xlint:unchecked" -#TCL_CONFIGURE_ENABLE= tcl -#TCL_USES= tcl:85+ -#TCL_CONFIGURE_WITH= tcl=${TCL_LIBDIR} -#TCL_VARS= DBLIBS+=libdb_tcl +TCL_CONFIGURE_ENABLE= tcl +TCL_USES= tcl:85+ +TCL_CONFIGURE_WITH= tcl=${TCL_LIBDIR} +TCL_VARS= DBLIBS+=libdb_tcl DOCS_INSTALL_TARGET= install_docs .include Added: head/databases/db5/files/patch-lang_tcl_tcl__db.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/db5/files/patch-lang_tcl_tcl__db.c Tue May 24 21:26:12 2016 (r415812) @@ -0,0 +1,30 @@ +--- lang/tcl/tcl_db.c.orig 2013-09-09 15:35:07 UTC ++++ lang/tcl/tcl_db.c +@@ -3708,9 +3708,10 @@ tcl_DbGetFlags(interp, objc, objv, dbp) + for (i = 0; db_flags[i].flag != 0; i++) + if (LF_ISSET(db_flags[i].flag)) { + if (strlen(buf) > 0) +- (void)strncat(buf, " ", sizeof(buf)); +- (void)strncat( +- buf, db_flags[i].arg, sizeof(buf)); ++ (void)strncat(buf, " ", ++ sizeof(buf) - (strlen(buf) + 1)); ++ (void)strncat(buf, db_flags[i].arg, ++ sizeof(buf) - (strlen(buf) + 1)); + } + + res = NewStringObj(buf, strlen(buf)); +@@ -3764,9 +3765,10 @@ tcl_DbGetOpenFlags(interp, objc, objv, d + for (i = 0; open_flags[i].flag != 0; i++) + if (LF_ISSET(open_flags[i].flag)) { + if (strlen(buf) > 0) +- (void)strncat(buf, " ", sizeof(buf)); +- (void)strncat( +- buf, open_flags[i].arg, sizeof(buf)); ++ (void)strncat(buf, " ", ++ sizeof(buf) - (strlen(buf) + 1)); ++ (void)strncat(buf, open_flags[i].arg, ++ sizeof(buf) - (strlen(buf) + 1)); + } + + res = NewStringObj(buf, strlen(buf)); Added: head/databases/db5/files/patch-lang_tcl_tcl__env.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/db5/files/patch-lang_tcl_tcl__env.c Tue May 24 21:26:12 2016 (r415812) @@ -0,0 +1,44 @@ +--- lang/tcl/tcl_env.c.orig 2016-05-24 08:19:08 UTC ++++ lang/tcl/tcl_env.c +@@ -2864,9 +2864,10 @@ env_GetFlags(interp, objc, objv, dbenv) + for (i = 0; open_flags[i].flag != 0; i++) + if (LF_ISSET(open_flags[i].flag)) { + if (strlen(buf) > 0) +- (void)strncat(buf, " ", sizeof(buf)); +- (void)strncat( +- buf, open_flags[i].arg, sizeof(buf)); ++ (void)strncat(buf, " ", ++ sizeof(buf) - (strlen(buf) + 1)); ++ (void)strncat(buf, open_flags[i].arg, ++ sizeof(buf) - (strlen(buf) + 1)); + } + + res = NewStringObj(buf, strlen(buf)); +@@ -2930,9 +2931,10 @@ env_GetOpenFlag(interp, objc, objv, dben + for (i = 0; open_flags[i].flag != 0; i++) + if (LF_ISSET(open_flags[i].flag)) { + if (strlen(buf) > 0) +- (void)strncat(buf, " ", sizeof(buf)); +- (void)strncat( +- buf, open_flags[i].arg, sizeof(buf)); ++ (void)strncat(buf, " ", ++ sizeof(buf) - (strlen(buf) + 1)); ++ (void)strncat(buf, open_flags[i].arg, ++ sizeof(buf) - (strlen(buf) + 1)); + } + + res = NewStringObj(buf, strlen(buf)); +@@ -2982,9 +2984,10 @@ tcl_EnvGetEncryptFlags(interp, objc, obj + for (i = 0; encrypt_flags[i].flag != 0; i++) + if (LF_ISSET(encrypt_flags[i].flag)) { + if (strlen(buf) > 0) +- (void)strncat(buf, " ", sizeof(buf)); +- (void)strncat( +- buf, encrypt_flags[i].arg, sizeof(buf)); ++ (void)strncat(buf, " ", ++ sizeof(buf) - (strlen(buf) + 1)); ++ (void)strncat(buf, encrypt_flags[i].arg, ++ sizeof(buf) - (strlen(buf) + 1)); + } + + res = NewStringObj(buf, strlen(buf)); Added: head/databases/db5/files/patch-lang_tcl_tcl__seq.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/db5/files/patch-lang_tcl_tcl__seq.c Tue May 24 21:26:12 2016 (r415812) @@ -0,0 +1,16 @@ +--- lang/tcl/tcl_seq.c.orig 2016-05-24 08:18:03 UTC ++++ lang/tcl/tcl_seq.c +@@ -555,9 +555,10 @@ tcl_SeqGetFlags(interp, objc, objv, seq) + for (i = 0; seq_flags[i].flag != 0; i++) + if (LF_ISSET(seq_flags[i].flag)) { + if (strlen(buf) > 0) +- (void)strncat(buf, " ", sizeof(buf)); +- (void)strncat( +- buf, seq_flags[i].arg, sizeof(buf)); ++ (void)strncat(buf, " ", ++ sizeof(buf) - (strlen(buf) + 1)); ++ (void)strncat(buf, seq_flags[i].arg, ++ sizeof(buf) - (strlen(buf) + 1)); + } + + res = NewStringObj(buf, strlen(buf)); From owner-svn-ports-head@freebsd.org Tue May 24 22:03:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2652EB4982F; Tue, 24 May 2016 22:03:15 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE1981E4C; Tue, 24 May 2016 22:03:14 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4OM3Eau051803; Tue, 24 May 2016 22:03:14 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OM3Dv0051801; Tue, 24 May 2016 22:03:13 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201605242203.u4OM3Dv0051801@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Tue, 24 May 2016 22:03:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415813 - head/lang/gcc7-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 22:03:15 -0000 Author: gerald Date: Tue May 24 22:03:13 2016 New Revision: 415813 URL: https://svnweb.freebsd.org/changeset/ports/415813 Log: Update to the 20160522 development snapshot of GCC 7. Modified: head/lang/gcc7-devel/Makefile head/lang/gcc7-devel/distinfo Modified: head/lang/gcc7-devel/Makefile ============================================================================== --- head/lang/gcc7-devel/Makefile Tue May 24 21:26:12 2016 (r415812) +++ head/lang/gcc7-devel/Makefile Tue May 24 22:03:13 2016 (r415813) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 7.0.0.s20160515 +PORTVERSION= 7.0.0.s20160522 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc7-devel/distinfo ============================================================================== --- head/lang/gcc7-devel/distinfo Tue May 24 21:26:12 2016 (r415812) +++ head/lang/gcc7-devel/distinfo Tue May 24 22:03:13 2016 (r415813) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463496331 -SHA256 (gcc-7-20160515.tar.bz2) = 53da08c6e2c524fedf198760fe64a7a191c463e8256bdc9e04cbaaa1e1a36e9d -SIZE (gcc-7-20160515.tar.bz2) = 95471234 +TIMESTAMP = 1464119159 +SHA256 (gcc-7-20160522.tar.bz2) = bb2d29bf3c6a054d26bea6a8db35a478c77f47eeb2d97dea1856108740293072 +SIZE (gcc-7-20160522.tar.bz2) = 95573847 From owner-svn-ports-head@freebsd.org Tue May 24 22:32:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA38DB49CD2; Tue, 24 May 2016 22:32:54 +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 968901AF0; Tue, 24 May 2016 22:32:54 +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 u4OMWrga061863; Tue, 24 May 2016 22:32:53 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OMWnt7061824; Tue, 24 May 2016 22:32:49 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201605242232.u4OMWnt7061824@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 24 May 2016 22:32:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415814 - in head: Keywords security/vuxml textproc/docbook-sgml textproc/docbook-xml textproc/docbook-xsl textproc/docbook-xsl-ns textproc/docbook-xsl-ns/files textproc/docbook-xsl/fil... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 22:32:55 -0000 Author: bapt Date: Tue May 24 22:32:49 2016 New Revision: 415814 URL: https://svnweb.freebsd.org/changeset/ports/415814 Log: Add a new keywork xmlcatmgr It simplifies the handling of the XML and SMGL catalog It brings a big of consistency by always specifying the catalog path absolute instead of mixing absolute and relative path. The keyword is also written a PKG_ROOTDIR friendly to simplify cross installing Reviewed by: hrs Differential Revision: https://reviews.freebsd.org/D6539 Added: head/Keywords/xmlcatmgr.ucl (contents, props changed) head/textproc/xhtml-basic/files/catalog.xml.in - copied, changed from r415813, head/textproc/xhtml-basic/files/catalog.xml head/textproc/xhtml-modularization/pkg-plist (contents, props changed) head/textproc/xhtml/files/catalog.xml.in - copied, changed from r415813, head/textproc/xhtml/files/catalog.xml Deleted: head/textproc/docbook-xsl-ns/files/ head/textproc/docbook-xsl/files/ head/textproc/slides/files/ head/textproc/website/files/ head/textproc/xhtml-basic/contents.inc head/textproc/xhtml-basic/files/catalog.xml head/textproc/xhtml/files/catalog.xml Modified: head/security/vuxml/Makefile head/security/vuxml/pkg-plist head/textproc/docbook-sgml/Makefile head/textproc/docbook-sgml/pkg-plist head/textproc/docbook-xml/Makefile head/textproc/docbook-xml/pkg-plist head/textproc/docbook-xsl-ns/Makefile head/textproc/docbook-xsl-ns/pkg-plist head/textproc/docbook-xsl/Makefile head/textproc/docbook-xsl/pkg-plist head/textproc/dsssl-docbook-modular/Makefile head/textproc/dsssl-docbook-modular/pkg-plist head/textproc/gtk-doc/Makefile head/textproc/gtk-doc/pkg-plist head/textproc/html/Makefile head/textproc/html/pkg-plist head/textproc/iso12083/Makefile head/textproc/iso12083/pkg-plist head/textproc/iso8879/Makefile head/textproc/iso8879/pkg-plist head/textproc/jade/Makefile head/textproc/jade/pkg-plist head/textproc/linuxdoc/Makefile head/textproc/linuxdoc/pkg-plist head/textproc/openjade/Makefile head/textproc/openjade/pkg-plist head/textproc/sdocbook-xml/Makefile head/textproc/sdocbook-xml/pkg-plist head/textproc/slides/Makefile head/textproc/slides/pkg-plist head/textproc/website/Makefile head/textproc/website/pkg-plist head/textproc/xhtml-11/Makefile head/textproc/xhtml-11/pkg-plist head/textproc/xhtml-basic/Makefile head/textproc/xhtml-modularization/Makefile head/textproc/xhtml/Makefile head/textproc/xhtml/pkg-plist head/textproc/xmlcharent/Makefile head/textproc/xmlcharent/pkg-plist Added: head/Keywords/xmlcatmgr.ucl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/Keywords/xmlcatmgr.ucl Tue May 24 22:32:49 2016 (r415814) @@ -0,0 +1,34 @@ +# $FreeBSD$ + +actions: [file] +arguments: true +post-install: < ${STAGEDIR}${DBCAT_SGML} - ${XMLCATMGR_CMD} -c ${STAGEDIR}${DBCAT_XML} create - ${XMLCATMGR_CMD} -c ${STAGEDIR}${DBCAT_XML} \ + xmlcatmgr -c ${STAGEDIR}${DBCAT_XML} create + xmlcatmgr -c ${STAGEDIR}${DBCAT_XML} \ add nextCatalog "${LOCALBASE}/share/xml/xmlcharent/catalog.xml" .for D in ${DBFILES:C,:.*,,} @@ -57,7 +52,7 @@ do-install-${D:S/./_/g}: @${MKDIR} ${STAGEDIR}${PREFIX}/${DBKDIR}/$D cd ${WRKDIR}/${DBFILES:M${D}\:*:C,.*:,,} && \ ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${DBKDIR}/$D - ${XMLCATMGR_CMD} -c ${STAGEDIR}${DBCAT_XML} \ + xmlcatmgr -c ${STAGEDIR}${DBCAT_XML} \ add nextCatalog "${PREFIX}/${DBKDIR}/$D/catalog.xml" test "$D" = 5.0 || test "$D" = 4.1.2 || \ ${ECHO_CMD} "CATALOG \"${PREFIX}/${DBKDIR}/$D/docbook.cat\"" \ Modified: head/textproc/docbook-xml/pkg-plist ============================================================================== --- head/textproc/docbook-xml/pkg-plist Tue May 24 22:03:13 2016 (r415813) +++ head/textproc/docbook-xml/pkg-plist Tue May 24 22:32:49 2016 (r415814) @@ -187,9 +187,5 @@ %%DBKDIR%%/5.0/xsd/docbook.xsd %%DBKDIR%%/5.0/xsd/xlink.xsd %%DBKDIR%%/5.0/xsd/xml.xsd -%%DBKDIR%%/catalog.xml -@unexec %D/%%XMLCATMGR%% -c %D/%%XMLCAT%% remove nextCatalog %D/%F -@exec %D/%%XMLCATMGR%% -c %D/%%XMLCAT%% add nextCatalog %D/%F -%%DBKDIR%%/catalog -@unexec %D/%%XMLCATMGR%% -sc %D/%%SGMLCAT%% remove CATALOG %D/%F -@exec %D/%%XMLCATMGR%% -sc %D/%%SGMLCAT%% add CATALOG %D/%F +@xmlcatmgr %%DBKDIR%%/catalog.xml +@xmlcatmgr %%DBKDIR%%/catalog Modified: head/textproc/docbook-xsl-ns/Makefile ============================================================================== --- head/textproc/docbook-xsl-ns/Makefile Tue May 24 22:03:13 2016 (r415813) +++ head/textproc/docbook-xsl-ns/Makefile Tue May 24 22:32:49 2016 (r415814) @@ -23,32 +23,21 @@ NO_BUILD= yes EXTRACT_AFTER_ARGS= --exclude=".*" --exclude="*.sh" --exclude "*.LOG" PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-install -SUB_FILES= pkg-install -SUB_LIST+= INSTDIR="${INSTDIR}" \ - XMLCATMGR="${XMLCATMGR}" \ - CATALOG_PORTS="${LOCALBASE}/share/xml/catalog.ports" PORTDOCS= * INSTDIR= share/xsl/docbook-ns DOCSRC= ${WRKDIR}/docbook-xsl-${PORTVERSION} -XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr OPTIONS_DEFINE= DOCS -.include - -.if ${PORT_OPTIONS:MDOCS} -DISTFILES+= docbook-xsl-doc-${PORTVERSION}${EXTRACT_SUFX}:doc -.endif +DOCS_DISTFILES= docbook-xsl-doc-${PORTVERSION}${EXTRACT_SUFX}:doc do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/${INSTDIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/${INSTDIR} cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${INSTDIR} -post-install: -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${STAGEDIR}${DOCSDIR} +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${DOCSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} -.endif .include Modified: head/textproc/docbook-xsl-ns/pkg-plist ============================================================================== --- head/textproc/docbook-xsl-ns/pkg-plist Tue May 24 22:03:13 2016 (r415813) +++ head/textproc/docbook-xsl-ns/pkg-plist Tue May 24 22:32:49 2016 (r415814) @@ -13,7 +13,7 @@ share/xsl/docbook-ns/epub3/docbook-epub. share/xsl/docbook-ns/tests/refentry.007.xml share/xsl/docbook-ns/tests/refentry.007.ns.xml share/xsl/docbook-ns/Makefile -share/xsl/docbook-ns/catalog.xml +@xmlcatmgr share/xsl/docbook-ns/catalog.xml share/xsl/docbook-ns/RELEASE-NOTES.xml share/xsl/docbook-ns/eclipse/profile-eclipse.xsl share/xsl/docbook-ns/eclipse/eclipse3.xsl @@ -469,7 +469,6 @@ share/xsl/docbook-ns/html/chunk-code.xsl share/xsl/docbook-ns/html/titlepage.xsl share/xsl/docbook-ns/html/refentry.xsl share/xsl/docbook-ns/html/autoidx.xsl -share/xsl/docbook-ns/svn-commit.tmp share/xsl/docbook-ns/profiling/profile-mode.xsl share/xsl/docbook-ns/profiling/strip-attributes.xsl share/xsl/docbook-ns/profiling/xsl2profile.xsl Modified: head/textproc/docbook-xsl/Makefile ============================================================================== --- head/textproc/docbook-xsl/Makefile Tue May 24 22:03:13 2016 (r415813) +++ head/textproc/docbook-xsl/Makefile Tue May 24 22:32:49 2016 (r415814) @@ -2,7 +2,7 @@ PORTNAME= docbook-xsl PORTVERSION= 1.76.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= SF/docbook/${PORTNAME}/${PORTVERSION}:src \ SF/docbook/${PORTNAME}-doc/${PORTVERSION}:doc @@ -22,14 +22,6 @@ INSTDIR= share/xsl/docbook PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-deinstall -SUB_FILES= pkg-install pkg-deinstall -SUB_LIST+= INSTDIR="${INSTDIR}" \ - XMLCATMGR="${XMLCATMGR}" \ - CATALOG_PORTS="${LOCALBASE}/share/xml/catalog.ports" - -XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr -CATALOG_XSL= ${WRKSRC}/catalog - MODULES= common fo html images lib manpages params xhtml OPTIONS_DEFINE= ECLIPSE EPUB EXTENSIONS HIGHLIGHTING HTMLHELP JAVAHELP \ Modified: head/textproc/docbook-xsl/pkg-plist ============================================================================== --- head/textproc/docbook-xsl/pkg-plist Tue May 24 22:03:13 2016 (r415813) +++ head/textproc/docbook-xsl/pkg-plist Tue May 24 22:32:49 2016 (r415814) @@ -13,7 +13,7 @@ share/xsl/docbook/RELEASE-NOTES.txt share/xsl/docbook/RELEASE-NOTES.xml share/xsl/docbook/TODO share/xsl/docbook/VERSION -share/xsl/docbook/catalog.xml +@xmlcatmgr share/xsl/docbook/catalog.xml share/xsl/docbook/common/af.xml share/xsl/docbook/common/am.xml share/xsl/docbook/common/ar.xml Modified: head/textproc/dsssl-docbook-modular/Makefile ============================================================================== --- head/textproc/dsssl-docbook-modular/Makefile Tue May 24 22:03:13 2016 (r415813) +++ head/textproc/dsssl-docbook-modular/Makefile Tue May 24 22:32:49 2016 (r415814) @@ -18,17 +18,13 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= kuriyama@FreeBSD.org COMMENT= DSSSL stylesheets for the DocBook DTD by Norman Walsh -BUILD_DEPENDS= ${XMLCATMGR}:textproc/xmlcatmgr +BUILD_DEPENDS= xmlcatmgr:textproc/xmlcatmgr RUN_DEPENDS:= ${BUILD_DEPENDS} NO_MTREE= yes RELDIR= docbook/dsssl/modular INSTDIR= ${PREFIX}/share/sgml/${RELDIR} -XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr -CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports -PLIST_SUB= XMLCATMGR=${XMLCATMGR} DTDDIR=${RELDIR} \ - CATALOG_PORTS_SGML=${CATALOG_PORTS_SGML} do-build: ${RM} -Rf ${WRKSRC}/docsrc Modified: head/textproc/dsssl-docbook-modular/pkg-plist ============================================================================== --- head/textproc/dsssl-docbook-modular/pkg-plist Tue May 24 22:03:13 2016 (r415813) +++ head/textproc/dsssl-docbook-modular/pkg-plist Tue May 24 22:32:49 2016 (r415814) @@ -9,7 +9,7 @@ share/sgml/docbook/dsssl/modular/WhatsNe share/sgml/docbook/dsssl/modular/bin/ChangeLog share/sgml/docbook/dsssl/modular/bin/collateindex.pl share/sgml/docbook/dsssl/modular/bin/collateindex.pl.1 -share/sgml/docbook/dsssl/modular/catalog +@xmlcatmgr share/sgml/docbook/dsssl/modular/catalog share/sgml/docbook/dsssl/modular/common/ChangeLog share/sgml/docbook/dsssl/modular/common/catalog share/sgml/docbook/dsssl/modular/common/cs-hack.pl @@ -726,5 +726,3 @@ share/sgml/docbook/dsssl/modular/print/d share/sgml/docbook/dsssl/modular/print/notoc.dsl share/sgml/docbook/dsssl/modular/print/plain.dsl share/sgml/docbook/dsssl/modular/print/version.dsl -@unexec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% remove %%DTDDIR%%/catalog -@exec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% add CATALOG %%DTDDIR%%/catalog Modified: head/textproc/gtk-doc/Makefile ============================================================================== --- head/textproc/gtk-doc/Makefile Tue May 24 22:03:13 2016 (r415813) +++ head/textproc/gtk-doc/Makefile Tue May 24 22:32:49 2016 (r415814) @@ -22,17 +22,9 @@ RUN_DEPENDS= jade:textproc/jade \ DOCBOOK_VERSION= 4.1.2 -CATALOG_DIR= ${PREFIX}/share/sgml/${PORTNAME} -XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr -CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports - USES= gmake gettext-tools pathfix perl5 pkgconfig python tar:xz USE_GNOME= gnomeprefix libxslt GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xml-catalog=${LOCALBASE}/share/xml/catalog.ports -PLIST_SUB= XMLCATMGR=${XMLCATMGR} \ - CATALOG_PORTS_SGML=${CATALOG_PORTS_SGML} \ - CATALOG_DIR=${CATALOG_DIR} - .include Modified: head/textproc/gtk-doc/pkg-plist ============================================================================== --- head/textproc/gtk-doc/pkg-plist Tue May 24 22:03:13 2016 (r415813) +++ head/textproc/gtk-doc/pkg-plist Tue May 24 22:32:49 2016 (r415814) @@ -61,6 +61,4 @@ share/help/te/gtk-doc-manual/fdl-appendi share/help/te/gtk-doc-manual/index.docbook share/help/zh_CN/gtk-doc-manual/fdl-appendix.xml share/help/zh_CN/gtk-doc-manual/index.docbook -@unexec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% remove CATALOG %%CATALOG_DIR%%/gtk-doc.cat -share/sgml/gtk-doc/gtk-doc.cat -@exec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% add CATALOG %%CATALOG_DIR%%/gtk-doc.cat +@xmlcatmgr share/sgml/gtk-doc/gtk-doc.cat Modified: head/textproc/html/Makefile ============================================================================== --- head/textproc/html/Makefile Tue May 24 22:03:13 2016 (r415813) +++ head/textproc/html/Makefile Tue May 24 22:32:49 2016 (r415814) @@ -10,18 +10,13 @@ MASTER_SITES= LOCAL/kuriyama MAINTAINER= kuriyama@FreeBSD.org COMMENT= All W3C published SGML DTDs for HTML -RUN_DEPENDS= ${XMLCATMGR}:textproc/xmlcatmgr +RUN_DEPENDS= xmlcatmgr:textproc/xmlcatmgr NO_MTREE= yes NO_BUILD= yes NO_WRKSUBDIR= yes -PLIST_SUB= DTD_NAME=${PORTNAME} XMLCATMGR=${XMLCATMGR} -PLIST_SUB+= CATALOG_PORTS_SGML=${CATALOG_PORTS_SGML} - INSTDIR= ${PREFIX}/share/sgml/html -XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr -CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports do-install: ${MKDIR} ${STAGEDIR}${INSTDIR} Modified: head/textproc/html/pkg-plist ============================================================================== --- head/textproc/html/pkg-plist Tue May 24 22:03:13 2016 (r415813) +++ head/textproc/html/pkg-plist Tue May 24 22:32:49 2016 (r415814) @@ -21,6 +21,4 @@ share/sgml/html/4.01/HTMLsymbol.ent share/sgml/html/4.01/frameset.dtd share/sgml/html/4.01/loose.dtd share/sgml/html/4.01/strict.dtd -@unexec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% remove %%DTD_NAME%%/catalog -share/sgml/html/catalog -@exec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% add CATALOG %%DTD_NAME%%/catalog +@xmlcatmgr share/sgml/html/catalog Modified: head/textproc/iso12083/Makefile ============================================================================== --- head/textproc/iso12083/Makefile Tue May 24 22:03:13 2016 (r415813) +++ head/textproc/iso12083/Makefile Tue May 24 22:32:49 2016 (r415814) @@ -12,19 +12,15 @@ EXTRACT_ONLY= # empty MAINTAINER= kuriyama@FreeBSD.org COMMENT= SGML DTDs from the The Electronic Publishing Special Interest Group -RUN_DEPENDS= ${XMLCATMGR}:textproc/xmlcatmgr +RUN_DEPENDS= xmlcatmgr:textproc/xmlcatmgr DIST_SUBDIR= iso12083 NO_MTREE= yes NO_BUILD= yes NO_WRKSUBDIR= yes -PLIST_SUB= DTD_NAME=${PORTNAME} XMLCATMGR=${XMLCATMGR} -PLIST_SUB+= CATALOG_PORTS_SGML=${CATALOG_PORTS_SGML} INSTDIR= ${STAGEDIR}${PREFIX}/share/sgml/iso12083 -XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr -CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports pre-install: @[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR} Modified: head/textproc/iso12083/pkg-plist ============================================================================== --- head/textproc/iso12083/pkg-plist Tue May 24 22:03:13 2016 (r415813) +++ head/textproc/iso12083/pkg-plist Tue May 24 22:32:49 2016 (r415814) @@ -2,6 +2,4 @@ share/sgml/iso12083/article.dtd share/sgml/iso12083/book.dtd share/sgml/iso12083/maths.dtd share/sgml/iso12083/serial.dtd -@unexec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% remove %%DTD_NAME%%/catalog -share/sgml/iso12083/catalog -@exec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% add CATALOG %%DTD_NAME%%/catalog +@xmlcatmgr share/sgml/iso12083/catalog Modified: head/textproc/iso8879/Makefile ============================================================================== --- head/textproc/iso8879/Makefile Tue May 24 22:03:13 2016 (r415813) +++ head/textproc/iso8879/Makefile Tue May 24 22:32:49 2016 (r415814) @@ -11,17 +11,13 @@ DISTNAME= isoENTS MAINTAINER= kuriyama@FreeBSD.org COMMENT= Character entity sets from ISO 8879:1986 (SGML) -RUN_DEPENDS= ${XMLCATMGR}:textproc/xmlcatmgr +RUN_DEPENDS= xmlcatmgr:textproc/xmlcatmgr USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes -PLIST_SUB= DTD_NAME=${PORTNAME} XMLCATMGR=${XMLCATMGR} -PLIST_SUB+= CATALOG_PORTS_SGML=${CATALOG_PORTS_SGML} INSTDIR= ${PREFIX}/share/sgml/iso8879 -XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr -CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports do-install: @${MKDIR} ${STAGEDIR}${INSTDIR} Modified: head/textproc/iso8879/pkg-plist ============================================================================== --- head/textproc/iso8879/pkg-plist Tue May 24 22:03:13 2016 (r415813) +++ head/textproc/iso8879/pkg-plist Tue May 24 22:32:49 2016 (r415814) @@ -17,6 +17,4 @@ share/sgml/iso8879/ISOlat2 share/sgml/iso8879/ISOnum share/sgml/iso8879/ISOpub share/sgml/iso8879/ISOtech -@unexec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% remove %%DTD_NAME%%/catalog -share/sgml/iso8879/catalog -@exec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% add CATALOG %%DTD_NAME%%/catalog +@xmlcatmgr share/sgml/iso8879/catalog Modified: head/textproc/jade/Makefile ============================================================================== --- head/textproc/jade/Makefile Tue May 24 22:03:13 2016 (r415813) +++ head/textproc/jade/Makefile Tue May 24 22:32:49 2016 (r415814) @@ -16,7 +16,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= kuriyama@FreeBSD.org COMMENT= Object-oriented SGML/XML parser toolkit and DSSSL engine -RUN_DEPENDS= ${XMLCATMGR}:textproc/xmlcatmgr +RUN_DEPENDS= xmlcatmgr:textproc/xmlcatmgr CONFLICTS= sp-1.* @@ -24,13 +24,8 @@ GNU_CONFIGURE= yes USES= desthack gmake libtool USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-default-catalog=${PREFIX}/share/sgml/catalog -PLIST_SUB= XMLCATMGR=${XMLCATMGR} -PLIST_SUB+= CATALOG_PORTS_SGML=${CATALOG_PORTS_SGML} MAKE_JOBS_UNSAFE= yes -CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports -XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr - post-extract: @${CHMOD} u+w ${WRKSRC}/configure Modified: head/textproc/jade/pkg-plist ============================================================================== --- head/textproc/jade/pkg-plist Tue May 24 22:03:13 2016 (r415813) +++ head/textproc/jade/pkg-plist Tue May 24 22:32:49 2016 (r415814) @@ -178,9 +178,7 @@ lib/libstyle.so.1.0.3 %%DOCSDIR%%/xml.htm share/sgml/jade/FOT.tex share/sgml/jade/Makefile.jadetex -@unexec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% remove jade/catalog -share/sgml/jade/catalog -@exec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% add CATALOG jade/catalog +@xmlcatmgr share/sgml/jade/catalog share/sgml/jade/demo.dsl share/sgml/jade/demo.sgm share/sgml/jade/demoMaster.tex Modified: head/textproc/linuxdoc/Makefile ============================================================================== --- head/textproc/linuxdoc/Makefile Tue May 24 22:03:13 2016 (r415813) +++ head/textproc/linuxdoc/Makefile Tue May 24 22:32:49 2016 (r415814) @@ -12,19 +12,14 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= The Linuxdoc SGML DTD RUN_DEPENDS= ${ISOCAT}:textproc/iso8879 \ - ${XMLCATMGR}:textproc/xmlcatmgr + xmlcatmgr:textproc/xmlcatmgr EXTRACT_ONLY= # empty NO_BUILD= yes NO_WRKSUBDIR= yes -PLIST_SUB= DTD_NAME=${PORTNAME} XMLCATMGR=${XMLCATMGR} -PLIST_SUB+= CATALOG_PORTS_SGML=${CATALOG_PORTS_SGML} - INSTDIR= ${PREFIX}/share/sgml/linuxdoc ISOCAT= ${PREFIX}/share/sgml/iso8879/catalog -XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr -CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports do-install: ${MKDIR} ${STAGEDIR}${INSTDIR} Modified: head/textproc/linuxdoc/pkg-plist ============================================================================== --- head/textproc/linuxdoc/pkg-plist Tue May 24 22:03:13 2016 (r415813) +++ head/textproc/linuxdoc/pkg-plist Tue May 24 22:32:49 2016 (r415814) @@ -1,7 +1,5 @@ share/sgml/linuxdoc/README -@unexec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% remove %%DTD_NAME%%/catalog -share/sgml/linuxdoc/catalog -@exec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% add CATALOG %%DTD_NAME%%/catalog +@xmlcatmgr share/sgml/linuxdoc/catalog share/sgml/linuxdoc/freebsd-1.0.dtd share/sgml/linuxdoc/freebsd-1.1.dtd share/sgml/linuxdoc/linuxdoc.dec Modified: head/textproc/openjade/Makefile ============================================================================== --- head/textproc/openjade/Makefile Tue May 24 22:03:13 2016 (r415813) +++ head/textproc/openjade/Makefile Tue May 24 22:32:49 2016 (r415814) @@ -34,12 +34,6 @@ post-patch: @${REINPLACE_CMD} -e 's|||' ${WRKSRC}/style/MultiLineInlineNote.cxx post-install: - @${CAT} ${PLIST} | \ - ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} | \ - ${AWK} '/^@comment INSTALL_DATA:/ \ - {printf "if ! ${GREP} -q \"%s\" ${PLIST}; then ${ECHO_CMD} \"%s\" >> %s; fi; %s %s/%s %s/%s\n", \ - $$4, $$4, "${TMPPLIST}", "${INSTALL_DATA}", \ - "${WRKSRC}", $$3, "${STAGEDIR}${PREFIX}", $$4}' | \ - ${SH} + @${FIND} ${WRKSRC}/dsssl -type f -depth 1 -exec ${INSTALL_DATA} {} ${STAGEDIR}/${DATADIR} \; .include Modified: head/textproc/openjade/pkg-plist ============================================================================== --- head/textproc/openjade/pkg-plist Tue May 24 22:03:13 2016 (r415813) +++ head/textproc/openjade/pkg-plist Tue May 24 22:32:49 2016 (r415814) @@ -11,41 +11,39 @@ lib/libostyle.a lib/libostyle.so lib/libostyle.so.0 lib/libostyle.so.0.0.1 -@unexec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% remove CATALOG openjade/catalog -@comment INSTALL_DATA: dsssl/README.jadetex %%DATADIR%%/README.jadetex -@comment INSTALL_DATA: dsssl/builtins.dsl %%DATADIR%%/builtins.dsl -@comment INSTALL_DATA: dsssl/catalog %%DATADIR%%/catalog -@comment INSTALL_DATA: dsssl/demo.dsl %%DATADIR%%/demo.dsl -@comment INSTALL_DATA: dsssl/demo.sgm %%DATADIR%%/demo.sgm -@comment INSTALL_DATA: dsssl/dsssl.dtd %%DATADIR%%/dsssl.dtd -@comment INSTALL_DATA: dsssl/extensions.dsl %%DATADIR%%/extensions.dsl -@comment INSTALL_DATA: dsssl/fot.dtd %%DATADIR%%/fot.dtd -@comment INSTALL_DATA: dsssl/lineNumber.dsl %%DATADIR%%/lineNumber.dsl -@comment INSTALL_DATA: dsssl/lineNumber.sgml %%DATADIR%%/lineNumber.sgml -@comment INSTALL_DATA: dsssl/ps.dsl %%DATADIR%%/ps.dsl -@comment INSTALL_DATA: dsssl/ps.fot %%DATADIR%%/ps.fot -@comment INSTALL_DATA: dsssl/ps.sgml %%DATADIR%%/ps.sgml -@comment INSTALL_DATA: dsssl/psalig.dsl %%DATADIR%%/psalig.dsl -@comment INSTALL_DATA: dsssl/pscs.dsl %%DATADIR%%/pscs.dsl -@comment INSTALL_DATA: dsssl/pscspb.dsl %%DATADIR%%/pscspb.dsl -@comment INSTALL_DATA: dsssl/pscspb.sgml %%DATADIR%%/pscspb.sgml -@comment INSTALL_DATA: dsssl/psemb.dsl %%DATADIR%%/psemb.dsl -@comment INSTALL_DATA: dsssl/psempha.dsl %%DATADIR%%/psempha.dsl -@comment INSTALL_DATA: dsssl/psglyp.dsl %%DATADIR%%/psglyp.dsl -@comment INSTALL_DATA: dsssl/psglyp2.dsl %%DATADIR%%/psglyp2.dsl -@comment INSTALL_DATA: dsssl/psinc.dsl %%DATADIR%%/psinc.dsl -@comment INSTALL_DATA: dsssl/psinc.sgml %%DATADIR%%/psinc.sgml -@comment INSTALL_DATA: dsssl/psinc2.dsl %%DATADIR%%/psinc2.dsl -@comment INSTALL_DATA: dsssl/psmulti.dsl %%DATADIR%%/psmulti.dsl -@comment INSTALL_DATA: dsssl/psmulti2.dsl %%DATADIR%%/psmulti2.dsl -@comment INSTALL_DATA: dsssl/psmulti3.dsl %%DATADIR%%/psmulti3.dsl -@comment INSTALL_DATA: dsssl/psradical.dsl %%DATADIR%%/psradical.dsl -@comment INSTALL_DATA: dsssl/pssbs.dsl %%DATADIR%%/pssbs.dsl -@comment INSTALL_DATA: dsssl/pssbsi.dsl %%DATADIR%%/pssbsi.dsl -@comment INSTALL_DATA: dsssl/sps.dsl %%DATADIR%%/sps.dsl -@comment INSTALL_DATA: dsssl/sps.sgml %%DATADIR%%/sps.sgml -@comment INSTALL_DATA: dsssl/spsanch.dsl %%DATADIR%%/spsanch.dsl -@comment INSTALL_DATA: dsssl/spsanch.sgml %%DATADIR%%/spsanch.sgml -@comment INSTALL_DATA: dsssl/style-sheet.dtd %%DATADIR%%/style-sheet.dtd -@exec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% add CATALOG openjade/catalog +%%DATADIR%%/README.jadetex +%%DATADIR%%/builtins.dsl +@xmlcatmgr %%DATADIR%%/catalog +%%DATADIR%%/demo.dsl +%%DATADIR%%/demo.sgm +%%DATADIR%%/dsssl.dtd +%%DATADIR%%/extensions.dsl +%%DATADIR%%/fot.dtd +%%DATADIR%%/lineNumber.dsl +%%DATADIR%%/lineNumber.sgml +%%DATADIR%%/ps.dsl +%%DATADIR%%/ps.fot +%%DATADIR%%/ps.sgml +%%DATADIR%%/psalig.dsl +%%DATADIR%%/pscs.dsl +%%DATADIR%%/pscspb.dsl +%%DATADIR%%/pscspb.sgml +%%DATADIR%%/psemb.dsl +%%DATADIR%%/psempha.dsl +%%DATADIR%%/psglyp.dsl +%%DATADIR%%/psglyp2.dsl +%%DATADIR%%/psinc.dsl +%%DATADIR%%/psinc.sgml +%%DATADIR%%/psinc2.dsl +%%DATADIR%%/psmulti.dsl +%%DATADIR%%/psmulti2.dsl +%%DATADIR%%/psmulti3.dsl +%%DATADIR%%/psradical.dsl +%%DATADIR%%/pssbs.dsl +%%DATADIR%%/pssbsi.dsl +%%DATADIR%%/sps.dsl +%%DATADIR%%/sps.sgml +%%DATADIR%%/spsanch.dsl +%%DATADIR%%/spsanch.sgml +%%DATADIR%%/style-sheet.dtd man/man1/openjade.1.gz Modified: head/textproc/sdocbook-xml/Makefile ============================================================================== --- head/textproc/sdocbook-xml/Makefile Tue May 24 22:03:13 2016 (r415813) +++ head/textproc/sdocbook-xml/Makefile Tue May 24 22:32:49 2016 (r415814) @@ -3,7 +3,7 @@ PORTNAME= sdocbook-xml PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= textproc MASTER_SITES= http://www.oasis-open.org/docbook/xml/simple/${PORTVERSION}/ @@ -12,24 +12,20 @@ DISTNAME= docbook-simple-${PORTVERSION} MAINTAINER= gabor@FreeBSD.org COMMENT= "Simplified" DocBook XML DTD -RUN_DEPENDS+= ${LOCALBASE}/${XMLCATMGR}:textproc/xmlcatmgr +RUN_DEPENDS+= xmlcatmgr:textproc/xmlcatmgr USES= zip NO_MTREE= yes NO_BUILD= yes NO_WRKSUBDIR= yes -XMLCATMGR= bin/xmlcatmgr -XMLCAT= share/xml/catalog.ports -SGMLCAT= share/sgml/catalog.ports CATALOG_FILES= catalog catalog.xml DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}/${PORTVERSION} DTD_NAME= sdocbook DTD_VERSION= ${PORTVERSION} DTD_SUBDIR= /dtd DTDDIR= share/xml/${DTD_NAME}/${DTD_VERSION}${DTD_SUBDIR} -PLIST_SUB+= XMLCATMGR=${XMLCATMGR} SGMLCAT=${SGMLCAT} XMLCAT=${XMLCAT} \ - DTDDIR=${DTDDIR} +PLIST_SUB+= DTDDIR=${DTDDIR} SUB_FILES= ${CATALOG_FILES} SUB_LIST+= DTDDIR=${PREFIX}/${DTDDIR} @@ -39,6 +35,5 @@ do-install: .for f in ${CATALOG_FILES} ${INSTALL_DATA} ${WRKDIR}/${f} ${STAGEDIR}${PREFIX}/${DTDDIR} .endfor - @${ECHO_CMD} "@unexec rmdir %D/share/xml/${DTD_NAME} 2>/dev/null || :" >> ${TMPPLIST} .include Modified: head/textproc/sdocbook-xml/pkg-plist ============================================================================== --- head/textproc/sdocbook-xml/pkg-plist Tue May 24 22:03:13 2016 (r415813) +++ head/textproc/sdocbook-xml/pkg-plist Tue May 24 22:32:49 2016 (r415814) @@ -1,9 +1,5 @@ -%%DTDDIR%%/catalog -@unexec %D/%%XMLCATMGR%% -sc %D/%%SGMLCAT%% remove %D/%F -@exec %D/%%XMLCATMGR%% -sc %D/%%SGMLCAT%% add CATALOG %D/%F -%%DTDDIR%%/catalog.xml -@unexec %D/%%XMLCATMGR%% -c %D/%%XMLCAT%% remove %D/%F -@exec %D/%%XMLCATMGR%% -c %D/%%XMLCAT%% add nextCatalog %D/%F +@xmlcatmgr %%DTDDIR%%/catalog +@xmlcatmgr %%DTDDIR%%/catalog.xml %%DTDDIR%%/sdbcent.mod %%DTDDIR%%/sdbhier.mod %%DTDDIR%%/sdbpool.mod Modified: head/textproc/slides/Makefile ============================================================================== --- head/textproc/slides/Makefile Tue May 24 22:03:13 2016 (r415813) +++ head/textproc/slides/Makefile Tue May 24 22:32:49 2016 (r415814) @@ -3,6 +3,7 @@ PORTNAME= slides PORTVERSION= 3.4.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/docbook/${PORTNAME}/${PORTVERSION} DISTNAME= docbook-${PORTNAME}-${PORTVERSION} @@ -14,26 +15,20 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= docbook-xml>0:textproc/docbook-xml \ - docbook-xsl>0:textproc/docbook-xsl + docbook-xsl>0:textproc/docbook-xsl \ + xmlcatmgr:textproc/xmlcatmgr NO_ARCH= yes NO_BUILD= yes USES= tar:bzip2 -SUB_FILES= pkg-deinstall pkg-install -SUB_LIST= XMLCATMGR="${XMLCATMGR}" CATALOG_PORTS_XML="${CATALOG_PORTS}" \ - INSTDIR="${INSTDIR}" - OPTIONS_DEFINE= DOCS -XMLDIR= ${LOCALBASE}/share/xml INSTDIR= share/xsl/${PORTNAME} PINSTDIR= ${PREFIX}/${INSTDIR} COPYDIRS= browser graphics schema xsl -XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr -CATALOG_PORTS= ${XMLDIR}/catalog.ports do-install: @${MKDIR} ${STAGEDIR}${PINSTDIR} Modified: head/textproc/slides/pkg-plist ============================================================================== --- head/textproc/slides/pkg-plist Tue May 24 22:03:13 2016 (r415813) +++ head/textproc/slides/pkg-plist Tue May 24 22:32:49 2016 (r415814) @@ -22,7 +22,7 @@ share/xsl/slides/browser/xbStyle-css.js share/xsl/slides/browser/xbStyle-nn4.js share/xsl/slides/browser/xbStyle-not-supported.js share/xsl/slides/browser/xbStyle.js -share/xsl/slides/catalog +@xmlcatmgr share/xsl/slides/catalog share/xsl/slides/graphics/ChangeLog share/xsl/slides/graphics/active/ChangeLog share/xsl/slides/graphics/active/arr-next.png Modified: head/textproc/website/Makefile ============================================================================== --- head/textproc/website/Makefile Tue May 24 22:03:13 2016 (r415813) +++ head/textproc/website/Makefile Tue May 24 22:32:49 2016 (r415814) @@ -20,26 +20,16 @@ NO_BUILD= yes USES= tar:bzip2 -SUB_FILES= pkg-deinstall pkg-install -SUB_LIST= XMLCATMGR="${XMLCATMGR}" \ - CATALOG_PORTS_XML="${CATALOG_PORTS}" \ - INSTDIR="${INSTDIR}" - OPTIONS_DEFINE= EXAMPLES -XMLDIR= ${LOCALBASE}/share/xml INSTDIR= share/xsl/website PINSTDIR= ${PREFIX}/${INSTDIR} COPYDIRS= extensions schema xsl -XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr -CATALOG_PORTS= ${XMLDIR}/catalog.ports - do-install: @${MKDIR} ${STAGEDIR}${PINSTDIR} -.for i in VERSION catalog - (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${PINSTDIR}) -.endfor + ${INSTALL_DATA} ${WRKSRC}/VERSION ${STAGEDIR}/${PINSTDIR} + ${INSTALL_DATA} ${WRKSRC}/catalog ${STAGEDIR}/${PINSTDIR}/catalog.xml .for i in ${COPYDIRS} @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} ${STAGEDIR}${PINSTDIR}) .endfor Modified: head/textproc/website/pkg-plist ============================================================================== --- head/textproc/website/pkg-plist Tue May 24 22:03:13 2016 (r415813) +++ head/textproc/website/pkg-plist Tue May 24 22:32:49 2016 (r415814) @@ -143,7 +143,7 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/website.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/wslayout.xml share/xsl/website/VERSION -share/xsl/website/catalog +@xmlcatmgr share/xsl/website/catalog.xml share/xsl/website/extensions/ChangeLog share/xsl/website/extensions/saxon64.jar share/xsl/website/extensions/saxon64/ChangeLog Modified: head/textproc/xhtml-11/Makefile ============================================================================== --- head/textproc/xhtml-11/Makefile Tue May 24 22:03:13 2016 (r415813) +++ head/textproc/xhtml-11/Makefile Tue May 24 22:32:49 2016 (r415814) @@ -13,7 +13,7 @@ DIST_SUBDIR= ${DISTNAME}-${RECDATE} MAINTAINER= mandree@FreeBSD.org COMMENT= W3C's XHTML 1.1 DTD -RUN_DEPENDS= ${XMLCATMGR}:textproc/xmlcatmgr +RUN_DEPENDS= xmlcatmgr:textproc/xmlcatmgr USES= tar:tgz @@ -21,23 +21,6 @@ RECDATE= 20101123 WRKSRC= ${WRKDIR}/xhtml11-${RECDATE} NO_BUILD= yes -PLIST_SUB+= XMLCAT_ADD="${XMLCAT_ADD}" \ - XMLCAT_RM="${XMLCAT_RM}" \ - SGMLCAT_ADD="${SGMLCAT_ADD}" \ - SGMLCAT_RM="${SGMLCAT_RM}" - -XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr -SGMLCAT= ${PREFIX}/share/sgml/catalog.ports -XMLCAT= ${PREFIX}/share/xml/catalog.ports - -XMLCAT_ADD= ${XMLCATMGR} -c ${XMLCAT} add nextCatalog \ - ${PREFIX}/${DTDDIR}/catalog.xml -XMLCAT_RM= ${XMLCATMGR} -c ${XMLCAT} remove \ - ${PREFIX}/${DTDDIR}/catalog.xml -SGMLCAT_ADD= ${XMLCATMGR} -sc ${SGMLCAT} add CATALOG \ - ${PREFIX}/${DTDDIR}/xhtml11.cat -SGMLCAT_RM= ${XMLCATMGR} -sc ${SGMLCAT} remove \ - ${PREFIX}/${DTDDIR}/xhtml11.cat DTDDIR= share/xml/${PORTNAME}/1.1/dtd XSDDIR= share/xml/${PORTNAME}/1.1/xsd Modified: head/textproc/xhtml-11/pkg-plist ============================================================================== --- head/textproc/xhtml-11/pkg-plist Tue May 24 22:03:13 2016 (r415813) +++ head/textproc/xhtml-11/pkg-plist Tue May 24 22:32:49 2016 (r415814) @@ -1,10 +1,8 @@ -@preunexec %%SGMLCAT_RM%% -@preunexec %%XMLCAT_RM%% share/xml/xhtml/1.1/dtd/VERSION -share/xml/xhtml/1.1/dtd/catalog.xml +@xmlcatmgr share/xml/xhtml/1.1/dtd/catalog.xml share/xml/xhtml/1.1/dtd/xhtml11-flat.dtd share/xml/xhtml/1.1/dtd/xhtml11-model-1.mod -share/xml/xhtml/1.1/dtd/xhtml11.cat +@xmlcatmgr share/xml/xhtml/1.1/dtd/xhtml11.cat share/xml/xhtml/1.1/dtd/xhtml11.dtd share/xml/xhtml/1.1/dtd/xml1.dcl share/xml/xhtml/1.1/dtd/xml1n.dcl @@ -12,5 +10,3 @@ share/xml/xhtml/1.1/xsd/xhtml-ruby-1.xsd share/xml/xhtml/1.1/xsd/xhtml11-model-1.xsd share/xml/xhtml/1.1/xsd/xhtml11-modules-1.xsd share/xml/xhtml/1.1/xsd/xhtml11.xsd -@postexec %%XMLCAT_ADD%% -@postexec %%SGMLCAT_ADD%% Modified: head/textproc/xhtml-basic/Makefile ============================================================================== --- head/textproc/xhtml-basic/Makefile Tue May 24 22:03:13 2016 (r415813) +++ head/textproc/xhtml-basic/Makefile Tue May 24 22:32:49 2016 (r415814) @@ -12,7 +12,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= W3C's XHTML Basic DTD -RUN_DEPENDS= ${XMLCATMGR}:textproc/xmlcatmgr \ +OPTIONS_DEFINE= DOCS + +RUN_DEPENDS= xmlcatmgr:textproc/xmlcatmgr \ ${LOCALBASE}/share/xml/dtd/xhtml-modularization/catalog.xml:textproc/xhtml-modularization RECDATE= 20001219 @@ -21,56 +23,33 @@ NO_MTREE= YES NO_BUILD= YES WRKSRC= ${WRKDIR}/REC-${PORTNAME}-${RECDATE} -PLIST= ${WRKDIR}/PLIST -dir_DTD= share/xml/dtd/xhtml-basic -dir_DOC= share/doc/xhtml-basic - -XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr -SGMLCAT= ${PREFIX}/share/sgml/catalog.ports -XMLCAT= ${PREFIX}/share/xml/catalog.ports - -XMLCAT_ADD= ${XMLCATMGR} -c ${XMLCAT} add nextCatalog \ - ${PREFIX}/${dir_DTD}/catalog.xml -XMLCAT_RM= ${XMLCATMGR} -c ${XMLCAT} remove \ - ${PREFIX}/${dir_DTD}/catalog.xml -SGMLCAT_ADD= ${XMLCATMGR} -sc ${SGMLCAT} add CATALOG \ - ${PREFIX}/${dir_DTD}/xhtml-basic10.cat -SGMLCAT_RM= ${XMLCATMGR} -sc ${SGMLCAT} remove \ - ${PREFIX}/${dir_DTD}/xhtml-basic10.cat - -CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports -CATALOG_PORTS_XML= ${PREFIX}/share/xml/catalog.ports - -.include "${.CURDIR}/contents.inc" - -# I'd much rather do this stuff in line with the actual installation -# in do-install, but the PLIST must be generated in pre-install. -pre-install: - ${CAT} /dev/null > ${PLIST} -.for f in ${contents_DTD} - ${ECHO} ${dir_DTD}/${f} >> ${PLIST} -.endfor -.for f in ${contents_DOC} - ${ECHO} ${dir_DOC}/${f} >> ${PLIST} -.endfor - ${ECHO} ${dir_DTD}/catalog.xml >> ${PLIST} - ${ECHO} "@unexec ${XMLCAT_RM}" >> ${PLIST} - ${ECHO} "@exec ${XMLCAT_ADD}" >> ${PLIST} - ${ECHO} "@unexec ${SGMLCAT_RM}" >> ${PLIST} - ${ECHO} "@exec ${SGMLCAT_ADD}" >> ${PLIST} - ${ECHO} '@unexec rmdir %D/share/xml/dtd 2>/dev/null || true' >> \ - ${PLIST} +PORTDATA= xhtml-basic10-model-1.mod \ + xhtml-basic10.cat \ + xhtml-basic10.dtd \ + xml1.dcl + +PLIST_FILES+= %%DATADIR%%/catalog.xml + +PORTDOCS= Overview.html \ + W3C-REC.css \ + logo-REC.png \ + w3c_home.png \ + xhtml-basic.css + +SUB_FILES= catalog.xml +DATADIR= ${PREFIX}/share/xml/dtd/xhtml-basic do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/${dir_DTD} - @${MKDIR} ${STAGEDIR}${PREFIX}/${dir_DOC} - (cd ${WRKSRC} && ${INSTALL_DATA} ${contents_DTD} \ - ${STAGEDIR}${PREFIX}/${dir_DTD}) - (cd ${WRKSRC} && ${INSTALL_DATA} ${contents_DOC} \ - ${STAGEDIR}${PREFIX}/${dir_DOC}) - ${SED} -e "s;@@PREFIX@@;${PREFIX};g" ${FILESDIR}/catalog.xml > \ - ${WRKDIR}/catalog.xml + @${MKDIR} ${STAGEDIR}${DATADIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDATA} \ + ${STAGEDIR}${DATADIR}) ${INSTALL_DATA} ${WRKDIR}/catalog.xml \ - ${STAGEDIR}${PREFIX}/${dir_DTD}/catalog.xml + ${STAGEDIR}${DATADIR}/catalog.xml + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} \ + ${STAGEDIR}${DOCSDIR}) + .include Copied and modified: head/textproc/xhtml-basic/files/catalog.xml.in (from r415813, head/textproc/xhtml-basic/files/catalog.xml) ============================================================================== --- head/textproc/xhtml-basic/files/catalog.xml Tue May 24 22:03:13 2016 (r415813, copy source) +++ head/textproc/xhtml-basic/files/catalog.xml.in Tue May 24 22:32:49 2016 (r415814) @@ -4,7 +4,7 @@ + xml:base="file://%%PREFIX%%/share/xml/dtd/xhtml-basic/"> ${PLIST} -.for f in ${contents_DTD} - ${ECHO} ${dir_DTD}/${f} >> ${PLIST} -.endfor -.for f in ${contents_DOC} - ${ECHO} ${dir_DOC}/${f} >> ${PLIST} -.endfor -.for f in ${contents_EXAMPLES} - ${ECHO} ${dir_EXAMPLES}/${f} >> ${PLIST} -.endfor -.for f in ${contents_TEMPLATES} - ${ECHO} ${dir_TEMPLATES}/${f} >> ${PLIST} -.endfor - ${ECHO} ${dir_DTD}/catalog.xml >> ${PLIST} - ${ECHO} "@unexec ${XMLCAT_RM}" >> ${PLIST} - ${ECHO} "@exec ${XMLCAT_ADD}" >> ${PLIST} - ${ECHO} "@unexec ${SGMLCAT_RM}" >> ${PLIST} - ${ECHO} "@exec ${SGMLCAT_ADD}" >> ${PLIST} - do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${dir_DTD} .for f in ${contents_DTD} ${INSTALL_DATA} ${WRKSRC}/DTD/${f} ${STAGEDIR}${PREFIX}/${dir_DTD}/${f} .endfor - @${MKDIR} ${STAGEDIR}${PREFIX}/${dir_DOC}/images *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Tue May 24 22:39:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75EDEB49D24; Tue, 24 May 2016 22:39:19 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 36A961CA2; Tue, 24 May 2016 22:39:19 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4OMdIqm062507; Tue, 24 May 2016 22:39:18 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OMdIEh062504; Tue, 24 May 2016 22:39:18 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201605242239.u4OMdIEh062504@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 24 May 2016 22:39:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415815 - in head/devel/mdds: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 22:39:19 -0000 Author: jkim Date: Tue May 24 22:39:17 2016 New Revision: 415815 URL: https://svnweb.freebsd.org/changeset/ports/415815 Log: Update to 1.2.0. Deleted: head/devel/mdds/files/ Modified: head/devel/mdds/Makefile head/devel/mdds/distinfo head/devel/mdds/pkg-plist Modified: head/devel/mdds/Makefile ============================================================================== --- head/devel/mdds/Makefile Tue May 24 22:32:49 2016 (r415814) +++ head/devel/mdds/Makefile Tue May 24 22:39:17 2016 (r415815) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mdds -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= devel MASTER_SITES= http://kohei.us/files/mdds/src/ @@ -14,7 +14,7 @@ USES= tar:bzip2 NO_ARCH= yes NO_BUILD= yes -API_VERSION= 1.0 +API_VERSION= 1.2 PLIST_SUB= API_VERSION=${API_VERSION} do-configure: @@ -28,8 +28,9 @@ do-configure: do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/include/mdds-${API_VERSION}/mdds (cd ${WRKSRC}/include && ${COPYTREE_SHARE} . \ - ${STAGEDIR}${PREFIX}/include/mdds-${API_VERSION} \ - "-not -name *.orig") + ${STAGEDIR}${PREFIX}/include/mdds-${API_VERSION}) + ${FIND} ${STAGEDIR}${PREFIX}/include/mdds-${API_VERSION} \ + \( -name "*.orig" -or -name "Makefile.*" \) -delete ${INSTALL_DATA} ${WRKSRC}/misc/mdds-${API_VERSION}.pc \ ${STAGEDIR}${PREFIX}/libdata/pkgconfig Modified: head/devel/mdds/distinfo ============================================================================== --- head/devel/mdds/distinfo Tue May 24 22:32:49 2016 (r415814) +++ head/devel/mdds/distinfo Tue May 24 22:39:17 2016 (r415815) @@ -1,2 +1,3 @@ -SHA256 (mdds-1.1.0.tar.bz2) = 4253ab93fe8bb579321a50e247f1f800191ab99fe2d8c6c181741b8bd3fb161f -SIZE (mdds-1.1.0.tar.bz2) = 258691 +TIMESTAMP = 1464127845 +SHA256 (mdds-1.2.0.tar.bz2) = f44fd0635de94c7d490f9a65f74b5e55860d7bdd507951428294f9690fda45b6 +SIZE (mdds-1.2.0.tar.bz2) = 284962 Modified: head/devel/mdds/pkg-plist ============================================================================== --- head/devel/mdds/pkg-plist Tue May 24 22:32:49 2016 (r415814) +++ head/devel/mdds/pkg-plist Tue May 24 22:39:17 2016 (r415815) @@ -6,6 +6,8 @@ include/mdds-%%API_VERSION%%/mdds/global include/mdds-%%API_VERSION%%/mdds/multi_type_matrix.hpp include/mdds-%%API_VERSION%%/mdds/multi_type_matrix_def.inl include/mdds-%%API_VERSION%%/mdds/multi_type_vector.hpp +include/mdds-%%API_VERSION%%/mdds/multi_type_vector/collection.hpp +include/mdds-%%API_VERSION%%/mdds/multi_type_vector/collection_def.inl include/mdds-%%API_VERSION%%/mdds/multi_type_vector_custom_func1.hpp include/mdds-%%API_VERSION%%/mdds/multi_type_vector_custom_func2.hpp include/mdds-%%API_VERSION%%/mdds/multi_type_vector_custom_func3.hpp @@ -25,4 +27,5 @@ include/mdds-%%API_VERSION%%/mdds/sorted include/mdds-%%API_VERSION%%/mdds/sorted_string_map_def.inl include/mdds-%%API_VERSION%%/mdds/trie_map.hpp include/mdds-%%API_VERSION%%/mdds/trie_map_def.inl +include/mdds-%%API_VERSION%%/mdds/trie_map_itr.hpp libdata/pkgconfig/mdds-%%API_VERSION%%.pc From owner-svn-ports-head@freebsd.org Tue May 24 22:49:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B124B49E5D; Tue, 24 May 2016 22:49:03 +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 F17C91050; Tue, 24 May 2016 22:49:02 +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 u4OMn2C3065808; Tue, 24 May 2016 22:49:02 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OMn2uI065807; Tue, 24 May 2016 22:49:02 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201605242249.u4OMn2uI065807@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 24 May 2016 22:49:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415816 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 22:49:03 -0000 Author: bapt Date: Tue May 24 22:49:01 2016 New Revision: 415816 URL: https://svnweb.freebsd.org/changeset/ports/415816 Log: Add an entry about the new @xmlcatmgr Modified: head/CHANGES Modified: head/CHANGES ============================================================================== --- head/CHANGES Tue May 24 22:39:17 2016 (r415815) +++ head/CHANGES Tue May 24 22:49:01 2016 (r415816) @@ -10,6 +10,15 @@ in the release notes and/or placed into All ports committers are allowed to commit to this file. +20160525: +AUTHOR: bapt@FreeBSD.org + + New keyword @xmlcatmgr has been added, to handle the XML and SGML catalog + maintainance, in order to improve consistency and correctness of the + generation of the catalog. + If the catalog file has an extension being '.xml' it will be automatically + added to the XML catalog, otherwise it will be added to the SGML catalog + 20160512: AUTHOR: emaste@FreeBSD.org From owner-svn-ports-head@freebsd.org Tue May 24 23:01:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5297BB49FB1; Tue, 24 May 2016 23:01:16 +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 1D02C1774; Tue, 24 May 2016 23:01:16 +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 u4ON1FCc071583; Tue, 24 May 2016 23:01:15 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4ON1EmN071572; Tue, 24 May 2016 23:01:14 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201605242301.u4ON1EmN071572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 24 May 2016 23:01:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415817 - in head/lang: perl5-devel perl5.18 perl5.20 perl5.22 perl5.24 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 23:01:16 -0000 Author: bapt Date: Tue May 24 23:01:14 2016 New Revision: 415817 URL: https://svnweb.freebsd.org/changeset/ports/415817 Log: Ensure makewhatis is run in post install script phase hile here make sure to remove the whatis db on head Modified: head/lang/perl5-devel/pkg-plist head/lang/perl5.18/pkg-plist head/lang/perl5.20/pkg-plist head/lang/perl5.22/pkg-plist head/lang/perl5.24/pkg-plist Modified: head/lang/perl5-devel/pkg-plist ============================================================================== --- head/lang/perl5-devel/pkg-plist Tue May 24 22:49:01 2016 (r415816) +++ head/lang/perl5-devel/pkg-plist Tue May 24 23:01:14 2016 (r415817) @@ -2367,7 +2367,9 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf @dir %%SITE_ARCH%%/auto @dir %%SITE_PERL%%/man/man1 @dir %%SITE_PERL%%/man/man3 -@exec makewhatis %D/%%SITEMANPREFIX%%/man -@exec makewhatis %D/%%PERLMANPREFIX%%/man +@postexec makewhatis %D/%%SITEMANPREFIX%%/man +@postexec makewhatis %D/%%PERLMANPREFIX%%/man @rmtry %%PERLMANPREFIX%%/man/whatis +@rmtry %%PERLMANPREFIX%%/man/mandoc.db @rmtry %%SITEMANPREFIX%%/man/whatis +@rmtry %%SITEMANPREFIX%%/man/mandoc.db Modified: head/lang/perl5.18/pkg-plist ============================================================================== --- head/lang/perl5.18/pkg-plist Tue May 24 22:49:01 2016 (r415816) +++ head/lang/perl5.18/pkg-plist Tue May 24 23:01:14 2016 (r415817) @@ -2881,7 +2881,9 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf @dir %%SITE_PERL%%/man/man3 @dir %%SITE_PERL%%/auto @dir %%SITE_ARCH%%/auto -@exec makewhatis %D/%%SITEMANPREFIX%%/man -@exec makewhatis %D/%%PERLMANPREFIX%%/man +@postexec makewhatis %D/%%SITEMANPREFIX%%/man +@postexec makewhatis %D/%%PERLMANPREFIX%%/man @rmtry %%PERLMANPREFIX%%/man/whatis +@rmtry %%PERLMANPREFIX%%/man/mandoc.db @rmtry %%SITEMANPREFIX%%/man/whatis +@rmtry %%SITEMANPREFIX%%/man/mandoc.db Modified: head/lang/perl5.20/pkg-plist ============================================================================== --- head/lang/perl5.20/pkg-plist Tue May 24 22:49:01 2016 (r415816) +++ head/lang/perl5.20/pkg-plist Tue May 24 23:01:14 2016 (r415817) @@ -2258,7 +2258,9 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf @dir %%SITE_PERL%%/man/man3 @dir %%SITE_PERL%%/auto @dir %%SITE_ARCH%%/auto -@exec makewhatis %D/%%SITEMANPREFIX%%/man -@exec makewhatis %D/%%PERLMANPREFIX%%/man +@postexec makewhatis %D/%%SITEMANPREFIX%%/man +@postexec makewhatis %D/%%PERLMANPREFIX%%/man @rmtry %%PERLMANPREFIX%%/man/whatis +@rmtry %%PERLMANPREFIX%%/man/mandoc.db @rmtry %%SITEMANPREFIX%%/man/whatis +@rmtry %%SITEMANPREFIX%%/man/mandoc.db Modified: head/lang/perl5.22/pkg-plist ============================================================================== --- head/lang/perl5.22/pkg-plist Tue May 24 22:49:01 2016 (r415816) +++ head/lang/perl5.22/pkg-plist Tue May 24 23:01:14 2016 (r415817) @@ -2245,7 +2245,9 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf @dir %%SITE_ARCH%%/auto @dir %%SITE_PERL%%/man/man1 @dir %%SITE_PERL%%/man/man3 -@exec makewhatis %D/%%SITEMANPREFIX%%/man -@exec makewhatis %D/%%PERLMANPREFIX%%/man +@postexec makewhatis %D/%%SITEMANPREFIX%%/man +@postexec makewhatis %D/%%PERLMANPREFIX%%/man @rmtry %%PERLMANPREFIX%%/man/whatis +@rmtry %%PERLMANPREFIX%%/man/mandoc.db @rmtry %%SITEMANPREFIX%%/man/whatis +@rmtry %%SITEMANPREFIX%%/man/mandoc.db Modified: head/lang/perl5.24/pkg-plist ============================================================================== --- head/lang/perl5.24/pkg-plist Tue May 24 22:49:01 2016 (r415816) +++ head/lang/perl5.24/pkg-plist Tue May 24 23:01:14 2016 (r415817) @@ -2295,7 +2295,9 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf @dir %%SITE_ARCH%%/auto @dir %%SITE_PERL%%/man/man1 @dir %%SITE_PERL%%/man/man3 -@exec makewhatis %D/%%SITEMANPREFIX%%/man -@exec makewhatis %D/%%PERLMANPREFIX%%/man +@postexec makewhatis %D/%%SITEMANPREFIX%%/man +@postexec makewhatis %D/%%PERLMANPREFIX%%/man @rmtry %%PERLMANPREFIX%%/man/whatis +@rmtry %%PERLMANPREFIX%%/man/mandoc.db @rmtry %%SITEMANPREFIX%%/man/whatis +@rmtry %%SITEMANPREFIX%%/man/mandoc.db From owner-svn-ports-head@freebsd.org Tue May 24 23:02:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11B4FB49FEB; Tue, 24 May 2016 23:02:07 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BC28718FE; Tue, 24 May 2016 23:02:06 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4ON256Q071739; Tue, 24 May 2016 23:02:05 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4ON25AT071736; Tue, 24 May 2016 23:02:05 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201605242302.u4ON25AT071736@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 24 May 2016 23:02:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415818 - in head/lang: php55 php56 php70 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 23:02:07 -0000 Author: bapt Date: Tue May 24 23:02:05 2016 New Revision: 415818 URL: https://svnweb.freebsd.org/changeset/ports/415818 Log: Simplify plist by using @sample Modified: head/lang/php55/pkg-plist head/lang/php56/pkg-plist head/lang/php70/pkg-plist Modified: head/lang/php55/pkg-plist ============================================================================== --- head/lang/php55/pkg-plist Tue May 24 23:01:14 2016 (r415817) +++ head/lang/php55/pkg-plist Tue May 24 23:02:05 2016 (r415818) @@ -6,9 +6,7 @@ bin/phpize etc/php.conf etc/php.ini-development etc/php.ini-production -%%FPM%%@unexec if cmp -s %D/etc/php-fpm.conf %D/etc/php-fpm.conf.default; then rm -f %D/etc/php-fpm.conf; fi -%%FPM%%etc/php-fpm.conf.default -%%FPM%%@exec cp -n %D/%F %B/php-fpm.conf +%%FPM%%@sample etc/php-fpm.conf.default php-fpm.conf include/php/TSRM/TSRM.h include/php/TSRM/readdir.h include/php/TSRM/tsrm_config.h Modified: head/lang/php56/pkg-plist ============================================================================== --- head/lang/php56/pkg-plist Tue May 24 23:01:14 2016 (r415817) +++ head/lang/php56/pkg-plist Tue May 24 23:02:05 2016 (r415818) @@ -7,9 +7,7 @@ bin/phpize etc/php.conf etc/php.ini-development etc/php.ini-production -%%FPM%%@unexec if cmp -s %D/etc/php-fpm.conf %D/etc/php-fpm.conf.default; then rm -f %D/etc/php-fpm.conf; fi -%%FPM%%etc/php-fpm.conf.default -%%FPM%%@exec cp -n %D/%F %B/php-fpm.conf +%%FPM%%@sample etc/php-fpm.conf.default etc/php-fpm.conf include/php/TSRM/TSRM.h include/php/TSRM/readdir.h include/php/TSRM/tsrm_config.h Modified: head/lang/php70/pkg-plist ============================================================================== --- head/lang/php70/pkg-plist Tue May 24 23:01:14 2016 (r415817) +++ head/lang/php70/pkg-plist Tue May 24 23:02:05 2016 (r415818) @@ -7,12 +7,8 @@ bin/phpize etc/php.conf etc/php.ini-development etc/php.ini-production -%%FPM%%@unexec if cmp -s %D/etc/php-fpm.conf %D/etc/php-fpm.conf.default; then rm -f %D/etc/php-fpm.conf; fi -%%FPM%%etc/php-fpm.conf.default -%%FPM%%@exec cp -n %D/%F %B/php-fpm.conf -%%FPM%%@unexec if cmp -s %D/etc/php-fpm.d/www.conf %D/etc/php-fpm.d/www.conf.default; then rm -f %D/etc/php-fpm.d/www.conf; fi -%%FPM%%etc/php-fpm.d/www.conf.default -%%FPM%%@exec cp -n %D/%F %B/www.conf +%%FPM%%@sample etc/php-fpm.conf.default etc/php-fpm.conf +%%FPM%%@sample etc/php-fpm.d/www.conf.default etc/php-fpm.d/www.conf include/php/TSRM/TSRM.h include/php/TSRM/readdir.h include/php/TSRM/tsrm_config.h From owner-svn-ports-head@freebsd.org Tue May 24 23:12:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEAECB4932E; Tue, 24 May 2016 23:12:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F0BA1164; Tue, 24 May 2016 23:12:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4ONCeC0075045; Tue, 24 May 2016 23:12:40 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4ONCej7075044; Tue, 24 May 2016 23:12:40 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201605242312.u4ONCej7075044@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 24 May 2016 23:12:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415819 - head/arabic/arabtex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 24 May 2016 23:12:41 -0000 Author: bapt Date: Tue May 24 23:12:40 2016 New Revision: 415819 URL: https://svnweb.freebsd.org/changeset/ports/415819 Log: Replace @*exec with @post*exec to ensure mktexlr is run in post phases Modified: head/arabic/arabtex/pkg-plist Modified: head/arabic/arabtex/pkg-plist ============================================================================== --- head/arabic/arabtex/pkg-plist Tue May 24 23:02:05 2016 (r415818) +++ head/arabic/arabtex/pkg-plist Tue May 24 23:12:40 2016 (r415819) @@ -171,5 +171,5 @@ %%TEXMFLOCALDIR%%/tex/latex/arabtex/xarbskel.sty %%TEXMFLOCALDIR%%/tex/latex/arabtex/xarbsymb.sty %%TEXMFLOCALDIR%%/tex/latex/arabtex/yiddish.sty -@exec %%MKTEXLSR%% -@unexec %%MKTEXLSR%% +@postexec %%MKTEXLSR%% +@postunexec %%MKTEXLSR%% From owner-svn-ports-head@freebsd.org Wed May 25 01:20:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 813C1B490F7; Wed, 25 May 2016 01:20:29 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6DC941F37; Wed, 25 May 2016 01:20:29 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 6BFEC17BF; Wed, 25 May 2016 01:20:29 +0000 (UTC) Date: Wed, 25 May 2016 01:20:29 +0000 From: Alexey Dokuchaev To: Rene Ladan Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r415804 - head/lang/nbc Message-ID: <20160525012029.GA80351@FreeBSD.org> References: <201605241802.u4OI20wt078322@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201605241802.u4OI20wt078322@repo.freebsd.org> User-Agent: Mutt/1.6.0 (2016-04-01) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 01:20:29 -0000 On Tue, May 24, 2016 at 06:02:00PM +0000, Rene Ladan wrote: > New Revision: 415804 > URL: https://svnweb.freebsd.org/changeset/ports/415804 > > Log: > lang/nbc: fix a typo in pkg-descr One thing I always wonder at is why most people, when noticing a typo, won't check if others had made it as well (and fix it in a single nice commit): $ find /usr/ports -name pkg-descr | xargs grep -l langauge /usr/ports/print/transfig/pkg-descr /usr/ports/textproc/silvercity/pkg-descr (At least. There might be other files that worth checking as well: Makefile, pkg-message, etc.) ./danfe From owner-svn-ports-head@freebsd.org Wed May 25 01:41:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38611B4973C; Wed, 25 May 2016 01:41:41 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EECEB1049; Wed, 25 May 2016 01:41:40 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4P1fefZ020661; Wed, 25 May 2016 01:41:40 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4P1fdNv020652; Wed, 25 May 2016 01:41:39 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201605250141.u4P1fdNv020652@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Wed, 25 May 2016 01:41:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415820 - in head: archivers/php5-snappy devel/py-tzlocal sysutils/n98-magerun www/flot www/magento www/py-django-datetime-widget www/py-django-redis www/py-slimit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 01:41:41 -0000 Author: zi Date: Wed May 25 01:41:39 2016 New Revision: 415820 URL: https://svnweb.freebsd.org/changeset/ports/415820 Log: - Reset MAINTAINERship due to fatal email bounces (no MX record, no A record), maintainer timeouts Reported by: portscout Modified: head/archivers/php5-snappy/Makefile head/devel/py-tzlocal/Makefile head/sysutils/n98-magerun/Makefile head/www/flot/Makefile head/www/magento/Makefile head/www/py-django-datetime-widget/Makefile head/www/py-django-redis/Makefile head/www/py-slimit/Makefile Modified: head/archivers/php5-snappy/Makefile ============================================================================== --- head/archivers/php5-snappy/Makefile Tue May 24 23:12:40 2016 (r415819) +++ head/archivers/php5-snappy/Makefile Wed May 25 01:41:39 2016 (r415820) @@ -9,7 +9,7 @@ MASTER_SITES= GOOGLE_CODE PROJECTHOST= php-snappy DISTNAME= ${PROJECTHOST}-${PORTVERSION} -MAINTAINER= melvyn@magemana.nl +MAINTAINER= ports@FreeBSD.org COMMENT= PHP extension for the snappy compression algorithm LICENSE= BSD2CLAUSE Modified: head/devel/py-tzlocal/Makefile ============================================================================== --- head/devel/py-tzlocal/Makefile Tue May 24 23:12:40 2016 (r415819) +++ head/devel/py-tzlocal/Makefile Wed May 25 01:41:39 2016 (r415820) @@ -6,7 +6,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= melvyn@magemana.nl +MAINTAINER= ports@FreeBSD.org COMMENT= Returns the tzinfo object for the local timezone LICENSE= CC0-1.0 Modified: head/sysutils/n98-magerun/Makefile ============================================================================== --- head/sysutils/n98-magerun/Makefile Tue May 24 23:12:40 2016 (r415819) +++ head/sysutils/n98-magerun/Makefile Wed May 25 01:41:39 2016 (r415820) @@ -5,7 +5,7 @@ PORTNAME= n98-magerun PORTVERSION= 1.97.12 CATEGORIES= sysutils www -MAINTAINER= melvyn@magemana.nl +MAINTAINER= ports@FreeBSD.org COMMENT= CLI tool for inspection and control of Magento installations LICENSE= MIT Modified: head/www/flot/Makefile ============================================================================== --- head/www/flot/Makefile Tue May 24 23:12:40 2016 (r415819) +++ head/www/flot/Makefile Wed May 25 01:41:39 2016 (r415820) @@ -5,7 +5,7 @@ PORTVERSION= 0.8.3 CATEGORIES= www devel MASTER_SITES= http://www.flotcharts.org/downloads/ -MAINTAINER= melvyn@magemana.nl +MAINTAINER= ports@FreeBSD.org COMMENT= JavaScript plotting library for jQuery LICENSE= MIT Modified: head/www/magento/Makefile ============================================================================== --- head/www/magento/Makefile Tue May 24 23:12:40 2016 (r415819) +++ head/www/magento/Makefile Wed May 25 01:41:39 2016 (r415820) @@ -6,7 +6,7 @@ PORTVERSION= 1.8.1.0 CATEGORIES= www finance MASTER_SITES= http://www.magentocommerce.com/downloads/assets/${PORTVERSION}/ -MAINTAINER= melvyn@magemana.nl +MAINTAINER= ports@FreeBSD.org COMMENT= Feature-rich eCommerce platform USES= cpe Modified: head/www/py-django-datetime-widget/Makefile ============================================================================== --- head/www/py-django-datetime-widget/Makefile Tue May 24 23:12:40 2016 (r415819) +++ head/www/py-django-datetime-widget/Makefile Wed May 25 01:41:39 2016 (r415820) @@ -8,7 +8,7 @@ CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= melvyn@magemana.nl +MAINTAINER= ports@FreeBSD.org COMMENT= Simple and clean widget for DateTimeField RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>0:www/py-django18 Modified: head/www/py-django-redis/Makefile ============================================================================== --- head/www/py-django-redis/Makefile Tue May 24 23:12:40 2016 (r415819) +++ head/www/py-django-redis/Makefile Wed May 25 01:41:39 2016 (r415820) @@ -7,7 +7,7 @@ CATEGORIES= www databases MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= melvyn@magemana.nl +MAINTAINER= ports@FreeBSD.org COMMENT= Full featured Redis cache/session backend for Django LICENSE= BSD3CLAUSE Modified: head/www/py-slimit/Makefile ============================================================================== --- head/www/py-slimit/Makefile Tue May 24 23:12:40 2016 (r415819) +++ head/www/py-slimit/Makefile Wed May 25 01:41:39 2016 (r415820) @@ -6,7 +6,7 @@ CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= melvyn@magemana.nl +MAINTAINER= ports@FreeBSD.org COMMENT= JavaScript minifier written in Python LICENSE= BSD3CLAUSE From owner-svn-ports-head@freebsd.org Wed May 25 03:24:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02D42B4775C; Wed, 25 May 2016 03:24:12 +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 C86191D45; Wed, 25 May 2016 03:24:11 +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 u4P3OBQT051662; Wed, 25 May 2016 03:24:11 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4P3OBoZ051661; Wed, 25 May 2016 03:24:11 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201605250324.u4P3OBoZ051661@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Wed, 25 May 2016 03:24:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415821 - head/mail/postfix211 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 03:24:12 -0000 Author: ohauer Date: Wed May 25 03:24:10 2016 New Revision: 415821 URL: https://svnweb.freebsd.org/changeset/ports/415821 Log: - revover lost checksum for SPF patch in distinfo Reported by: Andrei Modified: head/mail/postfix211/distinfo Modified: head/mail/postfix211/distinfo ============================================================================== --- head/mail/postfix211/distinfo Wed May 25 01:41:39 2016 (r415820) +++ head/mail/postfix211/distinfo Wed May 25 03:24:10 2016 (r415821) @@ -1,5 +1,7 @@ TIMESTAMP = 1463402666 SHA256 (postfix/postfix-2.11.8.tar.gz) = 3c4ece0846b519e2e800608f3009e929a3c2a1c7841bf07397ec9edc7463c923 SIZE (postfix/postfix-2.11.8.tar.gz) = 4032263 +SHA256 (postfix/postfix-2.8.0-libspf2-1.2.x-0.patch.gz) = e5c38e5bc226cab109c02a4e530ab1aefd3bb06f2169f3e052bdf83d2727aacc +SIZE (postfix/postfix-2.8.0-libspf2-1.2.x-0.patch.gz) = 8191 SHA256 (postfix/postfix-vda-v13-2.10.0.patch) = 6208021eb0b37ac6482e334e538ed5700cc22c4d4dd66ed9e975ae5f20bf935f SIZE (postfix/postfix-vda-v13-2.10.0.patch) = 55701 From owner-svn-ports-head@freebsd.org Wed May 25 08:20:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20DCBB496CB; Wed, 25 May 2016 08:20:26 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B52C612F3; Wed, 25 May 2016 08:20:25 +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 u4P8KOrd039967; Wed, 25 May 2016 08:20:24 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4P8KOwa039960; Wed, 25 May 2016 08:20:24 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201605250820.u4P8KOwa039960@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 25 May 2016 08:20:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415822 - in head/deskutils/owncloudclient: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 08:20:26 -0000 Author: madpilot Date: Wed May 25 08:20:24 2016 New Revision: 415822 URL: https://svnweb.freebsd.org/changeset/ports/415822 Log: Update to 2.2.0 PR: 209679 Submitted by: me Approved by: Yonas Yanfa (maintainer) Modified: head/deskutils/owncloudclient/Makefile head/deskutils/owncloudclient/distinfo head/deskutils/owncloudclient/files/patch-src_gui_accountsettings.cpp head/deskutils/owncloudclient/files/patch-src_gui_generalsettings.cpp head/deskutils/owncloudclient/files/patch-src_gui_owncloudgui.cpp head/deskutils/owncloudclient/files/patch-src_libsync_configfile.cpp head/deskutils/owncloudclient/pkg-plist Modified: head/deskutils/owncloudclient/Makefile ============================================================================== --- head/deskutils/owncloudclient/Makefile Wed May 25 03:24:10 2016 (r415821) +++ head/deskutils/owncloudclient/Makefile Wed May 25 08:20:24 2016 (r415822) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= owncloudclient -PORTVERSION= 2.1.1 +PORTVERSION= 2.2.0 DISTVERSIONPREFIX= v CATEGORIES= deskutils Modified: head/deskutils/owncloudclient/distinfo ============================================================================== --- head/deskutils/owncloudclient/distinfo Wed May 25 03:24:10 2016 (r415821) +++ head/deskutils/owncloudclient/distinfo Wed May 25 08:20:24 2016 (r415822) @@ -1,2 +1,3 @@ -SHA256 (owncloud-client-v2.1.1_GH0.tar.gz) = 3eb349e0b5195dd48cfac3288fd45ae545266202b3e3403bc00ffaa4537a3f9d -SIZE (owncloud-client-v2.1.1_GH0.tar.gz) = 13873040 +TIMESTAMP = 1463740754 +SHA256 (owncloud-client-v2.2.0_GH0.tar.gz) = e3e86eec8f8a07019f510359f65cfb852e380abaadb6a5505b529c1db5ed7323 +SIZE (owncloud-client-v2.2.0_GH0.tar.gz) = 14007830 Modified: head/deskutils/owncloudclient/files/patch-src_gui_accountsettings.cpp ============================================================================== --- head/deskutils/owncloudclient/files/patch-src_gui_accountsettings.cpp Wed May 25 03:24:10 2016 (r415821) +++ head/deskutils/owncloudclient/files/patch-src_gui_accountsettings.cpp Wed May 25 08:20:24 2016 (r415822) @@ -1,8 +1,8 @@ ---- src/gui/accountsettings.cpp.orig 2015-03-16 14:28:58 UTC +--- src/gui/accountsettings.cpp.orig 2016-05-12 07:59:12 UTC +++ src/gui/accountsettings.cpp -@@ -30,7 +30,8 @@ - #include "selectivesyncdialog.h" +@@ -31,7 +31,8 @@ #include "creds/abstractcredentials.h" + #include "tooltipupdater.h" -#include +#include Modified: head/deskutils/owncloudclient/files/patch-src_gui_generalsettings.cpp ============================================================================== --- head/deskutils/owncloudclient/files/patch-src_gui_generalsettings.cpp Wed May 25 03:24:10 2016 (r415821) +++ head/deskutils/owncloudclient/files/patch-src_gui_generalsettings.cpp Wed May 25 08:20:24 2016 (r415822) @@ -1,14 +1,14 @@ ---- src/gui/generalsettings.cpp.orig 2015-09-01 13:50:21 UTC +--- src/gui/generalsettings.cpp.orig 2016-05-12 07:59:12 UTC +++ src/gui/generalsettings.cpp -@@ -105,6 +105,7 @@ void GeneralSettings::loadMiscSettings() +@@ -109,6 +109,7 @@ void GeneralSettings::loadMiscSettings() void GeneralSettings::slotUpdateInfo() { +#if 0 - if (OCUpdater *updater = dynamic_cast(Updater::instance())) { - connect(updater, SIGNAL(downloadStateChanged()), SLOT(slotUpdateInfo()), Qt::UniqueConnection); - connect(_ui->restartButton, SIGNAL(clicked()), updater, SLOT(slotStartInstaller()), Qt::UniqueConnection); -@@ -112,9 +113,12 @@ void GeneralSettings::slotUpdateInfo() + OCUpdater *updater = dynamic_cast(Updater::instance()); + if (ConfigFile().skipUpdateCheck()) { + updater = 0; // don't show update info if updates are disabled +@@ -121,9 +122,12 @@ void GeneralSettings::slotUpdateInfo() _ui->updateStateLabel->setText(updater->statusString()); _ui->restartButton->setVisible(updater->downloadState() == OCUpdater::DownloadComplete); } else { Modified: head/deskutils/owncloudclient/files/patch-src_gui_owncloudgui.cpp ============================================================================== --- head/deskutils/owncloudclient/files/patch-src_gui_owncloudgui.cpp Wed May 25 03:24:10 2016 (r415821) +++ head/deskutils/owncloudclient/files/patch-src_gui_owncloudgui.cpp Wed May 25 08:20:24 2016 (r415822) @@ -1,11 +1,11 @@ ---- src/gui/owncloudgui.cpp.orig 2015-03-16 14:28:58 UTC +--- src/gui/owncloudgui.cpp.orig 2016-05-12 07:59:12 UTC +++ src/gui/owncloudgui.cpp -@@ -33,6 +33,8 @@ - #include "openfilemanager.h" +@@ -34,6 +34,8 @@ + #include "accountmanager.h" #include "creds/abstractcredentials.h" +#include + #include + #include #include - #include Modified: head/deskutils/owncloudclient/files/patch-src_libsync_configfile.cpp ============================================================================== --- head/deskutils/owncloudclient/files/patch-src_libsync_configfile.cpp Wed May 25 03:24:10 2016 (r415821) +++ head/deskutils/owncloudclient/files/patch-src_libsync_configfile.cpp Wed May 25 08:20:24 2016 (r415822) @@ -1,6 +1,6 @@ ---- src/libsync/configfile.cpp.orig 2015-03-16 14:28:58 UTC +--- src/libsync/configfile.cpp.orig 2016-05-12 07:59:12 UTC +++ src/libsync/configfile.cpp -@@ -383,11 +383,22 @@ bool ConfigFile::skipUpdateCheck( const +@@ -415,11 +415,22 @@ bool ConfigFile::skipUpdateCheck( const QString con( connection ); if( connection.isEmpty() ) con = defaultConnection(); Modified: head/deskutils/owncloudclient/pkg-plist ============================================================================== --- head/deskutils/owncloudclient/pkg-plist Wed May 25 03:24:10 2016 (r415821) +++ head/deskutils/owncloudclient/pkg-plist Wed May 25 08:20:24 2016 (r415822) @@ -28,6 +28,7 @@ share/applications/owncloud.desktop %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client-7.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client-8.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client-9.png +%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client12.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client6.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/folderwizard_local.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/folderwizard_remote.png @@ -58,6 +59,7 @@ share/applications/owncloud.desktop %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/index.txt %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/installing.txt %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/introduction.txt +%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/lowdiskspace.txt %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/navigating.txt %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/options.txt %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/owncloud.1.txt @@ -71,6 +73,7 @@ share/applications/owncloud.desktop %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/comment-bright.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/comment-close.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/comment.png +%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/default.css %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/doctools.js %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/down-pressed.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/down.png @@ -98,6 +101,7 @@ share/applications/owncloud.desktop %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/index.html %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/installing.html %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/introduction.html +%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/lowdiskspace.html %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/navigating.html %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/objects.inv %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/options.html @@ -116,6 +120,7 @@ share/applications/owncloud.desktop %%PORTDOCS%%%%DOCSDIR%%/latex/client-7.png %%PORTDOCS%%%%DOCSDIR%%/latex/client-8.png %%PORTDOCS%%%%DOCSDIR%%/latex/client-9.png +%%PORTDOCS%%%%DOCSDIR%%/latex/client12.png %%PORTDOCS%%%%DOCSDIR%%/latex/client6.png %%PORTDOCS%%%%DOCSDIR%%/latex/fncychap.sty %%PORTDOCS%%%%DOCSDIR%%/latex/icon-error.png @@ -129,6 +134,7 @@ share/applications/owncloud.desktop %%PORTDOCS%%%%DOCSDIR%%/latex/logo-blue.pdf %%PORTDOCS%%%%DOCSDIR%%/latex/mac-share.png %%PORTDOCS%%%%DOCSDIR%%/latex/menu.png +%%PORTDOCS%%%%DOCSDIR%%/latex/newfloat.sty %%PORTDOCS%%%%DOCSDIR%%/latex/ownCloudClientManual.aux %%PORTDOCS%%%%DOCSDIR%%/latex/ownCloudClientManual.idx %%PORTDOCS%%%%DOCSDIR%%/latex/ownCloudClientManual.ilg From owner-svn-ports-head@freebsd.org Wed May 25 08:34:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BA12B498ED; Wed, 25 May 2016 08:34:33 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BFD711AD1; Wed, 25 May 2016 08:34:32 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4P8YVXF045929; Wed, 25 May 2016 08:34:31 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4P8YVhD045927; Wed, 25 May 2016 08:34:31 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201605250834.u4P8YVhD045927@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 25 May 2016 08:34:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415823 - head/databases/py-pymysql X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 08:34:33 -0000 Author: lwhsu Date: Wed May 25 08:34:31 2016 New Revision: 415823 URL: https://svnweb.freebsd.org/changeset/ports/415823 Log: - Update to 0.7.3 Modified: head/databases/py-pymysql/Makefile head/databases/py-pymysql/distinfo Modified: head/databases/py-pymysql/Makefile ============================================================================== --- head/databases/py-pymysql/Makefile Wed May 25 08:20:24 2016 (r415822) +++ head/databases/py-pymysql/Makefile Wed May 25 08:34:31 2016 (r415823) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pymysql -PORTVERSION= 0.7.2 +PORTVERSION= 0.7.3 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/py-pymysql/distinfo ============================================================================== --- head/databases/py-pymysql/distinfo Wed May 25 08:20:24 2016 (r415822) +++ head/databases/py-pymysql/distinfo Wed May 25 08:34:31 2016 (r415823) @@ -1,2 +1,3 @@ -SHA256 (PyMySQL-0.7.2.tar.gz) = bd7acb4990dbf097fae3417641f93e25c690e01ed25c3ed32ea638d6c3ac04ba -SIZE (PyMySQL-0.7.2.tar.gz) = 67182 +TIMESTAMP = 1464165047 +SHA256 (PyMySQL-0.7.3.tar.gz) = d5553d0ddbc7d14279f73b99886038399df8953998853764eecd8ad9ea3cab4b +SIZE (PyMySQL-0.7.3.tar.gz) = 67947 From owner-svn-ports-head@freebsd.org Wed May 25 08:36:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB40CB4992E; Wed, 25 May 2016 08:36:38 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 785ED1BDF; Wed, 25 May 2016 08:36:38 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4P8abtu046114; Wed, 25 May 2016 08:36:37 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4P8abji046112; Wed, 25 May 2016 08:36:37 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201605250836.u4P8abji046112@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 25 May 2016 08:36:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415824 - head/devel/py-magic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 08:36:38 -0000 Author: lwhsu Date: Wed May 25 08:36:37 2016 New Revision: 415824 URL: https://svnweb.freebsd.org/changeset/ports/415824 Log: - Update to 5.27 Modified: head/devel/py-magic/Makefile head/devel/py-magic/distinfo Modified: head/devel/py-magic/Makefile ============================================================================== --- head/devel/py-magic/Makefile Wed May 25 08:34:31 2016 (r415823) +++ head/devel/py-magic/Makefile Wed May 25 08:36:37 2016 (r415824) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= magic -PORTVERSION= 5.26 +PORTVERSION= 5.27 CATEGORIES= devel python MASTER_SITES= ftp://ftp.astron.com/pub/file/ \ ftp://ftp.gw.com/mirrors/pub/unix/file/ \ Modified: head/devel/py-magic/distinfo ============================================================================== --- head/devel/py-magic/distinfo Wed May 25 08:34:31 2016 (r415823) +++ head/devel/py-magic/distinfo Wed May 25 08:36:37 2016 (r415824) @@ -1,2 +1,3 @@ -SHA256 (file-5.26.tar.gz) = 2ef32b4ec936b0ff7b59a021dce56086a716663b6df1138c7ea597d396bf50cf -SIZE (file-5.26.tar.gz) = 773061 +TIMESTAMP = 1464165305 +SHA256 (file-5.27.tar.gz) = c2e7d509b1167c4915901ecd257ee924d229a348bf988df6d1934ef0fa34a1a7 +SIZE (file-5.27.tar.gz) = 774063 From owner-svn-ports-head@freebsd.org Wed May 25 08:41:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05EFFB499A9; Wed, 25 May 2016 08:41:16 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C91F01E17; Wed, 25 May 2016 08:41:15 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4P8fFJs047013; Wed, 25 May 2016 08:41:15 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4P8fEAU047011; Wed, 25 May 2016 08:41:14 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201605250841.u4P8fEAU047011@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 25 May 2016 08:41:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415825 - head/devel/py-coverage X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 08:41:16 -0000 Author: lwhsu Date: Wed May 25 08:41:14 2016 New Revision: 415825 URL: https://svnweb.freebsd.org/changeset/ports/415825 Log: - Update to 4.1 Modified: head/devel/py-coverage/Makefile head/devel/py-coverage/distinfo Modified: head/devel/py-coverage/Makefile ============================================================================== --- head/devel/py-coverage/Makefile Wed May 25 08:36:37 2016 (r415824) +++ head/devel/py-coverage/Makefile Wed May 25 08:41:14 2016 (r415825) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= coverage -PORTVERSION= 3.7.1 -PORTREVISION= 2 +PORTVERSION= 4.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-coverage/distinfo ============================================================================== --- head/devel/py-coverage/distinfo Wed May 25 08:36:37 2016 (r415824) +++ head/devel/py-coverage/distinfo Wed May 25 08:41:14 2016 (r415825) @@ -1,2 +1,3 @@ -SHA256 (coverage-3.7.1.tar.gz) = d1aea1c4aa61b8366d6a42dd3650622fbf9c634ed24eaf7f379c8b970e5ed44e -SIZE (coverage-3.7.1.tar.gz) = 284735 +TIMESTAMP = 1464165611 +SHA256 (coverage-4.1.tar.gz) = 41632b5e2c0ec510e4c0f1f0f02a702477d1f837693964390553539217c92b07 +SIZE (coverage-4.1.tar.gz) = 370815 From owner-svn-ports-head@freebsd.org Wed May 25 10:12:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FF30B49F1C; Wed, 25 May 2016 10:12:52 +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 5A72B144F; Wed, 25 May 2016 10:12:52 +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 u4PACpHl076379; Wed, 25 May 2016 10:12:51 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PACpih076373; Wed, 25 May 2016 10:12:51 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201605251012.u4PACpih076373@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 25 May 2016 10:12:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415826 - in head/databases: . pgreplay pgreplay/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 10:12:52 -0000 Author: matthew Date: Wed May 25 10:12:50 2016 New Revision: 415826 URL: https://svnweb.freebsd.org/changeset/ports/415826 Log: pgreplay reads a PostgreSQL log file (*not* a WAL file), extracts the SQL statements and executes them in the same order and with the original timing against a PostgreSQL database. WWW: https://github.com/laurenz/pgreplay Added: head/databases/pgreplay/ head/databases/pgreplay/Makefile (contents, props changed) head/databases/pgreplay/distinfo (contents, props changed) head/databases/pgreplay/files/ head/databases/pgreplay/files/patch-Makefile.in (contents, props changed) head/databases/pgreplay/pkg-descr (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Wed May 25 08:41:14 2016 (r415825) +++ head/databases/Makefile Wed May 25 10:12:50 2016 (r415826) @@ -572,6 +572,7 @@ SUBDIR += pgpool-II-30 SUBDIR += pgpool-II-33 SUBDIR += pgpoolAdmin + SUBDIR += pgreplay SUBDIR += pgrouting SUBDIR += pgsphere SUBDIR += pgtcl Added: head/databases/pgreplay/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pgreplay/Makefile Wed May 25 10:12:50 2016 (r415826) @@ -0,0 +1,28 @@ +# Created by: Matthew Seaman +# $FreeBSD$ + +PORTNAME= pgreplay +PORTVERSION= 1.2.0 +CATEGORIES= databases + +MAINTAINER= matthew@FreeBSD.org +COMMENT= Replay SQL statements from a Postgresql Log + +LICENSE= PostgreSQL + +USE_GITHUB= yes +GH_ACCOUNT= laurenz +GH_TAGNAME= PGREPLAY_1_2_0 + +USES= pgsql autoreconf +GNU_CONFIGURE= yes + +PLIST_FILES= bin/pgreplay man/man1/pgreplay.1.gz + +ALL_TARGET= ${PORTNAME} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/pgreplay ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/pgreplay.1 ${STAGEDIR}${PREFIX}/man/man1 + +.include Added: head/databases/pgreplay/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pgreplay/distinfo Wed May 25 10:12:50 2016 (r415826) @@ -0,0 +1,3 @@ +TIMESTAMP = 1464166606 +SHA256 (laurenz-pgreplay-1.2.0-PGREPLAY_1_2_0_GH0.tar.gz) = b2443d1ccf0c0c1da2ce9d98035e42c8f6846146b804cb3bf5a8819ca6c4123d +SIZE (laurenz-pgreplay-1.2.0-PGREPLAY_1_2_0_GH0.tar.gz) = 118585 Added: head/databases/pgreplay/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pgreplay/files/patch-Makefile.in Wed May 25 10:12:50 2016 (r415826) @@ -0,0 +1,14 @@ +--- Makefile.in.orig 2016-05-25 09:58:50 UTC ++++ Makefile.in +@@ -1,4 +1,5 @@ + CFLAGS = @CFLAGS@ ++CPPFLAGS= @CPPFLAGS@ + LDFLAGS = @LDFLAGS@ + LIBS = @LIBS@ + CC = @CC@ +@@ -57,4 +58,4 @@ install_html: $(EXE).html + $(INSTALL) -D -m 0644 $< $(DESTDIR)$(htmldir)/$< + + .c.o: $(HEADERS) +- $(CC) -c $(CFLAGS) -DVERSION='"$(VERSION)"' $< ++ $(CC) -c $(CFLAGS) $(CPPFLAGS) -DVERSION='"$(VERSION)"' $< Added: head/databases/pgreplay/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pgreplay/pkg-descr Wed May 25 10:12:50 2016 (r415826) @@ -0,0 +1,5 @@ +pgreplay reads a PostgreSQL log file (*not* a WAL file), extracts the +SQL statements and executes them in the same order and with the original +timing against a PostgreSQL database. + +WWW: https://github.com/laurenz/pgreplay From owner-svn-ports-head@freebsd.org Wed May 25 10:41:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99B09B494C4; Wed, 25 May 2016 10:41:05 +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 61AFA1EF3; Wed, 25 May 2016 10:41:05 +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 E111ABDC30; Wed, 25 May 2016 12:41:02 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id B7949BDC2E; Wed, 25 May 2016 12:41:02 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 958456127; Wed, 25 May 2016 12:41:01 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id C0E14296306A; Wed, 25 May 2016 12:41:00 +0200 (CEST) Date: Wed, 25 May 2016 12:41:00 +0200 From: Mathieu Arnold To: Matthew Seaman , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r415826 - in head/databases: . pgreplay pgreplay/files Message-ID: <99066AB2714DF0E42D79FF9D@ogg.in.absolight.net> In-Reply-To: <201605251012.u4PACpih076373@repo.freebsd.org> References: <201605251012.u4PACpih076373@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="==========3F65215862E6B08B05B5==========" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 10:41:05 -0000 --==========3F65215862E6B08B05B5========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 25 mai 2016 10:12:51 +0000 Matthew Seaman wrote: | +PORTNAME= pgreplay | +PORTVERSION= 1.2.0 | +GH_TAGNAME= PGREPLAY_1_2_0 This should be: DISTVERSIONPREFIX=${PORTNAME:tu}_ DISTVERSION=1_2_0 -- Mathieu Arnold --==========3F65215862E6B08B05B5========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJXRYE8XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85Ii9wQALgd5xRtDI9BpRkHoQEudq9j kp1tknVXF7lhSb6ZXer6R6oDGepgMH/cNHLAwDZ80fElTwUpDHaitBNdG1LQJ1Ot TeH5v0MqYCGql6WWXk/s/n7J7RPWKiPFREO2aKQdpWdoCGjKnb122iEK5Qg5PEuI 0pwdvqbxb3TnK7qkuXwBRYOmdxtU6xNLz3wdYkcU+b7q79nRr+ByP1vIV4CpCzYN dUgeoFaDwfGfIUNZ9lfVNuSoebr4QhpJp4mPUsqF8C5RpDKP1w3vXDfr3isyPfMp zigdw6ntEVMYLs8Y37Z+qZxyYcaTY84+G9w8BROr/N6HZ/fSG7LmekcevJ39C6UV KPXe6rLCd42hEv/l2NacjkbMRz2kWgubbm6AG7bseg4JxBpB5lzXDLTfVfWUM9kE 6UxuYwbV+fUygAXYZUAwE5eTlKf2HqtzvhwyrIelAxFHdizyWhqojRydEOl2p2VL DFhdhIIwS+kshL/9NviseBuGfL/YHvUjwtWy44bZ+raqIWs4iOa0GunUAJQnPRBa vSS5ARUqOMoNnjrXBd/B7h93nBgtQHGnKsXXsiklflmH5YXQJcUr1M5jOCrYWGRG GJYnhwe8WFxwqmVs8uGBZ22Tj1WauNkHNzVypsDB1mp7YiCY4zXD5W55JMz/BdgP +V96AkmqpBj/i3z15Bqv =lez2 -----END PGP SIGNATURE----- --==========3F65215862E6B08B05B5==========-- From owner-svn-ports-head@freebsd.org Wed May 25 11:59:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05BB2B49A91; Wed, 25 May 2016 11:59:41 +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 CB8D413E3; Wed, 25 May 2016 11:59:40 +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 u4PBxe5M006707; Wed, 25 May 2016 11:59:40 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PBxdPi006703; Wed, 25 May 2016 11:59:39 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201605251159.u4PBxdPi006703@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 25 May 2016 11:59:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415827 - in head: . Mk 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.22 Precedence: list List-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, 25 May 2016 11:59:41 -0000 Author: mat Date: Wed May 25 11:59:39 2016 New Revision: 415827 URL: https://svnweb.freebsd.org/changeset/ports/415827 Log: A new stage-qa test has been added, it reports all shared libraries dependencies that are not part of the port list of dependencies. It help finds what is called proxy dependencies. A is needed by B, and B is needed by C. If C also needs A, then it needs to be registered, and this check will tell you to do so. Right now, it is only reporting the problems, but if you add PROXYDEPS_FATAL=yes to your environment, it will give an error and will force you to fix the dependencies. PR: 195203 Submitted by: yuri rawbw com (earlier version) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6531 Modified: head/CHANGES head/Mk/Scripts/qa.sh (contents, props changed) head/Mk/bsd.port.mk (contents, props changed) Modified: head/CHANGES ============================================================================== --- head/CHANGES Wed May 25 10:12:50 2016 (r415826) +++ head/CHANGES Wed May 25 11:59:39 2016 (r415827) @@ -11,6 +11,20 @@ in the release notes and/or placed into All ports committers are allowed to commit to this file. 20160525: +AUTHOR: mat@FreeBSD.org + + A new stage-qa test has been added, it reports all shared libraries + dependencies that are not part of the port list of dependencies. It help + finds what is called proxy dependencies. + + A is needed by B, and B is needed by C. If C also needs A, then it needs to + be registered, and this check will tell you to do so. + + Right now, it is only reporting the problems, but if you add + PROXYDEPS_FATAL=yes to your environment, it will give an error and will force + you to fix the dependencies. + +20160525: AUTHOR: bapt@FreeBSD.org New keyword @xmlcatmgr has been added, to handle the XML and SGML catalog Modified: head/Mk/Scripts/qa.sh ============================================================================== --- head/Mk/Scripts/qa.sh Wed May 25 10:12:50 2016 (r415826) +++ head/Mk/Scripts/qa.sh Wed May 25 11:59:39 2016 (r415827) @@ -313,7 +313,296 @@ terminfo() { return 0 } -checks="shebang symlinks paths stripped desktopfileutils sharedmimeinfo suidfiles libtool libperl prefixvar baselibs terminfo" +listcontains() { + local str lst elt + str=$1 + lst=$2 + + for elt in ${lst} ; do + if [ ${elt} = ${str} ]; then + return 0 + fi + done + return 1 +} + +proxydeps_suggest_uses() { + local pkg=$1 + local lib_file=$2 + + # miscellaneous USE clauses + if [ ${pkg} = 'devel/gettext-runtime' ]; then + warn "you need USES+=gettext" + elif [ ${pkg} = 'databases/sqlite3' ]; then + warn "you need USES+=sqlite" + elif [ ${pkg} = 'databases/sqlite2' ]; then + warn "you need USES+=sqlite:2" + # Gnome -> same as port + # grep LIB_DEPENDS= Mk/Uses/gnome.mk |sed -e 's|\(.*\)_LIB_DEPENDS.*:\(.*\)\/\(.*\)|[ "\1" = "\3" ] \&\& echo "\\${pkg} = \\\"\2/\3\\\" -o \\\\"|'|sort|sh + elif [ ${pkg} = "accessibility/atk" -o \ + ${pkg} = "accessibility/atkmm" -o \ + ${pkg} = "graphics/cairo" -o \ + ${pkg} = "graphics/cairomm" -o \ + ${pkg} = "devel/dconf" -o \ + ${pkg} = "audio/esound" -o \ + ${pkg} = "x11-toolkits/gal2" -o \ + ${pkg} = "devel/gconf2" -o \ + ${pkg} = "devel/gconfmm26" -o \ + ${pkg} = "devel/glib12" -o \ + ${pkg} = "devel/glib20" -o \ + ${pkg} = "devel/glibmm" -o \ + ${pkg} = "audio/gsound" -o \ + ${pkg} = "x11-toolkits/gtk12" -o \ + ${pkg} = "x11-toolkits/gtk20" -o \ + ${pkg} = "x11-toolkits/gtk30" -o \ + ${pkg} = "www/gtkhtml3" -o \ + ${pkg} = "www/gtkhtml4" -o \ + ${pkg} = "x11-toolkits/gtkmm20" -o \ + ${pkg} = "x11-toolkits/gtkmm24" -o \ + ${pkg} = "x11-toolkits/gtkmm30" -o \ + ${pkg} = "x11-toolkits/gtksourceview" -o \ + ${pkg} = "x11-toolkits/gtksourceview2" -o \ + ${pkg} = "x11-toolkits/gtksourceview3" -o \ + ${pkg} = "x11-toolkits/gtksourceviewmm3" -o \ + ${pkg} = "devel/libbonobo" -o \ + ${pkg} = "x11-toolkits/libbonoboui" -o \ + ${pkg} = "databases/libgda4" -o \ + ${pkg} = "databases/libgda5" -o \ + ${pkg} = "databases/libgda5-ui" -o \ + ${pkg} = "databases/libgdamm" -o \ + ${pkg} = "databases/libgdamm5" -o \ + ${pkg} = "devel/libglade2" -o \ + ${pkg} = "x11/libgnome" -o \ + ${pkg} = "graphics/libgnomecanvas" -o \ + ${pkg} = "x11/libgnomekbd" -o \ + ${pkg} = "print/libgnomeprint" -o \ + ${pkg} = "x11-toolkits/libgnomeprintui" -o \ + ${pkg} = "x11-toolkits/libgnomeui" -o \ + ${pkg} = "devel/libgsf" -o \ + ${pkg} = "www/libgtkhtml" -o \ + ${pkg} = "x11-toolkits/libgtksourceviewmm" -o \ + ${pkg} = "graphics/librsvg2" -o \ + ${pkg} = "devel/libsigc++12" -o \ + ${pkg} = "devel/libsigc++20" -o \ + ${pkg} = "x11-toolkits/libwnck" -o \ + ${pkg} = "x11-toolkits/libwnck3" -o \ + ${pkg} = "textproc/libxml++26" -o \ + ${pkg} = "textproc/libxml2" -o \ + ${pkg} = "textproc/libxslt" -o \ + ${pkg} = "x11-wm/metacity" -o \ + ${pkg} = "x11-toolkits/pango" -o \ + ${pkg} = "x11-toolkits/pangomm" -o \ + ${pkg} = "x11-toolkits/pangox-compat" -o \ + ${pkg} = "x11-toolkits/vte" -o \ + ${pkg} = "x11-toolkits/vte3" ]; then + warn "you need USE_GNOME+=${pkg#*/}" + # Gnome different as port + # grep LIB_DEPENDS= Mk/Uses/gnome.mk |sed -e 's|\(.*\)_LIB_DEPENDS.*:\(.*\)\/\(.*\)|[ "\1" = "\3" ] \|\| echo "elif [ \\${pkg} = \\\"\2/\3\\\" ]; then; warn \\\"you need USE_GNOME+=\1\\\""|'|sort|sh + elif [ ${pkg} = "accessibility/at-spi" ]; then warn "you need USE_GNOME+=atspi" + elif [ ${pkg} = "databases/evolution-data-server" ]; then warn "you need USE_GNOME+=evolutiondataserver3" + elif [ ${pkg} = "graphics/gdk-pixbuf" ]; then warn "you need USE_GNOME+=gdkpixbuf" + elif [ ${pkg} = "graphics/gdk-pixbuf2" ]; then warn "you need USE_GNOME+=gdkpixbuf2" + elif [ ${pkg} = "x11/gnome-desktop" ]; then warn "you need USE_GNOME+=gnomedesktop3" + elif [ ${pkg} = "accessibility/gnome-speech" ]; then warn "you need USE_GNOME+=gnomespeech" + elif [ ${pkg} = "devel/gnome-vfs" ]; then warn "you need USE_GNOME+=gnomevfs2" + elif [ ${pkg} = "devel/gobject-introspection" ]; then warn "you need USE_GNOME+=introspection" + elif [ ${pkg} = "graphics/libart_lgpl" ]; then warn "you need USE_GNOME+=libartlgpl2" + elif [ ${pkg} = "devel/libIDL" ]; then warn "you need USE_GNOME+=libidl" + elif [ ${pkg} = "x11-fm/nautilus" ]; then warn "you need USE_GNOME+=nautilus3" + elif [ ${pkg} = "devel/ORBit2" ]; then warn "you need USE_GNOME+=orbit2" + # mate + # grep LIB_DEPENDS= Mk/Uses/mate.mk |sed -e 's|\(.*\)_LIB_DEPENDS.*:\(.*\)\/\(.*\)|elif [ ${pkg} = "\2/\3" ]; then warn "you need USE_MATE+=\1"|' + elif [ ${pkg} = "x11-fm/caja" ]; then warn "you need USE_MATE+=caja" + elif [ ${pkg} = "sysutils/mate-control-center" ]; then warn "you need USE_MATE+=controlcenter" + elif [ ${pkg} = "x11/mate-desktop" ]; then warn "you need USE_MATE+=desktop" + elif [ ${pkg} = "x11/libmatekbd" ]; then warn "you need USE_MATE+=libmatekbd" + elif [ ${pkg} = "net/libmateweather" ]; then warn "you need USE_MATE+=libmateweather" + elif [ ${pkg} = "x11-wm/marco" ]; then warn "you need USE_MATE+=marco" + elif [ ${pkg} = "x11/mate-menus" ]; then warn "you need USE_MATE+=menus" + elif [ ${pkg} = "x11/mate-panel" ]; then warn "you need USE_MATE+=panel" + elif [ ${pkg} = "sysutils/mate-polkit" ]; then warn "you need USE_MATE+=polkit" + # sdl-related + elif [ ${pkg} = 'devel/sdl12' ]; then + warn "you need USE_SDL+=sdl" + elif echo ${pkg} | grep -E '/sdl_(console|gfx|image|mixer|mm|net|pango|sound|ttf)$' > /dev/null; then + warn "you need USE_SDL+=$(echo ${pkg} | sed -E 's|.*/sdl_||')" + elif [ ${pkg} = 'devel/sdl20' ]; then + warn "you need USE_SDL+=sdl2" + elif echo ${pkg} | grep -E '/sdl2_(gfx|image|mixer|net|ttf)$' > /dev/null; then + warn "you need USE_SDL+=$(echo ${pkg} | sed -E 's|.*/sdl2_||')2" + # gl-related + elif [ ${pkg} = 'graphics/libGL' ]; then + warn "you need USE_GL+=gl" + elif [ ${pkg} = 'graphics/gbm' ]; then + warn "you need USE_GL+=gbm" + elif [ ${pkg} = 'graphics/libglesv2' ]; then + warn "you need USE_GL+=glesv2" + elif [ ${pkg} = 'graphics/libEGL' ]; then + warn "you need USE_GL+=egl" + elif [ ${pkg} = 'graphics/glew' ]; then + warn "you need USE_GL+=glew" + elif [ ${pkg} = 'graphics/libGLU' ]; then + warn "you need USE_GL+=glu" + elif [ ${pkg} = 'graphics/libGLw' ]; then + warn "you need USE_GL+=glw" + elif [ ${pkg} = 'graphics/freeglut' ]; then + warn "you need USE_GL+=glut" + # Xorg-libraries: this should be by XORG_MODULES @ bsd.xorg.mk + elif echo ${pkg} | grep -E '/lib(X11|Xau|Xdmcp|Xext|SM|ICE|Xfixes|Xft|Xdamage|Xcomposite|Xcursor|Xinerama|Xmu|Xmuu|Xpm|Xt|Xtst|Xi|Xrandr|Xrender|Xres|XScrnSaver|Xv|Xxf86vm|Xxf86dga|Xxf86misc|xcb)$' > /dev/null; then + warn "you need USE_XORG+=$(echo ${pkg} | sed -E 's|.*/lib//' | tr '[:upper:]' '[:lower:]')" + elif [ ${pkg} = 'x11/pixman' ]; then + warn "you need USE_XORG+=pixman" + # Qt4 + elif expr ${pkg} : '.*/qt4-.*' > /dev/null; then + warn "you need USE_QT4+=$(echo ${pkg} | sed -E 's|.*/qt4-||')" + # Qt5 + elif expr ${pkg} : '.*/qt5-.*' > /dev/null; then + warn "you need USE_QT5+=$(echo ${pkg} | sed -E 's|.*/qt5-||')" + # MySQL + elif expr ${lib_file} : "${LOCALBASE}/lib/mysql/[^/]*$" > /dev/null; then + warn "you need USES+=mysql" + # postgresql + elif expr ${pkg} : "^databases/postgresql.*-client" > /dev/null; then + warn "you need USES+=pgsql" + # bdb + elif expr ${pkg} : "^databases/db[456]" > /dev/null; then + warn "you need USES+=bdb" + # execinfo + elif [ ${pkg} = "devel/libexecinfo" ]; then + warn "you need USES+=execinfo" + # fam/gamin + elif [ ${pkg} = "devel/fam" -o ${pkg} = "devel/gamin" ]; then + warn "you need USES+=fam" + # firebird + elif [ ${pkg} = "databases/firebird25-client" ]; then + warn "you need USES+=firebird" + # fuse + elif [ ${pkg} = "sysutils/fusefs-libs" ]; then + warn "you need USES+=fuse" + # gnustep + elif [ ${pkg} = "lang/gnustep-base" ]; then + warn "you need USES+=gnustep and USE_GNUSTEP+=base" + elif [ ${pkg} = "x11-toolkits/gnustep-gui" ]; then + warn "you need USES+=gnustep and USE_GNUSTEP+=gui" + # iconv + elif [ ${pkg} = "converters/libiconv" ]; then + warn "you need USES+=iconv" + # jpeg + elif [ ${pkg} = "graphics/jpeg" -o ${pkg} = "graphics/jpeg-turbo" ]; then + warn "you need USES+=jpeg" + # libarchive + elif [ ${pkg} = "archivers/libarchive" ]; then + warn "you need USES+=libarchive" + elif [ ${pkg} = "devel/libedit" ]; then + warn "you need USES+=libedit" + # lua + elif expr ${pkg} : "^lang/lua" > /dev/null; then + warn "you need USES+=lua" + # motif + elif [ ${pkg} = "x11-toolkits/lesstif" -o ${pkg} = "x11-toolkits/open-motif" ]; then + warn "you need USES+=motif" + # objc + elif [ ${pkg} = "lang/libobjc2" ]; then + warn "you need USES+=objc" + # openal + elif [ ${pkg} = "audio/openal" -o ${pkg} = "audio/openal-soft" -o ${pkg} = "audio/freealut" ]; then + warn "you need USES+=openal" + # pure + elif [ ${pkg} = "lang/pure" ]; then + warn "you need USES+=pure" + # readline + elif [ ${pkg} = "devel/readline" ]; then + warn "you need USES+=readline" + # Tcl + elif expr ${pkg} : "^lang/tcl" > /dev/null; then + warn "you need USES+=tcl" + # Tk + elif expr ${pkg} : "^x11-toolkits/tk" > /dev/null; then + warn "you need USES+=tk" + # Xfce + # grep LIB_DEPENDS= Mk/Uses/xfce.mk |sed -e 's|\(.*\)_LIB_DEPENDS.*:\(.*\)\/\(.*\)|elif [ ${pkg} = "\2/\3" ]; then warn "you need USE_XFCE+=\1"|' + elif [ ${pkg} = "sysutils/garcon" ]; then warn "you need USE_XFCE+=garcon" + elif [ ${pkg} = "x11/libexo" ]; then warn "you need USE_XFCE+=libexo" + elif [ ${pkg} = "x11-toolkits/libxfce4gui" ]; then warn "you need USE_XFCE+=libgui" + elif [ ${pkg} = "x11/libxfce4menu" ]; then warn "you need USE_XFCE+=libmenu" + elif [ ${pkg} = "x11/libxfce4util" ]; then warn "you need USE_XFCE+=libutil" + elif [ ${pkg} = "x11-wm/xfce4-panel" ]; then warn "you need USE_XFCE+=panel" + elif [ ${pkg} = "x11-fm/thunar" ]; then warn "you need USE_XFCE+=thunar" + elif [ ${pkg} = "x11/xfce4-conf" ]; then warn "you need USE_XFCE+=xfconf" + # default + elif expr ${lib_file} : "${LOCALBASE}/lib/[^/]*$" > /dev/null; then + lib_file=${lib_file#${LOCALBASE}/lib/} + lib_file=${lib_file%.so*}.so + warn "you need LIB_DEPENDS+=${lib_file}:${pkg}" + fi +} + +subst_dep_file() { + local dep_file=$1 + if expr ${dep_file} : "${LOCALBASE}/lib/libGL.so.[0-9]$" > /dev/null; then + if [ -f ${LOCALBASE}/lib/.mesa/libGL.so ]; then + echo ${LOCALBASE}/lib/.mesa/libGL.so + return + fi + elif expr ${dep_file} : "${LOCALBASE}/lib/libEGL.so.[0-9]$" > /dev/null; then + if [ -f ${LOCALBASE}/lib/.mesa/libEGL.so ]; then + echo ${LOCALBASE}/lib/.mesa/libEGL.so + return + fi + fi + echo ${dep_file} +} + +proxydeps() { + local file dep_file dep_file_pkg already rc + + rc=0 + + # Check all dynamicaly linked ELF files + # Some .so are not executable, but we want to check them too. + while read file; do + # No results presents a blank line from heredoc. + [ -z "${file}" ] && continue + while read dep_file; do + # No results presents a blank line from heredoc. + [ -z "${dep_file}" ] && continue + dep_file=$(subst_dep_file ${dep_file}) + if listcontains ${dep_file} "${already}"; then + continue + fi + if $(pkg which -q ${dep_file} > /dev/null 2>&1); then + dep_file_pkg=$(pkg which -qo ${dep_file}) + if ! listcontains ${dep_file_pkg} "${LIB_RUN_DEPENDS} ${PKGORIGIN}"; then + err "${file} is linked to ${dep_file} from ${dep_file_pkg} but it is not declared as a dependency" + proxydeps_suggest_uses ${dep_file_pkg} ${dep_file} + rc=1 + fi + else + err "${file} is linked to ${dep_file} that does not belong to any package" + rc=1 + fi + already="${already} ${dep_file}" + done <<-EOT + $(LD_LIBRARY_PATH=${LOCALBASE}/lib ldd -a "${STAGEDIR}${file}" | \ + awk '\ + BEGIN {section=0}\ + /^\// {section++}\ + !/^\// && section<=1 && ($3 ~ "^'${PREFIX}'" || $3 ~ "^'${LOCALBASE}'") {print $3}') + EOT + done <<-EOT + $(cd ${STAGEDIR} && find -s . -type f \( -perm +111 -o -name '*.so*' \) | \ + file -F $'\1' -f - | \ + grep -a 'ELF.*dynamically linked' | \ + cut -f 1 -d $'\1'| \ + sed -e 's/^\.//') + EOT + + [ -z "${PROXYDEPS_FATAL}" ] && return 0 + + return ${rc} +} + +checks="shebang symlinks paths stripped desktopfileutils sharedmimeinfo suidfiles libtool libperl prefixvar baselibs terminfo proxydeps" ret=0 cd ${STAGEDIR} Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Wed May 25 10:12:50 2016 (r415826) +++ head/Mk/bsd.port.mk Wed May 25 11:59:39 2016 (r415827) @@ -1521,6 +1521,8 @@ QA_ENV+= STAGEDIR=${STAGEDIR} \ "STRIP=${STRIP}" \ TMPPLIST=${TMPPLIST} \ LDCONFIG_DIR="${LDCONFIG_DIR}" \ + PKGORIGIN=${PKGORIGIN} \ + LIB_RUN_DEPENDS='${_LIB_RUN_DEPENDS:C,[^:]*:([^:]*):?.*,\1,}' \ PKGBASE=${PKGBASE} .if !empty(USES:Mdesktop-file-utils) QA_ENV+= USESDESKTOPFILEUTILS=yes From owner-svn-ports-head@freebsd.org Wed May 25 12:06:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA8A0B493C8; Wed, 25 May 2016 12:06:07 +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 77DAB1D7D; Wed, 25 May 2016 12:06:07 +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 u4PC66l3009730; Wed, 25 May 2016 12:06:06 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PC66Xn009728; Wed, 25 May 2016 12:06:06 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201605251206.u4PC66Xn009728@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Wed, 25 May 2016 12:06:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415828 - head/mail/opensmtpd-extras X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 12:06:07 -0000 Author: gahr Date: Wed May 25 12:06:06 2016 New Revision: 415828 URL: https://svnweb.freebsd.org/changeset/ports/415828 Log: mail/opensmtpd-extras: update to 201605232202 Modified: head/mail/opensmtpd-extras/Makefile head/mail/opensmtpd-extras/distinfo Modified: head/mail/opensmtpd-extras/Makefile ============================================================================== --- head/mail/opensmtpd-extras/Makefile Wed May 25 11:59:39 2016 (r415827) +++ head/mail/opensmtpd-extras/Makefile Wed May 25 12:06:06 2016 (r415828) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= opensmtpd-extras -PORTVERSION= 201605182041 +PORTVERSION= 201605232202 PORTREVISION?= 0 CATEGORIES+= mail MASTER_SITES= http://www.opensmtpd.org/archives/ Modified: head/mail/opensmtpd-extras/distinfo ============================================================================== --- head/mail/opensmtpd-extras/distinfo Wed May 25 11:59:39 2016 (r415827) +++ head/mail/opensmtpd-extras/distinfo Wed May 25 12:06:06 2016 (r415828) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463682954 -SHA256 (opensmtpd-extras-201605182041.tar.gz) = 6186f6da6b102bdcac9c6c0d6eca69cbc08b7a3fdb841d9325f6af994e9ae01b -SIZE (opensmtpd-extras-201605182041.tar.gz) = 630333 +TIMESTAMP = 1464172885 +SHA256 (opensmtpd-extras-201605232202.tar.gz) = dd61a16f4d4e553ef68b9ea9673f2b543b23b78f37a0975f62007204797ff7c6 +SIZE (opensmtpd-extras-201605232202.tar.gz) = 631099 From owner-svn-ports-head@freebsd.org Wed May 25 13:00:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A96FCB4934F; Wed, 25 May 2016 13:00:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 74728194D; Wed, 25 May 2016 13:00:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4PD0vQi024948; Wed, 25 May 2016 13:00:57 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PD0vXD024947; Wed, 25 May 2016 13:00:57 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605251300.u4PD0vXD024947@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 25 May 2016 13:00:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415829 - head/deskutils/surrealtodo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 13:00:58 -0000 Author: amdmi3 Date: Wed May 25 13:00:57 2016 New Revision: 415829 URL: https://svnweb.freebsd.org/changeset/ports/415829 Log: - Switch to options helpers - Drop USE_MYSQL - this only needs php mysql module, not mysql client library - Fix option name (PGSQL vs. POSTGRE) - Add NO_ARCH Modified: head/deskutils/surrealtodo/Makefile Modified: head/deskutils/surrealtodo/Makefile ============================================================================== --- head/deskutils/surrealtodo/Makefile Wed May 25 12:06:06 2016 (r415828) +++ head/deskutils/surrealtodo/Makefile Wed May 25 13:00:57 2016 (r415829) @@ -3,6 +3,7 @@ PORTNAME= surrealtodo PORTVERSION= 0.6.1.2 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= SF/surrealtodo/Surreal%20ToDo/ DISTNAME= surrealtodo_v${PORTVERSION} @@ -13,12 +14,13 @@ COMMENT= Surreal ToDo is an AJAX enabled BROKEN_powerpc64= Does not build USES= zip -USE_PHP+= mysql -USE_MYSQL= yes +USE_PHP= mysql +IGNORE_WITH_PHP= 70 NO_BUILD= yes +NO_ARCH= yes + WWWOWN= www WWWGRP= ${WWWOWN} -IGNORE_WITH_PHP= 70 PKGMESSAGE= ${WRKDIR}/${PORTNAME}/pkg-message SUB_FILES= pkg-message @@ -28,17 +30,9 @@ OPTIONS_DEFINE= PGSQL APACHE LIGHTTPD OPTIONS_DEFAULT= APACHE LIGHTTPD_DESC= Use Lighttpd webserver -.include - -.if ${PORT_OPTIONS:MPOSTGRE} -USE_PHP+= pgsql -.endif -.if ${PORT_OPTIONS:MAPACHE} -USE_APACHE_RUN= 22 -.endif -.if ${PORT_OPTIONS:MLIGHTTPD} -RUN_DEPENDS+= lighttpd:www/lighttpd -.endif +PGSQL_USE= PHP=pgsql +APACHE_USE= APACHE_RUN=22 +LIGHTTPD_RUN_DEPENDS= lighttpd:www/lighttpd do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} From owner-svn-ports-head@freebsd.org Wed May 25 13:01:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68C88B49366; Wed, 25 May 2016 13:01: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 3A1E71976; Wed, 25 May 2016 13:01: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 u4PD13C9025055; Wed, 25 May 2016 13:01:03 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PD13i2025053; Wed, 25 May 2016 13:01:03 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605251301.u4PD13i2025053@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 25 May 2016 13:01:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415830 - in head/www: py-django-registration py-django-registration-redux X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 13:01:04 -0000 Author: amdmi3 Date: Wed May 25 13:01:03 2016 New Revision: 415830 URL: https://svnweb.freebsd.org/changeset/ports/415830 Log: - Fix mutual CONFLICTS for www/py-django-registration and www/py-django-registration-redux Approved by: portmgr blanket Modified: head/www/py-django-registration-redux/Makefile head/www/py-django-registration/Makefile Modified: head/www/py-django-registration-redux/Makefile ============================================================================== --- head/www/py-django-registration-redux/Makefile Wed May 25 13:00:57 2016 (r415829) +++ head/www/py-django-registration-redux/Makefile Wed May 25 13:01:03 2016 (r415830) @@ -19,6 +19,6 @@ NO_ARCH= yes USES= python USE_PYTHON= distutils autoplist -CONFLICTS_INSTALL= pootle-* py-django-registration +CONFLICTS_INSTALL= pootle-[0-9]* py??-django-registration-[0-9]* .include Modified: head/www/py-django-registration/Makefile ============================================================================== --- head/www/py-django-registration/Makefile Wed May 25 13:00:57 2016 (r415829) +++ head/www/py-django-registration/Makefile Wed May 25 13:01:03 2016 (r415830) @@ -17,6 +17,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}djan USES= python USE_PYTHON= distutils autoplist -CONFLICTS_INSTALL= pootle-* +CONFLICTS_INSTALL= pootle-[0-9]* py??-django-registration-redux-[0-9]* .include From owner-svn-ports-head@freebsd.org Wed May 25 13:28:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD234B49B4A; Wed, 25 May 2016 13:28: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 8EE851DBD; Wed, 25 May 2016 13:28: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 u4PDSLo8033921; Wed, 25 May 2016 13:28:21 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PDSLgY033917; Wed, 25 May 2016 13:28:21 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201605251328.u4PDSLgY033917@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 25 May 2016 13:28:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415831 - in head/dns: bind9-devel bind910 bind99 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 13:28:22 -0000 Author: mat Date: Wed May 25 13:28:21 2016 New Revision: 415831 URL: https://svnweb.freebsd.org/changeset/ports/415831 Log: Add --with-dlopen=yes to the default options to allow using third parties dlz drivers. While there: - enable the DLZ_FILESYSTEM option by default - convert to USES=mysql and USES=bdb Requested by: borius i ua Sponsored by: Absolight Modified: head/dns/bind9-devel/Makefile (contents, props changed) head/dns/bind910/Makefile (contents, props changed) head/dns/bind99/Makefile (contents, props changed) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Wed May 25 13:01:03 2016 (r415830) +++ head/dns/bind9-devel/Makefile Wed May 25 13:28:21 2016 (r415831) @@ -3,7 +3,7 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/} -PORTREVISION= 0 +PORTREVISION= 1 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;/ @@ -37,6 +37,7 @@ CONFIGURE_ARGS+= --localstatedir=/var -- --with-randomdev=/dev/random \ --with-libxml2=${LOCALBASE} \ --with-readline=-ledit \ + --with-dlopen=yes \ --sysconfdir=${ETCDIR} ETCDIR= ${PREFIX}/etc/namedb @@ -44,7 +45,7 @@ CONFLICTS+= bind9*-9.[456789].* bind9*-s SUB_FILES= pkg-message -OPTIONS_DEFAULT= SSL THREADS SIGCHASE IDN GSSAPI_NONE +OPTIONS_DEFAULT= SSL THREADS SIGCHASE IDN GSSAPI_NONE DLZ_FILESYSTEM OPTIONS_DEFINE= IDN LARGE_FILE PYTHON START_LATE \ FIXED_RRSET SIGCHASE IPV6 THREADS FILTER_AAAA OPTIONS_RADIO= CRYPTO GOSTDEF @@ -144,10 +145,10 @@ RPZ_NSDNAME_CONFIGURE_ENABLE= rpz-nsdnam RRL_CONFIGURE_ENABLE= rrl DLZ_MYSQL_CONFIGURE_ON= --with-dlz-mysql=yes -DLZ_MYSQL_USE= mysql=yes +DLZ_MYSQL_USES= mysql DLZ_BDB_CONFIGURE_ON= --with-dlz-bdb=yes -DLZ_BDB_USE= bdb=yes +DLZ_BDB_USES= bdb DLZ_LDAP_CONFIGURE_ON= --with-dlz-ldap=yes DLZ_LDAP_USE= openldap=yes Modified: head/dns/bind910/Makefile ============================================================================== --- head/dns/bind910/Makefile Wed May 25 13:01:03 2016 (r415830) +++ head/dns/bind910/Makefile Wed May 25 13:28:21 2016 (r415831) @@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b PORTREVISION= 0 .else # dns/bind910 here -PORTREVISION= 0 +PORTREVISION= 1 .endif CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} @@ -49,6 +49,7 @@ CONFIGURE_ARGS+= --localstatedir=/var -- --with-randomdev=/dev/random \ --with-libxml2=${LOCALBASE} \ --with-readline=-ledit \ + --with-dlopen=yes \ --sysconfdir=${ETCDIR} .if defined(BIND_TOOLS_SLAVE) CONFIGURE_ARGS+= --disable-shared @@ -69,7 +70,7 @@ OPTIONS_RADIO_CRYPTO= SSL NATIVE_PKCS11 OPTIONS_RADIO_GOSTDEF= GOST GOST_ASN1 .if !defined(BIND_TOOLS_SLAVE) -OPTIONS_DEFAULT+= RRL +OPTIONS_DEFAULT+= RRL DLZ_FILESYSTEM OPTIONS_DEFINE+= LINKS RPZ_NSIP RPZ_NSDNAME RRL DOCS NEWSTATS GEOIP \ MINCACHE PORTREVISION FETCHLIMIT QUERYTRACE OPTIONS_GROUP= DLZ @@ -167,10 +168,10 @@ RPZ_NSDNAME_CONFIGURE_ENABLE= rpz-nsdnam RRL_CONFIGURE_ENABLE= rrl DLZ_MYSQL_CONFIGURE_ON= --with-dlz-mysql=yes -DLZ_MYSQL_USE= mysql=yes +DLZ_MYSQL_USES= mysql DLZ_BDB_CONFIGURE_ON= --with-dlz-bdb=yes -DLZ_BDB_USE= bdb=yes +DLZ_BDB_USES= bdb DLZ_LDAP_CONFIGURE_ON= --with-dlz-ldap=yes DLZ_LDAP_USE= openldap=yes Modified: head/dns/bind99/Makefile ============================================================================== --- head/dns/bind99/Makefile Wed May 25 13:01:03 2016 (r415830) +++ head/dns/bind99/Makefile Wed May 25 13:28:21 2016 (r415831) @@ -3,7 +3,7 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/} -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} PKGNAMESUFFIX= 99 @@ -35,6 +35,7 @@ CONFIGURE_ARGS= --localstatedir=/var --d --with-randomdev=/dev/random \ --with-libxml2=${LOCALBASE} \ --with-readline=-ledit \ + --with-dlopen=yes \ --sysconfdir=${ETCDIR} ETCDIR= ${PREFIX}/etc/namedb @@ -42,7 +43,7 @@ CONFLICTS= bind9*-9.[45678].* bind9*-sdb SUB_FILES= pkg-message -OPTIONS_DEFAULT= SSL THREADS SIGCHASE IDN GSSAPI_NONE RRL +OPTIONS_DEFAULT= SSL THREADS SIGCHASE IDN GSSAPI_NONE RRL DLZ_FILESYSTEM OPTIONS_DEFINE= SSL IDN REPLACE_BASE LARGE_FILE FIXED_RRSET SIGCHASE \ IPV6 THREADS FILTER_AAAA GOST PYTHON START_LATE MINCACHE \ LINKS RPZ_NSIP RPZ_NSDNAME RRL DOCS RPZ_PATCH NEWSTATS \ @@ -129,10 +130,10 @@ RPZ_PATCH_PATCH_SITES= http://ss.vix.su/ RRL_CONFIGURE_ENABLE= rrl DLZ_MYSQL_CONFIGURE_ON= --with-dlz-mysql=yes -DLZ_MYSQL_USE= mysql=yes +DLZ_MYSQL_USES= mysql DLZ_BDB_CONFIGURE_ON= --with-dlz-bdb=yes -DLZ_BDB_USE= bdb=yes +DLZ_BDB_USES= bdb DLZ_LDAP_CONFIGURE_ON= --with-dlz-ldap=yes DLZ_LDAP_USE= openldap=yes From owner-svn-ports-head@freebsd.org Wed May 25 13:59:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F557B492A0; Wed, 25 May 2016 13:59:09 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D54641D11; Wed, 25 May 2016 13:59:08 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4PDx828043206; Wed, 25 May 2016 13:59:08 GMT (envelope-from arved@FreeBSD.org) Received: (from arved@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PDx7Od043202; Wed, 25 May 2016 13:59:07 GMT (envelope-from arved@FreeBSD.org) Message-Id: <201605251359.u4PDx7Od043202@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arved set sender to arved@FreeBSD.org using -f From: Tilman Keskinoz Date: Wed, 25 May 2016 13:59:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415832 - in head/devel: . acsccid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 13:59:09 -0000 Author: arved Date: Wed May 25 13:59:07 2016 New Revision: 415832 URL: https://svnweb.freebsd.org/changeset/ports/415832 Log: Add ACS ccid, fork of libccid which supports smartcard readers made by acs.com.hk PR: 197825 Submitted by: mp39590@gmail.com Added: head/devel/acsccid/ head/devel/acsccid/Makefile (contents, props changed) head/devel/acsccid/distinfo (contents, props changed) head/devel/acsccid/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed May 25 13:28:21 2016 (r415831) +++ head/devel/Makefile Wed May 25 13:59:07 2016 (r415832) @@ -53,6 +53,7 @@ SUBDIR += ace SUBDIR += ace+tao-doc SUBDIR += acme + SUBDIR += acsccid SUBDIR += activitymail SUBDIR += ada-util SUBDIR += adabooch Added: head/devel/acsccid/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/acsccid/Makefile Wed May 25 13:59:07 2016 (r415832) @@ -0,0 +1,36 @@ +# Created by: mp39590@gmail.com +# $FreeBSD$ + +PORTNAME= acsccid +PORTVERSION= 1.1.2 +CATEGORIES= devel +MASTER_SITES= SF + +MAINTAINER= mp39590@gmail.com +COMMENT= PC/SC driver for CS CCID smart card readers + +LICENSE= GPLv2 + +LIB_DEPENDS= libpcsclite.so:${PORTSDIR}/devel/pcsc-lite + +USES= perl5 pkgconfig tar:bz2 + +PLIST_FILES= lib/pcsc/drivers/ifd-acsccid.bundle/Contents/FreeBSD/libacsccid.so \ + lib/pcsc/drivers/ifd-acsccid.bundle/Contents/Info.plist + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +GNU_CONFIGURE= yes + +.include + +# Old versions don't have pkgconfig files for libusb +.if ${OSVERSION} < 1000024 +CONFIGURE_ENV+= LIBUSB_CFLAGS="-I${LOCALBASE}/include" \ + LIBUSB_LIBS="-L${LOCALBASE}/lib -lusb" +.endif + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pcsc/drivers/ifd-acsccid.bundle/Contents/FreeBSD/libacsccid.so + +.include Added: head/devel/acsccid/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/acsccid/distinfo Wed May 25 13:59:07 2016 (r415832) @@ -0,0 +1,2 @@ +SHA256 (acsccid-1.1.2.tar.bz2) = 451c60400f6f4417f75892549283ab3a0301019a5ef2801abde3ab7580dae708 +SIZE (acsccid-1.1.2.tar.bz2) = 438206 Added: head/devel/acsccid/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/acsccid/pkg-descr Wed May 25 13:59:07 2016 (r415832) @@ -0,0 +1,6 @@ +acsccid is a PC/SC driver for Linux/Mac OS X and it supports ACS CCID +smart card readers. This library provides a PC/SC IFD handler +implementation and communicates with the readers through the PC/SC Lite +resource manager (pcscd). + +WWW: http://www.acs.com.hk/en/driver/4/acr38-smart-card-reader/ From owner-svn-ports-head@freebsd.org Wed May 25 14:18:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA2C4B4984C; Wed, 25 May 2016 14:18:58 +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 9B799194C; Wed, 25 May 2016 14:18:58 +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 u4PEIvxj049492; Wed, 25 May 2016 14:18:57 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PEIvLC049487; Wed, 25 May 2016 14:18:57 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201605251418.u4PEIvLC049487@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 25 May 2016 14:18:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415833 - in head/databases: . ateam_mysql_ldap_auth ateam_mysql_ldap_auth/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 14:18:59 -0000 Author: novel Date: Wed May 25 14:18:57 2016 New Revision: 415833 URL: https://svnweb.freebsd.org/changeset/ports/415833 Log: Add ateam_mysql_ldap_auth 1.0, a-Team MySQL LDAP authentication plugin. PR: 208913 Submitted by: ganbold Added: head/databases/ateam_mysql_ldap_auth/ head/databases/ateam_mysql_ldap_auth/Makefile (contents, props changed) head/databases/ateam_mysql_ldap_auth/distinfo (contents, props changed) head/databases/ateam_mysql_ldap_auth/files/ head/databases/ateam_mysql_ldap_auth/files/pkg-message.in (contents, props changed) head/databases/ateam_mysql_ldap_auth/pkg-descr (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Wed May 25 13:59:07 2016 (r415832) +++ head/databases/Makefile Wed May 25 14:18:57 2016 (r415833) @@ -21,6 +21,7 @@ SUBDIR += apq-mysql SUBDIR += apq-odbc SUBDIR += apq-pgsql + SUBDIR += ateam_mysql_ldap_auth SUBDIR += autobackupmysql SUBDIR += bbdb SUBDIR += beansdb Added: head/databases/ateam_mysql_ldap_auth/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/ateam_mysql_ldap_auth/Makefile Wed May 25 14:18:57 2016 (r415833) @@ -0,0 +1,39 @@ +# Created by: Ganbold Tsagaankhuu +# $FreeBSD$ + +PORTNAME= ateam_mysql_ldap_auth +PORTVERSION= 1.0 +CATEGORIES= databases + +MAINTAINER= ganbold@FreeBSD.org +COMMENT= A-Team MySQL LDAP authentication plugin + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libconfig.so:devel/libconfig +RUN_DEPENDS= mysql${MYSQL_VER}-server>5.6:databases/mysql56-server + +USE_OPENLDAP= yes +USES= gmake mysql + +USE_GITHUB= yes +GH_ACCOUNT= ateamsystems +GH_TAGNAME= f6a1a5d + +PLIST_FILES= lib/mysql/plugin/auth_ldap.so \ + "@sample etc/ateam_mysql_ldap_auth.conf.sample" \ + ${DOCSDIR}/README \ + ${DOCSDIR}/INSTALL + +SUB_FILES= pkg-message + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/lib/mysql/plugin + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_PROGRAM} ${WRKSRC}/src/auth_ldap.so ${STAGEDIR}${PREFIX}/lib/mysql/plugin/ + ${INSTALL_DATA} ${WRKSRC}/ateam_mysql_ldap_auth.conf ${STAGEDIR}${PREFIX}/etc/ateam_mysql_ldap_auth.conf.sample + ${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ + ${INSTALL_MAN} ${WRKSRC}/INSTALL ${STAGEDIR}${DOCSDIR}/ + +.include Added: head/databases/ateam_mysql_ldap_auth/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/ateam_mysql_ldap_auth/distinfo Wed May 25 14:18:57 2016 (r415833) @@ -0,0 +1,2 @@ +SHA256 (ateamsystems-ateam_mysql_ldap_auth-1.0-f6a1a5d_GH0.tar.gz) = 3a20533fb4fed93daad0e8944ab6e8ae530ecbebefd95240b1e60f3c5ca5ec9c +SIZE (ateamsystems-ateam_mysql_ldap_auth-1.0-f6a1a5d_GH0.tar.gz) = 17971 Added: head/databases/ateam_mysql_ldap_auth/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/ateam_mysql_ldap_auth/files/pkg-message.in Wed May 25 14:18:57 2016 (r415833) @@ -0,0 +1,4 @@ +--------------------------------------------------------------------- +Please see %%DOCSDIR%%/INSTALL +for install notes. +--------------------------------------------------------------------- Added: head/databases/ateam_mysql_ldap_auth/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/ateam_mysql_ldap_auth/pkg-descr Wed May 25 14:18:57 2016 (r415833) @@ -0,0 +1,23 @@ +A-Team MySQL LDAP Authenticator (ateam_mysql_ldap_auth) is an authentication +plugin for MySQL 5.5.7 and up, and has been tested with 5.6 under FreeBSD. +This module allows you to create MySQL users that are then authenticated +against an LDAP server. This reduces administrative overhead and eliminates +your users having to remember a seperate username and password for MySQL. +Just like MySQL Enterprise's PAM module, for client side authentication +this plugin uses the clear_text password module as the LDAP server must +perform the password hasing and comparison. For command line clients this +is done by setting the following environment variable: + + export LIBMYSQL_ENABLE_CLEARTEXT_PLUGIN=1 + +In MySQL Workbench this is acheived by going to go to the "Advanced" tab and +checking "Enable Cleartext Authentication Plugin" when editing a connction. + +!!! IMPORTANT: +!!! ------------------------------------------------------------------------ +!!! ENSURE THE COMMUNICATIONS PATH BETWEEN THE CLIENT AND SERVER IS SECURE! +!!! ------------------------------------------------------------------------ +!!! By default MySQL does not use SSL so additional steps and network design +!!! are needed to ensure you're not exposing your credetials. + +WWW: https://github.com/ateamsystems/ateam_mysql_ldap_auth From owner-svn-ports-head@freebsd.org Wed May 25 14:32:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD390B49D96; Wed, 25 May 2016 14:32:49 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7EA3712FE; Wed, 25 May 2016 14:32:49 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4PEWm5e055395; Wed, 25 May 2016 14:32:48 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PEWmfM055393; Wed, 25 May 2016 14:32:48 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201605251432.u4PEWmfM055393@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 25 May 2016 14:32:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415834 - in head/security/tor-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.22 Precedence: list List-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, 25 May 2016 14:32:49 -0000 Author: wen Date: Wed May 25 14:32:48 2016 New Revision: 415834 URL: https://svnweb.freebsd.org/changeset/ports/415834 Log: - Update to 0.2.8.2-alpha PR: 208594 Submitted by: neel@neelc.org Approved by: maintainer(timeout, >40 days) Deleted: head/security/tor-devel/files/patch-configure Modified: head/security/tor-devel/Makefile head/security/tor-devel/distinfo Modified: head/security/tor-devel/Makefile ============================================================================== --- head/security/tor-devel/Makefile Wed May 25 14:18:57 2016 (r415833) +++ head/security/tor-devel/Makefile Wed May 25 14:32:48 2016 (r415834) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tor -PORTVERSION= 0.2.7.6 -PORTREVISION= 1 +DISTVERSION= 0.2.8.2-alpha CATEGORIES= security net ipv6 MASTER_SITES= TOR PKGNAMESUFFIX= -devel Modified: head/security/tor-devel/distinfo ============================================================================== --- head/security/tor-devel/distinfo Wed May 25 14:18:57 2016 (r415833) +++ head/security/tor-devel/distinfo Wed May 25 14:32:48 2016 (r415834) @@ -1,2 +1,3 @@ -SHA256 (tor-0.2.7.6.tar.gz) = 493a8679f904503048114aca6467faef56861206bab8283d858f37141d95105d -SIZE (tor-0.2.7.6.tar.gz) = 4869754 +TIMESTAMP = 1464212829 +SHA256 (tor-0.2.8.2-alpha.tar.gz) = 4756a04dea76395f5caf89de3cd75f05cc8d43576ef0f966cea9259b16eb1628 +SIZE (tor-0.2.8.2-alpha.tar.gz) = 5073910 From owner-svn-ports-head@freebsd.org Wed May 25 14:33:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 175D1B49DE8; Wed, 25 May 2016 14:33: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 DCB3A1471; Wed, 25 May 2016 14:33: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 u4PEXmsX055555; Wed, 25 May 2016 14:33:48 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PEXm7G055554; Wed, 25 May 2016 14:33:48 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605251433.u4PEXm7G055554@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 25 May 2016 14:33:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415835 - head/www/xombrero X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 14:33:49 -0000 Author: amdmi3 Date: Wed May 25 14:33:47 2016 New Revision: 415835 URL: https://svnweb.freebsd.org/changeset/ports/415835 Log: - Mark BROKEN on pre-11.x, does not build Modified: head/www/xombrero/Makefile Modified: head/www/xombrero/Makefile ============================================================================== --- head/www/xombrero/Makefile Wed May 25 14:32:48 2016 (r415834) +++ head/www/xombrero/Makefile Wed May 25 14:33:47 2016 (r415835) @@ -14,6 +14,9 @@ LICENSE= ISCL LIB_DEPENDS= libgnutls.so:security/gnutls \ libsoup-2.4.so:devel/libsoup +BROKEN_FreeBSD_9= does not build +BROKEN_FreeBSD_10= does not build + USES= desktop-file-utils pkgconfig perl5 tar:tgz USE_PERL5= build INSTALLS_ICONS= yes From owner-svn-ports-head@freebsd.org Wed May 25 14:34:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3417CB49E4F; Wed, 25 May 2016 14:34:54 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id F3D701691; Wed, 25 May 2016 14:34:53 +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 05412BDCCB; Wed, 25 May 2016 16:34:51 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id CE246BDCC3; Wed, 25 May 2016 16:34:50 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 813026127; Wed, 25 May 2016 16:34:49 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id DE5F0296822E; Wed, 25 May 2016 16:34:48 +0200 (CEST) Date: Wed, 25 May 2016 16:34:48 +0200 From: Mathieu Arnold To: Roman Bogorodskiy , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r415833 - in head/databases: . ateam_mysql_ldap_auth ateam_mysql_ldap_auth/files Message-ID: In-Reply-To: <201605251418.u4PEIvLC049487@repo.freebsd.org> References: <201605251418.u4PEIvLC049487@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="==========577B2AD06A293D58975C==========" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 14:34:54 -0000 --==========577B2AD06A293D58975C========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 25 mai 2016 14:18:57 +0000 Roman Bogorodskiy wrote: | +RUN_DEPENDS= mysql${MYSQL_VER}-server>5.6:databases/mysql56-server This should most certainly be replaced by USES=mysql:server. -- Mathieu Arnold --==========577B2AD06A293D58975C========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJXRbgIXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85I0ZQQAIMTY6NSjmgGXCpE8lY8wv+i ufB6K6Ipx4funjbPM5Setdkm1xXq+uDr+Q+mAcEMr3Eu+PQ0RXy8h1UhcDvgwnua npZNtS18qAa3gwHCiJ/X1HnfwZ+yODUVz0scriTisTUwR0fhaZfgE+2BweE0rpTj s6roOxACtgIUyf6t1dLyhSy5Bd4Y4h6qMV93fCYV5aIVoTQpyjVh981M1TJTA30L mD29TycAW/kfe5ZNBVyEzshSpO1utcvfuLjY76FGMmjln5XrimCMGnXNBdlzWFtJ hMqAEV6QTfOajWRlIzZCg9g18pearSyoKgypd/JUjJtHf9fzxSt6f3bP6AxqoTAT 47AuvmwZ4DnK1moH432kuFr7MFcK0OSGqv9yYLQQhwm+PYAZZXcnNKOy8aXnnfVf 9w9BAGa2754E3eIfW9fSXuZy+nWD1Z0RUM7x+60q/cLVoN5ulu5Xatl/M7UXM1CT ijO34lOQ0x7sapPC4dIKpDIhEVcNG3QHBkuN8ASfJjJq6hFDr8tlrrD0kryZwN9h tQMtdCf31WXNHCwnADAGizTOq631iKy4qWMR0axCbIziRWoTKLuDWSpAF84xpq6h 7XdQQVwz7USRCYW1W5kF6uf3nR9+XkHCchllFD0QSzC7YUzxu70abtMGiuoAXmig YIWF97UbxzVz0dbp2o3g =o+zQ -----END PGP SIGNATURE----- --==========577B2AD06A293D58975C==========-- From owner-svn-ports-head@freebsd.org Wed May 25 14:43:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6FB3B4A173; Wed, 25 May 2016 14:43: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 A87A51B71; Wed, 25 May 2016 14:43:30 +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 u4PEhTdr058559; Wed, 25 May 2016 14:43:29 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PEhTR9058558; Wed, 25 May 2016 14:43:29 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605251443.u4PEhTR9058558@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 25 May 2016 14:43:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415836 - head/games/diaspora X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 14:43:30 -0000 Author: amdmi3 Date: Wed May 25 14:43:29 2016 New Revision: 415836 URL: https://svnweb.freebsd.org/changeset/ports/415836 Log: - Add some mirrors, fixing fetch PR: 209738 Submitted by: lightside@gmx.com (maintainer) Modified: head/games/diaspora/Makefile Modified: head/games/diaspora/Makefile ============================================================================== --- head/games/diaspora/Makefile Wed May 25 14:33:47 2016 (r415835) +++ head/games/diaspora/Makefile Wed May 25 14:43:29 2016 (r415836) @@ -6,9 +6,10 @@ PORTVERSION= 1.1.1 CATEGORIES= games MASTER_SITES= http://diaspora.fs2downloads.com/ \ http://www.freespacemods.net/e107_files/downloads/:freespacemods \ - http://copy.com/8wo3AQnYu0bj/:copy + http://ftp.internat.freebsd.org/pub/FreeBSD/distfiles/:intfiles \ + http://ftp.tw.freebsd.org/distfiles/:twfiles DISTFILES= Diaspora_R1_Linux.tar.lzma:freespacemods,DEFAULT \ - Diaspora_R1_Patch_1.1.tar.lzma:copy \ + Diaspora_R1_Patch_1.1.tar.lzma:intfiles,twfiles \ Diaspora_R1_Patch_1.1.1.tar.lzma MAINTAINER= lightside@gmx.com From owner-svn-ports-head@freebsd.org Wed May 25 14:57:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EEECB4A2E7; Wed, 25 May 2016 14:57: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 302F81FD9; Wed, 25 May 2016 14:57: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 u4PEvQSG061984; Wed, 25 May 2016 14:57:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PEvQC4061980; Wed, 25 May 2016 14:57:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605251457.u4PEvQC4061980@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 25 May 2016 14:57:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415837 - in head/science/minc2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 14:57:27 -0000 Author: amdmi3 Date: Wed May 25 14:57:25 2016 New Revision: 415837 URL: https://svnweb.freebsd.org/changeset/ports/415837 Log: - Fix build - Add LICENSE_FILE Added: head/science/minc2/files/patch-progs_mincdump_mincdump.c (contents, props changed) head/science/minc2/files/patch-progs_mincdump_mincdump.h (contents, props changed) head/science/minc2/files/patch-progs_mincdump_vardata.c (contents, props changed) Modified: head/science/minc2/Makefile Modified: head/science/minc2/Makefile ============================================================================== --- head/science/minc2/Makefile Wed May 25 14:43:29 2016 (r415836) +++ head/science/minc2/Makefile Wed May 25 14:57:25 2016 (r415837) @@ -13,6 +13,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Medical Imaging NetCDF LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libhdf5.so:science/hdf5 \ libnetcdf.so:science/netcdf Added: head/science/minc2/files/patch-progs_mincdump_mincdump.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/minc2/files/patch-progs_mincdump_mincdump.c Wed May 25 14:57:25 2016 (r415837) @@ -0,0 +1,51 @@ +--- progs/mincdump/mincdump.c.orig 2012-09-24 17:35:36 UTC ++++ progs/mincdump/mincdump.c +@@ -553,7 +553,7 @@ do_ncdump(char *path, struct fspec* spec + static void + set_brief(struct fspec * fspecp, char *key, char *optarg) + { +- fspecp->brief_data_cmnts = true; ++ fspecp->brief_data_cmnts = my_true; + switch (tolower(optarg[0])) { + case 'c': + fspecp->data_lang = LANG_C; +@@ -569,7 +569,7 @@ set_brief(struct fspec * fspecp, char *k + static void + set_full(struct fspec * fspecp, char *key, char *optarg) + { +- fspecp->full_data_cmnts = true; ++ fspecp->full_data_cmnts = my_true; + switch (tolower(optarg[0])) { + case 'c': + fspecp->data_lang = LANG_C; +@@ -688,10 +688,10 @@ main(int argc, char *argv[]) + static struct fspec fspec = /* defaults, overridden on command line */ + { + 0, /* construct netcdf name from file name */ +- false, /* print header info only, no data? */ +- false, /* just print coord vars? */ +- false, /* brief comments in data section? */ +- false, /* full annotations in data section? */ ++ my_false, /* print header info only, no data? */ ++ my_false, /* just print coord vars? */ ++ my_false, /* brief comments in data section? */ ++ my_false, /* full annotations in data section? */ + LANG_C, /* language conventions for indices */ + 0, /* if -v specified, number of variables */ + 0 /* if -v specified, list of variable names */ +@@ -701,13 +701,13 @@ main(int argc, char *argv[]) + static ArgvInfo argTable[] = { + {"-b", ARGV_FUNC, (char *) set_brief, (char *) &fspec, + "Brief annotations for C or Fortran indices in data" }, +- {"-c", ARGV_CONSTANT, (char *) true, (char *) &fspec.coord_vals, ++ {"-c", ARGV_CONSTANT, (char *) my_true, (char *) &fspec.coord_vals, + "Coordinate variable data and header information" }, + {"-d", ARGV_FUNC, (char *) set_sigdigs, (char *) NULL, + "Obsolete option for setting significant digits" }, + {"-f", ARGV_FUNC, (char *) set_full, (char *) &fspec, + "Full annotations for C or Fortran indices in data" }, +- {"-h", ARGV_CONSTANT, (char *) true, (char *) &fspec.header_only, ++ {"-h", ARGV_CONSTANT, (char *) my_true, (char *) &fspec.header_only, + "Header information only, no data" }, + {"-l", ARGV_INT, (char *) 1, (char *) &max_len, + "Line length maximum in data section (default 80)" }, Added: head/science/minc2/files/patch-progs_mincdump_mincdump.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/minc2/files/patch-progs_mincdump_mincdump.h Wed May 25 14:57:25 2016 (r415837) @@ -0,0 +1,11 @@ +--- progs/mincdump/mincdump.h.orig 2012-09-24 17:35:36 UTC ++++ progs/mincdump/mincdump.h +@@ -15,7 +15,7 @@ + #define Printf (void) printf + + typedef int boolean; +-enum {false=0, true=1}; ++enum {my_false=0, my_true=1}; + + struct ncdim { /* dimension */ + char name[NC_MAX_NAME]; Added: head/science/minc2/files/patch-progs_mincdump_vardata.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/minc2/files/patch-progs_mincdump_vardata.c Wed May 25 14:57:25 2016 (r415837) @@ -0,0 +1,11 @@ +--- progs/mincdump/vardata.c.orig 2012-09-24 17:35:36 UTC ++++ progs/mincdump/vardata.c +@@ -775,7 +775,7 @@ vardata( + + if (vrank > 0) { + corsav = cor[vrank-1]; +- if (fsp->brief_data_cmnts != false ++ if (fsp->brief_data_cmnts != my_false + && vrank > 1 + && left > 0) { /* print brief comment with indices range */ + Printf("// %s(",vp->name); From owner-svn-ports-head@freebsd.org Wed May 25 15:01:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFA53B4A3F1; Wed, 25 May 2016 15:01:44 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81DA112E8; Wed, 25 May 2016 15:01:44 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4PF1hkr064208; Wed, 25 May 2016 15:01:43 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PF1ht2064207; Wed, 25 May 2016 15:01:43 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605251501.u4PF1ht2064207@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 25 May 2016 15:01:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415838 - head/textproc/py-cloud_sptheme X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 15:01:44 -0000 Author: amdmi3 Date: Wed May 25 15:01:43 2016 New Revision: 415838 URL: https://svnweb.freebsd.org/changeset/ports/415838 Log: - Mark BROKEN: does not build ("ValueError: too many values to unpack") Reported by: pkg-fallout Approved by: portmgr blanket Modified: head/textproc/py-cloud_sptheme/Makefile Modified: head/textproc/py-cloud_sptheme/Makefile ============================================================================== --- head/textproc/py-cloud_sptheme/Makefile Wed May 25 14:57:25 2016 (r415837) +++ head/textproc/py-cloud_sptheme/Makefile Wed May 25 15:01:43 2016 (r415838) @@ -17,6 +17,8 @@ LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx RUN_DEPENDS:= ${BUILD_DEPENDS} +BROKEN= does not build + USES= python USE_PYTHON= distutils autoplist PYDISTUTILS_BUILDARGS= build_sphinx -E From owner-svn-ports-head@freebsd.org Wed May 25 15:43:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 329ECB4AF56; Wed, 25 May 2016 15:43:44 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC1921F71; Wed, 25 May 2016 15:43:43 +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 u4PFhh6U078998; Wed, 25 May 2016 15:43:43 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PFhYMU078912; Wed, 25 May 2016 15:43:34 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201605251543.u4PFhYMU078912@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 25 May 2016 15:43:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415839 - in head: astro/gpsman astro/gpxloggerd astro/libnova audio/audiotag audio/exaile audio/flac123 audio/smasher biology/clustalw chinese/fcitx-libpinyin chinese/ibus-chewing conv... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 15:43:44 -0000 Author: mat Date: Wed May 25 15:43:34 2016 New Revision: 415839 URL: https://svnweb.freebsd.org/changeset/ports/415839 Log: Remove useless WRKSRC definitions. While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight Modified: head/astro/gpsman/Makefile (contents, props changed) head/astro/gpxloggerd/Makefile (contents, props changed) head/astro/libnova/Makefile (contents, props changed) head/audio/audiotag/Makefile (contents, props changed) head/audio/exaile/Makefile (contents, props changed) head/audio/flac123/Makefile (contents, props changed) head/audio/smasher/Makefile (contents, props changed) head/biology/clustalw/Makefile (contents, props changed) head/chinese/fcitx-libpinyin/Makefile (contents, props changed) head/chinese/ibus-chewing/Makefile (contents, props changed) head/converters/ascii2binary/Makefile (contents, props changed) head/converters/lua-iconv/Makefile (contents, props changed) head/converters/mpack/Makefile (contents, props changed) head/databases/akonadi/Makefile (contents, props changed) head/databases/mdbtools/Makefile (contents, props changed) head/databases/mongodb32/Makefile (contents, props changed) head/databases/p5-DBD-Oracle/Makefile (contents, props changed) head/databases/py-MySQLdb/Makefile (contents, props changed) head/databases/spatialite/Makefile (contents, props changed) head/deskutils/charmap/Makefile (contents, props changed) head/deskutils/vnc2flv/Makefile (contents, props changed) head/devel/abi-compliance-checker/Makefile (contents, props changed) head/devel/acsccid/Makefile (contents, props changed) head/devel/apache-ant/Makefile (contents, props changed) head/devel/api-sanity-autotest/Makefile (contents, props changed) head/devel/bzr-builder/Makefile (contents, props changed) head/devel/bzr-colo/Makefile (contents, props changed) head/devel/bzr-fastimport/Makefile (contents, props changed) head/devel/bzr-git/Makefile (contents, props changed) head/devel/bzr-loom/Makefile (contents, props changed) head/devel/bzr-rewrite/Makefile (contents, props changed) head/devel/bzr-stats/Makefile (contents, props changed) head/devel/bzr-svn/Makefile (contents, props changed) head/devel/bzr-upload/Makefile (contents, props changed) head/devel/c4/Makefile (contents, props changed) head/devel/cvsgraph/Makefile (contents, props changed) head/devel/editline/Makefile (contents, props changed) head/devel/eventxx/Makefile (contents, props changed) head/devel/ode/Makefile (contents, props changed) head/devel/py-subvertpy/Makefile (contents, props changed) head/devel/thrift/Makefile (contents, props changed) head/games/angband/Makefile (contents, props changed) head/games/manaplus/Makefile (contents, props changed) head/games/solarus-quest-editor/Makefile (contents, props changed) head/games/xvier/Makefile (contents, props changed) head/graphics/batik/Makefile (contents, props changed) head/graphics/blender/Makefile (contents, props changed) head/graphics/fotoxx/Makefile (contents, props changed) head/graphics/l2p/Makefile (contents, props changed) head/graphics/megapov/Makefile (contents, props changed) head/irc/ninja/Makefile (contents, props changed) head/japanese/slrn/Makefile (contents, props changed) head/lang/p5-Data-JavaScript/Makefile (contents, props changed) head/lang/see/Makefile (contents, props changed) head/mail/dot-forward/Makefile (contents, props changed) head/mail/gubby/Makefile (contents, props changed) head/math/ump/Makefile (contents, props changed) head/multimedia/py-openlp/Makefile (contents, props changed) head/net-im/centerim/Makefile (contents, props changed) head/net-im/tkabber-plugins/Makefile (contents, props changed) head/net/binkd/Makefile (contents, props changed) head/net/ncp/Makefile (contents, props changed) head/net/radiusd-cistron/Makefile (contents, props changed) head/net/wmpiki/Makefile (contents, props changed) head/science/ecs/Makefile (contents, props changed) head/science/fvm/Makefile (contents, props changed) head/science/ncs/Makefile (contents, props changed) head/security/sshit/Makefile (contents, props changed) head/sysutils/ruby-quota/Makefile (contents, props changed) head/textproc/libxdiff/Makefile (contents, props changed) head/www/cgiwrap/Makefile (contents, props changed) head/www/cmsmadesimple/Makefile (contents, props changed) head/www/jinzora/Makefile (contents, props changed) head/www/mod_antiloris/Makefile (contents, props changed) head/www/mod_geoip2/Makefile (contents, props changed) head/www/p5-CGI-Application-Plugin-DBH/Makefile (contents, props changed) head/www/p5-CGI-Application-Plugin-ValidateRM/Makefile (contents, props changed) head/www/tdom/Makefile (contents, props changed) head/www/trac-email2trac/Makefile (contents, props changed) head/www/webtrees/Makefile (contents, props changed) head/x11-toolkits/open-motif/Makefile (contents, props changed) head/x11/wbar/Makefile (contents, props changed) head/x11/xfce4-whiskermenu-plugin/Makefile (contents, props changed) Modified: head/astro/gpsman/Makefile ============================================================================== --- head/astro/gpsman/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/astro/gpsman/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -13,7 +13,6 @@ OPTIONS_DEFINE= DOCS USES+= tk:wrapper,run tar:tgz -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GPSMANDIR= ${PREFIX}/lib/${PORTNAME} PLIST_SUB+= GPSMANDIR=${GPSMANDIR:S/${PREFIX}\///} NO_BUILD= yes Modified: head/astro/gpxloggerd/Makefile ============================================================================== --- head/astro/gpxloggerd/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/astro/gpxloggerd/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -17,7 +17,6 @@ PLIST_FILES= sbin/${PORTNAME} \ man/man8/${PORTNAME}.8.gz LDFLAGS+= -lm -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKE_ARGS= NO_WERROR=yes do-install: Modified: head/astro/libnova/Makefile ============================================================================== --- head/astro/libnova/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/astro/libnova/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -15,8 +15,6 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure Modified: head/audio/audiotag/Makefile ============================================================================== --- head/audio/audiotag/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/audio/audiotag/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -17,7 +17,6 @@ GH_ACCOUNT= Daenyth USES= tar:bzip2 shebangfix perl5 USE_PERL5= run -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes NO_ARCH= yes Modified: head/audio/exaile/Makefile ============================================================================== --- head/audio/exaile/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/audio/exaile/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -18,7 +18,6 @@ MAKE_ENV+= PYTHON2_CMD=${PYTHON_CMD} XDG USES= desktop-file-utils gmake python:2 USE_GNOME= pygtk2 librsvg2 USE_GSTREAMER= good faad python -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS_DEFINE= BAD CDDB DBUS HAL NOTIFY NLS SEXY OPTIONS_DEFAULT= BAD CDDB DBUS HAL NOTIFY SEXY Modified: head/audio/flac123/Makefile ============================================================================== --- head/audio/flac123/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/audio/flac123/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -19,7 +19,6 @@ OPTIONS_DEFINE= DOCS GNU_CONFIGURE= yes USES= autoreconf gmake -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PORTDOCS= README.remote PLIST_FILES= bin/flac123 Modified: head/audio/smasher/Makefile ============================================================================== --- head/audio/smasher/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/audio/smasher/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -23,7 +23,6 @@ USE_GCC= yes USE_WX= 2.8 WX_CONF_ARGS= absolute -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/biology/clustalw/Makefile ============================================================================== --- head/biology/clustalw/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/biology/clustalw/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -13,8 +13,6 @@ COMMENT= Multiple alignment program for RESTRICTED= No commercial use. -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - GNU_CONFIGURE= yes PLIST_FILES= bin/clustalw bin/clustalw2 Modified: head/chinese/fcitx-libpinyin/Makefile ============================================================================== --- head/chinese/fcitx-libpinyin/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/chinese/fcitx-libpinyin/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -22,7 +22,6 @@ LIB_DEPENDS= libfcitx-config.so:chinese/ USES= tar:xz cmake gettext pkgconfig INSTALLS_ICONS= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} _MODEL_VER= 20130308 OPTIONS_DEFINE= QT4 Modified: head/chinese/ibus-chewing/Makefile ============================================================================== --- head/chinese/ibus-chewing/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/chinese/ibus-chewing/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -23,7 +23,6 @@ GLIB_SCHEMAS= org.freedesktop.IBus.Chewi USES= cmake gettext pkgconfig USE_GNOME= gtk20 USE_XORG= xtst -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_SUB= PORTVERSION=${PORTVERSION} Modified: head/converters/ascii2binary/Makefile ============================================================================== --- head/converters/ascii2binary/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/converters/ascii2binary/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -16,7 +16,6 @@ USES= gettext tar:bzip2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_FILES= bin/ascii2binary bin/binary2ascii \ man/man1/ascii2binary.1.gz \ Modified: head/converters/lua-iconv/Makefile ============================================================================== --- head/converters/lua-iconv/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/converters/lua-iconv/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -11,7 +11,6 @@ DISTNAME= lua-${PORTNAME}-${PORTVERSION} MAINTAINER= vanilla@FreeBSD.org COMMENT= Iconv binding for Lua 5 -WRKSRC= ${WRKDIR}/lua-${PORTNAME}-${PORTVERSION} USES= pkgconfig iconv lua USE_GITHUB= yes Modified: head/converters/mpack/Makefile ============================================================================== --- head/converters/mpack/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/converters/mpack/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -10,7 +10,6 @@ MASTER_SITES= ftp://ftp.andrew.cmu.edu/p MAINTAINER= dinoex@FreeBSD.org COMMENT= External MIME packer/unpacker -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes PLIST_FILES= bin/mpack bin/munpack \ Modified: head/databases/akonadi/Makefile ============================================================================== --- head/databases/akonadi/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/databases/akonadi/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -6,7 +6,6 @@ PORTVERSION= 1.13.0 CATEGORIES= databases kde MASTER_SITES= KDE/stable/${PORTNAME}/src DIST_SUBDIR= KDE -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Storage server for KDE-Pim @@ -31,7 +30,8 @@ OPTIONS_MULTI_DB= MYSQL PGSQL SQLITE OPTIONS_SUB= yes # SQLITE MYSQL_DESC= Install MySQL Qt plugin and server -MYSQL_USE= MYSQL=server QT4=sql-mysql_run +MYSQL_USE= QT4=sql-mysql_run +MYSQL_USES= mysql:server PGSQL_DESC= Install PostgreSQL Qt plugin # Do not add a dependency on PostgreSQL server as someone preferring Modified: head/databases/mdbtools/Makefile ============================================================================== --- head/databases/mdbtools/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/databases/mdbtools/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -32,8 +32,6 @@ INSTALL_TARGET= install-strip DOCS= AUTHORS ChangeLog HACKING NEWS README TODO -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - GNOME_CONFIGURE_ENABLE= gmdb2 GNOME_USE= GNOME=gnomeprefix GNOME=libgnomeui GNOME=gconf2 GNOME=intltool Modified: head/databases/mongodb32/Makefile ============================================================================== --- head/databases/mongodb32/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/databases/mongodb32/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -61,7 +61,7 @@ IGNORE= unsupported on FreeBSD 10.1 or o # - https://jira.mongodb.org/browse/SERVER-21217 # - https://jira.mongodb.org/browse/SERVER-22740 .if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 37 -BUILD_DEPENDS+= ${LOCALBASE}/bin/clang37:${PORTSDIR}/lang/clang37 +BUILD_DEPENDS+= ${LOCALBASE}/bin/clang37:lang/clang37 CPP= ${LOCALBASE}/bin/clang-cpp37 CC= ${LOCALBASE}/bin/clang37 CXX= ${LOCALBASE}/bin/clang++37 Modified: head/databases/p5-DBD-Oracle/Makefile ============================================================================== --- head/databases/p5-DBD-Oracle/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/databases/p5-DBD-Oracle/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -27,7 +27,6 @@ SHEBANG_FILES= Oracle.ex/* .if ${PORT_OPTIONS:MOCI8} PORTVERSION= 1.19 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} ORACLE_HOME= ${LOCALBASE}/oracle8-client BUILD_DEPENDS+= ${ORACLE_HOME}/lib/libclntst8.a:databases/oracle8-client CONFIGURE_ARGS= -V 8.1.7 Modified: head/databases/py-MySQLdb/Makefile ============================================================================== --- head/databases/py-MySQLdb/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/databases/py-MySQLdb/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -10,9 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Access a MySQL database through Python -USES= python:2 +USES= python:2 mysql USE_PYTHON= distutils autoplist -USE_MYSQL= yes USE_GITHUB= yes GH_ACCOUNT= farcepest GH_PROJECT= ${PORTNAME}1 @@ -21,7 +20,6 @@ CONFLICTS= py*-MySQLdb-[0-9]* py*-MySQLd PORTDOCS= * DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} -WRKSRC= ${WRKDIR}/${PORTNAME}1-${PORTNAME}-${PORTVERSION} OPTIONS_DEFINE= DOCS MYSQLCLIENT_R OPTIONS_DEFAULT= MYSQLCLIENT_R Modified: head/databases/spatialite/Makefile ============================================================================== --- head/databases/spatialite/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/databases/spatialite/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -17,7 +17,6 @@ LIB_DEPENDS= libgeos_c.so:graphics/geos libproj.so:graphics/proj \ libfreexl.so:textproc/freexl -WRKSRC= ${WRKDIR}/lib${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes USES= gmake iconv pathfix pkgconfig libtool sqlite USE_GNOME= libxml2 Modified: head/deskutils/charmap/Makefile ============================================================================== --- head/deskutils/charmap/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/deskutils/charmap/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -14,7 +14,6 @@ BROKEN= unfetchable LICENSE= GPLv2 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= gnustep USE_GNUSTEP= back build Modified: head/deskutils/vnc2flv/Makefile ============================================================================== --- head/deskutils/vnc2flv/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/deskutils/vnc2flv/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -10,7 +10,6 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Captures a VNC desktop session and saves as a flv -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= python USE_PYTHON= distutils autoplist Modified: head/devel/abi-compliance-checker/Makefile ============================================================================== --- head/devel/abi-compliance-checker/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/devel/abi-compliance-checker/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -27,7 +27,6 @@ USE_GCC= any NO_BUILD= yes PLIST_FILES= bin/${PORTNAME}.pl -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS_DEFINE= DOCS Modified: head/devel/acsccid/Makefile ============================================================================== --- head/devel/acsccid/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/devel/acsccid/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -11,15 +11,13 @@ COMMENT= PC/SC driver for CS CCID smart LICENSE= GPLv2 -LIB_DEPENDS= libpcsclite.so:${PORTSDIR}/devel/pcsc-lite +LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite USES= perl5 pkgconfig tar:bz2 PLIST_FILES= lib/pcsc/drivers/ifd-acsccid.bundle/Contents/FreeBSD/libacsccid.so \ lib/pcsc/drivers/ifd-acsccid.bundle/Contents/Info.plist -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - GNU_CONFIGURE= yes .include Modified: head/devel/apache-ant/Makefile ============================================================================== --- head/devel/apache-ant/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/devel/apache-ant/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -36,8 +36,6 @@ MASTER_SITES+= APACHE/ant/manual/:doc PORTDOCS= * .endif -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - MANPAGE_SUBDIR= apache-ant-manpage MANPAGE_WRKSRC= ${WRKSRC}/${MANPAGE_SUBDIR} Modified: head/devel/api-sanity-autotest/Makefile ============================================================================== --- head/devel/api-sanity-autotest/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/devel/api-sanity-autotest/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -28,7 +28,6 @@ USE_GCC= any NO_BUILD= yes PLIST_FILES= bin/${PORTNAME}.pl -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS_DEFINE= DOCS Modified: head/devel/bzr-builder/Makefile ============================================================================== --- head/devel/bzr-builder/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/devel/bzr-builder/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -16,8 +16,6 @@ LICENSE= GPLv3 BUILD_DEPENDS= bzr:devel/bzr RUN_DEPENDS= bzr:devel/bzr -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - USES= python USE_PYTHON= distutils autoplist Modified: head/devel/bzr-colo/Makefile ============================================================================== --- head/devel/bzr-colo/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/devel/bzr-colo/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -16,7 +16,6 @@ LICENSE= GPLv2 BUILD_DEPENDS= bzr:devel/bzr RUN_DEPENDS= bzr:devel/bzr -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= python USE_PYTHON= distutils autoplist Modified: head/devel/bzr-fastimport/Makefile ============================================================================== --- head/devel/bzr-fastimport/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/devel/bzr-fastimport/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -16,8 +16,6 @@ BUILD_DEPENDS= bzr:devel/bzr RUN_DEPENDS= bzr:devel/bzr \ ${PYTHON_SITELIBDIR}/fastimport/__init__.py:devel/py-fastimport -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - USES= python USE_PYTHON= distutils autoplist Modified: head/devel/bzr-git/Makefile ============================================================================== --- head/devel/bzr-git/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/devel/bzr-git/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -18,7 +18,6 @@ RUN_DEPENDS= bzr:devel/bzr \ ${PYTHON_PKGNAMEPREFIX}dulwich>=0.8.0:devel/dulwich \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= python USE_PYTHON= distutils autoplist Modified: head/devel/bzr-loom/Makefile ============================================================================== --- head/devel/bzr-loom/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/devel/bzr-loom/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -16,8 +16,6 @@ LICENSE= GPLv2 BUILD_DEPENDS= bzr:devel/bzr RUN_DEPENDS= bzr:devel/bzr -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - USES= python USE_PYTHON= distutils autoplist Modified: head/devel/bzr-rewrite/Makefile ============================================================================== --- head/devel/bzr-rewrite/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/devel/bzr-rewrite/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -15,8 +15,6 @@ LICENSE= GPLv2 BUILD_DEPENDS= bzr:devel/bzr RUN_DEPENDS= bzr:devel/bzr -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - USES= python USE_PYTHON= distutils autoplist Modified: head/devel/bzr-stats/Makefile ============================================================================== --- head/devel/bzr-stats/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/devel/bzr-stats/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -16,8 +16,6 @@ RUN_DEPENDS= bzr:devel/bzr LICENSE= GPLv2 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - USES= python USE_PYTHON= distutils autoplist Modified: head/devel/bzr-svn/Makefile ============================================================================== --- head/devel/bzr-svn/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/devel/bzr-svn/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -17,7 +17,6 @@ BUILD_DEPENDS+= bzr:devel/bzr RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/subvertpy/__init__.py:devel/py-subvertpy \ bzr:devel/bzr -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= python USE_PYTHON= distutils autoplist Modified: head/devel/bzr-upload/Makefile ============================================================================== --- head/devel/bzr-upload/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/devel/bzr-upload/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -16,8 +16,6 @@ LICENSE= GPLv2 BUILD_DEPENDS= bzr:devel/bzr RUN_DEPENDS:= ${BUILD_DEPENDS} -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - USES= python USE_PYTHON= distutils autoplist Modified: head/devel/c4/Makefile ============================================================================== --- head/devel/c4/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/devel/c4/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -12,7 +12,6 @@ COMMENT= CVS-like Frontend to Perforce BROKEN= unfetchable -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} ALL_TARGET= c4 OPTIONS_DEFINE= DOCS Modified: head/devel/cvsgraph/Makefile ============================================================================== --- head/devel/cvsgraph/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/devel/cvsgraph/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -15,8 +15,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgd.so:graphics/gd -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - SUB_FILES= pkg-message GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gd-inc=${LOCALBASE}/include \ Modified: head/devel/editline/Makefile ============================================================================== --- head/devel/editline/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/devel/editline/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -12,7 +12,6 @@ LICENSE= BSD4CLAUSE USES= autoreconf libtool USE_GITHUB= yes GH_ACCOUNT= troglobit -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_LDCONFIG= yes Modified: head/devel/eventxx/Makefile ============================================================================== --- head/devel/eventxx/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/devel/eventxx/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -13,8 +13,6 @@ COMMENT= C++ wrapper for libevent LIB_DEPENDS= libevent.so:devel/libevent2 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - NO_BUILD= yes OPTIONS_DEFINE= EXAMPLES Modified: head/devel/ode/Makefile ============================================================================== --- head/devel/ode/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/devel/ode/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -29,8 +29,6 @@ GIMPACT_CONFIGURE_OFF= --with-trimesh=op DOUBLE_CONFIGURE_ENABLE= double-precision OU_CONFIGURE_ENABLE= ou -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - .include .if ${ARCH} == "amd64" || ${ARCH} == "ia64" Modified: head/devel/py-subvertpy/Makefile ============================================================================== --- head/devel/py-subvertpy/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/devel/py-subvertpy/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -14,7 +14,6 @@ LICENSE= GPLv2 BUILD_DEPENDS+= svn:devel/subversion -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= python USE_PYTHON= distutils autoplist MAKE_ENV= HOME=/dev/null Modified: head/devel/thrift/Makefile ============================================================================== --- head/devel/thrift/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/devel/thrift/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -19,7 +19,6 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} CONFIGURE_ENV+= ${MAKE_ENV} # For C++ support, use devel/thrift-cpp Modified: head/games/angband/Makefile ============================================================================== --- head/games/angband/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/games/angband/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -34,8 +34,6 @@ X11_USE= XORG=sm,x11 X11_RUN_DEPENDS= xorg-fonts-miscbitmaps>=0:x11-fonts/xorg-fonts-miscbitmaps X11_CONFIGURE_ENABLE= x11 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - post-patch: @${REINPLACE_CMD} -e \ 's|-Wno-missing-field-initializers || ; \ Modified: head/games/manaplus/Makefile ============================================================================== --- head/games/manaplus/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/games/manaplus/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -22,7 +22,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --with-sdl2 \ --without-internalsdlgfx LDFLAGS+= -L${LOCALBASE}/lib -lintl -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS_DEFINE= OPENGL OPTIONS_DEFAULT= OPENGL Modified: head/games/solarus-quest-editor/Makefile ============================================================================== --- head/games/solarus-quest-editor/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/games/solarus-quest-editor/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -26,7 +26,6 @@ CMAKE_ARGS+= -DSOLARUS_USE_LUAJIT=OFF USE_SDL= sdl2 ttf2 image2 USE_QT5= buildtools core gui linguist qmake widgets USES= cmake compiler:c++11-lib openal -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} DESKTOP_ENTRIES= "Solarus Quest Editor" "${COMMENT}" "${PORTNAME}" "${PORTNAME}" \ "Game;" false Modified: head/games/xvier/Makefile ============================================================================== --- head/games/xvier/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/games/xvier/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -14,7 +14,6 @@ EXTRACT_ONLY= ${PORTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Throw stones into free columns -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= imake tar:Z USE_XORG= x11 xext USE_CSTD= gnu89 Modified: head/graphics/batik/Makefile ============================================================================== --- head/graphics/batik/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/graphics/batik/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -23,7 +23,6 @@ ALL_TARGET= jars all-jar MAKE_ENV+= "ANT_OPTS=-Xmx512m" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -INSTALL_WRKSRC= ${WRKSRC}/${PORTNAME}-${PORTVERSION} DATADIR= ${JAVASHAREDIR}/${PORTNAME} PORTDOCS= * Modified: head/graphics/blender/Makefile ============================================================================== --- head/graphics/blender/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/graphics/blender/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -32,7 +32,6 @@ SHEBANG_FILES= release/bin/blender-thumb release/scripts/modules/blend_render_info.py BL_VERSION= 2.76 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OUTDIR= ${INSTALL_WRKSRC}/bin/${BL_VERSION} PLIST_SUB+= VER=${BL_VERSION} Modified: head/graphics/fotoxx/Makefile ============================================================================== --- head/graphics/fotoxx/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/graphics/fotoxx/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -18,8 +18,6 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils \ exiftool:graphics/p5-Image-ExifTool \ ufraw-batch:graphics/ufraw -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - USES= desktop-file-utils execinfo gmake pkgconfig USE_GNOME= gtk30 ALL_TARGET= fotoxx Modified: head/graphics/l2p/Makefile ============================================================================== --- head/graphics/l2p/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/graphics/l2p/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -25,8 +25,6 @@ USE_PERL5= run USE_TEX= latex dvipsk USES= perl5 shebangfix zip -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/graphics/megapov/Makefile ============================================================================== --- head/graphics/megapov/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/graphics/megapov/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -16,7 +16,6 @@ LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff #RUN_DEPENDS= povray:graphics/povray-meta -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} INSTALL_WRKSRC= ${WRKSRC}/unix USES= gmake jpeg localbase tar:bzip2 Modified: head/irc/ninja/Makefile ============================================================================== --- head/irc/ninja/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/irc/ninja/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -11,7 +11,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Another ircII based irc client USES= ncurses -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes CONFIGURE_ENV= IRCLIB="${DATADIR}" Modified: head/japanese/slrn/Makefile ============================================================================== --- head/japanese/slrn/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/japanese/slrn/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -24,7 +24,6 @@ CONFLICTS= slrn-0.* GNU_CONFIGURE= yes ALL_TARGET= all slrnpull -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} JDOCSRC= ${WRKDIR}/${PORTNAME}-doc-j0.9.5.6-0 MAKE_JOBS_UNSAFE= yes Modified: head/lang/p5-Data-JavaScript/Makefile ============================================================================== --- head/lang/p5-Data-JavaScript/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/lang/p5-Data-JavaScript/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -11,7 +11,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Data::JavaScript - Dump perl structures to JavaScript code -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= perl5 tar:tgz USE_PERL5= configure Modified: head/lang/see/Makefile ============================================================================== --- head/lang/see/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/lang/see/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -22,8 +22,6 @@ DEBUG_DESC= Internal SEE library debuggi CONFLICTS= see-devel-[0-9]* -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - USE_LDCONFIG= yes USES= libtool pathfix perl5 USE_PERL5= build Modified: head/mail/dot-forward/Makefile ============================================================================== --- head/mail/dot-forward/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/mail/dot-forward/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -11,8 +11,6 @@ COMMENT= Dot-forward reads sendmail's .f USES= gmake -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - ALL_TARGET= default PLIST_FILES= bin/dot-forward \ Modified: head/mail/gubby/Makefile ============================================================================== --- head/mail/gubby/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/mail/gubby/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -9,8 +9,6 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= mich@FreeBSD.org COMMENT= Program showing where new mail has been placed -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - LDFLAGS+= -lncurses CFLAGS+= -fno-exceptions -fno-rtti Modified: head/math/ump/Makefile ============================================================================== --- head/math/ump/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/math/ump/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -18,7 +18,6 @@ USE_GNOME= gtk20 USE_GL= glu ALL_TARGET= ${PORTNAME} -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} CONFLICTS= ump-1.[0-9]* Modified: head/multimedia/py-openlp/Makefile ============================================================================== --- head/multimedia/py-openlp/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/multimedia/py-openlp/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -38,7 +38,6 @@ USES= desktop-file-utils python USE_PYTHON= distutils autoplist USE_GSTREAMER= good bad ugly USE_QT4= linguist phonon-gst -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} QT_LRELEASE= ${LOCALBASE}/bin/lrelease-qt4 NO_ARCH= yes Modified: head/net-im/centerim/Makefile ============================================================================== --- head/net-im/centerim/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/net-im/centerim/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -19,7 +19,6 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include CXXFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --with-ssl --with-openssl -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} CONFLICTS= centericq-[0-9]* centerim-devel-[0-9]* SHEBANG_FILES= misc/cimformathistory misc/cimextracthistory.pl Modified: head/net-im/tkabber-plugins/Makefile ============================================================================== --- head/net-im/tkabber-plugins/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/net-im/tkabber-plugins/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -18,7 +18,6 @@ RUN_DEPENDS= tkabber:net-im/tkabber USES= tar:xz NO_BUILD= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} SUBDIRS= aniemoticons attline battleship bc browser checkers chess \ ctcomp custom-urls cyrillize debug ejabberd floatingcontact \ Modified: head/net/binkd/Makefile ============================================================================== --- head/net/binkd/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/net/binkd/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -9,7 +9,6 @@ MASTER_SITES= ftp://happy.kiev.ua/pub/fi MAINTAINER= fjoe@FreeBSD.org COMMENT= Fidonet TCP/IP mailer -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_RC_SUBR= binkd GNU_CONFIGURE= yes Modified: head/net/ncp/Makefile ============================================================================== --- head/net/ncp/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/net/ncp/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -18,8 +18,6 @@ PLIST_FILES= bin/ncp bin/npush bin/npoll CFLAGS+= -I${LOCALBASE}/include/libowfat -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - post-patch: @${REINPLACE_CMD} -e 's|^CC=gcc|CC=${CC}|' \ ${WRKSRC}/Makefile Modified: head/net/radiusd-cistron/Makefile ============================================================================== --- head/net/radiusd-cistron/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/net/radiusd-cistron/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -17,7 +17,6 @@ SHEBANG_FILES= src/checkrad.pl MAKEFILE= Makefile.BSD RADIUS_DIR= ${PREFIX}/etc/raddb MAKE_ENV+= RADIUS_DIR="${RADIUS_DIR}" DESTROOT="${STAGEDIR}" -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} BUILD_WRKSRC= ${WRKSRC}/src INSTALL_WRKSRC= ${WRKSRC}/src MAKE_JOBS_UNSAFE= yes Modified: head/net/wmpiki/Makefile ============================================================================== --- head/net/wmpiki/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/net/wmpiki/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -11,8 +11,6 @@ MASTER_SITES= http://mirror2.unixfreunde MAINTAINER= t.kempka@web.de COMMENT= Multiping host checker dockapp -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - USE_XORG= xpm OPTIONS_DEFINE= DOCS Modified: head/science/ecs/Makefile ============================================================================== --- head/science/ecs/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/science/ecs/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -18,8 +18,6 @@ LIB_DEPENDS= libmed.so:french/med \ libhdf5.so:science/hdf5 \ libcgns.so:science/cgnslib -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - USES= gmake USE_TEX= dvipsk GNU_CONFIGURE= yes Modified: head/science/fvm/Makefile ============================================================================== --- head/science/fvm/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/science/fvm/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -17,8 +17,6 @@ LIB_DEPENDS= libmed.so:french/med \ libhdf5.so:science/hdf5 \ libcgns.so:science/cgnslib -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - USES= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/science/ncs/Makefile ============================================================================== --- head/science/ncs/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/science/ncs/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -23,7 +23,6 @@ RUN_DEPENDS= xmgrace:math/grace \ USES= fortran gettext gmake iconv libtool python shebangfix USE_GNOME= libxml2 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} SHEBANG_FILES= bin/runcase.in CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2 GNU_CONFIGURE= yes Modified: head/security/sshit/Makefile ============================================================================== --- head/security/sshit/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/security/sshit/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -21,7 +21,6 @@ USES= perl5 shebangfix USE_PERL5= run SHEBANG_FILES= sshit -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message Modified: head/sysutils/ruby-quota/Makefile ============================================================================== --- head/sysutils/ruby-quota/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/sysutils/ruby-quota/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -16,7 +16,6 @@ OPTIONS_DEFINE= DOCS EXAMPLES USE_RUBY= yes USE_RUBY_EXTCONF= yes -WRKSRC= ${WRKDIR}/ruby-${PORTNAME}-${PORTVERSION} MAKE_ARGS= INSTALL_PROG="${INSTALL_PROGRAM}" \ INSTALL_DATA="${INSTALL_DATA}" INSTALL_TARGET= site-install Modified: head/textproc/libxdiff/Makefile ============================================================================== --- head/textproc/libxdiff/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/textproc/libxdiff/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -12,8 +12,6 @@ COMMENT= Create file differences/patches LICENSE= LGPL3 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= libtool Modified: head/www/cgiwrap/Makefile ============================================================================== --- head/www/cgiwrap/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/www/cgiwrap/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -11,7 +11,6 @@ COMMENT= Securely execute Web CGI script LICENSE= GPLv2 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PKGMESSAGE= ${WRKDIR}/pkg-message OPTIONS_DEFINE= CGI_OWNER CGI_GROUP CGI_SETUID CGI_SETGID \ Modified: head/www/cmsmadesimple/Makefile ============================================================================== --- head/www/cmsmadesimple/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/www/cmsmadesimple/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -15,7 +15,6 @@ LICENSE= GPLv2 BROKEN_powerpc64= Does not build USE_PHP= mysql tokenizer gd -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes SUB_FILES= pkg-message Modified: head/www/jinzora/Makefile ============================================================================== --- head/www/jinzora/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/www/jinzora/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -12,7 +12,6 @@ COMMENT= Web based media streaming and m USE_PHP= mysql session iconv gd pdf -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes SUB_FILES= pkg-message Modified: head/www/mod_antiloris/Makefile ============================================================================== --- head/www/mod_antiloris/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/www/mod_antiloris/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -21,7 +21,6 @@ MODULENAME= mod_antiloris SRC_FILE= *.c SUB_FILES+= mod_antiloris.conf SUB_LIST+= APACHEETCDIR="${APACHEETCDIR}" -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .if !defined(SKIP_RULES) PLIST_FILES+= ${APACHEETCDIR}/Includes/mod_antiloris.conf Modified: head/www/mod_geoip2/Makefile ============================================================================== --- head/www/mod_geoip2/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/www/mod_geoip2/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -23,8 +23,6 @@ AP_GENPLIST= yes AP_INC+= ${LOCALBASE}/include AP_LIB+= ${LOCALBASE}/lib -lGeoIP -WRKSRC= ${WRKDIR}/geoip-api-${PORTNAME}-${PORTVERSION} - SUB_FILES+= pkg-message PORTDOCS= Changes INSTALL.md README.md README.php Modified: head/www/p5-CGI-Application-Plugin-DBH/Makefile ============================================================================== --- head/www/p5-CGI-Application-Plugin-DBH/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/www/p5-CGI-Application-Plugin-DBH/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -19,7 +19,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-MockObject>=1.20120301:devel/p5-Test-MockObject NO_ARCH= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= perl5 USE_PERL5= configure Modified: head/www/p5-CGI-Application-Plugin-ValidateRM/Makefile ============================================================================== --- head/www/p5-CGI-Application-Plugin-ValidateRM/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/www/p5-CGI-Application-Plugin-ValidateRM/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -19,6 +19,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= modbuild -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - .include Modified: head/www/tdom/Makefile ============================================================================== --- head/www/tdom/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/www/tdom/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -9,14 +9,12 @@ MASTER_SITES= GHC http://mirrors.rit.edu MAINTAINER= mi@aldan.algebra.com COMMENT= High performance XML data processing with Tcl (ARGS for OpenACS) -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} TDOMBASE= ${PREFIX}/lib/tdom${PORTVERSION} OPTIONS_DEFINE= DOCS USES= gmake tar:tgz tcl:tea USE_GITHUB= yes -GH_PROJECT= tdom pre-configure: ${RM} -f ${WRKSRC}/generic/domalloc.? Modified: head/www/trac-email2trac/Makefile ============================================================================== --- head/www/trac-email2trac/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/www/trac-email2trac/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -22,7 +22,6 @@ POSTFIX_DESC= Configure suid script for TRACUSER?= ${WWWOWN} -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-trac-user=${TRACUSER} --with-mta-user=${MTAUSER} USES= python:2 Modified: head/www/webtrees/Makefile ============================================================================== --- head/www/webtrees/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/www/webtrees/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -10,7 +10,6 @@ MASTER_SITES= http://launchpad.net/${POR MAINTAINER= fbsd@opal.com COMMENT= Online genealogy viewer -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} EXTRACT_AFTER_ARGS= -d ${WRKSRC} USES= cpe shebangfix zip:infozip Modified: head/x11-toolkits/open-motif/Makefile ============================================================================== --- head/x11-toolkits/open-motif/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/x11-toolkits/open-motif/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -17,8 +17,6 @@ LIB_DEPENDS= libpng.so:graphics/png MAKE_JOBS_UNSAFE= yes CONFLICTS= lesstif-[0-9]* -# WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -WRKSRC= ${WRKDIR}/motif-${PORTVERSION} USES= autoreconf gmake iconv jpeg libtool:keepla pkgconfig USE_XORG= x11 xaw xbitmaps xext xft xt Modified: head/x11/wbar/Makefile ============================================================================== --- head/x11/wbar/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/x11/wbar/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -34,8 +34,6 @@ NLS_LIBS= -lintl WBARCONFIG_CONFIGURE_ENABLE= wbar-config WBARCONFIG_USE= GNOME=libglade2 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - PLIST_SUB+= DESKTOPDIR=${DESKTOPDIR:S,${PREFIX}/,,} post-install: Modified: head/x11/xfce4-whiskermenu-plugin/Makefile ============================================================================== --- head/x11/xfce4-whiskermenu-plugin/Makefile Wed May 25 15:01:43 2016 (r415838) +++ head/x11/xfce4-whiskermenu-plugin/Makefile Wed May 25 15:43:34 2016 (r415839) @@ -13,8 +13,6 @@ COMMENT= Alternate menu for the Xfce Des LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - USES= cmake:outsource gettext localbase pkgconfig tar:bzip2 xfce USE_GNOME= gtk20 USE_XFCE= panel From owner-svn-ports-head@freebsd.org Wed May 25 15:49:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A769B49016; Wed, 25 May 2016 15:49:01 +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 67C22111B; Wed, 25 May 2016 15:49:01 +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 u4PFn0kj079300; Wed, 25 May 2016 15:49:00 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PFn0u0079297; Wed, 25 May 2016 15:49:00 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201605251549.u4PFn0u0079297@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 25 May 2016 15:49:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415840 - head/comms/gammu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 15:49:01 -0000 Author: vanilla Date: Wed May 25 15:49:00 2016 New Revision: 415840 URL: https://svnweb.freebsd.org/changeset/ports/415840 Log: Update to 1.37.3. Modified: head/comms/gammu/Makefile head/comms/gammu/distinfo Modified: head/comms/gammu/Makefile ============================================================================== --- head/comms/gammu/Makefile Wed May 25 15:43:34 2016 (r415839) +++ head/comms/gammu/Makefile Wed May 25 15:49:00 2016 (r415840) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gammu -PORTVERSION= 1.37.2 +PORTVERSION= 1.37.3 CATEGORIES= comms MASTER_SITES= http://dl.cihar.com/gammu/releases/ Modified: head/comms/gammu/distinfo ============================================================================== --- head/comms/gammu/distinfo Wed May 25 15:43:34 2016 (r415839) +++ head/comms/gammu/distinfo Wed May 25 15:49:00 2016 (r415840) @@ -1,2 +1,3 @@ -SHA256 (gammu-1.37.2.tar.xz) = 5057cf7435c49d385e1f5c0d8f5723af58dc9727d748a78d103ad202b1baa9d0 -SIZE (gammu-1.37.2.tar.xz) = 1664676 +TIMESTAMP = 1464169663 +SHA256 (gammu-1.37.3.tar.xz) = 63fcb78e94e1c8cff199cada3f64c694f49c1e9fe2c3f17495dc01a5e8e03a84 +SIZE (gammu-1.37.3.tar.xz) = 1665088 From owner-svn-ports-head@freebsd.org Wed May 25 15:55:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B53FB49592; Wed, 25 May 2016 15:55:39 +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 E01771D8E; Wed, 25 May 2016 15:55:38 +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 u4PFtcLs082319; Wed, 25 May 2016 15:55:38 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PFtbEV082317; Wed, 25 May 2016 15:55:37 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201605251555.u4PFtbEV082317@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Wed, 25 May 2016 15:55:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415841 - head/mail/rspamd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 15:55:39 -0000 Author: vsevolod Date: Wed May 25 15:55:37 2016 New Revision: 415841 URL: https://svnweb.freebsd.org/changeset/ports/415841 Log: - Update to 1.2.7 Modified: head/mail/rspamd/Makefile head/mail/rspamd/distinfo Modified: head/mail/rspamd/Makefile ============================================================================== --- head/mail/rspamd/Makefile Wed May 25 15:49:00 2016 (r415840) +++ head/mail/rspamd/Makefile Wed May 25 15:55:37 2016 (r415841) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rspamd -PORTVERSION= 1.2.6 +PORTVERSION= 1.2.7 CATEGORIES= mail MASTER_SITES= http://rspamd.com/downloads/ Modified: head/mail/rspamd/distinfo ============================================================================== --- head/mail/rspamd/distinfo Wed May 25 15:49:00 2016 (r415840) +++ head/mail/rspamd/distinfo Wed May 25 15:55:37 2016 (r415841) @@ -1,2 +1,2 @@ -SHA256 (rspamd-1.2.6.tar.xz) = a1cbc5ccd53a5c9abe2d9f121f5936fcbd9d68f17fa354e8bddf4fcb3fc768c5 -SIZE (rspamd-1.2.6.tar.xz) = 1422532 +SHA256 (rspamd-1.2.7.tar.xz) = 7a19b2f49cb39d5839785d261a2d6d0d9cca24e760d5adb2b597b1eeb0831c3a +SIZE (rspamd-1.2.7.tar.xz) = 1423600 From owner-svn-ports-head@freebsd.org Wed May 25 15:58:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E871FB4969C; Wed, 25 May 2016 15:58:32 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B24A21FDC; Wed, 25 May 2016 15:58:32 +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 u4PFwWNC082565; Wed, 25 May 2016 15:58:32 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PFwV2u082559; Wed, 25 May 2016 15:58:31 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201605251558.u4PFwV2u082559@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 25 May 2016 15:58:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415842 - in 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.22 Precedence: list List-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, 25 May 2016 15:58:33 -0000 Author: mat Date: Wed May 25 15:58:31 2016 New Revision: 415842 URL: https://svnweb.freebsd.org/changeset/ports/415842 Log: Extract the larger bsd.port.mk targets into separate scripts. Refactor all the fetch code so that there are not 6 slightly different versions of it but one that does it all. The targets that have been extracted are: - check-vulnerable - do-fetch - fetch-list - fetch-url-list-int - fetch-urlall-list - checksum. - makesum. - check-checksum-algorithms Run the fetch code directly from make makesum instead of calling make fetch, this is because some port change the options with OPTIONS_*_FORCE when make(makesum) to be able to add all distfiles in one go, which was a nice, non working, idea. PR: 208916 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5997 Added: head/Mk/Scripts/check-vulnerable.sh (contents, props changed) head/Mk/Scripts/checksum.sh (contents, props changed) head/Mk/Scripts/do-fetch.sh (contents, props changed) head/Mk/Scripts/makesum.sh (contents, props changed) Modified: head/Mk/Scripts/functions.sh (contents, props changed) head/Mk/bsd.port.mk (contents, props changed) Added: head/Mk/Scripts/check-vulnerable.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/Mk/Scripts/check-vulnerable.sh Wed May 25 15:58:31 2016 (r415842) @@ -0,0 +1,37 @@ +#!/bin/sh +# $FreeBSD$ +# +# MAINTAINER: portmgr@FreeBSD.org + +set -e + +. "${dp_SCRIPTSDIR}/functions.sh" + +validate_env dp_ECHO_MSG dp_PKG_BIN dp_PORTNAME + +[ -n "${DEBUG_MK_SCRIPTS}" -o -n "${DEBUG_MK_SCRIPTS_CHECK_VULNERABLE}" ] && set -x + +set -u + +# If the package is pkg, disable these checks, it fails while +# upgrading when pkg is not there. +# FIXME: check is this is still true +if [ "${dp_PORTNAME}" = "pkg" ]; then + exit 0 +fi + +if [ -x "${dp_PKG_BIN}" ]; then + vlist=$(${dp_PKG_BIN} audit "${dp_PKGNAME}" || :) + if [ "${vlist}" = "0 problem(s) in the installed packages found." ]; then + vlist="" + fi +fi + +if [ -n "$vlist" ]; then + ${dp_ECHO_MSG} "===> ${dp_PKGNAME} has known vulnerabilities:" + ${dp_ECHO_MSG} "$vlist" + ${dp_ECHO_MSG} "=> Please update your ports tree and try again." + ${dp_ECHO_MSG} "=> Note: Vulnerable ports are marked as such even if there is no update available." + ${dp_ECHO_MSG} "=> If you wish to ignore this vulnerability rebuild with 'make DISABLE_VULNERABILITIES=yes'" + exit 1 +fi Added: head/Mk/Scripts/checksum.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/Mk/Scripts/checksum.sh Wed May 25 15:58:31 2016 (r415842) @@ -0,0 +1,91 @@ +#!/bin/sh +# $FreeBSD$ +# +# MAINTAINER: portmgr@FreeBSD.org + +set -e + +. "${dp_SCRIPTSDIR}/functions.sh" + +validate_env dp_CHECKSUM_ALGORITHMS dp_CURDIR dp_DISTDIR dp_DISTINFO_FILE \ + dp_DIST_SUBDIR dp_ECHO_MSG dp_FETCH_REGET dp_MAKE dp_MAKEFLAGS \ + dp_DISABLE_SIZE dp_NO_CHECKSUM + +[ -n "${DEBUG_MK_SCRIPTS}" -o -n "${DEBUG_MK_SCRIPTS_CHECKSUM}" ] && set -x + +set -u + +check_checksum_algorithms + +if [ -f "${dp_DISTINFO_FILE}" ]; then + cd "${dp_DISTDIR}" + OK= + refetchlist= + for file in "${@}"; do + ignored="true" + for alg in ${dp_CHECKSUM_ALGORITHMS}; do + ignore="false" + eval "alg_executable=\$dp_${alg}" + + if [ "$alg_executable" != "NO" ]; then + MKSUM=$(eval $alg_executable \< "${file}") + CKSUM=$(distinfo_data "${alg}" "${file}") + else + ignore="true" + fi + + if [ $ignore = "false" -a -z "$CKSUM" ]; then + ${dp_ECHO_MSG} "=> No $alg checksum recorded for $file." + ignore="true" + fi + + if [ $ignore = "false" ]; then + match="false" + for chksum in $CKSUM; do + if [ "$chksum" = "$MKSUM" ]; then + match="true" + break + fi + done + if [ $match = "true" ]; then + ${dp_ECHO_MSG} "=> $alg Checksum OK for $file." + ignored="false" + else + ${dp_ECHO_MSG} "=> $alg Checksum mismatch for $file." + refetchlist="$refetchlist $file " + OK="${OK:-retry}" + [ "${OK}" = "retry" -a "${dp_FETCH_REGET}" -gt 0 ] && rm -f "${file}" + ignored="false" + fi + fi + done + + if [ $ignored = "true" ]; then + ${dp_ECHO_MSG} "=> No suitable checksum found for $file." + OK=false + fi + done + + if [ "${OK:=true}" = "retry" ] && [ "${dp_FETCH_REGET}" -gt 0 ]; then + ${dp_ECHO_MSG} "===> Refetch for ${dp_FETCH_REGET} more times files: $refetchlist" + if ${dp_MAKE} -C "${dp_CURDIR}" ${dp_MAKEFLAGS} FORCE_FETCH_LIST="$refetchlist" FETCH_REGET="$((dp_FETCH_REGET - 1))" fetch; then + if ${dp_MAKE} -C "${dp_CURDIR}" ${dp_MAKEFLAGS} FETCH_REGET="$((dp_FETCH_REGET - 1))" checksum ; then + OK="true" + fi + fi + fi + + if [ "$OK" != "true" -a "${dp_FETCH_REGET}" -eq 0 ]; then + ${dp_ECHO_MSG} "===> Giving up on fetching files: $refetchlist" + ${dp_ECHO_MSG} "Make sure the Makefile and distinfo file (${dp_DISTINFO_FILE})" + ${dp_ECHO_MSG} "are up to date. If you are absolutely sure you want to override this" + ${dp_ECHO_MSG} "check, type \"make NO_CHECKSUM=yes [other args]\"." + exit 1 + fi + if [ "$OK" != "true" ]; then + exit 1 + fi +elif [ -n "${@}" ]; then + ${dp_ECHO_MSG} "=> No checksum file (${DISTINFO_FILE})." + exit 1 +fi Added: head/Mk/Scripts/do-fetch.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/Mk/Scripts/do-fetch.sh Wed May 25 15:58:31 2016 (r415842) @@ -0,0 +1,174 @@ +#!/bin/sh +# $FreeBSD$ +# +# MAINTAINER: portmgr@FreeBSD.org + +set -e + +. "${dp_SCRIPTSDIR}/functions.sh" + +validate_env dp_DEVELOPER dp_DISABLE_SIZE dp_DISTDIR dp_DISTINFO_FILE \ + dp_DIST_SUBDIR dp_ECHO_MSG dp_FETCH_AFTER_ARGS dp_FETCH_BEFORE_ARGS \ + dp_FETCH_CMD dp_FETCH_ENV dp_FORCE_FETCH_ALL dp_FORCE_FETCH_LIST \ + dp_MASTER_SITE_BACKUP dp_MASTER_SITE_OVERRIDE dp_MASTER_SORT_AWK \ + dp_NO_CHECKSUM dp_RANDOMIZE_SITES dp_SITE_FLAVOR dp_SCRIPTSDIR \ + dp_SORTED_MASTER_SITES_DEFAULT_CMD dp_SORTED_PATCH_SITES_DEFAULT_CMD \ + dp_TARGET + +[ -n "${DEBUG_MK_SCRIPTS}" -o -n "${DEBUG_MK_SCRIPTS_DO_FETCH}" ] && set -x + +set -u + +mkdir -p "${dp_DISTDIR}" +cd "${dp_DISTDIR}" + +for _file in "${@}"; do + file=${_file%%:*} + unescaped_file=$(unescape "${file}") + + # If this files has groups + if [ "$_file" = "$file" ]; then + select='' + else + select=$(echo "${_file##*:}" | sed -e 's/,/ /g') + fi + + filebasename=${file##*/} + if [ -n "${dp_FORCE_FETCH_ALL}" ]; then + force_fetch=true + else + force_fetch=false + for afile in ${dp_FORCE_FETCH_LIST}; do + afile=${afile##*/} + if [ "x$afile" = "x$filebasename" ]; then + force_fetch=true + fi + done + fi + if [ ! -f "${unescaped_file}" -a ! -f "$filebasename" -o "$force_fetch" = "true" ]; then + full_file="${dp_DIST_SUBDIR:+${dp_DIST_SUBDIR}/}${file}" + if [ -L "$file" -o -L "$filebasename" ]; then + ${dp_ECHO_MSG} "=> ${dp_DISTDIR}/$file is a broken symlink." + ${dp_ECHO_MSG} "=> Perhaps a filesystem (most likely a CD) isn't mounted?" + ${dp_ECHO_MSG} "=> Please correct this problem and try again." + exit 1 + fi + if [ -f "${dp_DISTINFO_FILE}" -a -z "${dp_NO_CHECKSUM}" ]; then + _sha256sum=$(distinfo_data SHA256 "${full_file}") + if [ -z "$_sha256sum" ]; then + ${dp_ECHO_MSG} "=> ${dp_DIST_SUBDIR:+$dp_DIST_SUBDIR/}$file is not in ${dp_DISTINFO_FILE}." + ${dp_ECHO_MSG} "=> Either ${dp_DISTINFO_FILE} is out of date, or" + ${dp_ECHO_MSG} "=> ${dp_DIST_SUBDIR:+$dp_DIST_SUBDIR/}$file is spelled incorrectly." + exit 1 + fi + fi + case ${dp_TARGET} in + do-fetch|makesum) + ${dp_ECHO_MSG} "=> $file doesn't seem to exist in ${dp_DISTDIR}." + ;; + esac + if [ ! -w "${dp_DISTDIR}" ]; then + ${dp_ECHO_MSG} "=> ${dp_DISTDIR} is not writable by you; cannot fetch." + exit 1 + fi + if [ -n "$select" ] ; then + __MASTER_SITES_TMP= + for group in $select; do + # Disable nounset for this, it may come up empty. + set +u + eval ___MASTER_SITES_TMP="\${_${dp_SITE_FLAVOR}_SITES_${group}}" + set -u + if [ -n "${___MASTER_SITES_TMP}" ] ; then + __MASTER_SITES_TMP="${__MASTER_SITES_TMP} ${___MASTER_SITES_TMP}" + else + case ${dp_TARGET} in + do-fetch|makesum) + if [ -n "${dp_DEVELOPER}" ]; then + ${dp_ECHO_MSG} "===> /!\\ Error /!\\" + else + ${dp_ECHO_MSG} "===> /!\\ Warning /!\\" + fi + ${dp_ECHO_MSG} " The :${group} group used for $file is missing" + ${dp_ECHO_MSG} " from ${dp_SITE_FLAVOR}_SITES. Check for typos, or errors." + if [ -n "${dp_DEVELOPER}" ]; then + exit 1 + fi + ;; + esac + + fi + done + ___MASTER_SITES_TMP= + SORTED_MASTER_SITES_CMD_TMP="echo ${dp_MASTER_SITE_OVERRIDE} $(echo -n "${__MASTER_SITES_TMP}" | awk "${dp_MASTER_SORT_AWK}") ${dp_MASTER_SITE_BACKUP}" + else + if [ ${dp_SITE_FLAVOR} = "MASTER" ]; then + SORTED_MASTER_SITES_CMD_TMP="${dp_SORTED_MASTER_SITES_DEFAULT_CMD}" + else + SORTED_MASTER_SITES_CMD_TMP="${dp_SORTED_PATCH_SITES_DEFAULT_CMD}" + fi + fi + case ${dp_TARGET} in + fetch-list) + echo -n "mkdir -p ${dp_DISTDIR} && " + echo -n "cd ${dp_DISTDIR} && { " + ;; + esac + sites_remaining=0 + sites="$(eval "${SORTED_MASTER_SITES_CMD_TMP} ${dp_RANDOMIZE_SITES}")" + for site in ${sites}; do + sites_remaining=$((sites_remaining + 1)) + done + for site in ${sites}; do + sites_remaining=$((sites_remaining - 1)) + CKSIZE=$(distinfo_data SIZE "${full_file}") + # The site may contain special shell characters, they + # need to be escaped. + site=$(escape "${site}") + # There is a lot of escaping, but the " needs to survive echo/eval. + case ${file} in + */*) + mkdir -p "${file%/*}" + args="-o \\\"${file}\\\" \\\"${site}${file}\\\"" + ;; + *) + args="\\\"${site}${file}\\\"" + ;; + esac + _fetch_cmd=$(eval "echo ${dp_FETCH_ENV} ${dp_FETCH_CMD} ${dp_FETCH_BEFORE_ARGS} ${args} ${dp_FETCH_AFTER_ARGS}") + case ${dp_TARGET} in + do-fetch|makesum) + ${dp_ECHO_MSG} "=> Attempting to fetch ${site}${file}" + if eval "env ${_fetch_cmd}"; then + actual_size=$(eval stat -f %z "${file}") + if [ -n "${dp_DISABLE_SIZE}" ] || [ -z "${CKSIZE}" ] || [ "${actual_size}" -eq "${CKSIZE}" ]; then + continue 2 + else + ${dp_ECHO_MSG} "=> Fetched file size mismatch (expected ${CKSIZE}, actual ${actual_size})" + if [ ${sites_remaining} -gt 0 ]; then + ${dp_ECHO_MSG} "=> Trying next site" + rm -f "${file}" + fi + fi + fi + ;; + fetch-list) + echo -n "env ${_fetch_cmd} || " + ;; + fetch-url-list-int) + eval "echo $(eval "echo ${args}")" + ;; + esac + done + case ${dp_TARGET} in + do-fetch|makesum) + ${dp_ECHO_MSG} "=> Couldn't fetch it - please try to retrieve this" + ${dp_ECHO_MSG} "=> port manually into ${dp_DISTDIR} and try again." + exit 1 + ;; + fetch-list) + echo "echo ${file} not fetched; }" ; \ + ;; + esac + fi +done + Modified: head/Mk/Scripts/functions.sh ============================================================================== --- head/Mk/Scripts/functions.sh Wed May 25 15:55:37 2016 (r415841) +++ head/Mk/Scripts/functions.sh Wed May 25 15:58:31 2016 (r415842) @@ -216,3 +216,37 @@ export_ports_env() { fi done } + +distinfo_data() { + local alg file + + alg=$1 + file=$2 + + if [ \( -n "${dp_DISABLE_SIZE}" -a -n "${dp_NO_CHECKSUM}" \) -o ! -f "${dp_DISTINFO_FILE}" ]; then + exit + fi + awk -v alg="$alg" -v file="${file}" \ + '$1 == alg && $2 == "(" file ")" {print $4}' "${dp_DISTINFO_FILE}" +} + +check_checksum_algorithms() { + for alg in ${dp_CHECKSUM_ALGORITHMS}; do + eval "alg_executable=\$dp_$alg" + if [ -z "$alg_executable" ]; then + ${dp_ECHO_MSG} "Checksum algorithm $alg: Couldn't find the executable." + ${dp_ECHO_MSG} "Set $alg=/path/to/$alg in /etc/make.conf and try again." + exit 1 + elif [ ! -x "$alg_executable" ]; then + ${dp_ECHO_MSG} "Checksum algorithm $alg: $alg_executable is not executable." + ${dp_ECHO_MSG} "Fix modes, or change $alg=$alg_executable in /etc/make.conf and try again." + exit 1 + fi + done +} +escape() { + echo "$1" | sed -e 's/[&;()!#]/\\&/g' +} +unescape() { + echo "$1" | sed -e 's/\\//g' +} Added: head/Mk/Scripts/makesum.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/Mk/Scripts/makesum.sh Wed May 25 15:58:31 2016 (r415842) @@ -0,0 +1,53 @@ +#!/bin/sh +# $FreeBSD$ +# +# MAINTAINER: portmgr@FreeBSD.org + +set -e + +. "${dp_SCRIPTSDIR}/functions.sh" + +validate_env dp_CHECKSUM_ALGORITHMS dp_CKSUMFILES dp_DISTDIR dp_DISTINFO_FILE \ + dp_ECHO_MSG + +[ -n "${DEBUG_MK_SCRIPTS}" -o -n "${DEBUG_MK_SCRIPTS_MAKESUM}" ] && set -x + +set -u + +DISTINFO_OLD=$(mktemp -t makesum-old) +DISTINFO_NEW=$(mktemp -t makesum-new) + +trap 'rm -f ${DISTINFO_OLD} ${DISTINFO_NEW}' EXIT INT TERM + +check_checksum_algorithms + +cd "${dp_DISTDIR}" + +# Running `make makesum` a twice should not change the timestamp generated from +# the first run. +# So, we extract the content of the distinfo file minus the TIMESTAMP, if it +# contains a TIMESTAMP. +if [ -f "${dp_DISTINFO_FILE}" ] && grep -q "^TIMESTAMP " ${dp_DISTINFO_FILE}; then + grep -v "^TIMESTAMP " ${dp_DISTINFO_FILE} > ${DISTINFO_OLD} +fi + +for file in ${dp_CKSUMFILES}; do + for alg in ${dp_CHECKSUM_ALGORITHMS}; do + eval "alg_executable=\$dp_$alg" + + if [ "$alg_executable" != "NO" ]; then + $alg_executable "$file" >> "${DISTINFO_NEW}" + fi + done + echo "SIZE ($file) = $(stat -f %z "$file")" >> "${DISTINFO_NEW}" +done + +# Now, we generate the distinfo file in two cases: +# - If the saved file is empty, it means there was no TIMESTAMP in it, so we +# need to add one. +# - If the old and new distinfo content minus the TIMESTAMP differ, it means +# something was updated or changed, it is time to generate a new timestamp. +if [ ! -s ${DISTINFO_OLD} ] || ! cmp -s ${DISTINFO_OLD} ${DISTINFO_NEW}; then + echo "TIMESTAMP = $(date '+%s')" > ${dp_DISTINFO_FILE} + cat ${DISTINFO_NEW} >> ${dp_DISTINFO_FILE} +fi Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Wed May 25 15:55:37 2016 (r415841) +++ head/Mk/bsd.port.mk Wed May 25 15:58:31 2016 (r415842) @@ -2065,8 +2065,8 @@ FETCH_CMD?= ${FETCH_BINARY} ${FETCH_ARG .if defined(RANDOMIZE_MASTER_SITES) .if exists(/usr/games/random) RANDOM_CMD?= /usr/games/random -RANDOM_ARGS?= "-w -f -" -_RANDOMIZE_SITES= " |${RANDOM_CMD} ${RANDOM_ARGS}" +RANDOM_ARGS?= -w -f - +_RANDOMIZE_SITES= |${RANDOM_CMD} ${RANDOM_ARGS} .endif .endif @@ -3062,195 +3062,114 @@ check-deprecated: AUDITFILE?= ${PKG_DBDIR}/vuln.xml check-vulnerable: -.if !defined(DISABLE_VULNERABILITIES) && !defined(PACKAGE_BUILDING) - @if [ -f "${AUDITFILE}" ]; then \ - if [ -x "${PKG_BIN}" ]; then \ - vlist=`${PKG_BIN} audit "${PKGNAME}" || :`; \ - if [ "$${vlist}" = "0 problem(s) in the installed packages found." ]; then \ - vlist=""; \ - fi; \ - elif [ "${PORTNAME}" = "pkg" ]; then \ - vlist=""; \ - fi; \ - if [ -n "$$vlist" ]; then \ - ${ECHO_MSG} "===> ${PKGNAME} has known vulnerabilities:"; \ - ${ECHO_MSG} "$$vlist"; \ - ${ECHO_MSG} "=> Please update your ports tree and try again."; \ - ${ECHO_MSG} "=> Note: Vulnerable ports are marked as such even if there is no update available."; \ - ${ECHO_MSG} "=> If you wish to ignore this vulnerability rebuild with 'make DISABLE_VULNERABILITIES=yes'"; \ - exit 1; \ - fi; \ - fi +.if !defined(DISABLE_VULNERABILITIES) && !defined(PACKAGE_BUILDING) \ + && exists(${AUDITFILE}) + @${SETENV} \ + dp_ECHO_MSG="${ECHO_MSG}" \ + dp_PKG_BIN="${PKG_BIN}" \ + dp_PORTNAME="${PORTNAME}" \ + dp_SCRIPTSDIR="${SCRIPTSDIR}" \ + ${SH} ${SCRIPTSDIR}/check-vulnerable.sh .endif -# set alg to any of SIZE, SHA256 (or any other checksum algorithm): -DISTINFO_DATA?= if [ \( -n "${DISABLE_SIZE}" -a -n "${NO_CHECKSUM}" \) -o ! -f "${DISTINFO_FILE}" ]; then exit; fi; \ - DIR=${DIST_SUBDIR}; ${AWK} -v alg=$$alg -v file=$${DIR:+$$DIR/}$${file} \ - '$$1 == alg && $$2 == "(" file ")" {print $$4}' ${DISTINFO_FILE} +# Quote simply quote all variables, except FETCH_ENV, some ports are creative +# with it, and it needs to be quoted twice to pass through the echo/eval in +# do-fetch. +_DO_FETCH_ENV= \ + dp_DISABLE_SIZE='${DISABLE_SIZE}' \ + dp_DISTDIR='${_DISTDIR}' \ + dp_DISTINFO_FILE='${DISTINFO_FILE}' \ + dp_DIST_SUBDIR='${DIST_SUBDIR}' \ + dp_ECHO_MSG='${ECHO_MSG}' \ + dp_FETCH_AFTER_ARGS='${FETCH_AFTER_ARGS}' \ + dp_FETCH_BEFORE_ARGS='${FETCH_BEFORE_ARGS}' \ + dp_FETCH_CMD='${FETCH_CMD}' \ + dp_FETCH_ENV=${FETCH_ENV:Q:Q} \ + dp_FORCE_FETCH_ALL='${FORCE_FETCH_ALL}' \ + dp_FORCE_FETCH_LIST='${FORCE_FETCH_LIST}' \ + dp_MASTER_SITE_BACKUP='${_MASTER_SITE_BACKUP}' \ + dp_MASTER_SITE_OVERRIDE='${_MASTER_SITE_OVERRIDE}' \ + dp_MASTER_SORT_AWK='${MASTER_SORT_AWK}' \ + dp_NO_CHECKSUM='${NO_CHECKSUM}' \ + dp_RANDOMIZE_SITES='${_RANDOMIZE_SITES}' \ + dp_SCRIPTSDIR='${SCRIPTSDIR}' \ + dp_SORTED_MASTER_SITES_DEFAULT_CMD='${SORTED_MASTER_SITES_DEFAULT_CMD}' \ + dp_SORTED_PATCH_SITES_DEFAULT_CMD='${SORTED_PATCH_SITES_DEFAULT_CMD}' \ + dp_TARGET='${.TARGET}' +.if defined(DEVELOPER) +_DO_FETCH_ENV+= dp_DEVELOPER=yes +.else +_DO_FETCH_ENV+= dp_DEVELOPER= +.endif # Fetch .if !target(do-fetch) do-fetch: - @${MKDIR} ${_DISTDIR} - @cd ${_DISTDIR};\ - ${_MASTER_SITES_ENV} ; \ - for _file in ${DISTFILES}; do \ - file=$${_file%%:*}; \ - if [ $$_file = $$file ]; then \ - select=''; \ - else \ - select=`${ECHO_CMD} $${_file##*:} | ${SED} -e 's/,/ /g'` ; \ - fi; \ - force_fetch=false; \ - filebasename=$${file##*/}; \ - for afile in ${FORCE_FETCH}; do \ - afile=$${afile##*/}; \ - if [ "x$$afile" = "x$$filebasename" ]; then \ - force_fetch=true; \ - fi; \ - done; \ - if [ ! -f $$file -a ! -f $$filebasename -o "$$force_fetch" = "true" ]; then \ - if [ -L $$file -o -L $$filebasename ]; then \ - ${ECHO_MSG} "=> ${_DISTDIR}/$$file is a broken symlink."; \ - ${ECHO_MSG} "=> Perhaps a filesystem (most likely a CD) isn't mounted?"; \ - ${ECHO_MSG} "=> Please correct this problem and try again."; \ - exit 1; \ - fi; \ - if [ -f ${DISTINFO_FILE} -a "x${NO_CHECKSUM}" = "x" ]; then \ - _sha256sum=`alg=SHA256; ${DISTINFO_DATA}`; \ - if [ -z "$$_sha256sum" ]; then \ - ${ECHO_MSG} "=> $${DIR:+$$DIR/}$$file is not in ${DISTINFO_FILE}."; \ - ${ECHO_MSG} "=> Either ${DISTINFO_FILE} is out of date, or"; \ - ${ECHO_MSG} "=> $${DIR:+$$DIR/}$$file is spelled incorrectly."; \ - exit 1; \ - fi; \ - fi; \ - ${ECHO_MSG} "=> $$file doesn't seem to exist in ${_DISTDIR}."; \ - if [ ! -w ${_DISTDIR} ]; then \ - ${ECHO_MSG} "=> ${_DISTDIR} is not writable by you; cannot fetch."; \ - exit 1; \ - fi; \ - if [ ! -z "$$select" ] ; then \ - __MASTER_SITES_TMP= ; \ - for group in $$select; do \ - if [ ! -z \$${_MASTER_SITES_$${group}} ] ; then \ - eval ___MASTER_SITES_TMP="\$${_MASTER_SITES_$${group}}" ; \ - __MASTER_SITES_TMP="$${__MASTER_SITES_TMP} $${___MASTER_SITES_TMP}" ; \ - fi; \ - done; \ - ___MASTER_SITES_TMP= ; \ - SORTED_MASTER_SITES_CMD_TMP="${ECHO_CMD} ${_MASTER_SITE_OVERRIDE} `${ECHO_CMD} $${__MASTER_SITES_TMP} | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP}" ; \ - else \ - SORTED_MASTER_SITES_CMD_TMP="${SORTED_MASTER_SITES_DEFAULT_CMD}" ; \ - fi; \ - sites_remaining=0; \ - sites="`eval $$SORTED_MASTER_SITES_CMD_TMP ${_RANDOMIZE_SITES}`"; \ - for site in $${sites}; do \ - sites_remaining=$$(($${sites_remaining} + 1)); \ - done; \ - for site in $${sites}; do \ - sites_remaining=$$(($${sites_remaining} - 1)); \ - ${ECHO_MSG} "=> Attempting to fetch $${site}$${file}"; \ - CKSIZE=`alg=SIZE; ${DISTINFO_DATA}`; \ - case $${file} in \ - */*) ${MKDIR} $${file%/*}; \ - args="-o $${file} $${site}$${file}";; \ - *) args=$${site}$${file};; \ - esac; \ - if ${SETENV} ${FETCH_ENV} ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${args} ${FETCH_AFTER_ARGS}; then \ - actual_size=`stat -f %z "$${file}"`; \ - if [ -n "${DISABLE_SIZE}" ] || [ -z "$${CKSIZE}" ] || [ $${actual_size} -eq $${CKSIZE} ]; then \ - continue 2; \ - else \ - ${ECHO_MSG} "=> Fetched file size mismatch (expected $${CKSIZE}, actual $${actual_size})"; \ - if [ $${sites_remaining} -gt 0 ]; then \ - ${ECHO_MSG} "=> Trying next site"; \ - ${RM} -f $${file}; \ - fi; \ - fi; \ - fi; \ - done; \ - ${ECHO_MSG} "=> Couldn't fetch it - please try to retrieve this";\ - ${ECHO_MSG} "=> port manually into ${_DISTDIR} and try again."; \ - exit 1; \ - fi; \ - done -.if defined(PATCHFILES) - @cd ${_DISTDIR};\ - ${_PATCH_SITES_ENV} ; \ - for _file in ${PATCHFILES}; do \ - file=`${ECHO_CMD} $$_file | ${SED} -E -e 's/:[^-:][^:]*$$//'` ; \ - if [ $$_file = $$file ]; then \ - select=''; \ - else \ - select=`${ECHO_CMD} $${_file##*:} | ${SED} -e 's/,/ /g'` ; \ - fi; \ - file=`${ECHO_CMD} $$file | ${SED} -E -e 's/:-[^:]+$$//'` ; \ - force_fetch=false; \ - filebasename=$${file##*/}; \ - for afile in ${FORCE_FETCH}; do \ - afile=$${afile##*/}; \ - if [ "x$$afile" = "x$$filebasename" ]; then \ - force_fetch=true; \ - fi; \ - done; \ - if [ ! -f $$file -a ! -f $$filebasename -o "$$force_fetch" = "true" ]; then \ - if [ -L $$file -o -L $${file##*/} ]; then \ - ${ECHO_MSG} "=> ${_DISTDIR}/$$file is a broken symlink."; \ - ${ECHO_MSG} "=> Perhaps a filesystem (most likely a CD) isn't mounted?"; \ - ${ECHO_MSG} "=> Please correct this problem and try again."; \ - exit 1; \ - fi; \ - ${ECHO_MSG} "=> $$file doesn't seem to exist in ${_DISTDIR}."; \ - if [ ! -z "$$select" ] ; then \ - __PATCH_SITES_TMP= ; \ - for group in $$select; do \ - if [ ! -z \$${_PATCH_SITES_$${group}} ] ; then \ - eval ___PATCH_SITES_TMP="\$${_PATCH_SITES_$${group}}" ; \ - __PATCH_SITES_TMP="$${__PATCH_SITES_TMP} $${___PATCH_SITES_TMP}" ; \ - fi; \ - done; \ - ___PATCH_SITES_TMP= ; \ - SORTED_PATCH_SITES_CMD_TMP="${ECHO_CMD} ${_MASTER_SITE_OVERRIDE} `${ECHO_CMD} $${__PATCH_SITES_TMP} | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP}" ; \ - else \ - SORTED_PATCH_SITES_CMD_TMP="${SORTED_PATCH_SITES_DEFAULT_CMD}" ; \ - fi; \ - sites_remaining=0; \ - sites="`eval $$SORTED_PATCH_SITES_CMD_TMP`"; \ - for site in $${sites}; do \ - sites_remaining=$$(($${sites_remaining} + 1)); \ - done; \ - for site in $${sites}; do \ - sites_remaining=$$(($${sites_remaining} - 1)); \ - ${ECHO_MSG} "=> Attempting to fetch $${site}$${file}"; \ - CKSIZE=`alg=SIZE; ${DISTINFO_DATA}`; \ - case $${file} in \ - */*) ${MKDIR} $${file%/*}; \ - args="-o $${file} $${site}$${file}";; \ - *) args=$${site}$${file};; \ - esac; \ - if ${SETENV} ${FETCH_ENV} ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${args} ${FETCH_AFTER_ARGS}; then \ - actual_size=`stat -f %z "$${file}"`; \ - if [ -n "${DISABLE_SIZE}" ] || [ -z "$${CKSIZE}" ] || [ $${actual_size} -eq $${CKSIZE} ]; then \ - continue 2; \ - else \ - ${ECHO_MSG} "=> Fetched file size mismatch (expected $${CKSIZE}, actual $${actual_size})"; \ - if [ $${sites_remaining} -gt 1 ]; then \ - ${ECHO_MSG} "=> Trying next site"; \ - ${RM} -f $${file}; \ - fi; \ - fi; \ - fi; \ - done; \ - ${ECHO_MSG} "=> Couldn't fetch it - please try to retrieve this";\ - ${ECHO_MSG} "=> port manually into ${_DISTDIR} and try again."; \ - exit 1; \ - fi; \ - done +.if !empty(DISTFILES) + @${SETENV} \ + ${_DO_FETCH_ENV} ${_MASTER_SITES_ENV} \ + dp_SITE_FLAVOR=MASTER \ + ${SH} ${SCRIPTSDIR}/do-fetch.sh ${DISTFILES:C/.*/'&'/} +.endif +.if defined(PATCHFILES) && !empty(PATCHFILES) + @${SETENV} \ + ${_DO_FETCH_ENV} ${_PATCH_SITES_ENV} \ + dp_SITE_FLAVOR=PATCH \ + ${SH} ${SCRIPTSDIR}/do-fetch.sh ${PATCHFILES:C/:-p[0-9]//:C/.*/'&'/} +.endif +.endif +# +# Prints out a list of files to fetch (useful to do a batch fetch) + +.if !target(fetch-list) +fetch-list: +.if !empty(DISTFILES) + @${SETENV} \ + ${_DO_FETCH_ENV} ${_MASTER_SITES_ENV} \ + dp_SITE_FLAVOR=MASTER \ + ${SH} ${SCRIPTSDIR}/do-fetch.sh ${DISTFILES:C/.*/'&'/} +.endif +.if defined(PATCHFILES) && !empty(PATCHFILES) + @${SETENV} \ + ${_DO_FETCH_ENV} ${_PATCH_SITES_ENV} \ + dp_SITE_FLAVOR=PATCH \ + ${SH} ${SCRIPTSDIR}/do-fetch.sh ${PATCHFILES:C/:-p[0-9]//:C/.*/'&'/} .endif .endif +# Used by fetch-urlall-list and fetch-url-list + +.if !target(fetch-url-list-int) +fetch-url-list-int: +.if !empty(DISTFILES) + @${SETENV} \ + ${_DO_FETCH_ENV} ${_MASTER_SITES_ENV} \ + dp_SITE_FLAVOR=MASTER \ + ${SH} ${SCRIPTSDIR}/do-fetch.sh ${DISTFILES:C/.*/'&'/} +.endif +.if defined(PATCHFILES) && !empty(PATCHFILES) + @${SETENV} \ + ${_DO_FETCH_ENV} ${_PATCH_SITES_ENV} \ + dp_SITE_FLAVOR=PATCH \ + ${SH} ${SCRIPTSDIR}/do-fetch.sh ${PATCHFILES:C/:-p[0-9]//:C/.*/'&'/} +.endif +.endif + +# Prints out all the URL for all the DISTFILES and PATCHFILES. + +.if !target(fetch-urlall-list) +fetch-urlall-list: + @cd ${.CURDIR} && ${SETENV} FORCE_FETCH_ALL=yes ${MAKE} fetch-url-list-int +.endif + +# Prints the URL for all the DISTFILES and PATCHFILES that are not here + +.if !target(fetch-url-list) +fetch-url-list: fetch-url-list-int +.endif + + # Extract clean-wrkdir: @@ -3968,176 +3887,6 @@ delete-distfiles-list: .endif .endif -# Prints out a list of files to fetch (useful to do a batch fetch) - -.if !target(fetch-list) -fetch-list: - @${MKDIR} ${_DISTDIR} - @(cd ${_DISTDIR}; \ - ${_MASTER_SITES_ENV} ; \ - for _file in ${DISTFILES}; do \ - file=`${ECHO_CMD} $$_file | ${SED} -E -e 's/:[^:]+$$//'` ; \ - if [ $$_file = $$file ]; then \ - select=''; \ - else \ - select=`${ECHO_CMD} $${_file##*:} | ${SED} -e 's/,/ /g'` ; \ - fi; \ - if [ ! -f $$file -a ! -f $${file##*/} ]; then \ - if [ ! -z "$$select" ] ; then \ - __MASTER_SITES_TMP= ; \ - for group in $$select; do \ - if [ ! -z \$${_MASTER_SITES_$${group}} ] ; then \ - eval ___MASTER_SITES_TMP=\$${_MASTER_SITES_$${group}} ; \ - __MASTER_SITES_TMP="$${__MASTER_SITES_TMP} $${___MASTER_SITES_TMP}" ; \ - fi; \ - done; \ - ___MASTER_SITES_TMP= ; \ - SORTED_MASTER_SITES_CMD_TMP="${ECHO_CMD} ${_MASTER_SITE_OVERRIDE} `${ECHO_CMD} $${__MASTER_SITES_TMP} | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP}" ; \ - else \ - SORTED_MASTER_SITES_CMD_TMP="${SORTED_MASTER_SITES_DEFAULT_CMD}" ; \ - fi; \ - ${ECHO_CMD} -n ${MKDIR} ${_DISTDIR} '&& ' ; \ - ${ECHO_CMD} -n cd ${_DISTDIR} '&& { ' ; \ - for site in `eval $$SORTED_MASTER_SITES_CMD_TMP ${_RANDOMIZE_SITES}`; do \ - if [ ! -z "`${ECHO_CMD} ${NOFETCHFILES} | ${GREP} -w $${file}`" ]; then \ - if [ -z "`${ECHO_CMD} ${MASTER_SITE_OVERRIDE} | ${GREP} -w $${site}`" ]; then \ - continue; \ - fi; \ - fi; \ - CKSIZE=`alg=SIZE; ${DISTINFO_DATA}`; \ - case $${file} in \ - */*) args="-o $${file} $${site}$${file}";; \ - *) args=$${site}$${file};; \ - esac; \ - ${ECHO_CMD} -n ${SETENV} ${FETCH_ENV} ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${args} "${FETCH_AFTER_ARGS}" '|| ' ; \ - done; \ - ${ECHO_CMD} "${ECHO_CMD} $${file} not fetched; }" ; \ - fi; \ - done) -.if defined(PATCHFILES) - @(cd ${_DISTDIR}; \ - ${_PATCH_SITES_ENV} ; \ - for _file in ${PATCHFILES}; do \ - file=`${ECHO_CMD} $$_file | ${SED} -E -e 's/:[^-:][^:]*$$//'` ; \ - if [ $$_file = $$file ]; then \ - select=''; \ - else \ - select=`${ECHO_CMD} $${_file##*:} | ${SED} -e 's/,/ /g'` ; \ - fi; \ - file=`${ECHO_CMD} $$file | ${SED} -E -e 's/:-[^:]+$$//'` ; \ - if [ ! -f $$file -a ! -f $${file##*/} ]; then \ - if [ ! -z "$$select" ] ; then \ - __PATCH_SITES_TMP= ; \ - for group in $$select; do \ - if [ ! -z \$${_PATCH_SITES_$${group}} ] ; then \ - eval ___PATCH_SITES_TMP=\$${_PATCH_SITES_$${group}} ; \ - __PATCH_SITES_TMP="$${__PATCH_SITES_TMP} $${___PATCH_SITES_TMP}" ; \ - fi; \ - done; \ - ___PATCH_SITES_TMP= ; \ - SORTED_PATCH_SITES_CMD_TMP="${ECHO_CMD} ${_MASTER_SITE_OVERRIDE} `${ECHO_CMD} $${__PATCH_SITES_TMP} | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP}" ; \ - else \ - SORTED_PATCH_SITES_CMD_TMP="${SORTED_PATCH_SITES_DEFAULT_CMD}" ; \ - fi; \ - ${ECHO_CMD} -n ${MKDIR} ${_DISTDIR} '&& ' ; \ - ${ECHO_CMD} -n cd ${_DISTDIR} '&& { ' ; \ - for site in `eval $$SORTED_PATCH_SITES_CMD_TMP ${_RANDOMIZE_SITES}`; do \ - CKSIZE=`alg=SIZE; ${DISTINFO_DATA}`; \ - case $${file} in \ - */*) args="-o $${file} $${site}$${file}";; \ - *) args=$${site}$${file};; \ - esac; \ - ${ECHO_CMD} -n ${SETENV} ${FETCH_ENV} ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${args} "${FETCH_AFTER_ARGS}" '|| ' ; \ - done; \ - ${ECHO_CMD} "${ECHO_CMD} $${file} not fetched; }" ; \ - fi; \ - done) -.endif -.endif - -.if !target(fetch-url-list-int) -fetch-url-list-int: - @${MKDIR} ${_DISTDIR} - @(cd ${_DISTDIR}; \ - ${_MASTER_SITES_ENV}; \ - for _file in ${DISTFILES}; do \ - file=`${ECHO_CMD} $$_file | ${SED} -E -e 's/:[^:]+$$//'` ; \ - fileptn=`${ECHO_CMD} $$file | ${SED} 's|/|\\\\/|g;s/\./\\\\./g;s/\+/\\\\+/g;s/\?/\\\\?/g'` ; \ - if [ $$_file = $$file ]; then \ - select=''; \ - else \ - select=`${ECHO_CMD} $${_file##*:} | ${SED} -e 's/,/ /g'` ; \ - fi; \ - if [ ! -z "${LISTALL}" -o ! -f $$file -a ! -f $${file##*/} ]; then \ - if [ ! -z "$$select" ] ; then \ - __MASTER_SITES_TMP= ; \ - for group in $$select; do \ - if [ ! -z \$${_MASTER_SITES_$${group}} ] ; then \ - eval ___MASTER_SITES_TMP=\$${_MASTER_SITES_$${group}} ; \ - __MASTER_SITES_TMP="$${__MASTER_SITES_TMP} $${___MASTER_SITES_TMP}" ; \ - fi \ - done; \ - ___MASTER_SITES_TMP= ; \ - SORTED_MASTER_SITES_CMD_TMP="${ECHO_CMD} ${_MASTER_SITE_OVERRIDE} `${ECHO_CMD} $${__MASTER_SITES_TMP} | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP}" ; \ - else \ - SORTED_MASTER_SITES_CMD_TMP="${SORTED_MASTER_SITES_DEFAULT_CMD}" ; \ - fi ; \ - for site in `eval $$SORTED_MASTER_SITES_CMD_TMP ${_RANDOMIZE_SITES}`; do \ - case $${file} in \ - */*) args="-o $${file} $${site}$${file}";; \ - *) args=$${site}$${file};; \ - esac; \ - ${ECHO_CMD} $${args} ; \ - done; \ - fi \ - done) -.if defined(PATCHFILES) - @(cd ${_DISTDIR}; \ - ${_PATCH_SITES_ENV} ; \ - for _file in ${PATCHFILES}; do \ - file=`${ECHO_CMD} $$_file | ${SED} -E -e 's/:[^-:][^:]*$$//'` ; \ - if [ $$_file = $$file ]; then \ - select=''; \ - else \ - select=`${ECHO_CMD} $${_file##*:} | ${SED} -e 's/,/ /g'` ; \ - fi; \ - file=`${ECHO_CMD} $$file | ${SED} -E -e 's/:-[^:]+$$//'` ; \ - fileptn=`${ECHO_CMD} $$file | ${SED} 's|/|\\\\/|g;s/\./\\\\./g;s/\+/\\\\+/g;s/\?/\\\\?/g'` ; \ - if [ ! -z "${LISTALL}" -o ! -f $$file -a ! -f $${file##*/} ]; then \ - if [ ! -z "$$select" ] ; then \ - __PATCH_SITES_TMP= ; \ - for group in $$select; do \ - if [ ! -z \$${_PATCH_SITES_$${group}} ] ; then \ - eval ___PATCH_SITES_TMP=\$${_PATCH_SITES_$${group}} ; \ - __PATCH_SITES_TMP="$${__PATCH_SITES_TMP} $${___PATCH_SITES_TMP}" ; \ - fi \ - done; \ - ___PATCH_SITES_TMP= ; \ - SORTED_PATCH_SITES_CMD_TMP="${ECHO_CMD} ${_MASTER_SITE_OVERRIDE} `${ECHO_CMD} $${__PATCH_SITES_TMP} | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP}" ; \ - else \ - SORTED_PATCH_SITES_CMD_TMP="${SORTED_PATCH_SITES_DEFAULT_CMD}" ; \ - fi ; \ - for site in `eval $$SORTED_PATCH_SITES_CMD_TMP ${_RANDOMIZE_SITES}`; do \ - case $${file} in \ - */*) args="-o $${file} $${site}$${file}";; \ - *) args=$${site}$${file};; \ - esac; \ - ${ECHO_CMD} $${args} ; \ - done; \ - fi \ - done) -.endif -.endif - -.if !target(fetch-urlall-list) -fetch-urlall-list: - @cd ${.CURDIR} && LISTALL=yes ${MAKE} fetch-url-list-int -.endif - -.if !target(fetch-url-list) -fetch-url-list: fetch-url-list-int -.endif - # Generates patches. update-patches: @@ -4153,132 +3902,62 @@ update-patches: # Checksumming utilities -check-checksum-algorithms: - @ \ - ${checksum_init} \ - \ - for alg in ${CHECKSUM_ALGORITHMS:tu}; do \ - eval alg_executable=\$$$$alg; \ - if [ -z "$$alg_executable" ]; then \ - ${ECHO_MSG} "Checksum algorithm $$alg: Couldn't find the executable."; \ - ${ECHO_MSG} "Set $$alg=/path/to/$$alg in /etc/make.conf and try again."; \ - exit 1; \ - fi; \ - done; \ - -checksum_init=\ - SHA256=${SHA256}; +# List all algorithms here, all the variables name must begin with dp_ +_CHECKSUM_INIT_ENV= \ + dp_SHA256=${SHA256} .if !target(makesum) -makesum: check-checksum-algorithms - @cd ${.CURDIR} && ${MAKE} fetch NO_CHECKSUM=yes \ - DISABLE_SIZE=yes - @if [ -f ${DISTINFO_FILE} ]; then \ - if ${GREP} -q "^TIMESTAMP " ${DISTINFO_FILE}; then \ - ${GREP} -v "^TIMESTAMP " ${DISTINFO_FILE} > ${DISTINFO_FILE}.sav; \ - fi; \ - fi - @( \ - cd ${DISTDIR}; \ - \ - ${checksum_init} \ - \ - for file in ${_CKSUMFILES}; do \ - for alg in ${CHECKSUM_ALGORITHMS:tu}; do \ - eval alg_executable=\$$$$alg; \ - \ - if [ $$alg_executable != "NO" ]; then \ - $$alg_executable $$file >> ${DISTINFO_FILE}.new; \ - fi; \ - done; \ - ${ECHO_CMD} "SIZE ($$file) = `${STAT} -f \"%z\" $$file`" >> ${DISTINFO_FILE}.new; \ - done; \ - if [ ! -f ${DISTINFO_FILE}.sav ] || ! cmp -s ${DISTINFO_FILE}.sav ${DISTINFO_FILE}.new; then \ - ${ECHO_CMD} "TIMESTAMP = `date '+%s'`" > ${DISTINFO_FILE} ; \ - ${CAT} ${DISTINFO_FILE}.new >> ${DISTINFO_FILE} ; \ - fi ; \ - rm -f ${DISTINFO_FILE}.new ${DISTINFO_FILE}.sav ; \ - ) +# Some port change the options with OPTIONS_*_FORCE when make(makesum) to be +# able to add all distfiles in one go. +# For this to work, we need to call the do-fetch script directly here so that +# the options consistent when fetching and when makesum'ing. +# As we're fetching new distfiles, that are not in the distinfo file, disable +# checksum and sizes checks. +makesum: +.if !empty(DISTFILES) + @${SETENV} \ + ${_DO_FETCH_ENV} ${_MASTER_SITES_ENV} \ + dp_NO_CHECKSUM=yes dp_DISABLE_SIZE=yes \ + dp_SITE_FLAVOR=MASTER \ + ${SH} ${SCRIPTSDIR}/do-fetch.sh ${DISTFILES:C/.*/'&'/} +.endif +.if defined(PATCHFILES) && !empty(PATCHFILES) + @${SETENV} \ + ${_DO_FETCH_ENV} ${_PATCH_SITES_ENV} \ + dp_NO_CHECKSUM=yes dp_DISABLE_SIZE=yes \ + dp_SITE_FLAVOR=PATCH \ + ${SH} ${SCRIPTSDIR}/do-fetch.sh ${PATCHFILES:C/:-p[0-9]//:C/.*/'&'/} +.endif + @${SETENV} \ + ${_CHECKSUM_INIT_ENV} \ + dp_CHECKSUM_ALGORITHMS='${CHECKSUM_ALGORITHMS:tu}' \ + dp_CKSUMFILES='${_CKSUMFILES}' \ + dp_DISTDIR='${DISTDIR}' \ + dp_DISTINFO_FILE='${DISTINFO_FILE}' \ + dp_ECHO_MSG='${ECHO_MSG}' \ + dp_SCRIPTSDIR='${SCRIPTSDIR}' \ + ${SH} ${SCRIPTSDIR}/makesum.sh ${DISTFILES:C/.*/'&'/} .endif .if !target(checksum) -checksum: fetch check-checksum-algorithms - @set -e ; \ - ${checksum_init} \ - if [ -f ${DISTINFO_FILE} ]; then \ - cd ${DISTDIR}; OK="";\ - for file in ${_CKSUMFILES}; do \ - ignored="true"; \ - _file=$${file#${DIST_SUBDIR}/*}; \ - for alg in ${CHECKSUM_ALGORITHMS:tu}; do \ - ignore="false"; \ - eval alg_executable=\$$$$alg; \ - \ - if [ $$alg_executable != "NO" ]; then \ - MKSUM=`$$alg_executable < $$file`; \ - CKSUM=`file=$$_file; ${DISTINFO_DATA}`; \ - else \ - ignore="true"; \ - fi; \ - \ - if [ $$ignore = "false" -a -z "$$CKSUM" ]; then \ - ${ECHO_MSG} "=> No $$alg checksum recorded for $$file."; \ - ignore="true"; \ - fi; \ *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Wed May 25 16:09:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E858AB499C5; Wed, 25 May 2016 16:09:56 +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 B860218B6; Wed, 25 May 2016 16:09:56 +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 u4PG9tin085824; Wed, 25 May 2016 16:09:55 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PG9tkT085822; Wed, 25 May 2016 16:09:55 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201605251609.u4PG9tkT085822@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 25 May 2016 16:09:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415843 - head/comms/py-gammu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 16:09:57 -0000 Author: vanilla Date: Wed May 25 16:09:55 2016 New Revision: 415843 URL: https://svnweb.freebsd.org/changeset/ports/415843 Log: Update to 2.6. Modified: head/comms/py-gammu/Makefile head/comms/py-gammu/distinfo Modified: head/comms/py-gammu/Makefile ============================================================================== --- head/comms/py-gammu/Makefile Wed May 25 15:58:31 2016 (r415842) +++ head/comms/py-gammu/Makefile Wed May 25 16:09:55 2016 (r415843) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gammu -PORTVERSION= 2.5 +PORTVERSION= 2.6 CATEGORIES= comms python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/comms/py-gammu/distinfo ============================================================================== --- head/comms/py-gammu/distinfo Wed May 25 15:58:31 2016 (r415842) +++ head/comms/py-gammu/distinfo Wed May 25 16:09:55 2016 (r415843) @@ -1,2 +1,3 @@ -SHA256 (python-gammu-2.5.tar.bz2) = 91035d419e242390f85c451f33e74cd66ea6ba4be9a2c1436344814578d16afa -SIZE (python-gammu-2.5.tar.bz2) = 118499 +TIMESTAMP = 1464191378 +SHA256 (python-gammu-2.6.tar.bz2) = d5839c77a9738faef5f416f07daccb10bcb805337f75d94dda55f7d11e8060b1 +SIZE (python-gammu-2.6.tar.bz2) = 118170 From owner-svn-ports-head@freebsd.org Wed May 25 16:13:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20734B49B43; Wed, 25 May 2016 16:13:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E1F8D1CB1; Wed, 25 May 2016 16:13: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 u4PGDaUg088654; Wed, 25 May 2016 16:13:36 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PGDaLG088653; Wed, 25 May 2016 16:13:36 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605251613.u4PGDaLG088653@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 25 May 2016 16:13:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415844 - head/math/rpy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 16:13:37 -0000 Author: amdmi3 Date: Wed May 25 16:13:35 2016 New Revision: 415844 URL: https://svnweb.freebsd.org/changeset/ports/415844 Log: Fix build by stripping any .so library Library name seems to be dependent on R version, so this port will break on any R update otherwise Modified: head/math/rpy/Makefile Modified: head/math/rpy/Makefile ============================================================================== --- head/math/rpy/Makefile Wed May 25 16:09:55 2016 (r415843) +++ head/math/rpy/Makefile Wed May 25 16:13:35 2016 (r415844) @@ -32,6 +32,6 @@ pre-configure: exit 1; fi) post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_rpy3022.so + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/*.so .include From owner-svn-ports-head@freebsd.org Wed May 25 16:24:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43E6BB49EB1; Wed, 25 May 2016 16:24:05 +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 11592126D; Wed, 25 May 2016 16:24:04 +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 u4PGO43V091898; Wed, 25 May 2016 16:24:04 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PGO4f1091896; Wed, 25 May 2016 16:24:04 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201605251624.u4PGO4f1091896@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Wed, 25 May 2016 16:24:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415845 - head/devel/p5-Moose X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 16:24:05 -0000 Author: adamw Date: Wed May 25 16:24:03 2016 New Revision: 415845 URL: https://svnweb.freebsd.org/changeset/ports/415845 Log: Update to 2.1802. Changes: https://metacpan.org/changes/distribution/Moose Modified: head/devel/p5-Moose/Makefile head/devel/p5-Moose/distinfo Modified: head/devel/p5-Moose/Makefile ============================================================================== --- head/devel/p5-Moose/Makefile Wed May 25 16:13:35 2016 (r415844) +++ head/devel/p5-Moose/Makefile Wed May 25 16:24:03 2016 (r415845) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Moose -PORTVERSION= 2.1801 -PORTREVISION= 1 +PORTVERSION= 2.1802 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN Modified: head/devel/p5-Moose/distinfo ============================================================================== --- head/devel/p5-Moose/distinfo Wed May 25 16:13:35 2016 (r415844) +++ head/devel/p5-Moose/distinfo Wed May 25 16:24:03 2016 (r415845) @@ -1,2 +1,3 @@ -SHA256 (Moose-2.1801.tar.gz) = 3a90b81dfd38ddf8e7e5d38645872a8257959b3833091d4276f241b93e3ddf1a -SIZE (Moose-2.1801.tar.gz) = 806877 +TIMESTAMP = 1464192192 +SHA256 (Moose-2.1802.tar.gz) = f446de4cfd23fa44dee70835e78ec95051614b90003e7df0b10ffe35f5b1f5f4 +SIZE (Moose-2.1802.tar.gz) = 807133 From owner-svn-ports-head@freebsd.org Wed May 25 16:29:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B2D9B4A085; Wed, 25 May 2016 16:29:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D21D1693; Wed, 25 May 2016 16:29:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4PGTvAZ092199; Wed, 25 May 2016 16:29:57 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PGTv8P092197; Wed, 25 May 2016 16:29:57 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605251629.u4PGTv8P092197@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 25 May 2016 16:29:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415846 - 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.22 Precedence: list List-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, 25 May 2016 16:29:58 -0000 Author: amdmi3 Date: Wed May 25 16:29:57 2016 New Revision: 415846 URL: https://svnweb.freebsd.org/changeset/ports/415846 Log: - Update to 1.3.0 PR: 209749 Submitted by: ports@caomhin.org (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 Wed May 25 16:24:03 2016 (r415845) +++ head/www/py-django-sortedm2m/Makefile Wed May 25 16:29:57 2016 (r415846) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-sortedm2m -PORTVERSION= 1.2.2 +PORTVERSION= 1.3.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-django-sortedm2m/distinfo ============================================================================== --- head/www/py-django-sortedm2m/distinfo Wed May 25 16:24:03 2016 (r415845) +++ head/www/py-django-sortedm2m/distinfo Wed May 25 16:29:57 2016 (r415846) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463566383 -SHA256 (django-sortedm2m-1.2.2.tar.gz) = 59b21f4591b084bb23165507484f7a1aed53eba25ade6e8492e21d4ef964877e -SIZE (django-sortedm2m-1.2.2.tar.gz) = 35063 +TIMESTAMP = 1464171822 +SHA256 (django-sortedm2m-1.3.0.tar.gz) = df67db5a71a780bff61a7a659b84a63ddf1a30fb6ed83dac4968add4cb6c165c +SIZE (django-sortedm2m-1.3.0.tar.gz) = 35519 From owner-svn-ports-head@freebsd.org Wed May 25 16:32:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8437B4A1EA; Wed, 25 May 2016 16:32:25 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B9AE1A6D; Wed, 25 May 2016 16:32:25 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4PGWOcp095069; Wed, 25 May 2016 16:32:24 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PGWOAq095067; Wed, 25 May 2016 16:32:24 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605251632.u4PGWOAq095067@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 25 May 2016 16:32:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415847 - head/science/py-h5py X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 16:32:25 -0000 Author: pi Date: Wed May 25 16:32:24 2016 New Revision: 415847 URL: https://svnweb.freebsd.org/changeset/ports/415847 Log: science/py-h5py: 2.5.0 -> 2.6.0 PR: 209630 Submitted by: Johannes Jost Meixner (maintainer) Modified: head/science/py-h5py/Makefile head/science/py-h5py/distinfo Modified: head/science/py-h5py/Makefile ============================================================================== --- head/science/py-h5py/Makefile Wed May 25 16:29:57 2016 (r415846) +++ head/science/py-h5py/Makefile Wed May 25 16:32:24 2016 (r415847) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= h5py -PORTVERSION= 2.5.0 -PORTREVISION= 1 +PORTVERSION= 2.6.0 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -34,14 +33,14 @@ PORTEXAMPLES= multiprocessing_example.py OPTIONS_DEFINE= DOCS EXAMPLES do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.rst ${STAGEDIR}${DOCSDIR} - @(cd ${WRKSRC}/docs) && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} + ${COPYTREE_SHARE} ${WRKSRC}/docs ${STAGEDIR}${DOCSDIR} do-install-EXAMPLES-on: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/examples/|} ${STAGEDIR}${EXAMPLESDIR} do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test + cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test .include Modified: head/science/py-h5py/distinfo ============================================================================== --- head/science/py-h5py/distinfo Wed May 25 16:29:57 2016 (r415846) +++ head/science/py-h5py/distinfo Wed May 25 16:32:24 2016 (r415847) @@ -1,2 +1,2 @@ -SHA256 (h5py-h5py-2.5.0_GH0.tar.gz) = ec526191b9bbf7a937b7cdf1ea60984f50d889b45900d9a704bb35c93ece65df -SIZE (h5py-h5py-2.5.0_GH0.tar.gz) = 237107 +SHA256 (h5py-h5py-2.6.0_GH0.tar.gz) = 7fec1d6f19418b3a624bbb90c7baa105952c0bb6cfbb6676f436fac44fc6ccfb +SIZE (h5py-h5py-2.6.0_GH0.tar.gz) = 246443 From owner-svn-ports-head@freebsd.org Wed May 25 16:54:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0B8DB4A770; Wed, 25 May 2016 16:54:34 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F6EB1A53; Wed, 25 May 2016 16:54:34 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4PGsXCT002167; Wed, 25 May 2016 16:54:33 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PGsVKk002139; Wed, 25 May 2016 16:54:31 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605251654.u4PGsVKk002139@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 25 May 2016 16:54:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415848 - in head: databases/opentsdb deskutils/fbreader devel/py-check-manifest devel/py-logan devel/py-memory_profiler devel/py-pkgconfig devel/py-snackwich devel/py-tapi devel/py-xml... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 16:54:34 -0000 Author: pi Date: Wed May 25 16:54:30 2016 New Revision: 415848 URL: https://svnweb.freebsd.org/changeset/ports/415848 Log: Several ports: Change MAINTAINER from xmj@chaot.net to xmj@FreeBSD.org PR: 209746 Submitted by: xmj Modified: head/databases/opentsdb/Makefile head/deskutils/fbreader/Makefile head/devel/py-check-manifest/Makefile head/devel/py-logan/Makefile head/devel/py-memory_profiler/Makefile head/devel/py-pkgconfig/Makefile head/devel/py-snackwich/Makefile head/devel/py-tapi/Makefile head/devel/py-xmltodict/Makefile head/devel/py-yappi/Makefile head/devel/py-yunomi/Makefile head/editors/linux-sublime/Makefile head/graphics/py-pyganim/Makefile head/math/py-bottleneck/Makefile head/math/py-fastcluster/Makefile head/math/py-patsy/Makefile head/math/py-statsmodels/Makefile head/net-im/skype4/Makefile head/net/py-gspreadsheet/Makefile head/science/py-coards/Makefile head/science/py-h5py/Makefile head/science/py-pupynere/Makefile head/science/py-pyaixi/Makefile head/www/py-django-crispy-forms/Makefile head/www/py-django-debug-toolbar/Makefile head/www/py-django-picklefield/Makefile Modified: head/databases/opentsdb/Makefile ============================================================================== --- head/databases/opentsdb/Makefile Wed May 25 16:32:24 2016 (r415847) +++ head/databases/opentsdb/Makefile Wed May 25 16:54:30 2016 (r415848) @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= databases java MASTER_SITES= https://github.com/OpenTSDB/opentsdb/releases/download/v${PORTVERSION}/ -MAINTAINER= xmj@chaot.net +MAINTAINER= xmj@FreeBSD.org COMMENT= OpenTSDB is the Scalable Timeseries Database LICENSE= LGPL3 Modified: head/deskutils/fbreader/Makefile ============================================================================== --- head/deskutils/fbreader/Makefile Wed May 25 16:32:24 2016 (r415847) +++ head/deskutils/fbreader/Makefile Wed May 25 16:54:30 2016 (r415848) @@ -7,7 +7,7 @@ DISTVERSIONSUFFIX= -freebsdport PORTREVISION= 2 CATEGORIES= deskutils -MAINTAINER= xmj@chaot.net +MAINTAINER= xmj@FreeBSD.org COMMENT= Powerful e-book reader LICENSE= GPLv2+ Modified: head/devel/py-check-manifest/Makefile ============================================================================== --- head/devel/py-check-manifest/Makefile Wed May 25 16:32:24 2016 (r415847) +++ head/devel/py-check-manifest/Makefile Wed May 25 16:54:30 2016 (r415848) @@ -7,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= xmj@chaot.net +MAINTAINER= xmj@FreeBSD.org COMMENT= Check MANIFEST.in in a Python source package for completeness LICENSE= MIT Modified: head/devel/py-logan/Makefile ============================================================================== --- head/devel/py-logan/Makefile Wed May 25 16:32:24 2016 (r415847) +++ head/devel/py-logan/Makefile Wed May 25 16:54:30 2016 (r415848) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= xmj@chaot.net +MAINTAINER= xmj@FreeBSD.org COMMENT= Logan is a toolkit for running standalone Django applications LICENSE= APACHE20 Modified: head/devel/py-memory_profiler/Makefile ============================================================================== --- head/devel/py-memory_profiler/Makefile Wed May 25 16:32:24 2016 (r415847) +++ head/devel/py-memory_profiler/Makefile Wed May 25 16:54:30 2016 (r415848) @@ -7,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= xmj@chaot.net +MAINTAINER= xmj@FreeBSD.org COMMENT= Line-by-line and process memory consumption analysis LICENSE= BSD2CLAUSE Modified: head/devel/py-pkgconfig/Makefile ============================================================================== --- head/devel/py-pkgconfig/Makefile Wed May 25 16:32:24 2016 (r415847) +++ head/devel/py-pkgconfig/Makefile Wed May 25 16:54:30 2016 (r415848) @@ -7,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= xmj@chaot.net +MAINTAINER= xmj@FreeBSD.org COMMENT= Python module to interface with the pkg-config command line tool LICENSE= MIT Modified: head/devel/py-snackwich/Makefile ============================================================================== --- head/devel/py-snackwich/Makefile Wed May 25 16:32:24 2016 (r415847) +++ head/devel/py-snackwich/Makefile Wed May 25 16:54:30 2016 (r415848) @@ -7,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= xmj@chaot.net +MAINTAINER= xmj@FreeBSD.org COMMENT= Configuration-based Console UI Framework LICENSE= GPLv2 Modified: head/devel/py-tapi/Makefile ============================================================================== --- head/devel/py-tapi/Makefile Wed May 25 16:32:24 2016 (r415847) +++ head/devel/py-tapi/Makefile Wed May 25 16:54:30 2016 (r415848) @@ -8,7 +8,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Tapi-${PORTVERSION} -MAINTAINER= xmj@chaot.net +MAINTAINER= xmj@FreeBSD.org COMMENT= Framework for testing APIs LICENSE= MIT Modified: head/devel/py-xmltodict/Makefile ============================================================================== --- head/devel/py-xmltodict/Makefile Wed May 25 16:32:24 2016 (r415847) +++ head/devel/py-xmltodict/Makefile Wed May 25 16:54:30 2016 (r415848) @@ -7,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= xmj@chaot.net +MAINTAINER= xmj@FreeBSD.org COMMENT= XML parser that returns python dictionaries LICENSE= MIT Modified: head/devel/py-yappi/Makefile ============================================================================== --- head/devel/py-yappi/Makefile Wed May 25 16:32:24 2016 (r415847) +++ head/devel/py-yappi/Makefile Wed May 25 16:54:30 2016 (r415848) @@ -7,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= xmj@chaot.net +MAINTAINER= xmj@FreeBSD.org COMMENT= Yet Another Python Profiler LICENSE= MIT Modified: head/devel/py-yunomi/Makefile ============================================================================== --- head/devel/py-yunomi/Makefile Wed May 25 16:32:24 2016 (r415847) +++ head/devel/py-yunomi/Makefile Wed May 25 16:54:30 2016 (r415848) @@ -8,7 +8,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= xmj@chaot.net +MAINTAINER= xmj@FreeBSD.org COMMENT= Metrics library with rate, distribution and timing information LICENSE= MIT Modified: head/editors/linux-sublime/Makefile ============================================================================== --- head/editors/linux-sublime/Makefile Wed May 25 16:32:24 2016 (r415847) +++ head/editors/linux-sublime/Makefile Wed May 25 16:54:30 2016 (r415848) @@ -9,7 +9,7 @@ MASTER_SITES= http://c758482.r82.cf2.rac DISTNAME= Sublime%20Text%202.0.2 PKGNAMEPREFIX= linux- -MAINTAINER= xmj@chaot.net +MAINTAINER= xmj@FreeBSD.org COMMENT= Sublime Text is a sophisticated text editor for code, markup and prose USES= tar:bzip2 Modified: head/graphics/py-pyganim/Makefile ============================================================================== --- head/graphics/py-pyganim/Makefile Wed May 25 16:32:24 2016 (r415847) +++ head/graphics/py-pyganim/Makefile Wed May 25 16:54:30 2016 (r415848) @@ -8,7 +8,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Pyganim-${PORTVERSION} -MAINTAINER= xmj@chaot.net +MAINTAINER= xmj@FreeBSD.org COMMENT= Sprite animation module for Pygame LICENSE= BSD2CLAUSE Modified: head/math/py-bottleneck/Makefile ============================================================================== --- head/math/py-bottleneck/Makefile Wed May 25 16:32:24 2016 (r415847) +++ head/math/py-bottleneck/Makefile Wed May 25 16:54:30 2016 (r415848) @@ -8,7 +8,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Bottleneck-${PORTVERSION} -MAINTAINER= xmj@chaot.net +MAINTAINER= xmj@FreeBSD.org COMMENT= Collection of fast NumPy array functions written in Cython LICENSE= BSD2CLAUSE Modified: head/math/py-fastcluster/Makefile ============================================================================== --- head/math/py-fastcluster/Makefile Wed May 25 16:32:24 2016 (r415847) +++ head/math/py-fastcluster/Makefile Wed May 25 16:54:30 2016 (r415848) @@ -7,7 +7,7 @@ CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= xmj@chaot.net +MAINTAINER= xmj@FreeBSD.org COMMENT= Python functions for hierarchical clustering LICENSE= BSD2CLAUSE Modified: head/math/py-patsy/Makefile ============================================================================== --- head/math/py-patsy/Makefile Wed May 25 16:32:24 2016 (r415847) +++ head/math/py-patsy/Makefile Wed May 25 16:54:30 2016 (r415848) @@ -7,7 +7,7 @@ CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= xmj@chaot.net +MAINTAINER= xmj@FreeBSD.org COMMENT= Python package for statistical models and design matrices LICENSE= BSD3CLAUSE PSFL Modified: head/math/py-statsmodels/Makefile ============================================================================== --- head/math/py-statsmodels/Makefile Wed May 25 16:32:24 2016 (r415847) +++ head/math/py-statsmodels/Makefile Wed May 25 16:54:30 2016 (r415848) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= xmj@chaot.net +MAINTAINER= xmj@FreeBSD.org COMMENT= Complement to SciPy for statistical computations LICENSE= BSD3CLAUSE Modified: head/net-im/skype4/Makefile ============================================================================== --- head/net-im/skype4/Makefile Wed May 25 16:32:24 2016 (r415847) +++ head/net-im/skype4/Makefile Wed May 25 16:54:30 2016 (r415848) @@ -9,7 +9,7 @@ CATEGORIES= net-im MASTER_SITES= http://download.skype.com/linux/ PKGNAMESUFFIX= 4 -MAINTAINER= xmj@chaot.net +MAINTAINER= xmj@FreeBSD.org COMMENT= P2P VoIP software RUN_DEPENDS= ${LINUXBASE}/lib/skype_oss_wrapper/libpulse.so.0:audio/linux-skype_oss_wrapper Modified: head/net/py-gspreadsheet/Makefile ============================================================================== --- head/net/py-gspreadsheet/Makefile Wed May 25 16:32:24 2016 (r415847) +++ head/net/py-gspreadsheet/Makefile Wed May 25 16:54:30 2016 (r415848) @@ -7,7 +7,7 @@ CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= xmj@chaot.net +MAINTAINER= xmj@FreeBSD.org COMMENT= Wrapper around Google Spreadsheets to look like csv.DictReader LICENSE= APACHE20 Modified: head/science/py-coards/Makefile ============================================================================== --- head/science/py-coards/Makefile Wed May 25 16:32:24 2016 (r415847) +++ head/science/py-coards/Makefile Wed May 25 16:54:30 2016 (r415848) @@ -7,7 +7,7 @@ CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= xmj@chaot.net +MAINTAINER= xmj@FreeBSD.org COMMENT= COARDS compliant time parser LICENSE= MIT Modified: head/science/py-h5py/Makefile ============================================================================== --- head/science/py-h5py/Makefile Wed May 25 16:32:24 2016 (r415847) +++ head/science/py-h5py/Makefile Wed May 25 16:54:30 2016 (r415848) @@ -6,7 +6,7 @@ PORTVERSION= 2.6.0 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= xmj@chaot.net +MAINTAINER= xmj@FreeBSD.org COMMENT= General-purpose Python interface to the HDF5 library LICENSE= BSD3CLAUSE Modified: head/science/py-pupynere/Makefile ============================================================================== --- head/science/py-pupynere/Makefile Wed May 25 16:32:24 2016 (r415847) +++ head/science/py-pupynere/Makefile Wed May 25 16:54:30 2016 (r415848) @@ -8,7 +8,7 @@ CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= xmj@chaot.net +MAINTAINER= xmj@FreeBSD.org COMMENT= Python module for reading and writing NetCDF files LICENSE= MIT Modified: head/science/py-pyaixi/Makefile ============================================================================== --- head/science/py-pyaixi/Makefile Wed May 25 16:32:24 2016 (r415847) +++ head/science/py-pyaixi/Makefile Wed May 25 16:54:30 2016 (r415848) @@ -7,7 +7,7 @@ CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= xmj@chaot.net +MAINTAINER= xmj@FreeBSD.org COMMENT= Implementation of the MC-AIXI-CTW AI algorithm LICENSE= CCbySA Modified: head/www/py-django-crispy-forms/Makefile ============================================================================== --- head/www/py-django-crispy-forms/Makefile Wed May 25 16:32:24 2016 (r415847) +++ head/www/py-django-crispy-forms/Makefile Wed May 25 16:54:30 2016 (r415848) @@ -7,7 +7,7 @@ CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= xmj@chaot.net +MAINTAINER= xmj@FreeBSD.org COMMENT= The best way to have Django DRY forms LICENSE= MIT Modified: head/www/py-django-debug-toolbar/Makefile ============================================================================== --- head/www/py-django-debug-toolbar/Makefile Wed May 25 16:32:24 2016 (r415847) +++ head/www/py-django-debug-toolbar/Makefile Wed May 25 16:54:30 2016 (r415848) @@ -8,7 +8,7 @@ CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= xmj@chaot.net +MAINTAINER= xmj@FreeBSD.org COMMENT= Configurable set of panels to display debug information LICENSE= BSD3CLAUSE Modified: head/www/py-django-picklefield/Makefile ============================================================================== --- head/www/py-django-picklefield/Makefile Wed May 25 16:32:24 2016 (r415847) +++ head/www/py-django-picklefield/Makefile Wed May 25 16:54:30 2016 (r415848) @@ -9,7 +9,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django- DISTNAME= django-${PORTNAME}-${PORTVERSION} -MAINTAINER= xmj@chaot.net +MAINTAINER= xmj@FreeBSD.org COMMENT= Pickled object field for Django LICENSE= MIT From owner-svn-ports-head@freebsd.org Wed May 25 17:11:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5EFCCB4AB5F; Wed, 25 May 2016 17:11: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 1436F139A; Wed, 25 May 2016 17:11: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 u4PHBKSD006240; Wed, 25 May 2016 17:11:20 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PHBKl8006238; Wed, 25 May 2016 17:11:20 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605251711.u4PHBKl8006238@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 25 May 2016 17:11:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415849 - head/devel/py-tzlocal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 17:11:21 -0000 Author: amdmi3 Date: Wed May 25 17:11:19 2016 New Revision: 415849 URL: https://svnweb.freebsd.org/changeset/ports/415849 Log: - Update to 1.2.2 - Pass maintainership to submitter - While here, switch to new test framework, add NO_ARCH and LICENSE_FILE PR: 209751 Submitted by: rob.kruus@gmail.com Modified: head/devel/py-tzlocal/Makefile head/devel/py-tzlocal/distinfo Modified: head/devel/py-tzlocal/Makefile ============================================================================== --- head/devel/py-tzlocal/Makefile Wed May 25 16:54:30 2016 (r415848) +++ head/devel/py-tzlocal/Makefile Wed May 25 17:11:19 2016 (r415849) @@ -1,32 +1,24 @@ # $FreeBSD$ PORTNAME= tzlocal -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rob.kruus@gmail.com COMMENT= Returns the tzinfo object for the local timezone LICENSE= CC0-1.0 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz -OPTIONS_DEFINE= TEST -OPTIONS_DEFAULT= TEST -TEST_DESC= Run test suite - -USES= python zip +USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes -.include - -regression-test: build +do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test -.if !empty(PORT_OPTIONS:MTEST) -pre-install: regression-test -.endif - .include Modified: head/devel/py-tzlocal/distinfo ============================================================================== --- head/devel/py-tzlocal/distinfo Wed May 25 16:54:30 2016 (r415848) +++ head/devel/py-tzlocal/distinfo Wed May 25 17:11:19 2016 (r415849) @@ -1,2 +1,3 @@ -SHA256 (tzlocal-1.1.1.zip) = 696bfd8d7c888de039af6c6fdf86fd52e32508277d89c75d200eb2c150487ed4 -SIZE (tzlocal-1.1.1.zip) = 21921 +TIMESTAMP = 1464188909 +SHA256 (tzlocal-1.2.2.tar.gz) = cbbaa4e9d25c36386f12af9febe315139fdd39317b91abcb42d782a5e93e525d +SIZE (tzlocal-1.2.2.tar.gz) = 18198 From owner-svn-ports-head@freebsd.org Wed May 25 17:47:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29D19B490F7; Wed, 25 May 2016 17:47:25 +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 ED7E114F4; Wed, 25 May 2016 17:47:24 +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 u4PHlOU3017356; Wed, 25 May 2016 17:47:24 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PHlO5a017355; Wed, 25 May 2016 17:47:24 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201605251747.u4PHlO5a017355@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Wed, 25 May 2016 17:47:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415850 - 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.22 Precedence: list List-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, 25 May 2016 17:47:25 -0000 Author: brooks Date: Wed May 25 17:47:23 2016 New Revision: 415850 URL: https://svnweb.freebsd.org/changeset/ports/415850 Log: Mark broken on 9.x This has been failing for weeks on i386 and amd64 and it seems likely to be broken elsewhere. Modified: head/multimedia/mkvtoolnix/Makefile Modified: head/multimedia/mkvtoolnix/Makefile ============================================================================== --- head/multimedia/mkvtoolnix/Makefile Wed May 25 17:11:19 2016 (r415849) +++ head/multimedia/mkvtoolnix/Makefile Wed May 25 17:47:23 2016 (r415850) @@ -33,6 +33,7 @@ CONFIGURE_ARGS= --without-curl \ --with-boost-regex=boost_regex BROKEN_sparc64= does not install +BROKEN_FreeBSD_9= segfault in gcc OPTIONS_DEFINE= FLAC NLS QT5 OPTIONS_DEFAULT= FLAC QT5 From owner-svn-ports-head@freebsd.org Wed May 25 18:41:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E7D5B49F89; Wed, 25 May 2016 18:41:22 +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 1F5B4141E; Wed, 25 May 2016 18:41:22 +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 u4PIfLqj033337; Wed, 25 May 2016 18:41:21 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PIfLWx033336; Wed, 25 May 2016 18:41:21 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201605251841.u4PIfLWx033336@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 25 May 2016 18:41:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415851 - 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.22 Precedence: list List-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, 25 May 2016 18:41:22 -0000 Author: bapt Date: Wed May 25 18:41:21 2016 New Revision: 415851 URL: https://svnweb.freebsd.org/changeset/ports/415851 Log: Fix make check-vulnerable Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Wed May 25 17:47:23 2016 (r415850) +++ head/Mk/bsd.port.mk Wed May 25 18:41:21 2016 (r415851) @@ -3068,6 +3068,7 @@ check-vulnerable: dp_ECHO_MSG="${ECHO_MSG}" \ dp_PKG_BIN="${PKG_BIN}" \ dp_PORTNAME="${PORTNAME}" \ + dp_PKGNAME="${PKGNAME}" \ dp_SCRIPTSDIR="${SCRIPTSDIR}" \ ${SH} ${SCRIPTSDIR}/check-vulnerable.sh .endif From owner-svn-ports-head@freebsd.org Wed May 25 18:46:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7D5CB4A18B; Wed, 25 May 2016 18:46:30 +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 7A0201873; Wed, 25 May 2016 18:46:30 +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 u4PIkTpb035762; Wed, 25 May 2016 18:46:29 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PIkTOB035761; Wed, 25 May 2016 18:46:29 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201605251846.u4PIkTOB035761@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 25 May 2016 18:46:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415852 - 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.22 Precedence: list List-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, 25 May 2016 18:46:30 -0000 Author: bapt Date: Wed May 25 18:46:29 2016 New Revision: 415852 URL: https://svnweb.freebsd.org/changeset/ports/415852 Log: Ensure dp_PKGNAME has been passed to check-vulnerable Modified: head/Mk/Scripts/check-vulnerable.sh Modified: head/Mk/Scripts/check-vulnerable.sh ============================================================================== --- head/Mk/Scripts/check-vulnerable.sh Wed May 25 18:41:21 2016 (r415851) +++ head/Mk/Scripts/check-vulnerable.sh Wed May 25 18:46:29 2016 (r415852) @@ -7,7 +7,7 @@ set -e . "${dp_SCRIPTSDIR}/functions.sh" -validate_env dp_ECHO_MSG dp_PKG_BIN dp_PORTNAME +validate_env dp_ECHO_MSG dp_PKG_BIN dp_PORTNAME dp_PKGNAME [ -n "${DEBUG_MK_SCRIPTS}" -o -n "${DEBUG_MK_SCRIPTS_CHECK_VULNERABLE}" ] && set -x From owner-svn-ports-head@freebsd.org Wed May 25 18:47:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F894B4A1C9; Wed, 25 May 2016 18:47:00 +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 E62BE199D; Wed, 25 May 2016 18:46:59 +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 u4PIkxW7035868; Wed, 25 May 2016 18:46:59 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PIkxqQ035867; Wed, 25 May 2016 18:46:59 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201605251846.u4PIkxqQ035867@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 25 May 2016 18:46:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415853 - 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.22 Precedence: list List-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, 25 May 2016 18:47:00 -0000 Author: bapt Date: Wed May 25 18:46:58 2016 New Revision: 415853 URL: https://svnweb.freebsd.org/changeset/ports/415853 Log: Fix make check-plist with new @xmlcatmgr keyword Modified: head/Mk/Scripts/functions.sh Modified: head/Mk/Scripts/functions.sh ============================================================================== --- head/Mk/Scripts/functions.sh Wed May 25 18:46:29 2016 (r415852) +++ head/Mk/Scripts/functions.sh Wed May 25 18:46:58 2016 (r415853) @@ -71,7 +71,7 @@ parse_plist() { esac ;; # Handle [file] Keywords - @info\ *|@shell\ *) + @info\ *|@shell\ *|@xmlcatmgr\ *) set -- $line shift case "$@" in From owner-svn-ports-head@freebsd.org Wed May 25 18:54:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7AD52B4A354; Wed, 25 May 2016 18:54:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3DD4C1EA5; Wed, 25 May 2016 18:54:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4PIsem4038808; Wed, 25 May 2016 18:54:40 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PIsePh038806; Wed, 25 May 2016 18:54:40 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201605251854.u4PIsePh038806@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 25 May 2016 18:54:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415854 - 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.22 Precedence: list List-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, 25 May 2016 18:54:41 -0000 Author: bapt Date: Wed May 25 18:54:40 2016 New Revision: 415854 URL: https://svnweb.freebsd.org/changeset/ports/415854 Log: Update to 1.8.99.2 Changes: - improvements in the solver regarding multirepo - fix setting time on pre POSIX 2008 systems (such as freebsd 8) - fix running pkg when FD 0 has been closed 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 Wed May 25 18:46:58 2016 (r415853) +++ head/ports-mgmt/pkg-devel/Makefile Wed May 25 18:54:40 2016 (r415854) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.8.99.1 +DISTVERSION= 1.8.99.2 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Wed May 25 18:46:58 2016 (r415853) +++ head/ports-mgmt/pkg-devel/distinfo Wed May 25 18:54:40 2016 (r415854) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464027386 -SHA256 (pkg-1.8.99.1.tar.xz) = abc6a5e4f9a3fb4a818c775eb5aa2048ccb3ddcb6974c7af833d7e558c89f062 -SIZE (pkg-1.8.99.1.tar.xz) = 1941904 +TIMESTAMP = 1464202398 +SHA256 (pkg-1.8.99.2.tar.xz) = 9714120a43a24b37f7f677ca7497556c6e612a66f825d8214c2e9d4680c00a25 +SIZE (pkg-1.8.99.2.tar.xz) = 1944136 From owner-svn-ports-head@freebsd.org Wed May 25 18:59:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1ADFB4A49C; Wed, 25 May 2016 18:59:10 +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 BEFC510EB; Wed, 25 May 2016 18:59:10 +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 u4PIx94b039088; Wed, 25 May 2016 18:59:09 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PIx9Ui039086; Wed, 25 May 2016 18:59:09 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201605251859.u4PIx9Ui039086@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Wed, 25 May 2016 18:59:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415855 - head/www/py-werkzeug X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 18:59:11 -0000 Author: olivierd Date: Wed May 25 18:59:09 2016 New Revision: 415855 URL: https://svnweb.freebsd.org/changeset/ports/415855 Log: Update to 0.11.10 Modified: head/www/py-werkzeug/Makefile head/www/py-werkzeug/distinfo Modified: head/www/py-werkzeug/Makefile ============================================================================== --- head/www/py-werkzeug/Makefile Wed May 25 18:54:40 2016 (r415854) +++ head/www/py-werkzeug/Makefile Wed May 25 18:59:09 2016 (r415855) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= werkzeug -PORTVERSION= 0.11.9 +PORTVERSION= 0.11.10 CATEGORIES= www python -#MASTER_SITES= CHEESESHOP +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -#DISTNAME= Werkzeug-${DISTVERSION} +DISTNAME= Werkzeug-${DISTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Python utilities collection for building WSGI applications @@ -15,9 +15,6 @@ LICENSE= BSD3CLAUSE OPTIONS_DEFINE= EXAMPLES -USE_GITHUB= yes -GH_ACCOUNT= pallets - NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils Modified: head/www/py-werkzeug/distinfo ============================================================================== --- head/www/py-werkzeug/distinfo Wed May 25 18:54:40 2016 (r415854) +++ head/www/py-werkzeug/distinfo Wed May 25 18:59:09 2016 (r415855) @@ -1,2 +1,3 @@ -SHA256 (pallets-werkzeug-0.11.9_GH0.tar.gz) = fe140008e5f9da77e6e8524ed995ab7155d4537ea2337fc4e7bdee936cde80db -SIZE (pallets-werkzeug-0.11.9_GH0.tar.gz) = 1170570 +TIMESTAMP = 1464209346 +SHA256 (Werkzeug-0.11.10.tar.gz) = cc64dafbacc716cdd42503cf6c44cb5a35576443d82f29f6829e5c49264aeeee +SIZE (Werkzeug-0.11.10.tar.gz) = 1155484 From owner-svn-ports-head@freebsd.org Wed May 25 19:14:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7726BB4A711; Wed, 25 May 2016 19:14:53 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 392AF18DB; Wed, 25 May 2016 19:14:53 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4PJEqYf044952; Wed, 25 May 2016 19:14:52 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PJEq7C044949; Wed, 25 May 2016 19:14:52 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605251914.u4PJEq7C044949@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 25 May 2016 19:14:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415856 - in head/net/qt4-network: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 19:14:53 -0000 Author: pi Date: Wed May 25 19:14:52 2016 New Revision: 415856 URL: https://svnweb.freebsd.org/changeset/ports/415856 Log: net/qt4-network: fix openssl runtime linking The PCBSD community discovered an issue with OpenSSL runtime linking, where the OS bundled OpenSSL libraries are being loaded despite the user having installed and selected a PORTS OpenSSL installation. The patch provided in [1] resolves this by hard-coding the OpenSSL path to the default PREFIX of /usr/local. References: [1] https://mail.kde.org/pipermail/kde-freebsd/2015-November/020535.html PR: 209317 Submitted by: Kris Moore Added: head/net/qt4-network/files/ head/net/qt4-network/files/patch-src_network_ssl_qsslsocket__openssl.cpp (contents, props changed) head/net/qt4-network/files/patch-src_network_ssl_qsslsocket__openssl__symbols.cpp (contents, props changed) Modified: head/net/qt4-network/Makefile Modified: head/net/qt4-network/Makefile ============================================================================== --- head/net/qt4-network/Makefile Wed May 25 18:59:09 2016 (r415855) +++ head/net/qt4-network/Makefile Wed May 25 19:14:52 2016 (r415856) @@ -9,11 +9,13 @@ PKGNAMEPREFIX= qt4- MAINTAINER= kde@FreeBSD.org COMMENT= Qt network module +LICENSE= GPLv3 LGPL21 LGPL3 GFDL +LICENSE_COMB= dual + RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss USE_QT4= qmake_build moc_build rcc_build corelib QT_DIST= yes - HAS_CONFIGURE= yes USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} USE_OPENSSL= yes @@ -52,6 +54,7 @@ post-configure: -E -e 's|(.*location=).*uic|\1${PREFIX}/${QT_BINDIR_REL}/${UIC:T}|g' \ ${WRKSRC}/lib/pkgconfig/QtNetwork.pc ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/src/network/ssl/qsslsocket_openssl.cpp + ${WRKSRC}/src/network/ssl/qsslsocket_openssl.cpp \ + ${WRKSRC}/src/network/ssl/qsslsocket_openssl_symbols.cpp .include Added: head/net/qt4-network/files/patch-src_network_ssl_qsslsocket__openssl.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/qt4-network/files/patch-src_network_ssl_qsslsocket__openssl.cpp Wed May 25 19:14:52 2016 (r415856) @@ -0,0 +1,21 @@ +--- src/network/ssl/qsslsocket_openssl.cpp.orig 2015-05-07 14:14:44 UTC ++++ src/network/ssl/qsslsocket_openssl.cpp +@@ -267,15 +267,14 @@ init_context: + #endif + break; + case QSsl::SslV3: +- ctx = q_SSL_CTX_new(client ? q_SSLv3_client_method() : q_SSLv3_server_method()); ++ ctx = 0; // SSL 3 not supported by the system, but chosen deliberately -> error + break; +- case QSsl::SecureProtocols: // SslV2 will be disabled below +- case QSsl::TlsV1SslV3: // SslV2 will be disabled below + case QSsl::AnyProtocol: +- default: + ctx = q_SSL_CTX_new(client ? q_SSLv23_client_method() : q_SSLv23_server_method()); + break; + case QSsl::TlsV1: ++ case QSsl::SecureProtocols: ++ default: + ctx = q_SSL_CTX_new(client ? q_TLSv1_client_method() : q_TLSv1_server_method()); + break; + } Added: head/net/qt4-network/files/patch-src_network_ssl_qsslsocket__openssl__symbols.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/qt4-network/files/patch-src_network_ssl_qsslsocket__openssl__symbols.cpp Wed May 25 19:14:52 2016 (r415856) @@ -0,0 +1,25 @@ +--- src/network/ssl/qsslsocket_openssl_symbols.cpp.orig 2015-05-07 14:14:44 UTC ++++ src/network/ssl/qsslsocket_openssl_symbols.cpp +@@ -511,9 +511,9 @@ static QPair loadO + libcrypto->setLoadHints(libcrypto->loadHints() | QLibrary::ImprovedSearchHeuristics); + #elif defined(SHLIB_VERSION_NUMBER) + // first attempt: the canonical name is libssl.so. +- libssl->setFileNameAndVersion(QLatin1String("ssl"), QLatin1String(SHLIB_VERSION_NUMBER)); ++ libssl->setFileNameAndVersion(QLatin1String("/usr/local/lib/libssl"), QLatin1String(SHLIB_VERSION_NUMBER)); + libssl->setLoadHints(QLibrary::ImprovedSearchHeuristics); +- libcrypto->setFileNameAndVersion(QLatin1String("crypto"), QLatin1String(SHLIB_VERSION_NUMBER)); ++ libcrypto->setFileNameAndVersion(QLatin1String("/usr/local/lib/libcrypto"), QLatin1String(SHLIB_VERSION_NUMBER)); + libcrypto->setLoadHints(libcrypto->loadHints() | QLibrary::ImprovedSearchHeuristics); + if (libcrypto->load() && libssl->load()) { + // libssl.so. and libcrypto.so. found +@@ -525,8 +525,8 @@ static QPair loadO + #endif + + // second attempt: find the development files libssl.so and libcrypto.so +- libssl->setFileNameAndVersion(QLatin1String("ssl"), -1); +- libcrypto->setFileNameAndVersion(QLatin1String("crypto"), -1); ++ libssl->setFileNameAndVersion(QLatin1String("/usr/local/lib/libssl"), -1); ++ libcrypto->setFileNameAndVersion(QLatin1String("/usr/local/lib/libcrypto"), -1); + if (libcrypto->load() && libssl->load()) { + // libssl.so.0 and libcrypto.so.0 found + return pair; From owner-svn-ports-head@freebsd.org Wed May 25 19:21:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2B64B4A8F5; Wed, 25 May 2016 19:21:14 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F7491C10; Wed, 25 May 2016 19:21:14 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4PJLDke045315; Wed, 25 May 2016 19:21:13 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PJLDpN045311; Wed, 25 May 2016 19:21:13 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605251921.u4PJLDpN045311@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 25 May 2016 19:21:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415857 - in head: . devel/qtcreator X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 19:21:14 -0000 Author: pi Date: Wed May 25 19:21:13 2016 New Revision: 415857 URL: https://svnweb.freebsd.org/changeset/ports/415857 Log: devel/qtcreator: 3.6.0 -> 3.6.1 Changes: http://code.qt.io/cgit/qt-creator/qt-creator.git/tree/dist/changes-3.6.1.md?h=3.6 - Please see UPDATING for the separation of devel/qbs from devel/qtcreator Submitted by: Ralf Nolden (kde) Modified: head/UPDATING head/devel/qtcreator/Makefile head/devel/qtcreator/distinfo head/devel/qtcreator/pkg-plist Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed May 25 19:14:52 2016 (r415856) +++ head/UPDATING Wed May 25 19:21:13 2016 (r415857) @@ -5,6 +5,18 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20160525: + AFFECTS: Users of devel/qtcreator + AUTHOR: nolden@kde.org + + QBS (Qt Build System) was previously shipped as part of qtcreator, now + it is independently available as devel/qbs. However, on upgrading + qtcreator to 3.6.1, the depends will detect qbs through a previously + installed qtcreator port and will not build/install correctly + (devel/qbs won't be installed automatically as depends) + + The solution is to pkg remove qtcreator, then building works correctly. + 20160523: AFFECTS: Users of databases/db6 AUTHOR: mandree@FreeBSD.org Modified: head/devel/qtcreator/Makefile ============================================================================== --- head/devel/qtcreator/Makefile Wed May 25 19:14:52 2016 (r415856) +++ head/devel/qtcreator/Makefile Wed May 25 19:21:13 2016 (r415857) @@ -2,21 +2,35 @@ # $FreeBSD$ PORTNAME= qtcreator -DISTVERSION= 3.6.0 +DISTVERSION= 3.6.1 CATEGORIES= devel MASTER_SITES= QT/official_releases/qtcreator/${DISTVERSION:R}/${DISTVERSION} DISTNAME= qt-creator-opensource-src-${DISTVERSION} -DIST_SUBDIR= KDE +DIST_SUBDIR= KDE/Qt/qtcreator MAINTAINER= kde@FreeBSD.org COMMENT= C++ and QML IDE for Qt development +LICENSE= GPLv3 LGPL21 LGPL3 +LICENSE_COMB= dual + +# depend on the split out qbs +BUILD_DEPENDS= qbs:devel/qbs +RUN_DEPENDS= qbs:devel/qbs + USE_LDCONFIG= ${LOCALBASE}/lib/${PORTNAME} -USES= qmake:outsource compiler:c++11-lib +USES= qmake compiler:c++11-lib +INSTALLS_ICONS= yes USE_QT5= buildtools concurrent core declarative designer gui linguist network\ qml quick quickcontrols script script sql svg webkit widgets xml\ xmlpatterns +# be paranoid and do not extract qbs (devel/qbs) copy from source tree +EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/src/shared/qbs' +# Set QBS_INSTALL_DIR for QBS plugin build and set config parameter to build +# the qbsprojectmanager plugin without compile error +QMAKE_ARGS+= QBS_INSTALL_DIR=${PREFIX} CONFIG+=qbs_enable_project_file_updates + # Enforce installation to ${PREFIX}. QMAKE_ARGS+= QTC_PREFIX=${PREFIX} @@ -33,7 +47,7 @@ post-patch: ${WRKSRC}/share/qtcreator/debugger/dumper.py ${REINPLACE_CMD} -e 's|/usr/bin/ant|${LOCALBASE}/bin/ant|' \ ${WRKSRC}/src/plugins/android/androidsettingswidget.cpp - ${REINPLACE_CMD} -e '/unix:LIBS += -ldl/d' \ + ${REINPLACE_CMD} -e '/unix:!openbsd: LIBS += -ldl/d' \ ${WRKSRC}/src/libs/sqlite/sqlite-lib.pri .include Modified: head/devel/qtcreator/distinfo ============================================================================== --- head/devel/qtcreator/distinfo Wed May 25 19:14:52 2016 (r415856) +++ head/devel/qtcreator/distinfo Wed May 25 19:21:13 2016 (r415857) @@ -1,2 +1,2 @@ -SHA256 (KDE/qt-creator-opensource-src-3.6.0.tar.gz) = b130104963053e21f227b08009545894af33df495445a8651843bad4b52a1dec -SIZE (KDE/qt-creator-opensource-src-3.6.0.tar.gz) = 23127195 +SHA256 (KDE/Qt/qtcreator/qt-creator-opensource-src-3.6.1.tar.gz) = e53611f80332cd1d171a9b91f8467b6182186cbec6b4a9301f32367368f15de2 +SIZE (KDE/Qt/qtcreator/qt-creator-opensource-src-3.6.1.tar.gz) = 23144233 Modified: head/devel/qtcreator/pkg-plist ============================================================================== --- head/devel/qtcreator/pkg-plist Wed May 25 19:14:52 2016 (r415856) +++ head/devel/qtcreator/pkg-plist Wed May 25 19:21:13 2016 (r415857) @@ -1,12 +1,4 @@ -bin/qbs -bin/qbs-config -bin/qbs-config-ui -bin/qbs-qmltypes -bin/qbs-setup-android -bin/qbs-setup-qt -bin/qbs-setup-toolchains bin/qtcreator -bin/qtcreator.sh lib/qtcreator/libAggregation.so lib/qtcreator/libAggregation.so.1 lib/qtcreator/libAggregation.so.1.0 @@ -63,14 +55,6 @@ lib/qtcreator/libUtils.so lib/qtcreator/libUtils.so.1 lib/qtcreator/libUtils.so.1.0 lib/qtcreator/libUtils.so.1.0.0 -lib/qtcreator/libqbscore.so -lib/qtcreator/libqbscore.so.1 -lib/qtcreator/libqbscore.so.1.4 -lib/qtcreator/libqbscore.so.1.4.4 -lib/qtcreator/libqbsqtprofilesetup.so -lib/qtcreator/libqbsqtprofilesetup.so.1 -lib/qtcreator/libqbsqtprofilesetup.so.1.4 -lib/qtcreator/libqbsqtprofilesetup.so.1.4.4 lib/qtcreator/plugins/libAnalyzerBase.so lib/qtcreator/plugins/libAndroid.so lib/qtcreator/plugins/libAutotoolsProjectManager.so @@ -126,8 +110,6 @@ lib/qtcreator/plugins/libValgrind.so lib/qtcreator/plugins/libVcsBase.so lib/qtcreator/plugins/libWelcome.so lib/qtcreator/plugins/libWinRt.so -lib/qtcreator/plugins/qbs/plugins/libqbs_cpp_scanner.so -lib/qtcreator/plugins/qbs/plugins/libqbs_qt_scanner.so lib/qtcreator/plugins/qmldesigner/libcomponentsplugin.so lib/qtcreator/plugins/qmldesigner/libqtquickplugin.so libexec/qtcreator/buildoutputparser @@ -189,139 +171,6 @@ share/icons/hicolor/64x64/apps/QtProject %%DATADIR%%/glsl/glsl_es_100.vert %%DATADIR%%/glsl/glsl_es_100_common.glsl %%DATADIR%%/modeleditor/standard.def -%%DATADIR%%/qbs/share/qbs/examples/app-and-lib/app/app.qbs -%%DATADIR%%/qbs/share/qbs/examples/app-and-lib/app/main.cpp -%%DATADIR%%/qbs/share/qbs/examples/app-and-lib/app_and_lib.qbs -%%DATADIR%%/qbs/share/qbs/examples/app-and-lib/lib/lib.cpp -%%DATADIR%%/qbs/share/qbs/examples/app-and-lib/lib/lib.h -%%DATADIR%%/qbs/share/qbs/examples/app-and-lib/lib/lib.qbs -%%DATADIR%%/qbs/share/qbs/examples/cocoa-application/CocoaApplication.qbs -%%DATADIR%%/qbs/share/qbs/examples/cocoa-application/CocoaApplication.xcodeproj/project.pbxproj -%%DATADIR%%/qbs/share/qbs/examples/cocoa-application/CocoaApplication/AppDelegate.h -%%DATADIR%%/qbs/share/qbs/examples/cocoa-application/CocoaApplication/AppDelegate.m -%%DATADIR%%/qbs/share/qbs/examples/cocoa-application/CocoaApplication/CocoaApplication-Info.plist -%%DATADIR%%/qbs/share/qbs/examples/cocoa-application/CocoaApplication/CocoaApplication-Prefix.pch -%%DATADIR%%/qbs/share/qbs/examples/cocoa-application/CocoaApplication/en.lproj/Credits.rtf -%%DATADIR%%/qbs/share/qbs/examples/cocoa-application/CocoaApplication/en.lproj/InfoPlist.strings -%%DATADIR%%/qbs/share/qbs/examples/cocoa-application/CocoaApplication/en.lproj/MainMenu.xib -%%DATADIR%%/qbs/share/qbs/examples/cocoa-application/CocoaApplication/main.m -%%DATADIR%%/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication.qbs -%%DATADIR%%/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication.xcodeproj/project.pbxproj -%%DATADIR%%/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/AppDelegate.h -%%DATADIR%%/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/AppDelegate.m -%%DATADIR%%/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/CocoaTouchApplication-Info.plist -%%DATADIR%%/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/CocoaTouchApplication-Prefix.pch -%%DATADIR%%/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/Default-568h@2x.png -%%DATADIR%%/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/Default.png -%%DATADIR%%/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/Default@2x.png -%%DATADIR%%/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/DetailViewController.h -%%DATADIR%%/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/DetailViewController.m -%%DATADIR%%/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/MasterViewController.h -%%DATADIR%%/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/MasterViewController.m -%%DATADIR%%/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/en.lproj/DetailViewController_iPad.xib -%%DATADIR%%/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/en.lproj/DetailViewController_iPhone.xib -%%DATADIR%%/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/en.lproj/InfoPlist.strings -%%DATADIR%%/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/en.lproj/MasterViewController_iPad.xib -%%DATADIR%%/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/en.lproj/MasterViewController_iPhone.xib -%%DATADIR%%/qbs/share/qbs/examples/cocoa-touch-application/CocoaTouchApplication/main.m -%%DATADIR%%/qbs/share/qbs/examples/code-generator/code-generator.qbs -%%DATADIR%%/qbs/share/qbs/examples/code-generator/hwgen.cpp -%%DATADIR%%/qbs/share/qbs/examples/collidingmice/collidingmice.qbs -%%DATADIR%%/qbs/share/qbs/examples/collidingmice/images/cheese.jpg -%%DATADIR%%/qbs/share/qbs/examples/collidingmice/main.cpp -%%DATADIR%%/qbs/share/qbs/examples/collidingmice/mice.qrc -%%DATADIR%%/qbs/share/qbs/examples/collidingmice/mouse.cpp -%%DATADIR%%/qbs/share/qbs/examples/collidingmice/mouse.h -%%DATADIR%%/qbs/share/qbs/examples/examples.qbs -%%DATADIR%%/qbs/share/qbs/examples/helloworld-complex/hello.qbs -%%DATADIR%%/qbs/share/qbs/examples/helloworld-complex/src/foo.cpp -%%DATADIR%%/qbs/share/qbs/examples/helloworld-complex/src/foo.h -%%DATADIR%%/qbs/share/qbs/examples/helloworld-complex/src/main.cpp -%%DATADIR%%/qbs/share/qbs/examples/helloworld-complex/src/specialfeature.cpp -%%DATADIR%%/qbs/share/qbs/examples/helloworld-complex/src/specialfeature.h -%%DATADIR%%/qbs/share/qbs/examples/helloworld-minimal/hello.qbs -%%DATADIR%%/qbs/share/qbs/examples/helloworld-minimal/main.cpp -%%DATADIR%%/qbs/share/qbs/examples/helloworld-qt/hello.qbs -%%DATADIR%%/qbs/share/qbs/examples/helloworld-qt/main.cpp -%%DATADIR%%/qbs/share/qbs/examples/install-bundle/coreutils.cpp -%%DATADIR%%/qbs/share/qbs/examples/install-bundle/coreutils.h -%%DATADIR%%/qbs/share/qbs/examples/install-bundle/install-bundle.qbs -%%DATADIR%%/qbs/share/qbs/examples/install-bundle/main.cpp -%%DATADIR%%/qbs/share/qbs/imports/qbs/BundleTools/bundle-tools.js -%%DATADIR%%/qbs/share/qbs/imports/qbs/DarwinTools/darwin-tools.js -%%DATADIR%%/qbs/share/qbs/imports/qbs/FileInfo/fileinfo.js -%%DATADIR%%/qbs/share/qbs/imports/qbs/ModUtils/utils.js -%%DATADIR%%/qbs/share/qbs/imports/qbs/PathTools/path-tools.js -%%DATADIR%%/qbs/share/qbs/imports/qbs/Probes/AndroidNdkProbe.qbs -%%DATADIR%%/qbs/share/qbs/imports/qbs/Probes/AndroidSdkProbe.qbs -%%DATADIR%%/qbs/share/qbs/imports/qbs/Probes/BinaryProbe.qbs -%%DATADIR%%/qbs/share/qbs/imports/qbs/Probes/FrameworkProbe.qbs -%%DATADIR%%/qbs/share/qbs/imports/qbs/Probes/IncludeProbe.qbs -%%DATADIR%%/qbs/share/qbs/imports/qbs/Probes/JdkProbe.qbs -%%DATADIR%%/qbs/share/qbs/imports/qbs/Probes/NodeJsProbe.qbs -%%DATADIR%%/qbs/share/qbs/imports/qbs/Probes/PathProbe.qbs -%%DATADIR%%/qbs/share/qbs/imports/qbs/Probes/PkgConfigProbe.qbs -%%DATADIR%%/qbs/share/qbs/imports/qbs/Probes/TypeScriptProbe.qbs -%%DATADIR%%/qbs/share/qbs/imports/qbs/UnixUtils/unix-utils.js -%%DATADIR%%/qbs/share/qbs/imports/qbs/WindowsUtils/windows-utils.js -%%DATADIR%%/qbs/share/qbs/imports/qbs/base/AndroidApk.qbs -%%DATADIR%%/qbs/share/qbs/imports/qbs/base/Application.qbs -%%DATADIR%%/qbs/share/qbs/imports/qbs/base/ApplicationExtension.qbs -%%DATADIR%%/qbs/share/qbs/imports/qbs/base/AutotestRunner.qbs -%%DATADIR%%/qbs/share/qbs/imports/qbs/base/CppApplication.qbs -%%DATADIR%%/qbs/share/qbs/imports/qbs/base/DynamicLibrary.qbs -%%DATADIR%%/qbs/share/qbs/imports/qbs/base/InstallPackage.qbs -%%DATADIR%%/qbs/share/qbs/imports/qbs/base/JavaClassCollection.qbs -%%DATADIR%%/qbs/share/qbs/imports/qbs/base/JavaJarFile.qbs -%%DATADIR%%/qbs/share/qbs/imports/qbs/base/Library.qbs -%%DATADIR%%/qbs/share/qbs/imports/qbs/base/LoadableModule.qbs -%%DATADIR%%/qbs/share/qbs/imports/qbs/base/NSISSetup.qbs -%%DATADIR%%/qbs/share/qbs/imports/qbs/base/NodeJSApplication.qbs -%%DATADIR%%/qbs/share/qbs/imports/qbs/base/QtApplication.qbs -%%DATADIR%%/qbs/share/qbs/imports/qbs/base/QtGuiApplication.qbs -%%DATADIR%%/qbs/share/qbs/imports/qbs/base/StaticLibrary.qbs -%%DATADIR%%/qbs/share/qbs/imports/qbs/base/WindowsInstallerPackage.qbs -%%DATADIR%%/qbs/share/qbs/imports/qbs/base/WindowsSetupPackage.qbs -%%DATADIR%%/qbs/share/qbs/imports/qbs/base/XPCService.qbs -%%DATADIR%%/qbs/share/qbs/modules/Android/ndk/ndk.qbs -%%DATADIR%%/qbs/share/qbs/modules/Android/ndk/utils.js -%%DATADIR%%/qbs/share/qbs/modules/Android/sdk/sdk.qbs -%%DATADIR%%/qbs/share/qbs/modules/Android/sdk/utils.js -%%DATADIR%%/qbs/share/qbs/modules/archiver/archiver.qbs -%%DATADIR%%/qbs/share/qbs/modules/bundle/BundleModule.qbs -%%DATADIR%%/qbs/share/qbs/modules/cpp/CppModule.qbs -%%DATADIR%%/qbs/share/qbs/modules/cpp/DarwinGCC.qbs -%%DATADIR%%/qbs/share/qbs/modules/cpp/GenericGCC.qbs -%%DATADIR%%/qbs/share/qbs/modules/cpp/UnixGCC.qbs -%%DATADIR%%/qbs/share/qbs/modules/cpp/gcc.js -%%DATADIR%%/qbs/share/qbs/modules/cpp/genericunix-gcc.qbs -%%DATADIR%%/qbs/share/qbs/modules/cpp/ios-gcc.qbs -%%DATADIR%%/qbs/share/qbs/modules/cpp/linux-gcc.qbs -%%DATADIR%%/qbs/share/qbs/modules/cpp/msvc.js -%%DATADIR%%/qbs/share/qbs/modules/cpp/osx-gcc.qbs -%%DATADIR%%/qbs/share/qbs/modules/cpp/windows-mingw.qbs -%%DATADIR%%/qbs/share/qbs/modules/cpp/windows-msvc.qbs -%%DATADIR%%/qbs/share/qbs/modules/ib/IBModule.qbs -%%DATADIR%%/qbs/share/qbs/modules/ib/ib.js -%%DATADIR%%/qbs/share/qbs/modules/java/JavaModule.qbs -%%DATADIR%%/qbs/share/qbs/modules/java/io/qt/qbs/Artifact.java -%%DATADIR%%/qbs/share/qbs/modules/java/io/qt/qbs/ArtifactListJsonWriter.java -%%DATADIR%%/qbs/share/qbs/modules/java/io/qt/qbs/ArtifactListTextWriter.java -%%DATADIR%%/qbs/share/qbs/modules/java/io/qt/qbs/ArtifactListWriter.java -%%DATADIR%%/qbs/share/qbs/modules/java/io/qt/qbs/ArtifactListXmlWriter.java -%%DATADIR%%/qbs/share/qbs/modules/java/io/qt/qbs/tools/JavaCompilerScannerTool.java -%%DATADIR%%/qbs/share/qbs/modules/java/io/qt/qbs/tools/utils/JavaCompilerOptions.java -%%DATADIR%%/qbs/share/qbs/modules/java/io/qt/qbs/tools/utils/JavaCompilerScanner.java -%%DATADIR%%/qbs/share/qbs/modules/java/io/qt/qbs/tools/utils/NullFileObject.java -%%DATADIR%%/qbs/share/qbs/modules/java/utils.js -%%DATADIR%%/qbs/share/qbs/modules/nodejs/NodeJS.qbs -%%DATADIR%%/qbs/share/qbs/modules/nsis/NSISModule.qbs -%%DATADIR%%/qbs/share/qbs/modules/qbs/common.qbs -%%DATADIR%%/qbs/share/qbs/modules/typescript/TypeScriptModule.qbs -%%DATADIR%%/qbs/share/qbs/modules/typescript/qbs-tsc-scan/.gitignore -%%DATADIR%%/qbs/share/qbs/modules/typescript/qbs-tsc-scan/qbs-tsc-scan.ts -%%DATADIR%%/qbs/share/qbs/modules/typescript/typescript.js -%%DATADIR%%/qbs/share/qbs/modules/wix/WiXModule.qbs %%DATADIR%%/qml-type-descriptions/builtins.qmltypes %%DATADIR%%/qml-type-descriptions/qbs-bundle.json %%DATADIR%%/qml-type-descriptions/qbs.qmltypes From owner-svn-ports-head@freebsd.org Wed May 25 19:31:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 722D5B4AC42; Wed, 25 May 2016 19:31:01 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C08511AF; Wed, 25 May 2016 19:31:01 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4PJV0cU050491; Wed, 25 May 2016 19:31:00 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PJV03g050487; Wed, 25 May 2016 19:31:00 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201605251931.u4PJV03g050487@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Wed, 25 May 2016 19:31:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415858 - in head: print/transfig textproc/silvercity X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 19:31:01 -0000 Author: gerald Date: Wed May 25 19:30:59 2016 New Revision: 415858 URL: https://svnweb.freebsd.org/changeset/ports/415858 Log: Fix typo in pkg-descr: langauges -> languages. Approved by: portmgr (blanket) Modified: head/print/transfig/Makefile head/print/transfig/pkg-descr head/textproc/silvercity/Makefile head/textproc/silvercity/pkg-descr Modified: head/print/transfig/Makefile ============================================================================== --- head/print/transfig/Makefile Wed May 25 19:21:13 2016 (r415857) +++ head/print/transfig/Makefile Wed May 25 19:30:59 2016 (r415858) @@ -3,7 +3,7 @@ PORTNAME= transfig PORTVERSION= 3.2.5e -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= SF/mcj/mcj-source/ DISTNAME= ${PORTNAME}.${PORTVERSION} Modified: head/print/transfig/pkg-descr ============================================================================== --- head/print/transfig/pkg-descr Wed May 25 19:21:13 2016 (r415857) +++ head/print/transfig/pkg-descr Wed May 25 19:30:59 2016 (r415858) @@ -2,7 +2,7 @@ TransFig is a set of tools for creating which are portable, in the sense that they can be printed in a wide variety of environments. -Drivers currently exist for the following graphics langauges: +Drivers currently exist for the following graphics languages: AutoCad slide, BOX, (E)EPIC macros, LaTeX picture environment, PIC, PiCTeX, PNG, PostScript, Encapsulated Postscript, GIF, IBM-GL, JPEG, PCX, MF (METAFONT), TeXtyl, TIFF, TPIC, XBM (X11 Modified: head/textproc/silvercity/Makefile ============================================================================== --- head/textproc/silvercity/Makefile Wed May 25 19:21:13 2016 (r415857) +++ head/textproc/silvercity/Makefile Wed May 25 19:30:59 2016 (r415858) @@ -3,7 +3,7 @@ PORTNAME= silvercity PORTVERSION= 0.9.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/Python%20SilverCity%20Bindings/${PORTVERSION} DISTNAME= SilverCity-${PORTVERSION} Modified: head/textproc/silvercity/pkg-descr ============================================================================== --- head/textproc/silvercity/pkg-descr Wed May 25 19:21:13 2016 (r415857) +++ head/textproc/silvercity/pkg-descr Wed May 25 19:30:59 2016 (r415858) @@ -1,5 +1,5 @@ SilverCity is a lexing package, based on Scintilla, that can provide lexical -analysis for over 20 programming and markup langauges. +analysis for over 20 programming and markup languages. Scripting language bindings currently exist for Python. From owner-svn-ports-head@freebsd.org Wed May 25 19:42:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7396CB4AF68; Wed, 25 May 2016 19:42:12 +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 56CE01AE5; Wed, 25 May 2016 19:42:11 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from anthias (vie-91-186-158-235.dsl.sil.at [91.186.158.235]) (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 5674A3F425; Wed, 25 May 2016 15:32:47 -0400 (EDT) Date: Wed, 25 May 2016 21:32:45 +0200 (CEST) From: Gerald Pfeifer To: Alexey Dokuchaev cc: Rene Ladan , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r415804 - head/lang/nbc In-Reply-To: <20160525012029.GA80351@FreeBSD.org> Message-ID: References: <201605241802.u4OI20wt078322@repo.freebsd.org> <20160525012029.GA80351@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.22 Precedence: list List-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, 25 May 2016 19:42:12 -0000 On Wed, 25 May 2016, Alexey Dokuchaev wrote: >> Log: >> lang/nbc: fix a typo in pkg-descr > One thing I always wonder at is why most people, when noticing a typo, won't > check if others had made it as well (and fix it in a single nice commit): > > $ find /usr/ports -name pkg-descr | xargs grep -l langauge > /usr/ports/print/transfig/pkg-descr > /usr/ports/textproc/silvercity/pkg-descr > > (At least. There might be other files that worth checking as well: > Makefile, pkg-message, etc.) I'm not Rene, but did a recursive grep, which only found those two cases, and committed fixed for both. Gerald From owner-svn-ports-head@freebsd.org Wed May 25 19:42:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2E89B49087; Wed, 25 May 2016 19:42:41 +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 B45831CDE; Wed, 25 May 2016 19:42:41 +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 u4PJgeqZ054256; Wed, 25 May 2016 19:42:40 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PJge8q054254; Wed, 25 May 2016 19:42:40 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201605251942.u4PJge8q054254@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 25 May 2016 19:42:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415859 - head/databases/pgreplay X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 19:42:42 -0000 Author: matthew Date: Wed May 25 19:42:40 2016 New Revision: 415859 URL: https://svnweb.freebsd.org/changeset/ports/415859 Log: Use DISTVERSION and DISTVERSIONPREFIX rather than GH_TAGNAME Reported by: mat Modified: head/databases/pgreplay/Makefile head/databases/pgreplay/distinfo (contents, props changed) Modified: head/databases/pgreplay/Makefile ============================================================================== --- head/databases/pgreplay/Makefile Wed May 25 19:30:59 2016 (r415858) +++ head/databases/pgreplay/Makefile Wed May 25 19:42:40 2016 (r415859) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= pgreplay -PORTVERSION= 1.2.0 +DISTVERSIONPREFIX= ${PORTNAME:tu}_ +DISTVERSION= 1_2_0 CATEGORIES= databases MAINTAINER= matthew@FreeBSD.org @@ -12,7 +13,6 @@ LICENSE= PostgreSQL USE_GITHUB= yes GH_ACCOUNT= laurenz -GH_TAGNAME= PGREPLAY_1_2_0 USES= pgsql autoreconf GNU_CONFIGURE= yes Modified: head/databases/pgreplay/distinfo ============================================================================== --- head/databases/pgreplay/distinfo Wed May 25 19:30:59 2016 (r415858) +++ head/databases/pgreplay/distinfo Wed May 25 19:42:40 2016 (r415859) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464166606 -SHA256 (laurenz-pgreplay-1.2.0-PGREPLAY_1_2_0_GH0.tar.gz) = b2443d1ccf0c0c1da2ce9d98035e42c8f6846146b804cb3bf5a8819ca6c4123d -SIZE (laurenz-pgreplay-1.2.0-PGREPLAY_1_2_0_GH0.tar.gz) = 118585 +TIMESTAMP = 1464205286 +SHA256 (laurenz-pgreplay-PGREPLAY_1_2_0_GH0.tar.gz) = b2443d1ccf0c0c1da2ce9d98035e42c8f6846146b804cb3bf5a8819ca6c4123d +SIZE (laurenz-pgreplay-PGREPLAY_1_2_0_GH0.tar.gz) = 118585 From owner-svn-ports-head@freebsd.org Wed May 25 19:55:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA76EB49299; Wed, 25 May 2016 19:55:12 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92FAA127B; Wed, 25 May 2016 19:55:12 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4PJtBiZ057452; Wed, 25 May 2016 19:55:11 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PJtBae057451; Wed, 25 May 2016 19:55:11 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605251955.u4PJtBae057451@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 25 May 2016 19:55:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415860 - head/net/qt5-network/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 19:55:13 -0000 Author: pi Date: Wed May 25 19:55:11 2016 New Revision: 415860 URL: https://svnweb.freebsd.org/changeset/ports/415860 Log: net/qt5-network: fix openssl runtime linking PR: 209324 Submitted by: groot@kde.org (kde) Added: head/net/qt5-network/files/ head/net/qt5-network/files/patch-src_network_ssl_qsslsocket__openssl__symbols.cpp (contents, props changed) Added: head/net/qt5-network/files/patch-src_network_ssl_qsslsocket__openssl__symbols.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/qt5-network/files/patch-src_network_ssl_qsslsocket__openssl__symbols.cpp Wed May 25 19:55:11 2016 (r415860) @@ -0,0 +1,24 @@ +--- src/network/ssl/qsslsocket_openssl_symbols.cpp.orig 2015-02-17 04:56:38 UTC ++++ src/network/ssl/qsslsocket_openssl_symbols.cpp +@@ -611,8 +611,8 @@ static QPair loadO + #endif + #if defined(SHLIB_VERSION_NUMBER) && !defined(Q_OS_QNX) // on QNX, the libs are always libssl.so and libcrypto.so + // first attempt: the canonical name is libssl.so. +- libssl->setFileNameAndVersion(QLatin1String("ssl"), QLatin1String(SHLIB_VERSION_NUMBER)); +- libcrypto->setFileNameAndVersion(QLatin1String("crypto"), QLatin1String(SHLIB_VERSION_NUMBER)); ++ libssl->setFileNameAndVersion(QLatin1String("/usr/local/libssl"), QLatin1String(SHLIB_VERSION_NUMBER)); ++ libcrypto->setFileNameAndVersion(QLatin1String("/usr/local/libcrypto"), QLatin1String(SHLIB_VERSION_NUMBER)); + if (libcrypto->load() && libssl->load()) { + // libssl.so. and libcrypto.so. found + return pair; +@@ -629,8 +629,8 @@ static QPair loadO + // OS X's /usr/lib/libssl.dylib, /usr/lib/libcrypto.dylib will be picked up in the third + // attempt, _after_ /Contents/Frameworks has been searched. + // iOS does not ship a system libssl.dylib, libcrypto.dylib in the first place. +- libssl->setFileNameAndVersion(QLatin1String("ssl"), -1); +- libcrypto->setFileNameAndVersion(QLatin1String("crypto"), -1); ++ libssl->setFileNameAndVersion(QLatin1String("/usr/local/lib/libssl"), -1); ++ libcrypto->setFileNameAndVersion(QLatin1String("/usr/local/lib/libcrypto"), -1); + if (libcrypto->load() && libssl->load()) { + // libssl.so.0 and libcrypto.so.0 found + return pair; From owner-svn-ports-head@freebsd.org Wed May 25 20:05:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4309FB494C7; Wed, 25 May 2016 20:05:15 +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 0105918F1; Wed, 25 May 2016 20:05:14 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 8A1F0BDD03; Wed, 25 May 2016 22:05:11 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 655A3BDCFE; Wed, 25 May 2016 22:05:11 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id F17B560FC66E; Wed, 25 May 2016 22:05:10 +0200 (CEST) Date: Wed, 25 May 2016 22:05:10 +0200 From: Mathieu Arnold To: Kurt Jaeger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r415860 - head/net/qt5-network/files Message-ID: In-Reply-To: <201605251955.u4PJtBae057451@repo.freebsd.org> References: <201605251955.u4PJtBae057451@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="==========C5DE0C30C22001AF3DFD==========" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 20:05:15 -0000 --==========C5DE0C30C22001AF3DFD========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 25 mai 2016 19:55:11 +0000 Kurt Jaeger wrote: | Author: pi | Date: Wed May 25 19:55:11 2016 | New Revision: 415860 | URL: https://svnweb.freebsd.org/changeset/ports/415860 | | Log: | net/qt5-network: fix openssl runtime linking If it is runtime, it's missing a PORTREVISION bump. -- Mathieu Arnold --==========C5DE0C30C22001AF3DFD========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJXRgV2XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85I52sP/RG5Z037waWzNux4FTpyEN5T spqH6Hy+g/BDSb2VCzUXPoNm6k+a+zyjSU38zlB2tcw3fxLzDHLhyItYzQVdRxrl JaCc+VNhNM83KtVBq7oDlt64vp+brZt2mIACsT7yCZAnL9oFyXPP9kZmpyroUQHg ty3rP9Kz3FfUVM/1KUMTmRgcQ8lk3985d7TVSO2OeH2TbJdT494xrA+OhpsJO5eB 30gjLgTmTfiA+XqR0bbDzlaps5UfvV8d3Tg04D/QfLkdwLozcJeaf8S4gXnZSRDj Np+4vKNOH8Zb8Qv3QT2hMsjj76u2TliiUtcvF52mcfdYWGTm7XkaGUIW5PJO1oeP T9ogU2LtYuPfg8ijv/h//wIS0iSrb7b88cIOR+mpOcm0w21aITaoH3LZ11GnM5IA kQaqXVSdbEk6Y4V2Y4I3KuQU7mZT8pjgZXlZ3+nN9GRN3GK+DRL8KMi2aJhR92Hp m6CJtd2LlekkIN19j5/G9HZsvktuhxfHEUavlMcoYqkYLL6neZHGm/G4YYH+rBMd gpEZ3b0m1EsHUna+v39/xfSNl1bx3C+VSCUS58OHi/zVxsqniGnydOm76n5QvlG8 OdJGVTXoHqb7xhjOuKNUjmXH3mLe/eS4hQHM41A/BtO32iIM//iJm5ZF4P/1XnaQ 7bPdDRvq3HZVoSvOzLRd =7rfn -----END PGP SIGNATURE----- --==========C5DE0C30C22001AF3DFD==========-- From owner-svn-ports-head@freebsd.org Wed May 25 20:34:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58212B4A281; Wed, 25 May 2016 20:34: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 298421A29; Wed, 25 May 2016 20:34:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4PKY5Ee073483; Wed, 25 May 2016 20:34:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PKY5Ox073481; Wed, 25 May 2016 20:34:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605252034.u4PKY5Ox073481@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, 25 May 2016 20:34:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415861 - 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.22 Precedence: list List-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, 25 May 2016 20:34:06 -0000 Author: sunpoet Date: Wed May 25 20:34:05 2016 New Revision: 415861 URL: https://svnweb.freebsd.org/changeset/ports/415861 Log: - Update to 2016.05.22 Modified: head/german/mythes/Makefile head/german/mythes/distinfo Modified: head/german/mythes/Makefile ============================================================================== --- head/german/mythes/Makefile Wed May 25 19:55:11 2016 (r415860) +++ head/german/mythes/Makefile Wed May 25 20:34:05 2016 (r415861) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2016.05.15 +PORTVERSION= 2016.05.22 CATEGORIES= german textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ DISTNAME= Deutscher-Thesaurus-${PORTVERSION:C/\.//g} Modified: head/german/mythes/distinfo ============================================================================== --- head/german/mythes/distinfo Wed May 25 19:55:11 2016 (r415860) +++ head/german/mythes/distinfo Wed May 25 20:34:05 2016 (r415861) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463413243 -SHA256 (mythes/Deutscher-Thesaurus-20160515.oxt) = 31490209364480fa90194655dfe0fea1901a0d9203850cc4ed9a741713d54615 -SIZE (mythes/Deutscher-Thesaurus-20160515.oxt) = 7635018 +TIMESTAMP = 1464208280 +SHA256 (mythes/Deutscher-Thesaurus-20160522.oxt) = b41b04ce103ada4147816e56fa823244308a2a459ef5fa149fca79b3b6edd758 +SIZE (mythes/Deutscher-Thesaurus-20160522.oxt) = 7647356 From owner-svn-ports-head@freebsd.org Wed May 25 20:34:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A953B4A2A4; Wed, 25 May 2016 20:34:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E97E71A44; Wed, 25 May 2016 20:34:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4PKYAfq073601; Wed, 25 May 2016 20:34:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PKY9J5073599; Wed, 25 May 2016 20:34:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605252034.u4PKY9J5073599@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, 25 May 2016 20:34:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415862 - 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.22 Precedence: list List-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, 25 May 2016 20:34:11 -0000 Author: sunpoet Date: Wed May 25 20:34:09 2016 New Revision: 415862 URL: https://svnweb.freebsd.org/changeset/ports/415862 Log: - Update to 2016.05.22 Modified: head/textproc/sk-mythes/Makefile head/textproc/sk-mythes/distinfo Modified: head/textproc/sk-mythes/Makefile ============================================================================== --- head/textproc/sk-mythes/Makefile Wed May 25 20:34:05 2016 (r415861) +++ head/textproc/sk-mythes/Makefile Wed May 25 20:34:09 2016 (r415862) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2016.05.15 +PORTVERSION= 2016.05.22 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sk- Modified: head/textproc/sk-mythes/distinfo ============================================================================== --- head/textproc/sk-mythes/distinfo Wed May 25 20:34:05 2016 (r415861) +++ head/textproc/sk-mythes/distinfo Wed May 25 20:34:09 2016 (r415862) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463413248 -SHA256 (mythes/OOo-Thesaurus2-sk_SK-20160515.zip) = f6009965cc4477f8176c2549de63435e3fe36b3ac4107261dbef2819e0958c4c -SIZE (mythes/OOo-Thesaurus2-sk_SK-20160515.zip) = 239537 +TIMESTAMP = 1464208298 +SHA256 (mythes/OOo-Thesaurus2-sk_SK-20160522.zip) = 63bb0f2d91509d2da9f967125fd317c412a7ec705f444edaa7a450c4542feee6 +SIZE (mythes/OOo-Thesaurus2-sk_SK-20160522.zip) = 239537 From owner-svn-ports-head@freebsd.org Wed May 25 20:34:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC6B4B4A2C9; Wed, 25 May 2016 20:34:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D3F11B3B; Wed, 25 May 2016 20:34:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4PKYEZQ073716; Wed, 25 May 2016 20:34:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PKYEik073714; Wed, 25 May 2016 20:34:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605252034.u4PKYEik073714@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, 25 May 2016 20:34:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415863 - 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.22 Precedence: list List-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, 25 May 2016 20:34:15 -0000 Author: sunpoet Date: Wed May 25 20:34:14 2016 New Revision: 415863 URL: https://svnweb.freebsd.org/changeset/ports/415863 Log: - Update to 2016.05.22 Modified: head/textproc/sl-mythes/Makefile head/textproc/sl-mythes/distinfo Modified: head/textproc/sl-mythes/Makefile ============================================================================== --- head/textproc/sl-mythes/Makefile Wed May 25 20:34:09 2016 (r415862) +++ head/textproc/sl-mythes/Makefile Wed May 25 20:34:14 2016 (r415863) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2016.05.15 +PORTVERSION= 2016.05.22 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sl- Modified: head/textproc/sl-mythes/distinfo ============================================================================== --- head/textproc/sl-mythes/distinfo Wed May 25 20:34:09 2016 (r415862) +++ head/textproc/sl-mythes/distinfo Wed May 25 20:34:14 2016 (r415863) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463413252 -SHA256 (mythes/thes_sl_SI_v2-20160515.zip) = da93901ef72a8274fb59951829be24f1f92cb174c9460b90bb72c4311a8006bf -SIZE (mythes/thes_sl_SI_v2-20160515.zip) = 386931 +TIMESTAMP = 1464208269 +SHA256 (mythes/thes_sl_SI_v2-20160522.zip) = 65c6260a329e8d17a9a046cae80e5d3322cbb7426f918c83e10699cf52f51786 +SIZE (mythes/thes_sl_SI_v2-20160522.zip) = 386931 From owner-svn-ports-head@freebsd.org Wed May 25 20:56:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0F8FB4A800; Wed, 25 May 2016 20:56:16 +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 79C161A89; Wed, 25 May 2016 20:56:16 +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 u4PKuFqb085276; Wed, 25 May 2016 20:56:15 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PKu6Nm085187; Wed, 25 May 2016 20:56:06 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201605252056.u4PKu6Nm085187@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 25 May 2016 20:56:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415864 - in head: . Mk accessibility/jovie accessibility/kaccessible accessibility/kdeaccessibility4 accessibility/kmag accessibility/kmousetool accessibility/kmouth archivers/ark astr... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 20:56:17 -0000 Author: rene Date: Wed May 25 20:56:06 2016 New Revision: 415864 URL: https://svnweb.freebsd.org/changeset/ports/415864 Log: Remove expired misc/kdehier4 and update all of its consumers to not reference it any longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy. PR: 209014 (partial) Submitted by: myself Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D6542 Deleted: head/misc/kdehier4/ Modified: head/MOVED head/Mk/bsd.kde4.mk head/accessibility/jovie/Makefile head/accessibility/kaccessible/Makefile head/accessibility/kdeaccessibility4/Makefile head/accessibility/kmag/Makefile head/accessibility/kmousetool/Makefile head/accessibility/kmouth/Makefile head/archivers/ark/Makefile head/astro/kstars/Makefile head/astro/libkgeomap/Makefile head/astro/marble/Makefile head/audio/amarok-kde4/Makefile head/audio/audex/Makefile head/audio/creox/Makefile head/audio/juk/Makefile head/audio/kaudiocreator/Makefile head/audio/kid3-kde4/Makefile head/audio/kio-audiocd/Makefile head/audio/kmix/Makefile head/audio/kscd/Makefile head/audio/kstreamripper/Makefile head/audio/libkcddb/Makefile head/audio/libkcompactdisc/Makefile head/audio/soundkonverter/Makefile head/comms/kremotecontrol/Makefile head/databases/akonadi-googledata/Makefile head/databases/akonadi/Makefile head/databases/kbibtex/Makefile head/deskutils/basket/Makefile head/deskutils/homerun/Makefile head/deskutils/kcharselect/Makefile head/deskutils/kchmviewer-kde4/Makefile head/deskutils/kdepim4-runtime/Makefile head/deskutils/kdepim4/Makefile head/deskutils/kdepimlibs4/Makefile head/deskutils/kdeplasma-addons/Makefile head/deskutils/kruler/Makefile head/deskutils/plasma-applet-cwp/Makefile head/deskutils/plasma-applet-daisy/Makefile head/deskutils/plasma-applet-fancytasks/Makefile head/deskutils/plasma-applet-panelspacer/Makefile head/deskutils/plasma-applet-playwolf/Makefile head/deskutils/plasma-applet-qstardict/Makefile head/deskutils/plasma-applet-serverstatuswidget/Makefile head/deskutils/plasma-applet-simpleweatherforecast/Makefile head/deskutils/plasma-applet-teacooker/Makefile head/deskutils/plasma-applet-yawp/Makefile head/deskutils/semantik/Makefile head/deskutils/silence/Makefile head/deskutils/superkaramba/Makefile head/devel/cervisia/Makefile head/devel/dolphin-plugins/Makefile head/devel/kapptemplate/Makefile head/devel/kcachegrind/Makefile head/devel/kdbg/Makefile head/devel/kde-dev-scripts/Makefile head/devel/kde-dev-utils/Makefile head/devel/kdebindings4/Makefile head/devel/kdesdk4-kioslaves/Makefile head/devel/kdesdk4-strigi-analyzers/Makefile head/devel/kdesdk4-thumbnailers/Makefile head/devel/kdesdk4/Makefile head/devel/kdesvn-kde4/Makefile head/devel/kdevelop-kde4/Makefile head/devel/kdevelop-pg-qt/Makefile head/devel/kdevelop-php-docs/Makefile head/devel/kdevelop-php/Makefile head/devel/kdevplatform/Makefile head/devel/libkgapi/Makefile head/devel/lokalize/Makefile head/devel/okteta/Makefile head/devel/p5-perlkde/Makefile head/devel/p5-perlqt/Makefile head/devel/piklab/Makefile head/devel/poxml/Makefile head/devel/py-krosspython/Makefile head/devel/py-pykde4/Makefile head/devel/ruby-korundum/Makefile head/devel/ruby-krossruby/Makefile head/devel/ruby-qtruby/Makefile head/devel/smokegen/Makefile head/devel/smokekde/Makefile head/devel/smokeqt/Makefile head/devel/umbrello/Makefile head/editors/calligra-l10n/Makefile head/editors/calligra-l10n/files/bsd.l10n.mk head/editors/calligra/Makefile head/editors/kate-plugin-pate/Makefile head/editors/kate/Makefile head/editors/kile-kde4/Makefile head/editors/klat4/Makefile head/finance/kmymoney-kde4/Makefile head/finance/libalkimia/Makefile head/finance/skrooge/Makefile head/ftp/plasma-applet-ftpmonitor/Makefile head/games/blinken/Makefile head/games/bomber/Makefile head/games/bovo/Makefile head/games/granatier/Makefile head/games/kajongg/Makefile head/games/kanagram/Makefile head/games/kapman/Makefile head/games/katomic/Makefile head/games/kblackbox/Makefile head/games/kblocks/Makefile head/games/kbounce/Makefile head/games/kbreakout/Makefile head/games/kdegames4/Makefile head/games/kdiamond/Makefile head/games/kfourinline/Makefile head/games/kgoldrunner/Makefile head/games/khangman/Makefile head/games/kigo/Makefile head/games/killbots/Makefile head/games/kiriki/Makefile head/games/kjumpingcube/Makefile head/games/klickety/Makefile head/games/klines/Makefile head/games/kmahjongg/Makefile head/games/kmancala/Makefile head/games/kmines/Makefile head/games/knavalbattle/Makefile head/games/knetwalk/Makefile head/games/knights-kde4/Makefile head/games/kolf/Makefile head/games/kollision/Makefile head/games/konquest/Makefile head/games/kpat/Makefile head/games/kreversi/Makefile head/games/kshisen/Makefile head/games/ksirk/Makefile head/games/ksnakeduel/Makefile head/games/kspaceduel/Makefile head/games/ksquares/Makefile head/games/ksudoku/Makefile head/games/ktuberling/Makefile head/games/kubrick/Makefile head/games/libkdegames/Makefile head/games/libkmahjongg/Makefile head/games/lskat/Makefile head/games/pairs/Makefile head/games/palapeli/Makefile head/games/picmi/Makefile head/graphics/digikam-kde4/Makefile.common head/graphics/gwenview-kde4/Makefile head/graphics/kamera-kde4/Makefile head/graphics/kcolorchooser/Makefile head/graphics/kcoloredit/Makefile head/graphics/kdegraphics4-mobipocket/Makefile head/graphics/kdegraphics4-strigi-analyzer/Makefile head/graphics/kdegraphics4-svgpart/Makefile head/graphics/kdegraphics4-thumbnailers/Makefile head/graphics/kdegraphics4/Makefile head/graphics/kiconedit/Makefile head/graphics/kolourpaint/Makefile head/graphics/kphotoalbum-kde4/Makefile head/graphics/kpovmodeler/Makefile head/graphics/kqtquickcharts/Makefile head/graphics/ksaneplugin/Makefile head/graphics/ksnapshot/Makefile head/graphics/libkdcraw-kde4/Makefile head/graphics/libkexiv2-kde4/Makefile head/graphics/libkface/Makefile head/graphics/libkipi-kde4/Makefile head/graphics/libksane/Makefile head/graphics/libkscreen/Makefile head/graphics/okular/Makefile head/graphics/showimage/Makefile head/graphics/skanlite/Makefile head/irc/konversation-kde4/Makefile head/irc/kvirc/Makefile head/japanese/kiten/Makefile head/lang/kturtle/Makefile head/mail/kbiff/Makefile head/mail/kshowmail/Makefile head/math/abakus/Makefile head/math/analitza/Makefile head/math/cantor/Makefile head/math/kalgebra/Makefile head/math/kbruch/Makefile head/math/kcalc/Makefile head/math/kig/Makefile head/math/kmplot/Makefile head/math/labplot/Makefile head/math/rkward-kde4/Makefile head/math/rocs/Makefile head/misc/Makefile head/misc/artikulate/Makefile head/misc/kde-thumbnailer-chm/Makefile head/misc/kde-thumbnailer-epub/Makefile head/misc/kde-thumbnailer-fb2/Makefile head/misc/kde4-l10n/Makefile head/misc/kde4-l10n/files/bsd.l10n.mk (contents, props changed) head/misc/kde4-xdg-env/Makefile head/misc/kdeedu4/Makefile head/misc/kdeutils4/Makefile head/misc/kgeography/Makefile head/misc/klettres/Makefile head/misc/krecipes-kde4/Makefile head/misc/ktouch/Makefile head/misc/kwordquiz/Makefile head/misc/libkdeedu/Makefile head/misc/parley/Makefile head/misc/tellico-kde4/Makefile head/multimedia/bangarang/Makefile head/multimedia/dragon/Makefile head/multimedia/k9copy-kde4/Makefile head/multimedia/kaffeine/Makefile head/multimedia/kdemultimedia4-ffmpegthumbs/Makefile head/multimedia/kdemultimedia4-mplayerthumbs/Makefile head/multimedia/kdemultimedia4/Makefile head/multimedia/kdenlive/Makefile head/multimedia/kmplayer-kde4/Makefile head/multimedia/kplayer-kde4/Makefile head/multimedia/phonon-gstreamer/Makefile head/multimedia/phonon-vlc/Makefile head/multimedia/phonon-xine/Makefile head/multimedia/phonon/Makefile head/multimedia/subtitlecomposer-kde4/Makefile head/net-im/kde-telepathy/Makefile head/net-im/kmess-kde4/Makefile head/net-im/kopete-kde4/Makefile head/net-im/ktp-accounts-kcm/Makefile head/net-im/ktp-approver/Makefile head/net-im/ktp-auth-handler/Makefile head/net-im/ktp-common-internals/Makefile head/net-im/ktp-contact-list/Makefile head/net-im/ktp-contact-runner/Makefile head/net-im/ktp-desktop-applets/Makefile head/net-im/ktp-filetransfer-handler/Makefile head/net-im/ktp-kded-integration-module/Makefile head/net-im/ktp-send-file/Makefile head/net-im/ktp-text-ui/Makefile head/net-im/plasma-applet-ktp/Makefile head/net-p2p/ktorrent/Makefile head/net-p2p/libktorrent/Makefile head/net/kdenetwork4-filesharing/Makefile head/net/kdenetwork4-strigi-analyzers/Makefile head/net/kdenetwork4/Makefile head/net/kget/Makefile head/net/kio-upnp-ms/Makefile head/net/knemo-kde4/Makefile head/net/krdc/Makefile head/net/krfb/Makefile head/net/kwooty/Makefile head/net/libkfbapi/Makefile head/net/libkvkontakte/Makefile head/net/smb4k-kde4/Makefile head/net/zeroconf-ioslave/Makefile head/ports-mgmt/kpackagekit/Makefile head/print/frescobaldi/Makefile head/print/kde4-print-manager/Makefile head/print/kover/Makefile head/science/kalzium/Makefile head/science/step/Makefile head/security/kgpg-kde4/Makefile head/security/kwalletmanager/Makefile head/sysutils/baloo-widgets/Makefile head/sysutils/baloo/Makefile head/sysutils/filelight-kde4/Makefile head/sysutils/k3b-kde4/Makefile head/sysutils/kcm-polkit-kde/Makefile head/sysutils/kcron/Makefile head/sysutils/kdeadmin4/Makefile head/sysutils/kdf/Makefile head/sysutils/kdirstat/Makefile head/sysutils/kfilemetadata/Makefile head/sysutils/kfloppy/Makefile head/sysutils/knutclient-kde4/Makefile head/sysutils/krename-kde4/Makefile head/sysutils/kshutdown-kde4/Makefile head/sysutils/ksysguardd/Makefile head/sysutils/ksystemlog/Makefile head/sysutils/kuser/Makefile head/sysutils/nepomuk-core/Makefile head/sysutils/nepomuk-widgets/Makefile head/sysutils/plasma-applet-apcups/Makefile head/sysutils/polkit-kde/Makefile head/sysutils/sweeper/Makefile head/textproc/dikt/Makefile head/textproc/kdiff3/Makefile head/textproc/kompare/Makefile head/textproc/libkomparediff2/Makefile head/textproc/uim-kde4/Makefile head/www/choqok/Makefile head/www/kdewebdev4/Makefile head/www/kpartsplugin/Makefile head/www/kwebkitpart/Makefile head/www/rekonq/Makefile head/x11-clocks/amor/Makefile head/x11-clocks/kdetoys4/Makefile head/x11-clocks/kteatime/Makefile head/x11-clocks/ktimer/Makefile head/x11-clocks/ktux/Makefile head/x11-clocks/plasma-applet-adjustableclock/Makefile head/x11-clocks/plasma-applet-geekclock/Makefile head/x11-fm/krusader2/Makefile head/x11-themes/gtk-qt4-engine/Makefile head/x11-themes/kde-gtk-config/Makefile head/x11-themes/kde4-base-artwork/Makefile head/x11-themes/kde4-icons-oxygen/Makefile head/x11-themes/kde4-style-bespin/Makefile head/x11-themes/kde4-style-nitrogen/Makefile head/x11-themes/kde4-style-oxygen-transparent/Makefile head/x11-themes/kde4-style-polyester/Makefile head/x11-themes/kde4-style-skulpture/Makefile head/x11-themes/kde4-wallpapers-freebsd/Makefile head/x11-themes/kde4-wallpapers/Makefile head/x11-themes/kde4-windeco-crystal/Makefile head/x11-themes/kde4-windeco-dekorator/Makefile head/x11-themes/kdeartwork4/Makefile head/x11-themes/qtcurve/Makefile head/x11/kactivities/Makefile head/x11/kactivitymanagerd/Makefile head/x11/kde4-baseapps/Makefile head/x11/kde4-runtime/Makefile head/x11/kde4-workspace/Makefile head/x11/kde4/Makefile head/x11/kdelibs4/Makefile head/x11/kgamma/Makefile head/x11/konsole/Makefile head/x11/libkonq/Makefile head/x11/plasma-scriptengine-python/Makefile head/x11/plasma-scriptengine-ruby/Makefile head/x11/rsibreak-kde4/Makefile head/x11/yakuake-kde4/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed May 25 20:34:14 2016 (r415863) +++ head/MOVED Wed May 25 20:56:06 2016 (r415864) @@ -8328,3 +8328,4 @@ dns/nsd3|dns/nsd|2016-05-20|Has expired: security/easypg||2016-05-22|Has expired: Included into emacs since 2.3 databases/py-sqlalchemy|databases/py-sqlalchemy07|2016-05-18|Renamed to databases/py-sqlalchemy07 databases/py-sqlalchemy-devel|databases/py-sqlalchemy08|2016-05-18|Renamed to databases/py-sqlalchemy08 +misc/kdehier4||2016-05-25|Not used since 2014 Modified: head/Mk/bsd.kde4.mk ============================================================================== --- head/Mk/bsd.kde4.mk Wed May 25 20:34:14 2016 (r415863) +++ head/Mk/bsd.kde4.mk Wed May 25 20:56:06 2016 (r415864) @@ -14,7 +14,7 @@ Kde_Pre_Include= bsd.kde4.mk # # KDE4 related ports can use this as follows: # -# USE_KDE4= kdelibs kdeprefix +# USE_KDE4= kdelibs # USE_QT4= corelib # Set Qt 4 components here. # # .include @@ -32,8 +32,6 @@ Kde_Pre_Include= bsd.kde4.mk # kactivities - KDE activities library # kate - KDE text editor framework # kdelibs - KDE Developer Platform -# kdeprefix - If set, port will be installed into ${KDE4_PREFIX} instead of -# ${LOCALBASE} # kfilemetadata - KDE library for extracting file metadata # korundum - KDE Ruby bindings # libkcddb - KDE CDDB library @@ -94,16 +92,6 @@ KDE4_PREFIX?= ${LOCALBASE} CMAKE_ARGS+= -DCMAKE_PREFIX_PATH="${LOCALBASE};${KDE4_PREFIX}" \ -DKDE4_BUILD_TESTS:BOOL=OFF -# ${PREFIX} and ${NO_MTREE} have to be defined in the pre-makefile section. -.if defined(USE_KDE4) && ${USE_KDE4:Mkdeprefix} != "" -. if ${.MAKEFLAGS:MPREFIX=*} == "" -PREFIX= ${KDE4_PREFIX} -. if ${KDE4_PREFIX} != ${LOCALBASE} -NO_MTREE= yes -. endif -. endif -.endif - PLIST_SUB+= KDE4_PREFIX="${KDE4_PREFIX}" \ KDE4_VERSION="${KDE4_VERSION}" \ KDE4_GENERIC_LIB_VERSION=${KDE4_VERSION} \ @@ -144,10 +132,6 @@ _USE_KDE4_ALL= baloo baloo-widgets \ # These components are not part of the Software Compilation. _USE_KDE4_ALL+= akonadi attica automoc4 ontologies qimageblitz soprano \ strigi -# Meta components -_USE_KDE4_ALL+= kdeprefix -# Deprecated -_USE_KDE4_ALL+= kdehier baloo_PORT= sysutils/baloo baloo_PATH= ${KDE4_PREFIX}/lib/libbaloocore.so @@ -168,12 +152,6 @@ kate_PATH= ${KDE4_PREFIX}/lib/libkatein kdelibs_PORT= x11/kdelibs4 kdelibs_PATH= ${KDE4_PREFIX}/lib/libkdecore.so -.if ${KDE4_PREFIX} != ${LOCALBASE} -kdeprefix_PORT= misc/kdehier4 -kdeprefix_PATH= kdehier4>=1.3 -kdeprefix_TYPE= run -.endif - kfilemetadata_PORT= sysutils/kfilemetadata kfilemetadata_PATH= ${KDE4_PREFIX}/lib/libkfilemetadata.so @@ -287,7 +265,7 @@ strigi_PATH= ${LOCALBASE}/lib/libstream .for component in ${USE_KDE4:O:u:C/_.+//} # Check that the component is valid. . if ${_USE_KDE4_ALL:M${component}} != "" - # Skip meta-components (e.g. kdeprefix). + # Skip meta-components . if defined(${component}_PORT) && defined(${component}_PATH) ${component}_DEPENDS= ${${component}_PATH}:${${component}_PORT} # Check if a dependency type is explicitly requested. Modified: head/accessibility/jovie/Makefile ============================================================================== --- head/accessibility/jovie/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/accessibility/jovie/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -12,7 +12,7 @@ COMMENT= KDE text-to-speech system LIB_DEPENDS= libspeechd.so:accessibility/speech-dispatcher USES= cmake:outsource tar:xz -USE_KDE4= kdeprefix kdelibs automoc4 +USE_KDE4= kdelibs automoc4 USE_QT4= xml qmake_build moc_build uic_build rcc_build USE_LDCONFIG= yes Modified: head/accessibility/kaccessible/Makefile ============================================================================== --- head/accessibility/kaccessible/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/accessibility/kaccessible/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -11,7 +11,7 @@ COMMENT= Accessibility services for KDE LIB_DEPENDS= libspeechd.so:accessibility/speech-dispatcher -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 USES= cmake:outsource tar:xz USE_QT4= corelib dbus gui xml \ qmake_build moc_build rcc_build uic_build Modified: head/accessibility/kdeaccessibility4/Makefile ============================================================================== --- head/accessibility/kdeaccessibility4/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/accessibility/kdeaccessibility4/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -8,7 +8,6 @@ CATEGORIES= accessibility kde MAINTAINER= kde@FreeBSD.org COMMENT= Accessibility applications for KDE 4 -USE_KDE4= kdeprefix USES= metaport OPTIONS_DEFINE= JOVIE KACCESSIBLE KMAG KMOUSETOOL KMOUTH Modified: head/accessibility/kmag/Makefile ============================================================================== --- head/accessibility/kmag/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/accessibility/kmag/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -9,7 +9,7 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE Screen magnifier -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 USES= cmake:outsource tar:xz USE_QT4= qmake_build moc_build rcc_build uic_build Modified: head/accessibility/kmousetool/Makefile ============================================================================== --- head/accessibility/kmousetool/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/accessibility/kmousetool/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -9,7 +9,7 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Automatic mouse click tool for KDE -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 USES= cmake:outsource tar:xz USE_QT4= qmake_build moc_build rcc_build uic_build USE_XORG= xtst Modified: head/accessibility/kmouth/Makefile ============================================================================== --- head/accessibility/kmouth/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/accessibility/kmouth/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -9,7 +9,7 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Speech synthesizer frontend for KDE -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 USES= cmake:outsource tar:xz USE_QT4= qmake_build moc_build rcc_build uic_build Modified: head/archivers/ark/Makefile ============================================================================== --- head/archivers/ark/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/archivers/ark/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -13,7 +13,7 @@ COMMENT= Archiving tool for KDE LIB_DEPENDS= libqjson.so:devel/qjson -USE_KDE4= kdeprefix automoc4 kdelibs libkonq +USE_KDE4= automoc4 kdelibs libkonq USES= cmake:outsource libarchive cpe tar:xz CPE_VENDOR= kde USE_QT4= qtestlib qmake_build moc_build rcc_build uic_build Modified: head/astro/kstars/Makefile ============================================================================== --- head/astro/kstars/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/astro/kstars/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgc xplanet:astro/xplanet RUN_DEPENDS= xplanet:astro/xplanet -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 USES= cmake:outsource compiler:c++11-lib tar:xz USE_QT4= opengl qmake_build moc_build rcc_build uic_build Modified: head/astro/libkgeomap/Makefile ============================================================================== --- head/astro/libkgeomap/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/astro/libkgeomap/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -14,7 +14,7 @@ LICENSE_COMB= multi BUILD_DEPENDS= ${LOCALBASE}/include/boost/graph/buffer_concepts.hpp:devel/boost-libs -USE_KDE4= kdelibs kdeprefix automoc4 marble +USE_KDE4= kdelibs automoc4 marble USES= cmake:outsource pathfix tar:xz USE_LDCONFIG= yes USE_QT4= network phonon xml moc_build qmake_build rcc_build uic_build Modified: head/astro/marble/Makefile ============================================================================== --- head/astro/marble/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/astro/marble/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -11,7 +11,7 @@ COMMENT= Virtual globe and world atlas f LIB_DEPENDS= libquazip.so:archivers/quazip -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 USES= cmake:outsource gmake shared-mime-info tar:xz USE_QT4= corelib dbus declarative designer_build gui network phonon \ qtestlib script sql svg webkit xml \ Modified: head/audio/amarok-kde4/Makefile ============================================================================== --- head/audio/amarok-kde4/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/audio/amarok-kde4/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -22,7 +22,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/qt4/plug RUN_DEPENDS= ${LOCALBASE}/lib/qt4/plugins/script/libqtscript_core.so.1.0.0:devel/qtscriptgenerator \ ${KDE4_PREFIX}/lib/kde4/kio_upnp_ms.so:net/kio-upnp-ms -USE_KDE4= kdelibs kdeprefix libkcddb libkcompactdisc \ +USE_KDE4= kdelibs libkcddb libkcompactdisc \ nepomuk-core runtime automoc4 strigi USE_MYSQL= embedded USE_QT4= corelib dbus designer gui network opengl \ Modified: head/audio/audex/Makefile ============================================================================== --- head/audio/audex/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/audio/audex/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -13,7 +13,7 @@ LICENSE= GPLv3 LIB_DEPENDS= libcdda_paranoia.so:audio/cdparanoia USES= tar:xz cmake -USE_KDE4= automoc4 kdeprefix kdelibs libkcddb libkcompactdisc +USE_KDE4= automoc4 kdelibs libkcddb libkcompactdisc USE_QT4= gui dbus network svg xml \ qmake_build moc_build rcc_build uic_build Modified: head/audio/creox/Makefile ============================================================================== --- head/audio/creox/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/audio/creox/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -18,7 +18,7 @@ GH_ACCOUNT= laudrup GH_PROJECT= Creox4 USES= cmake:outsource -USE_KDE4= automoc4 kdelibs kdeprefix +USE_KDE4= automoc4 kdelibs USE_QT4= moc_build qmake_build rcc_build uic_build USE_XORG= xft xpm Modified: head/audio/juk/Makefile ============================================================================== --- head/audio/juk/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/audio/juk/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -15,7 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libtag.so:audio/taglib USES= cmake:outsource tar:xz -USE_KDE4= automoc4 kdelibs kdeprefix +USE_KDE4= automoc4 kdelibs USE_QT4= moc_build qmake_build rcc_build uic_build CMAKE_ARGS= -DWITH_TunePimp:BOOL=OFF Modified: head/audio/kaudiocreator/Makefile ============================================================================== --- head/audio/kaudiocreator/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/audio/kaudiocreator/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -23,7 +23,7 @@ RUN_DEPENDS+= lame:audio/lame USES= cmake tar:bzip2 USE_QT4= moc_build qmake_build rcc_build uic_build -USE_KDE4= automoc4 kdeprefix libkcddb libkcompactdisc +USE_KDE4= automoc4 libkcddb libkcompactdisc WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/audio/kid3-kde4/Makefile ============================================================================== --- head/audio/kid3-kde4/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/audio/kid3-kde4/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -61,7 +61,7 @@ PLIST_SUB+= QT="" KDE="@comment " .else CONFLICTS_INSTALL+= kid3-qt4-3.* kid3-qt5-3.* -USE_KDE4= kdelibs automoc4 kdeprefix +USE_KDE4= kdelibs automoc4 CMAKE_ARGS+= -DWITH_APPS="${KID3_CLI}KDE" PLIST_SUB+= QT="@comment " KDE="" .endif Modified: head/audio/kio-audiocd/Makefile ============================================================================== --- head/audio/kio-audiocd/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/audio/kio-audiocd/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -19,7 +19,7 @@ LIB_DEPENDS= libFLAC.so:audio/flac \ libvorbis.so:audio/libvorbis USES= cmake:outsource tar:xz -USE_KDE4= kdelibs kdeprefix libkcddb libkcompactdisc \ +USE_KDE4= kdelibs libkcddb libkcompactdisc \ automoc4 USE_QT4= moc_build qmake_build rcc_build uic_build USE_LDCONFIG= yes Modified: head/audio/kmix/Makefile ============================================================================== --- head/audio/kmix/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/audio/kmix/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -13,7 +13,7 @@ COMMENT= Sound mixer for KDE LICENSE= GPLv2 USES= cmake:outsource tar:xz -USE_KDE4= automoc4 kdelibs kdeprefix +USE_KDE4= automoc4 kdelibs USE_QT4= gui phonon xml \ moc_build qmake_build rcc_build uic_build Modified: head/audio/kscd/Makefile ============================================================================== --- head/audio/kscd/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/audio/kscd/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -15,7 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libmusicbrainz3.so:audio/libmusicbrainz3 USES= cmake:outsource tar:xz -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 USE_QT4= phonon moc_build qmake_build rcc_build uic_build OPTIONS_DEFINE= ALSA Modified: head/audio/kstreamripper/Makefile ============================================================================== --- head/audio/kstreamripper/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/audio/kstreamripper/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -12,7 +12,7 @@ COMMENT= Program for recording streams f RUN_DEPENDS= ${LOCALBASE}/bin/streamripper:audio/streamripper USES= cmake gettext-tools tar:bzip2 -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 USE_QT4= qmake_build moc_build rcc_build uic_build WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/audio/libkcddb/Makefile ============================================================================== --- head/audio/libkcddb/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/audio/libkcddb/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -14,7 +14,7 @@ COMMENT= KDE CDDB library LIB_DEPENDS= libmusicbrainz5.so:audio/libmusicbrainz5 USES= cmake:outsource tar:xz -USE_KDE4= automoc4 kdelibs kdeprefix +USE_KDE4= automoc4 kdelibs USE_QT4= qtestlib moc_build qmake_build rcc_build uic_build USE_LDCONFIG= yes Modified: head/audio/libkcompactdisc/Makefile ============================================================================== --- head/audio/libkcompactdisc/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/audio/libkcompactdisc/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -12,7 +12,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= KDE library for interfacing with audio CDs USES= cmake:outsource tar:xz -USE_KDE4= automoc4 kdelibs kdeprefix +USE_KDE4= automoc4 kdelibs USE_QT4= phonon moc_build qmake_build rcc_build uic_build USE_LDCONFIG= yes Modified: head/audio/soundkonverter/Makefile ============================================================================== --- head/audio/soundkonverter/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/audio/soundkonverter/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -18,7 +18,7 @@ GH_ACCOUNT= HessiJames USES= cmake compiler:c++11-lang USE_GITHUB= yes USE_QT4= moc_build qmake_build rcc_build uic_build -USE_KDE4= automoc4 kdeprefix kdelibs libkcddb +USE_KDE4= automoc4 kdelibs libkcddb INSTALLS_ICONS= yes WRKSRC_SUBDIR= src Modified: head/comms/kremotecontrol/Makefile ============================================================================== --- head/comms/kremotecontrol/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/comms/kremotecontrol/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -11,7 +11,7 @@ COMMENT= KDE frontend for your remote co RUN_DEPENDS= lircd:comms/lirc -USE_KDE4= kdeprefix automoc4 kdelibs +USE_KDE4= automoc4 kdelibs USES= cmake:outsource tar:xz USE_QT4= corelib script xmlpatterns \ qmake_build moc_build rcc_build uic_build Modified: head/databases/akonadi-googledata/Makefile ============================================================================== --- head/databases/akonadi-googledata/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/databases/akonadi-googledata/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -14,6 +14,6 @@ LIB_DEPENDS= libgcal.so:deskutils/libgca USES= cmake gettext tar:bzip2 USE_QT4= qmake_build rcc_build moc_build uic_build dbus -USE_KDE4= kdelibs kdeprefix pimlibs automoc4 akonadi +USE_KDE4= kdelibs pimlibs automoc4 akonadi .include Modified: head/databases/akonadi/Makefile ============================================================================== --- head/databases/akonadi/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/databases/akonadi/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -16,7 +16,7 @@ LIB_DEPENDS= libboost_thread.so:devel/bo # Let process generate meaningful backtrace on core dump. BUILD_DEPENDS= xsltproc:textproc/libxslt -USE_KDE4= kdeprefix automoc4 soprano +USE_KDE4= automoc4 soprano USES= cmake:outsource execinfo shared-mime-info compiler:c++11-lang tar:bzip2 USE_QT4= corelib dbus gui network qtestlib_build sql xml \ moc_build qmake_build rcc_build uic_build Modified: head/databases/kbibtex/Makefile ============================================================================== --- head/databases/kbibtex/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/databases/kbibtex/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -16,7 +16,7 @@ LIB_DEPENDS= libpoppler-qt4.so:graphics/ USES= cmake iconv shared-mime-info tar:xz USE_GNOME= libxml2 libxslt -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 USE_QT4= qmake_build moc_build uic_build rcc_build \ webkit USE_LDCONFIG= yes Modified: head/deskutils/basket/Makefile ============================================================================== --- head/deskutils/basket/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/deskutils/basket/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -16,7 +16,7 @@ LIB_DEPENDS= libgpgme.so:security/gpgme USES= cmake gettext-tools tar:bzip2 USE_XORG= xft xpm -USE_KDE4= automoc4 kdeprefix pimlibs qimageblitz +USE_KDE4= automoc4 pimlibs qimageblitz USE_QT4= moc_build qmake_build rcc_build uic_build USE_LDCONFIG= yes Modified: head/deskutils/homerun/Makefile ============================================================================== --- head/deskutils/homerun/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/deskutils/homerun/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -10,7 +10,7 @@ MAINTAINER= yurkis@gmail.com COMMENT= Fullscreen launcher with content organized in tabs USES= cmake:outsource compiler:c++0x gettext tar:bzip2 -USE_KDE4= kdelibs kdeprefix automoc4 workspace +USE_KDE4= kdelibs automoc4 workspace USE_QT4= moc_build qmake_build rcc_build uic_build corelib gui USE_XORG= x11 USE_LDCONFIG= yes Modified: head/deskutils/kcharselect/Makefile ============================================================================== --- head/deskutils/kcharselect/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/deskutils/kcharselect/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -10,7 +10,7 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Character selector for KDE -USE_KDE4= kdeprefix automoc4 kdelibs +USE_KDE4= automoc4 kdelibs USES= cmake:outsource tar:xz USE_QT4= qmake_build moc_build rcc_build uic_build Modified: head/deskutils/kchmviewer-kde4/Makefile ============================================================================== --- head/deskutils/kchmviewer-kde4/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/deskutils/kchmviewer-kde4/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -15,7 +15,7 @@ LIB_DEPENDS= libchm.so:misc/chmlib \ libzip.so:archivers/libzip USES= cmake:outsource gettext-tools -USE_KDE4= kdeprefix kdelibs automoc4 +USE_KDE4= kdelibs automoc4 USE_QT4= webkit qmake_build moc_build rcc_build uic_build WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} Modified: head/deskutils/kdepim4-runtime/Makefile ============================================================================== --- head/deskutils/kdepim4-runtime/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/deskutils/kdepim4-runtime/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -20,7 +20,7 @@ LIB_DEPENDS= libboost_thread.so:devel/bo CONFLICTS_INSTALL= kdepim-runtime44-4.* USE_GNOME= libxml2 libxslt:build -USE_KDE4= kdelibs kdeprefix pimlibs \ +USE_KDE4= kdelibs pimlibs \ akonadi automoc4 USES= cmake:outsource shared-mime-info tar:xz USE_QT4= corelib dbus declarative designer_build gui network qtestlib \ Modified: head/deskutils/kdepim4/Makefile ============================================================================== --- head/deskutils/kdepim4/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/deskutils/kdepim4/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -23,7 +23,7 @@ RUN_DEPENDS= ${KDE4_PREFIX}/bin/accountw CONFLICTS_INSTALL= kdepim44-4.* USE_GNOME= libxml2 libxslt:build -USE_KDE4= kdelibs kdeprefix pimlibs kactivities \ +USE_KDE4= kdelibs pimlibs kactivities \ akonadi automoc4 soprano nepomuk-widgets baloo USES= cmake:outsource gmake shebangfix tar:xz SHEBANG_FILES= agents/mailfilteragent/kconf_update/migrate-kmail-filters.pl \ Modified: head/deskutils/kdepimlibs4/Makefile ============================================================================== --- head/deskutils/kdepimlibs4/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/deskutils/kdepimlibs4/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -20,7 +20,7 @@ LIB_DEPENDS= libgpgme.so:security/gpgme libprison.so:graphics/prison \ libqjson.so:devel/qjson -USE_KDE4= kdelibs akonadi kdeprefix \ +USE_KDE4= kdelibs akonadi \ automoc4 ontologies soprano USES= cmake:outsource shared-mime-info shebangfix tar:xz SHEBANG_FILES= mailtransport/kconf_update/migrate-transports.pl Modified: head/deskutils/kdeplasma-addons/Makefile ============================================================================== --- head/deskutils/kdeplasma-addons/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/deskutils/kdeplasma-addons/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgc CONFLICTS_INSTALL= plasma-applet-icontasks-0.[89].* -USE_KDE4= kdelibs kdeprefix libkexiv2 pimlibs workspace \ +USE_KDE4= kdelibs libkexiv2 pimlibs workspace \ akonadi attica automoc4 qimageblitz soprano USES= cmake:outsource pkgconfig shared-mime-info tar:xz USE_QT4= corelib dbus declarative gui network script sql webkit \ Modified: head/deskutils/kruler/Makefile ============================================================================== --- head/deskutils/kruler/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/deskutils/kruler/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -9,7 +9,7 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE 4 screen ruler -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 USES= cmake:outsource tar:xz USE_QT4= moc_build qmake_build rcc_build uic_build USE_XORG= x11 Modified: head/deskutils/plasma-applet-cwp/Makefile ============================================================================== --- head/deskutils/plasma-applet-cwp/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/deskutils/plasma-applet-cwp/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -14,7 +14,7 @@ COMMENT= Weather plasma applet for KDE4 LICENSE= GPLv3 USES= cmake gettext tar:bzip2 -USE_KDE4= automoc4 kdeprefix kdelibs +USE_KDE4= automoc4 kdelibs USE_QT4= gui dbus network opengl svg phonon webkit xml \ qmake_build moc_build rcc_build uic_build Modified: head/deskutils/plasma-applet-daisy/Makefile ============================================================================== --- head/deskutils/plasma-applet-daisy/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/deskutils/plasma-applet-daisy/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -14,7 +14,7 @@ COMMENT= Simple launcher plasma applet f LICENSE= GPLv3 USES= cmake gettext -USE_KDE4= automoc4 kdeprefix kdelibs workspace +USE_KDE4= automoc4 kdelibs workspace USE_QT4= qmake_build moc_build rcc_build uic_build .include Modified: head/deskutils/plasma-applet-fancytasks/Makefile ============================================================================== --- head/deskutils/plasma-applet-fancytasks/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/deskutils/plasma-applet-fancytasks/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -15,7 +15,7 @@ COMMENT= Plasmoid fancy representation o LICENSE= GPLv2 USES= cmake tar:bzip2 -USE_KDE4= automoc4 kdeprefix kdelibs workspace qimageblitz +USE_KDE4= automoc4 kdelibs workspace qimageblitz USE_QT4= qmake_build moc_build rcc_build uic_build WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/deskutils/plasma-applet-panelspacer/Makefile ============================================================================== --- head/deskutils/plasma-applet-panelspacer/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/deskutils/plasma-applet-panelspacer/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -14,7 +14,7 @@ COMMENT= Panel spacer plasma applet for LICENSE= GPLv2 USES= cmake -USE_KDE4= automoc4 kdeprefix workspace +USE_KDE4= automoc4 workspace USE_QT4= gui dbus network opengl svg webkit xml \ qmake_build moc_build rcc_build uic_build Modified: head/deskutils/plasma-applet-playwolf/Makefile ============================================================================== --- head/deskutils/plasma-applet-playwolf/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/deskutils/plasma-applet-playwolf/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -13,7 +13,7 @@ COMMENT= Amarok 2.x plasma applet for KD LICENSE= GPLv2 USES= cmake tar:bzip2 -USE_KDE4= automoc4 kdeprefix kdelibs +USE_KDE4= automoc4 kdelibs USE_QT4= gui dbus network opengl phonon svg webkit xml xmlpatterns \ qmake_build moc_build rcc_build uic_build Modified: head/deskutils/plasma-applet-qstardict/Makefile ============================================================================== --- head/deskutils/plasma-applet-qstardict/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/deskutils/plasma-applet-qstardict/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -14,7 +14,7 @@ RUN_DEPENDS= ${QSTARDICT_PLUGIN_PATH}/li USES= cmake tar:bzip2 USE_QT4= qmake_build uic_build moc_build rcc_build -USE_KDE4= automoc4 kdeprefix kdelibs +USE_KDE4= automoc4 kdelibs CMAKE_SOURCE_PATH= ${WRKSRC}/kdeplasma QSTARDICT_PLUGIN_PATH= ${LOCALBASE}/lib/qstardict/plugins Modified: head/deskutils/plasma-applet-serverstatuswidget/Makefile ============================================================================== --- head/deskutils/plasma-applet-serverstatuswidget/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/deskutils/plasma-applet-serverstatuswidget/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -14,7 +14,7 @@ COMMENT= KDE4 server monitoring plasma a LICENSE= GPLv2 USES= cmake gettext tar:bzip2 -USE_KDE4= automoc4 kdeprefix workspace +USE_KDE4= automoc4 workspace USE_QT4= qmake_build moc_build rcc_build uic_build WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/deskutils/plasma-applet-simpleweatherforecast/Makefile ============================================================================== --- head/deskutils/plasma-applet-simpleweatherforecast/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/deskutils/plasma-applet-simpleweatherforecast/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -15,7 +15,7 @@ COMMENT= Weather plasma applet for KDE4 RUN_DEPENDS= wget:ftp/wget USES= cmake -USE_KDE4= automoc4 kdeprefix kdelibs +USE_KDE4= automoc4 kdelibs USE_QT4= gui dbus network opengl svg webkit xml \ qmake_build moc_build rcc_build uic_build Modified: head/deskutils/plasma-applet-teacooker/Makefile ============================================================================== --- head/deskutils/plasma-applet-teacooker/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/deskutils/plasma-applet-teacooker/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -14,7 +14,7 @@ COMMENT= KDE4 tea cooker plasma applet LICENSE= GPLv3 USES= cmake -USE_KDE4= automoc4 kdeprefix kdelibs +USE_KDE4= automoc4 kdelibs USE_QT4= gui dbus network opengl svg webkit xml \ qmake_build moc_build rcc_build uic_build Modified: head/deskutils/plasma-applet-yawp/Makefile ============================================================================== --- head/deskutils/plasma-applet-yawp/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/deskutils/plasma-applet-yawp/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -13,7 +13,7 @@ COMMENT= KDE4 weather plasma applet LICENSE= GPLv2 USES= cmake gettext tar:bzip2 -USE_KDE4= automoc4 kdeprefix workspace +USE_KDE4= automoc4 workspace USE_QT4= qmake_build moc_build rcc_build uic_build .include Modified: head/deskutils/semantik/Makefile ============================================================================== --- head/deskutils/semantik/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/deskutils/semantik/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -11,7 +11,7 @@ COMMENT= KDE mind mapping tool LICENSE= GPLv3 -USE_KDE4= kdelibs kdeprefix +USE_KDE4= kdelibs USE_OCAML= yes NO_OCAML_RUNDEPENDS= yes USE_QT4= corelib gui linguist_build svg webkit xml \ Modified: head/deskutils/silence/Makefile ============================================================================== --- head/deskutils/silence/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/deskutils/silence/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${KDE4_PREFIX}/lib/kde4/katepart.so:editors/kate USES= cmake -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 USE_QT4= qmake_build moc_build rcc_build uic_build linguisttools_build WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/deskutils/superkaramba/Makefile ============================================================================== --- head/deskutils/superkaramba/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/deskutils/superkaramba/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -10,7 +10,7 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Widget framework for KDE -USE_KDE4= kdelibs kdeprefix automoc4 qimageblitz +USE_KDE4= kdelibs automoc4 qimageblitz USES= cmake:outsource python:2 tar:xz USE_QT4= qmake_build moc_build rcc_build uic_build USE_LDCONFIG= yes Modified: head/devel/cervisia/Makefile ============================================================================== --- head/devel/cervisia/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/devel/cervisia/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -9,7 +9,7 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= CVS Frontend for KDE -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 USES= cmake:outsource tar:xz USE_QT4= moc_build qmake_build rcc_build uic_build Modified: head/devel/dolphin-plugins/Makefile ============================================================================== --- head/devel/dolphin-plugins/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/devel/dolphin-plugins/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -10,7 +10,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Plugins for Dolphin file manager USES= cmake:outsource tar:xz -USE_KDE4= kdelibs libkonq kdeprefix automoc4 +USE_KDE4= kdelibs libkonq automoc4 USE_QT4= moc_build qmake_build rcc_build uic_build .include Modified: head/devel/kapptemplate/Makefile ============================================================================== --- head/devel/kapptemplate/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/devel/kapptemplate/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -9,7 +9,7 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE template generator -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 USES= cmake:outsource gmake tar:xz USE_QT4= moc_build qmake_build rcc_build uic_build \ corelib dbus declarative Modified: head/devel/kcachegrind/Makefile ============================================================================== --- head/devel/kcachegrind/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/devel/kcachegrind/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -10,7 +10,7 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Profiler frontend for KDE -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 USES= cmake:outsource tar:xz shebangfix USE_QT4= moc_build qmake_build rcc_build uic_build \ corelib dbus gui Modified: head/devel/kdbg/Makefile ============================================================================== --- head/devel/kdbg/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/devel/kdbg/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -12,7 +12,7 @@ COMMENT= Graphical user interface around LICENSE= GPLv2 USES= cmake -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 USE_QT4= moc_build qmake_build rcc_build uic_build INSTALLS_ICONS= yes Modified: head/devel/kde-dev-scripts/Makefile ============================================================================== --- head/devel/kde-dev-scripts/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/devel/kde-dev-scripts/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -10,7 +10,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= KDE development scripts USES= cmake:outsource shebangfix tar:xz -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 USE_QT4= moc_build qmake_build rcc_build uic_build SHEBANG_FILES= cxxmetric \ Modified: head/devel/kde-dev-utils/Makefile ============================================================================== --- head/devel/kde-dev-utils/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/devel/kde-dev-utils/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -10,7 +10,7 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE development utilities -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 USE_QT4= moc_build qmake_build rcc_build uic_build \ corelib designer gui qt3support xml USES= cmake:outsource tar:xz Modified: head/devel/kdebindings4/Makefile ============================================================================== --- head/devel/kdebindings4/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/devel/kdebindings4/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -7,7 +7,6 @@ CATEGORIES= devel kde MAINTAINER= kde@FreeBSD.org COMMENT= KDE bindings (meta port) -USE_KDE4= kdeprefix USES= metaport OPTIONS_DEFINE= PERL PYTHON RUBY Modified: head/devel/kdesdk4-kioslaves/Makefile ============================================================================== --- head/devel/kdesdk4-kioslaves/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/devel/kdesdk4-kioslaves/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -12,7 +12,7 @@ COMMENT= SDK related KIO slaves LIB_DEPENDS= libsvn_client-1.so:devel/subversion USES= cmake:outsource perl5 shebangfix tar:xz -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 USE_QT4= moc_build qmake_build rcc_build uic_build SHEBANG_FILES= perldoc/pod2html.pl Modified: head/devel/kdesdk4-strigi-analyzers/Makefile ============================================================================== --- head/devel/kdesdk4-strigi-analyzers/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/devel/kdesdk4-strigi-analyzers/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -10,7 +10,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Strigi analyzers for SDK related file formats USES= cmake:outsource tar:xz -USE_KDE4= kdelibs kdeprefix automoc4 strigi +USE_KDE4= kdelibs automoc4 strigi USE_QT4= moc_build qmake_build rcc_build uic_build .include Modified: head/devel/kdesdk4-thumbnailers/Makefile ============================================================================== --- head/devel/kdesdk4-thumbnailers/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/devel/kdesdk4-thumbnailers/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -10,7 +10,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= KDE thumbnail generator for gettext po files USES= cmake:outsource gettext tar:xz -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 USE_QT4= moc_build qmake_build rcc_build uic_build .include Modified: head/devel/kdesdk4/Makefile ============================================================================== --- head/devel/kdesdk4/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/devel/kdesdk4/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -7,7 +7,6 @@ CATEGORIES= devel kde MAINTAINER= kde@FreeBSD.org COMMENT= KDE Software Development Kit -USE_KDE4= kdeprefix USES= metaport OPTIONS_DEFINE= CERVISIA \ Modified: head/devel/kdesvn-kde4/Makefile ============================================================================== --- head/devel/kdesvn-kde4/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/devel/kdesvn-kde4/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -18,7 +18,7 @@ CONFLICTS= qsvn-[0-9]* USES= cmake:outsource compiler:c11 tar:xz CMAKE_ARGS+= -DSUBVERSION_INCLUDE_DIR=${LOCALBASE}/include/subversion-1 \ -DMAN_INSTALL_DIR=${MANPREFIX}/man -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 USE_LDCONFIG= yes USE_QT4= corelib gui xml network dbus svg sql \ qmake_build moc_build rcc_build uic_build linguist_build Modified: head/devel/kdevelop-kde4/Makefile ============================================================================== --- head/devel/kdevelop-kde4/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/devel/kdevelop-kde4/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -13,7 +13,7 @@ COMMENT= Plugin extensible IDE for KDE LIB_DEPENDS= libkdevplatforminterfaces.so:devel/kdevplatform RUN_DEPENDS= gmake:devel/gmake -USE_KDE4= kdelibs kdeprefix workspace automoc4 +USE_KDE4= kdelibs workspace automoc4 USE_QT4= qmake_build moc_build uic_build rcc_build \ corelib declarative gui help script webkit xml USES= cmake:outsource compiler:c++11-lib gmake shared-mime-info tar:bz2 Modified: head/devel/kdevelop-pg-qt/Makefile ============================================================================== --- head/devel/kdevelop-pg-qt/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/devel/kdevelop-pg-qt/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -13,7 +13,7 @@ COMMENT= Parser-generator from KDevplatf BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex USES= bison cmake:outsource compiler:c++11-lib tar:bzip2 -USE_KDE4= automoc4 kdelibs kdeprefix +USE_KDE4= automoc4 kdelibs USE_QT4= qmake_build moc_build uic_build rcc_build .include Modified: head/devel/kdevelop-php-docs/Makefile ============================================================================== --- head/devel/kdevelop-php-docs/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/devel/kdevelop-php-docs/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -11,7 +11,7 @@ COMMENT= PHP documentation for KDevelop LIB_DEPENDS= libkdevplatforminterfaces.so:devel/kdevplatform -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 USE_QT4= moc_build qmake_build rcc_build uic_build USES= cmake:outsource compiler:c++11-lib tar:bz2 Modified: head/devel/kdevelop-php/Makefile ============================================================================== --- head/devel/kdevelop-php/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/devel/kdevelop-php/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -12,7 +12,7 @@ COMMENT= PHP support for KDevelop LIB_DEPENDS= libkdevplatforminterfaces.so:devel/kdevplatform BUILD_DEPENDS= ${KDE4_PREFIX}/bin/kdev-pg-qt:devel/kdevelop-pg-qt -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 USE_QT4= moc_build qmake_build rcc_build uic_build USES= cmake:outsource compiler:c++11-lib gmake tar:bz2 MAKE_JOBS_UNSAFE= yes Modified: head/devel/kdevplatform/Makefile ============================================================================== --- head/devel/kdevplatform/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/devel/kdevplatform/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -15,7 +15,7 @@ LIB_DEPENDS= libsvn_client-1.so:devel/su libqjson.so:devel/qjson \ libgrantlee_gui.so:devel/grantlee -USE_KDE4= kate_run kdelibs kdeprefix automoc4 +USE_KDE4= kate_run kdelibs automoc4 USE_QT4= qmake_build moc_build uic_build rcc_build \ corelib designer_build gui webkit USES= cmake:outsource compiler:c++11-lib shebangfix tar:bz2 Modified: head/devel/libkgapi/Makefile ============================================================================== --- head/devel/libkgapi/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/devel/libkgapi/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -15,7 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libqjson.so:devel/qjson USES= cmake:outsource tar:bzip2 -USE_KDE4= automoc4 kdelibs kdeprefix pimlibs +USE_KDE4= automoc4 kdelibs pimlibs USE_LDCONFIG= yes USE_QT4= corelib network webkit xml \ qmake_build moc_build rcc_build uic_build Modified: head/devel/lokalize/Makefile ============================================================================== --- head/devel/lokalize/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/devel/lokalize/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -11,7 +11,7 @@ COMMENT= Computer-aided translation syst LIB_DEPENDS= libhunspell-1.3.so:textproc/hunspell -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 USES= cmake:outsource tar:xz USE_QT4= moc_build qmake_build rcc_build uic_build \ sql Modified: head/devel/okteta/Makefile ============================================================================== --- head/devel/okteta/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/devel/okteta/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -12,7 +12,7 @@ COMMENT= KDE hex editor LIB_DEPENDS= libqca.so:devel/qca -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 USES= cmake:outsource shared-mime-info tar:xz USE_QT4= moc_build qmake_build rcc_build uic_build \ corelib designer gui script scripttools xml Modified: head/devel/p5-perlkde/Makefile ============================================================================== --- head/devel/p5-perlkde/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/devel/p5-perlkde/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -10,7 +10,7 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Perl bindings for KDE -USE_KDE4= kdeprefix perlqt smokekde automoc4 +USE_KDE4= perlqt smokekde automoc4 USE_QT4= network opengl sql svg xml \ qmake_build moc_build uic_build rcc_build USES= cmake:outsource compiler:c++11-lib perl5 tar:xz Modified: head/devel/p5-perlqt/Makefile ============================================================================== --- head/devel/p5-perlqt/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/devel/p5-perlqt/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -13,7 +13,7 @@ COMMENT= Perl bindings for Qt LIB_DEPENDS= libqscintilla2.so:devel/qscintilla2 \ libqwt.so:x11-toolkits/qwt5 -USE_KDE4= kdeprefix smokeqt qimageblitz +USE_KDE4= smokeqt qimageblitz USE_QT4= corelib dbus gui network xml \ qmake_build moc_build uic_build rcc_build USES= cmake:outsource perl5 tar:xz Modified: head/devel/piklab/Makefile ============================================================================== --- head/devel/piklab/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/devel/piklab/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -22,7 +22,7 @@ OPTIONS_DEFAULT= KDE4 OPTIONS_SUB= yes KDE4_USES= shared-mime-info -KDE4_USE= KDE4=automoc4,kdelibs,kdeprefix +KDE4_USE= KDE4=automoc4,kdelibs KDE4_CMAKE_OFF= -DQT_ONLY:BOOL=ON \ -DLOCALE_INSTALL_DIR:STRING="${PREFIX}/share/locale" Modified: head/devel/poxml/Makefile ============================================================================== --- head/devel/poxml/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/devel/poxml/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -11,7 +11,7 @@ COMMENT= Tools to translate Docbook XML BUILD_DEPENDS= ${LOCALBASE}/lib/libantlr.a:devel/antlr -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 USES= cmake:outsource gettext-tools:build,run tar:xz USE_QT4= moc_build qmake_build rcc_build uic_build \ corelib xml Modified: head/devel/py-krosspython/Makefile ============================================================================== --- head/devel/py-krosspython/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/devel/py-krosspython/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -11,7 +11,7 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Kross Python scripting library -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 USE_QT4= corelib gui qmake_build moc_build uic_build rcc_build USES= cmake:outsource python:2 tar:xz CMAKE_ARGS+= -DBUILD_falcon:BOOL=FALSE \ Modified: head/devel/py-pykde4/Makefile ============================================================================== --- head/devel/py-pykde4/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/devel/py-pykde4/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -25,7 +25,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/PyQt RUN_DEPENDS:= ${BUILD_DEPENDS} \ ${PYTHON_SITELIBDIR}/dbus/mainloop/qt.so:devel/py-qt4-dbussupport -USE_KDE4= kdelibs kdeprefix nepomuk-core okular pimlibs \ +USE_KDE4= kdelibs nepomuk-core okular pimlibs \ akonadi automoc4 soprano USE_QT4= corelib dbus designer_build gui network xml \ qmake_build moc_build uic_build rcc_build Modified: head/devel/ruby-korundum/Makefile ============================================================================== --- head/devel/ruby-korundum/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/devel/ruby-korundum/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -10,7 +10,7 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Ruby bindings for KDE -USE_KDE4= kate kdelibs kdeprefix okular pimlibs \ +USE_KDE4= kate kdelibs okular pimlibs \ qtruby smokegen smokekde smokeqt \ akonadi automoc4 soprano USE_QT4= corelib network opengl sql svg xml \ Modified: head/devel/ruby-krossruby/Makefile ============================================================================== --- head/devel/ruby-krossruby/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/devel/ruby-krossruby/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -11,7 +11,7 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Ruby bindings for Qt/KDE -USE_KDE4= kdelibs kdeprefix pimlibs automoc4 +USE_KDE4= kdelibs pimlibs automoc4 USE_QT4= corelib gui qmake_build moc_build uic_build rcc_build USE_RUBY= yes USES= cmake:outsource tar:xz Modified: head/devel/ruby-qtruby/Makefile ============================================================================== --- head/devel/ruby-qtruby/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/devel/ruby-qtruby/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -14,7 +14,7 @@ COMMENT= Ruby bindings for Qt LIB_DEPENDS= libqwt.so:x11-toolkits/qwt5 \ libqscintilla2.so:devel/qscintilla2 -USE_KDE4= kdeprefix smokeqt +USE_KDE4= smokeqt USE_QT4= corelib dbus declarative gui network phonon script webkit xml \ qmake_build moc_build uic_build rcc_build USE_RUBY= yes Modified: head/devel/smokegen/Makefile ============================================================================== --- head/devel/smokegen/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/devel/smokegen/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -9,7 +9,6 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= SMOKE bindings for KDE -USE_KDE4= kdeprefix USE_QT4= corelib xml qmake_build moc_build uic_build rcc_build USES= cmake:outsource tar:xz CMAKE_ARGS+= -DSMOKE_CMAKE_MODULE_DIR:PATH=${PREFIX}/lib/cmake/smoke Modified: head/devel/smokekde/Makefile ============================================================================== --- head/devel/smokekde/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/devel/smokekde/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -9,7 +9,7 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= SMOKE bindings for KDE -USE_KDE4= kate kdelibs kdeprefix okular pimlibs \ +USE_KDE4= kate kdelibs okular pimlibs \ smokegen smokeqt akonadi automoc4 soprano USE_QT4= corelib dbus designer_build gui network opengl sql svg xml \ qmake_build moc_build uic_build rcc_build Modified: head/devel/smokeqt/Makefile ============================================================================== --- head/devel/smokeqt/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/devel/smokeqt/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -13,7 +13,7 @@ COMMENT= SMOKE bindings for Qt LIB_DEPENDS= libqscintilla2.so:devel/qscintilla2 \ libqwt.so:x11-toolkits/qwt5 -USE_KDE4= kdeprefix smokegen qimageblitz +USE_KDE4= smokegen qimageblitz USE_QT4= corelib dbus declarative designer_build gui help \ multimedia network opengl phonon qtestlib script \ sql svg webkit xml xmlpatterns \ Modified: head/devel/umbrello/Makefile ============================================================================== --- head/devel/umbrello/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/devel/umbrello/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -11,7 +11,7 @@ COMMENT= UML modeller for KDE LIB_DEPENDS= libboost_thread.so:devel/boost-libs -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 USE_GNOME= libxml2 libxslt USES= cmake:outsource tar:xz USE_QT4= moc_build qmake_build rcc_build uic_build Modified: head/editors/calligra-l10n/Makefile ============================================================================== --- head/editors/calligra-l10n/Makefile Wed May 25 20:34:14 2016 (r415863) +++ head/editors/calligra-l10n/Makefile Wed May 25 20:56:06 2016 (r415864) @@ -8,7 +8,6 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Localized messages and documentation for Calligra USES= metaport -USE_KDE4= kdeprefix CALLIGRA_LANG_ALL= bs ca ca@valencia cs da de el en_GB es et fi fr \ gl hu it ja kk nb nl pl pt pt_BR ru sk \ Modified: head/editors/calligra-l10n/files/bsd.l10n.mk ============================================================================== --- head/editors/calligra-l10n/files/bsd.l10n.mk Wed May 25 20:34:14 2016 (r415863) +++ head/editors/calligra-l10n/files/bsd.l10n.mk Wed May 25 20:56:06 2016 (r415864) @@ -6,7 +6,7 @@ DIST_SUBDIR= KDE/calligra/${PORTVERSION} PLIST_SUB+= LANG=${CALLIGRA_L10N} *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Wed May 25 21:06:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66D73B4AA19; Wed, 25 May 2016 21:06:56 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DE031150; Wed, 25 May 2016 21:06:55 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4PL6tnU089151; Wed, 25 May 2016 21:06:55 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PL6tff089150; Wed, 25 May 2016 21:06:55 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201605252106.u4PL6tff089150@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 25 May 2016 21:06:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415865 - 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.22 Precedence: list List-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, 25 May 2016 21:06:56 -0000 Author: matthew Date: Wed May 25 21:06:54 2016 New Revision: 415865 URL: https://svnweb.freebsd.org/changeset/ports/415865 Log: Document two more phpMyAdmin vulnerabilities: PMSA-2016-14 and PMSA-2016-16. (For anyone wondering about the suspicious gap in the sequence: PMSA-2016-15 only affected unreleased code in their git master development branch) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed May 25 20:56:06 2016 (r415864) +++ head/security/vuxml/vuln.xml Wed May 25 21:06:54 2016 (r415865) @@ -58,6 +58,46 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + phpmyadmin -- XSS and sebsitive data leakage + + + phpmyadmin + 4.6.04.6.2 + + + + +

The phpmyadmin development team reports:

+
+

Description

+

Because user SQL queries are part of the URL, sensitive + information made as part of a user query can be exposed by + clicking on external links to attackers monitoring user GET + query parameters or included in the webserver logs.

+

Severity

+

We consider this to be non-critical.

+
+
+

Description

+

A specially crafted attack could allow for special HTML + characters to be passed as URL encoded values and displayed + back as special characters in the page.

+

Severity

+

We consider this to be non-critical.

+
+ +
+ + https://www.phpmyadmin.net/security/PMASA-2016-14/ + https://www.phpmyadmin.net/security/PMASA-2016-16/ + + + 2016-05-25 + 2016-05-25 + +
+ mediawiki -- multiple vulnerabilities From owner-svn-ports-head@freebsd.org Wed May 25 21:10:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1683AB4AACD; Wed, 25 May 2016 21:10:41 +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 D99E61482; Wed, 25 May 2016 21:10:40 +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 u4PLAeDw089431; Wed, 25 May 2016 21:10:40 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PLAdnX089429; Wed, 25 May 2016 21:10:39 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201605252110.u4PLAdnX089429@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 25 May 2016 21:10:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415866 - 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.22 Precedence: list List-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, 25 May 2016 21:10:41 -0000 Author: matthew Date: Wed May 25 21:10:39 2016 New Revision: 415866 URL: https://svnweb.freebsd.org/changeset/ports/415866 Log: Security update to 4.6.2 ChangeLog: https://www.phpmyadmin.net/files/4.6.2/ MFH: 2016Q2 Security: 00ec1be1-22bb-11e6-9ead-6805ca0b3d42 Modified: head/databases/phpmyadmin/Makefile head/databases/phpmyadmin/distinfo Modified: head/databases/phpmyadmin/Makefile ============================================================================== --- head/databases/phpmyadmin/Makefile Wed May 25 21:06:54 2016 (r415865) +++ head/databases/phpmyadmin/Makefile Wed May 25 21:10:39 2016 (r415866) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.6.1 +DISTVERSION= 4.6.2 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 May 25 21:06:54 2016 (r415865) +++ head/databases/phpmyadmin/distinfo Wed May 25 21:10:39 2016 (r415866) @@ -1,2 +1,3 @@ -SHA256 (phpMyAdmin-4.6.1-all-languages.tar.xz) = cc85edc5b71bacf6fead0ffaecbd5395fa31fd7bfd6b4a9b12720baa7e715b66 -SIZE (phpMyAdmin-4.6.1-all-languages.tar.xz) = 6109268 +TIMESTAMP = 1464209674 +SHA256 (phpMyAdmin-4.6.2-all-languages.tar.xz) = 2ae6f6f0e8697b5ab5d0334bb16fa59da9143dce0d4576e6370ef54f7ad28872 +SIZE (phpMyAdmin-4.6.2-all-languages.tar.xz) = 6128060 From owner-svn-ports-head@freebsd.org Wed May 25 23:43:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA9CAB4A716; Wed, 25 May 2016 23:43:25 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E58C1AE2; Wed, 25 May 2016 23:43:25 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4PNhOY4047584; Wed, 25 May 2016 23:43:24 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PNhOOh047579; Wed, 25 May 2016 23:43:24 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201605252343.u4PNhOOh047579@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Wed, 25 May 2016 23:43:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415868 - in head/www/nginx-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.22 Precedence: list List-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, 25 May 2016 23:43:25 -0000 Author: osa Date: Wed May 25 23:43:23 2016 New Revision: 415868 URL: https://svnweb.freebsd.org/changeset/ports/415868 Log: Upgrade from 1.10.0 to 1.11.0. *) Feature: the "transparent" parameter of the "proxy_bind", "fastcgi_bind", "memcached_bind", "scgi_bind", and "uwsgi_bind" directives. *) Feature: the $request_id variable. *) Feature: the "map" directive supports combinations of multiple variables as resulting values. *) Feature: now nginx checks if EPOLLRDHUP events are supported by kernel, and optimizes connection handling accordingly if the "epoll" method is used. *) Feature: the "ssl_certificate" and "ssl_certificate_key" directives can be specified multiple times to load certificates of different types (for example, RSA and ECDSA). *) Feature: the "ssl_ecdh_curve" directive now allows specifying a list of curves when using OpenSSL 1.0.2 or newer; by default a list built into OpenSSL is used. *) Change: to use DHE ciphers it is now required to specify parameters using the "ssl_dhparam" directive. *) Feature: the $proxy_protocol_port variable. *) Feature: the $realip_remote_port variable in the ngx_http_realip_module. *) Feature: the ngx_http_realip_module is now able to set the client port in addition to the address. *) Change: the "421 Misdirected Request" response now used when rejecting requests to a virtual server different from one negotiated during an SSL handshake; this improves interoperability with some HTTP/2 clients when using client certificates. *) Change: HTTP/2 clients can now start sending request body immediately; the "http2_body_preread_size" directive controls size of the buffer used before nginx will start reading client request body. *) Bugfix: cached error responses were not updated when using the "proxy_cache_bypass" directive. Added: head/www/nginx-devel/files/extra-patch-ngx_inet_slab.c (contents, props changed) head/www/nginx-devel/files/extra-patch-ngx_rtmp_core_module.c (contents, props changed) head/www/nginx-devel/files/extra-patch-src-c-ngx_http_clojure_socket.c (contents, props changed) Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Wed May 25 22:31:53 2016 (r415867) +++ head/www/nginx-devel/Makefile Wed May 25 23:43:23 2016 (r415868) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.10.0 -PORTREVISION= 3 +PORTVERSION= 1.11.0 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= LOCAL/osa @@ -412,6 +411,7 @@ GH_PROJECT+= nginx-clojure:clojure GH_TAGNAME+= v${NGINX_CLOJURE_VERSION}:clojure CONFIGURE_ENV+= "JNI_INCS=-I${LOCALBASE}/openjdk8/include -I${LOCALBASE}/openjdk8/include/freebsd" CONFIGURE_ARGS+=--add-module=${WRKSRC_clojure}/src/c +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-src-c-ngx_http_clojure_socket.c .endif .if ${PORT_OPTIONS:MCT} @@ -747,6 +747,7 @@ CONFIGURE_ARGS+=--add-dynamic-module=${W .else CONFIGURE_ARGS+=--add-module=${WRKSRC_dyn_upstream} .endif +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_inet_slab.c .endif .if ${PORT_OPTIONS:MARRAYVAR} || ${PORT_OPTIONS:MENCRYPTSESSION} || ${PORT_OPTIONS:MFORMINPUT} || ${PORT_OPTIONS:MICONV} || ${PORT_OPTIONS:MLUA} || ${PORT_OPTIONS:MSET_MISC} @@ -894,6 +895,7 @@ GH_ACCOUNT+= arut:rtmp GH_PROJECT+= nginx-rtmp-module:rtmp GH_TAGNAME+= v${NGINX_RTMP_VERSION}:rtmp CONFIGURE_ARGS+=--add-module=${WRKSRC_rtmp} +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_rtmp_core_module.c .endif .if ${PORT_OPTIONS:MSET_MISC} Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Wed May 25 22:31:53 2016 (r415867) +++ head/www/nginx-devel/distinfo Wed May 25 23:43:23 2016 (r415868) @@ -1,5 +1,6 @@ -SHA256 (nginx-1.10.0.tar.gz) = 8ed647c3dd65bc4ced03b0e0f6bf9e633eff6b01bac772bcf97077d58bc2be4d -SIZE (nginx-1.10.0.tar.gz) = 908954 +TIMESTAMP = 1464123738 +SHA256 (nginx-1.11.0.tar.gz) = 6ca0e7bf540cdae387ce9470568c2c3a826bc7e7f12def1ae7d20b66f4065a99 +SIZE (nginx-1.11.0.tar.gz) = 913282 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 SIZE (nginx-accesskey-2.0.3.tar.gz) = 2632 SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9 Added: head/www/nginx-devel/files/extra-patch-ngx_inet_slab.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/nginx-devel/files/extra-patch-ngx_inet_slab.c Wed May 25 23:43:23 2016 (r415868) @@ -0,0 +1,29 @@ +--- ../ngx_dynamic_upstream-0.1.3/src/ngx_inet_slab.c.orig 2016-05-25 19:27:27.204200000 -0400 ++++ ../ngx_dynamic_upstream-0.1.3/src/ngx_inet_slab.c 2016-05-25 19:28:07.177622000 -0400 +@@ -250,7 +250,7 @@ + return NGX_ERROR; + } + +- ngx_memcpy(sin, u->sockaddr, sizeof(struct sockaddr_in)); ++ ngx_memcpy(sin, &u->sockaddr, sizeof(struct sockaddr_in)); + + u->addrs[0].sockaddr = (struct sockaddr *) sin; + u->addrs[0].socklen = sizeof(struct sockaddr_in); +@@ -277,7 +277,7 @@ + + u->family = u->addrs[0].sockaddr->sa_family; + u->socklen = u->addrs[0].socklen; +- ngx_memcpy(u->sockaddr, u->addrs[0].sockaddr, u->addrs[0].socklen); ++ ngx_memcpy(&u->sockaddr, u->addrs[0].sockaddr, u->addrs[0].socklen); + + switch (u->family) { + +@@ -405,7 +405,7 @@ + return NGX_ERROR; + } + +- ngx_memcpy(sin6, u->sockaddr, sizeof(struct sockaddr_in6)); ++ ngx_memcpy(sin6, &u->sockaddr, sizeof(struct sockaddr_in6)); + + u->addrs[0].sockaddr = (struct sockaddr *) sin6; + u->addrs[0].socklen = sizeof(struct sockaddr_in6); Added: head/www/nginx-devel/files/extra-patch-ngx_rtmp_core_module.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/nginx-devel/files/extra-patch-ngx_rtmp_core_module.c Wed May 25 23:43:23 2016 (r415868) @@ -0,0 +1,20 @@ +--- ../nginx-rtmp-module-1.1.7/ngx_rtmp_core_module.c.orig 2016-05-25 19:25:35.779720000 -0400 ++++ ../nginx-rtmp-module-1.1.7/ngx_rtmp_core_module.c 2016-05-25 19:26:28.055352000 -0400 +@@ -545,7 +545,7 @@ + break; + } + +- if (ngx_memcmp(ls[i].sockaddr + off, u.sockaddr + off, len) != 0) { ++ if (ngx_memcmp(ls[i].sockaddr + off, &u.sockaddr + off, len) != 0) { + continue; + } + +@@ -565,7 +565,7 @@ + + ngx_memzero(ls, sizeof(ngx_rtmp_listen_t)); + +- ngx_memcpy(ls->sockaddr, u.sockaddr, u.socklen); ++ ngx_memcpy(ls->sockaddr, &u.sockaddr, u.socklen); + + ls->socklen = u.socklen; + ls->wildcard = u.wildcard; Added: head/www/nginx-devel/files/extra-patch-src-c-ngx_http_clojure_socket.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/nginx-devel/files/extra-patch-src-c-ngx_http_clojure_socket.c Wed May 25 23:43:23 2016 (r415868) @@ -0,0 +1,11 @@ +--- ../nginx-clojure-0.4.4/src/c/ngx_http_clojure_socket.c.orig 2016-05-24 17:39:48.898351000 -0400 ++++ ../nginx-clojure-0.4.4/src/c/ngx_http_clojure_socket.c 2016-05-25 19:23:44.584704000 -0400 +@@ -317,7 +317,7 @@ + } + u->resolved->host.data = url->host.data; + u->resolved->host.len = url->host.len; +- ngx_http_clojure_socket_upstream_connect(u, (struct sockaddr *)url->sockaddr, url->socklen); ++ ngx_http_clojure_socket_upstream_connect(u, &url->sockaddr, url->socklen); + } + + static void ngx_http_clojure_socket_upstream_connect_inner(ngx_http_clojure_socket_upstream_t *u) { From owner-svn-ports-head@freebsd.org Wed May 25 23:52:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 166D7B4A8C7; Wed, 25 May 2016 23:52:11 +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 DB99A1E56; Wed, 25 May 2016 23:52:10 +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 u4PNqAja051153; Wed, 25 May 2016 23:52:10 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PNqAaO051152; Wed, 25 May 2016 23:52:10 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201605252352.u4PNqAaO051152@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Wed, 25 May 2016 23:52:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415869 - head/math/octave-forge-video X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 25 May 2016 23:52:11 -0000 Author: stephen Date: Wed May 25 23:52:09 2016 New Revision: 415869 URL: https://svnweb.freebsd.org/changeset/ports/415869 Log: - Add localbase to ldflags so that it will build with dragonfly. PR: ports/209380 Submitted by: John Marino Modified: head/math/octave-forge-video/Makefile Modified: head/math/octave-forge-video/Makefile ============================================================================== --- head/math/octave-forge-video/Makefile Wed May 25 23:43:23 2016 (r415868) +++ head/math/octave-forge-video/Makefile Wed May 25 23:52:09 2016 (r415869) @@ -15,6 +15,7 @@ USES= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV+= HOME=${WRKSRC} CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. From owner-svn-ports-head@freebsd.org Thu May 26 01:29:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C513B4913E; Thu, 26 May 2016 01:29:35 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1AB01957; Thu, 26 May 2016 01:29:34 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4Q1TYBx084215; Thu, 26 May 2016 01:29:34 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4Q1TXfu084213; Thu, 26 May 2016 01:29:33 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201605260129.u4Q1TXfu084213@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 26 May 2016 01:29:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415870 - head/science/R-cran-bayesm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 01:29:35 -0000 Author: wen Date: Thu May 26 01:29:33 2016 New Revision: 415870 URL: https://svnweb.freebsd.org/changeset/ports/415870 Log: - Update to 3.0.2 Modified: head/science/R-cran-bayesm/Makefile head/science/R-cran-bayesm/distinfo Modified: head/science/R-cran-bayesm/Makefile ============================================================================== --- head/science/R-cran-bayesm/Makefile Wed May 25 23:52:09 2016 (r415869) +++ head/science/R-cran-bayesm/Makefile Thu May 26 01:29:33 2016 (r415870) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= bayesm -PORTVERSION= 2.2.5 -PORTREVISION= 2 +DISTVERSION= 3.0-2 CATEGORIES= science -DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/./1} +DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= Bayesian Inference for Marketing/Micro-econometrics @@ -13,6 +12,8 @@ COMMENT= Bayesian Inference for Marketin LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual +RUN_DEPENDS= R-cran-RcppArmadillo>=0:math/R-cran-RcppArmadillo + USES= cran:auto-plist .include Modified: head/science/R-cran-bayesm/distinfo ============================================================================== --- head/science/R-cran-bayesm/distinfo Wed May 25 23:52:09 2016 (r415869) +++ head/science/R-cran-bayesm/distinfo Thu May 26 01:29:33 2016 (r415870) @@ -1,2 +1,3 @@ -SHA256 (bayesm_2.2-5.tar.gz) = ea40748d8a33a76240b39aac2ab0550a1ba2522e12fa8179c771f37d62a89699 -SIZE (bayesm_2.2-5.tar.gz) = 1771317 +TIMESTAMP = 1464221971 +SHA256 (bayesm_3.0-2.tar.gz) = c3b13c24776550f1bdb43f3f46e49694d5705ff3460bc81c965d658726099404 +SIZE (bayesm_3.0-2.tar.gz) = 948455 From owner-svn-ports-head@freebsd.org Thu May 26 02:51:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A1D9B4AD30; Thu, 26 May 2016 02:51:05 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE3DB1EE6; Thu, 26 May 2016 02:51:04 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4Q2p4oV013888; Thu, 26 May 2016 02:51:04 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4Q2p4jm013887; Thu, 26 May 2016 02:51:04 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605260251.u4Q2p4jm013887@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 26 May 2016 02:51:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415871 - head/net-im/ktp-accounts-kcm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 02:51:05 -0000 Author: pi Date: Thu May 26 02:51:03 2016 New Revision: 415871 URL: https://svnweb.freebsd.org/changeset/ports/415871 Log: net-im/ktp-accounts-kcm: Fix plist, use other subst This comes from area51, the KDE-FreeBSD staging area. The fix switches a lib-version substitution from KDE4_VERSION to KDE4_GENERIC_LIB_VERSION. This is already used in other peripheral-to-KDE-workspace applications like audio/amarok. This is preliminary work for KDE4 infrastructure changes. PR: 209316 Submitted by: groot@kde.org (kde) Modified: head/net-im/ktp-accounts-kcm/pkg-plist Modified: head/net-im/ktp-accounts-kcm/pkg-plist ============================================================================== --- head/net-im/ktp-accounts-kcm/pkg-plist Thu May 26 01:29:33 2016 (r415870) +++ head/net-im/ktp-accounts-kcm/pkg-plist Thu May 26 02:51:03 2016 (r415871) @@ -10,7 +10,7 @@ lib/kde4/ktpaccountskcm_plugin_sipe.so lib/kde4/ktpaccountskcm_plugin_sunshine.so lib/libktpaccountskcminternal.so lib/libktpaccountskcminternal.so.4 -lib/libktpaccountskcminternal.so.%%KDE4_VERSION%% +lib/libktpaccountskcminternal.so.%%KDE4_GENERIC_LIB_VERSION%% share/kde4/services/kcm_ktp_accounts.desktop share/kde4/services/ktpaccountskcm_plugin_butterfly.desktop share/kde4/services/ktpaccountskcm_plugin_gabble.desktop From owner-svn-ports-head@freebsd.org Thu May 26 03:24:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA019B4A4EB; Thu, 26 May 2016 03:24:24 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7BD1E1506; Thu, 26 May 2016 03:24:24 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4Q3ONn5028563; Thu, 26 May 2016 03:24:23 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4Q3ONGY028560; Thu, 26 May 2016 03:24:23 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605260324.u4Q3ONGY028560@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 26 May 2016 03:24:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415872 - in head/security: . pinentry pinentry-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.22 Precedence: list List-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, 26 May 2016 03:24:24 -0000 Author: pi Date: Thu May 26 03:24:23 2016 New Revision: 415872 URL: https://svnweb.freebsd.org/changeset/ports/415872 Log: New port: security/pinentry-qt5, Qt 5 version of the GnuPG password dialog PR: 209556 Submitted by: Ralf Nolden (kde) Approved by: makc (implicit as kde maintainer) Added: head/security/pinentry-qt5/ head/security/pinentry-qt5/Makefile (contents, props changed) Modified: head/security/Makefile head/security/pinentry/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Thu May 26 02:51:03 2016 (r415871) +++ head/security/Makefile Thu May 26 03:24:23 2016 (r415872) @@ -782,6 +782,7 @@ SUBDIR += pinentry-gnome3 SUBDIR += pinentry-gtk2 SUBDIR += pinentry-qt4 + SUBDIR += pinentry-qt5 SUBDIR += pinentry-tty SUBDIR += pixiewps SUBDIR += pkcrack Added: head/security/pinentry-qt5/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/pinentry-qt5/Makefile Thu May 26 03:24:23 2016 (r415872) @@ -0,0 +1,12 @@ +# $FreeBSD$ + +PORTNAME= pinentry +PORTREVISION= 0 + +COMMENT= Qt 5 version of the GnuPG password dialog + +PINENTRY_GUI= qt5 + +MASTERDIR= ${.CURDIR}/../pinentry + +.include "${MASTERDIR}/Makefile" Modified: head/security/pinentry/Makefile ============================================================================== --- head/security/pinentry/Makefile Thu May 26 02:51:03 2016 (r415871) +++ head/security/pinentry/Makefile Thu May 26 03:24:23 2016 (r415872) @@ -19,7 +19,7 @@ NO_BUILD= yes PLIST_FILES= bin/pinentry OPTIONS_SINGLE= FRONTEND -OPTIONS_SINGLE_FRONTEND= TTY NCURSES GTK2 QT4 GNOME3 +OPTIONS_SINGLE_FRONTEND= TTY NCURSES GTK2 QT4 QT5 GNOME3 OPTIONS_DEFAULT= TTY FRONTEND_DESC= Default frontend @@ -37,9 +37,13 @@ PINENTRY_GTK2= pinentry-gtk-2 GTK2_RUN_DEPENDS= ${PINENTRY_GTK2}:security/pinentry-gtk2 QT4_DESC= Qt 4 frontend -PINENTRY_QT4= pinentry-qt +PINENTRY_QT4= pinentry-qt4 QT4_RUN_DEPENDS= ${PINENTRY_QT4}:security/pinentry-qt4 +QT5_DESC= Qt 5 frontend +PINENTRY_QT5= pinentry-qt5 +QT5_RUN_DEPENDS= ${PINENTRY_QT5}:security/pinentry-qt5 + GNOME3_DESC= GNOME 3 frontend PINENTRY_GNOME3= pinentry-gnome3 GNOME3_RUN_DEPENDS= ${PINENTRY_GNOME3}:security/pinentry-gnome3 @@ -87,8 +91,15 @@ CONFIGURE_ARGS+=--disable-pinentry-gnome .if ${PINENTRY_GUI} == "qt4" USES+= compiler:c++11-lib USE_QT4= gui moc_build -PLIST_FILES= bin/pinentry-qt -CONFIGURE_ARGS+=--disable-pinentry-qt5 +PLIST_FILES= bin/pinentry-qt4 +CONFIGURE_ARGS+=--disable-pinentry-qt5 \ + --program-suffix=4 +.elif ${PINENTRY_GUI} == "qt5" +USES+= compiler:c++11-lib +USE_QT5= core gui widgets buildtools_build +PLIST_FILES= bin/pinentry-qt5 +CONFIGURE_ARGS+=--enable-pinentry-qt5 \ + --program-suffix=5 .else CONFIGURE_ARGS+=--disable-pinentry-qt --disable-pinentry-qt5 .endif From owner-svn-ports-head@freebsd.org Thu May 26 03:38:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DD55B4A754; Thu, 26 May 2016 03:38:42 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F214B1BD5; Thu, 26 May 2016 03:38:41 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4Q3cfsF032786; Thu, 26 May 2016 03:38:41 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4Q3ccs7032761; Thu, 26 May 2016 03:38:38 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605260338.u4Q3ccs7032761@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 26 May 2016 03:38:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415873 - in head: arabic/kde4-l10n chinese/calligra-l10n-zh_CN chinese/kde4-l10n-zh_CN chinese/kde4-l10n-zh_TW devel/py-pykdeuic4 devel/qt4-corelib editors/kate-plugin-pate french/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.22 Precedence: list List-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, 26 May 2016 03:38:42 -0000 Author: pi Date: Thu May 26 03:38:38 2016 New Revision: 415873 URL: https://svnweb.freebsd.org/changeset/ports/415873 Log: Many KDE i10n ports: Patch updates CURDIR This patch replaces a bunch of ${CURDIR}/../../ by ${CURDIR:H:H}; the latter is considered proper contemporary usage by kde@ . The patch is independent of other KDE4 infrastructure changes. PR: 209303 Submitted by: Adriaan de Groot , rakuco, T.C.Berner (kde) Modified: head/arabic/kde4-l10n/Makefile head/chinese/calligra-l10n-zh_CN/Makefile head/chinese/kde4-l10n-zh_CN/Makefile head/chinese/kde4-l10n-zh_TW/Makefile head/devel/py-pykdeuic4/Makefile head/devel/qt4-corelib/Makefile head/editors/kate-plugin-pate/Makefile head/french/kde4-l10n/Makefile head/german/kde4-l10n/Makefile head/graphics/digikam-kde4/Makefile.common head/hebrew/kde4-l10n/Makefile head/hungarian/kde4-l10n/Makefile head/japanese/kde4-l10n/Makefile head/korean/kde4-l10n/Makefile head/net/libmediawiki/Makefile head/polish/kde4-l10n/Makefile head/portuguese/kde4-l10n-pt_BR/Makefile head/portuguese/kde4-l10n/Makefile head/russian/kde4-l10n/Makefile head/ukrainian/kde4-l10n/Makefile head/x11-toolkits/qt4-gui/Makefile head/x11/libkonq/Makefile Modified: head/arabic/kde4-l10n/Makefile ============================================================================== --- head/arabic/kde4-l10n/Makefile Thu May 26 03:24:23 2016 (r415872) +++ head/arabic/kde4-l10n/Makefile Thu May 26 03:38:38 2016 (r415873) @@ -9,5 +9,5 @@ COMMENT= Arabic messages and documentati KDE4_L10N= ar -.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" .include Modified: head/chinese/calligra-l10n-zh_CN/Makefile ============================================================================== --- head/chinese/calligra-l10n-zh_CN/Makefile Thu May 26 03:24:23 2016 (r415872) +++ head/chinese/calligra-l10n-zh_CN/Makefile Thu May 26 03:38:38 2016 (r415873) @@ -10,5 +10,5 @@ COMMENT= Simplified Chinese messages and CALLIGRA_L10N= zh_CN -.include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/chinese/kde4-l10n-zh_CN/Makefile ============================================================================== --- head/chinese/kde4-l10n-zh_CN/Makefile Thu May 26 03:24:23 2016 (r415872) +++ head/chinese/kde4-l10n-zh_CN/Makefile Thu May 26 03:38:38 2016 (r415873) @@ -10,5 +10,5 @@ COMMENT= Simplified Chinese messages and KDE4_L10N= zh_CN -.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" .include Modified: head/chinese/kde4-l10n-zh_TW/Makefile ============================================================================== --- head/chinese/kde4-l10n-zh_TW/Makefile Thu May 26 03:24:23 2016 (r415872) +++ head/chinese/kde4-l10n-zh_TW/Makefile Thu May 26 03:38:38 2016 (r415873) @@ -10,5 +10,5 @@ COMMENT= Traditional Chinese messages an KDE4_L10N= zh_TW -.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" .include Modified: head/devel/py-pykdeuic4/Makefile ============================================================================== --- head/devel/py-pykdeuic4/Makefile Thu May 26 03:24:23 2016 (r415872) +++ head/devel/py-pykdeuic4/Makefile Thu May 26 03:38:38 2016 (r415873) @@ -13,7 +13,7 @@ COMMENT= Enhanced version of pyuic4 USE_KDE4= kdelibs automoc4 pykde4 USE_QT4= moc_build qmake_build rcc_build uic_build -DISTINFO_FILE= ${PORTSDIR}/devel/py-pykde4/distinfo +DISTINFO_FILE= ${.CURDIR:H:H}/devel/py-pykde4/distinfo USES= cmake:outsource python:2 tar:xz WRKSRC= ${WRKDIR}/${DISTNAME}/tools/${PORTNAME} Modified: head/devel/qt4-corelib/Makefile ============================================================================== --- head/devel/qt4-corelib/Makefile Thu May 26 03:24:23 2016 (r415872) +++ head/devel/qt4-corelib/Makefile Thu May 26 03:38:38 2016 (r415873) @@ -40,7 +40,7 @@ EXTRACT_AFTER_ARGS+= --exclude '${DISTNA BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME} INSTALL_WRKSRC= ${BUILD_WRKSRC} -.include "${.CURDIR}/../../devel/qt4/files/Makefile.options" +.include "${.CURDIR:H:H}/devel/qt4/files/Makefile.options" .if empty(QT4_OPTIONS:MCUPS) CONFIGURE_ARGS+= -no-cups Modified: head/editors/kate-plugin-pate/Makefile ============================================================================== --- head/editors/kate-plugin-pate/Makefile Thu May 26 03:24:23 2016 (r415872) +++ head/editors/kate-plugin-pate/Makefile Thu May 26 03:38:38 2016 (r415873) @@ -16,7 +16,7 @@ USE_KDE4= kdelibs automoc4 kate \ USE_QT4= gui webkit \ moc_build qmake_build rcc_build uic_build -DISTINFO_FILE= ${PORTSDIR}/editors/kate/distinfo +DISTINFO_FILE= ${.CURDIR:H:H}/editors/kate/distinfo # cmake.mk doesn't allow to overwrite BUILD_WRKSRC for out-of-source builds _pate_WRKSRC= ${BUILD_WRKSRC}/addons/kate/pate Modified: head/french/kde4-l10n/Makefile ============================================================================== --- head/french/kde4-l10n/Makefile Thu May 26 03:24:23 2016 (r415872) +++ head/french/kde4-l10n/Makefile Thu May 26 03:38:38 2016 (r415873) @@ -10,5 +10,5 @@ COMMENT= French messages and documentati KDE4_L10N= fr -.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" .include Modified: head/german/kde4-l10n/Makefile ============================================================================== --- head/german/kde4-l10n/Makefile Thu May 26 03:24:23 2016 (r415872) +++ head/german/kde4-l10n/Makefile Thu May 26 03:38:38 2016 (r415873) @@ -10,5 +10,5 @@ COMMENT= German messages and documentati KDE4_L10N= de -.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" .include Modified: head/graphics/digikam-kde4/Makefile.common ============================================================================== --- head/graphics/digikam-kde4/Makefile.common Thu May 26 03:24:23 2016 (r415872) +++ head/graphics/digikam-kde4/Makefile.common Thu May 26 03:38:38 2016 (r415873) @@ -111,7 +111,7 @@ vkontakte_DESC= Export images to VKonta yandexfotki_DESC= Export images to Yandex web service DISTNAME= digikam-${DIGIKAM_VER} -DISTINFO_FILE= ${.CURDIR}/../../graphics/digikam-kde4/distinfo +DISTINFO_FILE= ${.CURDIR:H:H}/graphics/digikam-kde4/distinfo LICENSE?= GPLv2 @@ -129,14 +129,14 @@ PLIST_SUB+= SHLIB_VER=${DIGIKAM_VER} . if defined(KIPI_PLUGIN) CONFLICTS_INSTALL= kipi-plugins-2.* -DESCR= ${.CURDIR}/../../graphics/kipi-plugins-kde4/pkg-descr +DESCR= ${.CURDIR:H:H}/graphics/kipi-plugins-kde4/pkg-descr USES+= pkgconfig .if ${KIPI_PLUGIN} != "libkipiplugins" -EXTRA_PATCHES= ${.CURDIR}/../../graphics/kipi-plugins-kde4/files/extrapatch-CMakeLists.txt +EXTRA_PATCHES= ${.CURDIR:H:H}/graphics/kipi-plugins-kde4/files/extrapatch-CMakeLists.txt LIB_DEPENDS+= libkipiplugins.so:graphics/libkipiplugins .endif -EXTRA_PATCHES+= ${.CURDIR}/../../graphics/kipi-plugins-kde4/files/extrapatch-extra_kipi_plugins_cmakelists.patch +EXTRA_PATCHES+= ${.CURDIR:H:H}/graphics/kipi-plugins-kde4/files/extrapatch-extra_kipi_plugins_cmakelists.patch EXTRACT_AFTER_ARGS= --no-same-owner --no-same-permissions ${DISTNAME}/extra/kipi-plugins WRKSRC= ${WRKDIR}/${DISTNAME}/extra/kipi-plugins Modified: head/hebrew/kde4-l10n/Makefile ============================================================================== --- head/hebrew/kde4-l10n/Makefile Thu May 26 03:24:23 2016 (r415872) +++ head/hebrew/kde4-l10n/Makefile Thu May 26 03:38:38 2016 (r415873) @@ -9,5 +9,5 @@ COMMENT= Hebrew messages and documentati KDE4_L10N= he -.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" .include Modified: head/hungarian/kde4-l10n/Makefile ============================================================================== --- head/hungarian/kde4-l10n/Makefile Thu May 26 03:24:23 2016 (r415872) +++ head/hungarian/kde4-l10n/Makefile Thu May 26 03:38:38 2016 (r415873) @@ -10,5 +10,5 @@ COMMENT= Hungarian messages and document KDE4_L10N= hu -.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" .include Modified: head/japanese/kde4-l10n/Makefile ============================================================================== --- head/japanese/kde4-l10n/Makefile Thu May 26 03:24:23 2016 (r415872) +++ head/japanese/kde4-l10n/Makefile Thu May 26 03:38:38 2016 (r415873) @@ -10,5 +10,5 @@ COMMENT= Japanese messages and documenta KDE4_L10N= ja -.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" .include Modified: head/korean/kde4-l10n/Makefile ============================================================================== --- head/korean/kde4-l10n/Makefile Thu May 26 03:24:23 2016 (r415872) +++ head/korean/kde4-l10n/Makefile Thu May 26 03:38:38 2016 (r415873) @@ -10,5 +10,5 @@ COMMENT= Korean messages and documentati KDE4_L10N= ko -.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" .include Modified: head/net/libmediawiki/Makefile ============================================================================== --- head/net/libmediawiki/Makefile Thu May 26 03:24:23 2016 (r415872) +++ head/net/libmediawiki/Makefile Thu May 26 03:38:38 2016 (r415873) @@ -10,7 +10,7 @@ COMMENT= KDE4 library for accessing Medi USES= pathfix USE_LDCONFIG= yes -.include "${.CURDIR}/../../graphics/digikam-kde4/Makefile.common" +.include "${.CURDIR:H:H}/graphics/digikam-kde4/Makefile.common" # Replace some values set up by Makefile.common DIGIKAM_VER= ${PORTVERSION} Modified: head/polish/kde4-l10n/Makefile ============================================================================== --- head/polish/kde4-l10n/Makefile Thu May 26 03:24:23 2016 (r415872) +++ head/polish/kde4-l10n/Makefile Thu May 26 03:38:38 2016 (r415873) @@ -10,5 +10,5 @@ COMMENT= Polish messages and documentati KDE4_L10N= pl -.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" .include Modified: head/portuguese/kde4-l10n-pt_BR/Makefile ============================================================================== --- head/portuguese/kde4-l10n-pt_BR/Makefile Thu May 26 03:24:23 2016 (r415872) +++ head/portuguese/kde4-l10n-pt_BR/Makefile Thu May 26 03:38:38 2016 (r415873) @@ -10,5 +10,5 @@ COMMENT= Brazilian messages and document KDE4_L10N= pt_BR -.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" .include Modified: head/portuguese/kde4-l10n/Makefile ============================================================================== --- head/portuguese/kde4-l10n/Makefile Thu May 26 03:24:23 2016 (r415872) +++ head/portuguese/kde4-l10n/Makefile Thu May 26 03:38:38 2016 (r415873) @@ -10,5 +10,5 @@ COMMENT= Portuguese messages and documen KDE4_L10N= pt -.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" .include Modified: head/russian/kde4-l10n/Makefile ============================================================================== --- head/russian/kde4-l10n/Makefile Thu May 26 03:24:23 2016 (r415872) +++ head/russian/kde4-l10n/Makefile Thu May 26 03:38:38 2016 (r415873) @@ -10,5 +10,5 @@ COMMENT= Russian messages and documentat KDE4_L10N= ru -.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" .include Modified: head/ukrainian/kde4-l10n/Makefile ============================================================================== --- head/ukrainian/kde4-l10n/Makefile Thu May 26 03:24:23 2016 (r415872) +++ head/ukrainian/kde4-l10n/Makefile Thu May 26 03:38:38 2016 (r415873) @@ -10,5 +10,5 @@ COMMENT= Ukrainian messages and document KDE4_L10N= uk -.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" .include Modified: head/x11-toolkits/qt4-gui/Makefile ============================================================================== --- head/x11-toolkits/qt4-gui/Makefile Thu May 26 03:24:23 2016 (r415872) +++ head/x11-toolkits/qt4-gui/Makefile Thu May 26 03:38:38 2016 (r415873) @@ -49,7 +49,7 @@ CONFIGURE_ARGS+= -I../../include/QtCore FONTSCALE= ${LOCALBASE}/share/fonts/TTF/luximb.ttf FONTENCOD= ${LOCALBASE}/share/fonts/encodings/encodings.dir -.include "${.CURDIR}/../../devel/qt4/files/Makefile.options" +.include "${.CURDIR:H:H}/devel/qt4/files/Makefile.options" .if ${QT4_OPTIONS:MCUPS} LIB_DEPENDS+= libcups.so:print/cups Modified: head/x11/libkonq/Makefile ============================================================================== --- head/x11/libkonq/Makefile Thu May 26 03:24:23 2016 (r415872) +++ head/x11/libkonq/Makefile Thu May 26 03:38:38 2016 (r415873) @@ -17,7 +17,7 @@ USE_QT4= corelib dbus gui \ moc_build qmake_build rcc_build uic_build USE_LDCONFIG= yes -DISTINFO_FILE= ${PORTSDIR}/x11/kde4-baseapps/distinfo +DISTINFO_FILE= ${.CURDIR:H:H}/x11/kde4-baseapps/distinfo BUILD_WRKSRC= ${CONFIGURE_WRKSRC}/lib/konq INSTALL_WRKSRC= ${BUILD_WRKSRC} From owner-svn-ports-head@freebsd.org Thu May 26 03:44:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B006B4A8A3; Thu, 26 May 2016 03:44:09 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CEC651F31; Thu, 26 May 2016 03:44:08 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4Q3i8Rw036376; Thu, 26 May 2016 03:44:08 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4Q3i8jG036375; Thu, 26 May 2016 03:44:08 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605260344.u4Q3i8jG036375@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 26 May 2016 03:44:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415874 - head/devel/soapui X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 03:44:09 -0000 Author: pi Date: Thu May 26 03:44:07 2016 New Revision: 415874 URL: https://svnweb.freebsd.org/changeset/ports/415874 Log: devel/soapui: fix license PR: 209602 Submitted by: amdmi3 Modified: head/devel/soapui/Makefile Modified: head/devel/soapui/Makefile ============================================================================== --- head/devel/soapui/Makefile Thu May 26 03:38:38 2016 (r415873) +++ head/devel/soapui/Makefile Thu May 26 03:44:07 2016 (r415874) @@ -10,7 +10,11 @@ DISTNAME= SoapUI-${PORTVERSION}-linux-bi MAINTAINER= pi@FreeBSD.org COMMENT= Web service, SOA, and SOAP testing tool -LICENSE= GPLv2 +LICENSE= EUPL LGPL21 LGPL3 APACHE11 APACHE20 BSD3CLAUSE MPL MIT CPL +LICENSE_COMB= multi +LICENSE_NAME_EUPL=European Union Public Licence V. 1.1 +LICENSE_FILE_EUPL=${WRKSRC}/LICENSE.txt +LICENSE_PERMS_EUPL=dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= cpe CPE_VENDOR= smartbear From owner-svn-ports-head@freebsd.org Thu May 26 04:56:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73FA8B4A859; Thu, 26 May 2016 04:56:10 +0000 (UTC) (envelope-from bogorodskiy@gmail.com) Received: from mail-lf0-x22b.google.com (mail-lf0-x22b.google.com [IPv6:2a00:1450:4010:c07::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EC8351CD6; Thu, 26 May 2016 04:56:09 +0000 (UTC) (envelope-from bogorodskiy@gmail.com) Received: by mail-lf0-x22b.google.com with SMTP id w16so15503029lfd.2; Wed, 25 May 2016 21:56:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=YwDegisH8Wik3FILasIpx2ECJzmYvuZgxrT6SHZrLnU=; b=PQea5HviaZIHxCaZB4C00r/excxIfqszA8I3tlJP/+3Sb5TX3lWzgpWJ9UP1On6kMq DQ6+7iE9rc9OEAh47FXXAp6L8Y9fLW63oeJOp7q1oGsVHcMcyAcH+x3CT8GsGzw/xNpI RRStHMyRRNrNnyCUSEVHgQ4CZdLJ2MVidnYnEg7fT+XHEq2VhSAgaMAJkphALWZXSwEv 2hLKACjSqzfOB2/wulsy4NZbRmMeYThAV6pYiOyKDlzGv+m9+JSxvjy/d2+IgBa0aH62 i0oVI9RrP30NYGuIV9NO2zRs9Ql/PtdMQxWb4A2Yhzr7C9k/EkVudjw3rTAHivuFxgYV 8GWg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition :content-transfer-encoding:in-reply-to:user-agent; bh=YwDegisH8Wik3FILasIpx2ECJzmYvuZgxrT6SHZrLnU=; b=CgDilxm+2b+BOAxgZh/ly//Cza8YmVMWnQSKcw5ZxwSdrN4X+K7iWkMtx82BfKezMX GjDDfSZ+zxBrzmDl7x6F9yvuoAPLvw53o4m1z72Mmkz92uLaG9Eqia+UCNhY2oLd+9cm lXD63dwPoicx1EOKGwP9iYWSuuXZiz4UNJv89O5V4IOF5KCW9LOb4LwRv6UfMP9hi48p 2c9iEVnVS2Cr9DSYzzSwov4JcK28lFCeKDBFBIDFUW/QoxO5oW6TUIe0+I+JbJBliTIz tnmQKHFt9ncIXuIaS1aW76t6gmj4KWE+TYflrwMUQ9DQQj80SJRMlpZYwCynWPKalRKW FF7Q== X-Gm-Message-State: ALyK8tK/G87BR82LfOAa6wOfRvp44CFYXq0Znq0jCQMjZit0XLl/c+3RVii1HroIpusxVw== X-Received: by 10.25.29.138 with SMTP id d132mr2207582lfd.142.1464238568124; Wed, 25 May 2016 21:56:08 -0700 (PDT) Received: from dev.san.ru ([88.147.129.60]) by smtp.gmail.com with ESMTPSA id d63sm2124966lfb.48.2016.05.25.21.56.06 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 25 May 2016 21:56:06 -0700 (PDT) Sender: Roman Bogorodskiy Date: Thu, 26 May 2016 07:56:01 +0300 From: Roman Bogorodskiy To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, ganbold@freebsd.org Subject: Re: svn commit: r415833 - in head/databases: . ateam_mysql_ldap_auth ateam_mysql_ldap_auth/files Message-ID: <20160526045559.GA97321@dev.san.ru> References: <201605251418.u4PEIvLC049487@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 04:56:10 -0000 Mathieu Arnold wrote: > +--On 25 mai 2016 14:18:57 +0000 Roman Bogorodskiy > wrote: > | +RUN_DEPENDS=3D mysql${MYSQL_VER}-server>5.6:databases/mysql56-server >=20 > This should most certainly be replaced by USES=3Dmysql:server. Yeah, this bit looks wrong indeed. However, semantic of USES=3Dmysql is not quite clear to me. USES=3Dmysql adds a dependency on client: $ make -V LIB_DEPENDS -V RUN_DEPENDS libconfig.so:devel/libconfig libmysqlclient.so.18:databases/mysql56-client = libldap-2.4.so.2:net/openldap24-client $ Changing that to mysql:server gives the following: $ make -V LIB_DEPENDS -V RUN_DEPENDS libconfig.so:devel/libconfig libldap-2.4.so.2:net/openldap24-client /usr/local/libexec/mysqld:databases/mysql56-server $ As you can see, the client dependency is gone now. Maybe I'm missing something obvious, but how can I have both client and server dependencies? On a related note, I'm actually considering just dropping this RUN_DEPENDS line entirely. Practically, it's obvious that if you're installing a MySQL plugin for the MySQL server, you'll need the server itself to use this plugin with.=20 Roman Bogorodskiy From owner-svn-ports-head@freebsd.org Thu May 26 05:34:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B308B4A293; Thu, 26 May 2016 05:34:11 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from mail.infocus-llc.com (mail.infocus-llc.com [199.15.120.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF7D91C87; Thu, 26 May 2016 05:34:10 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from draco.over-yonder.net (c-75-65-60-66.hsd1.ms.comcast.net [75.65.60.66]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.tarragon.infocus-llc.com (Postfix) with ESMTPSA id 3rFczw1D69z197; Thu, 26 May 2016 00:25:32 -0500 (CDT) Received: by draco.over-yonder.net (Postfix, from userid 100) id 3rFczv365Fz1YK; Thu, 26 May 2016 00:25:31 -0500 (CDT) Date: Thu, 26 May 2016 00:25:31 -0500 From: "Matthew D. Fuller" To: Rene Ladan Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r415864 - in head: . Mk accessibility/jovie accessibility/kaccessible accessibility/kdeaccessibility4 accessibility/kmag accessibility/kmousetool accessibility/kmouth archivers/ark astr... Message-ID: <20160526052531.GV24656@over-yonder.net> References: <201605252056.u4PKu6Nm085187@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201605252056.u4PKu6Nm085187@repo.freebsd.org> X-Editor: vi X-OS: FreeBSD X-Virus-Scanned: clamav-milter 0.99 at mail.tarragon.infocus-llc.com X-Virus-Status: Clean User-Agent: Mutt/1.6.0-fullermd.4 (2016-04-01) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 05:34:11 -0000 On Wed, May 25, 2016 at 08:56:06PM +0000 I heard the voice of Rene Ladan, and lo! it spake thus: > Author: rene > Date: Wed May 25 20:56:06 2016 > New Revision: 415864 > URL: https://svnweb.freebsd.org/changeset/ports/415864 > > Log: > Remove expired misc/kdehier4 and update all of its consumers to > not reference it any longer. This is a no-op because KDE4_PREFIX > is equal to LOCALBASE In some cases, this removed all the USE_KDE bits, which means the ports aren't loading the bsd.kde4.mk bits anymore, and arne't getting KDE4_VERSION, which some need. Which leads to broken versions and wonky INDEX. e.g.: % cut -d\| -f1 /usr/ports/INDEX-11 | grep -- '-$' kdeaccessibility- smokegen- calligra-l10n- kdegames- kdegraphics- kde-l10n- kdeutils- kdemultimedia- kdenetwork- kde-telepathy- kdeadmin- ksysguardd- kdetoys- kde4-icons-oxygen- -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream. From owner-svn-ports-head@freebsd.org Thu May 26 06:01:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 067E3B4A9B6; Thu, 26 May 2016 06:01:51 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B2BD118B4; Thu, 26 May 2016 06:01:50 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4Q61nmb087055; Thu, 26 May 2016 06:01:49 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4Q61naB087053; Thu, 26 May 2016 06:01:49 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201605260601.u4Q61naB087053@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Thu, 26 May 2016 06:01:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415875 - in head/editors: openoffice-4/files openoffice-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.22 Precedence: list List-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, 26 May 2016 06:01:51 -0000 Author: truckman Date: Thu May 26 06:01:49 2016 New Revision: 415875 URL: https://svnweb.freebsd.org/changeset/ports/415875 Log: Fix build of openoffice-4 and openoffice-devel with libc++ 3.8.0. Openffice defines its own overloaded variant of round(), which is only different in return type from the 'real' round() from , so it is ambiguous (in the C++ lookup sense). Fix this by renaming the custom round() to round_(), and using a define to minimize needed changes in the code. PR: 209588 Submitted by: dim Added: head/editors/openoffice-4/files/patch-vcl_source_glyphs_graphite__layout.cxx (contents, props changed) head/editors/openoffice-devel/files/patch-vcl_source_glyphs_graphite__layout.cxx (contents, props changed) Added: head/editors/openoffice-4/files/patch-vcl_source_glyphs_graphite__layout.cxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/openoffice-4/files/patch-vcl_source_glyphs_graphite__layout.cxx Thu May 26 06:01:49 2016 (r415875) @@ -0,0 +1,14 @@ +--- vcl/source/glyphs/graphite_layout.cxx.orig 2014-02-25 08:33:06 UTC ++++ vcl/source/glyphs/graphite_layout.cxx +@@ -107,9 +107,10 @@ namespace + typedef ext_std::pair glyph_range_t; + typedef ext_std::pair glyph_set_range_t; + +- inline long round(const float n) { ++ inline long round_(const float n) { + return long(n + (n < 0 ? -0.5 : 0.5)); + } ++#define round round_ + + + template Added: head/editors/openoffice-devel/files/patch-vcl_source_glyphs_graphite__layout.cxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/openoffice-devel/files/patch-vcl_source_glyphs_graphite__layout.cxx Thu May 26 06:01:49 2016 (r415875) @@ -0,0 +1,14 @@ +--- vcl/source/glyphs/graphite_layout.cxx.orig 2014-02-25 08:33:06 UTC ++++ vcl/source/glyphs/graphite_layout.cxx +@@ -107,9 +107,10 @@ namespace + typedef ext_std::pair glyph_range_t; + typedef ext_std::pair glyph_set_range_t; + +- inline long round(const float n) { ++ inline long round_(const float n) { + return long(n + (n < 0 ? -0.5 : 0.5)); + } ++#define round round_ + + + template From owner-svn-ports-head@freebsd.org Thu May 26 06:57:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7A00B4A6F8; Thu, 26 May 2016 06:57:53 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-qk0-x233.google.com (mail-qk0-x233.google.com [IPv6:2607:f8b0:400d:c09::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A1F8513C3; Thu, 26 May 2016 06:57:53 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: by mail-qk0-x233.google.com with SMTP id h185so22241930qke.2; Wed, 25 May 2016 23:57:53 -0700 (PDT) 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-transfer-encoding; bh=tiwTnmGZzbK337zmt+vqNPj/blihGrICdppnmkhhV7A=; b=YGlc3RqElPTfnXRfHmJAXhscFREa6TQG1Ssi2lYRN+cXoGBTpgkuPc27h3OHTO13Du KJXCdyvDOYDw/YXV32F8N8z5ZeyA0vKyb8/bGMc3F2/wgMFsQWr105swy27c8KbqQMjF BnPMAP+0+sxksw2L6S5LpyDQ+KIu/qvfwq3a4RHrd+ZHJtjtavWT1oLTWtlsbEhpssdg UdI+3jxnMkmT3rbtI5U7nygCpDi+G97gKBwNrDZo/HjAybigtRR6H4vB5S4F+NFfRGIp pfwL/S3SMZJxX+Os3jS2F6ajEmO6dPcq8WWd2AtfUfvsbUUibrCszR30JufROWgcP8uA nN5A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-transfer-encoding; bh=tiwTnmGZzbK337zmt+vqNPj/blihGrICdppnmkhhV7A=; b=TO06GDZjzac6LZGMfHotqWhwhrNIs8Nf81vDnbwUgCZ31tn6DynP0dTC82rj05dNCv czAvjCzZEZV45hIULlO/b9C39xRG2Q3oly+uzmvPHXE0AH/6jJI8Zyo9t2fj/0Yd1GLv cRXxs8oL129TAHRvbufyaWuJWieQKmoTdD5jcWazpJ0z/bWdRsy7TcMp+7HkwcVy9dV6 UKjll9kGC38HsUyUv7n2uftlMQMNRKGWkTEC8TeAxBn0Io10K1iLWqfRWd7RsbHYilK+ ZPua2cRAv/1Jl3z9RrWbKJft35b57xNMOS+eIYx9uMjhUZJXY02TklnG6LLBsUJHkt90 ugnQ== X-Gm-Message-State: ALyK8tKjWue7DTpAxKSOATw+r1k3gUc4wdwUOC/IrbuASy8jA3YlemEchmhJoDksU+ZeklhUt8XUgh+Bcw5glA== MIME-Version: 1.0 X-Received: by 10.55.22.94 with SMTP id g91mr52660qkh.101.1464245872638; Wed, 25 May 2016 23:57:52 -0700 (PDT) Sender: r.c.ladan@gmail.com Received: by 10.55.150.194 with HTTP; Wed, 25 May 2016 23:57:52 -0700 (PDT) In-Reply-To: <20160526052531.GV24656@over-yonder.net> References: <201605252056.u4PKu6Nm085187@repo.freebsd.org> <20160526052531.GV24656@over-yonder.net> Date: Thu, 26 May 2016 08:57:52 +0200 X-Google-Sender-Auth: yH1aDmapOSSAMpDFu1JpglT8z40 Message-ID: Subject: Re: svn commit: r415864 - in head: . Mk accessibility/jovie accessibility/kaccessible accessibility/kdeaccessibility4 accessibility/kmag accessibility/kmousetool accessibility/kmouth archivers/ark astr... From: =?UTF-8?Q?Ren=C3=A9_Ladan?= To: "Matthew D. Fuller" 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-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 06:57:54 -0000 2016-05-26 7:25 GMT+02:00 Matthew D. Fuller : > On Wed, May 25, 2016 at 08:56:06PM +0000 I heard the voice of > Rene Ladan, and lo! it spake thus: >> Author: rene >> Date: Wed May 25 20:56:06 2016 >> New Revision: 415864 >> URL: https://svnweb.freebsd.org/changeset/ports/415864 >> >> Log: >> Remove expired misc/kdehier4 and update all of its consumers to >> not reference it any longer. This is a no-op because KDE4_PREFIX >> is equal to LOCALBASE > > In some cases, this removed all the USE_KDE bits, which means the > ports aren't loading the bsd.kde4.mk bits anymore, and arne't getting > KDE4_VERSION, which some need. Which leads to broken versions and > wonky INDEX. > Indeed :( Some ports also lost their definition of KDE4_PREFIX this way (which equals LOCALBASE). Hopefully adding something like USE_KDE4=3Dyes to the ports which lost their USE_KDE4 line will be sufficient. > e.g.: > % cut -d\| -f1 /usr/ports/INDEX-11 | grep -- '-$' > kdeaccessibility- > smokegen- > calligra-l10n- > kdegames- > kdegraphics- > kde-l10n- > kdeutils- > kdemultimedia- > kdenetwork- > kde-telepathy- > kdeadmin- > ksysguardd- > kdetoys- > kde4-icons-oxygen- Ren=C3=A9 --=20 https://rene-ladan.nl/ From owner-svn-ports-head@freebsd.org Thu May 26 06:58:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 388C7B4A71D; Thu, 26 May 2016 06:58:00 +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 E2C331436; Thu, 26 May 2016 06:57:59 +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 u4Q6vxed005589; Thu, 26 May 2016 06:57:59 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4Q6vwQ0005588; Thu, 26 May 2016 06:57:58 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201605260657.u4Q6vwQ0005588@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Thu, 26 May 2016 06:57:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415876 - 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.22 Precedence: list List-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, 26 May 2016 06:58:00 -0000 Author: matthew Date: Thu May 26 06:57:58 2016 New Revision: 415876 URL: https://svnweb.freebsd.org/changeset/ports/415876 Log: fix typo. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu May 26 06:01:49 2016 (r415875) +++ head/security/vuxml/vuln.xml Thu May 26 06:57:58 2016 (r415876) @@ -59,7 +59,7 @@ Notes: --> - phpmyadmin -- XSS and sebsitive data leakage + phpmyadmin -- XSS and sensitive data leakage phpmyadmin From owner-svn-ports-head@freebsd.org Thu May 26 07:15:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC208B4AD14; Thu, 26 May 2016 07:15:18 +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 874CF11DB; Thu, 26 May 2016 07:15:18 +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 u4Q7FHSs012871; Thu, 26 May 2016 07:15:17 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4Q7FHdq012864; Thu, 26 May 2016 07:15:17 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201605260715.u4Q7FHdq012864@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Thu, 26 May 2016 07:15:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415877 - in head: . mail/opensmtpd mail/opensmtpd/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 07:15:18 -0000 Author: brnrd Date: Thu May 26 07:15:16 2016 New Revision: 415877 URL: https://svnweb.freebsd.org/changeset/ports/415877 Log: mail/opensmtpd: Update to 5.9.2 - Update to 5.9.2p1 - Remove usernamelen patch (default 255+1) - Fix renamed configure args - Add symlink for makemap (now included in smtpctl) - Align versioning with other OpenBSD projects - Add _smtpq group - Add UPDATING entry for existing installs - Update pkg-message for existing installs Reviewed by: adamw, mat Approved by: adamw, maintainer (implicit) Differential Revision: D6421 Deleted: head/mail/opensmtpd/files/patch-usernamelen Modified: head/GIDs head/UPDATING head/mail/opensmtpd/Makefile head/mail/opensmtpd/distinfo head/mail/opensmtpd/files/pkg-message.in head/mail/opensmtpd/files/smtpd.in head/mail/opensmtpd/pkg-plist Modified: head/GIDs ============================================================================== --- head/GIDs Thu May 26 06:57:58 2016 (r415876) +++ head/GIDs Thu May 26 07:15:16 2016 (r415877) @@ -148,6 +148,7 @@ fcron:*:247: _adsuck:*:253: _tor:*:256: _smtpd:*:257: +_smtpq:*:258: meta1s:*:260: meta1q:*:261: meta1c:*:262:meta1s Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu May 26 06:57:58 2016 (r415876) +++ head/UPDATING Thu May 26 07:15:16 2016 (r415877) @@ -5,6 +5,26 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20160526: + AFFECTS: Users of mail/opensmtpd + AUTHOR: brnrd@FreeBSD.org + + Due to changes to the rc-script you must stop smtpd prior to upgrading + mail/opensmtpd to version 5.9.2 + + # service smtpd stop + + Then upgrade OpenSMTPD to version 5.9.2. + Additionally version 5.9.2 changes the file mode bits for two directories. + To allow existing installations to start succesfully you must apply the + following changes + + # chown -R root:_smtpq /var/spool/smtpd/offline + # chmod -R 770 /var/spool/smtpd/offline + # chmod -R 700 /var/spool/smtpd/purge + + After applying the changes, the smtpd daemon can succesfully be started. + 20160525: AFFECTS: Users of devel/qtcreator AUTHOR: nolden@kde.org Modified: head/mail/opensmtpd/Makefile ============================================================================== --- head/mail/opensmtpd/Makefile Thu May 26 06:57:58 2016 (r415876) +++ head/mail/opensmtpd/Makefile Thu May 26 07:15:16 2016 (r415877) @@ -2,13 +2,11 @@ # $FreeBSD$ PORTNAME= opensmtpd -PORTVERSION= 5.7.3 -PORTREVISION= 2 +PORTVERSION= 5.9.2p1 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= http://www.opensmtpd.org/archives/ \ http://distfiles.pirateparty.in/ashish/ -DISTNAME= ${PORTNAME}-${PORTVERSION}p2 MAINTAINER= ashish@FreeBSD.org COMMENT= Security- and simplicity-focused SMTP server from OpenBSD @@ -31,8 +29,6 @@ TABLE_DB_DESC= Build table-db plugin (a USES= cpe libtool USE_OPENSSL= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-libevent-dir=${LOCALBASE} --sysconfdir=${PREFIX}/etc/mail/ \ - --with-mailwrapper --with-ssl-dir=${OPENSSLBASE} CPE_VENDOR= openbsd @@ -42,7 +38,7 @@ SUB_FILES= pkg-install pkg-deinstall pkg CONFLICTS_INSTALL= postfix-[0-9]* sendmail-[0-9]* opensmtpd-devel-[0-9]* USERS= _smtpd _smtpq -GROUPS= _smtpd +GROUPS= _smtpd _smtpq OPTIONS_SUB= yes @@ -53,18 +49,27 @@ LIBASRDEVEL_LIB_DEPENDS_OFF= libasr.so:d LIBASRDEVEL_LIB_DEPENDS= libasr.so:dns/libasr-devel LIBASRDEVEL_BROKEN= incompatible with libasr-devel -PAM_CONFIGURE_WITH= pam pam-service=smtpd - -TABLE_DB_CONFIGURE_ENABLE= table-db +PAM_CONFIGURE_WITH= auth-pam=smtpd +SSL_PORT_VARS= with_openssl_port=yes +TABLE_DB_CONFIGURE_WITH= table-db .include -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 && ! ${PORT_OPTIONS:MSSL_PORT} +.if ${OPSYS} == FreeBSD && ${OSVERSION} <= 1000015 WITH_OPENSSL_PORT= yes .endif -.if ${PORT_OPTIONS:MSSL_PORT} -WITH_OPENSSL_PORT= yes -.endif +.include + +CONFIGURE_ARGS+= --with-libasr=${LOCALBASE} \ + --with-libevent=${LOCALBASE} \ + --with-ssl=${OPENSSLBASE} \ + --sysconfdir=${PREFIX}/etc/mail/ + +post-patch: + ${REINPLACE_CMD} -e '/chmod 2555/d' ${WRKSRC}/mk/smtpctl/Makefile.in + +post-install: + @${LN} -sf ${PREFIX}/sbin/smtpctl ${STAGEDIR}${PREFIX}/libexec/opensmtpd/makemap -.include +.include Modified: head/mail/opensmtpd/distinfo ============================================================================== --- head/mail/opensmtpd/distinfo Thu May 26 06:57:58 2016 (r415876) +++ head/mail/opensmtpd/distinfo Thu May 26 07:15:16 2016 (r415877) @@ -1,2 +1,3 @@ -SHA256 (opensmtpd-5.7.3p2.tar.gz) = 0d2973008d0f66bebb84bed516be6c32617735241cc54dd26643529281a8e52b -SIZE (opensmtpd-5.7.3p2.tar.gz) = 709074 +TIMESTAMP = 1463428051 +SHA256 (opensmtpd-5.9.2p1.tar.gz) = 3522f273c1630c781facdb2b921228e338ed4e651909316735df775d6a70a71d +SIZE (opensmtpd-5.9.2p1.tar.gz) = 681855 Modified: head/mail/opensmtpd/files/pkg-message.in ============================================================================== --- head/mail/opensmtpd/files/pkg-message.in Thu May 26 06:57:58 2016 (r415876) +++ head/mail/opensmtpd/files/pkg-message.in Thu May 26 07:15:16 2016 (r415877) @@ -1,18 +1,21 @@ -If you are upgrading from OpenSMTPD version 201303011853 or earlier, please +If you are upgrading from OpenSMTPD version 5.7.3 or earlier, please follow the procedure below to update the permissions on the OpenSMTPD spool directories: 1. Stop 'smtpd' service: - # %%PREFIX%%/etc/rc.d/smtpd stop + # %%PREFIX%%/sbin/smtpctl stop 2. Update permissions: # chown -R _smtpq:wheel /var/spool/smtpd/corrupt + # chown -R root:_smtpq /var/spool/smtpd/offline # chown -R _smtpq:wheel /var/spool/smtpd/purge # chown -R _smtpq:wheel /var/spool/smtpd/queue # chown -R _smtpq:wheel /var/spool/smtpd/temporary + # chmod -R 770 /var/spool/smtpd/offline + # chmod -R 700 /var/spool/smtpd/purge 3. Start 'smtpd' service: - # %%PREFIX%%/etc/rc.d/smtpd start + # service smtpd start Modified: head/mail/opensmtpd/files/smtpd.in ============================================================================== --- head/mail/opensmtpd/files/smtpd.in Thu May 26 06:57:58 2016 (r415876) +++ head/mail/opensmtpd/files/smtpd.in Thu May 26 07:15:16 2016 (r415877) @@ -20,7 +20,7 @@ check_process() { - /bin/pgrep -j none -f 'smtpd: \[priv\]' + /bin/pgrep -j none -f "${smtpd_procname}" } name="smtpd" Modified: head/mail/opensmtpd/pkg-plist ============================================================================== --- head/mail/opensmtpd/pkg-plist Thu May 26 06:57:58 2016 (r415876) +++ head/mail/opensmtpd/pkg-plist Thu May 26 07:15:16 2016 (r415877) @@ -2,7 +2,7 @@ etc/mail/smtpd.conf.sample libexec/opensmtpd/encrypt libexec/opensmtpd/mail.local %%TABLE_DB%%libexec/opensmtpd/makemap -sbin/smtpctl +@(,,2555) sbin/smtpctl sbin/smtpd %%TABLE_DB%%man/man8/makemap.8.gz %%TABLE_DB%%man/man8/newaliases.8.gz From owner-svn-ports-head@freebsd.org Thu May 26 07:17:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3F53B4AD73; Thu, 26 May 2016 07:17:28 +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 8DEA812E3; Thu, 26 May 2016 07:17:28 +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 u4Q7HRUQ013087; Thu, 26 May 2016 07:17:27 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4Q7HRIm013082; Thu, 26 May 2016 07:17:27 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201605260717.u4Q7HRIm013082@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 26 May 2016 07:17:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415878 - in head/sysutils/fusefs-ntfs: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 07:17:28 -0000 Author: cy Date: Thu May 26 07:17:27 2016 New Revision: 415878 URL: https://svnweb.freebsd.org/changeset/ports/415878 Log: Update 2015.3.14 --> 2016.2.22 Modified: head/sysutils/fusefs-ntfs/Makefile head/sysutils/fusefs-ntfs/distinfo head/sysutils/fusefs-ntfs/files/patch-ntfsprogs__Makefile.in head/sysutils/fusefs-ntfs/pkg-plist Modified: head/sysutils/fusefs-ntfs/Makefile ============================================================================== --- head/sysutils/fusefs-ntfs/Makefile Thu May 26 07:15:16 2016 (r415877) +++ head/sysutils/fusefs-ntfs/Makefile Thu May 26 07:17:27 2016 (r415878) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ntfs -PORTVERSION= 2015.3.14 -PORTREVISION= 3 +PORTVERSION= 2016.2.22 CATEGORIES= sysutils MASTER_SITES= http://tuxera.com/opensource/ PKGNAMEPREFIX= fusefs- Modified: head/sysutils/fusefs-ntfs/distinfo ============================================================================== --- head/sysutils/fusefs-ntfs/distinfo Thu May 26 07:15:16 2016 (r415877) +++ head/sysutils/fusefs-ntfs/distinfo Thu May 26 07:17:27 2016 (r415878) @@ -1,2 +1,3 @@ -SHA256 (ntfs-3g_ntfsprogs-2015.3.14.tgz) = 97f996015d8316d4a272bd2629978e5e97072dd3cc148ce39802f8037c6538f2 -SIZE (ntfs-3g_ntfsprogs-2015.3.14.tgz) = 1210069 +TIMESTAMP = 1464245363 +SHA256 (ntfs-3g_ntfsprogs-2016.2.22.tgz) = d7b72c05e4b3493e6095be789a760c9f5f2b141812d5b885f3190c98802f1ea0 +SIZE (ntfs-3g_ntfsprogs-2016.2.22.tgz) = 1264364 Modified: head/sysutils/fusefs-ntfs/files/patch-ntfsprogs__Makefile.in ============================================================================== --- head/sysutils/fusefs-ntfs/files/patch-ntfsprogs__Makefile.in Thu May 26 07:15:16 2016 (r415877) +++ head/sysutils/fusefs-ntfs/files/patch-ntfsprogs__Makefile.in Thu May 26 07:17:27 2016 (r415878) @@ -1,15 +1,23 @@ ---- ./ntfsprogs/Makefile.in.orig 2011-07-08 16:21:25.000000000 +0100 -+++ ./ntfsprogs/Makefile.in 2011-07-08 16:21:40.000000000 +0100 -@@ -1073,12 +1073,8 @@ +--- ntfsprogs/Makefile.in.orig 2016-02-21 23:34:49.000000000 -0800 ++++ ntfsprogs/Makefile.in 2016-05-26 00:04:03.566411000 -0700 +@@ -88,6 +88,7 @@ + @ENABLE_NTFSPROGS_TRUE@ ntfslabel$(EXEEXT) \ + @ENABLE_NTFSPROGS_TRUE@ ntfsundelete$(EXEEXT) \ + @ENABLE_NTFSPROGS_TRUE@ ntfsresize$(EXEEXT) ntfsclone$(EXEEXT) \ ++@ENABLE_NTFSPROGS_TRUE@ ntfsrecover$(EXEEXT) \ + @ENABLE_NTFSPROGS_TRUE@ ntfscp$(EXEEXT) + @ENABLE_CRYPTO_TRUE@@ENABLE_NTFSPROGS_TRUE@am__append_1 = ntfsdecrypt + @ENABLE_EXTRAS_TRUE@@ENABLE_NTFSPROGS_TRUE@am__append_2 = $(EXTRA_PROGRAM_NAMES) +@@ -1376,12 +1377,8 @@ # mkfs.ntfs[.8] hard link - @ENABLE_NTFSPROGS_TRUE@install-exec-hook: --@ENABLE_NTFSPROGS_TRUE@ $(INSTALL) -d $(DESTDIR)/sbin --@ENABLE_NTFSPROGS_TRUE@ $(LN_S) -f $(sbindir)/mkntfs $(DESTDIR)/sbin/mkfs.ntfs + @ENABLE_MOUNT_HELPER_TRUE@@ENABLE_NTFSPROGS_TRUE@install-exec-hook: +-@ENABLE_MOUNT_HELPER_TRUE@@ENABLE_NTFSPROGS_TRUE@ $(INSTALL) -d $(DESTDIR)/sbin +-@ENABLE_MOUNT_HELPER_TRUE@@ENABLE_NTFSPROGS_TRUE@ $(LN_S) -f $(sbindir)/mkntfs $(DESTDIR)/sbin/mkfs.ntfs - @ENABLE_NTFSPROGS_TRUE@install-data-hook: --@ENABLE_NTFSPROGS_TRUE@ $(INSTALL) -d $(DESTDIR)$(man8dir) --@ENABLE_NTFSPROGS_TRUE@ $(LN_S) -f mkntfs.8 $(DESTDIR)$(man8dir)/mkfs.ntfs.8 + @ENABLE_MOUNT_HELPER_TRUE@@ENABLE_NTFSPROGS_TRUE@install-data-hook: +-@ENABLE_MOUNT_HELPER_TRUE@@ENABLE_NTFSPROGS_TRUE@ $(INSTALL) -d $(DESTDIR)$(man8dir) +-@ENABLE_MOUNT_HELPER_TRUE@@ENABLE_NTFSPROGS_TRUE@ $(LN_S) -f mkntfs.8 $(DESTDIR)$(man8dir)/mkfs.ntfs.8 - @ENABLE_NTFSPROGS_TRUE@uninstall-local: - @ENABLE_NTFSPROGS_TRUE@ $(RM) -f $(DESTDIR)/sbin/mkfs.ntfs + @ENABLE_MOUNT_HELPER_TRUE@@ENABLE_NTFSPROGS_TRUE@uninstall-local: + @ENABLE_MOUNT_HELPER_TRUE@@ENABLE_NTFSPROGS_TRUE@ $(RM) -f $(DESTDIR)/sbin/mkfs.ntfs Modified: head/sysutils/fusefs-ntfs/pkg-plist ============================================================================== --- head/sysutils/fusefs-ntfs/pkg-plist Thu May 26 07:15:16 2016 (r415877) +++ head/sysutils/fusefs-ntfs/pkg-plist Thu May 26 07:17:27 2016 (r415878) @@ -49,8 +49,8 @@ include/ntfs-3g/volume.h include/ntfs-3g/xattrs.h lib/libntfs-3g.a lib/libntfs-3g.so -lib/libntfs-3g.so.86 -lib/libntfs-3g.so.86.0.0 +lib/libntfs-3g.so.87 +lib/libntfs-3g.so.87.0.0 libdata/pkgconfig/libntfs-3g.pc man/man8/mkntfs.8.gz man/man8/ntfs-3g.8.gz @@ -69,6 +69,7 @@ man/man8/ntfsinfo.8.gz man/man8/ntfslabel.8.gz man/man8/ntfsls.8.gz man/man8/ntfsprogs.8.gz +man/man8/ntfsrecover.8.gz man/man8/ntfsresize.8.gz man/man8/ntfstruncate.8.gz man/man8/ntfsundelete.8.gz @@ -77,6 +78,7 @@ sbin/mkntfs sbin/ntfsclone sbin/ntfscp sbin/ntfslabel +sbin/ntfsrecover sbin/ntfsresize sbin/ntfsundelete %%PORTDOCS%%%%DOCSDIR%%/README From owner-svn-ports-head@freebsd.org Thu May 26 07:42:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB89EB4A8DD; Thu, 26 May 2016 07:42:16 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E1FF11AF; Thu, 26 May 2016 07:42:16 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4Q7gFj4023579; Thu, 26 May 2016 07:42:15 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4Q7gFSx023576; Thu, 26 May 2016 07:42:15 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605260742.u4Q7gFSx023576@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 26 May 2016 07:42:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415879 - in head/net-mgmt/torrus: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 07:42:16 -0000 Author: pi Date: Thu May 26 07:42:15 2016 New Revision: 415879 URL: https://svnweb.freebsd.org/changeset/ports/415879 Log: net-mgmt/torrus: 2.07 -> 2.09 - Torrus/Renderer/RPC.pm (rpc_timeseries): TIMESERIES RPC call now returns title, labels, and vertical_label - init.d/torrus.in: utilize the new launcher in init script - bin/launcher.in: new utility for starting-stopping daemons - bin/action_snmptrap.in: TORRUS_NPCOMMENT is deliverd in .10 in SNMP traps - Torrus/DevDiscover/RFC2670_DOCS_IF.pm: new discovery parameter: RFC2670_DOCS_IF::disable-downstreams - Torrus/Collector/SNMP_Params.pm: "aes128cfb" is invalid value for snmp-privprotocol, should be "aes" - Torrus/Collector/SNMP.pm: DNS errors treated as host unreachable; reachability statistics more accurate - Torrus/Renderer/RPC.pm (rpc_timeseries): added DATAONLY parameter for TIMESERIES RPC call - Torrus/Renderer/RPC.pm: AGGREGATE_DS RPC call now works for leaves without MAX RRA - Torrus/Renderer/RRDtool.pm (rrd_make_hrules): using skipscale for horizontal rules (requires rrdtool-1.4.8 or newer) - Torrus/DevDiscover/F5BigIp.pm: added system performance statistics and 64-bit interface counters - Torrus/DevDiscover/RFC2863_IF_MIB.pm: new discovery parameter: RFC2863_IF_MIB::disable-all - Torrus/Renderer/RRDtool.pm: now hrules are drawn with semi-transparent LINE1 - xmlconfig/defaults.xml: two new horizontal rules: warn-level, crit-level - xmlconfig/defaults.xml: moved monitor-period and monitor-timeoffset from snmp-defs.xml - bin/monitor.in: new CLI option: --runalways - configs/torrus-config.pl: new configuration parameters: $Torrus::Collector::runAlways = 0; $Torrus::Monitor::runAlways = 0; - Torrus/DevDiscover/CiscoGeneric.pm: added support for CISCO-SYSTEM-EXT-MIB (mainly needed for Cisco Nexus) - Torrus/DevDiscover/Albis_ULAF.pm (discover): new discovery parameter: Albis_ULAF::mp-name-filter - Torrus/DevDiscover/CiscoIOS.pm: support for Cisco Nexus; persistent ifIndex for Nexus - Torrus/DevDiscover/Fortinet.pm: new discovery module for Fortinet products - Torrus/DevDiscover/CiscoIOS.pm: Bugfix in discovery sequence. This bug was invisible up to perl v5.18.0. Now Perl randomizes hash keys on every loop. - Torrus/Renderer/RPC.pm: new RPC method: TIMESERIES - Torrus/DevDiscover/UcdSnmp.pm: Loopback interfaces filtered out - Torrus/DevDiscover/RFC4293_IP_MIB.pm: New params: RFC4293_IP_MIB::tokenset-members, RFC4293_IP_MIB::ipv4-external-serviceid, RFC4293_IP_MIB::ipv6-external-serviceid, New selector action: TokensetMember - Torrus/DevDiscover/RFC2863_IF_MIB.pm: Improved interface indexing for unknown devices. New parameters: RFC2863_IF_MIB::name-hint RFC2863_IF_MIB::comment-hint - Torrus/DevDiscover/CiscoIOS.pm: new discovery parameter: CiscoIOS::ifindex-persist - Torrus/DevDiscover/RFC4293_IP_MIB.pm: new discovery module for IPv4/IPv6 traffic stats - Torrus/DevDiscover/CiscoGeneric.pm (discover): 64-bit gauges for Cisco memory pools - Torrus/ConfigTree/Writer.pm (initRoot): new parameter: tree-name automatically inserted to the top of the tree PR: 209745 Submitted by: corsmith@gmail.com (maintainer) Deleted: head/net-mgmt/torrus/files/patch-doc_stylingprofile.pod.in head/net-mgmt/torrus/files/patch-doc_xmlconfig.pod.in Modified: head/net-mgmt/torrus/Makefile head/net-mgmt/torrus/distinfo head/net-mgmt/torrus/pkg-plist Modified: head/net-mgmt/torrus/Makefile ============================================================================== --- head/net-mgmt/torrus/Makefile Thu May 26 07:17:27 2016 (r415878) +++ head/net-mgmt/torrus/Makefile Thu May 26 07:42:15 2016 (r415879) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= torrus -PORTVERSION= 2.07 -PORTREVISION= 2 +PORTVERSION= 2.09 CATEGORIES= net-mgmt MASTER_SITES= SF/torrus/torrus/ Modified: head/net-mgmt/torrus/distinfo ============================================================================== --- head/net-mgmt/torrus/distinfo Thu May 26 07:17:27 2016 (r415878) +++ head/net-mgmt/torrus/distinfo Thu May 26 07:42:15 2016 (r415879) @@ -1,2 +1,3 @@ -SHA256 (torrus-2.07.tar.gz) = b4ee8930cb36c8985956c852ad6fa2cd284d1d54d4ef54799e77eeee3eb9a6c6 -SIZE (torrus-2.07.tar.gz) = 627347 +TIMESTAMP = 1464142651 +SHA256 (torrus-2.09.tar.gz) = d460bf14661aec8a8840d185274589abe76a35e9d23fe54ee55bea094c478a1d +SIZE (torrus-2.09.tar.gz) = 653126 Modified: head/net-mgmt/torrus/pkg-plist ============================================================================== --- head/net-mgmt/torrus/pkg-plist Thu May 26 07:17:27 2016 (r415878) +++ head/net-mgmt/torrus/pkg-plist Thu May 26 07:42:15 2016 (r415879) @@ -25,6 +25,7 @@ libexec/torrus/genddx libexec/torrus/genlist libexec/torrus/genreport libexec/torrus/install_plugin +libexec/torrus/launcher libexec/torrus/monitor libexec/torrus/nodeid libexec/torrus/rrddir2xml @@ -60,6 +61,7 @@ man/man7/torrus_action_notify.7.gz man/man7/torrus_action_printemail.7.gz man/man7/torrus_action_snmptrap.7.gz man/man7/torrus_install_plugin.7.gz +man/man7/torrus_launcher.7.gz %%DOCSDIR%%/devdoc/architecture.pod %%DOCSDIR%%/devdoc/devdiscover.pod %%DOCSDIR%%/devdoc/progstyle.pod @@ -141,6 +143,7 @@ man/man7/torrus_install_plugin.7.gz %%DATADIR%%/xmlconfig/generic/rfc2670.docsis-if.xml %%DATADIR%%/xmlconfig/generic/rfc2790.host-resources.xml %%DATADIR%%/xmlconfig/generic/rfc2863.if-mib.xml +%%DATADIR%%/xmlconfig/generic/rfc4293.ip-mib.xml %%DATADIR%%/xmlconfig/generic/rfc4319_hdsl2_shdsl_line.xml %%DATADIR%%/xmlconfig/old/cisco-mac-accounting-example.xml %%DATADIR%%/xmlconfig/old/cisco.generic.old-0.1.4.xml @@ -152,6 +155,7 @@ man/man7/torrus_install_plugin.7.gz %%DATADIR%%/xmlconfig/old/rfc2863.if-mib.old-0.1.7.xml %%DATADIR%%/xmlconfig/old/snmp-defs.old-0.1.2.xml %%DATADIR%%/xmlconfig/snmp-defs.xml +%%DATADIR%%/xmlconfig/vendor/albis-ulaf.xml %%DATADIR%%/xmlconfig/vendor/alteon.xml %%DATADIR%%/xmlconfig/vendor/alu-timetra.xml %%DATADIR%%/xmlconfig/vendor/apc.powernet.xml @@ -175,6 +179,7 @@ man/man7/torrus_install_plugin.7.gz %%DATADIR%%/xmlconfig/vendor/empire.systemedge.ntregperf.xml %%DATADIR%%/xmlconfig/vendor/empire.systemedge.xml %%DATADIR%%/xmlconfig/vendor/f5.bigip.xml +%%DATADIR%%/xmlconfig/vendor/fortinet.xml %%DATADIR%%/xmlconfig/vendor/foundry.xml %%DATADIR%%/xmlconfig/vendor/ftos.xml %%DATADIR%%/xmlconfig/vendor/jacarta.xml @@ -219,6 +224,7 @@ man/man7/torrus_install_plugin.7.gz %%SITE_PERL%%/Torrus/DevDiscover/ALU_Timetra.pm %%SITE_PERL%%/Torrus/DevDiscover/APC_PowerNet.pm %%SITE_PERL%%/Torrus/DevDiscover/ATMEL.pm +%%SITE_PERL%%/Torrus/DevDiscover/Albis_ULAF.pm %%SITE_PERL%%/Torrus/DevDiscover/AlliedTelesyn_PBC18.pm %%SITE_PERL%%/Torrus/DevDiscover/Alteon.pm %%SITE_PERL%%/Torrus/DevDiscover/Apple_AE.pm @@ -244,6 +250,7 @@ man/man7/torrus_install_plugin.7.gz %%SITE_PERL%%/Torrus/DevDiscover/DevDetails.pm %%SITE_PERL%%/Torrus/DevDiscover/EmpireSystemedge.pm %%SITE_PERL%%/Torrus/DevDiscover/F5BigIp.pm +%%SITE_PERL%%/Torrus/DevDiscover/Fortinet.pm %%SITE_PERL%%/Torrus/DevDiscover/Foundry.pm %%SITE_PERL%%/Torrus/DevDiscover/FTOS.pm %%SITE_PERL%%/Torrus/DevDiscover/Jacarta.pm @@ -267,6 +274,7 @@ man/man7/torrus_install_plugin.7.gz %%SITE_PERL%%/Torrus/DevDiscover/RFC2737_ENTITY_MIB.pm %%SITE_PERL%%/Torrus/DevDiscover/RFC2790_HOST_RESOURCES.pm %%SITE_PERL%%/Torrus/DevDiscover/RFC2863_IF_MIB.pm +%%SITE_PERL%%/Torrus/DevDiscover/RFC4293_IP_MIB.pm %%SITE_PERL%%/Torrus/DevDiscover/RFC4319_HDSL2_SHDSL_LINE_MIB.pm %%SITE_PERL%%/Torrus/DevDiscover/Symmetricom.pm %%SITE_PERL%%/Torrus/DevDiscover/Thomson_xDSL.pm From owner-svn-ports-head@freebsd.org Thu May 26 08:10:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5487DB4B13D; Thu, 26 May 2016 08:10:47 +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 222B51CF7; Thu, 26 May 2016 08:10:47 +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 u4Q8AkTD032461; Thu, 26 May 2016 08:10:46 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4Q8AkgT032459; Thu, 26 May 2016 08:10:46 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201605260810.u4Q8AkgT032459@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 26 May 2016 08:10:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415880 - head/devel/erlang-gpb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 08:10:47 -0000 Author: olgeni Date: Thu May 26 08:10:45 2016 New Revision: 415880 URL: https://svnweb.freebsd.org/changeset/ports/415880 Log: Update devel/erlang-gpb to version 3.21.1. Modified: head/devel/erlang-gpb/Makefile head/devel/erlang-gpb/distinfo Modified: head/devel/erlang-gpb/Makefile ============================================================================== --- head/devel/erlang-gpb/Makefile Thu May 26 07:42:15 2016 (r415879) +++ head/devel/erlang-gpb/Makefile Thu May 26 08:10:45 2016 (r415880) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gpb -PORTVERSION= 3.21.0 +PORTVERSION= 3.21.1 CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-gpb/distinfo ============================================================================== --- head/devel/erlang-gpb/distinfo Thu May 26 07:42:15 2016 (r415879) +++ head/devel/erlang-gpb/distinfo Thu May 26 08:10:45 2016 (r415880) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463564565 -SHA256 (tomas-abrahamsson-gpb-3.21.0_GH0.tar.gz) = 3a0a060397efb5ede3c4fc4a03c5ba1ee9d7e85639e4508b0b9508058824beee -SIZE (tomas-abrahamsson-gpb-3.21.0_GH0.tar.gz) = 297926 +TIMESTAMP = 1464248944 +SHA256 (tomas-abrahamsson-gpb-3.21.1_GH0.tar.gz) = 0eca68dbd37e8b1bc1bff640be9f642ca0781b06d708561042ae87122ceb8493 +SIZE (tomas-abrahamsson-gpb-3.21.1_GH0.tar.gz) = 299399 From owner-svn-ports-head@freebsd.org Thu May 26 08:28:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4D96B4B42B; Thu, 26 May 2016 08:28:19 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 918931491; Thu, 26 May 2016 08:28:19 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4Q8SH2C039560; Thu, 26 May 2016 08:28:17 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4Q8SH6a039557; Thu, 26 May 2016 08:28:17 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201605260828.u4Q8SH6a039557@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 26 May 2016 08:28:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415881 - head/devel/erlang-goldrush X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 08:28:20 -0000 Author: olgeni Date: Thu May 26 08:28:17 2016 New Revision: 415881 URL: https://svnweb.freebsd.org/changeset/ports/415881 Log: Update devel/erlang-goldrush to version 0.1.9. Modified: head/devel/erlang-goldrush/Makefile head/devel/erlang-goldrush/distinfo head/devel/erlang-goldrush/pkg-plist (contents, props changed) Modified: head/devel/erlang-goldrush/Makefile ============================================================================== --- head/devel/erlang-goldrush/Makefile Thu May 26 08:10:45 2016 (r415880) +++ head/devel/erlang-goldrush/Makefile Thu May 26 08:28:17 2016 (r415881) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= goldrush -PORTVERSION= 0.1.8 +PORTVERSION= 0.1.9 CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-goldrush/distinfo ============================================================================== --- head/devel/erlang-goldrush/distinfo Thu May 26 08:10:45 2016 (r415880) +++ head/devel/erlang-goldrush/distinfo Thu May 26 08:28:17 2016 (r415881) @@ -1,2 +1,3 @@ -SHA256 (DeadZen-goldrush-0.1.8_GH0.tar.gz) = 739d8ce15049c54f7e00528edbf536f63a24fdb9dfa053d176e6f97a9832b834 -SIZE (DeadZen-goldrush-0.1.8_GH0.tar.gz) = 21914 +TIMESTAMP = 1464251211 +SHA256 (DeadZen-goldrush-0.1.9_GH0.tar.gz) = d01fed563b01d49c58e252e3ecb41049821b4a6eb0d362358cdf8142c4f3a623 +SIZE (DeadZen-goldrush-0.1.9_GH0.tar.gz) = 24547 Modified: head/devel/erlang-goldrush/pkg-plist ============================================================================== --- head/devel/erlang-goldrush/pkg-plist Thu May 26 08:10:45 2016 (r415880) +++ head/devel/erlang-goldrush/pkg-plist Thu May 26 08:28:17 2016 (r415881) @@ -2,6 +2,7 @@ lib/erlang/lib/goldrush-%%VERSION%%/ebin lib/erlang/lib/goldrush-%%VERSION%%/ebin/glc_code.beam lib/erlang/lib/goldrush-%%VERSION%%/ebin/glc_lib.beam lib/erlang/lib/goldrush-%%VERSION%%/ebin/glc_ops.beam +lib/erlang/lib/goldrush-%%VERSION%%/ebin/glc_run.beam lib/erlang/lib/goldrush-%%VERSION%%/ebin/goldrush.app lib/erlang/lib/goldrush-%%VERSION%%/ebin/gr_app.beam lib/erlang/lib/goldrush-%%VERSION%%/ebin/gr_context.beam @@ -17,6 +18,7 @@ lib/erlang/lib/goldrush-%%VERSION%%/src/ lib/erlang/lib/goldrush-%%VERSION%%/src/glc_code.erl lib/erlang/lib/goldrush-%%VERSION%%/src/glc_lib.erl lib/erlang/lib/goldrush-%%VERSION%%/src/glc_ops.erl +lib/erlang/lib/goldrush-%%VERSION%%/src/glc_run.erl lib/erlang/lib/goldrush-%%VERSION%%/src/goldrush.app.src lib/erlang/lib/goldrush-%%VERSION%%/src/gr_app.erl lib/erlang/lib/goldrush-%%VERSION%%/src/gr_context.erl From owner-svn-ports-head@freebsd.org Thu May 26 08:54:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6881B4BB61; Thu, 26 May 2016 08:54:59 +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 88F6C1948; Thu, 26 May 2016 08:54:59 +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 u4Q8sw6C050973; Thu, 26 May 2016 08:54:58 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4Q8sw7i050969; Thu, 26 May 2016 08:54:58 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201605260854.u4Q8sw7i050969@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 26 May 2016 08:54:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415882 - in head/dns: bind910 bind99 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 08:54:59 -0000 Author: mat Date: Thu May 26 08:54:58 2016 New Revision: 415882 URL: https://svnweb.freebsd.org/changeset/ports/415882 Log: Update to 9.9.9-P1 and 9.10.4-P1. Sponsored by: Absolight Modified: head/dns/bind910/Makefile (contents, props changed) head/dns/bind910/distinfo (contents, props changed) head/dns/bind99/Makefile (contents, props changed) head/dns/bind99/distinfo (contents, props changed) Modified: head/dns/bind910/Makefile ============================================================================== --- head/dns/bind910/Makefile Thu May 26 08:28:17 2016 (r415881) +++ head/dns/bind910/Makefile Thu May 26 08:54:58 2016 (r415882) @@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b PORTREVISION= 0 .else # dns/bind910 here -PORTREVISION= 1 +PORTREVISION= 0 .endif CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} @@ -29,7 +29,7 @@ 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.10.4 +ISCVERSION= 9.10.4-P1 MAKE_JOBS_UNSAFE= yes Modified: head/dns/bind910/distinfo ============================================================================== --- head/dns/bind910/distinfo Thu May 26 08:28:17 2016 (r415881) +++ head/dns/bind910/distinfo Thu May 26 08:54:58 2016 (r415882) @@ -1,2 +1,3 @@ -SHA256 (bind-9.10.4.tar.gz) = f8d412b38d5ac390275b943bde69f4608f67862a45487ec854b30e4448fcb056 -SIZE (bind-9.10.4.tar.gz) = 9318151 +TIMESTAMP = 1464252479 +SHA256 (bind-9.10.4-P1.tar.gz) = 7c3b7d1afe48a6bbead8f11f6971fb09eb57fa257dc32a088fcc20a0218131a2 +SIZE (bind-9.10.4-P1.tar.gz) = 9293605 Modified: head/dns/bind99/Makefile ============================================================================== --- head/dns/bind99/Makefile Thu May 26 08:28:17 2016 (r415881) +++ head/dns/bind99/Makefile Thu May 26 08:54:58 2016 (r415882) @@ -3,7 +3,7 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/} -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} PKGNAMESUFFIX= 99 @@ -15,7 +15,7 @@ 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.9.9 +ISCVERSION= 9.9.9-P1 MAKE_JOBS_UNSAFE= yes Modified: head/dns/bind99/distinfo ============================================================================== --- head/dns/bind99/distinfo Thu May 26 08:28:17 2016 (r415881) +++ head/dns/bind99/distinfo Thu May 26 08:54:58 2016 (r415882) @@ -1,4 +1,5 @@ -SHA256 (bind-9.9.9.tar.gz) = 981c95f9702105007ef29764dd086a7c9cf0d01143012ae429dd78714dc51871 -SIZE (bind-9.9.9.tar.gz) = 8781170 -SHA256 (9.9.9-rpz2+rl.14038.05.patch.xz) = 863808da519dfa9e0f0cc74b2f66f5cfd3af564c54c1157b20922d58776d1811 -SIZE (9.9.9-rpz2+rl.14038.05.patch.xz) = 39300 +TIMESTAMP = 1464252734 +SHA256 (bind-9.9.9-P1.tar.gz) = 9bcc76b8cbee2e64210e80fc6b57a8e8ff07780f994f87d5a2aa312cdfa24aa4 +SIZE (bind-9.9.9-P1.tar.gz) = 8758793 +SHA256 (9.9.9-P1-rpz2+rl.14038.05.patch.xz) = 230ab0dbf30e8cf956ea6557d00046618abe158cb2fc3c2204c021ace58e5588 +SIZE (9.9.9-P1-rpz2+rl.14038.05.patch.xz) = 39284 From owner-svn-ports-head@freebsd.org Thu May 26 08:57:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51F40B4BC05; Thu, 26 May 2016 08:57:47 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F6AB1AFD; Thu, 26 May 2016 08:57:47 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4Q8vkNu051240; Thu, 26 May 2016 08:57:46 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4Q8vkhM051237; Thu, 26 May 2016 08:57:46 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605260857.u4Q8vkhM051237@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 26 May 2016 08:57:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415883 - head/dns/dnsviz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 08:57:47 -0000 Author: pi Date: Thu May 26 08:57:45 2016 New Revision: 415883 URL: https://svnweb.freebsd.org/changeset/ports/415883 Log: dns/dnsviz: 0.5.2 -> 0.5.3, bugfixes Modified: head/dns/dnsviz/Makefile head/dns/dnsviz/distinfo Modified: head/dns/dnsviz/Makefile ============================================================================== --- head/dns/dnsviz/Makefile Thu May 26 08:54:58 2016 (r415882) +++ head/dns/dnsviz/Makefile Thu May 26 08:57:45 2016 (r415883) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dnsviz -PORTVERSION= 0.5.2 +PORTVERSION= 0.5.3 DISTVERSIONPREFIX=v CATEGORIES= dns Modified: head/dns/dnsviz/distinfo ============================================================================== --- head/dns/dnsviz/distinfo Thu May 26 08:54:58 2016 (r415882) +++ head/dns/dnsviz/distinfo Thu May 26 08:57:45 2016 (r415883) @@ -1,2 +1,3 @@ -SHA256 (dnsviz-dnsviz-v0.5.2_GH0.tar.gz) = e679e9726828955ecb955346ec6acd2fca7c172152a2223c6948f399d9e8e26f -SIZE (dnsviz-dnsviz-v0.5.2_GH0.tar.gz) = 310315 +TIMESTAMP = 1464248643 +SHA256 (dnsviz-dnsviz-v0.5.3_GH0.tar.gz) = 7719d162aadc1307903d02d3f52bb278be9d696a86959d3db3c7f9253d81d97e +SIZE (dnsviz-dnsviz-v0.5.3_GH0.tar.gz) = 310980 From owner-svn-ports-head@freebsd.org Thu May 26 09:03:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B812B4BFC2; Thu, 26 May 2016 09:03: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 68C811FDB; Thu, 26 May 2016 09:03:47 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4Q93ko5054817; Thu, 26 May 2016 09:03:46 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4Q93kNN054816; Thu, 26 May 2016 09:03:46 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605260903.u4Q93kNN054816@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 26 May 2016 09:03:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415884 - head/devel/geoip-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.22 Precedence: list List-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, 26 May 2016 09:03:47 -0000 Author: amdmi3 Date: Thu May 26 09:03:46 2016 New Revision: 415884 URL: https://svnweb.freebsd.org/changeset/ports/415884 Log: - Clarify LICENSE - Add LICENSE_FILE - Add NO_ARCH - Switch to options helpers - Cosmetic fixes Modified: head/devel/geoip-java/Makefile Modified: head/devel/geoip-java/Makefile ============================================================================== --- head/devel/geoip-java/Makefile Thu May 26 08:57:45 2016 (r415883) +++ head/devel/geoip-java/Makefile Thu May 26 09:03:46 2016 (r415884) @@ -5,46 +5,44 @@ PORTVERSION= 1.2.8 PORTREVISION= 1 CATEGORIES= devel java MASTER_SITES= http://www.maxmind.com/download/geoip/api/java/ +PKGNAMESUFFIX= -java DISTNAME= GeoIPJava-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Java bindings for GeoIP API -LICENSE= LGPL21 +LICENSE= LGPL20+ # source sayas LGPL20+, LICENSE saya LGPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= GeoIP>=1.4.8:net/GeoIP -PKGNAMESUFFIX:= -java USES= zip -USE_JAVA= YES +USE_JAVA= yes JAVA_VERSION= 1.6+ -USE_ANT= YES +USE_ANT= yes ALL_TARGET= jar +NO_ARCH= yes + +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} PLIST_FILES= %%JAVAJARDIR%%/maxmind-geoip-${PORTVERSION}.jar PORTDOCS= * -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} OPTIONS_DEFINE= DOCS -.include - pre-build: @${CP} ${FILESDIR}/build.xml ${WRKSRC} -post-build-script: -.if ${PORT_OPTIONS:MDOCS} - cd ${WRKSRC} && \ - ${ANT} javadoc -.endif +post-build-DOCS-on: + cd ${WRKSRC} && ${ANT} javadoc do-install: ${INSTALL_DATA} ${WRKSRC}/maxmind-geoip.jar \ ${STAGEDIR}${JAVAJARDIR}/maxmind-geoip-${PORTVERSION}.jar -.if ${PORT_OPTIONS:MDOCS} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/javadoc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) -.endif .include From owner-svn-ports-head@freebsd.org Thu May 26 09:04:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9567B4905D; Thu, 26 May 2016 09:04:48 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 872E1124C; Thu, 26 May 2016 09:04:48 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4Q94lhG055014; Thu, 26 May 2016 09:04:47 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4Q94l8m055012; Thu, 26 May 2016 09:04:47 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605260904.u4Q94l8m055012@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 26 May 2016 09:04:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415885 - head/net-im/oysttyer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 09:04:48 -0000 Author: pi Date: Thu May 26 09:04:47 2016 New Revision: 415885 URL: https://svnweb.freebsd.org/changeset/ports/415885 Log: net-im/oysttyer: 2.6.3 -> 2.7.0 - Adds /edm and /edmreply commands to use $EDITOR for replying to DMs - Summary of other DM enhancements already added in point releases: o Add the ability to share tweets via direct message with the `/qdm` command (Work towards of 2.7 milestone) o Expand long DMs suring start-up o Nicely truncate long DMs when using /dump o Fix a bug where whoami comparison was not lowercased for sent dms - Add --http1.1 flag to curl to suit versions after 7.47.0 Modified: head/net-im/oysttyer/Makefile head/net-im/oysttyer/distinfo Modified: head/net-im/oysttyer/Makefile ============================================================================== --- head/net-im/oysttyer/Makefile Thu May 26 09:03:46 2016 (r415884) +++ head/net-im/oysttyer/Makefile Thu May 26 09:04:47 2016 (r415885) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= oysttyer -PORTVERSION= 2.6.3 +PORTVERSION= 2.7.0 CATEGORIES= net-im MAINTAINER= pi@FreeBSD.org Modified: head/net-im/oysttyer/distinfo ============================================================================== --- head/net-im/oysttyer/distinfo Thu May 26 09:03:46 2016 (r415884) +++ head/net-im/oysttyer/distinfo Thu May 26 09:04:47 2016 (r415885) @@ -1,2 +1,3 @@ -SHA256 (oysttyer-oysttyer-2.6.3_GH0.tar.gz) = 0b019af4dbb6a9cc254e454c57f0dc2ed6896f951f8f372282d4d5846564b9d0 -SIZE (oysttyer-oysttyer-2.6.3_GH0.tar.gz) = 104134 +TIMESTAMP = 1464251832 +SHA256 (oysttyer-oysttyer-2.7.0_GH0.tar.gz) = 6b944413423871c6366a3bafd08a79579bce01c6b254df7ebed3394d48c2bb60 +SIZE (oysttyer-oysttyer-2.7.0_GH0.tar.gz) = 105256 From owner-svn-ports-head@freebsd.org Thu May 26 09:05:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2589EB490B8; Thu, 26 May 2016 09:05:26 +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 E3EF01336; Thu, 26 May 2016 09:05:25 +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 63E14BDC5A; Thu, 26 May 2016 11:05:23 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 42EA1BDC3E; Thu, 26 May 2016 11:05:23 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id D598D61080E7; Thu, 26 May 2016 11:05:22 +0200 (CEST) Date: Thu, 26 May 2016 11:05:22 +0200 From: Mathieu Arnold To: Roman Bogorodskiy cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, ganbold@freebsd.org Subject: Re: svn commit: r415833 - in head/databases: . ateam_mysql_ldap_auth ateam_mysql_ldap_auth/files Message-ID: <5102E1AB096676139D372FED@atuin.in.mat.cc> In-Reply-To: <20160526045559.GA97321@dev.san.ru> References: <201605251418.u4PEIvLC049487@repo.freebsd.org> <20160526045559.GA97321@dev.san.ru> 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="==========44942794438A4684970F==========" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 09:05:26 -0000 --==========44942794438A4684970F========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 26 mai 2016 07:56:01 +0300 Roman Bogorodskiy wrote: | Mathieu Arnold wrote: | On a related note, I'm actually considering just dropping this | RUN_DEPENDS line entirely. Practically, it's obvious that if you're | installing a MySQL plugin for the MySQL server, you'll need the server | itself to use this plugin with. I had not seen that you already had the USES=mysql below, it's not a case I had thought of to be fair. You could use USES=mysql:embeded because it depends on the server for build and run time, but the new proxydeps qa check will tell you that you're missing USES=mysql... So, for now, best would be to change the RUN_DEPENDS line to ${LOCALBASE}/libexec/mysqld:${_MYSQL_SERVER} (it's the same as what USES=mysql:server does) -- Mathieu Arnold --==========44942794438A4684970F========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJXRrxSXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85I9sMQAKQO+r3BZqJ+o0Ohj3o1/qmi JIdR1yxzz9xvItX4vmvNT25oM5g8YmEicFWkmkDI71bqFURum8jIGLwZyHW84aG6 N1fA8JaTsQA0+qLmiRwTAN84zMysbLTIPW78cwpOt8aLJrC8MgJFPC/g65CeleJN 54MWM1L+GF5pesbAxDPOocnru6jBJwDYZunxjLFZx4KEr0RQN6Bie61+cwQMwqRR kV7Qgi5aYJE35M1P0rcOOKic+sVIFmLUL1w1G7I5m7Lzmlrql5E5VsI7mYVZ5VGC x27yQalomm7sy9DBzIus9aY7T/AmHcti2OanAbKaH4apYNcsdRSal39AKAkPwy2+ L4bjUT+x5Th6zDIMZE4BxT0UM4OKwtZjE0N4opycOdJ4hv4CaGBqJtliSZnWWdU6 7jaq8BWuUBjF3imEGZwx+EGW8TWuPhkjsz3/CRJvrJzY5Lx1rkPDf6hngJdzHX4I lLPpAGskYfEtyIYZ4nTPT0g+CUiXp6zZF+OCsr/90V0tLx1jKrSydWuYYYtqAj09 GecSCU7pjPJmC1WiXtvrZFzpi71/u1WIPP63VuUQjQKiI0WgADtJ96CIlfsB4Qpm 95PrRIDsDRmH/qYvwh1Qh2RNLN1gqMHJLidy9YKm8x0lWJjRyaEB31vKPKClTmmK /TP0jB5xKXwTWk4idghl =svf2 -----END PGP SIGNATURE----- --==========44942794438A4684970F==========-- From owner-svn-ports-head@freebsd.org Thu May 26 10:26:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E524B4A855; Thu, 26 May 2016 10:26:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 45CB21199; Thu, 26 May 2016 10:26:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4QAQOOr084583; Thu, 26 May 2016 10:26:24 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QAQOID084580; Thu, 26 May 2016 10:26:24 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605261026.u4QAQOID084580@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 26 May 2016 10:26:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415886 - head/sysutils/py-salt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 10:26:25 -0000 Author: amdmi3 Date: Thu May 26 10:26:24 2016 New Revision: 415886 URL: https://svnweb.freebsd.org/changeset/ports/415886 Log: - Update to 2016.3.0 PR: 209757 Submitted by: christer.edwards@gmail.com (maintainer) Modified: head/sysutils/py-salt/Makefile head/sysutils/py-salt/distinfo head/sysutils/py-salt/pkg-plist Modified: head/sysutils/py-salt/Makefile ============================================================================== --- head/sysutils/py-salt/Makefile Thu May 26 09:04:47 2016 (r415885) +++ head/sysutils/py-salt/Makefile Thu May 26 10:26:24 2016 (r415886) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= salt -PORTVERSION= 2015.8.10 +PORTVERSION= 2016.3.0 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -73,7 +73,7 @@ post-patch: .for file in conf/minion conf/master doc/man/salt-key.1 \ doc/man/salt-cp.1 doc/man/salt-minion.1 doc/man/salt-syndic.1 \ doc/man/salt-master.1 doc/man/salt-run.1 doc/man/salt.7 doc/man/salt.1 \ - doc/man/salt-call.1 salt/config.py \ + doc/man/salt-call.1 \ salt/modules/mysql.py salt/utils/parsers.py salt/modules/tls.py \ salt/modules/postgres.py salt/utils/migrations.py @${REINPLACE_CMD} -e 's|/etc/salt|${ETCDIR}|' \ Modified: head/sysutils/py-salt/distinfo ============================================================================== --- head/sysutils/py-salt/distinfo Thu May 26 09:04:47 2016 (r415885) +++ head/sysutils/py-salt/distinfo Thu May 26 10:26:24 2016 (r415886) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463765748 -SHA256 (salt-2015.8.10.tar.gz) = 4a81273ab4b01e0f1d29b28ab99a16eb94e5c430107b05491c94f3baf8b95c99 -SIZE (salt-2015.8.10.tar.gz) = 6972776 +TIMESTAMP = 1464227255 +SHA256 (salt-2016.3.0.tar.gz) = e316dd103b7faeaa97820197e4d0d7d358519f0ca2a6dcb1d9b718eea801ed30 +SIZE (salt-2016.3.0.tar.gz) = 7913503 Modified: head/sysutils/py-salt/pkg-plist ============================================================================== --- head/sysutils/py-salt/pkg-plist Thu May 26 09:04:47 2016 (r415885) +++ head/sysutils/py-salt/pkg-plist Thu May 26 10:26:24 2016 (r415886) @@ -28,28 +28,42 @@ %%PYTHON_SITELIBDIR%%/salt/auth/pki.pyc %%PYTHON_SITELIBDIR%%/salt/auth/rest.py %%PYTHON_SITELIBDIR%%/salt/auth/rest.pyc +%%PYTHON_SITELIBDIR%%/salt/auth/sharedsecret.py +%%PYTHON_SITELIBDIR%%/salt/auth/sharedsecret.pyc %%PYTHON_SITELIBDIR%%/salt/auth/stormpath.py %%PYTHON_SITELIBDIR%%/salt/auth/stormpath.pyc %%PYTHON_SITELIBDIR%%/salt/auth/yubico.py %%PYTHON_SITELIBDIR%%/salt/auth/yubico.pyc %%PYTHON_SITELIBDIR%%/salt/beacons/__init__.py %%PYTHON_SITELIBDIR%%/salt/beacons/__init__.pyc +%%PYTHON_SITELIBDIR%%/salt/beacons/adb.py +%%PYTHON_SITELIBDIR%%/salt/beacons/adb.pyc %%PYTHON_SITELIBDIR%%/salt/beacons/btmp.py %%PYTHON_SITELIBDIR%%/salt/beacons/btmp.pyc %%PYTHON_SITELIBDIR%%/salt/beacons/diskusage.py %%PYTHON_SITELIBDIR%%/salt/beacons/diskusage.pyc +%%PYTHON_SITELIBDIR%%/salt/beacons/glxinfo.py +%%PYTHON_SITELIBDIR%%/salt/beacons/glxinfo.pyc %%PYTHON_SITELIBDIR%%/salt/beacons/inotify.py %%PYTHON_SITELIBDIR%%/salt/beacons/inotify.pyc %%PYTHON_SITELIBDIR%%/salt/beacons/journald.py %%PYTHON_SITELIBDIR%%/salt/beacons/journald.pyc %%PYTHON_SITELIBDIR%%/salt/beacons/load.py %%PYTHON_SITELIBDIR%%/salt/beacons/load.pyc +%%PYTHON_SITELIBDIR%%/salt/beacons/memusage.py +%%PYTHON_SITELIBDIR%%/salt/beacons/memusage.pyc %%PYTHON_SITELIBDIR%%/salt/beacons/network_info.py %%PYTHON_SITELIBDIR%%/salt/beacons/network_info.pyc +%%PYTHON_SITELIBDIR%%/salt/beacons/network_settings.py +%%PYTHON_SITELIBDIR%%/salt/beacons/network_settings.pyc +%%PYTHON_SITELIBDIR%%/salt/beacons/pkg.py +%%PYTHON_SITELIBDIR%%/salt/beacons/pkg.pyc %%PYTHON_SITELIBDIR%%/salt/beacons/proxy_example.py %%PYTHON_SITELIBDIR%%/salt/beacons/proxy_example.pyc %%PYTHON_SITELIBDIR%%/salt/beacons/ps.py %%PYTHON_SITELIBDIR%%/salt/beacons/ps.pyc +%%PYTHON_SITELIBDIR%%/salt/beacons/salt_proxy.py +%%PYTHON_SITELIBDIR%%/salt/beacons/salt_proxy.pyc %%PYTHON_SITELIBDIR%%/salt/beacons/service.py %%PYTHON_SITELIBDIR%%/salt/beacons/service.pyc %%PYTHON_SITELIBDIR%%/salt/beacons/sh.py @@ -126,12 +140,12 @@ %%PYTHON_SITELIBDIR%%/salt/cloud/clouds/__init__.pyc %%PYTHON_SITELIBDIR%%/salt/cloud/clouds/aliyun.py %%PYTHON_SITELIBDIR%%/salt/cloud/clouds/aliyun.pyc -%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/botocore_aws.py -%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/botocore_aws.pyc %%PYTHON_SITELIBDIR%%/salt/cloud/clouds/cloudstack.py %%PYTHON_SITELIBDIR%%/salt/cloud/clouds/cloudstack.pyc %%PYTHON_SITELIBDIR%%/salt/cloud/clouds/digital_ocean.py %%PYTHON_SITELIBDIR%%/salt/cloud/clouds/digital_ocean.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/dimensiondata.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/dimensiondata.pyc %%PYTHON_SITELIBDIR%%/salt/cloud/clouds/ec2.py %%PYTHON_SITELIBDIR%%/salt/cloud/clouds/ec2.pyc %%PYTHON_SITELIBDIR%%/salt/cloud/clouds/gce.py @@ -140,8 +154,6 @@ %%PYTHON_SITELIBDIR%%/salt/cloud/clouds/gogrid.pyc %%PYTHON_SITELIBDIR%%/salt/cloud/clouds/joyent.py %%PYTHON_SITELIBDIR%%/salt/cloud/clouds/joyent.pyc -%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/libcloud_aws.py -%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/libcloud_aws.pyc %%PYTHON_SITELIBDIR%%/salt/cloud/clouds/linode.py %%PYTHON_SITELIBDIR%%/salt/cloud/clouds/linode.pyc %%PYTHON_SITELIBDIR%%/salt/cloud/clouds/lxc.py @@ -156,6 +168,8 @@ %%PYTHON_SITELIBDIR%%/salt/cloud/clouds/openstack.pyc %%PYTHON_SITELIBDIR%%/salt/cloud/clouds/parallels.py %%PYTHON_SITELIBDIR%%/salt/cloud/clouds/parallels.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/profitbricks.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/profitbricks.pyc %%PYTHON_SITELIBDIR%%/salt/cloud/clouds/proxmox.py %%PYTHON_SITELIBDIR%%/salt/cloud/clouds/proxmox.pyc %%PYTHON_SITELIBDIR%%/salt/cloud/clouds/pyrax.py @@ -176,6 +190,8 @@ %%PYTHON_SITELIBDIR%%/salt/cloud/clouds/vmware.pyc %%PYTHON_SITELIBDIR%%/salt/cloud/clouds/vsphere.py %%PYTHON_SITELIBDIR%%/salt/cloud/clouds/vsphere.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/vultrpy.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/vultrpy.pyc %%PYTHON_SITELIBDIR%%/salt/cloud/deploy/Arch-git.sh %%PYTHON_SITELIBDIR%%/salt/cloud/deploy/Arch.sh %%PYTHON_SITELIBDIR%%/salt/cloud/deploy/Debian-git.sh @@ -202,8 +218,16 @@ %%PYTHON_SITELIBDIR%%/salt/cloud/exceptions.pyc %%PYTHON_SITELIBDIR%%/salt/cloud/libcloudfuncs.py %%PYTHON_SITELIBDIR%%/salt/cloud/libcloudfuncs.pyc -%%PYTHON_SITELIBDIR%%/salt/config.py -%%PYTHON_SITELIBDIR%%/salt/config.pyc +%%PYTHON_SITELIBDIR%%/salt/config/__init__.py +%%PYTHON_SITELIBDIR%%/salt/config/__init__.pyc +%%PYTHON_SITELIBDIR%%/salt/config/schemas/__init__.py +%%PYTHON_SITELIBDIR%%/salt/config/schemas/__init__.pyc +%%PYTHON_SITELIBDIR%%/salt/config/schemas/common.py +%%PYTHON_SITELIBDIR%%/salt/config/schemas/common.pyc +%%PYTHON_SITELIBDIR%%/salt/config/schemas/minion.py +%%PYTHON_SITELIBDIR%%/salt/config/schemas/minion.pyc +%%PYTHON_SITELIBDIR%%/salt/config/schemas/ssh.py +%%PYTHON_SITELIBDIR%%/salt/config/schemas/ssh.pyc %%PYTHON_SITELIBDIR%%/salt/crypt.py %%PYTHON_SITELIBDIR%%/salt/crypt.pyc %%PYTHON_SITELIBDIR%%/salt/daemons/__init__.py @@ -261,14 +285,32 @@ %%PYTHON_SITELIBDIR%%/salt/defaults/exitcodes.pyc %%PYTHON_SITELIBDIR%%/salt/engines/__init__.py %%PYTHON_SITELIBDIR%%/salt/engines/__init__.pyc +%%PYTHON_SITELIBDIR%%/salt/engines/docker_events.py +%%PYTHON_SITELIBDIR%%/salt/engines/docker_events.pyc +%%PYTHON_SITELIBDIR%%/salt/engines/logentries.py +%%PYTHON_SITELIBDIR%%/salt/engines/logentries.pyc %%PYTHON_SITELIBDIR%%/salt/engines/logstash.py %%PYTHON_SITELIBDIR%%/salt/engines/logstash.pyc +%%PYTHON_SITELIBDIR%%/salt/engines/redis_sentinel.py +%%PYTHON_SITELIBDIR%%/salt/engines/redis_sentinel.pyc +%%PYTHON_SITELIBDIR%%/salt/engines/slack.py +%%PYTHON_SITELIBDIR%%/salt/engines/slack.pyc %%PYTHON_SITELIBDIR%%/salt/engines/sqs_events.py %%PYTHON_SITELIBDIR%%/salt/engines/sqs_events.pyc %%PYTHON_SITELIBDIR%%/salt/engines/test.py %%PYTHON_SITELIBDIR%%/salt/engines/test.pyc +%%PYTHON_SITELIBDIR%%/salt/engines/thorium.py +%%PYTHON_SITELIBDIR%%/salt/engines/thorium.pyc %%PYTHON_SITELIBDIR%%/salt/exceptions.py %%PYTHON_SITELIBDIR%%/salt/exceptions.pyc +%%PYTHON_SITELIBDIR%%/salt/executors/__init__.py +%%PYTHON_SITELIBDIR%%/salt/executors/__init__.pyc +%%PYTHON_SITELIBDIR%%/salt/executors/direct_call.py +%%PYTHON_SITELIBDIR%%/salt/executors/direct_call.pyc +%%PYTHON_SITELIBDIR%%/salt/executors/splay.py +%%PYTHON_SITELIBDIR%%/salt/executors/splay.pyc +%%PYTHON_SITELIBDIR%%/salt/executors/sudo.py +%%PYTHON_SITELIBDIR%%/salt/executors/sudo.pyc %%PYTHON_SITELIBDIR%%/salt/ext/__init__.py %%PYTHON_SITELIBDIR%%/salt/ext/__init__.pyc %%PYTHON_SITELIBDIR%%/salt/ext/ipaddress.py @@ -307,8 +349,6 @@ %%PYTHON_SITELIBDIR%%/salt/grains/disks.pyc %%PYTHON_SITELIBDIR%%/salt/grains/esxi.py %%PYTHON_SITELIBDIR%%/salt/grains/esxi.pyc -%%PYTHON_SITELIBDIR%%/salt/grains/external_ip.py -%%PYTHON_SITELIBDIR%%/salt/grains/external_ip.pyc %%PYTHON_SITELIBDIR%%/salt/grains/extra.py %%PYTHON_SITELIBDIR%%/salt/grains/extra.pyc %%PYTHON_SITELIBDIR%%/salt/grains/fx2.py @@ -319,12 +359,16 @@ %%PYTHON_SITELIBDIR%%/salt/grains/marathon.pyc %%PYTHON_SITELIBDIR%%/salt/grains/mdadm.py %%PYTHON_SITELIBDIR%%/salt/grains/mdadm.pyc +%%PYTHON_SITELIBDIR%%/salt/grains/minion_process.py +%%PYTHON_SITELIBDIR%%/salt/grains/minion_process.pyc %%PYTHON_SITELIBDIR%%/salt/grains/opts.py %%PYTHON_SITELIBDIR%%/salt/grains/opts.pyc %%PYTHON_SITELIBDIR%%/salt/grains/philips_hue.py %%PYTHON_SITELIBDIR%%/salt/grains/philips_hue.pyc %%PYTHON_SITELIBDIR%%/salt/grains/rest_sample.py %%PYTHON_SITELIBDIR%%/salt/grains/rest_sample.pyc +%%PYTHON_SITELIBDIR%%/salt/grains/ssh_sample.py +%%PYTHON_SITELIBDIR%%/salt/grains/ssh_sample.pyc %%PYTHON_SITELIBDIR%%/salt/key.py %%PYTHON_SITELIBDIR%%/salt/key.pyc %%PYTHON_SITELIBDIR%%/salt/loader.py @@ -371,6 +415,8 @@ %%PYTHON_SITELIBDIR%%/salt/modules/aws_sqs.pyc %%PYTHON_SITELIBDIR%%/salt/modules/bamboohr.py %%PYTHON_SITELIBDIR%%/salt/modules/bamboohr.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/bcache.py +%%PYTHON_SITELIBDIR%%/salt/modules/bcache.pyc %%PYTHON_SITELIBDIR%%/salt/modules/beacons.py %%PYTHON_SITELIBDIR%%/salt/modules/beacons.pyc %%PYTHON_SITELIBDIR%%/salt/modules/bigip.py @@ -383,8 +429,12 @@ %%PYTHON_SITELIBDIR%%/salt/modules/boto_asg.pyc %%PYTHON_SITELIBDIR%%/salt/modules/boto_cfn.py %%PYTHON_SITELIBDIR%%/salt/modules/boto_cfn.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/boto_cloudtrail.py +%%PYTHON_SITELIBDIR%%/salt/modules/boto_cloudtrail.pyc %%PYTHON_SITELIBDIR%%/salt/modules/boto_cloudwatch.py %%PYTHON_SITELIBDIR%%/salt/modules/boto_cloudwatch.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/boto_datapipeline.py +%%PYTHON_SITELIBDIR%%/salt/modules/boto_datapipeline.pyc %%PYTHON_SITELIBDIR%%/salt/modules/boto_dynamodb.py %%PYTHON_SITELIBDIR%%/salt/modules/boto_dynamodb.pyc %%PYTHON_SITELIBDIR%%/salt/modules/boto_ec2.py @@ -395,12 +445,18 @@ %%PYTHON_SITELIBDIR%%/salt/modules/boto_elb.pyc %%PYTHON_SITELIBDIR%%/salt/modules/boto_iam.py %%PYTHON_SITELIBDIR%%/salt/modules/boto_iam.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/boto_iot.py +%%PYTHON_SITELIBDIR%%/salt/modules/boto_iot.pyc %%PYTHON_SITELIBDIR%%/salt/modules/boto_kms.py %%PYTHON_SITELIBDIR%%/salt/modules/boto_kms.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/boto_lambda.py +%%PYTHON_SITELIBDIR%%/salt/modules/boto_lambda.pyc %%PYTHON_SITELIBDIR%%/salt/modules/boto_rds.py %%PYTHON_SITELIBDIR%%/salt/modules/boto_rds.pyc %%PYTHON_SITELIBDIR%%/salt/modules/boto_route53.py %%PYTHON_SITELIBDIR%%/salt/modules/boto_route53.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/boto_s3_bucket.py +%%PYTHON_SITELIBDIR%%/salt/modules/boto_s3_bucket.pyc %%PYTHON_SITELIBDIR%%/salt/modules/boto_secgroup.py %%PYTHON_SITELIBDIR%%/salt/modules/boto_secgroup.pyc %%PYTHON_SITELIBDIR%%/salt/modules/boto_sns.py @@ -411,8 +467,6 @@ %%PYTHON_SITELIBDIR%%/salt/modules/boto_vpc.pyc %%PYTHON_SITELIBDIR%%/salt/modules/bower.py %%PYTHON_SITELIBDIR%%/salt/modules/bower.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/brew.py -%%PYTHON_SITELIBDIR%%/salt/modules/brew.pyc %%PYTHON_SITELIBDIR%%/salt/modules/bridge.py %%PYTHON_SITELIBDIR%%/salt/modules/bridge.pyc %%PYTHON_SITELIBDIR%%/salt/modules/bsd_shadow.py @@ -455,10 +509,6 @@ %%PYTHON_SITELIBDIR%%/salt/modules/cyg.pyc %%PYTHON_SITELIBDIR%%/salt/modules/daemontools.py %%PYTHON_SITELIBDIR%%/salt/modules/daemontools.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/darwin_pkgutil.py -%%PYTHON_SITELIBDIR%%/salt/modules/darwin_pkgutil.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/darwin_sysctl.py -%%PYTHON_SITELIBDIR%%/salt/modules/darwin_sysctl.pyc %%PYTHON_SITELIBDIR%%/salt/modules/data.py %%PYTHON_SITELIBDIR%%/salt/modules/data.pyc %%PYTHON_SITELIBDIR%%/salt/modules/ddns.py @@ -489,6 +539,8 @@ %%PYTHON_SITELIBDIR%%/salt/modules/dnsmasq.pyc %%PYTHON_SITELIBDIR%%/salt/modules/dnsutil.py %%PYTHON_SITELIBDIR%%/salt/modules/dnsutil.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/dockercompose.py +%%PYTHON_SITELIBDIR%%/salt/modules/dockercompose.pyc %%PYTHON_SITELIBDIR%%/salt/modules/dockerio.py %%PYTHON_SITELIBDIR%%/salt/modules/dockerio.pyc %%PYTHON_SITELIBDIR%%/salt/modules/dockerng.py @@ -515,6 +567,8 @@ %%PYTHON_SITELIBDIR%%/salt/modules/esxi.pyc %%PYTHON_SITELIBDIR%%/salt/modules/etcd_mod.py %%PYTHON_SITELIBDIR%%/salt/modules/etcd_mod.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/ethtool.py +%%PYTHON_SITELIBDIR%%/salt/modules/ethtool.pyc %%PYTHON_SITELIBDIR%%/salt/modules/event.py %%PYTHON_SITELIBDIR%%/salt/modules/event.pyc %%PYTHON_SITELIBDIR%%/salt/modules/extfs.py @@ -545,6 +599,8 @@ %%PYTHON_SITELIBDIR%%/salt/modules/gentoolkitmod.pyc %%PYTHON_SITELIBDIR%%/salt/modules/git.py %%PYTHON_SITELIBDIR%%/salt/modules/git.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/github.py +%%PYTHON_SITELIBDIR%%/salt/modules/github.pyc %%PYTHON_SITELIBDIR%%/salt/modules/glance.py %%PYTHON_SITELIBDIR%%/salt/modules/glance.pyc %%PYTHON_SITELIBDIR%%/salt/modules/glusterfs.py @@ -587,6 +643,8 @@ %%PYTHON_SITELIBDIR%%/salt/modules/incron.pyc %%PYTHON_SITELIBDIR%%/salt/modules/influx.py %%PYTHON_SITELIBDIR%%/salt/modules/influx.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/infoblox.py +%%PYTHON_SITELIBDIR%%/salt/modules/infoblox.pyc %%PYTHON_SITELIBDIR%%/salt/modules/ini_manage.py %%PYTHON_SITELIBDIR%%/salt/modules/ini_manage.pyc %%PYTHON_SITELIBDIR%%/salt/modules/inspectlib/__init__.py @@ -607,12 +665,18 @@ %%PYTHON_SITELIBDIR%%/salt/modules/ipset.pyc %%PYTHON_SITELIBDIR%%/salt/modules/iptables.py %%PYTHON_SITELIBDIR%%/salt/modules/iptables.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/iwtools.py +%%PYTHON_SITELIBDIR%%/salt/modules/iwtools.pyc %%PYTHON_SITELIBDIR%%/salt/modules/jboss7.py %%PYTHON_SITELIBDIR%%/salt/modules/jboss7.pyc %%PYTHON_SITELIBDIR%%/salt/modules/jboss7_cli.py %%PYTHON_SITELIBDIR%%/salt/modules/jboss7_cli.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/jenkins.py +%%PYTHON_SITELIBDIR%%/salt/modules/jenkins.pyc %%PYTHON_SITELIBDIR%%/salt/modules/junos.py %%PYTHON_SITELIBDIR%%/salt/modules/junos.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/k8s.py +%%PYTHON_SITELIBDIR%%/salt/modules/k8s.pyc %%PYTHON_SITELIBDIR%%/salt/modules/kerberos.py %%PYTHON_SITELIBDIR%%/salt/modules/kerberos.pyc %%PYTHON_SITELIBDIR%%/salt/modules/key.py @@ -627,10 +691,14 @@ %%PYTHON_SITELIBDIR%%/salt/modules/launchctl.pyc %%PYTHON_SITELIBDIR%%/salt/modules/layman.py %%PYTHON_SITELIBDIR%%/salt/modules/layman.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/ldap3.py +%%PYTHON_SITELIBDIR%%/salt/modules/ldap3.pyc %%PYTHON_SITELIBDIR%%/salt/modules/ldapmod.py %%PYTHON_SITELIBDIR%%/salt/modules/ldapmod.pyc %%PYTHON_SITELIBDIR%%/salt/modules/linux_acl.py %%PYTHON_SITELIBDIR%%/salt/modules/linux_acl.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/linux_ip.py +%%PYTHON_SITELIBDIR%%/salt/modules/linux_ip.pyc %%PYTHON_SITELIBDIR%%/salt/modules/linux_lvm.py %%PYTHON_SITELIBDIR%%/salt/modules/linux_lvm.pyc %%PYTHON_SITELIBDIR%%/salt/modules/linux_sysctl.py @@ -647,12 +715,40 @@ %%PYTHON_SITELIBDIR%%/salt/modules/lvs.pyc %%PYTHON_SITELIBDIR%%/salt/modules/lxc.py %%PYTHON_SITELIBDIR%%/salt/modules/lxc.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/mac_assistive.py +%%PYTHON_SITELIBDIR%%/salt/modules/mac_assistive.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/mac_brew.py +%%PYTHON_SITELIBDIR%%/salt/modules/mac_brew.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/mac_defaults.py +%%PYTHON_SITELIBDIR%%/salt/modules/mac_defaults.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/mac_desktop.py +%%PYTHON_SITELIBDIR%%/salt/modules/mac_desktop.pyc %%PYTHON_SITELIBDIR%%/salt/modules/mac_group.py %%PYTHON_SITELIBDIR%%/salt/modules/mac_group.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/mac_keychain.py +%%PYTHON_SITELIBDIR%%/salt/modules/mac_keychain.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/mac_pkgutil.py +%%PYTHON_SITELIBDIR%%/salt/modules/mac_pkgutil.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/mac_ports.py +%%PYTHON_SITELIBDIR%%/salt/modules/mac_ports.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/mac_power.py +%%PYTHON_SITELIBDIR%%/salt/modules/mac_power.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/mac_service.py +%%PYTHON_SITELIBDIR%%/salt/modules/mac_service.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/mac_shadow.py +%%PYTHON_SITELIBDIR%%/salt/modules/mac_shadow.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/mac_softwareupdate.py +%%PYTHON_SITELIBDIR%%/salt/modules/mac_softwareupdate.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/mac_sysctl.py +%%PYTHON_SITELIBDIR%%/salt/modules/mac_sysctl.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/mac_system.py +%%PYTHON_SITELIBDIR%%/salt/modules/mac_system.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/mac_timezone.py +%%PYTHON_SITELIBDIR%%/salt/modules/mac_timezone.pyc %%PYTHON_SITELIBDIR%%/salt/modules/mac_user.py %%PYTHON_SITELIBDIR%%/salt/modules/mac_user.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/macports.py -%%PYTHON_SITELIBDIR%%/salt/modules/macports.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/mac_xattr.py +%%PYTHON_SITELIBDIR%%/salt/modules/mac_xattr.pyc %%PYTHON_SITELIBDIR%%/salt/modules/makeconf.py %%PYTHON_SITELIBDIR%%/salt/modules/makeconf.pyc %%PYTHON_SITELIBDIR%%/salt/modules/marathon.py @@ -661,10 +757,14 @@ %%PYTHON_SITELIBDIR%%/salt/modules/match.pyc %%PYTHON_SITELIBDIR%%/salt/modules/mdadm.py %%PYTHON_SITELIBDIR%%/salt/modules/mdadm.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/mdata.py +%%PYTHON_SITELIBDIR%%/salt/modules/mdata.pyc %%PYTHON_SITELIBDIR%%/salt/modules/memcached.py %%PYTHON_SITELIBDIR%%/salt/modules/memcached.pyc %%PYTHON_SITELIBDIR%%/salt/modules/mine.py %%PYTHON_SITELIBDIR%%/salt/modules/mine.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/minion.py +%%PYTHON_SITELIBDIR%%/salt/modules/minion.pyc %%PYTHON_SITELIBDIR%%/salt/modules/mod_random.py %%PYTHON_SITELIBDIR%%/salt/modules/mod_random.pyc %%PYTHON_SITELIBDIR%%/salt/modules/modjk.py @@ -689,6 +789,8 @@ %%PYTHON_SITELIBDIR%%/salt/modules/nagios.pyc %%PYTHON_SITELIBDIR%%/salt/modules/nagios_rpc.py %%PYTHON_SITELIBDIR%%/salt/modules/nagios_rpc.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/netaddress.py +%%PYTHON_SITELIBDIR%%/salt/modules/netaddress.pyc %%PYTHON_SITELIBDIR%%/salt/modules/netbsd_sysctl.py %%PYTHON_SITELIBDIR%%/salt/modules/netbsd_sysctl.pyc %%PYTHON_SITELIBDIR%%/salt/modules/netbsdservice.py @@ -725,12 +827,14 @@ %%PYTHON_SITELIBDIR%%/salt/modules/openbsdservice.pyc %%PYTHON_SITELIBDIR%%/salt/modules/openstack_config.py %%PYTHON_SITELIBDIR%%/salt/modules/openstack_config.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/openvswitch.py +%%PYTHON_SITELIBDIR%%/salt/modules/openvswitch.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/opkg.py +%%PYTHON_SITELIBDIR%%/salt/modules/opkg.pyc %%PYTHON_SITELIBDIR%%/salt/modules/oracle.py %%PYTHON_SITELIBDIR%%/salt/modules/oracle.pyc %%PYTHON_SITELIBDIR%%/salt/modules/osquery.py %%PYTHON_SITELIBDIR%%/salt/modules/osquery.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/osxdesktop.py -%%PYTHON_SITELIBDIR%%/salt/modules/osxdesktop.pyc %%PYTHON_SITELIBDIR%%/salt/modules/pacman.py %%PYTHON_SITELIBDIR%%/salt/modules/pacman.pyc %%PYTHON_SITELIBDIR%%/salt/modules/pagerduty.py @@ -739,6 +843,8 @@ %%PYTHON_SITELIBDIR%%/salt/modules/pagerduty_util.pyc %%PYTHON_SITELIBDIR%%/salt/modules/pam.py %%PYTHON_SITELIBDIR%%/salt/modules/pam.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/parallels.py +%%PYTHON_SITELIBDIR%%/salt/modules/parallels.pyc %%PYTHON_SITELIBDIR%%/salt/modules/parted.py %%PYTHON_SITELIBDIR%%/salt/modules/parted.pyc %%PYTHON_SITELIBDIR%%/salt/modules/pecl.py @@ -767,12 +873,16 @@ %%PYTHON_SITELIBDIR%%/salt/modules/poudriere.pyc %%PYTHON_SITELIBDIR%%/salt/modules/powerpath.py %%PYTHON_SITELIBDIR%%/salt/modules/powerpath.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/proxy.py +%%PYTHON_SITELIBDIR%%/salt/modules/proxy.pyc %%PYTHON_SITELIBDIR%%/salt/modules/ps.py %%PYTHON_SITELIBDIR%%/salt/modules/ps.pyc %%PYTHON_SITELIBDIR%%/salt/modules/publish.py %%PYTHON_SITELIBDIR%%/salt/modules/publish.pyc %%PYTHON_SITELIBDIR%%/salt/modules/puppet.py %%PYTHON_SITELIBDIR%%/salt/modules/puppet.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/pushbullet.py +%%PYTHON_SITELIBDIR%%/salt/modules/pushbullet.pyc %%PYTHON_SITELIBDIR%%/salt/modules/pushover_notify.py %%PYTHON_SITELIBDIR%%/salt/modules/pushover_notify.pyc %%PYTHON_SITELIBDIR%%/salt/modules/pw_group.py @@ -809,6 +919,8 @@ %%PYTHON_SITELIBDIR%%/salt/modules/rest_sample_utils.pyc %%PYTHON_SITELIBDIR%%/salt/modules/rest_service.py %%PYTHON_SITELIBDIR%%/salt/modules/rest_service.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/restartcheck.py +%%PYTHON_SITELIBDIR%%/salt/modules/restartcheck.pyc %%PYTHON_SITELIBDIR%%/salt/modules/ret.py %%PYTHON_SITELIBDIR%%/salt/modules/ret.pyc %%PYTHON_SITELIBDIR%%/salt/modules/rh_ip.py @@ -829,6 +941,10 @@ %%PYTHON_SITELIBDIR%%/salt/modules/rvm.pyc %%PYTHON_SITELIBDIR%%/salt/modules/s3.py %%PYTHON_SITELIBDIR%%/salt/modules/s3.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/s6.py +%%PYTHON_SITELIBDIR%%/salt/modules/s6.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/salt_proxy.py +%%PYTHON_SITELIBDIR%%/salt/modules/salt_proxy.pyc %%PYTHON_SITELIBDIR%%/salt/modules/saltcloudmod.py %%PYTHON_SITELIBDIR%%/salt/modules/saltcloudmod.pyc %%PYTHON_SITELIBDIR%%/salt/modules/saltutil.py @@ -867,12 +983,14 @@ %%PYTHON_SITELIBDIR%%/salt/modules/smf.pyc %%PYTHON_SITELIBDIR%%/salt/modules/smtp.py %%PYTHON_SITELIBDIR%%/salt/modules/smtp.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/softwareupdate.py -%%PYTHON_SITELIBDIR%%/salt/modules/softwareupdate.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/solaris_fmadm.py +%%PYTHON_SITELIBDIR%%/salt/modules/solaris_fmadm.pyc %%PYTHON_SITELIBDIR%%/salt/modules/solaris_group.py %%PYTHON_SITELIBDIR%%/salt/modules/solaris_group.pyc %%PYTHON_SITELIBDIR%%/salt/modules/solaris_shadow.py %%PYTHON_SITELIBDIR%%/salt/modules/solaris_shadow.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/solaris_system.py +%%PYTHON_SITELIBDIR%%/salt/modules/solaris_system.pyc %%PYTHON_SITELIBDIR%%/salt/modules/solaris_user.py %%PYTHON_SITELIBDIR%%/salt/modules/solaris_user.pyc %%PYTHON_SITELIBDIR%%/salt/modules/solarisips.py @@ -881,8 +999,8 @@ %%PYTHON_SITELIBDIR%%/salt/modules/solarispkg.pyc %%PYTHON_SITELIBDIR%%/salt/modules/solr.py %%PYTHON_SITELIBDIR%%/salt/modules/solr.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/splay.py -%%PYTHON_SITELIBDIR%%/salt/modules/splay.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/splunk.py +%%PYTHON_SITELIBDIR%%/salt/modules/splunk.pyc %%PYTHON_SITELIBDIR%%/salt/modules/splunk_search.py %%PYTHON_SITELIBDIR%%/salt/modules/splunk_search.pyc %%PYTHON_SITELIBDIR%%/salt/modules/sqlite3.py @@ -899,8 +1017,6 @@ %%PYTHON_SITELIBDIR%%/salt/modules/status.pyc %%PYTHON_SITELIBDIR%%/salt/modules/stormpath.py %%PYTHON_SITELIBDIR%%/salt/modules/stormpath.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/sudo.py -%%PYTHON_SITELIBDIR%%/salt/modules/sudo.pyc %%PYTHON_SITELIBDIR%%/salt/modules/supervisord.py %%PYTHON_SITELIBDIR%%/salt/modules/supervisord.pyc %%PYTHON_SITELIBDIR%%/salt/modules/svn.py @@ -909,6 +1025,8 @@ %%PYTHON_SITELIBDIR%%/salt/modules/swift.pyc %%PYTHON_SITELIBDIR%%/salt/modules/sysbench.py %%PYTHON_SITELIBDIR%%/salt/modules/sysbench.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/sysfs.py +%%PYTHON_SITELIBDIR%%/salt/modules/sysfs.pyc %%PYTHON_SITELIBDIR%%/salt/modules/syslog_ng.py %%PYTHON_SITELIBDIR%%/salt/modules/syslog_ng.pyc %%PYTHON_SITELIBDIR%%/salt/modules/sysmod.py @@ -921,6 +1039,8 @@ %%PYTHON_SITELIBDIR%%/salt/modules/system_profiler.pyc %%PYTHON_SITELIBDIR%%/salt/modules/systemd.py %%PYTHON_SITELIBDIR%%/salt/modules/systemd.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/telemetry.py +%%PYTHON_SITELIBDIR%%/salt/modules/telemetry.pyc %%PYTHON_SITELIBDIR%%/salt/modules/temp.py %%PYTHON_SITELIBDIR%%/salt/modules/temp.pyc %%PYTHON_SITELIBDIR%%/salt/modules/test.py @@ -953,6 +1073,8 @@ %%PYTHON_SITELIBDIR%%/salt/modules/varnish.pyc %%PYTHON_SITELIBDIR%%/salt/modules/vbox_guest.py %%PYTHON_SITELIBDIR%%/salt/modules/vbox_guest.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/vboxmanage.py +%%PYTHON_SITELIBDIR%%/salt/modules/vboxmanage.pyc %%PYTHON_SITELIBDIR%%/salt/modules/victorops.py %%PYTHON_SITELIBDIR%%/salt/modules/victorops.pyc %%PYTHON_SITELIBDIR%%/salt/modules/virt.py @@ -963,20 +1085,30 @@ %%PYTHON_SITELIBDIR%%/salt/modules/vsphere.pyc %%PYTHON_SITELIBDIR%%/salt/modules/win_autoruns.py %%PYTHON_SITELIBDIR%%/salt/modules/win_autoruns.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/win_certutil.py +%%PYTHON_SITELIBDIR%%/salt/modules/win_certutil.pyc %%PYTHON_SITELIBDIR%%/salt/modules/win_dacl.py %%PYTHON_SITELIBDIR%%/salt/modules/win_dacl.pyc %%PYTHON_SITELIBDIR%%/salt/modules/win_disk.py %%PYTHON_SITELIBDIR%%/salt/modules/win_disk.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/win_dism.py +%%PYTHON_SITELIBDIR%%/salt/modules/win_dism.pyc %%PYTHON_SITELIBDIR%%/salt/modules/win_dns_client.py %%PYTHON_SITELIBDIR%%/salt/modules/win_dns_client.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/win_dsc.py +%%PYTHON_SITELIBDIR%%/salt/modules/win_dsc.pyc %%PYTHON_SITELIBDIR%%/salt/modules/win_file.py %%PYTHON_SITELIBDIR%%/salt/modules/win_file.pyc %%PYTHON_SITELIBDIR%%/salt/modules/win_firewall.py %%PYTHON_SITELIBDIR%%/salt/modules/win_firewall.pyc %%PYTHON_SITELIBDIR%%/salt/modules/win_groupadd.py %%PYTHON_SITELIBDIR%%/salt/modules/win_groupadd.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/win_iis.py +%%PYTHON_SITELIBDIR%%/salt/modules/win_iis.pyc %%PYTHON_SITELIBDIR%%/salt/modules/win_ip.py %%PYTHON_SITELIBDIR%%/salt/modules/win_ip.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/win_license.py +%%PYTHON_SITELIBDIR%%/salt/modules/win_license.pyc %%PYTHON_SITELIBDIR%%/salt/modules/win_network.py %%PYTHON_SITELIBDIR%%/salt/modules/win_network.pyc %%PYTHON_SITELIBDIR%%/salt/modules/win_ntp.py @@ -1019,8 +1151,12 @@ %%PYTHON_SITELIBDIR%%/salt/modules/xmpp.pyc %%PYTHON_SITELIBDIR%%/salt/modules/yumpkg.py %%PYTHON_SITELIBDIR%%/salt/modules/yumpkg.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/zabbix.py +%%PYTHON_SITELIBDIR%%/salt/modules/zabbix.pyc %%PYTHON_SITELIBDIR%%/salt/modules/zcbuildout.py %%PYTHON_SITELIBDIR%%/salt/modules/zcbuildout.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/zenoss.py +%%PYTHON_SITELIBDIR%%/salt/modules/zenoss.pyc %%PYTHON_SITELIBDIR%%/salt/modules/zfs.py %%PYTHON_SITELIBDIR%%/salt/modules/zfs.pyc %%PYTHON_SITELIBDIR%%/salt/modules/zk_concurrency.py @@ -1117,6 +1253,8 @@ %%PYTHON_SITELIBDIR%%/salt/pillar/hg_pillar.pyc %%PYTHON_SITELIBDIR%%/salt/pillar/hiera.py %%PYTHON_SITELIBDIR%%/salt/pillar/hiera.pyc +%%PYTHON_SITELIBDIR%%/salt/pillar/http_yaml.py +%%PYTHON_SITELIBDIR%%/salt/pillar/http_yaml.pyc %%PYTHON_SITELIBDIR%%/salt/pillar/libvirt.py %%PYTHON_SITELIBDIR%%/salt/pillar/libvirt.pyc %%PYTHON_SITELIBDIR%%/salt/pillar/mongo.py @@ -1139,8 +1277,12 @@ %%PYTHON_SITELIBDIR%%/salt/pillar/s3.pyc %%PYTHON_SITELIBDIR%%/salt/pillar/sql_base.py %%PYTHON_SITELIBDIR%%/salt/pillar/sql_base.pyc +%%PYTHON_SITELIBDIR%%/salt/pillar/sqlcipher.py +%%PYTHON_SITELIBDIR%%/salt/pillar/sqlcipher.pyc %%PYTHON_SITELIBDIR%%/salt/pillar/sqlite3.py %%PYTHON_SITELIBDIR%%/salt/pillar/sqlite3.pyc +%%PYTHON_SITELIBDIR%%/salt/pillar/stack.py +%%PYTHON_SITELIBDIR%%/salt/pillar/stack.pyc %%PYTHON_SITELIBDIR%%/salt/pillar/svn_pillar.py %%PYTHON_SITELIBDIR%%/salt/pillar/svn_pillar.pyc %%PYTHON_SITELIBDIR%%/salt/pillar/varstack_pillar.py @@ -1167,6 +1309,8 @@ %%PYTHON_SITELIBDIR%%/salt/proxy/ssh_sample.pyc %%PYTHON_SITELIBDIR%%/salt/queues/__init__.py %%PYTHON_SITELIBDIR%%/salt/queues/__init__.pyc +%%PYTHON_SITELIBDIR%%/salt/queues/pgjsonb_queue.py +%%PYTHON_SITELIBDIR%%/salt/queues/pgjsonb_queue.pyc %%PYTHON_SITELIBDIR%%/salt/queues/sqlite_queue.py %%PYTHON_SITELIBDIR%%/salt/queues/sqlite_queue.pyc %%PYTHON_SITELIBDIR%%/salt/renderers/__init__.py @@ -1183,6 +1327,8 @@ %%PYTHON_SITELIBDIR%%/salt/renderers/jinja.pyc %%PYTHON_SITELIBDIR%%/salt/renderers/json.py %%PYTHON_SITELIBDIR%%/salt/renderers/json.pyc +%%PYTHON_SITELIBDIR%%/salt/renderers/json5.py +%%PYTHON_SITELIBDIR%%/salt/renderers/json5.pyc %%PYTHON_SITELIBDIR%%/salt/renderers/mako.py %%PYTHON_SITELIBDIR%%/salt/renderers/mako.pyc %%PYTHON_SITELIBDIR%%/salt/renderers/msgpack.py @@ -1287,10 +1433,14 @@ %%PYTHON_SITELIBDIR%%/salt/runner.pyc %%PYTHON_SITELIBDIR%%/salt/runners/__init__.py %%PYTHON_SITELIBDIR%%/salt/runners/__init__.pyc +%%PYTHON_SITELIBDIR%%/salt/runners/asam.py +%%PYTHON_SITELIBDIR%%/salt/runners/asam.pyc %%PYTHON_SITELIBDIR%%/salt/runners/cache.py %%PYTHON_SITELIBDIR%%/salt/runners/cache.pyc %%PYTHON_SITELIBDIR%%/salt/runners/cloud.py %%PYTHON_SITELIBDIR%%/salt/runners/cloud.pyc +%%PYTHON_SITELIBDIR%%/salt/runners/ddns.py +%%PYTHON_SITELIBDIR%%/salt/runners/ddns.pyc %%PYTHON_SITELIBDIR%%/salt/runners/doc.py %%PYTHON_SITELIBDIR%%/salt/runners/doc.pyc %%PYTHON_SITELIBDIR%%/salt/runners/drac.py @@ -1327,10 +1477,16 @@ %%PYTHON_SITELIBDIR%%/salt/runners/pkg.pyc %%PYTHON_SITELIBDIR%%/salt/runners/queue.py %%PYTHON_SITELIBDIR%%/salt/runners/queue.pyc +%%PYTHON_SITELIBDIR%%/salt/runners/reactor.py +%%PYTHON_SITELIBDIR%%/salt/runners/reactor.pyc +%%PYTHON_SITELIBDIR%%/salt/runners/saltutil.py +%%PYTHON_SITELIBDIR%%/salt/runners/saltutil.pyc %%PYTHON_SITELIBDIR%%/salt/runners/sdb.py %%PYTHON_SITELIBDIR%%/salt/runners/sdb.pyc %%PYTHON_SITELIBDIR%%/salt/runners/search.py %%PYTHON_SITELIBDIR%%/salt/runners/search.pyc +%%PYTHON_SITELIBDIR%%/salt/runners/spacewalk.py +%%PYTHON_SITELIBDIR%%/salt/runners/spacewalk.pyc %%PYTHON_SITELIBDIR%%/salt/runners/ssh.py %%PYTHON_SITELIBDIR%%/salt/runners/ssh.pyc %%PYTHON_SITELIBDIR%%/salt/runners/state.py @@ -1367,10 +1523,14 @@ %%PYTHON_SITELIBDIR%%/salt/search/whoosh_search.pyc %%PYTHON_SITELIBDIR%%/salt/serializers/__init__.py %%PYTHON_SITELIBDIR%%/salt/serializers/__init__.pyc +%%PYTHON_SITELIBDIR%%/salt/serializers/configparser.py +%%PYTHON_SITELIBDIR%%/salt/serializers/configparser.pyc %%PYTHON_SITELIBDIR%%/salt/serializers/json.py %%PYTHON_SITELIBDIR%%/salt/serializers/json.pyc %%PYTHON_SITELIBDIR%%/salt/serializers/msgpack.py %%PYTHON_SITELIBDIR%%/salt/serializers/msgpack.pyc +%%PYTHON_SITELIBDIR%%/salt/serializers/python.py +%%PYTHON_SITELIBDIR%%/salt/serializers/python.pyc %%PYTHON_SITELIBDIR%%/salt/serializers/yaml.py %%PYTHON_SITELIBDIR%%/salt/serializers/yaml.pyc %%PYTHON_SITELIBDIR%%/salt/serializers/yamlex.py @@ -1395,8 +1555,12 @@ %%PYTHON_SITELIBDIR%%/salt/states/alternatives.pyc %%PYTHON_SITELIBDIR%%/salt/states/apache.py %%PYTHON_SITELIBDIR%%/salt/states/apache.pyc +%%PYTHON_SITELIBDIR%%/salt/states/apache_conf.py +%%PYTHON_SITELIBDIR%%/salt/states/apache_conf.pyc %%PYTHON_SITELIBDIR%%/salt/states/apache_module.py %%PYTHON_SITELIBDIR%%/salt/states/apache_module.pyc +%%PYTHON_SITELIBDIR%%/salt/states/apache_site.py +%%PYTHON_SITELIBDIR%%/salt/states/apache_site.pyc %%PYTHON_SITELIBDIR%%/salt/states/aptpkg.py %%PYTHON_SITELIBDIR%%/salt/states/aptpkg.pyc %%PYTHON_SITELIBDIR%%/salt/states/archive.py @@ -1419,8 +1583,12 @@ %%PYTHON_SITELIBDIR%%/salt/states/boto_asg.pyc %%PYTHON_SITELIBDIR%%/salt/states/boto_cfn.py %%PYTHON_SITELIBDIR%%/salt/states/boto_cfn.pyc +%%PYTHON_SITELIBDIR%%/salt/states/boto_cloudtrail.py +%%PYTHON_SITELIBDIR%%/salt/states/boto_cloudtrail.pyc %%PYTHON_SITELIBDIR%%/salt/states/boto_cloudwatch_alarm.py %%PYTHON_SITELIBDIR%%/salt/states/boto_cloudwatch_alarm.pyc +%%PYTHON_SITELIBDIR%%/salt/states/boto_datapipeline.py +%%PYTHON_SITELIBDIR%%/salt/states/boto_datapipeline.pyc %%PYTHON_SITELIBDIR%%/salt/states/boto_dynamodb.py %%PYTHON_SITELIBDIR%%/salt/states/boto_dynamodb.pyc %%PYTHON_SITELIBDIR%%/salt/states/boto_ec2.py @@ -1433,14 +1601,20 @@ %%PYTHON_SITELIBDIR%%/salt/states/boto_iam.pyc %%PYTHON_SITELIBDIR%%/salt/states/boto_iam_role.py %%PYTHON_SITELIBDIR%%/salt/states/boto_iam_role.pyc +%%PYTHON_SITELIBDIR%%/salt/states/boto_iot.py +%%PYTHON_SITELIBDIR%%/salt/states/boto_iot.pyc %%PYTHON_SITELIBDIR%%/salt/states/boto_kms.py %%PYTHON_SITELIBDIR%%/salt/states/boto_kms.pyc +%%PYTHON_SITELIBDIR%%/salt/states/boto_lambda.py +%%PYTHON_SITELIBDIR%%/salt/states/boto_lambda.pyc %%PYTHON_SITELIBDIR%%/salt/states/boto_lc.py %%PYTHON_SITELIBDIR%%/salt/states/boto_lc.pyc %%PYTHON_SITELIBDIR%%/salt/states/boto_rds.py %%PYTHON_SITELIBDIR%%/salt/states/boto_rds.pyc %%PYTHON_SITELIBDIR%%/salt/states/boto_route53.py %%PYTHON_SITELIBDIR%%/salt/states/boto_route53.pyc +%%PYTHON_SITELIBDIR%%/salt/states/boto_s3_bucket.py +%%PYTHON_SITELIBDIR%%/salt/states/boto_s3_bucket.pyc %%PYTHON_SITELIBDIR%%/salt/states/boto_secgroup.py %%PYTHON_SITELIBDIR%%/salt/states/boto_secgroup.pyc %%PYTHON_SITELIBDIR%%/salt/states/boto_sns.py @@ -1455,6 +1629,8 @@ %%PYTHON_SITELIBDIR%%/salt/states/cabal.pyc %%PYTHON_SITELIBDIR%%/salt/states/chef.py %%PYTHON_SITELIBDIR%%/salt/states/chef.pyc +%%PYTHON_SITELIBDIR%%/salt/states/chocolatey.py +%%PYTHON_SITELIBDIR%%/salt/states/chocolatey.pyc %%PYTHON_SITELIBDIR%%/salt/states/chronos_job.py %%PYTHON_SITELIBDIR%%/salt/states/chronos_job.pyc %%PYTHON_SITELIBDIR%%/salt/states/cloud.py @@ -1497,20 +1673,30 @@ %%PYTHON_SITELIBDIR%%/salt/states/event.pyc %%PYTHON_SITELIBDIR%%/salt/states/file.py %%PYTHON_SITELIBDIR%%/salt/states/file.pyc +%%PYTHON_SITELIBDIR%%/salt/states/firewall.py +%%PYTHON_SITELIBDIR%%/salt/states/firewall.pyc %%PYTHON_SITELIBDIR%%/salt/states/firewalld.py %%PYTHON_SITELIBDIR%%/salt/states/firewalld.pyc %%PYTHON_SITELIBDIR%%/salt/states/gem.py %%PYTHON_SITELIBDIR%%/salt/states/gem.pyc %%PYTHON_SITELIBDIR%%/salt/states/git.py %%PYTHON_SITELIBDIR%%/salt/states/git.pyc +%%PYTHON_SITELIBDIR%%/salt/states/github.py +%%PYTHON_SITELIBDIR%%/salt/states/github.pyc %%PYTHON_SITELIBDIR%%/salt/states/glance.py %%PYTHON_SITELIBDIR%%/salt/states/glance.pyc %%PYTHON_SITELIBDIR%%/salt/states/glusterfs.py %%PYTHON_SITELIBDIR%%/salt/states/glusterfs.pyc %%PYTHON_SITELIBDIR%%/salt/states/gnomedesktop.py %%PYTHON_SITELIBDIR%%/salt/states/gnomedesktop.pyc +%%PYTHON_SITELIBDIR%%/salt/states/gpg.py +%%PYTHON_SITELIBDIR%%/salt/states/gpg.pyc %%PYTHON_SITELIBDIR%%/salt/states/grafana.py %%PYTHON_SITELIBDIR%%/salt/states/grafana.pyc +%%PYTHON_SITELIBDIR%%/salt/states/grafana_dashboard.py +%%PYTHON_SITELIBDIR%%/salt/states/grafana_dashboard.pyc +%%PYTHON_SITELIBDIR%%/salt/states/grafana_datasource.py +%%PYTHON_SITELIBDIR%%/salt/states/grafana_datasource.pyc %%PYTHON_SITELIBDIR%%/salt/states/grains.py %%PYTHON_SITELIBDIR%%/salt/states/grains.pyc %%PYTHON_SITELIBDIR%%/salt/states/group.py @@ -1533,6 +1719,8 @@ %%PYTHON_SITELIBDIR%%/salt/states/influxdb_database.pyc %%PYTHON_SITELIBDIR%%/salt/states/influxdb_user.py %%PYTHON_SITELIBDIR%%/salt/states/influxdb_user.pyc +%%PYTHON_SITELIBDIR%%/salt/states/infoblox.py +%%PYTHON_SITELIBDIR%%/salt/states/infoblox.pyc %%PYTHON_SITELIBDIR%%/salt/states/ini_manage.py %%PYTHON_SITELIBDIR%%/salt/states/ini_manage.pyc %%PYTHON_SITELIBDIR%%/salt/states/ipmi.py @@ -1543,6 +1731,10 @@ %%PYTHON_SITELIBDIR%%/salt/states/iptables.pyc %%PYTHON_SITELIBDIR%%/salt/states/jboss7.py %%PYTHON_SITELIBDIR%%/salt/states/jboss7.pyc +%%PYTHON_SITELIBDIR%%/salt/states/jenkins.py +%%PYTHON_SITELIBDIR%%/salt/states/jenkins.pyc +%%PYTHON_SITELIBDIR%%/salt/states/k8s.py +%%PYTHON_SITELIBDIR%%/salt/states/k8s.pyc %%PYTHON_SITELIBDIR%%/salt/states/keyboard.py %%PYTHON_SITELIBDIR%%/salt/states/keyboard.pyc %%PYTHON_SITELIBDIR%%/salt/states/keystone.py @@ -1551,8 +1743,8 @@ %%PYTHON_SITELIBDIR%%/salt/states/kmod.pyc %%PYTHON_SITELIBDIR%%/salt/states/layman.py %%PYTHON_SITELIBDIR%%/salt/states/layman.pyc -%%PYTHON_SITELIBDIR%%/salt/states/libvirt.py -%%PYTHON_SITELIBDIR%%/salt/states/libvirt.pyc +%%PYTHON_SITELIBDIR%%/salt/states/ldap.py +%%PYTHON_SITELIBDIR%%/salt/states/ldap.pyc %%PYTHON_SITELIBDIR%%/salt/states/linux_acl.py %%PYTHON_SITELIBDIR%%/salt/states/linux_acl.pyc %%PYTHON_SITELIBDIR%%/salt/states/locale.py @@ -1565,6 +1757,14 @@ %%PYTHON_SITELIBDIR%%/salt/states/lvs_service.pyc %%PYTHON_SITELIBDIR%%/salt/states/lxc.py %%PYTHON_SITELIBDIR%%/salt/states/lxc.pyc +%%PYTHON_SITELIBDIR%%/salt/states/mac_assistive.py +%%PYTHON_SITELIBDIR%%/salt/states/mac_assistive.pyc +%%PYTHON_SITELIBDIR%%/salt/states/mac_defaults.py +%%PYTHON_SITELIBDIR%%/salt/states/mac_defaults.pyc +%%PYTHON_SITELIBDIR%%/salt/states/mac_keychain.py +%%PYTHON_SITELIBDIR%%/salt/states/mac_keychain.pyc +%%PYTHON_SITELIBDIR%%/salt/states/mac_xattr.py +%%PYTHON_SITELIBDIR%%/salt/states/mac_xattr.pyc %%PYTHON_SITELIBDIR%%/salt/states/makeconf.py %%PYTHON_SITELIBDIR%%/salt/states/makeconf.pyc %%PYTHON_SITELIBDIR%%/salt/states/marathon_app.py @@ -1605,6 +1805,10 @@ %%PYTHON_SITELIBDIR%%/salt/states/ntp.pyc %%PYTHON_SITELIBDIR%%/salt/states/openstack_config.py %%PYTHON_SITELIBDIR%%/salt/states/openstack_config.pyc +%%PYTHON_SITELIBDIR%%/salt/states/openvswitch_bridge.py +%%PYTHON_SITELIBDIR%%/salt/states/openvswitch_bridge.pyc +%%PYTHON_SITELIBDIR%%/salt/states/openvswitch_port.py +%%PYTHON_SITELIBDIR%%/salt/states/openvswitch_port.pyc %%PYTHON_SITELIBDIR%%/salt/states/pagerduty.py %%PYTHON_SITELIBDIR%%/salt/states/pagerduty.pyc %%PYTHON_SITELIBDIR%%/salt/states/pagerduty_escalation_policy.py @@ -1631,12 +1835,20 @@ %%PYTHON_SITELIBDIR%%/salt/states/portage_config.pyc %%PYTHON_SITELIBDIR%%/salt/states/ports.py %%PYTHON_SITELIBDIR%%/salt/states/ports.pyc +%%PYTHON_SITELIBDIR%%/salt/states/postgres_cluster.py +%%PYTHON_SITELIBDIR%%/salt/states/postgres_cluster.pyc %%PYTHON_SITELIBDIR%%/salt/states/postgres_database.py %%PYTHON_SITELIBDIR%%/salt/states/postgres_database.pyc %%PYTHON_SITELIBDIR%%/salt/states/postgres_extension.py %%PYTHON_SITELIBDIR%%/salt/states/postgres_extension.pyc %%PYTHON_SITELIBDIR%%/salt/states/postgres_group.py %%PYTHON_SITELIBDIR%%/salt/states/postgres_group.pyc +%%PYTHON_SITELIBDIR%%/salt/states/postgres_initdb.py +%%PYTHON_SITELIBDIR%%/salt/states/postgres_initdb.pyc +%%PYTHON_SITELIBDIR%%/salt/states/postgres_language.py +%%PYTHON_SITELIBDIR%%/salt/states/postgres_language.pyc +%%PYTHON_SITELIBDIR%%/salt/states/postgres_privileges.py +%%PYTHON_SITELIBDIR%%/salt/states/postgres_privileges.pyc %%PYTHON_SITELIBDIR%%/salt/states/postgres_schema.py %%PYTHON_SITELIBDIR%%/salt/states/postgres_schema.pyc %%PYTHON_SITELIBDIR%%/salt/states/postgres_tablespace.py @@ -1647,6 +1859,8 @@ %%PYTHON_SITELIBDIR%%/salt/states/powerpath.pyc %%PYTHON_SITELIBDIR%%/salt/states/process.py %%PYTHON_SITELIBDIR%%/salt/states/process.pyc +%%PYTHON_SITELIBDIR%%/salt/states/proxy.py +%%PYTHON_SITELIBDIR%%/salt/states/proxy.pyc %%PYTHON_SITELIBDIR%%/salt/states/pushover.py %%PYTHON_SITELIBDIR%%/salt/states/pushover.pyc %%PYTHON_SITELIBDIR%%/salt/states/pyenv.py @@ -1673,8 +1887,12 @@ %%PYTHON_SITELIBDIR%%/salt/states/redismod.pyc %%PYTHON_SITELIBDIR%%/salt/states/reg.py %%PYTHON_SITELIBDIR%%/salt/states/reg.pyc +%%PYTHON_SITELIBDIR%%/salt/states/rsync.py +%%PYTHON_SITELIBDIR%%/salt/states/rsync.pyc %%PYTHON_SITELIBDIR%%/salt/states/rvm.py %%PYTHON_SITELIBDIR%%/salt/states/rvm.pyc +%%PYTHON_SITELIBDIR%%/salt/states/salt_proxy.py +%%PYTHON_SITELIBDIR%%/salt/states/salt_proxy.pyc %%PYTHON_SITELIBDIR%%/salt/states/saltmod.py %%PYTHON_SITELIBDIR%%/salt/states/saltmod.pyc %%PYTHON_SITELIBDIR%%/salt/states/schedule.py @@ -1687,10 +1905,16 @@ %%PYTHON_SITELIBDIR%%/salt/states/service.pyc %%PYTHON_SITELIBDIR%%/salt/states/slack.py %%PYTHON_SITELIBDIR%%/salt/states/slack.pyc +%%PYTHON_SITELIBDIR%%/salt/states/smartos.py +%%PYTHON_SITELIBDIR%%/salt/states/smartos.pyc %%PYTHON_SITELIBDIR%%/salt/states/smtp.py %%PYTHON_SITELIBDIR%%/salt/states/smtp.pyc +%%PYTHON_SITELIBDIR%%/salt/states/splunk.py +%%PYTHON_SITELIBDIR%%/salt/states/splunk.pyc %%PYTHON_SITELIBDIR%%/salt/states/splunk_search.py %%PYTHON_SITELIBDIR%%/salt/states/splunk_search.pyc +%%PYTHON_SITELIBDIR%%/salt/states/sqlite3.py +%%PYTHON_SITELIBDIR%%/salt/states/sqlite3.pyc %%PYTHON_SITELIBDIR%%/salt/states/ssh_auth.py %%PYTHON_SITELIBDIR%%/salt/states/ssh_auth.pyc %%PYTHON_SITELIBDIR%%/salt/states/ssh_known_hosts.py @@ -1711,6 +1935,8 @@ %%PYTHON_SITELIBDIR%%/salt/states/syslog_ng.pyc %%PYTHON_SITELIBDIR%%/salt/states/sysrc.py %%PYTHON_SITELIBDIR%%/salt/states/sysrc.pyc +%%PYTHON_SITELIBDIR%%/salt/states/telemetry_alert.py +%%PYTHON_SITELIBDIR%%/salt/states/telemetry_alert.pyc %%PYTHON_SITELIBDIR%%/salt/states/test.py %%PYTHON_SITELIBDIR%%/salt/states/test.pyc %%PYTHON_SITELIBDIR%%/salt/states/timezone.py @@ -1731,14 +1957,24 @@ %%PYTHON_SITELIBDIR%%/salt/states/vbox_guest.pyc %%PYTHON_SITELIBDIR%%/salt/states/victorops.py %%PYTHON_SITELIBDIR%%/salt/states/victorops.pyc +%%PYTHON_SITELIBDIR%%/salt/states/virt.py +%%PYTHON_SITELIBDIR%%/salt/states/virt.pyc %%PYTHON_SITELIBDIR%%/salt/states/virtualenv_mod.py %%PYTHON_SITELIBDIR%%/salt/states/virtualenv_mod.pyc +%%PYTHON_SITELIBDIR%%/salt/states/win_certutil.py +%%PYTHON_SITELIBDIR%%/salt/states/win_certutil.pyc %%PYTHON_SITELIBDIR%%/salt/states/win_dacl.py %%PYTHON_SITELIBDIR%%/salt/states/win_dacl.pyc +%%PYTHON_SITELIBDIR%%/salt/states/win_dism.py +%%PYTHON_SITELIBDIR%%/salt/states/win_dism.pyc %%PYTHON_SITELIBDIR%%/salt/states/win_dns_client.py %%PYTHON_SITELIBDIR%%/salt/states/win_dns_client.pyc %%PYTHON_SITELIBDIR%%/salt/states/win_firewall.py %%PYTHON_SITELIBDIR%%/salt/states/win_firewall.pyc +%%PYTHON_SITELIBDIR%%/salt/states/win_iis.py +%%PYTHON_SITELIBDIR%%/salt/states/win_iis.pyc +%%PYTHON_SITELIBDIR%%/salt/states/win_license.py +%%PYTHON_SITELIBDIR%%/salt/states/win_license.pyc %%PYTHON_SITELIBDIR%%/salt/states/win_network.py %%PYTHON_SITELIBDIR%%/salt/states/win_network.pyc %%PYTHON_SITELIBDIR%%/salt/states/win_path.py @@ -1757,10 +1993,24 @@ %%PYTHON_SITELIBDIR%%/salt/states/x509.pyc %%PYTHON_SITELIBDIR%%/salt/states/xmpp.py %%PYTHON_SITELIBDIR%%/salt/states/xmpp.pyc +%%PYTHON_SITELIBDIR%%/salt/states/zabbix_host.py +%%PYTHON_SITELIBDIR%%/salt/states/zabbix_host.pyc +%%PYTHON_SITELIBDIR%%/salt/states/zabbix_hostgroup.py +%%PYTHON_SITELIBDIR%%/salt/states/zabbix_hostgroup.pyc +%%PYTHON_SITELIBDIR%%/salt/states/zabbix_user.py +%%PYTHON_SITELIBDIR%%/salt/states/zabbix_user.pyc +%%PYTHON_SITELIBDIR%%/salt/states/zabbix_usergroup.py +%%PYTHON_SITELIBDIR%%/salt/states/zabbix_usergroup.pyc %%PYTHON_SITELIBDIR%%/salt/states/zcbuildout.py %%PYTHON_SITELIBDIR%%/salt/states/zcbuildout.pyc +%%PYTHON_SITELIBDIR%%/salt/states/zenoss.py +%%PYTHON_SITELIBDIR%%/salt/states/zenoss.pyc +%%PYTHON_SITELIBDIR%%/salt/states/zfs.py +%%PYTHON_SITELIBDIR%%/salt/states/zfs.pyc %%PYTHON_SITELIBDIR%%/salt/states/zk_concurrency.py %%PYTHON_SITELIBDIR%%/salt/states/zk_concurrency.pyc +%%PYTHON_SITELIBDIR%%/salt/states/zpool.py +%%PYTHON_SITELIBDIR%%/salt/states/zpool.pyc %%PYTHON_SITELIBDIR%%/salt/syspaths.py %%PYTHON_SITELIBDIR%%/salt/syspaths.pyc %%PYTHON_SITELIBDIR%%/salt/template.py @@ -1788,6 +2038,18 @@ %%PYTHON_SITELIBDIR%%/salt/templates/virt/libvirt_volume.jinja %%PYTHON_SITELIBDIR%%/salt/textformat.py %%PYTHON_SITELIBDIR%%/salt/textformat.pyc +%%PYTHON_SITELIBDIR%%/salt/thorium/__init__.py +%%PYTHON_SITELIBDIR%%/salt/thorium/__init__.pyc +%%PYTHON_SITELIBDIR%%/salt/thorium/check.py +%%PYTHON_SITELIBDIR%%/salt/thorium/check.pyc +%%PYTHON_SITELIBDIR%%/salt/thorium/file.py +%%PYTHON_SITELIBDIR%%/salt/thorium/file.pyc +%%PYTHON_SITELIBDIR%%/salt/thorium/local.py +%%PYTHON_SITELIBDIR%%/salt/thorium/local.pyc +%%PYTHON_SITELIBDIR%%/salt/thorium/reg.py +%%PYTHON_SITELIBDIR%%/salt/thorium/reg.pyc +%%PYTHON_SITELIBDIR%%/salt/thorium/timer.py +%%PYTHON_SITELIBDIR%%/salt/thorium/timer.pyc %%PYTHON_SITELIBDIR%%/salt/tops/__init__.py %%PYTHON_SITELIBDIR%%/salt/tops/__init__.pyc %%PYTHON_SITELIBDIR%%/salt/tops/cobbler.py @@ -1834,6 +2096,10 @@ %%PYTHON_SITELIBDIR%%/salt/utils/aws.pyc %%PYTHON_SITELIBDIR%%/salt/utils/boto.py %%PYTHON_SITELIBDIR%%/salt/utils/boto.pyc +%%PYTHON_SITELIBDIR%%/salt/utils/boto3.py +%%PYTHON_SITELIBDIR%%/salt/utils/boto3.pyc +%%PYTHON_SITELIBDIR%%/salt/utils/boto_elb_tag.py +%%PYTHON_SITELIBDIR%%/salt/utils/boto_elb_tag.pyc %%PYTHON_SITELIBDIR%%/salt/utils/cache.py %%PYTHON_SITELIBDIR%%/salt/utils/cache.pyc %%PYTHON_SITELIBDIR%%/salt/utils/cloud.py @@ -1862,6 +2128,8 @@ %%PYTHON_SITELIBDIR%%/salt/utils/etcd_util.pyc %%PYTHON_SITELIBDIR%%/salt/utils/event.py %%PYTHON_SITELIBDIR%%/salt/utils/event.pyc +%%PYTHON_SITELIBDIR%%/salt/utils/extmods.py +%%PYTHON_SITELIBDIR%%/salt/utils/extmods.pyc %%PYTHON_SITELIBDIR%%/salt/utils/filebuffer.py %%PYTHON_SITELIBDIR%%/salt/utils/filebuffer.pyc %%PYTHON_SITELIBDIR%%/salt/utils/files.py @@ -1890,12 +2158,16 @@ %%PYTHON_SITELIBDIR%%/salt/utils/jinja.pyc %%PYTHON_SITELIBDIR%%/salt/utils/job.py %%PYTHON_SITELIBDIR%%/salt/utils/job.pyc +%%PYTHON_SITELIBDIR%%/salt/utils/kickstart.py +%%PYTHON_SITELIBDIR%%/salt/utils/kickstart.pyc %%PYTHON_SITELIBDIR%%/salt/utils/kinds.py %%PYTHON_SITELIBDIR%%/salt/utils/kinds.pyc %%PYTHON_SITELIBDIR%%/salt/utils/lazy.py %%PYTHON_SITELIBDIR%%/salt/utils/lazy.pyc %%PYTHON_SITELIBDIR%%/salt/utils/locales.py %%PYTHON_SITELIBDIR%%/salt/utils/locales.pyc +%%PYTHON_SITELIBDIR%%/salt/utils/mac_utils.py +%%PYTHON_SITELIBDIR%%/salt/utils/mac_utils.pyc %%PYTHON_SITELIBDIR%%/salt/utils/mako.py %%PYTHON_SITELIBDIR%%/salt/utils/mako.pyc %%PYTHON_SITELIBDIR%%/salt/utils/master.py @@ -1938,10 +2210,14 @@ %%PYTHON_SITELIBDIR%%/salt/utils/pkg/__init__.pyc %%PYTHON_SITELIBDIR%%/salt/utils/pkg/rpm.py %%PYTHON_SITELIBDIR%%/salt/utils/pkg/rpm.pyc +%%PYTHON_SITELIBDIR%%/salt/utils/preseed.py +%%PYTHON_SITELIBDIR%%/salt/utils/preseed.pyc %%PYTHON_SITELIBDIR%%/salt/utils/process.py %%PYTHON_SITELIBDIR%%/salt/utils/process.pyc %%PYTHON_SITELIBDIR%%/salt/utils/psutil_compat.py %%PYTHON_SITELIBDIR%%/salt/utils/psutil_compat.pyc +%%PYTHON_SITELIBDIR%%/salt/utils/pushover.py +%%PYTHON_SITELIBDIR%%/salt/utils/pushover.pyc %%PYTHON_SITELIBDIR%%/salt/utils/pycrypto.py %%PYTHON_SITELIBDIR%%/salt/utils/pycrypto.pyc %%PYTHON_SITELIBDIR%%/salt/utils/pydsl.py @@ -1968,6 +2244,8 @@ %%PYTHON_SITELIBDIR%%/salt/utils/schema.pyc %%PYTHON_SITELIBDIR%%/salt/utils/sdb.py %%PYTHON_SITELIBDIR%%/salt/utils/sdb.pyc +%%PYTHON_SITELIBDIR%%/salt/utils/slack.py +%%PYTHON_SITELIBDIR%%/salt/utils/slack.pyc %%PYTHON_SITELIBDIR%%/salt/utils/smb.py %%PYTHON_SITELIBDIR%%/salt/utils/smb.pyc %%PYTHON_SITELIBDIR%%/salt/utils/smtp.py @@ -2002,6 +2280,8 @@ %%PYTHON_SITELIBDIR%%/salt/utils/vt.pyc %%PYTHON_SITELIBDIR%%/salt/utils/vt_helper.py %%PYTHON_SITELIBDIR%%/salt/utils/vt_helper.pyc +%%PYTHON_SITELIBDIR%%/salt/utils/win_runas.py +%%PYTHON_SITELIBDIR%%/salt/utils/win_runas.pyc %%PYTHON_SITELIBDIR%%/salt/utils/winapi.py *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Thu May 26 11:17:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5DA4B4B971; Thu, 26 May 2016 11:17:43 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id AB5A21750; Thu, 26 May 2016 11:17:43 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id A9836181E; Thu, 26 May 2016 11:17:43 +0000 (UTC) Date: Thu, 26 May 2016 11:17:43 +0000 From: Alexey Dokuchaev To: Gerald Pfeifer Cc: Rene Ladan , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r415804 - head/lang/nbc Message-ID: <20160526111743.GA999@FreeBSD.org> References: <201605241802.u4OI20wt078322@repo.freebsd.org> <20160525012029.GA80351@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.0 (2016-04-01) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 11:17:43 -0000 On Wed, May 25, 2016 at 09:32:45PM +0200, Gerald Pfeifer wrote: > On Wed, 25 May 2016, Alexey Dokuchaev wrote: > >> Log: > >> lang/nbc: fix a typo in pkg-descr > > > > One thing I always wonder at is why most people, when noticing a typo, > > won't check if others had made it as well (and fix it in a single nice > > commit): > > > > $ find /usr/ports -name pkg-descr | xargs grep -l langauge > > /usr/ports/print/transfig/pkg-descr > > /usr/ports/textproc/silvercity/pkg-descr > > > > (At least. There might be other files that worth checking as well: > > Makefile, pkg-message, etc.) > > I'm not Rene, but did a recursive grep, which only found those two > cases, and committed fixed for both. Thank you Gerald. Guys, please try to fix all typos at once if you decide to fight even one of them. ./danfe From owner-svn-ports-head@freebsd.org Thu May 26 11:38:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6635B4BFAF; Thu, 26 May 2016 11:38:50 +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 6AAED1277; Thu, 26 May 2016 11:38:50 +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 5A995BE0FB; Thu, 26 May 2016 13:38:48 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 5204EBE0ED; Thu, 26 May 2016 13:38:48 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id BCD336127; Thu, 26 May 2016 13:38:47 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 808B8297DA82; Thu, 26 May 2016 13:38:47 +0200 (CEST) Date: Thu, 26 May 2016 13:38:46 +0200 From: Mathieu Arnold To: Roman Bogorodskiy cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, ganbold@freebsd.org Subject: Re: svn commit: r415833 - in head/databases: . ateam_mysql_ldap_auth ateam_mysql_ldap_auth/files Message-ID: <5DE11CFFAD23033B4909CA05@ogg.in.absolight.net> In-Reply-To: <5102E1AB096676139D372FED@atuin.in.mat.cc> References: <201605251418.u4PEIvLC049487@repo.freebsd.org> <20160526045559.GA97321@dev.san.ru> <5102E1AB096676139D372FED@atuin.in.mat.cc> 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="==========99202BFDBE7A2E06E815==========" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 11:38:50 -0000 --==========99202BFDBE7A2E06E815========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 26 mai 2016 11:05:22 +0200 Mathieu Arnold wrote: | +--On 26 mai 2016 07:56:01 +0300 Roman Bogorodskiy | wrote: || Mathieu Arnold wrote: || On a related note, I'm actually considering just dropping this || RUN_DEPENDS line entirely. Practically, it's obvious that if you're || installing a MySQL plugin for the MySQL server, you'll need the server || itself to use this plugin with. | | I had not seen that you already had the USES=mysql below, it's not a case | I had thought of to be fair. | | You could use USES=mysql:embeded because it depends on the server for | build and run time, but the new proxydeps qa check will tell you that | you're missing USES=mysql... | So, for now, best would be to change the RUN_DEPENDS line to | ${LOCALBASE}/libexec/mysqld:${_MYSQL_SERVER} (it's the same as what | USES=mysql:server does) Or you could leave it like it is right now, I have started some work: https://reviews.freebsd.org/D6575 -- Mathieu Arnold --==========99202BFDBE7A2E06E815========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJXRuBGXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IrTwQALgfZmW7eu6uNjc4G8LtclQ2 dZNSFNfsRe3E34Mi3+R4LWyyGstiyhPd+m558RV+V0i3jwqBpVUGxBwSU33OS8Em rqFfEUAFWl2GDFy6cBvBhH+j1/xjYq6wzFl9FWILvLwNFq8UR/N10Arq0upFMUJJ J76dS3BQ8VSJPQZD9kLFcD6QzqrTmiuAIn60yArzwmcKGUwgTzdAYESDJp0W4HZD Q4L4NAmg9I/U63cXH6W9kzZm9HgHCPKPye2h2ekZ5ytL775i8LenJYkS8MYJ5Yc5 VjLSeQA8qVps48bGLmXZUa9rxjkaiRmgrfZ4WVQJD/ug3ppQz+w2LSOGlS9L3EGj 13ip2e719ItSSZcJo8OvMkP1duyWzjXXXiFUk+bOja5fiuZHU1BpiTutXYUdfmgN D3StmCqxAruwbyG3SHJmVoibmzuthJ3uo2QKV8PImurxKQ8qpeAggYsya76s7Ddm 2ZX5zJ65DRz618npaNZdNu42VmyE+GHbLpFVXj7CIiE+6ioMb/WRsVo0J0juTTAy oXFJZR4t9OmRUlPXXMEnrpkNM1xjrpK0YscNZ3myoifkbGroqUBasEOMzTRrBPl6 YzTzeCbbOISyInn13If4TUJ8vUNGaQLBpwytk576+8hZKtcMQNSdodphImmWJYWD RnuAUD1lfYf/PToT2Nhb =ijrj -----END PGP SIGNATURE----- --==========99202BFDBE7A2E06E815==========-- From owner-svn-ports-head@freebsd.org Thu May 26 11:49:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2999B4A44D for ; Thu, 26 May 2016 11:49:15 +0000 (UTC) (envelope-from bounce+8f475d.c31fc3-svn-ports-head=freebsd.org@mailgun.org) Received: from mail2.static.mgsend.net (mail2.static.mgsend.net [104.130.122.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C5E41AFB for ; Thu, 26 May 2016 11:49:15 +0000 (UTC) (envelope-from bounce+8f475d.c31fc3-svn-ports-head=freebsd.org@mailgun.org) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mailgun.org; q=dns/txt; s=mg; t=1464263354; h=Content-Type: In-Reply-To: MIME-Version: Date: Message-ID: From: To: References: Subject: Reply-To: Sender; bh=BSfgDnt+5vtcLCSkUUlUFmMg9xUfzLue85Ae7zTQGYI=; b=YzatQ3/XmKD32jC6pmV/fljjMJ7EDunI7x8ZRnGx2aU1RFBxWC1qC/T0XST/s/pj3PmEDlW7 SFcShQyVlaOWCvleuAOQCu+sKND9YaBiUNGR3UeACjmErQCrandjqCwjr7EIvYuRv/RabscX JG7w8QttvnGvfr4Xw8IUcWHmZts= DomainKey-Signature: a=rsa-sha1; c=nofws; d=mailgun.org; s=mg; q=dns; h=Sender: Reply-To: Subject: References: To: From: Message-ID: Date: MIME-Version: In-Reply-To: Content-Type; b=jnspMYXcwhmG87beXd6rPfylCIrjY/cpAfyIchHzmU06tt4SMmb2HTeXfuZRoavTHRdr7d Gbbm2mO+eMouIIqRpCObZRrWiuoPAG6BhbCvIiuoPYPzHoA7AMk83SkA8I3qDaJ1wOBpOLc0 SKcytzNER7fIJYiUE8MThZCY9aS00= Sender: fluffy=freebsd.org@mailgun.org X-Mailgun-Sid: WyIwZWQ4MSIsICJzdm4tcG9ydHMtaGVhZEBmcmVlYnNkLm9yZyIsICJjMzFmYzMiXQ== Received: from MBPR-Fluffy.local (host.198.ipoe3.subnets.khb.ttkdv.ru [5.8.203.198]) by mxa.mailgun.org with ESMTP id 5746e0cb.7f3a589486c0-in3; Thu, 26 May 2016 11:40:59 -0000 (UTC) Reply-To: fluffy@FreeBSD.org Subject: Re: svn commit: r415877 - in head: . mail/opensmtpd mail/opensmtpd/files References: <201605260715.u4Q7FHdq012864@repo.freebsd.org> To: Bernard Spil , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Dima Panov Organization: FreeBSD.org Message-ID: <992cee62-0434-4b71-16f0-a8636cc33cfb@FreeBSD.org> Date: Thu, 26 May 2016 21:40:48 +1000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <201605260715.u4Q7FHdq012864@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="sTDKxwWUxpGERFHsSbkrv5n3xMTsw0OEM" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 11:49:16 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --sTDKxwWUxpGERFHsSbkrv5n3xMTsw0OEM Content-Type: multipart/mixed; boundary="rn3RUXq4tE3oMuaKf2milBDfpxSiQTbqD" From: Dima Panov Reply-To: fluffy@FreeBSD.org To: Bernard Spil , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <992cee62-0434-4b71-16f0-a8636cc33cfb@FreeBSD.org> Subject: Re: svn commit: r415877 - in head: . mail/opensmtpd mail/opensmtpd/files References: <201605260715.u4Q7FHdq012864@repo.freebsd.org> In-Reply-To: <201605260715.u4Q7FHdq012864@repo.freebsd.org> --rn3RUXq4tE3oMuaKf2milBDfpxSiQTbqD Content-Type: multipart/mixed; boundary="------------69E9FA47EC77FAAA03BF18CC" This is a multi-part message in MIME format. --------------69E9FA47EC77FAAA03BF18CC Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Good day! 26.05.16 17:15, Bernard Spil =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > Author: brnrd > Date: Thu May 26 07:15:16 2016 > New Revision: 415877 > URL: https://svnweb.freebsd.org/changeset/ports/415877 >=20 > Log: > mail/opensmtpd: Update to 5.9.2 > =20 > - Update to 5.9.2p1 > - Remove usernamelen patch (default 255+1) > - Fix renamed configure args > - Add symlink for makemap (now included in smtpctl) > - Align versioning with other OpenBSD projects > - Add _smtpq group > - Add UPDATING entry for existing installs > - Update pkg-message for existing installs > =20 > Reviewed by: adamw, mat > Approved by: adamw, maintainer (implicit) > Differential Revision: D6421 Some configuration errors, already done in -devel port SSL stuff targetting now by the new way. --=20 Dima Panov (fluffy@FreeBSD.org) (X11, KDE, Office)@FreeBSD team Facebook: http://www.facebook.com/fluffy.khv IRC: fluffy@EFNet, fluffykhv@FreeNode twitter: fluffy_khv | skype: dima.panov --------------69E9FA47EC77FAAA03BF18CC Content-Type: text/plain; charset=UTF-8; x-mac-type="0"; x-mac-creator="0"; name="opensmtpd.diff" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="opensmtpd.diff" LS0tIC91c3IvcG9ydHMvbWFpbC9vcGVuc210cGQvTWFrZWZpbGUJMjAxNi0wNS0yNiAxNzox NToxNi4wMDAwMDAwMDAgKzEwMDAKKysrIE1ha2VmaWxlCTIwMTYtMDUtMjYgMjE6MzQ6Mjgu MDAwMDAwMDAwICsxMDAwCkBAIC00MiwxMiArNDIsMTEgQEAKIAogT1BUSU9OU19TVUI9CXll cwogCi1DQV9CVU5ETEVfQ09ORklHVVJFX1dJVEg9CWNhLWZpbGU9JHtMT0NBTEJBU0V9L3No YXJlL2NlcnRzL2NhLXJvb3QtbnNzLmNydAorQ0FfQlVORExFX0NPTkZJR1VSRV9XSVRIPQlw YXRoLUNBZmlsZT0ke0xPQ0FMQkFTRX0vc2hhcmUvY2VydHMvY2Etcm9vdC1uc3MuY3J0CiBD QV9CVU5ETEVfUlVOX0RFUEVORFM9CSR7TE9DQUxCQVNFfS9zaGFyZS9jZXJ0cy9jYS1yb290 LW5zcy5jcnQ6c2VjdXJpdHkvY2Ffcm9vdF9uc3MKIAogTElCQVNSREVWRUxfTElCX0RFUEVO RFNfT0ZGPQlsaWJhc3Iuc286ZG5zL2xpYmFzcgogTElCQVNSREVWRUxfTElCX0RFUEVORFM9 CWxpYmFzci5zbzpkbnMvbGliYXNyLWRldmVsCi1MSUJBU1JERVZFTF9CUk9LRU49CQlpbmNv bXBhdGlibGUgd2l0aCBsaWJhc3ItZGV2ZWwKIAogUEFNX0NPTkZJR1VSRV9XSVRIPQlhdXRo LXBhbT1zbXRwZAogU1NMX1BPUlRfVkFSUz0JCXdpdGhfb3BlbnNzbF9wb3J0PXllcwpAQCAt NjMsNyArNjIsNyBAQAogCiBDT05GSUdVUkVfQVJHUys9CS0td2l0aC1saWJhc3I9JHtMT0NB TEJBU0V9IFwKIAkJCS0td2l0aC1saWJldmVudD0ke0xPQ0FMQkFTRX0gXAotCQkJLS13aXRo LXNzbD0ke09QRU5TU0xCQVNFfSBcCisJCQktLXdpdGgtbGlic3NsPSR7T1BFTlNTTEJBU0V9 IFwKIAkJCS0tc3lzY29uZmRpcj0ke1BSRUZJWH0vZXRjL21haWwvCiAKIHBvc3QtcGF0Y2g6 Cg== --------------69E9FA47EC77FAAA03BF18CC-- --rn3RUXq4tE3oMuaKf2milBDfpxSiQTbqD-- --sTDKxwWUxpGERFHsSbkrv5n3xMTsw0OEM Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0 Comment: GPGTools - http://gpgtools.org iQIcBAEBCAAGBQJXRuDBAAoJEPuLoJ3VOY8pEbsQAKQNpMzZgXotZZz9xMeQFOl5 7OJEFc4LE6YCMEmLNLJWBBYaLFIXQJAY2UGt8mGrro2Lnsn9k3RlayqW6QzAs6Wc PQa3GjQZmLhaColpC526XUpz1mmutc9NX3ZNBeT850Co4ifP+QzJ+U/7+6wgh9a7 IpxIOtBII20DfIgDo0FvmrlkTl6cQQNchtd7Uv1KO+d4gHTbmiJdPj58z13alyBP 5L2Sdvq39QGxtRFVHK5so7uuxFzh0nK+NEBUqCzXg0pAFjLeDgo3kOweH1bblcp6 0pr584RRqjznnlcE8cQKR21zwuLweqRNDIHPsduvzseF4PQgKaEJW4hOQxbZADkQ MbfheekFcRYACmcazykPFRas3ZRzTnjhJMdkXt2eyqS5JNKZWYRKt1dIlH7RscPJ oLuCKWnOD3VMvSX/rAQFrKNF6o7awZEuv+HXuK3x3MfywEObsR/QGwBqlkWvhxVB zyX9a98YcbqSFIiqxAvlzyhmX90ORBw/7dNtm1kMJhoSEh1GXFw4oxpOEyJfyBgH 0i1nEx6iYAeYRYXm2whjWryRcFhRfUAbV1N4D3aahkZQjPtXA9LjqfHFXTptMHvf I5XaMGMHF+8XybpgoGIfqPgIIRtUw3gwgl6JQ84Cz8kCNmApgf1Zp/Pj5HYi4mtK L4w1L1Tajeh6H1jLeXol =NnAX -----END PGP SIGNATURE----- --sTDKxwWUxpGERFHsSbkrv5n3xMTsw0OEM-- From owner-svn-ports-head@freebsd.org Thu May 26 12:13:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 133E8B49427; Thu, 26 May 2016 12:13:38 +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 E07D71F3A; Thu, 26 May 2016 12:13:37 +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 u4QCDbKZ024892; Thu, 26 May 2016 12:13:37 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QCDbdE024891; Thu, 26 May 2016 12:13:37 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201605261213.u4QCDbdE024891@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 26 May 2016 12:13:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415887 - 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.22 Precedence: list List-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, 26 May 2016 12:13:38 -0000 Author: mat Date: Thu May 26 12:13:36 2016 New Revision: 415887 URL: https://svnweb.freebsd.org/changeset/ports/415887 Log: Indent the .if's for easier reading. Sponsored by: Absolight Modified: head/Mk/bsd.openssl.mk Modified: head/Mk/bsd.openssl.mk ============================================================================== --- head/Mk/bsd.openssl.mk Thu May 26 10:26:24 2016 (r415886) +++ head/Mk/bsd.openssl.mk Thu May 26 12:13:36 2016 (r415887) @@ -44,7 +44,7 @@ WITH_OPENSSL_BASE=yes OPENSSLBASE= /usr OPENSSLDIR?= /etc/ssl -.if !exists(${DESTDIR}/usr/lib/libcrypto.so) +. if !exists(${DESTDIR}/usr/lib/libcrypto.so) check-depends:: @${ECHO_CMD} "Dependency error: This port requires the OpenSSL library, which is part of" @${ECHO_CMD} "the FreeBSD crypto distribution, but not installed on your" @@ -53,63 +53,63 @@ check-depends:: @${ECHO_CMD} "for instructions on how to obtain and install the FreeBSD" @${ECHO_CMD} "OpenSSL distribution." @${FALSE} -.endif -.if exists(${LOCALBASE}/lib/libcrypto.so) +. endif +. if exists(${LOCALBASE}/lib/libcrypto.so) check-depends:: @${ECHO_CMD} "Dependency error: This port wants the OpenSSL library from the FreeBSD" @${ECHO_CMD} "base system. You can't build against it, while a newer" @${ECHO_CMD} "version is installed by a port." @${ECHO_CMD} "Please deinstall the port or undefine WITH_OPENSSL_BASE." @${FALSE} -.endif +. endif # OpenSSL in the base system may not include IDEA for patent licensing reasons. -.if defined(MAKE_IDEA) && !defined(OPENSSL_IDEA) +. if defined(MAKE_IDEA) && !defined(OPENSSL_IDEA) OPENSSL_IDEA= ${MAKE_IDEA} -.else +. else OPENSSL_IDEA?= NO -.endif +. endif -.if ${OPENSSL_IDEA} == "NO" +. if ${OPENSSL_IDEA} == "NO" # XXX This is a hack to work around the fact that /etc/make.conf clobbers # our CFLAGS. It might not be enough for all future ports. -.if defined(HAS_CONFIGURE) +. if defined(HAS_CONFIGURE) CFLAGS+= -DNO_IDEA -.else +. else OPENSSL_CFLAGS+= -DNO_IDEA -.endif +. endif MAKE_ARGS+= OPENSSL_CFLAGS="${OPENSSL_CFLAGS}" -.endif +. endif -.else +.else # !defined(WITH_OPENSSL_BASE) OPENSSLBASE= ${LOCALBASE} -.if !defined(OPENSSL_PORT) && \ +. if !defined(OPENSSL_PORT) && \ exists(${DESTDIR}/${LOCALBASE}/lib/libcrypto.so) # find installed port and use it for dependency -.if !defined(OPENSSL_INSTALLED) -.if defined(DESTDIR) +. if !defined(OPENSSL_INSTALLED) +. if defined(DESTDIR) PKGARGS= -c ${DESTDIR} -.else +. else PKGARGS= -.endif +. endif OPENSSL_INSTALLED!= ${PKG_BIN} ${PKGARGS} which -qo ${LOCALBASE}/lib/libcrypto.so || : -.endif -.if defined(OPENSSL_INSTALLED) && ${OPENSSL_INSTALLED} != "" +. endif +. if defined(OPENSSL_INSTALLED) && ${OPENSSL_INSTALLED} != "" OPENSSL_PORT= ${OPENSSL_INSTALLED} OPENSSL_SHLIBFILE!= ${PKG_INFO} -ql ${OPENSSL_INSTALLED} | ${GREP} "^`${PKG_QUERY} "%p" ${OPENSSL_INSTALLED}`/lib/libcrypto.so.[0-9]*$$" OPENSSL_SHLIBVER?= ${OPENSSL_SHLIBFILE:E} -.endif -.endif +. endif +. endif # LibreSSL and OpenSSL-BETA specific SHLIBVER -.if defined(OPENSSL_PORT) && ${OPENSSL_PORT} == security/libressl +. if defined(OPENSSL_PORT) && ${OPENSSL_PORT} == security/libressl OPENSSL_SHLIBVER?= 37 -.elif defined(OPENSSL_PORT) && ${OPENSSL_PORT} == security/libressl-devel +. elif defined(OPENSSL_PORT) && ${OPENSSL_PORT} == security/libressl-devel OPENSSL_SHLIBVER?= 37 -.elif defined(OPENSSL_PORT) && ${OPENSSL_PORT} == security/openssl-devel +. elif defined(OPENSSL_PORT) && ${OPENSSL_PORT} == security/openssl-devel OPENSSL_SHLIBVER?= 9 -.endif +. endif # default OPENSSL_PORT?= security/openssl @@ -131,9 +131,9 @@ MAKE_ENV+= OPENSSLINC=${OPENSSLINC} MAKE_ENV+= OPENSSLLIB=${OPENSSLLIB} .if defined(OPENSSLRPATH) -.if defined(USE_OPENSSL_RPATH) +. if defined(USE_OPENSSL_RPATH) CFLAGS+= -Wl,-rpath,${OPENSSLRPATH} -.endif +. endif MAKE_ENV+= OPENSSLRPATH=${OPENSSLRPATH} OPENSSL_LDFLAGS+= -Wl,-rpath,${OPENSSLRPATH} .endif From owner-svn-ports-head@freebsd.org Thu May 26 12:20:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4D6FB495CC; Thu, 26 May 2016 12:20:10 +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 8638C125B; Thu, 26 May 2016 12:20:10 +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 u4QCK9hr025232; Thu, 26 May 2016 12:20:09 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QCK9Ze025230; Thu, 26 May 2016 12:20:09 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201605261220.u4QCK9Ze025230@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Thu, 26 May 2016 12:20:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415888 - head/sysutils/monit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 12:20:10 -0000 Author: riggs Date: Thu May 26 12:20:09 2016 New Revision: 415888 URL: https://svnweb.freebsd.org/changeset/ports/415888 Log: Update to upstream release 5.18 PR: 209761 Submitted by: martinp@tildeslash.com (maintainer) Modified: head/sysutils/monit/Makefile head/sysutils/monit/distinfo Modified: head/sysutils/monit/Makefile ============================================================================== --- head/sysutils/monit/Makefile Thu May 26 12:13:36 2016 (r415887) +++ head/sysutils/monit/Makefile Thu May 26 12:20:09 2016 (r415888) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= monit -PORTVERSION= 5.17.1 +PORTVERSION= 5.18 CATEGORIES= sysutils MASTER_SITES= http://www.mmonit.com/monit/dist/ Modified: head/sysutils/monit/distinfo ============================================================================== --- head/sysutils/monit/distinfo Thu May 26 12:13:36 2016 (r415887) +++ head/sysutils/monit/distinfo Thu May 26 12:20:09 2016 (r415888) @@ -1,2 +1,2 @@ -SHA256 (monit-5.17.1.tar.gz) = f71a22cfb6bd91ff46496e72e1d1b1021ecd651e7748131ce0f995cc37ff0b42 -SIZE (monit-5.17.1.tar.gz) = 1231823 +SHA256 (monit-5.18.tar.gz) = 75ccb85fa2ac1f44c9c95c5a6b539a254b0a1d64e16a36ec9eeb867484a4fcaf +SIZE (monit-5.18.tar.gz) = 1239752 From owner-svn-ports-head@freebsd.org Thu May 26 12:32:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB556B49A78; Thu, 26 May 2016 12:32:38 +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 9D9351AD0; Thu, 26 May 2016 12:32:38 +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 u4QCWb3L032427; Thu, 26 May 2016 12:32:37 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QCWbhd032426; Thu, 26 May 2016 12:32:37 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201605261232.u4QCWbhd032426@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Thu, 26 May 2016 12:32:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415889 - head/audio/flac123 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 12:32:38 -0000 Author: riggs Date: Thu May 26 12:32:37 2016 New Revision: 415889 URL: https://svnweb.freebsd.org/changeset/ports/415889 Log: Fix build: Revert r415839 on audio/flac123 Setting WRKSRC is needed due to use of DISTVERSIONSUFFIX in this port. Modified: head/audio/flac123/Makefile Modified: head/audio/flac123/Makefile ============================================================================== --- head/audio/flac123/Makefile Thu May 26 12:20:09 2016 (r415888) +++ head/audio/flac123/Makefile Thu May 26 12:32:37 2016 (r415889) @@ -19,6 +19,7 @@ OPTIONS_DEFINE= DOCS GNU_CONFIGURE= yes USES= autoreconf gmake +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PORTDOCS= README.remote PLIST_FILES= bin/flac123 From owner-svn-ports-head@freebsd.org Thu May 26 12:56:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 517D4B4B14A; Thu, 26 May 2016 12:56:36 +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 1F5601878; Thu, 26 May 2016 12:56:36 +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 u4QCuZLg039934; Thu, 26 May 2016 12:56:35 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QCuZTD039933; Thu, 26 May 2016 12:56:35 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201605261256.u4QCuZTD039933@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Thu, 26 May 2016 12:56:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415890 - head/mail/opensmtpd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 12:56:36 -0000 Author: brnrd Date: Thu May 26 12:56:35 2016 New Revision: 415890 URL: https://svnweb.freebsd.org/changeset/ports/415890 Log: mail/opensmtpd: Fix SSL and CA problems - Change with-ssl to with-ssllib - Change with-ca-file to with-path-CAfile - Remove broken for libasr-devel PR: 208991 Submitted by: fluffy Approved by: maintainer (implicit) Modified: head/mail/opensmtpd/Makefile Modified: head/mail/opensmtpd/Makefile ============================================================================== --- head/mail/opensmtpd/Makefile Thu May 26 12:32:37 2016 (r415889) +++ head/mail/opensmtpd/Makefile Thu May 26 12:56:35 2016 (r415890) @@ -42,12 +42,11 @@ GROUPS= _smtpd _smtpq OPTIONS_SUB= yes -CA_BUNDLE_CONFIGURE_WITH= ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt +CA_BUNDLE_CONFIGURE_WITH= path-CAfile=${LOCALBASE}/share/certs/ca-root-nss.crt CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss LIBASRDEVEL_LIB_DEPENDS_OFF= libasr.so:dns/libasr LIBASRDEVEL_LIB_DEPENDS= libasr.so:dns/libasr-devel -LIBASRDEVEL_BROKEN= incompatible with libasr-devel PAM_CONFIGURE_WITH= auth-pam=smtpd SSL_PORT_VARS= with_openssl_port=yes @@ -63,7 +62,7 @@ WITH_OPENSSL_PORT= yes CONFIGURE_ARGS+= --with-libasr=${LOCALBASE} \ --with-libevent=${LOCALBASE} \ - --with-ssl=${OPENSSLBASE} \ + --with-libssl=${OPENSSLBASE} \ --sysconfdir=${PREFIX}/etc/mail/ post-patch: From owner-svn-ports-head@freebsd.org Thu May 26 13:14:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A671CB4B61E; Thu, 26 May 2016 13:14:47 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5CF0B126B; Thu, 26 May 2016 13:14:46 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id 5v2obFw5oBLFm5v2pbdlso; Thu, 26 May 2016 07:09:48 -0600 X-Authority-Analysis: v=2.2 cv=W5d6blek c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=yrkiwgmsf1kA:10 a=6I5d2MoRAAAA:8 a=BWvPGDcYAAAA:8 a=YxBL1-UpAAAA:8 a=L6ojGp1eg-CS_NoRa9oA:9 a=IjZwj45LgO3ly-622nXo:22 a=pxhY87DP9d2VeQe4joPk:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id EA4C213752; Thu, 26 May 2016 06:09:45 -0700 (PDT) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id u4QD9jjV004381; Thu, 26 May 2016 06:09:45 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201605261309.u4QD9jjV004381@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.cschubert.com/ To: Mathieu Arnold cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r415882 - in head/dns: bind910 bind99 In-Reply-To: Message from Mathieu Arnold of "Thu, 26 May 2016 08:54:58 -0000." <201605260854.u4Q8sw7i050969@repo.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 26 May 2016 06:09:45 -0700 X-CMAE-Envelope: MS4wfEoFITqeJR/kz4QH/Wb8uuQrWVT0AuHN/9uCRQC1VdQN1BiOW7nUlSuNvhAz1Shc4PLEG9qRSJsGWZYjiBoCoElOa0cxi7hrI7XxkvyF2ePtOZdcBywq MgOk3MA2PdtdIo7TK/3HBvO71q6/g3/miCZVe2K8UW3YzqG94c/3PWkbdWkxDWTHKegH0r5D0zwIBesPDbdPHhmzSerztC9axtTokepMYYaP7jQhXr0e6C1u bOo++9E4y028rJ9tLrgYuzVl8gTUFYrT3NdOpLUlZQWzwxwE4F6DHjUUEGrDGgJy X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 13:14:47 -0000 In message <201605260854.u4Q8sw7i050969@repo.freebsd.org>, Mathieu Arnold write s: > Author: mat > Date: Thu May 26 08:54:58 2016 > New Revision: 415882 > URL: https://svnweb.freebsd.org/changeset/ports/415882 > > Log: > Update to 9.9.9-P1 and 9.10.4-P1. > > Sponsored by: Absolight > > Modified: > head/dns/bind910/Makefile (contents, props changed) > head/dns/bind910/distinfo (contents, props changed) > head/dns/bind99/Makefile (contents, props changed) > head/dns/bind99/distinfo (contents, props changed) > > Modified: head/dns/bind910/Makefile > ============================================================================= > = > --- head/dns/bind910/Makefile Thu May 26 08:28:17 2016 (r415881) > +++ head/dns/bind910/Makefile Thu May 26 08:54:58 2016 (r415882) > @@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b > PORTREVISION= 0 > .else > # dns/bind910 here > -PORTREVISION= 1 > +PORTREVISION= 0 > .endif > CATEGORIES= dns net ipv6 > MASTER_SITES= ISC/bind9/${ISCVERSION} > @@ -29,7 +29,7 @@ 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.10.4 > +ISCVERSION= 9.10.4-P1 > > MAKE_JOBS_UNSAFE= yes > > > Modified: head/dns/bind910/distinfo > ============================================================================= > = > --- head/dns/bind910/distinfo Thu May 26 08:28:17 2016 (r415881) > +++ head/dns/bind910/distinfo Thu May 26 08:54:58 2016 (r415882) > @@ -1,2 +1,3 @@ > -SHA256 (bind-9.10.4.tar.gz) = f8d412b38d5ac390275b943bde69f4608f67862a45487e > c854b30e4448fcb056 > -SIZE (bind-9.10.4.tar.gz) = 9318151 > +TIMESTAMP = 1464252479 > +SHA256 (bind-9.10.4-P1.tar.gz) = 7c3b7d1afe48a6bbead8f11f6971fb09eb57fa257dc > 32a088fcc20a0218131a2 > +SIZE (bind-9.10.4-P1.tar.gz) = 9293605 > > Modified: head/dns/bind99/Makefile > ============================================================================= > = > --- head/dns/bind99/Makefile Thu May 26 08:28:17 2016 (r415881) > +++ head/dns/bind99/Makefile Thu May 26 08:54:58 2016 (r415882) > @@ -3,7 +3,7 @@ > > PORTNAME= bind > PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/} > -PORTREVISION= 1 > +PORTREVISION= 0 > CATEGORIES= dns net ipv6 > MASTER_SITES= ISC/bind9/${ISCVERSION} > PKGNAMESUFFIX= 99 > @@ -15,7 +15,7 @@ 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.9.9 > +ISCVERSION= 9.9.9-P1 > > MAKE_JOBS_UNSAFE= yes > > > Modified: head/dns/bind99/distinfo > ============================================================================= > = > --- head/dns/bind99/distinfo Thu May 26 08:28:17 2016 (r415881) > +++ head/dns/bind99/distinfo Thu May 26 08:54:58 2016 (r415882) > @@ -1,4 +1,5 @@ > -SHA256 (bind-9.9.9.tar.gz) = 981c95f9702105007ef29764dd086a7c9cf0d01143012ae > 429dd78714dc51871 > -SIZE (bind-9.9.9.tar.gz) = 8781170 > -SHA256 (9.9.9-rpz2+rl.14038.05.patch.xz) = 863808da519dfa9e0f0cc74b2f66f5cfd > 3af564c54c1157b20922d58776d1811 > -SIZE (9.9.9-rpz2+rl.14038.05.patch.xz) = 39300 > +TIMESTAMP = 1464252734 > +SHA256 (bind-9.9.9-P1.tar.gz) = 9bcc76b8cbee2e64210e80fc6b57a8e8ff07780f994f > 87d5a2aa312cdfa24aa4 > +SIZE (bind-9.9.9-P1.tar.gz) = 8758793 > +SHA256 (9.9.9-P1-rpz2+rl.14038.05.patch.xz) = 230ab0dbf30e8cf956ea6557d00046 > 618abe158cb2fc3c2204c021ace58e5588 > +SIZE (9.9.9-P1-rpz2+rl.14038.05.patch.xz) = 39284 > _______________________________________________ > svn-ports-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" > > Bind910 fails to build: slippy# make ===> License ISCL accepted by the user ===> Found saved configuration for bind910-9.10.3 ===> bind910-9.10.4P1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by bind910-9.10.4P1 for building ===> Extracting for bind910-9.10.4P1 => SHA256 Checksum OK for bind-9.10.4-P1.tar.gz. ===> Patching for bind910-9.10.4P1 ===> Applying FreeBSD patches for bind910-9.10.4P1 Ignoring previously applied (or reversed) patch. 3 out of 3 hunks ignored--saving rejects to lib/dns/include/dns/rbt.h.rej => Patch patch-bug failed to apply cleanly. => Patch(es) patch-bin_tests_system_dlzexternal_Makefile.in applied cleanly. *** Error code 1 Stop. make[1]: stopped in /usr/ports/dns/bind910 *** Error code 1 Stop. make: stopped in /usr/ports/dns/bind910 slippy# -- 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 Thu May 26 13:14:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64D11B4B64A; Thu, 26 May 2016 13:14:59 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 10F85133E; Thu, 26 May 2016 13:14:59 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id 5v5KbFwjSBLFm5v5LbdmI5; Thu, 26 May 2016 07:12:23 -0600 X-Authority-Analysis: v=2.2 cv=W5d6blek c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=yrkiwgmsf1kA:10 a=6I5d2MoRAAAA:8 a=BWvPGDcYAAAA:8 a=YxBL1-UpAAAA:8 a=j_yn50XDiEotO1FCH6UA:9 a=IjZwj45LgO3ly-622nXo:22 a=pxhY87DP9d2VeQe4joPk:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id DBCAF13752; Thu, 26 May 2016 06:12:21 -0700 (PDT) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id u4QDCLD3012841; Thu, 26 May 2016 06:12:21 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201605261312.u4QDCLD3012841@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.cschubert.com/ To: Cy Schubert cc: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r415882 - in head/dns: bind910 bind99 In-Reply-To: Message from Cy Schubert of "Thu, 26 May 2016 06:09:45 -0700." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 26 May 2016 06:12:21 -0700 X-CMAE-Envelope: MS4wfMqY+4zIhdtfuciH2W/BNXR+mkJDLWIz2YfChuqLgt/ckzuPgkTcKjX0davpRje7G2WijeQZrPVG4Of8DD7ra3XzBZ3xf6FW4/dTr7jnyN0dHZ8Y3r3O OXa+UoGF2mz8ob6hO6kFRUQN2IAAdlmCbcJj9L3Y7ji2TRw2tILnRWJJ3JnavxcgIOEe3dJPhNCzz+bnYSibMaXgUOJirLJqO1qshgoV54cU1MRROSRdoaBr 0hNRzZceyqO8ujOzRh73GxF9hfd2zQ3/Bmosw/yrpr/QqxJyhWGkuP12kMrULijO X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 13:14:59 -0000 Cy Schubert writes: > In message <201605260854.u4Q8sw7i050969@repo.freebsd.org>, Mathieu Arnold > write > s: > > Author: mat > > Date: Thu May 26 08:54:58 2016 > > New Revision: 415882 > > URL: https://svnweb.freebsd.org/changeset/ports/415882 > > > > Log: > > Update to 9.9.9-P1 and 9.10.4-P1. > > > > Sponsored by: Absolight > > > > Modified: > > head/dns/bind910/Makefile (contents, props changed) > > head/dns/bind910/distinfo (contents, props changed) > > head/dns/bind99/Makefile (contents, props changed) > > head/dns/bind99/distinfo (contents, props changed) > > > > Modified: head/dns/bind910/Makefile > > =========================================================================== > == > > = > > --- head/dns/bind910/Makefile Thu May 26 08:28:17 2016 (r41588 > 1) > > +++ head/dns/bind910/Makefile Thu May 26 08:54:58 2016 (r41588 > 2) > > @@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b > > PORTREVISION= 0 > > .else > > # dns/bind910 here > > -PORTREVISION= 1 > > +PORTREVISION= 0 > > .endif > > CATEGORIES= dns net ipv6 > > MASTER_SITES= ISC/bind9/${ISCVERSION} > > @@ -29,7 +29,7 @@ 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.10.4 > > +ISCVERSION= 9.10.4-P1 > > > > MAKE_JOBS_UNSAFE= yes > > > > > > Modified: head/dns/bind910/distinfo > > =========================================================================== > == > > = > > --- head/dns/bind910/distinfo Thu May 26 08:28:17 2016 (r41588 > 1) > > +++ head/dns/bind910/distinfo Thu May 26 08:54:58 2016 (r41588 > 2) > > @@ -1,2 +1,3 @@ > > -SHA256 (bind-9.10.4.tar.gz) = f8d412b38d5ac390275b943bde69f4608f67862a4548 > 7e > > c854b30e4448fcb056 > > -SIZE (bind-9.10.4.tar.gz) = 9318151 > > +TIMESTAMP = 1464252479 > > +SHA256 (bind-9.10.4-P1.tar.gz) = 7c3b7d1afe48a6bbead8f11f6971fb09eb57fa257 > dc > > 32a088fcc20a0218131a2 > > +SIZE (bind-9.10.4-P1.tar.gz) = 9293605 > > > > Modified: head/dns/bind99/Makefile > > =========================================================================== > == > > = > > --- head/dns/bind99/Makefile Thu May 26 08:28:17 2016 (r41588 > 1) > > +++ head/dns/bind99/Makefile Thu May 26 08:54:58 2016 (r41588 > 2) > > @@ -3,7 +3,7 @@ > > > > PORTNAME= bind > > PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/} > > -PORTREVISION= 1 > > +PORTREVISION= 0 > > CATEGORIES= dns net ipv6 > > MASTER_SITES= ISC/bind9/${ISCVERSION} > > PKGNAMESUFFIX= 99 > > @@ -15,7 +15,7 @@ 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.9.9 > > +ISCVERSION= 9.9.9-P1 > > > > MAKE_JOBS_UNSAFE= yes > > > > > > Modified: head/dns/bind99/distinfo > > =========================================================================== > == > > = > > --- head/dns/bind99/distinfo Thu May 26 08:28:17 2016 (r41588 > 1) > > +++ head/dns/bind99/distinfo Thu May 26 08:54:58 2016 (r41588 > 2) > > @@ -1,4 +1,5 @@ > > -SHA256 (bind-9.9.9.tar.gz) = 981c95f9702105007ef29764dd086a7c9cf0d01143012 > ae > > 429dd78714dc51871 > > -SIZE (bind-9.9.9.tar.gz) = 8781170 > > -SHA256 (9.9.9-rpz2+rl.14038.05.patch.xz) = 863808da519dfa9e0f0cc74b2f66f5c > fd > > 3af564c54c1157b20922d58776d1811 > > -SIZE (9.9.9-rpz2+rl.14038.05.patch.xz) = 39300 > > +TIMESTAMP = 1464252734 > > +SHA256 (bind-9.9.9-P1.tar.gz) = 9bcc76b8cbee2e64210e80fc6b57a8e8ff07780f99 > 4f > > 87d5a2aa312cdfa24aa4 > > +SIZE (bind-9.9.9-P1.tar.gz) = 8758793 > > +SHA256 (9.9.9-P1-rpz2+rl.14038.05.patch.xz) = 230ab0dbf30e8cf956ea6557d000 > 46 > > 618abe158cb2fc3c2204c021ace58e5588 > > +SIZE (9.9.9-P1-rpz2+rl.14038.05.patch.xz) = 39284 > > _______________________________________________ > > svn-ports-all@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" > > > > > > Bind910 fails to build: > > slippy# make > ===> License ISCL accepted by the user > ===> Found saved configuration for bind910-9.10.3 > ===> bind910-9.10.4P1 depends on file: /usr/local/sbin/pkg - found > ===> Fetching all distfiles required by bind910-9.10.4P1 for building > ===> Extracting for bind910-9.10.4P1 > => SHA256 Checksum OK for bind-9.10.4-P1.tar.gz. > ===> Patching for bind910-9.10.4P1 > ===> Applying FreeBSD patches for bind910-9.10.4P1 > Ignoring previously applied (or reversed) patch. > 3 out of 3 hunks ignored--saving rejects to lib/dns/include/dns/rbt.h.rej > => Patch patch-bug failed to apply cleanly. > => Patch(es) patch-bin_tests_system_dlzexternal_Makefile.in applied cleanly. > *** Error code 1 > > Stop. > make[1]: stopped in /usr/ports/dns/bind910 > *** Error code 1 > > Stop. > make: stopped in /usr/ports/dns/bind910 > slippy# Never mind. I had some left over junk in my ports tree. Sorry. -- 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 Thu May 26 13:16:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5706B4B726; Thu, 26 May 2016 13:16: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 7B6EA16C0; Thu, 26 May 2016 13:16: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 u4QDGmYJ047344; Thu, 26 May 2016 13:16:48 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QDGmrY047342; Thu, 26 May 2016 13:16:48 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605261316.u4QDGmrY047342@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 26 May 2016 13:16:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415891 - head/sysutils/qjail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 13:16:49 -0000 Author: amdmi3 Date: Thu May 26 13:16:48 2016 New Revision: 415891 URL: https://svnweb.freebsd.org/changeset/ports/415891 Log: - Update to 4.7 Changes: 1. When running "qjail create -c" option for creating a jail with ssh and a user id / password of the jail name. On first start the user id gets created in the jail. This first start status was not being turned off. Added code to start logic to fix this. 2. Did not like the way console function was handling console commands being passed to the jail for execution. Changed the logic so it works like this. If -c option used alone or if -c & -u used together, them default jexec command format used. If no -c option then "jexec jailname login -f " format used. This is real login causing the Welcome message to display. 3. Corrected the qjail manual console function to document usage of -c and -u flags. PR: 209737 Submitted by: qjail1@a1poweruser.com (maintainer) Modified: head/sysutils/qjail/Makefile head/sysutils/qjail/distinfo Modified: head/sysutils/qjail/Makefile ============================================================================== --- head/sysutils/qjail/Makefile Thu May 26 12:56:35 2016 (r415890) +++ head/sysutils/qjail/Makefile Thu May 26 13:16:48 2016 (r415891) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qjail -PORTVERSION= 4.6 +PORTVERSION= 4.7 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} Modified: head/sysutils/qjail/distinfo ============================================================================== --- head/sysutils/qjail/distinfo Thu May 26 12:56:35 2016 (r415890) +++ head/sysutils/qjail/distinfo Thu May 26 13:16:48 2016 (r415891) @@ -1,2 +1,2 @@ -SHA256 (qjail-4.6.tar.bz2) = 38758d386bb20eebedde60f9dfdd7c4697c6c2b93fdf85cb468bab89ace8f32b -SIZE (qjail-4.6.tar.bz2) = 62735 +SHA256 (qjail-4.7.tar.bz2) = 42c72de6a3cf3deb19f84c8e3f95a9054fe226d9e17675397e5d46dd31143e8d +SIZE (qjail-4.7.tar.bz2) = 62754 From owner-svn-ports-head@freebsd.org Thu May 26 13:18:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04C62B4B7B8; Thu, 26 May 2016 13:18: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 D1F13180F; Thu, 26 May 2016 13:18: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 u4QDIBpi047529; Thu, 26 May 2016 13:18:11 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QDIA5l047526; Thu, 26 May 2016 13:18:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605261318.u4QDIA5l047526@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 26 May 2016 13:18:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415892 - head/www/py-seafobj X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 13:18:12 -0000 Author: amdmi3 Date: Thu May 26 13:18:10 2016 New Revision: 415892 URL: https://svnweb.freebsd.org/changeset/ports/415892 Log: - Update to 5.1.5 - Switch to seafile user PR: 205123 Submitted by: Ultima1252@gmail.com (maintainer) Modified: head/www/py-seafobj/Makefile head/www/py-seafobj/distinfo head/www/py-seafobj/pkg-plist Modified: head/www/py-seafobj/Makefile ============================================================================== --- head/www/py-seafobj/Makefile Thu May 26 13:16:48 2016 (r415891) +++ head/www/py-seafobj/Makefile Thu May 26 13:18:10 2016 (r415892) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= seafobj -PORTVERSION= 5.1.0 +PORTVERSION= 5.1.5 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -pro CATEGORIES= www python @@ -25,11 +25,11 @@ SEAFILE_SERVER= ${HAIWENDIR}/seafile-ser SEAHUBDIR= ${SEAFILE_SERVER}/seahub SITEPACKAGEDIR= ${SEAHUBDIR}/thirdpart -SEAFILE_USERNAME?= www -SEAFILE_GROUPNAME?= ${SEAFILE_USERNAME} +USERS= seafile +GROUPS= ${USERS} -PLIST_SUB= SEAFILE_USERNAME=${SEAFILE_USERNAME} \ - SEAFILE_GROUPNAME=${SEAFILE_GROUPNAME} \ +PLIST_SUB= USERS=${USERS} \ + GROUPS=${GROUPS} \ SEAFILE_SERVER=${SEAFILE_SERVER} \ SEAHUBDIR=${SEAHUBDIR} \ HAIWENDIR=${HAIWENDIR} \ Modified: head/www/py-seafobj/distinfo ============================================================================== --- head/www/py-seafobj/distinfo Thu May 26 13:16:48 2016 (r415891) +++ head/www/py-seafobj/distinfo Thu May 26 13:18:10 2016 (r415892) @@ -1,2 +1,3 @@ -SHA256 (haiwen-seafobj-v5.1.0-pro_GH0.tar.gz) = 30d5f2e9ca38c2226eabef8468c23ac22c9258840236845420fd1ecfd20ef743 -SIZE (haiwen-seafobj-v5.1.0-pro_GH0.tar.gz) = 6617199 +TIMESTAMP = 1464112047 +SHA256 (haiwen-seafobj-v5.1.5-pro_GH0.tar.gz) = b1e5874bc881c9721c462f6791cfa1467515d464e98c998afbc482f1ec45f865 +SIZE (haiwen-seafobj-v5.1.5-pro_GH0.tar.gz) = 6620641 Modified: head/www/py-seafobj/pkg-plist ============================================================================== --- head/www/py-seafobj/pkg-plist Thu May 26 13:16:48 2016 (r415891) +++ head/www/py-seafobj/pkg-plist Thu May 26 13:18:10 2016 (r415892) @@ -19,6 +19,9 @@ %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/backends/s3.py %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/backends/s3.pyc %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/backends/s3.pyo +%%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/backends/swift.py +%%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/backends/swift.pyc +%%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/backends/swift.pyo %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/blocks.py %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/blocks.pyc %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/blocks.pyo @@ -40,5 +43,8 @@ %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/utils/ceph_utils.py %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/utils/ceph_utils.pyc %%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/utils/ceph_utils.pyo -@dir(%%SEAFILE_USERNAME%%,%%SEAFILE_GROUPNAME%%,755) %%SEAHUBDIR%% -@dir(%%SEAFILE_USERNAME%%,%%SEAFILE_GROUPNAME%%,755) %%HAIWENDIR%% +%%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/utils/crypto.py +%%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/utils/crypto.pyc +%%SEAFILE_SERVER%%/seahub/thirdpart/seafobj/utils/crypto.pyo +@dir(%%USERS%%,%%GROUPS%%,755) %%SEAHUBDIR%% +@dir(%%USERS%%,%%GROUPS%%,755) %%HAIWENDIR%% From owner-svn-ports-head@freebsd.org Thu May 26 13:18:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BDB6B4B7F2; Thu, 26 May 2016 13:18:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C3AC91886; Thu, 26 May 2016 13:18:17 +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 u4QDIG0U047674; Thu, 26 May 2016 13:18:16 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QDIG0u047670; Thu, 26 May 2016 13:18:16 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605261318.u4QDIG0u047670@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 26 May 2016 13:18:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415893 - head/www/py-seafdav X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 13:18:18 -0000 Author: amdmi3 Date: Thu May 26 13:18:16 2016 New Revision: 415893 URL: https://svnweb.freebsd.org/changeset/ports/415893 Log: - Update to 5.1.5 - Switch to seafile user PR: 205122 Submitted by: Ultima1252@gmail.com (maintainer) Modified: head/www/py-seafdav/Makefile head/www/py-seafdav/distinfo head/www/py-seafdav/pkg-plist Modified: head/www/py-seafdav/Makefile ============================================================================== --- head/www/py-seafdav/Makefile Thu May 26 13:18:10 2016 (r415892) +++ head/www/py-seafdav/Makefile Thu May 26 13:18:16 2016 (r415893) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= seafdav -PORTVERSION= 5.1.0 +PORTVERSION= 5.1.5 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -pro CATEGORIES= www python @@ -25,11 +25,11 @@ SEAFILE_SERVER= ${HAIWENDIR}/seafile-ser SEAHUBDIR= ${SEAFILE_SERVER}/seahub SITEPACKAGEDIR= ${SEAHUBDIR}/thirdpart -SEAFILE_USERNAME?= www -SEAFILE_GROUPNAME?= ${SEAFILE_USERNAME} +USERS= seafile +GROUPS= ${USERS} -PLIST_SUB= SEAFILE_USERNAME=${SEAFILE_USERNAME} \ - SEAFILE_GROUPNAME=${SEAFILE_GROUPNAME} \ +PLIST_SUB= USERS=${USERS} \ + GROUPS=${GROUPS} \ SEAFILE_SERVER=${SEAFILE_SERVER} \ SEAHUBDIR=${SEAHUBDIR} \ HAIWENDIR=${HAIWENDIR} \ Modified: head/www/py-seafdav/distinfo ============================================================================== --- head/www/py-seafdav/distinfo Thu May 26 13:18:10 2016 (r415892) +++ head/www/py-seafdav/distinfo Thu May 26 13:18:16 2016 (r415893) @@ -1,2 +1,3 @@ -SHA256 (haiwen-seafdav-v5.1.0-pro_GH0.tar.gz) = 93a85d22a97b0faea379968ad9b1280ff27147b5f144e4ae1aae7124cf0dc870 -SIZE (haiwen-seafdav-v5.1.0-pro_GH0.tar.gz) = 2556025 +TIMESTAMP = 1464112026 +SHA256 (haiwen-seafdav-v5.1.5-pro_GH0.tar.gz) = 7d3cdcd89af02c4b20405423963b1e28dece2345f0cb16d4a3f3ced2928f5c15 +SIZE (haiwen-seafdav-v5.1.5-pro_GH0.tar.gz) = 2553980 Modified: head/www/py-seafdav/pkg-plist ============================================================================== --- head/www/py-seafdav/pkg-plist Thu May 26 13:18:10 2016 (r415892) +++ head/www/py-seafdav/pkg-plist Thu May 26 13:18:16 2016 (r415893) @@ -140,9 +140,6 @@ %%SEAFILE_SERVER%%/seahub/thirdpart/wsgidav/server/server_sample.py %%SEAFILE_SERVER%%/seahub/thirdpart/wsgidav/server/server_sample.pyc %%SEAFILE_SERVER%%/seahub/thirdpart/wsgidav/server/server_sample.pyo -%%SEAFILE_SERVER%%/seahub/thirdpart/wsgidav/server/settings.py -%%SEAFILE_SERVER%%/seahub/thirdpart/wsgidav/server/settings.pyc -%%SEAFILE_SERVER%%/seahub/thirdpart/wsgidav/server/settings.pyo %%SEAFILE_SERVER%%/seahub/thirdpart/wsgidav/util.py %%SEAFILE_SERVER%%/seahub/thirdpart/wsgidav/util.pyc %%SEAFILE_SERVER%%/seahub/thirdpart/wsgidav/util.pyo @@ -155,5 +152,5 @@ %%SEAFILE_SERVER%%/seahub/thirdpart/wsgidav/xml_tools.py %%SEAFILE_SERVER%%/seahub/thirdpart/wsgidav/xml_tools.pyc %%SEAFILE_SERVER%%/seahub/thirdpart/wsgidav/xml_tools.pyo -@dir(%%SEAFILE_USERNAME%%,%%SEAFILE_GROUPNAME%%,755) %%SEAHUBDIR%% -@dir(%%SEAFILE_USERNAME%%,%%SEAFILE_GROUPNAME%%,755) %%HAIWENDIR%% +@dir(%%USERS%%,%%GROUPS%%,755) %%SEAHUBDIR%% +@dir(%%USERS%%,%%GROUPS%%,755) %%HAIWENDIR%% From owner-svn-ports-head@freebsd.org Thu May 26 13:18:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0EFC4B4B86B; Thu, 26 May 2016 13:18:50 +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 A17EF1A30; Thu, 26 May 2016 13:18:49 +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 360ABBDD10; Thu, 26 May 2016 15:18:47 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 09217BDCFA; Thu, 26 May 2016 15:18:47 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 6687A6127; Thu, 26 May 2016 15:18:46 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 207F6297F98F; Thu, 26 May 2016 15:18:46 +0200 (CEST) Date: Thu, 26 May 2016 15:18:45 +0200 From: Mathieu Arnold To: Cy Schubert cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r415882 - in head/dns: bind910 bind99 Message-ID: <5CA11FC753652259FB35064F@ogg.in.absolight.net> In-Reply-To: <201605261309.u4QD9jjV004381@slippy.cwsent.com> References: <201605261309.u4QD9jjV004381@slippy.cwsent.com> 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="==========C40AF10B8DB27FDAD97E==========" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 13:18:50 -0000 --==========C40AF10B8DB27FDAD97E========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 26 mai 2016 06:09:45 -0700 Cy Schubert wrote: | In message <201605260854.u4Q8sw7i050969@repo.freebsd.org>, Mathieu Arnold | write | s: |> Author: mat |> Date: Thu May 26 08:54:58 2016 |> New Revision: 415882 |> URL: https://svnweb.freebsd.org/changeset/ports/415882 |> |> Log: |> Update to 9.9.9-P1 and 9.10.4-P1. |> |> Sponsored by: Absolight |> |> Modified: |> head/dns/bind910/Makefile (contents, props changed) |> head/dns/bind910/distinfo (contents, props changed) |> head/dns/bind99/Makefile (contents, props changed) |> head/dns/bind99/distinfo (contents, props changed) |> |> Modified: head/dns/bind910/Makefile |> ======================================================================== |> ===== = |> --- head/dns/bind910/Makefile Thu May 26 08:28:17 2016 (r415881) |> +++ head/dns/bind910/Makefile Thu May 26 08:54:58 2016 (r415882) |> @@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b |> PORTREVISION= 0 |> .else |> # dns/bind910 here |> -PORTREVISION= 1 |> +PORTREVISION= 0 |> .endif |> CATEGORIES= dns net ipv6 |> MASTER_SITES= ISC/bind9/${ISCVERSION} |> @@ -29,7 +29,7 @@ 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.10.4 |> +ISCVERSION= 9.10.4-P1 |> |> MAKE_JOBS_UNSAFE= yes |> |> |> Modified: head/dns/bind910/distinfo |> ======================================================================== |> ===== = |> --- head/dns/bind910/distinfo Thu May 26 08:28:17 2016 (r415881) |> +++ head/dns/bind910/distinfo Thu May 26 08:54:58 2016 (r415882) |> @@ -1,2 +1,3 @@ |> -SHA256 (bind-9.10.4.tar.gz) = |> f8d412b38d5ac390275b943bde69f4608f67862a45487e c854b30e4448fcb056 |> -SIZE (bind-9.10.4.tar.gz) = 9318151 |> +TIMESTAMP = 1464252479 |> +SHA256 (bind-9.10.4-P1.tar.gz) = |> 7c3b7d1afe48a6bbead8f11f6971fb09eb57fa257dc 32a088fcc20a0218131a2 |> +SIZE (bind-9.10.4-P1.tar.gz) = 9293605 |> |> Modified: head/dns/bind99/Makefile |> ======================================================================== |> ===== = |> --- head/dns/bind99/Makefile Thu May 26 08:28:17 2016 (r415881) |> +++ head/dns/bind99/Makefile Thu May 26 08:54:58 2016 (r415882) |> @@ -3,7 +3,7 @@ |> |> PORTNAME= bind |> PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/} |> -PORTREVISION= 1 |> +PORTREVISION= 0 |> CATEGORIES= dns net ipv6 |> MASTER_SITES= ISC/bind9/${ISCVERSION} |> PKGNAMESUFFIX= 99 |> @@ -15,7 +15,7 @@ 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.9.9 |> +ISCVERSION= 9.9.9-P1 |> |> MAKE_JOBS_UNSAFE= yes |> |> |> Modified: head/dns/bind99/distinfo |> ======================================================================== |> ===== = |> --- head/dns/bind99/distinfo Thu May 26 08:28:17 2016 (r415881) |> +++ head/dns/bind99/distinfo Thu May 26 08:54:58 2016 (r415882) |> @@ -1,4 +1,5 @@ |> -SHA256 (bind-9.9.9.tar.gz) = |> 981c95f9702105007ef29764dd086a7c9cf0d01143012ae 429dd78714dc51871 |> -SIZE (bind-9.9.9.tar.gz) = 8781170 |> -SHA256 (9.9.9-rpz2+rl.14038.05.patch.xz) = |> 863808da519dfa9e0f0cc74b2f66f5cfd 3af564c54c1157b20922d58776d1811 |> -SIZE (9.9.9-rpz2+rl.14038.05.patch.xz) = 39300 |> +TIMESTAMP = 1464252734 |> +SHA256 (bind-9.9.9-P1.tar.gz) = |> 9bcc76b8cbee2e64210e80fc6b57a8e8ff07780f994f 87d5a2aa312cdfa24aa4 |> +SIZE (bind-9.9.9-P1.tar.gz) = 8758793 |> +SHA256 (9.9.9-P1-rpz2+rl.14038.05.patch.xz) = |> 230ab0dbf30e8cf956ea6557d00046 618abe158cb2fc3c2204c021ace58e5588 |> +SIZE (9.9.9-P1-rpz2+rl.14038.05.patch.xz) = 39284 |> _______________________________________________ |> svn-ports-all@freebsd.org mailing list |> https://lists.freebsd.org/mailman/listinfo/svn-ports-all |> To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" |> |> | | Bind910 fails to build: | | slippy# make | => Patch patch-bug failed to apply cleanly. You have a local patch that fails to apply. -- Mathieu Arnold --==========C40AF10B8DB27FDAD97E========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJXRve1XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85I4dEP/3eyfeQ/208Uh5iCUVKZPhoA DRIcdRfHER0rG8IWBLGzaUfgy0WqhFH/2+2j/gkwT1JkFmehJwVswAR9Lt2Vz2w4 3SaZ1/ecSMTs2lMuVGh/ZGkvIAvd94hP3ujXRGfFCp1b1PgkWfkRJS0IFYV6TrPE wQbXLBV7dUmSiZjKmrQtSTJ5ULt9lugBc70OLLf9T9z/YHYUajxuFjmhBvfr0G0G lWubB65Ca/k8WiLst8taUqM0WovYgpUqghdGv1oJ9WXg1S0quwdo3JpRCJkIxVAR pvbrOr5hNjATZ/hkUROlMaOjkDcwvevCp/EE1RnnDlkUrwMpjE6meYzbkHCGpM6I mWEs2HpaM28Tc7r4BlMZmzWRz2H8lFhgdKwjKnvJ3ef4kC6reD1nB4FIn42vL0eQ eZ0jmzg126hyJuCHabOF5y3ZyByUkdlZxlSCaPAAp3/cdnLXM5GjQjw42ECNwhqS YEvpd7YYp9qtZ8+l0T6Ca2gjrcKos6xsIhvjYPQC6AnegHm8V+ej+GD3jDmMDLA9 rkIigPQcTE/W7nU53tSI7JNyf5kelWWjLAUXLdh8mylp3newIb+qu4TWHzhPCis2 6z2DOQydq0VvEXgZLKoY0YyVWZHzZnVdpO9mclgNI/kEpOYHuCF5EvsWVB0R57r/ /hrn6jGqf8M3ygbvwXJp =htsg -----END PGP SIGNATURE----- --==========C40AF10B8DB27FDAD97E==========-- From owner-svn-ports-head@freebsd.org Thu May 26 13:20:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08E3BB4B911; Thu, 26 May 2016 13:20:35 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B565E1CC1; Thu, 26 May 2016 13:20:34 +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 u4QDKXRs047953; Thu, 26 May 2016 13:20:33 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QDKX2S047951; Thu, 26 May 2016 13:20:33 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605261320.u4QDKX2S047951@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 26 May 2016 13:20:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415894 - in head/graphics/gimageview: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 13:20:35 -0000 Author: amdmi3 Date: Thu May 26 13:20:33 2016 New Revision: 415894 URL: https://svnweb.freebsd.org/changeset/ports/415894 Log: - Take maintainership - Switch to USES=localbase - Fix EXIF option: libexif is bundled, don't use external header (unfortunately, couldn't make it work with external libexif) - Add possibly empty directory to plist Deleted: head/graphics/gimageview/files/extra-patch-src-exit_view.c Modified: head/graphics/gimageview/Makefile head/graphics/gimageview/pkg-plist Modified: head/graphics/gimageview/Makefile ============================================================================== --- head/graphics/gimageview/Makefile Thu May 26 13:18:16 2016 (r415893) +++ head/graphics/gimageview/Makefile Thu May 26 13:20:33 2016 (r415894) @@ -7,7 +7,7 @@ PORTREVISION= 21 CATEGORIES= graphics MASTER_SITES= SF/gtkmmviewer/${PORTNAME}/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amdmi3@FreeBSD.org COMMENT= Yet another GTK+ based image viewer LICENSE= GPLv2+ @@ -15,13 +15,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png -USES= gmake jpeg libtool pkgconfig +USES= gmake jpeg libtool localbase pkgconfig GNU_CONFIGURE= yes USE_GNOME= gtk20 USE_XORG= ice xinerama CONFIGURE_ARGS= --with-gtk2 -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip OPTIONS_DEFINE= SPLASH NLS LIBMNG LIBWMF LIBRSVG2 LIBEXIF MPLAYER LIBXINE DOCS @@ -43,9 +41,8 @@ LIBWMF_LIB_DEPENDS= libwmf.so:graphics/l LIBRSVG2_CONFIGURE_WITH=librsvg LIBRSVG2_LIB_DEPENDS= librsvg-2.so:graphics/librsvg2 -LIBEXIF_CONFIGURE_ENABLE=exif -LIBEXIF_LIB_DEPENDS= libexif.so:graphics/libexif -LIBEXIF_EXTRA_PATCHES= ${FILESDIR}/extra-patch-src-exit_view.c +LIBEXIF_CONFIGURE_ENABLE=exif # bundled exif is used +LIBEXIF_BROKEN_OFF= does not build without libexif support MPLAYER_CONFIGURE_ENABLE=mplayer MPLAYER_RUN_DEPENDS= mplayer:multimedia/mplayer Modified: head/graphics/gimageview/pkg-plist ============================================================================== --- head/graphics/gimageview/pkg-plist Thu May 26 13:18:16 2016 (r415893) +++ head/graphics/gimageview/pkg-plist Thu May 26 13:20:33 2016 (r415894) @@ -119,3 +119,4 @@ share/gimageview/pixmaps/default/zoom_ou %%NLS%%share/locale/fr/LC_MESSAGES/gimageview.mo %%NLS%%share/locale/ja/LC_MESSAGES/gimageview.mo share/pixmaps/gimv.png +@dir lib/gimageview/image_view From owner-svn-ports-head@freebsd.org Thu May 26 13:22:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DE0AB4BA6F; Thu, 26 May 2016 13:22:12 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D93201F97; Thu, 26 May 2016 13:22:11 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id 5vEibVac9EWlr5vEjbPAZ5; Thu, 26 May 2016 07:22:05 -0600 X-Authority-Analysis: v=2.2 cv=P7p4vWIu c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=yrkiwgmsf1kA:10 a=tbghlPowAAAA:8 a=BWvPGDcYAAAA:8 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=0UM5aqSUlhsGg6NvaLcA:9 a=Vz0n7OcZRVeuNOcUiDeK:22 a=pxhY87DP9d2VeQe4joPk:22 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id C44A513752; Thu, 26 May 2016 06:22:03 -0700 (PDT) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id u4QDM3wN052983; Thu, 26 May 2016 06:22:03 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201605261322.u4QDM3wN052983@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.cschubert.com/ To: Mathieu Arnold cc: Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r415882 - in head/dns: bind910 bind99 In-Reply-To: Message from Mathieu Arnold of "Thu, 26 May 2016 15:18:45 +0200." <5CA11FC753652259FB35064F@ogg.in.absolight.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 26 May 2016 06:22:03 -0700 X-CMAE-Envelope: MS4wfMdVuFWV93Vjasz9CG5pFfRrXplBNSl/zrKT50aIRqRRIN5Kt+4V3fwtEt0JvUAx4t5yMAzCSM1O/lHVBrRMgs6qVWHnpTYQVBIJK2GS37ClZsfK/I8D 1/+8INxeskslW/xW2G2JfeEVrW7ZaXLiFIaC/y4Bb2JpkOHG7UnT2dpy49iJ0oocI5yoNttJx+gSzVQJuy5MFrZLI5bEl88iRPZeow3WC87FaY9yRMpXRmz1 4ut4iQAMbplSqmyV+v0Eaur8YfV9oGgvH800KUHFvOeGrXujsYHnzRDcLyPZjKA0 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 13:22:12 -0000 In message <5CA11FC753652259FB35064F@ogg.in.absolight.net>, Mathieu Arnold writ es: > --==========C40AF10B8DB27FDAD97E========== > Content-Type: text/plain; charset=us-ascii > Content-Transfer-Encoding: 7bit > Content-Disposition: inline > > +--On 26 mai 2016 06:09:45 -0700 Cy Schubert > wrote: > | In message <201605260854.u4Q8sw7i050969@repo.freebsd.org>, Mathieu Arnold > | write > | s: > |> Author: mat > |> Date: Thu May 26 08:54:58 2016 > |> New Revision: 415882 > |> URL: https://svnweb.freebsd.org/changeset/ports/415882 > |> > |> Log: > |> Update to 9.9.9-P1 and 9.10.4-P1. > |> > |> Sponsored by: Absolight > |> > |> Modified: > |> head/dns/bind910/Makefile (contents, props changed) > |> head/dns/bind910/distinfo (contents, props changed) > |> head/dns/bind99/Makefile (contents, props changed) > |> head/dns/bind99/distinfo (contents, props changed) > |> > |> Modified: head/dns/bind910/Makefile > |> ======================================================================== > |> ===== = > |> --- head/dns/bind910/Makefile Thu May 26 08:28:17 2016 (r41588 > 1) > |> +++ head/dns/bind910/Makefile Thu May 26 08:54:58 2016 (r41588 > 2) > |> @@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b > |> PORTREVISION= 0 > |> .else > |> # dns/bind910 here > |> -PORTREVISION= 1 > |> +PORTREVISION= 0 > |> .endif > |> CATEGORIES= dns net ipv6 > |> MASTER_SITES= ISC/bind9/${ISCVERSION} > |> @@ -29,7 +29,7 @@ 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.10.4 > |> +ISCVERSION= 9.10.4-P1 > |> > |> MAKE_JOBS_UNSAFE= yes > |> > |> > |> Modified: head/dns/bind910/distinfo > |> ======================================================================== > |> ===== = > |> --- head/dns/bind910/distinfo Thu May 26 08:28:17 2016 (r41588 > 1) > |> +++ head/dns/bind910/distinfo Thu May 26 08:54:58 2016 (r41588 > 2) > |> @@ -1,2 +1,3 @@ > |> -SHA256 (bind-9.10.4.tar.gz) = > |> f8d412b38d5ac390275b943bde69f4608f67862a45487e c854b30e4448fcb056 > |> -SIZE (bind-9.10.4.tar.gz) = 9318151 > |> +TIMESTAMP = 1464252479 > |> +SHA256 (bind-9.10.4-P1.tar.gz) = > |> 7c3b7d1afe48a6bbead8f11f6971fb09eb57fa257dc 32a088fcc20a0218131a2 > |> +SIZE (bind-9.10.4-P1.tar.gz) = 9293605 > |> > |> Modified: head/dns/bind99/Makefile > |> ======================================================================== > |> ===== = > |> --- head/dns/bind99/Makefile Thu May 26 08:28:17 2016 (r41588 > 1) > |> +++ head/dns/bind99/Makefile Thu May 26 08:54:58 2016 (r41588 > 2) > |> @@ -3,7 +3,7 @@ > |> > |> PORTNAME= bind > |> PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/} > |> -PORTREVISION= 1 > |> +PORTREVISION= 0 > |> CATEGORIES= dns net ipv6 > |> MASTER_SITES= ISC/bind9/${ISCVERSION} > |> PKGNAMESUFFIX= 99 > |> @@ -15,7 +15,7 @@ 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.9.9 > |> +ISCVERSION= 9.9.9-P1 > |> > |> MAKE_JOBS_UNSAFE= yes > |> > |> > |> Modified: head/dns/bind99/distinfo > |> ======================================================================== > |> ===== = > |> --- head/dns/bind99/distinfo Thu May 26 08:28:17 2016 (r41588 > 1) > |> +++ head/dns/bind99/distinfo Thu May 26 08:54:58 2016 (r41588 > 2) > |> @@ -1,4 +1,5 @@ > |> -SHA256 (bind-9.9.9.tar.gz) = > |> 981c95f9702105007ef29764dd086a7c9cf0d01143012ae 429dd78714dc51871 > |> -SIZE (bind-9.9.9.tar.gz) = 8781170 > |> -SHA256 (9.9.9-rpz2+rl.14038.05.patch.xz) = > |> 863808da519dfa9e0f0cc74b2f66f5cfd 3af564c54c1157b20922d58776d1811 > |> -SIZE (9.9.9-rpz2+rl.14038.05.patch.xz) = 39300 > |> +TIMESTAMP = 1464252734 > |> +SHA256 (bind-9.9.9-P1.tar.gz) = > |> 9bcc76b8cbee2e64210e80fc6b57a8e8ff07780f994f 87d5a2aa312cdfa24aa4 > |> +SIZE (bind-9.9.9-P1.tar.gz) = 8758793 > |> +SHA256 (9.9.9-P1-rpz2+rl.14038.05.patch.xz) = > |> 230ab0dbf30e8cf956ea6557d00046 618abe158cb2fc3c2204c021ace58e5588 > |> +SIZE (9.9.9-P1-rpz2+rl.14038.05.patch.xz) = 39284 > |> _______________________________________________ > |> svn-ports-all@freebsd.org mailing list > |> https://lists.freebsd.org/mailman/listinfo/svn-ports-all > |> To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" > |> > |> > | > | Bind910 fails to build: > | > | slippy# make > | => Patch patch-bug failed to apply cleanly. > > You have a local patch that fails to apply. Yup, that's what my follow-up email said. Caught it after I hit send. Sorry. -- 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 Thu May 26 13:37:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 071A9B4BEB0; Thu, 26 May 2016 13:37: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 CBF33194F; Thu, 26 May 2016 13:37: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 u4QDbrnV055257; Thu, 26 May 2016 13:37:53 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QDbq0A055255; Thu, 26 May 2016 13:37:52 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605261337.u4QDbq0A055255@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 26 May 2016 13:37:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415895 - 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.22 Precedence: list List-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, 26 May 2016 13:37:54 -0000 Author: amdmi3 Date: Thu May 26 13:37:52 2016 New Revision: 415895 URL: https://svnweb.freebsd.org/changeset/ports/415895 Log: - Update to 13.1.20160507 PR: 209753 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 Thu May 26 13:20:33 2016 (r415894) +++ head/devel/visualparadigm/Makefile Thu May 26 13:37:52 2016 (r415895) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= visualparadigm -PORTVERSION= 13.1.20160505 +PORTVERSION= 13.1.20160507 CATEGORIES= devel MASTER_SITES= http://eu6.visual-paradigm.com/visual-paradigm/vpce${PORTVERSION:R}/${PORTVERSION:E}/ DISTNAME= Visual_Paradigm_CE_${PORTVERSION:C/\./_/g}_Unix_InstallFree Modified: head/devel/visualparadigm/distinfo ============================================================================== --- head/devel/visualparadigm/distinfo Thu May 26 13:20:33 2016 (r415894) +++ head/devel/visualparadigm/distinfo Thu May 26 13:37:52 2016 (r415895) @@ -1,2 +1,3 @@ -SHA256 (Visual_Paradigm_CE_13_1_20160505_Unix_InstallFree.tar.gz) = 7538aabdbd71bdeb0efdbfec0050bd2f86277ce17147a2c39cdeeece8bab180e -SIZE (Visual_Paradigm_CE_13_1_20160505_Unix_InstallFree.tar.gz) = 212418192 +TIMESTAMP = 1464100440 +SHA256 (Visual_Paradigm_CE_13_1_20160507_Unix_InstallFree.tar.gz) = 6d36667d821b661334143c801a64b39a1c9381697470ff8c9889e2834be0cb9b +SIZE (Visual_Paradigm_CE_13_1_20160507_Unix_InstallFree.tar.gz) = 212418531 From owner-svn-ports-head@freebsd.org Thu May 26 14:18:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B98BB4BAA2; Thu, 26 May 2016 14:18:24 +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 F304D197A; Thu, 26 May 2016 14:18:23 +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 u4QEINUZ070081; Thu, 26 May 2016 14:18:23 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QEIMhE070078; Thu, 26 May 2016 14:18:22 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201605261418.u4QEIMhE070078@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Thu, 26 May 2016 14:18:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415896 - in head/ports-mgmt/porttools: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 14:18:24 -0000 Author: skreuzer Date: Thu May 26 14:18:22 2016 New Revision: 415896 URL: https://svnweb.freebsd.org/changeset/ports/415896 Log: Update to version 1.07 Deleted: head/ports-mgmt/porttools/files/ Modified: head/ports-mgmt/porttools/Makefile head/ports-mgmt/porttools/distinfo head/ports-mgmt/porttools/pkg-plist Modified: head/ports-mgmt/porttools/Makefile ============================================================================== --- head/ports-mgmt/porttools/Makefile Thu May 26 13:37:52 2016 (r415895) +++ head/ports-mgmt/porttools/Makefile Thu May 26 14:18:22 2016 (r415896) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= porttools -PORTVERSION= 1.06 +PORTVERSION= 1.07 CATEGORIES= ports-mgmt MAINTAINER= skreuzer@FreeBSD.org Modified: head/ports-mgmt/porttools/distinfo ============================================================================== --- head/ports-mgmt/porttools/distinfo Thu May 26 13:37:52 2016 (r415895) +++ head/ports-mgmt/porttools/distinfo Thu May 26 14:18:22 2016 (r415896) @@ -1,2 +1,3 @@ -SHA256 (skreuzer-porttools-1.06_GH0.tar.gz) = 3a3fb60d02e4b520c8c6d2b6debf992cc1baa079040069599e39562da7a9c71d -SIZE (skreuzer-porttools-1.06_GH0.tar.gz) = 22068 +TIMESTAMP = 1464271997 +SHA256 (skreuzer-porttools-1.07_GH0.tar.gz) = 4b63d52f40eda9f5dc49cc251dedb0547423fe88fb9699afa7e6ab929e29b281 +SIZE (skreuzer-porttools-1.07_GH0.tar.gz) = 21065 Modified: head/ports-mgmt/porttools/pkg-plist ============================================================================== --- head/ports-mgmt/porttools/pkg-plist Thu May 26 13:37:52 2016 (r415895) +++ head/ports-mgmt/porttools/pkg-plist Thu May 26 14:18:22 2016 (r415896) @@ -3,14 +3,13 @@ man/man1/port.1.gz man/man5/porttools.5.gz %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/THANKS %%DATADIR%%/cmd_commit %%DATADIR%%/cmd_create %%DATADIR%%/cmd_diff %%DATADIR%%/cmd_fetch %%DATADIR%%/cmd_followup -%%DATADIR%%/cmd_getpr %%DATADIR%%/cmd_help %%DATADIR%%/cmd_install %%DATADIR%%/cmd_submit From owner-svn-ports-head@freebsd.org Thu May 26 14:30:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03A8BB4B09F; Thu, 26 May 2016 14:30:46 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C675D17BE; Thu, 26 May 2016 14:30:45 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4QEUjOD075927; Thu, 26 May 2016 14:30:45 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QEUi5Y075925; Thu, 26 May 2016 14:30:44 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201605261430.u4QEUi5Y075925@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Thu, 26 May 2016 14:30:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415897 - 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.22 Precedence: list List-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, 26 May 2016 14:30:46 -0000 Author: jadawin Date: Thu May 26 14:30:44 2016 New Revision: 415897 URL: https://svnweb.freebsd.org/changeset/ports/415897 Log: - Update to 2.78 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 Thu May 26 14:18:22 2016 (r415896) +++ head/devel/p5-CPAN-Perl-Releases/Makefile Thu May 26 14:30:44 2016 (r415897) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CPAN-Perl-Releases -PORTVERSION= 2.76 +PORTVERSION= 2.78 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-CPAN-Perl-Releases/distinfo ============================================================================== --- head/devel/p5-CPAN-Perl-Releases/distinfo Thu May 26 14:18:22 2016 (r415896) +++ head/devel/p5-CPAN-Perl-Releases/distinfo Thu May 26 14:30:44 2016 (r415897) @@ -1,2 +1,3 @@ -SHA256 (CPAN-Perl-Releases-2.76.tar.gz) = aa31419694474b92fad06adb4f385aeba552a4b574be396bfb2b4eba3fa28196 -SIZE (CPAN-Perl-Releases-2.76.tar.gz) = 25309 +TIMESTAMP = 1464178135 +SHA256 (CPAN-Perl-Releases-2.78.tar.gz) = e95304d4a73e082c3d5e52b33098f7fe8b2b02375217847a5861148e5a3eb9f9 +SIZE (CPAN-Perl-Releases-2.78.tar.gz) = 25288 From owner-svn-ports-head@freebsd.org Thu May 26 14:36:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80C62B4B27C; Thu, 26 May 2016 14:36:51 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 515541C11; Thu, 26 May 2016 14:36:51 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4QEaowo077781; Thu, 26 May 2016 14:36:50 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QEaoq3077779; Thu, 26 May 2016 14:36:50 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201605261436.u4QEaoq3077779@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Thu, 26 May 2016 14:36:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415898 - head/net/p5-Net-Whois-Raw X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 14:36:51 -0000 Author: jadawin Date: Thu May 26 14:36:50 2016 New Revision: 415898 URL: https://svnweb.freebsd.org/changeset/ports/415898 Log: - Update to 2.96 Modified: head/net/p5-Net-Whois-Raw/Makefile head/net/p5-Net-Whois-Raw/distinfo Modified: head/net/p5-Net-Whois-Raw/Makefile ============================================================================== --- head/net/p5-Net-Whois-Raw/Makefile Thu May 26 14:30:44 2016 (r415897) +++ head/net/p5-Net-Whois-Raw/Makefile Thu May 26 14:36:50 2016 (r415898) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Whois-Raw -PORTVERSION= 2.94 +PORTVERSION= 2.96 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-Net-Whois-Raw/distinfo ============================================================================== --- head/net/p5-Net-Whois-Raw/distinfo Thu May 26 14:30:44 2016 (r415897) +++ head/net/p5-Net-Whois-Raw/distinfo Thu May 26 14:36:50 2016 (r415898) @@ -1,2 +1,3 @@ -SHA256 (Net-Whois-Raw-2.94.tar.gz) = 0b304e6e92d430c92b6f46c8805af8039e399ae15b115e25f8e0edd1ce2eb997 -SIZE (Net-Whois-Raw-2.94.tar.gz) = 55489 +TIMESTAMP = 1464250642 +SHA256 (Net-Whois-Raw-2.96.tar.gz) = 69ecfc4f8bda4cbdb08a3bd66d62dbb315435e0319a3e6436a80b320cb22ec9a +SIZE (Net-Whois-Raw-2.96.tar.gz) = 56071 From owner-svn-ports-head@freebsd.org Thu May 26 15:20:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 368F9B4B1BD; Thu, 26 May 2016 15:20:38 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E14A21DAE; Thu, 26 May 2016 15:20:37 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4QFKbnj092555; Thu, 26 May 2016 15:20:37 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QFKave092552; Thu, 26 May 2016 15:20:36 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201605261520.u4QFKave092552@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Thu, 26 May 2016 15:20:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415899 - head/textproc/py-parsimonious X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 15:20:38 -0000 Author: robak Date: Thu May 26 15:20:36 2016 New Revision: 415899 URL: https://svnweb.freebsd.org/changeset/ports/415899 Log: textproc/py-parsimonious: NEW PORT - PEGs based parser in Python Parsimonious aims to be the fastest arbitrary-lookahead parser written in pure Python and the most usable. It's based on parsing expression grammars (PEGs), which means you feed it a simplified sort of EBNF notation. Parsimonious was designed to undergird a MediaWiki parser that wouldn't take 5 seconds or a GB of RAM to do one page, but it's applicable to all sorts of languages. WWW: https://pypi.python.org/pypi/parsimonious PR: 209732 Submitted by: Danilo G. Baio Added: head/textproc/py-parsimonious/ head/textproc/py-parsimonious/Makefile (contents, props changed) head/textproc/py-parsimonious/distinfo (contents, props changed) head/textproc/py-parsimonious/pkg-descr (contents, props changed) Added: head/textproc/py-parsimonious/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-parsimonious/Makefile Thu May 26 15:20:36 2016 (r415899) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= parsimonious +PORTVERSION= 0.6.2 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dbaio@bsd.com.br +COMMENT= PEGs based parser in Python + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/textproc/py-parsimonious/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-parsimonious/distinfo Thu May 26 15:20:36 2016 (r415899) @@ -0,0 +1,3 @@ +TIMESTAMP = 1463703191 +SHA256 (parsimonious-0.6.2.tar.gz) = 423ae2e16061504418ab7abf0a740e26a781f9bc7674a6cf5e2f11edb4ae8029 +SIZE (parsimonious-0.6.2.tar.gz) = 35529 Added: head/textproc/py-parsimonious/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-parsimonious/pkg-descr Thu May 26 15:20:36 2016 (r415899) @@ -0,0 +1,8 @@ +Parsimonious aims to be the fastest arbitrary-lookahead parser written +in pure Python and the most usable. It's based on parsing expression +grammars (PEGs), which means you feed it a simplified sort of EBNF +notation. Parsimonious was designed to undergird a MediaWiki parser +that wouldn't take 5 seconds or a GB of RAM to do one page, but it's +applicable to all sorts of languages. + +WWW: https://pypi.python.org/pypi/parsimonious From owner-svn-ports-head@freebsd.org Thu May 26 15:21:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 285E5B4B30C; Thu, 26 May 2016 15:21:54 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB4A810A0; Thu, 26 May 2016 15:21:53 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4QFLrD2093345; Thu, 26 May 2016 15:21:53 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QFLrIb093344; Thu, 26 May 2016 15:21:53 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201605261521.u4QFLrIb093344@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Thu, 26 May 2016 15:21:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415900 - 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.22 Precedence: list List-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, 26 May 2016 15:21:54 -0000 Author: robak Date: Thu May 26 15:21:52 2016 New Revision: 415900 URL: https://svnweb.freebsd.org/changeset/ports/415900 Log: textproc/py-parsimonious: NEW PORT - PEGs based parser in Python - Add missing textproc/Makefile in 415899 commit Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Thu May 26 15:20:36 2016 (r415899) +++ head/textproc/Makefile Thu May 26 15:21:52 2016 (r415900) @@ -1256,6 +1256,7 @@ SUBDIR += py-numpydoc SUBDIR += py-openpyxl SUBDIR += py-paragrep + SUBDIR += py-parsimonious SUBDIR += py-pdfminer SUBDIR += py-pss SUBDIR += py-pyctpp2 From owner-svn-ports-head@freebsd.org Thu May 26 15:54:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68E08B4BB3C; Thu, 26 May 2016 15:54:56 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 398F51242; Thu, 26 May 2016 15:54:56 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4QFstiA006947; Thu, 26 May 2016 15:54:55 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QFstjG006945; Thu, 26 May 2016 15:54:55 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201605261554.u4QFstjG006945@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Thu, 26 May 2016 15:54:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415901 - head/net-mgmt/telegraf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 15:54:56 -0000 Author: girgen Date: Thu May 26 15:54:55 2016 New Revision: 415901 URL: https://svnweb.freebsd.org/changeset/ports/415901 Log: Update to latest version PR: 209601 Submitted by: Stefan Lambrev Modified: head/net-mgmt/telegraf/Makefile head/net-mgmt/telegraf/distinfo Modified: head/net-mgmt/telegraf/Makefile ============================================================================== --- head/net-mgmt/telegraf/Makefile Thu May 26 15:21:52 2016 (r415900) +++ head/net-mgmt/telegraf/Makefile Thu May 26 15:54:55 2016 (r415901) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= telegraf -PORTVERSION= 0.12.1 -PORTREVISION= 1 +PORTVERSION= 0.13.1 CATEGORIES= net-mgmt MAINTAINER= girgen@FreeBSD.org @@ -20,61 +19,64 @@ USE_RC_SUBR= telegraf USE_GITHUB= yes GH_ACCOUNT= influxdata:DEFAULT -GH_TUPLE= Shopify:sarama:8aadb47:sarama \ - Sirupsen:logrus:219c8cb:logrus \ - amir:raidman:53c1b96:raidman \ - aws:aws-sdk-go:13a1206:aws_sdk_go \ +GH_TUPLE= Shopify:sarama:97511b2:sarama \ + Sirupsen:logrus:cd7d1bb:logrus \ + amir:raidman:91c20f3:raidman \ + aws:aws-sdk-go:8fd3586:aws_sdk_go \ beorn7:perks:3ac7bf7:perks \ - cenkalti:backoff:4dc7767:backoff \ - couchbase:go-couchbase:cb66431:go_couchbase \ - couchbase:gomemcached:a5ea635:gomemcached \ + cenkalti:backoff:c29158a:backoff \ + couchbase:go-couchbase:4ec8442:go_couchbase \ + couchbase:gomemcached:3ff4bc0:gomemcached \ couchbase:goutils:5823a0c:goutils \ - dancannon:gorethink:e7cac92:gorethink \ + dancannon:gorethink:3ba11fc:gorethink \ davecgh:go-spew:5215b55:go_spew \ - docker:engine-api:8924d69:engine_api \ - docker:go-connections:f549a93:go_connections \ + docker:engine-api:1f09e8f:engine_api \ + docker:go-connections:5b7154b:go_connections \ + docker:distribution:4a915d6:distribution \ docker:go-units:5d2041e:go_units \ eapache:go-resiliency:b86b1ec:go_resiliency \ eapache:queue:ded5959:queue \ - eclipse:paho.mqtt.golang:0f7a459:paho_mqtt_golang \ - go-sql-driver:mysql:1fca743:mysql \ - golang:protobuf:552c7b9:protobuf \ - golang:snappy:427fb6f:snappy \ + eclipse:paho.mqtt.golang:2dac3f5:paho_mqtt_golang \ + go-sql-driver:mysql:7ebe0a5:mysql \ + gobwas:glob:49571a1:glob \ + golang:protobuf:7cc19b7:protobuf \ + golang:snappy:d7b1e15:snappy \ gonuts:go-shellquote:e842a11:go_shellquote \ - gorilla:context:1ea2538:context \ - gorilla:mux:c9e326e:mux \ + gorilla:context:a8d44e7:context \ + gorilla:mux:9c19ed5:mux \ hailocab:go-hostpool:e80d13c:go_hostpool \ - influxdata:config:b79f682:config \ - influxdata:influxdb:e3fef55:influxdb \ - influxdata:toml:af4df43:toml \ + hpcloud:tail:a30252c:tail \ + influxdata:config:8ec4638:config \ + influxdata:influxdb:e57fb88:influxdb \ + influxdata:toml:ff2a260:toml \ klauspost:crc32:19b0b33:crc32 \ - lib:pq:e182dc4:pq \ - matttproud:golang_protobuf_extensions:d0c3fe8:golang_protobuf_extensions \ - miekg:dns:cce6c13:dns \ + lib:pq:ee1442b:pq \ + matttproud:golang_protobuf_extensions:c12348c:golang_protobuf_extensions \ + miekg:dns:48ab660:dns \ mreiferson:go-snappystream:028eae7:go_snappystream \ naoina:go-stringutil:6b638e9:go_stringutil \ - nats-io:nats:b13fc9d:nats \ - nats-io:nuid:4f84f5f:nuid \ - nsqio:go-nsq:0b80d6f:go_nsq \ - opencontainers:runc:89ab7f2:runc \ - prometheus:client_golang:18acf99:client_golang \ + nats-io:nats:fc85f44:nats \ + nats-io:nuid:a5152d6:nuid \ + nsqio:go-nsq:642a3f9:go_nsq \ + opencontainers:runc:fdc9fb8:runc \ + prometheus:client_golang:d38f1ef:client_golang \ prometheus:client_model:fa8ad6f:client_model \ - prometheus:common:e8eabff:common \ - prometheus:procfs:406e5b7:procfs \ - samuel:go-zookeeper:218e9c8:go_zookeeper \ - shirou:gopsutil:1f32ce1:gopsutil \ - soniah:gosnmp:b1b4f88:gosnmp \ - sparrc:gdm:2b0dfaa:gdm \ - streadway:amqp:b4f3cea:amqp \ - stretchr:testify:1f4a164:testify \ - wvanbergen:kafka:46f9a1c:kafka \ + prometheus:common:ba1c918:common \ + prometheus:procfs:abf152e:procfs \ + samuel:go-zookeeper:5250732:go_zookeeper \ + shirou:gopsutil:bae75fa:gopsutil \ + soniah:gosnmp:169fb6c:gosnmp \ + sparrc:gdm:2b7833e:gdm \ + streadway:amqp:2e25825:amqp \ + stretchr:testify:6cb3b85:testify \ + wvanbergen:kafka:1ff806b:kafka \ wvanbergen:kazoo-go:0f76871:kazoo_go \ zensqlmonitor:go-mssqldb:ffe5510:go_mssqldb \ - golang:crypto:5dc8cb4:crypto \ - golang:net:6acef71:net \ - golang:text:a71fd10:text \ - golang:tools:764c4cc:tools \ - dancannon:gorethink:7d1af5b:gorethink_v1 \ + golang:crypto:b6789ab:crypto \ + golang:net:76e74a3:net \ + golang:text:f773ec0:text \ + golang:tools:c86fe59:tools \ + dancannon:gorethink:edc7a6a:gorethink_v1 \ fatih:pool:cba550e:pool_v2 \ go-mgo:mgo:d90005c:mgo \ go-yaml:yaml:a83829b:yaml @@ -100,10 +102,12 @@ post-patch: ${WRKSRC}/src/github.com/eapache \ ${WRKSRC}/src/github.com/eclipse \ ${WRKSRC}/src/github.com/go-sql-driver \ + ${WRKSRC}/src/github.com/gobwas \ ${WRKSRC}/src/github.com/golang \ ${WRKSRC}/src/github.com/gonuts \ ${WRKSRC}/src/github.com/gorilla \ ${WRKSRC}/src/github.com/hailocab \ + ${WRKSRC}/src/github.com/hpcloud \ ${WRKSRC}/src/github.com/influxdata \ ${WRKSRC}/src/github.com/klauspost \ ${WRKSRC}/src/github.com/lib \ @@ -143,17 +147,20 @@ post-patch: ${MV} ${WRKSRC_go_spew} ${WRKSRC}/src/github.com/davecgh/go-spew ;\ ${MV} ${WRKSRC_engine_api} ${WRKSRC}/src/github.com/docker/engine-api ;\ ${MV} ${WRKSRC_go_connections} ${WRKSRC}/src/github.com/docker/go-connections ;\ + ${MV} ${WRKSRC_distribution} ${WRKSRC}/src/github.com/docker/distribution ;\ ${MV} ${WRKSRC_go_units} ${WRKSRC}/src/github.com/docker/go-units ;\ ${MV} ${WRKSRC_go_resiliency} ${WRKSRC}/src/github.com/eapache/go-resiliency ;\ ${MV} ${WRKSRC_queue} ${WRKSRC}/src/github.com/eapache/queue ;\ ${MV} ${WRKSRC_paho_mqtt_golang} ${WRKSRC}/src/github.com/eclipse/paho.mqtt.golang ;\ ${MV} ${WRKSRC_mysql} ${WRKSRC}/src/github.com/go-sql-driver/mysql ;\ + ${MV} ${WRKSRC_glob} ${WRKSRC}/src/github.com/gobwas/glob ;\ ${MV} ${WRKSRC_protobuf} ${WRKSRC}/src/github.com/golang/protobuf ;\ ${MV} ${WRKSRC_snappy} ${WRKSRC}/src/github.com/golang/snappy ;\ ${MV} ${WRKSRC_go_shellquote} ${WRKSRC}/src/github.com/gonuts/go-shellquote ;\ ${MV} ${WRKSRC_context} ${WRKSRC}/src/github.com/gorilla/context ;\ ${MV} ${WRKSRC_mux} ${WRKSRC}/src/github.com/gorilla/mux ;\ ${MV} ${WRKSRC_go_hostpool} ${WRKSRC}/src/github.com/hailocab/go-hostpool ;\ + ${MV} ${WRKSRC_tail} ${WRKSRC}/src/github.com/hpcloud/tail ;\ ${MV} ${WRKSRC_config} ${WRKSRC}/src/github.com/influxdata/config ;\ ${MV} ${WRKSRC_influxdb} ${WRKSRC}/src/github.com/influxdata/influxdb ;\ ${MV} ${WRKSRC_toml} ${WRKSRC}/src/github.com/influxdata/toml ;\ Modified: head/net-mgmt/telegraf/distinfo ============================================================================== --- head/net-mgmt/telegraf/distinfo Thu May 26 15:21:52 2016 (r415900) +++ head/net-mgmt/telegraf/distinfo Thu May 26 15:54:55 2016 (r415901) @@ -1,115 +1,122 @@ -SHA256 (influxdata-telegraf-0.12.1_GH0.tar.gz) = af323e4557698965f675dadf99ef46dd51662a21b704f776ad773040b48b7cd3 -SIZE (influxdata-telegraf-0.12.1_GH0.tar.gz) = 429472 -SHA256 (Shopify-sarama-8aadb47_GH0.tar.gz) = 4d5c1a1771719b72b20944601586bdb54c33e77456ba28386cbfa9a24a717d2c -SIZE (Shopify-sarama-8aadb47_GH0.tar.gz) = 107944 -SHA256 (Sirupsen-logrus-219c8cb_GH0.tar.gz) = 69fc1b5e03ac00f1f8af7cdfa6e8c382b1189c63697059a2fcda9e19e8fbb6ad -SIZE (Sirupsen-logrus-219c8cb_GH0.tar.gz) = 21514 -SHA256 (amir-raidman-53c1b96_GH0.tar.gz) = f2403080454e11a936b77c5efc8ea40918c29c251b21d3ceddef357a7138ab4d -SIZE (amir-raidman-53c1b96_GH0.tar.gz) = 6549 -SHA256 (aws-aws-sdk-go-13a1206_GH0.tar.gz) = 4f2cbe0f285e7fb6e38542dcf884be11fa3db552c2408eba44ecac2933fee39b -SIZE (aws-aws-sdk-go-13a1206_GH0.tar.gz) = 2981133 +TIMESTAMP = 1463564950 +SHA256 (influxdata-telegraf-0.13.1_GH0.tar.gz) = 96d67c203eb3820d3cde5bd89c87521ad7a404a495db9f250084f767c26d8990 +SIZE (influxdata-telegraf-0.13.1_GH0.tar.gz) = 486925 +SHA256 (Shopify-sarama-97511b2_GH0.tar.gz) = 09f6ee26d24e85f28063b7f853075530413b62e8451a87e66e5ba09fed44520d +SIZE (Shopify-sarama-97511b2_GH0.tar.gz) = 110056 +SHA256 (Sirupsen-logrus-cd7d1bb_GH0.tar.gz) = 45cbe459097f2580128819f3fea33c9f8ecd55569e6eeaa8bbef4097f7b22eb1 +SIZE (Sirupsen-logrus-cd7d1bb_GH0.tar.gz) = 22179 +SHA256 (amir-raidman-91c20f3_GH0.tar.gz) = 68b3bd27bc4bca54841a291607066f971aba685f4bb63870d12bf60123b89d33 +SIZE (amir-raidman-91c20f3_GH0.tar.gz) = 6590 +SHA256 (aws-aws-sdk-go-8fd3586_GH0.tar.gz) = fa1aa6159a90c3a440e31cb01f670e18ff6607366cc61c6d38500935dac9fb9f +SIZE (aws-aws-sdk-go-8fd3586_GH0.tar.gz) = 3448443 SHA256 (beorn7-perks-3ac7bf7_GH0.tar.gz) = bf6cd6798ead260629e6d05e551570799e906518e5bbdbb707133807b6921726 SIZE (beorn7-perks-3ac7bf7_GH0.tar.gz) = 10435 -SHA256 (cenkalti-backoff-4dc7767_GH0.tar.gz) = 80bb5f22c44945cbd88e93cd6192bda69ad34487c7c92e2b5b6541bcf06497d7 -SIZE (cenkalti-backoff-4dc7767_GH0.tar.gz) = 7949 -SHA256 (couchbase-go-couchbase-cb66431_GH0.tar.gz) = c1f0686415a22973b4734b62ca084b800f6774a5276c69d9daf6cb64de27b4c6 -SIZE (couchbase-go-couchbase-cb66431_GH0.tar.gz) = 68280 -SHA256 (couchbase-gomemcached-a5ea635_GH0.tar.gz) = d1f1e01da7c437ca16c5ae71b220a4cbcf01062ca7d6b47ddc84ee79acc8f453 -SIZE (couchbase-gomemcached-a5ea635_GH0.tar.gz) = 30251 +SHA256 (cenkalti-backoff-c29158a_GH0.tar.gz) = ad7cbb6c38f9e725e389f4eef18b381efad4704243ed34781eb1673be5397c33 +SIZE (cenkalti-backoff-c29158a_GH0.tar.gz) = 7001 +SHA256 (couchbase-go-couchbase-4ec8442_GH0.tar.gz) = e03a58188365af64ed391085f5e9e37028fa3004b0469f12320b03f122a86942 +SIZE (couchbase-go-couchbase-4ec8442_GH0.tar.gz) = 72154 +SHA256 (couchbase-gomemcached-3ff4bc0_GH0.tar.gz) = 3c6aaece97dcadcb135521efa0150a6b31e3746834d38b915ca06c7252093fbe +SIZE (couchbase-gomemcached-3ff4bc0_GH0.tar.gz) = 30712 SHA256 (couchbase-goutils-5823a0c_GH0.tar.gz) = 653dea41d42bd96572c8763c1902c2e0fbbd20f9e71e70318da8803e2d924f69 SIZE (couchbase-goutils-5823a0c_GH0.tar.gz) = 8518 -SHA256 (dancannon-gorethink-e7cac92_GH0.tar.gz) = 2bd7dc2e322cb0538c79d4c109d8ce2cf3073f7d2e8f6a9e0ca5b6350196c202 -SIZE (dancannon-gorethink-e7cac92_GH0.tar.gz) = 112279 +SHA256 (dancannon-gorethink-3ba11fc_GH0.tar.gz) = a3017e50224571255e0b1ffdf5ca1c6018767294c01a1cfc701d59c4b4aa147b +SIZE (dancannon-gorethink-3ba11fc_GH0.tar.gz) = 122084 SHA256 (davecgh-go-spew-5215b55_GH0.tar.gz) = a73d6352d8172dfb648e6aa25a8b81ed5c1895295090c876bef01d017264cbac SIZE (davecgh-go-spew-5215b55_GH0.tar.gz) = 41794 -SHA256 (docker-engine-api-8924d69_GH0.tar.gz) = 44910fcfadcb1c6a2753213660fd1ae50327d20ca11ba0f195d03c412557f844 -SIZE (docker-engine-api-8924d69_GH0.tar.gz) = 58709 -SHA256 (docker-go-connections-f549a93_GH0.tar.gz) = ef9d19fa20add8318dd58c416eabbade0370c3f72cf9a41dd8b55f6e12807103 -SIZE (docker-go-connections-f549a93_GH0.tar.gz) = 21447 +SHA256 (docker-engine-api-1f09e8f_GH0.tar.gz) = 4f2d91ab8c5f88253b3ab37e1fa6fe445a90cc1e8856b18c30b8ba60b7d9dd9a +SIZE (docker-engine-api-1f09e8f_GH0.tar.gz) = 66869 +SHA256 (docker-go-connections-5b7154b_GH0.tar.gz) = 77e3f6d996f1291197b0f7ac5e4ca9f87a44c95f86f72453d75d63fc882cbd80 +SIZE (docker-go-connections-5b7154b_GH0.tar.gz) = 21451 +SHA256 (docker-distribution-4a915d6_GH0.tar.gz) = b3ae087bbc75f98365ab508ccd5c3291f87bc993b96f78cd8cf64c61b353daa9 +SIZE (docker-distribution-4a915d6_GH0.tar.gz) = 1315298 SHA256 (docker-go-units-5d2041e_GH0.tar.gz) = dc9c2d6f2886180daa526e52268659394c9fbc3142c139c492a6f9bf302c4c29 SIZE (docker-go-units-5d2041e_GH0.tar.gz) = 16156 SHA256 (eapache-go-resiliency-b86b1ec_GH0.tar.gz) = deab03d384a48b22bb4fdb9aad7007ca98d233cece7a17faab50026599747a04 SIZE (eapache-go-resiliency-b86b1ec_GH0.tar.gz) = 9584 SHA256 (eapache-queue-ded5959_GH0.tar.gz) = a3aa9c17d3c0a563d1b52bc0c50ec825cfeb94606defc27076b97418c3771ded SIZE (eapache-queue-ded5959_GH0.tar.gz) = 3261 -SHA256 (eclipse-paho.mqtt.golang-0f7a459_GH0.tar.gz) = 77e2d418d33c43248b65d720d988326ac4ad6af1a35020b26cf1060e51d430c2 -SIZE (eclipse-paho.mqtt.golang-0f7a459_GH0.tar.gz) = 66432 -SHA256 (go-sql-driver-mysql-1fca743_GH0.tar.gz) = d3018ed045230d851a309ac750d06447c1c50723889bccb49923581ad8d08a7a -SIZE (go-sql-driver-mysql-1fca743_GH0.tar.gz) = 56642 -SHA256 (golang-protobuf-552c7b9_GH0.tar.gz) = 15244394c5205ecb4776182b0f56a6946c6deeed63ebfcb3eefc657663d4cf7c -SIZE (golang-protobuf-552c7b9_GH0.tar.gz) = 203827 -SHA256 (golang-snappy-427fb6f_GH0.tar.gz) = f9af47f0b908a37bf7e904e110efb50d9849687cfaa1c3760a8cf96e1e996dd0 -SIZE (golang-snappy-427fb6f_GH0.tar.gz) = 32498 +SHA256 (eclipse-paho.mqtt.golang-2dac3f5_GH0.tar.gz) = 43719160b228f2f7b9847933c16c2f96f0f5f118650167a74d8ae050a1f147b9 +SIZE (eclipse-paho.mqtt.golang-2dac3f5_GH0.tar.gz) = 65908 +SHA256 (go-sql-driver-mysql-7ebe0a5_GH0.tar.gz) = 91a522843e83fca38efe9aa2fd84f316788fd0f1ea180eede5b84a412c392aa1 +SIZE (go-sql-driver-mysql-7ebe0a5_GH0.tar.gz) = 56774 +SHA256 (gobwas-glob-49571a1_GH0.tar.gz) = 5ac7a23180744f3cab8774ee9d98405db4b5b01dff80b8e267bd003f1b86705b +SIZE (gobwas-glob-49571a1_GH0.tar.gz) = 25151 +SHA256 (golang-protobuf-7cc19b7_GH0.tar.gz) = 2534ede53f99626f0f603f0caf9c777a82108e7f9e154e526e97aeb47b96968f +SIZE (golang-protobuf-7cc19b7_GH0.tar.gz) = 214197 +SHA256 (golang-snappy-d7b1e15_GH0.tar.gz) = 0492ba0757cab34aa176347a4d3f30151688a85be94047a6540b2dbe907e9d9f +SIZE (golang-snappy-d7b1e15_GH0.tar.gz) = 61862 SHA256 (gonuts-go-shellquote-e842a11_GH0.tar.gz) = 52ab78eb46f479b2e6ae5cb104f84d156817bc96051d221e26f8491fd08600ef SIZE (gonuts-go-shellquote-e842a11_GH0.tar.gz) = 3405 -SHA256 (gorilla-context-1ea2538_GH0.tar.gz) = 178b6d2f3f208a609d86729c7d21b0e72c60fb8c555e0b37b0a8657b793cae15 -SIZE (gorilla-context-1ea2538_GH0.tar.gz) = 4368 -SHA256 (gorilla-mux-c9e326e_GH0.tar.gz) = 70b1cc12e5a1e80738004d1c03e09ca948c3ba75c19b3b941a0a5b8990c7964a -SIZE (gorilla-mux-c9e326e_GH0.tar.gz) = 23685 +SHA256 (gorilla-context-a8d44e7_GH0.tar.gz) = 1aced767e96ed0755706365aa8763fb95512e60e93ecc58b89d1230033d266fb +SIZE (gorilla-context-a8d44e7_GH0.tar.gz) = 4375 +SHA256 (gorilla-mux-9c19ed5_GH0.tar.gz) = 1e581dfaaba584113624dc28016bb7936b82c7cab983292c327a5286a78c2707 +SIZE (gorilla-mux-9c19ed5_GH0.tar.gz) = 24568 SHA256 (hailocab-go-hostpool-e80d13c_GH0.tar.gz) = 9c0ca4a9c0bba2ec0f9b3844c0fd65291efcc5530fb5ec517f2cb4054a5049b9 SIZE (hailocab-go-hostpool-e80d13c_GH0.tar.gz) = 7031 -SHA256 (influxdata-config-b79f682_GH0.tar.gz) = 0ad6bc6c8046b08b8e3dd0526955e8e1414c4fa00ae0bf13faa2b1173c209de8 -SIZE (influxdata-config-b79f682_GH0.tar.gz) = 3689 -SHA256 (influxdata-influxdb-e3fef55_GH0.tar.gz) = 029d516b80baa8bf2dc6bf20cdf1b233243038095697bd2856ea81ed280415a6 -SIZE (influxdata-influxdb-e3fef55_GH0.tar.gz) = 1174574 -SHA256 (influxdata-toml-af4df43_GH0.tar.gz) = 86231e74617206c8df2f9a69d1d735b7a30b1c51e9013f3d28f7c32f9d253f09 -SIZE (influxdata-toml-af4df43_GH0.tar.gz) = 34582 +SHA256 (hpcloud-tail-a30252c_GH0.tar.gz) = dbaa10849f037dccae167cef4020e42d8916a2a31a29c7f50f54587539aea017 +SIZE (hpcloud-tail-a30252c_GH0.tar.gz) = 37815 +SHA256 (influxdata-config-8ec4638_GH0.tar.gz) = 54f8a78651298b55e0a7faa406a5b9b7e7e31e551f76e201db351491d6a28451 +SIZE (influxdata-config-8ec4638_GH0.tar.gz) = 4341 +SHA256 (influxdata-influxdb-e57fb88_GH0.tar.gz) = bd3eac9c3b0fd5ad63d88e3bb3d60698c23f44c8a6f8674a6d1a559554810139 +SIZE (influxdata-influxdb-e57fb88_GH0.tar.gz) = 1216012 +SHA256 (influxdata-toml-ff2a260_GH0.tar.gz) = ab4c5a9fa9b17f31560ea3d1b64ec49bb679a393005fcdfbe7576ea7bea6887b +SIZE (influxdata-toml-ff2a260_GH0.tar.gz) = 35474 SHA256 (klauspost-crc32-19b0b33_GH0.tar.gz) = 37d90652654594b94485e2208fe221a145fab13004e88c74f8701ec58d5465a2 SIZE (klauspost-crc32-19b0b33_GH0.tar.gz) = 9087 -SHA256 (lib-pq-e182dc4_GH0.tar.gz) = 3889fcbb148b97fc013a6d0344c5e36872219c243c702b44e11beee0852edb29 -SIZE (lib-pq-e182dc4_GH0.tar.gz) = 68821 -SHA256 (matttproud-golang_protobuf_extensions-d0c3fe8_GH0.tar.gz) = f78680b1ceb9e2f17cb2c4053cbe86051b8f79c203ed4914d39db83036b15f9b -SIZE (matttproud-golang_protobuf_extensions-d0c3fe8_GH0.tar.gz) = 10721 -SHA256 (miekg-dns-cce6c13_GH0.tar.gz) = 93e5d3de9b1b572c65d7dcfa474d69cb4d4bfbf5a5f0826b840fbf31249b29a7 -SIZE (miekg-dns-cce6c13_GH0.tar.gz) = 161532 +SHA256 (lib-pq-ee1442b_GH0.tar.gz) = 9c3e1f9fe90b1fc4711202303a04c7247e0fa2c0f97c62c33afd89d99e3dff77 +SIZE (lib-pq-ee1442b_GH0.tar.gz) = 69261 +SHA256 (matttproud-golang_protobuf_extensions-c12348c_GH0.tar.gz) = da165c9275b77a0994b815bc7d761dcb2e4799a90fe49eec08d8bdff3a683f48 +SIZE (matttproud-golang_protobuf_extensions-c12348c_GH0.tar.gz) = 37200 +SHA256 (miekg-dns-48ab660_GH0.tar.gz) = 63cb564e87adbde6c8db1c2df0ebfd241e670156323f3716420668aa47294220 +SIZE (miekg-dns-48ab660_GH0.tar.gz) = 162882 SHA256 (mreiferson-go-snappystream-028eae7_GH0.tar.gz) = 0c7c8340c92b591a9175c7717a7fe9e3916975225d83dfc2cde4cb4c39d8920c SIZE (mreiferson-go-snappystream-028eae7_GH0.tar.gz) = 30794 SHA256 (naoina-go-stringutil-6b638e9_GH0.tar.gz) = 0c3a0c9110ed9d0b60334d4604837fa296fc9c8c9f16b88a877adac4cfed2739 SIZE (naoina-go-stringutil-6b638e9_GH0.tar.gz) = 6133 -SHA256 (nats-io-nats-b13fc9d_GH0.tar.gz) = a00d32762896c4624250479dfceb91c8239bb51a4e9efa087c258454f55c3be5 -SIZE (nats-io-nats-b13fc9d_GH0.tar.gz) = 68896 -SHA256 (nats-io-nuid-4f84f5f_GH0.tar.gz) = 70b407d72337fd3cd632669ce81dec70e2ddf41ba0aaf7075855448905eb508c -SIZE (nats-io-nuid-4f84f5f_GH0.tar.gz) = 3650 -SHA256 (nsqio-go-nsq-0b80d6f_GH0.tar.gz) = b7ddada1783ca5cd540038473fb0db9b0f7dfd37a35b84e08114c03832abcc4e -SIZE (nsqio-go-nsq-0b80d6f_GH0.tar.gz) = 44391 -SHA256 (opencontainers-runc-89ab7f2_GH0.tar.gz) = 562b918c804e33cb1a9d64cc6b95cb04882c2bc25178c6137aba251f55a4f751 -SIZE (opencontainers-runc-89ab7f2_GH0.tar.gz) = 535839 -SHA256 (prometheus-client_golang-18acf99_GH0.tar.gz) = 9107b0d2a6e4ec34cf02e8d44c6aac5ca97291d584d39e3ec2e7374a25f06a8a -SIZE (prometheus-client_golang-18acf99_GH0.tar.gz) = 65381 +SHA256 (nats-io-nats-fc85f44_GH0.tar.gz) = dc11169be86a68ae26684f203d795ac4e3c7aa525b089e740b12540ac834916e +SIZE (nats-io-nats-fc85f44_GH0.tar.gz) = 71201 +SHA256 (nats-io-nuid-a5152d6_GH0.tar.gz) = a8f31c2a3525eb1d62a7bda776d37c7b939cb77dc617667fcd155bd7c3de4596 +SIZE (nats-io-nuid-a5152d6_GH0.tar.gz) = 3943 +SHA256 (nsqio-go-nsq-642a3f9_GH0.tar.gz) = 623bdd0d8fe1e9abda928066afb7a5b82276098e2729f2249fb581fa23fc4013 +SIZE (nsqio-go-nsq-642a3f9_GH0.tar.gz) = 44557 +SHA256 (opencontainers-runc-fdc9fb8_GH0.tar.gz) = 621b2d679976394df455080c5b3f372774b4f316c99bf2275889279a2002d131 +SIZE (opencontainers-runc-fdc9fb8_GH0.tar.gz) = 510780 +SHA256 (prometheus-client_golang-d38f1ef_GH0.tar.gz) = 602416816c090b37be8d3e438b34c0329b184b63e318b9c00bb8b50c875427d4 +SIZE (prometheus-client_golang-d38f1ef_GH0.tar.gz) = 65675 SHA256 (prometheus-client_model-fa8ad6f_GH0.tar.gz) = 726ebe6d3aba7c99ffc30788972ef693d0521072c6a33794a9d8ee1f26389466 SIZE (prometheus-client_model-fa8ad6f_GH0.tar.gz) = 54787 -SHA256 (prometheus-common-e8eabff_GH0.tar.gz) = 497d6653fc1ecb4eddeb594bdeddef9159a1cdc60b0711c608ebea6dfedba7cd -SIZE (prometheus-common-e8eabff_GH0.tar.gz) = 62798 -SHA256 (prometheus-procfs-406e5b7_GH0.tar.gz) = 814cea06f2be5178a1527dab653b53d11d145bd27e914ea1387d556d6adc3ab8 -SIZE (prometheus-procfs-406e5b7_GH0.tar.gz) = 18538 -SHA256 (samuel-go-zookeeper-218e9c8_GH0.tar.gz) = 075c160c8fa56404ca2fe45467e88aff27b7f66a4221cf63e29fdd196c0ad27c -SIZE (samuel-go-zookeeper-218e9c8_GH0.tar.gz) = 29296 -SHA256 (shirou-gopsutil-1f32ce1_GH0.tar.gz) = 9fcf859fb38c7be2ba6e050e4e6c20bf8e170d30d78e56d4d9596fae96f65b10 -SIZE (shirou-gopsutil-1f32ce1_GH0.tar.gz) = 64237 -SHA256 (soniah-gosnmp-b1b4f88_GH0.tar.gz) = 248218aa545187eb7a9644165b1d8b384dfb3f4b50c40734a2cd76288bd4f5fe -SIZE (soniah-gosnmp-b1b4f88_GH0.tar.gz) = 38542 -SHA256 (sparrc-gdm-2b0dfaa_GH0.tar.gz) = 4b267be7b440a1b9d0292580d9811cefe1f0233cbd3f6fd0a4a4fc608aed8141 -SIZE (sparrc-gdm-2b0dfaa_GH0.tar.gz) = 8512 -SHA256 (streadway-amqp-b4f3cea_GH0.tar.gz) = e7536c75aa99fb3285bdac9cd4e2013fe63dafb4c5c36172d5cba9e90c9ad230 -SIZE (streadway-amqp-b4f3cea_GH0.tar.gz) = 79666 -SHA256 (stretchr-testify-1f4a164_GH0.tar.gz) = 89a936fa213d9b7358563ecf1aa7052eaf2fe4ef6443d8fe7b5c998d0e136578 -SIZE (stretchr-testify-1f4a164_GH0.tar.gz) = 81055 -SHA256 (wvanbergen-kafka-46f9a1c_GH0.tar.gz) = c5cf3ec419fad5ebec6b7c2e94b4fe13b12ee63266c7312a03fa62ee788cab84 -SIZE (wvanbergen-kafka-46f9a1c_GH0.tar.gz) = 15647 +SHA256 (prometheus-common-ba1c918_GH0.tar.gz) = d3eb57177692c094c25eb2e6848e7133f8e8eaf6da77cc599e9b31bd5cdf503b +SIZE (prometheus-common-ba1c918_GH0.tar.gz) = 63600 +SHA256 (prometheus-procfs-abf152e_GH0.tar.gz) = 92bfc09a8aeb2058e14e9d00a111a10a5c4ea2441bd59e4eece996f808abbb59 +SIZE (prometheus-procfs-abf152e_GH0.tar.gz) = 18527 +SHA256 (samuel-go-zookeeper-5250732_GH0.tar.gz) = 8d949155965076642d65bd59cdc3d0aba3f38ba0c41a4dedc70c74856955fbe0 +SIZE (samuel-go-zookeeper-5250732_GH0.tar.gz) = 30432 +SHA256 (shirou-gopsutil-bae75fa_GH0.tar.gz) = 35da06fdb31322a3ac0f93cf4baa2160a006a7c3bfddc39fd3068dbb5c7fa73d +SIZE (shirou-gopsutil-bae75fa_GH0.tar.gz) = 68712 +SHA256 (soniah-gosnmp-169fb6c_GH0.tar.gz) = b78092f34b3ccd4c3795a9685811bd00407a952bf61327afa4f1fac915e233fc +SIZE (soniah-gosnmp-169fb6c_GH0.tar.gz) = 39463 +SHA256 (sparrc-gdm-2b7833e_GH0.tar.gz) = 2c00f8e4419cab7b8e940798838d3825d61e9938d5f7de26e2f5985377d8111d +SIZE (sparrc-gdm-2b7833e_GH0.tar.gz) = 8655 +SHA256 (streadway-amqp-2e25825_GH0.tar.gz) = 89ba742ea6102a67fd850ca80d0c8f9b22b783f0e0b4b24eb445d758e3196104 +SIZE (streadway-amqp-2e25825_GH0.tar.gz) = 79659 +SHA256 (stretchr-testify-6cb3b85_GH0.tar.gz) = abae34a655da56b099f25f622e0f5db982c691cb77384e8ac0bda5fe80c7d177 +SIZE (stretchr-testify-6cb3b85_GH0.tar.gz) = 81558 +SHA256 (wvanbergen-kafka-1ff806b_GH0.tar.gz) = 9df11ed52bd5067ebbb77ddb92d6a513c2829fc153f3c107cbe34e08b9137892 +SIZE (wvanbergen-kafka-1ff806b_GH0.tar.gz) = 15654 SHA256 (wvanbergen-kazoo-go-0f76871_GH0.tar.gz) = 4436c1781ad18d521c88cc743c7a911c3a66d3db63e1ce5d5ab85d39986de2c2 SIZE (wvanbergen-kazoo-go-0f76871_GH0.tar.gz) = 13152 SHA256 (zensqlmonitor-go-mssqldb-ffe5510_GH0.tar.gz) = 864b1b900c73b7243f19eb39f4551bda26d32e5bb33c215fe767111e3d36b1c4 SIZE (zensqlmonitor-go-mssqldb-ffe5510_GH0.tar.gz) = 449977 -SHA256 (golang-crypto-5dc8cb4_GH0.tar.gz) = 7b88733ae16c53e5178ca15a1b3b62580df89e02783c925c6e5855ea5208fd8a -SIZE (golang-crypto-5dc8cb4_GH0.tar.gz) = 902313 -SHA256 (golang-net-6acef71_GH0.tar.gz) = aeea3d55a6e2f29329dfac8330817ccd449ffcb930b496fec0a47f011fa53f19 -SIZE (golang-net-6acef71_GH0.tar.gz) = 741883 -SHA256 (golang-text-a71fd10_GH0.tar.gz) = 8b8bfda09d60729c50162b67f5f3451980e7ce5c6580769c99a423172a6a75ad -SIZE (golang-text-a71fd10_GH0.tar.gz) = 4030980 -SHA256 (golang-tools-764c4cc_GH0.tar.gz) = 0132b170397dc01ade4895fb0914d717972916886603f470ffad518432df890e -SIZE (golang-tools-764c4cc_GH0.tar.gz) = 1530729 -SHA256 (dancannon-gorethink-7d1af5b_GH0.tar.gz) = db2cea166de8e4d6535fe27d262bc00e1dd3aab916a3329ddfb840f84f39fe62 -SIZE (dancannon-gorethink-7d1af5b_GH0.tar.gz) = 112289 +SHA256 (golang-crypto-b6789ab_GH0.tar.gz) = 8e59ebf79fa9bb4554f2e5c9b271e3a8774e9624019f96fe527c598109710227 +SIZE (golang-crypto-b6789ab_GH0.tar.gz) = 1026715 +SHA256 (golang-net-76e74a3_GH0.tar.gz) = ebd5078bd764fdc5280b882994b684b02517b469e034f14b4ad33944feec7d2d +SIZE (golang-net-76e74a3_GH0.tar.gz) = 772419 +SHA256 (golang-text-f773ec0_GH0.tar.gz) = cec84b0e5679ab08755107db5b4d7b4fb3329f5d02a594c1f076069a8c8bfb92 +SIZE (golang-text-f773ec0_GH0.tar.gz) = 4043166 +SHA256 (golang-tools-c86fe59_GH0.tar.gz) = 8e46b1afaf35e3bcb4685d759819adf621125642b8f0730d20dd4b14d07af22e +SIZE (golang-tools-c86fe59_GH0.tar.gz) = 1536154 +SHA256 (dancannon-gorethink-edc7a6a_GH0.tar.gz) = 3f39b498e216f338be1bf301435edb04df5a4a6635eb39dba2f2238646ef1e66 +SIZE (dancannon-gorethink-edc7a6a_GH0.tar.gz) = 115524 SHA256 (fatih-pool-cba550e_GH0.tar.gz) = fdcbcf67872333b16b74647bc4c8aa8100de81f58f0ea99ff83a519bf142e4cb SIZE (fatih-pool-cba550e_GH0.tar.gz) = 4854 SHA256 (go-mgo-mgo-d90005c_GH0.tar.gz) = 61b770093578bb8fba54b9c2cdd6b2501376a2a62560f2394d28dd3f1f727ff4 From owner-svn-ports-head@freebsd.org Thu May 26 16:25:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66141B4B74C; Thu, 26 May 2016 16:25:42 +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 25C6E1C16; Thu, 26 May 2016 16:25:42 +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 u4QGPfMg018580; Thu, 26 May 2016 16:25:41 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QGPdxb018565; Thu, 26 May 2016 16:25:39 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201605261625.u4QGPdxb018565@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 26 May 2016 16:25:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415902 - in head: accessibility/kdeaccessibility4 devel/smokegen editors/calligra-l10n games/kdegames4 graphics/kdegraphics4 misc/kde4-l10n misc/kdeutils4 multimedia/kdemultimedia4 net... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 16:25:42 -0000 Author: swills Date: Thu May 26 16:25:39 2016 New Revision: 415902 URL: https://svnweb.freebsd.org/changeset/ports/415902 Log: Add USE_KDE4 so that KDE4_VERSION is defined PR: 209756 Submitted by: T.C.Berner Reported by: Vladimir Omelchuk Modified: head/accessibility/kdeaccessibility4/Makefile head/devel/smokegen/Makefile head/editors/calligra-l10n/Makefile head/games/kdegames4/Makefile head/graphics/kdegraphics4/Makefile head/misc/kde4-l10n/Makefile head/misc/kdeutils4/Makefile head/multimedia/kdemultimedia4/Makefile head/net-im/kde-telepathy/Makefile head/net/kdenetwork4/Makefile head/sysutils/kdeadmin4/Makefile head/sysutils/ksysguardd/Makefile head/x11-clocks/kdetoys4/Makefile head/x11-themes/kde4-icons-oxygen/Makefile Modified: head/accessibility/kdeaccessibility4/Makefile ============================================================================== --- head/accessibility/kdeaccessibility4/Makefile Thu May 26 15:54:55 2016 (r415901) +++ head/accessibility/kdeaccessibility4/Makefile Thu May 26 16:25:39 2016 (r415902) @@ -8,6 +8,7 @@ CATEGORIES= accessibility kde MAINTAINER= kde@FreeBSD.org COMMENT= Accessibility applications for KDE 4 +USE_KDE4= # blank, needed to get KDE4_VERSION USES= metaport OPTIONS_DEFINE= JOVIE KACCESSIBLE KMAG KMOUSETOOL KMOUTH Modified: head/devel/smokegen/Makefile ============================================================================== --- head/devel/smokegen/Makefile Thu May 26 15:54:55 2016 (r415901) +++ head/devel/smokegen/Makefile Thu May 26 16:25:39 2016 (r415902) @@ -9,6 +9,7 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= SMOKE bindings for KDE +USE_KDE4= # blank, needed to get KDE4_VERSION USE_QT4= corelib xml qmake_build moc_build uic_build rcc_build USES= cmake:outsource tar:xz CMAKE_ARGS+= -DSMOKE_CMAKE_MODULE_DIR:PATH=${PREFIX}/lib/cmake/smoke Modified: head/editors/calligra-l10n/Makefile ============================================================================== --- head/editors/calligra-l10n/Makefile Thu May 26 15:54:55 2016 (r415901) +++ head/editors/calligra-l10n/Makefile Thu May 26 16:25:39 2016 (r415902) @@ -7,6 +7,7 @@ CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org COMMENT= Localized messages and documentation for Calligra +USE_KDE4= # blank, needed to get KDE4_VERSION USES= metaport CALLIGRA_LANG_ALL= bs ca ca@valencia cs da de el en_GB es et fi fr \ Modified: head/games/kdegames4/Makefile ============================================================================== --- head/games/kdegames4/Makefile Thu May 26 15:54:55 2016 (r415901) +++ head/games/kdegames4/Makefile Thu May 26 16:25:39 2016 (r415902) @@ -7,6 +7,7 @@ CATEGORIES= games kde MAINTAINER= kde@FreeBSD.org COMMENT= Games for KDE 4 (meta port) +USE_KDE4= # blank, needed to get KDE4_VERSION USES= metaport OPTIONS_DEFINE= ALL ${KDE4_GAMES_ALL} Modified: head/graphics/kdegraphics4/Makefile ============================================================================== --- head/graphics/kdegraphics4/Makefile Thu May 26 15:54:55 2016 (r415901) +++ head/graphics/kdegraphics4/Makefile Thu May 26 16:25:39 2016 (r415902) @@ -8,6 +8,7 @@ CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org COMMENT= Graphics utilities for KDE 4 (meta port) +USE_KDE4= # blank, needed to get KDE4_VERSION USES= metaport OPTIONS_DEFINE= GPHOTO \ Modified: head/misc/kde4-l10n/Makefile ============================================================================== --- head/misc/kde4-l10n/Makefile Thu May 26 15:54:55 2016 (r415901) +++ head/misc/kde4-l10n/Makefile Thu May 26 16:25:39 2016 (r415902) @@ -8,6 +8,7 @@ CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org COMMENT= Localized messages and documentation for KDE SC 4 +USE_KDE4= # blank, needed to get KDE4_VERSION USES= metaport KDE4_LANG_ALL= ar bg bs ca ca@valencia cs da de el en_GB es et eu fa \ Modified: head/misc/kdeutils4/Makefile ============================================================================== --- head/misc/kdeutils4/Makefile Thu May 26 15:54:55 2016 (r415901) +++ head/misc/kdeutils4/Makefile Thu May 26 16:25:39 2016 (r415902) @@ -8,6 +8,7 @@ CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org COMMENT= Collection of utilities for KDE 4 +USE_KDE4= # blank, needed to get KDE4_VERSION USES= metaport OPTIONS_DEFINE= ARK FILELIGHT KCALC KCHARSELECT KDF KFLOPPY KGPG \ Modified: head/multimedia/kdemultimedia4/Makefile ============================================================================== --- head/multimedia/kdemultimedia4/Makefile Thu May 26 15:54:55 2016 (r415901) +++ head/multimedia/kdemultimedia4/Makefile Thu May 26 16:25:39 2016 (r415902) @@ -8,6 +8,7 @@ CATEGORIES= multimedia kde MAINTAINER= kde@FreeBSD.org COMMENT= KDE Multimedia applications (meta port) +USE_KDE4= # blank, needed to get KDE4_VERSION USES= metaport OPTIONS_DEFINE= DRAGON FFMPEG JUK KIO_AUDIOCD KMIX KSCD MPLAYER Modified: head/net-im/kde-telepathy/Makefile ============================================================================== --- head/net-im/kde-telepathy/Makefile Thu May 26 15:54:55 2016 (r415901) +++ head/net-im/kde-telepathy/Makefile Thu May 26 16:25:39 2016 (r415902) @@ -16,6 +16,7 @@ RUN_DEPENDS= ${KDE4_PREFIX}/lib/kde4/kcm ${KDE4_PREFIX}/lib/kde4/kded_ktp_integration_module.so:net-im/ktp-kded-integration-module \ ${KDE4_PREFIX}/lib/kde4/libexec/ktp-text-ui:net-im/ktp-text-ui +USE_KDE4= # blank, needed to get KDE4_VERSION USES= metaport OPTIONS_DEFINE= PLASMA SEND_FILE Modified: head/net/kdenetwork4/Makefile ============================================================================== --- head/net/kdenetwork4/Makefile Thu May 26 15:54:55 2016 (r415901) +++ head/net/kdenetwork4/Makefile Thu May 26 16:25:39 2016 (r415902) @@ -7,6 +7,7 @@ CATEGORIES= net kde MAINTAINER= kde@FreeBSD.org COMMENT= KDE Network applications (meta port) +USE_KDE4= # blank, needed to get KDE4_VERSION USES= metaport OPTIONS_DEFINE= FILESHARING KDNSSD KGET KOPETE KRDC KRFB STRIGI Modified: head/sysutils/kdeadmin4/Makefile ============================================================================== --- head/sysutils/kdeadmin4/Makefile Thu May 26 15:54:55 2016 (r415901) +++ head/sysutils/kdeadmin4/Makefile Thu May 26 16:25:39 2016 (r415902) @@ -7,6 +7,7 @@ CATEGORIES= sysutils kde MAINTAINER= kde@FreeBSD.org COMMENT= KDE Administration applications (meta port) +USE_KDE4= # blank, needed to get KDE4_VERSION USES= metaport OPTIONS_DEFINE= KCRON KSYSTEMLOG KUSER Modified: head/sysutils/ksysguardd/Makefile ============================================================================== --- head/sysutils/ksysguardd/Makefile Thu May 26 15:54:55 2016 (r415901) +++ head/sysutils/ksysguardd/Makefile Thu May 26 16:25:39 2016 (r415902) @@ -11,6 +11,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= KDE System Guard Daemon DISTINFO_FILE= ${PORTSDIR}/x11/kde4-workspace/distinfo +USE_KDE4= # blank, needed to get KDE4_VERSION USES= cmake tar:xz CMAKE_ARGS+= -DBIN_INSTALL_DIR:STRING="${PREFIX}/bin" \ -DSYSCONF_INSTALL_DIR:STRING="${PREFIX}/etc" Modified: head/x11-clocks/kdetoys4/Makefile ============================================================================== --- head/x11-clocks/kdetoys4/Makefile Thu May 26 15:54:55 2016 (r415901) +++ head/x11-clocks/kdetoys4/Makefile Thu May 26 16:25:39 2016 (r415902) @@ -7,6 +7,7 @@ CATEGORIES= x11-clocks kde MAINTAINER= kde@FreeBSD.org COMMENT= KDE miscellaneous applications (meta port) +USE_KDE4= # blank, needed to get KDE4_VERSION USES= metaport OPTIONS_DEFINE= AMOR KTEATIME KTUX Modified: head/x11-themes/kde4-icons-oxygen/Makefile ============================================================================== --- head/x11-themes/kde4-icons-oxygen/Makefile Thu May 26 15:54:55 2016 (r415901) +++ head/x11-themes/kde4-icons-oxygen/Makefile Thu May 26 16:25:39 2016 (r415902) @@ -11,6 +11,7 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= The Oxygen icon theme for KDE +USE_KDE4= # blank, needed to get KDE4_VERSION USES= cmake:outsource tar:xz INSTALL_TARGET= install EXTRACT_AFTER_ARGS= --exclude '${DISTNAME}/scalable' From owner-svn-ports-head@freebsd.org Thu May 26 16:29:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04B83B4B8F5; Thu, 26 May 2016 16:29: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 B17E21E71; Thu, 26 May 2016 16:29:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4QGTicD018829; Thu, 26 May 2016 16:29:44 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QGTi0R018827; Thu, 26 May 2016 16:29:44 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605261629.u4QGTi0R018827@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 26 May 2016 16:29:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415903 - head/x11/lxpanel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 16:29:46 -0000 Author: amdmi3 Date: Thu May 26 16:29:44 2016 New Revision: 415903 URL: https://svnweb.freebsd.org/changeset/ports/415903 Log: - Fix build for disabled NLS case - Switch to options helpers - Simplify stripping - Simplify plist handling PR: 202076 Reported by: sascha@root-login.org Approved by: maintainer timeout (horia@racoviceanu.com, 9 months) Modified: head/x11/lxpanel/Makefile head/x11/lxpanel/pkg-plist Modified: head/x11/lxpanel/Makefile ============================================================================== --- head/x11/lxpanel/Makefile Thu May 26 16:25:39 2016 (r415902) +++ head/x11/lxpanel/Makefile Thu May 26 16:29:44 2016 (r415903) @@ -26,7 +26,7 @@ USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix="${PREFIX}" \ --with-plugins=netstatus,volume,volumealsa,deskno,batt,kbled,xkb,thermal,cpu,cpufreq,monitors,wnckpager \ - --with-x \ + --with-x --disable-silent-rules \ CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CFLAGS+= -I${WRKSRC} @@ -41,14 +41,7 @@ ALSA_LIB_DEPENDS= libasound.so:audio/als ALSA_CONFIGURE_ENABLE= alsa NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext - -.include - -.if ${PORT_OPTIONS:MALSA} -PLIST_SUB+= VOLUME="@comment " -.else -PLIST_SUB+= VOLUME="" -.endif +NLS_USES_OFF= gettext-tools post-patch: @${REINPLACE_CMD} -e '/g_thread_create/ \ @@ -105,22 +98,14 @@ post-patch: @${REINPLACE_CMD} -e 's|linux|sys|' \ ${WRKSRC}/src/plugins/volume/volume-impl.c -.if ! ${PORT_OPTIONS:MNLS} +post-patch-NLS-off: @${REINPLACE_CMD} -e 's|po man|man|' \ ${WRKSRC}/Makefile.in -.endif post-install: -.for l in netstatus deskno batt kbled xkb thermal cpu cpufreq monitors wnckpager - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lxpanel/plugins/${l}.so -.endfor - -.if ${PORT_OPTIONS:MALSA} - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lxpanel/plugins/volumealsa.so -.else - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lxpanel/plugins/volume.so -.endif + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lxpanel/plugins/*.so +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} Modified: head/x11/lxpanel/pkg-plist ============================================================================== --- head/x11/lxpanel/pkg-plist Thu May 26 16:25:39 2016 (r415902) +++ head/x11/lxpanel/pkg-plist Thu May 26 16:29:44 2016 (r415903) @@ -9,7 +9,7 @@ lib/lxpanel/plugins/kbled.so lib/lxpanel/plugins/monitors.so lib/lxpanel/plugins/netstatus.so lib/lxpanel/plugins/thermal.so -%%VOLUME%%lib/lxpanel/plugins/volume.so +%%NO_ALSA%%lib/lxpanel/plugins/volume.so %%ALSA%%lib/lxpanel/plugins/volumealsa.so lib/lxpanel/plugins/xkb.so lib/lxpanel/plugins/wnckpager.so From owner-svn-ports-head@freebsd.org Thu May 26 17:22:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0D6DB4A686; Thu, 26 May 2016 17:22:04 +0000 (UTC) (envelope-from bogorodskiy@gmail.com) Received: from mail-lf0-x243.google.com (mail-lf0-x243.google.com [IPv6:2a00:1450:4010:c07::243]) (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 8E30F2000; Thu, 26 May 2016 17:22:04 +0000 (UTC) (envelope-from bogorodskiy@gmail.com) Received: by mail-lf0-x243.google.com with SMTP id 65so6623609lfq.1; Thu, 26 May 2016 10:22:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=HbAPIhb347cSDgMUh/yjVNuvYqq9eu9bOKJ98a4jueA=; b=g7XssMP5mlJeIV6NvIMnF/e0bCjykbkz0JBgQ25yWthuGVjFR4ZpyXoIOw3/fYpWs2 nysShrftjt7vcDDuL90r8PsFnN2FtzwevHAlEFdMjQ7Pi/oU0QfXbZF8C/xFpgfaShBr eEuasIHDgoQ6dGsKnXjDyeeW3ONJqo5/wR0h/dmda0FcB+fi2Q82cSbdBx2RADj3P/El bR7x7okvqWCbBT5iSBbQTbQOhlTs5t8Jdxtsn50J5cIbD2IGyn4noUiRcJK6GMT/peqR LSY410NdeAIrLYNQ/W9wY/bZVPDFkNkWw6tdp1050yjEDJK7gtcnnCku92Vgn1n6Y3JP TVsg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=HbAPIhb347cSDgMUh/yjVNuvYqq9eu9bOKJ98a4jueA=; b=PEdTWR27jeeAHNEccselN/nr0GKfBs5c/BXQNOoctXYDRDu/4buxxmoHxGAa/MuDZe KqFf8ekArJcisSV7V98QcC1RRR8pV//v8op4bdrFIcWnuKmACYfFa14CEFOlhFe31mQk +9mmxyRPLUyyqCC1/Sv+FeTVyOtt+aj1f4DJ3njbYG53V9Wh219rmBwbyNCFzQIL2iUK xae4yC5kwqiE/VgzOIiB97AdvhBcsQx/+DR6Qv7+Iec/wFrBN6E4scPeOe+hOeODECWg fc0RJFKiVAQr69P1UOrZ3Z4ORw1CU+khxxlURmONZ/Tmzk8jxWXSGfMuV/FFkYDOVJw/ 58pQ== X-Gm-Message-State: ALyK8tIQegIaw8u5pd9e8xg2aX1TJAM2eQDemzlyWB4WsbyXYwSREA3vaGTolV55+C+bEA== X-Received: by 10.25.156.83 with SMTP id f80mr1028110lfe.141.1464283322690; Thu, 26 May 2016 10:22:02 -0700 (PDT) Received: from kloomba ([77.94.197.227]) by smtp.gmail.com with ESMTPSA id ez1sm2351361lbc.29.2016.05.26.10.22.00 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 May 2016 10:22:01 -0700 (PDT) Date: Thu, 26 May 2016 20:20:57 +0300 From: Roman Bogorodskiy To: Mathieu Arnold Cc: Roman Bogorodskiy , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, ganbold@freebsd.org Subject: Re: svn commit: r415833 - in head/databases: . ateam_mysql_ldap_auth ateam_mysql_ldap_auth/files Message-ID: <20160526172055.GA3653@kloomba> References: <201605251418.u4PEIvLC049487@repo.freebsd.org> <20160526045559.GA97321@dev.san.ru> <5102E1AB096676139D372FED@atuin.in.mat.cc> <5DE11CFFAD23033B4909CA05@ogg.in.absolight.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dDRMvlgZJXvWKvBx" Content-Disposition: inline In-Reply-To: <5DE11CFFAD23033B4909CA05@ogg.in.absolight.net> User-Agent: Mutt/1.6.0 (2016-04-01) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 17:22:05 -0000 --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Mathieu Arnold wrote: > +--On 26 mai 2016 11:05:22 +0200 Mathieu Arnold wrote: > | +--On 26 mai 2016 07:56:01 +0300 Roman Bogorodskiy > | wrote: > || Mathieu Arnold wrote: > || On a related note, I'm actually considering just dropping this > || RUN_DEPENDS line entirely. Practically, it's obvious that if you're > || installing a MySQL plugin for the MySQL server, you'll need the server > || itself to use this plugin with.=20 > |=20 > | I had not seen that you already had the USES=3Dmysql below, it's not a = case > | I had thought of to be fair. > |=20 > | You could use USES=3Dmysql:embeded because it depends on the server for > | build and run time, but the new proxydeps qa check will tell you that > | you're missing USES=3Dmysql... > | So, for now, best would be to change the RUN_DEPENDS line to > | ${LOCALBASE}/libexec/mysqld:${_MYSQL_SERVER} (it's the same as what > | USES=3Dmysql:server does) >=20 > Or you could leave it like it is right now, I have started some work: >=20 > https://reviews.freebsd.org/D6575 Yup, this definitely looks like a better solution, thanks. Roman Bogorodskiy --dDRMvlgZJXvWKvBx Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJXRzB3AAoJEMltX/4IwiJqV7kH/0QmkPvB7I4DKgdvvBv3KjGA 66il/fgaR+a4cGlZQMEQTDPQv2hwQhWOytfOnnTGqA4e+YOcE6Jq5KHEvD2w89pb jF8C1IXyH4M4Hor5LOPuQvrbkpvTvIb7hAKV1u8NbhSCoNqUUVOUNu4fK9wNGOLi QQIiZu0/wgnVETyV/QF9jVeXD6by7I6I5m9kaFA5IM7FgkcoWwEJWLF3YvABAGzG ZVcG/3bXOVhoVU8VtOoL2IVtmdci7M+6iXx4Lzet1OgIeueHMA9TZpXkDS5KMd7W NQNmWiDQ+MA65cpj0H2qMUVp1wdvwOPStbhcR1mYXaRmbBs7v4ZA239vaKgxsq0= =0ZrZ -----END PGP SIGNATURE----- --dDRMvlgZJXvWKvBx-- From owner-svn-ports-head@freebsd.org Thu May 26 17:39:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FC07B4AD52; Thu, 26 May 2016 17:39:21 +0000 (UTC) (envelope-from duchateau.olivier@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 AB99E1A9F; Thu, 26 May 2016 17:39:20 +0000 (UTC) (envelope-from duchateau.olivier@gmail.com) Received: by mail-wm0-x230.google.com with SMTP id a136so37974172wme.0; Thu, 26 May 2016 10:39:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=I/8g+/vr98K+1FgMROrDlVnxl/2oo+KO+0VUhJ265ng=; b=eEW732cdCtXjmTiTAl/5BM0MCg9otBm6YXm8iWEMxlSLQfPNCpjKEJkfsXacgrPIjr uSkPrul56WIQ912tlxnB2Vho0Y9HQBoYii0Ur9SQS/UObyEDWniixXKCSp9SVEOpv65Z B6fSyGgnOh07yXCsrDPraoV6GrIPbtdWKR1pDElzsnqLe7Kj7iNwGqCuZmkOa2ZVN4gb GqI7hIBK/o8WZX32hyiF5rio6rciKJKllBwqwLDL+94X1ah7v4xPptoisq23dJjoZwtt 4R6mj7l5PpXJKAR96+b2SB0lnjScR6/dCs7QnqKbGgUui4f0f83l9eZm+fkrLDwXyX+c F9eQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :in-reply-to:references:mime-version:content-transfer-encoding; bh=I/8g+/vr98K+1FgMROrDlVnxl/2oo+KO+0VUhJ265ng=; b=JysmQKPnQoTQYVGCXRZYFVoU9CEFo/I0R2j4gcB0/0juJq3LJBxOs7OaZiefpxjpKf iHbWPY+SwI2hTSf8u0qewcz0dGZ8HfhViFQh5zVllKbB/8us38/sEVhwnAaYQSucXRv9 P5AXKd7BSFTduWxkth1uRZD3pXVrSsQS0jGBcvvNLcuiA6lhLp6yd64WYv53q6WBmcSB 36UBCr7/PylwLtVrbyOvfV8TmJlyU2Iz7oWqD1m/4q6JzchevNsa2zovOBAJJ+g8kuKj rsoUgVJM7UWhrcQeNbW1TEOfUnFTwqx2IjiEpKiRH7FryX1q4nR+bUASxjjTFylx7Cis q4uQ== X-Gm-Message-State: ALyK8tLT8F/NMeTijtqRNu8qIsMkMrAsMrkGFVF3iaYQYtu5czPDt/ARQeyCBF4m1QHp+Q== X-Received: by 10.28.194.4 with SMTP id s4mr4867463wmf.68.1464284359229; Thu, 26 May 2016 10:39:19 -0700 (PDT) Received: from tuborg (AMarseille-655-1-713-104.w92-150.abo.wanadoo.fr. [92.150.102.104]) by smtp.gmail.com with ESMTPSA id cz3sm15386659wjb.14.2016.05.26.10.39.17 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 26 May 2016 10:39:18 -0700 (PDT) Sender: Olivier Duchateau Date: Thu, 26 May 2016 19:36:53 +0000 From: Olivier Duchateau To: Dmitry Marakasov Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r415903 - head/x11/lxpanel Message-Id: <20160526193653.20746fd01e4936b5f27b4ab6@freebsd.org> In-Reply-To: <201605261629.u4QGTi0R018827@repo.freebsd.org> References: <201605261629.u4QGTi0R018827@repo.freebsd.org> X-Mailer: Sylpheed 3.5.0 (GTK+ 2.24.29; i386-portbld-freebsd9.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 17:39:21 -0000 On Thu, 26 May 2016 16:29:44 +0000 (UTC) Dmitry Marakasov wrote: > Author: amdmi3 > Date: Thu May 26 16:29:44 2016 > New Revision: 415903 > URL: https://svnweb.freebsd.org/changeset/ports/415903 > > Log: > - Fix build for disabled NLS case > - Switch to options helpers > - Simplify stripping > - Simplify plist handling > > PR: 202076 > Reported by: sascha@root-login.org > Approved by: maintainer timeout (horia@racoviceanu.com, 9 months) I'm working to update LXpanel to 0.8.2 [1], and for me ALSA option is bogus 1. If ALSA is not set it's OSS (Open Sound System), so I think it's better to distinguish two sound systems. Moreover sound support is a panel widget plugin, we must also check --with-plugins= option. Panel plugins can be disabled with prefix '-'. ALSA: CONFIGURE_ARGS should be --enable-alsa --with-plugins=-volume,volumealsa,... OSS (we can use OPTIONS_SINGLE macro): CONFIGURE_ARGS must be --disable-alsa --with-plugins=volume,-volumealsa,... Why still keep USE_AUTOTOOLS? It's deprecated [1] https://bitbucket.org/olivierduchateau/ports/src/434988b9ed6c5d5199be5c960cd7aee358aa1fba/x11/lxpanel/?at=default > > Modified: > head/x11/lxpanel/Makefile > head/x11/lxpanel/pkg-plist > > Modified: head/x11/lxpanel/Makefile > ============================================================================== > --- head/x11/lxpanel/Makefile Thu May 26 16:25:39 2016 (r415902) > +++ head/x11/lxpanel/Makefile Thu May 26 16:29:44 2016 (r415903) > @@ -26,7 +26,7 @@ USES= gmake pathfix pkgconfig > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --prefix="${PREFIX}" \ > --with-plugins=netstatus,volume,volumealsa,deskno,batt,kbled,xkb,thermal,cpu,cpufreq,monitors,wnckpager \ > - --with-x \ > + --with-x --disable-silent-rules \ > CPPFLAGS="-I${LOCALBASE}/include" \ > LDFLAGS="-L${LOCALBASE}/lib" > CFLAGS+= -I${WRKSRC} > @@ -41,14 +41,7 @@ ALSA_LIB_DEPENDS= libasound.so:audio/als > ALSA_CONFIGURE_ENABLE= alsa > NLS_CONFIGURE_ENABLE= nls > NLS_USES= gettext > - > -.include > - > -.if ${PORT_OPTIONS:MALSA} > -PLIST_SUB+= VOLUME="@comment " > -.else > -PLIST_SUB+= VOLUME="" > -.endif > +NLS_USES_OFF= gettext-tools > > post-patch: > @${REINPLACE_CMD} -e '/g_thread_create/ \ > @@ -105,22 +98,14 @@ post-patch: > @${REINPLACE_CMD} -e 's|linux|sys|' \ > ${WRKSRC}/src/plugins/volume/volume-impl.c > > -.if ! ${PORT_OPTIONS:MNLS} > +post-patch-NLS-off: > @${REINPLACE_CMD} -e 's|po man|man|' \ > ${WRKSRC}/Makefile.in > -.endif > > post-install: > -.for l in netstatus deskno batt kbled xkb thermal cpu cpufreq monitors wnckpager > - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lxpanel/plugins/${l}.so > -.endfor > - > -.if ${PORT_OPTIONS:MALSA} > - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lxpanel/plugins/volumealsa.so > -.else > - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lxpanel/plugins/volume.so > -.endif > + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lxpanel/plugins/*.so > > +post-install-DOCS-on: > @${MKDIR} ${STAGEDIR}${DOCSDIR} > ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} > > > Modified: head/x11/lxpanel/pkg-plist > ============================================================================== > --- head/x11/lxpanel/pkg-plist Thu May 26 16:25:39 2016 (r415902) > +++ head/x11/lxpanel/pkg-plist Thu May 26 16:29:44 2016 (r415903) > @@ -9,7 +9,7 @@ lib/lxpanel/plugins/kbled.so > lib/lxpanel/plugins/monitors.so > lib/lxpanel/plugins/netstatus.so > lib/lxpanel/plugins/thermal.so > -%%VOLUME%%lib/lxpanel/plugins/volume.so > +%%NO_ALSA%%lib/lxpanel/plugins/volume.so > %%ALSA%%lib/lxpanel/plugins/volumealsa.so > lib/lxpanel/plugins/xkb.so > lib/lxpanel/plugins/wnckpager.so > -- Olivier Duchateau From owner-svn-ports-head@freebsd.org Thu May 26 18:06:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B478AB4B544; Thu, 26 May 2016 18:06:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8605D1D2E; Thu, 26 May 2016 18:06:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4QI6Qrk055447; Thu, 26 May 2016 18:06:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QI6QnW055445; Thu, 26 May 2016 18:06:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605261806.u4QI6QnW055445@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 26 May 2016 18:06:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415904 - head/mail/pyzor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 18:06:27 -0000 Author: amdmi3 Date: Thu May 26 18:06:26 2016 New Revision: 415904 URL: https://svnweb.freebsd.org/changeset/ports/415904 Log: - Update to 1.0.0 - Add LICENSE - While here, also add LICENSE_FILE and NO_ARCH PR: 205703 Submitted by: z7dr6ut7gs@snkmail.com Approved by: chalpin@cs.wisc.edu (maintainer) Modified: head/mail/pyzor/Makefile head/mail/pyzor/distinfo Modified: head/mail/pyzor/Makefile ============================================================================== --- head/mail/pyzor/Makefile Thu May 26 16:29:44 2016 (r415903) +++ head/mail/pyzor/Makefile Thu May 26 18:06:26 2016 (r415904) @@ -2,16 +2,21 @@ # $FreeBSD$ PORTNAME= pyzor -PORTVERSION= 0.7.0 +PORTVERSION= 1.0.0 CATEGORIES= mail python -MASTER_SITES= SF +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= chalpin@cs.wisc.edu COMMENT= Collaborative, networked system to detect and block spam +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdbm>=0:databases/py-gdbm -USES= python tar:bzip2 +USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes .include Modified: head/mail/pyzor/distinfo ============================================================================== --- head/mail/pyzor/distinfo Thu May 26 16:29:44 2016 (r415903) +++ head/mail/pyzor/distinfo Thu May 26 18:06:26 2016 (r415904) @@ -1,2 +1,2 @@ -SHA256 (pyzor-0.7.0.tar.bz2) = 6d9ca62bd4aa9a0210adb9d4c8ff2b38bb2cd051f1517ce29e88d7fbe4b1026d -SIZE (pyzor-0.7.0.tar.bz2) = 78555 +SHA256 (pyzor-1.0.0.tar.gz) = 10ea114bdee2eee5edd6afe8eeddaaf605620445977ae019a3e9b1cbb6bc3b27 +SIZE (pyzor-1.0.0.tar.gz) = 39945 From owner-svn-ports-head@freebsd.org Thu May 26 19:08:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A61CAB4B6F4; Thu, 26 May 2016 19:08:49 +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 735C31ED4; Thu, 26 May 2016 19:08:49 +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 u4QJ8mBg077834; Thu, 26 May 2016 19:08:48 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QJ8mQ5077833; Thu, 26 May 2016 19:08:48 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201605261908.u4QJ8mQ5077833@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 26 May 2016 19:08:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415905 - head/games/angband X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 19:08:49 -0000 Author: antoine Date: Thu May 26 19:08:48 2016 New Revision: 415905 URL: https://svnweb.freebsd.org/changeset/ports/415905 Log: Add back WRKSRC, it's needed because of DISTVERSIONPREFIX Modified: head/games/angband/Makefile Modified: head/games/angband/Makefile ============================================================================== --- head/games/angband/Makefile Thu May 26 18:06:26 2016 (r415904) +++ head/games/angband/Makefile Thu May 26 19:08:48 2016 (r415905) @@ -34,6 +34,8 @@ X11_USE= XORG=sm,x11 X11_RUN_DEPENDS= xorg-fonts-miscbitmaps>=0:x11-fonts/xorg-fonts-miscbitmaps X11_CONFIGURE_ENABLE= x11 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + post-patch: @${REINPLACE_CMD} -e \ 's|-Wno-missing-field-initializers || ; \ From owner-svn-ports-head@freebsd.org Thu May 26 19:12:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7C66B4B798; Thu, 26 May 2016 19:12: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 B2DDC1232; Thu, 26 May 2016 19:12: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 u4QJBxCu081246; Thu, 26 May 2016 19:11:59 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QJBxiv081245; Thu, 26 May 2016 19:11:59 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201605261911.u4QJBxiv081245@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 26 May 2016 19:11:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415906 - head/graphics/batik X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 19:12:01 -0000 Author: antoine Date: Thu May 26 19:11:59 2016 New Revision: 415906 URL: https://svnweb.freebsd.org/changeset/ports/415906 Log: Add back INSTALL_WRKSRC, it's needed Modified: head/graphics/batik/Makefile Modified: head/graphics/batik/Makefile ============================================================================== --- head/graphics/batik/Makefile Thu May 26 19:08:48 2016 (r415905) +++ head/graphics/batik/Makefile Thu May 26 19:11:59 2016 (r415906) @@ -23,6 +23,7 @@ ALL_TARGET= jars all-jar MAKE_ENV+= "ANT_OPTS=-Xmx512m" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +INSTALL_WRKSRC= ${WRKSRC}/${PORTNAME}-${PORTVERSION} DATADIR= ${JAVASHAREDIR}/${PORTNAME} PORTDOCS= * From owner-svn-ports-head@freebsd.org Thu May 26 19:19:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13521B4BA33; Thu, 26 May 2016 19:19:12 +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 D96ED1797; Thu, 26 May 2016 19:19:11 +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 u4QJJB7H081662; Thu, 26 May 2016 19:19:11 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QJJA5g081660; Thu, 26 May 2016 19:19:10 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201605261919.u4QJJA5g081660@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 26 May 2016 19:19:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415907 - head/sysutils/virtualmin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 19:19:12 -0000 Author: olgeni Date: Thu May 26 19:19:10 2016 New Revision: 415907 URL: https://svnweb.freebsd.org/changeset/ports/415907 Log: Update sysutils/virtualmin to version 5.03. Modified: head/sysutils/virtualmin/Makefile head/sysutils/virtualmin/distinfo Modified: head/sysutils/virtualmin/Makefile ============================================================================== --- head/sysutils/virtualmin/Makefile Thu May 26 19:11:59 2016 (r415906) +++ head/sysutils/virtualmin/Makefile Thu May 26 19:19:10 2016 (r415907) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= virtualmin -PORTVERSION= 5.02 +PORTVERSION= 5.03 PORTEPOCH= 1 CATEGORIES= sysutils MASTER_SITES= http://download.webmin.com/download/virtualmin/ Modified: head/sysutils/virtualmin/distinfo ============================================================================== --- head/sysutils/virtualmin/distinfo Thu May 26 19:11:59 2016 (r415906) +++ head/sysutils/virtualmin/distinfo Thu May 26 19:19:10 2016 (r415907) @@ -1,2 +1,3 @@ -SHA256 (virtual-server-5.02.gpl.wbm.gz) = e3057220eff76f9cb4bbc9661f1a1049816ea3855576550825560a1dd255962e -SIZE (virtual-server-5.02.gpl.wbm.gz) = 2299439 +TIMESTAMP = 1464290182 +SHA256 (virtual-server-5.03.gpl.wbm.gz) = 9863c0fd11ba4189ca0d01450cb15fbd3f8489fd464cc567b72fc9377a4b2fc9 +SIZE (virtual-server-5.03.gpl.wbm.gz) = 2299623 From owner-svn-ports-head@freebsd.org Thu May 26 19:24:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40721B4BC48; Thu, 26 May 2016 19:24:02 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0FA961BC0; Thu, 26 May 2016 19:24:01 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4QJO1gC085180; Thu, 26 May 2016 19:24:01 GMT (envelope-from rodrigc@FreeBSD.org) Received: (from rodrigc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QJO1YH085178; Thu, 26 May 2016 19:24:01 GMT (envelope-from rodrigc@FreeBSD.org) Message-Id: <201605261924.u4QJO1YH085178@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rodrigc set sender to rodrigc@FreeBSD.org using -f From: Craig Rodrigues Date: Thu, 26 May 2016 19:24:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415908 - in head/security/py-paramiko: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 19:24:02 -0000 Author: rodrigc (src committer) Date: Thu May 26 19:24:00 2016 New Revision: 415908 URL: https://svnweb.freebsd.org/changeset/ports/415908 Log: - Update to 2.0.0 Submitted by: rodrigc Reviewed by: robak, sbz Approved by: robak, sbz Differential Revision: https://reviews.freebsd.org/D6551 Deleted: head/security/py-paramiko/files/ Modified: head/security/py-paramiko/Makefile head/security/py-paramiko/distinfo Modified: head/security/py-paramiko/Makefile ============================================================================== --- head/security/py-paramiko/Makefile Thu May 26 19:19:10 2016 (r415907) +++ head/security/py-paramiko/Makefile Thu May 26 19:24:00 2016 (r415908) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= paramiko -PORTVERSION= 1.15.2 +PORTVERSION= 2.0.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= Python SSH2 protocol library LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography \ ${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa USES= python Modified: head/security/py-paramiko/distinfo ============================================================================== --- head/security/py-paramiko/distinfo Thu May 26 19:19:10 2016 (r415907) +++ head/security/py-paramiko/distinfo Thu May 26 19:24:00 2016 (r415908) @@ -1,2 +1,3 @@ -SHA256 (paramiko-1.15.2.tar.gz) = 4f56a671a3eecbb76e6143e6e4ca007d503a39aa79aa9e14ade667fa53fd6e55 -SIZE (paramiko-1.15.2.tar.gz) = 1220578 +TIMESTAMP = 1464139163 +SHA256 (paramiko-2.0.0.tar.gz) = 51219ecaf88aa1cea9952b3c4ddcc0c1316f015d23d77edb7aee78a3468ef0e2 +SIZE (paramiko-2.0.0.tar.gz) = 1372885 From owner-svn-ports-head@freebsd.org Thu May 26 19:32:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01F8CB4B086; Thu, 26 May 2016 19:32:17 +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 D10A912DE; Thu, 26 May 2016 19:32:16 +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 u4QJWGpf088223; Thu, 26 May 2016 19:32:16 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QJWFro088219; Thu, 26 May 2016 19:32:15 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201605261932.u4QJWFro088219@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Thu, 26 May 2016 19:32:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415909 - in head/audio/lxmusic: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 19:32:17 -0000 Author: olivierd Date: Thu May 26 19:32:15 2016 New Revision: 415909 URL: https://svnweb.freebsd.org/changeset/ports/415909 Log: - Update to 0.4.7 - Replace CPPFLAGS and LDFLAGS by USES= localbase - Cosmetic change for documentation - Fix build when NLS option is not set PR: 209717 Submitted by: (maintainer) Added: head/audio/lxmusic/files/ head/audio/lxmusic/files/patch-configure (contents, props changed) Modified: head/audio/lxmusic/Makefile head/audio/lxmusic/distinfo head/audio/lxmusic/pkg-plist Modified: head/audio/lxmusic/Makefile ============================================================================== --- head/audio/lxmusic/Makefile Thu May 26 19:24:00 2016 (r415908) +++ head/audio/lxmusic/Makefile Thu May 26 19:32:15 2016 (r415909) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= lxmusic -PORTVERSION= 0.4.5 -PORTREVISION= 1 +PORTVERSION= 0.4.7 CATEGORIES= audio -MASTER_SITES= SF/ghostbsdproject/package/LXMusic/ +MASTER_SITES= SF/lxde/LXMusic%20%28music%20player%29/LXMusic%20${PORTVERSION:R}.x/ MAINTAINER= ericturgeon@ghostbsd.org COMMENT= LXDE music player based on xmms2 @@ -16,24 +15,24 @@ LICENSE_COMB= dual LIB_DEPENDS= libxmmsclient.so:audio/xmms2 \ libnotify.so:devel/libnotify -USES= gmake desktop-file-utils pkgconfig +USES= gettext-tools gmake desktop-file-utils localbase \ + pkgconfig tar:xz USE_GNOME= gtk20 intltool GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALL_TARGET= install-strip -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -lpthread -L${LOCALBASE}/lib +LDFLAGS+= -lpthread PORTDOCS= AUTHORS README OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes -NLS_USES= gettext +NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE=nls -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} Modified: head/audio/lxmusic/distinfo ============================================================================== --- head/audio/lxmusic/distinfo Thu May 26 19:24:00 2016 (r415908) +++ head/audio/lxmusic/distinfo Thu May 26 19:32:15 2016 (r415909) @@ -1,2 +1,3 @@ -SHA256 (lxmusic-0.4.5.tar.gz) = b9527495da616d811707c3084c0fcfe241bf74563dcffef22b1dd37a23fc5ff8 -SIZE (lxmusic-0.4.5.tar.gz) = 291221 +TIMESTAMP = 1464014391 +SHA256 (lxmusic-0.4.7.tar.xz) = 4933987338eb6e8c77d63b14cea5a8886146e75acbc38a21438c6c3f47bc06ba +SIZE (lxmusic-0.4.7.tar.xz) = 180300 Added: head/audio/lxmusic/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/lxmusic/files/patch-configure Thu May 26 19:32:15 2016 (r415909) @@ -0,0 +1,11 @@ +--- configure.orig 2016-02-21 00:00:57 UTC ++++ configure +@@ -6815,7 +6815,7 @@ $as_echo "#define HAVE_LC_MESSAGES 1" >> + + fi + fi +- USE_NLS=yes ++ #USE_NLS=yes + + + gt_cv_have_gettext=no Modified: head/audio/lxmusic/pkg-plist ============================================================================== --- head/audio/lxmusic/pkg-plist Thu May 26 19:24:00 2016 (r415908) +++ head/audio/lxmusic/pkg-plist Thu May 26 19:32:15 2016 (r415909) @@ -1,20 +1,24 @@ bin/lxmusic +man/man1/lxmusic.1.gz share/applications/lxmusic.desktop %%NLS%%share/locale/af/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/ar/LC_MESSAGES/lxmusic.mo +%%NLS%%share/locale/be/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/bg/LC_MESSAGES/lxmusic.mo +%%NLS%%share/locale/bn/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/bn_IN/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/ca/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/cs/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/da/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/de/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/el/LC_MESSAGES/lxmusic.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/es/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/es_VE/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/et/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/eu/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/fa/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/fi/LC_MESSAGES/lxmusic.mo +%%NLS%%share/locale/fo/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/fr/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/frp/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/gl/LC_MESSAGES/lxmusic.mo @@ -22,25 +26,35 @@ share/applications/lxmusic.desktop %%NLS%%share/locale/hr/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/hu/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/id/LC_MESSAGES/lxmusic.mo +%%NLS%%share/locale/is/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/it/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/ja/LC_MESSAGES/lxmusic.mo +%%NLS%%share/locale/kk/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/ko/LC_MESSAGES/lxmusic.mo +%%NLS%%share/locale/lg/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/lt/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/ml/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/ms/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/nb/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/nl/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/nn/LC_MESSAGES/lxmusic.mo +%%NLS%%share/locale/pa/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/pl/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/ps/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/pt/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/lxmusic.mo +%%NLS%%share/locale/ro/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/ru/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/sk/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/sl/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/sr/LC_MESSAGES/lxmusic.mo +%%NLS%%share/locale/sr@latin/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/sv/LC_MESSAGES/lxmusic.mo +%%NLS%%share/locale/te/LC_MESSAGES/lxmusic.mo +%%NLS%%share/locale/th/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/tr/LC_MESSAGES/lxmusic.mo +%%NLS%%share/locale/tt_RU/LC_MESSAGES/lxmusic.mo +%%NLS%%share/locale/ug/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/uk/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/ur/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/ur_PK/LC_MESSAGES/lxmusic.mo @@ -48,7 +62,7 @@ share/applications/lxmusic.desktop %%NLS%%share/locale/zh_CN/LC_MESSAGES/lxmusic.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/lxmusic.mo %%DATADIR%%/lxmusic.ui.glade -%%DATADIR%%/popup.ui.glade %%DATADIR%%/pref-dlg.ui.glade %%DATADIR%%/track-info.ui.glade share/pixmaps/lxmusic.png + From owner-svn-ports-head@freebsd.org Thu May 26 19:48:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF7E3B4B42F; Thu, 26 May 2016 19:48:08 +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 694FC1C55; Thu, 26 May 2016 19:48:08 +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 u4QJm71d091566; Thu, 26 May 2016 19:48:07 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QJm7Ha091564; Thu, 26 May 2016 19:48:07 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201605261948.u4QJm7Ha091564@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Thu, 26 May 2016 19:48:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415910 - in head/sysutils/ansible: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 19:48:08 -0000 Author: matthew Date: Thu May 26 19:48:07 2016 New Revision: 415910 URL: https://svnweb.freebsd.org/changeset/ports/415910 Log: Update to 2.1.0.0 Press release: https://www.redhat.com/en/about/press-releases/red-hat-debuts-ansible-21-network-automation-containers-microsoft-windows-and-azure ChangeLog: https://raw.githubusercontent.com/ansible/ansible/v2.1.0.0-1/CHANGELOG.md PR: 209769 Submitted by: lifanov@mail.lifanov.com (maintainer) Deleted: head/sysutils/ansible/files/extra-patch-8aac5ae Modified: head/sysutils/ansible/Makefile head/sysutils/ansible/distinfo Modified: head/sysutils/ansible/Makefile ============================================================================== --- head/sysutils/ansible/Makefile Thu May 26 19:32:15 2016 (r415909) +++ head/sysutils/ansible/Makefile Thu May 26 19:48:07 2016 (r415910) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ansible -PORTVERSION?= 2.0.2.0 -PORTREVISION?= 1 +PORTVERSION?= 2.1.0.0 CATEGORIES= sysutils python MASTER_SITES= http://releases.ansible.com/ansible/ @@ -18,8 +17,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml ${PYTHON_PKGNAMEPREFIX}paramiko>0:security/py-paramiko \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2 -EXTRA_PATCHES?= ${FILESDIR}/extra-patch-8aac5ae - NO_ARCH= yes USES= cpe python:2 shebangfix USE_PYTHON= autoplist distutils Modified: head/sysutils/ansible/distinfo ============================================================================== --- head/sysutils/ansible/distinfo Thu May 26 19:32:15 2016 (r415909) +++ head/sysutils/ansible/distinfo Thu May 26 19:48:07 2016 (r415910) @@ -1,2 +1,3 @@ -SHA256 (ansible-2.0.2.0.tar.gz) = 373a2e50319d90da50948e3faf1c033464b7302200e0199da8981d24646d4387 -SIZE (ansible-2.0.2.0.tar.gz) = 1516681 +TIMESTAMP = 1464277776 +SHA256 (ansible-2.1.0.0.tar.gz) = 403443b55f6522cf86f9b41544a9b6b81f7d27f088446e85334d5d7a6317ccad +SIZE (ansible-2.1.0.0.tar.gz) = 1877209 From owner-svn-ports-head@freebsd.org Thu May 26 19:55:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8EB6B4B692; Thu, 26 May 2016 19:55:13 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6AE710DD; Thu, 26 May 2016 19:55:13 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4QJtCKC095153; Thu, 26 May 2016 19:55:12 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QJtCnv095149; Thu, 26 May 2016 19:55:12 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605261955.u4QJtCnv095149@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 26 May 2016 19:55:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415911 - in head/security/sslscan: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 19:55:14 -0000 Author: pi Date: Thu May 26 19:55:12 2016 New Revision: 415911 URL: https://svnweb.freebsd.org/changeset/ports/415911 Log: security/sslscan: 1.8.2 -> 1.11.6 - lots of changes since 2010 PR: 208577 Submitted by: gavin Approved by: Matthieu BOUTHORS (maintainer timeout) Modified: head/security/sslscan/Makefile head/security/sslscan/distinfo head/security/sslscan/files/patch-Makefile head/security/sslscan/files/patch-sslscan.c Modified: head/security/sslscan/Makefile ============================================================================== --- head/security/sslscan/Makefile Thu May 26 19:48:07 2016 (r415910) +++ head/security/sslscan/Makefile Thu May 26 19:55:12 2016 (r415911) @@ -2,20 +2,18 @@ # $FreeBSD$ PORTNAME= sslscan -PORTVERSION= 1.8.2 -PORTREVISION= 1 +PORTVERSION= 1.11.6 CATEGORIES= security -MASTER_SITES= SF/${PORTNAME}/${PORTNAME} -EXTRACT_SUFX= .tgz +USE_GITHUB= yes +GH_ACCOUNT= rbsec +GH_TAGNAME= ${PORTVERSION}-${GH_ACCOUNT} MAINTAINER= matthieu@labs.fr COMMENT= SSLScan is a fast SSL port scanner LICENSE= GPLv3 -CFLAGS+= -I${LOCALBASE}/include ${CPPFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${LIBS} -MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" +USES= gmake USE_OPENSSL= yes .include Modified: head/security/sslscan/distinfo ============================================================================== --- head/security/sslscan/distinfo Thu May 26 19:48:07 2016 (r415910) +++ head/security/sslscan/distinfo Thu May 26 19:55:12 2016 (r415911) @@ -1,2 +1,2 @@ -SHA256 (sslscan-1.8.2.tgz) = 3b728804456042d96d5c8ccd42326f8e5719d091986793bb7b852a36b50d2b3e -SIZE (sslscan-1.8.2.tgz) = 22176 +SHA256 (rbsec-sslscan-1.11.6-1.11.6-rbsec_GH0.tar.gz) = 18932a78ad968dc5859b8cc72c84e64a46367887eb9302eaf13069bb9da1e08d +SIZE (rbsec-sslscan-1.11.6-1.11.6-rbsec_GH0.tar.gz) = 50002 Modified: head/security/sslscan/files/patch-Makefile ============================================================================== --- head/security/sslscan/files/patch-Makefile Thu May 26 19:48:07 2016 (r415910) +++ head/security/sslscan/files/patch-Makefile Thu May 26 19:55:12 2016 (r415911) @@ -1,22 +1,33 @@ ---- ./Makefile.orig 2009-09-01 14:35:59.000000000 +0200 -+++ ./Makefile 2011-06-21 17:37:30.000000000 +0200 -@@ -1,13 +1,14 @@ - SRCS = sslscan.c --BINPATH = /usr/bin/ --MANPATH = /usr/share/man/ -+BINPATH = ${PREFIX}/bin/ -+MANPATH = ${PREFIX}/man -+CC = ${CC} +--- Makefile.orig 2016-03-24 21:02:55 UTC ++++ Makefile +@@ -3,7 +3,7 @@ ifndef CC + CC=gcc + endif - all: -- gcc -g -Wall -lssl -o sslscan $(SRCS) $(LDFLAGS) $(CFLAGS) -+ ${CC} -g -Wall -lssl -lcrypto -o sslscan $(SRCS) $(LDFLAGS) $(CFLAGS) +-GIT_VERSION = $(shell git describe --tags --always --dirty=-wip) ++#GIT_VERSION = $(shell git describe --tags --always --dirty=-wip) - install: -- cp sslscan $(BINPATH) -- cp sslscan.1 $(MANPATH)man1 -+ install -s -m 755 sslscan $(DESTDIR)$(BINPATH) -+ install -m 644 sslscan.1 $(DESTDIR)$(MANPATH)/man1 + # Ugly hack to get version if git isn't installed + ifeq ($(GIT_VERSION),) +@@ -14,9 +14,9 @@ endif + OS := $(shell uname) - uninstall: - rm -f $(BINPATH)sslscan + SRCS = sslscan.c +-PREFIX = /usr ++#PREFIX = /usr + BINDIR = $(PREFIX)/bin +-MANDIR = $(PREFIX)/share/man ++MANDIR = $(PREFIX)/man + MAN1DIR = $(MANDIR)/man1 + + WARNINGS = -Wall -Wformat=2 +@@ -68,6 +68,9 @@ install: + ifeq ($(OS), Darwin) + install sslscan $(DESTDIR)$(BINDIR)/sslscan; + install sslscan.1 $(DESTDIR)$(MAN1DIR)/sslscan.1; ++else ifeq ($(OS), FreeBSD) ++ install -s -m 755 sslscan $(DESTDIR)$(BINDIR) ++ install -m 644 sslscan.1 $(DESTDIR)$(MAN1DIR) + else + install -D sslscan $(DESTDIR)$(BINDIR)/sslscan; + install -D sslscan.1 $(DESTDIR)$(MAN1DIR)/sslscan.1; Modified: head/security/sslscan/files/patch-sslscan.c ============================================================================== --- head/security/sslscan/files/patch-sslscan.c Thu May 26 19:48:07 2016 (r415910) +++ head/security/sslscan/files/patch-sslscan.c Thu May 26 19:55:12 2016 (r415911) @@ -1,120 +1,23 @@ ---- sslscan.c.orig 2009-09-01 14:35:59.000000000 +0200 -+++ sslscan.c 2015-03-07 23:26:34.286277205 +0100 -@@ -41,6 +41,7 @@ - #include - #include - #include -+#include +--- sslscan.c.orig 2016-03-24 21:02:55 UTC ++++ sslscan.c +@@ -788,7 +788,7 @@ int testCompression(struct sslCheckOptio + #endif + { + printf("%sOpenSSL version does not support compression%s\n", COL_RED, RESET); +- printf("%sRebuild with zlib1g-dev package for zlib support%s\n\n", COL_RED, RESET); ++ printf("\n"); + } - // Defines... - #define false 0 -@@ -563,6 +564,7 @@ - } - if (options->xmlOutput != 0) - fprintf(options->xmlOutput, " sslversion=\""); -+#ifndef OPENSSL_NO_SSL2 - if (sslCipherPointer->sslMethod == SSLv2_client_method()) - { - if (options->xmlOutput != 0) -@@ -571,8 +573,11 @@ - printf("SSLv2 || "); - else - printf("SSLv2 "); -- } -- else if (sslCipherPointer->sslMethod == SSLv3_client_method()) -+ } -+ else -+#endif -+#ifndef OPENSSL_NO_SSL3 -+ if (sslCipherPointer->sslMethod == SSLv3_client_method()) - { - if (options->xmlOutput != 0) - fprintf(options->xmlOutput, "SSLv3\" bits=\""); -@@ -582,6 +587,7 @@ - printf("SSLv3 "); - } - else -+#endif - { - if (options->xmlOutput != 0) - fprintf(options->xmlOutput, "TLSv1\" bits=\""); -@@ -688,6 +694,7 @@ - cipherStatus = SSL_connect(ssl); - if (cipherStatus == 1) - { -+#ifndef OPENSSL_NO_SSL2 - if (sslMethod == SSLv2_client_method()) - { - if (options->xmlOutput != 0) -@@ -697,7 +704,10 @@ - else - printf(" SSLv2 "); - } -- else if (sslMethod == SSLv3_client_method()) -+ else -+#endif -+#ifndef OPENSSL_NO_SSL3 -+ if (sslMethod == SSLv3_client_method()) - { - if (options->xmlOutput != 0) - fprintf(options->xmlOutput, " xmlOutput != 0) - fprintf(options->xmlOutput, " sslVersion) - { - case ssl_all: -+#ifndef OPENSSL_NO_SSL2 - status = defaultCipher(options, SSLv2_client_method()); - if (status != false) -+#endif -+#ifndef OPENSSL_NO_SSL3 - status = defaultCipher(options, SSLv3_client_method()); - if (status != false) -+#endif - status = defaultCipher(options, TLSv1_client_method()); - break; -+#ifndef OPENSSL_NO_SSL2 - case ssl_v2: - status = defaultCipher(options, SSLv2_client_method()); - break; -+#endif -+#ifndef OPENSSL_NO_SSL3 - case ssl_v3: - status = defaultCipher(options, SSLv3_client_method()); - break; -+#endif - case tls_v1: - status = defaultCipher(options, TLSv1_client_method()); - break; -@@ -1415,16 +1434,24 @@ - switch (options.sslVersion) - { - case ssl_all: -+#ifndef OPENSSL_NO_SSL2 - populateCipherList(&options, SSLv2_client_method()); -+#endif -+#ifndef OPENSSL_NO_SSL3 - populateCipherList(&options, SSLv3_client_method()); -+#endif - populateCipherList(&options, TLSv1_client_method()); - break; -+#ifndef OPENSSL_NO_SSL2 - case ssl_v2: - populateCipherList(&options, SSLv2_client_method()); - break; -+#endif -+#ifndef OPENSSL_NO_SSL3 - case ssl_v3: - populateCipherList(&options, SSLv3_client_method()); - break; + // Disconnect SSL over socket +@@ -1291,7 +1291,11 @@ int testCipher(struct sslCheckOptions *o + return false; + } + ++#if OPENSSL_VERSION_NUMBER >= 0x10100000L + cipherid = SSL_CIPHER_get_id(sslCipherPointer); ++#else ++ cipherid = sslCipherPointer->id; +#endif - case tls_v1: - populateCipherList(&options, TLSv1_client_method()); - break; + cipherid = cipherid & 0x00ffffff; // remove first byte which is the version (0x03 for TLSv1/SSLv3) + + // Show Cipher Status From owner-svn-ports-head@freebsd.org Thu May 26 19:56:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C34F6B4B6FC; Thu, 26 May 2016 19:56:41 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 952A911E3; Thu, 26 May 2016 19:56:41 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4QJuemx095304; Thu, 26 May 2016 19:56:40 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QJueLw095303; Thu, 26 May 2016 19:56:40 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605261956.u4QJueLw095303@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 26 May 2016 19:56:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415912 - head/security/sslscan X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 19:56:41 -0000 Author: pi Date: Thu May 26 19:56:40 2016 New Revision: 415912 URL: https://svnweb.freebsd.org/changeset/ports/415912 Log: security/sslscan: submitter becomes maintainer PR: 208577 Submitted by: gavin Modified: head/security/sslscan/Makefile Modified: head/security/sslscan/Makefile ============================================================================== --- head/security/sslscan/Makefile Thu May 26 19:55:12 2016 (r415911) +++ head/security/sslscan/Makefile Thu May 26 19:56:40 2016 (r415912) @@ -8,7 +8,7 @@ USE_GITHUB= yes GH_ACCOUNT= rbsec GH_TAGNAME= ${PORTVERSION}-${GH_ACCOUNT} -MAINTAINER= matthieu@labs.fr +MAINTAINER= gavin@FreeBSD.org COMMENT= SSLScan is a fast SSL port scanner LICENSE= GPLv3 From owner-svn-ports-head@freebsd.org Thu May 26 20:01:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00FD6B4B810; Thu, 26 May 2016 20:01:03 +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 C6D761687; Thu, 26 May 2016 20:01:02 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4QK129q098297; Thu, 26 May 2016 20:01:02 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QK11mg098296; Thu, 26 May 2016 20:01:01 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201605262001.u4QK11mg098296@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Thu, 26 May 2016 20:01:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415913 - 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.22 Precedence: list List-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, 26 May 2016 20:01:03 -0000 Author: matthew Date: Thu May 26 20:01:01 2016 New Revision: 415913 URL: https://svnweb.freebsd.org/changeset/ports/415913 Log: Add CVE names for the latest phpMyAdmin advisories, not that they have been released. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu May 26 19:56:40 2016 (r415912) +++ head/security/vuxml/vuln.xml Thu May 26 20:01:01 2016 (r415913) @@ -91,10 +91,13 @@ Notes: https://www.phpmyadmin.net/security/PMASA-2016-14/ https://www.phpmyadmin.net/security/PMASA-2016-16/ + CVE-2016-5097 + CVE-2016-5099 2016-05-25 2016-05-25 + 2016-05-26 From owner-svn-ports-head@freebsd.org Thu May 26 20:28:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE603B4BE68; Thu, 26 May 2016 20:28:57 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8948112B0; Thu, 26 May 2016 20:28:57 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4QKSuWU006784; Thu, 26 May 2016 20:28:56 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QKSudg006776; Thu, 26 May 2016 20:28:56 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605262028.u4QKSudg006776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 26 May 2016 20:28:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415914 - in head/biology: bcftools htslib 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.22 Precedence: list List-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, 26 May 2016 20:28:57 -0000 Author: pi Date: Thu May 26 20:28:55 2016 New Revision: 415914 URL: https://svnweb.freebsd.org/changeset/ports/415914 Log: biology/{htslib|samtools|bcftools}: 1.3 -> 1.3.1 Changes: https://sourceforge.net/p/samtools/mailman/message/35033807/ PR: 209653 Submitted by: cartwright@asu.edu (maintainer) Modified: head/biology/bcftools/Makefile head/biology/bcftools/distinfo head/biology/bcftools/pkg-plist head/biology/htslib/Makefile head/biology/htslib/distinfo head/biology/samtools/Makefile head/biology/samtools/distinfo head/biology/samtools/files/patch-Makefile Modified: head/biology/bcftools/Makefile ============================================================================== --- head/biology/bcftools/Makefile Thu May 26 20:01:01 2016 (r415913) +++ head/biology/bcftools/Makefile Thu May 26 20:28:55 2016 (r415914) @@ -2,19 +2,21 @@ # $FreeBSD$ PORTNAME= bcftools -PORTVERSION= 1.3 +PORTVERSION= 1.3.1 CATEGORIES= biology MAINTAINER= cartwright@asu.edu COMMENT= Tools for manipulating next-generation sequencing data LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE +# LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= htslib>=1.3:biology/htslib LIB_DEPENDS= libhts.so:biology/htslib TEST_DEPENDS= bash:shells/bash +CONFLICTS_BUILD=openssl + USE_GITHUB= yes GH_ACCOUNT= samtools Modified: head/biology/bcftools/distinfo ============================================================================== --- head/biology/bcftools/distinfo Thu May 26 20:01:01 2016 (r415913) +++ head/biology/bcftools/distinfo Thu May 26 20:28:55 2016 (r415914) @@ -1,2 +1,3 @@ -SHA256 (samtools-bcftools-1.3_GH0.tar.gz) = 3f4d4bf68637070cb7dbb5d5619ece7e3315727e651eab751d849085439b11d8 -SIZE (samtools-bcftools-1.3_GH0.tar.gz) = 943041 +TIMESTAMP = 1463692643 +SHA256 (samtools-bcftools-1.3.1_GH0.tar.gz) = 99a5cc05faa974f5ddbeebf346bb51a806bdaaf8e2f6adc3bead28551983e77e +SIZE (samtools-bcftools-1.3.1_GH0.tar.gz) = 958207 Modified: head/biology/bcftools/pkg-plist ============================================================================== --- head/biology/bcftools/pkg-plist Thu May 26 20:01:01 2016 (r415913) +++ head/biology/bcftools/pkg-plist Thu May 26 20:28:55 2016 (r415914) @@ -2,6 +2,7 @@ bin/bcftools bin/samtools_misc/color-chrs.pl bin/samtools_misc/plot-vcfstats bin/samtools_misc/vcfutils.pl +libexec/bcftools/GTisec.so libexec/bcftools/color-chrs.so libexec/bcftools/counts.so libexec/bcftools/dosage.so Modified: head/biology/htslib/Makefile ============================================================================== --- head/biology/htslib/Makefile Thu May 26 20:01:01 2016 (r415913) +++ head/biology/htslib/Makefile Thu May 26 20:28:55 2016 (r415914) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= htslib -PORTVERSION= 1.3 +PORTVERSION= 1.3.1 CATEGORIES= biology devel MAINTAINER= cartwright@asu.edu @@ -21,7 +21,7 @@ USES= autoreconf gmake perl5 shebangfix USE_PERL5= test USE_LDCONFIG= yes GNU_CONFIGURE= yes -SHEBANG_FILES= test/compare_sam.pl test/test.pl test/test_view.pl +SHEBANG_FILES= test/compare_sam.pl test/test.pl OPTIONS_DEFINE= CURL OPTIONS_DEFAULT= CURL Modified: head/biology/htslib/distinfo ============================================================================== --- head/biology/htslib/distinfo Thu May 26 20:01:01 2016 (r415913) +++ head/biology/htslib/distinfo Thu May 26 20:28:55 2016 (r415914) @@ -1,2 +1,3 @@ -SHA256 (samtools-htslib-1.3_GH0.tar.gz) = 291a54090df3bc367b509890e1cfa34d53b1ee9be42c5fa6c2b1e2ec8f8b13af -SIZE (samtools-htslib-1.3_GH0.tar.gz) = 1042953 +TIMESTAMP = 1463688817 +SHA256 (samtools-htslib-1.3.1_GH0.tar.gz) = 3bbd04f9a0c4c301abd5d19a81920894ac2ee5e86e8aa977e8c2035e01d93ea7 +SIZE (samtools-htslib-1.3.1_GH0.tar.gz) = 1065840 Modified: head/biology/samtools/Makefile ============================================================================== --- head/biology/samtools/Makefile Thu May 26 20:01:01 2016 (r415913) +++ head/biology/samtools/Makefile Thu May 26 20:28:55 2016 (r415914) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= samtools -PORTVERSION= 1.3 +PORTVERSION= 1.3.1 CATEGORIES= biology MAINTAINER= cartwright@asu.edu Modified: head/biology/samtools/distinfo ============================================================================== --- head/biology/samtools/distinfo Thu May 26 20:01:01 2016 (r415913) +++ head/biology/samtools/distinfo Thu May 26 20:28:55 2016 (r415914) @@ -1,2 +1,3 @@ -SHA256 (samtools-samtools-1.3_GH0.tar.gz) = f1eee9a217d547d9b483098519738ef351ec454f4a85cdb1e77ae8892fe858b5 -SIZE (samtools-samtools-1.3_GH0.tar.gz) = 3742904 +TIMESTAMP = 1463691050 +SHA256 (samtools-samtools-1.3.1_GH0.tar.gz) = 30752c7b92cd9e146f4017983b2a41beb58c8966e93572cea76a14719f95a768 +SIZE (samtools-samtools-1.3.1_GH0.tar.gz) = 3757176 Modified: head/biology/samtools/files/patch-Makefile ============================================================================== --- head/biology/samtools/files/patch-Makefile Thu May 26 20:01:01 2016 (r415913) +++ head/biology/samtools/files/patch-Makefile Thu May 26 20:28:55 2016 (r415914) @@ -1,6 +1,6 @@ ---- Makefile.orig 2015-12-15 21:26:20 UTC +--- Makefile.orig 2016-04-22 09:22:44 UTC +++ Makefile -@@ -39,18 +39,18 @@ AOBJS= bam_index.o bam_plcmd.o sam_ +@@ -38,18 +38,18 @@ AOBJS= bam_index.o bam_plcmd.o sam_ bam_tview.o bam_tview_curses.o bam_tview_html.o bam_lpileup.o \ bam_quickcheck.o bam_addrprg.o @@ -26,7 +26,7 @@ PROGRAMS = samtools -@@ -60,7 +60,6 @@ BUILT_MISC_PROGRAMS = \ +@@ -59,7 +59,6 @@ BUILT_MISC_PROGRAMS = \ misc/md5fa misc/md5sum-lite misc/wgsim MISC_PROGRAMS = \ @@ -34,19 +34,16 @@ misc/blast2sam.pl misc/bowtie2sam.pl misc/export2sam.pl \ misc/interpolate_sam.pl misc/novo2sam.pl \ misc/plot-bamstats misc/psl2sam.pl \ -@@ -81,9 +80,9 @@ BUILT_TEST_PROGRAMS = \ - all: $(PROGRAMS) $(BUILT_MISC_PROGRAMS) $(BUILT_TEST_PROGRAMS) - +@@ -82,7 +81,7 @@ all: $(PROGRAMS) $(BUILT_MISC_PROGRAMS) # TODO Use configure or htslib.pc to add -rdynamic/-ldl conditionally --ALL_CPPFLAGS = $(DFLAGS) -I. $(HTSLIB_CPPFLAGS) $(CPPFLAGS) -+ALL_CPPFLAGS = -I. $(HTSLIB_CPPFLAGS) $(CPPFLAGS) + ALL_CPPFLAGS = -I. $(HTSLIB_CPPFLAGS) $(CPPFLAGS) ALL_LDFLAGS = -rdynamic $(HTSLIB_LDFLAGS) $(LDFLAGS) -ALL_LIBS = -lz -ldl $(LIBS) +ALL_LIBS = -lz $(LIBS) # Usually config.mk and config.h are generated by running configure # or config.status, but if those aren't used create defaults here. -@@ -280,8 +279,10 @@ misc/maq2sam-long.o: misc/maq2sam.c +@@ -280,8 +279,10 @@ misc/maq2sam-long.o: misc/maq2sam.c conf install: $(PROGRAMS) $(BUILT_MISC_PROGRAMS) From owner-svn-ports-head@freebsd.org Thu May 26 21:57:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A090AB4C8AA; Thu, 26 May 2016 21:57:30 +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 72906123C; Thu, 26 May 2016 21:57:30 +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 u4QLvT3B039680; Thu, 26 May 2016 21:57:29 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QLvTJ3039679; Thu, 26 May 2016 21:57:29 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201605262157.u4QLvTJ3039679@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Thu, 26 May 2016 21:57:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415915 - head/print/fontforge X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 21:57:30 -0000 Author: mandree Date: Thu May 26 21:57:29 2016 New Revision: 415915 URL: https://svnweb.freebsd.org/changeset/ports/415915 Log: Fix build on HEAD-i386, using clang 3.6, not newer. PR: 204175 Submitted by: Hiroo Ono Reported by: Ivan Klymenko Approved by: Naram Qashat (maintainer) Modified: head/print/fontforge/Makefile Modified: head/print/fontforge/Makefile ============================================================================== --- head/print/fontforge/Makefile Thu May 26 20:28:55 2016 (r415914) +++ head/print/fontforge/Makefile Thu May 26 21:57:29 2016 (r415915) @@ -26,7 +26,8 @@ LIB_DEPENDS= libuninameslist.so:textproc USE_GITHUB= yes USES= autoreconf:build desktop-file-utils execinfo gettext gmake iconv \ - jpeg libtool pkgconfig python shared-mime-info shebangfix + jpeg libtool pkgconfig python shared-mime-info shebangfix \ + compiler SHEBANG_FILES= pycontrib/gdraw/__init__.py \ pycontrib/gdraw/gdraw.py USE_XORG= ice x11 xi xkbui @@ -80,4 +81,14 @@ pre-configure: ${LOCALBASE}/bin/gnulib-tool --aux-dir=config --m4-base=m4 --libtool --symlink --import $${gnulib_modules}' ; \ export LIBTOOLIZE=true ; ${AUTORECONF} -f -i) -.include +.include + +# waiting for the llvm bug to fix. http://llvm.org/bugs/show_bug.cgi?id=21903 +.if ${ARCH} == i386 && ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} > 36 +BUILD_DEPENDS+= clang36:lang/clang36 +CPP= clang-cpp36 +CC= clang36 +CXX= clang++36 +.endif + +.include From owner-svn-ports-head@freebsd.org Thu May 26 22:03:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1698B4CA74; Thu, 26 May 2016 22:03:19 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 64BD819C0; Thu, 26 May 2016 22:03:19 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4QM3I9F043202; Thu, 26 May 2016 22:03:18 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QM3Ijf043200; Thu, 26 May 2016 22:03:18 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201605262203.u4QM3Ijf043200@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Thu, 26 May 2016 22:03:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415916 - in head/graphics/p5-Image-Scale: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 22:03:19 -0000 Author: woodsb02 Date: Thu May 26 22:03:18 2016 New Revision: 415916 URL: https://svnweb.freebsd.org/changeset/ports/415916 Log: graphics/p5-Image-Scale: Update to 0.12 - Add graphics/giflib as a dependency to build with GIF support - Delete patches which aren't needed with the new version PR: 209719 Approved by: atkin901@gmail.com (maintainer), adamw (mentor) Differential Revision: https://reviews.freebsd.org/D6580 Deleted: head/graphics/p5-Image-Scale/files/ Modified: head/graphics/p5-Image-Scale/Makefile head/graphics/p5-Image-Scale/distinfo Modified: head/graphics/p5-Image-Scale/Makefile ============================================================================== --- head/graphics/p5-Image-Scale/Makefile Thu May 26 21:57:29 2016 (r415915) +++ head/graphics/p5-Image-Scale/Makefile Thu May 26 22:03:18 2016 (r415916) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Image-Scale -PORTVERSION= 0.08 -PORTREVISION= 6 +PORTVERSION= 0.12 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +12,8 @@ COMMENT= Perl module for fast, high-qual LICENSE= GPLv2 -LIB_DEPENDS= libpng.so:graphics/png +LIB_DEPENDS= libgif.so:graphics/giflib \ + libpng.so:graphics/png TEST_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings USES= jpeg perl5 Modified: head/graphics/p5-Image-Scale/distinfo ============================================================================== --- head/graphics/p5-Image-Scale/distinfo Thu May 26 21:57:29 2016 (r415915) +++ head/graphics/p5-Image-Scale/distinfo Thu May 26 22:03:18 2016 (r415916) @@ -1,2 +1,3 @@ -SHA256 (Image-Scale-0.08.tar.gz) = e2dcc90b9954a43dafc7f61bc6dc472382eb719b1046247da5a93cfdd7c3b3e0 -SIZE (Image-Scale-0.08.tar.gz) = 1009824 +TIMESTAMP = 1463928073 +SHA256 (Image-Scale-0.12.tar.gz) = 4b7f0805a8069139a1259fc65dd6378f9fa8ede5e553beb95ce73fcebda7d94a +SIZE (Image-Scale-0.12.tar.gz) = 1012102 From owner-svn-ports-head@freebsd.org Thu May 26 22:08:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2DC9B4CBD8; Thu, 26 May 2016 22:08:02 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C40BA1E8F; Thu, 26 May 2016 22:08:02 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4QM81Up043571; Thu, 26 May 2016 22:08:01 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QM81uv043569; Thu, 26 May 2016 22:08:01 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201605262208.u4QM81uv043569@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Thu, 26 May 2016 22:08:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415917 - head/multimedia/emby-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 22:08:03 -0000 Author: woodsb02 Date: Thu May 26 22:08:01 2016 New Revision: 415917 URL: https://svnweb.freebsd.org/changeset/ports/415917 Log: multimedia/emby-server: Update to 3.0.5972 Changes this release: https://github.com/MediaBrowser/Emby/releases/tag/3.0.5972 Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D6579 Modified: head/multimedia/emby-server/Makefile head/multimedia/emby-server/distinfo Modified: head/multimedia/emby-server/Makefile ============================================================================== --- head/multimedia/emby-server/Makefile Thu May 26 22:03:18 2016 (r415916) +++ head/multimedia/emby-server/Makefile Thu May 26 22:08:01 2016 (r415917) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= emby-server -PORTVERSION= 3.0.5971 +PORTVERSION= 3.0.5972 CATEGORIES= multimedia MAINTAINER= woodsb02@FreeBSD.org Modified: head/multimedia/emby-server/distinfo ============================================================================== --- head/multimedia/emby-server/distinfo Thu May 26 22:03:18 2016 (r415916) +++ head/multimedia/emby-server/distinfo Thu May 26 22:08:01 2016 (r415917) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464033822 -SHA256 (MediaBrowser-Emby-3.0.5971_GH0.tar.gz) = 280acc051da71b1b2d3ed05c3a50393890c3ecbb6c20cf0d9ecbc34391471daa -SIZE (MediaBrowser-Emby-3.0.5971_GH0.tar.gz) = 55700480 +TIMESTAMP = 1464273299 +SHA256 (MediaBrowser-Emby-3.0.5972_GH0.tar.gz) = 3d4e6519cf6844ea76d0c23f032f463829b4cf06e33e22ae9d2cf184513db537 +SIZE (MediaBrowser-Emby-3.0.5972_GH0.tar.gz) = 55691929 From owner-svn-ports-head@freebsd.org Thu May 26 22:49:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6ECBB47520; Thu, 26 May 2016 22:49:10 +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 BF9A91842; Thu, 26 May 2016 22:49:10 +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 u4QMn9KM058353; Thu, 26 May 2016 22:49:09 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QMn91J058349; Thu, 26 May 2016 22:49:09 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201605262249.u4QMn91J058349@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 26 May 2016 22:49:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415918 - head/databases/adabase X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 22:49:11 -0000 Author: marino Date: Thu May 26 22:49:09 2016 New Revision: 415918 URL: https://svnweb.freebsd.org/changeset/ports/415918 Log: databases/adabase: Upgrade version 2.0 => 3.0 This release brings the promised PostgreSQL driver, along with several fixes to the MySQL and SQLite drivers. The API was changed based on feedback from comp.lang.ada but chances nobody is really impacted yet (meaning this is the time for breaking changes). Modified: head/databases/adabase/Makefile head/databases/adabase/distinfo head/databases/adabase/pkg-descr head/databases/adabase/pkg-plist Modified: head/databases/adabase/Makefile ============================================================================== --- head/databases/adabase/Makefile Thu May 26 22:08:01 2016 (r415917) +++ head/databases/adabase/Makefile Thu May 26 22:49:09 2016 (r415918) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= adabase -PORTVERSION= 2.0 +PORTVERSION= 3.0 DISTVERSIONPREFIX= v CATEGORIES= databases @@ -19,11 +19,14 @@ USE_GITHUB= yes GH_ACCOUNT= jrmarino GH_PROJECT= AdaBase +OPTIONS_DEFINE= DEBUG OPTIONS_MULTI= DBASE -OPTIONS_MULTI_DBASE= MYSQL SQLITE -OPTIONS_DEFAULT= MYSQL SQLITE +OPTIONS_MULTI_DBASE= MYSQL SQLITE PGSQL +OPTIONS_DEFAULT= MYSQL SQLITE PGSQL OPTIONS_SUB= yes +DBASE_DESC= Databases Supported + SQLITE_MAKE_ENV= SQLITE=yes SQLITE_USES= sqlite:3 SQLITE_VARS= DRVSQLITE=yes @@ -34,10 +37,19 @@ MYSQL_USES= mysql MYSQL_VARS= DRVMYSQL=yes MYSQL_VARS_OFF= DRVMYSQL=no +PGSQL_MAKE_ENV= POSTGRESQL=yes +PGSQL_USES= pgsql +PGSQL_VARS= DRVPGSQL=yes +PGSQL_VARS_OFF= DRVPGSQL=no + +DEBUG_MAKE_ENV= DEBUGSYM=yes + MAKE_ENV+= OS_VERSION=unix -post-extract: +post-patch: ${RM} ${WRKSRC}/src/drivers/adabase-driver-base-firebird.ad? + ${REINPLACE_CMD} -e '/Driver_MySQL/ s/yes/no/' \ + ${WRKSRC}/adabase.gpr do-build: (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ @@ -52,6 +64,7 @@ do-install: ${STAGEDIR}${PREFIX}/include/adabase ${SED} -e "s|@PREFIX@|${PREFIX}|" \ -e "s|@MYSQL@|${DRVMYSQL}|" \ + -e "s|@PGSQL@|${DRVPGSQL}|" \ -e "s|@SQLITE@|${DRVSQLITE}|" ${WRKSRC}/adabase.gpr.in > \ ${STAGEDIR}${PREFIX}/lib/gnat/adabase.gpr Modified: head/databases/adabase/distinfo ============================================================================== --- head/databases/adabase/distinfo Thu May 26 22:08:01 2016 (r415917) +++ head/databases/adabase/distinfo Thu May 26 22:49:09 2016 (r415918) @@ -1,2 +1,2 @@ -SHA256 (jrmarino-AdaBase-v2.0_GH0.tar.gz) = 15ee05548ad63bccdfec5b99b556f62a67ac4c99f3fdf41e8bc4d4c166386c3c -SIZE (jrmarino-AdaBase-v2.0_GH0.tar.gz) = 94254 +SHA256 (jrmarino-AdaBase-v3.0_GH0.tar.gz) = 65b2b81b1b083951771ff6f8c4efa6dadb84ecdc7147659dffb10527803b54c5 +SIZE (jrmarino-AdaBase-v3.0_GH0.tar.gz) = 132468 Modified: head/databases/adabase/pkg-descr ============================================================================== --- head/databases/adabase/pkg-descr Thu May 26 22:08:01 2016 (r415917) +++ head/databases/adabase/pkg-descr Thu May 26 22:49:09 2016 (r415918) @@ -1,10 +1,10 @@ Thick database bindings for MySQL, PostgreSQL and SQLite written in Ada. -This is the second release of AdaBase, an abstraction library that provides -a consistent interface to multiple database servers. Currently only two -drivers are provided, MySQL and SQLite, but the PostgreSQL driver is -planned for the near term. It's extensible, so support for other -databases such as Firebird, Oracle and MSSQL would be easily possible. +This is the third release of AdaBase, an abstraction library that provides +a consistent interface to multiple database servers. Currently three +drivers are provided, MySQL, PostgreSQL and SQLite. It's extensible, so +support for other databases such as Firebird, Oracle and MSSQL would be +easily possible. AdaBase offers unique features over similar frameworks. For starters, it's limited to database support rather than including many other unwanted Modified: head/databases/adabase/pkg-plist ============================================================================== --- head/databases/adabase/pkg-plist Thu May 26 22:08:01 2016 (r415917) +++ head/databases/adabase/pkg-plist Thu May 26 22:49:09 2016 (r415918) @@ -1,8 +1,11 @@ %%MYSQL%%include/adabase/adabase-bindings-mysql.ads +%%PGSQL%%include/adabase/adabase-bindings-postgresql.ads %%SQLITE%%include/adabase/adabase-bindings-sqlite.ads include/adabase/adabase-bindings.ads %%MYSQL%%include/adabase/adabase-connection-base-mysql.adb %%MYSQL%%include/adabase/adabase-connection-base-mysql.ads +%%PGSQL%%include/adabase/adabase-connection-base-postgresql.adb +%%PGSQL%%include/adabase/adabase-connection-base-postgresql.ads %%SQLITE%%include/adabase/adabase-connection-base-sqlite.adb %%SQLITE%%include/adabase/adabase-connection-base-sqlite.ads include/adabase/adabase-connection-base.adb @@ -10,6 +13,8 @@ include/adabase/adabase-connection-base. include/adabase/adabase-connection.ads %%MYSQL%%include/adabase/adabase-driver-base-mysql.adb %%MYSQL%%include/adabase/adabase-driver-base-mysql.ads +%%PGSQL%%include/adabase/adabase-driver-base-postgresql.adb +%%PGSQL%%include/adabase/adabase-driver-base-postgresql.ads %%SQLITE%%include/adabase/adabase-driver-base-sqlite.adb %%SQLITE%%include/adabase/adabase-driver-base-sqlite.ads include/adabase/adabase-driver-base.adb @@ -40,6 +45,8 @@ include/adabase/adabase-results-sets.ads include/adabase/adabase-results.ads %%MYSQL%%include/adabase/adabase-statement-base-mysql.adb %%MYSQL%%include/adabase/adabase-statement-base-mysql.ads +%%PGSQL%%include/adabase/adabase-statement-base-postgresql.adb +%%PGSQL%%include/adabase/adabase-statement-base-postgresql.ads %%SQLITE%%include/adabase/adabase-statement-base-sqlite.adb %%SQLITE%%include/adabase/adabase-statement-base-sqlite.ads include/adabase/adabase-statement-base.adb @@ -49,13 +56,16 @@ include/adabase/adabase.ads include/adabase/commontext.adb include/adabase/commontext.ads %%MYSQL%%lib/adabase/adabase-bindings-mysql.ali +%%PGSQL%%lib/adabase/adabase-bindings-postgresql.ali %%SQLITE%%lib/adabase/adabase-bindings-sqlite.ali lib/adabase/adabase-bindings.ali %%MYSQL%%lib/adabase/adabase-connection-base-mysql.ali +%%PGSQL%%lib/adabase/adabase-connection-base-postgresql.ali %%SQLITE%%lib/adabase/adabase-connection-base-sqlite.ali lib/adabase/adabase-connection-base.ali lib/adabase/adabase-connection.ali %%MYSQL%%lib/adabase/adabase-driver-base-mysql.ali +%%PGSQL%%lib/adabase/adabase-driver-base-postgresql.ali %%SQLITE%%lib/adabase/adabase-driver-base-sqlite.ali lib/adabase/adabase-driver-base.ali lib/adabase/adabase-driver.ali @@ -75,6 +85,7 @@ lib/adabase/adabase-results-generic_conv lib/adabase/adabase-results-sets.ali lib/adabase/adabase-results.ali %%MYSQL%%lib/adabase/adabase-statement-base-mysql.ali +%%PGSQL%%lib/adabase/adabase-statement-base-postgresql.ali %%SQLITE%%lib/adabase/adabase-statement-base-sqlite.ali lib/adabase/adabase-statement-base.ali lib/adabase/adabase-statement.ali From owner-svn-ports-head@freebsd.org Thu May 26 22:56:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A829B47938; Thu, 26 May 2016 22:56:11 +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 ED30C1E06; Thu, 26 May 2016 22:56:10 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4QMuASh061940; Thu, 26 May 2016 22:56:10 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QMuA2s061937; Thu, 26 May 2016 22:56:10 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201605262256.u4QMuA2s061937@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 26 May 2016 22:56:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415919 - head/sysutils/webmin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 26 May 2016 22:56:11 -0000 Author: olgeni Date: Thu May 26 22:56:09 2016 New Revision: 415919 URL: https://svnweb.freebsd.org/changeset/ports/415919 Log: Update sysutils/webmin to version 1.800. Modified: head/sysutils/webmin/Makefile head/sysutils/webmin/distinfo head/sysutils/webmin/pkg-plist Modified: head/sysutils/webmin/Makefile ============================================================================== --- head/sysutils/webmin/Makefile Thu May 26 22:49:09 2016 (r415918) +++ head/sysutils/webmin/Makefile Thu May 26 22:56:09 2016 (r415919) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= webmin -PORTVERSION= 1.791 +PORTVERSION= 1.800 CATEGORIES= sysutils MASTER_SITES= http://download.webmin.com/updates/:up \ SF/webadmin/${PORTNAME}/${PORTVERSION}:sf Modified: head/sysutils/webmin/distinfo ============================================================================== --- head/sysutils/webmin/distinfo Thu May 26 22:49:09 2016 (r415918) +++ head/sysutils/webmin/distinfo Thu May 26 22:56:09 2016 (r415919) @@ -1,2 +1,3 @@ -SHA256 (webmin-1.791.tar.gz) = e62148a2263c016a66e7c825c5cb124614268c1da1e0f0bee75cd060c3acfa9c -SIZE (webmin-1.791.tar.gz) = 28800013 +TIMESTAMP = 1464290451 +SHA256 (webmin-1.800.tar.gz) = 701cef2d3d0d4a2a1ba72bde872be6f8a6496e5d579d1f6c783e3389a8e2126b +SIZE (webmin-1.800.tar.gz) = 29125075 Modified: head/sysutils/webmin/pkg-plist ============================================================================== --- head/sysutils/webmin/pkg-plist Thu May 26 22:49:09 2016 (r415918) +++ head/sysutils/webmin/pkg-plist Thu May 26 22:56:09 2016 (r415919) @@ -1,49 +1,49 @@ lib/webmin/LICENCE lib/webmin/LICENCE.ja lib/webmin/README -lib/webmin/Webmin/All.pm -lib/webmin/Webmin/Button.pm -lib/webmin/Webmin/Checkbox.pm -lib/webmin/Webmin/Checkboxes.pm -lib/webmin/Webmin/Columns.pm -lib/webmin/Webmin/ConfirmPage.pm -lib/webmin/Webmin/Date.pm -lib/webmin/Webmin/DynamicBar.pm -lib/webmin/Webmin/DynamicHTML.pm -lib/webmin/Webmin/DynamicText.pm -lib/webmin/Webmin/DynamicWait.pm -lib/webmin/Webmin/ErrorPage.pm -lib/webmin/Webmin/File.pm -lib/webmin/Webmin/Form.pm -lib/webmin/Webmin/Group.pm -lib/webmin/Webmin/Icon.pm -lib/webmin/Webmin/Input.pm -lib/webmin/Webmin/InputTable.pm -lib/webmin/Webmin/JavascriptButton.pm -lib/webmin/Webmin/LinkTable.pm -lib/webmin/Webmin/Menu.pm -lib/webmin/Webmin/Multiline.pm -lib/webmin/Webmin/OptTextarea.pm -lib/webmin/Webmin/OptTextbox.pm -lib/webmin/Webmin/Page.pm -lib/webmin/Webmin/Password.pm -lib/webmin/Webmin/PlainText.pm -lib/webmin/Webmin/Properties.pm -lib/webmin/Webmin/Radios.pm -lib/webmin/Webmin/ResultPage.pm -lib/webmin/Webmin/Section.pm -lib/webmin/Webmin/Select.pm -lib/webmin/Webmin/Submit.pm -lib/webmin/Webmin/Table.pm -lib/webmin/Webmin/TableAction.pm -lib/webmin/Webmin/Tabs.pm -lib/webmin/Webmin/Textarea.pm -lib/webmin/Webmin/Textbox.pm -lib/webmin/Webmin/Time.pm -lib/webmin/Webmin/TitleList.pm -lib/webmin/Webmin/Upload.pm -lib/webmin/Webmin/User.pm lib/webmin/WebminCore.pm +lib/webmin/WebminUI/All.pm +lib/webmin/WebminUI/Button.pm +lib/webmin/WebminUI/Checkbox.pm +lib/webmin/WebminUI/Checkboxes.pm +lib/webmin/WebminUI/Columns.pm +lib/webmin/WebminUI/ConfirmPage.pm +lib/webmin/WebminUI/Date.pm +lib/webmin/WebminUI/DynamicBar.pm +lib/webmin/WebminUI/DynamicHTML.pm +lib/webmin/WebminUI/DynamicText.pm +lib/webmin/WebminUI/DynamicWait.pm +lib/webmin/WebminUI/ErrorPage.pm +lib/webmin/WebminUI/File.pm +lib/webmin/WebminUI/Form.pm +lib/webmin/WebminUI/Group.pm +lib/webmin/WebminUI/Icon.pm +lib/webmin/WebminUI/Input.pm +lib/webmin/WebminUI/InputTable.pm +lib/webmin/WebminUI/JavascriptButton.pm +lib/webmin/WebminUI/LinkTable.pm +lib/webmin/WebminUI/Menu.pm +lib/webmin/WebminUI/Multiline.pm +lib/webmin/WebminUI/OptTextarea.pm +lib/webmin/WebminUI/OptTextbox.pm +lib/webmin/WebminUI/Page.pm +lib/webmin/WebminUI/Password.pm +lib/webmin/WebminUI/PlainText.pm +lib/webmin/WebminUI/Properties.pm +lib/webmin/WebminUI/Radios.pm +lib/webmin/WebminUI/ResultPage.pm +lib/webmin/WebminUI/Section.pm +lib/webmin/WebminUI/Select.pm +lib/webmin/WebminUI/Submit.pm +lib/webmin/WebminUI/Table.pm +lib/webmin/WebminUI/TableAction.pm +lib/webmin/WebminUI/Tabs.pm +lib/webmin/WebminUI/Textarea.pm +lib/webmin/WebminUI/Textbox.pm +lib/webmin/WebminUI/Time.pm +lib/webmin/WebminUI/TitleList.pm +lib/webmin/WebminUI/Upload.pm +lib/webmin/WebminUI/User.pm lib/webmin/acl/Authen-SolarisRBAC-0.1/Changes lib/webmin/acl/Authen-SolarisRBAC-0.1/MANIFEST lib/webmin/acl/Authen-SolarisRBAC-0.1/Makefile @@ -255,6 +255,7 @@ lib/webmin/acl/save_unix.cgi lib/webmin/acl/save_user.cgi lib/webmin/acl/schema.cgi lib/webmin/acl/switch.cgi +lib/webmin/acl/system_info.pl lib/webmin/acl/twofactor.pl lib/webmin/acl/twofactor_form.cgi lib/webmin/acl/useradmin_update.pl @@ -311,6 +312,8 @@ lib/webmin/adsl-client/help/connect.ms_M lib/webmin/adsl-client/help/connect.ms_MY.html lib/webmin/adsl-client/help/connect.nl.UTF-8.html lib/webmin/adsl-client/help/connect.nl.html +lib/webmin/adsl-client/help/connect.no.UTF-8.html +lib/webmin/adsl-client/help/connect.no.html lib/webmin/adsl-client/help/connect.pl.UTF-8.html lib/webmin/adsl-client/help/connect.pl.html lib/webmin/adsl-client/help/demand.bg.html @@ -325,6 +328,8 @@ lib/webmin/adsl-client/help/demand.ms_MY lib/webmin/adsl-client/help/demand.ms_MY.html lib/webmin/adsl-client/help/demand.nl.UTF-8.html lib/webmin/adsl-client/help/demand.nl.html +lib/webmin/adsl-client/help/demand.no.UTF-8.html +lib/webmin/adsl-client/help/demand.no.html lib/webmin/adsl-client/help/demand.pl.UTF-8.html lib/webmin/adsl-client/help/demand.pl.html lib/webmin/adsl-client/help/dns.bg.html @@ -802,6 +807,7 @@ lib/webmin/apache/mod_php.pl lib/webmin/apache/mod_php3.pl lib/webmin/apache/mod_php4.pl lib/webmin/apache/mod_php5.pl +lib/webmin/apache/mod_php7.pl lib/webmin/apache/mod_proxy.pl lib/webmin/apache/mod_proxy_balancer.pl lib/webmin/apache/mod_rewrite.pl @@ -980,13 +986,16 @@ lib/webmin/at/save_allow.cgi lib/webmin/at/solaris-lib.pl lib/webmin/authentic-theme/LICENSE lib/webmin/authentic-theme/VERSION.txt +lib/webmin/authentic-theme/authentic-init.pm lib/webmin/authentic-theme/authentic-lib.pm lib/webmin/authentic-theme/authentic.pm lib/webmin/authentic-theme/buttons.pm lib/webmin/authentic-theme/changelog.pm lib/webmin/authentic-theme/config +lib/webmin/authentic-theme/extensions/file-manager/bookmark.cgi +lib/webmin/authentic-theme/extensions/file-manager/file-manager-lib.pm +lib/webmin/authentic-theme/extensions/file-manager/paste.cgi lib/webmin/authentic-theme/help/file-manager.html -lib/webmin/authentic-theme/images/__blank.gif lib/webmin/authentic-theme/images/__logo.png lib/webmin/authentic-theme/images/after.gif lib/webmin/authentic-theme/images/attach.gif @@ -1977,7 +1986,6 @@ lib/webmin/authentic-theme/unauthenticat lib/webmin/authentic-theme/unauthenticated/js/init.js lib/webmin/authentic-theme/unauthenticated/js/init.min.js lib/webmin/authentic-theme/unauthenticated/js/package.min.js -lib/webmin/authentic-theme/unauthenticated/js/settings.js lib/webmin/authentic-theme/unauthenticated/js/timeplot.min.js lib/webmin/authentic-theme/unauthenticated/js/tinymce/langs/da.js lib/webmin/authentic-theme/unauthenticated/js/tinymce/langs/de.js @@ -4233,6 +4241,8 @@ lib/webmin/cluster-copy/help/intro.ca.ht lib/webmin/cluster-copy/help/intro.html lib/webmin/cluster-copy/help/intro.nl.UTF-8.html lib/webmin/cluster-copy/help/intro.nl.html +lib/webmin/cluster-copy/help/intro.pl.UTF-8.html +lib/webmin/cluster-copy/help/intro.pl.html lib/webmin/cluster-copy/images/icon.gif lib/webmin/cluster-copy/images/smallicon.gif lib/webmin/cluster-copy/index.cgi @@ -4273,6 +4283,8 @@ lib/webmin/cluster-cron/help/intro.de.ht lib/webmin/cluster-cron/help/intro.html lib/webmin/cluster-cron/help/intro.nl.UTF-8.html lib/webmin/cluster-cron/help/intro.nl.html +lib/webmin/cluster-cron/help/intro.pl.UTF-8.html +lib/webmin/cluster-cron/help/intro.pl.html lib/webmin/cluster-cron/images/icon.gif lib/webmin/cluster-cron/images/smallicon.gif lib/webmin/cluster-cron/index.cgi @@ -4370,6 +4382,8 @@ lib/webmin/cluster-shell/help/intro.de.h lib/webmin/cluster-shell/help/intro.html lib/webmin/cluster-shell/help/intro.nl.UTF-8.html lib/webmin/cluster-shell/help/intro.nl.html +lib/webmin/cluster-shell/help/intro.pl.UTF-8.html +lib/webmin/cluster-shell/help/intro.pl.html lib/webmin/cluster-shell/images/icon.gif lib/webmin/cluster-shell/images/smallicon.gif lib/webmin/cluster-shell/index.cgi @@ -4442,6 +4456,8 @@ lib/webmin/cluster-software/help/delete_ lib/webmin/cluster-software/help/delete_pack.html lib/webmin/cluster-software/help/delete_pack.nl.UTF-8.html lib/webmin/cluster-software/help/delete_pack.nl.html +lib/webmin/cluster-software/help/delete_pack.pl.UTF-8.html +lib/webmin/cluster-software/help/delete_pack.pl.html lib/webmin/cluster-software/help/edit_host.ca.UTF-8.html lib/webmin/cluster-software/help/edit_host.ca.html lib/webmin/cluster-software/help/edit_host.de.UTF-8.html @@ -4451,6 +4467,8 @@ lib/webmin/cluster-software/help/edit_ho lib/webmin/cluster-software/help/edit_host.html lib/webmin/cluster-software/help/edit_host.nl.UTF-8.html lib/webmin/cluster-software/help/edit_host.nl.html +lib/webmin/cluster-software/help/edit_host.pl.UTF-8.html +lib/webmin/cluster-software/help/edit_host.pl.html lib/webmin/cluster-software/help/edit_pack.ca.UTF-8.html lib/webmin/cluster-software/help/edit_pack.ca.html lib/webmin/cluster-software/help/edit_pack.de.UTF-8.html @@ -4460,6 +4478,8 @@ lib/webmin/cluster-software/help/edit_pa lib/webmin/cluster-software/help/edit_pack.html lib/webmin/cluster-software/help/edit_pack.nl.UTF-8.html lib/webmin/cluster-software/help/edit_pack.nl.html +lib/webmin/cluster-software/help/edit_pack.pl.UTF-8.html +lib/webmin/cluster-software/help/edit_pack.pl.html lib/webmin/cluster-software/help/install_pack.ca.UTF-8.html lib/webmin/cluster-software/help/install_pack.ca.html lib/webmin/cluster-software/help/install_pack.de.UTF-8.html @@ -4469,6 +4489,8 @@ lib/webmin/cluster-software/help/install lib/webmin/cluster-software/help/install_pack.html lib/webmin/cluster-software/help/install_pack.nl.UTF-8.html lib/webmin/cluster-software/help/install_pack.nl.html +lib/webmin/cluster-software/help/install_pack.pl.UTF-8.html +lib/webmin/cluster-software/help/install_pack.pl.html lib/webmin/cluster-software/help/intro.ca.UTF-8.html lib/webmin/cluster-software/help/intro.ca.html lib/webmin/cluster-software/help/intro.es.UTF-8.html @@ -4476,6 +4498,8 @@ lib/webmin/cluster-software/help/intro.e lib/webmin/cluster-software/help/intro.html lib/webmin/cluster-software/help/intro.nl.UTF-8.html lib/webmin/cluster-software/help/intro.nl.html +lib/webmin/cluster-software/help/intro.pl.UTF-8.html +lib/webmin/cluster-software/help/intro.pl.html lib/webmin/cluster-software/help/search.ca.UTF-8.html lib/webmin/cluster-software/help/search.ca.html lib/webmin/cluster-software/help/search.de.UTF-8.html @@ -4485,6 +4509,8 @@ lib/webmin/cluster-software/help/search. lib/webmin/cluster-software/help/search.html lib/webmin/cluster-software/help/search.nl.UTF-8.html lib/webmin/cluster-software/help/search.nl.html +lib/webmin/cluster-software/help/search.pl.UTF-8.html +lib/webmin/cluster-software/help/search.pl.html lib/webmin/cluster-software/images/close.gif lib/webmin/cluster-software/images/icon.gif lib/webmin/cluster-software/images/open.gif @@ -4561,6 +4587,8 @@ lib/webmin/cluster-useradmin/help/intro. lib/webmin/cluster-useradmin/help/intro.html lib/webmin/cluster-useradmin/help/intro.nl.UTF-8.html lib/webmin/cluster-useradmin/help/intro.nl.html +lib/webmin/cluster-useradmin/help/intro.pl.UTF-8.html +lib/webmin/cluster-useradmin/help/intro.pl.html lib/webmin/cluster-useradmin/images/icon.gif lib/webmin/cluster-useradmin/images/smallicon.gif lib/webmin/cluster-useradmin/index.cgi @@ -4703,6 +4731,8 @@ lib/webmin/cluster-webmin/help/intro.ca. lib/webmin/cluster-webmin/help/intro.html lib/webmin/cluster-webmin/help/intro.nl.UTF-8.html lib/webmin/cluster-webmin/help/intro.nl.html +lib/webmin/cluster-webmin/help/intro.pl.UTF-8.html +lib/webmin/cluster-webmin/help/intro.pl.html lib/webmin/cluster-webmin/images/icon.gif lib/webmin/cluster-webmin/images/smallicon.gif lib/webmin/cluster-webmin/index.cgi @@ -4982,6 +5012,8 @@ lib/webmin/cron/help/help.nl.UTF-8.html lib/webmin/cron/help/help.nl.html lib/webmin/cron/help/help.no.UTF-8.html lib/webmin/cron/help/help.no.html +lib/webmin/cron/help/help.pl.UTF-8.html +lib/webmin/cron/help/help.pl.html lib/webmin/cron/help/help.sv.UTF-8.html lib/webmin/cron/help/help.sv.html lib/webmin/cron/help/help.zh_TW.Big5.html @@ -5161,6 +5193,8 @@ lib/webmin/custom/help/beforeedit.ca.htm lib/webmin/custom/help/beforeedit.html lib/webmin/custom/help/beforeedit.nl.UTF-8.html lib/webmin/custom/help/beforeedit.nl.html +lib/webmin/custom/help/beforeedit.pl.UTF-8.html +lib/webmin/custom/help/beforeedit.pl.html lib/webmin/custom/help/clear.ca.UTF-8.html lib/webmin/custom/help/clear.ca.html lib/webmin/custom/help/clear.html @@ -5170,6 +5204,8 @@ lib/webmin/custom/help/clear.ko_KR.UTF-8 lib/webmin/custom/help/clear.ko_KR.euc.html lib/webmin/custom/help/clear.nl.UTF-8.html lib/webmin/custom/help/clear.nl.html +lib/webmin/custom/help/clear.pl.UTF-8.html +lib/webmin/custom/help/clear.pl.html lib/webmin/custom/help/cmd.ca.UTF-8.html lib/webmin/custom/help/cmd.ca.html lib/webmin/custom/help/cmd.de.UTF-8.html @@ -5259,6 +5295,8 @@ lib/webmin/custom/help/desc2.ca.html lib/webmin/custom/help/desc2.html lib/webmin/custom/help/desc2.nl.UTF-8.html lib/webmin/custom/help/desc2.nl.html +lib/webmin/custom/help/desc2.pl.UTF-8.html +lib/webmin/custom/help/desc2.pl.html lib/webmin/custom/help/dir.ca.UTF-8.html lib/webmin/custom/help/dir.ca.html lib/webmin/custom/help/dir.de.UTF-8.html @@ -5270,6 +5308,8 @@ lib/webmin/custom/help/dir.ko_KR.UTF-8.h lib/webmin/custom/help/dir.ko_KR.euc.html lib/webmin/custom/help/dir.nl.UTF-8.html lib/webmin/custom/help/dir.nl.html +lib/webmin/custom/help/dir.pl.UTF-8.html +lib/webmin/custom/help/dir.pl.html lib/webmin/custom/help/edit.ca.UTF-8.html lib/webmin/custom/help/edit.ca.html lib/webmin/custom/help/edit.de.UTF-8.html @@ -5369,6 +5409,8 @@ lib/webmin/custom/help/fileid.it.UTF-8.h lib/webmin/custom/help/fileid.it.html lib/webmin/custom/help/fileid.nl.UTF-8.html lib/webmin/custom/help/fileid.nl.html +lib/webmin/custom/help/fileid.pl.UTF-8.html +lib/webmin/custom/help/fileid.pl.html lib/webmin/custom/help/fintro.ca.UTF-8.html lib/webmin/custom/help/fintro.ca.html lib/webmin/custom/help/fintro.de.UTF-8.html @@ -5389,6 +5431,8 @@ lib/webmin/custom/help/id.it.UTF-8.html lib/webmin/custom/help/id.it.html lib/webmin/custom/help/id.nl.UTF-8.html lib/webmin/custom/help/id.nl.html +lib/webmin/custom/help/id.pl.UTF-8.html +lib/webmin/custom/help/id.pl.html lib/webmin/custom/help/intro.ca.UTF-8.html lib/webmin/custom/help/intro.ca.html lib/webmin/custom/help/intro.de.UTF-8.html @@ -5419,6 +5463,8 @@ lib/webmin/custom/help/noshow.it.UTF-8.h lib/webmin/custom/help/noshow.it.html lib/webmin/custom/help/noshow.nl.UTF-8.html lib/webmin/custom/help/noshow.nl.html +lib/webmin/custom/help/noshow.pl.UTF-8.html +lib/webmin/custom/help/noshow.pl.html lib/webmin/custom/help/order.ca.UTF-8.html lib/webmin/custom/help/order.ca.html lib/webmin/custom/help/order.de.UTF-8.html @@ -5503,6 +5549,8 @@ lib/webmin/custom/help/timeout.it.UTF-8. lib/webmin/custom/help/timeout.it.html lib/webmin/custom/help/timeout.nl.UTF-8.html lib/webmin/custom/help/timeout.nl.html +lib/webmin/custom/help/timeout.pl.UTF-8.html +lib/webmin/custom/help/timeout.pl.html lib/webmin/custom/help/user.ca.UTF-8.html lib/webmin/custom/help/user.ca.html lib/webmin/custom/help/user.de.UTF-8.html @@ -5531,6 +5579,8 @@ lib/webmin/custom/help/usermin.it.UTF-8. lib/webmin/custom/help/usermin.it.html lib/webmin/custom/help/usermin.nl.UTF-8.html lib/webmin/custom/help/usermin.nl.html +lib/webmin/custom/help/usermin.pl.UTF-8.html +lib/webmin/custom/help/usermin.pl.html lib/webmin/custom/images/icon.gif lib/webmin/custom/images/smallicon.gif lib/webmin/custom/index.cgi @@ -6053,6 +6103,8 @@ lib/webmin/dhcpd/help/acl.ja_JP.UTF-8.ht lib/webmin/dhcpd/help/acl.ja_JP.euc.html lib/webmin/dhcpd/help/acl.nl.UTF-8.html lib/webmin/dhcpd/help/acl.nl.html +lib/webmin/dhcpd/help/acl.pl.UTF-8.html +lib/webmin/dhcpd/help/acl.pl.html lib/webmin/dhcpd/help/acl.pt_BR.UTF-8.html lib/webmin/dhcpd/help/acl.pt_BR.html lib/webmin/dhcpd/help/acl_info.ca.UTF-8.html @@ -6248,6 +6300,7 @@ lib/webmin/exim/config.info.hu lib/webmin/exim/config.info.nl lib/webmin/exim/config.info.nl.UTF-8 lib/webmin/exim/config.info.pl +lib/webmin/exim/config.info.pl.UTF-8 lib/webmin/exim/exim-lib.pl lib/webmin/exim/install_check.pl lib/webmin/exim/module.info @@ -6370,6 +6423,8 @@ lib/webmin/exports/help/anonuid.zh_TW.UT lib/webmin/exports/help/auth.ca.UTF-8.html lib/webmin/exports/help/auth.ca.html lib/webmin/exports/help/auth.html +lib/webmin/exports/help/auth.pl.UTF-8.html +lib/webmin/exports/help/auth.pl.html lib/webmin/exports/help/client.ca.UTF-8.html lib/webmin/exports/help/client.ca.html lib/webmin/exports/help/client.es.UTF-8.html @@ -6441,6 +6496,8 @@ lib/webmin/exports/help/edit_export.zh_T lib/webmin/exports/help/hide.ca.UTF-8.html lib/webmin/exports/help/hide.ca.html lib/webmin/exports/help/hide.html +lib/webmin/exports/help/hide.pl.UTF-8.html +lib/webmin/exports/help/hide.pl.html lib/webmin/exports/help/insecure.ca.UTF-8.html lib/webmin/exports/help/insecure.ca.html lib/webmin/exports/help/insecure.es.UTF-8.html @@ -6529,6 +6586,8 @@ lib/webmin/exports/help/noaccess.zh_TW.U lib/webmin/exports/help/pfs.ca.UTF-8.html lib/webmin/exports/help/pfs.ca.html lib/webmin/exports/help/pfs.html +lib/webmin/exports/help/pfs.pl.UTF-8.html +lib/webmin/exports/help/pfs.pl.html lib/webmin/exports/help/ro.ca.UTF-8.html lib/webmin/exports/help/ro.ca.html lib/webmin/exports/help/ro.es.UTF-8.html @@ -6551,6 +6610,8 @@ lib/webmin/exports/help/sec.ca.html lib/webmin/exports/help/secs.ca.UTF-8.html lib/webmin/exports/help/secs.ca.html lib/webmin/exports/help/secs.html +lib/webmin/exports/help/secs.pl.UTF-8.html +lib/webmin/exports/help/secs.pl.html lib/webmin/exports/help/squash.ca.UTF-8.html lib/webmin/exports/help/squash.ca.html lib/webmin/exports/help/squash.es.UTF-8.html @@ -6605,6 +6666,8 @@ lib/webmin/exports/help/squash_uids.zh_T lib/webmin/exports/help/subtree_check.ca.UTF-8.html lib/webmin/exports/help/subtree_check.ca.html lib/webmin/exports/help/subtree_check.html +lib/webmin/exports/help/subtree_check.pl.UTF-8.html +lib/webmin/exports/help/subtree_check.pl.html lib/webmin/exports/help/sync.ca.UTF-8.html lib/webmin/exports/help/sync.ca.html lib/webmin/exports/help/sync.html @@ -6612,9 +6675,13 @@ lib/webmin/exports/help/sync.it.UTF-8.ht lib/webmin/exports/help/sync.it.html lib/webmin/exports/help/sync.nl.UTF-8.html lib/webmin/exports/help/sync.nl.html +lib/webmin/exports/help/sync.pl.UTF-8.html +lib/webmin/exports/help/sync.pl.html lib/webmin/exports/help/vers.ca.UTF-8.html lib/webmin/exports/help/vers.ca.html lib/webmin/exports/help/vers.html +lib/webmin/exports/help/vers.pl.UTF-8.html +lib/webmin/exports/help/vers.pl.html lib/webmin/exports/images/export.gif lib/webmin/exports/images/icon.gif lib/webmin/exports/images/smallicon.gif @@ -6697,6 +6764,8 @@ lib/webmin/fail2ban/fail2ban-lib.pl lib/webmin/fail2ban/help/intro.ca.UTF-8.html lib/webmin/fail2ban/help/intro.ca.html lib/webmin/fail2ban/help/intro.html +lib/webmin/fail2ban/help/intro.pl.UTF-8.html +lib/webmin/fail2ban/help/intro.pl.html lib/webmin/fail2ban/images/actions.gif lib/webmin/fail2ban/images/config.gif lib/webmin/fail2ban/images/filters.gif @@ -7277,6 +7346,8 @@ lib/webmin/file/config.info.nl lib/webmin/file/config.info.nl.UTF-8 lib/webmin/file/config.info.no lib/webmin/file/config.info.no.UTF-8 +lib/webmin/file/config.info.pl +lib/webmin/file/config.info.pl.UTF-8 lib/webmin/file/config.info.tr lib/webmin/file/contents.cgi lib/webmin/file/copy.cgi @@ -8392,6 +8463,8 @@ lib/webmin/filter/config.info.nl lib/webmin/filter/config.info.nl.UTF-8 lib/webmin/filter/config.info.no lib/webmin/filter/config.info.no.UTF-8 +lib/webmin/filter/config.info.pl +lib/webmin/filter/config.info.pl.UTF-8 lib/webmin/filter/delete.cgi lib/webmin/filter/down.cgi lib/webmin/filter/edit.cgi @@ -8421,6 +8494,8 @@ lib/webmin/filter/lang/nl lib/webmin/filter/lang/nl.UTF-8 lib/webmin/filter/lang/no lib/webmin/filter/lang/no.UTF-8 +lib/webmin/filter/lang/pl +lib/webmin/filter/lang/pl.UTF-8 lib/webmin/filter/module.info lib/webmin/filter/move.cgi lib/webmin/filter/save.cgi @@ -8475,6 +8550,8 @@ lib/webmin/firewall/help/cluster.ca.html lib/webmin/firewall/help/cluster.html lib/webmin/firewall/help/cluster.nl.UTF-8.html lib/webmin/firewall/help/cluster.nl.html +lib/webmin/firewall/help/cluster.pl.UTF-8.html +lib/webmin/firewall/help/cluster.pl.html lib/webmin/firewall/help/cluster.pt_BR.UTF-8.html lib/webmin/firewall/help/cluster.pt_BR.html lib/webmin/firewall/help/cluster.ru.UTF-8.html @@ -8485,6 +8562,8 @@ lib/webmin/firewall/help/intro.ca.html lib/webmin/firewall/help/intro.html lib/webmin/firewall/help/intro.nl.UTF-8.html lib/webmin/firewall/help/intro.nl.html +lib/webmin/firewall/help/intro.pl.UTF-8.html +lib/webmin/firewall/help/intro.pl.html lib/webmin/firewall/help/intro.pt_BR.UTF-8.html lib/webmin/firewall/help/intro.pt_BR.html lib/webmin/firewall/help/intro.ru.UTF-8.html @@ -8555,6 +8634,8 @@ lib/webmin/firewalld/config.info.de lib/webmin/firewalld/config.info.de.UTF-8 lib/webmin/firewalld/config.info.no lib/webmin/firewalld/config.info.no.UTF-8 +lib/webmin/firewalld/config.info.pl +lib/webmin/firewalld/config.info.pl.UTF-8 lib/webmin/firewalld/create_zone.cgi lib/webmin/firewalld/default_zone.cgi lib/webmin/firewalld/delete_rules.cgi @@ -8574,6 +8655,8 @@ lib/webmin/firewalld/lang/en lib/webmin/firewalld/lang/en.UTF-8 lib/webmin/firewalld/lang/no lib/webmin/firewalld/lang/no.UTF-8 +lib/webmin/firewalld/lang/pl +lib/webmin/firewalld/lang/pl.UTF-8 lib/webmin/firewalld/log_parser.pl lib/webmin/firewalld/module.info lib/webmin/firewalld/open-ports.pl @@ -8690,6 +8773,7 @@ lib/webmin/fsdump/config.info.nl.UTF-8 lib/webmin/fsdump/config.info.no lib/webmin/fsdump/config.info.no.UTF-8 lib/webmin/fsdump/config.info.pl +lib/webmin/fsdump/config.info.pl.UTF-8 lib/webmin/fsdump/config.info.pt_BR lib/webmin/fsdump/config.info.pt_BR.UTF-8 lib/webmin/fsdump/config.info.ru.UTF-8 @@ -8712,6 +8796,8 @@ lib/webmin/fsdump/help/after.ko_KR.UTF-8 lib/webmin/fsdump/help/after.ko_KR.euc.html lib/webmin/fsdump/help/after.nl.UTF-8.html lib/webmin/fsdump/help/after.nl.html +lib/webmin/fsdump/help/after.pl.UTF-8.html +lib/webmin/fsdump/help/after.pl.html lib/webmin/fsdump/help/attribs.ca.UTF-8.html lib/webmin/fsdump/help/attribs.ca.html lib/webmin/fsdump/help/attribs.de.UTF-8.html @@ -8721,6 +8807,8 @@ lib/webmin/fsdump/help/attribs.es.html lib/webmin/fsdump/help/attribs.html lib/webmin/fsdump/help/attribs.nl.UTF-8.html lib/webmin/fsdump/help/attribs.nl.html +lib/webmin/fsdump/help/attribs.pl.UTF-8.html +lib/webmin/fsdump/help/attribs.pl.html lib/webmin/fsdump/help/bcomp.ca.UTF-8.html lib/webmin/fsdump/help/bcomp.ca.html lib/webmin/fsdump/help/bcomp.de.UTF-8.html @@ -8728,6 +8816,8 @@ lib/webmin/fsdump/help/bcomp.de.html lib/webmin/fsdump/help/bcomp.html lib/webmin/fsdump/help/bcomp.nl.UTF-8.html lib/webmin/fsdump/help/bcomp.nl.html +lib/webmin/fsdump/help/bcomp.pl.UTF-8.html +lib/webmin/fsdump/help/bcomp.pl.html lib/webmin/fsdump/help/before.ca.UTF-8.html lib/webmin/fsdump/help/before.ca.html lib/webmin/fsdump/help/before.de.UTF-8.html @@ -8737,6 +8827,8 @@ lib/webmin/fsdump/help/before.ko_KR.UTF- lib/webmin/fsdump/help/before.ko_KR.euc.html lib/webmin/fsdump/help/before.nl.UTF-8.html lib/webmin/fsdump/help/before.nl.html +lib/webmin/fsdump/help/before.pl.UTF-8.html +lib/webmin/fsdump/help/before.pl.html lib/webmin/fsdump/help/blocks.ca.UTF-8.html lib/webmin/fsdump/help/blocks.ca.html lib/webmin/fsdump/help/blocks.de.UTF-8.html @@ -8744,11 +8836,15 @@ lib/webmin/fsdump/help/blocks.de.html lib/webmin/fsdump/help/blocks.html lib/webmin/fsdump/help/blocks.nl.UTF-8.html lib/webmin/fsdump/help/blocks.nl.html +lib/webmin/fsdump/help/blocks.pl.UTF-8.html +lib/webmin/fsdump/help/blocks.pl.html lib/webmin/fsdump/help/bsize.ca.UTF-8.html lib/webmin/fsdump/help/bsize.ca.html lib/webmin/fsdump/help/bsize.html lib/webmin/fsdump/help/bsize.nl.UTF-8.html lib/webmin/fsdump/help/bsize.nl.html +lib/webmin/fsdump/help/bsize.pl.UTF-8.html +lib/webmin/fsdump/help/bsize.pl.html lib/webmin/fsdump/help/comp.ca.UTF-8.html lib/webmin/fsdump/help/comp.ca.html lib/webmin/fsdump/help/comp.de.UTF-8.html @@ -8756,11 +8852,15 @@ lib/webmin/fsdump/help/comp.de.html lib/webmin/fsdump/help/comp.html lib/webmin/fsdump/help/comp.nl.UTF-8.html lib/webmin/fsdump/help/comp.nl.html +lib/webmin/fsdump/help/comp.pl.UTF-8.html +lib/webmin/fsdump/help/comp.pl.html lib/webmin/fsdump/help/config_date_subs.ca.UTF-8.html lib/webmin/fsdump/help/config_date_subs.ca.html lib/webmin/fsdump/help/config_date_subs.html lib/webmin/fsdump/help/config_date_subs.nl.UTF-8.html lib/webmin/fsdump/help/config_date_subs.nl.html +lib/webmin/fsdump/help/config_date_subs.pl.UTF-8.html +lib/webmin/fsdump/help/config_date_subs.pl.html lib/webmin/fsdump/help/create.ca.UTF-8.html lib/webmin/fsdump/help/create.ca.html lib/webmin/fsdump/help/create.es.UTF-8.html @@ -8768,6 +8868,8 @@ lib/webmin/fsdump/help/create.es.html lib/webmin/fsdump/help/create.html lib/webmin/fsdump/help/create.nl.UTF-8.html lib/webmin/fsdump/help/create.nl.html +lib/webmin/fsdump/help/create.pl.UTF-8.html +lib/webmin/fsdump/help/create.pl.html lib/webmin/fsdump/help/dest.ca.UTF-8.html lib/webmin/fsdump/help/dest.ca.html lib/webmin/fsdump/help/dest.es.UTF-8.html @@ -8775,6 +8877,8 @@ lib/webmin/fsdump/help/dest.es.html lib/webmin/fsdump/help/dest.html lib/webmin/fsdump/help/dest.nl.UTF-8.html lib/webmin/fsdump/help/dest.nl.html +lib/webmin/fsdump/help/dest.pl.UTF-8.html +lib/webmin/fsdump/help/dest.pl.html lib/webmin/fsdump/help/dir.ca.UTF-8.html lib/webmin/fsdump/help/dir.ca.html lib/webmin/fsdump/help/dir.es.UTF-8.html @@ -8782,11 +8886,15 @@ lib/webmin/fsdump/help/dir.es.html lib/webmin/fsdump/help/dir.html lib/webmin/fsdump/help/dir.nl.UTF-8.html lib/webmin/fsdump/help/dir.nl.html +lib/webmin/fsdump/help/dir.pl.UTF-8.html +lib/webmin/fsdump/help/dir.pl.html lib/webmin/fsdump/help/dirs.ca.UTF-8.html lib/webmin/fsdump/help/dirs.ca.html lib/webmin/fsdump/help/dirs.html lib/webmin/fsdump/help/dirs.nl.UTF-8.html lib/webmin/fsdump/help/dirs.nl.html +lib/webmin/fsdump/help/dirs.pl.UTF-8.html +lib/webmin/fsdump/help/dirs.pl.html lib/webmin/fsdump/help/dump.ca.UTF-8.html lib/webmin/fsdump/help/dump.ca.html lib/webmin/fsdump/help/dump.es.UTF-8.html @@ -8794,6 +8902,8 @@ lib/webmin/fsdump/help/dump.es.html lib/webmin/fsdump/help/dump.html lib/webmin/fsdump/help/dump.nl.UTF-8.html lib/webmin/fsdump/help/dump.nl.html +lib/webmin/fsdump/help/dump.pl.UTF-8.html +lib/webmin/fsdump/help/dump.pl.html lib/webmin/fsdump/help/edit.ca.UTF-8.html lib/webmin/fsdump/help/edit.ca.html lib/webmin/fsdump/help/edit.es.UTF-8.html @@ -8801,6 +8911,8 @@ lib/webmin/fsdump/help/edit.es.html lib/webmin/fsdump/help/edit.html lib/webmin/fsdump/help/edit.nl.UTF-8.html lib/webmin/fsdump/help/edit.nl.html +lib/webmin/fsdump/help/edit.pl.UTF-8.html +lib/webmin/fsdump/help/edit.pl.html lib/webmin/fsdump/help/email.ca.UTF-8.html lib/webmin/fsdump/help/email.ca.html lib/webmin/fsdump/help/email.es.UTF-8.html @@ -8808,6 +8920,8 @@ lib/webmin/fsdump/help/email.es.html lib/webmin/fsdump/help/email.html lib/webmin/fsdump/help/email.nl.UTF-8.html lib/webmin/fsdump/help/email.nl.html +lib/webmin/fsdump/help/email.pl.UTF-8.html +lib/webmin/fsdump/help/email.pl.html lib/webmin/fsdump/help/enabled.ca.UTF-8.html lib/webmin/fsdump/help/enabled.ca.html lib/webmin/fsdump/help/enabled.es.UTF-8.html @@ -8815,6 +8929,8 @@ lib/webmin/fsdump/help/enabled.es.html lib/webmin/fsdump/help/enabled.html lib/webmin/fsdump/help/enabled.nl.UTF-8.html lib/webmin/fsdump/help/enabled.nl.html +lib/webmin/fsdump/help/enabled.pl.UTF-8.html +lib/webmin/fsdump/help/enabled.pl.html lib/webmin/fsdump/help/erase.ca.UTF-8.html lib/webmin/fsdump/help/erase.ca.html lib/webmin/fsdump/help/erase.es.UTF-8.html @@ -8822,29 +8938,41 @@ lib/webmin/fsdump/help/erase.es.html lib/webmin/fsdump/help/erase.html lib/webmin/fsdump/help/erase.nl.UTF-8.html lib/webmin/fsdump/help/erase.nl.html +lib/webmin/fsdump/help/erase.pl.UTF-8.html +lib/webmin/fsdump/help/erase.pl.html lib/webmin/fsdump/help/exclude.ca.UTF-8.html lib/webmin/fsdump/help/exclude.ca.html lib/webmin/fsdump/help/exclude.html lib/webmin/fsdump/help/exclude.nl.UTF-8.html lib/webmin/fsdump/help/exclude.nl.html +lib/webmin/fsdump/help/exclude.pl.UTF-8.html +lib/webmin/fsdump/help/exclude.pl.html lib/webmin/fsdump/help/extra.ca.UTF-8.html lib/webmin/fsdump/help/extra.ca.html lib/webmin/fsdump/help/extra.html lib/webmin/fsdump/help/extra.nl.UTF-8.html lib/webmin/fsdump/help/extra.nl.html +lib/webmin/fsdump/help/extra.pl.UTF-8.html +lib/webmin/fsdump/help/extra.pl.html lib/webmin/fsdump/help/gzip.ca.UTF-8.html lib/webmin/fsdump/help/gzip.ca.html lib/webmin/fsdump/help/gzip.html lib/webmin/fsdump/help/gzip.nl.UTF-8.html lib/webmin/fsdump/help/gzip.nl.html +lib/webmin/fsdump/help/gzip.pl.UTF-8.html +lib/webmin/fsdump/help/gzip.pl.html lib/webmin/fsdump/help/honour.ca.UTF-8.html lib/webmin/fsdump/help/honour.ca.html lib/webmin/fsdump/help/honour.html lib/webmin/fsdump/help/honour.nl.UTF-8.html lib/webmin/fsdump/help/honour.nl.html +lib/webmin/fsdump/help/honour.pl.UTF-8.html +lib/webmin/fsdump/help/honour.pl.html lib/webmin/fsdump/help/ignoreread.ca.UTF-8.html lib/webmin/fsdump/help/ignoreread.ca.html lib/webmin/fsdump/help/ignoreread.html +lib/webmin/fsdump/help/ignoreread.pl.UTF-8.html +lib/webmin/fsdump/help/ignoreread.pl.html lib/webmin/fsdump/help/intro.ca.UTF-8.html lib/webmin/fsdump/help/intro.ca.html lib/webmin/fsdump/help/intro.es.UTF-8.html @@ -8852,6 +8980,8 @@ lib/webmin/fsdump/help/intro.es.html lib/webmin/fsdump/help/intro.html lib/webmin/fsdump/help/intro.nl.UTF-8.html lib/webmin/fsdump/help/intro.nl.html +lib/webmin/fsdump/help/intro.pl.UTF-8.html +lib/webmin/fsdump/help/intro.pl.html lib/webmin/fsdump/help/invent.ca.UTF-8.html lib/webmin/fsdump/help/invent.ca.html lib/webmin/fsdump/help/invent.es.UTF-8.html @@ -8859,6 +8989,8 @@ lib/webmin/fsdump/help/invent.es.html lib/webmin/fsdump/help/invent.html lib/webmin/fsdump/help/invent.nl.UTF-8.html lib/webmin/fsdump/help/invent.nl.html +lib/webmin/fsdump/help/invent.pl.UTF-8.html +lib/webmin/fsdump/help/invent.pl.html lib/webmin/fsdump/help/keep.ca.UTF-8.html lib/webmin/fsdump/help/keep.ca.html lib/webmin/fsdump/help/keep.html @@ -8866,6 +8998,8 @@ lib/webmin/fsdump/help/keep.nl.UTF-8.htm lib/webmin/fsdump/help/keep.nl.html lib/webmin/fsdump/help/keep.no.UTF-8.html lib/webmin/fsdump/help/keep.no.html +lib/webmin/fsdump/help/keep.pl.UTF-8.html +lib/webmin/fsdump/help/keep.pl.html lib/webmin/fsdump/help/label.ca.UTF-8.html lib/webmin/fsdump/help/label.ca.html lib/webmin/fsdump/help/label.es.UTF-8.html @@ -8873,6 +9007,8 @@ lib/webmin/fsdump/help/label.es.html lib/webmin/fsdump/help/label.html lib/webmin/fsdump/help/label.nl.UTF-8.html lib/webmin/fsdump/help/label.nl.html +lib/webmin/fsdump/help/label.pl.UTF-8.html +lib/webmin/fsdump/help/label.pl.html lib/webmin/fsdump/help/level.ca.UTF-8.html lib/webmin/fsdump/help/level.ca.html lib/webmin/fsdump/help/level.es.UTF-8.html @@ -8880,11 +9016,15 @@ lib/webmin/fsdump/help/level.es.html lib/webmin/fsdump/help/level.html lib/webmin/fsdump/help/level.nl.UTF-8.html lib/webmin/fsdump/help/level.nl.html +lib/webmin/fsdump/help/level.pl.UTF-8.html +lib/webmin/fsdump/help/level.pl.html lib/webmin/fsdump/help/links.ca.UTF-8.html lib/webmin/fsdump/help/links.ca.html lib/webmin/fsdump/help/links.html lib/webmin/fsdump/help/links.nl.UTF-8.html lib/webmin/fsdump/help/links.nl.html +lib/webmin/fsdump/help/links.pl.UTF-8.html +lib/webmin/fsdump/help/links.pl.html lib/webmin/fsdump/help/max.ca.UTF-8.html lib/webmin/fsdump/help/max.ca.html lib/webmin/fsdump/help/max.es.UTF-8.html @@ -8892,6 +9032,8 @@ lib/webmin/fsdump/help/max.es.html lib/webmin/fsdump/help/max.html lib/webmin/fsdump/help/max.nl.UTF-8.html lib/webmin/fsdump/help/max.nl.html +lib/webmin/fsdump/help/max.pl.UTF-8.html +lib/webmin/fsdump/help/max.pl.html lib/webmin/fsdump/help/multi.ca.UTF-8.html lib/webmin/fsdump/help/multi.ca.html lib/webmin/fsdump/help/multi.es.UTF-8.html @@ -8899,9 +9041,13 @@ lib/webmin/fsdump/help/multi.es.html lib/webmin/fsdump/help/multi.html lib/webmin/fsdump/help/multi.nl.UTF-8.html lib/webmin/fsdump/help/multi.nl.html +lib/webmin/fsdump/help/multi.pl.UTF-8.html +lib/webmin/fsdump/help/multi.pl.html lib/webmin/fsdump/help/notape.ca.UTF-8.html lib/webmin/fsdump/help/notape.ca.html lib/webmin/fsdump/help/notape.html +lib/webmin/fsdump/help/notape.pl.UTF-8.html +lib/webmin/fsdump/help/notape.pl.html lib/webmin/fsdump/help/nothing.ca.UTF-8.html lib/webmin/fsdump/help/nothing.ca.html lib/webmin/fsdump/help/nothing.es.UTF-8.html @@ -8916,6 +9062,8 @@ lib/webmin/fsdump/help/offline.es.html lib/webmin/fsdump/help/offline.html lib/webmin/fsdump/help/offline.nl.UTF-8.html lib/webmin/fsdump/help/offline.nl.html +lib/webmin/fsdump/help/offline.pl.UTF-8.html +lib/webmin/fsdump/help/offline.pl.html lib/webmin/fsdump/help/over.ca.UTF-8.html lib/webmin/fsdump/help/over.ca.html lib/webmin/fsdump/help/over.es.UTF-8.html @@ -8923,6 +9071,8 @@ lib/webmin/fsdump/help/over.es.html lib/webmin/fsdump/help/over.html lib/webmin/fsdump/help/over.nl.UTF-8.html lib/webmin/fsdump/help/over.nl.html +lib/webmin/fsdump/help/over.pl.UTF-8.html +lib/webmin/fsdump/help/over.pl.html lib/webmin/fsdump/help/overwrite.ca.UTF-8.html lib/webmin/fsdump/help/overwrite.ca.html lib/webmin/fsdump/help/overwrite.es.UTF-8.html @@ -8932,16 +9082,22 @@ lib/webmin/fsdump/help/overwrite.nl.UTF- lib/webmin/fsdump/help/overwrite.nl.html lib/webmin/fsdump/help/overwrite.no.UTF-8.html lib/webmin/fsdump/help/overwrite.no.html +lib/webmin/fsdump/help/overwrite.pl.UTF-8.html +lib/webmin/fsdump/help/overwrite.pl.html lib/webmin/fsdump/help/pass.ca.UTF-8.html lib/webmin/fsdump/help/pass.ca.html lib/webmin/fsdump/help/pass.html lib/webmin/fsdump/help/pass.nl.UTF-8.html lib/webmin/fsdump/help/pass.nl.html +lib/webmin/fsdump/help/pass.pl.UTF-8.html +lib/webmin/fsdump/help/pass.pl.html lib/webmin/fsdump/help/pass2.ca.UTF-8.html lib/webmin/fsdump/help/pass2.ca.html lib/webmin/fsdump/help/pass2.html lib/webmin/fsdump/help/pass2.nl.UTF-8.html lib/webmin/fsdump/help/pass2.nl.html +lib/webmin/fsdump/help/pass2.pl.UTF-8.html +lib/webmin/fsdump/help/pass2.pl.html lib/webmin/fsdump/help/perms.ca.UTF-8.html lib/webmin/fsdump/help/perms.ca.html lib/webmin/fsdump/help/perms.de.UTF-8.html @@ -8949,6 +9105,8 @@ lib/webmin/fsdump/help/perms.de.html lib/webmin/fsdump/help/perms.html lib/webmin/fsdump/help/perms.nl.UTF-8.html lib/webmin/fsdump/help/perms.nl.html +lib/webmin/fsdump/help/perms.pl.UTF-8.html +lib/webmin/fsdump/help/perms.pl.html lib/webmin/fsdump/help/rdir.ca.UTF-8.html lib/webmin/fsdump/help/rdir.ca.html lib/webmin/fsdump/help/rdir.es.UTF-8.html @@ -8956,11 +9114,15 @@ lib/webmin/fsdump/help/rdir.es.html lib/webmin/fsdump/help/rdir.html lib/webmin/fsdump/help/rdir.nl.UTF-8.html lib/webmin/fsdump/help/rdir.nl.html +lib/webmin/fsdump/help/rdir.pl.UTF-8.html +lib/webmin/fsdump/help/rdir.pl.html lib/webmin/fsdump/help/remount.ca.UTF-8.html lib/webmin/fsdump/help/remount.ca.html lib/webmin/fsdump/help/remount.html lib/webmin/fsdump/help/remount.nl.UTF-8.html lib/webmin/fsdump/help/remount.nl.html +lib/webmin/fsdump/help/remount.pl.UTF-8.html +lib/webmin/fsdump/help/remount.pl.html lib/webmin/fsdump/help/restore.ca.UTF-8.html lib/webmin/fsdump/help/restore.ca.html lib/webmin/fsdump/help/restore.es.UTF-8.html @@ -8968,16 +9130,22 @@ lib/webmin/fsdump/help/restore.es.html lib/webmin/fsdump/help/restore.html lib/webmin/fsdump/help/restore.nl.UTF-8.html lib/webmin/fsdump/help/restore.nl.html +lib/webmin/fsdump/help/restore.pl.UTF-8.html +lib/webmin/fsdump/help/restore.pl.html lib/webmin/fsdump/help/reverify.ca.UTF-8.html lib/webmin/fsdump/help/reverify.ca.html lib/webmin/fsdump/help/reverify.html lib/webmin/fsdump/help/reverify.nl.UTF-8.html lib/webmin/fsdump/help/reverify.nl.html +lib/webmin/fsdump/help/reverify.pl.UTF-8.html +lib/webmin/fsdump/help/reverify.pl.html lib/webmin/fsdump/help/rextra.ca.UTF-8.html lib/webmin/fsdump/help/rextra.ca.html lib/webmin/fsdump/help/rextra.html lib/webmin/fsdump/help/rextra.nl.UTF-8.html lib/webmin/fsdump/help/rextra.nl.html +lib/webmin/fsdump/help/rextra.pl.UTF-8.html +lib/webmin/fsdump/help/rextra.pl.html lib/webmin/fsdump/help/rfiles.ca.UTF-8.html lib/webmin/fsdump/help/rfiles.ca.html lib/webmin/fsdump/help/rfiles.es.UTF-8.html @@ -8985,11 +9153,15 @@ lib/webmin/fsdump/help/rfiles.es.html lib/webmin/fsdump/help/rfiles.html lib/webmin/fsdump/help/rfiles.nl.UTF-8.html lib/webmin/fsdump/help/rfiles.nl.html +lib/webmin/fsdump/help/rfiles.pl.UTF-8.html +lib/webmin/fsdump/help/rfiles.pl.html lib/webmin/fsdump/help/rgzip.ca.UTF-8.html lib/webmin/fsdump/help/rgzip.ca.html lib/webmin/fsdump/help/rgzip.html lib/webmin/fsdump/help/rgzip.nl.UTF-8.html lib/webmin/fsdump/help/rgzip.nl.html +lib/webmin/fsdump/help/rgzip.pl.UTF-8.html +lib/webmin/fsdump/help/rgzip.pl.html lib/webmin/fsdump/help/rlabel.ca.UTF-8.html lib/webmin/fsdump/help/rlabel.ca.html lib/webmin/fsdump/help/rlabel.es.UTF-8.html @@ -8997,11 +9169,15 @@ lib/webmin/fsdump/help/rlabel.es.html lib/webmin/fsdump/help/rlabel.html lib/webmin/fsdump/help/rlabel.nl.UTF-8.html lib/webmin/fsdump/help/rlabel.nl.html +lib/webmin/fsdump/help/rlabel.pl.UTF-8.html +lib/webmin/fsdump/help/rlabel.pl.html lib/webmin/fsdump/help/rmt.ca.UTF-8.html lib/webmin/fsdump/help/rmt.ca.html lib/webmin/fsdump/help/rmt.html lib/webmin/fsdump/help/rmt.nl.UTF-8.html lib/webmin/fsdump/help/rmt.nl.html +lib/webmin/fsdump/help/rmt.pl.UTF-8.html +lib/webmin/fsdump/help/rmt.pl.html lib/webmin/fsdump/help/rmulti.ca.UTF-8.html lib/webmin/fsdump/help/rmulti.ca.html lib/webmin/fsdump/help/rmulti.es.UTF-8.html @@ -9009,6 +9185,8 @@ lib/webmin/fsdump/help/rmulti.es.html lib/webmin/fsdump/help/rmulti.html lib/webmin/fsdump/help/rmulti.nl.UTF-8.html lib/webmin/fsdump/help/rmulti.nl.html +lib/webmin/fsdump/help/rmulti.pl.UTF-8.html +lib/webmin/fsdump/help/rmulti.pl.html lib/webmin/fsdump/help/rnoattribs.ca.UTF-8.html lib/webmin/fsdump/help/rnoattribs.ca.html lib/webmin/fsdump/help/rnoattribs.es.UTF-8.html @@ -9016,6 +9194,8 @@ lib/webmin/fsdump/help/rnoattribs.es.htm lib/webmin/fsdump/help/rnoattribs.html lib/webmin/fsdump/help/rnoattribs.nl.UTF-8.html lib/webmin/fsdump/help/rnoattribs.nl.html +lib/webmin/fsdump/help/rnoattribs.pl.UTF-8.html +lib/webmin/fsdump/help/rnoattribs.pl.html lib/webmin/fsdump/help/rover.ca.UTF-8.html lib/webmin/fsdump/help/rover.ca.html lib/webmin/fsdump/help/rover.es.UTF-8.html @@ -9023,16 +9203,22 @@ lib/webmin/fsdump/help/rover.es.html lib/webmin/fsdump/help/rover.html lib/webmin/fsdump/help/rover.nl.UTF-8.html lib/webmin/fsdump/help/rover.nl.html +lib/webmin/fsdump/help/rover.pl.UTF-8.html +lib/webmin/fsdump/help/rover.pl.html lib/webmin/fsdump/help/rrsh.ca.UTF-8.html lib/webmin/fsdump/help/rrsh.ca.html lib/webmin/fsdump/help/rrsh.html lib/webmin/fsdump/help/rrsh.nl.UTF-8.html lib/webmin/fsdump/help/rrsh.nl.html +lib/webmin/fsdump/help/rrsh.pl.UTF-8.html +lib/webmin/fsdump/help/rrsh.pl.html lib/webmin/fsdump/help/rsh.ca.UTF-8.html lib/webmin/fsdump/help/rsh.ca.html lib/webmin/fsdump/help/rsh.html lib/webmin/fsdump/help/rsh.nl.UTF-8.html lib/webmin/fsdump/help/rsh.nl.html +lib/webmin/fsdump/help/rsh.pl.UTF-8.html +lib/webmin/fsdump/help/rsh.pl.html lib/webmin/fsdump/help/rsrc.ca.UTF-8.html lib/webmin/fsdump/help/rsrc.ca.html lib/webmin/fsdump/help/rsrc.es.UTF-8.html @@ -9040,6 +9226,8 @@ lib/webmin/fsdump/help/rsrc.es.html lib/webmin/fsdump/help/rsrc.html lib/webmin/fsdump/help/rsrc.nl.UTF-8.html lib/webmin/fsdump/help/rsrc.nl.html +lib/webmin/fsdump/help/rsrc.pl.UTF-8.html +lib/webmin/fsdump/help/rsrc.pl.html lib/webmin/fsdump/help/rtest.ca.UTF-8.html lib/webmin/fsdump/help/rtest.ca.html lib/webmin/fsdump/help/rtest.es.UTF-8.html @@ -9047,16 +9235,22 @@ lib/webmin/fsdump/help/rtest.es.html lib/webmin/fsdump/help/rtest.html lib/webmin/fsdump/help/rtest.nl.UTF-8.html lib/webmin/fsdump/help/rtest.nl.html +lib/webmin/fsdump/help/rtest.pl.UTF-8.html +lib/webmin/fsdump/help/rtest.pl.html lib/webmin/fsdump/help/subject.ca.UTF-8.html lib/webmin/fsdump/help/subject.ca.html lib/webmin/fsdump/help/subject.html lib/webmin/fsdump/help/subject.nl.UTF-8.html lib/webmin/fsdump/help/subject.nl.html +lib/webmin/fsdump/help/subject.pl.UTF-8.html +lib/webmin/fsdump/help/subject.pl.html lib/webmin/fsdump/help/tarupdate.ca.UTF-8.html lib/webmin/fsdump/help/tarupdate.ca.html lib/webmin/fsdump/help/tarupdate.html lib/webmin/fsdump/help/tarupdate.nl.UTF-8.html lib/webmin/fsdump/help/tarupdate.nl.html +lib/webmin/fsdump/help/tarupdate.pl.UTF-8.html +lib/webmin/fsdump/help/tarupdate.pl.html lib/webmin/fsdump/help/update.ca.UTF-8.html lib/webmin/fsdump/help/update.ca.html lib/webmin/fsdump/help/update.es.UTF-8.html @@ -9064,6 +9258,8 @@ lib/webmin/fsdump/help/update.es.html lib/webmin/fsdump/help/update.html lib/webmin/fsdump/help/update.nl.UTF-8.html lib/webmin/fsdump/help/update.nl.html +lib/webmin/fsdump/help/update.pl.UTF-8.html +lib/webmin/fsdump/help/update.pl.html lib/webmin/fsdump/help/verify.ca.UTF-8.html lib/webmin/fsdump/help/verify.ca.html lib/webmin/fsdump/help/verify.de.UTF-8.html @@ -9073,6 +9269,8 @@ lib/webmin/fsdump/help/verify.es.html lib/webmin/fsdump/help/verify.html lib/webmin/fsdump/help/verify.nl.UTF-8.html lib/webmin/fsdump/help/verify.nl.html +lib/webmin/fsdump/help/verify.pl.UTF-8.html +lib/webmin/fsdump/help/verify.pl.html lib/webmin/fsdump/help/xdev.ca.UTF-8.html lib/webmin/fsdump/help/xdev.ca.html lib/webmin/fsdump/help/xdev.de.UTF-8.html @@ -9080,6 +9278,8 @@ lib/webmin/fsdump/help/xdev.de.html lib/webmin/fsdump/help/xdev.html lib/webmin/fsdump/help/xdev.nl.UTF-8.html lib/webmin/fsdump/help/xdev.nl.html +lib/webmin/fsdump/help/xdev.pl.UTF-8.html +lib/webmin/fsdump/help/xdev.pl.html lib/webmin/fsdump/images/icon.gif lib/webmin/fsdump/images/smallicon.gif lib/webmin/fsdump/index.cgi @@ -14589,6 +14789,8 @@ lib/webmin/package-updates/lang/en lib/webmin/package-updates/lang/en.UTF-8 lib/webmin/package-updates/lang/en_GB lib/webmin/package-updates/lang/en_GB.UTF-8 +lib/webmin/package-updates/lang/fr +lib/webmin/package-updates/lang/fr.UTF-8 *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Fri May 27 00:05:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F74AB4B489; Fri, 27 May 2016 00:05:08 +0000 (UTC) (envelope-from bjk@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3EEF41210; Fri, 27 May 2016 00:05:08 +0000 (UTC) (envelope-from bjk@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4R0573o088456; Fri, 27 May 2016 00:05:07 GMT (envelope-from bjk@FreeBSD.org) Received: (from bjk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4R057B0088454; Fri, 27 May 2016 00:05:07 GMT (envelope-from bjk@FreeBSD.org) Message-Id: <201605270005.u4R057B0088454@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bjk set sender to bjk@FreeBSD.org using -f From: Benjamin Kaduk Date: Fri, 27 May 2016 00:05:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415920 - head/net/openafs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 00:05:08 -0000 Author: bjk (doc committer) Date: Fri May 27 00:05:07 2016 New Revision: 415920 URL: https://svnweb.freebsd.org/changeset/ports/415920 Log: Update net/openafs to upstream 1.6.18 This includes the changes in 1.6.17, a security release. PR: 209534 Approved by: mat (ports committer) Security: CVE-2016-2860 Modified: head/net/openafs/Makefile head/net/openafs/distinfo Modified: head/net/openafs/Makefile ============================================================================== --- head/net/openafs/Makefile Thu May 26 22:56:09 2016 (r415919) +++ head/net/openafs/Makefile Fri May 27 00:05:07 2016 (r415920) @@ -21,8 +21,8 @@ LICENSE_NAME= IBM Public License Version LICENSE_FILE= ${WRKSRC}/doc/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -AFS_DISTVERSION= 1.6.15 -DBVERSION= 2015-07-13 +AFS_DISTVERSION= 1.6.18 +DBVERSION= 2016-01-01 USES= cpe kmod tar:bzip2 USE_LDCONFIG= yes @@ -94,14 +94,6 @@ post-extract: ${MKDIR} ${WRKDIR}/conf cd ${KERNCONFDIR} && \ /usr/sbin/config -d ${WRKDIR}/conf ${_KERNCONF} >/dev/null -# Unbreak on FreeBSD 10.2 (until official support arrives) -.for a in i386 amd64 - @${SED} -e 's,101,102, ; /FBSD102_ENV/ { h; s/102/101/; G; }' \ - ${WRKSRC}/src/config/param.${a}_fbsd_101.h \ - > ${WRKSRC}/src/config/param.${a}_fbsd_102.h -.endfor - @${REINPLACE_CMD} -e '/fbsd_101/ { h; s/101/102/; s/31/32/; x; G; }' \ - ${WRKSRC}/src/config/afs_sysnames.h create-sample-files: @${ECHO_CMD} openafs.org > ${WRKDIR}/ThisCell Modified: head/net/openafs/distinfo ============================================================================== --- head/net/openafs/distinfo Thu May 26 22:56:09 2016 (r415919) +++ head/net/openafs/distinfo Fri May 27 00:05:07 2016 (r415920) @@ -1,6 +1,7 @@ -SHA256 (openafs-1.6.15-src.tar.bz2) = 456db6544b4b9334fbeee638ca804adcbd4be1a306d60f0da03d7675d1ecef26 -SIZE (openafs-1.6.15-src.tar.bz2) = 14388197 -SHA256 (openafs-1.6.15-doc.tar.bz2) = 9e6cab86eadf2883f8fc01df51cb63b5f306658a9563eed45a306e742f6baef0 -SIZE (openafs-1.6.15-doc.tar.bz2) = 3501246 -SHA256 (CellServDB.2015-07-13) = 07dacb7f7445c8e6d29a07c84e92dd29ded3b8f2a5eaba8d074e9c341878e242 -SIZE (CellServDB.2015-07-13) = 36650 +TIMESTAMP = 1464147602 +SHA256 (openafs-1.6.18-src.tar.bz2) = b3c35e7be6b6c86b91e7c699fd015f53c87bc19d1ae8ec3ec9cda6b97327d3b6 +SIZE (openafs-1.6.18-src.tar.bz2) = 14645551 +SHA256 (openafs-1.6.18-doc.tar.bz2) = c6a72f5a8c6982202f4b19b038e76abe439f3ce2f867f39ebb6dcce943bf0a84 +SIZE (openafs-1.6.18-doc.tar.bz2) = 3533400 +SHA256 (CellServDB.2016-01-01) = ef37a1cc73c90619e9b6a0ab0fa8602c57c9da8ae5e65aab96cb17e2bc1bf70e +SIZE (CellServDB.2016-01-01) = 37058 From owner-svn-ports-head@freebsd.org Fri May 27 03:29:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B272B4C281; Fri, 27 May 2016 03:29:36 +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 659FF1966; Fri, 27 May 2016 03:29:36 +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 u4R3TZm5061811; Fri, 27 May 2016 03:29:35 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4R3TZjP061808; Fri, 27 May 2016 03:29:35 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201605270329.u4R3TZjP061808@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Fri, 27 May 2016 03:29:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415921 - head/audio/wildmidi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 03:29:36 -0000 Author: olivierd Date: Fri May 27 03:29:35 2016 New Revision: 415921 URL: https://svnweb.freebsd.org/changeset/ports/415921 Log: Update to 0.3.9 PR: 209678 Submitted by: (maintainer) Modified: head/audio/wildmidi/Makefile head/audio/wildmidi/distinfo head/audio/wildmidi/pkg-plist Modified: head/audio/wildmidi/Makefile ============================================================================== --- head/audio/wildmidi/Makefile Fri May 27 00:05:07 2016 (r415920) +++ head/audio/wildmidi/Makefile Fri May 27 03:29:35 2016 (r415921) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= wildmidi -PORTVERSION= 0.3.8 +PORTVERSION= 0.3.9 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= audio @@ -13,12 +13,13 @@ LICENSE= LGPL3 USE_GITHUB= yes GH_ACCOUNT= Mindwerks + USES= gmake cmake:outsource USE_LDCONFIG= yes OPTIONS_SUB= yes -OPTIONS_SINGLE= BACKEND -OPTIONS_SINGLE_BACKEND= ALSA OSS OPENAL OPENALSOFT +OPTIONS_RADIO= BACKEND +OPTIONS_RADIO_BACKEND= ALSA OSS OPENAL OPENALSOFT OPTIONS_DEFINE= PLAYER PLAYERSTATIC STATIC OPTIONS_DEFAULT= ALSA PLAYER @@ -27,7 +28,7 @@ STATIC_CMAKE_OFF= -DWANT_STATIC:BOOL=OFF PLAYER_DESC= Simple player PLAYERSTATIC_DESC= Simple player using STATIC libWildMidi -BACKEND_DESC= Sound system PLAYER and PLAYERSTATIC uses +BACKEND_DESC= Sound system PLAYER and PLAYERSTATIC use PLAYER_CMAKE_ON= -DWANT_PLAYER:BOOL=ON PLAYER_CMAKE_OFF= -DWANT_PLAYER:BOOL=OFF PLAYERSTATIC_CMAKE_ON= -DWANT_PLAYERSTATIC:BOOL=ON @@ -43,15 +44,17 @@ OPENALSOFT_DESC= OpenAL support .if ${PORT_OPTIONS:MPLAYER} || ${PORT_OPTIONS:MPLAYERSTATIC} LICENSE+= GPLv3 LICENSE_COMB= multi -CMAKE_ARGS+= -DWANT_OPENAL:BOOL=OFF -. if ${PORT_OPTIONS:MALSA} -LIB_DEPENDS+= libasound.so:audio/alsa-lib -. elif ${PORT_OPTIONS:MOPENALSOFT} +. if ${PORT_OPTIONS:MOPENALSOFT} LIB_DEPENDS+= libopenal.so:audio/openal-soft CMAKE_ARGS+= -DWANT_OPENAL:BOOL=ON . elif ${PORT_OPTIONS:MOPENAL} LIB_DEPENDS+= libopenal.so:audio/openal CMAKE_ARGS+= -DWANT_OPENAL:BOOL=ON +. else +CMAKE_ARGS+= -DWANT_OPENAL:BOOL=OFF +. if ${PORT_OPTIONS:MALSA} +LIB_DEPENDS+= libasound.so:audio/alsa-lib +. endif . endif .endif Modified: head/audio/wildmidi/distinfo ============================================================================== --- head/audio/wildmidi/distinfo Fri May 27 00:05:07 2016 (r415920) +++ head/audio/wildmidi/distinfo Fri May 27 03:29:35 2016 (r415921) @@ -1,2 +1,2 @@ -SHA256 (Mindwerks-wildmidi-wildmidi-0.3.8_GH0.tar.gz) = efd8c5194d066b93057bfb892e6c44f13048998f71d7aadc5514b859272762fc -SIZE (Mindwerks-wildmidi-wildmidi-0.3.8_GH0.tar.gz) = 121690 +SHA256 (Mindwerks-wildmidi-wildmidi-0.3.9_GH0.tar.gz) = 9773496d7cfee06502c8e13eb20a20f021c666b4759bb78fdf7b2a64ffd66cb9 +SIZE (Mindwerks-wildmidi-wildmidi-0.3.9_GH0.tar.gz) = 121689 Modified: head/audio/wildmidi/pkg-plist ============================================================================== --- head/audio/wildmidi/pkg-plist Fri May 27 00:05:07 2016 (r415920) +++ head/audio/wildmidi/pkg-plist Fri May 27 03:29:35 2016 (r415921) @@ -18,4 +18,4 @@ man/man3/WildMidi_OpenBuffer.3.gz man/man3/WildMidi_SetOption.3.gz man/man3/WildMidi_Shutdown.3.gz man/man5/wildmidi.cfg.5.gz -%%DATADIR%%/wildmidi.cfg.sample +@sample %%DATADIR%%/wildmidi.cfg.sample From owner-svn-ports-head@freebsd.org Fri May 27 03:39:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49235B4C4FA; Fri, 27 May 2016 03:39:11 +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 E2F461F2A; Fri, 27 May 2016 03:39:10 +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 u4R3dAxV065555; Fri, 27 May 2016 03:39:10 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4R3d9ev065550; Fri, 27 May 2016 03:39:09 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201605270339.u4R3d9ev065550@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Fri, 27 May 2016 03:39:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415922 - in head/devel: . py-pyqi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 03:39:11 -0000 Author: olivierd Date: Fri May 27 03:39:09 2016 New Revision: 415922 URL: https://svnweb.freebsd.org/changeset/ports/415922 Log: pyqi (canonically pronounced pie chee) is designed to support wrapping general commands in multiple types of interfaces, including at the command line, HTML, and API levels. WWW: http://github.com/biocore/pyqi/ PR: 209766 Submitted by: Joseph Mingrone Added: head/devel/py-pyqi/ head/devel/py-pyqi/Makefile (contents, props changed) head/devel/py-pyqi/distinfo (contents, props changed) head/devel/py-pyqi/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri May 27 03:29:35 2016 (r415921) +++ head/devel/Makefile Fri May 27 03:39:09 2016 (r415922) @@ -4316,6 +4316,7 @@ SUBDIR += py-pymtbl SUBDIR += py-pyopencl SUBDIR += py-pyparsing + SUBDIR += py-pyqi SUBDIR += py-pyrfc3339 SUBDIR += py-pyro SUBDIR += py-pyshapelib Added: head/devel/py-pyqi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pyqi/Makefile Fri May 27 03:39:09 2016 (r415922) @@ -0,0 +1,20 @@ +# Created by: Joseph Mingrone +# $FreeBSD$ + +PORTNAME= pyqi +PORTVERSION= 0.3.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jrm@ftfl.ca +COMMENT= Tools for developing and testing command line interfaces in Python + +LICENSE= BSD3CLAUSE + +NO_ARCH= yes + +USE_PYTHON= autoplist distutils +USES= pgsql python + +.include Added: head/devel/py-pyqi/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pyqi/distinfo Fri May 27 03:39:09 2016 (r415922) @@ -0,0 +1,3 @@ +TIMESTAMP = 1464294065 +SHA256 (pyqi-0.3.2.tar.gz) = 8f1711835779704e085e62194833fed9ac2985e398b4ceac6faf6c7f40f5d15f +SIZE (pyqi-0.3.2.tar.gz) = 240798 Added: head/devel/py-pyqi/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pyqi/pkg-descr Fri May 27 03:39:09 2016 (r415922) @@ -0,0 +1,5 @@ +pyqi (canonically pronounced pie chee) is designed to support wrapping +general commands in multiple types of interfaces, including at the +command line, HTML, and API levels. + +WWW: http://github.com/biocore/pyqi/ From owner-svn-ports-head@freebsd.org Fri May 27 04:35:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F66DB46204; Fri, 27 May 2016 04:35:41 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 306071E25; Fri, 27 May 2016 04:35:41 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4R4Zent087312; Fri, 27 May 2016 04:35:40 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4R4Zead087310; Fri, 27 May 2016 04:35:40 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201605270435.u4R4Zead087310@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Fri, 27 May 2016 04:35:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415923 - head/www/youtube_dl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 04:35:41 -0000 Author: araujo Date: Fri May 27 04:35:40 2016 New Revision: 415923 URL: https://svnweb.freebsd.org/changeset/ports/415923 Log: Update to 2016.05.21.2. Modified: head/www/youtube_dl/Makefile head/www/youtube_dl/distinfo Modified: head/www/youtube_dl/Makefile ============================================================================== --- head/www/youtube_dl/Makefile Fri May 27 03:39:09 2016 (r415922) +++ head/www/youtube_dl/Makefile Fri May 27 04:35:40 2016 (r415923) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= youtube_dl -PORTVERSION= 2016.05.10 +PORTVERSION= 2016.05.21.2 CATEGORIES= www MASTER_SITES= https://yt-dl.org/downloads/${PORTVERSION}/ DISTNAME= youtube-dl-${PORTVERSION} Modified: head/www/youtube_dl/distinfo ============================================================================== --- head/www/youtube_dl/distinfo Fri May 27 03:39:09 2016 (r415922) +++ head/www/youtube_dl/distinfo Fri May 27 04:35:40 2016 (r415923) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463363811 -SHA256 (youtube-dl-2016.05.10.tar.gz) = ccb96dd53b7bf7305db0430f8b3a2044fa24f5200903c95349e070f938ad0c3f -SIZE (youtube-dl-2016.05.10.tar.gz) = 2125075 +TIMESTAMP = 1464323637 +SHA256 (youtube-dl-2016.05.21.2.tar.gz) = 66f94fc97012c4c7a6338dc4df6ec62af66dcfc144c5e8c8cd8b5519756f1a98 +SIZE (youtube-dl-2016.05.21.2.tar.gz) = 2156460 From owner-svn-ports-head@freebsd.org Fri May 27 05:41:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C6B3B4C054; Fri, 27 May 2016 05:41:29 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCE701AA0; Fri, 27 May 2016 05:41:28 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4R5fSUt012024; Fri, 27 May 2016 05:41:28 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4R5fRHm012017; Fri, 27 May 2016 05:41:27 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201605270541.u4R5fRHm012017@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Fri, 27 May 2016 05:41:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415924 - in head/graphics/embree: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 05:41:29 -0000 Author: danfe Date: Fri May 27 05:41:27 2016 New Revision: 415924 URL: https://svnweb.freebsd.org/changeset/ports/415924 Log: - Update to version 2.10.0 - Remove `compiler:c++11-lang' from USES, it is not needed (the port does not build on 9.x with any of c++11-lang/c++11-lib/USE_GCC=yes anyways) - Make image format support in helper programs optional (and off by default) Added: head/graphics/embree/files/patch-common_math_math.h (contents, props changed) head/graphics/embree/files/patch-kernels_xeon_bvh_bvh__rotate.cpp - copied, changed from r415923, head/graphics/embree/files/patch-kernels_xeon_bvh4_bvh4__rotate.cpp Deleted: head/graphics/embree/files/patch-common_cmake_clang.cmake head/graphics/embree/files/patch-common_cmake_gcc.cmake head/graphics/embree/files/patch-kernels_xeon_bvh4_bvh4__rotate.cpp Modified: head/graphics/embree/Makefile head/graphics/embree/distinfo head/graphics/embree/files/patch-common_sys_intrinsics.h head/graphics/embree/files/patch-common_sys_thread.cpp head/graphics/embree/pkg-plist Modified: head/graphics/embree/Makefile ============================================================================== --- head/graphics/embree/Makefile Fri May 27 04:35:40 2016 (r415923) +++ head/graphics/embree/Makefile Fri May 27 05:41:27 2016 (r415924) @@ -3,8 +3,7 @@ PORTNAME= embree DISTVERSIONPREFIX= v -DISTVERSION= 2.7.0 -PORTREVISION= 1 +DISTVERSION= 2.10.0 CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org @@ -12,9 +11,6 @@ COMMENT= Collection of high-performance LICENSE= APACHE20 -LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick \ - libIlmImf.so:graphics/OpenEXR - ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= heavy use of SSE instructions @@ -22,7 +18,7 @@ BROKEN_FreeBSD_9= does not build (insuff USE_GITHUB= yes -USES= cmake compiler:c++11-lang +USES= cmake USE_GL= glut USE_XORG= xmu USE_LDCONFIG= yes @@ -33,25 +29,33 @@ CMAKE_ARGS= -DRTCORE_TASKING_SYSTEM:STRI CXXFLAGS+= -msse2 # required on i386 +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}2 PLIST_SUB+= VERSION=${DISTVERSION} +OPTIONS_DEFINE= IMAGE_MAGICK JPEG OPENEXR PNG +IMAGE_MAGICK_DESC= BMP, GIF, PNG, TGA, TIFF image formats support + +IMAGE_MAGICK_LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick +IMAGE_MAGICK_CMAKE_ON= -DUSE_IMAGE_MAGICK:BOOL=ON + +JPEG_USES= jpeg +JPEG_CMAKE_OFF= -DUSE_LIBJPEG:BOOL=OFF + +OPENEXR_LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR +OPENEXR_CMAKE_OFF= -DUSE_OPENEXR:BOOL=OFF + +PNG_LIB_DEPENDS= libpng.so:graphics/png +PNG_CMAKE_OFF= -DUSE_LIBPNG:BOOL=OFF + post-patch: -# MAP_NORESERVE was never implemented in FreeBSD and retired in r273250 - @${REINPLACE_CMD} -e 's,MAP_NORESERVE,0,' \ + @${REINPLACE_CMD} -e 's,MAP_HUGETLB,MAP_ALIGNED_SUPER,' \ ${WRKSRC}/common/sys/alloc.cpp @${REINPLACE_CMD} -e '/__aligned/s,^,//,' \ ${WRKSRC}/common/sys/platform.h - @${REINPLACE_CMD} -e 's,__UNIX__) &&.*,__LINUX__),' \ + @${REINPLACE_CMD} -e 's,MAP_POPULATE,MAP_PREFAULT_READ,' \ ${WRKSRC}/tests/benchmark.cpp - @${REINPLACE_CMD} -e '/share\/doc/,+2 { \ - s,share/doc/embree-[^)]*,${DOCSDIR_REL}, ; \ - s,bin/,, ; } ' ${WRKSRC}/common/cmake/package.cmake @${REINPLACE_CMD} -e '/encodeRGB8_to_JPEG/s,size_t \*,unsigned \ long *,' ${WRKSRC}/tutorials/common/image/image.h \ ${WRKSRC}/tutorials/common/image/jpeg.cpp -post-install: - ${LN} -sf libembree.so.${DISTVERSION} \ - ${STAGEDIR}${PREFIX}/lib/libembree.so - .include Modified: head/graphics/embree/distinfo ============================================================================== --- head/graphics/embree/distinfo Fri May 27 04:35:40 2016 (r415923) +++ head/graphics/embree/distinfo Fri May 27 05:41:27 2016 (r415924) @@ -1,2 +1,2 @@ -SHA256 (embree-embree-v2.7.0_GH0.tar.gz) = 2b5dacbf1c94a2e6568661eae7cdb91abbdc65feaccd8aec03c8fd4b32fca6aa -SIZE (embree-embree-v2.7.0_GH0.tar.gz) = 1697062 +SHA256 (embree-embree-v2.10.0_GH0.tar.gz) = c011dc3c035c9618733a2e256ca24efe54aea937f86069e24ff87b02af2d50e4 +SIZE (embree-embree-v2.10.0_GH0.tar.gz) = 1774006 Added: head/graphics/embree/files/patch-common_math_math.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/embree/files/patch-common_math_math.h Fri May 27 05:41:27 2016 (r415924) @@ -0,0 +1,11 @@ +--- common/math/math.h.orig 2016-05-20 05:45:13 UTC ++++ common/math/math.h +@@ -179,7 +179,7 @@ namespace embree + } + #endif + +-#if defined(__WIN32__) ++#if defined(__WIN32__) || defined(__FreeBSD__) + __forceinline void sincosf(float x, float *s, float *c) { + *s = sinf(x); *c = cosf(x); + } Modified: head/graphics/embree/files/patch-common_sys_intrinsics.h ============================================================================== --- head/graphics/embree/files/patch-common_sys_intrinsics.h Fri May 27 04:35:40 2016 (r415923) +++ head/graphics/embree/files/patch-common_sys_intrinsics.h Fri May 27 05:41:27 2016 (r415924) @@ -1,6 +1,6 @@ ---- common/sys/intrinsics.h.orig 2015-09-17 06:11:18 UTC +--- common/sys/intrinsics.h.orig 2016-05-20 05:45:13 UTC +++ common/sys/intrinsics.h -@@ -361,6 +361,7 @@ namespace embree +@@ -268,6 +268,7 @@ namespace embree #endif } @@ -8,7 +8,7 @@ __forceinline unsigned __bsf(unsigned v) { #if defined(__AVX2__) -@@ -369,6 +370,7 @@ namespace embree +@@ -276,6 +277,7 @@ namespace embree unsigned r = 0; asm ("bsf %1,%0" : "=r"(r) : "r"(v)); return r; #endif } @@ -16,7 +16,7 @@ __forceinline size_t __bsf(size_t v) { #if defined(__AVX2__) -@@ -389,12 +391,14 @@ namespace embree +@@ -306,12 +308,14 @@ namespace embree return i; } @@ -31,7 +31,7 @@ __forceinline size_t __bscf(size_t& v) { -@@ -411,6 +415,7 @@ namespace embree +@@ -328,6 +332,7 @@ namespace embree #endif } @@ -39,7 +39,7 @@ __forceinline unsigned __bsr(unsigned v) { #if defined(__AVX2__) return 31 - _lzcnt_u32(v); -@@ -418,6 +423,7 @@ namespace embree +@@ -335,6 +340,7 @@ namespace embree unsigned r = 0; asm ("bsr %1,%0" : "=r"(r) : "r"(v)); return r; #endif } @@ -47,16 +47,15 @@ __forceinline size_t __bsr(size_t v) { #if defined(__AVX2__) -@@ -443,7 +449,11 @@ namespace embree - - __forceinline size_t __blsr(size_t v) { - #if defined(__AVX2__) -- return _blsr_u64(v); +@@ -363,7 +369,11 @@ namespace embree + #if defined(__INTEL_COMPILER) + return _blsr_u64(v); + #else +#if defined(__X86_64__) -+ return __blsr_u64(v); + return __blsr_u64(v); +#else + return __blsr_u32(v); +#endif + #endif #else return v & (v-1); - #endif Modified: head/graphics/embree/files/patch-common_sys_thread.cpp ============================================================================== --- head/graphics/embree/files/patch-common_sys_thread.cpp Fri May 27 04:35:40 2016 (r415923) +++ head/graphics/embree/files/patch-common_sys_thread.cpp Fri May 27 05:41:27 2016 (r415924) @@ -1,21 +1,59 @@ ---- common/sys/thread.cpp.orig 2015-09-17 06:11:18 UTC +--- common/sys/thread.cpp.orig 2016-05-20 05:45:13 UTC +++ common/sys/thread.cpp -@@ -171,13 +171,16 @@ namespace embree - /// Linux Platform - //////////////////////////////////////////////////////////////////////////////// +@@ -239,6 +239,29 @@ namespace embree + #endif --#if defined(__LINUX__) -+#if defined(__LINUX__) || defined(__FreeBSD__) + //////////////////////////////////////////////////////////////////////////////// ++/// FreeBSD Platform ++//////////////////////////////////////////////////////////////////////////////// ++ ++#if defined(__FreeBSD__) + +#include + - namespace embree - { - /*! set affinity of the calling thread */ - void setAffinity(ssize_t affinity) - { -- cpu_set_t cset; ++namespace embree ++{ ++ /*! set affinity of the calling thread */ ++ void setAffinity(ssize_t affinity) ++ { + cpuset_t cset; - CPU_ZERO(&cset); - CPU_SET(affinity, &cset); ++ CPU_ZERO(&cset); ++ CPU_SET(affinity, &cset); ++ ++ if (pthread_setaffinity_np(pthread_self(), sizeof(cset), &cset) != 0) ++ WARNING("pthread_setaffinity_np failed"); // on purpose only a warning ++ } ++} ++#endif ++ ++//////////////////////////////////////////////////////////////////////////////// + /// MacOSX Platform + //////////////////////////////////////////////////////////////////////////////// + +@@ -291,7 +314,8 @@ namespace embree + { + _mm_setcsr(_mm_getcsr() | /*FTZ:*/ (1<<15) | /*DAZ:*/ (1<<6)); +-#if !defined(__LINUX__) ++#if defined(__MACOSX__) ++ /*! Mac OS X does not support setting affinity at thread creation time */ + if (parg->affinity >= 0) + setAffinity(parg->affinity); + #endif +@@ -320,7 +344,15 @@ namespace embree + cpu_set_t cset; + CPU_ZERO(&cset); + CPU_SET(mapThreadID(threadID), &cset); +- if (pthread_setaffinity_np(*tid,sizeof(cpu_set_t),&cset)) ++ if (pthread_setaffinity_np(*tid, sizeof(cset), &cset)) ++ WARNING("pthread_setaffinity_np failed"); // on purpose only a warning ++ } ++#elif defined(__FreeBSD__) ++ if (threadID >= 0) { ++ cpuset_t cset; ++ CPU_ZERO(&cset); ++ CPU_SET(threadID, &cset); ++ if (pthread_setaffinity_np(*tid, sizeof(cset), &cset)) + WARNING("pthread_setaffinity_np failed"); // on purpose only a warning + } + #endif Copied and modified: head/graphics/embree/files/patch-kernels_xeon_bvh_bvh__rotate.cpp (from r415923, head/graphics/embree/files/patch-kernels_xeon_bvh4_bvh4__rotate.cpp) ============================================================================== --- head/graphics/embree/files/patch-kernels_xeon_bvh4_bvh4__rotate.cpp Fri May 27 04:35:40 2016 (r415923, copy source) +++ head/graphics/embree/files/patch-kernels_xeon_bvh_bvh__rotate.cpp Fri May 27 05:41:27 2016 (r415924) @@ -1,15 +1,15 @@ ---- kernels/xeon/bvh4/bvh4_rotate.cpp.orig 2015-09-17 06:11:18 UTC -+++ kernels/xeon/bvh4/bvh4_rotate.cpp +--- kernels/xeon/bvh/bvh_rotate.cpp.orig 2016-05-20 05:45:13 UTC ++++ kernels/xeon/bvh/bvh_rotate.cpp @@ -104,7 +104,11 @@ namespace embree /*! find best other child */ - float4 area0123 = float4(extract<0>(min0),extract<0>(min1),extract<0>(min2),extract<0>(min3)) - float4(childArea[c2]); + vfloat4 area0123 = vfloat4(extract<0>(min0),extract<0>(min1),extract<0>(min2),extract<0>(min3)) - vfloat4(childArea[c2]); int pos[4] = { pos0,pos1,pos2,pos3 }; -- bool4 valid = int4(int(depth+1))+cdepth <= int4(BVH4::maxBuildDepth); // only select swaps that fulfill depth constraints +- vbool4 valid = vint4(int(depth+1))+cdepth <= vint4(BVH4::maxBuildDepth); // only select swaps that fulfill depth constraints + // Ensure that we have a variable to avoid linking problems on i386. + // On amd64 sizeof(size_t) == 8, so previously temporary was created -+ // for the int4(BVH4::maxBuildDepth) call. ++ // for the vint4(BVH4::maxBuildDepth) call. + const size_t mbd = BVH4::maxBuildDepth; -+ bool4 valid = int4(int(depth+1))+cdepth <= int4(mbd); // only select swaps that fulfill depth constraints - valid &= int4(c2) != int4(step); ++ vbool4 valid = vint4(int(depth+1))+cdepth <= vint4(mbd); // only select swaps that fulfill depth constraints + valid &= vint4(c2) != vint4(step); if (none(valid)) continue; size_t c1 = select_min(valid,area0123); Modified: head/graphics/embree/pkg-plist ============================================================================== --- head/graphics/embree/pkg-plist Fri May 27 04:35:40 2016 (r415923) +++ head/graphics/embree/pkg-plist Fri May 27 05:41:27 2016 (r415924) @@ -1,33 +1,41 @@ -embree-%%VERSION%%/benchmark -embree-%%VERSION%%/bvh_builder -embree-%%VERSION%%/displacement_geometry -embree-%%VERSION%%/dynamic_scene -embree-%%VERSION%%/hair_geometry -embree-%%VERSION%%/instanced_geometry -embree-%%VERSION%%/interpolation -embree-%%VERSION%%/intersection_filter -embree-%%VERSION%%/lazy_geometry -embree-%%VERSION%%/models/cornell_box.ecs -embree-%%VERSION%%/models/cornell_box.mtl -embree-%%VERSION%%/models/cornell_box.obj -embree-%%VERSION%%/models/subdiv0.xml -embree-%%VERSION%%/models/subdiv1.xml -embree-%%VERSION%%/models/subdiv2.xml -embree-%%VERSION%%/models/subdiv3.xml -embree-%%VERSION%%/models/subdiv4.xml -embree-%%VERSION%%/models/subdiv5.xml -embree-%%VERSION%%/models/subdiv6.xml -embree-%%VERSION%%/models/subdiv7.xml -embree-%%VERSION%%/models/subdiv8.xml -embree-%%VERSION%%/models/subdiv9.xml -embree-%%VERSION%%/motion_blur_geometry -embree-%%VERSION%%/pathtracer -embree-%%VERSION%%/retrace -embree-%%VERSION%%/subdivision_geometry -embree-%%VERSION%%/triangle_geometry -embree-%%VERSION%%/user_geometry -embree-%%VERSION%%/verify -embree-%%VERSION%%/viewer +bin/embree2/benchmark +bin/embree2/bvh_access +bin/embree2/bvh_builder +bin/embree2/convert +bin/embree2/curve_geometry +bin/embree2/displacement_geometry +bin/embree2/dynamic_scene +bin/embree2/hair_geometry +bin/embree2/instanced_geometry +bin/embree2/interpolation +bin/embree2/intersection_filter +bin/embree2/lazy_geometry +bin/embree2/models/cornell_box.ecs +bin/embree2/models/cornell_box.mtl +bin/embree2/models/cornell_box.obj +bin/embree2/models/curve0.xml +bin/embree2/models/curve1.xml +bin/embree2/models/linesegments.ecs +bin/embree2/models/linesegments.xml +bin/embree2/models/subdiv0.xml +bin/embree2/models/subdiv1.xml +bin/embree2/models/subdiv2.xml +bin/embree2/models/subdiv3.xml +bin/embree2/models/subdiv4.xml +bin/embree2/models/subdiv5.xml +bin/embree2/models/subdiv6.xml +bin/embree2/models/subdiv7.xml +bin/embree2/models/subdiv8.xml +bin/embree2/models/subdiv9.xml +bin/embree2/motion_blur_geometry +bin/embree2/pathtracer +bin/embree2/retrace +bin/embree2/subdivision_geometry +bin/embree2/triangle_geometry +bin/embree2/user_geometry +bin/embree2/verify +bin/embree2/viewer +bin/embree2/viewer_stream include/embree2/rtcore.h include/embree2/rtcore.isph include/embree2/rtcore_geometry.h @@ -38,6 +46,7 @@ include/embree2/rtcore_ray.h include/embree2/rtcore_ray.isph include/embree2/rtcore_scene.h include/embree2/rtcore_scene.isph +lib/cmake/embree-%%VERSION%%/embree-config-default.cmake lib/cmake/embree-%%VERSION%%/embree-config-version.cmake lib/cmake/embree-%%VERSION%%/embree-config.cmake lib/libembree.so From owner-svn-ports-head@freebsd.org Fri May 27 06:11:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81139B4C826; Fri, 27 May 2016 06:11: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 385501BDC; Fri, 27 May 2016 06:11: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 u4R6B0w8021770; Fri, 27 May 2016 06:11:00 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4R6B0dk021766; Fri, 27 May 2016 06:11:00 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201605270611.u4R6B0dk021766@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 27 May 2016 06:11:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415925 - in head/audio: deadbeef-jack-plugin deadbeef-mpris2-plugin deadbeef-quick-search-plugin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 06:11:01 -0000 Author: marino Date: Fri May 27 06:11:00 2016 New Revision: 415925 URL: https://svnweb.freebsd.org/changeset/ports/415925 Log: Mark the remaining three deadbeef plugs as not jobs safe Today the quick-search plugin failed to build due to concurrency issues, making it the 5th of 7th plugins to do so. Mark it and the remaining two plugins as jobs unsafe. Modified: head/audio/deadbeef-jack-plugin/Makefile head/audio/deadbeef-mpris2-plugin/Makefile head/audio/deadbeef-quick-search-plugin/Makefile Modified: head/audio/deadbeef-jack-plugin/Makefile ============================================================================== --- head/audio/deadbeef-jack-plugin/Makefile Fri May 27 05:41:27 2016 (r415924) +++ head/audio/deadbeef-jack-plugin/Makefile Fri May 27 06:11:00 2016 (r415925) @@ -17,6 +17,8 @@ GH_ACCOUNT= Alexey-Yakovenko GH_PROJECT= jack GH_TAGNAME= 62d1e6a +MAKE_JOBS_UNSAFE= yes + PLIST_FILES= lib/deadbeef/jack.so do-build: Modified: head/audio/deadbeef-mpris2-plugin/Makefile ============================================================================== --- head/audio/deadbeef-mpris2-plugin/Makefile Fri May 27 05:41:27 2016 (r415924) +++ head/audio/deadbeef-mpris2-plugin/Makefile Fri May 27 06:11:00 2016 (r415925) @@ -21,6 +21,8 @@ USES= autoreconf libtool pkgconfig GNU_CONFIGURE= yes USE_GNOME= glib20 +MAKE_JOBS_UNSAFE= yes + PLIST_FILES= lib/deadbeef/mpris.so .include Modified: head/audio/deadbeef-quick-search-plugin/Makefile ============================================================================== --- head/audio/deadbeef-quick-search-plugin/Makefile Fri May 27 05:41:27 2016 (r415924) +++ head/audio/deadbeef-quick-search-plugin/Makefile Fri May 27 06:11:00 2016 (r415925) @@ -18,6 +18,8 @@ GH_TAGNAME= 332e994 USES= gmake pkgconfig +MAKE_JOBS_UNSAFE= yes + OPTIONS_DEFINE= GTK2 GTK3 OPTIONS_DEFAULT= GTK2 From owner-svn-ports-head@freebsd.org Fri May 27 06:26:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A299BB4CAAF; Fri, 27 May 2016 06:26:43 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F9F614F0; Fri, 27 May 2016 06:26:43 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4R6QgNV027643; Fri, 27 May 2016 06:26:42 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4R6QgVS027641; Fri, 27 May 2016 06:26:42 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201605270626.u4R6QgVS027641@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Fri, 27 May 2016 06:26:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415926 - head/databases/py-pymysql X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 06:26:43 -0000 Author: lwhsu Date: Fri May 27 06:26:42 2016 New Revision: 415926 URL: https://svnweb.freebsd.org/changeset/ports/415926 Log: - Update to 0.7.4 Modified: head/databases/py-pymysql/Makefile head/databases/py-pymysql/distinfo Modified: head/databases/py-pymysql/Makefile ============================================================================== --- head/databases/py-pymysql/Makefile Fri May 27 06:11:00 2016 (r415925) +++ head/databases/py-pymysql/Makefile Fri May 27 06:26:42 2016 (r415926) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pymysql -PORTVERSION= 0.7.3 +PORTVERSION= 0.7.4 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/py-pymysql/distinfo ============================================================================== --- head/databases/py-pymysql/distinfo Fri May 27 06:11:00 2016 (r415925) +++ head/databases/py-pymysql/distinfo Fri May 27 06:26:42 2016 (r415926) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464165047 -SHA256 (PyMySQL-0.7.3.tar.gz) = d5553d0ddbc7d14279f73b99886038399df8953998853764eecd8ad9ea3cab4b -SIZE (PyMySQL-0.7.3.tar.gz) = 67947 +TIMESTAMP = 1464330352 +SHA256 (PyMySQL-0.7.4.tar.gz) = 5eb6f93373b3700e8b58abc5baa2fc23f50bbf21ad75e524747e583eea79b9e4 +SIZE (PyMySQL-0.7.4.tar.gz) = 68360 From owner-svn-ports-head@freebsd.org Fri May 27 07:02:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F30ABB4B58E; Fri, 27 May 2016 07:02:56 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF99610C2; Fri, 27 May 2016 07:02:56 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4R72uuF042088; Fri, 27 May 2016 07:02:56 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4R72tLC042084; Fri, 27 May 2016 07:02:55 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <201605270702.u4R72tLC042084@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Fri, 27 May 2016 07:02:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415927 - in head/mail: opensmtpd opensmtpd-devel opensmtpd-devel/files opensmtpd/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 07:02:57 -0000 Author: fluffy Date: Fri May 27 07:02:55 2016 New Revision: 415927 URL: https://svnweb.freebsd.org/changeset/ports/415927 Log: - Allow custom config file in rc script for both stable/devel ports - While here, create makemap symlink only with TABLE_DB enabled Reported by: myself (for adamw) Reviewed by: adamw Approved by: miwi (mentor, implicit) Modified: head/mail/opensmtpd-devel/Makefile head/mail/opensmtpd-devel/files/smtpd.in head/mail/opensmtpd/Makefile head/mail/opensmtpd/files/smtpd.in Modified: head/mail/opensmtpd-devel/Makefile ============================================================================== --- head/mail/opensmtpd-devel/Makefile Fri May 27 06:26:42 2016 (r415926) +++ head/mail/opensmtpd-devel/Makefile Fri May 27 07:02:55 2016 (r415927) @@ -5,6 +5,7 @@ PORTNAME= opensmtpd PORTVERSION= 201602131907 DISTVERSIONSUFFIX= p1 PORTEPOCH= 1 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.opensmtpd.org/archives/ \ http://distfiles.pirateparty.in/ashish/ Modified: head/mail/opensmtpd-devel/files/smtpd.in ============================================================================== --- head/mail/opensmtpd-devel/files/smtpd.in Fri May 27 06:26:42 2016 (r415926) +++ head/mail/opensmtpd-devel/files/smtpd.in Fri May 27 07:02:55 2016 (r415927) @@ -18,11 +18,6 @@ . /etc/rc.subr -check_process() -{ - /bin/pgrep -j none -f "^$smtpd_procname\$" -} - name="smtpd" rcvar=smtpd_enable @@ -34,18 +29,21 @@ extra_commands="configtest" load_rc_config $name : ${smtpd_enable:="NO"} -: ${smtpd_config:="%%PREFIX%%/etc/mail/smtpd.conf"} -: ${smtpd_procname:="%%PREFIX%%/sbin/smtpd"} +: ${smtpd_config:="%%PREFIX%%/etc/mail/${name}.conf"} +: ${smtpd_procname:="%%PREFIX%%/sbin/${name}"} : ${smtpd_flags:=""} command=${smtpd_procname} +command_args="-f ${smtpd_config} ${command_args}" +required_files="${smtpd_config}" procname=${smtpd_procname} +pidfile="/var/run/${name}.pid" smtpd_checkconfig() { echo "Performing sanity check on smtpd configuration:" - eval ${command} ${smtpd_flags} -n + eval ${command} ${command_args} ${smtpd_flags} -n } smtpd_precmd() Modified: head/mail/opensmtpd/Makefile ============================================================================== --- head/mail/opensmtpd/Makefile Fri May 27 06:26:42 2016 (r415926) +++ head/mail/opensmtpd/Makefile Fri May 27 07:02:55 2016 (r415927) @@ -4,6 +4,7 @@ PORTNAME= opensmtpd PORTVERSION= 5.9.2p1 PORTEPOCH= 1 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.opensmtpd.org/archives/ \ http://distfiles.pirateparty.in/ashish/ @@ -68,7 +69,9 @@ CONFIGURE_ARGS+= --with-libasr=${LOCALBA post-patch: ${REINPLACE_CMD} -e '/chmod 2555/d' ${WRKSRC}/mk/smtpctl/Makefile.in +.if ${PORT_OPTIONS:MTABLE_DB} post-install: @${LN} -sf ${PREFIX}/sbin/smtpctl ${STAGEDIR}${PREFIX}/libexec/opensmtpd/makemap +.endif .include Modified: head/mail/opensmtpd/files/smtpd.in ============================================================================== --- head/mail/opensmtpd/files/smtpd.in Fri May 27 06:26:42 2016 (r415926) +++ head/mail/opensmtpd/files/smtpd.in Fri May 27 07:02:55 2016 (r415927) @@ -18,11 +18,6 @@ . /etc/rc.subr -check_process() -{ - /bin/pgrep -j none -f "${smtpd_procname}" -} - name="smtpd" rcvar=smtpd_enable @@ -34,18 +29,21 @@ extra_commands="configtest" load_rc_config $name : ${smtpd_enable:="NO"} -: ${smtpd_config:="%%PREFIX%%/etc/mail/smtpd.conf"} -: ${smtpd_procname:="%%PREFIX%%/sbin/smtpd"} +: ${smtpd_config:="%%PREFIX%%/etc/mail/${name}.conf"} +: ${smtpd_procname:="%%PREFIX%%/sbin/${name}"} : ${smtpd_flags:=""} command=${smtpd_procname} +command_args="-f ${smtpd_config} ${command_args}" +required_files="${smtpd_config}" procname=${smtpd_procname} +pidfile="/var/run/${name}.pid" smtpd_checkconfig() { echo "Performing sanity check on smtpd configuration:" - eval ${command} ${smtpd_flags} -n + eval ${command} ${command_args} ${smtpd_flags} -n } smtpd_precmd() From owner-svn-ports-head@freebsd.org Fri May 27 09:04:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3CEEB4A227; Fri, 27 May 2016 09:04:21 +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 CB61D1F89; Fri, 27 May 2016 09:04:21 +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 u4R94KqB085970; Fri, 27 May 2016 09:04:20 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4R94KHC085966; Fri, 27 May 2016 09:04:20 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201605270904.u4R94KHC085966@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 27 May 2016 09:04:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415928 - in head: net/p5-Net-Address-Ethernet/files net/p5-Socket-Class/files www/p5-WWW-Search/files x11-toolkits/p5-Wx/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 09:04:22 -0000 Author: mat Date: Fri May 27 09:04:20 2016 New Revision: 415928 URL: https://svnweb.freebsd.org/changeset/ports/415928 Log: Fix building with Perl 5.25. Unescaped left brace in regex is illegal in regex. Sponsored by: Absolight Added: head/net/p5-Net-Address-Ethernet/files/ head/net/p5-Net-Address-Ethernet/files/patch-Makefile.PL (contents, props changed) head/net/p5-Socket-Class/files/ head/net/p5-Socket-Class/files/patch-xs_sc__ssl_Makefile.PL (contents, props changed) head/www/p5-WWW-Search/files/ head/www/p5-WWW-Search/files/patch-Makefile.PL (contents, props changed) head/x11-toolkits/p5-Wx/files/patch-build_Wx_build_Utils.pm (contents, props changed) Added: head/net/p5-Net-Address-Ethernet/files/patch-Makefile.PL ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Address-Ethernet/files/patch-Makefile.PL Fri May 27 09:04:20 2016 (r415928) @@ -0,0 +1,16 @@ +--- Makefile.PL.orig 2016-05-26 14:56:06 UTC ++++ Makefile.PL +@@ -33,11 +33,11 @@ if ($ENV{MTHURN_PERL_DEV}) + { + warn " EEE did not find DIRFILESEP in Makefile\n"; + } # if +- if ($s !~ s/(pm_to_blib\(){{\@ARGV}}/$1 . '{@ARGV}'/e) ++ if ($s !~ s/(pm_to_blib\()\{\{\@ARGV\}\}/$1 . '{@ARGV}'/e) + { + warn " EEE did not find pm_to_blib@ARGV in Makefile\n"; + } # if +- if ($s !~ s/(from_to\s+=>\s+){{\@ARGV}}/$1 . '{@ARGV}'/e) ++ if ($s !~ s/(from_to\s+=>\s+)\{\{\@ARGV\}\}/$1 . '{@ARGV}'/e) + { + warn " EEE did not find from_to@ARGV in Makefile\n"; + } # if Added: head/net/p5-Socket-Class/files/patch-xs_sc__ssl_Makefile.PL ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Socket-Class/files/patch-xs_sc__ssl_Makefile.PL Fri May 27 09:04:20 2016 (r415928) @@ -0,0 +1,11 @@ +--- xs/sc_ssl/Makefile.PL.orig 2012-01-20 00:08:58 UTC ++++ xs/sc_ssl/Makefile.PL +@@ -171,7 +171,7 @@ sub build_cmodule { + $step = 0; + foreach( <$fh> ) { + if( $step == 0 ) { +- if( /\s*struct st_mod_sc {/ ) { ++ if( /\s*struct st_mod_sc \{/ ) { + $ct1 = index( $ct, '/* !include st_mod_sc */' ); + $ct2 = substr( $ct, $ct1 + 25 ); + $ct1 = substr( $ct, 0, $ct1 ); Added: head/www/p5-WWW-Search/files/patch-Makefile.PL ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-WWW-Search/files/patch-Makefile.PL Fri May 27 09:04:20 2016 (r415928) @@ -0,0 +1,16 @@ +--- Makefile.PL.orig 2015-11-28 15:17:09 UTC ++++ Makefile.PL +@@ -116,11 +116,11 @@ if (0 && $ENV{MTHURN_PERL_DEV}) + { + print " EEE did not find DIRFILESEP in Makefile\n"; + } # if +- if ($s !~ s/(pm_to_blib\(){{\@ARGV}}/$1 . '{@ARGV}'/e) ++ if ($s !~ s/(pm_to_blib\()\{\{\@ARGV\}\}/$1 . '{@ARGV}'/e) + { + print " EEE did not find pm_to_blib@ARGV in Makefile\n"; + } # if +- if ($s !~ s/(from_to\s+=>\s+){{\@ARGV}}/$1 . '{@ARGV}'/e) ++ if ($s !~ s/(from_to\s+=>\s+)\{\{\@ARGV\}\}/$1 . '{@ARGV}'/e) + { + print " EEE did not find from_to@ARGV in Makefile\n"; + } # if Added: head/x11-toolkits/p5-Wx/files/patch-build_Wx_build_Utils.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/p5-Wx/files/patch-build_Wx_build_Utils.pm Fri May 27 09:04:20 2016 (r415928) @@ -0,0 +1,11 @@ +--- build/Wx/build/Utils.pm.orig 2014-03-08 13:01:15 UTC ++++ build/Wx/build/Utils.pm +@@ -107,7 +107,7 @@ sub scan_xs($$$) { + m/^\s*INCLUDE:\s+(.*)$/ and $file = $1 and $arr = \@xsinclude; + m/^\s*INCLUDE_COMMAND:\s+.*\s(\S+\.(?:xsp?|h))\s*/ and $file = $1 and + $arr = \@xsinclude; +- m/^\s*\%include{([^}]+)}\s*;\s*$/ and $file = $1 and $arr = \@xsinclude; ++ m/^\s*\%include\{([^}]+)\}\s*;\s*$/ and $file = $1 and $arr = \@xsinclude; + + if( defined $file ) { + $file = catfile( split '/', $file ); From owner-svn-ports-head@freebsd.org Fri May 27 09:40:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08BD2B4AACF; Fri, 27 May 2016 09:40: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 B97BA1FF0; Fri, 27 May 2016 09:40:41 +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 u4R9ee6i097252; Fri, 27 May 2016 09:40:40 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4R9eeC5097251; Fri, 27 May 2016 09:40:40 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201605270940.u4R9eeC5097251@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 27 May 2016 09:40:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415929 - head/cad/ghdl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 09:40:42 -0000 Author: marino Date: Fri May 27 09:40:40 2016 New Revision: 415929 URL: https://svnweb.freebsd.org/changeset/ports/415929 Log: cad/ghdl: build it with gcc6-aux, not gcc5-aux I confirmed that ghdl builds with the default-for-Ada gcc6-aux compiler on FreeBSD. It was building on DragonFly, but DragonFly uses the LLVM backend while on FreeBSD ghdl defaults to gcc back, so both options needed to be tested. It's debatable that a bump is needed because ghdl is self-contained, but let's do it anyway so they'll be immediate feedback on any runtime issues this may cause. Modified: head/cad/ghdl/Makefile Modified: head/cad/ghdl/Makefile ============================================================================== --- head/cad/ghdl/Makefile Fri May 27 09:04:20 2016 (r415928) +++ head/cad/ghdl/Makefile Fri May 27 09:40:40 2016 (r415929) @@ -3,6 +3,7 @@ PORTNAME= ghdl PORTVERSION= 0.33 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= cad DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -17,7 +18,7 @@ LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr \ libmpc.so:math/mpc -USES= ada:5 gmake +USES= ada gmake USE_GITHUB= yes GH_ACCOUNT= tgingold From owner-svn-ports-head@freebsd.org Fri May 27 09:49:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FA32B4AF11; Fri, 27 May 2016 09:49:27 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2042016B5; Fri, 27 May 2016 09:49:27 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4R9nQWw000943; Fri, 27 May 2016 09:49:26 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4R9nQs5000939; Fri, 27 May 2016 09:49:26 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201605270949.u4R9nQs5000939@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Fri, 27 May 2016 09:49:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415930 - head/java/intellij-pycharm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 09:49:27 -0000 Author: bsam Date: Fri May 27 09:49:26 2016 New Revision: 415930 URL: https://svnweb.freebsd.org/changeset/ports/415930 Log: java/intellij-pycharm: Update to version 2016.1.4. Modified: head/java/intellij-pycharm/Makefile head/java/intellij-pycharm/distinfo Modified: head/java/intellij-pycharm/Makefile ============================================================================== --- head/java/intellij-pycharm/Makefile Fri May 27 09:40:40 2016 (r415929) +++ head/java/intellij-pycharm/Makefile Fri May 27 09:49:26 2016 (r415930) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pycharm -PORTVERSION= 2016.1.3 +PORTVERSION= 2016.1.4 CATEGORIES= java devel python MASTER_SITES= https://download.jetbrains.com/python/ \ http://download.jetbrains.com/python/ Modified: head/java/intellij-pycharm/distinfo ============================================================================== --- head/java/intellij-pycharm/distinfo Fri May 27 09:40:40 2016 (r415929) +++ head/java/intellij-pycharm/distinfo Fri May 27 09:49:26 2016 (r415930) @@ -1,2 +1,3 @@ -SHA256 (pycharm-community-2016.1.3.tar.gz) = 98c406abf20cbe18565dfe17a62ac7dba094ed15100aab566ff343eb726647cf -SIZE (pycharm-community-2016.1.3.tar.gz) = 207707566 +TIMESTAMP = 1464287449 +SHA256 (pycharm-community-2016.1.4.tar.gz) = bc548a200022111e741604e76b579e71e5a75d23c2bbb9c4cb9ed88b18a3d622 +SIZE (pycharm-community-2016.1.4.tar.gz) = 207346180 From owner-svn-ports-head@freebsd.org Fri May 27 09:54:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ACB00B4B05A; Fri, 27 May 2016 09:54: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 7E1E61A32; Fri, 27 May 2016 09:54:48 +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 u4R9slZK004497; Fri, 27 May 2016 09:54:47 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4R9slS9004496; Fri, 27 May 2016 09:54:47 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201605270954.u4R9slS9004496@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 27 May 2016 09:54:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415931 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 09:54:48 -0000 Author: marino Date: Fri May 27 09:54:47 2016 New Revision: 415931 URL: https://svnweb.freebsd.org/changeset/ports/415931 Log: Mk/Uses/ada.mk: Remove ADA_DEFAULT=49 option The lang/gcc-aux port has recently been removed, so the previously legal "49" argument is no longer so. Adjust ada.mk accordingly by removing reference to option 49 and lang/gcc-aux. Modified: head/Mk/Uses/ada.mk Modified: head/Mk/Uses/ada.mk ============================================================================== --- head/Mk/Uses/ada.mk Fri May 27 09:49:26 2016 (r415930) +++ head/Mk/Uses/ada.mk Fri May 27 09:54:47 2016 (r415931) @@ -2,11 +2,10 @@ # # Establish Ada-capable compiler as a build dependency # To change default compiler, define ADA_DEFAULT in make.conf to 5 -# Note that gcc47-aux is being removed soon, so 47 is not a legal default # # Feature: ada # Usage: USES=ada -# Valid ARGS: 49, 5, 6, run +# Valid ARGS: 5, 6, run # # MAINTAINER: marino@FreeBSD.org @@ -16,16 +15,12 @@ _INCLUDE_USES_ADA_MK= yes CC= ada ADAXX= gcc6 # framework default -. if ${ada_ARGS:M49} -ADAXX= gcc -. elif ${ada_ARGS:M5} +. if ${ada_ARGS:M5} ADAXX= gcc5 . elif ${ada_ARGS:M6} ADAXX= gcc6 . elif defined(ADA_DEFAULT) -. if ${ADA_DEFAULT} == 49 -ADAXX= gcc -. elif ${ADA_DEFAULT} == 5 +. if ${ADA_DEFAULT} == 5 ADAXX= gcc5 . endif . endif From owner-svn-ports-head@freebsd.org Fri May 27 10:34:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70554B4BCC8; Fri, 27 May 2016 10:34:04 +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 342291D9F; Fri, 27 May 2016 10:34:04 +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 u4RAY3xj018875; Fri, 27 May 2016 10:34:03 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RAY328018873; Fri, 27 May 2016 10:34:03 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201605271034.u4RAY328018873@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 27 May 2016 10:34:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415932 - head/sysutils/virtualmin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 10:34:04 -0000 Author: olgeni Date: Fri May 27 10:34:03 2016 New Revision: 415932 URL: https://svnweb.freebsd.org/changeset/ports/415932 Log: Update sysutils/virtualmin to version 5.05. Modified: head/sysutils/virtualmin/Makefile head/sysutils/virtualmin/distinfo Modified: head/sysutils/virtualmin/Makefile ============================================================================== --- head/sysutils/virtualmin/Makefile Fri May 27 09:54:47 2016 (r415931) +++ head/sysutils/virtualmin/Makefile Fri May 27 10:34:03 2016 (r415932) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= virtualmin -PORTVERSION= 5.03 +PORTVERSION= 5.05 PORTEPOCH= 1 CATEGORIES= sysutils MASTER_SITES= http://download.webmin.com/download/virtualmin/ Modified: head/sysutils/virtualmin/distinfo ============================================================================== --- head/sysutils/virtualmin/distinfo Fri May 27 09:54:47 2016 (r415931) +++ head/sysutils/virtualmin/distinfo Fri May 27 10:34:03 2016 (r415932) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464290182 -SHA256 (virtual-server-5.03.gpl.wbm.gz) = 9863c0fd11ba4189ca0d01450cb15fbd3f8489fd464cc567b72fc9377a4b2fc9 -SIZE (virtual-server-5.03.gpl.wbm.gz) = 2299623 +TIMESTAMP = 1464344681 +SHA256 (virtual-server-5.05.gpl.wbm.gz) = 9a519ea96483e84e1a2c52fb319946aeb3fcbc294f8a49b5e769a18b37bc173b +SIZE (virtual-server-5.05.gpl.wbm.gz) = 2299713 From owner-svn-ports-head@freebsd.org Fri May 27 11:12:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13F10B4CB0F; Fri, 27 May 2016 11:12:18 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA06B169E; Fri, 27 May 2016 11:12:17 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4RBCHNd032742; Fri, 27 May 2016 11:12:17 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RBCGja032740; Fri, 27 May 2016 11:12:16 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201605271112.u4RBCGja032740@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Fri, 27 May 2016 11:12:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415933 - head/www/node4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 11:12:18 -0000 Author: robak Date: Fri May 27 11:12:16 2016 New Revision: 415933 URL: https://svnweb.freebsd.org/changeset/ports/415933 Log: www/node4: update 4.4.4 -> 4.4.5 - Bugfix release PR: 209781 Submitted by: Bradley T. Hughes (maintainer) MFH: 2016Q2 Modified: head/www/node4/Makefile head/www/node4/distinfo Modified: head/www/node4/Makefile ============================================================================== --- head/www/node4/Makefile Fri May 27 10:34:03 2016 (r415932) +++ head/www/node4/Makefile Fri May 27 11:12:16 2016 (r415933) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 4.4.4 +PORTVERSION= 4.4.5 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ Modified: head/www/node4/distinfo ============================================================================== --- head/www/node4/distinfo Fri May 27 10:34:03 2016 (r415932) +++ head/www/node4/distinfo Fri May 27 11:12:16 2016 (r415933) @@ -1,2 +1,3 @@ -SHA256 (node-v4.4.4.tar.gz) = 53c694c203ee18e7cd393612be08c61ed6ab8b2a165260984a99c014d1741414 -SIZE (node-v4.4.4.tar.gz) = 22585086 +TIMESTAMP = 1464337690 +SHA256 (node-v4.4.5.tar.gz) = ea9c96ae4768feee4f18a26b819b9b4f6e49105ea0ee8c5c9d188dc8d49d4b77 +SIZE (node-v4.4.5.tar.gz) = 22675369 From owner-svn-ports-head@freebsd.org Fri May 27 11:29:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDAAAB4CF45; Fri, 27 May 2016 11:29:26 +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 8FFD21CA1; Fri, 27 May 2016 11:29:26 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4RBTPZR037476; Fri, 27 May 2016 11:29:25 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RBTP5c037470; Fri, 27 May 2016 11:29:25 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201605271129.u4RBTP5c037470@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Fri, 27 May 2016 11:29:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415934 - in head/devel: . cpputest cpputest/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 11:29:26 -0000 Author: pawel Date: Fri May 27 11:29:25 2016 New Revision: 415934 URL: https://svnweb.freebsd.org/changeset/ports/415934 Log: CppUTest is a C /C++ based unit xUnit test framework for unit testing and for test-driving your code. It is written in C++ but is used in C and C++ projects and frequently used in embedded systems. CppUTest's core design principles: * Simple to use and small * Portable to old and new platforms * Build with Test-driven Development in mind WWW: https://cpputest.github.io/ PR: 209622 Submitted by: Akos Somfai Added: head/devel/cpputest/ head/devel/cpputest/Makefile (contents, props changed) head/devel/cpputest/distinfo (contents, props changed) head/devel/cpputest/files/ head/devel/cpputest/files/patch-Makefile.am (contents, props changed) head/devel/cpputest/pkg-descr (contents, props changed) head/devel/cpputest/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri May 27 11:12:16 2016 (r415933) +++ head/devel/Makefile Fri May 27 11:29:25 2016 (r415934) @@ -308,6 +308,7 @@ SUBDIR += cppi SUBDIR += cpptest SUBDIR += cppunit + SUBDIR += cpputest SUBDIR += cproto SUBDIR += cpuflags SUBDIR += cram Added: head/devel/cpputest/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cpputest/Makefile Fri May 27 11:29:25 2016 (r415934) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= cpputest +PORTVERSION= 3.7.1 +DISTVERSIONPREFIX= v +CATEGORIES= devel + +MAINTAINER= akos.somfai@gmail.com +COMMENT= Unit testing and mocking framework for C/C++ + +LICENSE= BSD3CLAUSE + +USE_GITHUB= yes + +USES= autoreconf libtool +GNU_CONFIGURE= yes + +.include Added: head/devel/cpputest/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cpputest/distinfo Fri May 27 11:29:25 2016 (r415934) @@ -0,0 +1,2 @@ +SHA256 (cpputest-cpputest-v3.7.1_GH0.tar.gz) = 4efefc00ae5af2a4b8733f2d965a5355596a884f01e487d9fbcad879b8e8d528 +SIZE (cpputest-cpputest-v3.7.1_GH0.tar.gz) = 2390286 Added: head/devel/cpputest/files/patch-Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cpputest/files/patch-Makefile.am Fri May 27 11:29:25 2016 (r415934) @@ -0,0 +1,11 @@ +--- Makefile.am.orig 2015-05-04 05:36:02 UTC ++++ Makefile.am +@@ -21,7 +21,7 @@ endif + + TESTS = $(check_PROGRAMS) + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = cpputest.pc + + EXTRA_DIST = \ Added: head/devel/cpputest/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cpputest/pkg-descr Fri May 27 11:29:25 2016 (r415934) @@ -0,0 +1,11 @@ +CppUTest is a C /C++ based unit xUnit test framework for unit testing and for +test-driving your code. It is written in C++ but is used in C and C++ projects +and frequently used in embedded systems. + +CppUTest's core design principles: + +* Simple to use and small +* Portable to old and new platforms +* Build with Test-driven Development in mind + +WWW: https://cpputest.github.io/ Added: head/devel/cpputest/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cpputest/pkg-plist Fri May 27 11:29:25 2016 (r415934) @@ -0,0 +1,45 @@ +include/CppUTest/CommandLineArguments.h +include/CppUTest/CommandLineTestRunner.h +include/CppUTest/CppUTestConfig.h +include/CppUTest/JUnitTestOutput.h +include/CppUTest/MemoryLeakDetector.h +include/CppUTest/MemoryLeakDetectorMallocMacros.h +include/CppUTest/MemoryLeakDetectorNewMacros.h +include/CppUTest/MemoryLeakWarningPlugin.h +include/CppUTest/PlatformSpecificFunctions.h +include/CppUTest/PlatformSpecificFunctions_c.h +include/CppUTest/SimpleMutex.h +include/CppUTest/SimpleString.h +include/CppUTest/StandardCLibrary.h +include/CppUTest/TestFailure.h +include/CppUTest/TestFilter.h +include/CppUTest/TestHarness.h +include/CppUTest/TestHarness_c.h +include/CppUTest/TestMemoryAllocator.h +include/CppUTest/TestOutput.h +include/CppUTest/TestPlugin.h +include/CppUTest/TestRegistry.h +include/CppUTest/TestResult.h +include/CppUTest/TestTestingFixture.h +include/CppUTest/Utest.h +include/CppUTest/UtestMacros.h +include/CppUTestExt/GMock.h +include/CppUTestExt/GTest.h +include/CppUTestExt/GTestConvertor.h +include/CppUTestExt/MemoryReportAllocator.h +include/CppUTestExt/MemoryReportFormatter.h +include/CppUTestExt/MemoryReporterPlugin.h +include/CppUTestExt/MockActualCall.h +include/CppUTestExt/MockCheckedActualCall.h +include/CppUTestExt/MockCheckedExpectedCall.h +include/CppUTestExt/MockExpectedCall.h +include/CppUTestExt/MockExpectedCallsList.h +include/CppUTestExt/MockFailure.h +include/CppUTestExt/MockNamedValue.h +include/CppUTestExt/MockSupport.h +include/CppUTestExt/MockSupportPlugin.h +include/CppUTestExt/MockSupport_c.h +include/CppUTestExt/OrderedTest.h +lib/libCppUTest.a +lib/libCppUTestExt.a +libdata/pkgconfig/cpputest.pc From owner-svn-ports-head@freebsd.org Fri May 27 12:01:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A167B4A3AA; Fri, 27 May 2016 12:01:58 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DAD8B171E; Fri, 27 May 2016 12:01:57 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4RC1vWl052684; Fri, 27 May 2016 12:01:57 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RC1uoM052683; Fri, 27 May 2016 12:01:56 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605271201.u4RC1uoM052683@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 27 May 2016 12:01:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415936 - head/devel/jsoncpp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 12:01:58 -0000 Author: pi Date: Fri May 27 12:01:56 2016 New Revision: 415936 URL: https://svnweb.freebsd.org/changeset/ports/415936 Log: devel/jsoncpp: fix jsoncpp.pc includedir - and: submitter becomes maintainer PR: 209407 Submitted by: yuri@rawbw.com (new maintainer) Reported by: johan@stromnet.se (old maintainer) Approved by: johan@stromnet.se (old maintainer) Modified: head/devel/jsoncpp/Makefile Modified: head/devel/jsoncpp/Makefile ============================================================================== --- head/devel/jsoncpp/Makefile Fri May 27 11:32:29 2016 (r415935) +++ head/devel/jsoncpp/Makefile Fri May 27 12:01:56 2016 (r415936) @@ -1,11 +1,12 @@ -# Created by: Johan Str??m +# Created by: Johan Str??m # $FreeBSD$ PORTNAME= jsoncpp DISTVERSION= 1.7.2 +PORTREVISION= 1 CATEGORIES= devel -MAINTAINER= johan@stromnet.se +MAINTAINER= yuri@rawbw.com COMMENT= JSON reader and writer library for C++ LICENSE= MIT @@ -41,7 +42,7 @@ do-install: @${REINPLACE_CMD} -i '' \ -e 's|@CMAKE_INSTALL_PREFIX@|${PREFIX}|g' \ -e 's|@LIBRARY_INSTALL_DIR@|${PREFIX}/lib|g' \ - -e 's|@INCLUDE_INSTALL_DIR@|${PREFIX}/jsoncpp|g' \ + -e 's|@INCLUDE_INSTALL_DIR@|${PREFIX}/include/jsoncpp|g' \ -e 's|@JSONCPP_VERSION@|${DISTVERSION}|g' \ ${STAGEDIR}${PREFIX}/libdata/pkgconfig/jsoncpp.pc From owner-svn-ports-head@freebsd.org Fri May 27 12:27:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 779EDB4AB7D; Fri, 27 May 2016 12:27:39 +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 46F58121B; Fri, 27 May 2016 12:27:39 +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 u4RCRc48060099; Fri, 27 May 2016 12:27:38 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RCRceN060096; Fri, 27 May 2016 12:27:38 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201605271227.u4RCRceN060096@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Fri, 27 May 2016 12:27:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415937 - head/www/kanboard X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 12:27:39 -0000 Author: pawel Date: Fri May 27 12:27:38 2016 New Revision: 415937 URL: https://svnweb.freebsd.org/changeset/ports/415937 Log: - Update to version 1.0.28 [1] - Fix recursive COMMENT ## New features: * Added automated action to change task color based on the priority * Added support for LDAP Posix Groups (OpenLDAP with memberUid or groupOfNames) * Added support for LDAP user photo attribute (Avatar image) * Added support for language LDAP attribute * Added support for Mysql SSL connection * Search in activity stream * Search in comments * Search by task creator * Added command line utility to reset user password and to disable 2FA ## Improvements: * Improve Avatar upload form * User roles are now synced with LDAP at each login * Improve web page title on the task view * Unify task drop-down menu between different views * Improve LDAP user group membership synchronization * Category and user filters do not append anymore in search field * Added more template hooks * Added tasks search with the API * Added priority field to API procedures * Added API procedure "getMemberGroups" * Added parameters for overdue tasks notifications: group by projects and send only to managers * Allow people to install Kanboard outside of the DocumentRoot * Allow plugins to be loaded from another folder * Filter/Lexer/QueryBuilder refactoring ## Bug fixes: * Allow a project owner to manage his own public project * Fixed PHP warning when removing a user with no Avatar image * Fixed improper Markdown escaping for some tooltips * Closing all tasks by column, also update closed tasks * Fixed wrong task link generation within Markdown text * Fixed wrong URL on comment toggle link for sorting * Fixed form submission with Meta+Enter keyboard shortcut * Removed PHP notices in comment suppression view PR: 209633 [1] Submitted by: ronald.valente@gmail.com Approved by: maintainer Modified: head/www/kanboard/Makefile head/www/kanboard/distinfo head/www/kanboard/pkg-plist Modified: head/www/kanboard/Makefile ============================================================================== --- head/www/kanboard/Makefile Fri May 27 12:01:56 2016 (r415936) +++ head/www/kanboard/Makefile Fri May 27 12:27:38 2016 (r415937) @@ -1,14 +1,14 @@ # $FreeBSD$ PORTNAME= kanboard -PORTVERSION= 1.0.27 +PORTVERSION= 1.0.28 CATEGORIES= www MASTER_SITES= http://kanboard.net/ \ https://bitbucket.org/if0/kanboard-archives/downloads/ \ https://github.com/freebsd-kanboard/archives/blob/master/ MAINTAINER= bsd@if0.eu -COMMENT= Kanboard is a simple visual task board software +COMMENT= Simple visual task board software LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/www/kanboard/distinfo ============================================================================== --- head/www/kanboard/distinfo Fri May 27 12:01:56 2016 (r415936) +++ head/www/kanboard/distinfo Fri May 27 12:27:38 2016 (r415937) @@ -1,2 +1,2 @@ -SHA256 (kanboard-1.0.27.zip) = db6c372de9087cef74f0a860333666e43e87cf1637a58f649cac8ea8af62a4a2 -SIZE (kanboard-1.0.27.zip) = 4603890 +SHA256 (kanboard-1.0.28.zip) = 5fea59613ae0adcdecc5aecae7bdf20b6a647f321ca746b21406c65ac8e2313d +SIZE (kanboard-1.0.28.zip) = 4674846 Modified: head/www/kanboard/pkg-plist ============================================================================== --- head/www/kanboard/pkg-plist Fri May 27 12:01:56 2016 (r415936) +++ head/www/kanboard/pkg-plist Fri May 27 12:27:38 2016 (r415937) @@ -13,6 +13,7 @@ %%WWWDIR%%/app/Action/TaskAssignColorCategory.php %%WWWDIR%%/app/Action/TaskAssignColorColumn.php %%WWWDIR%%/app/Action/TaskAssignColorLink.php +%%WWWDIR%%/app/Action/TaskAssignColorPriority.php %%WWWDIR%%/app/Action/TaskAssignColorUser.php %%WWWDIR%%/app/Action/TaskAssignCurrentUser.php %%WWWDIR%%/app/Action/TaskAssignCurrentUserColumn.php @@ -61,17 +62,19 @@ %%WWWDIR%%/app/Auth/RememberMeAuth.php %%WWWDIR%%/app/Auth/ReverseProxyAuth.php %%WWWDIR%%/app/Auth/TotpAuth.php -%%WWWDIR%%/app/Console/Base.php -%%WWWDIR%%/app/Console/Cronjob.php -%%WWWDIR%%/app/Console/LocaleComparator.php -%%WWWDIR%%/app/Console/LocaleSync.php -%%WWWDIR%%/app/Console/ProjectDailyColumnStatsExport.php -%%WWWDIR%%/app/Console/ProjectDailyStatsCalculation.php -%%WWWDIR%%/app/Console/SubtaskExport.php -%%WWWDIR%%/app/Console/TaskExport.php -%%WWWDIR%%/app/Console/TaskOverdueNotification.php -%%WWWDIR%%/app/Console/TaskTrigger.php -%%WWWDIR%%/app/Console/TransitionExport.php +%%WWWDIR%%/app/Console/BaseCommand.php +%%WWWDIR%%/app/Console/CronjobCommand.php +%%WWWDIR%%/app/Console/LocaleComparatorCommand.php +%%WWWDIR%%/app/Console/LocaleSyncCommand.php +%%WWWDIR%%/app/Console/ProjectDailyColumnStatsExportCommand.php +%%WWWDIR%%/app/Console/ProjectDailyStatsCalculationCommand.php +%%WWWDIR%%/app/Console/ResetPasswordCommand.php +%%WWWDIR%%/app/Console/ResetTwoFactorCommand.php +%%WWWDIR%%/app/Console/SubtaskExportCommand.php +%%WWWDIR%%/app/Console/TaskExportCommand.php +%%WWWDIR%%/app/Console/TaskOverdueNotificationCommand.php +%%WWWDIR%%/app/Console/TaskTriggerCommand.php +%%WWWDIR%%/app/Console/TransitionExportCommand.php %%WWWDIR%%/app/Controller/Action.php %%WWWDIR%%/app/Controller/ActionCreation.php %%WWWDIR%%/app/Controller/ActionProject.php @@ -122,6 +125,7 @@ %%WWWDIR%%/app/Controller/TaskHelper.php %%WWWDIR%%/app/Controller/TaskImport.php %%WWWDIR%%/app/Controller/TaskInternalLink.php +%%WWWDIR%%/app/Controller/TaskPopover.php %%WWWDIR%%/app/Controller/TaskRecurrence.php %%WWWDIR%%/app/Controller/Taskcreation.php %%WWWDIR%%/app/Controller/Taskduplication.php @@ -146,6 +150,13 @@ %%WWWDIR%%/app/Core/ExternalLink/ExternalLinkManager.php %%WWWDIR%%/app/Core/ExternalLink/ExternalLinkProviderInterface.php %%WWWDIR%%/app/Core/ExternalLink/ExternalLinkProviderNotFound.php +%%WWWDIR%%/app/Core/Filter/CriteriaInterface.php +%%WWWDIR%%/app/Core/Filter/FilterInterface.php +%%WWWDIR%%/app/Core/Filter/FormatterInterface.php +%%WWWDIR%%/app/Core/Filter/Lexer.php +%%WWWDIR%%/app/Core/Filter/LexerBuilder.php +%%WWWDIR%%/app/Core/Filter/OrCriteria.php +%%WWWDIR%%/app/Core/Filter/QueryBuilder.php %%WWWDIR%%/app/Core/Group/GroupBackendProviderInterface.php %%WWWDIR%%/app/Core/Group/GroupManager.php %%WWWDIR%%/app/Core/Group/GroupProviderInterface.php @@ -164,7 +175,6 @@ %%WWWDIR%%/app/Core/Ldap/Group.php %%WWWDIR%%/app/Core/Ldap/Query.php %%WWWDIR%%/app/Core/Ldap/User.php -%%WWWDIR%%/app/Core/Lexer.php %%WWWDIR%%/app/Core/Mail/Client.php %%WWWDIR%%/app/Core/Mail/ClientInterface.php %%WWWDIR%%/app/Core/Mail/Transport/Mail.php @@ -178,6 +188,7 @@ %%WWWDIR%%/app/Core/Plugin/Base.php %%WWWDIR%%/app/Core/Plugin/Hook.php %%WWWDIR%%/app/Core/Plugin/Loader.php +%%WWWDIR%%/app/Core/Plugin/SchemaHandler.php %%WWWDIR%%/app/Core/Security/AccessMap.php %%WWWDIR%%/app/Core/Security/AuthenticationManager.php %%WWWDIR%%/app/Core/Security/AuthenticationProviderInterface.php @@ -213,6 +224,7 @@ %%WWWDIR%%/app/Event/TaskEvent.php %%WWWDIR%%/app/Event/TaskLinkEvent.php %%WWWDIR%%/app/Event/TaskListEvent.php +%%WWWDIR%%/app/Event/UserProfileSyncEvent.php %%WWWDIR%%/app/Export/SubtaskExport.php %%WWWDIR%%/app/Export/TaskExport.php %%WWWDIR%%/app/Export/TransitionExport.php @@ -224,15 +236,59 @@ %%WWWDIR%%/app/ExternalLink/FileLinkProvider.php %%WWWDIR%%/app/ExternalLink/WebLink.php %%WWWDIR%%/app/ExternalLink/WebLinkProvider.php -%%WWWDIR%%/app/Formatter/FormatterInterface.php +%%WWWDIR%%/app/Filter/BaseDateFilter.php +%%WWWDIR%%/app/Filter/BaseFilter.php +%%WWWDIR%%/app/Filter/ProjectActivityCreationDateFilter.php +%%WWWDIR%%/app/Filter/ProjectActivityCreatorFilter.php +%%WWWDIR%%/app/Filter/ProjectActivityProjectIdFilter.php +%%WWWDIR%%/app/Filter/ProjectActivityProjectIdsFilter.php +%%WWWDIR%%/app/Filter/ProjectActivityProjectNameFilter.php +%%WWWDIR%%/app/Filter/ProjectActivityTaskIdFilter.php +%%WWWDIR%%/app/Filter/ProjectActivityTaskStatusFilter.php +%%WWWDIR%%/app/Filter/ProjectActivityTaskTitleFilter.php +%%WWWDIR%%/app/Filter/ProjectGroupRoleProjectFilter.php +%%WWWDIR%%/app/Filter/ProjectGroupRoleUsernameFilter.php +%%WWWDIR%%/app/Filter/ProjectIdsFilter.php +%%WWWDIR%%/app/Filter/ProjectStatusFilter.php +%%WWWDIR%%/app/Filter/ProjectTypeFilter.php +%%WWWDIR%%/app/Filter/ProjectUserRoleProjectFilter.php +%%WWWDIR%%/app/Filter/ProjectUserRoleUsernameFilter.php +%%WWWDIR%%/app/Filter/TaskAssigneeFilter.php +%%WWWDIR%%/app/Filter/TaskCategoryFilter.php +%%WWWDIR%%/app/Filter/TaskColorFilter.php +%%WWWDIR%%/app/Filter/TaskColumnFilter.php +%%WWWDIR%%/app/Filter/TaskCommentFilter.php +%%WWWDIR%%/app/Filter/TaskCompletionDateFilter.php +%%WWWDIR%%/app/Filter/TaskCreationDateFilter.php +%%WWWDIR%%/app/Filter/TaskCreatorFilter.php +%%WWWDIR%%/app/Filter/TaskDescriptionFilter.php +%%WWWDIR%%/app/Filter/TaskDueDateFilter.php +%%WWWDIR%%/app/Filter/TaskDueDateRangeFilter.php +%%WWWDIR%%/app/Filter/TaskIdExclusionFilter.php +%%WWWDIR%%/app/Filter/TaskIdFilter.php +%%WWWDIR%%/app/Filter/TaskLinkFilter.php +%%WWWDIR%%/app/Filter/TaskModificationDateFilter.php +%%WWWDIR%%/app/Filter/TaskProjectFilter.php +%%WWWDIR%%/app/Filter/TaskProjectsFilter.php +%%WWWDIR%%/app/Filter/TaskReferenceFilter.php +%%WWWDIR%%/app/Filter/TaskStartDateFilter.php +%%WWWDIR%%/app/Filter/TaskStatusFilter.php +%%WWWDIR%%/app/Filter/TaskSubtaskAssigneeFilter.php +%%WWWDIR%%/app/Filter/TaskSwimlaneFilter.php +%%WWWDIR%%/app/Filter/TaskTitleFilter.php +%%WWWDIR%%/app/Filter/UserNameFilter.php +%%WWWDIR%%/app/Formatter/BaseFormatter.php +%%WWWDIR%%/app/Formatter/BaseTaskCalendarFormatter.php +%%WWWDIR%%/app/Formatter/BoardFormatter.php %%WWWDIR%%/app/Formatter/GroupAutoCompleteFormatter.php +%%WWWDIR%%/app/Formatter/ProjectActivityEventFormatter.php %%WWWDIR%%/app/Formatter/ProjectGanttFormatter.php -%%WWWDIR%%/app/Formatter/TaskFilterAutoCompleteFormatter.php -%%WWWDIR%%/app/Formatter/TaskFilterCalendarEvent.php -%%WWWDIR%%/app/Formatter/TaskFilterCalendarFormatter.php -%%WWWDIR%%/app/Formatter/TaskFilterGanttFormatter.php -%%WWWDIR%%/app/Formatter/TaskFilterICalendarFormatter.php -%%WWWDIR%%/app/Formatter/UserFilterAutoCompleteFormatter.php +%%WWWDIR%%/app/Formatter/SubtaskTimeTrackingCalendarFormatter.php +%%WWWDIR%%/app/Formatter/TaskAutoCompleteFormatter.php +%%WWWDIR%%/app/Formatter/TaskCalendarFormatter.php +%%WWWDIR%%/app/Formatter/TaskGanttFormatter.php +%%WWWDIR%%/app/Formatter/TaskICalFormatter.php +%%WWWDIR%%/app/Formatter/UserAutoCompleteFormatter.php %%WWWDIR%%/app/Group/DatabaseBackendGroupProvider.php %%WWWDIR%%/app/Group/DatabaseGroupProvider.php %%WWWDIR%%/app/Group/LdapBackendGroupProvider.php @@ -241,12 +297,15 @@ %%WWWDIR%%/app/Helper/AssetHelper.php %%WWWDIR%%/app/Helper/AvatarHelper.php %%WWWDIR%%/app/Helper/BoardHelper.php +%%WWWDIR%%/app/Helper/CalendarHelper.php %%WWWDIR%%/app/Helper/DateHelper.php %%WWWDIR%%/app/Helper/FileHelper.php %%WWWDIR%%/app/Helper/FormHelper.php %%WWWDIR%%/app/Helper/HookHelper.php +%%WWWDIR%%/app/Helper/ICalHelper.php %%WWWDIR%%/app/Helper/LayoutHelper.php %%WWWDIR%%/app/Helper/ModelHelper.php +%%WWWDIR%%/app/Helper/ProjectActivityHelper.php %%WWWDIR%%/app/Helper/ProjectHeaderHelper.php %%WWWDIR%%/app/Helper/SubtaskHelper.php %%WWWDIR%%/app/Helper/TaskHelper.php @@ -296,6 +355,7 @@ %%WWWDIR%%/app/Model/File.php %%WWWDIR%%/app/Model/Group.php %%WWWDIR%%/app/Model/GroupMember.php +%%WWWDIR%%/app/Model/Language.php %%WWWDIR%%/app/Model/LastLogin.php %%WWWDIR%%/app/Model/Link.php %%WWWDIR%%/app/Model/Metadata.php @@ -309,13 +369,11 @@ %%WWWDIR%%/app/Model/ProjectDuplication.php %%WWWDIR%%/app/Model/ProjectFile.php %%WWWDIR%%/app/Model/ProjectGroupRole.php -%%WWWDIR%%/app/Model/ProjectGroupRoleFilter.php %%WWWDIR%%/app/Model/ProjectMetadata.php %%WWWDIR%%/app/Model/ProjectNotification.php %%WWWDIR%%/app/Model/ProjectNotificationType.php %%WWWDIR%%/app/Model/ProjectPermission.php %%WWWDIR%%/app/Model/ProjectUserRole.php -%%WWWDIR%%/app/Model/ProjectUserRoleFilter.php %%WWWDIR%%/app/Model/RememberMeSession.php %%WWWDIR%%/app/Model/Setting.php %%WWWDIR%%/app/Model/Subtask.php @@ -327,17 +385,15 @@ %%WWWDIR%%/app/Model/TaskDuplication.php %%WWWDIR%%/app/Model/TaskExternalLink.php %%WWWDIR%%/app/Model/TaskFile.php -%%WWWDIR%%/app/Model/TaskFilter.php %%WWWDIR%%/app/Model/TaskFinder.php %%WWWDIR%%/app/Model/TaskLink.php %%WWWDIR%%/app/Model/TaskMetadata.php %%WWWDIR%%/app/Model/TaskModification.php -%%WWWDIR%%/app/Model/TaskPermission.php %%WWWDIR%%/app/Model/TaskPosition.php %%WWWDIR%%/app/Model/TaskStatus.php +%%WWWDIR%%/app/Model/Timezone.php %%WWWDIR%%/app/Model/Transition.php %%WWWDIR%%/app/Model/User.php -%%WWWDIR%%/app/Model/UserFilter.php %%WWWDIR%%/app/Model/UserLocking.php %%WWWDIR%%/app/Model/UserMention.php %%WWWDIR%%/app/Model/UserMetadata.php @@ -362,6 +418,7 @@ %%WWWDIR%%/app/ServiceProvider/DatabaseProvider.php %%WWWDIR%%/app/ServiceProvider/EventDispatcherProvider.php %%WWWDIR%%/app/ServiceProvider/ExternalLinkProvider.php +%%WWWDIR%%/app/ServiceProvider/FilterProvider.php %%WWWDIR%%/app/ServiceProvider/GroupProvider.php %%WWWDIR%%/app/ServiceProvider/HelperProvider.php %%WWWDIR%%/app/ServiceProvider/LoggingProvider.php @@ -372,6 +429,7 @@ %%WWWDIR%%/app/Subscriber/AuthSubscriber.php %%WWWDIR%%/app/Subscriber/BaseSubscriber.php %%WWWDIR%%/app/Subscriber/BootstrapSubscriber.php +%%WWWDIR%%/app/Subscriber/LdapUserPhotoSubscriber.php %%WWWDIR%%/app/Subscriber/NotificationSubscriber.php %%WWWDIR%%/app/Subscriber/ProjectDailySummarySubscriber.php %%WWWDIR%%/app/Subscriber/ProjectModificationDateSubscriber.php @@ -384,6 +442,7 @@ %%WWWDIR%%/app/Template/action_creation/event.php %%WWWDIR%%/app/Template/action_creation/params.php %%WWWDIR%%/app/Template/action_project/project.php +%%WWWDIR%%/app/Template/activity/filter_dropdown.php %%WWWDIR%%/app/Template/activity/project.php %%WWWDIR%%/app/Template/activity/task.php %%WWWDIR%%/app/Template/analytic/avg_time_columns.php @@ -409,16 +468,12 @@ %%WWWDIR%%/app/Template/app/tasks.php %%WWWDIR%%/app/Template/auth/index.php %%WWWDIR%%/app/Template/avatar_file/show.php -%%WWWDIR%%/app/Template/board/popover_assignee.php -%%WWWDIR%%/app/Template/board/popover_category.php -%%WWWDIR%%/app/Template/board/popover_close_all_tasks_column.php %%WWWDIR%%/app/Template/board/table_column.php %%WWWDIR%%/app/Template/board/table_container.php %%WWWDIR%%/app/Template/board/table_swimlane.php %%WWWDIR%%/app/Template/board/table_tasks.php %%WWWDIR%%/app/Template/board/task_avatar.php %%WWWDIR%%/app/Template/board/task_footer.php -%%WWWDIR%%/app/Template/board/task_menu.php %%WWWDIR%%/app/Template/board/task_private.php %%WWWDIR%%/app/Template/board/task_public.php %%WWWDIR%%/app/Template/board/tooltip_comments.php @@ -429,6 +484,7 @@ %%WWWDIR%%/app/Template/board/tooltip_tasklinks.php %%WWWDIR%%/app/Template/board/view_private.php %%WWWDIR%%/app/Template/board/view_public.php +%%WWWDIR%%/app/Template/board_popover/close_all_tasks_column.php %%WWWDIR%%/app/Template/calendar/show.php %%WWWDIR%%/app/Template/category/edit.php %%WWWDIR%%/app/Template/category/index.php @@ -557,6 +613,7 @@ %%WWWDIR%%/app/Template/project_user/sidebar.php %%WWWDIR%%/app/Template/project_user/tasks.php %%WWWDIR%%/app/Template/project_user/tooltip_users.php +%%WWWDIR%%/app/Template/search/activity.php %%WWWDIR%%/app/Template/search/index.php %%WWWDIR%%/app/Template/search/results.php %%WWWDIR%%/app/Template/subtask/create.php @@ -611,6 +668,8 @@ %%WWWDIR%%/app/Template/task_internal_link/table.php %%WWWDIR%%/app/Template/task_modification/edit_description.php %%WWWDIR%%/app/Template/task_modification/edit_task.php +%%WWWDIR%%/app/Template/task_popover/change_assignee.php +%%WWWDIR%%/app/Template/task_popover/change_category.php %%WWWDIR%%/app/Template/task_recurrence/edit.php %%WWWDIR%%/app/Template/task_recurrence/info.php %%WWWDIR%%/app/Template/task_status/close.php @@ -753,6 +812,7 @@ %%WWWDIR%%/assets/js/src/BoardHorizontalScrolling.js %%WWWDIR%%/assets/js/src/BoardPolling.js %%WWWDIR%%/assets/js/src/BoardTask.js +%%WWWDIR%%/assets/js/src/Bootstrap.js %%WWWDIR%%/assets/js/src/BurndownChart.js %%WWWDIR%%/assets/js/src/Calendar.js %%WWWDIR%%/assets/js/src/Column.js @@ -778,7 +838,6 @@ %%WWWDIR%%/assets/js/src/TaskTimeColumnChart.js %%WWWDIR%%/assets/js/src/Tooltip.js %%WWWDIR%%/assets/js/src/UserRepartitionChart.js -%%WWWDIR%%/assets/js/src/bootstrap.js %%WWWDIR%%/assets/js/vendor/c3.min.js %%WWWDIR%%/assets/js/vendor/chosen.jquery.min.js %%WWWDIR%%/assets/js/vendor/d3.v3.min.js @@ -841,6 +900,7 @@ %%WWWDIR%%/assets/js/vendor/simplemde.min.js %%WWWDIR%%/config.default.php %%WWWDIR%%/data/.htaccess +%%WWWDIR%%/data/web.config %%WWWDIR%%/doc/2fa.markdown %%WWWDIR%%/doc/analytics-tasks.markdown %%WWWDIR%%/doc/analytics.markdown @@ -967,11 +1027,14 @@ %%WWWDIR%%/doc/kanban-vs-todo-and-scrum.markdown %%WWWDIR%%/doc/keyboard-shortcuts.markdown %%WWWDIR%%/doc/ldap-authentication.markdown +%%WWWDIR%%/doc/ldap-configuration-examples.markdown %%WWWDIR%%/doc/ldap-group-sync.markdown %%WWWDIR%%/doc/ldap-parameters.markdown +%%WWWDIR%%/doc/ldap-profile-picture.markdown %%WWWDIR%%/doc/link-labels.markdown %%WWWDIR%%/doc/mysql-configuration.markdown %%WWWDIR%%/doc/nice-urls.markdown +%%WWWDIR%%/doc/nitrous.markdown %%WWWDIR%%/doc/notifications.markdown %%WWWDIR%%/doc/plugin-authentication-architecture.markdown %%WWWDIR%%/doc/plugin-authentication.markdown @@ -1105,10 +1168,28 @@ %%WWWDIR%%/vendor/erusev/parsedown/Parsedown.php %%WWWDIR%%/vendor/erusev/parsedown/phpunit.xml.dist %%WWWDIR%%/vendor/fguillot/json-rpc/LICENSE -%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/AccessDeniedException.php %%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Client.php -%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/ResponseException.php +%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Exception/AccessDeniedException.php +%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Exception/AuthenticationFailureException.php +%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Exception/ConnectionFailureException.php +%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Exception/InvalidJsonFormatException.php +%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Exception/InvalidJsonRpcFormatException.php +%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Exception/ResponseEncodingFailureException.php +%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Exception/ResponseException.php +%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Exception/ServerErrorException.php +%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/HttpClient.php +%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/ProcedureHandler.php +%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Request/BatchRequestParser.php +%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Request/RequestBuilder.php +%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Request/RequestParser.php +%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Response/ResponseBuilder.php +%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Response/ResponseParser.php %%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Server.php +%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Validator/HostValidator.php +%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Validator/JsonEncodingValidator.php +%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Validator/JsonFormatValidator.php +%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Validator/RpcFormatValidator.php +%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Validator/UserValidator.php %%WWWDIR%%/vendor/fguillot/picodb/LICENSE %%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Condition.php %%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Database.php @@ -1117,10 +1198,12 @@ %%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Driver/Mysql.php %%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Driver/Postgres.php %%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Driver/Sqlite.php +%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/DriverFactory.php %%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Hashtable.php %%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/SQLException.php %%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Schema.php %%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Table.php +%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/UrlParser.php %%WWWDIR%%/vendor/fguillot/simple-validator/LICENSE %%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validator.php %%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/Alpha.php @@ -1147,6 +1230,8 @@ %%WWWDIR%%/vendor/fguillot/simpleLogger/src/SimpleLogger/Base.php %%WWWDIR%%/vendor/fguillot/simpleLogger/src/SimpleLogger/File.php %%WWWDIR%%/vendor/fguillot/simpleLogger/src/SimpleLogger/Logger.php +%%WWWDIR%%/vendor/fguillot/simpleLogger/src/SimpleLogger/Stderr.php +%%WWWDIR%%/vendor/fguillot/simpleLogger/src/SimpleLogger/Stdout.php %%WWWDIR%%/vendor/fguillot/simpleLogger/src/SimpleLogger/Syslog.php %%WWWDIR%%/vendor/gregwar/captcha/CaptchaBuilder.php %%WWWDIR%%/vendor/gregwar/captcha/CaptchaBuilderInterface.php @@ -1501,6 +1586,7 @@ %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_5.php %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_6.php %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_7.php +%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_8.php %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_0.txt %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_1.txt %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_2.txt @@ -1509,6 +1595,7 @@ %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_5.txt %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_6.txt %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_7.txt +%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_8.txt %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/TestCommand.php %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/application_1.json %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/application_1.md @@ -1608,6 +1695,7 @@ %%WWWDIR%%/vendor/symfony/console/Tests/Formatter/OutputFormatterTest.php %%WWWDIR%%/vendor/symfony/console/Tests/Helper/FormatterHelperTest.php %%WWWDIR%%/vendor/symfony/console/Tests/Helper/HelperSetTest.php +%%WWWDIR%%/vendor/symfony/console/Tests/Helper/HelperTest.php %%WWWDIR%%/vendor/symfony/console/Tests/Helper/LegacyDialogHelperTest.php %%WWWDIR%%/vendor/symfony/console/Tests/Helper/LegacyProgressHelperTest.php %%WWWDIR%%/vendor/symfony/console/Tests/Helper/LegacyTableHelperTest.php From owner-svn-ports-head@freebsd.org Fri May 27 13:26:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 933CAB4B709; Fri, 27 May 2016 13:26:19 +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 50E911CA6; Fri, 27 May 2016 13:26:19 +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 u4RDQIwd081937; Fri, 27 May 2016 13:26:18 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RDQIPS081935; Fri, 27 May 2016 13:26:18 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201605271326.u4RDQIPS081935@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Fri, 27 May 2016 13:26:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415938 - head/devel/py-robotframework-pabot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 13:26:19 -0000 Author: pawel Date: Fri May 27 13:26:18 2016 New Revision: 415938 URL: https://svnweb.freebsd.org/changeset/ports/415938 Log: Update to version 0.30 PR: 209576 Submitted by: maintainer Modified: head/devel/py-robotframework-pabot/Makefile head/devel/py-robotframework-pabot/distinfo Modified: head/devel/py-robotframework-pabot/Makefile ============================================================================== --- head/devel/py-robotframework-pabot/Makefile Fri May 27 12:27:38 2016 (r415937) +++ head/devel/py-robotframework-pabot/Makefile Fri May 27 13:26:18 2016 (r415938) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= robotframework-pabot -PORTVERSION= 0.20 +PORTVERSION= 0.30 CATEGORIES= devel www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-robotframework-pabot/distinfo ============================================================================== --- head/devel/py-robotframework-pabot/distinfo Fri May 27 12:27:38 2016 (r415937) +++ head/devel/py-robotframework-pabot/distinfo Fri May 27 13:26:18 2016 (r415938) @@ -1,2 +1,3 @@ -SHA256 (robotframework-pabot-0.20.tar.gz) = f1ee8ad3a5dda2e5cab4598f779b343302b77b428305ef3c48e6e5fb9d18ebc9 -SIZE (robotframework-pabot-0.20.tar.gz) = 8524 +TIMESTAMP = 1464352365 +SHA256 (robotframework-pabot-0.30.tar.gz) = ec19b2e4afa9fd4a7f1bb2d7443a92dd2c834db6f662e1df9e0c4f321593595e +SIZE (robotframework-pabot-0.30.tar.gz) = 10055 From owner-svn-ports-head@freebsd.org Fri May 27 14:46:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1459B4B9B2; Fri, 27 May 2016 14:46:48 +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 C8D511BA5; Fri, 27 May 2016 14:46:48 +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 u4REklLj010959; Fri, 27 May 2016 14:46:47 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4REklha010950; Fri, 27 May 2016 14:46:47 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201605271446.u4REklha010950@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Fri, 27 May 2016 14:46:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415939 - in head/databases/pgrouting: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 14:46:49 -0000 Author: pawel Date: Fri May 27 14:46:46 2016 New Revision: 415939 URL: https://svnweb.freebsd.org/changeset/ports/415939 Log: - Update to version 2.2.3 [1] - Change maintainer's email address [1] - Convert to USES=localbase PR: 209569 [1] Submitted by: maintainer [1] Added: head/databases/pgrouting/files/patch-src_vrp__basic_src_VRP__Solver.cpp (contents, props changed) Modified: head/databases/pgrouting/Makefile head/databases/pgrouting/distinfo head/databases/pgrouting/files/patch-CMakeLists.txt head/databases/pgrouting/files/patch-src_trsp_src_GraphDefinition.cpp head/databases/pgrouting/files/patch-src_trsp_src_trsp__core.cpp head/databases/pgrouting/files/patch-src_tsp_src_tsplib.c head/databases/pgrouting/files/patch-src_vrp__basic_src_VRP.h head/databases/pgrouting/pkg-plist Modified: head/databases/pgrouting/Makefile ============================================================================== --- head/databases/pgrouting/Makefile Fri May 27 13:26:18 2016 (r415938) +++ head/databases/pgrouting/Makefile Fri May 27 14:46:46 2016 (r415939) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= pgrouting -PORTVERSION= 2.2.2 +PORTVERSION= 2.2.3 CATEGORIES= databases geography -MAINTAINER= coder@tuxfamily.org +MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Extension to PostGIS to provide geospatial routing functionality LICENSE= GPLv2 @@ -15,13 +15,10 @@ LIB_DEPENDS= libboost_system.so:devel/bo libgmp.so:math/gmp RUN_DEPENDS= ${LOCALBASE}/share/postgresql/contrib/postgis-2.1/postgis.sql:databases/postgis21 -USES= compiler:c++11-lib cmake pgsql:9.1+ pkgconfig +USES= compiler:c++11-lib cmake localbase pgsql:9.1+ pkgconfig USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= pgRouting -GH_TAGNAME= 190d2b9 - -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +GH_TAGNAME= 8416c60 .include Modified: head/databases/pgrouting/distinfo ============================================================================== --- head/databases/pgrouting/distinfo Fri May 27 13:26:18 2016 (r415938) +++ head/databases/pgrouting/distinfo Fri May 27 14:46:46 2016 (r415939) @@ -1,2 +1,3 @@ -SHA256 (pgRouting-pgrouting-2.2.2-190d2b9_GH0.tar.gz) = 07f316eee18c2d990ec5de8c5825fc402c010a1e0c874f61a72da4b88828a2b0 -SIZE (pgRouting-pgrouting-2.2.2-190d2b9_GH0.tar.gz) = 4372652 +TIMESTAMP = 1463423989 +SHA256 (pgRouting-pgrouting-2.2.3-8416c60_GH0.tar.gz) = 2fdc5f781eaf342222c5b52e12698adb641bde2576908e85a7dc41b8d8ccb540 +SIZE (pgRouting-pgrouting-2.2.3-8416c60_GH0.tar.gz) = 4373034 Modified: head/databases/pgrouting/files/patch-CMakeLists.txt ============================================================================== --- head/databases/pgrouting/files/patch-CMakeLists.txt Fri May 27 13:26:18 2016 (r415938) +++ head/databases/pgrouting/files/patch-CMakeLists.txt Fri May 27 14:46:46 2016 (r415939) @@ -1,4 +1,4 @@ ---- CMakeLists.txt.orig 2016-04-19 16:40:04 UTC +--- CMakeLists.txt.orig 2016-05-15 23:38:54 UTC +++ CMakeLists.txt @@ -224,20 +224,20 @@ if(APPLE) if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") Modified: head/databases/pgrouting/files/patch-src_trsp_src_GraphDefinition.cpp ============================================================================== --- head/databases/pgrouting/files/patch-src_trsp_src_GraphDefinition.cpp Fri May 27 13:26:18 2016 (r415938) +++ head/databases/pgrouting/files/patch-src_trsp_src_GraphDefinition.cpp Fri May 27 14:46:46 2016 (r415939) @@ -1,4 +1,4 @@ ---- src/trsp/src/GraphDefinition.cpp.orig 2016-04-28 19:58:27 UTC +--- src/trsp/src/GraphDefinition.cpp.orig 2016-05-15 23:38:54 UTC +++ src/trsp/src/GraphDefinition.cpp @@ -26,7 +26,7 @@ Foundation, Inc., 51 Franklin Street, Fi #include Modified: head/databases/pgrouting/files/patch-src_trsp_src_trsp__core.cpp ============================================================================== --- head/databases/pgrouting/files/patch-src_trsp_src_trsp__core.cpp Fri May 27 13:26:18 2016 (r415938) +++ head/databases/pgrouting/files/patch-src_trsp_src_trsp__core.cpp Fri May 27 14:46:46 2016 (r415939) @@ -1,4 +1,4 @@ ---- src/trsp/src/trsp_core.cpp.orig 2016-04-28 19:43:44 UTC +--- src/trsp/src/trsp_core.cpp.orig 2016-05-15 23:38:54 UTC +++ src/trsp/src/trsp_core.cpp @@ -25,6 +25,7 @@ Foundation, Inc., 51 Franklin Street, Fi #include Modified: head/databases/pgrouting/files/patch-src_tsp_src_tsplib.c ============================================================================== --- head/databases/pgrouting/files/patch-src_tsp_src_tsplib.c Fri May 27 13:26:18 2016 (r415938) +++ head/databases/pgrouting/files/patch-src_tsp_src_tsplib.c Fri May 27 14:46:46 2016 (r415939) @@ -1,4 +1,4 @@ ---- src/tsp/src/tsplib.c.orig 2016-04-28 19:50:17 UTC +--- src/tsp/src/tsplib.c.orig 2016-05-15 23:38:54 UTC +++ src/tsp/src/tsplib.c @@ -85,6 +85,7 @@ THE SOFTWARE. //#include Modified: head/databases/pgrouting/files/patch-src_vrp__basic_src_VRP.h ============================================================================== --- head/databases/pgrouting/files/patch-src_vrp__basic_src_VRP.h Fri May 27 13:26:18 2016 (r415938) +++ head/databases/pgrouting/files/patch-src_vrp__basic_src_VRP.h Fri May 27 14:46:46 2016 (r415939) @@ -1,4 +1,4 @@ ---- src/vrp_basic/src/VRP.h.orig 2016-04-19 16:40:04 UTC +--- src/vrp_basic/src/VRP.h.orig 2016-05-15 23:38:54 UTC +++ src/vrp_basic/src/VRP.h @@ -70,7 +70,7 @@ typedef struct vrp_result_element Added: head/databases/pgrouting/files/patch-src_vrp__basic_src_VRP__Solver.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pgrouting/files/patch-src_vrp__basic_src_VRP__Solver.cpp Fri May 27 14:46:46 2016 (r415939) @@ -0,0 +1,11 @@ +--- src/vrp_basic/src/VRP_Solver.cpp.orig 2016-05-16 20:28:00 UTC ++++ src/vrp_basic/src/VRP_Solver.cpp +@@ -28,6 +28,8 @@ Foundation, Inc., 51 Franklin Street, Fi + + #include + #include "VRP_Solver.h" ++#include ++#include + + #undef PGR_LOGGER_ON + #define PGR_LOGGER_LOC Modified: head/databases/pgrouting/pkg-plist ============================================================================== --- head/databases/pgrouting/pkg-plist Fri May 27 13:26:18 2016 (r415938) +++ head/databases/pgrouting/pkg-plist Fri May 27 14:46:46 2016 (r415939) @@ -1,8 +1,9 @@ lib/postgresql/libpgrouting-2.2.so -share/postgresql/extension/pgrouting--2.0.0--2.2.2.sql -share/postgresql/extension/pgrouting--2.0.1--2.2.2.sql -share/postgresql/extension/pgrouting--2.1.0--2.2.2.sql -share/postgresql/extension/pgrouting--2.2.0--2.2.2.sql -share/postgresql/extension/pgrouting--2.2.1--2.2.2.sql -share/postgresql/extension/pgrouting--2.2.2.sql +share/postgresql/extension/pgrouting--2.0.0--2.2.3.sql +share/postgresql/extension/pgrouting--2.0.1--2.2.3.sql +share/postgresql/extension/pgrouting--2.1.0--2.2.3.sql +share/postgresql/extension/pgrouting--2.2.0--2.2.3.sql +share/postgresql/extension/pgrouting--2.2.1--2.2.3.sql +share/postgresql/extension/pgrouting--2.2.2--2.2.3.sql +share/postgresql/extension/pgrouting--2.2.3.sql share/postgresql/extension/pgrouting.control From owner-svn-ports-head@freebsd.org Fri May 27 15:10:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD706B4BE8A; Fri, 27 May 2016 15:10: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 9C4BC1867; Fri, 27 May 2016 15:10: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 u4RFAbAD018461; Fri, 27 May 2016 15:10:37 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RFAbqQ018460; Fri, 27 May 2016 15:10:37 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201605271510.u4RFAbqQ018460@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 27 May 2016 15:10:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415940 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 15:10:38 -0000 Author: adamw Date: Fri May 27 15:10:37 2016 New Revision: 415940 URL: https://svnweb.freebsd.org/changeset/ports/415940 Log: Add instructions for recent changes to opensmtpd extras, requiring users to separate arguments with quotes, and to place everything into a chroot. Many thanks to fluffy for figuring out these solutions. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri May 27 14:46:46 2016 (r415939) +++ head/UPDATING Fri May 27 15:10:37 2016 (r415940) @@ -5,6 +5,24 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20160527 + AFFECTS: Users of mail/opensmtpd-extras (any of them) + AUTHOR: adamw@FreeBSD.org + + The invocation for extras has changed. Some extras might fail unless + you pass all options/arguments separated by quotes: + + filter myfilter dnsbl "-c /var/chroot/dnsbl" "-h my.dnsbl.com" + + Additionally, extras now run in a chroot. Either pass "-C" to skip the + chroot entirely (not recommended), or put all required config files, + resolv.conf, and external binaries into the chroot. For example: + + # mkdir -p /var/chroot/dnsbl/etc + # cp /etc/resolv.conf /var/chroot/dnsbl/etc + + And pass "-c /var/chroot/dnsbl" to the filter. + 20160526: AFFECTS: Users of mail/opensmtpd AUTHOR: brnrd@FreeBSD.org From owner-svn-ports-head@freebsd.org Fri May 27 15:42:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0850EB4C713; Fri, 27 May 2016 15:42:09 +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 A29561D74; Fri, 27 May 2016 15:42:08 +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 u4RFg7cJ030847; Fri, 27 May 2016 15:42:07 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RFg7Jq030844; Fri, 27 May 2016 15:42:07 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201605271542.u4RFg7Jq030844@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 27 May 2016 15:42:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415941 - head/www/impresscms X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 15:42:09 -0000 Author: marino Date: Fri May 27 15:42:07 2016 New Revision: 415941 URL: https://svnweb.freebsd.org/changeset/ports/415941 Log: www/impresscms: regenerate pkg-plist, bump This ports appears to have been broken ever since it was provided stage support incorrectly. All the @dirrm entries were converted to @dir, and not all of those were even pointing at directories. This regenerates the plist with "makeplist" so that it passes build tests. Note: version 1.3.8 is out now in case somebody wants to upgrade this. Modified: head/www/impresscms/Makefile head/www/impresscms/pkg-plist Modified: head/www/impresscms/Makefile ============================================================================== --- head/www/impresscms/Makefile Fri May 27 15:10:37 2016 (r415940) +++ head/www/impresscms/Makefile Fri May 27 15:42:07 2016 (r415941) @@ -3,7 +3,7 @@ PORTNAME= impresscms PORTVERSION= 1.3.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/ImpressCMS%20Official%20Releases/ImpressCMS%201.3%20Branch/ImpressCMS%20${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION}_final Modified: head/www/impresscms/pkg-plist ============================================================================== --- head/www/impresscms/pkg-plist Fri May 27 15:10:37 2016 (r415940) +++ head/www/impresscms/pkg-plist Fri May 27 15:42:07 2016 (r415941) @@ -12,13 +12,13 @@ %%WWWDIR%%/htdocs/admin.php %%WWWDIR%%/htdocs/banners.php %%WWWDIR%%/htdocs/cache/index.html +%%WWWDIR%%/htdocs/class/auth/auth.php %%WWWDIR%%/htdocs/class/auth/auth_ads.php -%%WWWDIR%%/htdocs/class/auth/authfactory.php %%WWWDIR%%/htdocs/class/auth/auth_ldap.php %%WWWDIR%%/htdocs/class/auth/auth_openid.php -%%WWWDIR%%/htdocs/class/auth/auth.php %%WWWDIR%%/htdocs/class/auth/auth_provisionning.php %%WWWDIR%%/htdocs/class/auth/auth_xoops.php +%%WWWDIR%%/htdocs/class/auth/authfactory.php %%WWWDIR%%/htdocs/class/auth/index.html %%WWWDIR%%/htdocs/class/captcha/captcha.php %%WWWDIR%%/htdocs/class/captcha/config.php @@ -31,8 +31,8 @@ %%WWWDIR%%/htdocs/class/class.zipfile.php %%WWWDIR%%/htdocs/class/commentrenderer.php %%WWWDIR%%/htdocs/class/criteria.php -%%WWWDIR%%/htdocs/class/database/databasefactory.php %%WWWDIR%%/htdocs/class/database/database.php +%%WWWDIR%%/htdocs/class/database/databasefactory.php %%WWWDIR%%/htdocs/class/database/databaseupdater.php %%WWWDIR%%/htdocs/class/database/drivers/index.html %%WWWDIR%%/htdocs/class/database/drivers/mysql/database.php @@ -50,8 +50,8 @@ %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformautocompleteelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformblockoptionselement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformcheckelement.php -%%WWWDIR%%/htdocs/class/icmsform/elements/icmsformdateelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformdate_timeelement.php +%%WWWDIR%%/htdocs/class/icmsform/elements/icmsformdateelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformfileelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformfileuploadelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformhidden.php @@ -62,18 +62,18 @@ %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformparentcategoryelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformradioelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformrichfileelement.php -%%WWWDIR%%/htdocs/class/icmsform/elements/icmsformsectionclose.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformsection.php -%%WWWDIR%%/htdocs/class/icmsform/elements/icmsformselectelement.php +%%WWWDIR%%/htdocs/class/icmsform/elements/icmsformsectionclose.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformselect_multielement.php +%%WWWDIR%%/htdocs/class/icmsform/elements/icmsformselectelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformset_passwordelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformsourceeditor.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformtextelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformtimeelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformuploadelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformurllinkelement.php -%%WWWDIR%%/htdocs/class/icmsform/elements/icmsformuserelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformuser_sigelement.php +%%WWWDIR%%/htdocs/class/icmsform/elements/icmsformuserelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformyesnoelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/index.html %%WWWDIR%%/htdocs/class/icmsform/icmsform.php @@ -95,15 +95,16 @@ %%WWWDIR%%/htdocs/class/plugins.php %%WWWDIR%%/htdocs/class/tardownloader.php %%WWWDIR%%/htdocs/class/template.php -%%WWWDIR%%/htdocs/class/theme_blocks.php %%WWWDIR%%/htdocs/class/theme.php +%%WWWDIR%%/htdocs/class/theme_blocks.php %%WWWDIR%%/htdocs/class/tree.php %%WWWDIR%%/htdocs/class/uploader.php %%WWWDIR%%/htdocs/class/xoopsblock.php %%WWWDIR%%/htdocs/class/xoopseditor.inc.php -%%WWWDIR%%/htdocs/class/xoopseditor/index.html %%WWWDIR%%/htdocs/class/xoopseditor.php +%%WWWDIR%%/htdocs/class/xoopseditor/index.html %%WWWDIR%%/htdocs/class/xoopseditor/xoopseditor.php +%%WWWDIR%%/htdocs/class/xoopsform/form.php %%WWWDIR%%/htdocs/class/xoopsform/formbutton.php %%WWWDIR%%/htdocs/class/xoopsform/formcaptcha.php %%WWWDIR%%/htdocs/class/xoopsform/formcheckbox.php @@ -116,31 +117,30 @@ %%WWWDIR%%/htdocs/class/xoopsform/formfile.php %%WWWDIR%%/htdocs/class/xoopsform/formhidden.php %%WWWDIR%%/htdocs/class/xoopsform/formhiddentoken.php -%%WWWDIR%%/htdocs/class/xoopsform/formimage_browse.php %%WWWDIR%%/htdocs/class/xoopsform/formimage.php +%%WWWDIR%%/htdocs/class/xoopsform/formimage_browse.php %%WWWDIR%%/htdocs/class/xoopsform/formlabel.php %%WWWDIR%%/htdocs/class/xoopsform/formpassword.php -%%WWWDIR%%/htdocs/class/xoopsform/form.php %%WWWDIR%%/htdocs/class/xoopsform/formradio.php %%WWWDIR%%/htdocs/class/xoopsform/formradioyn.php +%%WWWDIR%%/htdocs/class/xoopsform/formselect.php %%WWWDIR%%/htdocs/class/xoopsform/formselectcountry.php %%WWWDIR%%/htdocs/class/xoopsform/formselecteditor.php %%WWWDIR%%/htdocs/class/xoopsform/formselectgroup.php %%WWWDIR%%/htdocs/class/xoopsform/formselectlang.php %%WWWDIR%%/htdocs/class/xoopsform/formselectmatchoption.php -%%WWWDIR%%/htdocs/class/xoopsform/formselect.php %%WWWDIR%%/htdocs/class/xoopsform/formselecttheme.php %%WWWDIR%%/htdocs/class/xoopsform/formselecttimezone.php %%WWWDIR%%/htdocs/class/xoopsform/formselectuser.php +%%WWWDIR%%/htdocs/class/xoopsform/formtext.php %%WWWDIR%%/htdocs/class/xoopsform/formtextarea.php %%WWWDIR%%/htdocs/class/xoopsform/formtextdateselect.php -%%WWWDIR%%/htdocs/class/xoopsform/formtext.php %%WWWDIR%%/htdocs/class/xoopsform/grouppermform.php %%WWWDIR%%/htdocs/class/xoopsform/index.html -%%WWWDIR%%/htdocs/class/xoopsformloader.php %%WWWDIR%%/htdocs/class/xoopsform/simpleform.php %%WWWDIR%%/htdocs/class/xoopsform/tableform.php %%WWWDIR%%/htdocs/class/xoopsform/themeform.php +%%WWWDIR%%/htdocs/class/xoopsformloader.php %%WWWDIR%%/htdocs/class/xoopslists.php %%WWWDIR%%/htdocs/class/xoopsmailer.php %%WWWDIR%%/htdocs/class/xoopsmodule.php @@ -154,6 +154,118 @@ %%WWWDIR%%/htdocs/class/zipdownloader.php %%WWWDIR%%/htdocs/content.php %%WWWDIR%%/htdocs/editors/FCKeditor/_documentation.html +%%WWWDIR%%/htdocs/editors/FCKeditor/_upgrade.html +%%WWWDIR%%/htdocs/editors/FCKeditor/_whatsnew.html +%%WWWDIR%%/htdocs/editors/FCKeditor/_whatsnew_history.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckcontextmenu.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdataprocessor.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdocumentfragment_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdocumentfragment_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdomrange.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdomrange_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdomrange_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdomrangeiterator.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckeditingarea.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckelementpath.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckenterkey.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckevents.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckhtmliterator.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckicon.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckiecleanup.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckimagepreloader.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckkeystrokehandler.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckmenublock.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckmenublockpanel.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckmenuitem.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckpanel.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckplugin.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckspecialcombo.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckstyle.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckstyledef.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckstyledef_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckstyledef_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckstylesloader.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbar.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarbreak_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarbreak_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarbutton.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarbuttonui.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarfontformatcombo.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarfontscombo.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarfontsizecombo.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarpanelbutton.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarspecialcombo.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarstylecombo.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckw3crange.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckxml.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckxml_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckxml_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/index.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fck_othercommands.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckblockquotecommand.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckcorestylecommand.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckfitwindow.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckindentcommands.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckjustifycommands.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fcklistcommands.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fcknamedcommand.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckpasteplaintextcommand.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckpastewordcommand.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckremoveformatcommand.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckshowblocks.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckspellcheckcommand_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckspellcheckcommand_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckstylecommand.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fcktablecommand.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fcktextcolorcommand.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/index.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/fckconstants.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/fckeditorapi.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/fckjscoreextensions.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/fckscriptloader.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/index.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fck.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fck_contextmenu.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fck_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fck_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckbrowserinfo.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckcodeformatter.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckcommands.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckconfig.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdebug.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdebug_empty.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdialog.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdialog_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdialog_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdocumentprocessor.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdomtools.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcklanguagemanager.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcklisthandler.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcklistslib.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckplugins.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckregexlib.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckscayt.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckselection.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckselection_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckselection_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckstyles.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktablehandler.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktablehandler_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktablehandler_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktoolbaritems.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktoolbarset.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktools.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktools_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktools_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckundo.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckundo_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckundo_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckurlparams.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckxhtml.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckxhtml_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckxhtml_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckxhtmlentities.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/css/behaviors/disablehandles.htc %%WWWDIR%%/htdocs/editors/FCKeditor/editor/css/behaviors/hiddenfield.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/css/behaviors/hiddenfield.htc @@ -201,22 +313,22 @@ %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_checkbox.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_colorselector.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_div.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_docprops/fck_document_preview.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_docprops.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_docprops/fck_document_preview.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_docprops/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_find.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_flash.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_flash/fck_flash.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_flash/fck_flash_preview.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_flash.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_flash/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_form.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_hiddenfield.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_image.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_image/fck_image.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_image/fck_image_preview.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_image.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_image/index.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_link/fck_link.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_link.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_link/fck_link.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_link/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_listprop.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_paste.html @@ -224,8 +336,8 @@ %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_replace.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_scayt.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_scayt/scayt_dialog.css -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_select/fck_select.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_select.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_select/fck_select.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_select/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_smiley.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_source.html @@ -244,8 +356,8 @@ %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/spellchecker.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/spellerStyle.css %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/wordWindow.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_tablecell.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_table.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_tablecell.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_template.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_template/images/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_template/images/template1.gif @@ -254,12 +366,12 @@ %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_template/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_textarea.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_textfield.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_universalkey.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_universalkey/00.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_universalkey/data.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_universalkey/diacritic.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_universalkey/dialogue.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_universalkey/fck_universalkey.css -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_universalkey.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_universalkey/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_universalkey/keyboard_layout.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_universalkey/multihexa.js @@ -282,11 +394,11 @@ %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/frmresourcetype.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/frmupload.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images/ButtonArrow.gif +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images/Folder.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images/Folder32.gif -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images/FolderOpened32.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images/FolderOpened.gif +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images/FolderOpened32.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images/FolderUp.gif -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images/Folder.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images/icons/32/ai.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images/icons/32/avi.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images/icons/32/bmp.gif @@ -395,17 +507,17 @@ %%WWWDIR%%/htdocs/editors/FCKeditor/editor/js/fckeditorcode_gecko.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/js/fckeditorcode_ie.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/js/index.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/lang/en.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/lang/_getfontformat.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/lang/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/lang/_translationstatus.txt +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/lang/en.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/lang/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/autogrow/fckplugin.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/autogrow/index.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/bbcode/fckplugin.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/bbcode/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/bbcode/_sample/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/bbcode/_sample/sample.config.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/bbcode/_sample/sample.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/bbcode/fckplugin.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/bbcode/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/dragresizetable/fckplugin.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/dragresizetable/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/index.html @@ -419,7 +531,7 @@ %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/simplecommands/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/tablecommands/fckplugin.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/tablecommands/index.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor_registry.php +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/_fckviewstrips.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/default/fck_dialog.css %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/default/fck_dialog_ie6.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/default/fck_editor.css @@ -436,7 +548,6 @@ %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/default/images/toolbar.expand.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/default/images/toolbar.separator.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/default/images/toolbar.start.gif -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/_fckviewstrips.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/office2003/fck_dialog.css %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/office2003/fck_dialog_ie6.js @@ -476,119 +587,11 @@ %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/silver/images/toolbar.separator.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/silver/images/toolbar.start.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/silver/index.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckcontextmenu.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdataprocessor.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdocumentfragment_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdocumentfragment_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdomrange_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdomrange_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdomrangeiterator.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdomrange.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckeditingarea.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckelementpath.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckenterkey.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckevents.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckhtmliterator.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckicon.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckiecleanup.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckimagepreloader.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckkeystrokehandler.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckmenublock.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckmenublockpanel.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckmenuitem.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckpanel.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckplugin.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckspecialcombo.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckstyledef_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckstyledef_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckstyledef.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckstyle.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckstylesloader.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarbreak_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarbreak_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarbutton.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarbuttonui.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarfontformatcombo.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarfontscombo.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarfontsizecombo.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbar.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarpanelbutton.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarspecialcombo.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarstylecombo.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckw3crange.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckxml_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckxml_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckxml.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/index.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckblockquotecommand.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckcorestylecommand.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckfitwindow.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckindentcommands.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckjustifycommands.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fcklistcommands.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fcknamedcommand.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fck_othercommands.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckpasteplaintextcommand.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckpastewordcommand.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckremoveformatcommand.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckshowblocks.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckspellcheckcommand_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckspellcheckcommand_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckstylecommand.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fcktablecommand.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fcktextcolorcommand.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/index.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/fckconstants.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/fckeditorapi.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/fckjscoreextensions.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/fckscriptloader.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/index.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckbrowserinfo.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckcodeformatter.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckcommands.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckconfig.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fck_contextmenu.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdebug_empty.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdebug.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdialog_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdialog_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdialog.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdocumentprocessor.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdomtools.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fck_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fck_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fck.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcklanguagemanager.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcklisthandler.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcklistslib.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckplugins.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckregexlib.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckscayt.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckselection_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckselection_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckselection.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckstyles.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktablehandler_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktablehandler_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktablehandler.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktoolbaritems.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktoolbarset.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktools_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktools_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktools.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckundo_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckundo_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckundo.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckurlparams.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckxhtmlentities.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckxhtml_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckxhtml_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckxhtml.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/wsc/ciframe.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/wsc/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/wsc/tmpFrameset.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/wsc/w.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor_registry.php %%WWWDIR%%/htdocs/editors/FCKeditor/fckconfig.js %%WWWDIR%%/htdocs/editors/FCKeditor/fckeditor.js %%WWWDIR%%/htdocs/editors/FCKeditor/fckeditor.php @@ -606,9 +609,6 @@ %%WWWDIR%%/htdocs/editors/FCKeditor/module/fckeditor.connector.php %%WWWDIR%%/htdocs/editors/FCKeditor/module/fckeditor.upload.php %%WWWDIR%%/htdocs/editors/FCKeditor/module/index.html -%%WWWDIR%%/htdocs/editors/FCKeditor/_upgrade.html -%%WWWDIR%%/htdocs/editors/FCKeditor/_whatsnew_history.html -%%WWWDIR%%/htdocs/editors/FCKeditor/_whatsnew.html %%WWWDIR%%/htdocs/editors/FCKeditor/xoops_version.php %%WWWDIR%%/htdocs/editors/dhtmltextarea/dhtmltextarea.php %%WWWDIR%%/htdocs/editors/dhtmltextarea/editor_registry.php @@ -702,8 +702,6 @@ %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/emotions/js/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/emotions/langs/en_dlg.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/emotions/langs/index.html -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example_dependency/editor_plugin.js -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example_dependency/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example/dialog.htm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example/editor_plugin.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example/editor_plugin_src.js @@ -712,9 +710,11 @@ %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example/js/dialog.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example/js/index.html -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example/langs/en_dlg.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example/langs/en.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example/langs/en_dlg.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example/langs/index.html +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example_dependency/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example_dependency/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/fullpage/css/fullpage.css %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/fullpage/css/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/fullpage/editor_plugin.js @@ -736,8 +736,8 @@ %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/icmsmlcontent/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/icmsmlcontent/js/icmsmlcontent.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/icmsmlcontent/js/index.html -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/icmsmlcontent/langs/en_dlg.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/icmsmlcontent/langs/en.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/icmsmlcontent/langs/en_dlg.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/icmsmlcontent/langs/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/icmsmlcontent/mlcontent.php %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/icmsmlcontent/readme.txt @@ -844,12 +844,14 @@ %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/searchreplace/langs/en_dlg.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/searchreplace/langs/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/searchreplace/searchreplace.htm +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/spellchecker/classes/utils %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/spellchecker/css/content.css %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/spellchecker/css/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/spellchecker/editor_plugin.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/spellchecker/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/spellchecker/img/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/spellchecker/img/wline.gif +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/spellchecker/includes %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/spellchecker/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/style/css/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/style/css/props.css @@ -931,8 +933,8 @@ %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsemotions/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsemotions/js/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsemotions/js/xoopsemotions.js -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsemotions/langs/en_dlg.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsemotions/langs/en.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsemotions/langs/en_dlg.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsemotions/langs/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsemotions/readme.txt %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsemotions/xoopsemotions.php @@ -947,8 +949,8 @@ %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsimagemanager/js/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsimagemanager/js/xoopsimagebrowser.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsimagemanager/js/xoopsimagemanager.js -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsimagemanager/langs/en_dlg.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsimagemanager/langs/en.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsimagemanager/langs/en_dlg.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsimagemanager/langs/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsimagemanager/xoopsimagebrowser.php %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsimagemanager/xoopsimagemanager.php @@ -964,8 +966,8 @@ %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsquotecode/js/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsquotecode/js/xoopscode.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsquotecode/js/xoopsquote.js -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsquotecode/langs/en_dlg.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsquotecode/langs/en.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsquotecode/langs/en_dlg.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsquotecode/langs/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsquotecode/readme.txt %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsquotecode/xoopscode.htm @@ -998,8 +1000,8 @@ %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/js/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/js/link.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/js/source_editor.js -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/langs/en_dlg.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/langs/en.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/langs/en_dlg.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/langs/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/link.htm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/shortcuts.htm @@ -1020,13 +1022,13 @@ %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/content.css %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/dialog.css -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/img/button_bg_black.png %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/img/button_bg.png +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/img/button_bg_black.png %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/img/button_bg_silver.png %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/img/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/index.html -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/ui_black.css %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/ui.css +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/ui_black.css %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/ui_silver.css %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/source_editor.htm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/index.html @@ -1069,13 +1071,13 @@ %%WWWDIR%%/htdocs/images/aligncenter.gif %%WWWDIR%%/htdocs/images/alignleft.gif %%WWWDIR%%/htdocs/images/alignright.gif -%%WWWDIR%%/htdocs/images/arrow1.gif %%WWWDIR%%/htdocs/images/arrow.gif +%%WWWDIR%%/htdocs/images/arrow1.gif %%WWWDIR%%/htdocs/images/await.gif %%WWWDIR%%/htdocs/images/banners/banner.swf +%%WWWDIR%%/htdocs/images/banners/impresscms_banner.gif %%WWWDIR%%/htdocs/images/banners/impresscms_banner_2.gif %%WWWDIR%%/htdocs/images/banners/impresscms_banner_3.gif -%%WWWDIR%%/htdocs/images/banners/impresscms_banner.gif %%WWWDIR%%/htdocs/images/banners/index.html %%WWWDIR%%/htdocs/images/bg.gif %%WWWDIR%%/htdocs/images/blank.gif @@ -1117,20 +1119,21 @@ %%WWWDIR%%/htdocs/images/hide.gif %%WWWDIR%%/htdocs/images/icon_big.png %%WWWDIR%%/htdocs/images/icon_options.png +%%WWWDIR%%/htdocs/images/icon_small.png %%WWWDIR%%/htdocs/images/icons/aim.gif -%%WWWDIR%%/htdocs/images/icons/delete_block.gif %%WWWDIR%%/htdocs/images/icons/delete.gif -%%WWWDIR%%/htdocs/images/icons/edit_block.gif +%%WWWDIR%%/htdocs/images/icons/delete_block.gif %%WWWDIR%%/htdocs/images/icons/edit.gif -%%WWWDIR%%/htdocs/images/icons/email.gif +%%WWWDIR%%/htdocs/images/icons/edit_block.gif %%WWWDIR%%/htdocs/images/icons/em_small.gif +%%WWWDIR%%/htdocs/images/icons/email.gif %%WWWDIR%%/htdocs/images/icons/english/aim.gif -%%WWWDIR%%/htdocs/images/icons/english/delete_block.gif %%WWWDIR%%/htdocs/images/icons/english/delete.gif -%%WWWDIR%%/htdocs/images/icons/english/edit_block.gif +%%WWWDIR%%/htdocs/images/icons/english/delete_block.gif %%WWWDIR%%/htdocs/images/icons/english/edit.gif -%%WWWDIR%%/htdocs/images/icons/english/email.gif +%%WWWDIR%%/htdocs/images/icons/english/edit_block.gif %%WWWDIR%%/htdocs/images/icons/english/em_small.gif +%%WWWDIR%%/htdocs/images/icons/english/email.gif %%WWWDIR%%/htdocs/images/icons/english/icq_add.gif %%WWWDIR%%/htdocs/images/icons/english/index.html %%WWWDIR%%/htdocs/images/icons/english/ip.gif @@ -1138,22 +1141,21 @@ %%WWWDIR%%/htdocs/images/icons/english/no_posticon.gif %%WWWDIR%%/htdocs/images/icons/english/pm.gif %%WWWDIR%%/htdocs/images/icons/english/pm_small.gif -%%WWWDIR%%/htdocs/images/icons/english/posticon2.gif %%WWWDIR%%/htdocs/images/icons/english/posticon.gif +%%WWWDIR%%/htdocs/images/icons/english/posticon2.gif %%WWWDIR%%/htdocs/images/icons/english/profile.gif %%WWWDIR%%/htdocs/images/icons/english/reply.gif -%%WWWDIR%%/htdocs/images/icons/english/www.gif +%%WWWDIR%%/htdocs/images/icons/english/%%WWWOWN%%.gif %%WWWDIR%%/htdocs/images/icons/english/yim.gif %%WWWDIR%%/htdocs/images/icons/icq_add.gif %%WWWDIR%%/htdocs/images/icons/index.html %%WWWDIR%%/htdocs/images/icons/ip.gif -%%WWWDIR%%/htdocs/images/icon_small.png %%WWWDIR%%/htdocs/images/icons/msnm.gif %%WWWDIR%%/htdocs/images/icons/no_posticon.gif %%WWWDIR%%/htdocs/images/icons/pm.gif %%WWWDIR%%/htdocs/images/icons/pm_small.gif -%%WWWDIR%%/htdocs/images/icons/posticon2.gif %%WWWDIR%%/htdocs/images/icons/posticon.gif +%%WWWDIR%%/htdocs/images/icons/posticon2.gif %%WWWDIR%%/htdocs/images/icons/profile.gif %%WWWDIR%%/htdocs/images/icons/reply.gif %%WWWDIR%%/htdocs/images/icons/social/ask.gif @@ -1189,7 +1191,7 @@ %%WWWDIR%%/htdocs/images/icons/social/wong.gif %%WWWDIR%%/htdocs/images/icons/social/yahoo.gif %%WWWDIR%%/htdocs/images/icons/social/yigg.gif -%%WWWDIR%%/htdocs/images/icons/www.gif +%%WWWDIR%%/htdocs/images/icons/%%WWWOWN%%.gif %%WWWDIR%%/htdocs/images/icons/yim.gif %%WWWDIR%%/htdocs/images/image.gif %%WWWDIR%%/htdocs/images/imgsrc.gif @@ -1202,11 +1204,11 @@ %%WWWDIR%%/htdocs/images/kfaenza/actions/acp_help.png %%WWWDIR%%/htdocs/images/kfaenza/actions/asc.png %%WWWDIR%%/htdocs/images/kfaenza/actions/attach.png +%%WWWDIR%%/htdocs/images/kfaenza/actions/back.png %%WWWDIR%%/htdocs/images/kfaenza/actions/back1.png %%WWWDIR%%/htdocs/images/kfaenza/actions/back2.png -%%WWWDIR%%/htdocs/images/kfaenza/actions/back.png -%%WWWDIR%%/htdocs/images/kfaenza/actions/bookmark_add.png %%WWWDIR%%/htdocs/images/kfaenza/actions/bookmark.png +%%WWWDIR%%/htdocs/images/kfaenza/actions/bookmark_add.png %%WWWDIR%%/htdocs/images/kfaenza/actions/button_cancel.png %%WWWDIR%%/htdocs/images/kfaenza/actions/button_ok.png %%WWWDIR%%/htdocs/images/kfaenza/actions/cd.png @@ -1218,32 +1220,32 @@ %%WWWDIR%%/htdocs/images/kfaenza/actions/decrypted.png %%WWWDIR%%/htdocs/images/kfaenza/actions/desc.png %%WWWDIR%%/htdocs/images/kfaenza/actions/down.png +%%WWWDIR%%/htdocs/images/kfaenza/actions/edit.png +%%WWWDIR%%/htdocs/images/kfaenza/actions/edit_picture.png %%WWWDIR%%/htdocs/images/kfaenza/actions/editcopy.png %%WWWDIR%%/htdocs/images/kfaenza/actions/editcut.png %%WWWDIR%%/htdocs/images/kfaenza/actions/editdelete.png %%WWWDIR%%/htdocs/images/kfaenza/actions/editpaste.png -%%WWWDIR%%/htdocs/images/kfaenza/actions/edit_picture.png -%%WWWDIR%%/htdocs/images/kfaenza/actions/edit.png %%WWWDIR%%/htdocs/images/kfaenza/actions/encrypted.png %%WWWDIR%%/htdocs/images/kfaenza/actions/exit.png +%%WWWDIR%%/htdocs/images/kfaenza/actions/file.png %%WWWDIR%%/htdocs/images/kfaenza/actions/fileclose.png %%WWWDIR%%/htdocs/images/kfaenza/actions/filefind.png -%%WWWDIR%%/htdocs/images/kfaenza/actions/filenew2.png %%WWWDIR%%/htdocs/images/kfaenza/actions/filenew.png +%%WWWDIR%%/htdocs/images/kfaenza/actions/filenew2.png %%WWWDIR%%/htdocs/images/kfaenza/actions/fileopen.png -%%WWWDIR%%/htdocs/images/kfaenza/actions/file.png %%WWWDIR%%/htdocs/images/kfaenza/actions/fileprint.png %%WWWDIR%%/htdocs/images/kfaenza/actions/filequickprint.png +%%WWWDIR%%/htdocs/images/kfaenza/actions/filesave.png %%WWWDIR%%/htdocs/images/kfaenza/actions/filesave2.png -%%WWWDIR%%/htdocs/images/kfaenza/actions/filesaveas2.png %%WWWDIR%%/htdocs/images/kfaenza/actions/filesaveas.png -%%WWWDIR%%/htdocs/images/kfaenza/actions/filesave.png +%%WWWDIR%%/htdocs/images/kfaenza/actions/filesaveas2.png %%WWWDIR%%/htdocs/images/kfaenza/actions/find.png -%%WWWDIR%%/htdocs/images/kfaenza/actions/folder_new.png %%WWWDIR%%/htdocs/images/kfaenza/actions/folder.png +%%WWWDIR%%/htdocs/images/kfaenza/actions/folder_new.png +%%WWWDIR%%/htdocs/images/kfaenza/actions/forward.png %%WWWDIR%%/htdocs/images/kfaenza/actions/forward1.png %%WWWDIR%%/htdocs/images/kfaenza/actions/forward2.png -%%WWWDIR%%/htdocs/images/kfaenza/actions/forward.png %%WWWDIR%%/htdocs/images/kfaenza/actions/frameprint.png %%WWWDIR%%/htdocs/images/kfaenza/actions/gohome.png %%WWWDIR%%/htdocs/images/kfaenza/actions/help.png @@ -1253,8 +1255,8 @@ %%WWWDIR%%/htdocs/images/kfaenza/actions/kdenlive-split-audio.png %%WWWDIR%%/htdocs/images/kfaenza/actions/kdenlive-zoom-large.png %%WWWDIR%%/htdocs/images/kfaenza/actions/kdenlive-zoom-small.png -%%WWWDIR%%/htdocs/images/kfaenza/actions/klipper_dock2.png %%WWWDIR%%/htdocs/images/kfaenza/actions/klipper_dock.png +%%WWWDIR%%/htdocs/images/kfaenza/actions/klipper_dock2.png %%WWWDIR%%/htdocs/images/kfaenza/actions/locationbar_erase.png %%WWWDIR%%/htdocs/images/kfaenza/actions/lock.png %%WWWDIR%%/htdocs/images/kfaenza/actions/lpi-translate.png @@ -1264,9 +1266,9 @@ %%WWWDIR%%/htdocs/images/kfaenza/actions/mail_generic.png %%WWWDIR%%/htdocs/images/kfaenza/actions/mail_get.png %%WWWDIR%%/htdocs/images/kfaenza/actions/mail_new.png +%%WWWDIR%%/htdocs/images/kfaenza/actions/mail_reply.png %%WWWDIR%%/htdocs/images/kfaenza/actions/mail_replyall.png %%WWWDIR%%/htdocs/images/kfaenza/actions/mail_replylist.png -%%WWWDIR%%/htdocs/images/kfaenza/actions/mail_reply.png %%WWWDIR%%/htdocs/images/kfaenza/actions/mail_send.png %%WWWDIR%%/htdocs/images/kfaenza/actions/make_kdevelop.png %%WWWDIR%%/htdocs/images/kfaenza/actions/media-playback-pause.png @@ -1296,9 +1298,9 @@ %%WWWDIR%%/htdocs/images/kfaenza/actions/queue.png %%WWWDIR%%/htdocs/images/kfaenza/actions/rebuild.png %%WWWDIR%%/htdocs/images/kfaenza/actions/redo.png +%%WWWDIR%%/htdocs/images/kfaenza/actions/reload.png %%WWWDIR%%/htdocs/images/kfaenza/actions/reload3.png %%WWWDIR%%/htdocs/images/kfaenza/actions/reload_page.png -%%WWWDIR%%/htdocs/images/kfaenza/actions/reload.png %%WWWDIR%%/htdocs/images/kfaenza/actions/run.png %%WWWDIR%%/htdocs/images/kfaenza/actions/signature.png %%WWWDIR%%/htdocs/images/kfaenza/actions/stop.png @@ -1308,14 +1310,14 @@ %%WWWDIR%%/htdocs/images/kfaenza/actions/toggle_log.png %%WWWDIR%%/htdocs/images/kfaenza/actions/undo.png %%WWWDIR%%/htdocs/images/kfaenza/actions/unlock.png -%%WWWDIR%%/htdocs/images/kfaenza/actions/up2.png %%WWWDIR%%/htdocs/images/kfaenza/actions/up.png +%%WWWDIR%%/htdocs/images/kfaenza/actions/up2.png %%WWWDIR%%/htdocs/images/kfaenza/actions/view_bottom.png %%WWWDIR%%/htdocs/images/kfaenza/actions/view_choose.png %%WWWDIR%%/htdocs/images/kfaenza/actions/view_detailed.png %%WWWDIR%%/htdocs/images/kfaenza/actions/view_icon.png -%%WWWDIR%%/htdocs/images/kfaenza/actions/viewmag.png %%WWWDIR%%/htdocs/images/kfaenza/actions/view_top.png +%%WWWDIR%%/htdocs/images/kfaenza/actions/viewmag.png %%WWWDIR%%/htdocs/images/kfaenza/actions/window_fullscreen.png %%WWWDIR%%/htdocs/images/kfaenza/actions/window_new.png %%WWWDIR%%/htdocs/images/kfaenza/actions/wizard.png @@ -1341,13 +1343,13 @@ %%WWWDIR%%/htdocs/images/read.gif %%WWWDIR%%/htdocs/images/red.png %%WWWDIR%%/htdocs/images/right_both.gif -%%WWWDIR%%/htdocs/images/search2.gif +%%WWWDIR%%/htdocs/images/s_poweredby.gif %%WWWDIR%%/htdocs/images/search/blue_view.png +%%WWWDIR%%/htdocs/images/search/body.left.gif +%%WWWDIR%%/htdocs/images/search/body.right.gif %%WWWDIR%%/htdocs/images/search/bodyHeader.background.gif %%WWWDIR%%/htdocs/images/search/bodyHeader.left.gif %%WWWDIR%%/htdocs/images/search/bodyHeader.right.gif -%%WWWDIR%%/htdocs/images/search/body.left.gif -%%WWWDIR%%/htdocs/images/search/body.right.gif %%WWWDIR%%/htdocs/images/search/footer.background.gif %%WWWDIR%%/htdocs/images/search/footer.left.gif %%WWWDIR%%/htdocs/images/search/footer.right.gif @@ -1361,7 +1363,7 @@ %%WWWDIR%%/htdocs/images/search/separate.background.gif %%WWWDIR%%/htdocs/images/search/separate.left.gif %%WWWDIR%%/htdocs/images/search/separate.right.gif -%%WWWDIR%%/htdocs/images/s_poweredby.gif +%%WWWDIR%%/htdocs/images/search2.gif %%WWWDIR%%/htdocs/images/subject/icon1.gif %%WWWDIR%%/htdocs/images/subject/icon2.gif %%WWWDIR%%/htdocs/images/subject/icon3.gif @@ -1384,12 +1386,12 @@ %%WWWDIR%%/htdocs/include/comment_constants.php %%WWWDIR%%/htdocs/include/comment_delete.php %%WWWDIR%%/htdocs/include/comment_edit.php -%%WWWDIR%%/htdocs/include/commentform.inc.php %%WWWDIR%%/htdocs/include/comment_form.php %%WWWDIR%%/htdocs/include/comment_new.php %%WWWDIR%%/htdocs/include/comment_post.php %%WWWDIR%%/htdocs/include/comment_reply.php %%WWWDIR%%/htdocs/include/comment_view.php +%%WWWDIR%%/htdocs/include/commentform.inc.php %%WWWDIR%%/htdocs/include/common.php %%WWWDIR%%/htdocs/include/constants.php %%WWWDIR%%/htdocs/include/cp_functions.php @@ -1415,8 +1417,8 @@ %%WWWDIR%%/htdocs/include/searchform.php %%WWWDIR%%/htdocs/include/site-closed.php %%WWWDIR%%/htdocs/include/version.php -%%WWWDIR%%/htdocs/include/xoopscodes.php %%WWWDIR%%/htdocs/include/xoops.js +%%WWWDIR%%/htdocs/include/xoopscodes.php %%WWWDIR%%/htdocs/index.php %%WWWDIR%%/htdocs/install/class/dbmanager.php %%WWWDIR%%/htdocs/install/class/index.html @@ -1432,16 +1434,16 @@ %%WWWDIR%%/htdocs/install/img/down.png %%WWWDIR%%/htdocs/install/img/foot_bg.jpg %%WWWDIR%%/htdocs/install/img/green.png -%%WWWDIR%%/htdocs/install/img/help2.png %%WWWDIR%%/htdocs/install/img/help.png +%%WWWDIR%%/htdocs/install/img/help2.png %%WWWDIR%%/htdocs/install/img/instl_01.png %%WWWDIR%%/htdocs/install/img/instl_02.png %%WWWDIR%%/htdocs/install/img/instl_03.png %%WWWDIR%%/htdocs/install/img/left-arr.png %%WWWDIR%%/htdocs/install/img/logo.png %%WWWDIR%%/htdocs/install/img/mySQLpath.png -%%WWWDIR%%/htdocs/install/img/no_big.png %%WWWDIR%%/htdocs/install/img/no.png +%%WWWDIR%%/htdocs/install/img/no_big.png %%WWWDIR%%/htdocs/install/img/page_bg2.jpg %%WWWDIR%%/htdocs/install/img/pagebot2.jpg %%WWWDIR%%/htdocs/install/img/pagetop2.jpg @@ -1453,9 +1455,9 @@ %%WWWDIR%%/htdocs/install/img/trustpath.png %%WWWDIR%%/htdocs/install/img/webpath.png %%WWWDIR%%/htdocs/install/img/yellow.png +%%WWWDIR%%/htdocs/install/img/yes.png %%WWWDIR%%/htdocs/install/img/yes2.png %%WWWDIR%%/htdocs/install/img/yes_big.png -%%WWWDIR%%/htdocs/install/img/yes.png %%WWWDIR%%/htdocs/install/include/functions.php %%WWWDIR%%/htdocs/install/include/index.html %%WWWDIR%%/htdocs/install/index.html @@ -1463,15 +1465,14 @@ %%WWWDIR%%/htdocs/install/install_tpl.php %%WWWDIR%%/htdocs/install/jquery.scrollTo.js %%WWWDIR%%/htdocs/install/language/english/finish.php -%%WWWDIR%%/htdocs/install/language/english/install2.php %%WWWDIR%%/htdocs/install/language/english/install.php +%%WWWDIR%%/htdocs/install/language/english/install2.php %%WWWDIR%%/htdocs/install/language/english/mysql.lang.data.sql -%%WWWDIR%%/htdocs/install/language/english/welcome_anonymous.tpl %%WWWDIR%%/htdocs/install/language/english/welcome.php +%%WWWDIR%%/htdocs/install/language/english/welcome_anonymous.tpl %%WWWDIR%%/htdocs/install/language/english/welcome_webmaster.tpl %%WWWDIR%%/htdocs/install/language/index.html %%WWWDIR%%/htdocs/install/makedata.php -%%WWWDIR%%/htdocs/install/modulesadmin.php %%WWWDIR%%/htdocs/install/modules/protector/root/modules/protector/admin/admin_menu.php %%WWWDIR%%/htdocs/install/modules/protector/root/modules/protector/admin/index.php %%WWWDIR%%/htdocs/install/modules/protector/root/modules/protector/blocks/blocks.php @@ -1485,6 +1486,7 @@ %%WWWDIR%%/htdocs/install/modules/protector/root/modules/protector/oninstall.php %%WWWDIR%%/htdocs/install/modules/protector/root/modules/protector/onuninstall.php %%WWWDIR%%/htdocs/install/modules/protector/root/modules/protector/onupdate.php +%%WWWDIR%%/htdocs/install/modules/protector/root/modules/protector/preload %%WWWDIR%%/htdocs/install/modules/protector/root/modules/protector/search.php %%WWWDIR%%/htdocs/install/modules/protector/root/modules/protector/xoops_version.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/.htaccess @@ -1495,12 +1497,13 @@ %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/README %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/README_PL.txt %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/TODO +%%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/admin.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/admin/advisory.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/admin/index.php -%%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/admin_menu.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/admin/mymenu.php -%%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/admin.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/admin/prefix_manager.php +%%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/admin_menu.php +%%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/blocks %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/blocks.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/class/ProtectorFilter.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/class/ProtectorMysqlDatabase.class.php @@ -1524,24 +1527,25 @@ %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/filters_byconfig/precommon_bwlimit_message.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/filters_byconfig/prepurge_exit_message.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/filters_byconfig/spamcheck_overrun_message.php +%%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/filters_disabled %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/filters_enabled/precommon_badip_message.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/images/iconbig_icms.png %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/images/iconsmall_icms.png -%%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/images/module_icon_icms.png %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/images/module_icon.png +%%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/images/module_icon_icms.png %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/images/module_icon_xcl.png %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/include/install_extramodcheck.inc.php -%%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/include/postcheck_functions.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/include/postcheck.inc.php -%%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/include/precheck_functions.php +%%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/include/postcheck_functions.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/include/precheck.inc.php +%%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/include/precheck_functions.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/include/version.txt %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/language/english/admin.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/language/english/index.html %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/language/english/main.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/language/english/modinfo.php -%%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/main/index.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/main.php +%%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/main/index.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/module_icon.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/notification.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/oninstall.php @@ -1557,6 +1561,7 @@ %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/public_check.png %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/sql/mysql.sql %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/xoops_version.php +%%WWWDIR%%/htdocs/install/modulesadmin.php %%WWWDIR%%/htdocs/install/page_configsave.php %%WWWDIR%%/htdocs/install/page_dbconnection.php %%WWWDIR%%/htdocs/install/page_dbsettings.php @@ -1577,9 +1582,9 @@ %%WWWDIR%%/htdocs/install/sql/mysql.data.sql %%WWWDIR%%/htdocs/install/sql/mysql.structure.sql %%WWWDIR%%/htdocs/install/style.css +%%WWWDIR%%/htdocs/install/style_rtl.css %%WWWDIR%%/htdocs/install/stylelight.css %%WWWDIR%%/htdocs/install/stylelight_rtl.css -%%WWWDIR%%/htdocs/install/style_rtl.css %%WWWDIR%%/htdocs/install/stylesheetToggle.js %%WWWDIR%%/htdocs/install/templates/index.html %%WWWDIR%%/htdocs/install/templates/mainfile.dist.php @@ -1589,12 +1594,12 @@ %%WWWDIR%%/htdocs/kernel/block.php %%WWWDIR%%/htdocs/kernel/blockposition.php %%WWWDIR%%/htdocs/kernel/comment.php +%%WWWDIR%%/htdocs/kernel/config.php %%WWWDIR%%/htdocs/kernel/configcategory.php %%WWWDIR%%/htdocs/kernel/configitem.php %%WWWDIR%%/htdocs/kernel/configoption.php -%%WWWDIR%%/htdocs/kernel/config.php -%%WWWDIR%%/htdocs/kernel/groupperm.php %%WWWDIR%%/htdocs/kernel/group.php +%%WWWDIR%%/htdocs/kernel/groupperm.php %%WWWDIR%%/htdocs/kernel/icmskernel.php %%WWWDIR%%/htdocs/kernel/icmsmetagen.php %%WWWDIR%%/htdocs/kernel/icmsmoduleabout.php @@ -1603,8 +1608,8 @@ %%WWWDIR%%/htdocs/kernel/icmspersistableexport.php %%WWWDIR%%/htdocs/kernel/icmspersistablehighlighter.php %%WWWDIR%%/htdocs/kernel/icmspersistablememberhandler.php -%%WWWDIR%%/htdocs/kernel/icmspersistableobjecthandler.php %%WWWDIR%%/htdocs/kernel/icmspersistableobject.php +%%WWWDIR%%/htdocs/kernel/icmspersistableobjecthandler.php %%WWWDIR%%/htdocs/kernel/icmspersistablepermission.php %%WWWDIR%%/htdocs/kernel/icmspersistableregistry.php %%WWWDIR%%/htdocs/kernel/icmspersistableseoobject.php @@ -1614,8 +1619,8 @@ %%WWWDIR%%/htdocs/kernel/icmspersistabletreetable.php %%WWWDIR%%/htdocs/kernel/icmspreloadhandler.php %%WWWDIR%%/htdocs/kernel/icmsstopspammer.php -%%WWWDIR%%/htdocs/kernel/imagecategory.php %%WWWDIR%%/htdocs/kernel/image.php +%%WWWDIR%%/htdocs/kernel/imagecategory.php %%WWWDIR%%/htdocs/kernel/imageset.php %%WWWDIR%%/htdocs/kernel/index.html %%WWWDIR%%/htdocs/kernel/member.php @@ -1683,14 +1688,15 @@ %%WWWDIR%%/htdocs/libraries/geshi/docs/geshi-doc.txt %%WWWDIR%%/htdocs/libraries/geshi/docs/index.html %%WWWDIR%%/htdocs/libraries/geshi/docs/phpdoc.ini +%%WWWDIR%%/htdocs/libraries/geshi/geshi.php %%WWWDIR%%/htdocs/libraries/geshi/geshi/4cs.php %%WWWDIR%%/htdocs/libraries/geshi/geshi/6502acme.php %%WWWDIR%%/htdocs/libraries/geshi/geshi/6502kickass.php %%WWWDIR%%/htdocs/libraries/geshi/geshi/6502tasm.php %%WWWDIR%%/htdocs/libraries/geshi/geshi/68000devpac.php %%WWWDIR%%/htdocs/libraries/geshi/geshi/abap.php -%%WWWDIR%%/htdocs/libraries/geshi/geshi/actionscript3.php %%WWWDIR%%/htdocs/libraries/geshi/geshi/actionscript.php +%%WWWDIR%%/htdocs/libraries/geshi/geshi/actionscript3.php %%WWWDIR%%/htdocs/libraries/geshi/geshi/ada.php %%WWWDIR%%/htdocs/libraries/geshi/geshi/algol68.php %%WWWDIR%%/htdocs/libraries/geshi/geshi/apache.php @@ -1711,36 +1717,36 @@ *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Fri May 27 16:00:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46BE9B4CBCC; Fri, 27 May 2016 16:00: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 16D1D179D; Fri, 27 May 2016 16:00: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 u4RG0ZPr036962; Fri, 27 May 2016 16:00:35 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RG0Z5q036960; Fri, 27 May 2016 16:00:35 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605271600.u4RG0Z5q036960@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 27 May 2016 16:00:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415942 - head/graphics/bmeps X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 16:00:36 -0000 Author: amdmi3 Date: Fri May 27 16:00:34 2016 New Revision: 415942 URL: https://svnweb.freebsd.org/changeset/ports/415942 Log: - Update to 4.3.1 - Pass maintainership to submitter PR: 209780 Submitted by: takefu@airport.fm Modified: head/graphics/bmeps/Makefile head/graphics/bmeps/distinfo Modified: head/graphics/bmeps/Makefile ============================================================================== --- head/graphics/bmeps/Makefile Fri May 27 15:42:07 2016 (r415941) +++ head/graphics/bmeps/Makefile Fri May 27 16:00:34 2016 (r415942) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= bmpp -PORTVERSION= 4.2.2 +PORTVERSION= 4.3.1 CATEGORIES= graphics perl5 MASTER_SITES= SF/dktools/dktools/dktools-${PORTVERSION} DISTNAME= dktools-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= takefu@airport.fm COMMENT= Convert PNG/JPEG/TIFF to PDF/EPS LICENSE= BSD3CLAUSE Modified: head/graphics/bmeps/distinfo ============================================================================== --- head/graphics/bmeps/distinfo Fri May 27 15:42:07 2016 (r415941) +++ head/graphics/bmeps/distinfo Fri May 27 16:00:34 2016 (r415942) @@ -1,2 +1,3 @@ -SHA256 (dktools-4.2.2.tar.gz) = 6d35d417f4fa62fd87716acbc0aabb458ba5d6c675aa825f0cdc371d978616c4 -SIZE (dktools-4.2.2.tar.gz) = 8851310 +TIMESTAMP = 1464338602 +SHA256 (dktools-4.3.1.tar.gz) = 65ca2e70a998c15da776716c67a58b0108afd8ea6e41ea49c29475ad040b4364 +SIZE (dktools-4.3.1.tar.gz) = 9608175 From owner-svn-ports-head@freebsd.org Fri May 27 16:01:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 899A9B4CC85; Fri, 27 May 2016 16:01: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 567B71B4D; Fri, 27 May 2016 16:01: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 u4RG1eid040300; Fri, 27 May 2016 16:01:40 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RG1e3Y040298; Fri, 27 May 2016 16:01:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605271601.u4RG1e3Y040298@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 27 May 2016 16:01:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415943 - head/textproc/html-xml-utils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 16:01:41 -0000 Author: amdmi3 Date: Fri May 27 16:01:40 2016 New Revision: 415943 URL: https://svnweb.freebsd.org/changeset/ports/415943 Log: - Update to 7.0 PR: 209783 Submitted by: takefu@airport.fm (maintainer) Modified: head/textproc/html-xml-utils/Makefile head/textproc/html-xml-utils/distinfo Modified: head/textproc/html-xml-utils/Makefile ============================================================================== --- head/textproc/html-xml-utils/Makefile Fri May 27 16:00:34 2016 (r415942) +++ head/textproc/html-xml-utils/Makefile Fri May 27 16:01:40 2016 (r415943) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= html-xml-utils -PORTVERSION= 6.9 +PORTVERSION= 7.0 CATEGORIES= textproc MASTER_SITES= http://www.w3.org/Tools/HTML-XML-utils/ @@ -17,7 +17,7 @@ LICENSE_PERMS= auto-accept USES= gmake iconv shebangfix GNU_CONFIGURE= yes -SHEBANG_FILES= ${WRKSRC}/hxcite-mkbib ${WRKSRC}/hxprintlinks +SHEBANG_FILES= ${WRKSRC}/hxcite-mkbib CONFIGURE_ARGS= CPPFLAGS=-I${LOCALBASE}/include\ LDFLAGS="-L${LOCALBASE}/lib ${ICONV_LIB}" Modified: head/textproc/html-xml-utils/distinfo ============================================================================== --- head/textproc/html-xml-utils/distinfo Fri May 27 16:00:34 2016 (r415942) +++ head/textproc/html-xml-utils/distinfo Fri May 27 16:01:40 2016 (r415943) @@ -1,2 +1,3 @@ -SHA256 (html-xml-utils-6.9.tar.gz) = 9cf401dc84ca01752adf1f2d9862c4f227bb089504ed9d03d7fd40603e87fab2 -SIZE (html-xml-utils-6.9.tar.gz) = 311449 +TIMESTAMP = 1464339263 +SHA256 (html-xml-utils-7.0.tar.gz) = e7d30de4fb4731f3ecd4622ac30db9fb82e1aa0ab190ae13e457360eea9460b0 +SIZE (html-xml-utils-7.0.tar.gz) = 334696 From owner-svn-ports-head@freebsd.org Fri May 27 16:09:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 309F6B4CE75; Fri, 27 May 2016 16:09:12 +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 0C6861F43; Fri, 27 May 2016 16:09:11 +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 u4RG9B5C040728; Fri, 27 May 2016 16:09:11 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RG9Atl040723; Fri, 27 May 2016 16:09:10 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201605271609.u4RG9Atl040723@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Fri, 27 May 2016 16:09:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415944 - in head/multimedia/vlc: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 16:09:12 -0000 Author: riggs Date: Fri May 27 16:09:10 2016 New Revision: 415944 URL: https://svnweb.freebsd.org/changeset/ports/415944 Log: Update to upstream version 2.2.3 Differential Revision: https://reviews.freebsd.org/D6373 Deleted: head/multimedia/vlc/files/patch-share-lua-intf-cli.lua head/multimedia/vlc/files/patch-vendor-00-ce91452 Modified: head/multimedia/vlc/Makefile head/multimedia/vlc/distinfo head/multimedia/vlc/files/patch-configure head/multimedia/vlc/pkg-plist Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Fri May 27 16:01:40 2016 (r415943) +++ head/multimedia/vlc/Makefile Fri May 27 16:09:10 2016 (r415944) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= vlc -DISTVERSION= 2.2.1 -PORTREVISION= 9 +DISTVERSION= 2.2.3 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ @@ -53,6 +52,7 @@ CONFIGURE_ARGS+=--enable-debug .endif CPPFLAGS+= -I${LOCALBASE}/include CFLAGS_i386= -fomit-frame-pointer +LIBS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= A52 AALIB ASS AVAHI CACA DBUS DCA DIRAC DOCS DVDREAD \ DVDNAV FAAD FLAC FLUID FRIBIDI GME GNOMEVFS2 GNUTLS \ Modified: head/multimedia/vlc/distinfo ============================================================================== --- head/multimedia/vlc/distinfo Fri May 27 16:01:40 2016 (r415943) +++ head/multimedia/vlc/distinfo Fri May 27 16:09:10 2016 (r415944) @@ -1,2 +1,3 @@ -SHA256 (vlc-2.2.1.tar.xz) = 543d9d7e378ec0fa1ee2e7f7f5acf8c456c7d0ecc32037171523197ef3cf1fcb -SIZE (vlc-2.2.1.tar.xz) = 20940288 +TIMESTAMP = 1463236247 +SHA256 (vlc-2.2.3.tar.xz) = b9d7587d35f13c3c981964c8cc8b03f1c7c8edf528be476b3ca1d2efedd5bf5b +SIZE (vlc-2.2.3.tar.xz) = 21835204 Modified: head/multimedia/vlc/files/patch-configure ============================================================================== --- head/multimedia/vlc/files/patch-configure Fri May 27 16:01:40 2016 (r415943) +++ head/multimedia/vlc/files/patch-configure Fri May 27 16:09:10 2016 (r415944) @@ -1,6 +1,6 @@ ---- configure.orig +--- configure.orig 2016-04-05 00:45:51 UTC +++ configure -@@ -8461,9 +8461,6 @@ case "${host_os}" in +@@ -8471,9 +8471,6 @@ case "${host_os}" in ;; freebsd*) SYS=freebsd @@ -10,7 +10,7 @@ ;; openbsd*) SYS=openbsd -@@ -26098,7 +26095,7 @@ main () +@@ -25539,7 +25536,7 @@ main () return 0; } _ACEOF @@ -19,7 +19,7 @@ ac_cv_c_o4=yes -@@ -26142,7 +26139,7 @@ main () +@@ -25583,7 +25580,7 @@ main () return 0; } _ACEOF @@ -28,7 +28,7 @@ ac_cv_c_o3=yes -@@ -27336,7 +27333,7 @@ _ACEOF +@@ -26777,7 +26774,7 @@ _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_altivec_inline="yes" else @@ -37,7 +37,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -@@ -27349,7 +27346,7 @@ asm volatile("vperm 0,1,2,3"); +@@ -26790,7 +26787,7 @@ asm volatile("vperm 0,1,2,3"); } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : @@ -46,3 +46,12 @@ else ac_cv_altivec_inline=no fi +@@ -49199,7 +49196,7 @@ fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + +- as_fn_error $? "\"You cannot build VLC with Qt-5.5.0. You need to backport I78ef29975181ee22429c9bd4b11d96d9e68b7a9c\"" "$LINENO" 5 ++ $as_echo "Qt-5.5.x found. Ensure Qt I78ef29975181ee22429c9bd4b11d96d9e68b7a9c is backported." >&5 + + fi + Modified: head/multimedia/vlc/pkg-plist ============================================================================== --- head/multimedia/vlc/pkg-plist Fri May 27 16:01:40 2016 (r415943) +++ head/multimedia/vlc/pkg-plist Fri May 27 16:09:10 2016 (r415944) @@ -170,10 +170,12 @@ share/apps/solid/actions/vlc-openvcd.des %%NLS%%share/locale/km/LC_MESSAGES/vlc.mo %%NLS%%share/locale/kn/LC_MESSAGES/vlc.mo %%NLS%%share/locale/ko/LC_MESSAGES/vlc.mo +%%NLS%%share/locale/ks_IN/LC_MESSAGES/vlc.mo %%NLS%%share/locale/ky/LC_MESSAGES/vlc.mo %%NLS%%share/locale/lg/LC_MESSAGES/vlc.mo %%NLS%%share/locale/lt/LC_MESSAGES/vlc.mo %%NLS%%share/locale/lv/LC_MESSAGES/vlc.mo +%%NLS%%share/locale/mai/LC_MESSAGES/vlc.mo %%NLS%%share/locale/mk/LC_MESSAGES/vlc.mo %%NLS%%share/locale/ml/LC_MESSAGES/vlc.mo %%NLS%%share/locale/mn/LC_MESSAGES/vlc.mo From owner-svn-ports-head@freebsd.org Fri May 27 16:10:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A538DB4CF18; Fri, 27 May 2016 16:10:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 564CA10E0; Fri, 27 May 2016 16:10:37 +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 u4RGAaCv040903; Fri, 27 May 2016 16:10:36 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RGAa9J040901; Fri, 27 May 2016 16:10:36 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605271610.u4RGAa9J040901@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 27 May 2016 16:10:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415945 - head/biology/seqan X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 16:10:37 -0000 Author: amdmi3 Date: Fri May 27 16:10:36 2016 New Revision: 415945 URL: https://svnweb.freebsd.org/changeset/ports/415945 Log: - Do install cmake and pkgconfig modules - While here, switch to options helpers PR: 209710 Submitted by: h2+fbsdports@fsfe.org (maintainer) Modified: head/biology/seqan/Makefile head/biology/seqan/pkg-plist Modified: head/biology/seqan/Makefile ============================================================================== --- head/biology/seqan/Makefile Fri May 27 16:09:10 2016 (r415944) +++ head/biology/seqan/Makefile Fri May 27 16:10:36 2016 (r415945) @@ -3,6 +3,7 @@ PORTNAME= seqan PORTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= http://packages.seqan.de/seqan-library/ DISTNAME= ${PORTNAME}-library-${PORTVERSION} @@ -22,11 +23,13 @@ OPTIONS_DEFINE= DOCS DOCS_DESC= Install official API documentation (html) do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/include/${PORTNAME} cd ${WRKSRC}/include/ && ${COPYTREE_SHARE} ./${PORTNAME} ${STAGEDIR}/${PREFIX}/include + ${MKDIR} ${STAGEDIR}/${PREFIX}/share/cmake/Modules + ${INSTALL_DATA} ${WRKSRC}/share/cmake/Modules/FindSeqAn.cmake ${STAGEDIR}/${PREFIX}/share/cmake/Modules/ + ${MKDIR} ${STAGEDIR}/${PREFIX}/libdata/pkgconfig + ${INSTALL_DATA} ${WRKSRC}/share/pkgconfig/seqan-2.pc ${STAGEDIR}/${PREFIX}/libdata/pkgconfig/ -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} +do-install-DOCS-on: cd ${WRKSRC}/share/doc/ && ${COPYTREE_SHARE} ./seqan/ ${STAGEDIR}${DOCSDIR}/../ .include Modified: head/biology/seqan/pkg-plist ============================================================================== --- head/biology/seqan/pkg-plist Fri May 27 16:09:10 2016 (r415944) +++ head/biology/seqan/pkg-plist Fri May 27 16:10:36 2016 (r415945) @@ -673,6 +673,8 @@ include/seqan/vcf_io/vcf_io_context.h include/seqan/vcf_io/vcf_record.h include/seqan/vcf_io/write_vcf.h include/seqan/version.h +libdata/pkgconfig/seqan-2.pc +share/cmake/Modules/FindSeqAn.cmake %%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.rst %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/README.rst From owner-svn-ports-head@freebsd.org Fri May 27 16:28:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8769B4B308; Fri, 27 May 2016 16:28: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 B50D11CA5; Fri, 27 May 2016 16:28: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 u4RGS8pW048309; Fri, 27 May 2016 16:28:08 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RGS8AQ048306; Fri, 27 May 2016 16:28:08 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605271628.u4RGS8AQ048306@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 27 May 2016 16:28:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415946 - head/x11-themes/qt4-style-Kvantum X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 16:28:10 -0000 Author: amdmi3 Date: Fri May 27 16:28:08 2016 New Revision: 415946 URL: https://svnweb.freebsd.org/changeset/ports/415946 Log: Kvantum is an SVG-based theme engine for Qt4/Qt5, KDE and LXQT, with an emphasis on elegance, usability and practicality. Kvantum has a default dark theme, which is inspired by the default theme of Enlightenment. Creation of realistic themes like that for KDE was my first reason to make Kvantum but it goes far beyond its default theme: you could make themes with very different looks and feels for it, whether they be photorealistic or cartoonish, 3D or flat, embellished or minimalistic, or something in between, and Kvantum will let you control almost every aspect of Qt widgets. WWW: https://github.com/tsujan/Kvantum PR: 209567 Submitted by: matthew@reztek.cz Added: head/x11-themes/qt4-style-Kvantum/ head/x11-themes/qt4-style-Kvantum/Makefile (contents, props changed) head/x11-themes/qt4-style-Kvantum/distinfo (contents, props changed) head/x11-themes/qt4-style-Kvantum/pkg-descr (contents, props changed) head/x11-themes/qt4-style-Kvantum/pkg-plist (contents, props changed) Added: head/x11-themes/qt4-style-Kvantum/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/qt4-style-Kvantum/Makefile Fri May 27 16:28:08 2016 (r415946) @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= Kvantum +PORTVERSION= 0.9.6 +DISTVERSIONPREFIX= v +CATEGORIES= x11-themes +PKGNAMEPREFIX= qt4-style- + +MAINTAINER= matthew@reztek.cz +COMMENT= SVG-based theme engine for Qt4/5, KDE and LXQT + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +USE_GITHUB= yes +GH_ACCOUNT= tsujan + +USES= compiler:c++11-lang qmake +USE_QT4= corelib gui svg rcc_build uic_build moc_build +USE_XORG= x11 xext +#USE_LDCONFIG= yes + +WRKSRC_SUBDIR= ${PORTNAME} + +post-patch: + @${REINPLACE_CMD} -e 's|/kde4/|/|g' ${WRKSRC}/style/style.pro + @${REINPLACE_CMD} -e 's|/kde4/|/|g' -e 's|--no-preserve=mode||g' \ + ${WRKSRC}/themes/themes.pro + +.include Added: head/x11-themes/qt4-style-Kvantum/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/qt4-style-Kvantum/distinfo Fri May 27 16:28:08 2016 (r415946) @@ -0,0 +1,3 @@ +TIMESTAMP = 1464365924 +SHA256 (tsujan-Kvantum-v0.9.6_GH0.tar.gz) = 7df6bb14a04d2581b9a2aa64cc05b34b785cd0f8db03ba7b9813a528f7a66f73 +SIZE (tsujan-Kvantum-v0.9.6_GH0.tar.gz) = 1001568 Added: head/x11-themes/qt4-style-Kvantum/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/qt4-style-Kvantum/pkg-descr Fri May 27 16:28:08 2016 (r415946) @@ -0,0 +1,12 @@ +Kvantum is an SVG-based theme engine for Qt4/Qt5, KDE and LXQT, with an +emphasis on elegance, usability and practicality. + +Kvantum has a default dark theme, which is inspired by the default theme of +Enlightenment. Creation of realistic themes like that for KDE was my first +reason to make Kvantum but it goes far beyond its default theme: you could +make themes with very different looks and feels for it, whether they be +photorealistic or cartoonish, 3D or flat, embellished or minimalistic, or +something in between, and Kvantum will let you control almost every aspect +of Qt widgets. + +WWW: https://github.com/tsujan/Kvantum Added: head/x11-themes/qt4-style-Kvantum/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/qt4-style-Kvantum/pkg-plist Fri May 27 16:28:08 2016 (r415946) @@ -0,0 +1,2 @@ +%%QT_PLUGINDIR%%/styles/libkvantum.so +share/apps/color-schemes/Kvantum.colors From owner-svn-ports-head@freebsd.org Fri May 27 16:28:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25B36B4B346; Fri, 27 May 2016 16: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 EACFC1D94; Fri, 27 May 2016 16: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 u4RGSmjP048431; Fri, 27 May 2016 16:28:48 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RGSm4A048430; Fri, 27 May 2016 16:28:48 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605271628.u4RGSm4A048430@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 27 May 2016 16:28:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415947 - head/x11-themes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 16:28:49 -0000 Author: amdmi3 Date: Fri May 27 16:28:47 2016 New Revision: 415947 URL: https://svnweb.freebsd.org/changeset/ports/415947 Log: - Connect qt4-style-Kvantum to build PR: 209568 Submitted by: matthew@reztek.cz Modified: head/x11-themes/Makefile Modified: head/x11-themes/Makefile ============================================================================== --- head/x11-themes/Makefile Fri May 27 16:28:08 2016 (r415946) +++ head/x11-themes/Makefile Fri May 27 16:28:47 2016 (r415947) @@ -149,6 +149,7 @@ SUBDIR += numix-theme SUBDIR += openbox-themes SUBDIR += plank-theme-moka + SUBDIR += qt4-style-Kvantum SUBDIR += qt4-style-float SUBDIR += qt4-style-phase SUBDIR += qt4-style-quantumstyle From owner-svn-ports-head@freebsd.org Fri May 27 16:30:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A665B4B412; Fri, 27 May 2016 16:30:58 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EDFF81039; Fri, 27 May 2016 16:30:57 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4RGUvLn049305; Fri, 27 May 2016 16:30:57 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RGUv7L049303; Fri, 27 May 2016 16:30:57 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201605271630.u4RGUv7L049303@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Fri, 27 May 2016 16:30:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415948 - head/graphics/feh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 16:30:58 -0000 Author: zeising Date: Fri May 27 16:30:56 2016 New Revision: 415948 URL: https://svnweb.freebsd.org/changeset/ports/415948 Log: Update to 2.15.3 Changelog: http://feh.finalrewind.org/archive/2.15.4/ Modified: head/graphics/feh/Makefile head/graphics/feh/distinfo Modified: head/graphics/feh/Makefile ============================================================================== --- head/graphics/feh/Makefile Fri May 27 16:28:47 2016 (r415947) +++ head/graphics/feh/Makefile Fri May 27 16:30:56 2016 (r415948) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= feh -PORTVERSION= 2.15.2 +PORTVERSION= 2.15.3 CATEGORIES= graphics MASTER_SITES= http://feh.finalrewind.org/ \ LOCAL/uqs Modified: head/graphics/feh/distinfo ============================================================================== --- head/graphics/feh/distinfo Fri May 27 16:28:47 2016 (r415947) +++ head/graphics/feh/distinfo Fri May 27 16:30:56 2016 (r415948) @@ -1,2 +1,3 @@ -SHA256 (feh-2.15.2.tar.bz2) = 38c89b5d3109ca06d8917da334726d2b9e1a34f79e5091449ebf50e14199ce2e -SIZE (feh-2.15.2.tar.bz2) = 2120269 +TIMESTAMP = 1464341538 +SHA256 (feh-2.15.3.tar.bz2) = 629d5aa17bd519281abf9e2bed0fdfc3b0e3eaa4f1739dab6f995733406d21fc +SIZE (feh-2.15.3.tar.bz2) = 2124439 From owner-svn-ports-head@freebsd.org Fri May 27 17:14:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4FEDB4C086; Fri, 27 May 2016 17:14:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 85D231A07; Fri, 27 May 2016 17:14:37 +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 u4RHEaMA066869; Fri, 27 May 2016 17:14:36 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RHEafg066864; Fri, 27 May 2016 17:14:36 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605271714.u4RHEafg066864@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 27 May 2016 17:14:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415949 - in head/x11-themes: . qt5-style-Kvantum X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 17:14:37 -0000 Author: amdmi3 Date: Fri May 27 17:14:36 2016 New Revision: 415949 URL: https://svnweb.freebsd.org/changeset/ports/415949 Log: Kvantum is an SVG-based theme engine for Qt4/Qt5, KDE and LXQT, with an emphasis on elegance, usability and practicality. Kvantum has a default dark theme, which is inspired by the default theme of Enlightenment. Creation of realistic themes like that for KDE was my first reason to make Kvantum but it goes far beyond its default theme: you could make themes with very different looks and feels for it, whether they be photorealistic or cartoonish, 3D or flat, embellished or minimalistic, or something in between, and Kvantum will let you control almost every aspect of Qt widgets. WWW: https://github.com/tsujan/Kvantum PR: 209568 Submitted by: matthew@reztek.cz Added: head/x11-themes/qt5-style-Kvantum/ head/x11-themes/qt5-style-Kvantum/Makefile (contents, props changed) head/x11-themes/qt5-style-Kvantum/distinfo (contents, props changed) head/x11-themes/qt5-style-Kvantum/pkg-descr (contents, props changed) head/x11-themes/qt5-style-Kvantum/pkg-plist (contents, props changed) Modified: head/x11-themes/Makefile Modified: head/x11-themes/Makefile ============================================================================== --- head/x11-themes/Makefile Fri May 27 16:30:56 2016 (r415948) +++ head/x11-themes/Makefile Fri May 27 17:14:36 2016 (r415949) @@ -153,6 +153,7 @@ SUBDIR += qt4-style-float SUBDIR += qt4-style-phase SUBDIR += qt4-style-quantumstyle + SUBDIR += qt5-style-Kvantum SUBDIR += qtcurve SUBDIR += qtcurve-gtk2 SUBDIR += qtcurve-kde4 Added: head/x11-themes/qt5-style-Kvantum/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/qt5-style-Kvantum/Makefile Fri May 27 17:14:36 2016 (r415949) @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= Kvantum +PORTVERSION= 0.9.6 +DISTVERSIONPREFIX= v +CATEGORIES= x11-themes +PKGNAMEPREFIX= qt5-style- + +MAINTAINER= matthew@reztek.cz +COMMENT= SVG-based theme engine for Qt4/5, KDE and LXQT + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +USE_GITHUB= yes +GH_ACCOUNT= tsujan + +USES= compiler:c++11-lang qmake +USE_QT5= core gui svg x11extras buildtools_build +USE_XORG= x11 xext +INSTALLS_ICONS= yes + +WRKSRC_SUBDIR= ${PORTNAME} + +post-patch: + @${REINPLACE_CMD} -e 's|/kde4/|/|g' ${WRKSRC}/style/style.pro + @${REINPLACE_CMD} -e 's|/kde4/|/|g' -e 's|--no-preserve=mode||g' \ + ${WRKSRC}/themes/themes.pro + +.include Added: head/x11-themes/qt5-style-Kvantum/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/qt5-style-Kvantum/distinfo Fri May 27 17:14:36 2016 (r415949) @@ -0,0 +1,3 @@ +TIMESTAMP = 1464366386 +SHA256 (tsujan-Kvantum-v0.9.6_GH0.tar.gz) = 7df6bb14a04d2581b9a2aa64cc05b34b785cd0f8db03ba7b9813a528f7a66f73 +SIZE (tsujan-Kvantum-v0.9.6_GH0.tar.gz) = 1001568 Added: head/x11-themes/qt5-style-Kvantum/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/qt5-style-Kvantum/pkg-descr Fri May 27 17:14:36 2016 (r415949) @@ -0,0 +1,12 @@ +Kvantum is an SVG-based theme engine for Qt4/Qt5, KDE and LXQT, with an +emphasis on elegance, usability and practicality. + +Kvantum has a default dark theme, which is inspired by the default theme of +Enlightenment. Creation of realistic themes like that for KDE was my first +reason to make Kvantum but it goes far beyond its default theme: you could +make themes with very different looks and feels for it, whether they be +photorealistic or cartoonish, 3D or flat, embellished or minimalistic, or +something in between, and Kvantum will let you control almost every aspect +of Qt widgets. + +WWW: https://github.com/tsujan/Kvantum Added: head/x11-themes/qt5-style-Kvantum/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/qt5-style-Kvantum/pkg-plist Fri May 27 17:14:36 2016 (r415949) @@ -0,0 +1,227 @@ +bin/kvantummanager +bin/kvantumpreview +%%QT_PLUGINDIR%%/styles/libkvantum.so +%%DATADIR%%/KvBeige/KvBeige.kvconfig +%%DATADIR%%/KvBeige/KvBeige.svg +%%DATADIR%%/KvCurves/KvCurves.kvconfig +%%DATADIR%%/KvCurves/KvCurves.svg +%%DATADIR%%/KvCurves3d/KvCurves3d.kvconfig +%%DATADIR%%/KvCurves3d/KvCurves3d.svg +%%DATADIR%%/KvCurvesLight/KvCurvesLight.kvconfig +%%DATADIR%%/KvCurvesLight/KvCurvesLight.svg +%%DATADIR%%/KvDark/KvDark.kvconfig +%%DATADIR%%/KvDark/KvDark.svg +%%DATADIR%%/KvDarkRed/KvDarkRed.kvconfig +%%DATADIR%%/KvDarkRed/KvDarkRed.svg +%%DATADIR%%/KvDynamo/KvDynamo.kvconfig +%%DATADIR%%/KvDynamo/KvDynamo.svg +%%DATADIR%%/KvFlat/KvFlat.kvconfig +%%DATADIR%%/KvFlat/KvFlat.svg +%%DATADIR%%/KvFlatLight/KvFlatLight.kvconfig +%%DATADIR%%/KvFlatLight/KvFlatLight.svg +%%DATADIR%%/KvFlatRed/KvFlatRed.kvconfig +%%DATADIR%%/KvFlatRed/KvFlatRed.svg +%%DATADIR%%/KvGnome/KvGnome.kvconfig +%%DATADIR%%/KvGnome/KvGnome.svg +%%DATADIR%%/KvGnomeDark/KvGnomeDark.kvconfig +%%DATADIR%%/KvGnomeDark/KvGnomeDark.svg +%%DATADIR%%/KvGray/KvGray.kvconfig +%%DATADIR%%/KvGray/KvGray.svg +%%DATADIR%%/KvSimplicity/KvSimplicity.kvconfig +%%DATADIR%%/KvSimplicity/KvSimplicity.svg +%%DATADIR%%/KvantumAlt/KvantumAlt.kvconfig +share/applications/kvantummanager.desktop +share/color-schemes/KvBeige.colors +share/color-schemes/KvCurves.colors +share/color-schemes/KvCurvesLight.colors +share/color-schemes/KvDark.colors +share/color-schemes/KvDynamo.colors +share/color-schemes/KvFlat.colors +share/color-schemes/KvFlatLight.colors +share/color-schemes/KvGnome.colors +share/color-schemes/KvGnomeDark.colors +share/color-schemes/KvGray.colors +share/color-schemes/KvSimplicity.colors +share/color-schemes/Kvantum.colors +share/icons/hicolor/scalable/apps/kvantum.svg +share/apps/color-schemes/KvBeige.colors +share/apps/color-schemes/KvCurves.colors +share/apps/color-schemes/KvCurvesLight.colors +share/apps/color-schemes/KvDark.colors +share/apps/color-schemes/KvDynamo.colors +share/apps/color-schemes/KvFlat.colors +share/apps/color-schemes/KvFlatLight.colors +share/apps/color-schemes/KvGnome.colors +share/apps/color-schemes/KvGnomeDark.colors +share/apps/color-schemes/KvGray.colors +share/apps/color-schemes/KvSimplicity.colors +share/themes/KvBeige/openbox-3/close.xbm +share/themes/KvBeige/openbox-3/close_hover.xbm +share/themes/KvBeige/openbox-3/close_pressed.xbm +share/themes/KvBeige/openbox-3/desk.xbm +share/themes/KvBeige/openbox-3/desk_hover.xbm +share/themes/KvBeige/openbox-3/desk_toggled.xbm +share/themes/KvBeige/openbox-3/iconify.xbm +share/themes/KvBeige/openbox-3/iconify_hover.xbm +share/themes/KvBeige/openbox-3/iconify_pressed.xbm +share/themes/KvBeige/openbox-3/max.xbm +share/themes/KvBeige/openbox-3/max_hover.xbm +share/themes/KvBeige/openbox-3/max_pressed.xbm +share/themes/KvBeige/openbox-3/max_toggled.xbm +share/themes/KvBeige/openbox-3/shade.xbm +share/themes/KvBeige/openbox-3/shade_hover.xbm +share/themes/KvBeige/openbox-3/shade_pressed.xbm +share/themes/KvBeige/openbox-3/themerc +share/themes/KvCurvesLight/openbox-3/close.xbm +share/themes/KvCurvesLight/openbox-3/close_hover.xbm +share/themes/KvCurvesLight/openbox-3/close_pressed.xbm +share/themes/KvCurvesLight/openbox-3/desk.xbm +share/themes/KvCurvesLight/openbox-3/desk_hover.xbm +share/themes/KvCurvesLight/openbox-3/desk_toggled.xbm +share/themes/KvCurvesLight/openbox-3/iconify.xbm +share/themes/KvCurvesLight/openbox-3/iconify_hover.xbm +share/themes/KvCurvesLight/openbox-3/iconify_pressed.xbm +share/themes/KvCurvesLight/openbox-3/max.xbm +share/themes/KvCurvesLight/openbox-3/max_hover.xbm +share/themes/KvCurvesLight/openbox-3/max_pressed.xbm +share/themes/KvCurvesLight/openbox-3/max_toggled.xbm +share/themes/KvCurvesLight/openbox-3/shade.xbm +share/themes/KvCurvesLight/openbox-3/shade_hover.xbm +share/themes/KvCurvesLight/openbox-3/shade_pressed.xbm +share/themes/KvCurvesLight/openbox-3/themerc +share/themes/KvDarkRed/openbox-3/close.xbm +share/themes/KvDarkRed/openbox-3/close_hover.xbm +share/themes/KvDarkRed/openbox-3/close_pressed.xbm +share/themes/KvDarkRed/openbox-3/desk.xbm +share/themes/KvDarkRed/openbox-3/desk_hover.xbm +share/themes/KvDarkRed/openbox-3/desk_toggled.xbm +share/themes/KvDarkRed/openbox-3/iconify.xbm +share/themes/KvDarkRed/openbox-3/iconify_hover.xbm +share/themes/KvDarkRed/openbox-3/iconify_pressed.xbm +share/themes/KvDarkRed/openbox-3/max.xbm +share/themes/KvDarkRed/openbox-3/max_hover.xbm +share/themes/KvDarkRed/openbox-3/max_pressed.xbm +share/themes/KvDarkRed/openbox-3/max_toggled.xbm +share/themes/KvDarkRed/openbox-3/shade.xbm +share/themes/KvDarkRed/openbox-3/shade_hover.xbm +share/themes/KvDarkRed/openbox-3/shade_pressed.xbm +share/themes/KvDarkRed/openbox-3/themerc +share/themes/KvDynamo/openbox-3/close.xbm +share/themes/KvDynamo/openbox-3/close_hover.xbm +share/themes/KvDynamo/openbox-3/close_pressed.xbm +share/themes/KvDynamo/openbox-3/desk.xbm +share/themes/KvDynamo/openbox-3/desk_hover.xbm +share/themes/KvDynamo/openbox-3/desk_toggled.xbm +share/themes/KvDynamo/openbox-3/iconify.xbm +share/themes/KvDynamo/openbox-3/iconify_hover.xbm +share/themes/KvDynamo/openbox-3/iconify_pressed.xbm +share/themes/KvDynamo/openbox-3/max.xbm +share/themes/KvDynamo/openbox-3/max_hover.xbm +share/themes/KvDynamo/openbox-3/max_pressed.xbm +share/themes/KvDynamo/openbox-3/max_toggled.xbm +share/themes/KvDynamo/openbox-3/shade.xbm +share/themes/KvDynamo/openbox-3/shade_hover.xbm +share/themes/KvDynamo/openbox-3/shade_pressed.xbm +share/themes/KvDynamo/openbox-3/themerc +share/themes/KvFlatLight/openbox-3/close.xbm +share/themes/KvFlatLight/openbox-3/close_hover.xbm +share/themes/KvFlatLight/openbox-3/close_pressed.xbm +share/themes/KvFlatLight/openbox-3/desk.xbm +share/themes/KvFlatLight/openbox-3/desk_hover.xbm +share/themes/KvFlatLight/openbox-3/desk_toggled.xbm +share/themes/KvFlatLight/openbox-3/iconify.xbm +share/themes/KvFlatLight/openbox-3/iconify_hover.xbm +share/themes/KvFlatLight/openbox-3/iconify_pressed.xbm +share/themes/KvFlatLight/openbox-3/max.xbm +share/themes/KvFlatLight/openbox-3/max_hover.xbm +share/themes/KvFlatLight/openbox-3/max_pressed.xbm +share/themes/KvFlatLight/openbox-3/max_toggled.xbm +share/themes/KvFlatLight/openbox-3/shade.xbm +share/themes/KvFlatLight/openbox-3/shade_hover.xbm +share/themes/KvFlatLight/openbox-3/shade_pressed.xbm +share/themes/KvFlatLight/openbox-3/themerc +share/themes/KvGnome/openbox-3/close.xbm +share/themes/KvGnome/openbox-3/close_hover.xbm +share/themes/KvGnome/openbox-3/close_pressed.xbm +share/themes/KvGnome/openbox-3/desk.xbm +share/themes/KvGnome/openbox-3/desk_hover.xbm +share/themes/KvGnome/openbox-3/desk_toggled.xbm +share/themes/KvGnome/openbox-3/iconify.xbm +share/themes/KvGnome/openbox-3/iconify_hover.xbm +share/themes/KvGnome/openbox-3/iconify_pressed.xbm +share/themes/KvGnome/openbox-3/max.xbm +share/themes/KvGnome/openbox-3/max_hover.xbm +share/themes/KvGnome/openbox-3/max_pressed.xbm +share/themes/KvGnome/openbox-3/max_toggled.xbm +share/themes/KvGnome/openbox-3/shade.xbm +share/themes/KvGnome/openbox-3/shade_hover.xbm +share/themes/KvGnome/openbox-3/shade_pressed.xbm +share/themes/KvGnome/openbox-3/themerc +share/themes/KvGnomeDark/openbox-3/close.xbm +share/themes/KvGnomeDark/openbox-3/close_hover.xbm +share/themes/KvGnomeDark/openbox-3/close_pressed.xbm +share/themes/KvGnomeDark/openbox-3/desk.xbm +share/themes/KvGnomeDark/openbox-3/desk_hover.xbm +share/themes/KvGnomeDark/openbox-3/desk_toggled.xbm +share/themes/KvGnomeDark/openbox-3/iconify.xbm +share/themes/KvGnomeDark/openbox-3/iconify_hover.xbm +share/themes/KvGnomeDark/openbox-3/iconify_pressed.xbm +share/themes/KvGnomeDark/openbox-3/max.xbm +share/themes/KvGnomeDark/openbox-3/max_hover.xbm +share/themes/KvGnomeDark/openbox-3/max_pressed.xbm +share/themes/KvGnomeDark/openbox-3/max_toggled.xbm +share/themes/KvGnomeDark/openbox-3/shade.xbm +share/themes/KvGnomeDark/openbox-3/shade_hover.xbm +share/themes/KvGnomeDark/openbox-3/shade_pressed.xbm +share/themes/KvGnomeDark/openbox-3/themerc +share/themes/KvGray/openbox-3/close.xbm +share/themes/KvGray/openbox-3/close_hover.xbm +share/themes/KvGray/openbox-3/close_pressed.xbm +share/themes/KvGray/openbox-3/desk.xbm +share/themes/KvGray/openbox-3/desk_hover.xbm +share/themes/KvGray/openbox-3/desk_toggled.xbm +share/themes/KvGray/openbox-3/iconify.xbm +share/themes/KvGray/openbox-3/iconify_hover.xbm +share/themes/KvGray/openbox-3/iconify_pressed.xbm +share/themes/KvGray/openbox-3/max.xbm +share/themes/KvGray/openbox-3/max_hover.xbm +share/themes/KvGray/openbox-3/max_pressed.xbm +share/themes/KvGray/openbox-3/max_toggled.xbm +share/themes/KvGray/openbox-3/shade.xbm +share/themes/KvGray/openbox-3/shade_hover.xbm +share/themes/KvGray/openbox-3/shade_pressed.xbm +share/themes/KvGray/openbox-3/themerc +share/themes/KvSimplicity/openbox-3/close.xbm +share/themes/KvSimplicity/openbox-3/close_hover.xbm +share/themes/KvSimplicity/openbox-3/close_pressed.xbm +share/themes/KvSimplicity/openbox-3/desk.xbm +share/themes/KvSimplicity/openbox-3/desk_hover.xbm +share/themes/KvSimplicity/openbox-3/desk_toggled.xbm +share/themes/KvSimplicity/openbox-3/iconify.xbm +share/themes/KvSimplicity/openbox-3/iconify_hover.xbm +share/themes/KvSimplicity/openbox-3/iconify_pressed.xbm +share/themes/KvSimplicity/openbox-3/max.xbm +share/themes/KvSimplicity/openbox-3/max_hover.xbm +share/themes/KvSimplicity/openbox-3/max_pressed.xbm +share/themes/KvSimplicity/openbox-3/max_toggled.xbm +share/themes/KvSimplicity/openbox-3/shade.xbm +share/themes/KvSimplicity/openbox-3/shade_hover.xbm +share/themes/KvSimplicity/openbox-3/shade_pressed.xbm +share/themes/KvSimplicity/openbox-3/themerc +share/themes/Kvantum/openbox-3/close.xbm +share/themes/Kvantum/openbox-3/close_hover.xbm +share/themes/Kvantum/openbox-3/close_pressed.xbm +share/themes/Kvantum/openbox-3/desk.xbm +share/themes/Kvantum/openbox-3/desk_hover.xbm +share/themes/Kvantum/openbox-3/desk_toggled.xbm +share/themes/Kvantum/openbox-3/iconify.xbm +share/themes/Kvantum/openbox-3/iconify_hover.xbm +share/themes/Kvantum/openbox-3/iconify_pressed.xbm +share/themes/Kvantum/openbox-3/max.xbm +share/themes/Kvantum/openbox-3/max_hover.xbm +share/themes/Kvantum/openbox-3/max_pressed.xbm +share/themes/Kvantum/openbox-3/max_toggled.xbm +share/themes/Kvantum/openbox-3/shade.xbm +share/themes/Kvantum/openbox-3/shade_hover.xbm +share/themes/Kvantum/openbox-3/shade_pressed.xbm +share/themes/Kvantum/openbox-3/themerc From owner-svn-ports-head@freebsd.org Fri May 27 17:16:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AB60B4C130; Fri, 27 May 2016 17:16:25 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 574BD1B76; Fri, 27 May 2016 17:16:25 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4RHGOKb067059; Fri, 27 May 2016 17:16:24 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RHGOcY067057; Fri, 27 May 2016 17:16:24 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201605271716.u4RHGOcY067057@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Fri, 27 May 2016 17:16:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415950 - head/cad/iverilog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 17:16:25 -0000 Author: zeising Date: Fri May 27 17:16:24 2016 New Revision: 415950 URL: https://svnweb.freebsd.org/changeset/ports/415950 Log: Update to 10.1.1 Modified: head/cad/iverilog/Makefile head/cad/iverilog/distinfo Modified: head/cad/iverilog/Makefile ============================================================================== --- head/cad/iverilog/Makefile Fri May 27 17:14:36 2016 (r415949) +++ head/cad/iverilog/Makefile Fri May 27 17:16:24 2016 (r415950) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= iverilog -PORTVERSION= 10.1 +PORTVERSION= 10.1.1 CATEGORIES= cad -MASTER_SITES= ftp://icarus.com/pub/eda/verilog/v${PORTVERSION:C,\.[0-9]$,,}/ +MASTER_SITES= ftp://icarus.com/pub/eda/verilog/v${PORTVERSION:C,\.[0-9]\.[0-9]$,,}/ DISTNAME= verilog-${PORTVERSION} MAINTAINER= zeising@FreeBSD.org Modified: head/cad/iverilog/distinfo ============================================================================== --- head/cad/iverilog/distinfo Fri May 27 17:14:36 2016 (r415949) +++ head/cad/iverilog/distinfo Fri May 27 17:16:24 2016 (r415950) @@ -1,2 +1,3 @@ -SHA256 (verilog-10.1.tar.gz) = e822f397e3b7a496c8138c2b05b4209eb47b74370bc173a91c293fa8e809e529 -SIZE (verilog-10.1.tar.gz) = 1685176 +TIMESTAMP = 1464367614 +SHA256 (verilog-10.1.1.tar.gz) = fdaa75dfe7c58cbc471fc12710ee49b3f32fd6cc055d9181b5190cbcbbd6cada +SIZE (verilog-10.1.1.tar.gz) = 1684925 From owner-svn-ports-head@freebsd.org Fri May 27 17:38:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13D4FB4C5DD; Fri, 27 May 2016 17:38:23 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF1AE1795; Fri, 27 May 2016 17:38: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 u4RHcMSd074798; Fri, 27 May 2016 17:38:22 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RHcLvm074794; Fri, 27 May 2016 17:38:21 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605271738.u4RHcLvm074794@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 27 May 2016 17:38:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415951 - in head/security/i2pd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 17:38:23 -0000 Author: amdmi3 Date: Fri May 27 17:38:21 2016 New Revision: 415951 URL: https://svnweb.freebsd.org/changeset/ports/415951 Log: - Update to 2.7.0 Added: head/security/i2pd/files/patch-httpparser (contents, props changed) Deleted: head/security/i2pd/files/patch-build_CMakeLists.txt Modified: head/security/i2pd/Makefile head/security/i2pd/distinfo Modified: head/security/i2pd/Makefile ============================================================================== --- head/security/i2pd/Makefile Fri May 27 17:16:24 2016 (r415950) +++ head/security/i2pd/Makefile Fri May 27 17:38:21 2016 (r415951) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= i2pd -PORTVERSION= 2.3.0 +PORTVERSION= 2.7.0 CATEGORIES= security net-p2p MAINTAINER= amdmi3@FreeBSD.org @@ -11,10 +11,9 @@ COMMENT= C++ implementation of I2P clien LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libboost_thread.so:devel/boost-libs +BROKEN_powerpc64= Does not build BROKEN_FreeBSD_9= does not build USE_GITHUB= yes Modified: head/security/i2pd/distinfo ============================================================================== --- head/security/i2pd/distinfo Fri May 27 17:16:24 2016 (r415950) +++ head/security/i2pd/distinfo Fri May 27 17:38:21 2016 (r415951) @@ -1,2 +1,3 @@ -SHA256 (PurpleI2P-i2pd-2.3.0_GH0.tar.gz) = 2397311cb10b04b843d136d9afe01b57f92bfaff72324cfa370f2d0fd74ae7dd -SIZE (PurpleI2P-i2pd-2.3.0_GH0.tar.gz) = 367391 +TIMESTAMP = 1464019672 +SHA256 (PurpleI2P-i2pd-2.7.0_GH0.tar.gz) = e4a3e192e424492962092f65a04fe12cac10f267ba2c99e2e62ca917741fba7e +SIZE (PurpleI2P-i2pd-2.7.0_GH0.tar.gz) = 410922 Added: head/security/i2pd/files/patch-httpparser ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/i2pd/files/patch-httpparser Fri May 27 17:38:21 2016 (r415951) @@ -0,0 +1,49 @@ +commit 43a90d7b98b1b317022f468bcf23027e039142fe +Author: hagen +Date: Thu May 26 00:00:00 2016 +0000 + + * HTTP.cpp : fix parse_header_line (#501) + +diff --git HTTP.cpp HTTP.cpp +index 83f1ac3..66dbc76 100644 +--- HTTP.cpp ++++ HTTP.cpp +@@ -45,9 +45,10 @@ namespace http { + bool parse_header_line(const std::string & line, std::map & headers) { + std::size_t pos = 0; + std::size_t len = 2; /* strlen(": ") */ ++ std::size_t max = line.length(); + if ((pos = line.find(": ", pos)) == std::string::npos) + return false; +- while (isspace(line.at(pos + len))) ++ while ((pos + len) < max && isspace(line.at(pos + len))) + len++; + std::string name = line.substr(0, pos); + std::string value = line.substr(pos + len); +diff --git tests/test-http-req.cpp tests/test-http-req.cpp +index 10ea621..d536262 100644 +--- tests/test-http-req.cpp ++++ tests/test-http-req.cpp +@@ -68,6 +68,7 @@ int main() { + buf = + "GET http://inr.i2p HTTP/1.1\r\n" + "Host: stats.i2p\r\n" ++ "Accept-Encoding: \r\n" + "Accept: */*\r\n" + "\r\n"; + len = strlen(buf); +@@ -76,9 +77,13 @@ int main() { + assert(req->method == "GET"); + assert(req->uri == "http://inr.i2p"); + assert(req->host == "stats.i2p"); +- assert(req->headers.size() == 2); ++ assert(req->headers.size() == 3); + assert(req->headers.count("Host") == 1); + assert(req->headers.count("Accept") == 1); ++ assert(req->headers.count("Accept-Encoding") == 1); ++ assert(req->headers["Host"] == "stats.i2p"); ++ assert(req->headers["Accept"] == "*/*"); ++ assert(req->headers["Accept-Encoding"] == ""); + delete req; + + return 0; From owner-svn-ports-head@freebsd.org Fri May 27 18:16:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F49AB4C0CE; Fri, 27 May 2016 18:16:43 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 415B710FF; Fri, 27 May 2016 18:16:43 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4RIGgOS089607; Fri, 27 May 2016 18:16:42 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RIGfGE089593; Fri, 27 May 2016 18:16:41 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201605271816.u4RIGfGE089593@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Fri, 27 May 2016 18:16:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415952 - in head/sysutils: . filebeat filebeat/files packetbeat packetbeat/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 18:16:43 -0000 Author: girgen Date: Fri May 27 18:16:40 2016 New Revision: 415952 URL: https://svnweb.freebsd.org/changeset/ports/415952 Log: Add filebeat and packagebeat from Elastic Thanks to Kurt Jaeger and Riccardo Calixte for collaboration and testing. PR: 209776 Added: head/sysutils/filebeat/ head/sysutils/filebeat/Makefile (contents, props changed) head/sysutils/filebeat/distinfo (contents, props changed) head/sysutils/filebeat/files/ head/sysutils/filebeat/files/filebeat.in (contents, props changed) head/sysutils/filebeat/files/patch-libbeat_scripts_Makefile (contents, props changed) head/sysutils/filebeat/pkg-descr (contents, props changed) head/sysutils/filebeat/pkg-plist (contents, props changed) head/sysutils/packetbeat/ head/sysutils/packetbeat/Makefile (contents, props changed) head/sysutils/packetbeat/distinfo (contents, props changed) head/sysutils/packetbeat/files/ head/sysutils/packetbeat/files/packetbeat.in (contents, props changed) head/sysutils/packetbeat/files/patch-libbeat_scripts_Makefile (contents, props changed) head/sysutils/packetbeat/pkg-descr (contents, props changed) head/sysutils/packetbeat/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Fri May 27 17:38:21 2016 (r415951) +++ head/sysutils/Makefile Fri May 27 18:16:40 2016 (r415952) @@ -274,6 +274,7 @@ SUBDIR += fetchlog SUBDIR += ffs2recov SUBDIR += file + SUBDIR += filebeat SUBDIR += filedupe SUBDIR += filelight-kde4 SUBDIR += fileprune @@ -712,6 +713,7 @@ SUBDIR += p5-arclog SUBDIR += p5-reslog SUBDIR += packer + SUBDIR += packetbeat SUBDIR += pacman SUBDIR += paicc SUBDIR += pam_mount Added: head/sysutils/filebeat/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/filebeat/Makefile Fri May 27 18:16:40 2016 (r415952) @@ -0,0 +1,33 @@ +# Created by: Palle Girgensohn +# $FreeBSD$ + +PORTNAME= filebeat +PORTVERSION= 1.2.3 +DISTVERSIONPREFIX=v +CATEGORIES= sysutils + +MAINTAINER= girgen@FreeBSD.org +COMMENT= Collect logs locally and send to remote logstash + +LICENSE= APACHE20 + +USE_GITHUB= yes +GH_ACCOUNT= elastic +GH_PROJECT= beats + +USES= gmake go +GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} +GO_TARGETS= ${PORTNAME} + +USE_RC_SUBR= ${PORTNAME} + +do-build: + cd ${GO_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GMAKE} -C ${GO_TARGETS} + +do-install: + ${INSTALL_PROGRAM} ${GO_WRKSRC}/${GO_TARGETS}/${GO_TARGETS} \ + ${STAGEDIR}${PREFIX}/sbin + ${INSTALL_DATA} ${GO_WRKSRC}/${GO_TARGETS}/etc/${GO_TARGETS}.yml \ + ${STAGEDIR}${PREFIX}/etc/${GO_TARGETS}.yml.sample + +.include Added: head/sysutils/filebeat/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/filebeat/distinfo Fri May 27 18:16:40 2016 (r415952) @@ -0,0 +1,3 @@ +TIMESTAMP = 1464325885 +SHA256 (elastic-beats-v1.2.3_GH0.tar.gz) = 8eea85de415898c362144ba533062651d8891241c738799e54cc9b17040c1fc9 +SIZE (elastic-beats-v1.2.3_GH0.tar.gz) = 9922853 Added: head/sysutils/filebeat/files/filebeat.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/filebeat/files/filebeat.in Fri May 27 18:16:40 2016 (r415952) @@ -0,0 +1,36 @@ +#!/bin/sh +# $FreeBSD$ + +# PROVIDE: filebeat +# REQUIRE: DAEMON +# BEFORE: LOGIN +# KEYWORD: shutdown + +# Add the following lines to /etc/rc.conf to enable logstash-forwarder: +# filebeat_enable (bool): Set to YES to enable filebeat +# Default: NO +# filebeat_flags (str): Extra flags passed to filebeat +# filebeat_conf (str): filebeat configuration file +# Default: ${PREFIX}/etc/filebeat.yml + +. /etc/rc.subr + +name="filebeat" +rcvar=${name}_enable +load_rc_config $name + +: ${filebeat_enable:="NO"} +: ${filebeat_config:="%%PREFIX%%/etc/${name}.yml"} + +# daemon +start_precmd=filebeat_prestart +command=/usr/sbin/daemon +pidfile="/var/run/${name}" +command_args="-rP ${pidfile} %%PREFIX%%/sbin/${name} -c ${filebeat_config}" + +filebeat_prestart() { +# Have to empty rc_flags so they don't get passed to daemon(8) + rc_flags="" +} + +run_rc_command "$1" Added: head/sysutils/filebeat/files/patch-libbeat_scripts_Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/filebeat/files/patch-libbeat_scripts_Makefile Fri May 27 18:16:40 2016 (r415952) @@ -0,0 +1,11 @@ +--- libbeat/scripts/Makefile.orig 2016-02-11 14:04:40 UTC ++++ libbeat/scripts/Makefile +@@ -6,7 +6,7 @@ ARCH?=$(shell uname -m) + export PATH := ./bin:$(PATH) + export GO15VENDOREXPERIMENT=1 + GOFILES = $(shell find . -type f -name '*.go') +-SHELL=/bin/bash ++SHELL=/bin/sh + ES_HOST?="elasticsearch-210" + BEAT_DIR?=github.com/elastic/beats + BUILD_DIR=build Added: head/sysutils/filebeat/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/filebeat/pkg-descr Fri May 27 18:16:40 2016 (r415952) @@ -0,0 +1,13 @@ +Beats is the platform for building lightweight, open source data +shippers for many types of operational data you want to enrich with +Logstash, search and analyze in Elasticsearch, and visualize in Kibana. +Whether you're interested in log files, infrastructure metrics, network +packets, or any other type of data, Beats serves as the foundation for +keeping a beat on your data. + +Filebeat is a lightweight, open source shipper for log file data. As the +next-generation Logstash Forwarder, Filebeat tails logs and quickly +sends this information to Logstash for further parsing and enrichment or +to Elasticsearch for centralized storage and analysis. + +WWW: https://www.elastic.co/products/beats/filebeat Added: head/sysutils/filebeat/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/filebeat/pkg-plist Fri May 27 18:16:40 2016 (r415952) @@ -0,0 +1,2 @@ +sbin/filebeat +@sample etc/filebeat.yml.sample Added: head/sysutils/packetbeat/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/packetbeat/Makefile Fri May 27 18:16:40 2016 (r415952) @@ -0,0 +1,35 @@ +# Created by: Palle Girgensohn +# $FreeBSD$ + +PORTNAME= packetbeat +PORTVERSION= 1.2.3 +DISTVERSIONPREFIX=v +CATEGORIES= sysutils + +MAINTAINER= girgen@FreeBSD.org +COMMENT= Elasticsearch real-time network packet analytics + +LICENSE= APACHE20 + +#BUILD_DEPENDS= go:lang/go + +USE_GITHUB= yes +GH_ACCOUNT= elastic +GH_PROJECT= beats + +USES= gmake go +GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} +GO_TARGETS= ${PORTNAME} + +USE_RC_SUBR= ${PORTNAME} + +do-build: + cd ${GO_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GMAKE} -C ${GO_TARGETS} + +do-install: + ${INSTALL_PROGRAM} ${GO_WRKSRC}/${GO_TARGETS}/${GO_TARGETS} \ + ${STAGEDIR}${PREFIX}/sbin + ${INSTALL_DATA} ${GO_WRKSRC}/${GO_TARGETS}/etc/${GO_TARGETS}.yml \ + ${STAGEDIR}${PREFIX}/etc/${GO_TARGETS}.yml.sample + +.include Added: head/sysutils/packetbeat/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/packetbeat/distinfo Fri May 27 18:16:40 2016 (r415952) @@ -0,0 +1,3 @@ +TIMESTAMP = 1464325900 +SHA256 (elastic-beats-v1.2.3_GH0.tar.gz) = 8eea85de415898c362144ba533062651d8891241c738799e54cc9b17040c1fc9 +SIZE (elastic-beats-v1.2.3_GH0.tar.gz) = 9922853 Added: head/sysutils/packetbeat/files/packetbeat.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/packetbeat/files/packetbeat.in Fri May 27 18:16:40 2016 (r415952) @@ -0,0 +1,37 @@ +#!/bin/sh +# $FreeBSD$ + +# PROVIDE: packetbeat +# REQUIRE: DAEMON +# BEFORE: LOGIN +# KEYWORD: shutdown + +# Add the following lines to /etc/rc.conf to enable packetbeat +# +# packetbeat_enable (bool): Set to YES to enable packetbeat +# Default: NO +# packetbeat_flags (str): Extra flags passed to packetbeat +# packetbeat_conf (str): packetbeat configuration file +# Default: ${PREFIX}/etc/packetbeat.yml + +. /etc/rc.subr + +name="packetbeat" +rcvar=${name}_enable +load_rc_config $name + +: ${packetbeat_enable:="NO"} +: ${packetbeat_config:="%%PREFIX%%/etc/${name}.yml"} + +# daemon +start_precmd=packetbeat_prestart +command=/usr/sbin/daemon +pidfile="/var/run/${name}" +command_args="-rP ${pidfile} %%PREFIX%%/sbin/${name} -c ${packetbeat_config}" + +packetbeat_prestart() { +# Have to empty rc_flags so they don't get passed to daemon(8) + rc_flags="" +} + +run_rc_command "$1" Added: head/sysutils/packetbeat/files/patch-libbeat_scripts_Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/packetbeat/files/patch-libbeat_scripts_Makefile Fri May 27 18:16:40 2016 (r415952) @@ -0,0 +1,11 @@ +--- libbeat/scripts/Makefile.orig 2016-02-11 14:04:40 UTC ++++ libbeat/scripts/Makefile +@@ -6,7 +6,7 @@ ARCH?=$(shell uname -m) + export PATH := ./bin:$(PATH) + export GO15VENDOREXPERIMENT=1 + GOFILES = $(shell find . -type f -name '*.go') +-SHELL=/bin/bash ++SHELL=/bin/sh + ES_HOST?="elasticsearch-210" + BEAT_DIR?=github.com/elastic/beats + BUILD_DIR=build Added: head/sysutils/packetbeat/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/packetbeat/pkg-descr Fri May 27 18:16:40 2016 (r415952) @@ -0,0 +1,12 @@ +Beats is the platform for building lightweight, open source data +shippers for many types of operational data you want to enrich with +Logstash, search and analyze in Elasticsearch, and visualize in Kibana. +Whether you're interested in log files, infrastructure metrics, network +packets, or any other type of data, Beats serves as the foundation for +keeping a beat on your data. + +Packetbeat is the open source data shipper that integrates with +Elasticsearch and Kibana to provide real-time analytics for web, +database, and other network protocols. + +WWW: https://www.elastic.co/products/beats/packetbeat Added: head/sysutils/packetbeat/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/packetbeat/pkg-plist Fri May 27 18:16:40 2016 (r415952) @@ -0,0 +1,2 @@ +sbin/packetbeat +@sample etc/packetbeat.yml.sample From owner-svn-ports-head@freebsd.org Fri May 27 18:27:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DF99B4C324; Fri, 27 May 2016 18:27:17 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C79E2188C; Fri, 27 May 2016 18:27:16 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4RIRFmM093389; Fri, 27 May 2016 18:27:15 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RIRFPg093388; Fri, 27 May 2016 18:27:15 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201605271827.u4RIRFPg093388@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Fri, 27 May 2016 18:27:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415953 - head/databases/postgresql-libpgeasy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 18:27:17 -0000 Author: crees Date: Fri May 27 18:27:15 2016 New Revision: 415953 URL: https://svnweb.freebsd.org/changeset/ports/415953 Log: Fix URL Submitted by: Tim Jackson Modified: head/databases/postgresql-libpgeasy/pkg-descr Modified: head/databases/postgresql-libpgeasy/pkg-descr ============================================================================== --- head/databases/postgresql-libpgeasy/pkg-descr Fri May 27 18:16:40 2016 (r415952) +++ head/databases/postgresql-libpgeasy/pkg-descr Fri May 27 18:27:15 2016 (r415953) @@ -4,4 +4,4 @@ library, more like an SQL 4GL interface. There are examples in share/examples/postgresql/libpqeasy and docs in share/doc/postgresql/libpqeasy -WWW: http://gborg.postgresql.org/project/libpgeasy/ +WWW: https://www.postgresql.org/docs/7.2/static/pgeasy.html From owner-svn-ports-head@freebsd.org Fri May 27 18:29:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BA19B4C371; Fri, 27 May 2016 18:29:56 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 159C419C4; Fri, 27 May 2016 18:29:56 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4RITtSu093863; Fri, 27 May 2016 18:29:55 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RITrOk093848; Fri, 27 May 2016 18:29:53 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <201605271829.u4RITrOk093848@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Fri, 27 May 2016 18:29:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415954 - in head/mail: opensmtpd-extras opensmtpd-extras-filter-clamav opensmtpd-extras-filter-dkim opensmtpd-extras-filter-dnsbl opensmtpd-extras-filter-pause opensmtpd-extras-filter-... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 18:29:56 -0000 Author: fluffy Date: Fri May 27 18:29:53 2016 New Revision: 415954 URL: https://svnweb.freebsd.org/changeset/ports/415954 Log: - Unconditionally define PORTREVISION in subports to skip unneccessary bump slaves by master port touching - Pass master's CONFIGURE_ARGS to slaves - Option to select mail/opensmtpd[-devel] as build/run dependency (and corresponding libasr via this) - Pass pkgconfig dependency only to subports which need it. - Adjust dependencies in subports Submitted by: myself Reviewed by: adamw, gahr Approved by: adamw, gahr, miwi (mentor, implicit) Sponsored by: milk and cookies Differential Revision: https://reviews.freebsd.org/D6607 Modified: head/mail/opensmtpd-extras-filter-clamav/Makefile head/mail/opensmtpd-extras-filter-dkim/Makefile head/mail/opensmtpd-extras-filter-dnsbl/Makefile head/mail/opensmtpd-extras-filter-pause/Makefile head/mail/opensmtpd-extras-filter-regex/Makefile head/mail/opensmtpd-extras-filter-spamassassin/Makefile head/mail/opensmtpd-extras-table-mysql/Makefile head/mail/opensmtpd-extras-table-passwd/Makefile head/mail/opensmtpd-extras-table-postgresql/Makefile head/mail/opensmtpd-extras-table-python/Makefile head/mail/opensmtpd-extras-table-redis/Makefile head/mail/opensmtpd-extras-table-socketmap/Makefile head/mail/opensmtpd-extras-table-sqlite/Makefile head/mail/opensmtpd-extras/Makefile Modified: head/mail/opensmtpd-extras-filter-clamav/Makefile ============================================================================== --- head/mail/opensmtpd-extras-filter-clamav/Makefile Fri May 27 18:27:15 2016 (r415953) +++ head/mail/opensmtpd-extras-filter-clamav/Makefile Fri May 27 18:29:53 2016 (r415954) @@ -2,10 +2,13 @@ # $FreeBSD$ PKGNAMESUFFIX= -filter-clamav +PORTREVISION= 1 COMMENT= Check messages with ClamAV in OpenSMTPD MAINTAINER= adamw@FreeBSD.org +RUN_DEPENDS= clamscan:security/clamav + PLIST_FILES= libexec/opensmtpd/filter-clamav \ man/man8/filter-clamav.8.gz Modified: head/mail/opensmtpd-extras-filter-dkim/Makefile ============================================================================== --- head/mail/opensmtpd-extras-filter-dkim/Makefile Fri May 27 18:27:15 2016 (r415953) +++ head/mail/opensmtpd-extras-filter-dkim/Makefile Fri May 27 18:29:53 2016 (r415954) @@ -2,6 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -filter-dkim +PORTREVISION= 1 COMMENT= DKIM-signing filter for OpenSMTPD MAINTAINER= adamw@FreeBSD.org Modified: head/mail/opensmtpd-extras-filter-dnsbl/Makefile ============================================================================== --- head/mail/opensmtpd-extras-filter-dnsbl/Makefile Fri May 27 18:27:15 2016 (r415953) +++ head/mail/opensmtpd-extras-filter-dnsbl/Makefile Fri May 27 18:29:53 2016 (r415954) @@ -2,12 +2,11 @@ # $FreeBSD$ PKGNAMESUFFIX= -filter-dnsbl +PORTREVISION= 1 COMMENT= DNSBL-checking filter for OpenSMTPD MAINTAINER= adamw@FreeBSD.org -LIB_DEPENDS= libasr.so:dns/libasr - PLIST_FILES= libexec/opensmtpd/filter-dnsbl \ man/man8/filter-dnsbl.8.gz Modified: head/mail/opensmtpd-extras-filter-pause/Makefile ============================================================================== --- head/mail/opensmtpd-extras-filter-pause/Makefile Fri May 27 18:27:15 2016 (r415953) +++ head/mail/opensmtpd-extras-filter-pause/Makefile Fri May 27 18:29:53 2016 (r415954) @@ -2,6 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -filter-pause +PORTREVISION= 1 COMMENT= Pause incoming OpenSMTPD messages to reduce spam MAINTAINER= adamw@FreeBSD.org Modified: head/mail/opensmtpd-extras-filter-regex/Makefile ============================================================================== --- head/mail/opensmtpd-extras-filter-regex/Makefile Fri May 27 18:27:15 2016 (r415953) +++ head/mail/opensmtpd-extras-filter-regex/Makefile Fri May 27 18:29:53 2016 (r415954) @@ -2,6 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -filter-regex +PORTREVISION= 1 COMMENT= Regular expression filter for OpenSMTPD MAINTAINER= adamw@FreeBSD.org Modified: head/mail/opensmtpd-extras-filter-spamassassin/Makefile ============================================================================== --- head/mail/opensmtpd-extras-filter-spamassassin/Makefile Fri May 27 18:27:15 2016 (r415953) +++ head/mail/opensmtpd-extras-filter-spamassassin/Makefile Fri May 27 18:29:53 2016 (r415954) @@ -2,6 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -filter-spamassassin +PORTREVISION= 1 COMMENT= Spamassassin filter addon for OpenSMTPD MAINTAINER= adamw@FreeBSD.org Modified: head/mail/opensmtpd-extras-table-mysql/Makefile ============================================================================== --- head/mail/opensmtpd-extras-table-mysql/Makefile Fri May 27 18:27:15 2016 (r415953) +++ head/mail/opensmtpd-extras-table-mysql/Makefile Fri May 27 18:29:53 2016 (r415954) @@ -2,12 +2,14 @@ # $FreeBSD$ PKGNAMESUFFIX= -table-mysql +PORTREVISION= 1 -COMMENT= MySQL table support for opensmtpd +COMMENT= MySQL table support for OpenSMTPD PLIST_FILES= libexec/opensmtpd/table-mysql -CONFIGURE_ARGS= --with-table-mysql +CONFIGURE_ARGS+= --with-table-mysql +CFLAGS+= -I${LOCALBASE}/include/mysql LDFLAGS+= -L${LOCALBASE}/lib/mysql USES= mysql Modified: head/mail/opensmtpd-extras-table-passwd/Makefile ============================================================================== --- head/mail/opensmtpd-extras-table-passwd/Makefile Fri May 27 18:27:15 2016 (r415953) +++ head/mail/opensmtpd-extras-table-passwd/Makefile Fri May 27 18:29:53 2016 (r415954) @@ -2,14 +2,14 @@ # $FreeBSD$ PKGNAMESUFFIX= -table-passwd +PORTREVISION= 1 -COMMENT= passwd(5) table support for opensmtpd +COMMENT= passwd(5) table support for OpenSMTPD PLIST_FILES= libexec/opensmtpd/table-passwd \ man/man5/table-passwd.5.gz -CONFIGURE_ARGS= --with-table-passwd -LDFLAGS+= -L${LOCALBASE}/lib/mysql +CONFIGURE_ARGS+= --with-table-passwd MASTERDIR= ${.CURDIR}/../opensmtpd-extras SLAVE_PORT= yes Modified: head/mail/opensmtpd-extras-table-postgresql/Makefile ============================================================================== --- head/mail/opensmtpd-extras-table-postgresql/Makefile Fri May 27 18:27:15 2016 (r415953) +++ head/mail/opensmtpd-extras-table-postgresql/Makefile Fri May 27 18:29:53 2016 (r415954) @@ -2,12 +2,13 @@ # $FreeBSD$ PKGNAMESUFFIX= -table-postgresql +PORTREVISION= 1 -COMMENT= PostgreSQL table support for opensmtpd +COMMENT= PostgreSQL table support for OpenSMTPD PLIST_FILES= libexec/opensmtpd/table-postgres -CONFIGURE_ARGS= --with-table-postgres +CONFIGURE_ARGS+= --with-table-postgres USES= pgsql Modified: head/mail/opensmtpd-extras-table-python/Makefile ============================================================================== --- head/mail/opensmtpd-extras-table-python/Makefile Fri May 27 18:27:15 2016 (r415953) +++ head/mail/opensmtpd-extras-table-python/Makefile Fri May 27 18:29:53 2016 (r415954) @@ -2,14 +2,15 @@ # $FreeBSD$ PKGNAMESUFFIX= -table-python +PORTREVISION= 1 -COMMENT= Python table support for opensmtpd +COMMENT= Python table support for OpenSMTPD PLIST_FILES= libexec/opensmtpd/table-python -CONFIGURE_ARGS= --with-table-python --with-python-type=${PYTHON_VERSION} +CONFIGURE_ARGS+= --with-table-python --with-python-type=${PYTHON_VERSION} -USES= python +USES= python pkgconfig MASTERDIR= ${.CURDIR}/../opensmtpd-extras SLAVE_PORT= yes Modified: head/mail/opensmtpd-extras-table-redis/Makefile ============================================================================== --- head/mail/opensmtpd-extras-table-redis/Makefile Fri May 27 18:27:15 2016 (r415953) +++ head/mail/opensmtpd-extras-table-redis/Makefile Fri May 27 18:29:53 2016 (r415954) @@ -2,18 +2,21 @@ # $FreeBSD$ PKGNAMESUFFIX= -table-redis +PORTREVISION= 1 -COMMENT= Redis table support for opensmtpd +COMMENT= Redis table support for OpenSMTPD LIB_DEPENDS= libhiredis.so:databases/hiredis PLIST_FILES= libexec/opensmtpd/table-redis \ man/man5/table-redis.5.gz -CONFIGURE_ARGS= --with-table-redis +CONFIGURE_ARGS+= --with-table-redis CONFIGURE_ENV= REDIS_CONFIG=${LOCALBASE}/bin/pkgconf CFLAGS+= -I${LOCALBASE}/include/hiredis +USES= pkgconfig + MASTERDIR= ${.CURDIR}/../opensmtpd-extras SLAVE_PORT= yes Modified: head/mail/opensmtpd-extras-table-socketmap/Makefile ============================================================================== --- head/mail/opensmtpd-extras-table-socketmap/Makefile Fri May 27 18:27:15 2016 (r415953) +++ head/mail/opensmtpd-extras-table-socketmap/Makefile Fri May 27 18:29:53 2016 (r415954) @@ -2,13 +2,14 @@ # $FreeBSD$ PKGNAMESUFFIX= -table-socketmap +PORTREVISION= 1 -COMMENT= Socketmap table support for opensmtpd +COMMENT= Socketmap table support for OpenSMTPD PLIST_FILES= libexec/opensmtpd/table-socketmap \ man/man5/table-socketmap.5.gz -CONFIGURE_ARGS= --with-table-socketmap +CONFIGURE_ARGS+= --with-table-socketmap MASTERDIR= ${.CURDIR}/../opensmtpd-extras SLAVE_PORT= yes Modified: head/mail/opensmtpd-extras-table-sqlite/Makefile ============================================================================== --- head/mail/opensmtpd-extras-table-sqlite/Makefile Fri May 27 18:27:15 2016 (r415953) +++ head/mail/opensmtpd-extras-table-sqlite/Makefile Fri May 27 18:29:53 2016 (r415954) @@ -2,15 +2,16 @@ # $FreeBSD$ PKGNAMESUFFIX= -table-sqlite +PORTREVISION= 1 -COMMENT= SQLite table support for opensmtpd +COMMENT= SQLite table support for OpenSMTPD PLIST_FILES= libexec/opensmtpd/table-sqlite \ man/man5/table-sqlite.5.gz -CONFIGURE_ARGS= --with-table-sqlite +CONFIGURE_ARGS+= --with-table-sqlite -USES= sqlite +USES= sqlite pkgconfig MASTERDIR= ${.CURDIR}/../opensmtpd-extras SLAVE_PORT= yes Modified: head/mail/opensmtpd-extras/Makefile ============================================================================== --- head/mail/opensmtpd-extras/Makefile Fri May 27 18:27:15 2016 (r415953) +++ head/mail/opensmtpd-extras/Makefile Fri May 27 18:29:53 2016 (r415954) @@ -3,34 +3,53 @@ PORTNAME= opensmtpd-extras PORTVERSION= 201605232202 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES+= mail MASTER_SITES= http://www.opensmtpd.org/archives/ +# NB: Please reset PORTREVISION to 0 in all slave subports +# while updating PORTVERSION for master port + MAINTAINER?= gahr@FreeBSD.org COMMENT?= Addons for OpenSMTPD LICENSE?= ISCL LIB_DEPENDS+= libevent.so:devel/libevent2 -RUN_DEPENDS+= ${LOCALBASE}/sbin/smtpctl:mail/opensmtpd -USES+= autoreconf libtool pkgconfig +USES+= autoreconf libtool USE_OPENSSL= yes -WITH_OPENSSL_PORT= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --sysconfdir="${PREFIX}/etc/mail" + # NB: Please *DO NOT* add the following; they are NOT for end-users: -# filter-monkey, filter-stub, filter-trace, filter-void +# filter-stub, filter-trace, filter-void # queue-null, queue-stub # scheduler-stub # table-stub + +# +# Pass OpenSMTPD branch selection to all extras +# +OPTIONS_DEFINE= OPENSMTP_DEVEL + +OPENSMTP_DEVEL_DESC= Depend on opensmtpd-devel (opensmtpd if off) +OPENSMTP_DEVEL_BUILD_DEPENDS_OFF= smtpctl:${PORTSDIR}/mail/opensmtpd +OPENSMTP_DEVEL_RUN_DEPENDS_OFF= smtpctl:${PORTSDIR}/mail/opensmtpd +OPENSMTP_DEVEL_BUILD_DEPENDS= smtpctl:${PORTSDIR}/mail/opensmtpd-devel +OPENSMTP_DEVEL_RUN_DEPENDS= smtpctl:${PORTSDIR}/mail/opensmtpd-devel + .if empty(SLAVE_PORT) OPTIONS_GROUP= FILTER TABLE OPTIONS_GROUP_FILTER= CLAMAV DKIM DNSBL PAUSE REGEX SPAMASSASSIN OPTIONS_GROUP_TABLE= LDAP MYSQL PASSWD PGSQL PYTHON REDIS SMAP SQLITE OPTIONS_DEFAULT= ${OPTIONS_GROUP_FILTER} ${OPTIONS_GROUP_TABLE} +# Groups +FILTER_DESC= BASE FILTERS +TABLE_DESC= BASE TABLES + # Filters CLAMAV_DESC= Check messages with ClamAV DKIM_DESC= Sign messages with DKIM From owner-svn-ports-head@freebsd.org Fri May 27 18:32:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57665B4C3BC; Fri, 27 May 2016 18:32:07 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 297211C9A; Fri, 27 May 2016 18:32:07 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4RIW6tm096797; Fri, 27 May 2016 18:32:06 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RIW6TP096796; Fri, 27 May 2016 18:32:06 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201605271832.u4RIW6TP096796@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Fri, 27 May 2016 18:32:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415955 - head/misc/bestfit/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 18:32:07 -0000 Author: ehaupt Date: Fri May 27 18:32:06 2016 New Revision: 415955 URL: https://svnweb.freebsd.org/changeset/ports/415955 Log: Fix build on CURRENT. Added: head/misc/bestfit/files/ head/misc/bestfit/files/patch-configure (contents, props changed) Added: head/misc/bestfit/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/bestfit/files/patch-configure Fri May 27 18:32:06 2016 (r415955) @@ -0,0 +1,11 @@ +--- configure.orig 2016-05-27 17:25:42 UTC ++++ configure +@@ -3918,7 +3918,7 @@ else + fi; + + # Add -Wall to CFLAGS and clean it up +-CFLAGS=`echo $CFLAGS -Wall|sed 's/^\ *//g;s/\ *$//g'` ++#CFLAGS=`echo $CFLAGS -Wall|sed 's/^\ *//g;s/\ *$//g'` + + ac_config_files="$ac_config_files Makefile src/Makefile" + From owner-svn-ports-head@freebsd.org Fri May 27 18:43:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB6A4B4C6FD; Fri, 27 May 2016 18:43:53 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 869DF14A7; Fri, 27 May 2016 18:43:53 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4RIhqpQ001621; Fri, 27 May 2016 18:43:52 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RIhqll001620; Fri, 27 May 2016 18:43:52 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605271843.u4RIhqll001620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 27 May 2016 18:43:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415956 - head/net-p2p/retroshare X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 18:43:53 -0000 Author: pi Date: Fri May 27 18:43:52 2016 New Revision: 415956 URL: https://svnweb.freebsd.org/changeset/ports/415956 Log: net-p2p/retroshare: update WWW PR: 207550 Modified: head/net-p2p/retroshare/pkg-descr Modified: head/net-p2p/retroshare/pkg-descr ============================================================================== --- head/net-p2p/retroshare/pkg-descr Fri May 27 18:32:06 2016 (r415955) +++ head/net-p2p/retroshare/pkg-descr Fri May 27 18:43:52 2016 (r415956) @@ -4,4 +4,4 @@ and share files with your friends and fa to authenticate peers and OpenSSL to encrypt all communication. RetroShare provides filesharing, chat, messages, forums and channels. -WWW: http://retroshare.sourceforge.net/ +WWW: https://retroshare.github.io/ From owner-svn-ports-head@freebsd.org Fri May 27 18:54:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96D3BB4CA73; Fri, 27 May 2016 18:54:59 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6944B1DEE; Fri, 27 May 2016 18:54:59 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4RIswNh005411; Fri, 27 May 2016 18:54:58 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RIswgG005409; Fri, 27 May 2016 18:54:58 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201605271854.u4RIswgG005409@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 27 May 2016 18:54:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415957 - head/devel/erlang-gpb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 18:54:59 -0000 Author: olgeni Date: Fri May 27 18:54:58 2016 New Revision: 415957 URL: https://svnweb.freebsd.org/changeset/ports/415957 Log: Update devel/erlang-gpb to version 3.21.2. Modified: head/devel/erlang-gpb/Makefile head/devel/erlang-gpb/distinfo Modified: head/devel/erlang-gpb/Makefile ============================================================================== --- head/devel/erlang-gpb/Makefile Fri May 27 18:43:52 2016 (r415956) +++ head/devel/erlang-gpb/Makefile Fri May 27 18:54:58 2016 (r415957) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gpb -PORTVERSION= 3.21.1 +PORTVERSION= 3.21.2 CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-gpb/distinfo ============================================================================== --- head/devel/erlang-gpb/distinfo Fri May 27 18:43:52 2016 (r415956) +++ head/devel/erlang-gpb/distinfo Fri May 27 18:54:58 2016 (r415957) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464248944 -SHA256 (tomas-abrahamsson-gpb-3.21.1_GH0.tar.gz) = 0eca68dbd37e8b1bc1bff640be9f642ca0781b06d708561042ae87122ceb8493 -SIZE (tomas-abrahamsson-gpb-3.21.1_GH0.tar.gz) = 299399 +TIMESTAMP = 1464375242 +SHA256 (tomas-abrahamsson-gpb-3.21.2_GH0.tar.gz) = 92e05f4df4fc538ba8e5fad2148498cf3ce7c8283d44808feff77e92e0ac5aa3 +SIZE (tomas-abrahamsson-gpb-3.21.2_GH0.tar.gz) = 299619 From owner-svn-ports-head@freebsd.org Fri May 27 18:56:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15775B4CAE2; Fri, 27 May 2016 18:56:54 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D85621F0B; Fri, 27 May 2016 18:56:53 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4RIurvo005710; Fri, 27 May 2016 18:56:53 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RIuq6x005703; Fri, 27 May 2016 18:56:52 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605271856.u4RIuq6x005703@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 27 May 2016 18:56:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415958 - in head: devel/msgpack devel/msgpack/files editors/neovim textproc/groonga X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 18:56:54 -0000 Author: pi Date: Fri May 27 18:56:52 2016 New Revision: 415958 URL: https://svnweb.freebsd.org/changeset/ports/415958 Log: devel/msgpack: 1.1.0 -> 1.4.2 Changes: https://github.com/msgpack/msgpack-c/blob/master/CHANGELOG.md - dependent ports PORTREVISION bump because name of shared library changed PR: 209474 Submitted by: Yuri Victorovich Reviewed by: swills Modified: head/devel/msgpack/Makefile head/devel/msgpack/distinfo head/devel/msgpack/files/patch-Makefile.am head/devel/msgpack/pkg-descr head/devel/msgpack/pkg-plist head/editors/neovim/Makefile head/textproc/groonga/Makefile Modified: head/devel/msgpack/Makefile ============================================================================== --- head/devel/msgpack/Makefile Fri May 27 18:54:58 2016 (r415957) +++ head/devel/msgpack/Makefile Fri May 27 18:56:52 2016 (r415958) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= msgpack -PORTVERSION= 1.1.0 +PORTVERSION= 1.4.2 DISTVERSIONPREFIX= cpp- CATEGORIES= devel @@ -11,7 +11,7 @@ COMMENT= MessagePack implementation for LICENSE= APACHE20 USE_GITHUB= yes -GH_PROJECT= msgpack-c +GH_PROJECT= msgpack-c USES= libtool:build autoreconf:build @@ -32,5 +32,7 @@ CONFIGURE_ARGS= CFLAGS="${CFLAGS} -march pre-configure: cd ${WRKSRC} && ./bootstrap +post-stage: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmsgpackc.so.2.0.0 .include Modified: head/devel/msgpack/distinfo ============================================================================== --- head/devel/msgpack/distinfo Fri May 27 18:54:58 2016 (r415957) +++ head/devel/msgpack/distinfo Fri May 27 18:56:52 2016 (r415958) @@ -1,2 +1,3 @@ -SHA256 (msgpack-msgpack-c-cpp-1.1.0_GH0.tar.gz) = 8d99c9586f1f44d5fa41612a533f5523eaee19287f4f1e6e641c4a30616de328 -SIZE (msgpack-msgpack-c-cpp-1.1.0_GH0.tar.gz) = 155863 +TIMESTAMP = 1464375047 +SHA256 (msgpack-msgpack-c-cpp-1.4.2_GH0.tar.gz) = c739aab4f9ec1cc4352e1520fe0d0ec9271e98c2815e0e25fe4c6a2eb61a56ad +SIZE (msgpack-msgpack-c-cpp-1.4.2_GH0.tar.gz) = 409109 Modified: head/devel/msgpack/files/patch-Makefile.am ============================================================================== --- head/devel/msgpack/files/patch-Makefile.am Fri May 27 18:54:58 2016 (r415957) +++ head/devel/msgpack/files/patch-Makefile.am Fri May 27 18:56:52 2016 (r415958) @@ -1,8 +1,8 @@ ---- Makefile.am.orig 2015-05-07 00:17:43.206572341 +0900 -+++ Makefile.am 2015-05-07 00:18:35.853568427 +0900 -@@ -11,7 +11,7 @@ +--- Makefile.am.orig 2016-05-27 09:08:08 UTC ++++ Makefile.am +@@ -11,7 +11,7 @@ DOC_FILES = \ EXTRA_DIST = \ - $(DOC_FILES) CMakeLists.txt test/CMakeLists.txt + $(DOC_FILES) CMakeLists.txt test/CMakeLists.txt example -pkgconfigdir = $(libdir)/pkgconfig +pkgconfigdir = $(prefix)/libdata/pkgconfig Modified: head/devel/msgpack/pkg-descr ============================================================================== --- head/devel/msgpack/pkg-descr Fri May 27 18:54:58 2016 (r415957) +++ head/devel/msgpack/pkg-descr Fri May 27 18:56:52 2016 (r415958) @@ -2,4 +2,4 @@ MessagePack is a binary-based efficient is focused on high performance. It is like JSON, but very fast and small. -WWW: http://msgpack.sourceforge.net/ +WWW: http://msgpack.org/ Modified: head/devel/msgpack/pkg-plist ============================================================================== --- head/devel/msgpack/pkg-plist Fri May 27 18:54:58 2016 (r415957) +++ head/devel/msgpack/pkg-plist Fri May 27 18:56:52 2016 (r415958) @@ -1,21 +1,33 @@ include/msgpack.h include/msgpack.hpp include/msgpack/adaptor/adaptor_base.hpp +include/msgpack/adaptor/array_ref.hpp include/msgpack/adaptor/bool.hpp +include/msgpack/adaptor/boost/fusion.hpp +include/msgpack/adaptor/boost/msgpack_variant.hpp +include/msgpack/adaptor/boost/optional.hpp +include/msgpack/adaptor/boost/string_ref.hpp include/msgpack/adaptor/char_ptr.hpp include/msgpack/adaptor/check_container_size.hpp include/msgpack/adaptor/cpp11/array.hpp include/msgpack/adaptor/cpp11/array_char.hpp +include/msgpack/adaptor/cpp11/array_unsigned_char.hpp include/msgpack/adaptor/cpp11/forward_list.hpp +include/msgpack/adaptor/cpp11/reference_wrapper.hpp +include/msgpack/adaptor/cpp11/shared_ptr.hpp include/msgpack/adaptor/cpp11/tuple.hpp +include/msgpack/adaptor/cpp11/unique_ptr.hpp include/msgpack/adaptor/cpp11/unordered_map.hpp include/msgpack/adaptor/cpp11/unordered_set.hpp include/msgpack/adaptor/define.hpp include/msgpack/adaptor/deque.hpp -include/msgpack/adaptor/detail/cpp03_define.hpp +include/msgpack/adaptor/detail/cpp03_define_array.hpp +include/msgpack/adaptor/detail/cpp03_define_map.hpp include/msgpack/adaptor/detail/cpp03_msgpack_tuple.hpp -include/msgpack/adaptor/detail/cpp11_define.hpp +include/msgpack/adaptor/detail/cpp11_define_array.hpp +include/msgpack/adaptor/detail/cpp11_define_map.hpp include/msgpack/adaptor/detail/cpp11_msgpack_tuple.hpp +include/msgpack/adaptor/ext.hpp include/msgpack/adaptor/fixint.hpp include/msgpack/adaptor/float.hpp include/msgpack/adaptor/int.hpp @@ -29,9 +41,11 @@ include/msgpack/adaptor/set.hpp include/msgpack/adaptor/string.hpp include/msgpack/adaptor/tr1/unordered_map.hpp include/msgpack/adaptor/tr1/unordered_set.hpp +include/msgpack/adaptor/v4raw.hpp include/msgpack/adaptor/vector.hpp include/msgpack/adaptor/vector_bool.hpp include/msgpack/adaptor/vector_char.hpp +include/msgpack/adaptor/vector_unsigned_char.hpp include/msgpack/cpp_config.hpp include/msgpack/detail/cpp03_zone.hpp include/msgpack/detail/cpp11_zone.hpp @@ -39,6 +53,7 @@ include/msgpack/fbuffer.h include/msgpack/fbuffer.hpp include/msgpack/gcc_atomic.h include/msgpack/iterator.hpp +include/msgpack/meta.hpp include/msgpack/object.h include/msgpack/object.hpp include/msgpack/object_fwd.hpp @@ -46,6 +61,390 @@ include/msgpack/pack.h include/msgpack/pack.hpp include/msgpack/pack_define.h include/msgpack/pack_template.h +include/msgpack/predef.h +include/msgpack/predef/architecture.h +include/msgpack/predef/architecture/alpha.h +include/msgpack/predef/architecture/arm.h +include/msgpack/predef/architecture/blackfin.h +include/msgpack/predef/architecture/convex.h +include/msgpack/predef/architecture/ia64.h +include/msgpack/predef/architecture/m68k.h +include/msgpack/predef/architecture/mips.h +include/msgpack/predef/architecture/parisc.h +include/msgpack/predef/architecture/ppc.h +include/msgpack/predef/architecture/pyramid.h +include/msgpack/predef/architecture/rs6k.h +include/msgpack/predef/architecture/sparc.h +include/msgpack/predef/architecture/superh.h +include/msgpack/predef/architecture/sys370.h +include/msgpack/predef/architecture/sys390.h +include/msgpack/predef/architecture/x86.h +include/msgpack/predef/architecture/x86/32.h +include/msgpack/predef/architecture/x86/64.h +include/msgpack/predef/architecture/z.h +include/msgpack/predef/compiler.h +include/msgpack/predef/compiler/borland.h +include/msgpack/predef/compiler/clang.h +include/msgpack/predef/compiler/comeau.h +include/msgpack/predef/compiler/compaq.h +include/msgpack/predef/compiler/diab.h +include/msgpack/predef/compiler/digitalmars.h +include/msgpack/predef/compiler/dignus.h +include/msgpack/predef/compiler/edg.h +include/msgpack/predef/compiler/ekopath.h +include/msgpack/predef/compiler/gcc.h +include/msgpack/predef/compiler/gcc_xml.h +include/msgpack/predef/compiler/greenhills.h +include/msgpack/predef/compiler/hp_acc.h +include/msgpack/predef/compiler/iar.h +include/msgpack/predef/compiler/ibm.h +include/msgpack/predef/compiler/intel.h +include/msgpack/predef/compiler/kai.h +include/msgpack/predef/compiler/llvm.h +include/msgpack/predef/compiler/metaware.h +include/msgpack/predef/compiler/metrowerks.h +include/msgpack/predef/compiler/microtec.h +include/msgpack/predef/compiler/mpw.h +include/msgpack/predef/compiler/palm.h +include/msgpack/predef/compiler/pgi.h +include/msgpack/predef/compiler/sgi_mipspro.h +include/msgpack/predef/compiler/sunpro.h +include/msgpack/predef/compiler/tendra.h +include/msgpack/predef/compiler/visualc.h +include/msgpack/predef/compiler/watcom.h +include/msgpack/predef/detail/_cassert.h +include/msgpack/predef/detail/_exception.h +include/msgpack/predef/detail/comp_detected.h +include/msgpack/predef/detail/endian_compat.h +include/msgpack/predef/detail/os_detected.h +include/msgpack/predef/detail/platform_detected.h +include/msgpack/predef/detail/test.h +include/msgpack/predef/language.h +include/msgpack/predef/language/objc.h +include/msgpack/predef/language/stdc.h +include/msgpack/predef/language/stdcpp.h +include/msgpack/predef/library.h +include/msgpack/predef/library/c.h +include/msgpack/predef/library/c/_prefix.h +include/msgpack/predef/library/c/gnu.h +include/msgpack/predef/library/c/uc.h +include/msgpack/predef/library/c/vms.h +include/msgpack/predef/library/c/zos.h +include/msgpack/predef/library/std.h +include/msgpack/predef/library/std/_prefix.h +include/msgpack/predef/library/std/cxx.h +include/msgpack/predef/library/std/dinkumware.h +include/msgpack/predef/library/std/libcomo.h +include/msgpack/predef/library/std/modena.h +include/msgpack/predef/library/std/msl.h +include/msgpack/predef/library/std/roguewave.h +include/msgpack/predef/library/std/sgi.h +include/msgpack/predef/library/std/stdcpp3.h +include/msgpack/predef/library/std/stlport.h +include/msgpack/predef/library/std/vacpp.h +include/msgpack/predef/make.h +include/msgpack/predef/os.h +include/msgpack/predef/os/aix.h +include/msgpack/predef/os/amigaos.h +include/msgpack/predef/os/android.h +include/msgpack/predef/os/beos.h +include/msgpack/predef/os/bsd.h +include/msgpack/predef/os/bsd/bsdi.h +include/msgpack/predef/os/bsd/dragonfly.h +include/msgpack/predef/os/bsd/free.h +include/msgpack/predef/os/bsd/net.h +include/msgpack/predef/os/bsd/open.h +include/msgpack/predef/os/cygwin.h +include/msgpack/predef/os/haiku.h +include/msgpack/predef/os/hpux.h +include/msgpack/predef/os/ios.h +include/msgpack/predef/os/irix.h +include/msgpack/predef/os/linux.h +include/msgpack/predef/os/macos.h +include/msgpack/predef/os/os400.h +include/msgpack/predef/os/qnxnto.h +include/msgpack/predef/os/solaris.h +include/msgpack/predef/os/unix.h +include/msgpack/predef/os/vms.h +include/msgpack/predef/os/windows.h +include/msgpack/predef/other.h +include/msgpack/predef/other/endian.h +include/msgpack/predef/platform.h +include/msgpack/predef/platform/mingw.h +include/msgpack/predef/platform/windows_desktop.h +include/msgpack/predef/platform/windows_phone.h +include/msgpack/predef/platform/windows_runtime.h +include/msgpack/predef/platform/windows_store.h +include/msgpack/predef/version.h +include/msgpack/predef/version_number.h +include/msgpack/preprocessor.hpp +include/msgpack/preprocessor/arithmetic.hpp +include/msgpack/preprocessor/arithmetic/add.hpp +include/msgpack/preprocessor/arithmetic/dec.hpp +include/msgpack/preprocessor/arithmetic/detail/div_base.hpp +include/msgpack/preprocessor/arithmetic/div.hpp +include/msgpack/preprocessor/arithmetic/inc.hpp +include/msgpack/preprocessor/arithmetic/mod.hpp +include/msgpack/preprocessor/arithmetic/mul.hpp +include/msgpack/preprocessor/arithmetic/sub.hpp +include/msgpack/preprocessor/array.hpp +include/msgpack/preprocessor/array/data.hpp +include/msgpack/preprocessor/array/detail/get_data.hpp +include/msgpack/preprocessor/array/elem.hpp +include/msgpack/preprocessor/array/enum.hpp +include/msgpack/preprocessor/array/insert.hpp +include/msgpack/preprocessor/array/pop_back.hpp +include/msgpack/preprocessor/array/pop_front.hpp +include/msgpack/preprocessor/array/push_back.hpp +include/msgpack/preprocessor/array/push_front.hpp +include/msgpack/preprocessor/array/remove.hpp +include/msgpack/preprocessor/array/replace.hpp +include/msgpack/preprocessor/array/reverse.hpp +include/msgpack/preprocessor/array/size.hpp +include/msgpack/preprocessor/array/to_list.hpp +include/msgpack/preprocessor/array/to_seq.hpp +include/msgpack/preprocessor/array/to_tuple.hpp +include/msgpack/preprocessor/assert_msg.hpp +include/msgpack/preprocessor/cat.hpp +include/msgpack/preprocessor/comma.hpp +include/msgpack/preprocessor/comma_if.hpp +include/msgpack/preprocessor/comparison.hpp +include/msgpack/preprocessor/comparison/equal.hpp +include/msgpack/preprocessor/comparison/greater.hpp +include/msgpack/preprocessor/comparison/greater_equal.hpp +include/msgpack/preprocessor/comparison/less.hpp +include/msgpack/preprocessor/comparison/less_equal.hpp +include/msgpack/preprocessor/comparison/not_equal.hpp +include/msgpack/preprocessor/config/config.hpp +include/msgpack/preprocessor/config/limits.hpp +include/msgpack/preprocessor/control.hpp +include/msgpack/preprocessor/control/deduce_d.hpp +include/msgpack/preprocessor/control/detail/dmc/while.hpp +include/msgpack/preprocessor/control/detail/edg/while.hpp +include/msgpack/preprocessor/control/detail/msvc/while.hpp +include/msgpack/preprocessor/control/detail/while.hpp +include/msgpack/preprocessor/control/expr_if.hpp +include/msgpack/preprocessor/control/expr_iif.hpp +include/msgpack/preprocessor/control/if.hpp +include/msgpack/preprocessor/control/iif.hpp +include/msgpack/preprocessor/control/while.hpp +include/msgpack/preprocessor/debug.hpp +include/msgpack/preprocessor/debug/assert.hpp +include/msgpack/preprocessor/debug/error.hpp +include/msgpack/preprocessor/debug/line.hpp +include/msgpack/preprocessor/dec.hpp +include/msgpack/preprocessor/detail/auto_rec.hpp +include/msgpack/preprocessor/detail/check.hpp +include/msgpack/preprocessor/detail/dmc/auto_rec.hpp +include/msgpack/preprocessor/detail/is_binary.hpp +include/msgpack/preprocessor/detail/is_nullary.hpp +include/msgpack/preprocessor/detail/is_unary.hpp +include/msgpack/preprocessor/detail/null.hpp +include/msgpack/preprocessor/detail/split.hpp +include/msgpack/preprocessor/empty.hpp +include/msgpack/preprocessor/enum.hpp +include/msgpack/preprocessor/enum_params.hpp +include/msgpack/preprocessor/enum_params_with_a_default.hpp +include/msgpack/preprocessor/enum_params_with_defaults.hpp +include/msgpack/preprocessor/enum_shifted.hpp +include/msgpack/preprocessor/enum_shifted_params.hpp +include/msgpack/preprocessor/expand.hpp +include/msgpack/preprocessor/expr_if.hpp +include/msgpack/preprocessor/facilities.hpp +include/msgpack/preprocessor/facilities/apply.hpp +include/msgpack/preprocessor/facilities/detail/is_empty.hpp +include/msgpack/preprocessor/facilities/empty.hpp +include/msgpack/preprocessor/facilities/expand.hpp +include/msgpack/preprocessor/facilities/identity.hpp +include/msgpack/preprocessor/facilities/intercept.hpp +include/msgpack/preprocessor/facilities/is_1.hpp +include/msgpack/preprocessor/facilities/is_empty.hpp +include/msgpack/preprocessor/facilities/is_empty_or_1.hpp +include/msgpack/preprocessor/facilities/is_empty_variadic.hpp +include/msgpack/preprocessor/facilities/overload.hpp +include/msgpack/preprocessor/for.hpp +include/msgpack/preprocessor/identity.hpp +include/msgpack/preprocessor/if.hpp +include/msgpack/preprocessor/inc.hpp +include/msgpack/preprocessor/iterate.hpp +include/msgpack/preprocessor/iteration.hpp +include/msgpack/preprocessor/iteration/detail/bounds/lower1.hpp +include/msgpack/preprocessor/iteration/detail/bounds/lower2.hpp +include/msgpack/preprocessor/iteration/detail/bounds/lower3.hpp +include/msgpack/preprocessor/iteration/detail/bounds/lower4.hpp +include/msgpack/preprocessor/iteration/detail/bounds/lower5.hpp +include/msgpack/preprocessor/iteration/detail/bounds/upper1.hpp +include/msgpack/preprocessor/iteration/detail/bounds/upper2.hpp +include/msgpack/preprocessor/iteration/detail/bounds/upper3.hpp +include/msgpack/preprocessor/iteration/detail/bounds/upper4.hpp +include/msgpack/preprocessor/iteration/detail/bounds/upper5.hpp +include/msgpack/preprocessor/iteration/detail/finish.hpp +include/msgpack/preprocessor/iteration/detail/iter/forward1.hpp +include/msgpack/preprocessor/iteration/detail/iter/forward2.hpp +include/msgpack/preprocessor/iteration/detail/iter/forward3.hpp +include/msgpack/preprocessor/iteration/detail/iter/forward4.hpp +include/msgpack/preprocessor/iteration/detail/iter/forward5.hpp +include/msgpack/preprocessor/iteration/detail/iter/reverse1.hpp +include/msgpack/preprocessor/iteration/detail/iter/reverse2.hpp +include/msgpack/preprocessor/iteration/detail/iter/reverse3.hpp +include/msgpack/preprocessor/iteration/detail/iter/reverse4.hpp +include/msgpack/preprocessor/iteration/detail/iter/reverse5.hpp +include/msgpack/preprocessor/iteration/detail/local.hpp +include/msgpack/preprocessor/iteration/detail/rlocal.hpp +include/msgpack/preprocessor/iteration/detail/self.hpp +include/msgpack/preprocessor/iteration/detail/start.hpp +include/msgpack/preprocessor/iteration/iterate.hpp +include/msgpack/preprocessor/iteration/local.hpp +include/msgpack/preprocessor/iteration/self.hpp +include/msgpack/preprocessor/library.hpp +include/msgpack/preprocessor/limits.hpp +include/msgpack/preprocessor/list.hpp +include/msgpack/preprocessor/list/adt.hpp +include/msgpack/preprocessor/list/append.hpp +include/msgpack/preprocessor/list/at.hpp +include/msgpack/preprocessor/list/cat.hpp +include/msgpack/preprocessor/list/detail/dmc/fold_left.hpp +include/msgpack/preprocessor/list/detail/edg/fold_left.hpp +include/msgpack/preprocessor/list/detail/edg/fold_right.hpp +include/msgpack/preprocessor/list/detail/fold_left.hpp +include/msgpack/preprocessor/list/detail/fold_right.hpp +include/msgpack/preprocessor/list/enum.hpp +include/msgpack/preprocessor/list/filter.hpp +include/msgpack/preprocessor/list/first_n.hpp +include/msgpack/preprocessor/list/fold_left.hpp +include/msgpack/preprocessor/list/fold_right.hpp +include/msgpack/preprocessor/list/for_each.hpp +include/msgpack/preprocessor/list/for_each_i.hpp +include/msgpack/preprocessor/list/for_each_product.hpp +include/msgpack/preprocessor/list/rest_n.hpp +include/msgpack/preprocessor/list/reverse.hpp +include/msgpack/preprocessor/list/size.hpp +include/msgpack/preprocessor/list/to_array.hpp +include/msgpack/preprocessor/list/to_seq.hpp +include/msgpack/preprocessor/list/to_tuple.hpp +include/msgpack/preprocessor/list/transform.hpp +include/msgpack/preprocessor/logical.hpp +include/msgpack/preprocessor/logical/and.hpp +include/msgpack/preprocessor/logical/bitand.hpp +include/msgpack/preprocessor/logical/bitnor.hpp +include/msgpack/preprocessor/logical/bitor.hpp +include/msgpack/preprocessor/logical/bitxor.hpp +include/msgpack/preprocessor/logical/bool.hpp +include/msgpack/preprocessor/logical/compl.hpp +include/msgpack/preprocessor/logical/nor.hpp +include/msgpack/preprocessor/logical/not.hpp +include/msgpack/preprocessor/logical/or.hpp +include/msgpack/preprocessor/logical/xor.hpp +include/msgpack/preprocessor/max.hpp +include/msgpack/preprocessor/min.hpp +include/msgpack/preprocessor/punctuation.hpp +include/msgpack/preprocessor/punctuation/comma.hpp +include/msgpack/preprocessor/punctuation/comma_if.hpp +include/msgpack/preprocessor/punctuation/detail/is_begin_parens.hpp +include/msgpack/preprocessor/punctuation/is_begin_parens.hpp +include/msgpack/preprocessor/punctuation/paren.hpp +include/msgpack/preprocessor/punctuation/paren_if.hpp +include/msgpack/preprocessor/punctuation/remove_parens.hpp +include/msgpack/preprocessor/repeat.hpp +include/msgpack/preprocessor/repeat_2nd.hpp +include/msgpack/preprocessor/repeat_3rd.hpp +include/msgpack/preprocessor/repeat_from_to.hpp +include/msgpack/preprocessor/repeat_from_to_2nd.hpp +include/msgpack/preprocessor/repeat_from_to_3rd.hpp +include/msgpack/preprocessor/repetition.hpp +include/msgpack/preprocessor/repetition/deduce_r.hpp +include/msgpack/preprocessor/repetition/deduce_z.hpp +include/msgpack/preprocessor/repetition/detail/dmc/for.hpp +include/msgpack/preprocessor/repetition/detail/edg/for.hpp +include/msgpack/preprocessor/repetition/detail/for.hpp +include/msgpack/preprocessor/repetition/detail/msvc/for.hpp +include/msgpack/preprocessor/repetition/enum.hpp +include/msgpack/preprocessor/repetition/enum_binary_params.hpp +include/msgpack/preprocessor/repetition/enum_params.hpp +include/msgpack/preprocessor/repetition/enum_params_with_a_default.hpp +include/msgpack/preprocessor/repetition/enum_params_with_defaults.hpp +include/msgpack/preprocessor/repetition/enum_shifted.hpp +include/msgpack/preprocessor/repetition/enum_shifted_binary_params.hpp +include/msgpack/preprocessor/repetition/enum_shifted_params.hpp +include/msgpack/preprocessor/repetition/enum_trailing.hpp +include/msgpack/preprocessor/repetition/enum_trailing_binary_params.hpp +include/msgpack/preprocessor/repetition/enum_trailing_params.hpp +include/msgpack/preprocessor/repetition/for.hpp +include/msgpack/preprocessor/repetition/repeat.hpp +include/msgpack/preprocessor/repetition/repeat_from_to.hpp +include/msgpack/preprocessor/selection.hpp +include/msgpack/preprocessor/selection/max.hpp +include/msgpack/preprocessor/selection/min.hpp +include/msgpack/preprocessor/seq.hpp +include/msgpack/preprocessor/seq/cat.hpp +include/msgpack/preprocessor/seq/detail/binary_transform.hpp +include/msgpack/preprocessor/seq/detail/split.hpp +include/msgpack/preprocessor/seq/elem.hpp +include/msgpack/preprocessor/seq/enum.hpp +include/msgpack/preprocessor/seq/filter.hpp +include/msgpack/preprocessor/seq/first_n.hpp +include/msgpack/preprocessor/seq/fold_left.hpp +include/msgpack/preprocessor/seq/fold_right.hpp +include/msgpack/preprocessor/seq/for_each.hpp +include/msgpack/preprocessor/seq/for_each_i.hpp +include/msgpack/preprocessor/seq/for_each_product.hpp +include/msgpack/preprocessor/seq/insert.hpp +include/msgpack/preprocessor/seq/pop_back.hpp +include/msgpack/preprocessor/seq/pop_front.hpp +include/msgpack/preprocessor/seq/push_back.hpp +include/msgpack/preprocessor/seq/push_front.hpp +include/msgpack/preprocessor/seq/remove.hpp +include/msgpack/preprocessor/seq/replace.hpp +include/msgpack/preprocessor/seq/rest_n.hpp +include/msgpack/preprocessor/seq/reverse.hpp +include/msgpack/preprocessor/seq/seq.hpp +include/msgpack/preprocessor/seq/size.hpp +include/msgpack/preprocessor/seq/subseq.hpp +include/msgpack/preprocessor/seq/to_array.hpp +include/msgpack/preprocessor/seq/to_list.hpp +include/msgpack/preprocessor/seq/to_tuple.hpp +include/msgpack/preprocessor/seq/transform.hpp +include/msgpack/preprocessor/seq/variadic_seq_to_seq.hpp +include/msgpack/preprocessor/slot.hpp +include/msgpack/preprocessor/slot/counter.hpp +include/msgpack/preprocessor/slot/detail/counter.hpp +include/msgpack/preprocessor/slot/detail/def.hpp +include/msgpack/preprocessor/slot/detail/shared.hpp +include/msgpack/preprocessor/slot/detail/slot1.hpp +include/msgpack/preprocessor/slot/detail/slot2.hpp +include/msgpack/preprocessor/slot/detail/slot3.hpp +include/msgpack/preprocessor/slot/detail/slot4.hpp +include/msgpack/preprocessor/slot/detail/slot5.hpp +include/msgpack/preprocessor/slot/slot.hpp +include/msgpack/preprocessor/stringize.hpp +include/msgpack/preprocessor/tuple.hpp +include/msgpack/preprocessor/tuple/detail/is_single_return.hpp +include/msgpack/preprocessor/tuple/eat.hpp +include/msgpack/preprocessor/tuple/elem.hpp +include/msgpack/preprocessor/tuple/enum.hpp +include/msgpack/preprocessor/tuple/insert.hpp +include/msgpack/preprocessor/tuple/pop_back.hpp +include/msgpack/preprocessor/tuple/pop_front.hpp +include/msgpack/preprocessor/tuple/push_back.hpp +include/msgpack/preprocessor/tuple/push_front.hpp +include/msgpack/preprocessor/tuple/rem.hpp +include/msgpack/preprocessor/tuple/remove.hpp +include/msgpack/preprocessor/tuple/replace.hpp +include/msgpack/preprocessor/tuple/reverse.hpp +include/msgpack/preprocessor/tuple/size.hpp +include/msgpack/preprocessor/tuple/to_array.hpp +include/msgpack/preprocessor/tuple/to_list.hpp +include/msgpack/preprocessor/tuple/to_seq.hpp +include/msgpack/preprocessor/variadic.hpp +include/msgpack/preprocessor/variadic/detail/is_single_return.hpp +include/msgpack/preprocessor/variadic/elem.hpp +include/msgpack/preprocessor/variadic/size.hpp +include/msgpack/preprocessor/variadic/to_array.hpp +include/msgpack/preprocessor/variadic/to_list.hpp +include/msgpack/preprocessor/variadic/to_seq.hpp +include/msgpack/preprocessor/variadic/to_tuple.hpp +include/msgpack/preprocessor/while.hpp +include/msgpack/preprocessor/wstringize.hpp include/msgpack/sbuffer.h include/msgpack/sbuffer.hpp include/msgpack/sysdep.h @@ -65,10 +464,6 @@ include/msgpack/zbuffer.h include/msgpack/zbuffer.hpp include/msgpack/zone.h include/msgpack/zone.hpp -lib/libmsgpack.a -lib/libmsgpack.so -lib/libmsgpack.so.4 -lib/libmsgpack.so.4.0.0 lib/libmsgpackc.a lib/libmsgpackc.so lib/libmsgpackc.so.2 Modified: head/editors/neovim/Makefile ============================================================================== --- head/editors/neovim/Makefile Fri May 27 18:54:58 2016 (r415957) +++ head/editors/neovim/Makefile Fri May 27 18:56:52 2016 (r415958) @@ -3,6 +3,7 @@ PORTNAME= neovim PORTVERSION= 0.1.4 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= editors @@ -18,7 +19,7 @@ LIB_DEPENDS= libunibilium.so:devel/unibi libtermkey.so:devel/libtermkey \ libluajit-5.1.so:lang/luajit \ libuv.so:devel/libuv \ - libmsgpack.so:devel/msgpack + libmsgpackc.so:devel/msgpack USES= cmake:outsource gettext iconv ninja lua:build pathfix pkgconfig USE_GITHUB= yes Modified: head/textproc/groonga/Makefile ============================================================================== --- head/textproc/groonga/Makefile Fri May 27 18:54:58 2016 (r415957) +++ head/textproc/groonga/Makefile Fri May 27 18:56:52 2016 (r415958) @@ -2,6 +2,7 @@ PORTNAME= groonga PORTVERSION= 6.0.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://packages.groonga.org/source/groonga/ @@ -39,7 +40,7 @@ MECAB_LIB_DEPENDS= libmecab.so:japanese/ MECAB_CONFIGURE_OFF= --without-mecab SUGGEST_DESC= Suggestions support SUGGEST_LIB_DEPENDS= libevent.so:devel/libevent2 \ - libmsgpack.so:devel/msgpack \ + libmsgpackc.so:devel/msgpack \ libzmq.so:net/libzmq2 SUGGEST_CONFIGURE_ON= --with-libevent=${LOCALBASE} \ --with-message-pack=${LOCALBASE} \ From owner-svn-ports-head@freebsd.org Fri May 27 19:40:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F11FCB4CCC8; Fri, 27 May 2016 19:40:29 +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 B2DD9109C; Fri, 27 May 2016 19:40:29 +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 u4RJeSgV020882; Fri, 27 May 2016 19:40:28 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RJeSut020879; Fri, 27 May 2016 19:40:28 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201605271940.u4RJeSut020879@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Fri, 27 May 2016 19:40:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415959 - 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.22 Precedence: list List-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, 27 May 2016 19:40:30 -0000 Author: thierry Date: Fri May 27 19:40:28 2016 New Revision: 415959 URL: https://svnweb.freebsd.org/changeset/ports/415959 Log: Upgrade to RKWard 0.6.5 to chase Rupgrade to 3.3.0. Changelog at https://rkward.kde.org/News#RKWard_0.6.5_-_Much_improved_preview_functionality.2C_and_more 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 Fri May 27 18:56:52 2016 (r415958) +++ head/math/rkward-kde4/Makefile Fri May 27 19:40:28 2016 (r415959) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rkward -PORTVERSION= 0.6.4 +PORTVERSION= 0.6.5 CATEGORIES= math MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src PKGNAMESUFFIX= -kde4 @@ -13,13 +13,13 @@ COMMENT= IDE/GUI for the R-project LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/bin/R:math/R +LIB_DEPENDS= libsoprano.so:textproc/soprano RUN_DEPENDS= ${LOCALBASE}/bin/R:math/R \ ${KDE4_PREFIX}/lib/kde4/katepart.so:editors/kate -CONFLICTS= rkward-0.4.* - -USE_QT4= qmake_build moc_build rcc_build uic_build phonon - +USE_QT4= corelib dbus gui qmake_build moc_build network phonon rcc_build \ + script svg uic_build webkit xml +USE_XORG= x11 USE_KDE4= automoc4 kdelibs USE_PHP= yes WANT_PHP_CLI= yes @@ -47,7 +47,8 @@ PLIST_SUB+= NLS=${NLS} LR_MOD_DIR= ${LOCALBASE}/lib/R/library RUN_DEPENDS+= ${LR_MOD_DIR}/R2HTML/INDEX:textproc/R-cran-R2HTML \ ${LR_MOD_DIR}/XML/INDEX:textproc/R-cran-XML \ - ${LR_MOD_DIR}/mvtnorm/INDEX:math/R-cran-mvtnorm \ + ${LR_MOD_DIR}/gdata/INDEX:devel/R-cran-gdata \ + ${LR_MOD_DIR}/mvtnorm/INDEX:math/R-cran-mvtnorm \ ${LR_MOD_DIR}/outliers/INDEX:math/R-cran-outliers \ ${LR_MOD_DIR}/tseries/INDEX:finance/R-cran-tseries \ ${LR_MOD_DIR}/car/INDEX:math/R-cran-car Modified: head/math/rkward-kde4/distinfo ============================================================================== --- head/math/rkward-kde4/distinfo Fri May 27 18:56:52 2016 (r415958) +++ head/math/rkward-kde4/distinfo Fri May 27 19:40:28 2016 (r415959) @@ -1,2 +1,3 @@ -SHA256 (rkward-0.6.4.tar.gz) = a0fb7d084519e710ea3c7dc60bb92d24126bcb002bd1d1e00231f480e373f6c5 -SIZE (rkward-0.6.4.tar.gz) = 3593684 +TIMESTAMP = 1464372704 +SHA256 (rkward-0.6.5.tar.gz) = 3fc5acb48ce717dee8fbbe32973ea4c61f30c335bd18a75471142b19b436a032 +SIZE (rkward-0.6.5.tar.gz) = 3731011 Modified: head/math/rkward-kde4/pkg-plist ============================================================================== --- head/math/rkward-kde4/pkg-plist Fri May 27 18:56:52 2016 (r415958) +++ head/math/rkward-kde4/pkg-plist Fri May 27 19:40:28 2016 (r415959) @@ -57,6 +57,9 @@ share/apps/rkward/00saveload/import/impo share/apps/rkward/00saveload/import/import_xls.js share/apps/rkward/00saveload/import/import_xls.rkh share/apps/rkward/00saveload/import/import_xls.xml +share/apps/rkward/00saveload/import/import_xls_xlconnect.js +share/apps/rkward/00saveload/import/import_xls_xlconnect.rkh +share/apps/rkward/00saveload/import/import_xls_xlconnect.xml share/apps/rkward/00saveload/import/load_data.js share/apps/rkward/00saveload/import/load_data.rkh share/apps/rkward/00saveload/import/load_data.xml @@ -429,6 +432,7 @@ share/apps/rkward/icons/data-numeric.png share/apps/rkward/icons/function.png share/apps/rkward/icons/list.png share/apps/rkward/icons/matrix.png +share/apps/rkward/icons/menu.svg share/apps/rkward/icons/paste_inside_selection.png share/apps/rkward/icons/paste_inside_table.png share/apps/rkward/icons/rkward_logo.png @@ -654,6 +658,8 @@ share/apps/rkward/pluginmap_meta.inc %%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/rkward__embedded.pot +%%NLS%%share/apps/rkward/po/rkward__import_export.pot %%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 @@ -711,6 +717,8 @@ share/apps/rkward/testing/matrix1.js share/apps/rkward/testing/matrix1.xml share/apps/rkward/testing/optionset.js share/apps/rkward/testing/optionset.xml +share/apps/rkward/testing/preview.js +share/apps/rkward/testing/preview.xml share/apps/rkward/testing/run_code.js share/apps/rkward/testing/run_code.xml share/apps/rkward/testing/scatterplot2.xml @@ -747,10 +755,13 @@ share/icons/hicolor/48x48/apps/rkward.pn share/icons/hicolor/64x64/apps/rkward.png share/icons/hicolor/scalable/apps/rkward.svgz share/kde4/services/rkward.protocol +%%NLS%%share/locale/ca/LC_MESSAGES/rkward.mo +%%NLS%%share/locale/ca@valencia/LC_MESSAGES/rkward.mo %%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/gl/LC_MESSAGES/rkward.mo %%NLS%%share/locale/nl/LC_MESSAGES/rkward.mo %%NLS%%share/locale/pl/LC_MESSAGES/rkward.mo %%NLS%%share/locale/pt/LC_MESSAGES/rkward.mo @@ -759,3 +770,4 @@ share/kde4/services/rkward.protocol %%NLS%%share/locale/uk/LC_MESSAGES/rkward.mo %%NLS%%share/locale/x-test/LC_MESSAGES/rkward.mo share/mime/packages/vnd.rkward.r.xml +%%NLS%%@dir share/locale/ast/LC_MESSAGES From owner-svn-ports-head@freebsd.org Fri May 27 19:42:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0041B4CE33; Fri, 27 May 2016 19:42: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 BDB2113A1; Fri, 27 May 2016 19:42: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 u4RJgCjc024201; Fri, 27 May 2016 19:42:12 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RJgCpZ024200; Fri, 27 May 2016 19:42:12 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605271942.u4RJgCpZ024200@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 27 May 2016 19:42:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415960 - head/math/py-networkx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 19:42:14 -0000 Author: amdmi3 Date: Fri May 27 19:42:12 2016 New Revision: 415960 URL: https://svnweb.freebsd.org/changeset/ports/415960 Log: - Change condition to fix build with fmake when using python3.x PR: 209514 Approved by: portmgr blanket Modified: head/math/py-networkx/Makefile Modified: head/math/py-networkx/Makefile ============================================================================== --- head/math/py-networkx/Makefile Fri May 27 19:40:28 2016 (r415959) +++ head/math/py-networkx/Makefile Fri May 27 19:42:12 2016 (r415960) @@ -49,8 +49,10 @@ YAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX .include -.if ${PYTHON_REL} >= 3000 && (${PORT_OPTIONS:MMPL} || ${PORT_OPTIONS:MGRAPHVIZ}) +.if ${PYTHON_REL} >= 3000 +. if ${PORT_OPTIONS:MMPL} || ${PORT_OPTIONS:MGRAPHVIZ} BROKEN= Neither math/py-matplotlib nor graphics/py-graphviz support Python 3.x yet. Please disable both the MPL and GRAPHVIZ options +. endif .endif PORTEXAMPLES= * From owner-svn-ports-head@freebsd.org Fri May 27 19:56:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86967B4C1CF; Fri, 27 May 2016 19:56:51 +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 617BD1C6F; Fri, 27 May 2016 19:56:51 +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 u4RJuoLv028201; Fri, 27 May 2016 19:56:50 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RJuoYG028195; Fri, 27 May 2016 19:56:50 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201605271956.u4RJuoYG028195@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 27 May 2016 19:56:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415961 - in head/sysutils: . tmate tmate/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 19:56:51 -0000 Author: swills Date: Fri May 27 19:56:49 2016 New Revision: 415961 URL: https://svnweb.freebsd.org/changeset/ports/415961 Log: sysutils/tmate: create port Instant terminal sharing WWW: https://tmate.io/ Added: head/sysutils/tmate/ head/sysutils/tmate/Makefile (contents, props changed) head/sysutils/tmate/distinfo (contents, props changed) head/sysutils/tmate/files/ head/sysutils/tmate/files/patch-tmate-session.c (contents, props changed) head/sysutils/tmate/files/patch-tmate-ssh-client.c (contents, props changed) head/sysutils/tmate/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Fri May 27 19:42:12 2016 (r415960) +++ head/sysutils/Makefile Fri May 27 19:56:49 2016 (r415961) @@ -1065,6 +1065,7 @@ SUBDIR += tkdvd SUBDIR += tlsdate SUBDIR += tm + SUBDIR += tmate SUBDIR += tmpreaper SUBDIR += tmpwatch SUBDIR += tmux Added: head/sysutils/tmate/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/tmate/Makefile Fri May 27 19:56:49 2016 (r415961) @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= tmate +PORTVERSION= 2.2.1 +CATEGORIES= sysutils + +MAINTAINER= swills@FreeBSD.org +COMMENT= Instant terminal sharing + +LIB_DEPENDS= libevent.so:devel/libevent2 \ + libmsgpackc.so:devel/msgpack \ + libssh_threads.so:security/libssh + +USES= autoreconf pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= tmate-io + +GNU_CONFIGURE= yes +INSTALL_ARGET= install-strip +USE_LDCONFIG= yes +LDFLAGS+= -lexecinfo + +PLIST_FILES= bin/tmate man/man1/tmate.1.gz + +BROKEN_FreeBSD_9= Does not build + +pre-configure: + @cd $(wrksrc} && ./autogen.sh + +.include Added: head/sysutils/tmate/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/tmate/distinfo Fri May 27 19:56:49 2016 (r415961) @@ -0,0 +1,3 @@ +TIMESTAMP = 1463695696 +SHA256 (tmate-io-tmate-2.2.1_GH0.tar.gz) = d9c2ac59f42e65aac5f500f0548ea8056fd79c9c5285e5af324d833e2a84c305 +SIZE (tmate-io-tmate-2.2.1_GH0.tar.gz) = 610745 Added: head/sysutils/tmate/files/patch-tmate-session.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/tmate/files/patch-tmate-session.c Fri May 27 19:56:49 2016 (r415961) @@ -0,0 +1,10 @@ +--- tmate-session.c.orig 2016-03-29 03:30:07 UTC ++++ tmate-session.c +@@ -8,6 +8,7 @@ + #include + #include + #include ++#include + + #include "tmate.h" + Added: head/sysutils/tmate/files/patch-tmate-ssh-client.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/tmate/files/patch-tmate-ssh-client.c Fri May 27 19:56:49 2016 (r415961) @@ -0,0 +1,10 @@ +--- tmate-ssh-client.c.orig 2016-03-29 03:30:07 UTC ++++ tmate-ssh-client.c +@@ -3,6 +3,7 @@ + #include + #include + #include ++#include + + #include "tmate.h" + #include "window-copy.h" Added: head/sysutils/tmate/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/tmate/pkg-descr Fri May 27 19:56:49 2016 (r415961) @@ -0,0 +1,3 @@ +Instant terminal sharing + +WWW: https://tmate.io/ From owner-svn-ports-head@freebsd.org Fri May 27 19:58:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A792B4C339; Fri, 27 May 2016 19:58:44 +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 45C231F23; Fri, 27 May 2016 19:58:44 +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 u4RJwhbl028468; Fri, 27 May 2016 19:58:43 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RJwgeF028462; Fri, 27 May 2016 19:58:42 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201605271958.u4RJwgeF028462@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 27 May 2016 19:58:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415962 - in head/sysutils: . tmate-slave tmate-slave/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 19:58:44 -0000 Author: swills Date: Fri May 27 19:58:42 2016 New Revision: 415962 URL: https://svnweb.freebsd.org/changeset/ports/415962 Log: sysutils/tmate-slave: create port Instant terminal sharing - server WWW: https://tmate.io/ Added: head/sysutils/tmate-slave/ head/sysutils/tmate-slave/Makefile (contents, props changed) head/sysutils/tmate-slave/distinfo (contents, props changed) head/sysutils/tmate-slave/files/ head/sysutils/tmate-slave/files/patch-tmate-proxy.c (contents, props changed) head/sysutils/tmate-slave/files/patch-tmate-ssh-server.c (contents, props changed) head/sysutils/tmate-slave/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Fri May 27 19:56:49 2016 (r415961) +++ head/sysutils/Makefile Fri May 27 19:58:42 2016 (r415962) @@ -1066,6 +1066,7 @@ SUBDIR += tlsdate SUBDIR += tm SUBDIR += tmate + SUBDIR += tmate-slave SUBDIR += tmpreaper SUBDIR += tmpwatch SUBDIR += tmux Added: head/sysutils/tmate-slave/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/tmate-slave/Makefile Fri May 27 19:58:42 2016 (r415962) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= tmate-slave +PORTVERSION= 0.0.0.2016051901 +CATEGORIES= sysutils + +MAINTAINER= swills@FreeBSD.org +COMMENT= Instant terminal sharing server + +LIB_DEPENDS= libevent.so:devel/libevent2 \ + libmsgpackc.so:devel/msgpack \ + libssh_threads.so:security/libssh + +USES= autoreconf pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= tmate-io +GH_TAGNAME= b3c85fa + +GNU_CONFIGURE= yes +INSTALL_ARGET= install-strip +USE_LDCONFIG= yes +LDFLAGS+= -lexecinfo + +PLIST_FILES= bin/tmate-slave + +BROKEN_FreeBSD_9= Does not build + +pre-configure: + @cd $(wrksrc} && ./autogen.sh + +.include Added: head/sysutils/tmate-slave/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/tmate-slave/distinfo Fri May 27 19:58:42 2016 (r415962) @@ -0,0 +1,3 @@ +TIMESTAMP = 1463705525 +SHA256 (tmate-io-tmate-slave-0.0.0.2016051901-b3c85fa_GH0.tar.gz) = cc8a078a4fc44662b83b8e10e43b320eb3820d697f6357cb2bb439b156e2d6df +SIZE (tmate-io-tmate-slave-0.0.0.2016051901-b3c85fa_GH0.tar.gz) = 618445 Added: head/sysutils/tmate-slave/files/patch-tmate-proxy.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/tmate-slave/files/patch-tmate-proxy.c Fri May 27 19:58:42 2016 (r415962) @@ -0,0 +1,10 @@ +--- tmate-proxy.c.orig 2016-04-26 08:05:24 UTC ++++ tmate-proxy.c +@@ -2,6 +2,7 @@ + #include + #include + #include ++#include + + #include "tmate.h" + #include "tmate-protocol.h" Added: head/sysutils/tmate-slave/files/patch-tmate-ssh-server.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/tmate-slave/files/patch-tmate-ssh-server.c Fri May 27 19:58:42 2016 (r415962) @@ -0,0 +1,11 @@ +--- tmate-ssh-server.c.orig 2016-04-26 08:05:24 UTC ++++ tmate-ssh-server.c +@@ -7,6 +7,8 @@ + #include + #include + #include ++#include ++#include + + #include "tmate.h" + Added: head/sysutils/tmate-slave/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/tmate-slave/pkg-descr Fri May 27 19:58:42 2016 (r415962) @@ -0,0 +1,3 @@ +Instant terminal sharing - server + +WWW: https://tmate.io/ From owner-svn-ports-head@freebsd.org Fri May 27 20:04:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3C6CB4C498; Fri, 27 May 2016 20:04:00 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B529812A9; Fri, 27 May 2016 20:04:00 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4RK3xHj032032; Fri, 27 May 2016 20:03:59 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RK3xML032030; Fri, 27 May 2016 20:03:59 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201605272003.u4RK3xML032030@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Fri, 27 May 2016 20:03:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415963 - in head: . devel devel/maven-ant-tasks X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 20:04:01 -0000 Author: crees Date: Fri May 27 20:03:59 2016 New Revision: 415963 URL: https://svnweb.freebsd.org/changeset/ports/415963 Log: Remove maven-ant-tasks- deprecated and should use Maven directly PR: ports/209800 Submitted by: Michael Osipov Obtained from: http://www.mail-archive.com/announce@maven.apache.org/msg00746.html Deleted: head/devel/maven-ant-tasks/ Modified: head/MOVED head/devel/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Fri May 27 19:58:42 2016 (r415962) +++ head/MOVED Fri May 27 20:03:59 2016 (r415963) @@ -8329,3 +8329,4 @@ security/easypg||2016-05-22|Has expired: databases/py-sqlalchemy|databases/py-sqlalchemy07|2016-05-18|Renamed to databases/py-sqlalchemy07 databases/py-sqlalchemy-devel|databases/py-sqlalchemy08|2016-05-18|Renamed to databases/py-sqlalchemy08 misc/kdehier4||2016-05-25|Not used since 2014 +devel/maven-ant-tasks||2016-05-27|Use Maven directly Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri May 27 19:58:42 2016 (r415962) +++ head/devel/Makefile Fri May 27 20:03:59 2016 (r415963) @@ -1482,7 +1482,6 @@ SUBDIR += makedepend SUBDIR += mate-common SUBDIR += matreshka - SUBDIR += maven-ant-tasks SUBDIR += maven-wrapper SUBDIR += maven3 SUBDIR += maven31 From owner-svn-ports-head@freebsd.org Fri May 27 20:16:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7E68B4CB6B; Fri, 27 May 2016 20:16:57 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 812411675; Fri, 27 May 2016 20:16:57 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4RKGu4I035947; Fri, 27 May 2016 20:16:56 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RKGuDo035943; Fri, 27 May 2016 20:16:56 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605272016.u4RKGuDo035943@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 27 May 2016 20:16:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415964 - head/security/p5-Dancer2-Plugin-Auth-Extensible X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 20:16:57 -0000 Author: pi Date: Fri May 27 20:16:56 2016 New Revision: 415964 URL: https://svnweb.freebsd.org/changeset/ports/415964 Log: security/p5-Dancer2-Plugin-Auth-Extensible: 0.501 -> 0.502 Changes: https://metacpan.org/source/HORNBURG/Dancer2-Plugin-Auth-Extensible-0.502/Changes - Use getpwnam/getgrent in Unix provider instead of Unix::Passwd::File. In addition to the obvious benefit of removing a dependency this also solves a problem with Unix::Passwd::File where it likes to lock the passwd file but that will fail if the user does not have permissions which is normal for a web app (Peter Mottram). Thanks to Jason Lewis for the heads up about this issue. PR: 209801 Submitted by: Henk van Oers (maintainer) Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile ============================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile Fri May 27 20:03:59 2016 (r415963) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile Fri May 27 20:16:56 2016 (r415964) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2-Plugin-Auth-Extensible -PORTVERSION= 0.501 +PORTVERSION= 0.502 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -27,8 +27,7 @@ DPAEPD_DESC= Extra dependencies for Prov DPAEPU_DESC= Extra dependencies for Provider::Unix DPAEPD_BUILD_DEPENDS= p5-Dancer2-Plugin-Database>=0:databases/p5-Dancer2-Plugin-Database -DPAEPU_BUILD_DEPENDS= p5-Authen-Simple-PAM>=0:security/p5-Authen-Simple-PAM \ - p5-Unix-Passwd-File>=0:security/p5-Unix-Passwd-File +DPAEPU_BUILD_DEPENDS= p5-Authen-Simple-PAM>=0:security/p5-Authen-Simple-PAM # bin/generate-crypted-password belongs to D1 version post-patch: Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo ============================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo Fri May 27 20:03:59 2016 (r415963) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo Fri May 27 20:16:56 2016 (r415964) @@ -1,2 +1,3 @@ -SHA256 (Dancer2-Plugin-Auth-Extensible-0.501.tar.gz) = 88090c6c0287b4acfa9af3b3549501a3d5a7b4399a4c37946eb3ac7aca0acf16 -SIZE (Dancer2-Plugin-Auth-Extensible-0.501.tar.gz) = 39614 +TIMESTAMP = 1464379942 +SHA256 (Dancer2-Plugin-Auth-Extensible-0.502.tar.gz) = 1a1e7f23f133712db20c7da1fce3f5e7a19f852a0c92f1444e9cb7da7bcb108b +SIZE (Dancer2-Plugin-Auth-Extensible-0.502.tar.gz) = 40454 From owner-svn-ports-head@freebsd.org Fri May 27 20:27:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D085B4CF8C; Fri, 27 May 2016 20:27: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 CEBB71C17; Fri, 27 May 2016 20:27:21 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4RKRL2E039668; Fri, 27 May 2016 20:27:21 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RKRKuH039665; Fri, 27 May 2016 20:27:20 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605272027.u4RKRKuH039665@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 27 May 2016 20:27:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415965 - head/www/otrs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 20:27:22 -0000 Author: amdmi3 Date: Fri May 27 20:27:20 2016 New Revision: 415965 URL: https://svnweb.freebsd.org/changeset/ports/415965 Log: - Update to 5.0.9 PR: 209557 Submitted by: akuz84@gmail.com Approved by: m.tsatsenko@gmail.com (maintainer) Modified: head/www/otrs/Makefile head/www/otrs/distinfo head/www/otrs/pkg-plist Modified: head/www/otrs/Makefile ============================================================================== --- head/www/otrs/Makefile Fri May 27 20:16:56 2016 (r415964) +++ head/www/otrs/Makefile Fri May 27 20:27:20 2016 (r415965) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= otrs -PORTVERSION= 5.0.3 -PORTREVISION= 1 +PORTVERSION= 5.0.9 CATEGORIES= www MASTER_SITES= http://ftp.otrs.org/pub/otrs/ \ ftp://ftp.samurai.com/pub/otrs/ \ @@ -45,14 +44,13 @@ BUILD_DEPENDS= p5-Archive-Zip>=0:archive p5-SOAP-Lite>=0:net/p5-SOAP-Lite \ p5-Class-Inspector>=0:devel/p5-Class-Inspector \ p5-Mozilla-CA>=0:www/p5-Mozilla-CA \ - p5-Template-Toolkit>=0:www/p5-Template-Toolkit \ - p5-Schedule-Cron-Events>=1.94:sysutils/p5-Schedule-Cron-Events + p5-Template-Toolkit>=0:www/p5-Template-Toolkit RUN_DEPENDS:= ${BUILD_DEPENDS} USES= cpe shebangfix perl5 tar:bzip2 SHEBANG_FILES= bin/cgi-bin/*.pl bin/cgi-bin/app.psgi bin/fcgi-bin/*.pl bin/*.pl \ - scripts/auto_build/*.pl scripts/tools/*.pl scripts/*.pl + scripts/tools/*.pl scripts/*.pl OPTIONS_DEFINE= MYSQL PGSQL REPORTS SMTP POP3 IMAP LDAP PDF \ GNUPG APACHE SSL @@ -90,7 +88,7 @@ CLEAN_FILES= scripts/suse* scripts/redha var/httpd/htdocs/js/thirdparty/ckeditor-4.0/_source \ var/httpd/htdocs/skins/Agent/*/img/source -PLIST_SUB+= VER_CKEDITOR="4.4.5" OTRS_USER=${USERS} WWWOWN=${WWWOWN} +PLIST_SUB+= VER_CKEDITOR="4.5.6" OTRS_USER=${USERS} WWWOWN=${WWWOWN} PGSQL_RUN_DEPENDS+= p5-DBD-Pg>=0:databases/p5-DBD-Pg PGSQL_USES= pgsql Modified: head/www/otrs/distinfo ============================================================================== --- head/www/otrs/distinfo Fri May 27 20:16:56 2016 (r415964) +++ head/www/otrs/distinfo Fri May 27 20:27:20 2016 (r415965) @@ -1,2 +1,2 @@ -SHA256 (otrs-5.0.3.tar.bz2) = cf79465ae623ceb689db8e1dc8d56e0d1d26e27f674ec1b8e8677da9d2152e80 -SIZE (otrs-5.0.3.tar.bz2) = 17489922 +SHA256 (otrs-5.0.9.tar.bz2) = f40f3e46270c9c294b5f9277922b6deaf1b0c9bcdd5c634efca6b36e5f202835 +SIZE (otrs-5.0.9.tar.bz2) = 18543448 Modified: head/www/otrs/pkg-plist ============================================================================== --- head/www/otrs/pkg-plist Fri May 27 20:16:56 2016 (r415964) +++ head/www/otrs/pkg-plist Fri May 27 20:27:20 2016 (r415965) @@ -79,6 +79,7 @@ otrs/Kernel/Language/sr_Cyrl.pm otrs/Kernel/Language/sr_Latn.pm otrs/Kernel/Language/sv.pm otrs/Kernel/Language/sw.pm +otrs/Kernel/Language/th_TH.pm otrs/Kernel/Language/tr.pm otrs/Kernel/Language/uk.pm otrs/Kernel/Language/vi_VN.pm @@ -268,6 +269,7 @@ otrs/Kernel/Output/HTML/NavBar/AgentTick otrs/Kernel/Output/HTML/NavBar/CustomerCompany.pm otrs/Kernel/Output/HTML/NavBar/CustomerTicketProcess.pm otrs/Kernel/Output/HTML/NavBar/ModuleAdmin.pm +otrs/Kernel/Output/HTML/Notification/AgentCloudServicesDisabled.pm otrs/Kernel/Output/HTML/Notification/AgentOTRSBusiness.pm otrs/Kernel/Output/HTML/Notification/AgentOnline.pm otrs/Kernel/Output/HTML/Notification/AgentTicketEscalation.pm @@ -463,6 +465,7 @@ otrs/Kernel/Output/HTML/Templates/Standa otrs/Kernel/Output/HTML/Templates/Standard/AttachmentBlocker.tt otrs/Kernel/Output/HTML/Templates/Standard/ChatDisplay.tt otrs/Kernel/Output/HTML/Templates/Standard/ChatStartForm.tt +otrs/Kernel/Output/HTML/Templates/Standard/CloudServicesDisabled.tt otrs/Kernel/Output/HTML/Templates/Standard/Copyright.tt otrs/Kernel/Output/HTML/Templates/Standard/CustomerAccept.tt otrs/Kernel/Output/HTML/Templates/Standard/CustomerError.tt @@ -634,6 +637,7 @@ otrs/Kernel/System/Console/Command/Dev/C otrs/Kernel/System/Console/Command/Dev/Package/Build.pm otrs/Kernel/System/Console/Command/Dev/Package/RepositoryIndex.pm otrs/Kernel/System/Console/Command/Dev/Tools/CacheBenchmark.pm +otrs/Kernel/System/Console/Command/Dev/Tools/Config2Docbook.pm otrs/Kernel/System/Console/Command/Dev/Tools/ConsoleStats.pm otrs/Kernel/System/Console/Command/Dev/Tools/Database/RandomDataInsert.pm otrs/Kernel/System/Console/Command/Dev/Tools/Database/XML2SQL.pm @@ -901,7 +905,9 @@ otrs/Kernel/System/SupportDataCollector/ otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/PackageDeployment.pm otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/PackageList.pm otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/SystemID.pm +otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/Ticket/DefaultType.pm otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/Ticket/IndexModule.pm +otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/Ticket/InvalidUsersWithLockedTickets.pm otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/Ticket/OpenTickets.pm otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/Ticket/SearchIndexModule.pm otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/Ticket/StaticDBOrphanedRecords.pm @@ -961,7 +967,9 @@ otrs/Kernel/System/Ticket/Number/AutoInc otrs/Kernel/System/Ticket/Number/Date.pm otrs/Kernel/System/Ticket/Number/DateChecksum.pm otrs/Kernel/System/Ticket/Number/Random.pm +otrs/Kernel/System/Ticket/Permission/CreatorCheck.pm otrs/Kernel/System/Ticket/Permission/GroupCheck.pm +otrs/Kernel/System/Ticket/Permission/InvolvedCheck.pm otrs/Kernel/System/Ticket/Permission/OwnerCheck.pm otrs/Kernel/System/Ticket/Permission/ResponsibleCheck.pm otrs/Kernel/System/Ticket/Permission/WatcherCheck.pm @@ -972,6 +980,7 @@ otrs/Kernel/System/Type.pm otrs/Kernel/System/UnitTest.pm otrs/Kernel/System/UnitTest/Helper.pm otrs/Kernel/System/UnitTest/Selenium.pm +otrs/Kernel/System/UnitTest/Selenium/WebElement.pm otrs/Kernel/System/User.pm otrs/Kernel/System/User/Preferences/DB.pm otrs/Kernel/System/Valid.pm @@ -1213,6 +1222,7 @@ otrs/var/httpd/htdocs/js/test/Core.UI.In otrs/var/httpd/htdocs/js/test/Core.UI.InputFields.UnitTest.js otrs/var/httpd/htdocs/js/test/Core.UI.Popup.UnitTest.html otrs/var/httpd/htdocs/js/test/Core.UI.Popup.UnitTest.js +otrs/var/httpd/htdocs/js/test/Core.UnitTest.js otrs/var/httpd/htdocs/js/test/sample/Core.AJAX.ContentUpdate1.html otrs/var/httpd/htdocs/js/test/sample/Core.AJAX.EmptyResponse.html otrs/var/httpd/htdocs/js/test/sample/Core.AJAX.FunctionCall1.html @@ -1220,1152 +1230,1171 @@ otrs/var/httpd/htdocs/js/thirdparty/Stri otrs/var/httpd/htdocs/js/thirdparty/canvg-1.4/StackBlur.js otrs/var/httpd/htdocs/js/thirdparty/canvg-1.4/canvg.js otrs/var/httpd/htdocs/js/thirdparty/canvg-1.4/rgbcolor.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/CHANGES.md -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/LICENSE.md -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/adapters/jquery.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/ckeditor.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/config.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/contents.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/_translationstatus.txt -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/af.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/ar.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/bg.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/bn.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/bs.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/ca.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/cs.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/cy.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/da.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/de.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/el.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/en-au.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/en-ca.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/en-gb.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/en.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/eo.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/es.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/et.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/eu.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/fa.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/fi.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/fo.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/fr-ca.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/fr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/gl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/gu.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/he.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/hi.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/hr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/hu.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/id.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/is.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/it.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/ja.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/ka.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/km.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/ko.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/ku.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/lt.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/lv.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/mk.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/mn.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/ms.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/nb.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/nl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/no.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/pl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/pt-br.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/pt.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/ro.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/ru.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/si.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/sk.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/sl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/sq.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/sr-latn.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/sr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/sv.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/th.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/tr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/tt.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/ug.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/uk.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/vi.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/zh-cn.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/lang/zh.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/a11yhelp.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/_translationstatus.txt -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/af.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/ar.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/bg.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/ca.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/cs.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/cy.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/da.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/de.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/el.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/en-gb.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/en.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/eo.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/es.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/et.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/fa.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/fi.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/fo.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/fr-ca.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/fr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/gl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/gu.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/he.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/hi.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/hr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/hu.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/id.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/it.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/ja.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/km.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/ko.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/ku.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/lt.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/lv.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/mk.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/mn.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/nb.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/nl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/no.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/pl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/pt-br.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/pt.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/ro.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/ru.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/si.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/sk.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/sl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/sq.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/sr-latn.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/sr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/sv.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/th.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/tr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/tt.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/ug.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/uk.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/vi.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/zh-cn.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/a11yhelp/dialogs/lang/zh.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/about/dialogs/about.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/about/dialogs/hidpi/logo_ckeditor.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/about/dialogs/logo_ckeditor.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/adobeair/plugin.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/ajax/plugin.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/aspell.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/dialogs/aspell.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/icons/spellcheck.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/af.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/ar.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/bg.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/bn.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/bs.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/ca.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/cs.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/cy.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/da.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/de.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/el.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/en-au.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/en-ca.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/en-gb.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/en.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/eo.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/es.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/et.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/eu.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/fi.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/fo.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/fr-ca.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/fr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/gl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/gu.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/he.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/hi.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/hr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/hu.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/id.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/is.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/it.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/ja.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/ka.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/km.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/ko.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/lt.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/lv.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/mk.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/mn.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/ms.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/nb.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/nl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/no.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/pl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/pt-br.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/pt.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/ro.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/ru.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/sk.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/sl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/sr-latn.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/sr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/sv.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/th.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/tr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/ug.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/uk.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/vi.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/zh-cn.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/lang/zh.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/plugin.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/spellerpages/blank.html -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/spellerpages/controlWindow.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/spellerpages/controls.html -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/spellerpages/spellChecker.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/spellerpages/spellchecker.html -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/spellerpages/spellerStyle.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/aspell/spellerpages/wordWindow.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/autoembed/lang/cs.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/autoembed/lang/de.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/autoembed/lang/en.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/autoembed/lang/it.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/autoembed/lang/ko.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/autoembed/lang/ku.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/autoembed/lang/nb.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/autoembed/lang/pl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/autoembed/lang/pt-br.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/autoembed/lang/ru.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/autoembed/lang/tr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/autoembed/lang/ug.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/autoembed/lang/zh.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/autoembed/plugin.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/autogrow/plugin.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/autolink/plugin.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/bbcode/plugin.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/clipboard/dialogs/paste.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/dialogs/codesnippet.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/icons/codesnippet.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/icons/hidpi/codesnippet.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/ar.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/bg.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/ca.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/cs.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/da.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/de.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/el.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/en-gb.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/en.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/eo.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/es.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/et.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/fa.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/fi.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/fr-ca.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/fr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/gl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/he.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/hr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/hu.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/it.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/ja.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/km.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/ko.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/ku.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/lt.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/lv.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/nb.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/nl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/no.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/pl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/pt-br.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/pt.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/ro.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/ru.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/sk.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/sl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/sq.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/sv.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/th.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/tr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/tt.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/ug.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/uk.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/vi.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/zh-cn.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lang/zh.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/CHANGES.md -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/LICENSE -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/README.ru.md -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/highlight.pack.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/arta.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/ascetic.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/atelier-dune.dark.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/atelier-dune.light.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/atelier-forest.dark.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/atelier-forest.light.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/atelier-heath.dark.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/atelier-heath.light.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.dark.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.light.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/atelier-seaside.dark.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/atelier-seaside.light.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/brown_paper.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/brown_papersq.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/dark.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/default.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/docco.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/far.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/foundation.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/github.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/googlecode.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/idea.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/ir_black.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/magula.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/mono-blue.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/monokai.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/monokai_sublime.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/obsidian.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/paraiso.dark.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/paraiso.light.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/pojoaque.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/pojoaque.jpg -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/railscasts.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/rainbow.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/school_book.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/school_book.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/solarized_dark.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/solarized_light.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/sunburst.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/tomorrow-night-blue.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/tomorrow-night-bright.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/tomorrow-night-eighties.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/tomorrow-night.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/tomorrow.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/vs.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/xcode.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/lib/highlight/styles/zenburn.css -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippet/plugin.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/codesnippetgeshi/plugin.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/colordialog/dialogs/colordialog.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/_translationstatus.txt -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/ar.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/bg.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/ca.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/cs.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/cy.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/da.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/de.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/el.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/en-gb.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/en.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/eo.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/es.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/et.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/eu.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/fa.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/fi.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/fr-ca.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/fr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/gl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/gu.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/he.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/hr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/hu.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/id.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/it.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/ja.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/km.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/ko.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/ku.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/lt.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/lv.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/nb.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/nl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/no.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/pl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/pt-br.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/pt.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/ro.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/ru.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/si.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/sk.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/sl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/sq.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/sv.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/tr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/tt.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/ug.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/uk.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/vi.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/zh-cn.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/lang/zh.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/devtools/plugin.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/dialog/dialogDefinition.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/div/dialogs/div.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/divarea/plugin.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/dialogs/docprops.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/icons/docprops-rtl.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/icons/docprops.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/icons/hidpi/docprops-rtl.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/icons/hidpi/docprops.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/af.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/ar.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/bg.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/bn.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/bs.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/ca.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/cs.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/cy.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/da.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/de.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/el.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/en-au.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/en-ca.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/en-gb.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/en.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/eo.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/es.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/et.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/eu.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/fa.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/fi.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/fo.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/fr-ca.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/fr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/gl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/gu.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/he.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/hi.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/hr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/hu.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/id.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/is.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/it.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/ja.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/ka.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/km.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/ko.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/ku.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/lt.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/lv.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/mk.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/mn.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/ms.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/nb.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/nl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/no.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/pl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/pt-br.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/pt.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/ro.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/ru.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/si.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/sk.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/sl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/sq.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/sr-latn.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/sr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/sv.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/th.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/tr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/tt.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/ug.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/uk.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/vi.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/zh-cn.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/lang/zh.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/docprops/plugin.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/af.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/ar.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/bg.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/bn.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/bs.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/ca.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/cs.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/cy.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/da.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/de.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/el.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/en-au.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/en-ca.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/en-gb.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/en.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/eo.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/es.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/et.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/eu.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/fa.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/fi.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/fo.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/fr-ca.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/fr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/gl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/gu.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/he.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/hi.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/hr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/hu.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/is.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/it.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/ja.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/ka.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/km.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/ko.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/ku.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/lt.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/lv.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/mk.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/mn.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/ms.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/nb.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/nl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/no.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/pl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/pt-br.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/pt.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/ro.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/ru.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/si.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/sk.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/sl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/sq.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/sr-latn.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/sr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/sv.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/th.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/tr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/tt.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/ug.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/uk.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/vi.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/zh-cn.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/lang/zh.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/elementspath/plugin.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/embed/icons/embed.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/embed/icons/hidpi/embed.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/embed/plugin.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/embedbase/dialogs/embedbase.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/embedbase/lang/cs.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/embedbase/lang/da.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/embedbase/lang/de.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/embedbase/lang/en.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/embedbase/lang/eo.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/embedbase/lang/fr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/embedbase/lang/gl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/embedbase/lang/it.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/embedbase/lang/ko.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/embedbase/lang/ku.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/embedbase/lang/nb.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/embedbase/lang/nl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/embedbase/lang/pl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/embedbase/lang/pt-br.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/embedbase/lang/ru.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/embedbase/lang/sv.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/embedbase/lang/tr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/embedbase/lang/ug.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/embedbase/lang/zh-cn.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/embedbase/lang/zh.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/embedbase/plugin.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/embedsemantic/icons/embedsemantic.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/embedsemantic/icons/hidpi/embedsemantic.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/embedsemantic/plugin.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/find/dialogs/find.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/flash/dialogs/flash.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/flash/images/placeholder.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/forms/dialogs/button.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/forms/dialogs/checkbox.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/forms/dialogs/form.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/forms/dialogs/hiddenfield.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/forms/dialogs/radio.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/forms/dialogs/select.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/forms/dialogs/textarea.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/forms/dialogs/textfield.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/forms/images/hiddenfield.gif -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/icons.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/icons_hidpi.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/iframe/dialogs/iframe.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/iframe/images/placeholder.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/iframedialog/plugin.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/dialogs/image.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/icons/hidpi/image.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/icons/image.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/images/noimage.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/af.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/ar.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/bg.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/bn.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/bs.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/ca.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/cs.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/cy.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/da.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/de.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/el.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/en-au.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/en-ca.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/en-gb.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/en.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/eo.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/es.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/et.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/eu.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/fa.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/fi.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/fo.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/fr-ca.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/fr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/gl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/gu.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/he.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/hi.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/hr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/hu.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/id.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/is.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/it.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/ja.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/ka.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/km.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/ko.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/ku.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/lt.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/lv.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/mk.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/mn.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/ms.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/nb.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/nl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/no.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/pl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/pt-br.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/pt.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/ro.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/ru.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/si.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/sk.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/sl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/sq.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/sr-latn.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/sr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/sv.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/th.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/tr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/tt.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/ug.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/uk.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/vi.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/zh-cn.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/lang/zh.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image/plugin.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/image2/dialogs/image2.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/icons/hidpi/language.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/icons/language.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/ar.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/bg.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/ca.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/cs.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/cy.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/da.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/de.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/el.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/en-gb.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/en.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/eo.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/es.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/fa.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/fi.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/fo.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/fr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/gl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/he.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/hr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/hu.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/it.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/ja.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/km.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/ko.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/ku.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/nb.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/nl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/no.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/pl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/pt-br.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/pt.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/ru.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/sk.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/sl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/sq.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/sv.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/tr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/tt.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/ug.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/uk.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/vi.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/zh-cn.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/lang/zh.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/language/plugin.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/link/dialogs/anchor.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/link/dialogs/link.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/link/images/anchor.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/link/images/hidpi/anchor.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/liststyle/dialogs/liststyle.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/magicline/images/hidpi/icon-rtl.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/magicline/images/hidpi/icon.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/magicline/images/icon-rtl.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/magicline/images/icon.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/dialogs/mathjax.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/icons/hidpi/mathjax.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/icons/mathjax.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/images/loader.gif -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/af.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/ar.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/bg.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/ca.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/cs.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/cy.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/da.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/de.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/el.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/en-gb.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/en.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/eo.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/es.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/fa.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/fi.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/fr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/gl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/he.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/hr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/hu.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/it.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/ja.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/km.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/ko.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/ku.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/lt.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/nb.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/nl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/no.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/pl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/pt-br.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/pt.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/ro.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/ru.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/sk.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/sl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/sq.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/sv.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/tr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/tt.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/ug.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/uk.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/vi.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/zh-cn.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/lang/zh.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/mathjax/plugin.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/menubutton/plugin.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/pagebreak/images/pagebreak.gif -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/pastefromword/filter/default.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/dialogs/placeholder.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/icons/hidpi/placeholder.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/icons/placeholder.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/af.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/ar.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/bg.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/ca.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/cs.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/cy.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/da.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/de.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/el.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/en-gb.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/en.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/eo.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/es.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/et.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/eu.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/fa.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/fi.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/fr-ca.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/fr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/gl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/he.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/hr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/hu.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/id.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/it.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/ja.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/km.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/ko.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/ku.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/lv.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/nb.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/nl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/no.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/pl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/pt-br.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/pt.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/ru.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/si.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/sk.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/sl.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/sq.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/sv.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/th.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/tr.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/tt.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/ug.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/uk.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/vi.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/zh-cn.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/lang/zh.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/placeholder/plugin.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/preview/preview.html -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/sharedspace/plugin.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/showblocks/images/block_address.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/showblocks/images/block_blockquote.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/showblocks/images/block_div.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/showblocks/images/block_h1.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/showblocks/images/block_h2.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/showblocks/images/block_h3.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/showblocks/images/block_h4.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/showblocks/images/block_h5.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/showblocks/images/block_h6.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/showblocks/images/block_p.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/showblocks/images/block_pre.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/dialogs/smiley.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/angel_smile.gif -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/angel_smile.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/angry_smile.gif -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/angry_smile.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/broken_heart.gif -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/broken_heart.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/confused_smile.gif -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/confused_smile.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/cry_smile.gif -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/cry_smile.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/devil_smile.gif -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/devil_smile.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/embaressed_smile.gif -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/embarrassed_smile.gif -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/embarrassed_smile.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/envelope.gif -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/envelope.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/heart.gif -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/heart.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/kiss.gif -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/kiss.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/lightbulb.gif -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/lightbulb.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/omg_smile.gif -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/omg_smile.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/regular_smile.gif -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/regular_smile.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/sad_smile.gif -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/sad_smile.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/shades_smile.gif -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/shades_smile.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/teeth_smile.gif -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/teeth_smile.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/thumbs_down.gif -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/thumbs_down.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/thumbs_up.gif -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/thumbs_up.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/tongue_smile.gif -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/tongue_smile.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/tounge_smile.gif -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/whatchutalkingabout_smile.gif -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/whatchutalkingabout_smile.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/wink_smile.gif -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/smiley/images/wink_smile.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/sourcedialog/dialogs/sourcedialog.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/sourcedialog/icons/hidpi/sourcedialog-rtl.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/sourcedialog/icons/hidpi/sourcedialog.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/sourcedialog/icons/sourcedialog-rtl.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/sourcedialog/icons/sourcedialog.png -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/sourcedialog/lang/af.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/sourcedialog/lang/ar.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/sourcedialog/lang/bg.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/sourcedialog/lang/bn.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/sourcedialog/lang/bs.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/sourcedialog/lang/ca.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/sourcedialog/lang/cs.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/sourcedialog/lang/cy.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/sourcedialog/lang/da.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/sourcedialog/lang/de.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/sourcedialog/lang/el.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/sourcedialog/lang/en-au.js -otrs/var/httpd/htdocs/js/thirdparty/ckeditor-4.5.4/plugins/sourcedialog/lang/en-ca.js *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Fri May 27 21:34:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1EF8B4C659; Fri, 27 May 2016 21:34:46 +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 C24E31EE6; Fri, 27 May 2016 21:34:46 +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 u4RLYj1i065556; Fri, 27 May 2016 21:34:45 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RLYjSS065554; Fri, 27 May 2016 21:34:45 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201605272134.u4RLYjSS065554@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Fri, 27 May 2016 21:34:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415966 - head/sysutils/acpica-tools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 21:34:47 -0000 Author: jkim Date: Fri May 27 21:34:45 2016 New Revision: 415966 URL: https://svnweb.freebsd.org/changeset/ports/415966 Log: Update to 20160527. Modified: head/sysutils/acpica-tools/Makefile head/sysutils/acpica-tools/distinfo Modified: head/sysutils/acpica-tools/Makefile ============================================================================== --- head/sysutils/acpica-tools/Makefile Fri May 27 20:27:20 2016 (r415965) +++ head/sysutils/acpica-tools/Makefile Fri May 27 21:34:45 2016 (r415966) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= acpica -PORTVERSION= 20160422 +PORTVERSION= 20160527 CATEGORIES= sysutils devel MASTER_SITES= https://acpica.org/sites/acpica/files/ \ LOCAL/jkim Modified: head/sysutils/acpica-tools/distinfo ============================================================================== --- head/sysutils/acpica-tools/distinfo Fri May 27 20:27:20 2016 (r415965) +++ head/sysutils/acpica-tools/distinfo Fri May 27 21:34:45 2016 (r415966) @@ -1,2 +1,3 @@ -SHA256 (acpica-unix2-20160422.tar.gz) = 4dec31daf997895aa41b67302325139a0574bb71802d366ecfadcbf4143bf971 -SIZE (acpica-unix2-20160422.tar.gz) = 1417797 +TIMESTAMP = 1464384672 +SHA256 (acpica-unix2-20160527.tar.gz) = 4ac73a5887b643dcca483f0241cbb808a53326846928edad9a2f86cffcde5850 +SIZE (acpica-unix2-20160527.tar.gz) = 1417840 From owner-svn-ports-head@freebsd.org Fri May 27 22:39:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 569E1B4D76C; Fri, 27 May 2016 22:39:30 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0EC6119EF; Fri, 27 May 2016 22:39:29 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4RMdTbB088008; Fri, 27 May 2016 22:39:29 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RMdTPB088005; Fri, 27 May 2016 22:39:29 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201605272239.u4RMdTPB088005@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 27 May 2016 22:39:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415967 - in head/devel/p5-Parse-Yapp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 22:39:30 -0000 Author: mat Date: Fri May 27 22:39:28 2016 New Revision: 415967 URL: https://svnweb.freebsd.org/changeset/ports/415967 Log: Fix build with Perl 5.25. With hat: perl@ Sponsored by: Absolight Added: head/devel/p5-Parse-Yapp/files/ head/devel/p5-Parse-Yapp/files/patch-YappParse.yp (contents, props changed) head/devel/p5-Parse-Yapp/files/patch-lib_Parse_Yapp_Parse.pm (contents, props changed) Modified: head/devel/p5-Parse-Yapp/Makefile (contents, props changed) Modified: head/devel/p5-Parse-Yapp/Makefile ============================================================================== --- head/devel/p5-Parse-Yapp/Makefile Fri May 27 21:34:45 2016 (r415966) +++ head/devel/p5-Parse-Yapp/Makefile Fri May 27 22:39:28 2016 (r415967) @@ -3,7 +3,7 @@ PORTNAME= Parse-Yapp PORTVERSION= 1.05 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Added: head/devel/p5-Parse-Yapp/files/patch-YappParse.yp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Parse-Yapp/files/patch-YappParse.yp Fri May 27 22:39:28 2016 (r415967) @@ -0,0 +1,20 @@ +--- YappParse.yp.orig 2001-05-20 11:19:53 UTC ++++ YappParse.yp +@@ -285,7 +285,7 @@ sub _Lexer { + return($1, [ $1, $lineno[0] ]); + }; + +- $$input=~/\G{/gc ++ $$input=~/\G\{/gc + and do { + my($level,$from,$code); + +@@ -312,7 +312,7 @@ sub _Lexer { + and return('START',[ undef, $lineno[0] ]); + $$input=~/\G%(expect)/gc + and return('EXPECT',[ undef, $lineno[0] ]); +- $$input=~/\G%{/gc ++ $$input=~/\G%\{/gc + and do { + my($code); + Added: head/devel/p5-Parse-Yapp/files/patch-lib_Parse_Yapp_Parse.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Parse-Yapp/files/patch-lib_Parse_Yapp_Parse.pm Fri May 27 22:39:28 2016 (r415967) @@ -0,0 +1,20 @@ +--- lib/Parse/Yapp/Parse.pm.orig 2001-05-20 11:19:57 UTC ++++ lib/Parse/Yapp/Parse.pm +@@ -880,7 +880,7 @@ sub _Lexer { + return($1, [ $1, $lineno[0] ]); + }; + +- $$input=~/\G{/gc ++ $$input=~/\G\{/gc + and do { + my($level,$from,$code); + +@@ -907,7 +907,7 @@ sub _Lexer { + and return('START',[ undef, $lineno[0] ]); + $$input=~/\G%(expect)/gc + and return('EXPECT',[ undef, $lineno[0] ]); +- $$input=~/\G%{/gc ++ $$input=~/\G%\{/gc + and do { + my($code); + From owner-svn-ports-head@freebsd.org Fri May 27 23:00:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 592F9B4DCBC; Fri, 27 May 2016 23:00:17 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 196C31DC8; Fri, 27 May 2016 23:00:17 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4RN0Ghl095510; Fri, 27 May 2016 23:00:16 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RN0GHF095508; Fri, 27 May 2016 23:00:16 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201605272300.u4RN0GHF095508@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Fri, 27 May 2016 23:00:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415968 - in head/databases: py-bsddb3 py3-bsddb3 py3-bsddb3/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 27 May 2016 23:00:17 -0000 Author: woodsb02 Date: Fri May 27 23:00:15 2016 New Revision: 415968 URL: https://svnweb.freebsd.org/changeset/ports/415968 Log: databases/py-bsddb3: Convert to master port for databases/py3-bsddb3 - Convert databases/py3-bsddb3 from stand-alone port to slave of databases/py-bsddb3 - Prevent databases/py-bsddb3 from clobbering USES from databases/py3-bsddb3 - Convert USE_BDB=yes to USES=bdb in both databases/py-bsddb3 and databases/py3-bsddb3 PR: 208285 Reviewed by: mat (mentor) Approved by: bofh (maintainer), adamw (mentor) Differential Revision: https://reviews.freebsd.org/D6614 Deleted: head/databases/py3-bsddb3/distinfo head/databases/py3-bsddb3/files/ head/databases/py3-bsddb3/pkg-descr Modified: head/databases/py-bsddb3/Makefile head/databases/py3-bsddb3/Makefile Modified: head/databases/py-bsddb3/Makefile ============================================================================== --- head/databases/py-bsddb3/Makefile Fri May 27 22:39:28 2016 (r415967) +++ head/databases/py-bsddb3/Makefile Fri May 27 23:00:15 2016 (r415968) @@ -12,8 +12,7 @@ COMMENT= Python extension module for Ber LICENSE= BSD3CLAUSE -USE_BDB= yes -USES= python +USES?= bdb python USE_PYTHON= distutils autoplist PYDISTUTILS_CONFIGUREARGS=--libs="-l${BDB_LIB_NAME}" --berkeley-db=${LOCALBASE} Modified: head/databases/py3-bsddb3/Makefile ============================================================================== --- head/databases/py3-bsddb3/Makefile Fri May 27 22:39:28 2016 (r415967) +++ head/databases/py3-bsddb3/Makefile Fri May 27 23:00:15 2016 (r415968) @@ -1,37 +1,8 @@ # Created by: Ben Woods # $FreeBSD$ -PORTNAME= bsddb3 -PORTVERSION= 6.1.1 -CATEGORIES= databases python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +MASTERDIR= ${.CURDIR}/../py-bsddb3 -MAINTAINER= woodsb02@FreeBSD.org -COMMENT= Python extension module for BerkeleyDB 3 and 4 +USES= bdb python:3.2+ -LICENSE= BSD3CLAUSE - -USE_BDB= yes -USES= python:3 -USE_PYTHON= distutils autoplist - -PYDISTUTILS_CONFIGUREARGS=--libs="-l${BDB_LIB_NAME}" --berkeley-db=${LOCALBASE} -PYDISTUTILS_BUILDARGS= --libs="-l${BDB_LIB_NAME}" --berkeley-db=${LOCALBASE} -PYDISTUTILS_INSTALLARGS=-c -O1 --prefix=${PREFIX} --berkeley-db=${LOCALBASE} - -PORTDOCS= * -DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} - -post-patch: - ${REINPLACE_CMD} 's,%%DBVERSION%%,${BDB_LIB_NAME},g' ${WRKSRC}/setup2.py ${WRKSRC}/setup3.py - ${REINPLACE_CMD} 's,,<${BDB_INCLUDE_DIR}/db.h>,' ${WRKSRC}/Modules/bsddb.h - ${REINPLACE_CMD} 's,%%BDB_INCLUDE_DIR%%,${BDB_INCLUDE_DIR},' ${WRKSRC}/setup2.py ${WRKSRC}/setup3.py - ${REINPLACE_CMD} 's,%%BDB_LIB_NAME%%,${BDB_LIB_NAME},' ${WRKSRC}/setup3.py - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}) - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/bsddb3/_pybsddb.so - -.include +.include "${MASTERDIR}/Makefile" From owner-svn-ports-head@freebsd.org Sat May 28 01:40:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81FF2B4C3A2; Sat, 28 May 2016 01:40:54 +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 40E8A1EC7; Sat, 28 May 2016 01:40:54 +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 u4S1er3f054385; Sat, 28 May 2016 01:40:53 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4S1erHa054384; Sat, 28 May 2016 01:40:53 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201605280140.u4S1erHa054384@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sat, 28 May 2016 01:40:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415969 - 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.22 Precedence: list List-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, 28 May 2016 01:40:54 -0000 Author: junovitch Date: Sat May 28 01:40:53 2016 New Revision: 415969 URL: https://svnweb.freebsd.org/changeset/ports/415969 Log: Document security issues fixed in PHP 7.0.7, 5.6.22, and 5.5.36 PR: 209779 Reported by: Fabiano Sidler Security: CVE-2013-7456 Security: CVE-2016-4343 Security: CVE-2016-5093 Security: CVE-2016-5094 Security: CVE-2016-5096 Security: https://vuxml.FreeBSD.org/freebsd/6b110175-246d-11e6-8dd3-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri May 27 23:00:15 2016 (r415968) +++ head/security/vuxml/vuln.xml Sat May 28 01:40:53 2016 (r415969) @@ -58,6 +58,73 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + php -- multiple vulnerabilities + + + php70-gd + php70-intl + 7.0.7 + + + php56 + php56-gd + 5.6.22 + + + php55 + php55-gd + php55-phar + 5.5.36 + + + + +

The PHP Group reports:

+
+
  • Core: +
      +
    • Fixed bug #72114 (Integer underflow / arbitrary null write in + fread/gzread). (CVE-2016-5096) (PHP 5.5/5.6 only)
    • +
    • Fixed bug #72135 (Integer Overflow in php_html_entities). + (CVE-2016-5094) (PHP 5.5/5.6 only)
    • +
  • +
  • GD: +
      +
    • Fixed bug #72227 (imagescale out-of-bounds read). + (CVE-2013-7456)
    • +
  • +
  • Intl: +
      +
    • Fixed bug #72241 (get_icu_value_internal out-of-bounds read). + (CVE-2016-5093)
    • +
  • +
  • Phar: +
      +
    • Fixed bug #71331 (Uninitialized pointer in + phar_make_dirstream()). (CVE-2016-4343) (PHP 5.5 only)
    • +
  • +
+
+ +
+ + CVE-2016-5096 + CVE-2016-5094 + CVE-2013-7456 + CVE-2016-5093 + CVE-2016-4343 + ports/209779 + http://php.net/ChangeLog-7.php#7.0.7 + http://php.net/ChangeLog-5.php#5.6.22 + http://php.net/ChangeLog-5.php#5.5.36 + + + 2016-05-26 + 2016-05-28 + +
+ phpmyadmin -- XSS and sensitive data leakage From owner-svn-ports-head@freebsd.org Sat May 28 01:41:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 489D9B4C3E6; Sat, 28 May 2016 01:41:14 +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 1AA951FFA; Sat, 28 May 2016 01:41:14 +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 u4S1fDrV055540; Sat, 28 May 2016 01:41:13 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4S1fDF7055295; Sat, 28 May 2016 01:41:13 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201605280141.u4S1fDF7055295@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sat, 28 May 2016 01:41:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415970 - head/lang/php70 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 01:41:14 -0000 Author: junovitch Date: Sat May 28 01:41:13 2016 New Revision: 415970 URL: https://svnweb.freebsd.org/changeset/ports/415970 Log: lang/php70: update 7.0.6 -> 7.0.7 Approved by: ports-secteam (with hat) Security: CVE-2013-7456 Security: CVE-2016-5093 Security: https://vuxml.FreeBSD.org/freebsd/6b110175-246d-11e6-8dd3-002590263bf5.html MFH: 2016Q2 Modified: head/lang/php70/Makefile head/lang/php70/distinfo Modified: head/lang/php70/Makefile ============================================================================== --- head/lang/php70/Makefile Sat May 28 01:40:53 2016 (r415969) +++ head/lang/php70/Makefile Sat May 28 01:41:13 2016 (r415970) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= php70 -PORTVERSION= 7.0.6 -PORTREVISION?= 1 +PORTVERSION= 7.0.7 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${PORTVERSION} Modified: head/lang/php70/distinfo ============================================================================== --- head/lang/php70/distinfo Sat May 28 01:40:53 2016 (r415969) +++ head/lang/php70/distinfo Sat May 28 01:41:13 2016 (r415970) @@ -1,2 +1,3 @@ -SHA256 (php-7.0.6.tar.bz2) = 14ddf192a9965c858c1e742a61456be2f34a4db87556172c0d76f08de96329b7 -SIZE (php-7.0.6.tar.bz2) = 14102594 +TIMESTAMP = 1464392035 +SHA256 (php-7.0.7.tar.bz2) = 474f2925c4782b94016e3afbb17b14ff9cc6f4fdb6f6e231b36a378bb18a3d1a +SIZE (php-7.0.7.tar.bz2) = 14106181 From owner-svn-ports-head@freebsd.org Sat May 28 01:41:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86150B4C42A; Sat, 28 May 2016 01:41:37 +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 3AEAE1173; Sat, 28 May 2016 01:41:37 +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 u4S1faSs057193; Sat, 28 May 2016 01:41:36 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4S1faT2057191; Sat, 28 May 2016 01:41:36 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201605280141.u4S1faT2057191@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sat, 28 May 2016 01:41:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415971 - head/lang/php56 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 01:41:37 -0000 Author: junovitch Date: Sat May 28 01:41:36 2016 New Revision: 415971 URL: https://svnweb.freebsd.org/changeset/ports/415971 Log: lang/php56: update 5.6.21 -> 5.6.22 [1] plus minor fixup - Fix MAILHEAD patch to match the new version of the patch. The distinfo currently matches the php-5.5.x-mail-header.patch.old patch. [2] PR: 209779 [1] PR: 208072 [2] Reported by: Fabiano Sidler [1] Reported by: Vladislav V. Prodan [2] Approved by: ports-secteam (with hat) Security: CVE-2013-7456 Security: CVE-2016-5093 Security: CVE-2016-5094 Security: CVE-2016-5096 Security: https://vuxml.FreeBSD.org/freebsd/6b110175-246d-11e6-8dd3-002590263bf5.html MFH: 2016Q2 Modified: head/lang/php56/Makefile head/lang/php56/distinfo Modified: head/lang/php56/Makefile ============================================================================== --- head/lang/php56/Makefile Sat May 28 01:41:13 2016 (r415970) +++ head/lang/php56/Makefile Sat May 28 01:41:36 2016 (r415971) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php56 -PORTVERSION= 5.6.21 +PORTVERSION= 5.6.22 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: head/lang/php56/distinfo ============================================================================== --- head/lang/php56/distinfo Sat May 28 01:41:13 2016 (r415970) +++ head/lang/php56/distinfo Sat May 28 01:41:36 2016 (r415971) @@ -1,4 +1,5 @@ -SHA256 (php-5.6.21.tar.bz2) = b4ed7ab574b689fd6d6494fde954826c06efc85c505e017b8d776c7c7f479590 -SIZE (php-5.6.21.tar.bz2) = 14165919 -SHA256 (php-5.5.x-mail-header.patch) = b0b5a7c961b2052eb14d9528e76155cbeaa881fb9b4a49f452f9dab07b6fb1c4 -SIZE (php-5.5.x-mail-header.patch) = 3379 +TIMESTAMP = 1464391783 +SHA256 (php-5.6.22.tar.bz2) = 90da8a80cc52fa699cf2bfa4c6fa737c772df7c92b81ef483460aa3b1e9f88c6 +SIZE (php-5.6.22.tar.bz2) = 14170522 +SHA256 (php-5.5.x-mail-header.patch) = f510672c4bf2c228e4d8c7837e16a82169de82139dcf33fafce51e9e55a1b9ed +SIZE (php-5.5.x-mail-header.patch) = 4426 From owner-svn-ports-head@freebsd.org Sat May 28 01:42:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54C80B4C47F; Sat, 28 May 2016 01:42:06 +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 13FC112CA; Sat, 28 May 2016 01:42:06 +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 u4S1g5I9058017; Sat, 28 May 2016 01:42:05 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4S1g4uq058014; Sat, 28 May 2016 01:42:04 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201605280142.u4S1g4uq058014@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sat, 28 May 2016 01:42:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415972 - head/lang/php55 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 01:42:06 -0000 Author: junovitch Date: Sat May 28 01:42:04 2016 New Revision: 415972 URL: https://svnweb.freebsd.org/changeset/ports/415972 Log: lang/php55: update 5.5.35 -> 5.5.36 [1] plus minor fixups - Fix MAILHEAD patch to match the new version of the patch. The distinfo currently matches the php-5.5.x-mail-header.patch.old patch. [2] - Fix regression from r415818's conversion to @sample by installing the default php-fpm.conf under ${LOCALBASE}/etc and not ${LOCALBASE} PR: 209779 [1] PR: 208073 [2] Reported by: Fabiano Sidler [1] Submitted by: Paulo Henrique [2] Approved by: ports-secteam (with hat) Security: CVE-2013-7456 Security: CVE-2016-4343 Security: CVE-2016-5093 Security: CVE-2016-5094 Security: CVE-2016-5096 Security: https://vuxml.FreeBSD.org/freebsd/6b110175-246d-11e6-8dd3-002590263bf5.html MFH: 2016Q2 Modified: head/lang/php55/Makefile head/lang/php55/distinfo head/lang/php55/pkg-plist Modified: head/lang/php55/Makefile ============================================================================== --- head/lang/php55/Makefile Sat May 28 01:41:36 2016 (r415971) +++ head/lang/php55/Makefile Sat May 28 01:42:04 2016 (r415972) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php55 -PORTVERSION= 5.5.35 +PORTVERSION= 5.5.36 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: head/lang/php55/distinfo ============================================================================== --- head/lang/php55/distinfo Sat May 28 01:41:36 2016 (r415971) +++ head/lang/php55/distinfo Sat May 28 01:42:04 2016 (r415972) @@ -1,4 +1,5 @@ -SHA256 (php-5.5.35.tar.bz2) = 2d648dd648e820fd64693ce72f9bf07064d147220e594e39fb9f6310238258d7 -SIZE (php-5.5.35.tar.bz2) = 13690152 -SHA256 (php-5.5.x-mail-header.patch) = b0b5a7c961b2052eb14d9528e76155cbeaa881fb9b4a49f452f9dab07b6fb1c4 -SIZE (php-5.5.x-mail-header.patch) = 3379 +TIMESTAMP = 1464391586 +SHA256 (php-5.5.36.tar.bz2) = 2484edfaa3de606d74f927b55c5206f51b1ae24ea8e428aa9fc15474c7bb71bb +SIZE (php-5.5.36.tar.bz2) = 13686345 +SHA256 (php-5.5.x-mail-header.patch) = f510672c4bf2c228e4d8c7837e16a82169de82139dcf33fafce51e9e55a1b9ed +SIZE (php-5.5.x-mail-header.patch) = 4426 Modified: head/lang/php55/pkg-plist ============================================================================== --- head/lang/php55/pkg-plist Sat May 28 01:41:36 2016 (r415971) +++ head/lang/php55/pkg-plist Sat May 28 01:42:04 2016 (r415972) @@ -6,7 +6,7 @@ bin/phpize etc/php.conf etc/php.ini-development etc/php.ini-production -%%FPM%%@sample etc/php-fpm.conf.default php-fpm.conf +%%FPM%%@sample etc/php-fpm.conf.default etc/php-fpm.conf include/php/TSRM/TSRM.h include/php/TSRM/readdir.h include/php/TSRM/tsrm_config.h From owner-svn-ports-head@freebsd.org Sat May 28 02:02:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2EF9EB4D065; Sat, 28 May 2016 02:02:56 +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 E3A8F1FEC; Sat, 28 May 2016 02:02:55 +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 u4S22txP066027; Sat, 28 May 2016 02:02:55 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4S22seO066018; Sat, 28 May 2016 02:02:54 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201605280202.u4S22seO066018@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sat, 28 May 2016 02:02:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415974 - in head: devel/elf devel/frama-c devel/libcxxrt editors/codelite games/endgame-singularity games/endgame-singularity-music games/glest games/lincity-ng games/xtux X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 02:02:56 -0000 Author: junovitch Date: Sat May 28 02:02:54 2016 New Revision: 415974 URL: https://svnweb.freebsd.org/changeset/ports/415974 Log: Assign submitter as maintainer by request PR: 209794 Submitted by: Mahdi Mokhtari Differential Revision: D6606 Modified: head/devel/elf/Makefile head/devel/frama-c/Makefile head/devel/libcxxrt/Makefile head/editors/codelite/Makefile head/games/endgame-singularity-music/Makefile head/games/endgame-singularity/Makefile head/games/glest/Makefile head/games/lincity-ng/Makefile head/games/xtux/Makefile Modified: head/devel/elf/Makefile ============================================================================== --- head/devel/elf/Makefile Sat May 28 01:48:22 2016 (r415973) +++ head/devel/elf/Makefile Sat May 28 02:02:54 2016 (r415974) @@ -7,7 +7,7 @@ PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= PACKETSTORM/linux/reverse-engineering -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mokhi64@gmail.com COMMENT= Commandline based ELF header analyzer LICENSE= GPLv2 Modified: head/devel/frama-c/Makefile ============================================================================== --- head/devel/frama-c/Makefile Sat May 28 01:48:22 2016 (r415973) +++ head/devel/frama-c/Makefile Sat May 28 02:02:54 2016 (r415974) @@ -9,7 +9,7 @@ CATEGORIES= devel MASTER_SITES= http://frama-c.com/download/ DIST_SUBDIR= framac-01 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mokhi64@gmail.com COMMENT= Extensible platform for source-code analysis of C LICENSE= LGPL21 Modified: head/devel/libcxxrt/Makefile ============================================================================== --- head/devel/libcxxrt/Makefile Sat May 28 01:48:22 2016 (r415973) +++ head/devel/libcxxrt/Makefile Sat May 28 02:02:54 2016 (r415974) @@ -5,7 +5,7 @@ PORTVERSION= 20131225 PORTREVISION= 2 CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mokhi64@gmail.com COMMENT= Implementation of the Code Sourcery C++ ABI LICENSE= BSD2CLAUSE Modified: head/editors/codelite/Makefile ============================================================================== --- head/editors/codelite/Makefile Sat May 28 01:48:22 2016 (r415973) +++ head/editors/codelite/Makefile Sat May 28 02:02:54 2016 (r415974) @@ -5,7 +5,7 @@ PORTNAME= codelite PORTVERSION= 9.1 CATEGORIES= editors devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mokhi64@gmail.com COMMENT= Open Source IDE for C/C++ LICENSE= GPLv2+ Modified: head/games/endgame-singularity-music/Makefile ============================================================================== --- head/games/endgame-singularity-music/Makefile Sat May 28 01:48:22 2016 (r415973) +++ head/games/endgame-singularity-music/Makefile Sat May 28 02:02:54 2016 (r415974) @@ -7,7 +7,7 @@ CATEGORIES= games MASTER_SITES= GOOGLE_CODE PROJECTHOST= endgame-singularity -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mokhi64@gmail.com COMMENT= Music pack for endgame-singularity NO_ARCH= yes Modified: head/games/endgame-singularity/Makefile ============================================================================== --- head/games/endgame-singularity/Makefile Sat May 28 01:48:22 2016 (r415973) +++ head/games/endgame-singularity/Makefile Sat May 28 02:02:54 2016 (r415974) @@ -9,7 +9,7 @@ MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= endgame- EXTRACT_SUFX= -src.tar.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mokhi64@gmail.com COMMENT= Simulates the life of a true AI RUN_DEPENDS= py*-game>=1.8:devel/py-game \ Modified: head/games/glest/Makefile ============================================================================== --- head/games/glest/Makefile Sat May 28 01:48:22 2016 (r415973) +++ head/games/glest/Makefile Sat May 28 02:02:54 2016 (r415974) @@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} DISTNAME= ${PORTNAME}_source_${PORTVERSION} DIST_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mokhi64@gmail.com COMMENT= Free 3D real-time customizable strategy game LIB_DEPENDS= libxerces-c.so:textproc/xerces-c3 \ Modified: head/games/lincity-ng/Makefile ============================================================================== --- head/games/lincity-ng/Makefile Sat May 28 01:48:22 2016 (r415973) +++ head/games/lincity-ng/Makefile Sat May 28 02:02:54 2016 (r415974) @@ -7,7 +7,7 @@ PORTREVISION= 12 CATEGORIES= games MASTER_SITES= BERLIOS -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mokhi64@gmail.com COMMENT= Improved rich city simulation game for X BUILD_DEPENDS= jam:devel/jam Modified: head/games/xtux/Makefile ============================================================================== --- head/games/xtux/Makefile Sat May 28 01:48:22 2016 (r415973) +++ head/games/xtux/Makefile Sat May 28 02:02:54 2016 (r415974) @@ -8,7 +8,7 @@ CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/20030306 DISTNAME= ${PORTNAME}-src-${PORTVERSION:S/.//g} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mokhi64@gmail.com COMMENT= Humorous Arcade game for X LICENSE= GPLv2 From owner-svn-ports-head@freebsd.org Sat May 28 06:10:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5EF17B4D882; Sat, 28 May 2016 06:10:12 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 198281FDE; Sat, 28 May 2016 06:10:12 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4S6ABoi055227; Sat, 28 May 2016 06:10:11 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4S6AAd5055221; Sat, 28 May 2016 06:10:10 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605280610.u4S6AAd5055221@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 28 May 2016 06:10:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415975 - in head/devel: . opendht opendht/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 06:10:12 -0000 Author: pi Date: Sat May 28 06:10:10 2016 New Revision: 415975 URL: https://svnweb.freebsd.org/changeset/ports/415975 Log: New port: devel/opendht A lightweight C++11 Distributed Hash Table implementation originally based on https://github.com/jech/dht by Juliusz Chroboczek. * Light and fast C++11 Kademlia DHT library. * Distributed shared key->value data-store * Clean and powerfull distributed map API with storage of arbitrary binary values of up to 56 KB. * Optional public key cryptography layer providing data signature and encryption (using GnuTLS). * IPv4 and IPv6 support. * Python binding. WWW: https://github.com/savoirfairelinux/opendht/ PR: 209476 Submitted by: Yuri Victorovich Added: head/devel/opendht/ head/devel/opendht/Makefile (contents, props changed) head/devel/opendht/distinfo (contents, props changed) head/devel/opendht/files/ head/devel/opendht/files/patch-include_opendht_value.h (contents, props changed) head/devel/opendht/pkg-descr (contents, props changed) head/devel/opendht/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat May 28 02:02:54 2016 (r415974) +++ head/devel/Makefile Sat May 28 06:10:10 2016 (r415975) @@ -1619,6 +1619,7 @@ SUBDIR += open-usp-tukubai SUBDIR += opencl SUBDIR += opencvs + SUBDIR += opendht SUBDIR += opengrok SUBDIR += openmp SUBDIR += openocd Added: head/devel/opendht/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/opendht/Makefile Sat May 28 06:10:10 2016 (r415975) @@ -0,0 +1,35 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= opendht +PORTVERSION= 0.5.2 +CATEGORIES= devel net + +MAINTAINER= yuri@rawbw.com +COMMENT= Lightweight Distributed Hash Table implementation + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libmsgpackc.so:devel/msgpack \ + libnettle.so:security/nettle \ + libgnutls.so:security/gnutls \ + libreadline.so:devel/readline + +USE_GITHUB= yes +GH_ACCOUNT= savoirfairelinux + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--disable-python +USE_LDCONFIG= yes + +USES= autoreconf compiler:c++11-lib libtool pkgconfig +CFLAGS+= -I${LOCALBASE}/include +CXXFLAGS+= -I${LOCALBASE}/include + +post-stage: + @${MV} ${STAGEDIR}${PREFIX}/lib/pkgconfig/opendht.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/ + @${RMDIR} ${STAGEDIR}${PREFIX}/lib/pkgconfig + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libopendht.so.0.0.0 + +.include Added: head/devel/opendht/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/opendht/distinfo Sat May 28 06:10:10 2016 (r415975) @@ -0,0 +1,3 @@ +TIMESTAMP = 1464414803 +SHA256 (savoirfairelinux-opendht-0.5.2_GH0.tar.gz) = 4fb8c80fed8abd4861b16144a0c50853717add59d5491b779590fa81e72784b8 +SIZE (savoirfairelinux-opendht-0.5.2_GH0.tar.gz) = 120460 Added: head/devel/opendht/files/patch-include_opendht_value.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/opendht/files/patch-include_opendht_value.h Sat May 28 06:10:10 2016 (r415975) @@ -0,0 +1,14 @@ +--- include/opendht/value.h.orig 2016-05-13 00:23:45 UTC ++++ include/opendht/value.h +@@ -26,6 +26,11 @@ + + #include + ++#if defined(__FreeBSD__) ++#include ++#include ++#endif ++ + #ifndef _WIN32 + #include + #include Added: head/devel/opendht/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/opendht/pkg-descr Sat May 28 06:10:10 2016 (r415975) @@ -0,0 +1,13 @@ +A lightweight C++11 Distributed Hash Table implementation originally based on +https://github.com/jech/dht by Juliusz Chroboczek. + +* Light and fast C++11 Kademlia DHT library. +* Distributed shared key->value data-store +* Clean and powerfull distributed map API with storage of arbitrary binary + values of up to 56 KB. +* Optional public key cryptography layer providing data signature and + encryption (using GnuTLS). +* IPv4 and IPv6 support. +* Python binding. + +WWW: https://github.com/savoirfairelinux/opendht/ Added: head/devel/opendht/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/opendht/pkg-plist Sat May 28 06:10:10 2016 (r415975) @@ -0,0 +1,18 @@ +bin/dhtchat +bin/dhtnode +bin/dhtscanner +include/opendht.h +include/opendht/crypto.h +include/opendht/default_types.h +include/opendht/dht.h +include/opendht/dhtrunner.h +include/opendht/infohash.h +include/opendht/rng.h +include/opendht/securedht.h +include/opendht/utils.h +include/opendht/value.h +lib/libopendht.a +lib/libopendht.so +lib/libopendht.so.0 +lib/libopendht.so.0.0.0 +libdata/pkgconfig/opendht.pc From owner-svn-ports-head@freebsd.org Sat May 28 07:49:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8D4EB4DF0E; Sat, 28 May 2016 07:49:53 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55BE317FD; Sat, 28 May 2016 07:49:53 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4S7nqXb091713; Sat, 28 May 2016 07:49:52 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4S7nqk3091710; Sat, 28 May 2016 07:49:52 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605280749.u4S7nqk3091710@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 28 May 2016 07:49:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415976 - in head: devel/kdebindings4 devel/kdesdk4 misc/kdeedu4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 07:49:53 -0000 Author: pi Date: Sat May 28 07:49:52 2016 New Revision: 415976 URL: https://svnweb.freebsd.org/changeset/ports/415976 Log: devel/kdebindings4, devel/kdesdk4, misc/kdeedu4: re-add USE_KDE4 In r415864, kdeprefix was removed from a whole lot of ports. In a few cases, USE_KDE4= was removed entirely. There are some combinations of OPTIONS that can cause build failures because KDE4_VERSION isn't defined. This fixes it. PR: 209799 Submitted by: groot@kde.org (kde) Modified: head/devel/kdebindings4/Makefile head/devel/kdesdk4/Makefile head/misc/kdeedu4/Makefile Modified: head/devel/kdebindings4/Makefile ============================================================================== --- head/devel/kdebindings4/Makefile Sat May 28 06:10:10 2016 (r415975) +++ head/devel/kdebindings4/Makefile Sat May 28 07:49:52 2016 (r415976) @@ -7,6 +7,7 @@ CATEGORIES= devel kde MAINTAINER= kde@FreeBSD.org COMMENT= KDE bindings (meta port) +USE_KDE4= # blank, needed to get KDE4_VERSION USES= metaport OPTIONS_DEFINE= PERL PYTHON RUBY Modified: head/devel/kdesdk4/Makefile ============================================================================== --- head/devel/kdesdk4/Makefile Sat May 28 06:10:10 2016 (r415975) +++ head/devel/kdesdk4/Makefile Sat May 28 07:49:52 2016 (r415976) @@ -7,6 +7,7 @@ CATEGORIES= devel kde MAINTAINER= kde@FreeBSD.org COMMENT= KDE Software Development Kit +USE_KDE4= # blank, needed to get KDE4_VERSION USES= metaport OPTIONS_DEFINE= CERVISIA \ Modified: head/misc/kdeedu4/Makefile ============================================================================== --- head/misc/kdeedu4/Makefile Sat May 28 06:10:10 2016 (r415975) +++ head/misc/kdeedu4/Makefile Sat May 28 07:49:52 2016 (r415976) @@ -8,6 +8,7 @@ CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org COMMENT= Entertaining and educational programs for KDE 4 (meta port) +USE_KDE4= # blank, needed to get KDE4_VERSION USES= metaport OPTIONS_DEFINE= ARTIKULATE BLINKEN CANTOR KALGEBRA KALZIUM KANAGRAM KBRUCH KGEOGRAPHY \ From owner-svn-ports-head@freebsd.org Sat May 28 07:53:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF818B4D063; Sat, 28 May 2016 07:53:26 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A02491BA2; Sat, 28 May 2016 07:53:26 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4S7rP6f095137; Sat, 28 May 2016 07:53:25 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4S7rP17095135; Sat, 28 May 2016 07:53:25 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605280753.u4S7rP17095135@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 28 May 2016 07:53:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415977 - in head/misc/kde4-xdg-env: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 07:53:27 -0000 Author: pi Date: Sat May 28 07:53:25 2016 New Revision: 415977 URL: https://svnweb.freebsd.org/changeset/ports/415977 Log: misc/kde4-xdg-env: fix after kdeprefix removal Fix SUB_LIST and script This is related to bug #209799, same root cause: the removal of kdehier and USE_KDE4=kdeprefix is a bit too thorough. Here, it leaves us with a blank variable in SUB_LIST, which ends up in a shell script. The substitution leaves the shell script with syntax errors. Since $KDE4_PREFIX must be equal to $LOCALBASE, remove the substitution and simplify the script. PR: 209802 Submitted by: groot@kde.org (kde) Modified: head/misc/kde4-xdg-env/Makefile head/misc/kde4-xdg-env/files/xdg-env.sh.in Modified: head/misc/kde4-xdg-env/Makefile ============================================================================== --- head/misc/kde4-xdg-env/Makefile Sat May 28 07:49:52 2016 (r415976) +++ head/misc/kde4-xdg-env/Makefile Sat May 28 07:53:25 2016 (r415977) @@ -2,6 +2,7 @@ PORTNAME= xdg PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= misc kde PKGNAMEPREFIX= kde4- PKGNAMESUFFIX= -env @@ -10,8 +11,6 @@ DISTFILES= # none MAINTAINER= kde@FreeBSD.org COMMENT= Script which hooks into startkde and helps KDE pick up XDG apps/menus -SUB_LIST+= KDE4_PREFIX=${KDE4_PREFIX} - NO_BUILD= yes SUB_FILES= xdg-env.sh Modified: head/misc/kde4-xdg-env/files/xdg-env.sh.in ============================================================================== --- head/misc/kde4-xdg-env/files/xdg-env.sh.in Sat May 28 07:49:52 2016 (r415976) +++ head/misc/kde4-xdg-env/files/xdg-env.sh.in Sat May 28 07:53:25 2016 (r415977) @@ -7,17 +7,9 @@ XDG_CONFIG_DIRS=\ ${XDG_CONFIG_DIRS}:/etc/xdg:%%LOCALBASE%%/etc/xdg:%%LOCALBASE%%/etc/xdg/xfce4 -if [ %%KDE4_PREFIX%% != %%LOCALBASE%% ]; then - XDG_CONFIG_DIRS=%%KDE4_PREFIX%%/etc/xdg:${XDG_CONFIG_DIRS} -fi - export XDG_CONFIG_DIRS XDG_DATA_DIRS=\ ${XDG_DATA_DIRS}:/usr/share:%%LOCALBASE%%/share:%%LOCALBASE%%/share/gnome -if [ %%KDE4_PREFIX%% != %%LOCALBASE%% ]; then - XDG_DATA_DIRS=%%KDE4_PREFIX%%/share:${XDG_DATA_DIRS} -fi - export XDG_DATA_DIRS From owner-svn-ports-head@freebsd.org Sat May 28 08:05:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC77AB4D420; Sat, 28 May 2016 08:05:23 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5FB981EEC; Sat, 28 May 2016 08:05:23 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4S85Msi099073; Sat, 28 May 2016 08:05:22 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4S85MOr099070; Sat, 28 May 2016 08:05:22 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201605280805.u4S85MOr099070@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sat, 28 May 2016 08:05:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415978 - head/security/R-cran-openssl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 08:05:23 -0000 Author: tota Date: Sat May 28 08:05:22 2016 New Revision: 415978 URL: https://svnweb.freebsd.org/changeset/ports/415978 Log: - Update to 0.9.4 Modified: head/security/R-cran-openssl/Makefile (contents, props changed) head/security/R-cran-openssl/distinfo (contents, props changed) Modified: head/security/R-cran-openssl/Makefile ============================================================================== --- head/security/R-cran-openssl/Makefile Sat May 28 07:53:25 2016 (r415977) +++ head/security/R-cran-openssl/Makefile Sat May 28 08:05:22 2016 (r415978) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openssl -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.4 CATEGORIES= security DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -21,7 +21,4 @@ R_POSTCMD_INSTALL_OPTIONS+= --configure- .include "${PORTSDIR}/Mk/bsd.openssl.mk" .endif -post-patch: - @${REINPLACE_CMD} -e '/bin\//s|bash|sh|' ${WRKSRC}/configure - .include Modified: head/security/R-cran-openssl/distinfo ============================================================================== --- head/security/R-cran-openssl/distinfo Sat May 28 07:53:25 2016 (r415977) +++ head/security/R-cran-openssl/distinfo Sat May 28 08:05:22 2016 (r415978) @@ -1,2 +1,3 @@ -SHA256 (openssl_0.9.3.tar.gz) = ffd23d96abf2739ff0e75d2ae4c5268f160035358d866232e4ddbbd44e55b851 -SIZE (openssl_0.9.3.tar.gz) = 938595 +TIMESTAMP = 1464400001 +SHA256 (openssl_0.9.4.tar.gz) = cb7349defa5428acc0907629a4f53f82d2519af219e5d6a41f852cf55b1feb66 +SIZE (openssl_0.9.4.tar.gz) = 1165388 From owner-svn-ports-head@freebsd.org Sat May 28 08:15:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F38FB4D5C8; Sat, 28 May 2016 08:15:17 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD9E812B2; Sat, 28 May 2016 08:15:16 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4S8FGcl002947; Sat, 28 May 2016 08:15:16 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4S8FFiA002943; Sat, 28 May 2016 08:15:15 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201605280815.u4S8FFiA002943@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sat, 28 May 2016 08:15:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415979 - in head/multimedia/quodlibet: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 08:15:17 -0000 Author: woodsb02 Date: Sat May 28 08:15:15 2016 New Revision: 415979 URL: https://svnweb.freebsd.org/changeset/ports/415979 Log: multimedia/quodlibet: Update to 3.6.2 - Move to gtk3 and gstreamer-1.0 [1] - Add dependencies on musicbrainzngs, notification-daemon, libsoup, libwebkit2gtk-4.0, pygobject3 [1] - Remove gconf, python, musepack from USE_GSTREAMER (not in gstreamer 1.0) - Change name of gstreamer mp3 plugin from mp3 to mad (per gstreamer 1.0 ports) - Add LICENSE_FILE, and general port tidy-up - Update WWW link to new project site - Remove pkg-message regarding adding new plugins, as they are now bundled [1] [1] https://quodlibet.readthedocs.org/en/latest/packaging.html Changes this release: https://quodlibet.readthedocs.org/en/latest/changelog.html PR: 208988 Reviewed by: mat (mentor) Approved by: johnson.peter@gmail.com (maintainer timeout), adamw (mentor) Differential Revision: https://reviews.freebsd.org/D6604 Added: head/multimedia/quodlibet/files/patch-gdist_man.py - copied, changed from r415978, head/multimedia/quodlibet/files/patch-gdist__man.py Deleted: head/multimedia/quodlibet/files/extra-patch-pydistutils head/multimedia/quodlibet/files/patch-gdist__man.py head/multimedia/quodlibet/files/patch-operon.py head/multimedia/quodlibet/pkg-message Modified: head/multimedia/quodlibet/Makefile head/multimedia/quodlibet/distinfo head/multimedia/quodlibet/pkg-descr Modified: head/multimedia/quodlibet/Makefile ============================================================================== --- head/multimedia/quodlibet/Makefile Sat May 28 08:05:22 2016 (r415978) +++ head/multimedia/quodlibet/Makefile Sat May 28 08:15:15 2016 (r415979) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= quodlibet -PORTVERSION= 2.6.3 -PORTREVISION= 3 +PORTVERSION= 3.6.2 CATEGORIES= multimedia audio python gnome MASTER_SITES= http://bitbucket.org/lazka/${PORTNAME}-files/raw/default/releases/ @@ -11,49 +10,48 @@ MAINTAINER= johnson.peter@gmail.com COMMENT= GTK+-based audio player written in Python LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mutagen>0:audio/py-mutagen -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mutagen>0:audio/py-mutagen +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}musicbrainzngs>=0.4:audio/py-musicbrainzngs \ + ${PYTHON_PKGNAMEPREFIX}mutagen>0:audio/py-mutagen \ + ${LOCALBASE}/libexec/notification-daemon:deskutils/notification-daemon +LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ + libwebkit2gtk-4.0.so:www/webkit2-gtk3 USE_PYTHON= distutils autoplist -USE_GNOME= intltool pygtk2 -USES= display gettext python +USE_GNOME= gtk30 intltool pygobject3 +USES= desktop-file-utils display gettext python PYDISTUTILS_INSTALLNOSINGLE= yes -EXTRA_PATCHES= ${FILESDIR}/extra-patch-pydistutils +USE_GSTREAMER1= good -USE_GSTREAMER= gconf good python - -OPTIONS_DEFINE= FLAC MP3 AAC MUSEPACK OGG SPEEX VORBIS WAVPACK DBUS REMOTE +OPTIONS_DEFINE= AAC DBUS FLAC MP3 OGG REMOTE SPEEX VORBIS WAVPACK OPTIONS_DEFINE_i386= SPC -OPTIONS_DEFAULT= FLAC MP3 AAC MUSEPACK OGG SPEEX VORBIS WAVPACK DBUS REMOTE +OPTIONS_DEFAULT= AAC DBUS FLAC MP3 OGG REMOTE SPEEX VORBIS WAVPACK OPTIONS_DEFAULT_i386= SPC SPC_DESC= SPC (SNES ROM audio) support on i386 SPEEX_DESC= OGG/Speex audio support REMOTE_DESC= Enable remote playback -OGG_USE= GSTREAMER=ogg -VORBIS_USE= GSTREAMER=vorbis -SPC_USE= GSTREAMER=spc -SPEEX_USE= GSTREAMER=speex -MP3_USE= GSTREAMER=mp3 -FLAC_USE= GSTREAMER=flac - -MUSEPACK_LIB_DEPENDS= libmpcdec.so:audio/musepack -MUSEPACK_USE= GSTREAMER=musepack +OGG_USE= GSTREAMER1=ogg +VORBIS_USE= GSTREAMER1=vorbis +SPC_USE= GSTREAMER1=spc +SPEEX_USE= GSTREAMER1=speex +MP3_USE= GSTREAMER1=mad +FLAC_USE= GSTREAMER1=flac WAVPACK_LIB_DEPENDS= libwavpack.so:audio/wavpack -WAVPACK_USE= GSTREAMER=wavpack +WAVPACK_USE= GSTREAMER1=wavpack AAC_LIB_DEPENDS= libmp4v2.so:multimedia/mp4v2 -AAC_USE= GSTREAMER=faad +AAC_USE= GSTREAMER1=faad DBUS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus DBUS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus REMOTE_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>0:textproc/py-feedparser REMOTE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>0:textproc/py-feedparser -REMOTE_USE= GSTREAMER=gnomevfs .include Modified: head/multimedia/quodlibet/distinfo ============================================================================== --- head/multimedia/quodlibet/distinfo Sat May 28 08:05:22 2016 (r415978) +++ head/multimedia/quodlibet/distinfo Sat May 28 08:15:15 2016 (r415979) @@ -1,2 +1,3 @@ -SHA256 (quodlibet-2.6.3.tar.gz) = dff4ebb90c676678f72cecbff8ab15d80154354f40a865b6c9c82bb048d48a46 -SIZE (quodlibet-2.6.3.tar.gz) = 2507416 +TIMESTAMP = 1464341938 +SHA256 (quodlibet-3.6.2.tar.gz) = cee425a7552135c570e2e13d4f0f701112676e224a9359faaa239f66d915f78c +SIZE (quodlibet-3.6.2.tar.gz) = 3167595 Copied and modified: head/multimedia/quodlibet/files/patch-gdist_man.py (from r415978, head/multimedia/quodlibet/files/patch-gdist__man.py) ============================================================================== --- head/multimedia/quodlibet/files/patch-gdist__man.py Sat May 28 08:05:22 2016 (r415978, copy source) +++ head/multimedia/quodlibet/files/patch-gdist_man.py Sat May 28 08:15:15 2016 (r415979) @@ -1,11 +1,11 @@ ---- gdist/man.py.orig 2010-02-18 02:56:24.000000000 -0500 -+++ gdist/man.py 2010-02-18 02:56:58.000000000 -0500 -@@ -36,7 +36,7 @@ - raise SystemExit("%r has no section" % man_page) +--- gdist/man.py.orig 2016-04-22 21:47:37 UTC ++++ gdist/man.py +@@ -40,7 +40,7 @@ class install_man(Command): + ) - def run(self): -- basepath = os.path.join(self.prefix, 'share', 'man') -+ basepath = os.path.join(self.prefix, 'man') - if self.root != None: - basepath = change_root(self.root, basepath) - self.mkpath(basepath) + if self.mandir is None: +- self.mandir = os.path.join(self.install_dir, 'share', 'man') ++ self.mandir = os.path.join(self.install_dir, 'man') + + self.man_pages = self.distribution.man_pages + for man_page in self.man_pages: Modified: head/multimedia/quodlibet/pkg-descr ============================================================================== --- head/multimedia/quodlibet/pkg-descr Sat May 28 08:05:22 2016 (r415978) +++ head/multimedia/quodlibet/pkg-descr Sat May 28 08:15:15 2016 (r415979) @@ -6,4 +6,4 @@ It lets you display and edit any tags yo lets you do this for all the file formats it supports -- Ogg Vorbis, FLAC, MP3, Musepack, and MOD. -WWW: http://code.google.com/p/quodlibet/ +WWW: https://quodlibet.readthedocs.org/ From owner-svn-ports-head@freebsd.org Sat May 28 09:47:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7AAC1B4CBBF; Sat, 28 May 2016 09:47:42 +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 3897A19FB; Sat, 28 May 2016 09:47:42 +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 u4S9lfa1035724; Sat, 28 May 2016 09:47:41 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4S9lfYr035721; Sat, 28 May 2016 09:47:41 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201605280947.u4S9lfYr035721@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sat, 28 May 2016 09:47:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415980 - head/textproc/sphinxsearch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 09:47:42 -0000 Author: matthew Date: Sat May 28 09:47:40 2016 New Revision: 415980 URL: https://svnweb.freebsd.org/changeset/ports/415980 Log: - install the 'wordbreaker' program - install the example minimum configuration file - use OPTION dependent targets for DOCS, EXAMPLES - always install man pages, irrespective of the DOCS option Modified: head/textproc/sphinxsearch/Makefile head/textproc/sphinxsearch/distinfo head/textproc/sphinxsearch/pkg-plist Modified: head/textproc/sphinxsearch/Makefile ============================================================================== --- head/textproc/sphinxsearch/Makefile Sat May 28 08:15:15 2016 (r415979) +++ head/textproc/sphinxsearch/Makefile Sat May 28 09:47:40 2016 (r415980) @@ -7,6 +7,7 @@ PORTNAME= sphinxsearch PORTVERSION= 2.2.10 +PORTREVISION= 1 CATEGORIES= textproc databases MASTER_SITES= http://sphinxsearch.com/files/ \ http://snowball.tartarus.org/dist/:libstemmer @@ -24,7 +25,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libexpat.so:textproc/expat2 OPTIONS_DEFINE= ICONV ID64 LIBSTEMMER MYSQL OPTIMIZED_CFLAGS PGSQL \ - RE2 SYSLOG UNIXODBC DOCS + RE2 SYSLOG UNIXODBC DOCS EXAMPLES OPTIONS_DEFAULT=ICONV MYSQL SYSLOG ICONV_CONFIGURE_WITH= iconv @@ -56,7 +57,7 @@ LIBSTEMMER_DISTNAME= libstemmer_c LIBSTEMMER_DISTFILES= ${LIBSTEMMER_DISTNAME}.tgz:libstemmer .if make(makesum) || defined(FETCH_ALL) -OPTIONS_SET_FORCE= LIBSTEMMER +OPTIONS_SET_FORCE= LIBSTEMMER .endif # The port will successfully compile with both PGSQL and MYSQL support @@ -89,8 +90,6 @@ UNIXODBC_LIB_DEPENDS= libodbc.so:databas CONFLICTS= sphinxsearch-devel-[0-9]* dpsearch-[0-9]* rdb-[0-9]* \ swish++-[0-9]* xaira-[0-9]* -.include - USERS?= _sphinx GROUPS?= _sphinx @@ -114,18 +113,19 @@ SUB_LIST+= PORTNAME=${PORTNAME} \ SPHINX_LOG=${SPHINX_LOG} SUB_FILES+= pkg-deinstall +BINS= indexer indextool spelldump wordbreaker + EXAMPLES= example.sql api -DOCS= doc/sphinx.css doc/sphinx.html doc/sphinx.txt doc/sphinx.xml +DOCS= doc/sphinx.css doc/sphinx.html doc/sphinx.txt doc/sphinx.xml \ + sphinx-min.conf.dist DOCSRC= ${WRKSRC}/doc MAN1SRC= indexer.1 indextool.1 spelldump.1 MAN8SRC= searchd.8 -post-extract: -.if ${PORT_OPTIONS:MLIBSTEMMER} +post-extract-LIBSTEMMER-on: @( cd ${WRKDIR} && ${COPYTREE_SHARE} ${LIBSTEMMER_DISTNAME} ${WRKSRC} ) -.endif # Fix up the sample configuration file to correspond to FreeBSD norms post-patch: @@ -141,24 +141,12 @@ post-patch: ${DOCSRC}/${man} .endfor -do-install: install-bin install-docs install-man install-examples - -install-bin: - ${INSTALL_PROGRAM} ${WRKSRC}/src/indexer ${STAGEDIR}${PREFIX}/bin/indexer - ${INSTALL_PROGRAM} ${WRKSRC}/src/indextool ${STAGEDIR}${PREFIX}/bin/indextool - ${INSTALL_PROGRAM} ${WRKSRC}/src/spelldump ${STAGEDIR}${PREFIX}/bin/spelldump - ${INSTALL_PROGRAM} ${WRKSRC}/src/searchd ${STAGEDIR}${PREFIX}/sbin/searchd - ${INSTALL_DATA} ${WRKSRC}/sphinx.conf.dist ${STAGEDIR}${CFGFILE}.sample - -install-docs: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for doc in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} +do-install: +.for bin in ${BINS} + ${INSTALL_PROGRAM} ${WRKSRC}/src/${bin} ${STAGEDIR}${PREFIX}/bin/${bin} .endfor -.endif - -install-man: + ${INSTALL_PROGRAM} ${WRKSRC}/src/searchd ${STAGEDIR}${PREFIX}/sbin/searchd + ${INSTALL_DATA} ${WRKSRC}/sphinx.conf.dist ${STAGEDIR}${CFGFILE}.sample .for man in ${MAN1SRC} ${INSTALL_MAN} ${DOCSRC}/${man} ${STAGEDIR}${MANPREFIX}/man/man1/${man} .endfor @@ -166,7 +154,13 @@ install-man: ${INSTALL_MAN} ${DOCSRC}/${man} ${STAGEDIR}${MANPREFIX}/man/man8/${man} .endfor -install-examples: +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} +.for doc in ${DOCS} + ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} +.endfor + +do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for example in ${EXAMPLES} @cd ${WRKSRC} && ${COPYTREE_SHARE} ${example} ${STAGEDIR}${EXAMPLESDIR} Modified: head/textproc/sphinxsearch/distinfo ============================================================================== --- head/textproc/sphinxsearch/distinfo Sat May 28 08:15:15 2016 (r415979) +++ head/textproc/sphinxsearch/distinfo Sat May 28 09:47:40 2016 (r415980) @@ -1,3 +1,4 @@ +TIMESTAMP = 1464425151 SHA256 (sphinx-2.2.10-release.tar.gz) = 054cb86e64bd48997d89386e1224d4405063d9857b2d7c33dc6cc1b9ef6df440 SIZE (sphinx-2.2.10-release.tar.gz) = 3109250 SHA256 (libstemmer_c.tgz) = 6530c3638f29f5b03bc3786bb9212e39adaf3bf15b5b0a483b2eb5111f7f416e Modified: head/textproc/sphinxsearch/pkg-plist ============================================================================== --- head/textproc/sphinxsearch/pkg-plist Sat May 28 08:15:15 2016 (r415979) +++ head/textproc/sphinxsearch/pkg-plist Sat May 28 09:47:40 2016 (r415980) @@ -1,12 +1,14 @@ bin/indexer bin/indextool bin/spelldump -sbin/searchd +bin/wordbreaker @sample etc/sphinx.conf.sample -%%PORTDOCS%%man/man1/indexer.1.gz -%%PORTDOCS%%man/man1/indextool.1.gz -%%PORTDOCS%%man/man1/spelldump.1.gz -%%PORTDOCS%%man/man8/searchd.8.gz +man/man1/indexer.1.gz +man/man1/indextool.1.gz +man/man1/spelldump.1.gz +man/man8/searchd.8.gz +sbin/searchd +%%PORTDOCS%%%%DOCSDIR%%/sphinx-min.conf.dist %%PORTDOCS%%%%DOCSDIR%%/sphinx.css %%PORTDOCS%%%%DOCSDIR%%/sphinx.html %%PORTDOCS%%%%DOCSDIR%%/sphinx.txt From owner-svn-ports-head@freebsd.org Sat May 28 10:14:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 840AAB4D390; Sat, 28 May 2016 10:14:13 +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 4DE7B151E; Sat, 28 May 2016 10:14:13 +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 u4SAECrn046601; Sat, 28 May 2016 10:14:12 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SAECTe046600; Sat, 28 May 2016 10:14:12 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201605281014.u4SAECTe046600@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sat, 28 May 2016 10:14:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415981 - 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.22 Precedence: list List-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, 28 May 2016 10:14:13 -0000 Author: rene Date: Sat May 28 10:14:12 2016 New Revision: 415981 URL: https://svnweb.freebsd.org/changeset/ports/415981 Log: Document vulnerabilities in www/chromium: < 50.0.2661.94 < 50.0.2661.102 < 51.0.2704.63 Obtained from: http://googlechromereleases.blogspot.nl/ Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat May 28 09:47:40 2016 (r415980) +++ head/security/vuxml/vuln.xml Sat May 28 10:14:12 2016 (r415981) @@ -58,6 +58,201 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + chromium -- multiple vulnerabilities + + + chromium + chromium-npapi + chromium-pulse + 51.0.2704.63 + + + + +

Google Chrome Releases reports:

+
+

42 security fixes in this release, including:

+
    +
  • [590118] High CVE-2016-1672: Cross-origin bypass in extension + bindings. Credit to Mariusz Mlynski.
  • +
  • [597532] High CVE-2016-1673: Cross-origin bypass in Blink. + Credit to Mariusz Mlynski.
  • +
  • [598165] High CVE-2016-1674: Cross-origin bypass in extensions.i + Credit to Mariusz Mlynski.
  • +
  • [600182] High CVE-2016-1675: Cross-origin bypass in Blink. + Credit to Mariusz Mlynski.
  • +
  • [604901] High CVE-2016-1676: Cross-origin bypass in extension + bindings. Credit to Rob Wu.
  • +
  • [602970] Medium CVE-2016-1677: Type confusion in V8. Credit to + Guang Gong of Qihoo 360.
  • +
  • [595259] High CVE-2016-1678: Heap overflow in V8. Credit to + Christian Holler.
  • +
  • [606390] High CVE-2016-1679: Heap use-after-free in V8 + bindings. Credit to Rob Wu.
  • +
  • [589848] High CVE-2016-1680: Heap use-after-free in Skia. + Credit to Atte Kettunen of OUSPG.
  • +
  • [613160] High CVE-2016-1681: Heap overflow in PDFium. Credit to + Aleksandar Nikolic of Cisco Talos.
  • +
  • [579801] Medium CVE-2016-1682: CSP bypass for ServiceWorker. + Credit to KingstonTime.
  • +
  • [583156] Medium CVE-2016-1683: Out-of-bounds access in libxslt. + Credit to Nicolas Gregoire.
  • +
  • [583171] Medium CVE-2016-1684: Integer overflow in libxslt. + Credit to Nicolas Gregoire.
  • +
  • [601362] Medium CVE-2016-1685: Out-of-bounds read in PDFium. + Credit to Ke Liu of Tencent's Xuanwu LAB.
  • +
  • [603518] Medium CVE-2016-1686: Out-of-bounds read in PDFium. + Credit to Ke Liu of Tencent's Xuanwu LAB.
  • +
  • [603748] Medium CVE-2016-1687: Information leak in extensions. + Credit to Rob Wu.
  • +
  • [604897] Medium CVE-2016-1688: Out-of-bounds read in V8. + Credit to Max Korenko.
  • +
  • [606185] Medium CVE-2016-1689: Heap buffer overflow in media. + Credit to Atte Kettunen of OUSPG.
  • +
  • [608100] Medium CVE-2016-1690: Heap use-after-free in Autofill. + Credit to Rob Wu.
  • +
  • [597926] Low CVE-2016-1691: Heap buffer-overflow in Skia. + Credit to Atte Kettunen of OUSPG.
  • +
  • [598077] Low CVE-2016-1692: Limited cross-origin bypass in + ServiceWorker. Credit to Til Jasper Ullrich.
  • +
  • [598752] Low CVE-2016-1693: HTTP Download of Software Removal + Tool. Credit to Khalil Zhani.
  • +
  • [603682] Low CVE-2016-1694: HPKP pins removed on cache + clearance. Credit to Ryan Lester and Bryant Zadegan.
  • +
  • [614767] CVE-2016-1695: Various fixes from internal audits, + fuzzing and other initiatives.
  • +
+
+ +
+ + CVE-2016-1672 + CVE-2016-1673 + CVE-2016-1674 + CVE-2016-1675 + CVE-2016-1672 + CVE-2016-1677 + CVE-2016-1678 + CVE-2016-1679 + CVE-2016-1680 + CVE-2016-1681 + CVE-2016-1682 + CVE-2016-1683 + CVE-2016-1684 + CVE-2016-1685 + CVE-2016-1686 + CVE-2016-1687 + CVE-2016-1688 + CVE-2016-1689 + CVE-2016-1690 + CVE-2016-1691 + CVE-2016-1692 + CVE-2016-1693 + CVE-2016-1694 + CVE-2016-1695 + http://googlechromereleases.blogspot.nl/2016/05/stable-channel-update_25.html + + + 2016-05-25 + 2016-05-28 + +
+ + + chromium -- multiple vulnerabilities + + + chromium + chromium-npapi + chromium-pulse + 50.0.2661.102 + + + + +

Google Chrome Releases reports:

+
+

5 security fixes in this release, including:

+
    +
  • [605766] High CVE-2016-1667: Same origin bypass in DOM. Credit + to Mariusz Mlynski.
  • +
  • [605910] High CVE-2016-1668: Same origin bypass in Blink V8 + bindings. Credit to Mariusz Mlynski.
  • +
  • [606115] High CVE-2016-1669: Buffer overflow in V8. Credit to + Choongwoo Han.
  • +
  • [578882] Medium CVE-2016-1670: Race condition in loader. Credit + to anonymous.
  • +
  • [586657] Medium CVE-2016-1671: Directory traversal using the + file scheme on Android. Credit to Jann Horn.
  • +
+
+ +
+ + CVE-2016-1667 + CVE-2016-1668 + CVE-2016-1669 + CVE-2016-1670 + CVE-2016-1671 + http://googlechromereleases.blogspot.nl/2016/05/stable-channel-update.html + + + 2016-05-11 + 2016-05-28 + +
+ + + chromium -- multiple vulnerablities + + + chromium + chromium-npapi + chromium-pulse + 50.0.2661.94 + + + + +

Google Chrome Releases reports:

+
+

9 security fixes in this release, including:

+
    +
  • [574802] High CVE-2016-1660: Out-of-bounds write in Blink. + Credit to Atte Kettunen of OUSPG.
  • +
  • [601629] High CVE-2016-1661: Memory corruption in cross-process + frames. Credit to Wadih Matar.
  • +
  • [603732] High CVE-2016-1662: Use-after-free in extensions. + Credit to Rob Wu.
  • +
  • [603987] High CVE-2016-1663: Use-after-free in Blink's V8 + bindings. Credit to anonymous.
  • +
  • [597322] Medium CVE-2016-1664: Address bar spoofing. Credit to + Wadih Matar.
  • +
  • [606181] Medium CVE-2016-1665: Information leak in V8. Credit + to HyungSeok Han.
  • +
  • [607652] CVE-2016-1666: Various fixes from internal audits, + fuzzing and other initiatives.
  • +
+
+ +
+ + CVE-2016-1660 + CVE-2016-1661 + CVE-2016-1662 + CVE-2016-1663 + CVE-2016-1664 + CVE-2016-1665 + CVE-2016-1666 + http://googlechromereleases.blogspot.nl/2016/04/stable-channel-update_28.html + + + 2016-04-28 + 2016-05-28 + +
+ php -- multiple vulnerabilities From owner-svn-ports-head@freebsd.org Sat May 28 12:27:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 874D9B4CFB8; Sat, 28 May 2016 12:27:23 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4EDC71BE9; Sat, 28 May 2016 12:27:23 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SCRMFZ093780; Sat, 28 May 2016 12:27:22 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SCRM2S093778; Sat, 28 May 2016 12:27:22 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201605281227.u4SCRM2S093778@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sat, 28 May 2016 12:27:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415982 - head/devel/etcd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 12:27:23 -0000 Author: robak Date: Sat May 28 12:27:22 2016 New Revision: 415982 URL: https://svnweb.freebsd.org/changeset/ports/415982 Log: devel/etcd: update 2.3.5 -> 2.3.6 Modified: head/devel/etcd/Makefile head/devel/etcd/distinfo Modified: head/devel/etcd/Makefile ============================================================================== --- head/devel/etcd/Makefile Sat May 28 10:14:12 2016 (r415981) +++ head/devel/etcd/Makefile Sat May 28 12:27:22 2016 (r415982) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= etcd -PORTVERSION= 2.3.5 +PORTVERSION= 2.3.6 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= coreos- Modified: head/devel/etcd/distinfo ============================================================================== --- head/devel/etcd/distinfo Sat May 28 10:14:12 2016 (r415981) +++ head/devel/etcd/distinfo Sat May 28 12:27:22 2016 (r415982) @@ -1,2 +1,3 @@ -SHA256 (coreos-etcd-v2.3.5_GH0.tar.gz) = a20f73c81c5fac6e99a69e7629a3b89857a5bc5b4b24075b9191194b64a8d49c -SIZE (coreos-etcd-v2.3.5_GH0.tar.gz) = 2208972 +TIMESTAMP = 1464435626 +SHA256 (coreos-etcd-v2.3.6_GH0.tar.gz) = 2d2f715fbe3aad679077d45e93a05a4b951811964e1e47ad7eba6e17d1d613a8 +SIZE (coreos-etcd-v2.3.6_GH0.tar.gz) = 2208984 From owner-svn-ports-head@freebsd.org Sat May 28 12:29:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18688B4D044; Sat, 28 May 2016 12:29:24 +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 DD06F1D0B; Sat, 28 May 2016 12:29:23 +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 u4SCTNNc093950; Sat, 28 May 2016 12:29:23 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SCTMYt093948; Sat, 28 May 2016 12:29:22 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201605281229.u4SCTMYt093948@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 28 May 2016 12:29:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415983 - 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.22 Precedence: list List-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, 28 May 2016 12:29:24 -0000 Author: swills Date: Sat May 28 12:29:22 2016 New Revision: 415983 URL: https://svnweb.freebsd.org/changeset/ports/415983 Log: misc/py-powerline-status: update to 2.4 Modified: head/misc/py-powerline-status/Makefile head/misc/py-powerline-status/distinfo Modified: head/misc/py-powerline-status/Makefile ============================================================================== --- head/misc/py-powerline-status/Makefile Sat May 28 12:27:22 2016 (r415982) +++ head/misc/py-powerline-status/Makefile Sat May 28 12:29:22 2016 (r415983) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= powerline-status -PORTVERSION= 2.3 +PORTVERSION= 2.4 CATEGORIES= misc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,4 +12,7 @@ COMMENT= Statusline plugin for vim, zsh, USES= python USE_PYTHON= distutils autoplist +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/powerline + .include Modified: head/misc/py-powerline-status/distinfo ============================================================================== --- head/misc/py-powerline-status/distinfo Sat May 28 12:27:22 2016 (r415982) +++ head/misc/py-powerline-status/distinfo Sat May 28 12:29:22 2016 (r415983) @@ -1,2 +1,3 @@ -SHA256 (powerline-status-2.3.tar.gz) = 703320cb0aca51caa0da43712b517a481b9f0cf2e02ccd995edb2d81bfc54f99 -SIZE (powerline-status-2.3.tar.gz) = 238142 +TIMESTAMP = 1464396818 +SHA256 (powerline-status-2.4.tar.gz) = 1781335de3ad5285b9baf26642674cd03df91c35ba2324c9b5b23df869a8ec4a +SIZE (powerline-status-2.4.tar.gz) = 244603 From owner-svn-ports-head@freebsd.org Sat May 28 12:32:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16CE1B4D1C4; Sat, 28 May 2016 12:32:25 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB30C1FFE; Sat, 28 May 2016 12:32:24 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SCWOTp097230; Sat, 28 May 2016 12:32:24 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SCWLOv097207; Sat, 28 May 2016 12:32:21 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605281232.u4SCWLOv097207@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 28 May 2016 12:32:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415984 - in head: databases/py-qt4-sql devel/py-qt4-assistant devel/py-qt4-core devel/py-qt4-dbus devel/py-qt4-declarative devel/py-qt4-designer devel/py-qt4-designerplugin devel/py-qt... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 12:32:25 -0000 Author: pi Date: Sat May 28 12:32:21 2016 New Revision: 415984 URL: https://svnweb.freebsd.org/changeset/ports/415984 Log: devel/py-qt4-core cleanups in py-qt4-* - Cleanup work on the py-qt4 ports, leading to a reduced runtime footprint. PR: 209283 Submitted by: groot@kde.org (kde), rakuco Modified: head/databases/py-qt4-sql/Makefile head/devel/py-qt4-assistant/Makefile head/devel/py-qt4-core/Makefile head/devel/py-qt4-dbus/Makefile head/devel/py-qt4-declarative/Makefile head/devel/py-qt4-designer/Makefile head/devel/py-qt4-designerplugin/Makefile head/devel/py-qt4-help/Makefile head/devel/py-qt4-qscintilla2/Makefile head/devel/py-qt4-script/Makefile head/devel/py-qt4-scripttools/Makefile head/devel/py-qt4-test/Makefile head/graphics/py-qt4-svg/Makefile head/misc/py-qt4-demo/Makefile head/multimedia/py-qt4-multimedia/Makefile head/multimedia/py-qt4-phonon/Makefile head/net/py-qt4-network/Makefile head/textproc/py-qt4-xml/Makefile head/textproc/py-qt4-xmlpatterns/Makefile head/www/py-qt4-webkit/Makefile head/x11-toolkits/py-qt4-gui/Makefile head/x11/py-qt4-opengl/Makefile Modified: head/databases/py-qt4-sql/Makefile ============================================================================== --- head/databases/py-qt4-sql/Makefile Sat May 28 12:29:22 2016 (r415983) +++ head/databases/py-qt4-sql/Makefile Sat May 28 12:32:21 2016 (r415984) @@ -12,8 +12,9 @@ CONFIGURE_ARGS= --enable QtSql PYQT_DIST= yes USES= python pyqt:4 -USE_PYQT= sip_build gui_run -USE_QT4= moc_build gui sql qmake_build +USE_PYQT= sip_build core_run gui_run +USE_QT4= corelib gui sql \ + moc_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API Modified: head/devel/py-qt4-assistant/Makefile ============================================================================== --- head/devel/py-qt4-assistant/Makefile Sat May 28 12:29:22 2016 (r415983) +++ head/devel/py-qt4-assistant/Makefile Sat May 28 12:32:21 2016 (r415984) @@ -12,8 +12,9 @@ CONFIGURE_ARGS= --enable QtAssistant PYQT_DIST= yes USES= python pyqt:4 -USE_PYQT= sip_build gui_run network_run -USE_QT4= assistantclient moc_build qmake_build +USE_PYQT= sip_build core_run +USE_QT4= assistantclient corelib gui network \ + moc_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API Modified: head/devel/py-qt4-core/Makefile ============================================================================== --- head/devel/py-qt4-core/Makefile Sat May 28 12:29:22 2016 (r415983) +++ head/devel/py-qt4-core/Makefile Sat May 28 12:32:21 2016 (r415984) @@ -13,7 +13,7 @@ PYQT_DIST= yes USES= python pyqt:4 USE_PYTHON= py3kplist -USE_PYQT= sip +USE_PYQT= sip_build USE_QT4= corelib qmake_build moc_build OPTIONS_DEFINE= API DEBUG Modified: head/devel/py-qt4-dbus/Makefile ============================================================================== --- head/devel/py-qt4-dbus/Makefile Sat May 28 12:29:22 2016 (r415983) +++ head/devel/py-qt4-dbus/Makefile Sat May 28 12:32:21 2016 (r415984) @@ -13,7 +13,7 @@ PYQT_DIST= yes USES= python pyqt:4 USE_PYQT= sip_build core_run -USE_QT4= dbus moc_build qmake_build +USE_QT4= corelib dbus moc_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API Modified: head/devel/py-qt4-declarative/Makefile ============================================================================== --- head/devel/py-qt4-declarative/Makefile Sat May 28 12:29:22 2016 (r415983) +++ head/devel/py-qt4-declarative/Makefile Sat May 28 12:32:21 2016 (r415984) @@ -10,8 +10,9 @@ CONFIGURE_ARGS= --enable QtDeclarative PYQT_DIST= yes USES= python pyqt:4 -USE_PYQT= sip_build gui_run network_run -USE_QT4= declarative qmake_build moc_build +USE_PYQT= sip_build core_run gui_run network_run +USE_QT4= corelib declarative gui network script sql svg xmlpatterns \ + qmake_build moc_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API Modified: head/devel/py-qt4-designer/Makefile ============================================================================== --- head/devel/py-qt4-designer/Makefile Sat May 28 12:29:22 2016 (r415983) +++ head/devel/py-qt4-designer/Makefile Sat May 28 12:32:21 2016 (r415984) @@ -12,8 +12,8 @@ CONFIGURE_ARGS= --enable QtDesigner --no PYQT_DIST= yes USES= python pyqt:4 -USE_PYQT= sip_build gui_run script_run xml_run -USE_QT4= gui xml designer moc_build qmake_build +USE_PYQT= sip_build core_run gui_run +USE_QT4= corelib designer gui moc_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API Modified: head/devel/py-qt4-designerplugin/Makefile ============================================================================== --- head/devel/py-qt4-designerplugin/Makefile Sat May 28 12:29:22 2016 (r415983) +++ head/devel/py-qt4-designerplugin/Makefile Sat May 28 12:32:21 2016 (r415984) @@ -16,8 +16,8 @@ CONFIGURE_ARGS= --enable QtDesigner PYQT_DIST= yes USES= python pyqt:4 -USE_PYQT= sip_build designer_run -USE_QT4= gui xml designer moc_build qmake_build +USE_PYQT= sip_build +USE_QT4= corelib designer gui script xml moc_build qmake_build OPTIONS_DEFINE= DEBUG DEBUG_CONFIGURE_ON= --debug --trace Modified: head/devel/py-qt4-help/Makefile ============================================================================== --- head/devel/py-qt4-help/Makefile Sat May 28 12:29:22 2016 (r415983) +++ head/devel/py-qt4-help/Makefile Sat May 28 12:32:21 2016 (r415984) @@ -10,8 +10,8 @@ CONFIGURE_ARGS= --enable QtHelp PYQT_DIST= yes USES= python pyqt:4 -USE_PYQT= sip_build gui_run -USE_QT4= help moc_build qmake_build +USE_PYQT= sip_build core_run gui_run +USE_QT4= corelib gui help network sql moc_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API Modified: head/devel/py-qt4-qscintilla2/Makefile ============================================================================== --- head/devel/py-qt4-qscintilla2/Makefile Sat May 28 12:29:22 2016 (r415983) +++ head/devel/py-qt4-qscintilla2/Makefile Sat May 28 12:32:21 2016 (r415984) @@ -22,7 +22,7 @@ QT_NONSTANDARD= yes # Do not add unknow USES= python pyqt:4 USE_PYQT= sip core gui -USE_QT4= gui moc_build qmake_build +USE_QT4= corelib gui moc_build qmake_build OPTIONS_DEFINE= DEBUG DEBUG_CONFIGURE_ON= --debug --trace Modified: head/devel/py-qt4-script/Makefile ============================================================================== --- head/devel/py-qt4-script/Makefile Sat May 28 12:29:22 2016 (r415983) +++ head/devel/py-qt4-script/Makefile Sat May 28 12:32:21 2016 (r415984) @@ -13,7 +13,7 @@ PYQT_DIST= yes USES= python pyqt:4 USE_PYQT= sip_build core_run -USE_QT4= moc_build script qmake_build +USE_QT4= corelib script moc_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API Modified: head/devel/py-qt4-scripttools/Makefile ============================================================================== --- head/devel/py-qt4-scripttools/Makefile Sat May 28 12:29:22 2016 (r415983) +++ head/devel/py-qt4-scripttools/Makefile Sat May 28 12:32:21 2016 (r415984) @@ -11,8 +11,8 @@ CONFIGURE_ARGS= --enable QtScriptTools PYQT_DIST= yes USES= python pyqt:4 -USE_PYQT= sip_build core_run -USE_QT4= moc_build scripttools qmake_build +USE_PYQT= sip_build core_run gui_run script_run +USE_QT4= corelib gui script scripttools moc_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API Modified: head/devel/py-qt4-test/Makefile ============================================================================== --- head/devel/py-qt4-test/Makefile Sat May 28 12:29:22 2016 (r415983) +++ head/devel/py-qt4-test/Makefile Sat May 28 12:32:21 2016 (r415984) @@ -12,8 +12,8 @@ CONFIGURE_ARGS= --enable QtTest PYQT_DIST= yes USES= python pyqt:4 -USE_PYQT= sip_build gui_run -USE_QT4= moc_build gui qtestlib qmake_build +USE_PYQT= sip_build core_run gui_run +USE_QT4= corelib gui qtestlib moc_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API Modified: head/graphics/py-qt4-svg/Makefile ============================================================================== --- head/graphics/py-qt4-svg/Makefile Sat May 28 12:29:22 2016 (r415983) +++ head/graphics/py-qt4-svg/Makefile Sat May 28 12:32:21 2016 (r415984) @@ -12,8 +12,8 @@ CONFIGURE_ARGS= --enable QtSvg PYQT_DIST= yes USES= python pyqt:4 -USE_PYQT= sip_build gui_run -USE_QT4= moc_build svg qmake_build +USE_PYQT= sip_build core_run gui_run +USE_QT4= corelib gui svg moc_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API Modified: head/misc/py-qt4-demo/Makefile ============================================================================== --- head/misc/py-qt4-demo/Makefile Sat May 28 12:29:22 2016 (r415983) +++ head/misc/py-qt4-demo/Makefile Sat May 28 12:32:21 2016 (r415984) @@ -3,7 +3,6 @@ PORTNAME= demo PORTVERSION= ${PYQT4_VERSION} -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= misc devel python MASTER_SITES= ${MASTER_SITES_PYQT4} Modified: head/multimedia/py-qt4-multimedia/Makefile ============================================================================== --- head/multimedia/py-qt4-multimedia/Makefile Sat May 28 12:29:22 2016 (r415983) +++ head/multimedia/py-qt4-multimedia/Makefile Sat May 28 12:32:21 2016 (r415984) @@ -11,8 +11,8 @@ CONFIGURE_ARGS= --enable QtMultimedia PYQT_DIST= yes USES= python pyqt:4 -USE_PYQT= sip_build gui_run -USE_QT4= moc_build multimedia qmake_build +USE_PYQT= sip_build core_run gui_run +USE_QT4= corelib gui multimedia moc_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API Modified: head/multimedia/py-qt4-phonon/Makefile ============================================================================== --- head/multimedia/py-qt4-phonon/Makefile Sat May 28 12:29:22 2016 (r415983) +++ head/multimedia/py-qt4-phonon/Makefile Sat May 28 12:32:21 2016 (r415984) @@ -10,8 +10,8 @@ CONFIGURE_ARGS= --enable phonon PYQT_DIST= yes USES= python pyqt:4 -USE_PYQT= sip_build core_run -USE_QT4= moc_build phonon qmake_build +USE_PYQT= sip_build core_run gui_run +USE_QT4= corelib gui phonon moc_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API Modified: head/net/py-qt4-network/Makefile ============================================================================== --- head/net/py-qt4-network/Makefile Sat May 28 12:29:22 2016 (r415983) +++ head/net/py-qt4-network/Makefile Sat May 28 12:32:21 2016 (r415984) @@ -13,7 +13,7 @@ PYQT_DIST= yes USES= python pyqt:4 USE_PYQT= sip_build core_run -USE_QT4= moc_build network qmake_build +USE_QT4= moc_build corelib network qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API Modified: head/textproc/py-qt4-xml/Makefile ============================================================================== --- head/textproc/py-qt4-xml/Makefile Sat May 28 12:29:22 2016 (r415983) +++ head/textproc/py-qt4-xml/Makefile Sat May 28 12:32:21 2016 (r415984) @@ -13,7 +13,7 @@ PYQT_DIST= yes USES= python pyqt:4 USE_PYQT= sip_build core_run -USE_QT4= xml qmake_build moc_build +USE_QT4= corelib xml moc_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API Modified: head/textproc/py-qt4-xmlpatterns/Makefile ============================================================================== --- head/textproc/py-qt4-xmlpatterns/Makefile Sat May 28 12:29:22 2016 (r415983) +++ head/textproc/py-qt4-xmlpatterns/Makefile Sat May 28 12:32:21 2016 (r415984) @@ -11,8 +11,8 @@ CONFIGURE_ARGS= --enable QtXmlPatterns PYQT_DIST= yes USES= python pyqt:4 -USE_PYQT= sip_build xml_run -USE_QT4= moc_build xmlpatterns qmake_build +USE_PYQT= sip_build core_run network_run +USE_QT4= corelib network xmlpatterns moc_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API Modified: head/www/py-qt4-webkit/Makefile ============================================================================== --- head/www/py-qt4-webkit/Makefile Sat May 28 12:29:22 2016 (r415983) +++ head/www/py-qt4-webkit/Makefile Sat May 28 12:32:21 2016 (r415984) @@ -11,8 +11,9 @@ CONFIGURE_ARGS= --enable QtWebKit PYQT_DIST= yes USES= python pyqt:4 -USE_PYQT= sip_build gui_run -USE_QT4= qmake_build gui moc_build network webkit +USE_PYQT= sip_build core_run gui_run network_run +USE_QT4= corelib gui network webkit \ + moc_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API Modified: head/x11-toolkits/py-qt4-gui/Makefile ============================================================================== --- head/x11-toolkits/py-qt4-gui/Makefile Sat May 28 12:29:22 2016 (r415983) +++ head/x11-toolkits/py-qt4-gui/Makefile Sat May 28 12:32:21 2016 (r415984) @@ -13,8 +13,8 @@ PYQT_DIST= yes USES= python pyqt:4 USE_PYQT= sip_build core_run -USE_QT4= gui imageformats_run inputmethods_run iconengines_run \ - qmake_build moc_build +USE_QT4= corelib gui imageformats_run inputmethods_run iconengines_run \ + moc_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API Modified: head/x11/py-qt4-opengl/Makefile ============================================================================== --- head/x11/py-qt4-opengl/Makefile Sat May 28 12:29:22 2016 (r415983) +++ head/x11/py-qt4-opengl/Makefile Sat May 28 12:32:21 2016 (r415984) @@ -12,8 +12,9 @@ CONFIGURE_ARGS= --enable QtOpenGL PYQT_DIST= yes USES= python pyqt:4 -USE_PYQT= sip_build gui_run -USE_QT4= moc_build opengl qmake_build +USE_GL= gl +USE_PYQT= sip_build core_run gui_run +USE_QT4= corelib gui opengl moc_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API From owner-svn-ports-head@freebsd.org Sat May 28 12:51:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8204FB4D54A; Sat, 28 May 2016 12:51:05 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C0671742; Sat, 28 May 2016 12:51:04 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SCp4PX004680; Sat, 28 May 2016 12:51:04 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SCp3gp004674; Sat, 28 May 2016 12:51:03 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605281251.u4SCp3gp004674@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 28 May 2016 12:51:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415985 - in head/misc: . qt5-examples X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 12:51:05 -0000 Author: pi Date: Sat May 28 12:51:03 2016 New Revision: 415985 URL: https://svnweb.freebsd.org/changeset/ports/415985 Log: New port: misc/qt5-examples: Qt 5 examples sourcecodes A collection of code samples and tutorials for Qt to help new users get started with Qt development. This is a support / add-on package for qtcreator, which likes to showcase examples. WWW: http://doc.qt.io/qt-5/qtexamplesandtutorials.html PR: 209320 Submitted by: groot@kde.org (kde), Ralf Nolden (kde) Added: head/misc/qt5-examples/ head/misc/qt5-examples/Makefile (contents, props changed) head/misc/qt5-examples/distinfo (contents, props changed) head/misc/qt5-examples/pkg-descr (contents, props changed) head/misc/qt5-examples/pkg-plist (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sat May 28 12:32:21 2016 (r415984) +++ head/misc/Makefile Sat May 28 12:51:03 2016 (r415985) @@ -393,6 +393,7 @@ SUBDIR += qt4-l10n SUBDIR += qt4-qtconfig SUBDIR += qt4-qtdemo + SUBDIR += qt5-examples SUBDIR += qt5-l10n SUBDIR += qt5ct SUBDIR += quotes Added: head/misc/qt5-examples/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/qt5-examples/Makefile Sat May 28 12:51:03 2016 (r415985) @@ -0,0 +1,44 @@ +# Created by: Ralf Nolden +# $FreeBSD$ + +PORTNAME= examples +DISTVERSION= ${QT5_VERSION} +CATEGORIES= misc +MASTER_SITES= QT/official_releases/qt/${QT5_VERSION:R}/${QT5_VERSION}/single/ +PKGNAMEPREFIX= qt5- +DISTNAME= qt-everywhere-opensource-src-${QT5_VERSION} +DIST_SUBDIR= KDE/Qt/${QT5_VERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= Qt 5 examples sourcecodes + +NO_ARCH= yes +NO_BUILD= yes + +USES= tar:xz +USE_QT5= # + +DESCR= ${.CURDIR:H:H}/devel/qt5/pkg-descr + +EXAMPLESDIR= ${PREFIX}/share/examples/qt5 +# The destination location depends on the values given in +# share/doc/qt5//examples-manifest.xml. The exception is +# qtscript and qtserialbus where the examples are looked up in $EXAMPLESDIR/. +# This way, the examples show up in qtcreator on the examples front page. + +EXAMPLES= qt3d qtbase qtcanvas3d qtconnectivity qtdeclarative qtenginio \ + qtlocation qtmultimedia qtquickcontrols qtscript qtsensors \ + qtserialport qtsvg qttools qtwebchannel qtwebkit-examples \ + qtwebsockets qtxmlpatterns + +.for example in ${EXAMPLES} +EXTRACT_AFTER_ARGS+= ${DISTNAME}/${example}/examples +.endfor + +do-install: +.for example in ${EXAMPLES} + cd ${WRKSRC}/${example}/examples && \ + ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} +.endfor + +.include Added: head/misc/qt5-examples/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/qt5-examples/distinfo Sat May 28 12:51:03 2016 (r415985) @@ -0,0 +1,2 @@ +SHA256 (KDE/Qt/5.5.1/qt-everywhere-opensource-src-5.5.1.tar.xz) = 6f028e63d4992be2b4a5526f2ef3bfa2fe28c5c757554b11d9e8d86189652518 +SIZE (KDE/Qt/5.5.1/qt-everywhere-opensource-src-5.5.1.tar.xz) = 320459924 Added: head/misc/qt5-examples/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/qt5-examples/pkg-descr Sat May 28 12:51:03 2016 (r415985) @@ -0,0 +1,5 @@ +A collection of code samples and tutorials for Qt to help new users +get started with Qt development. This is a support / add-on package for +qtcreator, which likes to showcase examples. + +WWW: http://doc.qt.io/qt-5/qtexamplesandtutorials.html Added: head/misc/qt5-examples/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/qt5-examples/pkg-plist Sat May 28 12:51:03 2016 (r415985) @@ -0,0 +1,6425 @@ +%%QT_EXAMPLEDIR%%/HACKING +%%QT_EXAMPLEDIR%%/README +%%QT_EXAMPLEDIR%%/aggregate/examples.pro +%%QT_EXAMPLEDIR%%/assistant/assistant.pro +%%QT_EXAMPLEDIR%%/assistant/doc/images/simpletextviewer-example.png +%%QT_EXAMPLEDIR%%/assistant/doc/images/simpletextviewer-findfiledialog.png +%%QT_EXAMPLEDIR%%/assistant/doc/images/simpletextviewer-mainwindow.png +%%QT_EXAMPLEDIR%%/assistant/doc/src/remotecontrol.qdoc +%%QT_EXAMPLEDIR%%/assistant/doc/src/simpletextviewer.qdoc +%%QT_EXAMPLEDIR%%/assistant/remotecontrol/enter.png +%%QT_EXAMPLEDIR%%/assistant/remotecontrol/main.cpp +%%QT_EXAMPLEDIR%%/assistant/remotecontrol/remotecontrol.cpp +%%QT_EXAMPLEDIR%%/assistant/remotecontrol/remotecontrol.h +%%QT_EXAMPLEDIR%%/assistant/remotecontrol/remotecontrol.pro +%%QT_EXAMPLEDIR%%/assistant/remotecontrol/remotecontrol.qrc +%%QT_EXAMPLEDIR%%/assistant/remotecontrol/remotecontrol.ui +%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/assistant.cpp +%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/assistant.h +%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/about.txt +%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/browse.html +%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/filedialog.html +%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/findfile.html +%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/images/browse.png +%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/images/fadedfilemenu.png +%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/images/filedialog.png +%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/images/handbook.png +%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/images/icon.png +%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/images/mainwindow.png +%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/images/open.png +%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/images/wildcard.png +%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/index.html +%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/intro.html +%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/openfile.html +%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/simpletextviewer.qch +%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/simpletextviewer.qhc +%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/simpletextviewer.qhcp +%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/simpletextviewer.qhp +%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/wildcardmatching.html +%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/findfiledialog.cpp +%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/findfiledialog.h +%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/main.cpp +%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/mainwindow.cpp +%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/mainwindow.h +%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/simpletextviewer.pro +%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/textedit.cpp +%%QT_EXAMPLEDIR%%/assistant/simpletextviewer/textedit.h +%%QT_EXAMPLEDIR%%/bluetooth/bluetooth.pro +%%QT_EXAMPLEDIR%%/bluetooth/btchat/btchat.pro +%%QT_EXAMPLEDIR%%/bluetooth/btchat/chat.cpp +%%QT_EXAMPLEDIR%%/bluetooth/btchat/chat.h +%%QT_EXAMPLEDIR%%/bluetooth/btchat/chat.ui +%%QT_EXAMPLEDIR%%/bluetooth/btchat/chatclient.cpp +%%QT_EXAMPLEDIR%%/bluetooth/btchat/chatclient.h +%%QT_EXAMPLEDIR%%/bluetooth/btchat/chatserver.cpp +%%QT_EXAMPLEDIR%%/bluetooth/btchat/chatserver.h +%%QT_EXAMPLEDIR%%/bluetooth/btchat/doc/images/btchat-example.png +%%QT_EXAMPLEDIR%%/bluetooth/btchat/doc/src/btchat.qdoc +%%QT_EXAMPLEDIR%%/bluetooth/btchat/main.cpp +%%QT_EXAMPLEDIR%%/bluetooth/btchat/remoteselector.cpp +%%QT_EXAMPLEDIR%%/bluetooth/btchat/remoteselector.h +%%QT_EXAMPLEDIR%%/bluetooth/btchat/remoteselector.ui +%%QT_EXAMPLEDIR%%/bluetooth/btfiletransfer/btfiletransfer.pro +%%QT_EXAMPLEDIR%%/bluetooth/btfiletransfer/btfiletransfer.qrc +%%QT_EXAMPLEDIR%%/bluetooth/btfiletransfer/busy.gif +%%QT_EXAMPLEDIR%%/bluetooth/btfiletransfer/doc/images/btfiletransfer-example.png +%%QT_EXAMPLEDIR%%/bluetooth/btfiletransfer/doc/src/btfiletransfer.qdoc +%%QT_EXAMPLEDIR%%/bluetooth/btfiletransfer/main.cpp +%%QT_EXAMPLEDIR%%/bluetooth/btfiletransfer/pairing.gif +%%QT_EXAMPLEDIR%%/bluetooth/btfiletransfer/pindisplay.cpp +%%QT_EXAMPLEDIR%%/bluetooth/btfiletransfer/pindisplay.h +%%QT_EXAMPLEDIR%%/bluetooth/btfiletransfer/pindisplay.ui +%%QT_EXAMPLEDIR%%/bluetooth/btfiletransfer/progress.cpp +%%QT_EXAMPLEDIR%%/bluetooth/btfiletransfer/progress.h +%%QT_EXAMPLEDIR%%/bluetooth/btfiletransfer/progress.ui +%%QT_EXAMPLEDIR%%/bluetooth/btfiletransfer/remoteselector.cpp +%%QT_EXAMPLEDIR%%/bluetooth/btfiletransfer/remoteselector.h +%%QT_EXAMPLEDIR%%/bluetooth/btfiletransfer/remoteselector.ui +%%QT_EXAMPLEDIR%%/bluetooth/btscanner/btscanner.pro +%%QT_EXAMPLEDIR%%/bluetooth/btscanner/device.cpp +%%QT_EXAMPLEDIR%%/bluetooth/btscanner/device.h +%%QT_EXAMPLEDIR%%/bluetooth/btscanner/device.ui +%%QT_EXAMPLEDIR%%/bluetooth/btscanner/doc/images/btscanner-example.png +%%QT_EXAMPLEDIR%%/bluetooth/btscanner/doc/src/btscanner.qdoc +%%QT_EXAMPLEDIR%%/bluetooth/btscanner/main.cpp +%%QT_EXAMPLEDIR%%/bluetooth/btscanner/service.cpp +%%QT_EXAMPLEDIR%%/bluetooth/btscanner/service.h +%%QT_EXAMPLEDIR%%/bluetooth/btscanner/service.ui +%%QT_EXAMPLEDIR%%/bluetooth/chat/Button.qml +%%QT_EXAMPLEDIR%%/bluetooth/chat/InputBox.qml +%%QT_EXAMPLEDIR%%/bluetooth/chat/Search.qml +%%QT_EXAMPLEDIR%%/bluetooth/chat/chat.pro +%%QT_EXAMPLEDIR%%/bluetooth/chat/chat.qml +%%QT_EXAMPLEDIR%%/bluetooth/chat/chat.qrc +%%QT_EXAMPLEDIR%%/bluetooth/chat/doc/images/chat-view.png +%%QT_EXAMPLEDIR%%/bluetooth/chat/doc/src/chat.qdoc +%%QT_EXAMPLEDIR%%/bluetooth/chat/images/clear.png +%%QT_EXAMPLEDIR%%/bluetooth/chat/images/default.png +%%QT_EXAMPLEDIR%%/bluetooth/chat/images/lineedit-bg.png +%%QT_EXAMPLEDIR%%/bluetooth/chat/qmlchat.cpp +%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/assets/Button.qml +%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/assets/Point.qml +%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/assets/blue_heart.png +%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/assets/blue_heart_small.png +%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/assets/busy_dark.png +%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/assets/dialog.qml +%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/assets/draw.js +%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/assets/home.qml +%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/assets/main.qml +%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/assets/monitor.qml +%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/assets/results.qml +%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/assets/star.png +%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/deviceinfo.cpp +%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/deviceinfo.h +%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/doc/images/heartratefound.png +%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/doc/images/heartratemonitor.png +%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/doc/images/heartrateresults.png +%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/doc/src/heartlistener.qdoc +%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/heartlistener.pro +%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/heartrate.cpp +%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/heartrate.h +%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/main.cpp +%%QT_EXAMPLEDIR%%/bluetooth/heartlistener/resources.qrc +%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/assets/Characteristics.qml +%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/assets/Dialog.qml +%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/assets/Header.qml +%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/assets/Label.qml +%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/assets/Menu.qml +%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/assets/Services.qml +%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/assets/busy_dark.png +%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/assets/main.qml +%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/characteristicinfo.cpp +%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/characteristicinfo.h +%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/device.cpp +%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/device.h +%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/deviceinfo.cpp +%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/deviceinfo.h +%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/doc/images/lowenergyscanner-chars.png +%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/doc/images/lowenergyscanner-devices.png +%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/doc/images/lowenergyscanner-services.png +%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/doc/src/lowenergyscanner.qdoc +%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/lowenergyscanner.pro +%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/main.cpp +%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/resources.qrc +%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/serviceinfo.cpp +%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/serviceinfo.h +%%QT_EXAMPLEDIR%%/bluetooth/picturetransfer/Button.qml +%%QT_EXAMPLEDIR%%/bluetooth/picturetransfer/DeviceDiscovery.qml +%%QT_EXAMPLEDIR%%/bluetooth/picturetransfer/FileSending.qml +%%QT_EXAMPLEDIR%%/bluetooth/picturetransfer/PictureSelector.qml +%%QT_EXAMPLEDIR%%/bluetooth/picturetransfer/background.png +%%QT_EXAMPLEDIR%%/bluetooth/picturetransfer/bttransfer.qml +%%QT_EXAMPLEDIR%%/bluetooth/picturetransfer/doc/images/opp-example-1.png +%%QT_EXAMPLEDIR%%/bluetooth/picturetransfer/doc/images/opp-example-2.png +%%QT_EXAMPLEDIR%%/bluetooth/picturetransfer/doc/images/opp-example-3.png +%%QT_EXAMPLEDIR%%/bluetooth/picturetransfer/doc/src/picturetransfer.qdoc +%%QT_EXAMPLEDIR%%/bluetooth/picturetransfer/filetransfer.cpp +%%QT_EXAMPLEDIR%%/bluetooth/picturetransfer/filetransfer.h +%%QT_EXAMPLEDIR%%/bluetooth/picturetransfer/icon.png +%%QT_EXAMPLEDIR%%/bluetooth/picturetransfer/main.cpp +%%QT_EXAMPLEDIR%%/bluetooth/picturetransfer/picturetransfer.pro +%%QT_EXAMPLEDIR%%/bluetooth/picturetransfer/qmltransfer.qrc +%%QT_EXAMPLEDIR%%/bluetooth/pingpong/assets/Board.qml +%%QT_EXAMPLEDIR%%/bluetooth/pingpong/assets/Dialog.qml +%%QT_EXAMPLEDIR%%/bluetooth/pingpong/assets/Menu.qml +%%QT_EXAMPLEDIR%%/bluetooth/pingpong/assets/main.qml +%%QT_EXAMPLEDIR%%/bluetooth/pingpong/doc/images/intro.png +%%QT_EXAMPLEDIR%%/bluetooth/pingpong/doc/images/intro1.png +%%QT_EXAMPLEDIR%%/bluetooth/pingpong/doc/src/pingpong.qdoc +%%QT_EXAMPLEDIR%%/bluetooth/pingpong/main.cpp +%%QT_EXAMPLEDIR%%/bluetooth/pingpong/pingpong.cpp +%%QT_EXAMPLEDIR%%/bluetooth/pingpong/pingpong.h +%%QT_EXAMPLEDIR%%/bluetooth/pingpong/pingpong.pro +%%QT_EXAMPLEDIR%%/bluetooth/pingpong/resource.qrc +%%QT_EXAMPLEDIR%%/bluetooth/scanner/Button.qml +%%QT_EXAMPLEDIR%%/bluetooth/scanner/default.png +%%QT_EXAMPLEDIR%%/bluetooth/scanner/doc/images/devicescan.png +%%QT_EXAMPLEDIR%%/bluetooth/scanner/doc/images/servicescan.png +%%QT_EXAMPLEDIR%%/bluetooth/scanner/doc/src/scanner.qdoc +%%QT_EXAMPLEDIR%%/bluetooth/scanner/qmlscanner.cpp +%%QT_EXAMPLEDIR%%/bluetooth/scanner/scanner.pro +%%QT_EXAMPLEDIR%%/bluetooth/scanner/scanner.qml +%%QT_EXAMPLEDIR%%/bluetooth/scanner/scanner.qrc +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d.pro +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/3rdparty/ThreeJSLoader.js +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/3rdparty/gl-matrix.js +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/3rdparty/three.js +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/3rdparty/threex.planets.js +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/canvas3d.pro +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/framebuffer/doc/images/framebuffer-example.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/framebuffer/doc/src/framebuffer.qdoc +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/framebuffer/framebuffer.pro +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/framebuffer/framebuffer.qrc +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/framebuffer/main.cpp +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/framebuffer/qml/framebuffer/framebuffer.js +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/framebuffer/qml/framebuffer/main.qml +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/framebuffer/qml/framebuffer/qtlogo.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/interaction/3dmodels.txt +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/interaction/doc/images/interaction-example.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/interaction/doc/src/interaction.qdoc +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/interaction/interaction.pro +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/interaction/interaction.qrc +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/interaction/main.cpp +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/interaction/qml/interaction/barrel.jpg +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/interaction/qml/interaction/barrel.json +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/interaction/qml/interaction/interaction.js +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/interaction/qml/interaction/main.qml +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/interaction/readme.txt +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/3dmodels.txt +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/doc/images/jsonmodels-example.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/doc/src/jsonmodels.qdoc +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/jsonmodels.pro +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/main.cpp +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/qml.qrc +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/bush.json +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/bush.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/gold.jpg +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/gold.json +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/jsonmodels.js +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/jsonmodels.qml +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/jsonmodelsbasic.qml +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/pallet.jpg +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/pallet.json +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/rock.jpg +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/rock.json +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/woodbox.jpg +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/qml/jsonmodels/woodbox.json +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/jsonmodels/readme.txt +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/textureandlight/doc/images/textureandlight-example.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/textureandlight/doc/src/textureandlight.qdoc +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/textureandlight/main.cpp +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/textureandlight/qml/textureandlight/main.qml +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/textureandlight/qml/textureandlight/qtlogo.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/textureandlight/qml/textureandlight/textureandlight.js +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/textureandlight/textureandlight.pro +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/textureandlight/textureandlight.qrc +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/controls/ControlEventSource.qml +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ImageCube.qml +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/InfoSheet.qml +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/Navibutton.qml +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/SwipeArea.qml +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/doc/images/oneqt-example.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/doc/src/oneqt.qdoc +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/imagecube.js +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ios/Info.plist +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ios/OneQtIcon29x29.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ios/OneQtIcon29x29@2x.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ios/OneQtIcon29x29@2x~ipad.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ios/OneQtIcon29x29~ipad.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ios/OneQtIcon40x40@2x.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ios/OneQtIcon40x40@2x~ipad.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ios/OneQtIcon40x40~ipad.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ios/OneQtIcon50x50@2x~ipad.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ios/OneQtIcon50x50~ipad.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ios/OneQtIcon57x57.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ios/OneQtIcon57x57@2x.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ios/OneQtIcon60x60@2x.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ios/OneQtIcon72x72@2x~ipad.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ios/OneQtIcon72x72~ipad.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ios/OneQtIcon76x76@2x~ipad.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/ios/OneQtIcon76x76~ipad.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/main.cpp +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/oneqt.pro +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/oneqt.qml +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/oneqt.qrc +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/textures/dataviz.jpg +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/textures/devices.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/textures/embedded.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/textures/iot.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/textures/multiscreen.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/textures/puzzle-pieces.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/textures/qtlogo.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/oneqt/textures/qtlogosmall.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/FpsDisplay.qml +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/InfoSheet.qml +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/PlanetButton.qml +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/StyledSlider.qml +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/doc/images/planets-example.jpg +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/doc/src/planets.qdoc +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/earth.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/earthbump1k.jpg +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/earthcloudmapcolortrans.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/earthmap1k.jpg +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/earthspec1k.jpg +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/galaxy_starfield.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/jupiter.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/jupitermap.jpg +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/mars.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/marsbump1k.jpg +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/marsmap1k.jpg +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/mercury.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/mercurybump.jpg +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/mercurymap.jpg +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/moonbump1k.jpg +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/moonmap1k.jpg +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/neptune.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/neptunemap.jpg +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/plutobump1k.jpg +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/plutomap1k.jpg +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/saturn.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/saturnmap.jpg +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/saturnringcolortrans.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/sun.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/sunmap.jpg +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/uranus.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/uranusmap.jpg +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/uranusringcolortrans.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/venus.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/venusbump.jpg +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/images/venusmap.jpg +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/ios/AppIcon29x29.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/ios/AppIcon29x29@2x.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/ios/AppIcon29x29@2x~ipad.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/ios/AppIcon29x29~ipad.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/ios/AppIcon40x40@2x.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/ios/AppIcon40x40@2x~ipad.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/ios/AppIcon40x40~ipad.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/ios/AppIcon50x50@2x~ipad.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/ios/AppIcon50x50~ipad.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/ios/AppIcon57x57.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/ios/AppIcon57x57@2x.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/ios/AppIcon60x60@2x.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/ios/AppIcon72x72@2x~ipad.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/ios/AppIcon72x72~ipad.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/ios/AppIcon76x76@2x~ipad.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/ios/AppIcon76x76~ipad.png +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/ios/Info.plist +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/main.cpp +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/planets.js +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/planets.pro +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/planets.qml +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/planets/planets.qrc +%%QT_EXAMPLEDIR%%/canvas3d/canvas3d/threejs/threejs.pro +%%QT_EXAMPLEDIR%%/corelib/corelib.pro +%%QT_EXAMPLEDIR%%/corelib/ipc/README +%%QT_EXAMPLEDIR%%/corelib/ipc/doc/images/localfortuneclient-example.png +%%QT_EXAMPLEDIR%%/corelib/ipc/doc/images/localfortuneserver-example.png +%%QT_EXAMPLEDIR%%/corelib/ipc/doc/images/sharedmemory-example_1.png +%%QT_EXAMPLEDIR%%/corelib/ipc/doc/images/sharedmemory-example_2.png +%%QT_EXAMPLEDIR%%/corelib/ipc/doc/src/localfortuneclient.qdoc +%%QT_EXAMPLEDIR%%/corelib/ipc/doc/src/localfortuneserver.qdoc +%%QT_EXAMPLEDIR%%/corelib/ipc/doc/src/sharedmemory.qdoc +%%QT_EXAMPLEDIR%%/corelib/ipc/ipc.pro +%%QT_EXAMPLEDIR%%/corelib/ipc/localfortuneclient/client.cpp +%%QT_EXAMPLEDIR%%/corelib/ipc/localfortuneclient/client.h +%%QT_EXAMPLEDIR%%/corelib/ipc/localfortuneclient/localfortuneclient.pro +%%QT_EXAMPLEDIR%%/corelib/ipc/localfortuneclient/main.cpp +%%QT_EXAMPLEDIR%%/corelib/ipc/localfortuneserver/localfortuneserver.pro +%%QT_EXAMPLEDIR%%/corelib/ipc/localfortuneserver/main.cpp +%%QT_EXAMPLEDIR%%/corelib/ipc/localfortuneserver/server.cpp +%%QT_EXAMPLEDIR%%/corelib/ipc/localfortuneserver/server.h +%%QT_EXAMPLEDIR%%/corelib/ipc/sharedmemory/dialog.cpp +%%QT_EXAMPLEDIR%%/corelib/ipc/sharedmemory/dialog.h +%%QT_EXAMPLEDIR%%/corelib/ipc/sharedmemory/dialog.ui +%%QT_EXAMPLEDIR%%/corelib/ipc/sharedmemory/image.png +%%QT_EXAMPLEDIR%%/corelib/ipc/sharedmemory/main.cpp +%%QT_EXAMPLEDIR%%/corelib/ipc/sharedmemory/qt.png +%%QT_EXAMPLEDIR%%/corelib/ipc/sharedmemory/sharedmemory.pro +%%QT_EXAMPLEDIR%%/corelib/json/json.pro +%%QT_EXAMPLEDIR%%/corelib/json/savegame/character.cpp +%%QT_EXAMPLEDIR%%/corelib/json/savegame/character.h +%%QT_EXAMPLEDIR%%/corelib/json/savegame/doc/src/savegame.qdoc +%%QT_EXAMPLEDIR%%/corelib/json/savegame/game.cpp +%%QT_EXAMPLEDIR%%/corelib/json/savegame/game.h +%%QT_EXAMPLEDIR%%/corelib/json/savegame/level.cpp +%%QT_EXAMPLEDIR%%/corelib/json/savegame/level.h +%%QT_EXAMPLEDIR%%/corelib/json/savegame/main.cpp +%%QT_EXAMPLEDIR%%/corelib/json/savegame/savegame.pro +%%QT_EXAMPLEDIR%%/corelib/threads/README +%%QT_EXAMPLEDIR%%/corelib/threads/doc/images/mandelbrot-example.png +%%QT_EXAMPLEDIR%%/corelib/threads/doc/images/mandelbrot_scroll1.png +%%QT_EXAMPLEDIR%%/corelib/threads/doc/images/mandelbrot_scroll2.png +%%QT_EXAMPLEDIR%%/corelib/threads/doc/images/mandelbrot_scroll3.png +%%QT_EXAMPLEDIR%%/corelib/threads/doc/images/mandelbrot_zoom1.png +%%QT_EXAMPLEDIR%%/corelib/threads/doc/images/mandelbrot_zoom2.png +%%QT_EXAMPLEDIR%%/corelib/threads/doc/images/mandelbrot_zoom3.png +%%QT_EXAMPLEDIR%%/corelib/threads/doc/images/queuedcustomtype-example.png +%%QT_EXAMPLEDIR%%/corelib/threads/doc/src/mandelbrot.qdoc +%%QT_EXAMPLEDIR%%/corelib/threads/doc/src/queuedcustomtype.qdoc +%%QT_EXAMPLEDIR%%/corelib/threads/doc/src/semaphores.qdoc +%%QT_EXAMPLEDIR%%/corelib/threads/doc/src/waitconditions.qdoc +%%QT_EXAMPLEDIR%%/corelib/threads/mandelbrot/main.cpp +%%QT_EXAMPLEDIR%%/corelib/threads/mandelbrot/mandelbrot.pro +%%QT_EXAMPLEDIR%%/corelib/threads/mandelbrot/mandelbrotwidget.cpp +%%QT_EXAMPLEDIR%%/corelib/threads/mandelbrot/mandelbrotwidget.h +%%QT_EXAMPLEDIR%%/corelib/threads/mandelbrot/renderthread.cpp +%%QT_EXAMPLEDIR%%/corelib/threads/mandelbrot/renderthread.h +%%QT_EXAMPLEDIR%%/corelib/threads/queuedcustomtype/block.cpp +%%QT_EXAMPLEDIR%%/corelib/threads/queuedcustomtype/block.h +%%QT_EXAMPLEDIR%%/corelib/threads/queuedcustomtype/main.cpp +%%QT_EXAMPLEDIR%%/corelib/threads/queuedcustomtype/queuedcustomtype.pro +%%QT_EXAMPLEDIR%%/corelib/threads/queuedcustomtype/renderthread.cpp +%%QT_EXAMPLEDIR%%/corelib/threads/queuedcustomtype/renderthread.h +%%QT_EXAMPLEDIR%%/corelib/threads/queuedcustomtype/window.cpp +%%QT_EXAMPLEDIR%%/corelib/threads/queuedcustomtype/window.h +%%QT_EXAMPLEDIR%%/corelib/threads/semaphores/semaphores.cpp +%%QT_EXAMPLEDIR%%/corelib/threads/semaphores/semaphores.pro +%%QT_EXAMPLEDIR%%/corelib/threads/threads.pro +%%QT_EXAMPLEDIR%%/corelib/threads/waitconditions/waitconditions.cpp +%%QT_EXAMPLEDIR%%/corelib/threads/waitconditions/waitconditions.pro +%%QT_EXAMPLEDIR%%/corelib/tools/README +%%QT_EXAMPLEDIR%%/corelib/tools/contiguouscache/contiguouscache.pro +%%QT_EXAMPLEDIR%%/corelib/tools/contiguouscache/main.cpp +%%QT_EXAMPLEDIR%%/corelib/tools/contiguouscache/randomlistmodel.cpp +%%QT_EXAMPLEDIR%%/corelib/tools/contiguouscache/randomlistmodel.h +%%QT_EXAMPLEDIR%%/corelib/tools/customtype/customtype.pro +%%QT_EXAMPLEDIR%%/corelib/tools/customtype/main.cpp +%%QT_EXAMPLEDIR%%/corelib/tools/customtype/message.cpp +%%QT_EXAMPLEDIR%%/corelib/tools/customtype/message.h +%%QT_EXAMPLEDIR%%/corelib/tools/customtypesending/customtypesending.pro +%%QT_EXAMPLEDIR%%/corelib/tools/customtypesending/main.cpp +%%QT_EXAMPLEDIR%%/corelib/tools/customtypesending/message.cpp +%%QT_EXAMPLEDIR%%/corelib/tools/customtypesending/message.h +%%QT_EXAMPLEDIR%%/corelib/tools/customtypesending/window.cpp +%%QT_EXAMPLEDIR%%/corelib/tools/customtypesending/window.h +%%QT_EXAMPLEDIR%%/corelib/tools/doc/src/contiguouscache.qdoc +%%QT_EXAMPLEDIR%%/corelib/tools/doc/src/customtype.qdoc +%%QT_EXAMPLEDIR%%/corelib/tools/tools.pro +%%QT_EXAMPLEDIR%%/dbus/chat/chat.cpp +%%QT_EXAMPLEDIR%%/dbus/chat/chat.h +%%QT_EXAMPLEDIR%%/dbus/chat/chat.pro +%%QT_EXAMPLEDIR%%/dbus/chat/chatmainwindow.ui +%%QT_EXAMPLEDIR%%/dbus/chat/chatsetnickname.ui +%%QT_EXAMPLEDIR%%/dbus/chat/org.example.chat.xml +%%QT_EXAMPLEDIR%%/dbus/complexpingpong/complexping.cpp +%%QT_EXAMPLEDIR%%/dbus/complexpingpong/complexping.h +%%QT_EXAMPLEDIR%%/dbus/complexpingpong/complexping.pro +%%QT_EXAMPLEDIR%%/dbus/complexpingpong/complexpingpong.pro +%%QT_EXAMPLEDIR%%/dbus/complexpingpong/complexpong.cpp +%%QT_EXAMPLEDIR%%/dbus/complexpingpong/complexpong.h +%%QT_EXAMPLEDIR%%/dbus/complexpingpong/complexpong.pro +%%QT_EXAMPLEDIR%%/dbus/complexpingpong/ping-common.h +%%QT_EXAMPLEDIR%%/dbus/dbus.pro +%%QT_EXAMPLEDIR%%/dbus/doc/images/dbus-chat-example.png +%%QT_EXAMPLEDIR%%/dbus/doc/src/chat.qdoc +%%QT_EXAMPLEDIR%%/dbus/doc/src/complexpingpong.qdoc +%%QT_EXAMPLEDIR%%/dbus/doc/src/listnames.qdoc +%%QT_EXAMPLEDIR%%/dbus/doc/src/pingpong.qdoc +%%QT_EXAMPLEDIR%%/dbus/listnames/listnames.cpp +%%QT_EXAMPLEDIR%%/dbus/listnames/listnames.pro +%%QT_EXAMPLEDIR%%/dbus/pingpong/ping-common.h +%%QT_EXAMPLEDIR%%/dbus/pingpong/ping.cpp +%%QT_EXAMPLEDIR%%/dbus/pingpong/ping.pro +%%QT_EXAMPLEDIR%%/dbus/pingpong/pingpong.pro +%%QT_EXAMPLEDIR%%/dbus/pingpong/pong.cpp +%%QT_EXAMPLEDIR%%/dbus/pingpong/pong.h +%%QT_EXAMPLEDIR%%/dbus/pingpong/pong.pro +%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/car/car.cpp +%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/car/car.h +%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/car/car.pro +%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/car/car.xml +%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/car/main.cpp +%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/car.xml +%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/controller.cpp +%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/controller.h +%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/controller.pro +%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/controller.ui +%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/main.cpp +%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/doc/images/remotecontrolledcar-car-example.png +%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc +%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/remotecontrolledcar.pro +%%QT_EXAMPLEDIR%%/designer/README +%%QT_EXAMPLEDIR%%/designer/calculatorbuilder/calculatorbuilder.pro +%%QT_EXAMPLEDIR%%/designer/calculatorbuilder/calculatorbuilder.qrc +%%QT_EXAMPLEDIR%%/designer/calculatorbuilder/calculatorform.cpp +%%QT_EXAMPLEDIR%%/designer/calculatorbuilder/calculatorform.h +%%QT_EXAMPLEDIR%%/designer/calculatorbuilder/calculatorform.ui +%%QT_EXAMPLEDIR%%/designer/calculatorbuilder/main.cpp +%%QT_EXAMPLEDIR%%/designer/calculatorform/calculatorform.cpp +%%QT_EXAMPLEDIR%%/designer/calculatorform/calculatorform.h +%%QT_EXAMPLEDIR%%/designer/calculatorform/calculatorform.pro +%%QT_EXAMPLEDIR%%/designer/calculatorform/calculatorform.ui +%%QT_EXAMPLEDIR%%/designer/calculatorform/main.cpp +%%QT_EXAMPLEDIR%%/designer/containerextension/containerextension.pro +%%QT_EXAMPLEDIR%%/designer/containerextension/multipagewidget.cpp +%%QT_EXAMPLEDIR%%/designer/containerextension/multipagewidget.h +%%QT_EXAMPLEDIR%%/designer/containerextension/multipagewidget.json +%%QT_EXAMPLEDIR%%/designer/containerextension/multipagewidgetcontainerextension.cpp +%%QT_EXAMPLEDIR%%/designer/containerextension/multipagewidgetcontainerextension.h +%%QT_EXAMPLEDIR%%/designer/containerextension/multipagewidgetextensionfactory.cpp +%%QT_EXAMPLEDIR%%/designer/containerextension/multipagewidgetextensionfactory.h +%%QT_EXAMPLEDIR%%/designer/containerextension/multipagewidgetplugin.cpp +%%QT_EXAMPLEDIR%%/designer/containerextension/multipagewidgetplugin.h +%%QT_EXAMPLEDIR%%/designer/customwidgetplugin/analogclock.cpp +%%QT_EXAMPLEDIR%%/designer/customwidgetplugin/analogclock.h +%%QT_EXAMPLEDIR%%/designer/customwidgetplugin/analogclock.json +%%QT_EXAMPLEDIR%%/designer/customwidgetplugin/customwidgetplugin.cpp +%%QT_EXAMPLEDIR%%/designer/customwidgetplugin/customwidgetplugin.h +%%QT_EXAMPLEDIR%%/designer/customwidgetplugin/customwidgetplugin.pro +%%QT_EXAMPLEDIR%%/designer/designer.pro +%%QT_EXAMPLEDIR%%/designer/doc/images/arthurplugin-demo.png +%%QT_EXAMPLEDIR%%/designer/doc/images/calculatorbuilder-example.png +%%QT_EXAMPLEDIR%%/designer/doc/images/calculatorform-example.png +%%QT_EXAMPLEDIR%%/designer/doc/images/containerextension-example.png +%%QT_EXAMPLEDIR%%/designer/doc/images/customwidgetplugin-example.png +%%QT_EXAMPLEDIR%%/designer/doc/images/taskmenuextension-dialog.png +%%QT_EXAMPLEDIR%%/designer/doc/images/taskmenuextension-example-faded.png +%%QT_EXAMPLEDIR%%/designer/doc/images/taskmenuextension-example.png +%%QT_EXAMPLEDIR%%/designer/doc/images/taskmenuextension-menu.png +%%QT_EXAMPLEDIR%%/designer/doc/images/worldtimeclock-connection.png +%%QT_EXAMPLEDIR%%/designer/doc/images/worldtimeclock-signalandslot.png +%%QT_EXAMPLEDIR%%/designer/doc/images/worldtimeclockbuilder-example.png +%%QT_EXAMPLEDIR%%/designer/doc/images/worldtimeclockplugin-example.png +%%QT_EXAMPLEDIR%%/designer/doc/snippets/doc_src_examples_containerextension.pro +%%QT_EXAMPLEDIR%%/designer/doc/snippets/doc_src_examples_customwidgetplugin.pro +%%QT_EXAMPLEDIR%%/designer/doc/snippets/doc_src_examples_taskmenuextension.pro +%%QT_EXAMPLEDIR%%/designer/doc/snippets/doc_src_examples_worldtimeclockplugin.pro +%%QT_EXAMPLEDIR%%/designer/doc/src/calculatorbuilder.qdoc +%%QT_EXAMPLEDIR%%/designer/doc/src/calculatorform.qdoc +%%QT_EXAMPLEDIR%%/designer/doc/src/containerextension.qdoc +%%QT_EXAMPLEDIR%%/designer/doc/src/customwidgetplugin.qdoc +%%QT_EXAMPLEDIR%%/designer/doc/src/taskmenuextension.qdoc +%%QT_EXAMPLEDIR%%/designer/doc/src/worldtimeclockbuilder.qdoc +%%QT_EXAMPLEDIR%%/designer/doc/src/worldtimeclockplugin.qdoc +%%QT_EXAMPLEDIR%%/designer/taskmenuextension/taskmenuextension.pro +%%QT_EXAMPLEDIR%%/designer/taskmenuextension/tictactoe.cpp +%%QT_EXAMPLEDIR%%/designer/taskmenuextension/tictactoe.h +%%QT_EXAMPLEDIR%%/designer/taskmenuextension/tictactoe.json +%%QT_EXAMPLEDIR%%/designer/taskmenuextension/tictactoedialog.cpp +%%QT_EXAMPLEDIR%%/designer/taskmenuextension/tictactoedialog.h +%%QT_EXAMPLEDIR%%/designer/taskmenuextension/tictactoeplugin.cpp +%%QT_EXAMPLEDIR%%/designer/taskmenuextension/tictactoeplugin.h +%%QT_EXAMPLEDIR%%/designer/taskmenuextension/tictactoetaskmenu.cpp +%%QT_EXAMPLEDIR%%/designer/taskmenuextension/tictactoetaskmenu.h +%%QT_EXAMPLEDIR%%/designer/worldtimeclockbuilder/form.ui +%%QT_EXAMPLEDIR%%/designer/worldtimeclockbuilder/main.cpp +%%QT_EXAMPLEDIR%%/designer/worldtimeclockbuilder/worldtimeclockbuilder.pro +%%QT_EXAMPLEDIR%%/designer/worldtimeclockbuilder/worldtimeclockbuilder.qrc +%%QT_EXAMPLEDIR%%/designer/worldtimeclockplugin/worldtimeclock.cpp +%%QT_EXAMPLEDIR%%/designer/worldtimeclockplugin/worldtimeclock.h +%%QT_EXAMPLEDIR%%/designer/worldtimeclockplugin/worldtimeclock.json +%%QT_EXAMPLEDIR%%/designer/worldtimeclockplugin/worldtimeclockplugin.cpp +%%QT_EXAMPLEDIR%%/designer/worldtimeclockplugin/worldtimeclockplugin.h +%%QT_EXAMPLEDIR%%/designer/worldtimeclockplugin/worldtimeclockplugin.pro +%%QT_EXAMPLEDIR%%/embedded/digiflip/digiflip.cpp +%%QT_EXAMPLEDIR%%/embedded/digiflip/digiflip.pro +%%QT_EXAMPLEDIR%%/embedded/embedded.pro +%%QT_EXAMPLEDIR%%/embedded/flickable/flickable.cpp +%%QT_EXAMPLEDIR%%/embedded/flickable/flickable.h +%%QT_EXAMPLEDIR%%/embedded/flickable/flickable.pro +%%QT_EXAMPLEDIR%%/embedded/flickable/main.cpp +%%QT_EXAMPLEDIR%%/embedded/flightinfo/aircraft.png +%%QT_EXAMPLEDIR%%/embedded/flightinfo/flightinfo.cpp +%%QT_EXAMPLEDIR%%/embedded/flightinfo/flightinfo.pro +%%QT_EXAMPLEDIR%%/embedded/flightinfo/flightinfo.qrc +%%QT_EXAMPLEDIR%%/embedded/flightinfo/form.ui +%%QT_EXAMPLEDIR%%/embedded/lightmaps/lightmaps.cpp +%%QT_EXAMPLEDIR%%/embedded/lightmaps/lightmaps.h +%%QT_EXAMPLEDIR%%/embedded/lightmaps/lightmaps.pro +%%QT_EXAMPLEDIR%%/embedded/lightmaps/main.cpp +%%QT_EXAMPLEDIR%%/embedded/lightmaps/mapzoom.cpp +%%QT_EXAMPLEDIR%%/embedded/lightmaps/mapzoom.h +%%QT_EXAMPLEDIR%%/embedded/lightmaps/slippymap.cpp +%%QT_EXAMPLEDIR%%/embedded/lightmaps/slippymap.h +%%QT_EXAMPLEDIR%%/embedded/raycasting/raycasting.cpp +%%QT_EXAMPLEDIR%%/embedded/raycasting/raycasting.pro +%%QT_EXAMPLEDIR%%/embedded/raycasting/raycasting.qrc +%%QT_EXAMPLEDIR%%/embedded/raycasting/textures.png +%%QT_EXAMPLEDIR%%/embedded/styleexample/files/add.png +%%QT_EXAMPLEDIR%%/embedded/styleexample/files/application.qss +%%QT_EXAMPLEDIR%%/embedded/styleexample/files/blue.qss +%%QT_EXAMPLEDIR%%/embedded/styleexample/files/khaki.qss +%%QT_EXAMPLEDIR%%/embedded/styleexample/files/nature_1.jpg +%%QT_EXAMPLEDIR%%/embedded/styleexample/files/nostyle.qss +%%QT_EXAMPLEDIR%%/embedded/styleexample/files/remove.png +%%QT_EXAMPLEDIR%%/embedded/styleexample/files/transparent.qss +%%QT_EXAMPLEDIR%%/embedded/styleexample/main.cpp +%%QT_EXAMPLEDIR%%/embedded/styleexample/styleexample.pro +%%QT_EXAMPLEDIR%%/embedded/styleexample/styleexample.qrc +%%QT_EXAMPLEDIR%%/embedded/styleexample/stylewidget.cpp +%%QT_EXAMPLEDIR%%/embedded/styleexample/stylewidget.h +%%QT_EXAMPLEDIR%%/embedded/styleexample/stylewidget.ui +%%QT_EXAMPLEDIR%%/enginio/common/backendhelper/BackendHelper.qml +%%QT_EXAMPLEDIR%%/enginio/common/backendhelper/backendhelper.cpp +%%QT_EXAMPLEDIR%%/enginio/common/backendhelper/backendhelper.h +%%QT_EXAMPLEDIR%%/enginio/common/backendhelper/backendhelper.pri +%%QT_EXAMPLEDIR%%/enginio/common/backendhelper/helperdialog.ui +%%QT_EXAMPLEDIR%%/enginio/common/backendhelper/qmlbackendhelper.pri +%%QT_EXAMPLEDIR%%/enginio/common/backendhelper/qmlbackendhelper.qrc +%%QT_EXAMPLEDIR%%/enginio/common/icons/add_icon.png +%%QT_EXAMPLEDIR%%/enginio/common/icons/add_icon_pressed.png +%%QT_EXAMPLEDIR%%/enginio/common/icons/back_icon.png +%%QT_EXAMPLEDIR%%/enginio/common/icons/delete_icon.png +%%QT_EXAMPLEDIR%%/enginio/common/icons/delete_icon_pressed.png +%%QT_EXAMPLEDIR%%/enginio/common/icons/reload_icon.png +%%QT_EXAMPLEDIR%%/enginio/common/icons/reload_icon_pressed.png +%%QT_EXAMPLEDIR%%/enginio/common/icons/share_icon.png +%%QT_EXAMPLEDIR%%/enginio/common/icons/share_icon_pressed.png +%%QT_EXAMPLEDIR%%/enginio/common/images/checkbox.png +%%QT_EXAMPLEDIR%%/enginio/common/images/checkbox_checked.png +%%QT_EXAMPLEDIR%%/enginio/common/images/delegate.png +%%QT_EXAMPLEDIR%%/enginio/common/images/delegate_pressed.png +%%QT_EXAMPLEDIR%%/enginio/common/images/enginio.png +%%QT_EXAMPLEDIR%%/enginio/common/images/shadow.png +%%QT_EXAMPLEDIR%%/enginio/common/images/textfield.png +%%QT_EXAMPLEDIR%%/enginio/enginio.pro +%%QT_EXAMPLEDIR%%/enginio/quick/image-gallery/doc/images/image-gallery.png +%%QT_EXAMPLEDIR%%/enginio/quick/image-gallery/doc/src/image-gallery.qdoc +%%QT_EXAMPLEDIR%%/enginio/quick/image-gallery/gallery.qrc +%%QT_EXAMPLEDIR%%/enginio/quick/image-gallery/image-gallery.pro +%%QT_EXAMPLEDIR%%/enginio/quick/image-gallery/image-gallery.qml +%%QT_EXAMPLEDIR%%/enginio/quick/image-gallery/image_gallery80.png +%%QT_EXAMPLEDIR%%/enginio/quick/main.cpp +%%QT_EXAMPLEDIR%%/enginio/quick/quick.pro +%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/Header.qml +%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/List.qml +%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/Login.qml +%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/ShareDialog.qml +%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/TextField.qml +%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/TodoLists.qml +%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/TouchButton.qml +%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/backendconfig/sharedtodo.zip +%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/doc/src/socialtodos.qdoc +%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/socialtodos.pro +%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/socialtodos.qml +%%QT_EXAMPLEDIR%%/enginio/quick/socialtodos/socialtodos.qrc +%%QT_EXAMPLEDIR%%/enginio/quick/todos/doc/images/todolist.png +%%QT_EXAMPLEDIR%%/enginio/quick/todos/doc/src/todos.qdoc +%%QT_EXAMPLEDIR%%/enginio/quick/todos/todo.qml +%%QT_EXAMPLEDIR%%/enginio/quick/todos/todo.qrc +%%QT_EXAMPLEDIR%%/enginio/quick/todos/todos.pro +%%QT_EXAMPLEDIR%%/enginio/quick/users/Browse.qml +%%QT_EXAMPLEDIR%%/enginio/quick/users/Login.qml +%%QT_EXAMPLEDIR%%/enginio/quick/users/Register.qml +%%QT_EXAMPLEDIR%%/enginio/quick/users/doc/src/users.qdoc +%%QT_EXAMPLEDIR%%/enginio/quick/users/users.pro +%%QT_EXAMPLEDIR%%/enginio/quick/users/users.qml +%%QT_EXAMPLEDIR%%/enginio/quick/users/users.qrc +%%QT_EXAMPLEDIR%%/enginio/widgets/cloudaddressbook/addressbookmodel.cpp +%%QT_EXAMPLEDIR%%/enginio/widgets/cloudaddressbook/addressbookmodel.h +%%QT_EXAMPLEDIR%%/enginio/widgets/cloudaddressbook/cloudaddressbook.pro +%%QT_EXAMPLEDIR%%/enginio/widgets/cloudaddressbook/doc/src/cloudaddressbook.qdoc +%%QT_EXAMPLEDIR%%/enginio/widgets/cloudaddressbook/main.cpp +%%QT_EXAMPLEDIR%%/enginio/widgets/cloudaddressbook/mainwindow.cpp +%%QT_EXAMPLEDIR%%/enginio/widgets/cloudaddressbook/mainwindow.h +%%QT_EXAMPLEDIR%%/enginio/widgets/cloudaddressbook/mainwindow.ui +%%QT_EXAMPLEDIR%%/enginio/widgets/image-gallery-cpp/doc/src/image-gallery-cpp.qdoc +%%QT_EXAMPLEDIR%%/enginio/widgets/image-gallery-cpp/image-gallery-cpp.pro +%%QT_EXAMPLEDIR%%/enginio/widgets/image-gallery-cpp/imagemodel.cpp +%%QT_EXAMPLEDIR%%/enginio/widgets/image-gallery-cpp/imagemodel.h +%%QT_EXAMPLEDIR%%/enginio/widgets/image-gallery-cpp/imageobject.cpp +%%QT_EXAMPLEDIR%%/enginio/widgets/image-gallery-cpp/imageobject.h +%%QT_EXAMPLEDIR%%/enginio/widgets/image-gallery-cpp/main.cpp +%%QT_EXAMPLEDIR%%/enginio/widgets/image-gallery-cpp/mainwindow.cpp +%%QT_EXAMPLEDIR%%/enginio/widgets/image-gallery-cpp/mainwindow.h +%%QT_EXAMPLEDIR%%/enginio/widgets/todos-cpp/doc/src/todos-cpp.qdoc +%%QT_EXAMPLEDIR%%/enginio/widgets/todos-cpp/main.cpp +%%QT_EXAMPLEDIR%%/enginio/widgets/todos-cpp/mainwindow.cpp +%%QT_EXAMPLEDIR%%/enginio/widgets/todos-cpp/mainwindow.h +%%QT_EXAMPLEDIR%%/enginio/widgets/todos-cpp/todos-cpp.pro +%%QT_EXAMPLEDIR%%/enginio/widgets/todos-cpp/todosmodel.cpp +%%QT_EXAMPLEDIR%%/enginio/widgets/todos-cpp/todosmodel.h +%%QT_EXAMPLEDIR%%/enginio/widgets/widgets.pro +%%QT_EXAMPLEDIR%%/examples.pri +%%QT_EXAMPLEDIR%%/examples.pro +%%QT_EXAMPLEDIR%%/gui/analogclock/analogclock.pro +%%QT_EXAMPLEDIR%%/gui/analogclock/main.cpp +%%QT_EXAMPLEDIR%%/gui/doc/images/analogclock-window-example.png +%%QT_EXAMPLEDIR%%/gui/doc/images/analogclockwindow-viewport.png +%%QT_EXAMPLEDIR%%/gui/doc/images/openglwindow-example.png +%%QT_EXAMPLEDIR%%/gui/doc/src/analogclockwindow.qdoc +%%QT_EXAMPLEDIR%%/gui/doc/src/openglwindow.qdoc +%%QT_EXAMPLEDIR%%/gui/doc/src/rasterwindow.qdoc +%%QT_EXAMPLEDIR%%/gui/gui.pro +%%QT_EXAMPLEDIR%%/gui/openglwindow/main.cpp +%%QT_EXAMPLEDIR%%/gui/openglwindow/openglwindow.cpp +%%QT_EXAMPLEDIR%%/gui/openglwindow/openglwindow.h +%%QT_EXAMPLEDIR%%/gui/openglwindow/openglwindow.pri +%%QT_EXAMPLEDIR%%/gui/openglwindow/openglwindow.pro +%%QT_EXAMPLEDIR%%/gui/rasterwindow/main.cpp +%%QT_EXAMPLEDIR%%/gui/rasterwindow/rasterwindow.cpp +%%QT_EXAMPLEDIR%%/gui/rasterwindow/rasterwindow.h +%%QT_EXAMPLEDIR%%/gui/rasterwindow/rasterwindow.pri +%%QT_EXAMPLEDIR%%/gui/rasterwindow/rasterwindow.pro +%%QT_EXAMPLEDIR%%/help/README +%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/contextsensitivehelp.pro +%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/docs/amount.html +%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/docs/filter.html +%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/docs/plants.html +%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/docs/rain.html +%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/docs/source.html +%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/docs/temperature.html +%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/docs/time.html +%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/docs/wateringmachine.qch +%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/docs/wateringmachine.qhc +%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/docs/wateringmachine.qhcp +%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/docs/wateringmachine.qhp +%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/helpbrowser.cpp +%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/helpbrowser.h +%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/main.cpp +%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/wateringconfigdialog.cpp +%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/wateringconfigdialog.h +%%QT_EXAMPLEDIR%%/help/contextsensitivehelp/wateringconfigdialog.ui +%%QT_EXAMPLEDIR%%/help/doc/src/contextsensitivehelp.qdoc +%%QT_EXAMPLEDIR%%/help/help.pro +%%QT_EXAMPLEDIR%%/linguist/README +%%QT_EXAMPLEDIR%%/linguist/arrowpad/arrowpad.cpp +%%QT_EXAMPLEDIR%%/linguist/arrowpad/arrowpad.h +%%QT_EXAMPLEDIR%%/linguist/arrowpad/arrowpad.pro +%%QT_EXAMPLEDIR%%/linguist/arrowpad/main.cpp +%%QT_EXAMPLEDIR%%/linguist/arrowpad/mainwindow.cpp +%%QT_EXAMPLEDIR%%/linguist/arrowpad/mainwindow.h +%%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-arrowpad_en.png +%%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-arrowpad_fr.png +%%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-arrowpad_nl.png +%%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-hellotr_en.png +%%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-hellotr_la.png +%%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-trollprint_10_en.png +%%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-trollprint_10_pt_bad.png +%%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-trollprint_10_pt_good.png +%%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-trollprint_11_en.png +%%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-trollprint_11_pt.png +%%QT_EXAMPLEDIR%%/linguist/doc/snippets/doc_src_examples_arrowpad.cpp +%%QT_EXAMPLEDIR%%/linguist/doc/snippets/doc_src_examples_arrowpad.qdoc +%%QT_EXAMPLEDIR%%/linguist/doc/snippets/doc_src_examples_hellotr.qdoc +%%QT_EXAMPLEDIR%%/linguist/doc/snippets/doc_src_examples_trollprint.cpp +%%QT_EXAMPLEDIR%%/linguist/doc/src/arrowpad.qdoc +%%QT_EXAMPLEDIR%%/linguist/doc/src/hellotr.qdoc +%%QT_EXAMPLEDIR%%/linguist/doc/src/trollprint.qdoc +%%QT_EXAMPLEDIR%%/linguist/hellotr/hellotr.pro +%%QT_EXAMPLEDIR%%/linguist/hellotr/main.cpp +%%QT_EXAMPLEDIR%%/linguist/linguist.pro +%%QT_EXAMPLEDIR%%/linguist/trollprint/main.cpp +%%QT_EXAMPLEDIR%%/linguist/trollprint/mainwindow.cpp +%%QT_EXAMPLEDIR%%/linguist/trollprint/mainwindow.h +%%QT_EXAMPLEDIR%%/linguist/trollprint/printpanel.cpp +%%QT_EXAMPLEDIR%%/linguist/trollprint/printpanel.h +%%QT_EXAMPLEDIR%%/linguist/trollprint/trollprint.pro +%%QT_EXAMPLEDIR%%/linguist/trollprint/trollprint_pt.ts +%%QT_EXAMPLEDIR%%/location/location.pro +%%QT_EXAMPLEDIR%%/location/mapviewer/forms/Geocode.qml +%%QT_EXAMPLEDIR%%/location/mapviewer/forms/GeocodeForm.ui.qml +%%QT_EXAMPLEDIR%%/location/mapviewer/forms/Locale.qml +%%QT_EXAMPLEDIR%%/location/mapviewer/forms/LocaleForm.ui.qml +%%QT_EXAMPLEDIR%%/location/mapviewer/forms/Message.qml +%%QT_EXAMPLEDIR%%/location/mapviewer/forms/MessageForm.ui.qml +%%QT_EXAMPLEDIR%%/location/mapviewer/forms/ReverseGeocode.qml +%%QT_EXAMPLEDIR%%/location/mapviewer/forms/ReverseGeocodeForm.ui.qml +%%QT_EXAMPLEDIR%%/location/mapviewer/forms/RouteAddress.qml +%%QT_EXAMPLEDIR%%/location/mapviewer/forms/RouteAddressForm.ui.qml +%%QT_EXAMPLEDIR%%/location/mapviewer/forms/RouteCoordinate.qml +%%QT_EXAMPLEDIR%%/location/mapviewer/forms/RouteCoordinateForm.ui.qml +%%QT_EXAMPLEDIR%%/location/mapviewer/forms/RouteList.qml +%%QT_EXAMPLEDIR%%/location/mapviewer/forms/RouteListDelegate.qml +%%QT_EXAMPLEDIR%%/location/mapviewer/forms/RouteListHeader.qml +%%QT_EXAMPLEDIR%%/location/mapviewer/helper.js +%%QT_EXAMPLEDIR%%/location/mapviewer/main.cpp +%%QT_EXAMPLEDIR%%/location/mapviewer/map/CircleItem.qml +%%QT_EXAMPLEDIR%%/location/mapviewer/map/ImageItem.qml +%%QT_EXAMPLEDIR%%/location/mapviewer/map/MapComponent.qml +%%QT_EXAMPLEDIR%%/location/mapviewer/map/Marker.qml +%%QT_EXAMPLEDIR%%/location/mapviewer/map/MiniMap.qml +%%QT_EXAMPLEDIR%%/location/mapviewer/map/PolygonItem.qml +%%QT_EXAMPLEDIR%%/location/mapviewer/map/PolylineItem.qml +%%QT_EXAMPLEDIR%%/location/mapviewer/map/RectangleItem.qml +%%QT_EXAMPLEDIR%%/location/mapviewer/mapviewer.pro +%%QT_EXAMPLEDIR%%/location/mapviewer/mapviewer.qml +%%QT_EXAMPLEDIR%%/location/mapviewer/mapviewer.qrc +%%QT_EXAMPLEDIR%%/location/mapviewer/menus/ItemPopupMenu.qml +%%QT_EXAMPLEDIR%%/location/mapviewer/menus/MainMenu.qml +%%QT_EXAMPLEDIR%%/location/mapviewer/menus/MapPopupMenu.qml +%%QT_EXAMPLEDIR%%/location/mapviewer/menus/MarkerPopupMenu.qml +%%QT_EXAMPLEDIR%%/location/mapviewer/resources/icon.png +%%QT_EXAMPLEDIR%%/location/mapviewer/resources/marker.png +%%QT_EXAMPLEDIR%%/location/mapviewer/resources/scale.png +%%QT_EXAMPLEDIR%%/location/mapviewer/resources/scale_end.png +%%QT_EXAMPLEDIR%%/location/places/forms/Message.qml +%%QT_EXAMPLEDIR%%/location/places/forms/MessageForm.ui.qml +%%QT_EXAMPLEDIR%%/location/places/forms/PlaceDetails.qml +%%QT_EXAMPLEDIR%%/location/places/forms/PlaceDetailsForm.ui.qml +%%QT_EXAMPLEDIR%%/location/places/forms/SearchBoundingBox.qml +%%QT_EXAMPLEDIR%%/location/places/forms/SearchBoundingBoxForm.ui.qml +%%QT_EXAMPLEDIR%%/location/places/forms/SearchBoundingCircle.qml +%%QT_EXAMPLEDIR%%/location/places/forms/SearchBoundingCircleForm.ui.qml +%%QT_EXAMPLEDIR%%/location/places/forms/SearchCenter.qml +%%QT_EXAMPLEDIR%%/location/places/forms/SearchCenterForm.ui.qml +%%QT_EXAMPLEDIR%%/location/places/forms/SearchOptions.qml +%%QT_EXAMPLEDIR%%/location/places/forms/SearchOptionsForm.ui.qml +%%QT_EXAMPLEDIR%%/location/places/helper.js +%%QT_EXAMPLEDIR%%/location/places/items/MainMenu.qml +%%QT_EXAMPLEDIR%%/location/places/items/MapComponent.qml +%%QT_EXAMPLEDIR%%/location/places/items/SearchBar.qml +%%QT_EXAMPLEDIR%%/location/places/main.cpp +%%QT_EXAMPLEDIR%%/location/places/places.pro +%%QT_EXAMPLEDIR%%/location/places/places.qml +%%QT_EXAMPLEDIR%%/location/places/places.qrc +%%QT_EXAMPLEDIR%%/location/places/resources/categories.png +%%QT_EXAMPLEDIR%%/location/places/resources/left.png +%%QT_EXAMPLEDIR%%/location/places/resources/marker.png +%%QT_EXAMPLEDIR%%/location/places/resources/right.png +%%QT_EXAMPLEDIR%%/location/places/resources/scale.png +%%QT_EXAMPLEDIR%%/location/places/resources/scale_end.png +%%QT_EXAMPLEDIR%%/location/places/resources/search.png +%%QT_EXAMPLEDIR%%/location/places/resources/star.png +%%QT_EXAMPLEDIR%%/location/places/views/CategoryDelegate.qml +%%QT_EXAMPLEDIR%%/location/places/views/CategoryView.qml +%%QT_EXAMPLEDIR%%/location/places/views/EditorialDelegate.qml +%%QT_EXAMPLEDIR%%/location/places/views/EditorialPage.qml +%%QT_EXAMPLEDIR%%/location/places/views/EditorialView.qml +%%QT_EXAMPLEDIR%%/location/places/views/ImageView.qml +%%QT_EXAMPLEDIR%%/location/places/views/RatingView.qml +%%QT_EXAMPLEDIR%%/location/places/views/ReviewDelegate.qml +%%QT_EXAMPLEDIR%%/location/places/views/ReviewPage.qml +%%QT_EXAMPLEDIR%%/location/places/views/ReviewView.qml +%%QT_EXAMPLEDIR%%/location/places/views/SearchResultDelegate.qml +%%QT_EXAMPLEDIR%%/location/places/views/SearchResultView.qml +%%QT_EXAMPLEDIR%%/location/places/views/SuggestionView.qml +%%QT_EXAMPLEDIR%%/location/places_list/Marker.qml +%%QT_EXAMPLEDIR%%/location/places_list/main.cpp +%%QT_EXAMPLEDIR%%/location/places_list/marker.png +%%QT_EXAMPLEDIR%%/location/places_list/places_list.pro +%%QT_EXAMPLEDIR%%/location/places_list/places_list.qml +%%QT_EXAMPLEDIR%%/location/places_list/places_list.qrc +%%QT_EXAMPLEDIR%%/location/places_map/main.cpp +%%QT_EXAMPLEDIR%%/location/places_map/marker.png +%%QT_EXAMPLEDIR%%/location/places_map/places_map.pro +%%QT_EXAMPLEDIR%%/location/places_map/places_map.qml +%%QT_EXAMPLEDIR%%/location/places_map/places_map.qrc +%%QT_EXAMPLEDIR%%/location/planespotter/Plane.qml +%%QT_EXAMPLEDIR%%/location/planespotter/airplane.png +%%QT_EXAMPLEDIR%%/location/planespotter/main.cpp +%%QT_EXAMPLEDIR%%/location/planespotter/planespotter.pro +%%QT_EXAMPLEDIR%%/location/planespotter/planespotter.qml +%%QT_EXAMPLEDIR%%/location/planespotter/qml.qrc +%%QT_EXAMPLEDIR%%/multimedia/audiodecoder/audiodecoder.cpp +%%QT_EXAMPLEDIR%%/multimedia/audiodecoder/audiodecoder.h +%%QT_EXAMPLEDIR%%/multimedia/audiodecoder/audiodecoder.pro +%%QT_EXAMPLEDIR%%/multimedia/audiodecoder/main.cpp +%%QT_EXAMPLEDIR%%/multimedia/audiodecoder/wavefilewriter.cpp +%%QT_EXAMPLEDIR%%/multimedia/audiodecoder/wavefilewriter.h +%%QT_EXAMPLEDIR%%/multimedia/audiodevices/audiodevices.cpp +%%QT_EXAMPLEDIR%%/multimedia/audiodevices/audiodevices.h +%%QT_EXAMPLEDIR%%/multimedia/audiodevices/audiodevices.pro +%%QT_EXAMPLEDIR%%/multimedia/audiodevices/audiodevicesbase.ui +%%QT_EXAMPLEDIR%%/multimedia/audiodevices/doc/images/audiodevices.png +%%QT_EXAMPLEDIR%%/multimedia/audiodevices/doc/src/audiodevices.qdoc +%%QT_EXAMPLEDIR%%/multimedia/audiodevices/main.cpp +%%QT_EXAMPLEDIR%%/multimedia/audioengine/audioengine.pro +%%QT_EXAMPLEDIR%%/multimedia/audioengine/doc/src/audioengine.qdoc +%%QT_EXAMPLEDIR%%/multimedia/audioengine/qml/audioengine.qml +%%QT_EXAMPLEDIR%%/multimedia/audioengine/qml/audioengine.qmlproject +%%QT_EXAMPLEDIR%%/multimedia/audioengine/qml/content/MyAudioEngine.qml +%%QT_EXAMPLEDIR%%/multimedia/audioengine/qml/content/engine-loop.wav +%%QT_EXAMPLEDIR%%/multimedia/audioengine/qml/content/horn.wav +%%QT_EXAMPLEDIR%%/multimedia/audioengine/qml/content/whistle.wav +%%QT_EXAMPLEDIR%%/multimedia/audioinput/audioinput.cpp +%%QT_EXAMPLEDIR%%/multimedia/audioinput/audioinput.h +%%QT_EXAMPLEDIR%%/multimedia/audioinput/audioinput.pro +%%QT_EXAMPLEDIR%%/multimedia/audioinput/doc/images/audioinput-example.png +%%QT_EXAMPLEDIR%%/multimedia/audioinput/doc/src/audioinput.qdoc +%%QT_EXAMPLEDIR%%/multimedia/audioinput/main.cpp +%%QT_EXAMPLEDIR%%/multimedia/audiooutput/audiooutput.cpp +%%QT_EXAMPLEDIR%%/multimedia/audiooutput/audiooutput.h +%%QT_EXAMPLEDIR%%/multimedia/audiooutput/audiooutput.pro +%%QT_EXAMPLEDIR%%/multimedia/audiooutput/doc/images/audiooutput-example.png +%%QT_EXAMPLEDIR%%/multimedia/audiooutput/doc/src/audiooutput.qdoc +%%QT_EXAMPLEDIR%%/multimedia/audiooutput/main.cpp +%%QT_EXAMPLEDIR%%/multimedia/audiorecorder/audiorecorder.cpp +%%QT_EXAMPLEDIR%%/multimedia/audiorecorder/audiorecorder.h +%%QT_EXAMPLEDIR%%/multimedia/audiorecorder/audiorecorder.pro +%%QT_EXAMPLEDIR%%/multimedia/audiorecorder/audiorecorder.ui +%%QT_EXAMPLEDIR%%/multimedia/audiorecorder/doc/images/audiorecorder.png +%%QT_EXAMPLEDIR%%/multimedia/audiorecorder/doc/src/audiorecorder.qdoc +%%QT_EXAMPLEDIR%%/multimedia/audiorecorder/main.cpp +%%QT_EXAMPLEDIR%%/multimedia/audiorecorder/qaudiolevel.cpp +%%QT_EXAMPLEDIR%%/multimedia/audiorecorder/qaudiolevel.h +%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/CameraButton.qml +%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/CameraListButton.qml +%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/CameraListPopup.qml +%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/CameraPropertyButton.qml +%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/CameraPropertyPopup.qml +%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/FocusButton.qml +%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/PhotoCaptureControls.qml +%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/PhotoPreview.qml +%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/Popup.qml +%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/VideoCaptureControls.qml +%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/VideoPreview.qml +%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/ZoomControl.qml +%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/declarative-camera.pro +%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/declarative-camera.qml +%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/declarative-camera.qmlproject +%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/declarative-camera.qrc +%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/doc/images/qml-camera.png +%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/doc/src/declarative-camera.qdoc +%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/camera_auto_mode.png +%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/camera_camera_setting.png +%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/camera_flash_auto.png +%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/camera_flash_fill.png +%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/camera_flash_off.png +%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/camera_flash_redeye.png +%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/camera_white_balance_cloudy.png +%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/camera_white_balance_flourescent.png +%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/camera_white_balance_incandescent.png +%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/camera_white_balance_sunny.png +%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/toolbutton.png +%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/toolbutton.sci +%%QT_EXAMPLEDIR%%/multimedia/declarative-camera/qmlcamera.cpp +%%QT_EXAMPLEDIR%%/multimedia/declarative-radio/declarative-radio.pro +%%QT_EXAMPLEDIR%%/multimedia/declarative-radio/declarative-radio.qrc +%%QT_EXAMPLEDIR%%/multimedia/declarative-radio/doc/images/declarative-radio-example.png +%%QT_EXAMPLEDIR%%/multimedia/declarative-radio/doc/src/declarative-radio.qdoc +%%QT_EXAMPLEDIR%%/multimedia/declarative-radio/main.cpp +%%QT_EXAMPLEDIR%%/multimedia/declarative-radio/view.qml +%%QT_EXAMPLEDIR%%/multimedia/multimedia.pro +%%QT_EXAMPLEDIR%%/multimedia/radio/main.cpp +%%QT_EXAMPLEDIR%%/multimedia/radio/radio.cpp +%%QT_EXAMPLEDIR%%/multimedia/radio/radio.h +%%QT_EXAMPLEDIR%%/multimedia/radio/radio.pro +%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/Array.h +%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/Array.hpp +%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/DynArray.h +%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/DynArray.hpp +%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/FFTReal.dsp +%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/FFTReal.dsw +%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/FFTReal.h +%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/FFTReal.hpp +%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/FFTRealFixLen.h +%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/FFTRealFixLen.hpp +%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/FFTRealFixLenParam.h +%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/FFTRealPassDirect.h +%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/FFTRealPassDirect.hpp +%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/FFTRealPassInverse.h +%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/FFTRealPassInverse.hpp +%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/FFTRealSelect.h +%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/FFTRealSelect.hpp +%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/FFTRealUseTrigo.h +%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/FFTRealUseTrigo.hpp +%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/OscSinCos.h *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Sat May 28 12:57:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C132B4D658; Sat, 28 May 2016 12:57:08 +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 D89CB1A2F; Sat, 28 May 2016 12:57:07 +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 u4SCv7XD005773; Sat, 28 May 2016 12:57:07 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SCv6Lw005771; Sat, 28 May 2016 12:57:06 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201605281257.u4SCv6Lw005771@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 28 May 2016 12:57:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415986 - head/net/syncthing-discosrv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 12:57:08 -0000 Author: swills Date: Sat May 28 12:57:06 2016 New Revision: 415986 URL: https://svnweb.freebsd.org/changeset/ports/415986 Log: net/syncthing-discosrv: update to 0.13.0 Modified: head/net/syncthing-discosrv/Makefile head/net/syncthing-discosrv/distinfo Modified: head/net/syncthing-discosrv/Makefile ============================================================================== --- head/net/syncthing-discosrv/Makefile Sat May 28 12:51:03 2016 (r415985) +++ head/net/syncthing-discosrv/Makefile Sat May 28 12:57:06 2016 (r415986) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= syncthing-discosrv -PORTVERSION= 0.12.2 +PORTVERSION= 0.13.0 DISTVERSIONPREFIX= v CATEGORIES= net @@ -23,9 +23,17 @@ GROUPS= syncthing STRIP= # stripping can break go binaries +post-patch: + @cd ${WRKSRC} ; ${MKDIR} src/github.com/${GH_ACCOUNT}/${GH_PROJECT} ; \ + ${MV} .gitignore CONTRIBUTORS LICENSE README.md build.sh \ + clean.go db.go main.go psql.go ql.go querysrv.go stats.go \ + vendor \ + src/github.com/${GH_ACCOUNT}/${GH_PROJECT} + do-build: - @cd ${WRKSRC} ; ${SETENV} GOPATH=${WRKSRC}/Godeps/_workspace:${WRKSRC} go build - @${MV} ${WRKSRC}/discosrv-${PORTVERSION} ${WRKSRC}/syncthing-discosrv + @cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT} ; \ + ${SETENV} GOPATH=${WRKSRC} go build + @${MV} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT}/discosrv ${WRKSRC}/syncthing-discosrv do-install: ${INSTALL_PROGRAM} ${WRKSRC}/syncthing-discosrv ${STAGEDIR}${PREFIX}/bin/ Modified: head/net/syncthing-discosrv/distinfo ============================================================================== --- head/net/syncthing-discosrv/distinfo Sat May 28 12:51:03 2016 (r415985) +++ head/net/syncthing-discosrv/distinfo Sat May 28 12:57:06 2016 (r415986) @@ -1,2 +1,3 @@ -SHA256 (syncthing-discosrv-v0.12.2_GH0.tar.gz) = 429632dd1d6bd61f41ba3288e78bdd9a5ab0be00013f9f061e5affeccf6266b1 -SIZE (syncthing-discosrv-v0.12.2_GH0.tar.gz) = 970007 +TIMESTAMP = 1464113564 +SHA256 (syncthing-discosrv-v0.13.0_GH0.tar.gz) = dfcbfd3d334844e8e7ab377bb48ec01391e4e5322fa978272911f68a2ea4cbcb +SIZE (syncthing-discosrv-v0.13.0_GH0.tar.gz) = 2401348 From owner-svn-ports-head@freebsd.org Sat May 28 13:12:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82E4CB4E1B5; Sat, 28 May 2016 13:12:46 +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 554191A1A; Sat, 28 May 2016 13:12:46 +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 u4SDCjY8013143; Sat, 28 May 2016 13:12:45 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SDCjpV013141; Sat, 28 May 2016 13:12:45 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201605281312.u4SDCjpV013141@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 28 May 2016 13:12:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415987 - head/security/vault X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 13:12:46 -0000 Author: swills Date: Sat May 28 13:12:45 2016 New Revision: 415987 URL: https://svnweb.freebsd.org/changeset/ports/415987 Log: security/vault: update to 0.5.3 Modified: head/security/vault/Makefile head/security/vault/distinfo Modified: head/security/vault/Makefile ============================================================================== --- head/security/vault/Makefile Sat May 28 12:57:06 2016 (r415986) +++ head/security/vault/Makefile Sat May 28 13:12:45 2016 (r415987) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= vault -PORTVERSION= 0.5.2 +PORTVERSION= 0.5.3 DISTVERSIONPREFIX= v CATEGORIES= security Modified: head/security/vault/distinfo ============================================================================== --- head/security/vault/distinfo Sat May 28 12:57:06 2016 (r415986) +++ head/security/vault/distinfo Sat May 28 13:12:45 2016 (r415987) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463719469 -SHA256 (hashicorp-vault-v0.5.2_GH0.tar.gz) = f68382963a339d8e078d2b5dae55f4ce45f5637903646d842e1c99dff0108c96 -SIZE (hashicorp-vault-v0.5.2_GH0.tar.gz) = 3590947 +TIMESTAMP = 1464440436 +SHA256 (hashicorp-vault-v0.5.3_GH0.tar.gz) = b312f3d098ebabd4ed7647cf54bc219a0d2afeba49ee8b614a38e455900b2dae +SIZE (hashicorp-vault-v0.5.3_GH0.tar.gz) = 3591764 From owner-svn-ports-head@freebsd.org Sat May 28 13:13:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4796B4E1E2; Sat, 28 May 2016 13:13:03 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 85BD81AF5; Sat, 28 May 2016 13:13:03 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SDD2P4013273; Sat, 28 May 2016 13:13:02 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SDD22b013271; Sat, 28 May 2016 13:13:02 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201605281313.u4SDD22b013271@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 28 May 2016 13:13:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415988 - head/net/syncthing X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 13:13:03 -0000 Author: swills Date: Sat May 28 13:13:02 2016 New Revision: 415988 URL: https://svnweb.freebsd.org/changeset/ports/415988 Log: net/syncthing: update to 0.13.4 Modified: head/net/syncthing/Makefile head/net/syncthing/distinfo Modified: head/net/syncthing/Makefile ============================================================================== --- head/net/syncthing/Makefile Sat May 28 13:12:45 2016 (r415987) +++ head/net/syncthing/Makefile Sat May 28 13:13:02 2016 (r415988) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= syncthing -PORTVERSION= 0.13.2 +PORTVERSION= 0.13.4 DISTVERSIONPREFIX= v CATEGORIES= net Modified: head/net/syncthing/distinfo ============================================================================== --- head/net/syncthing/distinfo Sat May 28 13:12:45 2016 (r415987) +++ head/net/syncthing/distinfo Sat May 28 13:13:02 2016 (r415988) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463920650 -SHA256 (syncthing-syncthing-v0.13.2_GH0.tar.gz) = 98dac8cf182222967f96e213dc307ede3ed5c6407bd66faeb81e904de4011e89 -SIZE (syncthing-syncthing-v0.13.2_GH0.tar.gz) = 3928871 +TIMESTAMP = 1464440462 +SHA256 (syncthing-syncthing-v0.13.4_GH0.tar.gz) = c7ecb7ace4837295a03fc72d0b133d2ec149e412bd998d9247d7d4504ef0f64b +SIZE (syncthing-syncthing-v0.13.4_GH0.tar.gz) = 3937983 From owner-svn-ports-head@freebsd.org Sat May 28 13:22:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1828FB4E404; Sat, 28 May 2016 13:22:56 +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 DC9B11FBB; Sat, 28 May 2016 13:22:55 +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 u4SDMtKW016927; Sat, 28 May 2016 13:22:55 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SDMspY016925; Sat, 28 May 2016 13:22:54 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201605281322.u4SDMspY016925@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 28 May 2016 13:22:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415989 - 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.22 Precedence: list List-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, 28 May 2016 13:22:56 -0000 Author: bapt Date: Sat May 28 13:22:54 2016 New Revision: 415989 URL: https://svnweb.freebsd.org/changeset/ports/415989 Log: Update to 1.8.99.3 Changes: - fix some memory issues found with -fsanitize=address 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 May 28 13:13:02 2016 (r415988) +++ head/ports-mgmt/pkg-devel/Makefile Sat May 28 13:22:54 2016 (r415989) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.8.99.2 +DISTVERSION= 1.8.99.3 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Sat May 28 13:13:02 2016 (r415988) +++ head/ports-mgmt/pkg-devel/distinfo Sat May 28 13:22:54 2016 (r415989) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464202398 -SHA256 (pkg-1.8.99.2.tar.xz) = 9714120a43a24b37f7f677ca7497556c6e612a66f825d8214c2e9d4680c00a25 -SIZE (pkg-1.8.99.2.tar.xz) = 1944136 +TIMESTAMP = 1464441706 +SHA256 (pkg-1.8.99.3.tar.xz) = 61d3ab6f91f9f88e77ea865765aa3e7e815d387d82763f2deb9719e04b8f3704 +SIZE (pkg-1.8.99.3.tar.xz) = 1943604 From owner-svn-ports-head@freebsd.org Sat May 28 13:32:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6128B4E6BA; Sat, 28 May 2016 13:32:25 +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 6B13E1410; Sat, 28 May 2016 13:32:25 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SDWOdj020551; Sat, 28 May 2016 13:32:24 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SDWOqQ020549; Sat, 28 May 2016 13:32:24 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201605281332.u4SDWOqQ020549@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 28 May 2016 13:32:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415990 - head/net/syncthing-inotify X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 13:32:25 -0000 Author: swills Date: Sat May 28 13:32:24 2016 New Revision: 415990 URL: https://svnweb.freebsd.org/changeset/ports/415990 Log: net/syncthing-inotify: update to 0.8 Modified: head/net/syncthing-inotify/Makefile head/net/syncthing-inotify/distinfo Modified: head/net/syncthing-inotify/Makefile ============================================================================== --- head/net/syncthing-inotify/Makefile Sat May 28 13:22:54 2016 (r415989) +++ head/net/syncthing-inotify/Makefile Sat May 28 13:32:24 2016 (r415990) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= syncthing-inotify -PORTVERSION= 0.7 +PORTVERSION= 0.8 DISTVERSIONPREFIX= v CATEGORIES= net @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/ USE_GITHUB= yes GH_ACCOUNT= syncthing cenkalti:backoff zillode:notify GH_PROJECT= backoff:backoff notify:notify -GH_TAGNAME= 32cd0c5:backoff bef4d0b:notify +GH_TAGNAME= 9831e1e:backoff 2da5cc9:notify STRIP= # stripping can break go binaries Modified: head/net/syncthing-inotify/distinfo ============================================================================== --- head/net/syncthing-inotify/distinfo Sat May 28 13:22:54 2016 (r415989) +++ head/net/syncthing-inotify/distinfo Sat May 28 13:32:24 2016 (r415990) @@ -1,6 +1,7 @@ -SHA256 (syncthing-syncthing-inotify-v0.7_GH0.tar.gz) = 0446bba96df9861a722cdf04d9a3f626e91808879007148b3d44abb3042becb2 -SIZE (syncthing-syncthing-inotify-v0.7_GH0.tar.gz) = 22421 -SHA256 (cenkalti-backoff-32cd0c5_GH0.tar.gz) = 68c64ca464e2efdae865346bfa45035a5d743b00c34a5d5dad5f05dc0968f0b8 -SIZE (cenkalti-backoff-32cd0c5_GH0.tar.gz) = 6998 -SHA256 (zillode-notify-bef4d0b_GH0.tar.gz) = aa7764dd5fbdd8512c80aaacaa5747a8b7d2cf7e1e2fc69196a1921f688888bc -SIZE (zillode-notify-bef4d0b_GH0.tar.gz) = 54930 +TIMESTAMP = 1464441644 +SHA256 (syncthing-syncthing-inotify-v0.8_GH0.tar.gz) = 886f38fa4b62ef58d54cfa379a1de7e9c461a0ff14149497934fa654e73c946a +SIZE (syncthing-syncthing-inotify-v0.8_GH0.tar.gz) = 22486 +SHA256 (cenkalti-backoff-9831e1e_GH0.tar.gz) = aadaf18958680eeab6bcb0ddce87b5654fb94bc7f19fb4bb9464f53a1ce5099c +SIZE (cenkalti-backoff-9831e1e_GH0.tar.gz) = 6415 +SHA256 (zillode-notify-2da5cc9_GH0.tar.gz) = 55f9f78ad903d8f626637e35463de900b89e872d1d9b39f2986fc7486517a9d8 +SIZE (zillode-notify-2da5cc9_GH0.tar.gz) = 55099 From owner-svn-ports-head@freebsd.org Sat May 28 13:46:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28990B4EA05; Sat, 28 May 2016 13:46:54 +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 EC6301C03; Sat, 28 May 2016 13:46:53 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SDkrSB024729; Sat, 28 May 2016 13:46:53 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SDkrjo024727; Sat, 28 May 2016 13:46:53 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201605281346.u4SDkrjo024727@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 28 May 2016 13:46:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415991 - head/devel/godep X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 13:46:54 -0000 Author: swills Date: Sat May 28 13:46:52 2016 New Revision: 415991 URL: https://svnweb.freebsd.org/changeset/ports/415991 Log: devel/godep: update to v72 Modified: head/devel/godep/Makefile head/devel/godep/distinfo Modified: head/devel/godep/Makefile ============================================================================== --- head/devel/godep/Makefile Sat May 28 13:32:24 2016 (r415990) +++ head/devel/godep/Makefile Sat May 28 13:46:52 2016 (r415991) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= godep -PORTVERSION= 70 +PORTVERSION= 72 CATEGORIES= devel DISTVERSIONPREFIX= v Modified: head/devel/godep/distinfo ============================================================================== --- head/devel/godep/distinfo Sat May 28 13:32:24 2016 (r415990) +++ head/devel/godep/distinfo Sat May 28 13:46:52 2016 (r415991) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463919521 -SHA256 (tools-godep-v70_GH0.tar.gz) = 56f4947a89c48050318d4565ff454ac202cd3f2b5fd247fb4b7ed248917c2b17 -SIZE (tools-godep-v70_GH0.tar.gz) = 69926 +TIMESTAMP = 1464442110 +SHA256 (tools-godep-v72_GH0.tar.gz) = 9c429009ebd42b4f79160010ece5c1d0b563ccf4a128ee2d63c561412bf84197 +SIZE (tools-godep-v72_GH0.tar.gz) = 71317 From owner-svn-ports-head@freebsd.org Sat May 28 13:47:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B447FB4EA33; Sat, 28 May 2016 13:47:11 +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 856AA1CE5; Sat, 28 May 2016 13:47:11 +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 u4SDlAjd024855; Sat, 28 May 2016 13:47:10 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SDlA7D024853; Sat, 28 May 2016 13:47:10 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201605281347.u4SDlA7D024853@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 28 May 2016 13:47:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415992 - head/devel/p5-Config-Perl-V X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 13:47:11 -0000 Author: swills Date: Sat May 28 13:47:10 2016 New Revision: 415992 URL: https://svnweb.freebsd.org/changeset/ports/415992 Log: devel/p5-Config-Perl-V: update to 0.26 Modified: head/devel/p5-Config-Perl-V/Makefile head/devel/p5-Config-Perl-V/distinfo Modified: head/devel/p5-Config-Perl-V/Makefile ============================================================================== --- head/devel/p5-Config-Perl-V/Makefile Sat May 28 13:46:52 2016 (r415991) +++ head/devel/p5-Config-Perl-V/Makefile Sat May 28 13:47:10 2016 (r415992) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Config-Perl-V -PORTVERSION= 0.25 +PORTVERSION= 0.26 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HMBRAND Modified: head/devel/p5-Config-Perl-V/distinfo ============================================================================== --- head/devel/p5-Config-Perl-V/distinfo Sat May 28 13:46:52 2016 (r415991) +++ head/devel/p5-Config-Perl-V/distinfo Sat May 28 13:47:10 2016 (r415992) @@ -1,2 +1,3 @@ -SHA256 (Config-Perl-V-0.25.tgz) = e488d285b3b885d4028db6a0db1f527ac5aecb936d71f0564be04678c1e563fc -SIZE (Config-Perl-V-0.25.tgz) = 16403 +TIMESTAMP = 1464442373 +SHA256 (Config-Perl-V-0.26.tgz) = 5eb131e57d90e51233411af1e98d3730c7bd5ea3a8a30a93f91240bbf38b925e +SIZE (Config-Perl-V-0.26.tgz) = 17768 From owner-svn-ports-head@freebsd.org Sat May 28 13:50:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9128BB4EACE; Sat, 28 May 2016 13:50:27 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: from mail-lf0-x231.google.com (mail-lf0-x231.google.com [IPv6:2a00:1450:4010:c07::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 17B871E16; Sat, 28 May 2016 13:50:27 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: by mail-lf0-x231.google.com with SMTP id b73so33703368lfb.3; Sat, 28 May 2016 06:50:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=D/PY/nrOWBVKzys8vhloJZzXcp0ZUt6SIExYegBNgyg=; b=Seta0gE74KJZ4haQ5Uj9NSmTWJZnNs+tmUShzL55vtYqcC8woOQbDq9wnPSe1mAUNg 5JTwhi/V5wDBBuKgptea30Ye15K4NhAa9YSCtyRRXlLCbcQeNEJ7i14SyAcvspG1KbG+ LkIJ0k+lpRajVyykD2H1mtzqooMMvRxYJmZ/D8IkpyewJTRgDVB2Ux+8AsSS247UBnvh XpNX0VV8VHxi1PbTNi+tsdABGWSHGJVcCNLDVjcTCJqAlfRts+mBiZra1r8c9aCTOblN WTlAif7QgDXh8aOevBnJa+SUwyqBT19WUH8T3L1dQjRc3CYPWCxAiQrLTCfCbjPE9brG q12Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=D/PY/nrOWBVKzys8vhloJZzXcp0ZUt6SIExYegBNgyg=; b=jlRarWA990c+4rgEUejcq+7zAiOAncT8xxOiCl/gdPaq9Pyq2Snk5J/5tXdNXWaG/T 1ndwEkB2iunkUk9IvhNHkvGtGll5cIn4OyYu+5AQZo/ZSVd/RJ52afs98wcxDn8elGyI qBcr94eHpNnJxI3/BLfEmI/Qf+a+AZ79rsJBjSsbPYds2yMdOoAVSx3BgynfYaCTCYar fKglSwAFSK+pEG4smCAT/MYNefphmzp+uqvEq3TZ3nescYuTkgqSAYvhJ491s/t1QuHH 5db7cCLCO8DWZfbDEUNZwm9U+b6jmNW5kvw1Q3gha9ocOHEkI3mFBVhiL+OMlcAI4ueT GF0A== X-Gm-Message-State: ALyK8tJqq68Is7rJy5tySC/5rQdDP4lrkkb30gMH+ZUn3+qzGEdjo2PhY6UMr/M1JZtUFA== X-Received: by 10.25.80.72 with SMTP id e69mr5310706lfb.96.1464443424657; Sat, 28 May 2016 06:50:24 -0700 (PDT) Received: from [10.0.1.3] (broadband-5-228-251-188.nationalcablenetworks.ru. [5.228.251.188]) by smtp.gmail.com with ESMTPSA id e78sm3575924lfb.6.2016.05.28.06.50.23 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 28 May 2016 06:50:23 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: svn commit: r415960 - head/math/py-networkx From: Dmitry Sivachenko In-Reply-To: <201605271942.u4RJgCpZ024200@repo.freebsd.org> Date: Sat, 28 May 2016 16:50:25 +0300 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <348BC6FD-BDC2-4F02-9CC9-2E59D4ED5A05@gmail.com> References: <201605271942.u4RJgCpZ024200@repo.freebsd.org> To: Dmitry Marakasov X-Mailer: Apple Mail (2.3124) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 13:50:27 -0000 > On 27 May 2016, at 22:42, Dmitry Marakasov wrote: >=20 > Author: amdmi3 > Date: Fri May 27 19:42:12 2016 > New Revision: 415960 > URL: https://svnweb.freebsd.org/changeset/ports/415960 >=20 > Log: > - Change condition to fix build with fmake when using python3.x >=20 > PR: 209514 > Approved by: portmgr blanket >=20 > Modified: > head/math/py-networkx/Makefile >=20 > Modified: head/math/py-networkx/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/math/py-networkx/Makefile Fri May 27 19:40:28 2016 = (r415959) > +++ head/math/py-networkx/Makefile Fri May 27 19:42:12 2016 = (r415960) > @@ -49,8 +49,10 @@ YAML_RUN_DEPENDS=3D ${PYTHON_PKGNAMEPREFIX >=20 > .include >=20 > -.if ${PYTHON_REL} >=3D 3000 && (${PORT_OPTIONS:MMPL} || = ${PORT_OPTIONS:MGRAPHVIZ}) > +.if ${PYTHON_REL} >=3D 3000 > +. if ${PORT_OPTIONS:MMPL} || ${PORT_OPTIONS:MGRAPHVIZ} > BROKEN=3D Neither math/py-matplotlib nor = graphics/py-graphviz support Python 3.x yet. Please disable both the MPL = and=20 This BROKEN message seems wrong: according to documentation and FreeBSD = port, py-matplotlib does support python3; Also there is separate port graphics/py3-pygraphviz which support = python3.= From owner-svn-ports-head@freebsd.org Sat May 28 13:52:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B747AB4EBB4; Sat, 28 May 2016 13:52: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 831E410CE; Sat, 28 May 2016 13:52: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 u4SDq3NE025743; Sat, 28 May 2016 13:52:03 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SDq3t2025742; Sat, 28 May 2016 13:52:03 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605281352.u4SDq3t2025742@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 28 May 2016 13:52:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415993 - head/security/sssd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 13:52:04 -0000 Author: amdmi3 Date: Sat May 28 13:52:03 2016 New Revision: 415993 URL: https://svnweb.freebsd.org/changeset/ports/415993 Log: - Fix license - Remove unneeded options.mk inclusion Approved by: portmgr blanket Modified: head/security/sssd/Makefile Modified: head/security/sssd/Makefile ============================================================================== --- head/security/sssd/Makefile Sat May 28 13:47:10 2016 (r415992) +++ head/security/sssd/Makefile Sat May 28 13:52:03 2016 (r415993) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sssd -DISTVERSION= 1.11.7 +PORTVERSION= 1.11.7 PORTREVISION= 4 CATEGORIES= security MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ \ @@ -11,7 +11,7 @@ MASTER_SITES= https://fedorahosted.org/r MAINTAINER= lukas.slebodnik@intrak.sk COMMENT= System Security Services Daemon -LICENSE= GPLv3 +LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpopt.so:devel/popt \ @@ -73,8 +73,6 @@ SMB_DESC= Install IPA and AD providers SMB_BUILD_DEPENDS= samba42>=4.2.11:net/samba42 SMB_CONFIGURE_WITH= samba -.include - post-patch: @${REINPLACE_CMD} -e 's|SIGCLD|SIGCHLD|g' ${WRKSRC}/src/util/signal.c @${REINPLACE_CMD} -e 's|NSS_STATUS_NOTFOUND|NS_NOTFOUND|g' \ From owner-svn-ports-head@freebsd.org Sat May 28 14:15:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 477F4B4D017; Sat, 28 May 2016 14:15:03 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03CC91B13; Sat, 28 May 2016 14:15:02 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SEF2D4035718; Sat, 28 May 2016 14:15:02 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SEF2Rt035717; Sat, 28 May 2016 14:15:02 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201605281415.u4SEF2Rt035717@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 28 May 2016 14:15:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415994 - head/net-p2p/go-ethereum X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 14:15:03 -0000 Author: gerald Date: Sat May 28 14:15:01 2016 New Revision: 415994 URL: https://svnweb.freebsd.org/changeset/ports/415994 Log: Replace USE_GCC=4.8+ by the more general USE_GCC=yes. Modified: head/net-p2p/go-ethereum/Makefile Modified: head/net-p2p/go-ethereum/Makefile ============================================================================== --- head/net-p2p/go-ethereum/Makefile Sat May 28 13:52:03 2016 (r415993) +++ head/net-p2p/go-ethereum/Makefile Sat May 28 14:15:01 2016 (r415994) @@ -26,7 +26,7 @@ RLPDUMP_DESC= Prints RLP structures USE_GITHUB= yes GH_ACCOUNT= ethereum -USE_GCC= 4.8+ +USE_GCC= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/build/bin/geth ${STAGEDIR}${PREFIX}/bin From owner-svn-ports-head@freebsd.org Sat May 28 14:24:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19848B4D1EB; Sat, 28 May 2016 14:24: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 CED461EA1; Sat, 28 May 2016 14:24: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 u4SEOFDL039350; Sat, 28 May 2016 14:24:15 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SEOE2N039348; Sat, 28 May 2016 14:24:14 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605281424.u4SEOE2N039348@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 28 May 2016 14:24:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415995 - head/japanese/jacode.pl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 14:24:16 -0000 Author: amdmi3 Date: Sat May 28 14:24:14 2016 New Revision: 415995 URL: https://svnweb.freebsd.org/changeset/ports/415995 Log: - Update 2.13.4.12 - While here, add NO_ARCH PR: 209782 Submitted by: takefu@airport.fm (maintainer) Modified: head/japanese/jacode.pl/Makefile head/japanese/jacode.pl/distinfo Modified: head/japanese/jacode.pl/Makefile ============================================================================== --- head/japanese/jacode.pl/Makefile Sat May 28 14:15:01 2016 (r415994) +++ head/japanese/jacode.pl/Makefile Sat May 28 14:24:14 2016 (r415995) @@ -1,9 +1,7 @@ -# Created by: Takefu # $FreeBSD$ PORTNAME= jacode.pl -PORTVERSION= 2.13.4.11 -PORTREVISION= 1 +PORTVERSION= 2.13.4.12 CATEGORIES= japanese perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:INA/${PORTNAME:S|.pl||} @@ -19,6 +17,7 @@ USES= perl5 USE_PERL5= run PLIST_FILES= ${SITE_PERL_REL}/${PORTNAME} NO_BUILD= yes +NO_ARCH= yes pre-install: @cd ${WRKSRC}; ${PERL} ${WRKSRC}/t/001_test.t Modified: head/japanese/jacode.pl/distinfo ============================================================================== --- head/japanese/jacode.pl/distinfo Sat May 28 14:15:01 2016 (r415994) +++ head/japanese/jacode.pl/distinfo Sat May 28 14:24:14 2016 (r415995) @@ -1,2 +1,3 @@ -SHA256 (jacode-2.13.4.11.tar.gz) = b879d9cf8a320062268a72d348db24f0258836514780e7f3d21b2a9108395a2c -SIZE (jacode-2.13.4.11.tar.gz) = 291224 +TIMESTAMP = 1464338939 +SHA256 (jacode-2.13.4.12.tar.gz) = 57493b82feb3fcbbb127894d8871d58ec66dd29434290c51f3ba4994fecb2279 +SIZE (jacode-2.13.4.12.tar.gz) = 294517 From owner-svn-ports-head@freebsd.org Sat May 28 14:27:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6264CB4D2D8; Sat, 28 May 2016 14:27:22 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 32AA41036; Sat, 28 May 2016 14:27:22 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SERLvU039558; Sat, 28 May 2016 14:27:21 GMT (envelope-from nobutaka@FreeBSD.org) Received: (from nobutaka@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SERL8g039557; Sat, 28 May 2016 14:27:21 GMT (envelope-from nobutaka@FreeBSD.org) Message-Id: <201605281427.u4SERL8g039557@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nobutaka set sender to nobutaka@FreeBSD.org using -f From: MANTANI Nobutaka Date: Sat, 28 May 2016 14:27:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415996 - head/textproc/uim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 14:27:22 -0000 Author: nobutaka Date: Sat May 28 14:27:21 2016 New Revision: 415996 URL: https://svnweb.freebsd.org/changeset/ports/415996 Log: Update WWW. PR: 209192 Submitted by: raycherng@gmail.com Modified: head/textproc/uim/pkg-descr Modified: head/textproc/uim/pkg-descr ============================================================================== --- head/textproc/uim/pkg-descr Sat May 28 14:24:14 2016 (r415995) +++ head/textproc/uim/pkg-descr Sat May 28 14:27:21 2016 (r415996) @@ -6,4 +6,4 @@ And currently it supports following inpu Japanese: Anthy, Canna, Prime, SKK, T-code, TUT-code Korean: Byeoru, Hangul (2-beol), Hangul (3-beol), Hangul (Romaja) -WWW: http://code.google.com/p/uim/ +WWW: https://github.com/uim From owner-svn-ports-head@freebsd.org Sat May 28 14:39:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40CECB4D708; Sat, 28 May 2016 14:39:23 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E19118A5; Sat, 28 May 2016 14:39:22 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SEdMJe043489; Sat, 28 May 2016 14:39:22 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SEdMOh043487; Sat, 28 May 2016 14:39:22 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201605281439.u4SEdMOh043487@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 28 May 2016 14:39:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415997 - head/lang/gcc6-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 14:39:23 -0000 Author: gerald Date: Sat May 28 14:39:21 2016 New Revision: 415997 URL: https://svnweb.freebsd.org/changeset/ports/415997 Log: Update to the 20160526 snapshot of GCC 6. Modified: head/lang/gcc6-devel/Makefile head/lang/gcc6-devel/distinfo Modified: head/lang/gcc6-devel/Makefile ============================================================================== --- head/lang/gcc6-devel/Makefile Sat May 28 14:27:21 2016 (r415996) +++ head/lang/gcc6-devel/Makefile Sat May 28 14:39:21 2016 (r415997) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 6.1.1.s20160512 +PORTVERSION= 6.1.1.s20160526 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc6-devel/distinfo ============================================================================== --- head/lang/gcc6-devel/distinfo Sat May 28 14:27:21 2016 (r415996) +++ head/lang/gcc6-devel/distinfo Sat May 28 14:39:21 2016 (r415997) @@ -1,2 +1,3 @@ -SHA256 (gcc-6-20160512.tar.bz2) = 2d92a1c74a316d5006ffbe72524f0ddd2160557d66eff9fc9b235e99d439c5c7 -SIZE (gcc-6-20160512.tar.bz2) = 95419834 +TIMESTAMP = 1464441916 +SHA256 (gcc-6-20160526.tar.bz2) = afe4db2c9ddd61cc6e4c77d1606f19bd423f213d851ea1e2c38f7ad59f6b7e6a +SIZE (gcc-6-20160526.tar.bz2) = 95488497 From owner-svn-ports-head@freebsd.org Sat May 28 14:40:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C64FEB4D784; Sat, 28 May 2016 14:40:33 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F0351A0E; Sat, 28 May 2016 14:40:33 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SEeWR2043675; Sat, 28 May 2016 14:40:32 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SEeW7W043672; Sat, 28 May 2016 14:40:32 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <201605281440.u4SEeW7W043672@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Sat, 28 May 2016 14:40:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415998 - 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.22 Precedence: list List-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, 28 May 2016 14:40:33 -0000 Author: fluffy Date: Sat May 28 14:40:32 2016 New Revision: 415998 URL: https://svnweb.freebsd.org/changeset/ports/415998 Log: - games/pyfa: Update to 1.19.1 PR: 207180 Submitted by: Andrey Fesenko (maintainer) Approved by: miwi (mentor, implicit) Modified: head/games/pyfa/Makefile head/games/pyfa/distinfo head/games/pyfa/pkg-descr Modified: head/games/pyfa/Makefile ============================================================================== --- head/games/pyfa/Makefile Sat May 28 14:39:21 2016 (r415997) +++ head/games/pyfa/Makefile Sat May 28 14:40:32 2016 (r415998) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pyfa -PORTVERSION= 1.18.0 +PORTVERSION= 1.19.1 DISTVERSIONPREFIX= v CATEGORIES= games python @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}date ${PYTHON_PKGNAMEPREFIX}requests>=2.3.0:www/py-requests USE_GITHUB= yes -GH_ACCOUNT= DarkFenX +GH_ACCOUNT= pyfa-org USES= python:2 dos2unix DOS2UNIX_GLOB= *.py @@ -31,9 +31,9 @@ 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) +DPSGRAPHING_DESC= DPS graphing (requires NumPy and matplotlib) -DPSGRAPHING_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib \ +DPSGRAPHING_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.5.0:${PORTSDIR}/math/py-matplotlib \ ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy \ ${PYTHON_PKGNAMEPREFIX}more-itertools>0:devel/py-more-itertools Modified: head/games/pyfa/distinfo ============================================================================== --- head/games/pyfa/distinfo Sat May 28 14:39:21 2016 (r415997) +++ head/games/pyfa/distinfo Sat May 28 14:40:32 2016 (r415998) @@ -1,2 +1,2 @@ -SHA256 (DarkFenX-pyfa-v1.18.0_GH0.tar.gz) = 32a598f336cca869180110b51e9149cc2007f0f760c4c5eb8b9e81f73f8abee3 -SIZE (DarkFenX-pyfa-v1.18.0_GH0.tar.gz) = 6678003 +SHA256 (pyfa-org-pyfa-v1.19.1_GH0.tar.gz) = f597019117b335971287fd47c1faa5be049f8a6879d4144b6c8a0039f35cea98 +SIZE (pyfa-org-pyfa-v1.19.1_GH0.tar.gz) = 6688136 Modified: head/games/pyfa/pkg-descr ============================================================================== --- head/games/pyfa/pkg-descr Sat May 28 14:39:21 2016 (r415997) +++ head/games/pyfa/pkg-descr Sat May 28 14:40:32 2016 (r415998) @@ -5,4 +5,4 @@ are available. It provides many advanced features such as graphs and full calculations of any possible combination of modules, fits, etc. -WWW: https://github.com/DarkFenX/Pyfa +WWW: https://github.com/pyfa-org/Pyfa From owner-svn-ports-head@freebsd.org Sat May 28 14:46:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64571B4DB1D; Sat, 28 May 2016 14:46:30 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E7A91EBB; Sat, 28 May 2016 14:46:30 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SEkTGA047240; Sat, 28 May 2016 14:46:29 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SEkTej047235; Sat, 28 May 2016 14:46:29 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605281446.u4SEkTej047235@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 28 May 2016 14:46:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415999 - in head/x11-themes: . qt5-style-plugins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 14:46:30 -0000 Author: pi Date: Sat May 28 14:46:28 2016 New Revision: 415999 URL: https://svnweb.freebsd.org/changeset/ports/415999 Log: New port: x11-themes/qt5-style-plugins Additional Qt5 styles formerly packaged with Qt: - Cleanlooks - Motif - Plastique WWW: http://qt-project.org PR: 209319 Submitted by: groot@kde.org (kde), Ralf Nolden (kde) Added: head/x11-themes/qt5-style-plugins/ head/x11-themes/qt5-style-plugins/Makefile (contents, props changed) head/x11-themes/qt5-style-plugins/distinfo (contents, props changed) head/x11-themes/qt5-style-plugins/pkg-descr (contents, props changed) head/x11-themes/qt5-style-plugins/pkg-plist (contents, props changed) Modified: head/x11-themes/Makefile Modified: head/x11-themes/Makefile ============================================================================== --- head/x11-themes/Makefile Sat May 28 14:40:32 2016 (r415998) +++ head/x11-themes/Makefile Sat May 28 14:46:28 2016 (r415999) @@ -154,6 +154,7 @@ SUBDIR += qt4-style-phase SUBDIR += qt4-style-quantumstyle SUBDIR += qt5-style-Kvantum + SUBDIR += qt5-style-plugins SUBDIR += qtcurve SUBDIR += qtcurve-gtk2 SUBDIR += qtcurve-kde4 Added: head/x11-themes/qt5-style-plugins/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/qt5-style-plugins/Makefile Sat May 28 14:46:28 2016 (r415999) @@ -0,0 +1,22 @@ +# Created by: Ralf Nolden +# $FreeBSD$ + +PORTNAME= qt5-style-plugins +PORTVERSION= 5.0.0 +CATEGORIES= x11-themes +MASTER_SITES= QT/community_releases/additional_qt_src_pkgs/ +DISTNAME= qtstyleplugins-src-${PORTVERSION} +DIST_SUBDIR= KDE/Qt/addons + +MAINTAINER= kde@FreeBSD.org +COMMENT= Additional Styles for Qt 5 and KDE + +LICENSE= LGPL21 + +USES= qmake +USE_QT5= buildtools_build core gui widgets +USE_GL+= gl + +WRKSRC= ${WRKDIR}/qtstyleplugins-src-${PORTVERSION} + +.include Added: head/x11-themes/qt5-style-plugins/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/qt5-style-plugins/distinfo Sat May 28 14:46:28 2016 (r415999) @@ -0,0 +1,2 @@ +SHA256 (KDE/Qt/addons/qtstyleplugins-src-5.0.0.tar.gz) = 9f96d8eb974944aa788c10e6ef610bf74b12b6dbd5257acacec78962b7753f40 +SIZE (KDE/Qt/addons/qtstyleplugins-src-5.0.0.tar.gz) = 96824 Added: head/x11-themes/qt5-style-plugins/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/qt5-style-plugins/pkg-descr Sat May 28 14:46:28 2016 (r415999) @@ -0,0 +1,7 @@ +Additional Qt5 styles formerly packaged with Qt: + +- Cleanlooks +- Motif +- Plastique + +WWW: http://qt-project.org Added: head/x11-themes/qt5-style-plugins/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/qt5-style-plugins/pkg-plist Sat May 28 14:46:28 2016 (r415999) @@ -0,0 +1,4 @@ +%%QT_LIBDIR%%/cmake/Qt5Widgets/Qt5Widgets_.cmake +%%QT_PLUGINDIR%%/styles/libqcleanlooksstyle.so +%%QT_PLUGINDIR%%/styles/libqmotifstyle.so +%%QT_PLUGINDIR%%/styles/libqplastiquestyle.so From owner-svn-ports-head@freebsd.org Sat May 28 14:46:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2453FB4DB97; Sat, 28 May 2016 14:46:45 +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 DB38A1FAE; Sat, 28 May 2016 14:46:44 +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 u4SEkif1047505; Sat, 28 May 2016 14:46:44 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SEkhho047496; Sat, 28 May 2016 14:46:43 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201605281446.u4SEkhho047496@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 28 May 2016 14:46:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416000 - in head: . net net/ntpa net/ntpa/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 14:46:45 -0000 Author: madpilot Date: Sat May 28 14:46:43 2016 New Revision: 416000 URL: https://svnweb.freebsd.org/changeset/ports/416000 Log: New port: net/ntpa NTP Analyzer is a tool dedicated to analyze the operation of time servers. NTP Analyzer works by collecting data from the ntp daemon. Graphs and web pages can then be generated to visualize the activities of hosts and peers. WWW: https://bitbucket.org/anguist/ntpa PR: 208940 Submitted by: Carsten Larsen Added: head/net/ntpa/ head/net/ntpa/Makefile (contents, props changed) head/net/ntpa/distinfo (contents, props changed) head/net/ntpa/files/ head/net/ntpa/files/ntpa.in (contents, props changed) head/net/ntpa/pkg-descr (contents, props changed) head/net/ntpa/pkg-message (contents, props changed) head/net/ntpa/pkg-plist (contents, props changed) Modified: head/GIDs head/UIDs head/net/Makefile Modified: head/GIDs ============================================================================== --- head/GIDs Sat May 28 14:46:28 2016 (r415999) +++ head/GIDs Sat May 28 14:46:43 2016 (r416000) @@ -222,6 +222,7 @@ _xsi:*:600: _tss:*:601: _pkcs11:*:602: freeswitch:*:610: +ntpa:*:615: caldavd:*:639: monkeysphere:*:641: aox:*:666: Modified: head/UIDs ============================================================================== --- head/UIDs Sat May 28 14:46:28 2016 (r415999) +++ head/UIDs Sat May 28 14:46:43 2016 (r416000) @@ -227,6 +227,7 @@ _xsi:*:600:600::0:0:XMLSysInfo User:/non _tss:*:601:601:daemon:0:0:TrouSerS user:/var/empty:/usr/sbin/nologin _pkcs11:*:602:602:daemon:0:0:opencryptoki user:/var/empty:/usr/sbin/nologin freeswitch:*:610:610::0:0:Freeswitch user:/nonexistent:/usr/sbin/nologin +ntpa:*:615:615::0:0:NTPa user:/nonexistent:/usr/sbin/nologin _pla:*:636:80::0:0:phpLDAPAdmin Owner:/nonexistent:/usr/sbin/nologin caldavd:*:639:639::0:0:Caldavd user:/var/db/caldavd:/usr/sbin/nologin monkeysphere:*:641:641::0:0:Monkeysphere User:/var/monkeysphere:/usr/local/bin/bash Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sat May 28 14:46:28 2016 (r415999) +++ head/net/Makefile Sat May 28 14:46:43 2016 (r416000) @@ -461,6 +461,7 @@ SUBDIR += ntop SUBDIR += ntp SUBDIR += ntp-devel + SUBDIR += ntpa SUBDIR += ntraceroute SUBDIR += nusoap SUBDIR += nxproxy Added: head/net/ntpa/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ntpa/Makefile Sat May 28 14:46:43 2016 (r416000) @@ -0,0 +1,47 @@ +# $FreeBSD$ + +PORTNAME= ntpa +PORTVERSION= 0.6.1 +CATEGORIES= net +MASTER_SITES= http://suyai.innolan.net/ + +MAINTAINER= cs@innolan.dk +COMMENT= NTP data collection and charting + +LICENSE= MIT + +OPTIONS_DEFINE= GRAPH PGSQL MYSQL +OPTION_MULTI= PGSQL MYSQL +GRAPH_DESC= Graphs and HTML generation (requires Cairo) +PGSQL_DESC= PostgreSQL Connector +MYSQL_DESC= MySQL Connector (GPL) + +OPTIONS_DEFAULT= GRAPH PGSQL + +GRAPH_LIB_DEPENDS= libgdiplus.so:x11-toolkits/libgdiplus \ + libcairo.so:graphics/cairo \ + libpng.so:graphics/png +GRAPH_RUN_DEPENDS= ${LOCALBASE}/share/fonts/webfonts/arial.ttf:x11-fonts/webfonts +GRAPH_CONFIGURE_ON= GRAPH +MYSQL_CONFIGURE_ON= MYSQL +PGSQL_CONFIGURE_ON= PGSQL + +USES= mono +NO_ARCH= yes +HAS_CONFIGURE= yes +OPTIONS_SUB= yes +USE_RC_SUBR= ntpa + +USERS= ntpa +GROUPS= ntpa + +post-install: + ${MKDIR} ${STAGEDIR}${WWWDIR} + (cd ${WRKSRC}/html && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) + ${INSTALL_MAN} ${WRKSRC}/docs/ntpa.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${MKDIR} ${STAGEDIR}/var/log/ntpa + ${MKDIR} ${STAGEDIR}/var/run/ntpa + +.include Added: head/net/ntpa/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ntpa/distinfo Sat May 28 14:46:43 2016 (r416000) @@ -0,0 +1,3 @@ +TIMESTAMP = 1464440774 +SHA256 (ntpa-0.6.1.tar.gz) = 93f6494039d21698de2e512169327caf447ef1143a9e8cc6c1ae304525d7984b +SIZE (ntpa-0.6.1.tar.gz) = 1336869 Added: head/net/ntpa/files/ntpa.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ntpa/files/ntpa.in Sat May 28 14:46:43 2016 (r416000) @@ -0,0 +1,109 @@ +#!/bin/sh +# +# $FreeBSD$ +# +# PROVIDE: ntpa +# REQUIRE: networking +# KEYWORD: shutdown +# +# Add these lines to /etc/rc.conf to enable ntpa: +# +# ntpa_enable (bool): Set to NO by default. +# Set it to YES to enable ntpa. +# ntpa_config (path): Set to %%PREFIX%%/etc/ntpa/ntpa.conf +# by default. +# ntpa_tempdir (path): Set to /tmp by default. +# ntpa_user (user): Set to ntpa by default. +# +# Run additional instances of ntpa with: +# ln -s ntpa ntpa_name +# + +. /etc/rc.subr + +# taken from security/openvpn. +name="$file" ; + +case "$0" in +/etc/rc*) + # during boot (shutdown) $0 is /etc/rc (/etc/rc.shutdown), + # so get the name of the script from $_file + name="$_file" + ;; +*/service) + # do not use this as $0 + ;; +*) + name="$0" + ;; +esac + +# default name to "ntpa" if guessing failed +# Trailing semicolon for service(8)'s benefit: +name="${name:-ntpa}" ; +name="${name##*/}" +desc="Monitors NTP daemon" +rcvar=${name}_enable + +start_cmd=ntpa_start +stop_cmd=ntpa_stop +reload_cmd=ntpa_reload + +extra_commands=reload + +load_rc_config ${name} + +eval ": \${${name}_enable:=\"NO\"}" +eval ": \${${name}_config:=\"%%PREFIX%%/etc/ntpa/${name}.conf\"}" +eval ": \${${name}_tempdir:=\"/tmp/\"}" +eval ": \${${name}_user:=\"ntpa\"}" + +config="$(eval echo \${${name}_config})" +tempdir="$(eval echo \${${name}_tempdir})" +ntpauser="$(eval echo \${${name}_user})" + +pid_dir=/var/run/ntpa +pidfile="$pid_dir/${name}.pid" + +ntpa_start() +{ + if [ ! -d "$pid_dir" ]; then + install -m 0775 -g $ntpauser -o $ntpauser -d "$pid_dir" + fi + + if [ -f ${pidfile} ]; then + rc_pid=`cat ${pidfile}` + echo 1>&2 "${name} already running? (pid=$rc_pid)." + return 1 + else + echo "Starting ${name}." + su -m ${ntpauser} -c "sh -c '%%PREFIX%%/sbin/ntpa --config ${config} --writepid ${pidfile} --temp ${tempdir} --daemon ${name} &'" + fi +} + +ntpa_reload() +{ + if [ ! -f ${pidfile} ]; then + _run_rc_notrunning + return 1 + else + echo "Reloading ${name}." + rc_pid=`cat ${pidfile}` + kill -USR1 $rc_pid + fi +} + +ntpa_stop() +{ + if [ ! -f ${pidfile} ]; then + _run_rc_notrunning + return 1 + else + echo "Stopping ${name}." + rc_pid=`cat ${pidfile}` + kill -TERM $rc_pid + wait_for_pids ${rc_pid} + fi +} + +run_rc_command "$1" Added: head/net/ntpa/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ntpa/pkg-descr Sat May 28 14:46:43 2016 (r416000) @@ -0,0 +1,8 @@ +NTP Analyzer is a tool dedicated to analyze the operation of time +servers. + +NTP Analyzer works by collecting data from the ntp daemon. Graphs +and web pages can then be generated to visualize the activities of +hosts and peers. + +WWW: https://bitbucket.org/anguist/ntpa Added: head/net/ntpa/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ntpa/pkg-message Sat May 28 14:46:43 2016 (r416000) @@ -0,0 +1,9 @@ +ntpa has been installed. +It requires a MySQL or PostgreeSQL user and database configured for it. + +You can do this with the following MySQL commands: + +CREATE DATABASE ntpa; +CREATE USER 'ntpau'@'localhost' IDENTIFIED BY 'password'; +GRANT ALL PRIVILEGES ON ntpa.* TO 'ntpau'@'localhost'; +FLUSH PRIVILEGES; Added: head/net/ntpa/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ntpa/pkg-plist Sat May 28 14:46:43 2016 (r416000) @@ -0,0 +1,77 @@ +sbin/ntpa +sbin/ntpac +sbin/ntpav +libexec/ntpa/NPlot.dll +libexec/ntpa/Ntp.Analyzer.Cli.exe +libexec/ntpa/Ntp.Analyzer.Data.dll +libexec/ntpa/Ntp.Analyzer.dll +libexec/ntpa/Ntp.Analyzer.Import.dll +libexec/ntpa/Ntp.Analyzer.Localize.dll +libexec/ntpa/Ntp.Analyzer.Log.dll +libexec/ntpa/Ntp.Analyzer.Objects.dll +libexec/ntpa/Ntp.Analyzer.Process.dll +libexec/ntpa/Ntp.Analyzer.Validate.Cli.exe +libexec/ntpa/Ntp.Common.dll +libexec/ntpa/Ntp.Config.dll +libexec/ntpa/Ntp.Data.dll +libexec/ntpa/Ntp.Data.Provider.dll +libexec/ntpa/Ntp.Interop.dll +libexec/ntpa/Ntp.Monitor.Client.dll +libexec/ntpa/Ntp.Monitor.Cli.exe +libexec/ntpa/Ntp.Monitor.Server.dll +libexec/ntpa/Ntp.Process.dll +%%MYSQL%%libexec/ntpa/MySql.Data.dll +%%PGSQL%%libexec/ntpa/Npgsql.dll +%%PGSQL%%libexec/ntpa/de/Npgsql.resources.dll +%%PGSQL%%libexec/ntpa/es/Npgsql.resources.dll +%%PGSQL%%libexec/ntpa/fi/Npgsql.resources.dll +%%PGSQL%%libexec/ntpa/fr/Npgsql.resources.dll +%%PGSQL%%libexec/ntpa/ja/Npgsql.resources.dll +%%PGSQL%%libexec/ntpa/zh-CN/Npgsql.resources.dll +man/man8/ntpa.8.gz +@sample(,ntpa,640) %%ETCDIR%%/ntpa.conf.sample +@owner www +@group www +%%WWWDIR%%/index.html +%%WWWDIR%%/css/bootstrap.css +%%WWWDIR%%/css/bootstrap.css.map +%%WWWDIR%%/css/bootstrap.min.css +%%WWWDIR%%/css/bootstrap.min.css.map +%%WWWDIR%%/css/bootstrap-theme.css +%%WWWDIR%%/css/bootstrap-theme.css.map +%%WWWDIR%%/css/bootstrap-theme.min.css +%%WWWDIR%%/css/bootstrap-theme.min.css.map +%%WWWDIR%%/css/graph.css +%%WWWDIR%%/css/host.css +%%WWWDIR%%/css/peer.css +%%WWWDIR%%/fonts/glyphicons-halflings-regular.eot +%%WWWDIR%%/fonts/glyphicons-halflings-regular.svg +%%WWWDIR%%/fonts/glyphicons-halflings-regular.ttf +%%WWWDIR%%/fonts/glyphicons-halflings-regular.woff +%%WWWDIR%%/fonts/glyphicons-halflings-regular.woff2 +%%WWWDIR%%/js/bootstrap.js +%%WWWDIR%%/js/bootstrap.min.js +%%WWWDIR%%/js/jquery.js +%%WWWDIR%%/js/jquery.min.js +%%WWWDIR%%/js/jquery.min.map +%%WWWDIR%%/js/npm.js +@owner +@group +%%EXAMPLESDIR%%/ntpa.conf +%%EXAMPLESDIR%%/ntpa.graph.conf +%%EXAMPLESDIR%%/ntpa.inc.conf +%%EXAMPLESDIR%%/ntpa.inc.graphs1 +%%EXAMPLESDIR%%/ntpa.inc.graphs2 +%%EXAMPLESDIR%%/ntpa.inc.menu +%%EXAMPLESDIR%%/ntpa.inc.pages1 +%%EXAMPLESDIR%%/ntpa.inc.pages2 +%%EXAMPLESDIR%%/ntpa.stat2.conf +%%EXAMPLESDIR%%/ntpa.stat.conf +%%EXAMPLESDIR%%/ntpa.web.conf +%%EXAMPLESDIR%%/ntpa.web.small.conf +@dir(www,ntpa,775) %%WWWDIR%% +@dir(www,www,) %%WWWDIR%%/css +@dir(www,www,) %%WWWDIR%%/fonts +@dir(www,www,) %%WWWDIR%%/js +@dir(ntpa,ntpa,750) /var/log/ntpa +@dir(ntpa,ntpa,755) /var/run/ntpa From owner-svn-ports-head@freebsd.org Sat May 28 14:54:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D402B4DD5F; Sat, 28 May 2016 14:54:55 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1DC28138F; Sat, 28 May 2016 14:54:55 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SEsslL051389; Sat, 28 May 2016 14:54:54 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SEsrKq051382; Sat, 28 May 2016 14:54:53 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605281454.u4SEsrKq051382@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 28 May 2016 14:54:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416001 - in head: devel/smokeqt games/katomic multimedia/gstreamer1-qt4 net-im/kopete-kde4 sysutils/kfilemetadata sysutils/polkit-qt x11/kde4-runtime X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 14:54:55 -0000 Author: pi Date: Sat May 28 14:54:53 2016 New Revision: 416001 URL: https://svnweb.freebsd.org/changeset/ports/416001 Log: devel/smokeqt, games/katomic, multimedia/gstreamer1-qt4, net-im/kopete-kde4, sysutils/kfilemetadata, sysutils/polkit-qt, x11/kde4-runtime - update USES in some kde ports Some are cosmetic; some add shebangfix or pathfix where needed PR: 209304 Submitted by: groot@kde.org (kde) Modified: head/devel/smokeqt/Makefile head/games/katomic/Makefile head/multimedia/gstreamer1-qt4/Makefile head/net-im/kopete-kde4/Makefile head/sysutils/kfilemetadata/Makefile head/sysutils/polkit-qt/Makefile head/x11/kde4-runtime/Makefile Modified: head/devel/smokeqt/Makefile ============================================================================== --- head/devel/smokeqt/Makefile Sat May 28 14:46:43 2016 (r416000) +++ head/devel/smokeqt/Makefile Sat May 28 14:54:53 2016 (r416001) @@ -18,7 +18,7 @@ USE_QT4= corelib dbus declarative design multimedia network opengl phonon qtestlib script \ sql svg webkit xml xmlpatterns \ qmake_build moc_build uic_build rcc_build -USES= cmake:outsource tar:xz +USES= cmake:outsource pkgconfig tar:xz USE_LDCONFIG= yes .include Modified: head/games/katomic/Makefile ============================================================================== --- head/games/katomic/Makefile Sat May 28 14:46:43 2016 (r416000) +++ head/games/katomic/Makefile Sat May 28 14:54:53 2016 (r416001) @@ -11,7 +11,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} USE_KDE4= kdelibs libkdegames automoc4 -USES= cmake:outsource tar:xz shebangfix +USES= cmake:outsource shebangfix tar:xz SHEBANG_FILES= katomic-levelset-upd.pl USE_QT4= moc_build qmake_build rcc_build uic_build Modified: head/multimedia/gstreamer1-qt4/Makefile ============================================================================== --- head/multimedia/gstreamer1-qt4/Makefile Sat May 28 14:46:43 2016 (r416000) +++ head/multimedia/gstreamer1-qt4/Makefile Sat May 28 14:54:53 2016 (r416001) @@ -15,7 +15,7 @@ LIB_DEPENDS= libboost_thread.so:devel/bo CONFLICTS_INSTALL= gstreamer-qt4-* -USES= bison cmake:outsource gmake pkgconfig tar:xz +USES= bison cmake:outsource pathfix pkgconfig tar:xz USE_GSTREAMER1= yes USE_QT4= corelib gui opengl declarative \ qmake_build moc_build rcc_build uic_build qtestlib_build @@ -25,8 +25,4 @@ CMAKE_ARGS= -DUSE_GST_PLUGIN_DIR=off \ PLIST_SUB= SHLIB_VER="${PORTVERSION}" -post-patch: - ${REINPLACE_CMD} -e 's|$${CMAKE_INSTALL_LIBDIR}/pkgconfig|libdata/pkgconfig|' \ - ${WRKSRC}/CMakeLists.txt - .include Modified: head/net-im/kopete-kde4/Makefile ============================================================================== --- head/net-im/kopete-kde4/Makefile Sat May 28 14:46:43 2016 (r416000) +++ head/net-im/kopete-kde4/Makefile Sat May 28 14:54:53 2016 (r416001) @@ -20,7 +20,8 @@ LIB_DEPENDS= libidn.so:dns/libidn \ libjasper.so:graphics/jasper BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat -USES= cmake:outsource jpeg pkgconfig shebangfix sqlite tar:xz webplugin:native +USES= cmake:outsource jpeg pkgconfig shebangfix sqlite tar:xz \ + webplugin:native USE_GNOME= libxml2 libxslt USE_KDE4= kdelibs pimlibs \ automoc4 qimageblitz Modified: head/sysutils/kfilemetadata/Makefile ============================================================================== --- head/sysutils/kfilemetadata/Makefile Sat May 28 14:46:43 2016 (r416000) +++ head/sysutils/kfilemetadata/Makefile Sat May 28 14:54:53 2016 (r416001) @@ -18,7 +18,7 @@ LIB_DEPENDS= libpoppler-qt4.so:graphics/ libqmobipocket.so:graphics/kdegraphics4-mobipocket USE_KDE4= automoc4 kdelibs -USES= cmake:outsource tar:xz +USES= cmake:outsource pkgconfig tar:xz USE_QT4= corelib qmake_build moc_build rcc_build uic_build USE_LDCONFIG= yes Modified: head/sysutils/polkit-qt/Makefile ============================================================================== --- head/sysutils/polkit-qt/Makefile Sat May 28 14:46:43 2016 (r416000) +++ head/sysutils/polkit-qt/Makefile Sat May 28 14:54:53 2016 (r416001) @@ -23,7 +23,7 @@ USE_GNOME= glib20 USE_KDE4= automoc4 USE_QT4= corelib dbus gui \ qmake_build moc_build rcc_build uic_build -USES= cmake:outsource tar:bzip2 +USES= cmake:outsource pkgconfig tar:bzip2 USE_LDCONFIG= yes post-patch: Modified: head/x11/kde4-runtime/Makefile ============================================================================== --- head/x11/kde4-runtime/Makefile Sat May 28 14:46:43 2016 (r416000) +++ head/x11/kde4-runtime/Makefile Sat May 28 14:54:53 2016 (r416001) @@ -24,7 +24,8 @@ RUN_DEPENDS= cagibid:net/cagibi USE_KDE4= kactivities kdelibs oxygen \ attica automoc4 pimlibs strigi nepomuk-core -USES= cmake:outsource gettext gmake jpeg shared-mime-info shebangfix tar:xz +USES= cmake:outsource gettext gmake jpeg shared-mime-info shebangfix \ + tar:xz USE_QT4= corelib dbus declarative designer_build gui phonon \ network qtestlib script svg webkit xml \ moc_build qmake_build rcc_build uic_build From owner-svn-ports-head@freebsd.org Sat May 28 14:55:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE6ABB4DE2F; Sat, 28 May 2016 14:55:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 90BFF150F; Sat, 28 May 2016 14:55:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SEtigq051537; Sat, 28 May 2016 14:55:44 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SEtidu051536; Sat, 28 May 2016 14:55:44 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605281455.u4SEtidu051536@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 28 May 2016 14:55:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416002 - head/www/nspluginwrapper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 14:55:45 -0000 Author: amdmi3 Date: Sat May 28 14:55:44 2016 New Revision: 416002 URL: https://svnweb.freebsd.org/changeset/ports/416002 Log: - Remove unused PLIST_SUBs - While here, fix license and add LICENSE_FILE Approved by: portmgr blanket Modified: head/www/nspluginwrapper/Makefile Modified: head/www/nspluginwrapper/Makefile ============================================================================== --- head/www/nspluginwrapper/Makefile Sat May 28 14:54:53 2016 (r416001) +++ head/www/nspluginwrapper/Makefile Sat May 28 14:55:44 2016 (r416002) @@ -13,7 +13,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${ MAINTAINER= jkim@FreeBSD.org COMMENT= Compatibility plugin for Mozilla NPAPI plugins -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl @@ -50,10 +51,8 @@ SUB_LIST+= NSPLUGINWRAPPER="${LIBDIR}" .if ${ARCH} == "amd64" HOST_ARCH= x86_64 -PLIST_SUB+= HOST_AMD64="" .else HOST_ARCH= ${ARCH} -PLIST_SUB+= HOST_AMD64="@comment " .endif post-patch: From owner-svn-ports-head@freebsd.org Sat May 28 15:30:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B770B4E59A; Sat, 28 May 2016 15:30:42 +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 3CB4B13DC; Sat, 28 May 2016 15:30:42 +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 u4SFUfpt063553; Sat, 28 May 2016 15:30:41 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SFUfsp063552; Sat, 28 May 2016 15:30:41 GMT (envelope-from db@FreeBSD.org) Message-Id: <201605281530.u4SFUfsp063552@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Sat, 28 May 2016 15:30:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416003 - head/comms/svxlink/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 15:30:42 -0000 Author: db Date: Sat May 28 15:30:41 2016 New Revision: 416003 URL: https://svnweb.freebsd.org/changeset/ports/416003 Log: Summary: comms/svxlink: Fix build with libc++ 3.8.0 During the exp-run in bug 208158, it was found that comms/svxlink gives errors with libc++ 3.8.0 [1]: /wrkdirs/usr/ports/comms/svxlink/work/svxlink-15.11/src/async/audio/AsyncAudioDe +viceAlsa.cpp:551:7: error: call to 'abs' is ambiguous if (::abs(real_rate - sample_rate) > 100) ^~~~~ This is because abs() is being called with an unsigned argument. Fix this by casting 'real_rate' to int, since it was assigned from 'sample_rate' anyhow. PR: ports/209371 Reported by: @dim Added: head/comms/svxlink/files/patch-src_async_audio_AsyncAudioDeviceAlsa.cpp (contents, props changed) Added: head/comms/svxlink/files/patch-src_async_audio_AsyncAudioDeviceAlsa.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/svxlink/files/patch-src_async_audio_AsyncAudioDeviceAlsa.cpp Sat May 28 15:30:41 2016 (r416003) @@ -0,0 +1,11 @@ +--- src/async/audio/AsyncAudioDeviceAlsa.cpp.orig 2015-11-22 16:03:59 UTC ++++ src/async/audio/AsyncAudioDeviceAlsa.cpp +@@ -548,7 +548,7 @@ bool AudioDeviceAlsa::initParams(snd_pcm + return false; + } + +- if (::abs(real_rate - sample_rate) > 100) ++ if (::abs((int)real_rate - sample_rate) > 100) + { + cerr << "*** ERROR: The sample rate could not be set to " + << sample_rate << "Hz for ALSA device \"" << dev_name << "\". " From owner-svn-ports-head@freebsd.org Sat May 28 15:43:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 509F1B4E8C9; Sat, 28 May 2016 15:43:37 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 06F3D1D49; Sat, 28 May 2016 15:43:36 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SFhajo069863; Sat, 28 May 2016 15:43:36 GMT (envelope-from nobutaka@FreeBSD.org) Received: (from nobutaka@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SFha3K069860; Sat, 28 May 2016 15:43:36 GMT (envelope-from nobutaka@FreeBSD.org) Message-Id: <201605281543.u4SFha3K069860@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nobutaka set sender to nobutaka@FreeBSD.org using -f From: MANTANI Nobutaka Date: Sat, 28 May 2016 15:43:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416004 - head/x11/mlterm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 15:43:37 -0000 Author: nobutaka Date: Sat May 28 15:43:35 2016 New Revision: 416004 URL: https://svnweb.freebsd.org/changeset/ports/416004 Log: - Update to 3.7.0. - Add LICENSE. Modified: head/x11/mlterm/Makefile head/x11/mlterm/distinfo head/x11/mlterm/pkg-plist Modified: head/x11/mlterm/Makefile ============================================================================== --- head/x11/mlterm/Makefile Sat May 28 15:30:41 2016 (r416003) +++ head/x11/mlterm/Makefile Sat May 28 15:43:35 2016 (r416004) @@ -2,13 +2,15 @@ # $FreeBSD$ PORTNAME= mlterm -PORTVERSION= 3.6.1 +PORTVERSION= 3.7.0 CATEGORIES= x11 MASTER_SITES= SF/${PORTNAME}/01release/${PORTNAME}-${PORTVERSION} MAINTAINER= nobutaka@FreeBSD.org COMMENT= Multilingual X11 terminal emulator +LICENSE= BSD3CLAUSE + USES= gettext libtool perl5 pkgconfig USE_XORG= sm xft USE_GNOME= gtk20 vte Modified: head/x11/mlterm/distinfo ============================================================================== --- head/x11/mlterm/distinfo Sat May 28 15:30:41 2016 (r416003) +++ head/x11/mlterm/distinfo Sat May 28 15:43:35 2016 (r416004) @@ -1,2 +1,3 @@ -SHA256 (mlterm-3.6.1.tar.gz) = 798e048afdf499c1a4d19dc5b46ca5b990ebc93b4c6e311c0fe334059654a078 -SIZE (mlterm-3.6.1.tar.gz) = 3756686 +TIMESTAMP = 1464445848 +SHA256 (mlterm-3.7.0.tar.gz) = 4a81d9e1957e4f0b8f8e0838ddad0cf4776fabc73465d886f2211bb8d990c339 +SIZE (mlterm-3.7.0.tar.gz) = 3685301 Modified: head/x11/mlterm/pkg-plist ============================================================================== --- head/x11/mlterm/pkg-plist Sat May 28 15:30:41 2016 (r416003) +++ head/x11/mlterm/pkg-plist Sat May 28 15:43:35 2016 (r416004) @@ -22,8 +22,8 @@ lib/libkik.so.16 lib/libkik.so.16.0.0 lib/libmkf.a lib/libmkf.so -lib/libmkf.so.16 -lib/libmkf.so.16.0.1 +lib/libmkf.so.17 +lib/libmkf.so.17.0.0 lib/libmlterm_core.a lib/libmlterm_core.so lib/libvte-mlterm.a @@ -68,8 +68,6 @@ lib/mlterm/libind_oriya.a lib/mlterm/libind_oriya.so lib/mlterm/libind_punjabi.a lib/mlterm/libind_punjabi.so -lib/mlterm/libind_roman.a -lib/mlterm/libind_roman.so lib/mlterm/libind_tamil.a lib/mlterm/libind_tamil.so lib/mlterm/libind_telugu.a @@ -86,6 +84,8 @@ lib/mlterm/libmozmodern.a lib/mlterm/libmozmodern.so lib/mlterm/libnext.a lib/mlterm/libnext.so +lib/mlterm/libotl.a +lib/mlterm/libotl.so lib/mlterm/libpixmap_engine.a lib/mlterm/libpixmap_engine.so lib/mlterm/libsample.a From owner-svn-ports-head@freebsd.org Sat May 28 17:07:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 419B3B4EBE8; Sat, 28 May 2016 17:07: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 F3A9514AA; Sat, 28 May 2016 17:07: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 u4SH7IQg099638; Sat, 28 May 2016 17:07:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SH7Hix099634; Sat, 28 May 2016 17:07:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281707.u4SH7Hix099634@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:07:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416005 - in head/devel: . rubygem-lazy_priority_queue X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:07:19 -0000 Author: sunpoet Date: Sat May 28 17:07:17 2016 New Revision: 416005 URL: https://svnweb.freebsd.org/changeset/ports/416005 Log: - Add rubygem-lazy_priority_queue 0.1.1 Lazy priority queue is a pure Ruby priority queue which implements a lazy binomial heap. It supports the change priority operation, being suitable for algorithms like Dijkstra's shortest path and Prim's minimum spanning tree. It can be instantiated as a min-priority queue as well as a max-priority queue. WWW: https://github.com/matiasbattocchia/lazy_priority_queue Added: head/devel/rubygem-lazy_priority_queue/ head/devel/rubygem-lazy_priority_queue/Makefile (contents, props changed) head/devel/rubygem-lazy_priority_queue/distinfo (contents, props changed) head/devel/rubygem-lazy_priority_queue/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat May 28 15:43:35 2016 (r416004) +++ head/devel/Makefile Sat May 28 17:07:17 2016 (r416005) @@ -4996,6 +4996,7 @@ SUBDIR += rubygem-kgio SUBDIR += rubygem-launchy SUBDIR += rubygem-launchy22 + SUBDIR += rubygem-lazy_priority_queue SUBDIR += rubygem-librarian SUBDIR += rubygem-librarianp SUBDIR += rubygem-libyajl2 Added: head/devel/rubygem-lazy_priority_queue/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-lazy_priority_queue/Makefile Sat May 28 17:07:17 2016 (r416005) @@ -0,0 +1,18 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= lazy_priority_queue +PORTVERSION= 0.1.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Priority queue implemented using a lazy binomial heap + +LICENSE= BSD2CLAUSE + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include Added: head/devel/rubygem-lazy_priority_queue/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-lazy_priority_queue/distinfo Sat May 28 17:07:17 2016 (r416005) @@ -0,0 +1,3 @@ +TIMESTAMP = 1464389841 +SHA256 (rubygem/lazy_priority_queue-0.1.1.gem) = e5d4ea8d037e8743afc91019fc23f5f6858372fea73e05e8244f8964f0634337 +SIZE (rubygem/lazy_priority_queue-0.1.1.gem) = 5632 Added: head/devel/rubygem-lazy_priority_queue/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-lazy_priority_queue/pkg-descr Sat May 28 17:07:17 2016 (r416005) @@ -0,0 +1,6 @@ +Lazy priority queue is a pure Ruby priority queue which implements a lazy +binomial heap. It supports the change priority operation, being suitable for +algorithms like Dijkstra's shortest path and Prim's minimum spanning tree. It +can be instantiated as a min-priority queue as well as a max-priority queue. + +WWW: https://github.com/matiasbattocchia/lazy_priority_queue From owner-svn-ports-head@freebsd.org Sat May 28 17:07:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78732B4EC0F; Sat, 28 May 2016 17:07: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 4AE7314C8; Sat, 28 May 2016 17:07: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 u4SH7Nef099753; Sat, 28 May 2016 17:07:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SH7NG8099751; Sat, 28 May 2016 17:07:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281707.u4SH7NG8099751@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:07:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416006 - head/devel/libpci X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:07:24 -0000 Author: sunpoet Date: Sat May 28 17:07:23 2016 New Revision: 416006 URL: https://svnweb.freebsd.org/changeset/ports/416006 Log: - Update to 3.5.1 Changes: http://git.kernel.org/cgit/utils/pciutils/pciutils.git/tree/ChangeLog Modified: head/devel/libpci/Makefile head/devel/libpci/distinfo Modified: head/devel/libpci/Makefile ============================================================================== --- head/devel/libpci/Makefile Sat May 28 17:07:17 2016 (r416005) +++ head/devel/libpci/Makefile Sat May 28 17:07:23 2016 (r416006) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libpci -PORTVERSION= 3.5.0 +PORTVERSION= 3.5.1 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/software/utils/pciutils \ ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \ Modified: head/devel/libpci/distinfo ============================================================================== --- head/devel/libpci/distinfo Sat May 28 17:07:17 2016 (r416005) +++ head/devel/libpci/distinfo Sat May 28 17:07:23 2016 (r416006) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463904154 -SHA256 (pciutils-3.5.0.tar.xz) = 0ee5e2b4727bede6873b12000ed7e10e3e1273b6fc414152148c694a3ca0ce85 -SIZE (pciutils-3.5.0.tar.xz) = 312820 +TIMESTAMP = 1464328578 +SHA256 (pciutils-3.5.1.tar.xz) = 2bf3a4605a562fb6b8b7673bff85a474a5cf383ed7e4bd8886b4f0939013d42f +SIZE (pciutils-3.5.1.tar.xz) = 312968 From owner-svn-ports-head@freebsd.org Sat May 28 17:07:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40AC2B4EC35; Sat, 28 May 2016 17:07: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 105FE16BA; Sat, 28 May 2016 17:07: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 u4SH7SAl099870; Sat, 28 May 2016 17:07:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SH7S3n099868; Sat, 28 May 2016 17:07:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281707.u4SH7S3n099868@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:07:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416007 - head/sysutils/pciutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:07:29 -0000 Author: sunpoet Date: Sat May 28 17:07:27 2016 New Revision: 416007 URL: https://svnweb.freebsd.org/changeset/ports/416007 Log: - Update to 3.5.1 Changes: http://git.kernel.org/cgit/utils/pciutils/pciutils.git/tree/ChangeLog Modified: head/sysutils/pciutils/Makefile head/sysutils/pciutils/distinfo Modified: head/sysutils/pciutils/Makefile ============================================================================== --- head/sysutils/pciutils/Makefile Sat May 28 17:07:23 2016 (r416006) +++ head/sysutils/pciutils/Makefile Sat May 28 17:07:27 2016 (r416007) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pciutils -PORTVERSION= 3.5.0 +PORTVERSION= 3.5.1 CATEGORIES= sysutils MASTER_SITES= KERNEL_ORG/software/utils/pciutils \ ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \ Modified: head/sysutils/pciutils/distinfo ============================================================================== --- head/sysutils/pciutils/distinfo Sat May 28 17:07:23 2016 (r416006) +++ head/sysutils/pciutils/distinfo Sat May 28 17:07:27 2016 (r416007) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463904158 -SHA256 (pciutils-3.5.0.tar.xz) = 0ee5e2b4727bede6873b12000ed7e10e3e1273b6fc414152148c694a3ca0ce85 -SIZE (pciutils-3.5.0.tar.xz) = 312820 +TIMESTAMP = 1464328582 +SHA256 (pciutils-3.5.1.tar.xz) = 2bf3a4605a562fb6b8b7673bff85a474a5cf383ed7e4bd8886b4f0939013d42f +SIZE (pciutils-3.5.1.tar.xz) = 312968 From owner-svn-ports-head@freebsd.org Sat May 28 17:07:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B939B4EC67; Sat, 28 May 2016 17:07: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 ECB5317C7; Sat, 28 May 2016 17:07: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 u4SH7X7h000102; Sat, 28 May 2016 17:07:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SH7WE4099998; Sat, 28 May 2016 17:07:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281707.u4SH7WE4099998@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:07:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416008 - head/sysutils/freeipmi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:07:34 -0000 Author: sunpoet Date: Sat May 28 17:07:32 2016 New Revision: 416008 URL: https://svnweb.freebsd.org/changeset/ports/416008 Log: - Update to 1.5.2 Changes: http://savannah.gnu.org/forum/forum.php?forum_id=8555 Modified: head/sysutils/freeipmi/Makefile head/sysutils/freeipmi/distinfo head/sysutils/freeipmi/pkg-plist Modified: head/sysutils/freeipmi/Makefile ============================================================================== --- head/sysutils/freeipmi/Makefile Sat May 28 17:07:27 2016 (r416007) +++ head/sysutils/freeipmi/Makefile Sat May 28 17:07:32 2016 (r416008) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freeipmi -PORTVERSION= 1.5.1 +PORTVERSION= 1.5.2 CATEGORIES= sysutils MASTER_SITES= GNU/${PORTNAME} \ http://ftp.gluster.com/pub/${PORTNAME}/${PORTVERSION}/ Modified: head/sysutils/freeipmi/distinfo ============================================================================== --- head/sysutils/freeipmi/distinfo Sat May 28 17:07:27 2016 (r416007) +++ head/sysutils/freeipmi/distinfo Sat May 28 17:07:32 2016 (r416008) @@ -1,2 +1,3 @@ -SHA256 (freeipmi-1.5.1.tar.gz) = 47985ab902a62e23aba60e30a9fba5190599eecbc107d442e8b948a220ed1252 -SIZE (freeipmi-1.5.1.tar.gz) = 3239829 +TIMESTAMP = 1464328593 +SHA256 (freeipmi-1.5.2.tar.gz) = 734fa260e71d11e0a607f8acc731b9492f7f7b2f5476bf2ec29ff34ecde4ee75 +SIZE (freeipmi-1.5.2.tar.gz) = 3244661 Modified: head/sysutils/freeipmi/pkg-plist ============================================================================== --- head/sysutils/freeipmi/pkg-plist Sat May 28 17:07:27 2016 (r416007) +++ head/sysutils/freeipmi/pkg-plist Sat May 28 17:07:32 2016 (r416008) @@ -251,7 +251,7 @@ include/ipmidetect.h lib/libfreeipmi.a lib/libfreeipmi.so lib/libfreeipmi.so.17 -lib/libfreeipmi.so.17.0.0 +lib/libfreeipmi.so.17.1.0 lib/libipmiconsole.a lib/libipmiconsole.so lib/libipmiconsole.so.2 From owner-svn-ports-head@freebsd.org Sat May 28 17:07:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 402D1B4EC9C; Sat, 28 May 2016 17:07: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 F2FD518D2; Sat, 28 May 2016 17:07: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 u4SH7d7q000234; Sat, 28 May 2016 17:07:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SH7ctN000231; Sat, 28 May 2016 17:07:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281707.u4SH7ctN000231@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:07:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416009 - head/www/nghttp2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:07:40 -0000 Author: sunpoet Date: Sat May 28 17:07:38 2016 New Revision: 416009 URL: https://svnweb.freebsd.org/changeset/ports/416009 Log: - Update to 1.11.0 Changes: https://github.com/nghttp2/nghttp2/releases Modified: head/www/nghttp2/Makefile head/www/nghttp2/distinfo head/www/nghttp2/pkg-plist Modified: head/www/nghttp2/Makefile ============================================================================== --- head/www/nghttp2/Makefile Sat May 28 17:07:32 2016 (r416008) +++ head/www/nghttp2/Makefile Sat May 28 17:07:38 2016 (r416009) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 1.10.0 +PORTVERSION= 1.11.0 DISTVERSIONPREFIX= v CATEGORIES= www net Modified: head/www/nghttp2/distinfo ============================================================================== --- head/www/nghttp2/distinfo Sat May 28 17:07:32 2016 (r416008) +++ head/www/nghttp2/distinfo Sat May 28 17:07:38 2016 (r416009) @@ -1,2 +1,3 @@ -SHA256 (nghttp2-nghttp2-v1.10.0_GH0.tar.gz) = f741681dd474fb8d795fbdd05d802c15bdc6bba2ed72843a0ab2a4c3f584ac2d -SIZE (nghttp2-nghttp2-v1.10.0_GH0.tar.gz) = 1622583 +TIMESTAMP = 1464356558 +SHA256 (nghttp2-nghttp2-v1.11.0_GH0.tar.gz) = 0d0b1ca80b10b948bbd5f0e3143a396c559cf46562553906a8b9841cbf0e7a48 +SIZE (nghttp2-nghttp2-v1.11.0_GH0.tar.gz) = 1630039 Modified: head/www/nghttp2/pkg-plist ============================================================================== --- head/www/nghttp2/pkg-plist Sat May 28 17:07:32 2016 (r416008) +++ head/www/nghttp2/pkg-plist Sat May 28 17:07:38 2016 (r416009) @@ -12,7 +12,7 @@ include/nghttp2/nghttp2ver.h lib/libnghttp2.a lib/libnghttp2.so lib/libnghttp2.so.14 -lib/libnghttp2.so.14.7.0 +lib/libnghttp2.so.14.8.0 %%ASIO%%lib/libnghttp2_asio.a %%ASIO%%lib/libnghttp2_asio.so %%ASIO%%lib/libnghttp2_asio.so.1 From owner-svn-ports-head@freebsd.org Sat May 28 17:07:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAD9CB4ECC6; Sat, 28 May 2016 17:07: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 1692C19EE; Sat, 28 May 2016 17:07: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 u4SH7igh000353; Sat, 28 May 2016 17:07:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SH7hBj000351; Sat, 28 May 2016 17:07:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281707.u4SH7hBj000351@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:07:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416010 - head/devel/p5-Config-Model-Tester X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:07:46 -0000 Author: sunpoet Date: Sat May 28 17:07:43 2016 New Revision: 416010 URL: https://svnweb.freebsd.org/changeset/ports/416010 Log: - Update to 2.055 Changes: http://search.cpan.org/dist/Config-Model-Tester/Changes Modified: head/devel/p5-Config-Model-Tester/Makefile head/devel/p5-Config-Model-Tester/distinfo Modified: head/devel/p5-Config-Model-Tester/Makefile ============================================================================== --- head/devel/p5-Config-Model-Tester/Makefile Sat May 28 17:07:38 2016 (r416009) +++ head/devel/p5-Config-Model-Tester/Makefile Sat May 28 17:07:43 2016 (r416010) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Config-Model-Tester -PORTVERSION= 2.054 +PORTVERSION= 2.055 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Config-Model-Tester/distinfo ============================================================================== --- head/devel/p5-Config-Model-Tester/distinfo Sat May 28 17:07:38 2016 (r416009) +++ head/devel/p5-Config-Model-Tester/distinfo Sat May 28 17:07:43 2016 (r416010) @@ -1,2 +1,3 @@ -SHA256 (Config-Model-Tester-2.054.tar.gz) = c86b3631f794b39082b8aad2d4e8db89af67ddf398e95b82df92889e1facaafe -SIZE (Config-Model-Tester-2.054.tar.gz) = 22289 +TIMESTAMP = 1464356568 +SHA256 (Config-Model-Tester-2.055.tar.gz) = 8fea0f2bad415e74da02ed120a69ea8a4c8f11a16be81b25d71bb2ba9507a813 +SIZE (Config-Model-Tester-2.055.tar.gz) = 22316 From owner-svn-ports-head@freebsd.org Sat May 28 17:07:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 333E9B4ECF0; Sat, 28 May 2016 17:07: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 0473B1A82; Sat, 28 May 2016 17:07: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 u4SH7nev000468; Sat, 28 May 2016 17:07:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SH7ncQ000466; Sat, 28 May 2016 17:07:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281707.u4SH7ncQ000466@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:07:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416011 - head/devel/p5-Git-Version-Compare X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:07:50 -0000 Author: sunpoet Date: Sat May 28 17:07:48 2016 New Revision: 416011 URL: https://svnweb.freebsd.org/changeset/ports/416011 Log: - Update to 1.004 - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Git-Version-Compare/Changes Modified: head/devel/p5-Git-Version-Compare/Makefile head/devel/p5-Git-Version-Compare/distinfo Modified: head/devel/p5-Git-Version-Compare/Makefile ============================================================================== --- head/devel/p5-Git-Version-Compare/Makefile Sat May 28 17:07:43 2016 (r416010) +++ head/devel/p5-Git-Version-Compare/Makefile Sat May 28 17:07:48 2016 (r416011) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Git-Version-Compare -PORTVERSION= 1.003 +PORTVERSION= 1.004 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +14,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-namespace-clean>=0:devel/p5-namespace-clean -RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings NO_ARCH= yes USE_PERL5= configure Modified: head/devel/p5-Git-Version-Compare/distinfo ============================================================================== --- head/devel/p5-Git-Version-Compare/distinfo Sat May 28 17:07:43 2016 (r416010) +++ head/devel/p5-Git-Version-Compare/distinfo Sat May 28 17:07:48 2016 (r416011) @@ -1,2 +1,3 @@ -SHA256 (Git-Version-Compare-1.003.tar.gz) = 83f4f637d9d0ab75155767c6eab91d4f838abf3bd95bbcee43f54e88a7d089cb -SIZE (Git-Version-Compare-1.003.tar.gz) = 17514 +TIMESTAMP = 1464328600 +SHA256 (Git-Version-Compare-1.004.tar.gz) = 63e8264ed351cb2371b47852a72366214164b5f3fad9dbd68309c7fc63d06491 +SIZE (Git-Version-Compare-1.004.tar.gz) = 17769 From owner-svn-ports-head@freebsd.org Sat May 28 17:07:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 564D2B4ED1A; Sat, 28 May 2016 17:07: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 17C591B92; Sat, 28 May 2016 17:07: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 u4SH7s9C000584; Sat, 28 May 2016 17:07:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SH7s2W000582; Sat, 28 May 2016 17:07:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281707.u4SH7s2W000582@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:07:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416012 - head/devel/p5-Pod-Usage X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:07:55 -0000 Author: sunpoet Date: Sat May 28 17:07:53 2016 New Revision: 416012 URL: https://svnweb.freebsd.org/changeset/ports/416012 Log: - Update to 1.69 Changes: http://search.cpan.org/dist/Pod-Usage/CHANGES Modified: head/devel/p5-Pod-Usage/Makefile head/devel/p5-Pod-Usage/distinfo Modified: head/devel/p5-Pod-Usage/Makefile ============================================================================== --- head/devel/p5-Pod-Usage/Makefile Sat May 28 17:07:48 2016 (r416011) +++ head/devel/p5-Pod-Usage/Makefile Sat May 28 17:07:53 2016 (r416012) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Pod-Usage -PORTVERSION= 1.68 +PORTVERSION= 1.69 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Pod-Usage/distinfo ============================================================================== --- head/devel/p5-Pod-Usage/distinfo Sat May 28 17:07:48 2016 (r416011) +++ head/devel/p5-Pod-Usage/distinfo Sat May 28 17:07:53 2016 (r416012) @@ -1,2 +1,3 @@ -SHA256 (Pod-Usage-1.68.tar.gz) = 20aa70e3bc9cb49cd5fb2273f34b0ea10f687efd96e8e39ed434da90a1484833 -SIZE (Pod-Usage-1.68.tar.gz) = 25742 +TIMESTAMP = 1464328608 +SHA256 (Pod-Usage-1.69.tar.gz) = 1a920c067b3c905b72291a76efcdf1935ba5423ab0187b9a5a63cfc930965132 +SIZE (Pod-Usage-1.69.tar.gz) = 61342 From owner-svn-ports-head@freebsd.org Sat May 28 17:08:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A99DB4ED43; Sat, 28 May 2016 17:08: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 E01DE1C46; Sat, 28 May 2016 17:07:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SH7xPZ000702; Sat, 28 May 2016 17:07:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SH7xn5000700; Sat, 28 May 2016 17:07:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281707.u4SH7xn5000700@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:07:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416013 - head/devel/p5-Specio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:08:00 -0000 Author: sunpoet Date: Sat May 28 17:07:58 2016 New Revision: 416013 URL: https://svnweb.freebsd.org/changeset/ports/416013 Log: - Update to 0.14 Changes: http://search.cpan.org/dist/Specio/Changes Modified: head/devel/p5-Specio/Makefile head/devel/p5-Specio/distinfo Modified: head/devel/p5-Specio/Makefile ============================================================================== --- head/devel/p5-Specio/Makefile Sat May 28 17:07:53 2016 (r416012) +++ head/devel/p5-Specio/Makefile Sat May 28 17:07:58 2016 (r416013) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Specio -PORTVERSION= 0.13 +PORTVERSION= 0.14 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DROLSKY Modified: head/devel/p5-Specio/distinfo ============================================================================== --- head/devel/p5-Specio/distinfo Sat May 28 17:07:53 2016 (r416012) +++ head/devel/p5-Specio/distinfo Sat May 28 17:07:58 2016 (r416013) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463505789 -SHA256 (Specio-0.13.tar.gz) = 095540baf58e028932f485dcaca808145b590dd84e4cdea649260c17d52bad03 -SIZE (Specio-0.13.tar.gz) = 64907 +TIMESTAMP = 1464328620 +SHA256 (Specio-0.14.tar.gz) = 6a010065259ea4a791931854423e181300054e757449c2f31afc68ba903fd6c2 +SIZE (Specio-0.14.tar.gz) = 66197 From owner-svn-ports-head@freebsd.org Sat May 28 17:08:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 705D6B4ED90; Sat, 28 May 2016 17:08:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 00ECE1E1D; Sat, 28 May 2016 17:08: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 u4SH89V4000940; Sat, 28 May 2016 17:08:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SH897D000938; Sat, 28 May 2016 17:08:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281708.u4SH897D000938@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:08:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416015 - head/textproc/p5-CSS-Packer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:08:10 -0000 Author: sunpoet Date: Sat May 28 17:08:08 2016 New Revision: 416015 URL: https://svnweb.freebsd.org/changeset/ports/416015 Log: - Update to 2.02 Changes: http://search.cpan.org/dist/CSS-Packer/Changes Modified: head/textproc/p5-CSS-Packer/Makefile head/textproc/p5-CSS-Packer/distinfo Modified: head/textproc/p5-CSS-Packer/Makefile ============================================================================== --- head/textproc/p5-CSS-Packer/Makefile Sat May 28 17:08:03 2016 (r416014) +++ head/textproc/p5-CSS-Packer/Makefile Sat May 28 17:08:08 2016 (r416015) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CSS-Packer -PORTVERSION= 2.00 +PORTVERSION= 2.02 CATEGORIES= textproc www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-CSS-Packer/distinfo ============================================================================== --- head/textproc/p5-CSS-Packer/distinfo Sat May 28 17:08:03 2016 (r416014) +++ head/textproc/p5-CSS-Packer/distinfo Sat May 28 17:08:08 2016 (r416015) @@ -1,2 +1,3 @@ -SHA256 (CSS-Packer-2.00.tar.gz) = f4ad99319c6490e9c8d33f91bd1a465cce873584c152307340d3645d48640f85 -SIZE (CSS-Packer-2.00.tar.gz) = 33199 +TIMESTAMP = 1464328639 +SHA256 (CSS-Packer-2.02.tar.gz) = df4a7eb1b8e45f68e94cb4fdde6710af07f2e3ae647793323ca933f1bddfc189 +SIZE (CSS-Packer-2.02.tar.gz) = 33970 From owner-svn-ports-head@freebsd.org Sat May 28 17:08:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 408DBB4ED65; Sat, 28 May 2016 17:08: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 D1F161D2D; Sat, 28 May 2016 17:08:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SH83EK000822; Sat, 28 May 2016 17:08:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SH83nh000820; Sat, 28 May 2016 17:08:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281708.u4SH83nh000820@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:08:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416014 - head/misc/p5-Geo-Coder-OpenCage X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:08:05 -0000 Author: sunpoet Date: Sat May 28 17:08:03 2016 New Revision: 416014 URL: https://svnweb.freebsd.org/changeset/ports/416014 Log: - Update to 0.07 - Add LICENSE_FILE - Add more TEST_DEPENDS Changes: http://search.cpan.org/dist/Geo-Coder-OpenCage/Changes Modified: head/misc/p5-Geo-Coder-OpenCage/Makefile head/misc/p5-Geo-Coder-OpenCage/distinfo Modified: head/misc/p5-Geo-Coder-OpenCage/Makefile ============================================================================== --- head/misc/p5-Geo-Coder-OpenCage/Makefile Sat May 28 17:07:58 2016 (r416013) +++ head/misc/p5-Geo-Coder-OpenCage/Makefile Sat May 28 17:08:03 2016 (r416014) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Geo-Coder-OpenCage -PORTVERSION= 0.05 -PORTREVISION= 1 +PORTVERSION= 0.07 CATEGORIES= misc geography perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,12 +12,14 @@ COMMENT= Geocode addresses with the Open LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-JSON>=2.53:converters/p5-JSON \ p5-List-MoreUtils>=0.33:lang/p5-List-MoreUtils \ p5-URI>=1.60:net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Exception>=0.32:devel/p5-Test-Exception +TEST_DEPENDS= p5-Test-Exception>=0.32:devel/p5-Test-Exception \ + p5-Test-Pod>=1.51:devel/p5-Test-Pod NO_ARCH= yes USE_PERL5= configure Modified: head/misc/p5-Geo-Coder-OpenCage/distinfo ============================================================================== --- head/misc/p5-Geo-Coder-OpenCage/distinfo Sat May 28 17:07:58 2016 (r416013) +++ head/misc/p5-Geo-Coder-OpenCage/distinfo Sat May 28 17:08:03 2016 (r416014) @@ -1,2 +1,3 @@ -SHA256 (Geo-Coder-OpenCage-0.05.tar.gz) = 8aadfb8e162ed7eba009ba70d1a27f3af89cae85e08bccf0210471770495c6ae -SIZE (Geo-Coder-OpenCage-0.05.tar.gz) = 12426 +TIMESTAMP = 1464328630 +SHA256 (Geo-Coder-OpenCage-0.07.tar.gz) = 929988259ec52e096c2e7f4e544351823c7d9d62a1778520117344c76d5a50c5 +SIZE (Geo-Coder-OpenCage-0.07.tar.gz) = 12461 From owner-svn-ports-head@freebsd.org Sat May 28 17:08:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B031B4EDB9; Sat, 28 May 2016 17:08:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B6DA1ED5; Sat, 28 May 2016 17:08: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 u4SH8EY8001061; Sat, 28 May 2016 17:08:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SH8EN1001059; Sat, 28 May 2016 17:08:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281708.u4SH8EN1001059@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:08:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416016 - head/textproc/p5-JavaScript-Packer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:08:15 -0000 Author: sunpoet Date: Sat May 28 17:08:13 2016 New Revision: 416016 URL: https://svnweb.freebsd.org/changeset/ports/416016 Log: - Update to 2.02 - Add NO_ARCH Changes: http://search.cpan.org/dist/JavaScript-Packer/Changes Modified: head/textproc/p5-JavaScript-Packer/Makefile head/textproc/p5-JavaScript-Packer/distinfo Modified: head/textproc/p5-JavaScript-Packer/Makefile ============================================================================== --- head/textproc/p5-JavaScript-Packer/Makefile Sat May 28 17:08:08 2016 (r416015) +++ head/textproc/p5-JavaScript-Packer/Makefile Sat May 28 17:08:13 2016 (r416016) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= JavaScript-Packer -PORTVERSION= 2.00 +PORTVERSION= 2.02 CATEGORIES= textproc www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,6 +17,7 @@ BUILD_DEPENDS= p5-Regexp-RegGrp>=1.00100 RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=1.22:devel/p5-Test-Pod +NO_ARCH= yes USE_PERL5= configure USES= perl5 Modified: head/textproc/p5-JavaScript-Packer/distinfo ============================================================================== --- head/textproc/p5-JavaScript-Packer/distinfo Sat May 28 17:08:08 2016 (r416015) +++ head/textproc/p5-JavaScript-Packer/distinfo Sat May 28 17:08:13 2016 (r416016) @@ -1,2 +1,3 @@ -SHA256 (JavaScript-Packer-2.00.tar.gz) = cad4a84ecd2e5d59275d38b9f305c29582a48614cc35a8c871c0cf22356c5b7e -SIZE (JavaScript-Packer-2.00.tar.gz) = 39926 +TIMESTAMP = 1464328657 +SHA256 (JavaScript-Packer-2.02.tar.gz) = 8f673cacec2680520f94a95cd44639bc4587f260b07497772ffdaac83b945f6c +SIZE (JavaScript-Packer-2.02.tar.gz) = 40439 From owner-svn-ports-head@freebsd.org Sat May 28 17:08:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B53EB4EDF2; Sat, 28 May 2016 17:08:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5765B102B; Sat, 28 May 2016 17:08:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SH8JDK001176; Sat, 28 May 2016 17:08:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SH8JJ0001174; Sat, 28 May 2016 17:08:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281708.u4SH8JJ0001174@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:08:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416017 - head/textproc/p5-HTML-Packer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:08:20 -0000 Author: sunpoet Date: Sat May 28 17:08:19 2016 New Revision: 416017 URL: https://svnweb.freebsd.org/changeset/ports/416017 Log: - Update to 2.03 Changes: http://search.cpan.org/dist/HTML-Packer/Changes Modified: head/textproc/p5-HTML-Packer/Makefile head/textproc/p5-HTML-Packer/distinfo Modified: head/textproc/p5-HTML-Packer/Makefile ============================================================================== --- head/textproc/p5-HTML-Packer/Makefile Sat May 28 17:08:13 2016 (r416016) +++ head/textproc/p5-HTML-Packer/Makefile Sat May 28 17:08:19 2016 (r416017) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTML-Packer -PORTVERSION= 2.02 +PORTVERSION= 2.03 CATEGORIES= textproc www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +13,9 @@ COMMENT= Another HTML code cleaner LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Regexp-RegGrp>=1.001001:devel/p5-Regexp-RegGrp +BUILD_DEPENDS= p5-CSS-Packer>=2.01:textproc/p5-CSS-Packer \ + p5-JavaScript-Packer>=2.01:textproc/p5-JavaScript-Packer \ + p5-Regexp-RegGrp>=1.001001:devel/p5-Regexp-RegGrp RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=1.22:devel/p5-Test-Pod Modified: head/textproc/p5-HTML-Packer/distinfo ============================================================================== --- head/textproc/p5-HTML-Packer/distinfo Sat May 28 17:08:13 2016 (r416016) +++ head/textproc/p5-HTML-Packer/distinfo Sat May 28 17:08:19 2016 (r416017) @@ -1,2 +1,3 @@ -SHA256 (HTML-Packer-2.02.tar.gz) = daaed42f8c64147ecd0021a55701d9c8208bdf24ed1c772e4e15ce2c9ca64f68 -SIZE (HTML-Packer-2.02.tar.gz) = 34419 +TIMESTAMP = 1464328647 +SHA256 (HTML-Packer-2.03.tar.gz) = c5bb794585c8e5d6ba6aef149d31fbc2db31a60ac615f503f7cfc69752ebf106 +SIZE (HTML-Packer-2.03.tar.gz) = 35372 From owner-svn-ports-head@freebsd.org Sat May 28 17:08:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E077B4EE2A; Sat, 28 May 2016 17:08: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 6E17A10D3; Sat, 28 May 2016 17:08: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 u4SH8O8q001304; Sat, 28 May 2016 17:08:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SH8Oni001302; Sat, 28 May 2016 17:08:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281708.u4SH8Oni001302@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:08:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416018 - head/databases/py-python-memcached X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:08:25 -0000 Author: sunpoet Date: Sat May 28 17:08:24 2016 New Revision: 416018 URL: https://svnweb.freebsd.org/changeset/ports/416018 Log: - Update to 1.58 Changes: https://github.com/linsomniac/python-memcached/blob/master/ChangeLog Modified: head/databases/py-python-memcached/Makefile head/databases/py-python-memcached/distinfo Modified: head/databases/py-python-memcached/Makefile ============================================================================== --- head/databases/py-python-memcached/Makefile Sat May 28 17:08:19 2016 (r416017) +++ head/databases/py-python-memcached/Makefile Sat May 28 17:08:24 2016 (r416018) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= python-memcached -PORTVERSION= 1.57 +PORTVERSION= 1.58 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/py-python-memcached/distinfo ============================================================================== --- head/databases/py-python-memcached/distinfo Sat May 28 17:08:19 2016 (r416017) +++ head/databases/py-python-memcached/distinfo Sat May 28 17:08:24 2016 (r416018) @@ -1,2 +1,3 @@ -SHA256 (python-memcached-1.57.tar.gz) = 3b689a135afb2fdb6da2298d5213780f43a3f210cf8c960d50b252acb3f62902 -SIZE (python-memcached-1.57.tar.gz) = 22620 +TIMESTAMP = 1464431462 +SHA256 (python-memcached-1.58.tar.gz) = 2775829cb54b9e4c5b3bbd8028680f0c0ab695db154b9c46f0f074ff97540eb6 +SIZE (python-memcached-1.58.tar.gz) = 30562 From owner-svn-ports-head@freebsd.org Sat May 28 17:08:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4ED83B4EE5A; Sat, 28 May 2016 17:08: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 ED08011DB; Sat, 28 May 2016 17:08:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SH8UAq001464; Sat, 28 May 2016 17:08:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SH8TSc001459; Sat, 28 May 2016 17:08:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281708.u4SH8TSc001459@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:08:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416019 - in head/graphics/py-pydot: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:08:31 -0000 Author: sunpoet Date: Sat May 28 17:08:29 2016 New Revision: 416019 URL: https://svnweb.freebsd.org/changeset/ports/416019 Log: - Update to 1.1.0 - Change MASTER_SITES back to CHEESESHOP - Remove post-patch: Changes: https://github.com/erocarrera/pydot/blob/master/ChangeLog Modified: head/graphics/py-pydot/Makefile head/graphics/py-pydot/distinfo head/graphics/py-pydot/files/patch-dot_parser.py head/graphics/py-pydot/files/patch-pydot.py head/graphics/py-pydot/files/patch-setup.py Modified: head/graphics/py-pydot/Makefile ============================================================================== --- head/graphics/py-pydot/Makefile Sat May 28 17:08:24 2016 (r416018) +++ head/graphics/py-pydot/Makefile Sat May 28 17:08:29 2016 (r416019) @@ -2,8 +2,9 @@ # $FreeBSD$ PORTNAME= pydot -PORTVERSION= 1.0.29 +PORTVERSION= 1.1.0 CATEGORIES= graphics python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org @@ -12,19 +13,12 @@ COMMENT= Python interface to the Graphvi LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing \ - dot:graphics/graphviz +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=1.5.7:devel/py-pyparsing +RUN_DEPENDS= dot:graphics/graphviz \ + ${PYTHON_PKGNAMEPREFIX}pyparsing>=1.5.7:devel/py-pyparsing NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils USES= python -GH_ACCOUNT= erocarrera -GH_TAGNAME= ec21a11 -USE_GITHUB= yes - -post-patch: - @${REINPLACE_CMD} -e "s|__version__ = .*|__version__ = '${PORTVERSION}'|" ${WRKSRC}/pydot.py - .include Modified: head/graphics/py-pydot/distinfo ============================================================================== --- head/graphics/py-pydot/distinfo Sat May 28 17:08:24 2016 (r416018) +++ head/graphics/py-pydot/distinfo Sat May 28 17:08:29 2016 (r416019) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463505798 -SHA256 (erocarrera-pydot-1.0.29-ec21a11_GH0.tar.gz) = 2a9910a5799cb32598e2135dfd5ab4ace8ad645b6e94ecc2e5e85a2a282eb7b6 -SIZE (erocarrera-pydot-1.0.29-ec21a11_GH0.tar.gz) = 262626 +TIMESTAMP = 1464369127 +SHA256 (pydot-1.1.0.tar.gz) = 469d2cf565994064236be24e87ab3571c1c1243fbc8d2ad836d16637d1a5049b +SIZE (pydot-1.1.0.tar.gz) = 20451 Modified: head/graphics/py-pydot/files/patch-dot_parser.py ============================================================================== --- head/graphics/py-pydot/files/patch-dot_parser.py Sat May 28 17:08:24 2016 (r416018) +++ head/graphics/py-pydot/files/patch-dot_parser.py Sat May 28 17:08:29 2016 (r416019) @@ -1,32 +1,23 @@ ---- dot_parser.py.orig 2012-01-03 00:15:07 UTC -+++ dot_parser.py -@@ -25,7 +25,7 @@ from pyparsing import __version__ as pyp - from pyparsing import ( nestedExpr, Literal, CaselessLiteral, Word, Upcase, OneOrMore, ZeroOrMore, - Forward, NotAny, delimitedList, oneOf, Group, Optional, Combine, alphas, nums, - restOfLine, cStyleComment, nums, alphanums, printables, empty, quotedString, -- ParseException, ParseResults, CharsNotIn, _noncomma, dblQuotedString, QuotedString, ParserElement ) -+ ParseException, ParseResults, CharsNotIn, dblQuotedString, QuotedString, ParserElement ) - - - class P_AttrList: -@@ -111,7 +111,7 @@ def push_top_graph_stmt(str, loc, toks): +--- dot_parser.py.orig 2016-05-24 09:57:52.000000000 +0800 ++++ dot_parser.py 2016-05-28 01:23:50.843873969 +0800 +@@ -111,7 +111,7 @@ add_elements(g, element) - + else: - raise ValueError, "Unknown element statement: %r " % element + raise ValueError("Unknown element statement: %r " % element) - - + + for g in top_graphs: -@@ -218,14 +218,14 @@ def add_elements(g, toks, defaults_graph +@@ -218,14 +218,14 @@ defaults_edge.update(element.attrs) else: - raise ValueError, "Unknown DefaultStatement: %s " % element.default_type + raise ValueError("Unknown DefaultStatement: %s " % element.default_type) - + elif isinstance(element, P_AttrList): - + g.obj_dict['attributes'].update(element.attrs) else: @@ -34,8 +25,8 @@ + raise ValueError("Unknown element statement: %r" % element) - def push_graph_stmt(str, loc, toks): -@@ -267,7 +267,7 @@ def push_default_stmt(str, loc, toks): + def push_graph_stmt(str, loc, toks): +@@ -267,7 +267,7 @@ if default_type in ['graph', 'node', 'edge']: return DefaultStatement(default_type, attrs) else: @@ -44,21 +35,13 @@ def push_attr_list(str, loc, toks): -@@ -414,6 +414,7 @@ def graph_definition(): - - double_quoted_string = QuotedString('"', multiline=True, unquoteResults=False) # dblQuotedString - -+ _noncomma = "".join( [ c for c in printables if c != "," ] ) - alphastring_ = OneOrMore(CharsNotIn(_noncomma + ' ')) - - def parse_html(s, loc, toks): -@@ -523,9 +524,9 @@ def parse_dot_data(data): +@@ -524,9 +524,9 @@ else: return [g for g in tokens] - + - except ParseException, err: + except ParseException as err: - + - print err.line - print " "*(err.column-1) + "^" - print err Modified: head/graphics/py-pydot/files/patch-pydot.py ============================================================================== --- head/graphics/py-pydot/files/patch-pydot.py Sat May 28 17:08:24 2016 (r416018) +++ head/graphics/py-pydot/files/patch-pydot.py Sat May 28 17:08:29 2016 (r416019) @@ -1,26 +1,15 @@ ---- pydot.py.orig 2012-01-03 00:15:07 UTC -+++ pydot.py -@@ -19,7 +19,7 @@ Distributed under MIT license [http://op - - __revision__ = "$LastChangedRevision$" - __author__ = 'Ero Carrera' --__version__ = '1.0.%d' % int( __revision__[21:-2] ) -+__version__ = '1.0.28' - __license__ = 'MIT' - - import os -@@ -29,8 +29,8 @@ import tempfile - import copy +--- pydot.py.orig 2016-05-24 09:57:52.000000000 +0800 ++++ pydot.py 2016-05-28 01:22:15.617300969 +0800 +@@ -29,7 +29,7 @@ + import warnings try: import dot_parser -except Exception, e: -- print "Couldn't import dot_parser, loading of dot files will not be possible." +except Exception as e: -+ print("Couldn't import dot_parser, loading of dot files will not be possible.") - - - -@@ -92,7 +92,7 @@ CLUSTER_ATTRIBUTES = set( ['K', 'URL', ' + warnings.warn( + "Couldn't import dot_parser, " + "loading of dot files will not be possible.") +@@ -94,7 +94,7 @@ # class frozendict(dict): def _blocked_attribute(obj): @@ -29,7 +18,7 @@ _blocked_attribute = property(_blocked_attribute) __delitem__ = __setitem__ = clear = _blocked_attribute -@@ -190,7 +190,7 @@ def quote_if_necessary(s): +@@ -192,7 +192,7 @@ return 'True' return 'False' @@ -38,25 +27,56 @@ return s if not s: -@@ -506,7 +506,7 @@ def find_graphviz(): - #print "Used Windows registry" +@@ -505,10 +505,10 @@ + path = os.path.join(path, "bin") + progs = __find_executables(path) + if progs is not None : +- #print "Used Windows registry" ++ #print("Used Windows registry") return progs - + - except Exception, excp: + except Exception as excp: #raise excp pass else: -@@ -717,7 +717,7 @@ class InvocationException(Exception): +@@ -523,7 +523,7 @@ + for path in os.environ['PATH'].split(os.pathsep): + progs = __find_executables(path) + if progs is not None : +- #print "Used path" ++ #print("Used path") + return progs + + # Method 3 (Windows only) +@@ -550,7 +550,7 @@ + + if progs is not None : + +- #print "Used default install location" ++ #print("Used default install location") + return progs + + +@@ -562,7 +562,7 @@ + + progs = __find_executables(path) + if progs is not None : +- #print "Used path" ++ #print("Used path") + return progs + + # Failed to find GraphViz +@@ -719,7 +719,7 @@ -class Node(object, Common): +class Node(Common): """A graph node. - + This class represents a graph's node with all its attributes. -@@ -756,12 +756,12 @@ class Node(object, Common): +@@ -758,12 +758,12 @@ # Remove the compass point # port = None @@ -69,50 +89,50 @@ - if isinstance(name, (long, int)): + if isinstance(name, int): name = str(name) - - self.obj_dict['name'] = quote_if_necessary( name ) -@@ -834,7 +834,7 @@ class Node(object, Common): + + self.obj_dict['name'] = quote_if_necessary(name) +@@ -836,7 +836,7 @@ -class Edge(object, Common ): +class Edge(Common): """A graph edge. - + This class represents a graph's edge with all its attributes. -@@ -925,7 +925,7 @@ class Edge(object, Common ): +@@ -927,7 +927,7 @@ """ - + if not isinstance(edge, Edge): - raise Error, "Can't compare and edge to a non-edge object." + raise Error("Can't compare and edge to a non-edge object.") - + if self.get_parent_graph().get_top_graph_type() == 'graph': - -@@ -1025,7 +1025,7 @@ class Edge(object, Common ): - - - + +@@ -1027,7 +1027,7 @@ + + + -class Graph(object, Common): +class Graph(Common): """Class representing a graph in Graphviz's dot language. This class implements the methods to work on a representation -@@ -1075,7 +1075,7 @@ class Graph(object, Common): +@@ -1077,7 +1077,7 @@ self.obj_dict['attributes'] = dict(attrs) - + if graph_type not in ['graph', 'digraph']: -- raise Error, 'Invalid type "%s". Accepted graph types are: graph, digraph, subgraph' % graph_type -+ raise Error('Invalid type "%s". Accepted graph types are: graph, digraph, subgraph' % graph_type) - - +- raise Error, 'Invalid type "%s". Accepted graph types are: graph, digraph' % graph_type ++ raise Error('Invalid type "%s". Accepted graph types are: graph, digraph' % graph_type) + + self.obj_dict['name'] = quote_if_necessary(graph_name) -@@ -2022,7 +2022,7 @@ class Dot(Graph): +@@ -2024,7 +2024,7 @@ 'Program terminated with status: %d. stderr follows: %s' % ( status, stderr_output) ) elif stderr_output: - print stderr_output + print(stderr_output) - + # For each of the image files... # Modified: head/graphics/py-pydot/files/patch-setup.py ============================================================================== --- head/graphics/py-pydot/files/patch-setup.py Sat May 28 17:08:24 2016 (r416018) +++ head/graphics/py-pydot/files/patch-setup.py Sat May 28 17:08:29 2016 (r416019) @@ -1,19 +1,10 @@ ---- setup.py.orig 2012-01-03 00:15:07 UTC +--- setup.py.orig 2016-05-24 01:57:52 UTC +++ setup.py -@@ -2,7 +2,7 @@ - - try: - from distutils.core import setup --except ImportError, excp: -+except ImportError as excp: - from setuptools import setup - - import pydot -@@ -31,5 +31,5 @@ setup( name = 'pydot', +@@ -27,5 +27,5 @@ setup( name = 'pydot', 'Topic :: Software Development :: Libraries :: Python Modules'], long_description = "\n".join(pydot.__doc__.split('\n')), py_modules = ['pydot', 'dot_parser'], -- install_requires = ['pyparsing', 'setuptools'], +- install_requires = ['pyparsing>=1.5.7'], - data_files = [('.', ['LICENSE', 'README'])] ) + install_requires = ['pyparsing', 'setuptools'] ) + #data_files = [('.', ['LICENSE', 'README'])] ) From owner-svn-ports-head@freebsd.org Sat May 28 17:08:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3EB48B4EE8A; Sat, 28 May 2016 17:08: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 0C5FA1290; Sat, 28 May 2016 17:08:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SH8ZC7001579; Sat, 28 May 2016 17:08:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SH8Zem001577; Sat, 28 May 2016 17:08:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281708.u4SH8Zem001577@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:08:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416020 - head/devel/rubygem-fog-core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:08:36 -0000 Author: sunpoet Date: Sat May 28 17:08:34 2016 New Revision: 416020 URL: https://svnweb.freebsd.org/changeset/ports/416020 Log: - Update to 1.40.0 Changes: https://github.com/fog/fog-core/blob/master/changelog.md Modified: head/devel/rubygem-fog-core/Makefile head/devel/rubygem-fog-core/distinfo Modified: head/devel/rubygem-fog-core/Makefile ============================================================================== --- head/devel/rubygem-fog-core/Makefile Sat May 28 17:08:29 2016 (r416019) +++ head/devel/rubygem-fog-core/Makefile Sat May 28 17:08:34 2016 (r416020) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-core -PORTVERSION= 1.39.0 +PORTVERSION= 1.40.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-fog-core/distinfo ============================================================================== --- head/devel/rubygem-fog-core/distinfo Sat May 28 17:08:29 2016 (r416019) +++ head/devel/rubygem-fog-core/distinfo Sat May 28 17:08:34 2016 (r416020) @@ -1,2 +1,3 @@ -SHA256 (rubygem/fog-core-1.39.0.gem) = ea04db515096f83163c3fb6abab3f62ba78f86ebb00a89f61ccf4f817850ad50 -SIZE (rubygem/fog-core-1.39.0.gem) = 47104 +TIMESTAMP = 1464328671 +SHA256 (rubygem/fog-core-1.40.0.gem) = e70365a03431692a2f9ae2ad1da1fea572b6e6ed1ca0f6171a1987da74be93ba +SIZE (rubygem/fog-core-1.40.0.gem) = 47104 From owner-svn-ports-head@freebsd.org Sat May 28 17:08:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DE13B4EEC0; Sat, 28 May 2016 17:08: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 1EB0713CA; Sat, 28 May 2016 17:08: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 u4SH8e9s001696; Sat, 28 May 2016 17:08:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SH8eOf001694; Sat, 28 May 2016 17:08:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281708.u4SH8eOf001694@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:08:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416021 - head/net/rubygem-fog-google X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:08:41 -0000 Author: sunpoet Date: Sat May 28 17:08:39 2016 New Revision: 416021 URL: https://svnweb.freebsd.org/changeset/ports/416021 Log: - Update to 0.3.2 Changes: https://github.com/fog/fog-google/commits/master Modified: head/net/rubygem-fog-google/Makefile head/net/rubygem-fog-google/distinfo Modified: head/net/rubygem-fog-google/Makefile ============================================================================== --- head/net/rubygem-fog-google/Makefile Sat May 28 17:08:34 2016 (r416020) +++ head/net/rubygem-fog-google/Makefile Sat May 28 17:08:39 2016 (r416021) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-google -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.2 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-fog-google/distinfo ============================================================================== --- head/net/rubygem-fog-google/distinfo Sat May 28 17:08:34 2016 (r416020) +++ head/net/rubygem-fog-google/distinfo Sat May 28 17:08:39 2016 (r416021) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463505822 -SHA256 (rubygem/fog-google-0.3.1.gem) = 0e37752c23dab72a345259d4b8eb73630d7d154dfbfec9ef58bb795e68a164dc -SIZE (rubygem/fog-google-0.3.1.gem) = 131584 +TIMESTAMP = 1464328676 +SHA256 (rubygem/fog-google-0.3.2.gem) = a95a67b630da6b36e63256dd549da2068f577203eb87d723766930a2478bfc6f +SIZE (rubygem/fog-google-0.3.2.gem) = 131584 From owner-svn-ports-head@freebsd.org Sat May 28 17:08:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F877B4EEF4; Sat, 28 May 2016 17:08: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 CDB2014CD; Sat, 28 May 2016 17:08: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 u4SH8jgY001810; Sat, 28 May 2016 17:08:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SH8iuW001808; Sat, 28 May 2016 17:08:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281708.u4SH8iuW001808@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:08:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416022 - head/sysutils/rubygem-guard-rspec X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:08:46 -0000 Author: sunpoet Date: Sat May 28 17:08:44 2016 New Revision: 416022 URL: https://svnweb.freebsd.org/changeset/ports/416022 Log: - Update to 4.7.0 Changes: https://github.com/guard/guard-rspec/releases Modified: head/sysutils/rubygem-guard-rspec/Makefile head/sysutils/rubygem-guard-rspec/distinfo Modified: head/sysutils/rubygem-guard-rspec/Makefile ============================================================================== --- head/sysutils/rubygem-guard-rspec/Makefile Sat May 28 17:08:39 2016 (r416021) +++ head/sysutils/rubygem-guard-rspec/Makefile Sat May 28 17:08:44 2016 (r416022) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= guard-rspec -PORTVERSION= 4.6.5 +PORTVERSION= 4.7.0 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-guard-rspec/distinfo ============================================================================== --- head/sysutils/rubygem-guard-rspec/distinfo Sat May 28 17:08:39 2016 (r416021) +++ head/sysutils/rubygem-guard-rspec/distinfo Sat May 28 17:08:44 2016 (r416022) @@ -1,2 +1,3 @@ -SHA256 (rubygem/guard-rspec-4.6.5.gem) = 41f0fa7c1e4785c99d9f0a2923cb473ef117fb2ba03a1f24069365d1cf0cdfc3 -SIZE (rubygem/guard-rspec-4.6.5.gem) = 29696 +TIMESTAMP = 1464328682 +SHA256 (rubygem/guard-rspec-4.7.0.gem) = 94631e8d7b59e5086fd4967dc87c25bcfab6cb60aef5c41e236e06603c5d95d3 +SIZE (rubygem/guard-rspec-4.7.0.gem) = 29696 From owner-svn-ports-head@freebsd.org Sat May 28 17:08:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C379B4EF1D; Sat, 28 May 2016 17:08: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 5A79616AD; Sat, 28 May 2016 17:08: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 u4SH8nxB001927; Sat, 28 May 2016 17:08:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SH8nvH001925; Sat, 28 May 2016 17:08:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281708.u4SH8nvH001925@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:08:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416023 - head/audio/p5-Audio-MPD X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:08:50 -0000 Author: sunpoet Date: Sat May 28 17:08:49 2016 New Revision: 416023 URL: https://svnweb.freebsd.org/changeset/ports/416023 Log: - Update to 2.004 Changes: http://search.cpan.org/dist/Audio-MPD/Changes Modified: head/audio/p5-Audio-MPD/Makefile head/audio/p5-Audio-MPD/distinfo Modified: head/audio/p5-Audio-MPD/Makefile ============================================================================== --- head/audio/p5-Audio-MPD/Makefile Sat May 28 17:08:44 2016 (r416022) +++ head/audio/p5-Audio-MPD/Makefile Sat May 28 17:08:49 2016 (r416023) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Audio-MPD -PORTVERSION= 2.002 +PORTVERSION= 2.004 CATEGORIES= audio perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/audio/p5-Audio-MPD/distinfo ============================================================================== --- head/audio/p5-Audio-MPD/distinfo Sat May 28 17:08:44 2016 (r416022) +++ head/audio/p5-Audio-MPD/distinfo Sat May 28 17:08:49 2016 (r416023) @@ -1,2 +1,3 @@ -SHA256 (Audio-MPD-2.002.tar.gz) = 087bf2aaa60eec6e0eb94779fdc571486bd30291333c0733c5cb226654fdb205 -SIZE (Audio-MPD-2.002.tar.gz) = 41417 +TIMESTAMP = 1464328692 +SHA256 (Audio-MPD-2.004.tar.gz) = c4f8adfe040d5373ddc9a33dba66ea108d02e45178b8e60f5cf74aa408c6aa92 +SIZE (Audio-MPD-2.004.tar.gz) = 41586 From owner-svn-ports-head@freebsd.org Sat May 28 17:08:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FA88B4EF5D; Sat, 28 May 2016 17:08: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 30C1F179E; Sat, 28 May 2016 17:08: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 u4SH8sgi002042; Sat, 28 May 2016 17:08:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SH8svC002039; Sat, 28 May 2016 17:08:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281708.u4SH8svC002039@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:08:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416024 - head/databases/p5-Mojo-Pg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:08:55 -0000 Author: sunpoet Date: Sat May 28 17:08:54 2016 New Revision: 416024 URL: https://svnweb.freebsd.org/changeset/ports/416024 Log: - Update to 2.27 Changes: http://search.cpan.org/dist/Mojo-Pg/Changes Modified: head/databases/p5-Mojo-Pg/Makefile head/databases/p5-Mojo-Pg/distinfo Modified: head/databases/p5-Mojo-Pg/Makefile ============================================================================== --- head/databases/p5-Mojo-Pg/Makefile Sat May 28 17:08:49 2016 (r416023) +++ head/databases/p5-Mojo-Pg/Makefile Sat May 28 17:08:54 2016 (r416024) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojo-Pg -PORTVERSION= 2.26 +PORTVERSION= 2.27 CATEGORIES= databases www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SRI Modified: head/databases/p5-Mojo-Pg/distinfo ============================================================================== --- head/databases/p5-Mojo-Pg/distinfo Sat May 28 17:08:49 2016 (r416023) +++ head/databases/p5-Mojo-Pg/distinfo Sat May 28 17:08:54 2016 (r416024) @@ -1,2 +1,3 @@ -SHA256 (Mojo-Pg-2.26.tar.gz) = d4989cfe08102a8b0155be270beef956b784b97a73f22048c9191a3e52969fa2 -SIZE (Mojo-Pg-2.26.tar.gz) = 26626 +TIMESTAMP = 1464328700 +SHA256 (Mojo-Pg-2.27.tar.gz) = 404e1041bacbeb712fb503069069e008fa74d590c88a3d0ac8ce4647eb9e424a +SIZE (Mojo-Pg-2.27.tar.gz) = 26465 From owner-svn-ports-head@freebsd.org Sat May 28 17:09:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 096CDB4EF91; Sat, 28 May 2016 17:09: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 A521F18A7; Sat, 28 May 2016 17:09: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 u4SH8xDB002158; Sat, 28 May 2016 17:08:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SH8xLF002156; Sat, 28 May 2016 17:08:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281708.u4SH8xLF002156@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:08:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416025 - head/devel/p5-DateTime X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:09:01 -0000 Author: sunpoet Date: Sat May 28 17:08:59 2016 New Revision: 416025 URL: https://svnweb.freebsd.org/changeset/ports/416025 Log: - Update to 1.28 Changes: http://search.cpan.org/dist/DateTime/Changes Modified: head/devel/p5-DateTime/Makefile head/devel/p5-DateTime/distinfo Modified: head/devel/p5-DateTime/Makefile ============================================================================== --- head/devel/p5-DateTime/Makefile Sat May 28 17:08:54 2016 (r416024) +++ head/devel/p5-DateTime/Makefile Sat May 28 17:08:59 2016 (r416025) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime -PORTVERSION= 1.27 +PORTVERSION= 1.28 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-DateTime/distinfo ============================================================================== --- head/devel/p5-DateTime/distinfo Sat May 28 17:08:54 2016 (r416024) +++ head/devel/p5-DateTime/distinfo Sat May 28 17:08:59 2016 (r416025) @@ -1,2 +1,3 @@ -SHA256 (DateTime-1.27.tar.gz) = ad701d00f7e89a50c5058f49c585054c89e85d98433b3fe4013047e091164b6f -SIZE (DateTime-1.27.tar.gz) = 229582 +TIMESTAMP = 1464328711 +SHA256 (DateTime-1.28.tar.gz) = 781a25ab7dada202c917f6c5db06f6d9e6f03d5a395e91afab478ba074e75787 +SIZE (DateTime-1.28.tar.gz) = 229774 From owner-svn-ports-head@freebsd.org Sat May 28 17:09:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA4D2B4EFC4; Sat, 28 May 2016 17:09: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 A826019B6; Sat, 28 May 2016 17:09: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 u4SH94xJ002279; Sat, 28 May 2016 17:09:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SH945o002277; Sat, 28 May 2016 17:09:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281709.u4SH945o002277@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:09:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416026 - head/devel/p5-DateTime-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.22 Precedence: list List-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, 28 May 2016 17:09:06 -0000 Author: sunpoet Date: Sat May 28 17:09:04 2016 New Revision: 416026 URL: https://svnweb.freebsd.org/changeset/ports/416026 Log: - Update to 0.3800 Changes: http://search.cpan.org/dist/DateTime-Set/Changes Modified: head/devel/p5-DateTime-Set/Makefile head/devel/p5-DateTime-Set/distinfo Modified: head/devel/p5-DateTime-Set/Makefile ============================================================================== --- head/devel/p5-DateTime-Set/Makefile Sat May 28 17:08:59 2016 (r416025) +++ head/devel/p5-DateTime-Set/Makefile Sat May 28 17:09:04 2016 (r416026) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-Set -PORTVERSION= 0.37 +PORTVERSION= 0.38 DISTVERSIONSUFFIX= 00 CATEGORIES= devel perl5 MASTER_SITES= CPAN Modified: head/devel/p5-DateTime-Set/distinfo ============================================================================== --- head/devel/p5-DateTime-Set/distinfo Sat May 28 17:08:59 2016 (r416025) +++ head/devel/p5-DateTime-Set/distinfo Sat May 28 17:09:04 2016 (r416026) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463680563 -SHA256 (DateTime-Set-0.3700.tar.gz) = 2e5b669b794296ee960e3d7467b354ce531be64e4f22838a7cca08b86bb23445 -SIZE (DateTime-Set-0.3700.tar.gz) = 46017 +TIMESTAMP = 1464328719 +SHA256 (DateTime-Set-0.3800.tar.gz) = cea11398869a378c826482fa5c73e3491c8ba17fc58c5bf209c68aab89166026 +SIZE (DateTime-Set-0.3800.tar.gz) = 45125 From owner-svn-ports-head@freebsd.org Sat May 28 17:09:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68CB5B4EFEF; Sat, 28 May 2016 17:09:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DEE581AB1; Sat, 28 May 2016 17:09:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SH9ALB002393; Sat, 28 May 2016 17:09:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SH99CM002391; Sat, 28 May 2016 17:09:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281709.u4SH99CM002391@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:09:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416027 - head/devel/p5-ExtUtils-MakeMaker X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:09:11 -0000 Author: sunpoet Date: Sat May 28 17:09:09 2016 New Revision: 416027 URL: https://svnweb.freebsd.org/changeset/ports/416027 Log: - Update to 7.18 Changes: http://search.cpan.org/dist/ExtUtils-MakeMaker/Changes Modified: head/devel/p5-ExtUtils-MakeMaker/Makefile head/devel/p5-ExtUtils-MakeMaker/distinfo Modified: head/devel/p5-ExtUtils-MakeMaker/Makefile ============================================================================== --- head/devel/p5-ExtUtils-MakeMaker/Makefile Sat May 28 17:09:04 2016 (r416026) +++ head/devel/p5-ExtUtils-MakeMaker/Makefile Sat May 28 17:09:09 2016 (r416027) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ExtUtils-MakeMaker -PORTVERSION= 7.16 +PORTVERSION= 7.18 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-ExtUtils-MakeMaker/distinfo ============================================================================== --- head/devel/p5-ExtUtils-MakeMaker/distinfo Sat May 28 17:09:04 2016 (r416026) +++ head/devel/p5-ExtUtils-MakeMaker/distinfo Sat May 28 17:09:09 2016 (r416027) @@ -1,2 +1,3 @@ -SHA256 (ExtUtils-MakeMaker-7.16.tar.gz) = f0b0fd138844dd25fef0e177e9bb2406ee290d3c46ecab74cd1d8755207b7c14 -SIZE (ExtUtils-MakeMaker-7.16.tar.gz) = 466274 +TIMESTAMP = 1464328728 +SHA256 (ExtUtils-MakeMaker-7.18.tar.gz) = c80852bff3fb3a0db888a51aca8731b59ca8ccfce431eb18df100976741a768f +SIZE (ExtUtils-MakeMaker-7.18.tar.gz) = 466379 From owner-svn-ports-head@freebsd.org Sat May 28 17:09:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A9FAB4D02A; Sat, 28 May 2016 17:09:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6600B1B7E; Sat, 28 May 2016 17:09:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SH9Fv8002510; Sat, 28 May 2016 17:09:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SH9FqQ002508; Sat, 28 May 2016 17:09:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281709.u4SH9FqQ002508@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:09:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416028 - head/devel/p5-MCE X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:09:16 -0000 Author: sunpoet Date: Sat May 28 17:09:15 2016 New Revision: 416028 URL: https://svnweb.freebsd.org/changeset/ports/416028 Log: - Update to 1.707 Changes: http://search.cpan.org/dist/MCE/Changes Modified: head/devel/p5-MCE/Makefile head/devel/p5-MCE/distinfo Modified: head/devel/p5-MCE/Makefile ============================================================================== --- head/devel/p5-MCE/Makefile Sat May 28 17:09:09 2016 (r416027) +++ head/devel/p5-MCE/Makefile Sat May 28 17:09:15 2016 (r416028) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MCE -PORTVERSION= 1.706 +PORTVERSION= 1.707 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MARIOROY Modified: head/devel/p5-MCE/distinfo ============================================================================== --- head/devel/p5-MCE/distinfo Sat May 28 17:09:09 2016 (r416027) +++ head/devel/p5-MCE/distinfo Sat May 28 17:09:15 2016 (r416028) @@ -1,2 +1,3 @@ -SHA256 (MCE-1.706.tar.gz) = 57e55be5f3cac97c971e7f5fb89beea935ff8e87e3c66f432901b6d3949f18a9 -SIZE (MCE-1.706.tar.gz) = 161512 +TIMESTAMP = 1464328735 +SHA256 (MCE-1.707.tar.gz) = 8762aced95356047b8b3dee0ca0a32495f76a0899e70abc943016b5a12a0684b +SIZE (MCE-1.707.tar.gz) = 162331 From owner-svn-ports-head@freebsd.org Sat May 28 17:09:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2520B4D062; Sat, 28 May 2016 17:09:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F8A41C62; Sat, 28 May 2016 17:09: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 u4SH9Kxo002627; Sat, 28 May 2016 17:09:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SH9KbW002625; Sat, 28 May 2016 17:09:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281709.u4SH9KbW002625@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:09:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416029 - head/devel/p5-Minion X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:09:21 -0000 Author: sunpoet Date: Sat May 28 17:09:20 2016 New Revision: 416029 URL: https://svnweb.freebsd.org/changeset/ports/416029 Log: - Update to 5.08 Changes: http://search.cpan.org/dist/Minion/Changes Modified: head/devel/p5-Minion/Makefile head/devel/p5-Minion/distinfo Modified: head/devel/p5-Minion/Makefile ============================================================================== --- head/devel/p5-Minion/Makefile Sat May 28 17:09:15 2016 (r416028) +++ head/devel/p5-Minion/Makefile Sat May 28 17:09:20 2016 (r416029) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Minion -PORTVERSION= 5.07 +PORTVERSION= 5.08 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SRI Modified: head/devel/p5-Minion/distinfo ============================================================================== --- head/devel/p5-Minion/distinfo Sat May 28 17:09:15 2016 (r416028) +++ head/devel/p5-Minion/distinfo Sat May 28 17:09:20 2016 (r416029) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463680581 -SHA256 (Minion-5.07.tar.gz) = 9e00de722fe4af95093107754e6aba6b9f7c7d5f013f44d77d0afc308354b8fc -SIZE (Minion-5.07.tar.gz) = 29783 +TIMESTAMP = 1464328743 +SHA256 (Minion-5.08.tar.gz) = 606ee6eacf696b91568289adef635176be68878c5713dc57975073cdebc458ec +SIZE (Minion-5.08.tar.gz) = 29880 From owner-svn-ports-head@freebsd.org Sat May 28 17:09:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AAE72B4D08C; Sat, 28 May 2016 17:09:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 79F041D4F; Sat, 28 May 2016 17:09: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 u4SH9Pv9002743; Sat, 28 May 2016 17:09:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SH9PmA002741; Sat, 28 May 2016 17:09:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281709.u4SH9PmA002741@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:09:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416030 - 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.22 Precedence: list List-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, 28 May 2016 17:09:26 -0000 Author: sunpoet Date: Sat May 28 17:09:25 2016 New Revision: 416030 URL: https://svnweb.freebsd.org/changeset/ports/416030 Log: - Update to 5.20160520 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 Sat May 28 17:09:20 2016 (r416029) +++ head/devel/p5-Module-CoreList/Makefile Sat May 28 17:09:25 2016 (r416030) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Module-CoreList -PORTVERSION= 5.20160507 +PORTVERSION= 5.20160520 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Module-CoreList/distinfo ============================================================================== --- head/devel/p5-Module-CoreList/distinfo Sat May 28 17:09:20 2016 (r416029) +++ head/devel/p5-Module-CoreList/distinfo Sat May 28 17:09:25 2016 (r416030) @@ -1,2 +1,3 @@ -SHA256 (Module-CoreList-5.20160507.tar.gz) = 7107c4b74e2771453cb0b5f501837939219f7d12c5ab4726e7c6e1d34f04b941 -SIZE (Module-CoreList-5.20160507.tar.gz) = 88669 +TIMESTAMP = 1464328750 +SHA256 (Module-CoreList-5.20160520.tar.gz) = cfc6f12313eafcaf32e1b48e750fba1175ebf77b9b45d531b35634862fbec8e1 +SIZE (Module-CoreList-5.20160520.tar.gz) = 89516 From owner-svn-ports-head@freebsd.org Sat May 28 17:09:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D807B4D0CA; Sat, 28 May 2016 17:09: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 3EAA11E18; Sat, 28 May 2016 17:09: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 u4SH9Usa002860; Sat, 28 May 2016 17:09:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SH9Uaj002858; Sat, 28 May 2016 17:09:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281709.u4SH9Uaj002858@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:09:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416031 - head/devel/p5-Test-Simple X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:09:31 -0000 Author: sunpoet Date: Sat May 28 17:09:30 2016 New Revision: 416031 URL: https://svnweb.freebsd.org/changeset/ports/416031 Log: - Update to 1.302019 Changes: http://search.cpan.org/dist/Test-Simple/Changes Modified: head/devel/p5-Test-Simple/Makefile head/devel/p5-Test-Simple/distinfo Modified: head/devel/p5-Test-Simple/Makefile ============================================================================== --- head/devel/p5-Test-Simple/Makefile Sat May 28 17:09:25 2016 (r416030) +++ head/devel/p5-Test-Simple/Makefile Sat May 28 17:09:30 2016 (r416031) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Simple -PORTVERSION= 1.302015 +PORTVERSION= 1.302019 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Test-Simple/distinfo ============================================================================== --- head/devel/p5-Test-Simple/distinfo Sat May 28 17:09:25 2016 (r416030) +++ head/devel/p5-Test-Simple/distinfo Sat May 28 17:09:30 2016 (r416031) @@ -1,2 +1,3 @@ -SHA256 (Test-Simple-1.302015.tar.gz) = d4ac67ad324d70fd97570ee3b3c253b6f64077652714bdd70790af9ec80672a5 -SIZE (Test-Simple-1.302015.tar.gz) = 231281 +TIMESTAMP = 1464328759 +SHA256 (Test-Simple-1.302019.tar.gz) = 06f14f9d4d30e031c2d8b54a61ec90539b2dad2a270c25b18d920cb252b2e09a +SIZE (Test-Simple-1.302019.tar.gz) = 231950 From owner-svn-ports-head@freebsd.org Sat May 28 17:09:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A5F6B4D0FB; Sat, 28 May 2016 17:09: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 47C4A1EED; Sat, 28 May 2016 17:09: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 u4SH9ZUZ002976; Sat, 28 May 2016 17:09:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SH9ZYb002974; Sat, 28 May 2016 17:09:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281709.u4SH9ZYb002974@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:09:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416032 - head/devel/p5-threads X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:09:36 -0000 Author: sunpoet Date: Sat May 28 17:09:35 2016 New Revision: 416032 URL: https://svnweb.freebsd.org/changeset/ports/416032 Log: - Update to 2.09 Changes: http://search.cpan.org/dist/threads/Changes Modified: head/devel/p5-threads/Makefile head/devel/p5-threads/distinfo Modified: head/devel/p5-threads/Makefile ============================================================================== --- head/devel/p5-threads/Makefile Sat May 28 17:09:30 2016 (r416031) +++ head/devel/p5-threads/Makefile Sat May 28 17:09:35 2016 (r416032) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= threads -PORTVERSION= 2.08 +PORTVERSION= 2.09 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JDHEDDEN Modified: head/devel/p5-threads/distinfo ============================================================================== --- head/devel/p5-threads/distinfo Sat May 28 17:09:30 2016 (r416031) +++ head/devel/p5-threads/distinfo Sat May 28 17:09:35 2016 (r416032) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463505854 -SHA256 (threads-2.08.tar.gz) = 49bd89cf9adb3870a95757696ce1d700a0cd6f1d78f7e417313b1e835c168e55 -SIZE (threads-2.08.tar.gz) = 111708 +TIMESTAMP = 1464328767 +SHA256 (threads-2.09.tar.gz) = 5f0ef285e63ed62e53bf4297b14bce333c7ff1c556298ea66c96f3200113a9ce +SIZE (threads-2.09.tar.gz) = 111931 From owner-svn-ports-head@freebsd.org Sat May 28 17:09:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59BBBB4D133; Sat, 28 May 2016 17:09: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 12EAD1FEE; Sat, 28 May 2016 17:09: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 u4SH9eqk003091; Sat, 28 May 2016 17:09:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SH9elx003089; Sat, 28 May 2016 17:09:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281709.u4SH9elx003089@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:09:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416033 - head/graphics/p5-GraphViz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:09:41 -0000 Author: sunpoet Date: Sat May 28 17:09:39 2016 New Revision: 416033 URL: https://svnweb.freebsd.org/changeset/ports/416033 Log: - Update to 2.21 Changes: http://search.cpan.org/dist/GraphViz/Changes Modified: head/graphics/p5-GraphViz/Makefile head/graphics/p5-GraphViz/distinfo Modified: head/graphics/p5-GraphViz/Makefile ============================================================================== --- head/graphics/p5-GraphViz/Makefile Sat May 28 17:09:35 2016 (r416032) +++ head/graphics/p5-GraphViz/Makefile Sat May 28 17:09:39 2016 (r416033) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= GraphViz -PORTVERSION= 2.20 +PORTVERSION= 2.21 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,21 +14,16 @@ LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= dot:graphics/graphviz \ - p5-File-Which>=1.09:sysutils/p5-File-Which \ p5-IPC-Run>=0.60:devel/p5-IPC-Run \ p5-Parse-RecDescent>=1.965.001:devel/p5-Parse-RecDescent \ p5-XML-Twig>=3.38:textproc/p5-XML-Twig RUN_DEPENDS:= ${BUILD_DEPENDS} BUILD_DEPENDS+= p5-File-Which>=1.09:sysutils/p5-File-Which +TEST_DEPENDS= p5-Test-Simple>=1.302019:devel/p5-Test-Simple \ + p5-Test2-Suite>=0.000030:devel/p5-Test2-Suite NO_ARCH= yes USES= perl5 tar:tgz USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include Modified: head/graphics/p5-GraphViz/distinfo ============================================================================== --- head/graphics/p5-GraphViz/distinfo Sat May 28 17:09:35 2016 (r416032) +++ head/graphics/p5-GraphViz/distinfo Sat May 28 17:09:39 2016 (r416033) @@ -1,2 +1,3 @@ -SHA256 (GraphViz-2.20.tgz) = 23eec8c7e0bfada7b1a172b79e87bdd759fc3360c594159fdc228578aff41a5c -SIZE (GraphViz-2.20.tgz) = 86556 +TIMESTAMP = 1464328776 +SHA256 (GraphViz-2.21.tgz) = 96db3f6bfa566c5027f5e2c4c061aedb4232cd0ca1118b2f278437b36541fc7d +SIZE (GraphViz-2.21.tgz) = 94771 From owner-svn-ports-head@freebsd.org Sat May 28 17:09:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3520DB4D17C; Sat, 28 May 2016 17:09: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 021F210D8; Sat, 28 May 2016 17:09: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 u4SH9jJ7003208; Sat, 28 May 2016 17:09:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SH9jBw003206; Sat, 28 May 2016 17:09:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281709.u4SH9jBw003206@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:09:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416034 - head/mail/p5-Dancer2-Plugin-Email X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:09:46 -0000 Author: sunpoet Date: Sat May 28 17:09:44 2016 New Revision: 416034 URL: https://svnweb.freebsd.org/changeset/ports/416034 Log: - Update to 0.0003 - Add LICENSE_FILE Changes: http://search.cpan.org/dist/Dancer2-Plugin-Email/CHANGES Modified: head/mail/p5-Dancer2-Plugin-Email/Makefile head/mail/p5-Dancer2-Plugin-Email/distinfo Modified: head/mail/p5-Dancer2-Plugin-Email/Makefile ============================================================================== --- head/mail/p5-Dancer2-Plugin-Email/Makefile Sat May 28 17:09:39 2016 (r416033) +++ head/mail/p5-Dancer2-Plugin-Email/Makefile Sat May 28 17:09:44 2016 (r416034) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Dancer2-Plugin-Email -PORTVERSION= 0.0002 +PORTVERSION= 0.0003 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +11,7 @@ COMMENT= Simple email handling for Dance LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Dancer2>=0:www/p5-Dancer2 \ p5-Email-Sender>=0:mail/p5-Email-Sender \ Modified: head/mail/p5-Dancer2-Plugin-Email/distinfo ============================================================================== --- head/mail/p5-Dancer2-Plugin-Email/distinfo Sat May 28 17:09:39 2016 (r416033) +++ head/mail/p5-Dancer2-Plugin-Email/distinfo Sat May 28 17:09:44 2016 (r416034) @@ -1,2 +1,3 @@ -SHA256 (Dancer2-Plugin-Email-0.0002.tar.gz) = c1adf5e2e2a973528cbbd5588d89d1d35670cf917b6741dbd260e568632e2ce2 -SIZE (Dancer2-Plugin-Email-0.0002.tar.gz) = 15005 +TIMESTAMP = 1464328786 +SHA256 (Dancer2-Plugin-Email-0.0003.tar.gz) = be3e30ef848b4035dc2b12e83dbb50d068286743119929951fa613a1bda262a7 +SIZE (Dancer2-Plugin-Email-0.0003.tar.gz) = 15317 From owner-svn-ports-head@freebsd.org Sat May 28 17:09:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CDF3B4D1A7; Sat, 28 May 2016 17:09: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 3BA101205; Sat, 28 May 2016 17:09: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 u4SH9ofn003322; Sat, 28 May 2016 17:09:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SH9oFH003320; Sat, 28 May 2016 17:09:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281709.u4SH9oFH003320@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:09:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416035 - head/math/p5-Math-Polynomial-Solve X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:09:51 -0000 Author: sunpoet Date: Sat May 28 17:09:49 2016 New Revision: 416035 URL: https://svnweb.freebsd.org/changeset/ports/416035 Log: - Update to 2.75 - Add LICENSE_FILE Changes: http://search.cpan.org/dist/Math-Polynomial-Solve/Changes Modified: head/math/p5-Math-Polynomial-Solve/Makefile head/math/p5-Math-Polynomial-Solve/distinfo Modified: head/math/p5-Math-Polynomial-Solve/Makefile ============================================================================== --- head/math/p5-Math-Polynomial-Solve/Makefile Sat May 28 17:09:44 2016 (r416034) +++ head/math/p5-Math-Polynomial-Solve/Makefile Sat May 28 17:09:49 2016 (r416035) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-Polynomial-Solve -PORTVERSION= 2.72 +PORTVERSION= 2.75 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,6 +12,7 @@ COMMENT= Find the roots of polynomial eq LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Math-Utils>=1.06:math/p5-Math-Utils RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/math/p5-Math-Polynomial-Solve/distinfo ============================================================================== --- head/math/p5-Math-Polynomial-Solve/distinfo Sat May 28 17:09:44 2016 (r416034) +++ head/math/p5-Math-Polynomial-Solve/distinfo Sat May 28 17:09:49 2016 (r416035) @@ -1,2 +1,3 @@ -SHA256 (Math-Polynomial-Solve-2.72.tar.gz) = fdb0cd9ba5a80af035e16e40c0f340e1baec527b9e0dfc29803fb71a0b02f712 -SIZE (Math-Polynomial-Solve-2.72.tar.gz) = 1120798 +TIMESTAMP = 1464328798 +SHA256 (Math-Polynomial-Solve-2.75.tar.gz) = 1cf19e5cd59876e3e35d56f6fda50c9572505f8330f5d634003a99731fb47d94 +SIZE (Math-Polynomial-Solve-2.75.tar.gz) = 1088410 From owner-svn-ports-head@freebsd.org Sat May 28 17:10:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4C3DB4D216; Sat, 28 May 2016 17:10: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 A5AA213BA; Sat, 28 May 2016 17:10: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 u4SH9xje003555; Sat, 28 May 2016 17:09:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SH9xtI003553; Sat, 28 May 2016 17:09:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281709.u4SH9xtI003553@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:09:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416037 - head/textproc/p5-Perl-Lint X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:10:01 -0000 Author: sunpoet Date: Sat May 28 17:09:59 2016 New Revision: 416037 URL: https://svnweb.freebsd.org/changeset/ports/416037 Log: - Update to 0.24 - Add NO_ARCH Changes: http://search.cpan.org/dist/Perl-Lint/Changes Modified: head/textproc/p5-Perl-Lint/Makefile head/textproc/p5-Perl-Lint/distinfo Modified: head/textproc/p5-Perl-Lint/Makefile ============================================================================== --- head/textproc/p5-Perl-Lint/Makefile Sat May 28 17:09:54 2016 (r416036) +++ head/textproc/p5-Perl-Lint/Makefile Sat May 28 17:09:59 2016 (r416037) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Perl-Lint -PORTVERSION= 0.23 -PORTREVISION= 3 +PORTVERSION= 0.24 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MOZNION @@ -27,6 +26,7 @@ BUILD_DEPENDS= p5-B-Keywords>=0:devel/p5 RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Text-TestBase>=0:textproc/p5-Text-TestBase +NO_ARCH= yes USES= perl5 USE_PERL5= modbuildtiny Modified: head/textproc/p5-Perl-Lint/distinfo ============================================================================== --- head/textproc/p5-Perl-Lint/distinfo Sat May 28 17:09:54 2016 (r416036) +++ head/textproc/p5-Perl-Lint/distinfo Sat May 28 17:09:59 2016 (r416037) @@ -1,2 +1,3 @@ -SHA256 (Perl-Lint-0.23.tar.gz) = 5ccab70bdb3db19832245cfcf88c99c57976e879da34e68e8af48e2d138e4326 -SIZE (Perl-Lint-0.23.tar.gz) = 172173 +TIMESTAMP = 1464328822 +SHA256 (Perl-Lint-0.24.tar.gz) = 1f571f130b623ff3bdedc6f2d46ceb96e5456013c7bd82f442811d6d8663d6c2 +SIZE (Perl-Lint-0.24.tar.gz) = 172250 From owner-svn-ports-head@freebsd.org Sat May 28 17:09:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3293FB4D1D3; Sat, 28 May 2016 17:09: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 035701290; Sat, 28 May 2016 17:09: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 u4SH9t5L003439; Sat, 28 May 2016 17:09:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SH9tEE003437; Sat, 28 May 2016 17:09:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281709.u4SH9tEE003437@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:09:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416036 - head/net/p5-WebService-Prowl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:09:56 -0000 Author: sunpoet Date: Sat May 28 17:09:54 2016 New Revision: 416036 URL: https://svnweb.freebsd.org/changeset/ports/416036 Log: - Update to 0.08 - Add LICENSE_FILE Changes: http://search.cpan.org/dist/WebService-Prowl/Changes Modified: head/net/p5-WebService-Prowl/Makefile head/net/p5-WebService-Prowl/distinfo Modified: head/net/p5-WebService-Prowl/Makefile ============================================================================== --- head/net/p5-WebService-Prowl/Makefile Sat May 28 17:09:49 2016 (r416035) +++ head/net/p5-WebService-Prowl/Makefile Sat May 28 17:09:54 2016 (r416036) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= WebService-Prowl -PORTVERSION= 0.07 -PORTREVISION= 2 +PORTVERSION= 0.08 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,15 +12,15 @@ COMMENT= Perl interface to Prowl Public LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww \ p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \ - p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay \ p5-XML-Simple>=0:textproc/p5-XML-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuildtiny NO_ARCH= yes .include Modified: head/net/p5-WebService-Prowl/distinfo ============================================================================== --- head/net/p5-WebService-Prowl/distinfo Sat May 28 17:09:49 2016 (r416035) +++ head/net/p5-WebService-Prowl/distinfo Sat May 28 17:09:54 2016 (r416036) @@ -1,2 +1,3 @@ -SHA256 (WebService-Prowl-0.07.tar.gz) = 09b9fbb65c0004831c4d46ce6fd8ecb92fdf3153afe9b045fb2929b33df57893 -SIZE (WebService-Prowl-0.07.tar.gz) = 48543 +TIMESTAMP = 1464328808 +SHA256 (WebService-Prowl-0.08.tar.gz) = 3c241782a65b57b53f67659a9cfb1a560c5f7292a9bf367f39e2bd8ad689b807 +SIZE (WebService-Prowl-0.08.tar.gz) = 14254 From owner-svn-ports-head@freebsd.org Sat May 28 17:10:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CBA7B4D258; Sat, 28 May 2016 17:10: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 E095A150E; Sat, 28 May 2016 17:10: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 u4SHA5qa003711; Sat, 28 May 2016 17:10:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SHA42m003708; Sat, 28 May 2016 17:10:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281710.u4SHA42m003708@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:10:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416038 - head/www/p5-App-Nopaste X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:10:06 -0000 Author: sunpoet Date: Sat May 28 17:10:04 2016 New Revision: 416038 URL: https://svnweb.freebsd.org/changeset/ports/416038 Log: - Update to 1.006 - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/App-Nopaste/Changes Modified: head/www/p5-App-Nopaste/Makefile head/www/p5-App-Nopaste/distinfo head/www/p5-App-Nopaste/pkg-plist Modified: head/www/p5-App-Nopaste/Makefile ============================================================================== --- head/www/p5-App-Nopaste/Makefile Sat May 28 17:09:59 2016 (r416037) +++ head/www/p5-App-Nopaste/Makefile Sat May 28 17:10:04 2016 (r416038) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= App-Nopaste -PORTVERSION= 1.004 +PORTVERSION= 1.006 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ETHER @@ -17,10 +17,13 @@ BUILD_DEPENDS= p5-Browser-Open>=0:www/p5 p5-Class-Load>=0:devel/p5-Class-Load \ p5-Getopt-Long-Descriptive>=0:devel/p5-Getopt-Long-Descriptive \ p5-JSON>=0:converters/p5-JSON \ + p5-Path-Tiny>=0:devel/p5-Path-Tiny \ p5-URI>=0:net/p5-URI \ - p5-WWW-Mechanize>=0:www/p5-WWW-Mechanize + p5-WWW-Mechanize>=0:www/p5-WWW-Mechanize \ + p5-namespace-clean>=0.19:devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \ + p5-Test-Fatal>=0:devel/p5-Test-Fatal \ p5-libwww>=0:www/p5-libwww CONFLICTS= p5-WebService-NoPaste-[0-9]* @@ -31,6 +34,7 @@ CLIPBOARD_DESC= Support X11 clipboard GITHUB_DESC= Support github.com PASTEBIN_DESC= Support pastebin.com +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-App-Nopaste/distinfo ============================================================================== --- head/www/p5-App-Nopaste/distinfo Sat May 28 17:09:59 2016 (r416037) +++ head/www/p5-App-Nopaste/distinfo Sat May 28 17:10:04 2016 (r416038) @@ -1,2 +1,3 @@ -SHA256 (App-Nopaste-1.004.tar.gz) = 62eac2cd9bef0a3bd41c16da94236619ecab1f5cf950807dcd64783c9a7d2a16 -SIZE (App-Nopaste-1.004.tar.gz) = 45403 +TIMESTAMP = 1464328836 +SHA256 (App-Nopaste-1.006.tar.gz) = 566698b6863d69568dc13119e3a20614f858d691ff849b638528c59a220c542f +SIZE (App-Nopaste-1.006.tar.gz) = 49245 Modified: head/www/p5-App-Nopaste/pkg-plist ============================================================================== --- head/www/p5-App-Nopaste/pkg-plist Sat May 28 17:09:59 2016 (r416037) +++ head/www/p5-App-Nopaste/pkg-plist Sat May 28 17:10:04 2016 (r416038) @@ -12,6 +12,7 @@ bin/nopaste %%SITE_PERL%%/App/Nopaste/Service/Snitch.pm %%SITE_PERL%%/App/Nopaste/Service/Ubuntu.pm %%SITE_PERL%%/App/Nopaste/Service/ssh.pm +%%PERL5_MAN1%%/nopaste.1.gz %%PERL5_MAN3%%/App::Nopaste.3.gz %%PERL5_MAN3%%/App::Nopaste::Command.3.gz %%PERL5_MAN3%%/App::Nopaste::Service.3.gz @@ -25,4 +26,3 @@ bin/nopaste %%PERL5_MAN3%%/App::Nopaste::Service::Snitch.3.gz %%PERL5_MAN3%%/App::Nopaste::Service::Ubuntu.3.gz %%PERL5_MAN3%%/App::Nopaste::Service::ssh.3.gz -%%PERL5_MAN1%%/nopaste.1.gz From owner-svn-ports-head@freebsd.org Sat May 28 17:10:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAB73B4D2BA; Sat, 28 May 2016 17:10:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB8F216C2; Sat, 28 May 2016 17:10:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SHA9D4003828; Sat, 28 May 2016 17:10:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SHA9wR003826; Sat, 28 May 2016 17:10:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281710.u4SHA9wR003826@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:10:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416039 - head/devel/rubygem-byebug X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:10:11 -0000 Author: sunpoet Date: Sat May 28 17:10:09 2016 New Revision: 416039 URL: https://svnweb.freebsd.org/changeset/ports/416039 Log: - Update to 9.0.4 Changes: https://github.com/deivid-rodriguez/byebug/blob/master/CHANGELOG.md Modified: head/devel/rubygem-byebug/Makefile head/devel/rubygem-byebug/distinfo Modified: head/devel/rubygem-byebug/Makefile ============================================================================== --- head/devel/rubygem-byebug/Makefile Sat May 28 17:10:04 2016 (r416038) +++ head/devel/rubygem-byebug/Makefile Sat May 28 17:10:09 2016 (r416039) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= byebug -PORTVERSION= 9.0.1 +PORTVERSION= 9.0.4 CATEGORIES= devel ruby MASTER_SITES= RG Modified: head/devel/rubygem-byebug/distinfo ============================================================================== --- head/devel/rubygem-byebug/distinfo Sat May 28 17:10:04 2016 (r416038) +++ head/devel/rubygem-byebug/distinfo Sat May 28 17:10:09 2016 (r416039) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463334445 -SHA256 (rubygem/byebug-9.0.1.gem) = 1055f3c30130711464bbd99fc466ebe79eaaab8ef3d1e53431b64e0916cbd472 -SIZE (rubygem/byebug-9.0.1.gem) = 79360 +TIMESTAMP = 1464328841 +SHA256 (rubygem/byebug-9.0.4.gem) = 4b73922f0ed088adfba2897c1887a648bf148b4a8ea6b4bd1e86314ac7539490 +SIZE (rubygem/byebug-9.0.4.gem) = 79360 From owner-svn-ports-head@freebsd.org Sat May 28 17:10:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E08DBB4D300; Sat, 28 May 2016 17:10:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC6BB179E; Sat, 28 May 2016 17:10:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SHAErW003942; Sat, 28 May 2016 17:10:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SHAEE7003940; Sat, 28 May 2016 17:10:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281710.u4SHAEE7003940@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:10:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416040 - head/devel/rubygem-execjs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:10:16 -0000 Author: sunpoet Date: Sat May 28 17:10:14 2016 New Revision: 416040 URL: https://svnweb.freebsd.org/changeset/ports/416040 Log: - Update to 2.7.0 Changes: https://github.com/rails/execjs/commits/master Modified: head/devel/rubygem-execjs/Makefile head/devel/rubygem-execjs/distinfo Modified: head/devel/rubygem-execjs/Makefile ============================================================================== --- head/devel/rubygem-execjs/Makefile Sat May 28 17:10:09 2016 (r416039) +++ head/devel/rubygem-execjs/Makefile Sat May 28 17:10:14 2016 (r416040) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= execjs -PORTVERSION= 2.6.0 -PORTREVISION= 1 +PORTVERSION= 2.7.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-execjs/distinfo ============================================================================== --- head/devel/rubygem-execjs/distinfo Sat May 28 17:10:09 2016 (r416039) +++ head/devel/rubygem-execjs/distinfo Sat May 28 17:10:14 2016 (r416040) @@ -1,2 +1,3 @@ -SHA256 (rubygem/execjs-2.6.0.gem) = 5cba38cc40755b35e6c45e86adec2cfada3ec43b70643074a7ce2ec622ef343f -SIZE (rubygem/execjs-2.6.0.gem) = 16896 +TIMESTAMP = 1464328846 +SHA256 (rubygem/execjs-2.7.0.gem) = e1fae0c5c831934c47d92363b4ea66ef2951350ab91b5d8d3174342b9c2ee5fb +SIZE (rubygem/execjs-2.7.0.gem) = 17408 From owner-svn-ports-head@freebsd.org Sat May 28 17:10:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56207B4D328; Sat, 28 May 2016 17:10:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1234618CA; Sat, 28 May 2016 17:10:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SHAKLB004059; Sat, 28 May 2016 17:10:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SHAKxJ004057; Sat, 28 May 2016 17:10:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281710.u4SHAKxJ004057@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:10:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416041 - head/devel/rubygem-font-awesome-rails X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:10:21 -0000 Author: sunpoet Date: Sat May 28 17:10:19 2016 New Revision: 416041 URL: https://svnweb.freebsd.org/changeset/ports/416041 Log: - Update to 4.6.3.0 Changes: https://github.com/bokmann/font-awesome-rails/blob/master/CHANGELOG.md Modified: head/devel/rubygem-font-awesome-rails/Makefile head/devel/rubygem-font-awesome-rails/distinfo Modified: head/devel/rubygem-font-awesome-rails/Makefile ============================================================================== --- head/devel/rubygem-font-awesome-rails/Makefile Sat May 28 17:10:14 2016 (r416040) +++ head/devel/rubygem-font-awesome-rails/Makefile Sat May 28 17:10:19 2016 (r416041) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= font-awesome-rails -PORTVERSION= 4.6.1.0 +PORTVERSION= 4.6.3.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-font-awesome-rails/distinfo ============================================================================== --- head/devel/rubygem-font-awesome-rails/distinfo Sat May 28 17:10:14 2016 (r416040) +++ head/devel/rubygem-font-awesome-rails/distinfo Sat May 28 17:10:19 2016 (r416041) @@ -1,2 +1,3 @@ -SHA256 (rubygem/font-awesome-rails-4.6.1.0.gem) = 8ca0d00f5220d6e20f216176358b747daa671517c0a6bab1957e956728109811 -SIZE (rubygem/font-awesome-rails-4.6.1.0.gem) = 564736 +TIMESTAMP = 1464328851 +SHA256 (rubygem/font-awesome-rails-4.6.3.0.gem) = 657a9199be01a03b1d96e2a3be27e9dd8a6853b4b5e7621c625b0fbb79b4707b +SIZE (rubygem/font-awesome-rails-4.6.3.0.gem) = 573440 From owner-svn-ports-head@freebsd.org Sat May 28 17:10:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA22AB4D36D; Sat, 28 May 2016 17:10:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 80AAB1A09; Sat, 28 May 2016 17:10: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 u4SHAPdr004176; Sat, 28 May 2016 17:10:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SHAPCC004174; Sat, 28 May 2016 17:10:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281710.u4SHAPCC004174@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:10:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416042 - head/devel/rubygem-font-awesome-rails-rails4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:10:27 -0000 Author: sunpoet Date: Sat May 28 17:10:25 2016 New Revision: 416042 URL: https://svnweb.freebsd.org/changeset/ports/416042 Log: - Update to 4.6.3.0 Changes: https://github.com/bokmann/font-awesome-rails/blob/master/CHANGELOG.md Modified: head/devel/rubygem-font-awesome-rails-rails4/Makefile head/devel/rubygem-font-awesome-rails-rails4/distinfo Modified: head/devel/rubygem-font-awesome-rails-rails4/Makefile ============================================================================== --- head/devel/rubygem-font-awesome-rails-rails4/Makefile Sat May 28 17:10:19 2016 (r416041) +++ head/devel/rubygem-font-awesome-rails-rails4/Makefile Sat May 28 17:10:25 2016 (r416042) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= font-awesome-rails -PORTVERSION= 4.6.1.0 +PORTVERSION= 4.6.3.0 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails4 Modified: head/devel/rubygem-font-awesome-rails-rails4/distinfo ============================================================================== --- head/devel/rubygem-font-awesome-rails-rails4/distinfo Sat May 28 17:10:19 2016 (r416041) +++ head/devel/rubygem-font-awesome-rails-rails4/distinfo Sat May 28 17:10:25 2016 (r416042) @@ -1,2 +1,3 @@ -SHA256 (rubygem/font-awesome-rails-4.6.1.0.gem) = 8ca0d00f5220d6e20f216176358b747daa671517c0a6bab1957e956728109811 -SIZE (rubygem/font-awesome-rails-4.6.1.0.gem) = 564736 +TIMESTAMP = 1464328855 +SHA256 (rubygem/font-awesome-rails-4.6.3.0.gem) = 657a9199be01a03b1d96e2a3be27e9dd8a6853b4b5e7621c625b0fbb79b4707b +SIZE (rubygem/font-awesome-rails-4.6.3.0.gem) = 573440 From owner-svn-ports-head@freebsd.org Sat May 28 17:10:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68F63B4D3CC; Sat, 28 May 2016 17:10:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3AA241B91; Sat, 28 May 2016 17:10:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SHAakk005062; Sat, 28 May 2016 17:10:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SHAaiV005060; Sat, 28 May 2016 17:10:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281710.u4SHAaiV005060@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:10:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416044 - head/devel/rubygem-power_assert X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:10:37 -0000 Author: sunpoet Date: Sat May 28 17:10:36 2016 New Revision: 416044 URL: https://svnweb.freebsd.org/changeset/ports/416044 Log: - Update to 0.3.0 Changes: https://github.com/k-tsj/power_assert/commits/master Modified: head/devel/rubygem-power_assert/Makefile head/devel/rubygem-power_assert/distinfo Modified: head/devel/rubygem-power_assert/Makefile ============================================================================== --- head/devel/rubygem-power_assert/Makefile Sat May 28 17:10:30 2016 (r416043) +++ head/devel/rubygem-power_assert/Makefile Sat May 28 17:10:36 2016 (r416044) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= power_assert -PORTVERSION= 0.2.7 +PORTVERSION= 0.3.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-power_assert/distinfo ============================================================================== --- head/devel/rubygem-power_assert/distinfo Sat May 28 17:10:30 2016 (r416043) +++ head/devel/rubygem-power_assert/distinfo Sat May 28 17:10:36 2016 (r416044) @@ -1,2 +1,3 @@ -SHA256 (rubygem/power_assert-0.2.7.gem) = 7149d741fcdc1e00387a328c3d15a449d564d91db18710dce3c42a46c3e1464d -SIZE (rubygem/power_assert-0.2.7.gem) = 13312 +TIMESTAMP = 1464328866 +SHA256 (rubygem/power_assert-0.3.0.gem) = d9c4840f21b4147dd52051eff190e8d08e7ddd0f580fb40977810b0839587ed2 +SIZE (rubygem/power_assert-0.3.0.gem) = 14336 From owner-svn-ports-head@freebsd.org Sat May 28 17:10:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2964BB4D3A7; Sat, 28 May 2016 17:10:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A94801AAB; Sat, 28 May 2016 17:10: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 u4SHAU2j004304; Sat, 28 May 2016 17:10:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SHAUT6004301; Sat, 28 May 2016 17:10:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281710.u4SHAUT6004301@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:10:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416043 - head/devel/rubygem-github_api X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:10:32 -0000 Author: sunpoet Date: Sat May 28 17:10:30 2016 New Revision: 416043 URL: https://svnweb.freebsd.org/changeset/ports/416043 Log: - Update to 0.14.0 - Update WWW Changes: https://github.com/piotrmurach/github/blob/master/CHANGELOG.md Modified: head/devel/rubygem-github_api/Makefile head/devel/rubygem-github_api/distinfo head/devel/rubygem-github_api/pkg-descr Modified: head/devel/rubygem-github_api/Makefile ============================================================================== --- head/devel/rubygem-github_api/Makefile Sat May 28 17:10:25 2016 (r416042) +++ head/devel/rubygem-github_api/Makefile Sat May 28 17:10:30 2016 (r416043) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= github_api -PORTVERSION= 0.13.1 +PORTVERSION= 0.14.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-addressable>=2.4.0: rubygem-descendants_tracker>=0.0.4:devel/rubygem-descendants_tracker \ rubygem-faraday>=0.8:www/rubygem-faraday \ rubygem-hashie>=3.4:devel/rubygem-hashie \ - rubygem-multi_json>=1.7.5:devel/rubygem-multi_json \ rubygem-oauth2>=0:net/rubygem-oauth2 NO_ARCH= yes Modified: head/devel/rubygem-github_api/distinfo ============================================================================== --- head/devel/rubygem-github_api/distinfo Sat May 28 17:10:25 2016 (r416042) +++ head/devel/rubygem-github_api/distinfo Sat May 28 17:10:30 2016 (r416043) @@ -1,2 +1,3 @@ -SHA256 (rubygem/github_api-0.13.1.gem) = 52a041fa41d63dbb5a25343bce6538d1cf1aee41a41d4c89554a39e8848eaed9 -SIZE (rubygem/github_api-0.13.1.gem) = 137216 +TIMESTAMP = 1464328862 +SHA256 (rubygem/github_api-0.14.0.gem) = a48a5215104ff034afce03f087e34ea085440af3357c1af1d3d15fd1dda4772c +SIZE (rubygem/github_api-0.14.0.gem) = 137216 Modified: head/devel/rubygem-github_api/pkg-descr ============================================================================== --- head/devel/rubygem-github_api/pkg-descr Sat May 28 17:10:25 2016 (r416042) +++ head/devel/rubygem-github_api/pkg-descr Sat May 28 17:10:30 2016 (r416043) @@ -3,4 +3,4 @@ build in a modular way, that is, you can wrapper Github.new or use parts of it e.i. Github::Repos.new if working solely with repositories is your main concern. -WWW: http://peter-murach.github.io/github/ +WWW: http://piotrmurach.github.io/github/ From owner-svn-ports-head@freebsd.org Sat May 28 17:10:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 764DCB4D409; Sat, 28 May 2016 17:10:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46E511C82; Sat, 28 May 2016 17:10:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SHAfe5005179; Sat, 28 May 2016 17:10:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SHAfOc005177; Sat, 28 May 2016 17:10:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281710.u4SHAfOc005177@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:10:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416045 - head/devel/rubygem-test-unit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:10:42 -0000 Author: sunpoet Date: Sat May 28 17:10:41 2016 New Revision: 416045 URL: https://svnweb.freebsd.org/changeset/ports/416045 Log: - Update to 3.1.9 Changes: https://github.com/test-unit/test-unit/blob/master/doc/text/news.md Modified: head/devel/rubygem-test-unit/Makefile head/devel/rubygem-test-unit/distinfo Modified: head/devel/rubygem-test-unit/Makefile ============================================================================== --- head/devel/rubygem-test-unit/Makefile Sat May 28 17:10:36 2016 (r416044) +++ head/devel/rubygem-test-unit/Makefile Sat May 28 17:10:41 2016 (r416045) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= test-unit -PORTVERSION= 3.1.8 +PORTVERSION= 3.1.9 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-test-unit/distinfo ============================================================================== --- head/devel/rubygem-test-unit/distinfo Sat May 28 17:10:36 2016 (r416044) +++ head/devel/rubygem-test-unit/distinfo Sat May 28 17:10:41 2016 (r416045) @@ -1,2 +1,3 @@ -SHA256 (rubygem/test-unit-3.1.8.gem) = 1bf50d79eee99c1aa7d8e199cb0d8e1a08d1a77692e61b0a99b72bb8b01f9374 -SIZE (rubygem/test-unit-3.1.8.gem) = 124416 +TIMESTAMP = 1464386988 +SHA256 (rubygem/test-unit-3.1.9.gem) = 3efe0e17e4bc9880ada13515198531f6101bf6d03c5e5556f53cc72b45c33aec +SIZE (rubygem/test-unit-3.1.9.gem) = 124416 From owner-svn-ports-head@freebsd.org Sat May 28 17:10:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46D1FB4D43E; Sat, 28 May 2016 17:10: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 17F5D1D64; Sat, 28 May 2016 17:10: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 u4SHAkJf005293; Sat, 28 May 2016 17:10:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SHAkmM005291; Sat, 28 May 2016 17:10:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281710.u4SHAkmM005291@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:10:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416046 - head/devel/rubygem-recaptcha X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:10:47 -0000 Author: sunpoet Date: Sat May 28 17:10:45 2016 New Revision: 416046 URL: https://svnweb.freebsd.org/changeset/ports/416046 Log: - Update to 2.3.0 Changes: https://github.com/ambethia/recaptcha/blob/master/CHANGELOG.md Modified: head/devel/rubygem-recaptcha/Makefile head/devel/rubygem-recaptcha/distinfo Modified: head/devel/rubygem-recaptcha/Makefile ============================================================================== --- head/devel/rubygem-recaptcha/Makefile Sat May 28 17:10:41 2016 (r416045) +++ head/devel/rubygem-recaptcha/Makefile Sat May 28 17:10:45 2016 (r416046) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= recaptcha -PORTVERSION= 2.0.0 +PORTVERSION= 2.3.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-recaptcha/distinfo ============================================================================== --- head/devel/rubygem-recaptcha/distinfo Sat May 28 17:10:41 2016 (r416045) +++ head/devel/rubygem-recaptcha/distinfo Sat May 28 17:10:45 2016 (r416046) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463680632 -SHA256 (rubygem/recaptcha-2.0.0.gem) = 262f1435f09fa210b0172100cc80322e88685ad48e0ae396530f0dd7479cac52 -SIZE (rubygem/recaptcha-2.0.0.gem) = 11776 +TIMESTAMP = 1464328871 +SHA256 (rubygem/recaptcha-2.3.0.gem) = ebc7879cec9f3e287295ef0d6b97184b4d1e41ad782a17df2cc0bf01292471d2 +SIZE (rubygem/recaptcha-2.3.0.gem) = 11776 From owner-svn-ports-head@freebsd.org Sat May 28 17:10:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4391DB4D46D; Sat, 28 May 2016 17:10: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 10C5C1E4A; Sat, 28 May 2016 17:10:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SHAp6k005410; Sat, 28 May 2016 17:10:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SHApjc005408; Sat, 28 May 2016 17:10:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281710.u4SHApjc005408@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:10:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416047 - head/devel/rubygem-rgl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:10:52 -0000 Author: sunpoet Date: Sat May 28 17:10:50 2016 New Revision: 416047 URL: https://svnweb.freebsd.org/changeset/ports/416047 Log: - Update to 0.5.2 Changes: https://github.com/monora/rgl/blob/master/ChangeLog Modified: head/devel/rubygem-rgl/Makefile head/devel/rubygem-rgl/distinfo Modified: head/devel/rubygem-rgl/Makefile ============================================================================== --- head/devel/rubygem-rgl/Makefile Sat May 28 17:10:45 2016 (r416046) +++ head/devel/rubygem-rgl/Makefile Sat May 28 17:10:50 2016 (r416047) @@ -2,18 +2,17 @@ # $FreeBSD$ PORTNAME= rgl -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Framework for graph datastructures and algorithms implemented in Ruby -RUN_DEPENDS= rubygem-algorithms>=0.6.1:devel/rubygem-algorithms \ +RUN_DEPENDS= rubygem-lazy_priority_queue>=0.1.0:devel/rubygem-lazy_priority_queue \ rubygem-stream>=0.5.0:devel/rubygem-stream NO_ARCH= yes - USE_RUBY= yes USES= gem Modified: head/devel/rubygem-rgl/distinfo ============================================================================== --- head/devel/rubygem-rgl/distinfo Sat May 28 17:10:45 2016 (r416046) +++ head/devel/rubygem-rgl/distinfo Sat May 28 17:10:50 2016 (r416047) @@ -1,2 +1,3 @@ -SHA256 (rubygem/rgl-0.5.1.gem) = 13ec6ddb9db9ba3d27f7a6c9cdf8cab73d12b236fe8a66737ce107438a7f832a -SIZE (rubygem/rgl-0.5.1.gem) = 235520 +TIMESTAMP = 1464328877 +SHA256 (rubygem/rgl-0.5.2.gem) = 7fec3a6cf5675137b1525d4175bfc41b7b6728c8bdd940e9fbe7b64fffb66634 +SIZE (rubygem/rgl-0.5.2.gem) = 62976 From owner-svn-ports-head@freebsd.org Sat May 28 17:10:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46CD6B4D49E; Sat, 28 May 2016 17:10:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 140A71F2A; Sat, 28 May 2016 17:10:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SHAurP005526; Sat, 28 May 2016 17:10:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SHAuPp005523; Sat, 28 May 2016 17:10:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281710.u4SHAuPp005523@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:10:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416048 - head/www/rubygem-websocket-driver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:10:57 -0000 Author: sunpoet Date: Sat May 28 17:10:55 2016 New Revision: 416048 URL: https://svnweb.freebsd.org/changeset/ports/416048 Log: - Update to 0.6.4 Changes: https://github.com/faye/websocket-driver-ruby/blob/master/CHANGELOG.md Modified: head/www/rubygem-websocket-driver/Makefile head/www/rubygem-websocket-driver/distinfo Modified: head/www/rubygem-websocket-driver/Makefile ============================================================================== --- head/www/rubygem-websocket-driver/Makefile Sat May 28 17:10:50 2016 (r416047) +++ head/www/rubygem-websocket-driver/Makefile Sat May 28 17:10:55 2016 (r416048) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= websocket-driver -PORTVERSION= 0.6.3 +PORTVERSION= 0.6.4 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-websocket-driver/distinfo ============================================================================== --- head/www/rubygem-websocket-driver/distinfo Sat May 28 17:10:50 2016 (r416047) +++ head/www/rubygem-websocket-driver/distinfo Sat May 28 17:10:55 2016 (r416048) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463680434 -SHA256 (rubygem/websocket-driver-0.6.3.gem) = 6982b5db7d532522d293c0df69623c815e350a0fdd7cd84b79485ff362e069ec -SIZE (rubygem/websocket-driver-0.6.3.gem) = 22016 +TIMESTAMP = 1464366577 +SHA256 (rubygem/websocket-driver-0.6.4.gem) = 1e6aba563d385ce23eb9b9bcaefdd50829e1cf97606b24598f7bfa5e89c067d4 +SIZE (rubygem/websocket-driver-0.6.4.gem) = 21504 From owner-svn-ports-head@freebsd.org Sat May 28 17:11:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38A97B4D4D1; Sat, 28 May 2016 17:11: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 08D77102B; Sat, 28 May 2016 17:11:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SHB1SX005668; Sat, 28 May 2016 17:11:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SHB11x005666; Sat, 28 May 2016 17:11:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281711.u4SHB11x005666@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:11:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416049 - head/www/rubygem-faye-websocket X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:11:02 -0000 Author: sunpoet Date: Sat May 28 17:11:00 2016 New Revision: 416049 URL: https://svnweb.freebsd.org/changeset/ports/416049 Log: - Update to 0.10.4 Changes: https://github.com/faye/faye-websocket-ruby/blob/master/CHANGELOG.md Modified: head/www/rubygem-faye-websocket/Makefile head/www/rubygem-faye-websocket/distinfo Modified: head/www/rubygem-faye-websocket/Makefile ============================================================================== --- head/www/rubygem-faye-websocket/Makefile Sat May 28 17:10:55 2016 (r416048) +++ head/www/rubygem-faye-websocket/Makefile Sat May 28 17:11:00 2016 (r416049) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= faye-websocket -PORTVERSION= 0.10.3 +PORTVERSION= 0.10.4 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-faye-websocket/distinfo ============================================================================== --- head/www/rubygem-faye-websocket/distinfo Sat May 28 17:10:55 2016 (r416048) +++ head/www/rubygem-faye-websocket/distinfo Sat May 28 17:11:00 2016 (r416049) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463680298 -SHA256 (rubygem/faye-websocket-0.10.3.gem) = fbaacc7e4712e15443fea6c7adfbda65f9159c868c10fe5ea489f4c1202a191e -SIZE (rubygem/faye-websocket-0.10.3.gem) = 19456 +TIMESTAMP = 1464366582 +SHA256 (rubygem/faye-websocket-0.10.4.gem) = 4fc56227595f8ba15baec30418ae98ac12f7b0b1d419807b7fbcb91570bbeaac +SIZE (rubygem/faye-websocket-0.10.4.gem) = 19456 From owner-svn-ports-head@freebsd.org Sat May 28 17:11:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AB4FB4D508; Sat, 28 May 2016 17:11:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E5F69112B; Sat, 28 May 2016 17:11:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SHB6Hc005771; Sat, 28 May 2016 17:11:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SHB6nf005769; Sat, 28 May 2016 17:11:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281711.u4SHB6nf005769@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:11:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416050 - in head/devel/py-lxml: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:11:07 -0000 Author: sunpoet Date: Sat May 28 17:11:05 2016 New Revision: 416050 URL: https://svnweb.freebsd.org/changeset/ports/416050 Log: - Add LICENSE_FILE - Convert to new options target helper - Pet portlint: fix diff header of patch files Approved by: portmgr (blanket) Modified: head/devel/py-lxml/Makefile head/devel/py-lxml/files/patch-src-lxml_lxml.etree.c Modified: head/devel/py-lxml/Makefile ============================================================================== --- head/devel/py-lxml/Makefile Sat May 28 17:11:00 2016 (r416049) +++ head/devel/py-lxml/Makefile Sat May 28 17:11:05 2016 (r416050) @@ -11,6 +11,7 @@ MAINTAINER= wg@FreeBSD.org COMMENT= Pythonic binding for the libxml2 and libxslt libraries LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/doc/licenses/BSD.txt LIB_DEPENDS= libxml2.so:textproc/libxml2 \ libxslt.so:textproc/libxslt @@ -25,7 +26,7 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${DOCS_FILES:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} @cd ${WRKSRC} && ${COPYTREE_SHARE} doc ${STAGEDIR}${DOCSDIR} Modified: head/devel/py-lxml/files/patch-src-lxml_lxml.etree.c ============================================================================== --- head/devel/py-lxml/files/patch-src-lxml_lxml.etree.c Sat May 28 17:11:00 2016 (r416049) +++ head/devel/py-lxml/files/patch-src-lxml_lxml.etree.c Sat May 28 17:11:05 2016 (r416050) @@ -1,5 +1,5 @@ ---- ./src/lxml/lxml.etree.c.orig 2012-03-26 14:31:59.000000000 +0400 -+++ ./src/lxml/lxml.etree.c 2012-04-01 22:49:13.000000000 +0400 +--- ./src/lxml/lxml.etree.c.orig 2012-03-26 10:31:59 UTC ++++ ./src/lxml/lxml.etree.c @@ -1,5 +1,12 @@ /* Generated by Cython 0.15.1 on Mon Mar 26 12:31:57 2012 */ From owner-svn-ports-head@freebsd.org Sat May 28 17:11:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46368B4D524; Sat, 28 May 2016 17:11: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 F00CF12E1; Sat, 28 May 2016 17:11:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SHBBpO005871; Sat, 28 May 2016 17:11:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SHBBgk005870; Sat, 28 May 2016 17:11:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281711.u4SHBBgk005870@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:11:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416051 - head/devel/icu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:11:12 -0000 Author: sunpoet Date: Sat May 28 17:11:10 2016 New Revision: 416051 URL: https://svnweb.freebsd.org/changeset/ports/416051 Log: - Remove duplicate GNU_CONFIGURE Modified: head/devel/icu/Makefile Modified: head/devel/icu/Makefile ============================================================================== --- head/devel/icu/Makefile Sat May 28 17:11:05 2016 (r416050) +++ head/devel/icu/Makefile Sat May 28 17:11:10 2016 (r416051) @@ -17,7 +17,6 @@ LICENSE_NAME= ICU license LICENSE_FILE= ${WRKSRC}/../license.html LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -GNU_CONFIGURE= yes OPTIONS_DEFINE= THREADS OPTIONS_DEFAULT= THREADS THREADS_DESC= Build thread-safe version of the library From owner-svn-ports-head@freebsd.org Sat May 28 17:16:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65A65B4D733; Sat, 28 May 2016 17:16: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 3308F17C6; Sat, 28 May 2016 17:16: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 u4SHG30C008653; Sat, 28 May 2016 17:16:03 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SHG3IT008652; Sat, 28 May 2016 17:16:03 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605281716.u4SHG3IT008652@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 28 May 2016 17:16:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416052 - 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.22 Precedence: list List-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, 28 May 2016 17:16:04 -0000 Author: amdmi3 Date: Sat May 28 17:16:03 2016 New Revision: 416052 URL: https://svnweb.freebsd.org/changeset/ports/416052 Log: Fix sed command in proxydeps_suggest_uses qa.sh check It led to incorrect "you need USE_XORG+" suggestion Submitted by: amdmi3 Approved by: portmgr (bapt) Differential Revision: D6618 Modified: head/Mk/Scripts/qa.sh Modified: head/Mk/Scripts/qa.sh ============================================================================== --- head/Mk/Scripts/qa.sh Sat May 28 17:11:10 2016 (r416051) +++ head/Mk/Scripts/qa.sh Sat May 28 17:16:03 2016 (r416052) @@ -449,7 +449,7 @@ proxydeps_suggest_uses() { warn "you need USE_GL+=glut" # Xorg-libraries: this should be by XORG_MODULES @ bsd.xorg.mk elif echo ${pkg} | grep -E '/lib(X11|Xau|Xdmcp|Xext|SM|ICE|Xfixes|Xft|Xdamage|Xcomposite|Xcursor|Xinerama|Xmu|Xmuu|Xpm|Xt|Xtst|Xi|Xrandr|Xrender|Xres|XScrnSaver|Xv|Xxf86vm|Xxf86dga|Xxf86misc|xcb)$' > /dev/null; then - warn "you need USE_XORG+=$(echo ${pkg} | sed -E 's|.*/lib//' | tr '[:upper:]' '[:lower:]')" + warn "you need USE_XORG+=$(echo ${pkg} | sed -E 's|.*/lib||' | tr '[:upper:]' '[:lower:]')" elif [ ${pkg} = 'x11/pixman' ]; then warn "you need USE_XORG+=pixman" # Qt4 From owner-svn-ports-head@freebsd.org Sat May 28 17:19:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F76CB4D791; Sat, 28 May 2016 17:19:45 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D2521962; Sat, 28 May 2016 17:19:44 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SHJioZ008853; Sat, 28 May 2016 17:19:44 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SHJiAa008852; Sat, 28 May 2016 17:19:44 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605281719.u4SHJiAa008852@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 28 May 2016 17:19:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416053 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:19:45 -0000 Author: pi Date: Sat May 28 17:19:43 2016 New Revision: 416053 URL: https://svnweb.freebsd.org/changeset/ports/416053 Log: Mk/Uses/qmake.mk: add empty do-configure target PR: 209326 Submitted by: rakuco, T.C.Berner , Ralf Nolden Modified: head/Mk/Uses/qmake.mk Modified: head/Mk/Uses/qmake.mk ============================================================================== --- head/Mk/Uses/qmake.mk Sat May 28 17:16:03 2016 (r416052) +++ head/Mk/Uses/qmake.mk Sat May 28 17:19:43 2016 (r416053) @@ -107,7 +107,8 @@ qmake-configure: ${SETENV} ${QMAKE_ENV} ${_QMAKE} ${QMAKE_ARGS} ${QMAKE_SOURCE_PATH} .if !target(do-configure) && ! ${qmake_ARGS:M_env} -_USES_configure+= 450:qmake-configure +do-configure: qmake-configure + @${DO_NADA} .endif .endif # !defined(_INCLUDE_USES_QMAKE_MK) From owner-svn-ports-head@freebsd.org Sat May 28 17:22:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98EA2B4D8FE; Sat, 28 May 2016 17:22:12 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 67A711C47; Sat, 28 May 2016 17:22:12 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SHMBZk012246; Sat, 28 May 2016 17:22:11 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SHMBNH012245; Sat, 28 May 2016 17:22:11 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605281722.u4SHMBNH012245@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 28 May 2016 17:22:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416054 - 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.22 Precedence: list List-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, 28 May 2016 17:22:12 -0000 Author: pi Date: Sat May 28 17:22:11 2016 New Revision: 416054 URL: https://svnweb.freebsd.org/changeset/ports/416054 Log: Mk/bsd.qt.mk: preparing structures for the eventual update to qt-5.6 PR: 209326 Submitted by: rakuco, T.C.Berner , Ralf Nolden Modified: head/Mk/bsd.qt.mk Modified: head/Mk/bsd.qt.mk ============================================================================== --- head/Mk/bsd.qt.mk Sat May 28 17:19:43 2016 (r416053) +++ head/Mk/bsd.qt.mk Sat May 28 17:22:11 2016 (r416054) @@ -306,13 +306,13 @@ _USE_QT_ALL= assistant clucene dbus decl xml xmlpatterns _USE_QT4_ONLY= accessible assistant-adp assistantclient codecs-cn codecs-jp \ - codecs-kr codecs-tw corelib demo doc graphicssystems-opengl \ + codecs-kr codecs-tw corelib demo graphicssystems-opengl \ help-tools iconengines inputmethods makeqpf moc phonon \ phonon-gst porting qdoc3 qmlviewer qt3support qtconfig \ qtestlib qvfb rcc uic uic3 xmlpatterns-tool _USE_QT5_ONLY= 3d buildtools canvas3d concurrent connectivity core \ - enginio graphicaleffects location paths phonon4 \ + enginio examples graphicaleffects location paths phonon4 \ printsupport qdbus qdoc qev qml quick quickcontrols \ sensors serialport sql-tds uiplugin uitools webchannel \ websockets widgets x11extras @@ -383,6 +383,9 @@ doc_PATH= ${_QT_RELNAME}-doc>=${_QT_VE enginio_PORT= net/${_QT_RELNAME}-enginio enginio_PATH= ${QT_LIBDIR}/libEnginio.so +examples_PORT= misc/${_QT_RELNAME}-examples +examples_PATH= ${_QT_RELNAME}-examples>=${_QT_VERSION:R:R} + graphicaleffects_PORT= graphics/${_QT_RELNAME}-graphicaleffects graphicaleffects_PATH= ${QT_QMLDIR}/QtGraphicalEffects/qmldir From owner-svn-ports-head@freebsd.org Sat May 28 17:24:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41A89B4D963; Sat, 28 May 2016 17:24:19 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E7EE1D86; Sat, 28 May 2016 17:24:19 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SHOIuO012444; Sat, 28 May 2016 17:24:18 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SHOIW3012442; Sat, 28 May 2016 17:24:18 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605281724.u4SHOIW3012442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 28 May 2016 17:24:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416055 - head/x11-toolkits/qt5-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.22 Precedence: list List-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, 28 May 2016 17:24:19 -0000 Author: pi Date: Sat May 28 17:24:18 2016 New Revision: 416055 URL: https://svnweb.freebsd.org/changeset/ports/416055 Log: x11-toolkits/qt5-gui: platform and themes updates PR: 209326 Submitted by: rakuco, T.C.Berner , Ralf Nolden Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCD2DB4DB52; Sat, 28 May 2016 17:27:22 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF1D110E2; Sat, 28 May 2016 17:27:22 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SHRLPO012652; Sat, 28 May 2016 17:27:21 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SHRLZs012651; Sat, 28 May 2016 17:27:21 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605281727.u4SHRLZs012651@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 28 May 2016 17:27:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416056 - head/x11-toolkits/qt5-widgets X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 17:27:23 -0000 Author: pi Date: Sat May 28 17:27:21 2016 New Revision: 416056 URL: https://svnweb.freebsd.org/changeset/ports/416056 Log: x11-toolkits/qt5-widgets: remove stray newline PR: 209326 Modified: head/x11-toolkits/qt5-widgets/Makefile Modified: head/x11-toolkits/qt5-widgets/Makefile ============================================================================== --- head/x11-toolkits/qt5-widgets/Makefile Sat May 28 17:24:18 2016 (r416055) +++ head/x11-toolkits/qt5-widgets/Makefile Sat May 28 17:27:21 2016 (r416056) @@ -27,7 +27,6 @@ QT_CONFIG= accessibility accessibility-a OPTIONS_DEFINE= GTK2 OPTIONS_SUB= yes - GTK2_DESC= GTK+-based Qt theme GTK2_USE= GNOME=gtk20 GTK2_CONFIGURE_ON= -gtkstyle From owner-svn-ports-head@freebsd.org Sat May 28 17:29:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76857B4DC0E; Sat, 28 May 2016 17:29:17 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47D631202; Sat, 28 May 2016 17:29:17 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SHTGq4012829; Sat, 28 May 2016 17:29:16 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SHTGZx012828; Sat, 28 May 2016 17:29:16 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605281729.u4SHTGZx012828@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 28 May 2016 17:29:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416057 - head/devel/py-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.22 Precedence: list List-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, 28 May 2016 17:29:17 -0000 Author: pi Date: Sat May 28 17:29:16 2016 New Revision: 416057 URL: https://svnweb.freebsd.org/changeset/ports/416057 Log: devel/py-qt5: refactor PR: 209326 Submitted by: rakuco, T.C.Berner , Ralf Nolden Modified: head/devel/py-qt5/Makefile Modified: head/devel/py-qt5/Makefile ============================================================================== --- head/devel/py-qt5/Makefile Sat May 28 17:27:21 2016 (r416056) +++ head/devel/py-qt5/Makefile Sat May 28 17:29:16 2016 (r416057) @@ -10,10 +10,11 @@ COMMENT= Python bindings for the Qt 5 to USES= metaport python pyqt:5 -OPTIONS_DEFINE= core dbus dbussupport demo designer doc gui multimedia \ - multimediawidgets network opengl printsupport qml qscintilla2 \ - sql serialport svg test webkit webkitwidgets widgets \ - xml xmlpatterns +OPTIONS_DEFINE= core dbus dbussupport demo designer \ + designerplugin doc gui multimedia multimediawidgets \ + network opengl printsupport qml qscintilla2 sql \ + serialport svg test webkit webkitwidgets \ + widgets xml xmlpatterns OPTIONS_DEFAULT=${OPTIONS_DEFINE} .for opt in ${OPTIONS_DEFINE} From owner-svn-ports-head@freebsd.org Sat May 28 18:26:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3337CB4E819; Sat, 28 May 2016 18:26:35 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E88361D24; Sat, 28 May 2016 18:26:34 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SIQYXW034511; Sat, 28 May 2016 18:26:34 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SIQXeh034504; Sat, 28 May 2016 18:26:33 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201605281826.u4SIQXeh034504@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Sat, 28 May 2016 18:26:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416058 - in head/databases: . pg_stat_kcache pg_stat_kcache/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 18:26:35 -0000 Author: girgen Date: Sat May 28 18:26:33 2016 New Revision: 416058 URL: https://svnweb.freebsd.org/changeset/ports/416058 Log: Add pg_stat_kcache module Gathers statistics about real reads and writes done by the filesystem layer. It is provided in the form of an extension for PostgreSQL >= 9.4., and requires pg_stat_statements extension to be installed. PostgreSQL 9.4 or more is required as previous version of provided pg_stat_statements didn't expose the queryid field. WWW: https://github.com/dalibo/pg_stat_kcache Added: head/databases/pg_stat_kcache/ head/databases/pg_stat_kcache/Makefile (contents, props changed) head/databases/pg_stat_kcache/distinfo (contents, props changed) head/databases/pg_stat_kcache/files/ head/databases/pg_stat_kcache/files/patch-Makefile (contents, props changed) head/databases/pg_stat_kcache/pkg-descr (contents, props changed) head/databases/pg_stat_kcache/pkg-message (contents, props changed) head/databases/pg_stat_kcache/pkg-plist (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sat May 28 17:29:16 2016 (r416057) +++ head/databases/Makefile Sat May 28 18:26:33 2016 (r416058) @@ -554,6 +554,7 @@ SUBDIR += pg_citus SUBDIR += pg_reorg SUBDIR += pg_rman + SUBDIR += pg_stat_kcache SUBDIR += pg_statsinfo SUBDIR += pgaccess SUBDIR += pgadmin3 Added: head/databases/pg_stat_kcache/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pg_stat_kcache/Makefile Sat May 28 18:26:33 2016 (r416058) @@ -0,0 +1,21 @@ +# Created by: Palle Girgensohn +# $FreeBSD$ + +PORTNAME= pg_stat_kcache +PORTVERSION= 2.0.2 +CATEGORIES= databases + +USE_GITHUB= yes +GH_ACCOUNT= dalibo +GH_TAGNAME= REL2_0_2 + +MAINTAINER= girgen@FreeBSD.org +COMMENT= Gather statistics about PostgreSQL I/O and CPU usage + +USES= gmake pgsql:9.4+ +WANT_PGSQL= server contrib + +pre-patch: + @${MV} ${BUILD_WRKSRC}/README.rst ${BUILD_WRKSRC}/${PORTNAME}-README.rst + +.include Added: head/databases/pg_stat_kcache/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pg_stat_kcache/distinfo Sat May 28 18:26:33 2016 (r416058) @@ -0,0 +1,2 @@ +SHA256 (dalibo-pg_stat_kcache-2.0.2-REL2_0_2_GH0.tar.gz) = 72b8850c7ede052bce2a51aa6a11b3ec1db2214dcea3911be0aa5324040154f1 +SIZE (dalibo-pg_stat_kcache-2.0.2-REL2_0_2_GH0.tar.gz) = 9731 Added: head/databases/pg_stat_kcache/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pg_stat_kcache/files/patch-Makefile Sat May 28 18:26:33 2016 (r416058) @@ -0,0 +1,11 @@ +--- Makefile.orig 2016-01-21 22:44:44.214163699 +0100 ++++ Makefile 2016-01-21 22:44:51.788162213 +0100 +@@ -3,7 +3,7 @@ + TESTS = $(wildcard test/sql/*.sql) + REGRESS = $(patsubst test/sql/%.sql,%,$(TESTS)) + REGRESS_OPTS = --inputdir=test +-DOCS = $(wildcard README.rst) ++DOCS = $(wildcard *-README.rst) + + PG_CONFIG = pg_config + Added: head/databases/pg_stat_kcache/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pg_stat_kcache/pkg-descr Sat May 28 18:26:33 2016 (r416058) @@ -0,0 +1,4 @@ +Gathers statistics about real reads and writes done by the filesystem layer. It +is provided in the form of an extension for PostgreSQL >= 9.4. + +WWW: https://github.com/dalibo/pg_stat_kcache Added: head/databases/pg_stat_kcache/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pg_stat_kcache/pkg-message Sat May 28 18:26:33 2016 (r416058) @@ -0,0 +1,7 @@ +To activate pg_stat_kcache on your PostgreSQL server, add 'pg_stat_kcache' to +shared_preload_libraries in ~pgsql/data/postgresql.conf. For every database, +run + CREATE EXTENSION IF NOT EXISTS pg_stat_kcache + +Using databases/powa-web and databases/powa-archivist together with +pg_stat_kcache is warmly recommended. Added: head/databases/pg_stat_kcache/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pg_stat_kcache/pkg-plist Sat May 28 18:26:33 2016 (r416058) @@ -0,0 +1,5 @@ +lib/postgresql/pg_stat_kcache.so +share/doc/postgresql/extension/pg_stat_kcache-README.rst +share/postgresql/extension/pg_stat_kcache--2.0.1--2.0.2.sql +share/postgresql/extension/pg_stat_kcache--2.0.2.sql +share/postgresql/extension/pg_stat_kcache.control From owner-svn-ports-head@freebsd.org Sat May 28 18:38:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA56EB4E9A6; Sat, 28 May 2016 18:38:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9DB0F11DD; Sat, 28 May 2016 18:38:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SIc06A038246; Sat, 28 May 2016 18:38:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SIc05E038244; Sat, 28 May 2016 18:38:00 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605281838.u4SIc05E038244@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 28 May 2016 18:38:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416059 - head/games/minetest_game X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 18:38:02 -0000 Author: amdmi3 Date: Sat May 28 18:38:00 2016 New Revision: 416059 URL: https://svnweb.freebsd.org/changeset/ports/416059 Log: - Update to 0.4.14 - Fix LICENSE Modified: head/games/minetest_game/Makefile head/games/minetest_game/distinfo Modified: head/games/minetest_game/Makefile ============================================================================== --- head/games/minetest_game/Makefile Sat May 28 18:26:33 2016 (r416058) +++ head/games/minetest_game/Makefile Sat May 28 18:38:00 2016 (r416059) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= minetest_game -PORTVERSION= 0.4.13 +PORTVERSION= 0.4.14 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org COMMENT= The main game for the Minetest game engine -LICENSE= LGPL21 +LICENSE= LGPL21+ RUN_DEPENDS= minetest:games/minetest Modified: head/games/minetest_game/distinfo ============================================================================== --- head/games/minetest_game/distinfo Sat May 28 18:26:33 2016 (r416058) +++ head/games/minetest_game/distinfo Sat May 28 18:38:00 2016 (r416059) @@ -1,2 +1,3 @@ -SHA256 (minetest-minetest_game-0.4.13_GH0.tar.gz) = 8d1671484fcd62936ae15bf6a2f9fd9863a8fb010bdf8902ba63977395f3b613 -SIZE (minetest-minetest_game-0.4.13_GH0.tar.gz) = 1371272 +TIMESTAMP = 1463406377 +SHA256 (minetest-minetest_game-0.4.14_GH0.tar.gz) = eebc2830d0e2f431f648691a0072fbb773d000c56deaf09ddc5e7416096cdf85 +SIZE (minetest-minetest_game-0.4.14_GH0.tar.gz) = 772370 From owner-svn-ports-head@freebsd.org Sat May 28 18:38:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE344B4E9CB; Sat, 28 May 2016 18:38:06 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 98DDC120B; Sat, 28 May 2016 18:38: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 u4SIc5EB038422; Sat, 28 May 2016 18:38:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SIc5BX038417; Sat, 28 May 2016 18:38:05 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605281838.u4SIc5BX038417@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 28 May 2016 18:38:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416060 - in head/games/minetest: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 18:38:06 -0000 Author: amdmi3 Date: Sat May 28 18:38:05 2016 New Revision: 416060 URL: https://svnweb.freebsd.org/changeset/ports/416060 Log: - Update to 0.4.14 - Tweak depends Added: head/games/minetest/files/extra-patch-src_unittest_test__serialization.cpp - copied, changed from r416059, head/games/minetest/files/patch-src_unittest_test__serialization.cpp head/games/minetest/files/patch-src_CMakeLists.txt (contents, props changed) Deleted: head/games/minetest/files/patch-src_unittest_test__serialization.cpp Modified: head/games/minetest/Makefile head/games/minetest/distinfo head/games/minetest/pkg-plist Modified: head/games/minetest/Makefile ============================================================================== --- head/games/minetest/Makefile Sat May 28 18:38:00 2016 (r416059) +++ head/games/minetest/Makefile Sat May 28 18:38:05 2016 (r416060) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= minetest -PORTVERSION= 0.4.13 +PORTVERSION= 0.4.14 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org @@ -43,7 +43,7 @@ CLIENT_CMAKE_OFF= -DBUILD_CLIENT=0 CLIENT_LIB_DEPENDS= libpng.so:graphics/png \ libIrrlicht.so:x11-toolkits/irrlicht CLIENT_USES= jpeg -CLIENT_USE= GL=gl XORG=x11 +CLIENT_USE= GL=gl XORG=x11,xext SERVER_CMAKE_ON= -DBUILD_SERVER=1 SERVER_CMAKE_OFF= -DBUILD_SERVER=0 CURL_CMAKE_ON= -DENABLE_CURL=1 @@ -75,7 +75,8 @@ SPATIAL_CMAKE_OFF= -DENABLE_SPATIAL=0 .if ${PORT_OPTIONS:MCLIENT} && ${PORT_OPTIONS:MSOUND} USES+= openal -LIB_DEPENDS+= libvorbis.so:audio/libvorbis +LIB_DEPENDS+= libvorbis.so:audio/libvorbis \ + libogg.so:audio/libogg .endif .if ${PORT_OPTIONS:MSERVER} @@ -92,6 +93,10 @@ CMAKE_ARGS+= -DIRRLICHT_INCLUDE_DIR:STRI EXTRA_PATCHES+= ${FILESDIR}/extra-patch-irrlichtdepend .endif +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src_unittest_test__serialization.cpp +.endif + post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/cmake/Modules/*.cmake Modified: head/games/minetest/distinfo ============================================================================== --- head/games/minetest/distinfo Sat May 28 18:38:00 2016 (r416059) +++ head/games/minetest/distinfo Sat May 28 18:38:05 2016 (r416060) @@ -1,2 +1,3 @@ -SHA256 (minetest-minetest-0.4.13_GH0.tar.gz) = d77ee70c00a923c3ed2355536997f064a95143d0949a7fc92d725d079edef9f7 -SIZE (minetest-minetest-0.4.13_GH0.tar.gz) = 8367119 +TIMESTAMP = 1463406391 +SHA256 (minetest-minetest-0.4.14_GH0.tar.gz) = 203de4d41a60466126ab92ca85f726d88d0084f2e78393da239e7416cb847054 +SIZE (minetest-minetest-0.4.14_GH0.tar.gz) = 8637454 Copied and modified: head/games/minetest/files/extra-patch-src_unittest_test__serialization.cpp (from r416059, head/games/minetest/files/patch-src_unittest_test__serialization.cpp) ============================================================================== --- head/games/minetest/files/patch-src_unittest_test__serialization.cpp Sat May 28 18:38:00 2016 (r416059, copy source) +++ head/games/minetest/files/extra-patch-src_unittest_test__serialization.cpp Sat May 28 18:38:05 2016 (r416060) @@ -1,6 +1,6 @@ ---- src/unittest/test_serialization.cpp.orig 2015-08-20 02:02:00 UTC +--- src/unittest/test_serialization.cpp.orig 2016-05-15 12:49:15 UTC +++ src/unittest/test_serialization.cpp -@@ -289,7 +289,7 @@ void TestSerialization::testStreamRead() +@@ -295,7 +295,7 @@ void TestSerialization::testStreamRead() UASSERT(readU8(is) == 0x11); UASSERT(readU16(is) == 0x2233); UASSERT(readU32(is) == 0x44556677); @@ -9,7 +9,7 @@ UASSERT(readS8(is) == -128); UASSERT(readS16(is) == 30000); -@@ -330,7 +330,7 @@ void TestSerialization::testStreamWrite( +@@ -336,7 +336,7 @@ void TestSerialization::testStreamWrite( writeU8(os, 0x11); writeU16(os, 0x2233); writeU32(os, 0x44556677); @@ -18,3 +18,30 @@ writeS8(os, -128); writeS16(os, 30000); +@@ -382,7 +382,7 @@ void TestSerialization::testVecPut() + putU8(&buf, 0x11); + putU16(&buf, 0x2233); + putU32(&buf, 0x44556677); +- putU64(&buf, 0x8899AABBCCDDEEFF); ++ putU64(&buf, 0x8899AABBCCDDEEFFULL); + + putS8(&buf, -128); + putS16(&buf, 30000); +@@ -464,7 +464,7 @@ void TestSerialization::testBufReader() + UASSERT(buf.getU8() == 0x11); + UASSERT(buf.getU16() == 0x2233); + UASSERT(buf.getU32() == 0x44556677); +- UASSERT(buf.getU64() == 0x8899AABBCCDDEEFF); ++ UASSERT(buf.getU64() == 0x8899AABBCCDDEEFFULL); + UASSERT(buf.getS8() == -128); + UASSERT(buf.getS16() == 30000); + UASSERT(buf.getS32() == -6); +@@ -576,7 +576,7 @@ void TestSerialization::testBufReader() + UASSERT(u8_data == 0x11); + UASSERT(u16_data == 0x2233); + UASSERT(u32_data == 0x44556677); +- UASSERT(u64_data == 0x8899AABBCCDDEEFF); ++ UASSERT(u64_data == 0x8899AABBCCDDEEFFULL); + UASSERT(s8_data == -128); + UASSERT(s16_data == 30000); + UASSERT(s32_data == -6); Added: head/games/minetest/files/patch-src_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/minetest/files/patch-src_CMakeLists.txt Sat May 28 18:38:05 2016 (r416060) @@ -0,0 +1,14 @@ +--- src/CMakeLists.txt.orig 2016-05-15 12:49:15 UTC ++++ src/CMakeLists.txt +@@ -309,11 +309,6 @@ else() + set(PLATFORM_LIBS -lrt ${PLATFORM_LIBS}) + endif(APPLE) + +- # This way Xxf86vm is found on OpenBSD too +- find_library(XXF86VM_LIBRARY Xxf86vm) +- mark_as_advanced(XXF86VM_LIBRARY) +- set(CLIENT_PLATFORM_LIBS ${CLIENT_PLATFORM_LIBS} ${XXF86VM_LIBRARY}) +- + # Prefer local iconv if installed + find_library(ICONV_LIBRARY iconv) + mark_as_advanced(ICONV_LIBRARY) Modified: head/games/minetest/pkg-plist ============================================================================== --- head/games/minetest/pkg-plist Sat May 28 18:38:00 2016 (r416059) +++ head/games/minetest/pkg-plist Sat May 28 18:38:05 2016 (r416060) @@ -5,4 +5,4 @@ man/man6/minetest.6.gz man/man6/minetestserver.6.gz share/applications/minetest.desktop share/appdata/minetest.appdata.xml -share/icons/hicolor/scalable/apps/minetest-icon.svg +share/icons/hicolor/scalable/apps/minetest.svg From owner-svn-ports-head@freebsd.org Sat May 28 18:57:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67F9BB4E07A; Sat, 28 May 2016 18:57:00 +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 291E113BC; Sat, 28 May 2016 18:57:00 +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 u4SIuxir046224; Sat, 28 May 2016 18:56:59 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SIuwsH046214; Sat, 28 May 2016 18:56:58 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201605281856.u4SIuwsH046214@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Sat, 28 May 2016 18:56:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416061 - in head: devel/simgear devel/simgear/files games/flightgear games/flightgear-data games/flightgear/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 18:57:00 -0000 Author: martymac Date: Sat May 28 18:56:58 2016 New Revision: 416061 URL: https://svnweb.freebsd.org/changeset/ports/416061 Log: Update Simgear & Flightgear ports to 2016.2.1 Added: head/devel/simgear/files/ head/devel/simgear/files/patch-simgear-io-DNSClient.hxx (contents, props changed) head/devel/simgear/files/patch-simgear-misc-sha1.c (contents, props changed) head/devel/simgear/files/patch-simgear-misc-strutils.cxx (contents, props changed) Deleted: head/games/flightgear/files/patch-3rdparty-hts_engine_API-lib-HTS_misc.c head/games/flightgear/files/patch-src-GUI-resources.qrc Modified: head/devel/simgear/Makefile head/devel/simgear/distinfo head/devel/simgear/pkg-plist head/games/flightgear-data/Makefile head/games/flightgear-data/distinfo head/games/flightgear/Makefile head/games/flightgear/distinfo Modified: head/devel/simgear/Makefile ============================================================================== --- head/devel/simgear/Makefile Sat May 28 18:38:05 2016 (r416060) +++ head/devel/simgear/Makefile Sat May 28 18:56:58 2016 (r416061) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= simgear -PORTVERSION= 2016.1.2 +PORTVERSION= 2016.2.1 CATEGORIES= devel games MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} Modified: head/devel/simgear/distinfo ============================================================================== --- head/devel/simgear/distinfo Sat May 28 18:38:05 2016 (r416060) +++ head/devel/simgear/distinfo Sat May 28 18:56:58 2016 (r416061) @@ -1,2 +1,3 @@ -SHA256 (simgear-2016.1.2.tar.bz2) = 8fb364a4ccf08e71a70cd9994e6a5730400deb234e29a4c112d705bfe66af396 -SIZE (simgear-2016.1.2.tar.bz2) = 1066215 +TIMESTAMP = 1463720848 +SHA256 (simgear-2016.2.1.tar.bz2) = 601d4ef75a7f9e7012f85d6f63219f3e2ef90f98249eaa5d16cc6b1a3c737a0a +SIZE (simgear-2016.2.1.tar.bz2) = 1161873 Added: head/devel/simgear/files/patch-simgear-io-DNSClient.hxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/simgear/files/patch-simgear-io-DNSClient.hxx Sat May 28 18:56:58 2016 (r416061) @@ -0,0 +1,10 @@ +--- simgear/io/DNSClient.hxx.orig 2016-05-26 10:14:14.778785357 +0000 ++++ simgear/io/DNSClient.hxx 2016-05-26 10:15:10.233184943 +0000 +@@ -27,6 +27,7 @@ + #include // for std::auto_ptr + #include + #include ++#include + #include + #include + Added: head/devel/simgear/files/patch-simgear-misc-sha1.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/simgear/files/patch-simgear-misc-sha1.c Sat May 28 18:56:58 2016 (r416061) @@ -0,0 +1,38 @@ +--- simgear/misc/sha1.c.orig 2016-05-25 05:08:11.559005375 +0000 ++++ simgear/misc/sha1.c 2016-05-25 05:39:02.947268577 +0000 +@@ -6,25 +6,26 @@ + //#include + //#include + ++#if defined(__FreeBSD__) ++# include ++#else ++# if !defined(_WIN32) ++# include ++# endif ++#endif + + #ifdef __BIG_ENDIAN__ + # define SHA_BIG_ENDIAN +-#elif defined __LITTLE_ENDIAN__ +-/* override */ + #elif defined __BYTE_ORDER + # if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ + # define SHA_BIG_ENDIAN + # endif +-#elif defined _WIN32 +-/* assume little-endian, there is no endian.h on MSVC */ +-#else // ! defined __LITTLE_ENDIAN__ +-# include // machine/endian.h +-# if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ +-# define SHA_BIG_ENDIAN ++#elif defined BYTE_ORDER ++# if BYTE_ORDER == BIG_ENDIAN ++# define SHA_BIG_ENDIAN + # endif + #endif + +- + /* code */ + #define SHA1_K0 0x5a827999 + #define SHA1_K20 0x6ed9eba1 Added: head/devel/simgear/files/patch-simgear-misc-strutils.cxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/simgear/files/patch-simgear-misc-strutils.cxx Sat May 28 18:56:58 2016 (r416061) @@ -0,0 +1,11 @@ +--- simgear/misc/strutils.cxx.orig 2016-05-20 10:23:23.498474613 +0000 ++++ simgear/misc/strutils.cxx 2016-05-20 10:27:20.805099873 +0000 +@@ -615,7 +615,7 @@ + retcode = strerror_s(buf, sizeof(buf), errnum); + #elif defined(_GNU_SOURCE) + return std::string(strerror_r(errnum, buf, sizeof(buf))); +-#elif (_POSIX_C_SOURCE >= 200112L) || defined(SG_MAC) ++#elif (_POSIX_C_SOURCE >= 200112L) || defined(SG_MAC) || defined(__FreeBSD__) + int retcode; + // POSIX.1-2001 and POSIX.1-2008 + retcode = strerror_r(errnum, buf, sizeof(buf)); Modified: head/devel/simgear/pkg-plist ============================================================================== --- head/devel/simgear/pkg-plist Sat May 28 18:38:05 2016 (r416060) +++ head/devel/simgear/pkg-plist Sat May 28 18:56:58 2016 (r416061) @@ -76,11 +76,13 @@ include/simgear/ephemeris/star.hxx include/simgear/ephemeris/stardata.hxx include/simgear/ephemeris/uranus.hxx include/simgear/ephemeris/venus.hxx +include/simgear/io/AbstractRepository.hxx include/simgear/io/DAVMultiStatus.hxx +include/simgear/io/DNSClient.hxx include/simgear/io/HTTPClient.hxx -include/simgear/io/HTTPContentDecode.hxx include/simgear/io/HTTPFileRequest.hxx include/simgear/io/HTTPMemoryRequest.hxx +include/simgear/io/HTTPRepository.hxx include/simgear/io/HTTPRequest.hxx include/simgear/io/SVNDirectory.hxx include/simgear/io/SVNReportParser.hxx @@ -137,6 +139,7 @@ include/simgear/misc/gzcontainerfile.hxx include/simgear/misc/interpolator.hxx include/simgear/misc/make_new.hxx include/simgear/misc/sg_dir.hxx +include/simgear/misc/sg_hash.hxx include/simgear/misc/sg_path.hxx include/simgear/misc/sgstream.hxx include/simgear/misc/stdint.hxx Modified: head/games/flightgear-data/Makefile ============================================================================== --- head/games/flightgear-data/Makefile Sat May 28 18:38:05 2016 (r416060) +++ head/games/flightgear-data/Makefile Sat May 28 18:56:58 2016 (r416061) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flightgear-data -PORTVERSION= 2016.1.2 +PORTVERSION= 2016.2.1 CATEGORIES= games MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} DISTNAME= FlightGear-${PORTVERSION}-data Modified: head/games/flightgear-data/distinfo ============================================================================== --- head/games/flightgear-data/distinfo Sat May 28 18:38:05 2016 (r416060) +++ head/games/flightgear-data/distinfo Sat May 28 18:56:58 2016 (r416061) @@ -1,2 +1,3 @@ -SHA256 (FlightGear-2016.1.2-data.tar.bz2) = a69f860576e31ade6268e3870215f9ae0b28de278e06978a772e987efa0c1ebc -SIZE (FlightGear-2016.1.2-data.tar.bz2) = 1266744537 +TIMESTAMP = 1463721111 +SHA256 (FlightGear-2016.2.1-data.tar.bz2) = 225b32f4d813635ece72f09541640e818fba95386ff8715015693978c37eaace +SIZE (FlightGear-2016.2.1-data.tar.bz2) = 1562126790 Modified: head/games/flightgear/Makefile ============================================================================== --- head/games/flightgear/Makefile Sat May 28 18:38:05 2016 (r416060) +++ head/games/flightgear/Makefile Sat May 28 18:56:58 2016 (r416061) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flightgear -PORTVERSION= 2016.1.2 +PORTVERSION= 2016.2.1 CATEGORIES= games MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} @@ -50,10 +50,6 @@ DBUS_CMAKE_OFF= -DUSE_DBUS:BOOL=OFF USE_GCC= yes .endif -post-patch: - ${MV} "${WRKSRC}/src/GUI/ndb-small-icon .png" \ - "${WRKSRC}/src/GUI/ndb-small-icon.png" - post-install: ${INSTALL_PROGRAM} ${WRKSRC}/utils/js_server/js_server \ ${STAGEDIR}${PREFIX}/bin Modified: head/games/flightgear/distinfo ============================================================================== --- head/games/flightgear/distinfo Sat May 28 18:38:05 2016 (r416060) +++ head/games/flightgear/distinfo Sat May 28 18:56:58 2016 (r416061) @@ -1,2 +1,3 @@ -SHA256 (flightgear-2016.1.2.tar.bz2) = c966dc892563185f3398db42e57c6dcf89f1b5fa4f997c0aeba1bafe0d45a919 -SIZE (flightgear-2016.1.2.tar.bz2) = 7544371 +TIMESTAMP = 1463720861 +SHA256 (flightgear-2016.2.1.tar.bz2) = b554170ca6b5943fd90496759b055fb60f362ea96f6c46dfff89e3d12c940a94 +SIZE (flightgear-2016.2.1.tar.bz2) = 7556269 From owner-svn-ports-head@freebsd.org Sat May 28 19:11:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50D29B4E4D8; Sat, 28 May 2016 19:11:36 +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 0F6381D7A; Sat, 28 May 2016 19:11:35 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 06EE5BDC78; Sat, 28 May 2016 21:11:33 +0200 (CEST) Received: from atuin.in.mat.cc (AAmiens-654-1-80-87.w92-142.abo.wanadoo.fr [92.142.245.87]) by prod2.absolight.net (Postfix) with ESMTPA id CC1FCBDC70; Sat, 28 May 2016 21:11:32 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 34DF5613A009; Sat, 28 May 2016 21:11:32 +0200 (CEST) Date: Sat, 28 May 2016 21:11:31 +0200 From: Mathieu Arnold To: Kurt Jaeger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r416053 - head/Mk/Uses Message-ID: <26C60D19E71229277DAC54AE@atuin.in.mat.cc> In-Reply-To: <201605281719.u4SHJiAa008852@repo.freebsd.org> References: <201605281719.u4SHJiAa008852@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="==========2732EB21C74C7A6691FD==========" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 19:11:36 -0000 --==========2732EB21C74C7A6691FD========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 28 mai 2016 17:19:44 +0000 Kurt Jaeger wrote: | Author: pi | Date: Sat May 28 17:19:43 2016 | New Revision: 416053 | URL: https://svnweb.freebsd.org/changeset/ports/416053 | | Log: | Mk/Uses/qmake.mk: add empty do-configure target | | PR: 209326 | Submitted by: rakuco, T.C.Berner , Ralf Nolden | Why backout that change ? It worked just right without it. -- Mathieu Arnold --==========2732EB21C74C7A6691FD========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJXSe1jXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IuFIP/RPndY5rsrSMOUMG5ROHidhE 4S3+VH3RN2dnjQO3CVpxsWNZfwuCcnwdum8DkqMZhuC4ElADpo5GOvMIU6dbPb8o zj16tz3bv2WYKa6HD78suek/mDQngSbVrAZacJlCLEAIK9i1/mQn/9EkkUzWElBG uEmsxh9oqEL9M4VLoOaT4ygOn+scfQcLE1SuhARkQVxjJtC4iGKMLztUw8OWWt49 pkfZfsXZ1Yai84pvuwcgznmn8TcIrxjtZKljoYnnn2UuTPr7tsiIp6cGSjKYHh1+ 2DlS2p23eymr536vkisuEVhzsSz+5qkzM0DJNtIyoQnNHMAzqc+HUhhK9vDQ5d0c xtQWrqazlug2ZL1Hlf8+7NovpHe1/A/Rg14SjyUTmmVPeo5gLDz1zRkQBjycXPa8 9zdIJM+yVeKWSJzaY+MEglQOTVNvjZPRbF5lyz3LK65ekFWnuWB1oRk6prWIBaRj zoU9XTtx8srvPyO9Si1RnmvyANM+SFzHmbjy8/ulvHKfnV9Cf7RMZc6JIV8s27UP Zj3OS5x/jm54q1X53tK7eITtE+oroWDqZ1S+Q7AiHwHDwB+IMbL68w1NUiG+lx8S D+uCuREc0TbLYu3PMhbOxMu8eU22+RbyHO3N2VdBZZu9THeelUE//ftZVSg2tumM jzelLs7bn8qYHQZxq/UD =Ed3C -----END PGP SIGNATURE----- --==========2732EB21C74C7A6691FD==========-- From owner-svn-ports-head@freebsd.org Sat May 28 19:51:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C868B4ED55; Sat, 28 May 2016 19:51: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 6F14F108E; Sat, 28 May 2016 19:51: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 u4SJppIa067760; Sat, 28 May 2016 19:51:51 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SJppmx067758; Sat, 28 May 2016 19:51:51 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605281951.u4SJppmx067758@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 28 May 2016 19:51:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416062 - head/archivers/py-borgbackup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 19:51:52 -0000 Author: amdmi3 Date: Sat May 28 19:51:51 2016 New Revision: 416062 URL: https://svnweb.freebsd.org/changeset/ports/416062 Log: - Update to 1.0.3 PR: 209796 Submitted by: jjuanino@gmail.com (maintainer) Modified: head/archivers/py-borgbackup/Makefile head/archivers/py-borgbackup/distinfo Modified: head/archivers/py-borgbackup/Makefile ============================================================================== --- head/archivers/py-borgbackup/Makefile Sat May 28 18:56:58 2016 (r416061) +++ head/archivers/py-borgbackup/Makefile Sat May 28 19:51:51 2016 (r416062) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= borgbackup -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= archivers python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/archivers/py-borgbackup/distinfo ============================================================================== --- head/archivers/py-borgbackup/distinfo Sat May 28 18:56:58 2016 (r416061) +++ head/archivers/py-borgbackup/distinfo Sat May 28 19:51:51 2016 (r416062) @@ -1,2 +1,2 @@ -SHA256 (borgbackup-1.0.2.tar.gz) = 11ea343290f788a2d849f43ebb07e8f0990f651f3cf097ca4f4cd9ce2f08dfd7 -SIZE (borgbackup-1.0.2.tar.gz) = 422181 +SHA256 (borgbackup-1.0.3.tar.gz) = 7a79c53f2fd3f8a687bb10dbec4591ce95878f89f4467544ef4e7a005407f94f +SIZE (borgbackup-1.0.3.tar.gz) = 426936 From owner-svn-ports-head@freebsd.org Sat May 28 19:54:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17CD0B4EDE0; Sat, 28 May 2016 19:54:42 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id CC2A11252; Sat, 28 May 2016 19:54:41 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 9AB34BDC70; Sat, 28 May 2016 21:54:39 +0200 (CEST) Received: from atuin.in.mat.cc (AAmiens-654-1-80-87.w92-142.abo.wanadoo.fr [92.142.245.87]) by prod2.absolight.net (Postfix) with ESMTPA id 6BB4DBDC66; Sat, 28 May 2016 21:54:39 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id A35BD613A257; Sat, 28 May 2016 21:54:38 +0200 (CEST) Date: Sat, 28 May 2016 21:54:38 +0200 From: Mathieu Arnold To: Kurt Jaeger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r416053 - head/Mk/Uses Message-ID: <6084DC9FC0E493931C0C3D6B@atuin.in.mat.cc> In-Reply-To: <201605281719.u4SHJiAa008852@repo.freebsd.org> References: <201605281719.u4SHJiAa008852@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="==========6F8657D563B743C20E3F==========" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 19:54:42 -0000 --==========6F8657D563B743C20E3F========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 28 mai 2016 17:19:44 +0000 Kurt Jaeger wrote: | Log: | Mk/Uses/qmake.mk: add empty do-configure target I'm going to pass on the commit message. | .if !target(do-configure) && ! ${qmake_ARGS:M_env} | -_USES_configure+= 450:qmake-configure | +do-configure: qmake-configure | + @${DO_NADA} | .endif I should explain a bit more. This goes against the Right Way Of Doing Things(c)(r)(tm). To add a target to be run in the targets pipeline, you use _USES_xxx, you never, ever, piggyback on an existing target, especially if you're not using it. So, please, back this out. -- Mathieu Arnold --==========6F8657D563B743C20E3F========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJXSfd+XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85I8uMP/jHCj9TVLzgKVwzDA6peKaSc OyfJ+sWpOS7BVYXupjUoFqfVUqpTopTw4CYZLiTHYh7kpMjjY4pqWiunhd8HsPbc XTZ4t7B/HmRfh1d9xEMnETsC/vq5xW9zDzgy0KnPN/0q9RVEdXodPSu/IVwD01tg FDReTnxjCjliNraFYxxI7Corsm8qj4N72E8XdDi4oSFrmcMQMRfMjzy2yN7J7oK4 m88LwZK938raq2r+teNWTPHIVe8UAf1RemIU+Z+zDSklNJQu/tmVkMzqDpCbPqoo gRAxwO/4mH77rpgNjA99+zSSfFL7S7t60NdRfzS8AkSUzE4ecFXLilPi2J9LVauD Kdy90HBQjIyvMtgmT9YPxSi/HDXTtltyUDZUXyajv/3CkU1cB3ObVP9Yvp4/X8Rg LrxUJnxMt3Pd9tkwDvL6w7zRfQiuU2X4bfYv0tsDNqUDqFWwAYpkHtOwD7/md1a7 FZ6gmAogQzCAemfujRp8y/vdk4uVqF7QS+c16ZVPvHDL3MJpmcy6NdW5lu0IlmkG yG2X4Deg5Ia09Wg6YPhFwolPOS4RFk/EA98VWjjpHp2lE7WzGHJQdQyGNsmBdZPn YXwixLII2wVZmcaPQhrUnChw7naY7UI6q971z1hKi31IPlt+RIf7lrS024/OhGxP yhJjTKNIJ2MX7FCe/Z30 =9gkp -----END PGP SIGNATURE----- --==========6F8657D563B743C20E3F==========-- From owner-svn-ports-head@freebsd.org Sat May 28 19:54:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F890B4EE1C; Sat, 28 May 2016 19:54:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 485DA1328; Sat, 28 May 2016 19:54:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SJsvZ2067963; Sat, 28 May 2016 19:54:57 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SJsvLF067962; Sat, 28 May 2016 19:54:57 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605281954.u4SJsvLF067962@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 28 May 2016 19:54:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416063 - head/www/emacs-w3m X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 19:54:58 -0000 Author: amdmi3 Date: Sat May 28 19:54:57 2016 New Revision: 416063 URL: https://svnweb.freebsd.org/changeset/ports/416063 Log: - Remove ${PORTSDIR} from dependencies - Switch to options helpers Approved by: portmgr blanket Modified: head/www/emacs-w3m/Makefile Modified: head/www/emacs-w3m/Makefile ============================================================================== --- head/www/emacs-w3m/Makefile Sat May 28 19:51:51 2016 (r416062) +++ head/www/emacs-w3m/Makefile Sat May 28 19:54:57 2016 (r416063) @@ -63,8 +63,8 @@ SHIMBUN= "" .include .if ${EMACS_NAME} == "emacs" && ${EMACS_VER:C/\..*//} >= 23 -FLIM_PORT= ${PORTSDIR}/editors/flim -SEMI_PORT= ${PORTSDIR}/editors/semi +FLIM_PORT= editors/flim +SEMI_PORT= editors/semi INSTALL_TARGET= install install-icons PLIST_SUB+= EMACS23="" .else @@ -76,19 +76,19 @@ INSTALL_TARGET= install install-icons .endif .if ${EMACS_NAME} == "emacs" && ${EMACS_VER:C/\..*//} < 22 -MULE_UCS_PORT= ${PORTSDIR}/converters/mule-ucs +MULE_UCS_PORT= converters/mule-ucs INSTALL_TARGET= install install-icons .endif FLIM_TRUNK= 1.14 FLIM_COOKIE= ${LOCALBASE}/share/flim/flim-${EMACS_PORT_NAME}-${FLIM_TRUNK}.FreeBSD-packages -FLIM_PORT?= ${PORTSDIR}/editors/flim-${EMACS_PORT_NAME} +FLIM_PORT?= editors/flim-${EMACS_PORT_NAME} SEMI_TRUNK= 1.14 SEMI_COOKIE= ${LOCALBASE}/share/semi/semi-${EMACS_PORT_NAME}-${FLIM_TRUNK}.FreeBSD-packages -SEMI_PORT?= ${PORTSDIR}/editors/semi-${EMACS_PORT_NAME} +SEMI_PORT?= editors/semi-${EMACS_PORT_NAME} -MULE_UCS_PORT?= ${PORTSDIR}/converters/mule-ucs-${EMACS_PORT_NAME} +MULE_UCS_PORT?= converters/mule-ucs-${EMACS_PORT_NAME} MULE_UCS_ELISP_FILE= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/mule-ucs/un-define.el BUILD_DEPENDS+= w3m:www/w3m @@ -115,8 +115,7 @@ post-patch: @${CP} ${FILESDIR}/_pkg.el ${WRKSRC} .endif -post-install: -.if ${PORT_OPTIONS:MDOCS} +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${MKDIR} ${STAGEDIR}${DOCSDIR_JA} .for i in ${DOCS} @@ -125,6 +124,5 @@ post-install: .for i in ${DOCS_JA} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR_JA} .endfor -.endif .include From owner-svn-ports-head@freebsd.org Sat May 28 20:01:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3FE53B4EE87; Sat, 28 May 2016 20:01:18 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 02279175E; Sat, 28 May 2016 20:01:17 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SK1HAe069142; Sat, 28 May 2016 20:01:17 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SK1HJV069141; Sat, 28 May 2016 20:01:17 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605282001.u4SK1HJV069141@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 28 May 2016 20:01:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416064 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 20:01:18 -0000 Author: pi Date: Sat May 28 20:01:16 2016 New Revision: 416064 URL: https://svnweb.freebsd.org/changeset/ports/416064 Log: Mk/Uses/qmake.mk: revert latest change PR: 209326 Requested by: mat Modified: head/Mk/Uses/qmake.mk Modified: head/Mk/Uses/qmake.mk ============================================================================== --- head/Mk/Uses/qmake.mk Sat May 28 19:54:57 2016 (r416063) +++ head/Mk/Uses/qmake.mk Sat May 28 20:01:16 2016 (r416064) @@ -107,8 +107,7 @@ qmake-configure: ${SETENV} ${QMAKE_ENV} ${_QMAKE} ${QMAKE_ARGS} ${QMAKE_SOURCE_PATH} .if !target(do-configure) && ! ${qmake_ARGS:M_env} -do-configure: qmake-configure - @${DO_NADA} +_USES_configure+= 450:qmake-configure .endif .endif # !defined(_INCLUDE_USES_QMAKE_MK) From owner-svn-ports-head@freebsd.org Sat May 28 20:03:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0494FB4EFB9; Sat, 28 May 2016 20:03:01 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from fc.opsec.eu (fc.opsec.eu [IPv6:2001:14f8:200:4::4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7F151A5C; Sat, 28 May 2016 20:03:00 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from pi by fc.opsec.eu with local (Exim 4.87 (FreeBSD)) (envelope-from ) id 1b6kRj-000POL-1Z; Sat, 28 May 2016 22:02:55 +0200 Date: Sat, 28 May 2016 22:02:55 +0200 From: Kurt Jaeger To: Mathieu Arnold Cc: Kurt Jaeger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r416053 - head/Mk/Uses Message-ID: <20160528200254.GI1036@fc.opsec.eu> References: <201605281719.u4SHJiAa008852@repo.freebsd.org> <6084DC9FC0E493931C0C3D6B@atuin.in.mat.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6084DC9FC0E493931C0C3D6B@atuin.in.mat.cc> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 20:03:01 -0000 Hi! > | .if !target(do-configure) && ! ${qmake_ARGS:M_env} > | -_USES_configure+= 450:qmake-configure > | +do-configure: qmake-configure > | + @${DO_NADA} > | .endif > > I should explain a bit more. > > This goes against the Right Way Of Doing Things(c)(r)(tm). > > To add a target to be run in the targets pipeline, you use _USES_xxx, you > never, ever, piggyback on an existing target, especially if you're not > using it. > > So, please, back this out. Done. I'm not sure *why* the kde folks requested this change in the first place, so I'll ask them. -- pi@FreeBSD.org +49 171 3101372 4 years to go ! From owner-svn-ports-head@freebsd.org Sat May 28 20:06:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3526DB4E0B7; Sat, 28 May 2016 20:06:48 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0683A1BE0; Sat, 28 May 2016 20:06:47 +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 u4SK6lUP072042; Sat, 28 May 2016 20:06:47 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SK6lMs072041; Sat, 28 May 2016 20:06:47 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201605282006.u4SK6lMs072041@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sat, 28 May 2016 20:06:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416065 - head/x11-toolkits/py-kivy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 20:06:48 -0000 Author: rene Date: Sat May 28 20:06:46 2016 New Revision: 416065 URL: https://svnweb.freebsd.org/changeset/ports/416065 Log: x11/toolkits/py-kivy: replace dependency graphics/py-imaging by graphics/py-pillow, the former has been expired. PR: 209736 Submitted by: myself Approved by: maintainer (dbn) Modified: head/x11-toolkits/py-kivy/Makefile Modified: head/x11-toolkits/py-kivy/Makefile ============================================================================== --- head/x11-toolkits/py-kivy/Makefile Sat May 28 20:01:16 2016 (r416064) +++ head/x11-toolkits/py-kivy/Makefile Sat May 28 20:06:46 2016 (r416065) @@ -60,8 +60,8 @@ GSTREAMER_LIB_DEPENDS= libgstreamer-1.0. GSTREAMER_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygst.py:multimedia/py-gstreamer GSTREAMER_USES= pkgconfig OPENCV_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cv.py:graphics/py-opencv -PIL_DESC= Text and window rendering support via PIL -PIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>0:graphics/py-imaging +PIL_DESC= Text and window rendering support via Pillow +PIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow PYGAME_DESC= Window, text and image rendering support via PyGame PYGAME_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>0:devel/py-game PYGLET_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyglet>0:graphics/py-pyglet From owner-svn-ports-head@freebsd.org Sat May 28 20:09:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE010B4E0FD; Sat, 28 May 2016 20:09:27 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F22C1CD7; Sat, 28 May 2016 20:09:27 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SK9QiP072292; Sat, 28 May 2016 20:09:26 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SK9QNt072286; Sat, 28 May 2016 20:09:26 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605282009.u4SK9QNt072286@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 28 May 2016 20:09:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416066 - in head/net-mgmt/cacti: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 20:09:27 -0000 Author: pi Date: Sat May 28 20:09:26 2016 New Revision: 416066 URL: https://svnweb.freebsd.org/changeset/ports/416066 Log: net-mgmt/cacti: 0.8.8g -> 0.8.8h This is a security update for cacti to resolve SQL exploits. - upgrade to 0.8.8h codebase from vendor - fix SQL vulnerabilities including CVE-2016-3659 - fix USE_MYSQL -> USES:mysql - fix deprecated mysql php module requirement (use mysqli instead) - fix overwriting of failure/recovery dates after outages PR: 209809 Submitted by: Daniel Austin (maintainer) Security: CVE-2016-3659 MFH: 2016Q2 Added: head/net-mgmt/cacti/files/patch-lib__functions.php (contents, props changed) Modified: head/net-mgmt/cacti/Makefile head/net-mgmt/cacti/distinfo head/net-mgmt/cacti/files/patch-install__index.php head/net-mgmt/cacti/pkg-plist Modified: head/net-mgmt/cacti/Makefile ============================================================================== --- head/net-mgmt/cacti/Makefile Sat May 28 20:06:46 2016 (r416065) +++ head/net-mgmt/cacti/Makefile Sat May 28 20:09:26 2016 (r416066) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cacti -PORTVERSION= 0.8.8g${PATCHLEVEL} -PORTREVISION= 2 +PORTVERSION= 0.8.8h${PATCHLEVEL} CATEGORIES= net-mgmt www MASTER_SITES= http://www.cacti.net/downloads/ \ ftp://ftpmirror.uk/freebsd-ports/cacti/ @@ -15,8 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rrdtool:databases/rrdtool -USES= cpe shebangfix -USE_MYSQL= yes +USES= cpe mysql shebangfix USE_PHP= mysqli pcre session sockets snmp xml WANT_PHP_WEB= yes NO_ARCH= yes Modified: head/net-mgmt/cacti/distinfo ============================================================================== --- head/net-mgmt/cacti/distinfo Sat May 28 20:06:46 2016 (r416065) +++ head/net-mgmt/cacti/distinfo Sat May 28 20:09:26 2016 (r416066) @@ -1,2 +1,2 @@ -SHA256 (cacti-0.8.8g.tar.gz) = 3187bd5054ae4e54496bb23187f14c79a441fedcfd397a2d27cd60179f0dee33 -SIZE (cacti-0.8.8g.tar.gz) = 2584879 +SHA256 (cacti-0.8.8h.tar.gz) = 0673bd9513dad381c8bbb9133c721a32bc6422dc91c5a81de16e3cd32e4d0600 +SIZE (cacti-0.8.8h.tar.gz) = 2585226 Modified: head/net-mgmt/cacti/files/patch-install__index.php ============================================================================== --- head/net-mgmt/cacti/files/patch-install__index.php Sat May 28 20:06:46 2016 (r416065) +++ head/net-mgmt/cacti/files/patch-install__index.php Sat May 28 20:09:26 2016 (r416066) @@ -1,5 +1,14 @@ ---- install/index.php.bak 2015-03-12 03:12:05.409276443 -0700 -+++ install/index.php 2015-03-12 03:14:17.596295374 -0700 +--- install/index.php.orig 2016-05-28 10:54:08.124059773 +0100 ++++ install/index.php 2016-05-28 10:54:34.252057818 +0100 +@@ -63,7 +63,7 @@ + } + + function verify_php_extensions() { +- $extensions = array("session", "sockets", "mysql", "xml"); ++ $extensions = array("session", "sockets", "mysqli", "xml"); + $ok = true; + $missing_extension = "

Error

+

The following PHP extensions are missing:

    "; @@ -267,7 +267,7 @@ if (config_value_exists("path_cactilog")) { $input["path_cactilog"]["default"] = read_config_option("path_cactilog"); Added: head/net-mgmt/cacti/files/patch-lib__functions.php ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/cacti/files/patch-lib__functions.php Sat May 28 20:09:26 2016 (r416066) @@ -0,0 +1,15 @@ +--- lib/functions.php.orig 2016-05-28 10:58:17.522042409 +0100 ++++ lib/functions.php 2016-05-28 11:00:31.399032747 +0100 +@@ -670,8 +670,10 @@ + $issue_log_message = false; + $ping_failure_count = read_config_option("ping_failure_count"); + $ping_recovery_count = read_config_option("ping_recovery_count"); +- $hosts[$host_id]["status_fail_date"] = '0000-00-00 00:00:00'; +- $hosts[$host_id]["status_rec_date"] = '0000-00-00 00:00:00'; ++ if ((!isset($hosts[$host_id]["status_fail_date"])) || ($hosts[$host_id]["status_fail_date"] == "")) ++ $hosts[$host_id]["status_fail_date"] = '0000-00-00 00:00:00'; ++ if ((!isset($hosts[$host_id]["status_rec_date"])) || ($hosts[$host_id]["status_rec_date"] == "")) ++ $hosts[$host_id]["status_rec_date"] = '0000-00-00 00:00:00'; + + if ($status == HOST_DOWN) { + /* update total polls, failed polls and availability */ Modified: head/net-mgmt/cacti/pkg-plist ============================================================================== --- head/net-mgmt/cacti/pkg-plist Sat May 28 20:06:46 2016 (r416065) +++ head/net-mgmt/cacti/pkg-plist Sat May 28 20:09:26 2016 (r416066) @@ -348,6 +348,7 @@ %%CACTIDIR%%/install/0_8_8d_to_0_8_8e.php %%CACTIDIR%%/install/0_8_8e_to_0_8_8f.php %%CACTIDIR%%/install/0_8_8f_to_0_8_8g.php +%%CACTIDIR%%/install/0_8_8g_to_0_8_8h.php %%CACTIDIR%%/install/0_8_to_0_8_1.php %%CACTIDIR%%/install/index.php %%CACTIDIR%%/install/install_finish.gif From owner-svn-ports-head@freebsd.org Sat May 28 20:21:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50070B4E3EB; Sat, 28 May 2016 20:21:19 +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 210A913AB; Sat, 28 May 2016 20:21:19 +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 u4SKLIob078687; Sat, 28 May 2016 20:21:18 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SKLImt078685; Sat, 28 May 2016 20:21:18 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201605282021.u4SKLImt078685@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sat, 28 May 2016 20:21:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416067 - in head: . graphics graphics/py-imaging X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 20:21:19 -0000 Author: rene Date: Sat May 28 20:21:18 2016 New Revision: 416067 URL: https://svnweb.freebsd.org/changeset/ports/416067 Log: Remove expired port: 2016-03-11 graphics/py-imaging: Unmaintained upstream; use graphics/py-pillow Deleted: head/graphics/py-imaging/ Modified: head/MOVED head/graphics/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat May 28 20:09:26 2016 (r416066) +++ head/MOVED Sat May 28 20:21:18 2016 (r416067) @@ -8330,3 +8330,4 @@ databases/py-sqlalchemy|databases/py-sql databases/py-sqlalchemy-devel|databases/py-sqlalchemy08|2016-05-18|Renamed to databases/py-sqlalchemy08 misc/kdehier4||2016-05-25|Not used since 2014 devel/maven-ant-tasks||2016-05-27|Use Maven directly +graphics/py-imaging||2016-05-28|Has expired: Unmaintained upstream; use graphics/py-pillow Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sat May 28 20:09:26 2016 (r416066) +++ head/graphics/Makefile Sat May 28 20:21:18 2016 (r416067) @@ -846,7 +846,6 @@ SUBDIR += py-graphy SUBDIR += py-gvgen SUBDIR += py-imagesize - SUBDIR += py-imaging SUBDIR += py-mcomix SUBDIR += py-ming SUBDIR += py-nwdiag From owner-svn-ports-head@freebsd.org Sat May 28 20:29:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 042E3B4E5C8; Sat, 28 May 2016 20:29:16 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6EF01863; Sat, 28 May 2016 20:29:15 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SKTE12079718; Sat, 28 May 2016 20:29:14 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SKTEWa079712; Sat, 28 May 2016 20:29:14 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605282029.u4SKTEWa079712@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 28 May 2016 20:29:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416068 - in head/devel: . dbus-c++ dbus-c++/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 20:29:16 -0000 Author: pi Date: Sat May 28 20:29:14 2016 New Revision: 416068 URL: https://svnweb.freebsd.org/changeset/ports/416068 Log: New port: devel/dbus-c++ dbus-c++ attempts to provide a C++ API for D-BUS. The library has a glib/gtk and an Ecore mainloop integration. It also offers an optional own main loop. WWW: https://github.com/andreas-volz/dbus-cplusplus/ WWW: https://sourceforge.net/projects/dbus-cplusplus/ PR: 209572 Submitted by: Yuri Victorovich Added: head/devel/dbus-c++/ head/devel/dbus-c++/Makefile (contents, props changed) head/devel/dbus-c++/distinfo (contents, props changed) head/devel/dbus-c++/files/ head/devel/dbus-c++/files/patch-include_dbus-c++_pipe.h (contents, props changed) head/devel/dbus-c++/pkg-descr (contents, props changed) head/devel/dbus-c++/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat May 28 20:21:18 2016 (r416067) +++ head/devel/Makefile Sat May 28 20:29:14 2016 (r416068) @@ -368,6 +368,7 @@ SUBDIR += dasm SUBDIR += datadraw SUBDIR += dbus + SUBDIR += dbus-c++ SUBDIR += dbus-glib SUBDIR += dbus-qt4 SUBDIR += dbus-qt5 Added: head/devel/dbus-c++/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/dbus-c++/Makefile Sat May 28 20:29:14 2016 (r416068) @@ -0,0 +1,45 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= dbus-c++ +PORTVERSION= 0.9.1 +DISTVERSIONPREFIX= v +DISTVERSIONSUFFIX= pw +CATEGORIES= devel gnome + +MAINTAINER= yuri@rawbw.com +COMMENT= C++ API for D-BUS + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libexpat.so:textproc/expat2 \ + libdbus-1.so:devel/dbus + +BROKEN_FreeBSD_9= Fails due to compiler issues + +USE_GITHUB= yes +GH_ACCOUNT= andreas-volz +GH_PROJECT= dbus-cplusplus + +USES= autoreconf compiler:c++11-lib gettext gmake libtool pkgconfig +GNU_CONFIGURE= yes +USE_GNOME= glib20 +USE_LDCONFIG= yes +CONFIGURE_ARGS= --prefix=${LOCALBASE} \ + --disable-ecore \ + --disable-static \ + --enable-glib \ + --disable-tests \ + --disable-examples \ + --disable-doxygen-docs +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +post-patch: + @${REINPLACE_CMD} 's|^pkgconfigdir = .*|pkgconfigdir=$${prefix}/libdata/pkgconfig|' ${WRKSRC}/Makefile.am +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libdbus-c++-1.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libdbus-c++-glib-1.so + +.include Added: head/devel/dbus-c++/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/dbus-c++/distinfo Sat May 28 20:29:14 2016 (r416068) @@ -0,0 +1,3 @@ +TIMESTAMP = 1463946343 +SHA256 (andreas-volz-dbus-cplusplus-v0.9.1pw_GH0.tar.gz) = b38ac2abdc86888b6ed32b66242599f42a76153dd9b6e502436bbb8f7e3bf02f +SIZE (andreas-volz-dbus-cplusplus-v0.9.1pw_GH0.tar.gz) = 117815 Added: head/devel/dbus-c++/files/patch-include_dbus-c++_pipe.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/dbus-c++/files/patch-include_dbus-c++_pipe.h Sat May 28 20:29:14 2016 (r416068) @@ -0,0 +1,11 @@ +--- include/dbus-c++/pipe.h.orig 2016-05-28 13:11:06 UTC ++++ include/dbus-c++/pipe.h +@@ -30,6 +30,8 @@ + /* STD */ + #include + ++#include ++ + namespace DBus + { + Added: head/devel/dbus-c++/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/dbus-c++/pkg-descr Sat May 28 20:29:14 2016 (r416068) @@ -0,0 +1,6 @@ +dbus-c++ attempts to provide a C++ API for D-BUS. The library has a +glib/gtk and an Ecore mainloop integration. It also offers an optional +own main loop. + +WWW: https://github.com/andreas-volz/dbus-cplusplus/ +WWW: https://sourceforge.net/projects/dbus-cplusplus/ Added: head/devel/dbus-c++/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/dbus-c++/pkg-plist Sat May 28 20:29:14 2016 (r416068) @@ -0,0 +1,30 @@ +bin/dbusxx-introspect +bin/dbusxx-xml2cpp +include/dbus-c++-1/dbus-c++/api.h +include/dbus-c++-1/dbus-c++/connection.h +include/dbus-c++-1/dbus-c++/dbus.h +include/dbus-c++-1/dbus-c++/debug.h +include/dbus-c++-1/dbus-c++/dispatcher.h +include/dbus-c++-1/dbus-c++/error.h +include/dbus-c++-1/dbus-c++/eventloop-integration.h +include/dbus-c++-1/dbus-c++/eventloop.h +include/dbus-c++-1/dbus-c++/glib-integration.h +include/dbus-c++-1/dbus-c++/interface.h +include/dbus-c++-1/dbus-c++/introspection.h +include/dbus-c++-1/dbus-c++/message.h +include/dbus-c++-1/dbus-c++/object.h +include/dbus-c++-1/dbus-c++/pendingcall.h +include/dbus-c++-1/dbus-c++/pipe.h +include/dbus-c++-1/dbus-c++/property.h +include/dbus-c++-1/dbus-c++/refptr_impl.h +include/dbus-c++-1/dbus-c++/server.h +include/dbus-c++-1/dbus-c++/types.h +include/dbus-c++-1/dbus-c++/util.h +lib/libdbus-c++-1.so +lib/libdbus-c++-1.so.0 +lib/libdbus-c++-1.so.0.0.0 +lib/libdbus-c++-glib-1.so +lib/libdbus-c++-glib-1.so.0 +lib/libdbus-c++-glib-1.so.0.0.0 +libdata/pkgconfig/dbus-c++-1.pc +libdata/pkgconfig/dbus-c++-glib-1.pc From owner-svn-ports-head@freebsd.org Sat May 28 20:31:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A611B4E7D7; Sat, 28 May 2016 20:31:38 +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 51BA81CE9; Sat, 28 May 2016 20:31:38 +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 5E875BDC8B; Sat, 28 May 2016 22:31:36 +0200 (CEST) Received: from atuin.in.mat.cc (AAmiens-654-1-80-87.w92-142.abo.wanadoo.fr [92.142.245.87]) by prod2.absolight.net (Postfix) with ESMTPA id F3F58BDC8A; Sat, 28 May 2016 22:31:35 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id A8B69613A959; Sat, 28 May 2016 22:31:30 +0200 (CEST) Date: Sat, 28 May 2016 22:31:29 +0200 From: Mathieu Arnold To: Kurt Jaeger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r416064 - head/Mk/Uses Message-ID: In-Reply-To: <201605282001.u4SK1HJV069141@repo.freebsd.org> References: <201605282001.u4SK1HJV069141@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="==========C677ACFA7E96EC2C3C84==========" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 20:31:38 -0000 --==========C677ACFA7E96EC2C3C84========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Thank you. +--On 28 mai 2016 20:01:17 +0000 Kurt Jaeger wrote: | Author: pi | Date: Sat May 28 20:01:16 2016 | New Revision: 416064 | URL: https://svnweb.freebsd.org/changeset/ports/416064 | | Log: | Mk/Uses/qmake.mk: revert latest change | | PR: 209326 | Requested by: mat | | Modified: | head/Mk/Uses/qmake.mk | | Modified: head/Mk/Uses/qmake.mk | ========================================================================= | ===== --- head/Mk/Uses/qmake.mk Sat May 28 19:54:57 2016 (r416063) | +++ head/Mk/Uses/qmake.mk Sat May 28 20:01:16 2016 (r416064) | @@ -107,8 +107,7 @@ qmake-configure: | ${SETENV} ${QMAKE_ENV} ${_QMAKE} ${QMAKE_ARGS} ${QMAKE_SOURCE_PATH} | | .if !target(do-configure) && ! ${qmake_ARGS:M_env} | -do-configure: qmake-configure | - @${DO_NADA} | +_USES_configure+= 450:qmake-configure | .endif | | .endif # !defined(_INCLUDE_USES_QMAKE_MK) | | -- Mathieu Arnold --==========C677ACFA7E96EC2C3C84========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJXSgAhXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85I4UAQAJmGvsVsV+DKtwDb16qS8sJE zpuYbpgBfiuzQ8cvcmwX4uvG9DZM1gTfBC65kamZT3fqN2A/udIFmDkQo9WQ6vuE tXhv59tFecKLSjpHPi9+OH+BBBbJ1j6RfvojIHjP1PfmIjQxS058KC0RmDRmI80t de3EEHfNvUZ/9CkXXfzes2W8EeC8depiH8AzX8hSgZpl021TQfc5IWzaMV9yHFEK O7X8+eNw6mQElSyZ/dBAHLDz7VjmI5X97rROFZEan179Fk12npQaA+UdLOFf8Bp0 uqZ7k82OUXYVNN/FCNP/LEBhVaALfO0bkCgV1h6a4jfuyxN+lArP/92aDYcyaSLO n1p4+8LYqczHYhF5BCumgDP36SQDJaT1wqOLXOgfbW5Jg1XMrwUclle73mYkAEYj Sj8T8MefPPSh6jM3CR0YzQ8DDd/aimThQi62EI2ha84ZRC3JSBY70/aTgJ7Y8MlG Ae07r9QrMlSScvYkPjgYHBxXlkU62qeJ7tRCRSYqKPjECMtNC3xeCCP3Eb4iYgDy QW4HpuajA4j8arAPU612DQSNM3eblj/AviOggDIGU9aGDAOerGOfhUTXa6hKyrLn qpLGpReGJ0JhfhqgqzI/IOhCCJVvQ5aWBp59VwmsfeHWpc12GC/FKmh7ov/AhI4S wHe2WRO5PjCXy7oPKNIN =stxP -----END PGP SIGNATURE----- --==========C677ACFA7E96EC2C3C84==========-- From owner-svn-ports-head@freebsd.org Sat May 28 21:29:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 487DAB4E43E; Sat, 28 May 2016 21:29:31 +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 12A271BCE; Sat, 28 May 2016 21:29: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 u4SLTUBu001585; Sat, 28 May 2016 21:29:30 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SLTUlI001584; Sat, 28 May 2016 21:29:30 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605282129.u4SLTUlI001584@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 28 May 2016 21:29:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416069 - head/www/trac-ccselector X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 21:29:31 -0000 Author: amdmi3 Date: Sat May 28 21:29:30 2016 New Revision: 416069 URL: https://svnweb.freebsd.org/changeset/ports/416069 Log: - Switch to USES=zip - Add NO_ARCH Modified: head/www/trac-ccselector/Makefile Modified: head/www/trac-ccselector/Makefile ============================================================================== --- head/www/trac-ccselector/Makefile Sat May 28 20:29:14 2016 (r416068) +++ head/www/trac-ccselector/Makefile Sat May 28 21:29:30 2016 (r416069) @@ -9,15 +9,15 @@ MASTER_SITES= http://www.sourcehosting.n LOCAL/glarkin PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} -EXTRACT_SUFX= .zip MAINTAINER= ports@FreeBSD.org COMMENT= Visually edit the Trac ticket CC field -RUN_DEPENDS+= tracd:www/trac +RUN_DEPENDS= tracd:www/trac WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11 -USES= python:2 +USES= python:2 zip USE_PYTHON= distutils autoplist +NO_ARCH= yes .include From owner-svn-ports-head@freebsd.org Sat May 28 21:30:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E648B4E483; Sat, 28 May 2016 21:30: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 066BC1CAA; Sat, 28 May 2016 21:30:10 +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 u4SLUAM8001757; Sat, 28 May 2016 21:30:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SLUA7j001754; Sat, 28 May 2016 21:30:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605282130.u4SLUA7j001754@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 28 May 2016 21:30:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416070 - in head/www/trac-downloads: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 21:30:11 -0000 Author: amdmi3 Date: Sat May 28 21:30:09 2016 New Revision: 416070 URL: https://svnweb.freebsd.org/changeset/ports/416070 Log: - Add NO_ARCH - Regenerate patches with `make makepatch` Modified: head/www/trac-downloads/Makefile head/www/trac-downloads/files/patch-tracdownloads_consoleadmin.py head/www/trac-downloads/files/patch-tracdownloads_tags.py Modified: head/www/trac-downloads/Makefile ============================================================================== --- head/www/trac-downloads/Makefile Sat May 28 21:29:30 2016 (r416069) +++ head/www/trac-downloads/Makefile Sat May 28 21:30:09 2016 (r416070) @@ -12,7 +12,7 @@ DIST_SUBDIR= trac MAINTAINER= ports@FreeBSD.org COMMENT= Trac plugin providing a downloads section -RUN_DEPENDS+= tracd:www/trac +RUN_DEPENDS= tracd:www/trac TRAC_VERSION= 0.12 PLUGIN_VERSION= 0.3 @@ -20,6 +20,7 @@ SVN_REV= 10047 USES= python:2 USE_PYTHON= distutils autoplist +NO_ARCH= yes .if defined(BOOTSTRAP) do-fetch: @@ -27,8 +28,7 @@ do-fetch: svn export -r ${SVN_REV} http://trac-hacks.org/svn/downloadsplugin/${TRAC_VERSION}/ ${WRKSRC} ${MKDIR} ${_DISTDIR} cd ${WRKDIR} && \ - tar cfvz ${_DISTDIR}/${DISTNAME}.tar.gz ${DISTNAME} + ${TAR} cfvz ${_DISTDIR}/${DISTNAME}.tar.gz ${DISTNAME} .endif -.include "${.CURDIR}/../../www/trac/plugin.mk" .include Modified: head/www/trac-downloads/files/patch-tracdownloads_consoleadmin.py ============================================================================== --- head/www/trac-downloads/files/patch-tracdownloads_consoleadmin.py Sat May 28 21:29:30 2016 (r416069) +++ head/www/trac-downloads/files/patch-tracdownloads_consoleadmin.py Sat May 28 21:30:09 2016 (r416070) @@ -1,6 +1,6 @@ ---- tracdownloads/consoleadmin.py.orig +--- tracdownloads/consoleadmin.py.orig 2011-04-07 08:36:09 UTC +++ tracdownloads/consoleadmin.py -@@ -122,7 +122,8 @@ +@@ -122,7 +122,8 @@ class DownloadsConsoleAdmin(Component): self.log.debug(download) # Upload file to DB and file storage. Modified: head/www/trac-downloads/files/patch-tracdownloads_tags.py ============================================================================== --- head/www/trac-downloads/files/patch-tracdownloads_tags.py Sat May 28 21:29:30 2016 (r416069) +++ head/www/trac-downloads/files/patch-tracdownloads_tags.py Sat May 28 21:30:09 2016 (r416070) @@ -1,4 +1,4 @@ ---- tracdownloads/tags.py.orig +--- tracdownloads/tags.py.orig 2010-10-12 12:42:10 UTC +++ tracdownloads/tags.py @@ -1,11 +1,5 @@ # -*- coding: utf-8 -*- From owner-svn-ports-head@freebsd.org Sat May 28 21:53:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63C60B4EC0D; Sat, 28 May 2016 21:53:53 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04F4F1BD7; Sat, 28 May 2016 21:53:52 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SLrqZ7012608; Sat, 28 May 2016 21:53:52 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SLrpGJ012605; Sat, 28 May 2016 21:53:51 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201605282153.u4SLrpGJ012605@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sat, 28 May 2016 21:53:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416071 - head/net/ndpi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 21:53:53 -0000 Author: bofh Date: Sat May 28 21:53:51 2016 New Revision: 416071 URL: https://svnweb.freebsd.org/changeset/ports/416071 Log: net/ndpi: Update version 1.7=>1.8 PR: 209812 Submitted by: madpilot Modified: head/net/ndpi/Makefile head/net/ndpi/distinfo head/net/ndpi/pkg-plist Modified: head/net/ndpi/Makefile ============================================================================== --- head/net/ndpi/Makefile Sat May 28 21:30:09 2016 (r416070) +++ head/net/ndpi/Makefile Sat May 28 21:53:51 2016 (r416071) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ndpi -PORTVERSION= 1.7 +PORTVERSION= 1.8 CATEGORIES= net MASTER_SITES= SF/ntop/nDPI DISTNAME= nDPI-${PORTVERSION} @@ -20,7 +20,7 @@ LDFLAGS+= -L${LOCALBASE}/lib LIBS+= -ljson-c GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= alias autoreconf libtool pathfix pkgconfig compiler:c++11-lang +USES= alias autoreconf compiler:c++11-lang libtool pathfix pkgconfig tar:tgz WRKSRC= ${WRKDIR}/nDPI-${PORTVERSION} INSTALL_TARGET= install-strip Modified: head/net/ndpi/distinfo ============================================================================== --- head/net/ndpi/distinfo Sat May 28 21:30:09 2016 (r416070) +++ head/net/ndpi/distinfo Sat May 28 21:53:51 2016 (r416071) @@ -1,2 +1,2 @@ -SHA256 (nDPI-1.7.tar.gz) = 714b745103a072462130b0e14cf31b2eb5270f580b7c839da5cf5ea75150262d -SIZE (nDPI-1.7.tar.gz) = 4282767 +SHA256 (nDPI-1.8.tgz) = f490137a7387b69d0d55e990f2150b86d7b5eaae870e5326e8c2f18c17412443 +SIZE (nDPI-1.8.tgz) = 7241092 Modified: head/net/ndpi/pkg-plist ============================================================================== --- head/net/ndpi/pkg-plist Sat May 28 21:30:09 2016 (r416070) +++ head/net/ndpi/pkg-plist Sat May 28 21:53:51 2016 (r416071) @@ -1,13 +1,11 @@ bin/ndpiReader -include/libndpi-%%MAJOR_VER%%/libndpi/linux_compat.h include/libndpi-%%MAJOR_VER%%/libndpi/ndpi_api.h include/libndpi-%%MAJOR_VER%%/libndpi/ndpi_define.h +include/libndpi-%%MAJOR_VER%%/libndpi/ndpi_includes.h include/libndpi-%%MAJOR_VER%%/libndpi/ndpi_main.h include/libndpi-%%MAJOR_VER%%/libndpi/ndpi_protocol_ids.h include/libndpi-%%MAJOR_VER%%/libndpi/ndpi_protocols.h include/libndpi-%%MAJOR_VER%%/libndpi/ndpi_typedefs.h -include/libndpi-%%MAJOR_VER%%/libndpi/ndpi_unix.h -include/libndpi-%%MAJOR_VER%%/libndpi/ndpi_win32.h lib/libndpi.a lib/libndpi.so lib/libndpi.so.1 From owner-svn-ports-head@freebsd.org Sat May 28 22:07:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F38BB4EED5; Sat, 28 May 2016 22:07: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 C9E8010F9; Sat, 28 May 2016 22:07: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 u4SM7BTo016410; Sat, 28 May 2016 22:07:11 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SM7ATs016407; Sat, 28 May 2016 22:07:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605282207.u4SM7ATs016407@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 28 May 2016 22:07:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416072 - head/security/py-pyotp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 22:07:12 -0000 Author: amdmi3 Date: Sat May 28 22:07:10 2016 New Revision: 416072 URL: https://svnweb.freebsd.org/changeset/ports/416072 Log: - Update to 2.1.1 - Switch to using github tags - Add WWW - While here, add LICENSE_FILE PR: 209807 Submitted by: vlad-fbsd@acheronmedia.com (maintainer) Modified: head/security/py-pyotp/Makefile head/security/py-pyotp/distinfo head/security/py-pyotp/pkg-descr Modified: head/security/py-pyotp/Makefile ============================================================================== --- head/security/py-pyotp/Makefile Sat May 28 21:53:51 2016 (r416071) +++ head/security/py-pyotp/Makefile Sat May 28 22:07:10 2016 (r416072) @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= pyotp -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 +DISTVERSIONPREFIX= v CATEGORIES= security PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,11 +10,9 @@ MAINTAINER= vlad-fbsd@acheronmedia.com COMMENT= Python One Time Password Library LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes -GH_ACCOUNT= pyotp -GH_PROJECT= pyotp -GH_TAGNAME= 02ab049b2b473365bc7b57dc8dba14af71265895 USES= python USE_PYTHON= distutils autoplist Modified: head/security/py-pyotp/distinfo ============================================================================== --- head/security/py-pyotp/distinfo Sat May 28 21:53:51 2016 (r416071) +++ head/security/py-pyotp/distinfo Sat May 28 22:07:10 2016 (r416072) @@ -1,2 +1,3 @@ -SHA256 (pyotp-pyotp-2.1.0-02ab049b2b473365bc7b57dc8dba14af71265895_GH0.tar.gz) = b16bebd7d7f2618e0416d2ac94ec9872321839cc253bb02d23575ce33d0c6a3d -SIZE (pyotp-pyotp-2.1.0-02ab049b2b473365bc7b57dc8dba14af71265895_GH0.tar.gz) = 12958 +TIMESTAMP = 1464469746 +SHA256 (pyotp-pyotp-v2.1.1_GH0.tar.gz) = 470037f1fa10bd2af30ecf680e543a06d3fa7e2f8fc33758d3d789c0448cb0c0 +SIZE (pyotp-pyotp-v2.1.1_GH0.tar.gz) = 12946 Modified: head/security/py-pyotp/pkg-descr ============================================================================== --- head/security/py-pyotp/pkg-descr Sat May 28 21:53:51 2016 (r416071) +++ head/security/py-pyotp/pkg-descr Sat May 28 22:07:10 2016 (r416072) @@ -1,3 +1,5 @@ PyOTP is a Python library for generating and verifying one-time passwords. It can be used to implement two-factor (2FA) or multi-factor (MFA) authentication methods in web applications and in other systems that require users to log in. + +WWW: https://github.com/pyotp/pyotp From owner-svn-ports-head@freebsd.org Sat May 28 22:07:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6BA97B4EF0C; Sat, 28 May 2016 22:07: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 3CEE911DA; Sat, 28 May 2016 22:07: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 u4SM7NYN016526; Sat, 28 May 2016 22:07:23 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SM7NdQ016525; Sat, 28 May 2016 22:07:23 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201605282207.u4SM7NdQ016525@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 28 May 2016 22:07:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416073 - head/net/ndpi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 22:07:24 -0000 Author: madpilot Date: Sat May 28 22:07:23 2016 New Revision: 416073 URL: https://svnweb.freebsd.org/changeset/ports/416073 Log: Take maintainership. PR: 209812 Approved by: bofh@ (former maintainer) Modified: head/net/ndpi/Makefile Modified: head/net/ndpi/Makefile ============================================================================== --- head/net/ndpi/Makefile Sat May 28 22:07:10 2016 (r416072) +++ head/net/ndpi/Makefile Sat May 28 22:07:23 2016 (r416073) @@ -7,7 +7,7 @@ CATEGORIES= net MASTER_SITES= SF/ntop/nDPI DISTNAME= nDPI-${PORTVERSION} -MAINTAINER= bofh@FreeBSD.org +MAINTAINER= madpilot@FreeBSD.org COMMENT= NTOP-maintained superset of the popular OpenDPI library LICENSE= GPLv3 From owner-svn-ports-head@freebsd.org Sat May 28 22:09:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81220B4EF8E; Sat, 28 May 2016 22:09:57 +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 4A6E51320; Sat, 28 May 2016 22:09:57 +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 u4SM9uZX016898; Sat, 28 May 2016 22:09:56 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SM9ti1016887; Sat, 28 May 2016 22:09:55 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201605282209.u4SM9ti1016887@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 28 May 2016 22:09:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416074 - in head: . net net/ntopng net/ntopng/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-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, 28 May 2016 22:09:57 -0000 Author: madpilot Date: Sat May 28 22:09:55 2016 New Revision: 416074 URL: https://svnweb.freebsd.org/changeset/ports/416074 Log: Restore deleted port: net/ntopng ntopng is a new generation flexible and feature-rich tool for monitoring and troubleshooting local area networks. It provides command line and web interfaces, the latter via an embedded web server. ntop is based on libpcap. WWW: http://www.ntop.org/products/ntop/ Added: head/net/ntopng/ - copied from r409827, head/net/ntopng/ head/net/ntopng/files/patch-autogen.sh (contents, props changed) head/net/ntopng/files/patch-configure.seed (contents, props changed) Deleted: head/net/ntopng/files/patch-configure.ac head/net/ntopng/files/patch-ntop__includes.h Modified: head/GIDs head/MOVED head/UIDs head/net/Makefile head/net/ntopng/Makefile head/net/ntopng/distinfo head/net/ntopng/files/ntopng.in head/net/ntopng/files/patch-Makefile.in head/net/ntopng/pkg-plist Modified: head/GIDs ============================================================================== --- head/GIDs Sat May 28 22:07:23 2016 (r416073) +++ head/GIDs Sat May 28 22:09:55 2016 (r416074) @@ -164,6 +164,7 @@ devmon:*:283: vnstat:*:284: exaddos:*:285:exaddos rancid:*:286: +ntopng:*:288: backuppc:*:300: _sphinx:*:312: dkfilter:*:325: Modified: head/MOVED ============================================================================== --- head/MOVED Sat May 28 22:07:23 2016 (r416073) +++ head/MOVED Sat May 28 22:09:55 2016 (r416074) @@ -8200,7 +8200,6 @@ mail/pronto||2016-02-18|No release since russian/muttprint||2016-02-25|The Russian translation is included in print/muttprint security/openssh-portable-devel|security/openssh-portable|2016-02-29|Outdated and insecure, use the main port audio/audacious-dumb||2016-02-29|Has expired: Broken for more than 6 months -net/ntopng||2016-02-29|Has expired: Broken for more than 6 months audio/rezound||2016-02-29|Has expired: Broken for more than 6 months net/rubygem-amqp067|net/rubygem-bunny|2016-02-29|Has expired: Upstream prefers net/rubygem-bunny devel/py-unittestplus||2016-02-29|Has expired: Tarballs and upstream website disappeared Modified: head/UIDs ============================================================================== --- head/UIDs Sat May 28 22:07:23 2016 (r416073) +++ head/UIDs Sat May 28 22:09:55 2016 (r416074) @@ -168,6 +168,7 @@ devmon:*:283:283::0:0:devmon monitor:/no vnstat:*:284:284::0:0:vnStat Network Monitor:/nonexistent:/usr/sbin/nologin exaddos:*:285:285::0:0:exaddos daemon user:/nonexistent:/usr/sbin/nologin rancid:*:286:286::0:0:RANCID daemon user:/usr/local/var/rancid:/bin/sh +ntopng:*:288:288::0:0:ntopng daemon user:/nonexistent:/usr/sbin/nologin backuppc:*:300:300::0:0:BackupPC pseudo-user:/nonexistent:/usr/sbin/nologin _sphinx:*:312:312::0:0:Sphinxsearch Owner:/nonexistent:/usr/sbin/nologin dkfilter:*:325:325::0:0:DK Filter Owner:/nonexistent:/usr/sbin/nologin Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sat May 28 22:07:23 2016 (r416073) +++ head/net/Makefile Sat May 28 22:09:55 2016 (r416074) @@ -459,6 +459,7 @@ SUBDIR += ntimed SUBDIR += ntlmaps SUBDIR += ntop + SUBDIR += ntopng SUBDIR += ntp SUBDIR += ntp-devel SUBDIR += ntpa Modified: head/net/ntopng/Makefile ============================================================================== --- head/net/ntopng/Makefile Mon Feb 29 21:22:48 2016 (r409827) +++ head/net/ntopng/Makefile Sat May 28 22:09:55 2016 (r416074) @@ -2,55 +2,49 @@ # $FreeBSD$ PORTNAME= ntopng -PORTVERSION= 1.2.1 -PORTREVISION= 3 +PORTVERSION= 2.2.2016.05.28 CATEGORIES= net -MASTER_SITES= SF/ntop/${PORTNAME} -MAINTAINER= bofh@FreeBSD.org +MAINTAINER= madpilot@FreeBSD.org COMMENT= Network monitoring tool with command line and web interfaces LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= Fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-02-29 - -LIB_DEPENDS= librrd.so:${PORTSDIR}/databases/rrdtool \ - libluajit-5.1.so:${PORTSDIR}/lang/luajit \ - libndpi.so:${PORTSDIR}/net/ndpi \ - libzmq.so:${PORTSDIR}/net/libzmq4 +LIB_DEPENDS= librrd.so:databases/rrdtool \ + libluajit-5.1.so:lang/luajit \ + libzmq.so:net/libzmq4 \ + libcurl.so:ftp/curl \ + libndpi.so:net/ndpi \ + libjson-c.so:devel/json-c GNU_CONFIGURE= yes -MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes -USES= autoreconf cpe gmake libtool pathfix pkgconfig sqlite tar:tgz +USES= autoreconf cpe gmake libtool localbase mysql pathfix pkgconfig sqlite SUB_FILES= ntopng-geoipupdate.sh +USERS= ntopng +GROUPS= ntopng + +USE_GITHUB= yes +GH_ACCOUNT= ntop +GH_TAGNAME= a92a08d + CPE_VENDOR= ntop -OPTIONS_DEFINE= GEOIP NLS +OPTIONS_DEFINE= GEOIP NLS OPTIONS_DEFAULT= GEOIP -GEOIP_BUILD_DEPENDS= geoiplookup:${PORTSDIR}/net/GeoIP +GEOIP_BUILD_DEPENDS= geoiplookup:net/GeoIP + NLS_USES= gettext USE_RC_SUBR= ntopng -post-extract: - @${FIND} ${WRKSRC} -name "*~" -delete - @${RMDIR} ${WRKSRC}/httpdocs/ssl - @${RMDIR} ${WRKSRC}/httpdocs/geoip - -do-install: - cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${STAGEDIR}${PREFIX}/bin - cd ${WRKSRC} && ${INSTALL_MAN} ${PORTNAME}.8 ${STAGEDIR}${PREFIX}/man/man8 - ${MKDIR} ${STAGEDIR}${DATADIR}/httpdocs - ${MKDIR} ${STAGEDIR}${DATADIR}/scripts - cd ${WRKSRC}/httpdocs && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/httpdocs - cd ${WRKSRC}/scripts && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/scripts +post-patch: + cd ${WRKSRC} && ${SH} autogen.sh post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ntopng ${INSTALL_SCRIPT} ${WRKDIR}/ntopng-geoipupdate.sh ${STAGEDIR}${PREFIX}/bin .include Modified: head/net/ntopng/distinfo ============================================================================== --- head/net/ntopng/distinfo Mon Feb 29 21:22:48 2016 (r409827) +++ head/net/ntopng/distinfo Sat May 28 22:09:55 2016 (r416074) @@ -1,2 +1,3 @@ -SHA256 (ntopng-1.2.1.tgz) = 9b98114358d350caad2dcdbacceb895288f958dbbbfddf21a23b921d1a1b68b5 -SIZE (ntopng-1.2.1.tgz) = 9381092 +TIMESTAMP = 1464442133 +SHA256 (ntop-ntopng-2.2.2016.05.28-a92a08d_GH0.tar.gz) = c96850770d9685deca8f2e8acdb4791346f29daca66b70262b104d83e0df7921 +SIZE (ntop-ntopng-2.2.2016.05.28-a92a08d_GH0.tar.gz) = 27654966 Modified: head/net/ntopng/files/ntopng.in ============================================================================== --- head/net/ntopng/files/ntopng.in Mon Feb 29 21:22:48 2016 (r409827) +++ head/net/ntopng/files/ntopng.in Sat May 28 22:09:55 2016 (r416074) @@ -6,30 +6,42 @@ # REQUIRE: DAEMON # KEYWORD: shutdown # -# Add the following lines to /etc/rc.conf to enable ntop: +# Add the following lines to /etc/rc.conf to enable ntopng: # -# ntopng_enable (bool): Set it to "YES" to enable ntop +# ntopng_enable (bool): Set it to "YES" to enable ntopng # Default is "NO". -# ntopng_flags (flags): Set extra flags to ntop -# Default is "-d --use-syslog=daemon". see ntop(8). +# ntopng_flags (flags): Set extra flags to ntopng +# Empty by default. +# ntopng_pidfile (path): Path to the pidfile +# Default /var/run/ntopng/ntopng.pid # . /etc/rc.subr name=ntopng +desc="Monitors network traffic in realtime" rcvar=ntopng_enable -pid_path=/var/run/${name}.pid + +load_rc_config $name + +: ${ntopng_enable:=NO} +: ${ntopng_pidfile:=/var/run/ntopng/ntopng.pid} + httpdocs_path=%%DATADIR%%/httpdocs scripts_path=%%DATADIR%%/scripts callbacks_path=%%DATADIR%%/scripts/callbacks user_path=%%PREFIX%%/etc/ntopng-users.conf -load_rc_config $name - -: ${ntopng_enable="NO"} -: ${ntopng_flags="-e -G ${pid_path}"} - +start_precmd=ntopng_precmd command=%%PREFIX%%/bin/ntopng -command_args="-e -G $pid_path -1 $httpdocs_path -2 $scripts_path -3 $callbacks_path" +command_args="-e -U ntopng -G ${ntopng_pidfile} -1 ${httpdocs_path} -2 ${scripts_path} -3 ${callbacks_path}" + +ntopng_precmd() +{ + local rundir=${ntopng_pidfile%/*} + if [ ! -d $rundir ] ; then + install -d -m 0755 -o ntopng -g ntopng $rundir + fi +} run_rc_command "$1" Modified: head/net/ntopng/files/patch-Makefile.in ============================================================================== --- head/net/ntopng/files/patch-Makefile.in Mon Feb 29 21:22:48 2016 (r409827) +++ head/net/ntopng/files/patch-Makefile.in Sat May 28 22:09:55 2016 (r416074) @@ -1,8 +1,8 @@ ---- Makefile.in.orig 2015-05-13 13:29:47.790658000 -0500 -+++ Makefile.in 2015-05-13 13:30:08.207655000 -0500 -@@ -6,68 +6,28 @@ - INSTALL_DIR=@INSTALL_DIR@ - MAN_DIR=@MAN_DIR@ +--- Makefile.in.orig 2016-05-05 13:23:53 UTC ++++ Makefile.in +@@ -9,72 +9,28 @@ INSTALL_DIR=$(DESTDIR)$(prefix) + MAN_DIR=$(DESTDIR)@MAN_DIR@ + ###### -HAS_NDPI=$(shell pkg-config --exists libndpi; echo $$?) -ifeq ($(HAS_NDPI), 0) @@ -10,8 +10,8 @@ - NDPI_LIB = $(shell pkg-config --libs libndpi) - NDPI_LIB_DEP = -else -- NDPI_INC=-I./nDPI/src/include -- NDPI_LIB=./nDPI/src/lib/.libs/libndpi.a +- NDPI_INC=-I@NDPI_HOME@/src/include +- NDPI_LIB=@NDPI_HOME@/src/lib/.libs/libndpi.a - NDPI_LIB_DEP=$(NDPI_LIB) -endif +NDPI_INC = $(shell pkg-config --cflags libndpi | sed -e 's/\(-I[^ \t]*\)/\1\/libndpi/g') @@ -20,7 +20,7 @@ ###### LIBPCAP=-lpcap ###### - MONGOOSE_HOME=./third-party/mongoose + MONGOOSE_HOME=${PWD}/third-party/mongoose MONGOOSE_INC=-I$(MONGOOSE_HOME) ###### -HAS_LUAJIT=$(shell pkg-config --exists luajit; echo $$?) @@ -28,33 +28,37 @@ - LUAJIT_INC = $(shell pkg-config --cflags luajit) - LUAJIT_LIB = $(shell pkg-config --libs luajit) -else -- LUAJIT_HOME=./third-party/LuaJIT-2.0.3 +- LUAJIT_HOME=${PWD}/third-party/LuaJIT-2.0.3 - LUAJIT_INC=-I$(LUAJIT_HOME)/src - LUAJIT_LIB=$(LUAJIT_HOME)/src/libluajit.a -endif +LUAJIT_INC = $(shell pkg-config --cflags luajit) +LUAJIT_LIB = $(shell pkg-config --libs luajit) ###### --LIBRRDTOOL_HOME=third-party/rrdtool-1.4.8 +-LIBRRDTOOL_HOME=${PWD}/third-party/rrdtool-1.4.8 -HAS_LIBRRDTOOL=$(shell pkg-config --exists librrd; echo $$?) -ifeq ($(HAS_LIBRRDTOOL), 0) - LIBRRDTOOL_INC = $(shell pkg-config --cflags librrd) - LIBRRDTOOL_LIB = $(shell pkg-config --libs librrd) -else - LIBRRDTOOL_INC=-I$(LIBRRDTOOL_HOME)/src/ -- LIBRRDTOOL_LIB=$(LIBRRDTOOL_HOME)/src/.libs/librrd_th.a +- ifeq ($(OS), OpenBSD) +- LIBRRDTOOL_LIB=$(LIBRRDTOOL_HOME)/src/.libs/librrd_th.a -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 +- else +- LIBRRDTOOL_LIB=$(LIBRRDTOOL_HOME)/src/.libs/librrd_th.a -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 +- endif -endif +LIBRRDTOOL_INC = $(shell pkg-config --cflags librrd) +LIBRRDTOOL_LIB = $(shell pkg-config --libs librrd) ###### - HTTPCLIENT_INC=third-party/http-client-c/src/ + HTTPCLIENT_INC=${PWD}/third-party/http-client-c/src/ ###### -HAS_JSON=$(shell pkg-config --exists json-c; echo $$?) -ifeq ($(HAS_JSON), 0) - JSON_INC = $(shell pkg-config --cflags json-c) - JSON_LIB = $(shell pkg-config --libs json-c) -else -- JSON_HOME=third-party/json-c +- JSON_HOME=${PWD}/third-party/json-c - JSON_INC=-I$(JSON_HOME) - JSON_LIB=$(JSON_HOME)/.libs/libjson-c.a -endif @@ -71,19 +75,21 @@ - ZEROMQ_LIB = $(ZMQ_STATIC) - endif -else -- ZEROMQ_HOME=./third-party/zeromq-3.2.4 +- ZEROMQ_HOME=${PWD}/third-party/zeromq-4.1.3 - ZEROMQ_INC=-I$(ZEROMQ_HOME)/include -- ZEROMQ_LIB=$(ZEROMQ_HOME)/src/.libs/libzmq.a +- ZEROMQ_LIB=$(ZEROMQ_HOME)/.libs/libzmq.a -endif +ZEROMQ_INC = $(shell pkg-config --cflags libzmq) +ZEROMQ_LIB = $(shell pkg-config --libs libzmq) ###### - EWH_HOME=third-party/EWAHBoolArray - EWH_INC=$(EWH_HOME)/headers -@@ -91,22 +51,6 @@ - - LIB_TARGETS = + TARGET = ntopng + LIBS = $(NDPI_LIB) $(LIBPCAP) $(LUAJIT_LIB) $(LIBRRDTOOL_LIB) $(ZEROMQ_LIB) $(JSON_LIB) @HIREDIS_LIB@ @SQLITE_LIB@ @MYSQL_LIB@ @LINK_OPTS@ @GEOIP_LIB@ @LDFLAGS@ @PRO_LIBS@ -lm -lpthread +@@ -93,29 +49,11 @@ ifeq ($(OS),Darwin) + LIBS += -lstdc++.6 + endif +-LIB_TARGETS = +- -ifneq ($(HAS_LUAJIT), 0) -LIB_TARGETS += $(LUAJIT_LIB) - endif @@ -103,69 +109,52 @@ .PHONY: default all clean docs test .NOTPARALLEL: default all -@@ -129,24 +73,6 @@ + +-default: $(NDPI_LIB_DEP) $(LIB_TARGETS) $(TARGET) ++default: $(TARGET) + + all: default + +@@ -133,19 +71,6 @@ HEADERS = $(wildcard include/*.h) @PRO_H $(TARGET): $(OBJECTS) $(LIBRRDTOOL) Makefile $(GPP) $(OBJECTS) -Wall $(LIBS) -o $@ --$(NDPI_LIB): nDPI -- cd nDPI; if test ! -f Makefile; then ./autogen.sh ; ./configure; fi; make -- --nDPI: -- svn co https://svn.ntop.org/svn/ntop/trunk/nDPI/ -- -$(LUAJIT_LIB): - cd $(LUAJIT_HOME); @GMAKE@ - -$(ZEROMQ_LIB): -- cd $(ZEROMQ_HOME); ./configure --without-documentation; @GMAKE@ +- cd $(ZEROMQ_HOME); ./configure --without-documentation --without-libsodium; @GMAKE@ - +-# --disable-rrd_graph -$(LIBRRDTOOL_LIB): -- cd $(LIBRRDTOOL_HOME); ./configure --disable-rrd_graph --disable-libdbi --disable-libwrap --disable-rrdcgi --disable-libtool-lock --disable-nls --disable-rpath --disable-perl --disable-ruby --disable-lua --disable-tcl --disable-python --disable-dependency-tracking; cd src; @GMAKE@ librrd_th.la +- cd $(LIBRRDTOOL_HOME); ./configure --disable-libdbi --disable-libwrap --disable-rrdcgi --disable-libtool-lock --disable-nls --disable-rpath --disable-perl --disable-ruby --disable-lua --disable-tcl --disable-python --disable-dependency-tracking --disable-rrd_graph ; cd src; @GMAKE@ librrd_th.la - -$(JSON_LIB): - cd $(JSON_HOME); ./autogen.sh; ./configure; @GMAKE@ - clean: - -rm -f *.o *~ svn-commit.* #config.h + -rm -f src/*.o src/*~ include/*~ *~ #config.h -rm -f $(TARGET) -@@ -156,10 +82,6 @@ +@@ -155,18 +80,15 @@ cert: cat privkey.pem cert.pem > httpdocs/ssl/ntopng-cert.pem /bin/rm -f privkey.pem cert.pem --veryclean: +-veryclean: clean - -rm -rf nDPI - -- - geoip: httpdocs/geoip/GeoLiteCity.dat httpdocs/geoip/GeoLiteCityv6.dat httpdocs/geoip/GeoIPASNum.dat httpdocs/geoip/GeoIPASNumv6.dat - - httpdocs/geoip/GeoLiteCity.dat: -@@ -189,7 +111,6 @@ - cp -r doc *.cpp *.h configure COPYING README.* *.in ntopng.8 httpdocs scripts packages third-party ntopng-@NTOPNG_VERSION@ - find ntopng-@NTOPNG_VERSION@ -name ".svn" | xargs /bin/rm -rf - -rm ntopng-@NTOPNG_VERSION@/httpdocs/geoip/* -- cd ntopng-@NTOPNG_VERSION@; svn co https://svn.ntop.org/svn/ntop/trunk/nDPI/; cd .. - tar cvfz ntopng-@NTOPNG_VERSION@.tgz ntopng-@NTOPNG_VERSION@ - # - rm -f $(HOME)/rpmbuild/RPMS/$(PLATFORM)/$(RPM_PKG) -@@ -232,21 +153,8 @@ - dist: - rm -rf ntopng-@NTOPNG_VERSION@ - mkdir ntopng-@NTOPNG_VERSION@ -- cd ntopng-@NTOPNG_VERSION@; svn co https://svn.ntop.org/svn/ntop/trunk/ntopng/; cd ntopng; svn co https://svn.ntop.org/svn/ntop/trunk/nDPI/; cd ..; find ntopng -name .svn | xargs rm -rf ; mv ntopng ntopng-@NTOPNG_VERSION@; tar cvfz ../ntopng-@NTOPNG_VERSION@.tgz ntopng-@NTOPNG_VERSION@ - - install: ntopng -- @echo "Make sure you have already run 'make geoip' to also install geoip dat files" -- @echo "While we provide you an install make target, we encourage you" -- @echo "to create a package and install that" -- @echo "rpm - do 'make build-rpm'" -- @echo "deb - do 'cd packages/ubuntu;./configure;make" -- mkdir -p $(INSTALL_DIR)/share/ntopng $(MAN_DIR)/man/man8 $(INSTALL_DIR)/bin -- cp ntopng $(INSTALL_DIR)/bin -- cp ./ntopng.8 $(MAN_DIR)/man/man8 -- cp -r ./httpdocs $(INSTALL_DIR)/share/ntopng -- cp -r ./scripts $(INSTALL_DIR)/share/ntopng -- find $(INSTALL_DIR)/share/ntopng -name "*~" | xargs /bin/rm -f -- find $(INSTALL_DIR)/share/ntopng -name ".svn" | xargs /bin/rm -rf + geoip: + @if test -d ~/dat_files ; then \ + cp ~/dat_files/* httpdocs/geoip; gunzip -f httpdocs/geoip/*.dat.gz ; \ + else \ + cd httpdocs/geoip; \ +- wget -nc http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz; \ +- wget -nc http://geolite.maxmind.com/download/geoip/database/GeoLiteCityv6-beta/GeoLiteCityv6.dat.gz; \ +- wget -nc http://download.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz; \ +- wget -nc http://download.maxmind.com/download/geoip/database/asnum/GeoIPASNumv6.dat.gz; \ ++ fetch http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz; \ ++ fetch http://geolite.maxmind.com/download/geoip/database/GeoLiteCityv6-beta/GeoLiteCityv6.dat.gz; \ ++ fetch http://download.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz; \ ++ fetch http://download.maxmind.com/download/geoip/database/asnum/GeoIPASNumv6.dat.gz; \ + gunzip -f *.dat.gz ; \ + fi - uninstall: - if test -f $(INSTALL_DIR)/bin/ntopng; then rm $(INSTALL_DIR)/bin/ntopng; fi; Added: head/net/ntopng/files/patch-autogen.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ntopng/files/patch-autogen.sh Sat May 28 22:09:55 2016 (r416074) @@ -0,0 +1,11 @@ +--- autogen.sh.orig 2016-05-05 13:23:53 UTC ++++ autogen.sh +@@ -30,8 +30,3 @@ fi + cat configure.seed | sed "s/@VERSION@/$VERSION/g" | sed "s/@SHORT_VERSION@/$SHORT_VERSION/g" | sed "s/@GIT_TAG@/$GIT_TAG/g" | sed "s/@GIT_DATE@/$GIT_DATE/g" | sed "s/@GIT_RELEASE@/$GIT_RELEASE/g" | sed "s/@GIT_BRANCH@/$GIT_BRANCH/g" | sed "s/@PRO_GIT_RELEASE@/$PRO_GIT_RELEASE/g" | sed "s/@PRO_GIT_DATE@/$PRO_GIT_DATE/g" > configure.ac + + /bin/rm -f config.h config.h.in *~ #* +- +-echo "Wait please..." +-autoreconf -if +-echo "" +-echo "Now run ./configure" Added: head/net/ntopng/files/patch-configure.seed ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ntopng/files/patch-configure.seed Sat May 28 22:09:55 2016 (r416074) @@ -0,0 +1,78 @@ +--- configure.seed.orig 2016-05-05 13:23:53 UTC ++++ configure.seed +@@ -14,22 +14,7 @@ NTOPNG_SHORT_VERSION="@SHORT_VERSION@" + # On CentOS 6 `git rev-list HEAD --count` does not work + # + # +-REVISION=`git log --pretty=oneline | wc -l` +- +-if test -d "/usr/local/include"; then +-CFLAGS="${CFLAGS} -I/usr/local/include" +-CPPFLAGS="${CPPFLAGS} -I/usr/local/include" +-LDFLAGS="${LDFLAGS} -L/usr/local/lib" +-fi +- +-if test -d /opt/local/include; then : +- CFLAGS="${CFLAGS} -I/opt/local/include" +- CPPFLAGS="${CPPFLAGS} -I/opt/local/include" +-fi +- +-if test -d /opt/local/lib; then : +- LDFLAGS="${LDFLAGS} -L/opt/local/lib" +-fi ++#REVISION=`git log --pretty=oneline | wc -l` + + if [ test -f /usr/bin/lsb_release ]; then + CODENAME=`/usr/bin/lsb_release -c|cut -f 2` +@@ -46,28 +31,9 @@ GIT_BRANCH="@GIT_BRANCH@" + PRO_GIT_RELEASE="@PRO_GIT_RELEASE@" + PRO_GIT_DATE="@PRO_GIT_DATE@" + +-AC_MSG_CHECKING(for nDPI) +-NDPI_HOME=./nDPI +-if test -d "$NDPI_HOME" ; then : +- AC_MSG_RESULT(found in $NDPI_HOME) +-else +- NDPI_HOME=../nDPI +- if test -d "$NDPI_HOME"; then : +- AC_MSG_RESULT(found in $NDPI_HOME) +- else +- NDPI_HOME=$HOME/nDPI +- if test -d "$NDPI_HOME"; then : +- AC_MSG_RESULT(found in $NDPI_HOME) +- else +- AC_MSG_RESULT(not found) +- echo "Please do cd ..; git clone https://github.com/ntop/nDPI.git; cd nDPI; ./autogen.sh; make; cd ../ntopng" +- echo " and try again" +- exit +- fi +- fi +-fi ++NDPI_HOME=/usr/local + +-NDPI_LIB=$NDPI_HOME/src/lib/.libs/libndpi.a ++NDPI_LIB=$NDPI_HOME/lib/libndpi.so + AC_MSG_CHECKING(for $NDPI_LIB) + if test -f "$NDPI_LIB" ; then : + AC_MSG_RESULT(found $NDPI_LIB) +@@ -359,19 +325,7 @@ if test x$GPP = x + then + GPP="g++" + else +- GPP="$GPP -O0" +-fi +- +-GIT=`which git` +-if test x$GIT = x +-then +- AC_MSG_RESULT(FATAL ERROR: git is not installed on your host) +-fi +- +-WGET=`which wget` +-if test x$WGET = x +-then +- AC_MSG_RESULT(ERROR. wget is not installed on your host: you cannot download GeoIP data) ++ GPP="$GPP ${CFLAGS}" + fi + + umask 002 Modified: head/net/ntopng/pkg-plist ============================================================================== --- head/net/ntopng/pkg-plist Mon Feb 29 21:22:48 2016 (r409827) +++ head/net/ntopng/pkg-plist Sat May 28 22:09:55 2016 (r416074) @@ -1,9 +1,6 @@ bin/ntopng bin/ntopng-geoipupdate.sh man/man8/ntopng.8.gz -%%DATADIR%%/httpdocs/favicon.ico -%%DATADIR%%/httpdocs/login.html -%%DATADIR%%/httpdocs/test.lp %%DATADIR%%/httpdocs/bootstrap/css/bootstrap-theme.css %%DATADIR%%/httpdocs/bootstrap/css/bootstrap-theme.css.map %%DATADIR%%/httpdocs/bootstrap/css/bootstrap.css @@ -15,15 +12,36 @@ man/man8/ntopng.8.gz %%DATADIR%%/httpdocs/bootstrap/img/glyphicons-halflings-white.png %%DATADIR%%/httpdocs/bootstrap/img/glyphicons-halflings.png %%DATADIR%%/httpdocs/bootstrap/js/bootstrap.js +%%DATADIR%%/httpdocs/css/Rickshaw/detail.css +%%DATADIR%%/httpdocs/css/Rickshaw/graph.css +%%DATADIR%%/httpdocs/css/Rickshaw/legend.css %%DATADIR%%/httpdocs/css/bootstrap-datetimepicker.css +%%DATADIR%%/httpdocs/css/bootstrap-duallistbox.css +%%DATADIR%%/httpdocs/css/bootstrap-slider.css %%DATADIR%%/httpdocs/css/bubble-chart.css +%%DATADIR%%/httpdocs/css/c3.css %%DATADIR%%/httpdocs/css/cal-heatmap.css %%DATADIR%%/httpdocs/css/cubism.css %%DATADIR%%/httpdocs/css/datepicker.css %%DATADIR%%/httpdocs/css/dc.css %%DATADIR%%/httpdocs/css/flags.css +%%DATADIR%%/httpdocs/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png +%%DATADIR%%/httpdocs/css/images/ui-bg_diagonals-thick_20_666666_40x40.png +%%DATADIR%%/httpdocs/css/images/ui-bg_flat_10_000000_40x100.png +%%DATADIR%%/httpdocs/css/images/ui-bg_glass_100_f6f6f6_1x400.png +%%DATADIR%%/httpdocs/css/images/ui-bg_glass_100_fdf5ce_1x400.png +%%DATADIR%%/httpdocs/css/images/ui-bg_glass_65_ffffff_1x400.png +%%DATADIR%%/httpdocs/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png +%%DATADIR%%/httpdocs/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +%%DATADIR%%/httpdocs/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +%%DATADIR%%/httpdocs/css/images/ui-icons_222222_256x240.png +%%DATADIR%%/httpdocs/css/images/ui-icons_228ef1_256x240.png +%%DATADIR%%/httpdocs/css/images/ui-icons_ef8c08_256x240.png +%%DATADIR%%/httpdocs/css/images/ui-icons_ffd27a_256x240.png +%%DATADIR%%/httpdocs/css/images/ui-icons_ffffff_256x240.png %%DATADIR%%/httpdocs/css/jquery-ui.css %%DATADIR%%/httpdocs/css/ntopng.css +%%DATADIR%%/httpdocs/css/nv.d3.css %%DATADIR%%/httpdocs/css/pagingbar.css %%DATADIR%%/httpdocs/css/pie-chart.css %%DATADIR%%/httpdocs/css/prettify.css @@ -32,9 +50,8 @@ man/man8/ntopng.8.gz %%DATADIR%%/httpdocs/css/tablesorted.css %%DATADIR%%/httpdocs/css/timeline.css %%DATADIR%%/httpdocs/css/timepicker.css -%%DATADIR%%/httpdocs/css/Rickshaw/detail.css -%%DATADIR%%/httpdocs/css/Rickshaw/graph.css -%%DATADIR%%/httpdocs/css/Rickshaw/legend.css +%%DATADIR%%/httpdocs/favicon.ico +%%DATADIR%%/httpdocs/font-awesome/HELP-US-OUT.txt %%DATADIR%%/httpdocs/font-awesome/css/font-awesome.css %%DATADIR%%/httpdocs/font-awesome/css/font-awesome.min.css %%DATADIR%%/httpdocs/font-awesome/fonts/FontAwesome.otf @@ -42,6 +59,8 @@ man/man8/ntopng.8.gz %%DATADIR%%/httpdocs/font-awesome/fonts/fontawesome-webfont.svg %%DATADIR%%/httpdocs/font-awesome/fonts/fontawesome-webfont.ttf %%DATADIR%%/httpdocs/font-awesome/fonts/fontawesome-webfont.woff +%%DATADIR%%/httpdocs/font-awesome/fonts/fontawesome-webfont.woff2 +%%DATADIR%%/httpdocs/font-awesome/less/animated.less %%DATADIR%%/httpdocs/font-awesome/less/bordered-pulled.less %%DATADIR%%/httpdocs/font-awesome/less/core.less %%DATADIR%%/httpdocs/font-awesome/less/fixed-width.less @@ -52,9 +71,9 @@ man/man8/ntopng.8.gz %%DATADIR%%/httpdocs/font-awesome/less/mixins.less %%DATADIR%%/httpdocs/font-awesome/less/path.less %%DATADIR%%/httpdocs/font-awesome/less/rotated-flipped.less -%%DATADIR%%/httpdocs/font-awesome/less/spinning.less %%DATADIR%%/httpdocs/font-awesome/less/stacked.less %%DATADIR%%/httpdocs/font-awesome/less/variables.less +%%DATADIR%%/httpdocs/font-awesome/scss/_animated.scss %%DATADIR%%/httpdocs/font-awesome/scss/_bordered-pulled.scss %%DATADIR%%/httpdocs/font-awesome/scss/_core.scss %%DATADIR%%/httpdocs/font-awesome/scss/_fixed-width.scss @@ -64,10 +83,10 @@ man/man8/ntopng.8.gz %%DATADIR%%/httpdocs/font-awesome/scss/_mixins.scss %%DATADIR%%/httpdocs/font-awesome/scss/_path.scss %%DATADIR%%/httpdocs/font-awesome/scss/_rotated-flipped.scss -%%DATADIR%%/httpdocs/font-awesome/scss/_spinning.scss %%DATADIR%%/httpdocs/font-awesome/scss/_stacked.scss %%DATADIR%%/httpdocs/font-awesome/scss/_variables.scss %%DATADIR%%/httpdocs/font-awesome/scss/font-awesome.scss +%%DATADIR%%/httpdocs/geoip/README %%DATADIR%%/httpdocs/img/asc.gif %%DATADIR%%/httpdocs/img/blank.gif %%DATADIR%%/httpdocs/img/block-end.png @@ -90,6 +109,7 @@ man/man8/ntopng.8.gz %%DATADIR%%/httpdocs/img/interaction-graph-icons/sprobe.png %%DATADIR%%/httpdocs/img/loading.gif %%DATADIR%%/httpdocs/img/logo.png +%%DATADIR%%/httpdocs/img/logo.svg %%DATADIR%%/httpdocs/img/maps/conv30.png %%DATADIR%%/httpdocs/img/maps/conv40.png %%DATADIR%%/httpdocs/img/maps/conv50.png @@ -111,20 +131,39 @@ man/man8/ntopng.8.gz %%DATADIR%%/httpdocs/inc/aggregated_hosts_stats_bottom.inc %%DATADIR%%/httpdocs/inc/aggregated_hosts_stats_id.inc %%DATADIR%%/httpdocs/inc/aggregated_hosts_stats_top.inc +%%DATADIR%%/httpdocs/inc/as_stats_id.inc +%%DATADIR%%/httpdocs/inc/as_stats_top.inc +%%DATADIR%%/httpdocs/inc/community_stats_bottom.inc +%%DATADIR%%/httpdocs/inc/community_stats_id.inc +%%DATADIR%%/httpdocs/inc/community_stats_top.inc +%%DATADIR%%/httpdocs/inc/country_stats_id.inc +%%DATADIR%%/httpdocs/inc/country_stats_top.inc %%DATADIR%%/httpdocs/inc/flows_stats_bottom.inc %%DATADIR%%/httpdocs/inc/flows_stats_id.inc %%DATADIR%%/httpdocs/inc/flows_stats_middle.inc %%DATADIR%%/httpdocs/inc/flows_stats_top.inc %%DATADIR%%/httpdocs/inc/geolocation_disclaimer.inc %%DATADIR%%/httpdocs/inc/header.inc +%%DATADIR%%/httpdocs/inc/host_to_server_id.inc +%%DATADIR%%/httpdocs/inc/host_to_server_top.inc %%DATADIR%%/httpdocs/inc/hosts_stats_bottom.inc %%DATADIR%%/httpdocs/inc/hosts_stats_id.inc %%DATADIR%%/httpdocs/inc/hosts_stats_top.inc +%%DATADIR%%/httpdocs/inc/http_servers_stats_id.inc +%%DATADIR%%/httpdocs/inc/http_servers_stats_top.inc %%DATADIR%%/httpdocs/inc/index_TopASNs.inc %%DATADIR%%/httpdocs/inc/index_TopApplications.inc %%DATADIR%%/httpdocs/inc/index_TopFlowSenders.inc %%DATADIR%%/httpdocs/inc/index_TopHosts.inc %%DATADIR%%/httpdocs/inc/index_TopPorts.inc +%%DATADIR%%/httpdocs/inc/mac_stats_bottom.inc +%%DATADIR%%/httpdocs/inc/mac_stats_id.inc +%%DATADIR%%/httpdocs/inc/mac_stats_top.inc +%%DATADIR%%/httpdocs/inc/network_stats_bottom.inc +%%DATADIR%%/httpdocs/inc/network_stats_id.inc +%%DATADIR%%/httpdocs/inc/network_stats_top.inc +%%DATADIR%%/httpdocs/inc/os_stats_id.inc +%%DATADIR%%/httpdocs/inc/os_stats_top.inc %%DATADIR%%/httpdocs/inc/processes_stats_bottom.inc %%DATADIR%%/httpdocs/inc/processes_stats_id.inc %%DATADIR%%/httpdocs/inc/processes_stats_top.inc @@ -132,12 +171,16 @@ man/man8/ntopng.8.gz %%DATADIR%%/httpdocs/inc/sflows_stats_top.inc %%DATADIR%%/httpdocs/inc/sprobe_process.inc %%DATADIR%%/httpdocs/inc/sprobe_process_header.inc +%%DATADIR%%/httpdocs/inc/vlan_stats_id.inc +%%DATADIR%%/httpdocs/inc/vlan_stats_top.inc %%DATADIR%%/httpdocs/js/README.gauge %%DATADIR%%/httpdocs/js/bootstrap-datatable.js %%DATADIR%%/httpdocs/js/bootstrap-datetimepicker.js +%%DATADIR%%/httpdocs/js/bootstrap-slider.js %%DATADIR%%/httpdocs/js/bootstrap.ajaxpager-0.8.js %%DATADIR%%/httpdocs/js/bootstrap3-typeahead.js %%DATADIR%%/httpdocs/js/bubble-chart.js +%%DATADIR%%/httpdocs/js/c3.js %%DATADIR%%/httpdocs/js/cal-heatmap.js %%DATADIR%%/httpdocs/js/cpu_bar.js %%DATADIR%%/httpdocs/js/crossfilter.js @@ -150,6 +193,7 @@ man/man8/ntopng.8.gz %%DATADIR%%/httpdocs/js/highlight.js %%DATADIR%%/httpdocs/js/html5shiv.js %%DATADIR%%/httpdocs/js/jquery-ui.js +%%DATADIR%%/httpdocs/js/jquery.bootstrap-duallistbox.js %%DATADIR%%/httpdocs/js/jquery.form.js %%DATADIR%%/httpdocs/js/jquery.js %%DATADIR%%/httpdocs/js/jquery.peity.js @@ -159,6 +203,9 @@ man/man8/ntopng.8.gz %%DATADIR%%/httpdocs/js/markerclusterer.js %%DATADIR%%/httpdocs/js/matrix_volume.js %%DATADIR%%/httpdocs/js/moment.js +%%DATADIR%%/httpdocs/js/ntopng_utils.js +%%DATADIR%%/httpdocs/js/nv.d3.js +%%DATADIR%%/httpdocs/js/pdfmake.js %%DATADIR%%/httpdocs/js/pie-chart.js %%DATADIR%%/httpdocs/js/prettify.js %%DATADIR%%/httpdocs/js/rickshaw.js @@ -167,17 +214,32 @@ man/man8/ntopng.8.gz %%DATADIR%%/httpdocs/js/springy-ntop.js %%DATADIR%%/httpdocs/js/springyui-ntop.js %%DATADIR%%/httpdocs/js/timeline.js +%%DATADIR%%/httpdocs/js/validator.js +%%DATADIR%%/httpdocs/js/vfs_fonts.js +%%DATADIR%%/httpdocs/misc/ntopng_template_elk.json +%%DATADIR%%/httpdocs/other/EtherOUI.txt +%%DATADIR%%/httpdocs/ssl/README +%%DATADIR%%/httpdocs/ssl/ntopng-cert.pem.dummy +%%DATADIR%%/httpdocs/test.lp %%DATADIR%%/scripts/callbacks/daily.lua %%DATADIR%%/scripts/callbacks/hourly.lua %%DATADIR%%/scripts/callbacks/minute.lua %%DATADIR%%/scripts/callbacks/second.lua %%DATADIR%%/scripts/lua/API.lua %%DATADIR%%/scripts/lua/about.lua +%%DATADIR%%/scripts/lua/admin/add_user.lua +%%DATADIR%%/scripts/lua/admin/change_user_prefs.lua +%%DATADIR%%/scripts/lua/admin/delete_user.lua +%%DATADIR%%/scripts/lua/admin/get_user_info.lua +%%DATADIR%%/scripts/lua/admin/get_users.lua +%%DATADIR%%/scripts/lua/admin/password_reset.lua %%DATADIR%%/scripts/lua/admin/prefs.lua -%%DATADIR%%/scripts/lua/aggregated_host_details.lua -%%DATADIR%%/scripts/lua/aggregated_host_stats.lua -%%DATADIR%%/scripts/lua/aggregated_hosts_stats.lua -%%DATADIR%%/scripts/lua/config_historical_interface.lua +%%DATADIR%%/scripts/lua/admin/users.lua +%%DATADIR%%/scripts/lua/admin/validate_new_user.lua +%%DATADIR%%/scripts/lua/as_stats.lua +%%DATADIR%%/scripts/lua/country_stats.lua +%%DATADIR%%/scripts/lua/db.lua +%%DATADIR%%/scripts/lua/db_query.lua %%DATADIR%%/scripts/lua/do_export_data.lua %%DATADIR%%/scripts/lua/examples/debug.lua %%DATADIR%%/scripts/lua/examples/hello_world.lua @@ -189,29 +251,40 @@ man/man8/ntopng.8.gz %%DATADIR%%/scripts/lua/flow_details.lua %%DATADIR%%/scripts/lua/flow_stats.lua %%DATADIR%%/scripts/lua/flows_stats.lua -%%DATADIR%%/scripts/lua/get_aggregated_host_info.lua %%DATADIR%%/scripts/lua/get_alerts_data.lua +%%DATADIR%%/scripts/lua/get_db_data.lua +%%DATADIR%%/scripts/lua/get_db_flows.lua %%DATADIR%%/scripts/lua/get_flow_data.lua %%DATADIR%%/scripts/lua/get_flows_data.lua %%DATADIR%%/scripts/lua/get_geo_hosts.lua +%%DATADIR%%/scripts/lua/get_grouped_hosts_data.lua +%%DATADIR%%/scripts/lua/get_historical_data.lua +%%DATADIR%%/scripts/lua/get_historical_favourites.lua +%%DATADIR%%/scripts/lua/get_hitters_data.lua %%DATADIR%%/scripts/lua/get_host_activitymap.lua +%%DATADIR%%/scripts/lua/get_host_categories.lua %%DATADIR%%/scripts/lua/get_host_contacts.lua %%DATADIR%%/scripts/lua/get_host_daily_activity.lua %%DATADIR%%/scripts/lua/get_host_data.lua %%DATADIR%%/scripts/lua/get_host_traffic.lua -%%DATADIR%%/scripts/lua/get_host_traffic_matrix.lua %%DATADIR%%/scripts/lua/get_hosts_data.lua %%DATADIR%%/scripts/lua/get_hosts_interaction.lua -%%DATADIR%%/scripts/lua/get_top_talkers.lua +%%DATADIR%%/scripts/lua/get_http_hosts.lua +%%DATADIR%%/scripts/lua/get_http_hosts_data.lua +%%DATADIR%%/scripts/lua/get_nbox_data.lua %%DATADIR%%/scripts/lua/get_process_info.lua %%DATADIR%%/scripts/lua/get_processes_data.lua %%DATADIR%%/scripts/lua/get_system_hosts_interaction.lua +%%DATADIR%%/scripts/lua/get_top_talkers.lua %%DATADIR%%/scripts/lua/get_treemap.lua %%DATADIR%%/scripts/lua/get_user_info.lua +%%DATADIR%%/scripts/lua/host_category_stats.lua %%DATADIR%%/scripts/lua/host_details.lua +%%DATADIR%%/scripts/lua/host_details_categories.lua +%%DATADIR%%/scripts/lua/host_details_ndpi.lua %%DATADIR%%/scripts/lua/host_dns_breakdown.lua -%%DATADIR%%/scripts/lua/host_epp_breakdown.lua %%DATADIR%%/scripts/lua/host_get_json.lua +%%DATADIR%%/scripts/lua/host_http_breakdown.lua %%DATADIR%%/scripts/lua/host_l4_stats.lua %%DATADIR%%/scripts/lua/host_pkt_distro.lua %%DATADIR%%/scripts/lua/host_sflow_distro.lua @@ -220,32 +293,62 @@ man/man8/ntopng.8.gz %%DATADIR%%/scripts/lua/hosts_comparison.lua %%DATADIR%%/scripts/lua/hosts_comparison_bubble.lua %%DATADIR%%/scripts/lua/hosts_comparison_sankey.lua -%%DATADIR%%/scripts/lua/hosts_flows_matrix.lua %%DATADIR%%/scripts/lua/hosts_geomap.lua -%%DATADIR%%/scripts/lua/hosts_interaction.lua %%DATADIR%%/scripts/lua/hosts_matrix.lua %%DATADIR%%/scripts/lua/hosts_stats.lua %%DATADIR%%/scripts/lua/hosts_treemap.lua +%%DATADIR%%/scripts/lua/http_servers_stats.lua %%DATADIR%%/scripts/lua/if_pkt_distro.lua -%%DATADIR%%/scripts/lua/if_stats_ndpi.lua %%DATADIR%%/scripts/lua/if_stats.lua +%%DATADIR%%/scripts/lua/if_stats_ndpi.lua %%DATADIR%%/scripts/lua/iface_flows_sankey.lua %%DATADIR%%/scripts/lua/iface_hosts_list.lua +%%DATADIR%%/scripts/lua/iface_local_stats.lua %%DATADIR%%/scripts/lua/iface_ndpi_stats.lua %%DATADIR%%/scripts/lua/iface_ports_list.lua %%DATADIR%%/scripts/lua/inc/add_user_dialog.lua +%%DATADIR%%/scripts/lua/inc/change_user_password_form.lua %%DATADIR%%/scripts/lua/inc/delete_user_dialog.lua +%%DATADIR%%/scripts/lua/inc/footer.lua +%%DATADIR%%/scripts/lua/inc/menu.lua %%DATADIR%%/scripts/lua/inc/password_dialog.lua +%%DATADIR%%/scripts/lua/inc/sankey.lua +%%DATADIR%%/scripts/lua/inc/search_host_box.lua %%DATADIR%%/scripts/lua/inc/sprobe.lua %%DATADIR%%/scripts/lua/inc/users.lua %%DATADIR%%/scripts/lua/index.lua -%%DATADIR%%/scripts/lua/interface_stats.lua +%%DATADIR%%/scripts/lua/login.lua %%DATADIR%%/scripts/lua/logout.lua +%%DATADIR%%/scripts/lua/mac_stats.lua +%%DATADIR%%/scripts/lua/mesh_antenna_stats.lua %%DATADIR%%/scripts/lua/modules/alert_utils.lua +%%DATADIR%%/scripts/lua/modules/db_utils.lua +%%DATADIR%%/scripts/lua/modules/dkjson.lua +%%DATADIR%%/scripts/lua/modules/flow_utils.lua +%%DATADIR%%/scripts/lua/modules/graph_utils.lua +%%DATADIR%%/scripts/lua/modules/historical_utils.lua +%%DATADIR%%/scripts/lua/modules/json.lua %%DATADIR%%/scripts/lua/modules/lua_trace.lua +%%DATADIR%%/scripts/lua/modules/lua_utils.lua +%%DATADIR%%/scripts/lua/modules/persistence.lua +%%DATADIR%%/scripts/lua/modules/prefs_utils.lua %%DATADIR%%/scripts/lua/modules/sqlite_utils.lua +%%DATADIR%%/scripts/lua/modules/template.lua +%%DATADIR%%/scripts/lua/modules/top_scripts/top_asn.lua +%%DATADIR%%/scripts/lua/modules/top_scripts/top_countries.lua +%%DATADIR%%/scripts/lua/modules/top_scripts/top_networks.lua +%%DATADIR%%/scripts/lua/modules/top_scripts/top_os.lua +%%DATADIR%%/scripts/lua/modules/top_scripts/top_os_local.lua +%%DATADIR%%/scripts/lua/modules/top_scripts/top_talkers.lua +%%DATADIR%%/scripts/lua/modules/top_scripts/top_vlan.lua +%%DATADIR%%/scripts/lua/modules/top_structure.lua +%%DATADIR%%/scripts/lua/modules/top_talkers.lua +%%DATADIR%%/scripts/lua/modules/traffic_stats.lua %%DATADIR%%/scripts/lua/modules/voip_utils.lua +%%DATADIR%%/scripts/lua/network_details.lua %%DATADIR%%/scripts/lua/network_load.lua +%%DATADIR%%/scripts/lua/network_stats.lua +%%DATADIR%%/scripts/lua/os_stats.lua %%DATADIR%%/scripts/lua/page_not_found.lua %%DATADIR%%/scripts/lua/pid_stats.lua %%DATADIR%%/scripts/lua/popKeys.lua @@ -269,23 +372,9 @@ man/man8/ntopng.8.gz %%DATADIR%%/scripts/lua/sprobe_hosts_interactions.lua %%DATADIR%%/scripts/lua/sprobe_hosts_interactions_data.lua %%DATADIR%%/scripts/lua/system_hosts_interaction.lua -%%DATADIR%%/scripts/lua/top_asn.lua +%%DATADIR%%/scripts/lua/test_snmp.lua +%%DATADIR%%/scripts/lua/top_generic.lua %%DATADIR%%/scripts/lua/top_hosts.lua -%%DATADIR%%/scripts/lua/top_talkers.lua %%DATADIR%%/scripts/lua/user_stats.lua -%%DATADIR%%/scripts/lua/admin/add_user.lua -%%DATADIR%%/scripts/lua/admin/delete_user.lua -%%DATADIR%%/scripts/lua/admin/get_users.lua -%%DATADIR%%/scripts/lua/admin/password_reset.lua -%%DATADIR%%/scripts/lua/admin/users.lua -%%DATADIR%%/scripts/lua/inc/footer.lua -%%DATADIR%%/scripts/lua/inc/menu.lua -%%DATADIR%%/scripts/lua/inc/sankey.lua -%%DATADIR%%/scripts/lua/inc/search_host_box.lua -%%DATADIR%%/scripts/lua/modules/dkjson.lua -%%DATADIR%%/scripts/lua/modules/flow_utils.lua -%%DATADIR%%/scripts/lua/modules/graph_utils.lua -%%DATADIR%%/scripts/lua/modules/lua_utils.lua -%%DATADIR%%/scripts/lua/modules/persistence.lua -%%DATADIR%%/scripts/lua/modules/template.lua -%%DATADIR%%/scripts/lua/modules/top_talkers.lua +%%DATADIR%%/scripts/lua/vlan_details.lua +%%DATADIR%%/scripts/lua/vlan_stats.lua