From owner-svn-ports-all@freebsd.org Sun Jan 14 00:21:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06FF4E62FE6; Sun, 14 Jan 2018 00:21:46 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D60C67FC49; Sun, 14 Jan 2018 00:21:45 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1FE3F1A2E4; Sun, 14 Jan 2018 00:21:45 +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 w0E0LiOL028394; Sun, 14 Jan 2018 00:21:44 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0E0Lifo028392; Sun, 14 Jan 2018 00:21:44 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201801140021.w0E0Lifo028392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 14 Jan 2018 00:21:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458947 - head/emulators/wine-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/emulators/wine-devel X-SVN-Commit-Revision: 458947 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 00:21:46 -0000 Author: gerald Date: Sun Jan 14 00:21:44 2018 New Revision: 458947 URL: https://svnweb.freebsd.org/changeset/ports/458947 Log: Update to Wine 3.0 RC6 which brings some further bug fixes. Replace STAGING_LIB_DEPENDS by LIB_DEPENDS+= in the block providing support for the STAGING option to have (nearly) everything related to that in one place. Modified: head/emulators/wine-devel/Makefile head/emulators/wine-devel/distinfo Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Sat Jan 13 22:43:03 2018 (r458946) +++ head/emulators/wine-devel/Makefile Sun Jan 14 00:21:44 2018 (r458947) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 3.0-rc5 +DISTVERSION= 3.0-rc6 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -93,8 +93,6 @@ MPG123_LIB_DEPENDS= libmpg123.so:audio/mpg123 OPENAL_CONFIGURE_WITH= openal OPENAL_USES= openal -STAGING_LIB_DEPENDS= libtxc_dxtn.so:graphics/s2tc - V4L_CONFIGURE_WITH= v4l V4L_BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat V4L_LIB_DEPENDS= libv4l1.so:multimedia/libv4l @@ -149,6 +147,7 @@ DISTFILES+= ${COMP_DIST}:cho EXTRACT_DEPENDS=bash:shells/bash \ git:devel/git \ autoreconf-2.69:devel/autoconf +LIB_DEPENDS+= libtxc_dxtn.so:graphics/s2tc post-extract: fix-shebang cd ${WRKSRC} && ${TAR} xf ${DISTDIR}/${COMP_DIST} --strip-components 1 Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sat Jan 13 22:43:03 2018 (r458946) +++ head/emulators/wine-devel/distinfo Sun Jan 14 00:21:44 2018 (r458947) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515365837 -SHA256 (wine-3.0-rc5.tar.xz) = 4b4a9249db8b1ca6800421dd52f6ae411bbd81d75704022fdd464a8bc57dc206 -SIZE (wine-3.0-rc5.tar.xz) = 19708896 +TIMESTAMP = 1515790555 +SHA256 (wine-3.0-rc6.tar.xz) = 5ebdab6382cef4876913e55a3f92607848013d4a449de8918d0c36ad148fdcbb +SIZE (wine-3.0-rc6.tar.xz) = 19709980 From owner-svn-ports-all@freebsd.org Sun Jan 14 00:25:56 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D171E632A6; Sun, 14 Jan 2018 00:25:56 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 585A67FEB7; Sun, 14 Jan 2018 00:25: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 90AC31A32D; Sun, 14 Jan 2018 00:25: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 w0E0Ptt0031823; Sun, 14 Jan 2018 00:25:55 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0E0PtOe031821; Sun, 14 Jan 2018 00:25:55 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201801140025.w0E0PtOe031821@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 14 Jan 2018 00:25:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458948 - head/sysutils/kiconvtool X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/sysutils/kiconvtool X-SVN-Commit-Revision: 458948 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 00:25:56 -0000 Author: amdmi3 Date: Sun Jan 14 00:25:54 2018 New Revision: 458948 URL: https://svnweb.freebsd.org/changeset/ports/458948 Log: - Update to 0.98 Modified: head/sysutils/kiconvtool/Makefile head/sysutils/kiconvtool/distinfo Modified: head/sysutils/kiconvtool/Makefile ============================================================================== --- head/sysutils/kiconvtool/Makefile Sun Jan 14 00:21:44 2018 (r458947) +++ head/sysutils/kiconvtool/Makefile Sun Jan 14 00:25:54 2018 (r458948) @@ -2,14 +2,16 @@ # $FreeBSD$ PORTNAME= kiconvtool -PORTVERSION= 0.97 -PORTREVISION= 1 +PORTVERSION= 0.98 CATEGORIES= sysutils -MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ \ - LOCAL/amdmi3 MAINTAINER= amdmi3@FreeBSD.org COMMENT= Tool to preload kernel iconv charset tables + +LICENSE= BSD2CLAUSE + +USE_GITHUB= yes +GH_ACCOUNT= AMDmi3 USES= iconv # used by libkiconv, actually Modified: head/sysutils/kiconvtool/distinfo ============================================================================== --- head/sysutils/kiconvtool/distinfo Sun Jan 14 00:21:44 2018 (r458947) +++ head/sysutils/kiconvtool/distinfo Sun Jan 14 00:25:54 2018 (r458948) @@ -1,2 +1,3 @@ -SHA256 (kiconvtool-0.97.tar.gz) = 84b5e869bdc9703f39ce252fd59fdee8c54a7aba9063ad1bae7fd1a9f3f7ff70 -SIZE (kiconvtool-0.97.tar.gz) = 7169 +TIMESTAMP = 1515888957 +SHA256 (AMDmi3-kiconvtool-0.98_GH0.tar.gz) = 96f60718887e85c59ea5e7dd3298b78760cef724205103cbeac2db48cff47ffe +SIZE (AMDmi3-kiconvtool-0.98_GH0.tar.gz) = 7248 From owner-svn-ports-all@freebsd.org Sun Jan 14 01:23:18 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CBFD8E6B19B; Sun, 14 Jan 2018 01:23:18 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A3970822EB; Sun, 14 Jan 2018 01:23:18 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 093701AD67; Sun, 14 Jan 2018 01:23:18 +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 w0E1NHOI056791; Sun, 14 Jan 2018 01:23:17 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0E1NFK8056770; Sun, 14 Jan 2018 01:23:15 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201801140123.w0E1NFK8056770@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sun, 14 Jan 2018 01:23:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458949 - in head: devel/gvfs graphics/camera graphics/camerakit graphics/darktable graphics/digikam-kde4 graphics/entangle graphics/eos-movrec graphics/flphoto graphics/fusefs-gphotofs... X-SVN-Group: ports-head X-SVN-Commit-Author: woodsb02 X-SVN-Commit-Paths: in head: devel/gvfs graphics/camera graphics/camerakit graphics/darktable graphics/digikam-kde4 graphics/entangle graphics/eos-movrec graphics/flphoto graphics/fusefs-gphotofs graphics/gphoto2 graphic... X-SVN-Commit-Revision: 458949 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 01:23:18 -0000 Author: woodsb02 Date: Sun Jan 14 01:23:15 2018 New Revision: 458949 URL: https://svnweb.freebsd.org/changeset/ports/458949 Log: graphics/libgphoto2: Update to 2.5.16 graphics/gphoto2: Update to 2.5.15 graphics/py-gphoto2: Update to 1.8.2 Also bump PORTREVISION of ports depending on these. PR: 224611 Submitted by: bsam (graphics/libgphoto2) Modified: head/devel/gvfs/Makefile head/graphics/camera/Makefile head/graphics/camerakit/Makefile head/graphics/darktable/Makefile head/graphics/digikam-kde4/Makefile head/graphics/entangle/Makefile head/graphics/eos-movrec/Makefile head/graphics/flphoto/Makefile head/graphics/fusefs-gphotofs/Makefile head/graphics/gphoto2/Makefile head/graphics/gphoto2/distinfo head/graphics/gtimelapse/Makefile head/graphics/gtkam/Makefile head/graphics/kamera-kde4/Makefile head/graphics/libgphoto2/Makefile head/graphics/libgphoto2/distinfo head/graphics/libgphoto2/pkg-plist head/graphics/py-gphoto2/Makefile head/graphics/py-gphoto2/distinfo head/graphics/rawstudio/Makefile head/graphics/shotwell/Makefile Modified: head/devel/gvfs/Makefile ============================================================================== --- head/devel/gvfs/Makefile Sun Jan 14 00:25:54 2018 (r458948) +++ head/devel/gvfs/Makefile Sun Jan 14 01:23:15 2018 (r458949) @@ -3,7 +3,7 @@ PORTNAME= gvfs PORTVERSION= 1.26.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/graphics/camera/Makefile ============================================================================== --- head/graphics/camera/Makefile Sun Jan 14 00:25:54 2018 (r458948) +++ head/graphics/camera/Makefile Sun Jan 14 01:23:15 2018 (r458949) @@ -3,7 +3,7 @@ PORTNAME= camera PORTVERSION= 0.8 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics gnustep MASTER_SITES= http://download.gna.org/gsimageapps/ DISTNAME= Camera-${PORTVERSION} Modified: head/graphics/camerakit/Makefile ============================================================================== --- head/graphics/camerakit/Makefile Sun Jan 14 00:25:54 2018 (r458948) +++ head/graphics/camerakit/Makefile Sun Jan 14 01:23:15 2018 (r458949) @@ -2,7 +2,7 @@ PORTNAME= camerakit PORTVERSION= 0.0.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics gnustep MASTER_SITES= http://download.gna.org/gsimageapps/ DISTNAME= CameraKit-20041011 Modified: head/graphics/darktable/Makefile ============================================================================== --- head/graphics/darktable/Makefile Sun Jan 14 00:25:54 2018 (r458948) +++ head/graphics/darktable/Makefile Sun Jan 14 01:23:15 2018 (r458949) @@ -3,6 +3,7 @@ PORTNAME= darktable PORTVERSION= 2.4.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/ Modified: head/graphics/digikam-kde4/Makefile ============================================================================== --- head/graphics/digikam-kde4/Makefile Sun Jan 14 00:25:54 2018 (r458948) +++ head/graphics/digikam-kde4/Makefile Sun Jan 14 01:23:15 2018 (r458949) @@ -3,7 +3,7 @@ PORTNAME= digikam PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 8 +PORTREVISION= 9 PORTEPOCH= 2 CATEGORIES= graphics kde Modified: head/graphics/entangle/Makefile ============================================================================== --- head/graphics/entangle/Makefile Sun Jan 14 00:25:54 2018 (r458948) +++ head/graphics/entangle/Makefile Sun Jan 14 01:23:15 2018 (r458949) @@ -3,6 +3,7 @@ PORTNAME= entangle PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://entangle-photo.org/download/sources/ Modified: head/graphics/eos-movrec/Makefile ============================================================================== --- head/graphics/eos-movrec/Makefile Sun Jan 14 00:25:54 2018 (r458948) +++ head/graphics/eos-movrec/Makefile Sun Jan 14 01:23:15 2018 (r458949) @@ -3,7 +3,7 @@ PORTNAME= eos-movrec DISTVERSION= 0.3.2_beta -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}/ Modified: head/graphics/flphoto/Makefile ============================================================================== --- head/graphics/flphoto/Makefile Sun Jan 14 00:25:54 2018 (r458948) +++ head/graphics/flphoto/Makefile Sun Jan 14 01:23:15 2018 (r458949) @@ -3,7 +3,7 @@ PORTNAME= flphoto PORTVERSION= 1.3.1 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics MASTER_SITES= SF/fltk/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-source Modified: head/graphics/fusefs-gphotofs/Makefile ============================================================================== --- head/graphics/fusefs-gphotofs/Makefile Sun Jan 14 00:25:54 2018 (r458948) +++ head/graphics/fusefs-gphotofs/Makefile Sun Jan 14 01:23:15 2018 (r458949) @@ -3,7 +3,7 @@ PORTNAME= gphotofs PORTVERSION= 0.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics sysutils MASTER_SITES= SF/gphoto/${PORTNAME}/${PORTVERSION}.0 PKGNAMEPREFIX= fusefs- Modified: head/graphics/gphoto2/Makefile ============================================================================== --- head/graphics/gphoto2/Makefile Sun Jan 14 00:25:54 2018 (r458948) +++ head/graphics/gphoto2/Makefile Sun Jan 14 01:23:15 2018 (r458949) @@ -2,20 +2,21 @@ # $FreeBSD$ PORTNAME= gphoto2 -PORTVERSION= 2.5.14 +PORTVERSION= 2.5.15 CATEGORIES= graphics MASTER_SITES= SF/gphoto/gphoto/${PORTVERSION} MAINTAINER= woodsb02@FreeBSD.org COMMENT= Command-line frontend to libgphoto2 -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexif.so:graphics/libexif \ libgphoto2.so:graphics/libgphoto2 \ libpopt.so:devel/popt -USES= gmake jpeg pkgconfig tar:bzip2 +USES= gmake jpeg localbase pkgconfig tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ENV= POPT_CFLAGS="$$(pkg-config --cflags popt)" \ POPT_LIBS="$$(pkg-config --libs popt)" @@ -30,8 +31,6 @@ AALIB_LIB_DEPENDS= libaa.so:graphics/aalib AALIB_CONFIGURE_WITH= aalib NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls -NLS_CPPFLAGS= -I${LOCALBASE}/include -NLS_LDFLAGS= -L${LOCALBASE}/lib READLINE_USES= readline READLINE_CONFIGURE_WITH= readline THREADS_CONFIGURE_ENV_OFF= ac_cv_lib_pthread_pthread_exit=no Modified: head/graphics/gphoto2/distinfo ============================================================================== --- head/graphics/gphoto2/distinfo Sun Jan 14 00:25:54 2018 (r458948) +++ head/graphics/gphoto2/distinfo Sun Jan 14 01:23:15 2018 (r458949) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502712408 -SHA256 (gphoto2-2.5.14.tar.bz2) = 9302d02fb472d4936988382b7277ccdc4edaf7ede56c490278912ffd0627699c -SIZE (gphoto2-2.5.14.tar.bz2) = 784442 +TIMESTAMP = 1515810541 +SHA256 (gphoto2-2.5.15.tar.bz2) = ae571a227983dc9997876702a73af5431d41f287ea0f483cda897c57a6084a77 +SIZE (gphoto2-2.5.15.tar.bz2) = 790513 Modified: head/graphics/gtimelapse/Makefile ============================================================================== --- head/graphics/gtimelapse/Makefile Sun Jan 14 00:25:54 2018 (r458948) +++ head/graphics/gtimelapse/Makefile Sun Jan 14 01:23:15 2018 (r458949) @@ -3,7 +3,7 @@ PORTNAME= gtimelapse DISTVERSION= 0.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Relase # yes, this is not a typo (here) Modified: head/graphics/gtkam/Makefile ============================================================================== --- head/graphics/gtkam/Makefile Sun Jan 14 00:25:54 2018 (r458948) +++ head/graphics/gtkam/Makefile Sun Jan 14 01:23:15 2018 (r458949) @@ -3,7 +3,7 @@ PORTNAME= gtkam PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF/gphoto/${PORTNAME}/${PORTVERSION} Modified: head/graphics/kamera-kde4/Makefile ============================================================================== --- head/graphics/kamera-kde4/Makefile Sun Jan 14 00:25:54 2018 (r458948) +++ head/graphics/kamera-kde4/Makefile Sun Jan 14 01:23:15 2018 (r458949) @@ -2,7 +2,7 @@ PORTNAME= kamera PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics kde kde-kde4 MAINTAINER= kde@FreeBSD.org Modified: head/graphics/libgphoto2/Makefile ============================================================================== --- head/graphics/libgphoto2/Makefile Sun Jan 14 00:25:54 2018 (r458948) +++ head/graphics/libgphoto2/Makefile Sun Jan 14 01:23:15 2018 (r458949) @@ -2,18 +2,19 @@ # $FreeBSD$ PORTNAME= libgphoto2 -PORTVERSION= 2.5.14 +PORTVERSION= 2.5.16 CATEGORIES= graphics MASTER_SITES= SF/gphoto/libgphoto/${PORTVERSION} MAINTAINER= woodsb02@FreeBSD.org COMMENT= Universal digital camera control library -LICENSE= LGPL21 +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libltdl.so:devel/libltdl -USES= gmake iconv libtool pkgconfig tar:bzip2 +USES= gmake iconv libtool localbase pkgconfig tar:bzip2 USE_CSTD= gnu89 GNU_CONFIGURE= yes CONFIGURE_ENV= LTDLINCL="-I${LOCALBASE}/include" \ @@ -24,9 +25,6 @@ CONFIGURE_ENV= LTDLINCL="-I${LOCALBASE}/include" \ udevscriptdir=${WRKDIR} INSTALL_TARGET= install-strip USE_LDCONFIG= yes - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= VERSION="${PORTVERSION}" VERSION_PORT=0.12.0 Modified: head/graphics/libgphoto2/distinfo ============================================================================== --- head/graphics/libgphoto2/distinfo Sun Jan 14 00:25:54 2018 (r458948) +++ head/graphics/libgphoto2/distinfo Sun Jan 14 01:23:15 2018 (r458949) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502712510 -SHA256 (libgphoto2-2.5.14.tar.bz2) = d3ce70686fb87d6791b9adcbb6e5693bfbe1cfef9661c23c75eb8a699ec4e274 -SIZE (libgphoto2-2.5.14.tar.bz2) = 6992238 +TIMESTAMP = 1515810394 +SHA256 (libgphoto2-2.5.16.tar.bz2) = e757416d1623e01a9d0d294b2e790162e434c0964f50d3b7ff1a3424b62a2906 +SIZE (libgphoto2-2.5.16.tar.bz2) = 7006551 Modified: head/graphics/libgphoto2/pkg-plist ============================================================================== --- head/graphics/libgphoto2/pkg-plist Sun Jan 14 00:25:54 2018 (r458948) +++ head/graphics/libgphoto2/pkg-plist Sun Jan 14 01:23:15 2018 (r458949) @@ -95,7 +95,6 @@ lib/libgphoto2_port/%%VERSION_PORT%%/ptpip.so lib/libgphoto2_port/%%VERSION_PORT%%/usb1.so lib/libgphoto2_port/%%VERSION_PORT%%/usbdiskdirect.so lib/libgphoto2_port/%%VERSION_PORT%%/usbscsi.so -lib/libgphoto2_port/%%VERSION_PORT%%/vusb.so libdata/pkgconfig/libgphoto2.pc libdata/pkgconfig/libgphoto2_port.pc man/man3/libgphoto2.3.gz Modified: head/graphics/py-gphoto2/Makefile ============================================================================== --- head/graphics/py-gphoto2/Makefile Sun Jan 14 00:25:54 2018 (r458948) +++ head/graphics/py-gphoto2/Makefile Sun Jan 14 01:23:15 2018 (r458949) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gphoto2 -PORTVERSION= 1.7.0 +PORTVERSION= 1.8.2 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +10,7 @@ DIST_SUBDIR= python-gphoto2 MAINTAINER= woodsb02@FreeBSD.org COMMENT= Python bindings for libgphoto2 -LICENSE= GPLv3 +LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libgphoto2.so:graphics/libgphoto2 Modified: head/graphics/py-gphoto2/distinfo ============================================================================== --- head/graphics/py-gphoto2/distinfo Sun Jan 14 00:25:54 2018 (r458948) +++ head/graphics/py-gphoto2/distinfo Sun Jan 14 01:23:15 2018 (r458949) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502712471 -SHA256 (python-gphoto2/gphoto2-1.7.0.tar.gz) = e36b5690fd6db5d9cfb196b571ea35b2f5ef0e1d15235fe877f3f4eeebbf12d2 -SIZE (python-gphoto2/gphoto2-1.7.0.tar.gz) = 6831640 +TIMESTAMP = 1515810646 +SHA256 (python-gphoto2/gphoto2-1.8.2.tar.gz) = d1e29e61323ef16e154965becda3d09d628cad7cd577af3c0710a3c0645b06a0 +SIZE (python-gphoto2/gphoto2-1.8.2.tar.gz) = 7160749 Modified: head/graphics/rawstudio/Makefile ============================================================================== --- head/graphics/rawstudio/Makefile Sun Jan 14 00:25:54 2018 (r458948) +++ head/graphics/rawstudio/Makefile Sun Jan 14 01:23:15 2018 (r458949) @@ -3,7 +3,7 @@ PORTNAME= rawstudio PORTVERSION= 2.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= graphics MASTER_SITES= http://rawstudio.org/files/release/ Modified: head/graphics/shotwell/Makefile ============================================================================== --- head/graphics/shotwell/Makefile Sun Jan 14 00:25:54 2018 (r458948) +++ head/graphics/shotwell/Makefile Sun Jan 14 01:23:15 2018 (r458949) @@ -3,6 +3,7 @@ PORTNAME= shotwell PORTVERSION= 0.26.4 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= GNOME/sources/shotwell/${PORTVERSION:R} From owner-svn-ports-all@freebsd.org Sun Jan 14 02:04:55 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE87CE6E3A7; Sun, 14 Jan 2018 02:04:55 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BB2BA83DA2; Sun, 14 Jan 2018 02:04:55 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0F1641B4F6; Sun, 14 Jan 2018 02:04:55 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0E24sKX073439; Sun, 14 Jan 2018 02:04:54 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0E24s7D073437; Sun, 14 Jan 2018 02:04:54 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201801140204.w0E24s7D073437@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sun, 14 Jan 2018 02:04:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458951 - head/devel/spdlog X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: head/devel/spdlog X-SVN-Commit-Revision: 458951 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 02:04:56 -0000 Author: vanilla Date: Sun Jan 14 02:04:54 2018 New Revision: 458951 URL: https://svnweb.freebsd.org/changeset/ports/458951 Log: Update to 0.16.3. Modified: head/devel/spdlog/Makefile head/devel/spdlog/distinfo Modified: head/devel/spdlog/Makefile ============================================================================== --- head/devel/spdlog/Makefile Sun Jan 14 01:59:26 2018 (r458950) +++ head/devel/spdlog/Makefile Sun Jan 14 02:04:54 2018 (r458951) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= spdlog -PORTVERSION= 0.16.2 +PORTVERSION= 0.16.3 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/spdlog/distinfo ============================================================================== --- head/devel/spdlog/distinfo Sun Jan 14 01:59:26 2018 (r458950) +++ head/devel/spdlog/distinfo Sun Jan 14 02:04:54 2018 (r458951) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514083600 -SHA256 (gabime-spdlog-v0.16.2_GH0.tar.gz) = 2081e5df5e87402398847431e16b87c71dd5c4d632314bb976ace8161f4d32de -SIZE (gabime-spdlog-v0.16.2_GH0.tar.gz) = 162709 +TIMESTAMP = 1515895292 +SHA256 (gabime-spdlog-v0.16.3_GH0.tar.gz) = b88d7be261d9089c817fc8cee6c000d69f349b357828e4c7f66985bc5d5360b8 +SIZE (gabime-spdlog-v0.16.3_GH0.tar.gz) = 163636 From owner-svn-ports-all@freebsd.org Sun Jan 14 02:19:48 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4E25E6F3BD; Sun, 14 Jan 2018 02:19:48 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8CA528F5; Sun, 14 Jan 2018 02:19:48 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C9C781B6D0; Sun, 14 Jan 2018 02:19:47 +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 w0E2Jlc0077922; Sun, 14 Jan 2018 02:19:47 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0E2JlUL077920; Sun, 14 Jan 2018 02:19:47 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201801140219.w0E2JlUL077920@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sun, 14 Jan 2018 02:19:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458952 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: woodsb02 X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 458952 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 02:19:48 -0000 Author: woodsb02 Date: Sun Jan 14 02:19:47 2018 New Revision: 458952 URL: https://svnweb.freebsd.org/changeset/ports/458952 Log: Document DNS rebinding vulnerabilities in net-p2p/transmission-daemon PR: 225150 Security: https://www.vuxml.org/freebsd/3e5b8bd3-0c32-452f-a60e-beab7b762351.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Jan 14 02:04:54 2018 (r458951) +++ head/security/vuxml/vuln.xml Sun Jan 14 02:19:47 2018 (r458952) @@ -58,6 +58,45 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + transmission-daemon -- vulnerable to dns rebinding attacks + + + transmission-daemon + 2.92_3 + + + + +

Google Project Zero reports:

+
+

The transmission bittorrent client uses a client/server + architecture, the user interface is the client which communicates + to the worker daemon using JSON RPC requests.

+

As with all HTTP RPC schemes like this, any website can send + requests to the daemon listening on localhost with XMLHttpRequest(), + but the theory is they will be ignored because clients must prove + they can read and set a specific header, X-Transmission-Session-Id. + Unfortunately, this design doesn't work because of an attack called + "DNS rebinding". Any website can simply create a dns name that they + are authorized to communicate with, and then make it resolve to + localhost.

+

Exploitation is simple, you could set script-torrent-done-enabled + and run any command, or set download-dir to /home/user/ and then + upload a torrent for .bashrc.

+
+ +
+ + https://bugs.chromium.org/p/project-zero/issues/detail?id=1447 + https://github.com/transmission/transmission/pull/468 + + + 2017-11-30 + 2018-01-14 + +
+ shibboleth-sp -- vulnerable to forged user attribute data From owner-svn-ports-all@freebsd.org Sun Jan 14 01:59:28 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 003B7E6DC70; Sun, 14 Jan 2018 01:59:28 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AF86B83852; Sun, 14 Jan 2018 01:59:27 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B6E161B353; Sun, 14 Jan 2018 01:59:26 +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 w0E1xQA8069491; Sun, 14 Jan 2018 01:59:26 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0E1xQGr069488; Sun, 14 Jan 2018 01:59:26 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201801140159.w0E1xQGr069488@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sun, 14 Jan 2018 01:59:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458950 - head/net-p2p/gtk-gnutella X-SVN-Group: ports-head X-SVN-Commit-Author: woodsb02 X-SVN-Commit-Paths: head/net-p2p/gtk-gnutella X-SVN-Commit-Revision: 458950 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 01:59:28 -0000 Author: woodsb02 Date: Sun Jan 14 01:59:26 2018 New Revision: 458950 URL: https://svnweb.freebsd.org/changeset/ports/458950 Log: net-p2p/gtk-gnutella: Update to 1.1.13 Changes this release: http://gtk-gnutella.sourceforge.net/en/?page=news#news_82 http://gtk-gnutella.sourceforge.net/en/?page=news#news_81 Modified: head/net-p2p/gtk-gnutella/Makefile head/net-p2p/gtk-gnutella/distinfo head/net-p2p/gtk-gnutella/pkg-plist Modified: head/net-p2p/gtk-gnutella/Makefile ============================================================================== --- head/net-p2p/gtk-gnutella/Makefile Sun Jan 14 01:23:15 2018 (r458949) +++ head/net-p2p/gtk-gnutella/Makefile Sun Jan 14 01:59:26 2018 (r458950) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gtk-gnutella -PORTVERSION= 1.1.11 +PORTVERSION= 1.1.13 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF @@ -10,8 +10,9 @@ MAINTAINER= woodsb02@FreeBSD.org COMMENT= GTK based Gnutella client LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/LICENSE -USES= iconv localbase:ldflags pkgconfig tar:bzip2 +USES= iconv localbase:ldflags pkgconfig tar:xz USE_GNOME= glib20 libxml2 HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure Modified: head/net-p2p/gtk-gnutella/distinfo ============================================================================== --- head/net-p2p/gtk-gnutella/distinfo Sun Jan 14 01:23:15 2018 (r458949) +++ head/net-p2p/gtk-gnutella/distinfo Sun Jan 14 01:59:26 2018 (r458950) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479010236 -SHA256 (gtk-gnutella-1.1.11.tar.bz2) = e46ffa3905831828f867709aa346cd88576075bd1299ef396962ad860e2589d5 -SIZE (gtk-gnutella-1.1.11.tar.bz2) = 19966423 +TIMESTAMP = 1515893668 +SHA256 (gtk-gnutella-1.1.13.tar.xz) = 2126cd08941ba0847c06f1034c5e2a9428b67b2fd1685c0e3ab878cb0179f647 +SIZE (gtk-gnutella-1.1.13.tar.xz) = 19207704 Modified: head/net-p2p/gtk-gnutella/pkg-plist ============================================================================== --- head/net-p2p/gtk-gnutella/pkg-plist Sun Jan 14 01:23:15 2018 (r458949) +++ head/net-p2p/gtk-gnutella/pkg-plist Sun Jan 14 01:59:26 2018 (r458950) @@ -9,10 +9,13 @@ share/applications/gtk-gnutella.desktop %%DATADIR%%/en/glossary %%DATADIR%%/favicon.png %%DATADIR%%/fr/FAQ +%%DATADIR%%/fr/glossary %%DATADIR%%/geo-ip.txt %%DATADIR%%/geo-ipv6.txt %%DATADIR%%/gwcache.boot %%DATADIR%%/hostiles.txt +%%DATADIR%%/it/FAQ +%%DATADIR%%/it/glossary %%DATADIR%%/ja/FAQ %%DATADIR%%/pixmaps/arrow_down.xpm %%DATADIR%%/pixmaps/arrow_up.xpm @@ -70,6 +73,7 @@ share/applications/gtk-gnutella.desktop %%DATADIR%%/spam.txt %%DATADIR%%/spam_sha1.txt %%DATADIR%%/tr/FAQ +%%DATADIR%%/tr/glossary %%GUI%%share/icons/hicolor/128x128/apps/gtk-gnutella.png %%GUI%%share/icons/hicolor/16x16/apps/gtk-gnutella.png %%GUI%%share/icons/hicolor/256x256/apps/gtk-gnutella.png From owner-svn-ports-all@freebsd.org Sun Jan 14 06:57:12 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CD91E7FB03; Sun, 14 Jan 2018 06:57:12 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 180136F0DF; Sun, 14 Jan 2018 06:57:12 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5EFBA1E534; Sun, 14 Jan 2018 06:57:11 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0E6vBYm092799; Sun, 14 Jan 2018 06:57:11 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0E6vBRR092798; Sun, 14 Jan 2018 06:57:11 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201801140657.w0E6vBRR092798@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Sun, 14 Jan 2018 06:57:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458953 - head/astro/boinc-setiathome-v7 X-SVN-Group: ports-head X-SVN-Commit-Author: ler X-SVN-Commit-Paths: head/astro/boinc-setiathome-v7 X-SVN-Commit-Revision: 458953 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 06:57:12 -0000 Author: ler Date: Sun Jan 14 06:57:10 2018 New Revision: 458953 URL: https://svnweb.freebsd.org/changeset/ports/458953 Log: clang 6 generates some new warnings, suppress them for now. Modified: head/astro/boinc-setiathome-v7/Makefile Modified: head/astro/boinc-setiathome-v7/Makefile ============================================================================== --- head/astro/boinc-setiathome-v7/Makefile Sun Jan 14 02:19:47 2018 (r458952) +++ head/astro/boinc-setiathome-v7/Makefile Sun Jan 14 06:57:10 2018 (r458953) @@ -3,7 +3,7 @@ PORTNAME= boinc-setiathome-v7 PORTVERSION= 7.00 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= astro MASTER_SITES= LOCAL/rene DISTNAME= setiathome-svn-1924 # modified archive, see leftout in top directory @@ -19,7 +19,7 @@ RUN_DEPENDS= boinc_client:net/boinc-client LIB_DEPENDS= libfftw3f.so:math/fftw3-float GNU_CONFIGURE= yes -USES= autoreconf gmake libtool pkgconfig tar:xz +USES= autoreconf compiler gmake libtool pkgconfig ssl tar:xz CFLAGS+= -O2 -I${LOCALBASE}/include/boinc -I${LOCALBASE}/include \ -L${LOCALBASE}/lib @@ -53,6 +53,12 @@ CFLAGS_amd64= -mtune=native CONFIGURE_ARGS+= --enable-altivec .endif +.include + +.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} == 60 +CFLAGS+= -Wno-reserved-user-defined-literal -Wno-unused-command-line-argument +.endif + CONFIGURE_ENV+= BOINCDIR="${NONEXISTENT}" CONFIGURE_ARGS+= --disable-static-client --disable-server \ @@ -97,4 +103,4 @@ do-install-X11-on: ${INSTALL_PROGRAM} ${WRKSRC}/client/seti_graphics \ ${STAGEDIR}${BOINC_CLIENT_HOME}/projects/${SETI_SITE}/ -.include +.include From owner-svn-ports-all@freebsd.org Sun Jan 14 07:07:04 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18226EA5199; Sun, 14 Jan 2018 07:07:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E868D6F634; Sun, 14 Jan 2018 07:07: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3D6301E6DC; Sun, 14 Jan 2018 07:07: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 w0E7733b097034; Sun, 14 Jan 2018 07:07:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0E7731j097033; Sun, 14 Jan 2018 07:07:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201801140707.w0E7731j097033@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 14 Jan 2018 07:07:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458954 - head/databases/kyotocabinet/files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/kyotocabinet/files X-SVN-Commit-Revision: 458954 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 07:07:04 -0000 Author: sunpoet Date: Sun Jan 14 07:07:02 2018 New Revision: 458954 URL: https://svnweb.freebsd.org/changeset/ports/458954 Log: Fix build with Clang 6 Reported by: ler Tested by: ler Added: head/databases/kyotocabinet/files/patch-kcdbext.h (contents, props changed) Added: head/databases/kyotocabinet/files/patch-kcdbext.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/kyotocabinet/files/patch-kcdbext.h Sun Jan 14 07:07:02 2018 (r458954) @@ -0,0 +1,11 @@ +--- kcdbext.h.orig 2012-05-24 16:27:59 UTC ++++ kcdbext.h +@@ -1278,7 +1278,7 @@ class IndexDB { + if (omode_ == 0) { + set_error(_KCCODELINE_, BasicDB::Error::INVALID, "not opened"); + *sp = 0; +- return false; ++ return NULL; + } + if (!cache_) return db_.get(kbuf, ksiz, sp); + size_t dvsiz = 0; From owner-svn-ports-all@freebsd.org Sun Jan 14 07:07:09 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4466EEA51F6; Sun, 14 Jan 2018 07:07:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1EB5C6F658; Sun, 14 Jan 2018 07:07:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 783651E6DD; Sun, 14 Jan 2018 07:07:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0E778In097170; Sun, 14 Jan 2018 07:07:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0E7784m097168; Sun, 14 Jan 2018 07:07:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201801140707.w0E7784m097168@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 14 Jan 2018 07:07:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458955 - in head/sysutils/container-diff: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/sysutils/container-diff: . files X-SVN-Commit-Revision: 458955 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 07:07:09 -0000 Author: sunpoet Date: Sun Jan 14 07:07:08 2018 New Revision: 458955 URL: https://svnweb.freebsd.org/changeset/ports/458955 Log: Fix build on -head (OSVERSION >= 1200031) Ino is still uint32 for all versions of FreeBSD. Reference: https://golang.org/src/syscall/ztypes_freebsd_386.go https://golang.org/src/syscall/ztypes_freebsd_amd64.go https://golang.org/src/syscall/ztypes_freebsd_arm.go Added: head/sysutils/container-diff/files/patch-uint32-Ino - copied unchanged from r458954, head/sysutils/container-diff/files/extra-patch-without-ino64 Deleted: head/sysutils/container-diff/files/extra-patch-without-ino64 Modified: head/sysutils/container-diff/Makefile Modified: head/sysutils/container-diff/Makefile ============================================================================== --- head/sysutils/container-diff/Makefile Sun Jan 14 07:07:02 2018 (r458954) +++ head/sysutils/container-diff/Makefile Sun Jan 14 07:07:08 2018 (r458955) @@ -20,13 +20,6 @@ PLIST_FILES= bin/container-diff GH_ACCOUNT= GoogleCloudPlatform USE_GITHUB= yes -.include - -# Change inode size from 64 bits to 32 bits for systems without ino64 support -.if ${OSVERSION} < 1200031 -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-without-ino64 -.endif - do-install: ${INSTALL_PROGRAM} ${WRKDIR}/bin/container-diff ${STAGEDIR}${PREFIX}/bin/container-diff Copied: head/sysutils/container-diff/files/patch-uint32-Ino (from r458954, head/sysutils/container-diff/files/extra-patch-without-ino64) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/container-diff/files/patch-uint32-Ino Sun Jan 14 07:07:08 2018 (r458955, copy of r458954, head/sysutils/container-diff/files/extra-patch-without-ino64) @@ -0,0 +1,53 @@ +--- vendor/github.com/docker/docker/pkg/archive/archive_unix.go.orig 2017-12-27 17:49:24 UTC ++++ vendor/github.com/docker/docker/pkg/archive/archive_unix.go +@@ -58,7 +58,7 @@ func setHeaderForSpecialDevice(hdr *tar. + return + } + +-func getInodeFromStat(stat interface{}) (inode uint64, err error) { ++func getInodeFromStat(stat interface{}) (inode uint32, err error) { + s, ok := stat.(*syscall.Stat_t) + + if ok { +--- vendor/github.com/docker/docker/pkg/archive/archive.go.orig 2017-12-27 17:49:24 UTC ++++ vendor/github.com/docker/docker/pkg/archive/archive.go +@@ -378,7 +378,7 @@ type tarAppender struct { + Buffer *bufio.Writer + + // for hardlink mapping +- SeenFiles map[uint64]string ++ SeenFiles map[uint32]string + IDMappings *idtools.IDMappings + ChownOpts *idtools.IDPair + +@@ -391,7 +391,7 @@ type tarAppender struct { + + func newTarAppender(idMapping *idtools.IDMappings, writer io.Writer, chownOpts *idtools.IDPair) *tarAppender { + return &tarAppender{ +- SeenFiles: make(map[uint64]string), ++ SeenFiles: make(map[uint32]string), + TarWriter: tar.NewWriter(writer), + Buffer: pools.BufioWriter32KPool.Get(nil), + IDMappings: idMapping, +--- vendor/github.com/docker/docker/pkg/archive/changes_unix.go.orig 2017-12-27 17:49:24 UTC ++++ vendor/github.com/docker/docker/pkg/archive/changes_unix.go +@@ -28,7 +28,7 @@ func (info *FileInfo) isDir() bool { + return info.parent == nil || info.stat.Mode()&unix.S_IFDIR != 0 + } + +-func getIno(fi os.FileInfo) uint64 { ++func getIno(fi os.FileInfo) uint32 { + return fi.Sys().(*syscall.Stat_t).Ino + } + +--- vendor/github.com/docker/docker/pkg/archive/changes.go.orig 2017-12-27 17:49:24 UTC ++++ vendor/github.com/docker/docker/pkg/archive/changes.go +@@ -363,7 +363,7 @@ func ChangesDirs(newDir, oldDir string) + func ChangesSize(newDir string, changes []Change) int64 { + var ( + size int64 +- sf = make(map[uint64]struct{}) ++ sf = make(map[uint32]struct{}) + ) + for _, change := range changes { + if change.Kind == ChangeModify || change.Kind == ChangeAdd { From owner-svn-ports-all@freebsd.org Sun Jan 14 07:07:16 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A216EA525C; Sun, 14 Jan 2018 07:07:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 667E96F72F; Sun, 14 Jan 2018 07:07:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 940B11E6DE; Sun, 14 Jan 2018 07:07:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0E77DkE097286; Sun, 14 Jan 2018 07:07:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0E77D5m097285; Sun, 14 Jan 2018 07:07:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201801140707.w0E77D5m097285@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 14 Jan 2018 07:07:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458956 - head/devel/py-eventlib/files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-eventlib/files X-SVN-Commit-Revision: 458956 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 07:07:16 -0000 Author: sunpoet Date: Sun Jan 14 07:07:13 2018 New Revision: 458956 URL: https://svnweb.freebsd.org/changeset/ports/458956 Log: Fix build with Python 3 Added: head/devel/py-eventlib/files/ head/devel/py-eventlib/files/patch-setup.py (contents, props changed) Added: head/devel/py-eventlib/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-eventlib/files/patch-setup.py Sun Jan 14 07:07:13 2018 (r458956) @@ -0,0 +1,11 @@ +--- setup.py.orig 2013-10-02 01:17:23 UTC ++++ setup.py +@@ -66,7 +66,7 @@ if __name__ == '__main__': + author=u'Lincoln de Sousa', + author_email=u'lincoln@yipit.com', + url='https://github.com/Yipit/eventlib', +- packages=filter(lambda n: not n.startswith('tests'), find_packages()), ++ packages=list(filter(lambda n: not n.startswith('tests'), find_packages())), + install_requires=install_requires, + dependency_links=dependency_links, + entry_points={ From owner-svn-ports-all@freebsd.org Sun Jan 14 07:07:19 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED059EA5296; Sun, 14 Jan 2018 07:07:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C735F6F751; Sun, 14 Jan 2018 07: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1CC8C1E6DF; Sun, 14 Jan 2018 07:07:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0E77IBI097410; Sun, 14 Jan 2018 07:07:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0E77IiJ097408; Sun, 14 Jan 2018 07:07:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201801140707.w0E77IiJ097408@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 14 Jan 2018 07:07:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458957 - head/devel/py-pyasn1 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-pyasn1 X-SVN-Commit-Revision: 458957 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 07:07:20 -0000 Author: sunpoet Date: Sun Jan 14 07:07:18 2018 New Revision: 458957 URL: https://svnweb.freebsd.org/changeset/ports/458957 Log: Update to 0.4.2 Changes: https://github.com/etingof/pyasn1/releases PR: 225134 Submitted by: sunpoet (myself) Approved by: Martin Jackson (maintainer) Modified: head/devel/py-pyasn1/Makefile head/devel/py-pyasn1/distinfo Modified: head/devel/py-pyasn1/Makefile ============================================================================== --- head/devel/py-pyasn1/Makefile Sun Jan 14 07:07:13 2018 (r458956) +++ head/devel/py-pyasn1/Makefile Sun Jan 14 07:07:18 2018 (r458957) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pyasn1 -PORTVERSION= 0.3.7 +PORTVERSION= 0.4.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-pyasn1/distinfo ============================================================================== --- head/devel/py-pyasn1/distinfo Sun Jan 14 07:07:13 2018 (r458956) +++ head/devel/py-pyasn1/distinfo Sun Jan 14 07:07:18 2018 (r458957) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508254731 -SHA256 (pyasn1-0.3.7.tar.gz) = 187f2a66d617683f8e82d5c00033b7c8a0287e1da88a9d577aebec321cad4965 -SIZE (pyasn1-0.3.7.tar.gz) = 115350 +TIMESTAMP = 1515564807 +SHA256 (pyasn1-0.4.2.tar.gz) = d258b0a71994f7770599835249cece1caef3c70def868c4915e6e5ca49b67d15 +SIZE (pyasn1-0.4.2.tar.gz) = 118404 From owner-svn-ports-all@freebsd.org Sun Jan 14 07:07:26 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B029EA52C6; Sun, 14 Jan 2018 07:07:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C75656F82B; Sun, 14 Jan 2018 07:07: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6EF5E1E6E1; Sun, 14 Jan 2018 07: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 w0E77O4e097546; Sun, 14 Jan 2018 07:07:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0E77OLF097544; Sun, 14 Jan 2018 07:07:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201801140707.w0E77OLF097544@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 14 Jan 2018 07:07:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458958 - head/mail/p5-Mail-DKIM X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/mail/p5-Mail-DKIM X-SVN-Commit-Revision: 458958 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 07:07:26 -0000 Author: sunpoet Date: Sun Jan 14 07:07:23 2018 New Revision: 458958 URL: https://svnweb.freebsd.org/changeset/ports/458958 Log: Update to 0.52 Changes: http://search.cpan.org/dist/Mail-DKIM/Changes Modified: head/mail/p5-Mail-DKIM/Makefile head/mail/p5-Mail-DKIM/distinfo Modified: head/mail/p5-Mail-DKIM/Makefile ============================================================================== --- head/mail/p5-Mail-DKIM/Makefile Sun Jan 14 07:07:18 2018 (r458957) +++ head/mail/p5-Mail-DKIM/Makefile Sun Jan 14 07:07:23 2018 (r458958) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mail-DKIM -PORTVERSION= 0.51 +PORTVERSION= 0.52 CATEGORIES= mail perl5 MASTER_SITES= CPAN \ http://jason.long.name/dkimproxy/ Modified: head/mail/p5-Mail-DKIM/distinfo ============================================================================== --- head/mail/p5-Mail-DKIM/distinfo Sun Jan 14 07:07:18 2018 (r458957) +++ head/mail/p5-Mail-DKIM/distinfo Sun Jan 14 07:07:23 2018 (r458958) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515762020 -SHA256 (Mail-DKIM-0.51.tar.gz) = ba464dd7f5ab63ae283cb7dd3bfc4c203f1dddf7e223d2d581257e9136fb06cf -SIZE (Mail-DKIM-0.51.tar.gz) = 161487 +TIMESTAMP = 1515881887 +SHA256 (Mail-DKIM-0.52.tar.gz) = 9eaf0b212af1883b9c3f709dcf4811e46122546a38ae979a08756fbfcffb6cb5 +SIZE (Mail-DKIM-0.52.tar.gz) = 161557 From owner-svn-ports-all@freebsd.org Sun Jan 14 07:07:30 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFF73EA52FF; Sun, 14 Jan 2018 07:07:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8A7256F854; Sun, 14 Jan 2018 07:07: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ADF961E6E2; Sun, 14 Jan 2018 07:07: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 w0E77TOr097671; Sun, 14 Jan 2018 07:07:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0E77TKl097669; Sun, 14 Jan 2018 07:07:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201801140707.w0E77TKl097669@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 14 Jan 2018 07:07:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458959 - head/textproc/py-humanfriendly X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/py-humanfriendly X-SVN-Commit-Revision: 458959 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 07:07:30 -0000 Author: sunpoet Date: Sun Jan 14 07:07:29 2018 New Revision: 458959 URL: https://svnweb.freebsd.org/changeset/ports/458959 Log: Update to 4.7 Changes: https://github.com/xolox/python-humanfriendly/commits/master Modified: head/textproc/py-humanfriendly/Makefile head/textproc/py-humanfriendly/distinfo Modified: head/textproc/py-humanfriendly/Makefile ============================================================================== --- head/textproc/py-humanfriendly/Makefile Sun Jan 14 07:07:23 2018 (r458958) +++ head/textproc/py-humanfriendly/Makefile Sun Jan 14 07:07:29 2018 (r458959) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= humanfriendly -PORTVERSION= 4.6 +PORTVERSION= 4.7 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/textproc/py-humanfriendly/distinfo ============================================================================== --- head/textproc/py-humanfriendly/distinfo Sun Jan 14 07:07:23 2018 (r458958) +++ head/textproc/py-humanfriendly/distinfo Sun Jan 14 07:07:29 2018 (r458959) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515213706 -SHA256 (humanfriendly-4.6.tar.gz) = 928eff707f0682029f1968cefe108fd2870ead5a2f8d80875231a27ba2b20410 -SIZE (humanfriendly-4.6.tar.gz) = 252310 +TIMESTAMP = 1515912507 +SHA256 (humanfriendly-4.7.tar.gz) = ee071c8f6c7457db53472ae9974aaf561c95fdbe072e1f2a3ba29aaa6ca51098 +SIZE (humanfriendly-4.7.tar.gz) = 319094 From owner-svn-ports-all@freebsd.org Sun Jan 14 07:07:37 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96468EA5348; Sun, 14 Jan 2018 07:07:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B70B6F947; Sun, 14 Jan 2018 07:07: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 174811E6E3; Sun, 14 Jan 2018 07:07: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 w0E77Y6h097795; Sun, 14 Jan 2018 07:07:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0E77YBx097793; Sun, 14 Jan 2018 07:07:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201801140707.w0E77YBx097793@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 14 Jan 2018 07:07:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458960 - head/devel/rubygem-holidays X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-holidays X-SVN-Commit-Revision: 458960 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 07:07:38 -0000 Author: sunpoet Date: Sun Jan 14 07:07:34 2018 New Revision: 458960 URL: https://svnweb.freebsd.org/changeset/ports/458960 Log: Update to 6.3.0 Changes: https://github.com/holidays/holidays/blob/master/CHANGELOG.md Modified: head/devel/rubygem-holidays/Makefile head/devel/rubygem-holidays/distinfo Modified: head/devel/rubygem-holidays/Makefile ============================================================================== --- head/devel/rubygem-holidays/Makefile Sun Jan 14 07:07:29 2018 (r458959) +++ head/devel/rubygem-holidays/Makefile Sun Jan 14 07:07:34 2018 (r458960) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= holidays -PORTVERSION= 6.2.0 +PORTVERSION= 6.3.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-holidays/distinfo ============================================================================== --- head/devel/rubygem-holidays/distinfo Sun Jan 14 07:07:29 2018 (r458959) +++ head/devel/rubygem-holidays/distinfo Sun Jan 14 07:07:34 2018 (r458960) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507626387 -SHA256 (rubygem/holidays-6.2.0.gem) = 6b50871233b4b1c0573893945596c5ec68d4a2661e03e528d768c9b4059ce677 -SIZE (rubygem/holidays-6.2.0.gem) = 129024 +TIMESTAMP = 1515912517 +SHA256 (rubygem/holidays-6.3.0.gem) = 93f574727d593f95c5fe4264e1c1ced7fe1a8b58e9f8274407edadff3fe4bcb4 +SIZE (rubygem/holidays-6.3.0.gem) = 131584 From owner-svn-ports-all@freebsd.org Sun Jan 14 07:07:44 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DF34EA5399; Sun, 14 Jan 2018 07:07:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 662686FA27; Sun, 14 Jan 2018 07:07: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 372621E6E4; Sun, 14 Jan 2018 07:07: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 w0E77eG4097948; Sun, 14 Jan 2018 07:07:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0E77d5t097945; Sun, 14 Jan 2018 07:07:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201801140707.w0E77d5t097945@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 14 Jan 2018 07:07:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458961 - in head/archivers/liblz4: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/archivers/liblz4: . files X-SVN-Commit-Revision: 458961 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 07:07:44 -0000 Author: sunpoet Date: Sun Jan 14 07:07:39 2018 New Revision: 458961 URL: https://svnweb.freebsd.org/changeset/ports/458961 Log: Update to 1.8.1 Changes: https://github.com/lz4/lz4/releases PR: 225145 Submitted by: Martin Waschbusch (maintainer) Added: head/archivers/liblz4/files/ head/archivers/liblz4/files/patch-lib-lz4.h (contents, props changed) Modified: head/archivers/liblz4/Makefile head/archivers/liblz4/distinfo Modified: head/archivers/liblz4/Makefile ============================================================================== --- head/archivers/liblz4/Makefile Sun Jan 14 07:07:34 2018 (r458960) +++ head/archivers/liblz4/Makefile Sun Jan 14 07:07:39 2018 (r458961) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lz4 -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.1 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= archivers Modified: head/archivers/liblz4/distinfo ============================================================================== --- head/archivers/liblz4/distinfo Sun Jan 14 07:07:34 2018 (r458960) +++ head/archivers/liblz4/distinfo Sun Jan 14 07:07:39 2018 (r458961) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503151640 -SHA256 (lz4-lz4-v1.8.0_GH0.tar.gz) = 2ca482ea7a9bb103603108b5a7510b7592b90158c151ff50a28f1ca8389fccf6 -SIZE (lz4-lz4-v1.8.0_GH0.tar.gz) = 222840 +TIMESTAMP = 1515905646 +SHA256 (lz4-lz4-v1.8.1_GH0.tar.gz) = fc2de900b63cc6e708d5d79a1d961fbc23e13a0a16ad230f27533d637eb7b349 +SIZE (lz4-lz4-v1.8.1_GH0.tar.gz) = 228375 Added: head/archivers/liblz4/files/patch-lib-lz4.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/liblz4/files/patch-lib-lz4.h Sun Jan 14 07:07:39 2018 (r458961) @@ -0,0 +1,11 @@ +--- lib/lz4.h.orig 2018-01-12 22:36:10 UTC ++++ lib/lz4.h +@@ -93,7 +93,7 @@ extern "C" { + /*------ Version ------*/ + #define LZ4_VERSION_MAJOR 1 /* for breaking interface changes */ + #define LZ4_VERSION_MINOR 8 /* for new (non-breaking) interface capabilities */ +-#define LZ4_VERSION_RELEASE 0 /* for tweaks, bug-fixes, or development */ ++#define LZ4_VERSION_RELEASE 1 /* for tweaks, bug-fixes, or development */ + + #define LZ4_VERSION_NUMBER (LZ4_VERSION_MAJOR *100*100 + LZ4_VERSION_MINOR *100 + LZ4_VERSION_RELEASE) + From owner-svn-ports-all@freebsd.org Sun Jan 14 07:07:48 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE385EA53C6; Sun, 14 Jan 2018 07:07:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 394906FAFD; Sun, 14 Jan 2018 07:07: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 678E71E6E7; Sun, 14 Jan 2018 07:07: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 w0E77jK2098053; Sun, 14 Jan 2018 07:07:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0E77jJc098052; Sun, 14 Jan 2018 07:07:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201801140707.w0E77jJc098052@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 14 Jan 2018 07:07:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458962 - head/textproc/docbook-xsl X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/docbook-xsl X-SVN-Commit-Revision: 458962 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 07:07:49 -0000 Author: sunpoet Date: Sun Jan 14 07:07:45 2018 New Revision: 458962 URL: https://svnweb.freebsd.org/changeset/ports/458962 Log: Add LICENSE - Add NO_ARCH - Convert to options helper Approved by: portmgr (blanket) Modified: head/textproc/docbook-xsl/Makefile Modified: head/textproc/docbook-xsl/Makefile ============================================================================== --- head/textproc/docbook-xsl/Makefile Sun Jan 14 07:07:39 2018 (r458961) +++ head/textproc/docbook-xsl/Makefile Sun Jan 14 07:07:45 2018 (r458962) @@ -11,11 +11,15 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src MAINTAINER= gabor@FreeBSD.org COMMENT= XSL DocBook stylesheets +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= xmlcatmgr:textproc/xmlcatmgr RUN_DEPENDS= docbook>=0:textproc/docbook \ xmlcatmgr:textproc/xmlcatmgr -USES= tar:bzip2 +USES= tar:bzip2 +NO_ARCH= yes NO_BUILD= yes INSTDIR= share/xsl/docbook @@ -30,6 +34,7 @@ OPTIONS_DEFINE= ECLIPSE EPUB EXTENSIONS HIGHLIGHTING H OPTIONS_DEFAULT= ECLIPSE EPUB EXTENSIONS HIGHLIGHTING HTMLHELP JAVAHELP \ PROFILING ROUNDTRIP SLIDES TEMPLATE TESTS TOOLS WEBSITE \ XHTML11 +OPTIONS_SUB= yes ECLIPSE_DESC= Eclipse modules EPUB_DESC= Epub modules @@ -54,96 +59,24 @@ DXVERSIONS= 1.36 1.37 1.38 1.39 1.40 1.41 1.42 1.43 1. 1.64.1 1.65.0 1.65.1 1.66.0 1.66.1 1.67.0 1.67.2 1.68.0 \ 1.68.1 1.69.0 1.69.1 1.70.0 1.70.1 1.71.0 1.71.1 current -.include +DOCS_DISTFILES= ${PORTNAME}-doc-${PORTVERSION}${EXTRACT_SUFX}:doc -.if ${PORT_OPTIONS:MDOCS} -DISTFILES+= ${PORTNAME}-doc-${PORTVERSION}${EXTRACT_SUFX}:doc -.endif +ECLIPSE_VARS= MODULES+=eclipse +EPUB_VARS= MODULES+=epub +EXTENSIONS_VARS= MODULES+=extensions +HIGHLIGHTING_VARS= MODULES+=highlighting +HTMLHELP_VARS= MODULES+=htmlhelp +JAVAHELP_VARS= MODULES+=javahelp +PROFILING_VARS= MODULES+=profiling +ROUNDTRIP_VARS= MODULES+=roundtrip +SLIDES_VARS= MODULES+=slides +TEMPLATE_VARS= MODULES+=template +TESTS_VARS= MODULES+=tests +TOOLS_VARS= MODULES+=tools +WEBSITE_VARS= MODULES+=website +XHTML11_VARS= MODULES+=xhtml-1_1 -.if ${PORT_OPTIONS:MECLIPSE} -PLIST_SUB+= ECLIPSE="" -MODULES+= eclipse -.else -PLIST_SUB+= ECLIPSE="@comment " -.endif -.if ${PORT_OPTIONS:MEPUB} -PLIST_SUB+= EPUB="" -MODULES+= epub -.else -PLIST_SUB+= EPUB="@comment " -.endif -.if ${PORT_OPTIONS:MEXTENSIONS} -PLIST_SUB+= EXTENSIONS="" -MODULES+= extensions -.else -PLIST_SUB+= EXTENSIONS="@comment " -.endif -.if ${PORT_OPTIONS:MHIGHLIGHTING} -PLIST_SUB+= HIGHLIGHTING="" -MODULES+= highlighting -.else -PLIST_SUB+= HIGHLIGHTING="@comment " -.endif -.if ${PORT_OPTIONS:MHTMLHELP} -PLIST_SUB+= HTMLHELP="" -MODULES+= htmlhelp -.else -PLIST_SUB+= HTMLHELP="@comment " -.endif -.if ${PORT_OPTIONS:MJAVAHELP} -PLIST_SUB+= JAVAHELP="" -MODULES+= javahelp -.else -PLIST_SUB+= JAVAHELP="@comment " -.endif -.if ${PORT_OPTIONS:MPROFILING} -PLIST_SUB+= PROFILING="" -MODULES+= profiling -.else -PLIST_SUB+= PROFILING="@comment " -.endif -.if ${PORT_OPTIONS:MROUNDTRIP} -PLIST_SUB+= ROUNDTRIP="" -MODULES+= roundtrip -.else -PLIST_SUB+= ROUNDTRIP="@comment " -.endif -.if ${PORT_OPTIONS:MSLIDES} -PLIST_SUB+= SLIDES="" -MODULES+= slides -.else -PLIST_SUB+= SLIDES="@comment " -.endif -.if ${PORT_OPTIONS:MTEMPLATE} -PLIST_SUB+= TEMPLATE="" -MODULES+= template -.else -PLIST_SUB+= TEMPLATE="@comment " -.endif -.if ${PORT_OPTIONS:MTESTS} -PLIST_SUB+= TESTS="" -MODULES+= tests -.else -PLIST_SUB+= TESTS="@comment " -.endif -.if ${PORT_OPTIONS:MTOOLS} -PLIST_SUB+= TOOLS="" -MODULES+= tools -.else -PLIST_SUB+= TOOLS="@comment " -.endif -.if ${PORT_OPTIONS:MWEBSITE} -PLIST_SUB+= WEBSITE="" -MODULES+= website -.else -PLIST_SUB+= WEBSITE="@comment " -.endif -.if ${PORT_OPTIONS:MXHTML11} -PLIST_SUB+= XHTML11="" -MODULES+= xhtml-1_1 -.else -PLIST_SUB+= XHTML11="@comment " -.endif +.include post-extract: ${FIND} ${WRKSRC} \( -name '.*' -or -name '*.sh' -or -name '*.LOG' \) -delete @@ -151,11 +84,6 @@ post-extract: ${XARGS} -0 ${RM} -r do-install: -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC}/doc && ${TAR} -cf - . |\ - ${TAR} -xf - -C${STAGEDIR}${DOCSDIR}) -.endif .for m in ${MODULES} ${MKDIR} ${STAGEDIR}${PREFIX}/${INSTDIR}/${m} dirs=$$(${FIND} ${WRKSRC}/${m} -type d | ${SED} 's|^${WRKSRC}/${m}||g'); \ @@ -175,5 +103,9 @@ do-install: for i in $${files}; do \ ${INSTALL_DATA} $${i} ${STAGEDIR}${PREFIX}/${INSTDIR}; \ done + +do-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-all@freebsd.org Sun Jan 14 07:22:29 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C56ABEA6238; Sun, 14 Jan 2018 07:22:29 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A4E5D7065A; Sun, 14 Jan 2018 07:22:29 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id ECA69723E; Sun, 14 Jan 2018 07:22:28 +0000 (UTC) Date: Sun, 14 Jan 2018 07:22:28 +0000 From: Alexey Dokuchaev To: Ben Woods Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r458949 - in head: devel/gvfs graphics/camera graphics/camerakit graphics/darktable graphics/digikam-kde4 graphics/entangle graphics/eos-movrec graphics/flphoto graphics/fusefs-gphotofs... Message-ID: <20180114072228.GA70693@FreeBSD.org> References: <201801140123.w0E1NFK8056770@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201801140123.w0E1NFK8056770@repo.freebsd.org> User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 07:22:29 -0000 On Sun, Jan 14, 2018 at 01:23:15AM +0000, Ben Woods wrote: > New Revision: 458949 > URL: https://svnweb.freebsd.org/changeset/ports/458949 > > Log: > graphics/libgphoto2: Update to 2.5.16 > graphics/gphoto2: Update to 2.5.15 > graphics/py-gphoto2: Update to 1.8.2 > > Modified: head/graphics/gphoto2/Makefile > ... > -USES= gmake jpeg pkgconfig tar:bzip2 > +USES= gmake jpeg localbase pkgconfig tar:bzip2 > GNU_CONFIGURE= yes > CONFIGURE_ENV= POPT_CFLAGS="$$(pkg-config --cflags popt)" \ > POPT_LIBS="$$(pkg-config --libs popt)" > @@ -30,8 +31,6 @@ AALIB_LIB_DEPENDS= libaa.so:graphics/aalib > AALIB_CONFIGURE_WITH= aalib > NLS_USES= gettext > NLS_CONFIGURE_ENABLE= nls > -NLS_CPPFLAGS= -I${LOCALBASE}/include > -NLS_LDFLAGS= -L${LOCALBASE}/lib I don't understand this part: should't it be NLS_USES=localbase instead? > Modified: head/graphics/libgphoto2/Makefile > ... > -USES= gmake iconv libtool pkgconfig tar:bzip2 > +USES= gmake iconv libtool localbase pkgconfig tar:bzip2 > USE_CSTD= gnu89 > GNU_CONFIGURE= yes > CONFIGURE_ENV= LTDLINCL="-I${LOCALBASE}/include" \ > @@ -24,9 +25,6 @@ CONFIGURE_ENV= LTDLINCL="-I${LOCALBASE}/include" \ > udevscriptdir=${WRKDIR} > INSTALL_TARGET= install-strip > USE_LDCONFIG= yes > - > -CPPFLAGS+= -I${LOCALBASE}/include > -LDFLAGS+= -L${LOCALBASE}/lib OK, here it's obvious, but the above change is not identical and thus deserves an explanation. ./danfe From owner-svn-ports-all@freebsd.org Sun Jan 14 11:36:53 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C234E64419; Sun, 14 Jan 2018 11:36:53 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 57DF677F0C; Sun, 14 Jan 2018 11:36:53 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 924882129D; Sun, 14 Jan 2018 11:36:52 +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 w0EBaqKU009796; Sun, 14 Jan 2018 11:36:52 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0EBaqn0009794; Sun, 14 Jan 2018 11:36:52 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201801141136.w0EBaqn0009794@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 14 Jan 2018 11:36:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458963 - head/audio/musicpd X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/audio/musicpd X-SVN-Commit-Revision: 458963 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 11:36:53 -0000 Author: riggs Date: Sun Jan 14 11:36:51 2018 New Revision: 458963 URL: https://svnweb.freebsd.org/changeset/ports/458963 Log: Update to upstream version 0.20.15 (bug fix release) Detailed changelog: http://git.musicpd.org/cgit/master/mpd.git/plain/NEWS?h=v0.20.15 PR: 225115 Submitted by: dg@syrec.org MFH: 2018Q1 Modified: head/audio/musicpd/Makefile head/audio/musicpd/distinfo Modified: head/audio/musicpd/Makefile ============================================================================== --- head/audio/musicpd/Makefile Sun Jan 14 07:07:45 2018 (r458962) +++ head/audio/musicpd/Makefile Sun Jan 14 11:36:51 2018 (r458963) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= musicpd -PORTVERSION= 0.20.13 -PORTREVISION= 1 +PORTVERSION= 0.20.15 CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} Modified: head/audio/musicpd/distinfo ============================================================================== --- head/audio/musicpd/distinfo Sun Jan 14 07:07:45 2018 (r458962) +++ head/audio/musicpd/distinfo Sun Jan 14 11:36:51 2018 (r458963) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513757795 -SHA256 (mpd-0.20.13.tar.xz) = 46c1c534d80a52de00263e8ef43a6011ff9d765232443749539ef26b1b48ff40 -SIZE (mpd-0.20.13.tar.xz) = 788036 +TIMESTAMP = 1515925875 +SHA256 (mpd-0.20.15.tar.xz) = c69c4f67e665380ea3bbde6cff8958edc85f7cd40e7918ae5ce0a2184ca9eb40 +SIZE (mpd-0.20.15.tar.xz) = 790096 From owner-svn-ports-all@freebsd.org Sun Jan 14 11:56:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE1C5E653BC; Sun, 14 Jan 2018 11:56:33 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 990F9789F6; Sun, 14 Jan 2018 11:56:33 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B717C215BC; Sun, 14 Jan 2018 11:56:32 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0EBuWum017942; Sun, 14 Jan 2018 11:56:32 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0EBuW94017938; Sun, 14 Jan 2018 11:56:32 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201801141156.w0EBuW94017938@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 14 Jan 2018 11:56:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458964 - head/devel/elixir-gen_stage X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/devel/elixir-gen_stage X-SVN-Commit-Revision: 458964 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 11:56:33 -0000 Author: olgeni Date: Sun Jan 14 11:56:32 2018 New Revision: 458964 URL: https://svnweb.freebsd.org/changeset/ports/458964 Log: Update devel/elixir-gen_stage to version 0.13.0. Modified: head/devel/elixir-gen_stage/Makefile head/devel/elixir-gen_stage/distinfo Modified: head/devel/elixir-gen_stage/Makefile ============================================================================== --- head/devel/elixir-gen_stage/Makefile Sun Jan 14 11:36:51 2018 (r458963) +++ head/devel/elixir-gen_stage/Makefile Sun Jan 14 11:56:32 2018 (r458964) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gen_stage -PORTVERSION= 0.12.2 +PORTVERSION= 0.13.0 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-gen_stage/distinfo ============================================================================== --- head/devel/elixir-gen_stage/distinfo Sun Jan 14 11:36:51 2018 (r458963) +++ head/devel/elixir-gen_stage/distinfo Sun Jan 14 11:56:32 2018 (r458964) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505119566 -SHA256 (elixir-lang-gen_stage-v0.12.2_GH0.tar.gz) = c9b9523a7e6ca70007721a0039881db998f009d470fb97cd80c00366b78ac933 -SIZE (elixir-lang-gen_stage-v0.12.2_GH0.tar.gz) = 54962 +TIMESTAMP = 1515930516 +SHA256 (elixir-lang-gen_stage-v0.13.0_GH0.tar.gz) = f4785b0126c05592fe7ff985c24df46d624491f7dd3f53795139c7c716c781ac +SIZE (elixir-lang-gen_stage-v0.13.0_GH0.tar.gz) = 55879 From owner-svn-ports-all@freebsd.org Sun Jan 14 13:26:02 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1F43E6F64C; Sun, 14 Jan 2018 13:26:02 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7C2E77B8B6; Sun, 14 Jan 2018 13:26:02 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A021E22445; Sun, 14 Jan 2018 13:26:01 +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 w0EDQ15p055252; Sun, 14 Jan 2018 13:26:01 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0EDQ1MB055249; Sun, 14 Jan 2018 13:26:01 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201801141326.w0EDQ1MB055249@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 14 Jan 2018 13:26:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458965 - head/textproc/p5-xmltv X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/textproc/p5-xmltv X-SVN-Commit-Revision: 458965 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 13:26:02 -0000 Author: riggs Date: Sun Jan 14 13:26:01 2018 New Revision: 458965 URL: https://svnweb.freebsd.org/changeset/ports/458965 Log: Update to upstream release 0.5.70 (update scrapers for several countries) PR: 225039 Submitted by: tad@vif.com MFH: 2018Q1 Modified: head/textproc/p5-xmltv/Makefile head/textproc/p5-xmltv/distinfo head/textproc/p5-xmltv/pkg-plist Modified: head/textproc/p5-xmltv/Makefile ============================================================================== --- head/textproc/p5-xmltv/Makefile Sun Jan 14 11:56:32 2018 (r458964) +++ head/textproc/p5-xmltv/Makefile Sun Jan 14 13:26:01 2018 (r458965) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xmltv -PORTVERSION= 0.5.68 -PORTREVISION= 1 +PORTVERSION= 0.5.70 CATEGORIES= textproc perl5 MASTER_SITES= SF PKGNAMEPREFIX= p5- Modified: head/textproc/p5-xmltv/distinfo ============================================================================== --- head/textproc/p5-xmltv/distinfo Sun Jan 14 11:56:32 2018 (r458964) +++ head/textproc/p5-xmltv/distinfo Sun Jan 14 13:26:01 2018 (r458965) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478375400 -SHA256 (xmltv-0.5.68.tar.bz2) = ed6589118943f1028b318dea2cd30c395c41b8abc9bbf106b3787f095d79919d -SIZE (xmltv-0.5.68.tar.bz2) = 1200116 +TIMESTAMP = 1515557086 +SHA256 (xmltv-0.5.70.tar.bz2) = 237b03dc33668c46ed2e275b91739ca01e7f5a5c2ee63679d9bbb7f8d0bd6b6d +SIZE (xmltv-0.5.70.tar.bz2) = 1274164 Modified: head/textproc/p5-xmltv/pkg-plist ============================================================================== --- head/textproc/p5-xmltv/pkg-plist Sun Jan 14 11:56:32 2018 (r458964) +++ head/textproc/p5-xmltv/pkg-plist Sun Jan 14 13:26:01 2018 (r458965) @@ -13,13 +13,11 @@ bin/tv_grab_dk_dr bin/tv_grab_dtv_la bin/tv_grab_es_laguiatv bin/tv_grab_eu_dotmedia -bin/tv_grab_eu_egon bin/tv_grab_eu_epgdata bin/tv_grab_fi bin/tv_grab_fi_sv bin/tv_grab_fr bin/tv_grab_fr_kazer -bin/tv_grab_hr bin/tv_grab_huro bin/tv_grab_il bin/tv_grab_is @@ -29,16 +27,14 @@ bin/tv_grab_na_dd bin/tv_grab_na_dtv bin/tv_grab_na_tvmedia bin/tv_grab_nl -bin/tv_grab_pt bin/tv_grab_pt_meo -bin/tv_grab_sd_json bin/tv_grab_se_swedb bin/tv_grab_se_tvzon bin/tv_grab_tr -bin/tv_grab_uk_atlas bin/tv_grab_uk_bleb -bin/tv_grab_uk_rt bin/tv_grab_uk_tvguide +bin/tv_grab_zz_sdjson +bin/tv_grab_zz_sdjson_sqlite bin/tv_grep bin/tv_imdb bin/tv_merge @@ -100,13 +96,11 @@ bin/tv_validate_grabber %%PERL5_MAN1%%/tv_grab_dtv_la.1.gz %%PERL5_MAN1%%/tv_grab_es_laguiatv.1.gz %%PERL5_MAN1%%/tv_grab_eu_dotmedia.1.gz -%%PERL5_MAN1%%/tv_grab_eu_egon.1.gz %%PERL5_MAN1%%/tv_grab_eu_epgdata.1.gz %%PERL5_MAN1%%/tv_grab_fi.1.gz %%PERL5_MAN1%%/tv_grab_fi_sv.1.gz %%PERL5_MAN1%%/tv_grab_fr.1.gz %%PERL5_MAN1%%/tv_grab_fr_kazer.1.gz -%%PERL5_MAN1%%/tv_grab_hr.1.gz %%PERL5_MAN1%%/tv_grab_huro.1.gz %%PERL5_MAN1%%/tv_grab_il.1.gz %%PERL5_MAN1%%/tv_grab_is.1.gz @@ -116,16 +110,14 @@ bin/tv_validate_grabber %%PERL5_MAN1%%/tv_grab_na_dtv.1.gz %%PERL5_MAN1%%/tv_grab_na_tvmedia.1.gz %%PERL5_MAN1%%/tv_grab_nl.1.gz -%%PERL5_MAN1%%/tv_grab_pt.1.gz %%PERL5_MAN1%%/tv_grab_pt_meo.1.gz -%%PERL5_MAN1%%/tv_grab_sd_json.1.gz %%PERL5_MAN1%%/tv_grab_se_swedb.1.gz %%PERL5_MAN1%%/tv_grab_se_tvzon.1.gz %%PERL5_MAN1%%/tv_grab_tr.1.gz -%%PERL5_MAN1%%/tv_grab_uk_atlas.1.gz %%PERL5_MAN1%%/tv_grab_uk_bleb.1.gz -%%PERL5_MAN1%%/tv_grab_uk_rt.1.gz %%PERL5_MAN1%%/tv_grab_uk_tvguide.1.gz +%%PERL5_MAN1%%/tv_grab_zz_sdjson.1.gz +%%PERL5_MAN1%%/tv_grab_zz_sdjson_sqlite.1.gz %%PERL5_MAN1%%/tv_grep.1.gz %%PERL5_MAN1%%/tv_imdb.1.gz %%PERL5_MAN1%%/tv_merge.1.gz @@ -166,35 +158,7 @@ bin/tv_validate_grabber %%DATADIR%%/tv_grab_it_dvb/channel_ids %%DATADIR%%/tv_grab_it_dvb/sky_it.dict %%DATADIR%%/tv_grab_it_dvb/sky_it.themes -%%DATADIR%%/tv_grab_uk_atlas/cgi-bin/getatlas.pl -%%DATADIR%%/tv_grab_uk_atlas/tv_grab_uk_atlas.map.channels.conf -%%DATADIR%%/tv_grab_uk_atlas/tv_grab_uk_atlas.map.genres.conf -%%DATADIR%%/tv_grab_uk_atlas/tv_grab_uk_atlas.pa.genres.conf -%%DATADIR%%/tv_grab_uk_atlas/tv_grab_uk_atlas.user.map.conf %%DATADIR%%/tv_grab_uk_bleb/icon_urls -%%DATADIR%%/tv_grab_uk_rt/channel_icons -%%DATADIR%%/tv_grab_uk_rt/channel_ids -%%DATADIR%%/tv_grab_uk_rt/channels_platforms -%%DATADIR%%/tv_grab_uk_rt/lineups/freesat.map -%%DATADIR%%/tv_grab_uk_rt/lineups/freesat.xml -%%DATADIR%%/tv_grab_uk_rt/lineups/freesatfromsky.xml -%%DATADIR%%/tv_grab_uk_rt/lineups/freesathd.xml -%%DATADIR%%/tv_grab_uk_rt/lineups/freeview.map -%%DATADIR%%/tv_grab_uk_rt/lineups/freeview.xml -%%DATADIR%%/tv_grab_uk_rt/lineups/freeviewhd.xml -%%DATADIR%%/tv_grab_uk_rt/lineups/lineups.xml -%%DATADIR%%/tv_grab_uk_rt/lineups/saorview.map -%%DATADIR%%/tv_grab_uk_rt/lineups/saorview.xml -%%DATADIR%%/tv_grab_uk_rt/lineups/sky.xml -%%DATADIR%%/tv_grab_uk_rt/lineups/skyhd.xml -%%DATADIR%%/tv_grab_uk_rt/lineups/upcireland.xml -%%DATADIR%%/tv_grab_uk_rt/lineups/upcirelandhd.xml -%%DATADIR%%/tv_grab_uk_rt/lineups/virgin.xml -%%DATADIR%%/tv_grab_uk_rt/lineups/virginhd.xml -%%DATADIR%%/tv_grab_uk_rt/lineups/xmltv-lineups.xsl -%%DATADIR%%/tv_grab_uk_rt/prog_titles_to_process -%%DATADIR%%/tv_grab_uk_rt/regional_channels_by_postcode -%%DATADIR%%/tv_grab_uk_rt/utf8_fixups %%DATADIR%%/tv_grab_uk_tvguide/tv_grab_uk_tvguide.map.conf %%DATADIR%%/xmltv-lineups.xsd %%DATADIR%%/xmltv.dtd From owner-svn-ports-all@freebsd.org Sun Jan 14 13:34:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D2AEE6FE06; Sun, 14 Jan 2018 13:34:24 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F2C4B7BE17; Sun, 14 Jan 2018 13:34:23 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3CE8522608; Sun, 14 Jan 2018 13:34:23 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0EDYNFB059399; Sun, 14 Jan 2018 13:34:23 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0EDYNUg059397; Sun, 14 Jan 2018 13:34:23 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201801141334.w0EDYNUg059397@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 14 Jan 2018 13:34:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458966 - in head/security/racoon2: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in head/security/racoon2: . files X-SVN-Commit-Revision: 458966 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 13:34:24 -0000 Author: tijl Date: Sun Jan 14 13:34:22 2018 New Revision: 458966 URL: https://svnweb.freebsd.org/changeset/ports/458966 Log: - Fix installation broken by undefined ac_given_INSTALL in configure script. - Improve patch commands that add DESTDIR support. Reported by: antoine Modified: head/security/racoon2/Makefile head/security/racoon2/files/patch-configure Modified: head/security/racoon2/Makefile ============================================================================== --- head/security/racoon2/Makefile Sun Jan 14 13:26:01 2018 (r458965) +++ head/security/racoon2/Makefile Sun Jan 14 13:34:22 2018 (r458966) @@ -15,8 +15,6 @@ CONFIGURE_ARGS+= --disable-kinkd PLIST_SUB+= KINK="@comment " GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --prefix=${STAGEDIR}${PREFIX} -CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc/racoon2 CONFIGURE_ENV= YACC=/usr/bin/yacc perl_bindir=${LOCALBASE}/bin/perl5 OPTIONS_DEFINE= DOCS @@ -68,18 +66,19 @@ PORTDOCS+= kinkd-install.ja.txt kinkd-state-txn.obj .endif .endif +post-patch: + @${FIND} ${WRKSRC} -name Makefile.in -exec ${REINPLACE_CMD} \ + -e '/INSTALL/s|\$$([a-z0-9]*dir)|$$(DESTDIR)&|' \ + -e '/INSTALL/s|\$$(prefix)|$$(DESTDIR)&|' {} + + @${REINPLACE_CMD} 's|/var/run/racoon2|$$(DESTDIR)&|' \ + ${WRKSRC}/samples/Makefile.in + post-patch-DOCS-on: .for FILE in ${PORTDOCS} @${REINPLACE_CMD} -e 's|/usr/local/racoon2|${PREFIX}|' ${WRKSRC}/doc/${FILE} .endfor -post-configure: - @${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} -e '/INSTALL/s|\$$([a-z].*dir)|${STAGEDIR}&|' - @${REINPLACE_CMD} -e '/INSTALL/s|\$$(prefix)|${STAGEDIR}&|' ${WRKSRC}/pskgen/Makefile - @${REINPLACE_CMD} -e '/^prefix=/s|/usr/local|${STAGEDIR}${PREFIX}|;/\/var\/run\/racoon2/d' ${WRKSRC}/samples/Makefile - post-install: - ${MKDIR} ${STAGEDIR}/var/run/racoon2 @if [ -z `/sbin/sysctl -a | ${GREP} -q ipsec && echo ipsec` ]; then \ ${ECHO_MSG} "WARNING: IPsec feature is disabled on this host"; \ ${ECHO_MSG} " You must build the kernel if you want to run racoon on the host"; \ Modified: head/security/racoon2/files/patch-configure ============================================================================== --- head/security/racoon2/files/patch-configure Sun Jan 14 13:26:01 2018 (r458965) +++ head/security/racoon2/files/patch-configure Sun Jan 14 13:34:22 2018 (r458966) @@ -9,3 +9,11 @@ startup_scripts=rc-d ;; *) +@@ -1126,6 +1126,7 @@ rm -fr confdefs* $ac_clean_files + test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 + + if test "$no_recursion" != yes; then ++ac_given_INSTALL="$INSTALL" + + # Remove --cache-file and --srcdir arguments so they do not pile up. + ac_sub_configure_args= From owner-svn-ports-all@freebsd.org Sun Jan 14 14:06:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2BEAE71323; Sun, 14 Jan 2018 14:06:47 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AC4D87CA83; Sun, 14 Jan 2018 14:06:47 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EC66722AD2; Sun, 14 Jan 2018 14:06:46 +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 w0EE6ks2072015; Sun, 14 Jan 2018 14:06:46 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0EE6kvO072011; Sun, 14 Jan 2018 14:06:46 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201801141406.w0EE6kvO072011@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sun, 14 Jan 2018 14:06:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458967 - in head/archivers: . libdeflate X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/archivers: . libdeflate X-SVN-Commit-Revision: 458967 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 14:06:47 -0000 Author: danfe Date: Sun Jan 14 14:06:46 2018 New Revision: 458967 URL: https://svnweb.freebsd.org/changeset/ports/458967 Log: Add a port of libdeflate, a library for fast, whole-buffer DEFLATE-based compression and decompression. WWW: https://github.com/ebiggers/libdeflate Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1501364283 which corresponds to commit 3d96a83 tagged as this release. Added: head/archivers/libdeflate/ head/archivers/libdeflate/Makefile (contents, props changed) head/archivers/libdeflate/distinfo (contents, props changed) head/archivers/libdeflate/pkg-descr (contents, props changed) Modified: head/archivers/Makefile Modified: head/archivers/Makefile ============================================================================== --- head/archivers/Makefile Sun Jan 14 13:34:22 2018 (r458966) +++ head/archivers/Makefile Sun Jan 14 14:06:46 2018 (r458967) @@ -65,6 +65,7 @@ SUBDIR += libarchive SUBDIR += libcabinet SUBDIR += libcomprex + SUBDIR += libdeflate SUBDIR += libdynamite SUBDIR += liblz4 SUBDIR += liblzxcomp Added: head/archivers/libdeflate/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/libdeflate/Makefile Sun Jan 14 14:06:46 2018 (r458967) @@ -0,0 +1,41 @@ +# Created by: Alexey Dokuchaev +# $FreeBSD$ + +PORTNAME= libdeflate +PORTVERSION= 0.8 +DISTVERSIONPREFIX= v +CATEGORIES= archivers + +MAINTAINER= danfe@FreeBSD.org +COMMENT= Fast, whole-buffer DEFLATE-based compression library + +LICENSE= MIT + +USES= gmake +USE_GITHUB= yes +GH_ACCOUNT= ebiggers +USE_LDCONFIG= yes + +MAKE_ARGS= V=1 + +PLIST_FILES= bin/gunzip bin/gzip \ + include/libdeflate.h \ + lib/libdeflate.a lib/libdeflate.so +PORTDOCS= NEWS README.md + +OPTIONS_DEFINE= DOCS + +post-patch: + @${REINPLACE_CMD} -e 's| -O2 -fomit-frame-pointer||' ${WRKSRC}/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/gunzip ${WRKSRC}/gzip \ + ${STAGEDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/libdeflate.h ${STAGEDIR}${PREFIX}/include + ${INSTALL_DATA} ${WRKSRC}/libdeflate.[as]* ${STAGEDIR}${PREFIX}/lib + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + +.include Added: head/archivers/libdeflate/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/libdeflate/distinfo Sun Jan 14 14:06:46 2018 (r458967) @@ -0,0 +1,3 @@ +TIMESTAMP = 1501364283 +SHA256 (ebiggers-libdeflate-v0.8_GH0.tar.gz) = 4b27e55226db9f47a53bc51df732c9d4aba674cf64594f9c4e253e6dae4f3688 +SIZE (ebiggers-libdeflate-v0.8_GH0.tar.gz) = 119423 Added: head/archivers/libdeflate/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/libdeflate/pkg-descr Sun Jan 14 14:06:46 2018 (r458967) @@ -0,0 +1,13 @@ +libdeflate is a library for fast, whole-buffer DEFLATE-based compression and +decompression. The supported formats are: + + - DEFLATE (raw) + - zlib (a.k.a. DEFLATE with a zlib wrapper) + - gzip (a.k.a. DEFLATE with a gzip wrapper) + +libdeflate is heavily optimized. It is significantly faster than the zlib +library, both for compression and decompression, and especially on x86 +processors. In addition, libdeflate offers optional high compression modes +that provide a better compression ratio than the zlib's "level 9". + +WWW: https://github.com/ebiggers/libdeflate From owner-svn-ports-all@freebsd.org Sun Jan 14 14:14:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06A73E7186C; Sun, 14 Jan 2018 14:14:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D49BC7CEC6; Sun, 14 Jan 2018 14:14: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 302F922C63; Sun, 14 Jan 2018 14:14: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 w0EEE503076230; Sun, 14 Jan 2018 14:14:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0EEE5YX076228; Sun, 14 Jan 2018 14:14:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201801141414.w0EEE5YX076228@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 14 Jan 2018 14:14:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458968 - in head: devel devel/lua-bitop-51 devel/lua51-bitop net-im/prosody X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head: devel devel/lua-bitop-51 devel/lua51-bitop net-im/prosody X-SVN-Commit-Revision: 458968 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 14:14:07 -0000 Author: sunpoet Date: Sun Jan 14 14:14:05 2018 New Revision: 458968 URL: https://svnweb.freebsd.org/changeset/ports/458968 Log: Move devel/lua-bitop-51 to devel/lua51-bitop Added: head/devel/lua51-bitop/ - copied from r458967, head/devel/lua-bitop-51/ Deleted: head/devel/lua-bitop-51/ Modified: head/devel/Makefile head/net-im/prosody/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jan 14 14:06:46 2018 (r458967) +++ head/devel/Makefile Sun Jan 14 14:14:05 2018 (r458968) @@ -1659,7 +1659,6 @@ SUBDIR += lua-alien SUBDIR += lua-bitlib SUBDIR += lua-bitop - SUBDIR += lua-bitop-51 SUBDIR += lua-cjson SUBDIR += lua-gettext SUBDIR += lua-lgi @@ -1670,6 +1669,7 @@ SUBDIR += lua-posix SUBDIR += lua-pty SUBDIR += lua-sysctl + SUBDIR += lua51-bitop SUBDIR += lua51-cjson SUBDIR += lua51-libevent SUBDIR += luabind Modified: head/net-im/prosody/Makefile ============================================================================== --- head/net-im/prosody/Makefile Sun Jan 14 14:06:46 2018 (r458967) +++ head/net-im/prosody/Makefile Sun Jan 14 14:14:05 2018 (r458968) @@ -3,6 +3,7 @@ PORTNAME= prosody PORTVERSION= 0.10.0 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://prosody.im/downloads/source/ \ http://redundancy.redundancy.org/mirror/ @@ -17,7 +18,7 @@ RUN_DEPENDS= ${LUA_MODLIBDIR}/socket/core.so:net/luaso ${LUA_MODLIBDIR}/ssl.so:security/luasec-51 \ ${LUA_MODLIBDIR}/lxp.so:textproc/luaexpat-51 \ ${LUA_MODLIBDIR}/lfs.so:devel/luafilesystem-51 \ - ${LUA_MODLIBDIR}/bit.so:devel/lua-bitop-51 + ${LUA_MODLIBDIR}/bit.so:devel/lua51-bitop LIB_DEPENDS= libidn.so:dns/libidn USES= cpe gmake lua:51 shebangfix ssl From owner-svn-ports-all@freebsd.org Sun Jan 14 14:14:12 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E1DFE71891; Sun, 14 Jan 2018 14:14:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 182D57CEDC; Sun, 14 Jan 2018 14:14: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3C98522C64; Sun, 14 Jan 2018 14:14: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 w0EEEB3m076330; Sun, 14 Jan 2018 14:14:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0EEEB3F076329; Sun, 14 Jan 2018 14:14:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201801141414.w0EEEB3F076329@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 14 Jan 2018 14:14:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458969 - head X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 458969 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 14:14:12 -0000 Author: sunpoet Date: Sun Jan 14 14:14:10 2018 New Revision: 458969 URL: https://svnweb.freebsd.org/changeset/ports/458969 Log: Move devel/lua-bitop-51 to devel/lua51-bitop Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Sun Jan 14 14:14:05 2018 (r458968) +++ head/MOVED Sun Jan 14 14:14:10 2018 (r458969) @@ -9846,3 +9846,4 @@ sysutils/socket||2018-01-06|Has expired: Out of date x11-toolkits/qt5-declarative-render2d/||2018-01-06|Merged into x11-toolkits/qt5-quick editors/vim-lite|editors/vim-console|2018-01-11|Renamed to reflect that it is console-only, not any lighter devel/py-repl|devel/py-pyrepl|2018-01-10|Rename to match pypi name +devel/lua-bitop-51|devel/lua51-bitop|2018-01-14|Rename to lua51- prefix From owner-svn-ports-all@freebsd.org Sun Jan 14 14:14:20 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F580E718CE; Sun, 14 Jan 2018 14:14:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 29A837CFBA; Sun, 14 Jan 2018 14:14:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C02E522C65; Sun, 14 Jan 2018 14:14: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 w0EEEH6Y076551; Sun, 14 Jan 2018 14:14:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0EEEHtA076545; Sun, 14 Jan 2018 14:14:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201801141414.w0EEEHtA076545@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 14 Jan 2018 14:14:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458970 - in head/dns: p5-Mozilla-PublicSuffix public_suffix_list py-publicsuffix rubygem-public_suffix rubygem-public_suffix_service X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/dns: p5-Mozilla-PublicSuffix public_suffix_list py-publicsuffix rubygem-public_suffix rubygem-public_suffix_service X-SVN-Commit-Revision: 458970 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 14:14:20 -0000 Author: sunpoet Date: Sun Jan 14 14:14:16 2018 New Revision: 458970 URL: https://svnweb.freebsd.org/changeset/ports/458970 Log: Update dns/public_suffix_list to 0.0.0.20180113 - Bump PORTREVISION of dependent ports Changes: https://github.com/publicsuffix/list/commits/master Modified: head/dns/p5-Mozilla-PublicSuffix/Makefile head/dns/public_suffix_list/Makefile head/dns/public_suffix_list/distinfo head/dns/py-publicsuffix/Makefile head/dns/rubygem-public_suffix/Makefile head/dns/rubygem-public_suffix_service/Makefile Modified: head/dns/p5-Mozilla-PublicSuffix/Makefile ============================================================================== --- head/dns/p5-Mozilla-PublicSuffix/Makefile Sun Jan 14 14:14:10 2018 (r458969) +++ head/dns/p5-Mozilla-PublicSuffix/Makefile Sun Jan 14 14:14:16 2018 (r458970) @@ -4,7 +4,7 @@ PORTNAME= Mozilla-PublicSuffix PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/dns/public_suffix_list/Makefile ============================================================================== --- head/dns/public_suffix_list/Makefile Sun Jan 14 14:14:10 2018 (r458969) +++ head/dns/public_suffix_list/Makefile Sun Jan 14 14:14:16 2018 (r458970) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= public_suffix_list -PORTVERSION= 0.0.0.20171029 +PORTVERSION= 0.0.0.20180113 CATEGORIES= dns MAINTAINER= sunpoet@FreeBSD.org @@ -21,7 +21,7 @@ PLIST_FILES= %%DATADIR%%/public_suffix_list.dat \ GH_ACCOUNT= publicsuffix GH_PROJECT= list -GH_TAGNAME= 85fa8fb +GH_TAGNAME= eacc5d0 USE_GITHUB= yes do-install: Modified: head/dns/public_suffix_list/distinfo ============================================================================== --- head/dns/public_suffix_list/distinfo Sun Jan 14 14:14:10 2018 (r458969) +++ head/dns/public_suffix_list/distinfo Sun Jan 14 14:14:16 2018 (r458970) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510443452 -SHA256 (publicsuffix-list-0.0.0.20171029-85fa8fb_GH0.tar.gz) = 6d8fca9ecc0b4c6daa5eaecc5cd71bc595cc42561da8354514b85644a357210a -SIZE (publicsuffix-list-0.0.0.20171029-85fa8fb_GH0.tar.gz) = 83293 +TIMESTAMP = 1515925179 +SHA256 (publicsuffix-list-0.0.0.20180113-eacc5d0_GH0.tar.gz) = 3b6b2ce273c9c208029dfce015a756adcc7416ac2cbd6e0f14e7ea83a013ae54 +SIZE (publicsuffix-list-0.0.0.20180113-eacc5d0_GH0.tar.gz) = 83747 Modified: head/dns/py-publicsuffix/Makefile ============================================================================== --- head/dns/py-publicsuffix/Makefile Sun Jan 14 14:14:10 2018 (r458969) +++ head/dns/py-publicsuffix/Makefile Sun Jan 14 14:14:16 2018 (r458970) @@ -3,7 +3,7 @@ PORTNAME= publicsuffix PORTVERSION= 1.1.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/dns/rubygem-public_suffix/Makefile ============================================================================== --- head/dns/rubygem-public_suffix/Makefile Sun Jan 14 14:14:10 2018 (r458969) +++ head/dns/rubygem-public_suffix/Makefile Sun Jan 14 14:14:16 2018 (r458970) @@ -3,7 +3,7 @@ PORTNAME= public_suffix PORTVERSION= 3.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns rubygems MASTER_SITES= RG Modified: head/dns/rubygem-public_suffix_service/Makefile ============================================================================== --- head/dns/rubygem-public_suffix_service/Makefile Sun Jan 14 14:14:10 2018 (r458969) +++ head/dns/rubygem-public_suffix_service/Makefile Sun Jan 14 14:14:16 2018 (r458970) @@ -3,7 +3,7 @@ PORTNAME= public_suffix_service PORTVERSION= 0.9.1 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= dns rubygems MASTER_SITES= RG From owner-svn-ports-all@freebsd.org Sun Jan 14 14:14:23 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1EF4E718FF; Sun, 14 Jan 2018 14:14:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9A1127CFE9; Sun, 14 Jan 2018 14:14:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D9A2622C66; Sun, 14 Jan 2018 14:14:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0EEEMUm076675; Sun, 14 Jan 2018 14:14:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0EEEMrU076673; Sun, 14 Jan 2018 14:14:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201801141414.w0EEEMrU076673@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 14 Jan 2018 14:14:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458971 - head/graphics/mozjpeg X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/graphics/mozjpeg X-SVN-Commit-Revision: 458971 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 14:14:23 -0000 Author: sunpoet Date: Sun Jan 14 14:14:22 2018 New Revision: 458971 URL: https://svnweb.freebsd.org/changeset/ports/458971 Log: Update to 3.3.1 Changes: https://github.com/mozilla/mozjpeg/releases https://github.com/mozilla/mozjpeg/blob/master/ChangeLog.md https://github.com/mozilla/mozjpeg/commits/master Modified: head/graphics/mozjpeg/Makefile head/graphics/mozjpeg/distinfo Modified: head/graphics/mozjpeg/Makefile ============================================================================== --- head/graphics/mozjpeg/Makefile Sun Jan 14 14:14:16 2018 (r458970) +++ head/graphics/mozjpeg/Makefile Sun Jan 14 14:14:22 2018 (r458971) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= mozjpeg -PORTVERSION= 3.2 +PORTVERSION= 3.3.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= sunpoet@FreeBSD.org Modified: head/graphics/mozjpeg/distinfo ============================================================================== --- head/graphics/mozjpeg/distinfo Sun Jan 14 14:14:16 2018 (r458970) +++ head/graphics/mozjpeg/distinfo Sun Jan 14 14:14:22 2018 (r458971) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494045680 -SHA256 (mozilla-mozjpeg-v3.2_GH0.tar.gz) = 21fa401adfb9052bc65563bc51ce8a1f18f4adc2dc68e5611f042bb3b24e48be -SIZE (mozilla-mozjpeg-v3.2_GH0.tar.gz) = 1243935 +TIMESTAMP = 1515915989 +SHA256 (mozilla-mozjpeg-v3.3.1_GH0.tar.gz) = aebbea60ea038a84a2d1ed3de38fdbca34027e2e54ee2b7d08a97578be72599d +SIZE (mozilla-mozjpeg-v3.3.1_GH0.tar.gz) = 1250929 From owner-svn-ports-all@freebsd.org Sun Jan 14 14:14:29 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17AA0E7192D; Sun, 14 Jan 2018 14:14:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CEBBE7D0AE; Sun, 14 Jan 2018 14:14:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ED5F722C67; Sun, 14 Jan 2018 14:14:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0EEER8o076782; Sun, 14 Jan 2018 14:14:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0EEERPR076781; Sun, 14 Jan 2018 14:14:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201801141414.w0EEERPR076781@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 14 Jan 2018 14:14:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458972 - head/textproc/p5-Validator-Custom X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/p5-Validator-Custom X-SVN-Commit-Revision: 458972 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 14:14:29 -0000 Author: sunpoet Date: Sun Jan 14 14:14:27 2018 New Revision: 458972 URL: https://svnweb.freebsd.org/changeset/ports/458972 Log: Use real PORTVERSION Modified: head/textproc/p5-Validator-Custom/Makefile Modified: head/textproc/p5-Validator-Custom/Makefile ============================================================================== --- head/textproc/p5-Validator-Custom/Makefile Sun Jan 14 14:14:22 2018 (r458971) +++ head/textproc/p5-Validator-Custom/Makefile Sun Jan 14 14:14:27 2018 (r458972) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= Validator-Custom -PORTVERSION= 1.02.01 +PORTVERSION= 1.0201 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:KIMOTO -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org From owner-svn-ports-all@freebsd.org Sun Jan 14 14:14:40 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FE73E7198D; Sun, 14 Jan 2018 14:14:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A82647D24D; Sun, 14 Jan 2018 14:14: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8238222C69; Sun, 14 Jan 2018 14:14:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0EEEcto077044; Sun, 14 Jan 2018 14:14:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0EEEcIO077042; Sun, 14 Jan 2018 14:14:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201801141414.w0EEEcIO077042@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 14 Jan 2018 14:14:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458974 - in head/emulators/rubygem-fission: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/emulators/rubygem-fission: . files X-SVN-Commit-Revision: 458974 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 14:14:40 -0000 Author: sunpoet Date: Sun Jan 14 14:14:38 2018 New Revision: 458974 URL: https://svnweb.freebsd.org/changeset/ports/458974 Log: Fix gemspec for rubygem-CFPropertyList 3.0.0 update - Bump PORTREVISION for package change Added: head/emulators/rubygem-fission/files/ head/emulators/rubygem-fission/files/patch-gemspec (contents, props changed) Modified: head/emulators/rubygem-fission/Makefile Modified: head/emulators/rubygem-fission/Makefile ============================================================================== --- head/emulators/rubygem-fission/Makefile Sun Jan 14 14:14:32 2018 (r458973) +++ head/emulators/rubygem-fission/Makefile Sun Jan 14 14:14:38 2018 (r458974) @@ -3,6 +3,7 @@ PORTNAME= fission PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= emulators rubygems MASTER_SITES= RG Added: head/emulators/rubygem-fission/files/patch-gemspec ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/rubygem-fission/files/patch-gemspec Sun Jan 14 14:14:38 2018 (r458974) @@ -0,0 +1,11 @@ +--- fission.gemspec.orig 2018-01-14 10:48:33 UTC ++++ fission.gemspec +@@ -23,7 +23,7 @@ Gem::Specification.new do |s| + s.specification_version = 3 + + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then +- s.add_runtime_dependency(%q.freeze, ["~> 2.2"]) ++ s.add_runtime_dependency(%q.freeze, [">= 2.2"]) + s.add_development_dependency(%q.freeze, [">= 0"]) + s.add_development_dependency(%q.freeze, ["~> 0.4.3"]) + s.add_development_dependency(%q.freeze, ["~> 2.14"]) From owner-svn-ports-all@freebsd.org Sun Jan 14 14:14:36 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0E84E71972; Sun, 14 Jan 2018 14:14:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 232FE7D188; Sun, 14 Jan 2018 14:14: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2F4A022C68; Sun, 14 Jan 2018 14:14:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0EEEWcT076907; Sun, 14 Jan 2018 14:14:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0EEEWjv076905; Sun, 14 Jan 2018 14:14:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201801141414.w0EEEWjv076905@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 14 Jan 2018 14:14:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458973 - head/devel/rubygem-CFPropertyList X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-CFPropertyList X-SVN-Commit-Revision: 458973 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 14:14:36 -0000 Author: sunpoet Date: Sun Jan 14 14:14:32 2018 New Revision: 458973 URL: https://svnweb.freebsd.org/changeset/ports/458973 Log: Update to 3.0.0 Changes: https://github.com/ckruse/CFPropertyList/commits/master Modified: head/devel/rubygem-CFPropertyList/Makefile head/devel/rubygem-CFPropertyList/distinfo Modified: head/devel/rubygem-CFPropertyList/Makefile ============================================================================== --- head/devel/rubygem-CFPropertyList/Makefile Sun Jan 14 14:14:27 2018 (r458972) +++ head/devel/rubygem-CFPropertyList/Makefile Sun Jan 14 14:14:32 2018 (r458973) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CFPropertyList -PORTVERSION= 2.3.6 +PORTVERSION= 3.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-CFPropertyList/distinfo ============================================================================== --- head/devel/rubygem-CFPropertyList/distinfo Sun Jan 14 14:14:27 2018 (r458972) +++ head/devel/rubygem-CFPropertyList/distinfo Sun Jan 14 14:14:32 2018 (r458973) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512745089 -SHA256 (rubygem/CFPropertyList-2.3.6.gem) = 2de68ccf568a534aa3fe8fce97070249028a70a1a949722e1ed885dc03a94d41 -SIZE (rubygem/CFPropertyList-2.3.6.gem) = 17920 +TIMESTAMP = 1515926620 +SHA256 (rubygem/CFPropertyList-3.0.0.gem) = 3f71d0a2f0d1a5433d51a31ae04d2ab00bd54a593924199c1e5fd732c753727a +SIZE (rubygem/CFPropertyList-3.0.0.gem) = 18432 From owner-svn-ports-all@freebsd.org Sun Jan 14 14:14:44 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54E5FE719B6; Sun, 14 Jan 2018 14:14:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 190797D282; Sun, 14 Jan 2018 14:14:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 60C5F22C6B; Sun, 14 Jan 2018 14:14:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0EEEhpV077168; Sun, 14 Jan 2018 14:14:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0EEEhdO077166; Sun, 14 Jan 2018 14:14:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201801141414.w0EEEhdO077166@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 14 Jan 2018 14:14:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458975 - head/net/rubygem-gitaly-proto X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/rubygem-gitaly-proto X-SVN-Commit-Revision: 458975 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 14:14:44 -0000 Author: sunpoet Date: Sun Jan 14 14:14:42 2018 New Revision: 458975 URL: https://svnweb.freebsd.org/changeset/ports/458975 Log: Update to 0.72.0 Changes: https://gitlab.com/gitlab-org/gitaly-proto/commits/master Modified: head/net/rubygem-gitaly-proto/Makefile head/net/rubygem-gitaly-proto/distinfo Modified: head/net/rubygem-gitaly-proto/Makefile ============================================================================== --- head/net/rubygem-gitaly-proto/Makefile Sun Jan 14 14:14:38 2018 (r458974) +++ head/net/rubygem-gitaly-proto/Makefile Sun Jan 14 14:14:42 2018 (r458975) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitaly-proto -PORTVERSION= 0.71.0 +PORTVERSION= 0.72.0 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-gitaly-proto/distinfo ============================================================================== --- head/net/rubygem-gitaly-proto/distinfo Sun Jan 14 14:14:38 2018 (r458974) +++ head/net/rubygem-gitaly-proto/distinfo Sun Jan 14 14:14:42 2018 (r458975) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515849583 -SHA256 (rubygem/gitaly-proto-0.71.0.gem) = 1309e17b6c8e35e8914f00a0eced7aa5e32d9127db2aeb74aded6eb24864905d -SIZE (rubygem/gitaly-proto-0.71.0.gem) = 14848 +TIMESTAMP = 1515924460 +SHA256 (rubygem/gitaly-proto-0.72.0.gem) = 0513a6aa244c65744b5a49e0c33996349290f02f208b7fd07ed81e4b29b40726 +SIZE (rubygem/gitaly-proto-0.72.0.gem) = 14848 From owner-svn-ports-all@freebsd.org Sun Jan 14 14:14:52 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AF4BE719E4; Sun, 14 Jan 2018 14:14:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9C1E37D372; Sun, 14 Jan 2018 14:14: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 450DD22C6C; Sun, 14 Jan 2018 14:14:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0EEEmqY077293; Sun, 14 Jan 2018 14:14:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0EEEmm0077291; Sun, 14 Jan 2018 14:14:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201801141414.w0EEEmm0077291@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 14 Jan 2018 14:14:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458976 - head/textproc/p5-Syntax-Highlight-Engine-Kate X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/p5-Syntax-Highlight-Engine-Kate X-SVN-Commit-Revision: 458976 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 14:14:52 -0000 Author: sunpoet Date: Sun Jan 14 14:14:47 2018 New Revision: 458976 URL: https://svnweb.freebsd.org/changeset/ports/458976 Log: Update to 0.14 Changes: http://search.cpan.org/dist/Syntax-Highlight-Engine-Kate/Changes Modified: head/textproc/p5-Syntax-Highlight-Engine-Kate/Makefile head/textproc/p5-Syntax-Highlight-Engine-Kate/distinfo Modified: head/textproc/p5-Syntax-Highlight-Engine-Kate/Makefile ============================================================================== --- head/textproc/p5-Syntax-Highlight-Engine-Kate/Makefile Sun Jan 14 14:14:42 2018 (r458975) +++ head/textproc/p5-Syntax-Highlight-Engine-Kate/Makefile Sun Jan 14 14:14:47 2018 (r458976) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Syntax-Highlight-Engine-Kate -PORTVERSION= 0.13 +PORTVERSION= 0.14 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-Syntax-Highlight-Engine-Kate/distinfo ============================================================================== --- head/textproc/p5-Syntax-Highlight-Engine-Kate/distinfo Sun Jan 14 14:14:42 2018 (r458975) +++ head/textproc/p5-Syntax-Highlight-Engine-Kate/distinfo Sun Jan 14 14:14:47 2018 (r458976) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512165353 -SHA256 (Syntax-Highlight-Engine-Kate-0.13.tar.gz) = cb0a61e155f6ad65a4c1e69b1d014b22ac2b9b4f29a09c83cd20ea1d0e10a8de -SIZE (Syntax-Highlight-Engine-Kate-0.13.tar.gz) = 487462 +TIMESTAMP = 1515924471 +SHA256 (Syntax-Highlight-Engine-Kate-0.14.tar.gz) = a2a2e54c590ac067f8045d754ebcc8f2703b2931b1b411773d97f4635ca04a96 +SIZE (Syntax-Highlight-Engine-Kate-0.14.tar.gz) = 487295 From owner-svn-ports-all@freebsd.org Sun Jan 14 14:14:54 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 944BDE71A17; Sun, 14 Jan 2018 14:14:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6C6C47D40B; Sun, 14 Jan 2018 14:14:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A85E822C6D; Sun, 14 Jan 2018 14:14:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0EEErZf077415; Sun, 14 Jan 2018 14:14:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0EEErPp077413; Sun, 14 Jan 2018 14:14:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201801141414.w0EEErPp077413@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 14 Jan 2018 14:14:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458977 - head/devel/rubygem-pkg-config X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-pkg-config X-SVN-Commit-Revision: 458977 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 14:14:54 -0000 Author: sunpoet Date: Sun Jan 14 14:14:53 2018 New Revision: 458977 URL: https://svnweb.freebsd.org/changeset/ports/458977 Log: Update to 1.2.9 Changes: https://github.com/ruby-gnome2/pkg-config/blob/master/NEWS Modified: head/devel/rubygem-pkg-config/Makefile head/devel/rubygem-pkg-config/distinfo Modified: head/devel/rubygem-pkg-config/Makefile ============================================================================== --- head/devel/rubygem-pkg-config/Makefile Sun Jan 14 14:14:47 2018 (r458976) +++ head/devel/rubygem-pkg-config/Makefile Sun Jan 14 14:14:53 2018 (r458977) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pkg-config -PORTVERSION= 1.2.8 +PORTVERSION= 1.2.9 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-pkg-config/distinfo ============================================================================== --- head/devel/rubygem-pkg-config/distinfo Sun Jan 14 14:14:47 2018 (r458976) +++ head/devel/rubygem-pkg-config/distinfo Sun Jan 14 14:14:53 2018 (r458977) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508522779 -SHA256 (rubygem/pkg-config-1.2.8.gem) = 9aff7ab9d6aea2218dba94791a1b3ba6f149fa57dc9c81634e54f0c59959d814 -SIZE (rubygem/pkg-config-1.2.8.gem) = 20480 +TIMESTAMP = 1515924482 +SHA256 (rubygem/pkg-config-1.2.9.gem) = 8880747a35362493a48dd331a40f9dab2e0469fe74a0899bd3559f810046b8d8 +SIZE (rubygem/pkg-config-1.2.9.gem) = 20480 From owner-svn-ports-all@freebsd.org Sun Jan 14 14:15:02 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CD31E71A4E; Sun, 14 Jan 2018 14:15:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1D9A07D534; Sun, 14 Jan 2018 14:14:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 35BAF22C6E; Sun, 14 Jan 2018 14:14: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 w0EEEwC3077540; Sun, 14 Jan 2018 14:14:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0EEEwWZ077538; Sun, 14 Jan 2018 14:14:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201801141414.w0EEEwWZ077538@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 14 Jan 2018 14:14:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458978 - head/devel/rubygem-useragent X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-useragent X-SVN-Commit-Revision: 458978 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 14:15:03 -0000 Author: sunpoet Date: Sun Jan 14 14:14:58 2018 New Revision: 458978 URL: https://svnweb.freebsd.org/changeset/ports/458978 Log: Update to 0.16.9 Changes: https://github.com/gshutler/useragent/commits/master PR: 225154 Submitted by: Sir l33tname (maintainer) Modified: head/devel/rubygem-useragent/Makefile head/devel/rubygem-useragent/distinfo Modified: head/devel/rubygem-useragent/Makefile ============================================================================== --- head/devel/rubygem-useragent/Makefile Sun Jan 14 14:14:53 2018 (r458977) +++ head/devel/rubygem-useragent/Makefile Sun Jan 14 14:14:58 2018 (r458978) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= useragent -PORTVERSION= 0.16.8 +PORTVERSION= 0.16.9 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-useragent/distinfo ============================================================================== --- head/devel/rubygem-useragent/distinfo Sun Jan 14 14:14:53 2018 (r458977) +++ head/devel/rubygem-useragent/distinfo Sun Jan 14 14:14:58 2018 (r458978) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487950693 -SHA256 (rubygem/useragent-0.16.8.gem) = 18e23793f52862597576757bb61e9ecae329a50a6826c4190e1386edb1646984 -SIZE (rubygem/useragent-0.16.8.gem) = 14336 +TIMESTAMP = 1515924202 +SHA256 (rubygem/useragent-0.16.9.gem) = 7917de0e0807316f910b94856d3ae3446c2075a832c26e468b37a074e284a5b4 +SIZE (rubygem/useragent-0.16.9.gem) = 14336 From owner-svn-ports-all@freebsd.org Sun Jan 14 15:01:39 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43318E744A4; Sun, 14 Jan 2018 15:01:39 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 174007F5AC; Sun, 14 Jan 2018 15:01:39 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 53FB32340B; Sun, 14 Jan 2018 15:01:38 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0EF1c3V095112; Sun, 14 Jan 2018 15:01:38 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0EF1cgo095110; Sun, 14 Jan 2018 15:01:38 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201801141501.w0EF1cgo095110@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 14 Jan 2018 15:01:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458979 - in head/sysutils/hstr: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/sysutils/hstr: . files X-SVN-Commit-Revision: 458979 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 15:01:39 -0000 Author: tobik Date: Sun Jan 14 15:01:37 2018 New Revision: 458979 URL: https://svnweb.freebsd.org/changeset/ports/458979 Log: sysutils/hstr: Update to 1.24 PR: 225153 Submitted by: Patrice Clement (maintainer) Deleted: head/sysutils/hstr/files/patch-src-hstr.c head/sysutils/hstr/files/patch-src_include_hstr__curses.h Modified: head/sysutils/hstr/Makefile head/sysutils/hstr/distinfo Modified: head/sysutils/hstr/Makefile ============================================================================== --- head/sysutils/hstr/Makefile Sun Jan 14 14:14:58 2018 (r458978) +++ head/sysutils/hstr/Makefile Sun Jan 14 15:01:37 2018 (r458979) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hstr -DISTVERSION= 1.23 +DISTVERSION= 1.24 CATEGORIES= sysutils MAINTAINER= monsieurp@gentoo.org Modified: head/sysutils/hstr/distinfo ============================================================================== --- head/sysutils/hstr/distinfo Sun Jan 14 14:14:58 2018 (r458978) +++ head/sysutils/hstr/distinfo Sun Jan 14 15:01:37 2018 (r458979) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511211427 -SHA256 (dvorka-hstr-1.23_GH0.tar.gz) = f435b4fce473e966fe52d3c27ca9074df0925a236b01517ece022607b889af33 -SIZE (dvorka-hstr-1.23_GH0.tar.gz) = 47239 +TIMESTAMP = 1515885705 +SHA256 (dvorka-hstr-1.24_GH0.tar.gz) = 6c130afd8ca570ee1988a0c7d6a96efeeabd21be7e05ce1f3144bb3c86c74441 +SIZE (dvorka-hstr-1.24_GH0.tar.gz) = 47523 From owner-svn-ports-all@freebsd.org Sun Jan 14 15:06:54 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11FA0E74AE3; Sun, 14 Jan 2018 15:06:54 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E17D17F993; Sun, 14 Jan 2018 15:06:53 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2E3132345F; Sun, 14 Jan 2018 15:06:53 +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 w0EF6rIe098328; Sun, 14 Jan 2018 15:06:53 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0EF6qlD098326; Sun, 14 Jan 2018 15:06:52 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201801141506.w0EF6qlD098326@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sun, 14 Jan 2018 15:06:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458980 - head/mail/postfix-current X-SVN-Group: ports-head X-SVN-Commit-Author: ohauer X-SVN-Commit-Paths: head/mail/postfix-current X-SVN-Commit-Revision: 458980 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 15:06:54 -0000 Author: ohauer Date: Sun Jan 14 15:06:52 2018 New Revision: 458980 URL: https://svnweb.freebsd.org/changeset/ports/458980 Log: - update to 3.3-20180113 Modified: head/mail/postfix-current/Makefile head/mail/postfix-current/distinfo Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Sun Jan 14 15:01:37 2018 (r458979) +++ head/mail/postfix-current/Makefile Sun Jan 14 15:06:52 2018 (r458980) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.3-20180107 +DISTVERSION= 3.3-20180113 PORTREVISION?= 0 PORTEPOCH= 5 CATEGORIES= mail ipv6 Modified: head/mail/postfix-current/distinfo ============================================================================== --- head/mail/postfix-current/distinfo Sun Jan 14 15:01:37 2018 (r458979) +++ head/mail/postfix-current/distinfo Sun Jan 14 15:06:52 2018 (r458980) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515346620 -SHA256 (postfix/postfix-3.3-20180107.tar.gz) = 8ff74a8854019a8431aa6a3658e9746af6a7f268bac847668737f91538a8146b -SIZE (postfix/postfix-3.3-20180107.tar.gz) = 4427783 +TIMESTAMP = 1515892080 +SHA256 (postfix/postfix-3.3-20180113.tar.gz) = ae07f2c31d685144d23fd62b858d6a3fcea626d0ca021acbd0f8456114e2454c +SIZE (postfix/postfix-3.3-20180113.tar.gz) = 4416789 From owner-svn-ports-all@freebsd.org Sun Jan 14 15:21:27 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 664AAE75862; Sun, 14 Jan 2018 15:21:27 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3D0F480183; Sun, 14 Jan 2018 15:21:27 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6E84A23658; Sun, 14 Jan 2018 15:21:26 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0EFLQR8003028; Sun, 14 Jan 2018 15:21:26 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0EFLQKN003026; Sun, 14 Jan 2018 15:21:26 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201801141521.w0EFLQKN003026@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 14 Jan 2018 15:21:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458981 - head/x11/lemonbar X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/x11/lemonbar X-SVN-Commit-Revision: 458981 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 15:21:27 -0000 Author: tobik Date: Sun Jan 14 15:21:26 2018 New Revision: 458981 URL: https://svnweb.freebsd.org/changeset/ports/458981 Log: x11/lemonbar: Update to 1.3 - Submitter becomes maintainer Changes: https://github.com/LemonBoy/bar/releases/tag/v1.3 PR: 225121 Submitted by: Dmitri Goutnik Approved by: evgeni.dimitrov@gmail.com (maintainer) Modified: head/x11/lemonbar/Makefile head/x11/lemonbar/distinfo Modified: head/x11/lemonbar/Makefile ============================================================================== --- head/x11/lemonbar/Makefile Sun Jan 14 15:06:52 2018 (r458980) +++ head/x11/lemonbar/Makefile Sun Jan 14 15:21:26 2018 (r458981) @@ -2,18 +2,17 @@ # $FreeBSD$ PORTNAME= lemonbar -PORTVERSION= 1.2 -PORTREVISION= 3 DISTVERSIONPREFIX=v +DISTVERSION= 1.3 CATEGORIES= x11 -MAINTAINER= evgeni.dimitrov@gmail.com +MAINTAINER= dg@syrec.org COMMENT= Lightweight xcb based bar LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c11 gmake perl5 +USES= compiler:c11 gmake localbase:ldflags perl5 USE_PERL5= build USE_XORG= xcb @@ -21,14 +20,14 @@ USE_GITHUB= yes GH_ACCOUNT= LemonBoy GH_PROJECT= bar -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - PLIST_FILES= bin/lemonbar \ man/man1/lemonbar.1.gz post-patch: ${REINPLACE_CMD} -e '/^CC.*=/d' -e '/^CFLAGS.*=/s/-Os//' \ + ${WRKSRC}/Makefile + # Upstream PR: https://github.com/LemonBoy/bar/pull/210 + ${REINPLACE_CMD} -e '/^VERSION/s/1\.2/1.3/' \ ${WRKSRC}/Makefile post-build: Modified: head/x11/lemonbar/distinfo ============================================================================== --- head/x11/lemonbar/distinfo Sun Jan 14 15:06:52 2018 (r458980) +++ head/x11/lemonbar/distinfo Sun Jan 14 15:21:26 2018 (r458981) @@ -1,2 +1,3 @@ -SHA256 (LemonBoy-bar-v1.2_GH0.tar.gz) = b846d8451f9065cdcb94f48a8bd80c074cf1073da0664a94597681912045bfea -SIZE (LemonBoy-bar-v1.2_GH0.tar.gz) = 14845 +TIMESTAMP = 1515793233 +SHA256 (LemonBoy-bar-v1.3_GH0.tar.gz) = eae784c5e375b2d0b12138be1a9902beb4b5eeb807f3512f30f14ba23ddaa37d +SIZE (LemonBoy-bar-v1.3_GH0.tar.gz) = 14930 From owner-svn-ports-all@freebsd.org Sun Jan 14 15:31:52 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F4B8E762AD; Sun, 14 Jan 2018 15:31:52 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7AB3E80750; Sun, 14 Jan 2018 15:31:52 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A4DBF238EC; Sun, 14 Jan 2018 15:31:51 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0EFVpxn010255; Sun, 14 Jan 2018 15:31:51 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0EFVpig010253; Sun, 14 Jan 2018 15:31:51 GMT (envelope-from db@FreeBSD.org) Message-Id: <201801141531.w0EFVpig010253@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Sun, 14 Jan 2018 15:31:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458982 - head/comms/gnuradio X-SVN-Group: ports-head X-SVN-Commit-Author: db X-SVN-Commit-Paths: head/comms/gnuradio X-SVN-Commit-Revision: 458982 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 15:31:52 -0000 Author: db Date: Sun Jan 14 15:31:51 2018 New Revision: 458982 URL: https://svnweb.freebsd.org/changeset/ports/458982 Log: @snkmail.com n shebangs to use the specified PYTHON_CMD (stage-qa fix) [1] Add missing html file in plist (check-orphans) [2] Also we don't need -DENABLE_BAD_BOOST=ON since the ports version of boost is now at 1.65. info about ENABLE_BAD_BOOST in GrBoost.cmake... # Boost 1.52 disabled, see https://svn.boost.org/trac/boost/ticket/7669 # Similar problems with Boost 1.46 and 1.47. stage-qa, check-orphans and poudriere testport all pass now with the attached patch. [1] ====> Running Q/A tests (stage-qa) Error: '/usr/local/bin/python2' is an invalid shebang you need USES=shebangfix for 'bin/volk_modtool' Error: '/usr/local/bin/python2' is an invalid shebang you need USES=shebangfix for 'bin/gnuradio-companion' Error: '/usr/local/bin/python2' is an invalid shebang you need USES=shebangfix for 'bin/polar_channel_construction' . . [2] ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/html/gr-trellis.html PR: ports/225126 Submitted by: John Hein Modified: head/comms/gnuradio/Makefile head/comms/gnuradio/pkg-plist Modified: head/comms/gnuradio/Makefile ============================================================================== --- head/comms/gnuradio/Makefile Sun Jan 14 15:21:26 2018 (r458981) +++ head/comms/gnuradio/Makefile Sun Jan 14 15:31:51 2018 (r458982) @@ -52,6 +52,7 @@ CMAKE_ARGS+= -DSWIG_EXECUTABLE:STRING="${LOCALBASE}/bi -DICONV_LIB:STRING="X${ICONV_LIB}" \ -DENABLE_GR_CTRLPORT="YES" \ -DLOCALBASE:STRING="${LOCALBASE}" \ + -DPYTHON_EXECUTABLE:STRING="${PYTHON_CMD}" \ -DCMAKE_INSTALL_RPATH:STRING="${LOCALBASE}/lib/gcc${_GCC_VER}" # for detailed debugging uncomment the next line #CMAKE_ARGS+= --debug-output --trace @@ -87,11 +88,9 @@ DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen \ xmlto:textproc/xmlto \ freefont-ttf>0:x11-fonts/freefont-ttf DOXYGEN_CMAKE_ON= -DENABLE_DOXYGEN:STRING="ON" \ - -DENABLE_DOCS:STRING="ON" \ - -DENABLE_BAD_BOOST="ON" + -DENABLE_DOCS:STRING="ON" DOXYGEN_CMAKE_OFF= -DENABLE_DOXYGEN:STRING="OFF" \ - -DENABLE_DOCS:STRING="OFF" \ - -DENABLE_BAD_BOOST="ON" + -DENABLE_DOCS:STRING="OFF" HAVE_PORTDOCS= YES UHD_CMAKE_ON= -DENABLE_GR_UHD:STRING="ON" Modified: head/comms/gnuradio/pkg-plist ============================================================================== --- head/comms/gnuradio/pkg-plist Sun Jan 14 15:21:26 2018 (r458981) +++ head/comms/gnuradio/pkg-plist Sun Jan 14 15:31:51 2018 (r458982) @@ -1206,6 +1206,7 @@ lib/libvolk.so.1.%%MAJOR_VERSION%% %%PORTDOCS%%%%DOCSDIR%%/README.qtgui %%PORTDOCS%%%%DOCSDIR%%/README.uhd %%PORTDOCS%%%%DOCSDIR%%/README.vocoder +%%PORTDOCS%%%%DOCSDIR%%/html/gr-trellis.html %%PORTDOCS%%%%DOCSDIR%%/xml/test_tcm.py.xml %%PORTDOCS%%%%DOCSDIR%%/xml/test_viterbi_equalization1.py.xml %%PYTHON_SITELIBDIR%%/gnuradio/__init__.py From owner-svn-ports-all@freebsd.org Sun Jan 14 16:43:01 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98C4FE799CF; Sun, 14 Jan 2018 16:43:01 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 745B682E5F; Sun, 14 Jan 2018 16:43:01 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B1BE124471; Sun, 14 Jan 2018 16:43:00 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0EGh0Px039971; Sun, 14 Jan 2018 16:43:00 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0EGh0XD039969; Sun, 14 Jan 2018 16:43:00 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201801141643.w0EGh0XD039969@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 14 Jan 2018 16:43:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458983 - head/devel/hhdate X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/devel/hhdate X-SVN-Commit-Revision: 458983 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 16:43:01 -0000 Author: tobik Date: Sun Jan 14 16:43:00 2018 New Revision: 458983 URL: https://svnweb.freebsd.org/changeset/ports/458983 Log: devel/hhdate: Update to 2.4 - Including bsd.port.options.mk is not necessary here, so remove it Changes: https://github.com/HowardHinnant/date/releases/tag/v2.4 PR: 225160 Submitted by: Andreas Sommer (maintainer) Modified: head/devel/hhdate/Makefile head/devel/hhdate/distinfo Modified: head/devel/hhdate/Makefile ============================================================================== --- head/devel/hhdate/Makefile Sun Jan 14 15:31:51 2018 (r458982) +++ head/devel/hhdate/Makefile Sun Jan 14 16:43:00 2018 (r458983) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= hhdate -DISTVERSION= 2.3 +DISTVERSIONPREFIX= v +DISTVERSION= 2.4 CATEGORIES= devel MAINTAINER= andreas.sommer87@googlemail.com @@ -27,8 +28,6 @@ TEST_ENV= ${MAKE_ENV} WRKDIR=${WRKDIR} TEST_USES= compiler:c++11-lib TEST_TEST_TARGET= test USE_CXXSTD= c++11 - -.include post-extract-TEST-on: ${INSTALL_DATA} ${FILESDIR}/Makefile.in ${WRKSRC}/Makefile Modified: head/devel/hhdate/distinfo ============================================================================== --- head/devel/hhdate/distinfo Sun Jan 14 15:31:51 2018 (r458982) +++ head/devel/hhdate/distinfo Sun Jan 14 16:43:00 2018 (r458983) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509311413 -SHA256 (HowardHinnant-date-2.3_GH0.tar.gz) = 8b74132e13f5d55580e281f4df6dc38b60cb3932bf1956bda2153a0d8fd590e4 -SIZE (HowardHinnant-date-2.3_GH0.tar.gz) = 787743 +TIMESTAMP = 1515944649 +SHA256 (HowardHinnant-date-v2.4_GH0.tar.gz) = 549c3120fe8eaaab7f28946e2430fb0d3d4b40b843a5ea52b78dba49795c7e05 +SIZE (HowardHinnant-date-v2.4_GH0.tar.gz) = 797552 From owner-svn-ports-all@freebsd.org Sun Jan 14 16:45:52 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7278BE79BE6; Sun, 14 Jan 2018 16:45:52 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 513BD82FFC; Sun, 14 Jan 2018 16:45:52 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id A2A51D4EF; Sun, 14 Jan 2018 16:45:51 +0000 (UTC) Date: Sun, 14 Jan 2018 16:45:51 +0000 From: Alexey Dokuchaev To: Muhammad Moinur Rahman Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r458926 - head/java/java-checkstyle Message-ID: <20180114164551.GA85642@FreeBSD.org> References: <201801131125.w0DBPeqW003703@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201801131125.w0DBPeqW003703@repo.freebsd.org> User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 16:45:52 -0000 On Sat, Jan 13, 2018 at 11:25:40AM +0000, Muhammad Moinur Rahman wrote: > New Revision: 458926 > URL: https://svnweb.freebsd.org/changeset/ports/458926 > > Log: > java/java-checkstyle: Update version 7.6=>8.7 > > - Pet PORTLINT > > Added: > head/java/java-checkstyle/pkg-plist (contents, props changed) > > Modified: head/java/java-checkstyle/Makefile > ... > @@ -21,8 +21,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} > > JAR_FILE= ${PORTNAME}-${PORTVERSION}-all.jar > > -PLIST_FILES= bin/${PORTNAME} \ > - %%JAVAJARDIR%%/${PORTNAME}.jar > > Added: head/java/java-checkstyle/pkg-plist > ... > @@ -0,0 +1,2 @@ > +bin/checkstyle > +%%JAVAJARDIR%%/checkstyle.jar I don't get it: we typically use PLIST_FILES for short PLISTs, why not simply fix (expand) %%JAVAJARDIR%% and retain PLIST_FILES instead of creating two-line pkg-plist? ./danfe From owner-svn-ports-all@freebsd.org Sun Jan 14 17:24:55 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A552BE7BD55; Sun, 14 Jan 2018 17:24:55 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7C3B5DC3; Sun, 14 Jan 2018 17:24: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AE1F724AFD; Sun, 14 Jan 2018 17:24:54 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0EHOswq056863; Sun, 14 Jan 2018 17:24:54 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0EHOsMK056859; Sun, 14 Jan 2018 17:24:54 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201801141724.w0EHOsMK056859@repo.freebsd.org> X-Authentication-Warning: re