From owner-svn-ports-all@freebsd.org Sun Jun 3 00:04:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7C63FD3A17; Sun, 3 Jun 2018 00:04:32 +0000 (UTC) (envelope-from yuri@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 6197F824B2; Sun, 3 Jun 2018 00:04:32 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 3FF9D16E96; Sun, 3 Jun 2018 00:04:32 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5304WwR083916; Sun, 3 Jun 2018 00:04:32 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5304VkL083911; Sun, 3 Jun 2018 00:04:31 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806030004.w5304VkL083911@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 3 Jun 2018 00:04:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471435 - in head/audio: . guitarix-lv2 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/audio: . guitarix-lv2 X-SVN-Commit-Revision: 471435 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.26 Precedence: 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, 03 Jun 2018 00:04:33 -0000 Author: yuri Date: Sun Jun 3 00:04:31 2018 New Revision: 471435 URL: https://svnweb.freebsd.org/changeset/ports/471435 Log: New port: audio/guitarix-lv2: Virtual versatile amplification for Jack and set of LV2 plugins Added: head/audio/guitarix-lv2/ head/audio/guitarix-lv2/Makefile (contents, props changed) head/audio/guitarix-lv2/distinfo (contents, props changed) head/audio/guitarix-lv2/pkg-descr (contents, props changed) head/audio/guitarix-lv2/pkg-plist (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sat Jun 2 23:56:32 2018 (r471434) +++ head/audio/Makefile Sun Jun 3 00:04:31 2018 (r471435) @@ -318,6 +318,7 @@ SUBDIR += gtmixer SUBDIR += guidolib SUBDIR += guspat + SUBDIR += guitarix-lv2 SUBDIR += gvolwheel SUBDIR += gxmms2 SUBDIR += gxplugins-lv2 Added: head/audio/guitarix-lv2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/guitarix-lv2/Makefile Sun Jun 3 00:04:31 2018 (r471435) @@ -0,0 +1,54 @@ +# $FreeBSD$ + +PORTNAME= guitarix +DISTVERSION= 0.37.1 +CATEGORIES= audio +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/ +PKGNAMESUFFIX= -lv2 +DISTNAME= ${PORTNAME}2-${DISTVERSION} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Virtual versatile amplification for Jack and set of LV2 plugins + +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= lv2>0:audio/lv2 \ + ${LOCALBASE}/include/fftw3.h:math/fftw3 \ + ladspa>0:audio/ladspa # https://sourceforge.net/p/guitarix/bugs/61/ +LIB_DEPENDS= libavahi-common.so:net/avahi-app \ + libboost_system.so:devel/boost-libs \ + libfftw3f.so:math/fftw3-float \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libjack.so:audio/jack \ + liblilv-0.so:audio/lilv \ + liblrdf.so:textproc/liblrdf \ + libserd-0.so:devel/serd \ + libsndfile.so:audio/libsndfile \ + libsord-0.so:devel/sord \ + libsratom-0.so:audio/sratom \ + libzita-convolver.so:audio/zita-convolver \ + libzita-resampler.so:audio/zita-resampler + +USES= eigen:3 libarchive localbase:ldflags pkgconfig \ + python:build readline waf tar:xz +USE_GNOME= atkmm cairo gtk20 gtkmm24 pangomm +USE_LDCONFIG= yes +INSTALLS_ICONS= yes +CONFIGURE_ARGS= --enable-lfs --ldflags="${LDFLAGS}" + +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} +BINARY_ALIAS= python=${PYTHON_CMD} + +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes + +NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext +NLS_USE= GNOME=intltool + +post-stage: # https://sourceforge.net/p/guitarix/bugs/60/ + @${RM} -r ${STAGEDIR}/applications + +.include Added: head/audio/guitarix-lv2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/guitarix-lv2/distinfo Sun Jun 3 00:04:31 2018 (r471435) @@ -0,0 +1,3 @@ +TIMESTAMP = 1527976775 +SHA256 (guitarix2-0.37.1.tar.xz) = 51a9375ef12e0e7242c7a346253fcf7f296d55fcd2a88f1c7fa93fdcbf049318 +SIZE (guitarix2-0.37.1.tar.xz) = 80706976 Added: head/audio/guitarix-lv2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/guitarix-lv2/pkg-descr Sun Jun 3 00:04:31 2018 (r471435) @@ -0,0 +1,11 @@ +Guitarix is a virtual guitar amplifier for Linux running with Jack. + +It takes the signal from your guitar as any real amp would do: as a mono-signal +from your sound card. Your tone is processed by a main amp and a rack-section. +Both can be routed separately and deliver a processed stereo-signal via Jack. +You may fill the rack with effects from more than 25 built-in modules spanning +from a simple noise-gate to brain-slashing modulation-fx like flanger, phaser or +auto-wah, or you can also select plug-ins from the large list of LADSPA and LV2 +plug-ins. + +WWW: https://sourceforge.net/projects/guitarix/ Added: head/audio/guitarix-lv2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/guitarix-lv2/pkg-plist Sun Jun 3 00:04:31 2018 (r471435) @@ -0,0 +1,701 @@ +bin/guitarix +lib/libgxw.so +lib/libgxw.so.0 +lib/libgxw.so.0.1 +lib/libgxwmm.so +lib/libgxwmm.so.0 +lib/libgxwmm.so.0.1 +lib/lv2/gx_aclipper.lv2/gx_aclipper.so +lib/lv2/gx_aclipper.lv2/gx_aclipper.ttl +lib/lv2/gx_aclipper.lv2/gx_aclipper_gui.so +lib/lv2/gx_aclipper.lv2/manifest.ttl +lib/lv2/gx_alembic.lv2/gx_alembic.so +lib/lv2/gx_alembic.lv2/gx_alembic.ttl +lib/lv2/gx_alembic.lv2/gx_alembic_gui.so +lib/lv2/gx_alembic.lv2/manifest.ttl +lib/lv2/gx_amp.lv2/gx_amp.so +lib/lv2/gx_amp.lv2/gx_amp.ttl +lib/lv2/gx_amp.lv2/gx_amp_gui.so +lib/lv2/gx_amp.lv2/manifest.ttl +lib/lv2/gx_amp_stereo.lv2/gx_amp_stereo.so +lib/lv2/gx_amp_stereo.lv2/gx_amp_stereo.ttl +lib/lv2/gx_amp_stereo.lv2/gx_amp_stereo_gui.so +lib/lv2/gx_amp_stereo.lv2/manifest.ttl +lib/lv2/gx_barkgraphiceq.lv2/gx_barkgraphiceq.so +lib/lv2/gx_barkgraphiceq.lv2/gx_barkgraphiceq.ttl +lib/lv2/gx_barkgraphiceq.lv2/gx_barkgraphiceq_gui.so +lib/lv2/gx_barkgraphiceq.lv2/manifest.ttl +lib/lv2/gx_bmp.lv2/gx_bmp.so +lib/lv2/gx_bmp.lv2/gx_bmp.ttl +lib/lv2/gx_bmp.lv2/gx_bmp_gui.so +lib/lv2/gx_bmp.lv2/manifest.ttl +lib/lv2/gx_bossds1.lv2/gx_bossds1.so +lib/lv2/gx_bossds1.lv2/gx_bossds1.ttl +lib/lv2/gx_bossds1.lv2/gx_bossds1_gui.so +lib/lv2/gx_bossds1.lv2/manifest.ttl +lib/lv2/gx_cabinet.lv2/gx_cabinet.so +lib/lv2/gx_cabinet.lv2/gx_cabinet.ttl +lib/lv2/gx_cabinet.lv2/gx_cabinet_gui.so +lib/lv2/gx_cabinet.lv2/manifest.ttl +lib/lv2/gx_chorus.lv2/gx_chorus.so +lib/lv2/gx_chorus.lv2/gx_chorus.ttl +lib/lv2/gx_chorus.lv2/gx_chorus_gui.so +lib/lv2/gx_chorus.lv2/manifest.ttl +lib/lv2/gx_colwah.lv2/gx_colwah.so +lib/lv2/gx_colwah.lv2/gx_colwah.ttl +lib/lv2/gx_colwah.lv2/gx_colwah_gui.so +lib/lv2/gx_colwah.lv2/manifest.ttl +lib/lv2/gx_compressor.lv2/gx_compressor.so +lib/lv2/gx_compressor.lv2/gx_compressor.ttl +lib/lv2/gx_compressor.lv2/gx_compressor_gui.so +lib/lv2/gx_compressor.lv2/manifest.ttl +lib/lv2/gx_cstb.lv2/gx_cstb.so +lib/lv2/gx_cstb.lv2/gx_cstb.ttl +lib/lv2/gx_cstb.lv2/gx_cstb_gui.so +lib/lv2/gx_cstb.lv2/manifest.ttl +lib/lv2/gx_delay.lv2/gx_delay.so +lib/lv2/gx_delay.lv2/gx_delay.ttl +lib/lv2/gx_delay.lv2/gx_delay_gui.so +lib/lv2/gx_delay.lv2/manifest.ttl +lib/lv2/gx_detune.lv2/gx_detune.so +lib/lv2/gx_detune.lv2/gx_detune.ttl +lib/lv2/gx_detune.lv2/gx_detune_gui.so +lib/lv2/gx_detune.lv2/manifest.ttl +lib/lv2/gx_digital_delay.lv2/gx_digital_delay.so +lib/lv2/gx_digital_delay.lv2/gx_digital_delay.ttl +lib/lv2/gx_digital_delay.lv2/gx_digital_delay_gui.so +lib/lv2/gx_digital_delay.lv2/manifest.ttl +lib/lv2/gx_digital_delay_st.lv2/gx_digital_delay_st.so +lib/lv2/gx_digital_delay_st.lv2/gx_digital_delay_st.ttl +lib/lv2/gx_digital_delay_st.lv2/gx_digital_delay_st_gui.so +lib/lv2/gx_digital_delay_st.lv2/manifest.ttl +lib/lv2/gx_duck_delay.lv2/gx_duck_delay.so +lib/lv2/gx_duck_delay.lv2/gx_duck_delay.ttl +lib/lv2/gx_duck_delay.lv2/gx_duck_delay_gui.so +lib/lv2/gx_duck_delay.lv2/manifest.ttl +lib/lv2/gx_duck_delay_st.lv2/gx_duck_delay_st.so +lib/lv2/gx_duck_delay_st.lv2/gx_duck_delay_st.ttl +lib/lv2/gx_duck_delay_st.lv2/gx_duck_delay_st_gui.so +lib/lv2/gx_duck_delay_st.lv2/manifest.ttl +lib/lv2/gx_echo.lv2/gx_echo.so +lib/lv2/gx_echo.lv2/gx_echo.ttl +lib/lv2/gx_echo.lv2/gx_echo_gui.so +lib/lv2/gx_echo.lv2/manifest.ttl +lib/lv2/gx_expander.lv2/gx_expander.so +lib/lv2/gx_expander.lv2/gx_expander.ttl +lib/lv2/gx_expander.lv2/gx_expander_gui.so +lib/lv2/gx_expander.lv2/manifest.ttl +lib/lv2/gx_flanger.lv2/gx_flanger.so +lib/lv2/gx_flanger.lv2/gx_flanger.ttl +lib/lv2/gx_flanger.lv2/gx_flanger_gui.so +lib/lv2/gx_flanger.lv2/manifest.ttl +lib/lv2/gx_fumaster.lv2/gx_fumaster.so +lib/lv2/gx_fumaster.lv2/gx_fumaster.ttl +lib/lv2/gx_fumaster.lv2/gx_fumaster_gui.so +lib/lv2/gx_fumaster.lv2/manifest.ttl +lib/lv2/gx_fuzz.lv2/gx_fuzz.so +lib/lv2/gx_fuzz.lv2/gx_fuzz.ttl +lib/lv2/gx_fuzz.lv2/gx_fuzz_gui.so +lib/lv2/gx_fuzz.lv2/manifest.ttl +lib/lv2/gx_fuzzface.lv2/gx_fuzzface.so +lib/lv2/gx_fuzzface.lv2/gx_fuzzface.ttl +lib/lv2/gx_fuzzface.lv2/gx_fuzzface_gui.so +lib/lv2/gx_fuzzface.lv2/manifest.ttl +lib/lv2/gx_fuzzfacefm.lv2/gx_fuzzfacefm.so +lib/lv2/gx_fuzzfacefm.lv2/gx_fuzzfacefm.ttl +lib/lv2/gx_fuzzfacefm.lv2/gx_fuzzfacefm_gui.so +lib/lv2/gx_fuzzfacefm.lv2/manifest.ttl +lib/lv2/gx_gcb_95.lv2/gx_gcb_95.so +lib/lv2/gx_gcb_95.lv2/gx_gcb_95.ttl +lib/lv2/gx_gcb_95.lv2/gx_gcb_95_gui.so +lib/lv2/gx_gcb_95.lv2/manifest.ttl +lib/lv2/gx_graphiceq.lv2/gx_graphiceq.so +lib/lv2/gx_graphiceq.lv2/gx_graphiceq.ttl +lib/lv2/gx_graphiceq.lv2/gx_graphiceq_gui.so +lib/lv2/gx_graphiceq.lv2/manifest.ttl +lib/lv2/gx_hfb.lv2/gx_hfb.so +lib/lv2/gx_hfb.lv2/gx_hfb.ttl +lib/lv2/gx_hfb.lv2/gx_hfb_gui.so +lib/lv2/gx_hfb.lv2/manifest.ttl +lib/lv2/gx_hogsfoot.lv2/gx_hogsfoot.so +lib/lv2/gx_hogsfoot.lv2/gx_hogsfoot.ttl +lib/lv2/gx_hogsfoot.lv2/gx_hogsfoot_gui.so +lib/lv2/gx_hogsfoot.lv2/manifest.ttl +lib/lv2/gx_hornet.lv2/gx_hornet.so +lib/lv2/gx_hornet.lv2/gx_hornet.ttl +lib/lv2/gx_hornet.lv2/gx_hornet_gui.so +lib/lv2/gx_hornet.lv2/manifest.ttl +lib/lv2/gx_jcm800pre.lv2/gx_jcm800pre.so +lib/lv2/gx_jcm800pre.lv2/gx_jcm800pre.ttl +lib/lv2/gx_jcm800pre.lv2/gx_jcm800pre_gui.so +lib/lv2/gx_jcm800pre.lv2/manifest.ttl +lib/lv2/gx_jcm800pre_st.lv2/gx_jcm800pre_st.so +lib/lv2/gx_jcm800pre_st.lv2/gx_jcm800pre_st.ttl +lib/lv2/gx_jcm800pre_st.lv2/gx_jcm800pre_st_gui.so +lib/lv2/gx_jcm800pre_st.lv2/manifest.ttl +lib/lv2/gx_livelooper.lv2/gx_livelooper.so +lib/lv2/gx_livelooper.lv2/gx_livelooper.ttl +lib/lv2/gx_livelooper.lv2/gx_livelooper_gui.so +lib/lv2/gx_livelooper.lv2/manifest.ttl +lib/lv2/gx_mbcompressor.lv2/gx_mbcompressor.so +lib/lv2/gx_mbcompressor.lv2/gx_mbcompressor.ttl +lib/lv2/gx_mbcompressor.lv2/gx_mbcompressor_gui.so +lib/lv2/gx_mbcompressor.lv2/manifest.ttl +lib/lv2/gx_mbdelay.lv2/gx_mbdelay.so +lib/lv2/gx_mbdelay.lv2/gx_mbdelay.ttl +lib/lv2/gx_mbdelay.lv2/gx_mbdelay_gui.so +lib/lv2/gx_mbdelay.lv2/manifest.ttl +lib/lv2/gx_mbdistortion.lv2/gx_mbdistortion.so +lib/lv2/gx_mbdistortion.lv2/gx_mbdistortion.ttl +lib/lv2/gx_mbdistortion.lv2/gx_mbdistortion_gui.so +lib/lv2/gx_mbdistortion.lv2/manifest.ttl +lib/lv2/gx_mbecho.lv2/gx_mbecho.so +lib/lv2/gx_mbecho.lv2/gx_mbecho.ttl +lib/lv2/gx_mbecho.lv2/gx_mbecho_gui.so +lib/lv2/gx_mbecho.lv2/manifest.ttl +lib/lv2/gx_mbreverb.lv2/gx_mbreverb.so +lib/lv2/gx_mbreverb.lv2/gx_mbreverb.ttl +lib/lv2/gx_mbreverb.lv2/gx_mbreverb_gui.so +lib/lv2/gx_mbreverb.lv2/manifest.ttl +lib/lv2/gx_mole.lv2/gx_mole.so +lib/lv2/gx_mole.lv2/gx_mole.ttl +lib/lv2/gx_mole.lv2/gx_mole_gui.so +lib/lv2/gx_mole.lv2/manifest.ttl +lib/lv2/gx_muff.lv2/gx_muff.so +lib/lv2/gx_muff.lv2/gx_muff.ttl +lib/lv2/gx_muff.lv2/gx_muff_gui.so +lib/lv2/gx_muff.lv2/manifest.ttl +lib/lv2/gx_mxrdist.lv2/gx_mxrdist.so +lib/lv2/gx_mxrdist.lv2/gx_mxrdist.ttl +lib/lv2/gx_mxrdist.lv2/gx_mxrdist_gui.so +lib/lv2/gx_mxrdist.lv2/manifest.ttl +lib/lv2/gx_oc_2.lv2/gx_oc_2.so +lib/lv2/gx_oc_2.lv2/gx_oc_2.ttl +lib/lv2/gx_oc_2.lv2/gx_oc_2_gui.so +lib/lv2/gx_oc_2.lv2/manifest.ttl +lib/lv2/gx_phaser.lv2/gx_phaser.so +lib/lv2/gx_phaser.lv2/gx_phaser.ttl +lib/lv2/gx_phaser.lv2/gx_phaser_gui.so +lib/lv2/gx_phaser.lv2/manifest.ttl +lib/lv2/gx_rangem.lv2/gx_rangem.so +lib/lv2/gx_rangem.lv2/gx_rangem.ttl +lib/lv2/gx_rangem.lv2/gx_rangem_gui.so +lib/lv2/gx_rangem.lv2/manifest.ttl +lib/lv2/gx_redeye.lv2/gx_redeye.so +lib/lv2/gx_redeye.lv2/gx_redeye.ttl +lib/lv2/gx_redeye.lv2/gx_redeye_gui.so +lib/lv2/gx_redeye.lv2/manifest.ttl +lib/lv2/gx_reverb.lv2/gx_reverb.so +lib/lv2/gx_reverb.lv2/gx_reverb.ttl +lib/lv2/gx_reverb.lv2/gx_reverb_gui.so +lib/lv2/gx_reverb.lv2/manifest.ttl +lib/lv2/gx_room_simulator.lv2/gx_room_simulator.so +lib/lv2/gx_room_simulator.lv2/gx_room_simulator.ttl +lib/lv2/gx_room_simulator.lv2/gx_room_simulator_gui.so +lib/lv2/gx_room_simulator.lv2/manifest.ttl +lib/lv2/gx_scream.lv2/gx_scream.so +lib/lv2/gx_scream.lv2/gx_scream.ttl +lib/lv2/gx_scream.lv2/gx_scream_gui.so +lib/lv2/gx_scream.lv2/manifest.ttl +lib/lv2/gx_shimmizita.lv2/gx_shimmizita.so +lib/lv2/gx_shimmizita.lv2/gx_shimmizita.ttl +lib/lv2/gx_shimmizita.lv2/manifest.ttl +lib/lv2/gx_studiopre.lv2/gx_studiopre.so +lib/lv2/gx_studiopre.lv2/gx_studiopre.ttl +lib/lv2/gx_studiopre.lv2/gx_studiopre_gui.so +lib/lv2/gx_studiopre.lv2/manifest.ttl +lib/lv2/gx_studiopre_st.lv2/gx_studiopre_st.so +lib/lv2/gx_studiopre_st.lv2/gx_studiopre_st.ttl +lib/lv2/gx_studiopre_st.lv2/gx_studiopre_st_gui.so +lib/lv2/gx_studiopre_st.lv2/manifest.ttl +lib/lv2/gx_susta.lv2/gx_susta.so +lib/lv2/gx_susta.lv2/gx_susta.ttl +lib/lv2/gx_susta.lv2/gx_susta_gui.so +lib/lv2/gx_susta.lv2/manifest.ttl +lib/lv2/gx_switched_tremolo.lv2/gx_switched_tremolo.so +lib/lv2/gx_switched_tremolo.lv2/gx_switched_tremolo.ttl +lib/lv2/gx_switched_tremolo.lv2/manifest.ttl +lib/lv2/gx_tremolo.lv2/gx_tremolo.so +lib/lv2/gx_tremolo.lv2/gx_tremolo.ttl +lib/lv2/gx_tremolo.lv2/gx_tremolo_gui.so +lib/lv2/gx_tremolo.lv2/manifest.ttl +lib/lv2/gx_vibe.lv2/gx_vibe.so +lib/lv2/gx_vibe.lv2/gx_vibe.ttl +lib/lv2/gx_vibe.lv2/gx_vibe_gui.so +lib/lv2/gx_vibe.lv2/gx_vibe_mono.ttl +lib/lv2/gx_vibe.lv2/manifest.ttl +lib/lv2/gx_w20.lv2/gx_w20.so +lib/lv2/gx_w20.lv2/gx_w20.ttl +lib/lv2/gx_w20.lv2/gx_w20_gui.so +lib/lv2/gx_w20.lv2/manifest.ttl +lib/lv2/gx_zita_rev1.lv2/gx_zita_rev1.so +lib/lv2/gx_zita_rev1.lv2/gx_zita_rev1.ttl +lib/lv2/gx_zita_rev1.lv2/gx_zita_rev1_gui.so +lib/lv2/gx_zita_rev1.lv2/manifest.ttl +lib/lv2/gxautowah.lv2/gxautowah.so +lib/lv2/gxautowah.lv2/gxautowah.ttl +lib/lv2/gxautowah.lv2/gxautowah_gui.so +lib/lv2/gxautowah.lv2/manifest.ttl +lib/lv2/gxbooster.lv2/gxbooster.so +lib/lv2/gxbooster.lv2/gxbooster.ttl +lib/lv2/gxbooster.lv2/gxbooster_gui.so +lib/lv2/gxbooster.lv2/manifest.ttl +lib/lv2/gxechocat.lv2/gxechocat.so +lib/lv2/gxechocat.lv2/gxechocat.ttl +lib/lv2/gxechocat.lv2/gxechocat_gui.so +lib/lv2/gxechocat.lv2/manifest.ttl +lib/lv2/gxmetal_amp.lv2/gxmetal_amp.so +lib/lv2/gxmetal_amp.lv2/gxmetal_amp.ttl +lib/lv2/gxmetal_amp.lv2/gxmetal_amp_gui.so +lib/lv2/gxmetal_amp.lv2/manifest.ttl +lib/lv2/gxmetal_head.lv2/gxmetal_head.so +lib/lv2/gxmetal_head.lv2/gxmetal_head.ttl +lib/lv2/gxmetal_head.lv2/gxmetal_head_gui.so +lib/lv2/gxmetal_head.lv2/manifest.ttl +lib/lv2/gxtape.lv2/gxtape.so +lib/lv2/gxtape.lv2/gxtape.ttl +lib/lv2/gxtape.lv2/gxtape_gui.so +lib/lv2/gxtape.lv2/manifest.ttl +lib/lv2/gxtape_st.lv2/gxtape_st.so +lib/lv2/gxtape_st.lv2/gxtape_st.ttl +lib/lv2/gxtape_st.lv2/gxtape_st_gui.so +lib/lv2/gxtape_st.lv2/manifest.ttl +lib/lv2/gxtilttone.lv2/gxtilttone.so +lib/lv2/gxtilttone.lv2/gxtilttone.ttl +lib/lv2/gxtilttone.lv2/gxtilttone_gui.so +lib/lv2/gxtilttone.lv2/manifest.ttl +lib/lv2/gxts9.lv2/gxts9.so +lib/lv2/gxts9.lv2/gxts9.ttl +lib/lv2/gxts9.lv2/gxts9_gui.so +lib/lv2/gxts9.lv2/manifest.ttl +lib/lv2/gxtubedelay.lv2/gxtubedelay.so +lib/lv2/gxtubedelay.lv2/gxtubedelay.ttl +lib/lv2/gxtubedelay.lv2/gxtubedelay_gui.so +lib/lv2/gxtubedelay.lv2/manifest.ttl +lib/lv2/gxtubetremelo.lv2/gxtubetremelo.so +lib/lv2/gxtubetremelo.lv2/gxtubetremelo.ttl +lib/lv2/gxtubetremelo.lv2/gxtubetremelo_gui.so +lib/lv2/gxtubetremelo.lv2/manifest.ttl +lib/lv2/gxtubevibrato.lv2/gxtubevibrato.so +lib/lv2/gxtubevibrato.lv2/gxtubevibrato.ttl +lib/lv2/gxtubevibrato.lv2/gxtubevibrato_gui.so +lib/lv2/gxtubevibrato.lv2/manifest.ttl +lib/lv2/gxtuner.lv2/gxtuner.so +lib/lv2/gxtuner.lv2/gxtuner.ttl +lib/lv2/gxtuner.lv2/gxtuner_gui.so +lib/lv2/gxtuner.lv2/manifest.ttl +share/applications/guitarix.desktop +share/gx_head/builder/Sequencer.glade +share/gx_head/builder/accels_rc +share/gx_head/builder/amp.tonestack_ui.glade +share/gx_head/builder/ampimpulse_st_ui.glade +share/gx_head/builder/ampimpulse_ui.glade +share/gx_head/builder/cabinet_stereo_ui.glade +share/gx_head/builder/cabinet_ui.glade +share/gx_head/builder/crybaby_ui.glade +share/gx_head/builder/gx_config.png +share/gx_head/builder/gx_detune_ui.glade +share/gx_head/builder/gx_distortion_ui.glade +share/gx_head/builder/gx_fold.png +share/gx_head/builder/gx_fullscreen.png +share/gx_head/builder/gx_plugins.png +share/gx_head/builder/gx_rack.png +share/gx_head/builder/gx_record_ui.glade +share/gx_head/builder/gx_show.png +share/gx_head/builder/gx_split.png +share/gx_head/builder/gx_st_record_ui.glade +share/gx_head/builder/gx_tuner.png +share/gx_head/builder/iredit.glade +share/gx_head/builder/iredit_mono.glade +share/gx_head/builder/jackstarter.glade +share/gx_head/builder/ladspaliste.glade +share/gx_head/builder/mainpanel.glade +share/gx_head/builder/menudef.xml +share/gx_head/builder/midi.glade +share/gx_head/builder/pluginpreset_connectwindow.glade +share/gx_head/builder/pluginpreset_inputwindow.glade +share/gx_head/builder/pluginpreset_listwindow.glade +share/gx_head/builder/ports.glade +share/gx_head/builder/reversedelay_ui.glade +share/gx_head/builder/selectinstance.glade +share/gx_head/builder/tremolo_ui.glade +share/gx_head/builder/vibe_stereo_ui.glade +share/gx_head/builder/vibe_ui.glade +share/gx_head/builder/wah_ui.glade +share/gx_head/factorysettings/HarryVH.gx +share/gx_head/factorysettings/Sonnie_Tele.gx +share/gx_head/factorysettings/brummer.gx +share/gx_head/factorysettings/dirlist.js +share/gx_head/factorysettings/flanger_mono_gx +share/gx_head/factorysettings/graphiceq +share/gx_head/factorysettings/jconv +share/gx_head/factorysettings/jconv_mono +share/gx_head/factorysettings/mbc +share/gx_head/factorysettings/mbcs +share/gx_head/factorysettings/univibe +share/gx_head/factorysettings/univibe_mono +share/gx_head/skins/LV2/DRIVE.png +share/gx_head/skins/LV2/FUZZ.png +share/gx_head/skins/LV2/INPUT.png +share/gx_head/skins/LV2/VOLUME.png +share/gx_head/skins/LV2/ac30-knob-middle.png +share/gx_head/skins/LV2/ac30-knob-small.png +share/gx_head/skins/LV2/ac30-knob.png +share/gx_head/skins/LV2/amp800.png +share/gx_head/skins/LV2/autowah.png +share/gx_head/skins/LV2/bigchump-logo.png +share/gx_head/skins/LV2/bigchump.png +share/gx_head/skins/LV2/black-knob-middle.png +share/gx_head/skins/LV2/black-knob-small.png +share/gx_head/skins/LV2/black-knob.png +share/gx_head/skins/LV2/booster-knob.png +share/gx_head/skins/LV2/booster.png +share/gx_head/skins/LV2/champ.png +share/gx_head/skins/LV2/chump-feedback-label.png +share/gx_head/skins/LV2/chump-gain-label.png +share/gx_head/skins/LV2/chump-knob.png +share/gx_head/skins/LV2/chump-logo.png +share/gx_head/skins/LV2/chump-switch_off.png +share/gx_head/skins/LV2/chump-switch_on.png +share/gx_head/skins/LV2/chump-tone-label.png +share/gx_head/skins/LV2/chump-volume-label.png +share/gx_head/skins/LV2/chump.png +share/gx_head/skins/LV2/echo-switch_off.png +share/gx_head/skins/LV2/echo-switch_on.png +share/gx_head/skins/LV2/echocat-knob.png +share/gx_head/skins/LV2/echocat.png +share/gx_head/skins/LV2/fuzzfacejfuller.png +share/gx_head/skins/LV2/fuzzfacejh2.png +share/gx_head/skins/LV2/ga15.png +share/gx_head/skins/LV2/guitarix-logo-blue.png +share/gx_head/skins/LV2/guitarix-logo.png +share/gx_head/skins/LV2/gx_dark.png +share/gx_head/skins/LV2/gx_redeye-bigchump.rc +share/gx_head/skins/LV2/gx_redeye-chump.rc +share/gx_head/skins/LV2/gx_redeye-vibrochump.rc +share/gx_head/skins/LV2/gxtape-knob-middle.png +share/gx_head/skins/LV2/gxtape-knob-small.png +share/gx_head/skins/LV2/gxtape-knob.png +share/gx_head/skins/LV2/gxtape-meter.png +share/gx_head/skins/LV2/gxtape-switch_off.png +share/gx_head/skins/LV2/gxtape-switch_on.png +share/gx_head/skins/LV2/gxtape.png +share/gx_head/skins/LV2/gxtilttone-logo.png +share/gx_head/skins/LV2/gxtilttone-logo2.png +share/gx_head/skins/LV2/gxtilttone.png +share/gx_head/skins/LV2/gxtubetremelo.png +share/gx_head/skins/LV2/gxtubevibrato.png +share/gx_head/skins/LV2/horizontal_pedal_white.png +share/gx_head/skins/LV2/knob-middle.png +share/gx_head/skins/LV2/knob-small.png +share/gx_head/skins/LV2/knob.png +share/gx_head/skins/LV2/knob_small_r.png +share/gx_head/skins/LV2/led_23_red.png +share/gx_head/skins/LV2/logo.png +share/gx_head/skins/LV2/m3-knob-middle.png +share/gx_head/skins/LV2/m3-knob-small.png +share/gx_head/skins/LV2/m3-knob.png +share/gx_head/skins/LV2/mastergain-label.png +share/gx_head/skins/LV2/mc-knob-middle.png +share/gx_head/skins/LV2/mc-knob-small.png +share/gx_head/skins/LV2/metal-knob-middle.png +share/gx_head/skins/LV2/metal-knob-small.png +share/gx_head/skins/LV2/metal-knob.png +share/gx_head/skins/LV2/metalamp.png +share/gx_head/skins/LV2/metalhead.png +share/gx_head/skins/LV2/metalic1-knob-middle.png +share/gx_head/skins/LV2/metalic1-knob-small.png +share/gx_head/skins/LV2/metalic1-knob.png +share/gx_head/skins/LV2/nk-knob-middle.png +share/gx_head/skins/LV2/nk-knob-small.png +share/gx_head/skins/LV2/nk-knob.png +share/gx_head/skins/LV2/nk1-knob.png +share/gx_head/skins/LV2/nm-knob-middle.png +share/gx_head/skins/LV2/nm-knob-small.png +share/gx_head/skins/LV2/nm-knob.png +share/gx_head/skins/LV2/nm1-knob-middle.png +share/gx_head/skins/LV2/nm1-knob-small.png +share/gx_head/skins/LV2/nm1-knob.png +share/gx_head/skins/LV2/nm2-knob-middle.png +share/gx_head/skins/LV2/nm2-knob.png +share/gx_head/skins/LV2/playhead.png +share/gx_head/skins/LV2/preamp-drive-label.png +share/gx_head/skins/LV2/preamp-guitarix-label.png +share/gx_head/skins/LV2/preamp-input-label.png +share/gx_head/skins/LV2/preamp-knob-middle.png +share/gx_head/skins/LV2/preamp-knob-small.png +share/gx_head/skins/LV2/preamp-knob.png +share/gx_head/skins/LV2/preamp-output-label.png +share/gx_head/skins/LV2/preamp-presence-label.png +share/gx_head/skins/LV2/preamp-redeye-label.png +share/gx_head/skins/LV2/preamp-resonance-label.png +share/gx_head/skins/LV2/preampmono.png +share/gx_head/skins/LV2/preampstereo.png +share/gx_head/skins/LV2/princeton-knob-middle.png +share/gx_head/skins/LV2/princeton-knob-small.png +share/gx_head/skins/LV2/princeton-knob.png +share/gx_head/skins/LV2/princeton.png +share/gx_head/skins/LV2/push-switch-off.png +share/gx_head/skins/LV2/push-switch-on.png +share/gx_head/skins/LV2/redeye-logo-medium.png +share/gx_head/skins/LV2/redeye-logo.png +share/gx_head/skins/LV2/redeyefx-knob.png +share/gx_head/skins/LV2/redeyefx-logo.png +share/gx_head/skins/LV2/screw.png +share/gx_head/skins/LV2/screwhead.png +share/gx_head/skins/LV2/simplelevelslider.png +share/gx_head/skins/LV2/sn-knob-middle.png +share/gx_head/skins/LV2/sn-knob.png +share/gx_head/skins/LV2/studiopre-guitarix-logo.png +share/gx_head/skins/LV2/studiopre-knob.png +share/gx_head/skins/LV2/studiopre.png +share/gx_head/skins/LV2/studiopre_redeyelogo.png +share/gx_head/skins/LV2/sw_off.png +share/gx_head/skins/LV2/sw_on.png +share/gx_head/skins/LV2/tactile_knob_large_151f.png +share/gx_head/skins/LV2/tactile_knob_medium_151f.png +share/gx_head/skins/LV2/tactile_knob_small_99f.png +share/gx_head/skins/LV2/ts9-knob.png +share/gx_head/skins/LV2/ts9.png +share/gx_head/skins/LV2/tubedelay-knob.png +share/gx_head/skins/LV2/tubedelay.png +share/gx_head/skins/LV2/tubetremelo-logo.png +share/gx_head/skins/LV2/tubevibrato-logo.png +share/gx_head/skins/LV2/univibe.png +share/gx_head/skins/LV2/vertical_pedal_white.png +share/gx_head/skins/LV2/vibrochamp-switch.png +share/gx_head/skins/LV2/vibrochump-feedback-label.png +share/gx_head/skins/LV2/vibrochump-gain-label.png +share/gx_head/skins/LV2/vibrochump-intensity-label.png +share/gx_head/skins/LV2/vibrochump-knob.png +share/gx_head/skins/LV2/vibrochump-logo.png +share/gx_head/skins/LV2/vibrochump-sine-label.png +share/gx_head/skins/LV2/vibrochump-speed-label.png +share/gx_head/skins/LV2/vibrochump-tone-label.png +share/gx_head/skins/LV2/vibrochump-vibe-label.png +share/gx_head/skins/LV2/vibrochump-volume-label.png +share/gx_head/skins/LV2/vibrochump.png +share/gx_head/skins/LV2/w20-knob.png +share/gx_head/skins/LV2/w20.png +share/gx_head/skins/LV2/wah-pedal.png +share/gx_head/skins/LV2/wah.png +share/gx_head/skins/aluminium1.png +share/gx_head/skins/aluminium2.png +share/gx_head/skins/background1.png +share/gx_head/skins/background2.png +share/gx_head/skins/burl1.png +share/gx_head/skins/burl2.png +share/gx_head/skins/camouflage.png +share/gx_head/skins/clear.rc +share/gx_head/skins/copper.png +share/gx_head/skins/dark.png +share/gx_head/skins/factory.png +share/gx_head/skins/gold1.png +share/gx_head/skins/gold2.png +share/gx_head/skins/grandma.png +share/gx_head/skins/grungy_sun.png +share/gx_head/skins/grungy_sun2.png +share/gx_head/skins/grungy_sun_dark.png +share/gx_head/skins/grungy_sun_dark2.png +share/gx_head/skins/gx_head_Aluminium.rc +share/gx_head/skins/gx_head_Burl.rc +share/gx_head/skins/gx_head_Camouflage.rc +share/gx_head/skins/gx_head_Copper.rc +share/gx_head/skins/gx_head_Dark.rc +share/gx_head/skins/gx_head_Gold.rc +share/gx_head/skins/gx_head_Grandma.rc +share/gx_head/skins/gx_head_Grungy_Sun.rc +share/gx_head/skins/gx_head_Grungy_Sun_Dark.rc +share/gx_head/skins/gx_head_Guitarix.rc +share/gx_head/skins/gx_head_Guitarix_Oak.rc +share/gx_head/skins/gx_head_Hippie.rc +share/gx_head/skins/gx_head_Lavender.rc +share/gx_head/skins/gx_head_Nebula.rc +share/gx_head/skins/gx_head_Oak.rc +share/gx_head/skins/gx_head_Olive.rc +share/gx_head/skins/gx_head_Orange.rc +share/gx_head/skins/gx_head_Plain_Dark.rc +share/gx_head/skins/gx_head_Psycedelic.rc +share/gx_head/skins/gx_head_Rust.rc +share/gx_head/skins/gx_head_Sky.rc +share/gx_head/skins/gx_head_White_Oak.rc +share/gx_head/skins/handle_left.png +share/gx_head/skins/handle_right.png +share/gx_head/skins/hippie.png +share/gx_head/skins/hippie2.png +share/gx_head/skins/hslider.png +share/gx_head/skins/insert.png +share/gx_head/skins/knob_big.png +share/gx_head/skins/knob_big_hippie.png +share/gx_head/skins/knob_mid.png +share/gx_head/skins/knob_mid_hippie.png +share/gx_head/skins/knob_small.png +share/gx_head/skins/knob_small_hippie.png +share/gx_head/skins/knob_small_r.png +share/gx_head/skins/knob_small_r_hippie.png +share/gx_head/skins/lavender.png +share/gx_head/skins/live_bypass.png +share/gx_head/skins/live_mute.png +share/gx_head/skins/live_wallpaper.png +share/gx_head/skins/live_wallpaper_aluminium.png +share/gx_head/skins/live_wallpaper_burl.png +share/gx_head/skins/live_wallpaper_camouflage.png +share/gx_head/skins/live_wallpaper_copper.png +share/gx_head/skins/live_wallpaper_dark.png +share/gx_head/skins/live_wallpaper_gold.png +share/gx_head/skins/live_wallpaper_grandma.png +share/gx_head/skins/live_wallpaper_grungy_sun.png +share/gx_head/skins/live_wallpaper_grungy_sun_dark.png +share/gx_head/skins/live_wallpaper_guitarix_oak.png +share/gx_head/skins/live_wallpaper_hippie.png +share/gx_head/skins/live_wallpaper_lavender.png +share/gx_head/skins/live_wallpaper_nebula.png +share/gx_head/skins/live_wallpaper_oak.png +share/gx_head/skins/live_wallpaper_olive.png +share/gx_head/skins/live_wallpaper_orange.png +share/gx_head/skins/live_wallpaper_psycedelic.png +share/gx_head/skins/live_wallpaper_rust.png +share/gx_head/skins/live_wallpaper_sky.png +share/gx_head/skins/live_wallpaper_white_oak.png +share/gx_head/skins/logo.png +share/gx_head/skins/logo_orange.png +share/gx_head/skins/logo_white.png +share/gx_head/skins/nebula.png +share/gx_head/skins/nebula2.png +share/gx_head/skins/oak1.png +share/gx_head/skins/oak2.png +share/gx_head/skins/oak_green.png +share/gx_head/skins/oak_white.png +share/gx_head/skins/olive.png +share/gx_head/skins/orange.png +share/gx_head/skins/playhead.png +share/gx_head/skins/psycedelic.png +share/gx_head/skins/rack_expand.png +share/gx_head/skins/rack_preset.png +share/gx_head/skins/rack_shrink.png +share/gx_head/skins/readonly.png +share/gx_head/skins/rust.png +share/gx_head/skins/rust2.png +share/gx_head/skins/scratch.png +share/gx_head/skins/simplelevelslider.png +share/gx_head/skins/sky.png +share/gx_head/skins/stereo.png +share/gx_head/skins/switch_mid_off.png +share/gx_head/skins/switch_mid_on.png +share/gx_head/skins/switch_off.png +share/gx_head/skins/switch_on.png +share/gx_head/skins/tactile_knob_large_151f.png +share/gx_head/skins/tactile_knob_medium_151f.png +share/gx_head/skins/tactile_knob_small_99f.png +share/gx_head/skins/tactile_wheel_101f.png +share/gx_head/skins/versiondiff.png +share/gx_head/sounds/amps/Blackat Leon S7.wav +share/gx_head/sounds/amps/Cicognani Imperivm Luxury.wav +share/gx_head/sounds/amps/DV Mark Triple 6.wav +share/gx_head/sounds/amps/EVH 5150 III.wav +share/gx_head/sounds/amps/Engl Retro Tube.wav +share/gx_head/sounds/amps/Engl Special Edition.wav +share/gx_head/sounds/amps/Fortin Natas.wav +share/gx_head/sounds/amps/Kaos Sludge 15.wav +share/gx_head/sounds/amps/Krank Krankenstein.wav +share/gx_head/sounds/amps/LICENSE +share/gx_head/sounds/amps/Laney ironheart.wav +share/gx_head/sounds/amps/MakosampCustomHatred.wav +share/gx_head/sounds/amps/Marshall JMP 2203 Jose Arredondo mod.wav +share/gx_head/sounds/amps/Marshall MG 15.wav +share/gx_head/sounds/amps/Mesa Boogie Mark V.wav +share/gx_head/sounds/amps/Peavey Vypyr 15.wav +share/gx_head/sounds/amps/Randall Satan.wav +share/gx_head/sounds/amps/Randall thrasher.wav +share/gx_head/sounds/amps/Splawn Nitro.wav +share/gx_head/sounds/amps/Splawn Quick Rod.wav +share/gx_head/sounds/amps/Taurus Stomphead.wav +share/gx_head/sounds/bands/Arch Enemy Doomsday Machine.wav +share/gx_head/sounds/bands/As I lay dying Awakened.wav +share/gx_head/sounds/bands/Asking Alexandria Stand up and scream.wav +share/gx_head/sounds/bands/Avenged sevenfold Nightmare.wav +share/gx_head/sounds/bands/Belphegor Bondage goat zombie.wav +share/gx_head/sounds/bands/Black dahlia murder Deflorate.wav +share/gx_head/sounds/bands/Black label Society order of the Black.wav +share/gx_head/sounds/bands/Bullet for my Valentine Temper Temper.wav +share/gx_head/sounds/bands/Cannibal Corpse Vile.wav +share/gx_head/sounds/bands/Carnifex Until I feel nothing.wav +share/gx_head/sounds/bands/Children of Bodom Are You Dead Yet.wav +share/gx_head/sounds/bands/Chimaira Ressurrection.wav +share/gx_head/sounds/bands/DAATH The Hinderers.wav +share/gx_head/sounds/bands/Dark Tranquility Character.wav +share/gx_head/sounds/bands/Decapitated Carnival Is Forever.wav +share/gx_head/sounds/bands/Deicide The Stench Of Redemption.wav +share/gx_head/sounds/bands/Devildriver The last kind words.wav +share/gx_head/sounds/bands/Dimmu Borgir Enthrone Darkness Triumphant.wav +share/gx_head/sounds/bands/Disturbed Indestructible.wav +share/gx_head/sounds/bands/Divine Heresy bringer of Plagues.wav +share/gx_head/sounds/bands/Down NOLA.wav +share/gx_head/sounds/bands/Dream Theater Black Clouds & Silver Linings.wav +share/gx_head/sounds/bands/Dying Fetus War of Attrition.wav +share/gx_head/sounds/bands/Evile FIVE SERPENT'S TEETH.wav +share/gx_head/sounds/bands/Exodus Exhibit B The Human Condition .wav +share/gx_head/sounds/bands/Exploited beat the Bastards.wav +share/gx_head/sounds/bands/Fear Factory Demanufacture.wav +share/gx_head/sounds/bands/Firewind Days of Defiance.wav +share/gx_head/sounds/bands/Godsmack The Oracle.wav +share/gx_head/sounds/bands/Gojira L'Enfant Sauvage.wav +share/gx_head/sounds/bands/Hamlet Amnesia.wav +share/gx_head/sounds/bands/Helloween better than Raw.wav +share/gx_head/sounds/bands/Hexen Being and Nothingness.wav +share/gx_head/sounds/bands/Hora Zulu Siempre.wav +share/gx_head/sounds/bands/Impending Doom The Serpent Servant.wav +share/gx_head/sounds/bands/In Flames Whoracle.wav +share/gx_head/sounds/bands/Killswitch Engage As Daylight Dies.wav +share/gx_head/sounds/bands/Kreator Violent Revolution.wav +share/gx_head/sounds/bands/LICENSE +share/gx_head/sounds/bands/Lamb of God Wrath.wav +share/gx_head/sounds/bands/Legion of the Damned Descent Into Chaos.wav +share/gx_head/sounds/bands/Machine head Through the ashes of empires.wav +share/gx_head/sounds/bands/Manowar Battle Hymns MMXI.wav +share/gx_head/sounds/bands/Mastodon Curl of the Burl.wav +share/gx_head/sounds/bands/Megadeth Youthtanasia.wav +share/gx_head/sounds/bands/NEWSTED.wav +share/gx_head/sounds/bands/Napalm Death Time Waits For No Slave.wav +share/gx_head/sounds/bands/Overkill The Years of Decay.wav +share/gx_head/sounds/bands/Pan de Higo.wav +share/gx_head/sounds/bands/Pantera Vulgar display of power.wav +share/gx_head/sounds/bands/Papa roach Getting away with murder.wav +share/gx_head/sounds/bands/Paradise lost Tragic Idol.wav +share/gx_head/sounds/bands/Red Fang Murder the Mountains.wav +share/gx_head/sounds/bands/Sepultura Arise.wav +share/gx_head/sounds/bands/Slayer Christ illusion.wav +share/gx_head/sounds/bands/Slypknot Iowa.wav +share/gx_head/sounds/bands/Soulfly Enslaved.wav +share/gx_head/sounds/bands/Stone Sour House of Gold and Bones.wav +share/gx_head/sounds/bands/Stratovarius legions.wav +share/gx_head/sounds/bands/Symphony X Iconoclast.wav +share/gx_head/sounds/bands/System of a Down Toxicity.wav +share/gx_head/sounds/bands/Testament dark Roots of Earth.wav +share/gx_head/sounds/bands/Textures Silhouettes.wav +share/gx_head/sounds/bands/The Sorrow Misery Escape.wav +share/gx_head/sounds/bands/Trivium In Waves.wav +share/gx_head/sounds/bands/Vader Necropolis.wav +share/gx_head/sounds/bands/Warcry Revolucion.wav +share/gx_head/sounds/bands/Wayne Static Pighammer.wav +share/gx_head/sounds/bands/White Chappel Hate Creation.wav +share/gx_head/sounds/bands/green day Dookie.wav +share/gx_head/sounds/bands/hatebreed The divinity of purpose.wav +share/gx_head/sounds/greathall.wav +%%NLS%%share/locale/es/LC_MESSAGES/guitarix.mo +%%NLS%%share/locale/fr/LC_MESSAGES/guitarix.mo +%%NLS%%share/locale/it/LC_MESSAGES/guitarix.mo +share/pixmaps/gx_bypass.png +share/pixmaps/gx_head-midi.png +share/pixmaps/gx_head-warn.png +share/pixmaps/gx_head.png +share/pixmaps/gx_log_grey.png +share/pixmaps/gx_log_red.png +share/pixmaps/gx_log_yellow.png +share/pixmaps/gx_off.png +share/pixmaps/gx_on.png +share/pixmaps/gx_splash.png +share/pixmaps/insert_off.png +share/pixmaps/insert_on.png +share/pixmaps/jackd_off.png +share/pixmaps/jackd_on.png From owner-svn-ports-all@freebsd.org Sun Jun 3 00:21:50 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04688FD5775; Sun, 3 Jun 2018 00:21:50 +0000 (UTC) (envelope-from cpm@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 941E182F18; Sun, 3 Jun 2018 00:21:49 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 76F97170A9; Sun, 3 Jun 2018 00:21:49 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w530LnBS092768; Sun, 3 Jun 2018 00:21:49 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w530LlDh092761; Sun, 3 Jun 2018 00:21:47 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201806030021.w530LlDh092761@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sun, 3 Jun 2018 00:21:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471436 - in head/shells: . bicon bicon/files X-SVN-Group: ports-head X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: in head/shells: . bicon bicon/files X-SVN-Commit-Revision: 471436 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.26 Precedence: 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, 03 Jun 2018 00:21:50 -0000 Author: cpm Date: Sun Jun 3 00:21:47 2018 New Revision: 471436 URL: https://svnweb.freebsd.org/changeset/ports/471436 Log: New port shells/bicon BiCon, short for Bidirectional-Console, is a tool which allows the usage of Arabic on Linux/Unix consoles or terminal emulators with basic Unicode rendering support, like gnome-terminal, xterm, or PuTTY. WWW: https://www.arabeyes.org/Bicon Added: head/shells/bicon/ head/shells/bicon/Makefile (contents, props changed) head/shells/bicon/distinfo (contents, props changed) head/shells/bicon/files/ head/shells/bicon/files/patch-bicon_pty__spawn.c (contents, props changed) head/shells/bicon/files/patch-font_Makefile.am (contents, props changed) head/shells/bicon/files/patch-font_fonts.mk (contents, props changed) head/shells/bicon/pkg-descr (contents, props changed) head/shells/bicon/pkg-plist (contents, props changed) Modified: head/shells/Makefile Modified: head/shells/Makefile ============================================================================== --- head/shells/Makefile Sun Jun 3 00:04:31 2018 (r471435) +++ head/shells/Makefile Sun Jun 3 00:21:47 2018 (r471436) @@ -8,6 +8,7 @@ SUBDIR += bash-completion SUBDIR += bash-static SUBDIR += bashc + SUBDIR += bicon SUBDIR += ch SUBDIR += dash SUBDIR += envy Added: head/shells/bicon/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/bicon/Makefile Sun Jun 3 00:21:47 2018 (r471436) @@ -0,0 +1,35 @@ +# Created by: Carlos Jacobo Puga Medina +# $FreeBSD$ + +PORTNAME= bicon +PORTVERSION= 0.5 +CATEGORIES= shells + +MAINTAINER= cpm@FreeBSD.org +COMMENT= Bidirectional text console + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libfribidi.so:converters/fribidi + +USES= autoreconf libtool pathfix pkgconfig shebangfix +SHEBANG_FILES= bin/bicon.in \ + font/bicon-bdf2psf.pl +USE_LDCONFIG= yes + +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip + +USE_GITHUB= yes +GH_ACCOUNT= behdad + +PORTDOCS= AUTHORS HISTORY HISTORY.farsi NEWS README THANKS TODO + +OPTIONS_DEFINE= DOCS + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} + +.include Added: head/shells/bicon/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/bicon/distinfo Sun Jun 3 00:21:47 2018 (r471436) @@ -0,0 +1,3 @@ +TIMESTAMP = 1527952811 +SHA256 (behdad-bicon-0.5_GH0.tar.gz) = 268a95b548b8f66289ae4e0869b977ad22044e542b29f14c7f92b52af6345c29 +SIZE (behdad-bicon-0.5_GH0.tar.gz) = 128158 Added: head/shells/bicon/files/patch-bicon_pty__spawn.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/bicon/files/patch-bicon_pty__spawn.c Sun Jun 3 00:21:47 2018 (r471436) @@ -0,0 +1,42 @@ +--- bicon/pty_spawn.c.orig 2015-08-20 10:07:00 UTC ++++ bicon/pty_spawn.c +@@ -13,7 +13,13 @@ namely the PSF License Agreement For Python 2.2.3 + #include + #include + #include ++#ifdef __linux__ + #include ++#endif ++#ifdef __FreeBSD__ ++#include ++#include ++#endif + #include + #include + #include +@@ -119,7 +125,7 @@ _copy ( + { + if (errno == EINTR && !done) + continue; +- return; ++ return 0; + } + if (0 == ret) + { +@@ -150,14 +156,14 @@ _copy ( + { + count = _xread (master_read, master_fd, buf, sizeof (buf)); + if (count == -1) +- return; ++ return 0; + _xwrite (1, buf, count); + } + if (FD_ISSET (0, &rfds)) + { + count = _xread (stdin_read, 0, buf, sizeof (buf)); + if (count == -1) +- return; ++ return 0; + _xwrite (master_fd, buf, count); + } + /* Set timeout, such that if things are steady, we update cwd Added: head/shells/bicon/files/patch-font_Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/bicon/files/patch-font_Makefile.am Sun Jun 3 00:21:47 2018 (r471436) @@ -0,0 +1,44 @@ +--- font/Makefile.am.orig 2018-06-02 15:24:33 UTC ++++ font/Makefile.am +@@ -1,27 +1,20 @@ + include fonts.mk + +-ALL_CONSOLE_FONTS_PSFU_GZ = $(ALL_CONSOLE_FONTS_PSFU:=.gz) +- + fontdir = $(pkgdatadir)/font +-dist_font_DATA = $(ALL_CONSOLE_FONTS_PSFU_GZ) $(BDF) + noinst_DATA = $(ALL_CONSOLE_FONTS_SFM) + + EXTRA_DIST = $(ALL_SUBSFMS) bicon-bdf2psf.pl + + BDF2PSF = $(srcdir)/bicon-bdf2psf.pl + +-CLEANFILES = *.sfm *.psf *.psfu *.psfu.gz *.tmp ++CLEANFILES = *.sfm *.tmp + +-SUFFIXES = .bdf .bdf-maintain .sfm -ltr.sfm .psf -ltr.psf .psfu .psfu.gz ++SUFFIXES = .bdf .bdf-maintain .sfm -ltr.sfm + + # Note: I replaced the non-portable rules below with old suffix way to make + # them portable. But unfortunately this way the dependancies like %.psf: $(BDF) + # do not work anymore :(. Perhaps a check for GNU make should happen... + +-# %.psfu.gz: %.psfu +-.psfu.psfu.gz: +- gzip --best -c $< > $@ +- + # %-set-names: %.bdf + .bdf.bdf-maintain: + $(srcdir)/bdf_set_names $< > $<.tmp && mv -f $<.tmp $< +@@ -37,11 +30,6 @@ SUFFIXES = .bdf .bdf-maintain .sfm -ltr.sfm .psf -ltr. + # %-ltr.sfm: %.sfm + .sfm-ltr.sfm: + $(LN_S) $< $@ +- +-# %.psfu: %.psf %.sfm +-.psf.psfu: +- $(MAKE) $(AM_MAKEFLAGS) $*.sfm +- psfaddtable $*.psf $*.sfm $*.psfu + + bicon-8x16-512.sfm: bicon-ascii.sub-sfm bicon-arabic.sub-sfm bicon-nomarks.sub-sfm + cat $^ > $@ Added: head/shells/bicon/files/patch-font_fonts.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/bicon/files/patch-font_fonts.mk Sun Jun 3 00:21:47 2018 (r471436) @@ -0,0 +1,10 @@ +--- font/fonts.mk.orig 2018-06-02 15:26:11 UTC ++++ font/fonts.mk +@@ -5,7 +5,6 @@ ALL_CONSOLE_FONTS = \ + bicon-8x16-512-marks-ltr + + ALL_CONSOLE_FONTS_SFM = $(ALL_CONSOLE_FONTS:=.sfm) +-ALL_CONSOLE_FONTS_PSFU = $(ALL_CONSOLE_FONTS:=.psfu) + + ALL_SUBSFMS = \ + bicon-ascii.sub-sfm \ Added: head/shells/bicon/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/bicon/pkg-descr Sun Jun 3 00:21:47 2018 (r471436) @@ -0,0 +1,5 @@ +BiCon, short for Bidirectional-Console, is a tool which allows the usage +of Arabic on Linux/Unix consoles or terminal emulators with basic Unicode +rendering support, like gnome-terminal, xterm, or PuTTY. + +WWW: https://www.arabeyes.org/Bicon Added: head/shells/bicon/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/bicon/pkg-plist Sun Jun 3 00:21:47 2018 (r471436) @@ -0,0 +1,41 @@ +bin/bicon +bin/bicon.bin +include/bicon/bconsole.h +include/bicon/bconsole_ligature.h +include/bicon/bconsole_log2con.h +include/bicon/bjoining.h +include/bicon/bjoining_charprop.h +include/bicon/bjoining_compose.h +include/bicon/bjoining_log2cuni.h +include/bicon/bjoining_vis2cuni.h +include/bicon/bjoining_ye.h +lib/bicon/libbconsole.a +lib/bicon/libbconsole.so +lib/bicon/libbconsole.so.0 +lib/bicon/libbconsole.so.0.0.0 +lib/bicon/libbjoining.a +lib/bicon/libbjoining.so +lib/bicon/libbjoining.so.0 +lib/bicon/libbjoining.so.0.0.0 +libdata/pkgconfig/bicon.pc +man/man1/bicon.1.gz +man/man1/bicon.bin.1.gz +%%DATADIR%%/keymap/ae.map.gz +%%DATADIR%%/keymap/arabic.map.gz +%%DATADIR%%/keymap/bh.map.gz +%%DATADIR%%/keymap/dz.map.gz +%%DATADIR%%/keymap/eg.map.gz +%%DATADIR%%/keymap/iq.map.gz +%%DATADIR%%/keymap/ir.map.gz +%%DATADIR%%/keymap/jo.map.gz +%%DATADIR%%/keymap/kw.map.gz +%%DATADIR%%/keymap/lb.map.gz +%%DATADIR%%/keymap/ly.map.gz +%%DATADIR%%/keymap/ma.map.gz +%%DATADIR%%/keymap/om.map.gz +%%DATADIR%%/keymap/qa.map.gz +%%DATADIR%%/keymap/sa.map.gz +%%DATADIR%%/keymap/sd.map.gz +%%DATADIR%%/keymap/sy.map.gz +%%DATADIR%%/keymap/tn.map.gz +%%DATADIR%%/keymap/ye.map.gz From owner-svn-ports-all@freebsd.org Sun Jun 3 00:37:06 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB349FDC249; Sun, 3 Jun 2018 00:37:06 +0000 (UTC) (envelope-from jrm@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 68E4C837F3; Sun, 3 Jun 2018 00:37:06 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 49C8517369; Sun, 3 Jun 2018 00:37:06 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w530b6Mj099413; Sun, 3 Jun 2018 00:37:06 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w530b6ds099410; Sun, 3 Jun 2018 00:37:06 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201806030037.w530b6ds099410@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Sun, 3 Jun 2018 00:37:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471437 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 471437 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.26 Precedence: 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, 03 Jun 2018 00:37:06 -0000 Author: jrm Date: Sun Jun 3 00:37:05 2018 New Revision: 471437 URL: https://svnweb.freebsd.org/changeset/ports/471437 Log: security/vuxml: Fix version ranges for latest Git vulnerabilities Reported by: jbeich Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Jun 3 00:21:47 2018 (r471436) +++ head/security/vuxml/vuln.xml Sun Jun 3 00:37:05 2018 (r471437) @@ -64,7 +64,11 @@ Notes: git git-lite - 2.17.1 + 2.13.7 + 2.142.14.4 + 2.152.15.2 + 2.162.16.4 + 2.172.17.1 From owner-svn-ports-all@freebsd.org Sun Jun 3 00:38:05 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7D75FDC3C4 for ; Sun, 3 Jun 2018 00:38:05 +0000 (UTC) (envelope-from jrm@ftfl.ca) Received: from mail-qk0-f172.google.com (mail-qk0-f172.google.com [209.85.220.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6407483901 for ; Sun, 3 Jun 2018 00:38:05 +0000 (UTC) (envelope-from jrm@ftfl.ca) Received: by mail-qk0-f172.google.com with SMTP id a195-v6so20118195qkg.3 for ; Sat, 02 Jun 2018 17:38:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=E5++Ig9EWWWnsOe34xbzeDcyzEcO35KM5FFTeWxGt4I=; b=a5cr4ArTwYXtTIyWyA2TZDlnRwhZwr95RZshVfiox7aOr3LQY2e77c0KwDgpGwAt56 YgiA70R/Rd+D6SxYdy/Xm80Cen6V4+oUJG2LebIGhgGhfn9iBSyds8orSBHZcVgQaPrr beqdTNhzHzVlhBxRaoTs2XT0jOcnR/qyMeaLDhd95cD/6Ii7264Qdkysqe/3X9C3JXFn OaUoKPTV4flH2eIIGGoJqzbL5ZJVzKIDw921cp4Ywq6L6r+T8dbWbfcl3Xn6kPb+JqFl K/yJUonmTzkx0FJ9R4BeNYB3e24XCNM5YeYRFxeXSEFxRYBbAfWCdazDE7yjpZUC7Q3G B5tw== X-Gm-Message-State: APt69E3K+ucfz7wiscuo1d9F+mTQiHl/zGRt859u99ReNHQOTAmU95LQ 9CJMANIo3WWhg5dZtP9ObyvokA== X-Google-Smtp-Source: ADUXVKJTlFHmRaq30DK90UgaPPFLuCJVL3SM8IEQq8y/6fUI/QJ1qC5rkRKRaRtWc8pNPXoBbHi8JA== X-Received: by 2002:a37:150b:: with SMTP id f11-v6mr14853812qkh.170.1527986278892; Sat, 02 Jun 2018 17:37:58 -0700 (PDT) Received: from phe.ftfl.ca.ftfl.ca (hlfxns017vw-142-68-132-248.dhcp-dynamic.fibreop.ns.bellaliant.net. [142.68.132.248]) by smtp.gmail.com with ESMTPSA id c77-v6sm18834589qkj.3.2018.06.02.17.37.56 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 02 Jun 2018 17:37:56 -0700 (PDT) From: Joseph Mingrone To: Jan Beich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r471404 - head/security/vuxml References: <201806022051.w52KpnY1084315@repo.freebsd.org> Date: Sat, 02 Jun 2018 21:37:55 -0300 In-Reply-To: (Jan Beich's message of "Sun, 03 Jun 2018 01:05:00 +0200") Message-ID: <86y3fwk8m4.fsf@phe.ftfl.ca> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: 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, 03 Jun 2018 00:38:06 -0000 --=-=-= Content-Type: text/plain Jan Beich writes: > Joseph Mingrone writes: >> Author: jrm >> Date: Sat Jun 2 20:51:48 2018 >> New Revision: 471404 >> URL: https://svnweb.freebsd.org/changeset/ports/471404 >> Log: >> security/vuxml: Document devel/git CVEs (2018-11233 and 2018-11235) >> Modified: >> head/security/vuxml/vuln.xml >> Modified: head/security/vuxml/vuln.xml >> ============================================================================== >> --- head/security/vuxml/vuln.xml Sat Jun 2 20:22:16 2018 (r471403) >> +++ head/security/vuxml/vuln.xml Sat Jun 2 20:51:48 2018 (r471404) >> @@ -58,6 +58,45 @@ Notes: >> * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) >> --> >> >> + >> + Git -- Fix memory out-of-bounds and remote code execution vulnerabilities (CVE-2018-11233 and CVE-2018-11235) >> + >> + >> + git >> + git-lite >> + 2.17.1 > Did you miss the following? > * This release contains the same fixes made in the v2.13.7 version of > Git, covering CVE-2018-11233 and 11235, and forward-ported to > v2.14.4, v2.15.2 and v2.16.4 releases. See release notes to > v2.13.7 for details. > For one, I've requested to not backport 2.17.1. > https://lists.freebsd.org/pipermail/svn-ports-head/2018-May/178516.html Thanks. Fixed in r471437. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEVbCTpybDiFVxIrrVNqQMg7DW754FAlsTOGNfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDU1 QjA5M0E3MjZDMzg4NTU3MTIyQkFENTM2QTQwQzgzQjBENkVGOUUACgkQNqQMg7DW 757ACw/+I5SdkNInbpr3S2Lk2sozQTeqEh/+CJzyeTg/xAJwgYpvfwfL2HYxCLKw /0nRzwFifTL6WkJXKlHKiIxvNSP/INIZxSpa4uw6xIMNF9HCliLBb8zZNG8V/yhS uhSZh1jsANyKwpbfkaV+yjtiyE4nfOozrNy8pDFyiqLhdJ3a/WQjf/FVp07AkJfd nSVMaNvnVOZC4QFLfOLjdbGs2Ui9cfj9AO0l70B2ByhB2+7ZeO2WCb5ncMstK5vm egBfNdrNjkECkFsQym895zQM9mmeH1SWY2w6iN4Kwu40LpFE44iGttUa+oDYk/OW 1pe0HmeTFwFtwSVSZgLVlba+W7ISZBNSIgy+2blJarLkbA0H+7y8yLGK9a5r0Kj+ Ag8KfggHjeRZ7PRI+JqpYfsPyd8CSOwULUvTyLgYTeg0rXe6JdH8mtAXrVDOUt47 Hpb2xFbHPAoAwB+fgKcRv9aEt0mEgjFVIVP2Q77FHGG5wYFssmETVd3T3QzPQPfc dhIJTADiFv61zg1MrYLilT6/SDoNi37mOwj4VR2Td33GnuC9l8f9xKAyGjBym4BQ kxRknlk4YToSQjPZz86tTbF1oba75Cuix/OYkVkD7+Z6IdgUgNAenZQFWs1RU+4G VlHHya1FcIz5w7qsnuqpfrgMG/niKzGgHGuDTbQZUZNVILuZcfM= =Mgul -----END PGP SIGNATURE----- --=-=-=-- From owner-svn-ports-all@freebsd.org Sun Jun 3 01:16:56 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D76A0FE0637; Sun, 3 Jun 2018 01:16:56 +0000 (UTC) (envelope-from yuri@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 8789485310; Sun, 3 Jun 2018 01:16:56 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 67A0E17A2E; Sun, 3 Jun 2018 01:16:56 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w531Gux5019733; Sun, 3 Jun 2018 01:16:56 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w531GuU6019732; Sun, 3 Jun 2018 01:16:56 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806030116.w531GuU6019732@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 3 Jun 2018 01:16:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471438 - head/audio X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/audio X-SVN-Commit-Revision: 471438 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.26 Precedence: 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, 03 Jun 2018 01:16:57 -0000 Author: yuri Date: Sun Jun 3 01:16:55 2018 New Revision: 471438 URL: https://svnweb.freebsd.org/changeset/ports/471438 Log: audio/Makefile: Fix of the inadvertently introduced unsortedness. Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sun Jun 3 00:37:05 2018 (r471437) +++ head/audio/Makefile Sun Jun 3 01:16:55 2018 (r471438) @@ -317,8 +317,8 @@ SUBDIR += gtkpod SUBDIR += gtmixer SUBDIR += guidolib - SUBDIR += guspat SUBDIR += guitarix-lv2 + SUBDIR += guspat SUBDIR += gvolwheel SUBDIR += gxmms2 SUBDIR += gxplugins-lv2 From owner-svn-ports-all@freebsd.org Sun Jun 3 01:39:14 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2697CFE269D; Sun, 3 Jun 2018 01:39:14 +0000 (UTC) (envelope-from wen@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 C8CB08621C; Sun, 3 Jun 2018 01:39:13 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A9FC517E06; Sun, 3 Jun 2018 01:39:13 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w531dDaT029900; Sun, 3 Jun 2018 01:39:13 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w531dC3c029896; Sun, 3 Jun 2018 01:39:12 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201806030139.w531dC3c029896@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 3 Jun 2018 01:39:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471439 - in head/devel: . py-cligj X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/devel: . py-cligj X-SVN-Commit-Revision: 471439 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.26 Precedence: 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, 03 Jun 2018 01:39:14 -0000 Author: wen Date: Sun Jun 3 01:39:12 2018 New Revision: 471439 URL: https://svnweb.freebsd.org/changeset/ports/471439 Log: Common arguments and options for GeoJSON processing commands, using Click. cligj is for Python developers who create command line interfaces for geospatial data. cligj allows you to quickly build consistent, well-tested and interoperable CLIs for handling GeoJSON. WWW: https://pypi.python.org/pypi/cliqj PR: 228665 Submitted by: lbartoletti@tuxfamily.org Added: head/devel/py-cligj/ head/devel/py-cligj/Makefile (contents, props changed) head/devel/py-cligj/distinfo (contents, props changed) head/devel/py-cligj/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jun 3 01:16:55 2018 (r471438) +++ head/devel/Makefile Sun Jun 3 01:39:12 2018 (r471439) @@ -4390,6 +4390,7 @@ SUBDIR += py-click-plugins SUBDIR += py-click-threading SUBDIR += py-cliff + SUBDIR += py-cligj SUBDIR += py-clint SUBDIR += py-clonedigger SUBDIR += py-cloudpickle Added: head/devel/py-cligj/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cligj/Makefile Sun Jun 3 01:39:12 2018 (r471439) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= cligj +PORTVERSION= 0.4.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= lbartoletti@tuxfamily.org +COMMENT= Click-based argument and option decorators for Python GIS cli + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>4.0:devel/py-click@${FLAVOR} + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-cligj/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cligj/distinfo Sun Jun 3 01:39:12 2018 (r471439) @@ -0,0 +1,3 @@ +TIMESTAMP = 1527876764 +SHA256 (cligj-0.4.0.tar.gz) = 12ad07994f5c1173b06087ffbaacec52f9ebe4687926e5aacfc22b6b0c8b3f54 +SIZE (cligj-0.4.0.tar.gz) = 7281 Added: head/devel/py-cligj/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cligj/pkg-descr Sun Jun 3 01:39:12 2018 (r471439) @@ -0,0 +1,7 @@ +Common arguments and options for GeoJSON processing commands, using Click. + +cligj is for Python developers who create command line interfaces for +geospatial data. cligj allows you to quickly build consistent, well-tested +and interoperable CLIs for handling GeoJSON. + +WWW: https://pypi.python.org/pypi/cliqj From owner-svn-ports-all@freebsd.org Sun Jun 3 02:07:45 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43041FE4600; Sun, 3 Jun 2018 02:07:45 +0000 (UTC) (envelope-from yuri@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 D543E87491; Sun, 3 Jun 2018 02:07:44 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 AFAE818360; Sun, 3 Jun 2018 02:07:44 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5327iX4045068; Sun, 3 Jun 2018 02:07:44 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5327ha4045060; Sun, 3 Jun 2018 02:07:43 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806030207.w5327ha4045060@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 3 Jun 2018 02:07:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471440 - in head/audio: . beatslash-lv2 beatslash-lv2/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/audio: . beatslash-lv2 beatslash-lv2/files X-SVN-Commit-Revision: 471440 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.26 Precedence: 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, 03 Jun 2018 02:07:45 -0000 Author: yuri Date: Sun Jun 3 02:07:43 2018 New Revision: 471440 URL: https://svnweb.freebsd.org/changeset/ports/471440 Log: New port: audio/beatslash-lv2: LV2 plugins to mangle, slash, repeat and do much more with your beats Added: head/audio/beatslash-lv2/ head/audio/beatslash-lv2/Makefile (contents, props changed) head/audio/beatslash-lv2/distinfo (contents, props changed) head/audio/beatslash-lv2/files/ head/audio/beatslash-lv2/files/patch-wscript (contents, props changed) head/audio/beatslash-lv2/pkg-descr (contents, props changed) head/audio/beatslash-lv2/pkg-plist (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sun Jun 3 01:39:12 2018 (r471439) +++ head/audio/Makefile Sun Jun 3 02:07:43 2018 (r471440) @@ -57,6 +57,7 @@ SUBDIR += baresip SUBDIR += baudline SUBDIR += bcg729 + SUBDIR += beatslash-lv2 SUBDIR += beep SUBDIR += beets SUBDIR += blop Added: head/audio/beatslash-lv2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/beatslash-lv2/Makefile Sun Jun 3 02:07:43 2018 (r471440) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= beatslash +DISTVERSIONPREFIX= v +DISTVERSION= 1.0.2 +CATEGORIES= audio +PKGNAMESUFFIX= -lv2 + +MAINTAINER= yuri@FreeBSD.org +COMMENT= LV2 plugins to mangle, slash, repeat and do much more with your beats + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= lv2>0:audio/lv2 \ + lvtk>0:audio/lvtk +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 + +USES= pkgconfig waf +USE_GITHUB= yes +GH_ACCOUNT= blablack +GH_PROJECT= ${PORTNAME}-lv2 +USE_GNOME= atkmm gdkpixbuf2 gtkmm24 + +post-patch: + @${REINPLACE_CMD} -e 's|#include Added: head/audio/beatslash-lv2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/beatslash-lv2/distinfo Sun Jun 3 02:07:43 2018 (r471440) @@ -0,0 +1,3 @@ +TIMESTAMP = 1527990382 +SHA256 (blablack-beatslash-lv2-v1.0.2_GH0.tar.gz) = 05e76daa7b299d6a35bb451bf9f27f5b0f6e6857ea919ebe26deda6dcb585e22 +SIZE (blablack-beatslash-lv2-v1.0.2_GH0.tar.gz) = 122269 Added: head/audio/beatslash-lv2/files/patch-wscript ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/beatslash-lv2/files/patch-wscript Sun Jun 3 02:07:43 2018 (r471440) @@ -0,0 +1,15 @@ +--- wscript.orig 2018-06-03 01:48:08 UTC ++++ wscript +@@ -29,9 +29,9 @@ def configure(conf): + autowaf.check_pkg(conf, 'gtk+-2.0', uselib_store='GTK2', atleast_version='2.24.0') + autowaf.check_pkg(conf, 'cairo', uselib_store='CAIRO', atleast_version='1.0.0') + autowaf.check_pkg(conf, 'lv2', uselib_store='LV2', atleast_version='1.2.0') +- autowaf.check_pkg(conf, 'lvtk-plugin-1', uselib_store='LVTK_PLUGIN', atleast_version='1.1.1') +- autowaf.check_pkg(conf, 'lvtk-ui-1', uselib_store='LVTK_UI', atleast_version='1.1.1') +- autowaf.check_pkg(conf, 'lvtk-gtkui-1', uselib_store='LVTK_GTKGUI', atleast_version='1.1.1') ++ autowaf.check_pkg(conf, 'lvtk-plugin-2', uselib_store='LVTK_PLUGIN', atleast_version='1.1.1') ++ autowaf.check_pkg(conf, 'lvtk-ui-2', uselib_store='LVTK_UI', atleast_version='1.1.1') ++ autowaf.check_pkg(conf, 'lvtk-gtkui-2', uselib_store='LVTK_GTKGUI', atleast_version='1.1.1') + + check = 'Extended Initializer Lists' + conf.check_cxx(msg = check, Added: head/audio/beatslash-lv2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/beatslash-lv2/pkg-descr Sun Jun 3 02:07:43 2018 (r471440) @@ -0,0 +1,7 @@ +beatslash-lv2 is a set of plugins for live beat repeating and beat slicing. + +Features: +* the beat repeater will repeat the current beat +* the beat slicer will randomly repeat parts of a live sample + +WWW: https://objectivewave.wordpress.com/beatslash-lv2/ Added: head/audio/beatslash-lv2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/beatslash-lv2/pkg-plist Sun Jun 3 02:07:43 2018 (r471440) @@ -0,0 +1,13 @@ +lib/lv2/beatslash.lv2/beatrepeater_mono.so +lib/lv2/beatslash.lv2/beatrepeater_mono.ttl +lib/lv2/beatslash.lv2/beatrepeater_mono_gui.so +lib/lv2/beatslash.lv2/beatrepeater_stereo.so +lib/lv2/beatslash.lv2/beatrepeater_stereo.ttl +lib/lv2/beatslash.lv2/beatrepeater_stereo_gui.so +lib/lv2/beatslash.lv2/beatslicer_mono.so +lib/lv2/beatslash.lv2/beatslicer_mono.ttl +lib/lv2/beatslash.lv2/beatslicer_mono_gui.so +lib/lv2/beatslash.lv2/beatslicer_stereo.so +lib/lv2/beatslash.lv2/beatslicer_stereo.ttl +lib/lv2/beatslash.lv2/beatslicer_stereo_gui.so +lib/lv2/beatslash.lv2/manifest.ttl From owner-svn-ports-all@freebsd.org Sun Jun 3 02:31:35 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3582FE5D7C; Sun, 3 Jun 2018 02:31:34 +0000 (UTC) (envelope-from yuri@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 9937F68091; Sun, 3 Jun 2018 02:31:34 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 7A8A518824; Sun, 3 Jun 2018 02:31:34 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w532VYd5057504; Sun, 3 Jun 2018 02:31:34 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w532VY56057503; Sun, 3 Jun 2018 02:31:34 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806030231.w532VY56057503@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 3 Jun 2018 02:31:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471442 - head/audio X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/audio X-SVN-Commit-Revision: 471442 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.26 Precedence: 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, 03 Jun 2018 02:31:35 -0000 Author: yuri Date: Sun Jun 3 02:31:34 2018 New Revision: 471442 URL: https://svnweb.freebsd.org/changeset/ports/471442 Log: audio/Makefile: Hook bs2b-lv2 to the build Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sun Jun 3 02:30:23 2018 (r471441) +++ head/audio/Makefile Sun Jun 3 02:31:34 2018 (r471442) @@ -64,6 +64,7 @@ SUBDIR += blop-lv2 SUBDIR += boodler SUBDIR += bristol + SUBDIR += bs2b-lv2 SUBDIR += calf-lv2 SUBDIR += cam SUBDIR += cantata From owner-svn-ports-all@freebsd.org Sun Jun 3 02:30:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87CD2FE5B6C; Sun, 3 Jun 2018 02:30:24 +0000 (UTC) (envelope-from yuri@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 37B8B87F15; Sun, 3 Jun 2018 02:30:24 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 14E0B186DA; Sun, 3 Jun 2018 02:30:24 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w532UNTs055165; Sun, 3 Jun 2018 02:30:23 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w532UN5m055162; Sun, 3 Jun 2018 02:30:23 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806030230.w532UN5m055162@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 3 Jun 2018 02:30:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471441 - head/audio/bs2b-lv2 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/audio/bs2b-lv2 X-SVN-Commit-Revision: 471441 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.26 Precedence: 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, 03 Jun 2018 02:30:24 -0000 Author: yuri Date: Sun Jun 3 02:30:23 2018 New Revision: 471441 URL: https://svnweb.freebsd.org/changeset/ports/471441 Log: New port: audio/bs2b-lv2: LV2 plugin for using Bauer stereophonic-to-binaural DSP library Added: head/audio/bs2b-lv2/ head/audio/bs2b-lv2/Makefile (contents, props changed) head/audio/bs2b-lv2/distinfo (contents, props changed) head/audio/bs2b-lv2/pkg-descr (contents, props changed) Added: head/audio/bs2b-lv2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/bs2b-lv2/Makefile Sun Jun 3 02:30:23 2018 (r471441) @@ -0,0 +1,32 @@ +# $FreeBSD$ + +PORTNAME= bs2b +DISTVERSIONPREFIX= v +DISTVERSION= 1.0.0 +CATEGORIES= audio +PKGNAMESUFFIX= -lv2 + +MAINTAINER= yuri@FreeBSD.org +COMMENT= LV2 plugin for using Bauer stereophonic-to-binaural DSP library + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= lv2>0:audio/lv2 \ + lvtk>0:audio/lvtk +LIB_DEPENDS= libbs2b.so:audio/libbs2b + +USES= pkgconfig waf +USE_GITHUB= yes +GH_ACCOUNT= nilninull +GH_PROJECT= ${PORTNAME}-lv2 + +PLIST_FILES= lib/lv2/bs2b.lv2/bs2b.so \ + lib/lv2/bs2b.lv2/bs2b.ttl \ + lib/lv2/bs2b.lv2/bs2b_presets.ttl \ + lib/lv2/bs2b.lv2/manifest.ttl + +post-patch: + @${REINPLACE_CMD} -e "s|'/usr/lib/lv2'|'${PREFIX}/lib/lv2'|" ${WRKSRC}/wscript + +.include Added: head/audio/bs2b-lv2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/bs2b-lv2/distinfo Sun Jun 3 02:30:23 2018 (r471441) @@ -0,0 +1,3 @@ +TIMESTAMP = 1527991899 +SHA256 (nilninull-bs2b-lv2-v1.0.0_GH0.tar.gz) = 951f1332a5f49711f394cfdd17fadfba5410a3d102c97e9dda46f2c6ba08d0eb +SIZE (nilninull-bs2b-lv2-v1.0.0_GH0.tar.gz) = 109906 Added: head/audio/bs2b-lv2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/bs2b-lv2/pkg-descr Sun Jun 3 02:30:23 2018 (r471441) @@ -0,0 +1,4 @@ +bs2b effect plugin for LV2 that allows to improve the human perception of +stereo sound. + +WWW: https://github.com/nilninull/bs2b-lv2 From owner-svn-ports-all@freebsd.org Sun Jun 3 02:50:40 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00708FE758F; Sun, 3 Jun 2018 02:50:40 +0000 (UTC) (envelope-from yuri@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 A6F4E68F76; Sun, 3 Jun 2018 02:50:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 89BE718A4B; Sun, 3 Jun 2018 02:50:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w532odZi066071; Sun, 3 Jun 2018 02:50:39 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w532odwL066070; Sun, 3 Jun 2018 02:50:39 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806030250.w532odwL066070@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 3 Jun 2018 02:50:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471443 - head/math/suitesparse X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/suitesparse X-SVN-Commit-Revision: 471443 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.26 Precedence: 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, 03 Jun 2018 02:50:40 -0000 Author: yuri Date: Sun Jun 3 02:50:39 2018 New Revision: 471443 URL: https://svnweb.freebsd.org/changeset/ports/471443 Log: math/suitesparse: Fix undesirable linking with pre-installed older version PR: 227791 Reported by: John Hein Modified: head/math/suitesparse/Makefile Modified: head/math/suitesparse/Makefile ============================================================================== --- head/math/suitesparse/Makefile Sun Jun 3 02:31:34 2018 (r471442) +++ head/math/suitesparse/Makefile Sun Jun 3 02:50:39 2018 (r471443) @@ -43,6 +43,7 @@ METIS_PATH= ${LOCALBASE}/include/metis CHOLMOD_CONFIG= CFLAGS+= -I${LOCALBASE}/include CXXFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${WRKSRC}/lib # prevent linking with shared libs from the preinstalled older versions MAKE_ARGS+= MY_METIS_LIB="-L${LOCALBASE}/lib -lmetis $(LDFLAGS)" post-patch: From owner-svn-ports-all@freebsd.org Sun Jun 3 03:06:26 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67FC4FE8612; Sun, 3 Jun 2018 03:06:26 +0000 (UTC) (envelope-from yuri@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 19506699F8; Sun, 3 Jun 2018 03:06:26 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 EED0318DB0; Sun, 3 Jun 2018 03:06:25 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5336Pog076130; Sun, 3 Jun 2018 03:06:25 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5336PK2076126; Sun, 3 Jun 2018 03:06:25 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806030306.w5336PK2076126@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 3 Jun 2018 03:06:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471444 - in head/audio: . rkr-lv2 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/audio: . rkr-lv2 X-SVN-Commit-Revision: 471444 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.26 Precedence: 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, 03 Jun 2018 03:06:26 -0000 Author: yuri Date: Sun Jun 3 03:06:24 2018 New Revision: 471444 URL: https://svnweb.freebsd.org/changeset/ports/471444 Log: New port: audio/rkr-lv2: Rakarrack effects as LV2 plugins Added: head/audio/rkr-lv2/ head/audio/rkr-lv2/Makefile (contents, props changed) head/audio/rkr-lv2/distinfo (contents, props changed) head/audio/rkr-lv2/pkg-descr (contents, props changed) head/audio/rkr-lv2/pkg-plist (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sun Jun 3 02:50:39 2018 (r471443) +++ head/audio/Makefile Sun Jun 3 03:06:24 2018 (r471444) @@ -729,6 +729,7 @@ SUBDIR += rioutil SUBDIR += ripit SUBDIR += ripperx + SUBDIR += rkr-lv2 SUBDIR += rosegarden SUBDIR += rplay SUBDIR += rsynth Added: head/audio/rkr-lv2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/rkr-lv2/Makefile Sun Jun 3 03:06:24 2018 (r471444) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= rkr +DISTVERSIONPREFIX= beta_ +DISTVERSION= 2-2 +DISTVERSIONSUFFIX= -gd8c17d3 +CATEGORIES= audio +PKGNAMESUFFIX= -lv2 + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Rakarrack effects as LV2 plugins + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= lv2>0:audio/lv2 +LIB_DEPENDS= libfftw3.so:math/fftw3 \ + libsamplerate.so:audio/libsamplerate + +USES= cmake:outsource pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= ssj71 +GH_PROJECT= ${PORTNAME}lv2 + +DATADIR= ${PREFIX}/share/${PORTNAME}.lv2 + +.include Added: head/audio/rkr-lv2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/rkr-lv2/distinfo Sun Jun 3 03:06:24 2018 (r471444) @@ -0,0 +1,3 @@ +TIMESTAMP = 1527994411 +SHA256 (ssj71-rkrlv2-beta_2-2-gd8c17d3_GH0.tar.gz) = 2254fd87d6dce7beaea65075d85369ef7957aaa9decd6d5e0038059e21d68272 +SIZE (ssj71-rkrlv2-beta_2-2-gd8c17d3_GH0.tar.gz) = 679797 Added: head/audio/rkr-lv2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/rkr-lv2/pkg-descr Sun Jun 3 03:06:24 2018 (r471444) @@ -0,0 +1,10 @@ +rkr has 42 effects: EQ Lineal, Compressor, Distortion, Overdrive, Echo, Chorus, +Phaser, Flanger, Reverb , Parametric EQ, Wah Wah, Alienwha, Harmonizer etc. +The effects are procesed in cascade... The order of effects are configurable by +the user. + +The state of rack can be saved as 'presets'. Sets of presets can be stored as +'banks'. The rack also has an integrated tuner and can receive MIDI control +orders and can send MIDI notes to MIDI devices like synthesizers. + +WWW: https://github.com/ssj71/rkrlv2 Added: head/audio/rkr-lv2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/rkr-lv2/pkg-plist Sun Jun 3 03:06:24 2018 (r471444) @@ -0,0 +1,309 @@ +lib/lv2/rkr.lv2/90-Shifter.dly +lib/lv2/rkr.lv2/Basic_LR_Delay.dly +lib/lv2/rkr.lv2/Chamber.rvb +lib/lv2/rkr.lv2/Comb.dly +lib/lv2/rkr.lv2/Concrete_Stairwell.rvb +lib/lv2/rkr.lv2/EchoFlange.dly +lib/lv2/rkr.lv2/Filtered_Echo.dly +lib/lv2/rkr.lv2/Flange_plus_Echo.dly +lib/lv2/rkr.lv2/Guitar_Ambience.rvb +lib/lv2/rkr.lv2/Hall.rvb +lib/lv2/rkr.lv2/Large_Hall.rvb +lib/lv2/rkr.lv2/Large_Room.rvb +lib/lv2/rkr.lv2/Med_Hall.rvb +lib/lv2/rkr.lv2/Multi-Chorus.dly +lib/lv2/rkr.lv2/Notch-Wah.dly +lib/lv2/rkr.lv2/PingPong.dly +lib/lv2/rkr.lv2/Santa_Lucia.rvb +lib/lv2/rkr.lv2/Short_Delays.dly +lib/lv2/rkr.lv2/Studio.rvb +lib/lv2/rkr.lv2/SwingPong.dly +lib/lv2/rkr.lv2/Twilight.rvb +lib/lv2/rkr.lv2/alienwah.ttl +lib/lv2/rkr.lv2/alienwah_presets.ttl +lib/lv2/rkr.lv2/aphas.ttl +lib/lv2/rkr.lv2/aphas_presets.ttl +lib/lv2/rkr.lv2/arpie.ttl +lib/lv2/rkr.lv2/arpie_presets.ttl +lib/lv2/rkr.lv2/cab.ttl +lib/lv2/rkr.lv2/chorus.ttl +lib/lv2/rkr.lv2/chorus_presets.ttl +lib/lv2/rkr.lv2/coilcrafter.ttl +lib/lv2/rkr.lv2/coilcrafter_presets.ttl +lib/lv2/rkr.lv2/comp.ttl +lib/lv2/rkr.lv2/comp_presets.ttl +lib/lv2/rkr.lv2/compband.ttl +lib/lv2/rkr.lv2/compband_presets.ttl +lib/lv2/rkr.lv2/dere.ttl +lib/lv2/rkr.lv2/dere_presets.ttl +lib/lv2/rkr.lv2/dist.ttl +lib/lv2/rkr.lv2/dist_presets.ttl +lib/lv2/rkr.lv2/distband.ttl +lib/lv2/rkr.lv2/distband_presets.ttl +lib/lv2/rkr.lv2/dual_flange.ttl +lib/lv2/rkr.lv2/dual_flange_presets.ttl +lib/lv2/rkr.lv2/echo.ttl +lib/lv2/rkr.lv2/echo_presets.ttl +lib/lv2/rkr.lv2/echotron.ttl +lib/lv2/rkr.lv2/echotron_presets.ttl +lib/lv2/rkr.lv2/echoverse.ttl +lib/lv2/rkr.lv2/echoverse_presets.ttl +lib/lv2/rkr.lv2/eql.ttl +lib/lv2/rkr.lv2/eqp.ttl +lib/lv2/rkr.lv2/exciter.ttl +lib/lv2/rkr.lv2/exciter_presets.ttl +lib/lv2/rkr.lv2/expander.ttl +lib/lv2/rkr.lv2/expander_presets.ttl +lib/lv2/rkr.lv2/gate.ttl +lib/lv2/rkr.lv2/gate_presets.ttl +lib/lv2/rkr.lv2/harm.ttl +lib/lv2/rkr.lv2/harm_no_midi.ttl +lib/lv2/rkr.lv2/harm_no_midi_presets.ttl +lib/lv2/rkr.lv2/inf.ttl +lib/lv2/rkr.lv2/inf_presets.ttl +lib/lv2/rkr.lv2/manifest.ttl +lib/lv2/rkr.lv2/mdel.ttl +lib/lv2/rkr.lv2/mdel_presets.ttl +lib/lv2/rkr.lv2/mutromojo.ttl +lib/lv2/rkr.lv2/mutromojo_presets.ttl +lib/lv2/rkr.lv2/otrem.ttl +lib/lv2/rkr.lv2/otrem_presets.ttl +lib/lv2/rkr.lv2/pan.ttl +lib/lv2/rkr.lv2/pan_presets.ttl +lib/lv2/rkr.lv2/phas.ttl +lib/lv2/rkr.lv2/phas_presets.ttl +lib/lv2/rkr.lv2/reve.ttl +lib/lv2/rkr.lv2/reve_presets.ttl +lib/lv2/rkr.lv2/reverbtron.ttl +lib/lv2/rkr.lv2/reverbtron_presets.ttl +lib/lv2/rkr.lv2/ring.ttl +lib/lv2/rkr.lv2/ring_presets.ttl +lib/lv2/rkr.lv2/rkrlv2.so +lib/lv2/rkr.lv2/sequence.ttl +lib/lv2/rkr.lv2/sequence_presets.ttl +lib/lv2/rkr.lv2/shelfboost.ttl +lib/lv2/rkr.lv2/shelfboost_presets.ttl +lib/lv2/rkr.lv2/shifter.ttl +lib/lv2/rkr.lv2/shifter_presets.ttl +lib/lv2/rkr.lv2/shuffle.ttl +lib/lv2/rkr.lv2/shuffle_presets.ttl +lib/lv2/rkr.lv2/stereoharm_no_midi.ttl +lib/lv2/rkr.lv2/stereoharm_no_midi_presets.ttl +lib/lv2/rkr.lv2/stomp.ttl +lib/lv2/rkr.lv2/stomp_presets.ttl +lib/lv2/rkr.lv2/stompfuzz.ttl +lib/lv2/rkr.lv2/sustain.ttl +lib/lv2/rkr.lv2/sustain_presets.ttl +lib/lv2/rkr.lv2/synthfilter.ttl +lib/lv2/rkr.lv2/synthfilter_presets.ttl +lib/lv2/rkr.lv2/valve.ttl +lib/lv2/rkr.lv2/valve_presets.ttl +lib/lv2/rkr.lv2/varyband.ttl +lib/lv2/rkr.lv2/varyband_presets.ttl +lib/lv2/rkr.lv2/vibe.ttl +lib/lv2/rkr.lv2/vibe_presets.ttl +lib/lv2/rkr.lv2/vocoder.ttl +lib/lv2/rkr.lv2/vocoder_presets.ttl +lib/lv2/rkr.lv2/wha.ttl +lib/lv2/rkr.lv2/wha_presets.ttl +%%DATADIR%%/12 Strings Crazy.carxp +%%DATADIR%%/12 Strings Down.carxp +%%DATADIR%%/12 Strings.carxp +%%DATADIR%%/90-Shifter.dly +%%DATADIR%%/Acoustic Bright.carxp +%%DATADIR%%/Acoustic Chorus.carxp +%%DATADIR%%/Acoustic Sparkle.carxp +%%DATADIR%%/Acoustic.carxp +%%DATADIR%%/All is Lost.carxp +%%DATADIR%%/Ambience.carxp +%%DATADIR%%/Ambient Flange.carxp +%%DATADIR%%/Amp.carxp +%%DATADIR%%/Angel's Chorus.carxp +%%DATADIR%%/Arppeg Sprinkler.carxp +%%DATADIR%%/Aural Phaser.carxp +%%DATADIR%%/Auto Wah 2.carxp +%%DATADIR%%/Auto Wah.carxp +%%DATADIR%%/AutoYa.carxp +%%DATADIR%%/AutoYiYa.carxp +%%DATADIR%%/Aymimadre.carxp +%%DATADIR%%/Backward Tumble.carxp +%%DATADIR%%/Ballada Duet Gm *.carxp +%%DATADIR%%/Ballada Solo.carxp +%%DATADIR%%/Basic_LR_Delay.dly +%%DATADIR%%/Bass.carxp +%%DATADIR%%/Big Stack.carxp +%%DATADIR%%/BlowMoeJo.carxp +%%DATADIR%%/Bright Size.carxp +%%DATADIR%%/C Melody.carxp +%%DATADIR%%/Cathedral Swell.carxp +%%DATADIR%%/Chamber.rvb +%%DATADIR%%/Charred Violets.carxp +%%DATADIR%%/Chinese Lead.carxp +%%DATADIR%%/Chorus Riff.carxp +%%DATADIR%%/Circle Tremolo.carxp +%%DATADIR%%/Classic Chorus.carxp +%%DATADIR%%/Classic WF.carxp +%%DATADIR%%/Clean Smack Back.carxp +%%DATADIR%%/Clean Swirl.carxp +%%DATADIR%%/Clean Tremolo.carxp +%%DATADIR%%/Clean Twirl.carxp +%%DATADIR%%/Clean-2.carxp +%%DATADIR%%/Clean-A-Duet *.carxp +%%DATADIR%%/CleanChord.carxp +%%DATADIR%%/Comb.dly +%%DATADIR%%/Comphaser.carxp +%%DATADIR%%/Concrete_Stairwell.rvb +%%DATADIR%%/CrunchPhaser.carxp +%%DATADIR%%/D Flange.carxp +%%DATADIR%%/Dark Alley.carxp +%%DATADIR%%/Delayed Chorus.carxp +%%DATADIR%%/Dig For Shift.carxp +%%DATADIR%%/Diode Overdose.carxp +%%DATADIR%%/Dirty Junk.carxp +%%DATADIR%%/Dist Dead.carxp +%%DATADIR%%/Dist-4.carxp +%%DATADIR%%/Dist-Duet-A7 *.carxp +%%DATADIR%%/Dist-WahWah-1.carxp +%%DATADIR%%/Double Tremolo.carxp +%%DATADIR%%/Dreamland.carxp +%%DATADIR%%/EboWeboAmiYeebo.carxp +%%DATADIR%%/EchoFlange.dly +%%DATADIR%%/EchoPhase.carxp +%%DATADIR%%/Edgy.carxp +%%DATADIR%%/Envelope YaYa.carxp +%%DATADIR%%/Extreme.carxp +%%DATADIR%%/Falling in Fantasy.carxp +%%DATADIR%%/Filtered_Echo.dly +%%DATADIR%%/Flange_plus_Echo.dly +%%DATADIR%%/Floyd Trip.carxp +%%DATADIR%%/Funk Wah.carxp +%%DATADIR%%/Funk-1.carxp +%%DATADIR%%/Gary Loaded.carxp +%%DATADIR%%/Gary Moded.carxp +%%DATADIR%%/Gary Mooore.carxp +%%DATADIR%%/GibSoonMur.carxp +%%DATADIR%%/GibSoonMurDouble.carxp +%%DATADIR%%/GibSoonMurder.carxp +%%DATADIR%%/Go with Him.carxp +%%DATADIR%%/Goin through a phase.carxp +%%DATADIR%%/Goog Bye.carxp +%%DATADIR%%/Guitar_Ambience.rvb +%%DATADIR%%/Hall.rvb +%%DATADIR%%/Hard Rock Amp.carxp +%%DATADIR%%/Heaven Garden.carxp +%%DATADIR%%/Helicopter.carxp +%%DATADIR%%/Hendrix.carxp +%%DATADIR%%/Ignited.carxp +%%DATADIR%%/Igniter.carxp +%%DATADIR%%/Insanity Mojo.carxp +%%DATADIR%%/JZ Power.carxp +%%DATADIR%%/Jazz Bright Chorus.carxp +%%DATADIR%%/Jazz Hall.carxp +%%DATADIR%%/Jazz Vibrato.carxp +%%DATADIR%%/Jet Flanger.carxp +%%DATADIR%%/JimiVibe.carxp +%%DATADIR%%/JimiVibe2.carxp +%%DATADIR%%/Joe.carxp +%%DATADIR%%/JoeMoeJo.carxp +%%DATADIR%%/Large_Hall.rvb +%%DATADIR%%/Large_Room.rvb +%%DATADIR%%/Like Pat.carxp +%%DATADIR%%/Lil Blue.carxp +%%DATADIR%%/Lil Dirty.carxp +%%DATADIR%%/Live Punk Show.carxp +%%DATADIR%%/Med_Hall.rvb +%%DATADIR%%/Melon Collie II.carxp +%%DATADIR%%/Melon Collie.carxp +%%DATADIR%%/Metal Amp.carxp +%%DATADIR%%/Metal Tone.carxp +%%DATADIR%%/Metal.carxp +%%DATADIR%%/MetalAmpOverloaded.carxp +%%DATADIR%%/MetalAmpReloaded.carxp +%%DATADIR%%/MetalAmploaded.carxp +%%DATADIR%%/Mild Clean.carxp +%%DATADIR%%/Mono Arpeg.carxp +%%DATADIR%%/Multi-Chorus.dly +%%DATADIR%%/Multichorus.carxp +%%DATADIR%%/Music.carxp +%%DATADIR%%/Mutation.carxp +%%DATADIR%%/Naranja One.carxp +%%DATADIR%%/Nasty.carxp +%%DATADIR%%/Noise Synth.carxp +%%DATADIR%%/Nostalgia.carxp +%%DATADIR%%/Notch-Wah.dly +%%DATADIR%%/OctaVibe - Dirty Echo.carxp +%%DATADIR%%/Octaflange - Dirty.carxp +%%DATADIR%%/Octaflange.carxp +%%DATADIR%%/Old Pat.carxp +%%DATADIR%%/Old Tavern.carxp +%%DATADIR%%/Overdrive.carxp +%%DATADIR%%/Oxygen.carxp +%%DATADIR%%/Oxygenated.carxp +%%DATADIR%%/Padpeg.carxp +%%DATADIR%%/Panalog Phaser.carxp +%%DATADIR%%/Phasetron.carxp +%%DATADIR%%/PingPong.dly +%%DATADIR%%/Pitch Vibrato.carxp +%%DATADIR%%/PongChor.carxp +%%DATADIR%%/Quasi Acoustic.carxp +%%DATADIR%%/Rain Echo.carxp +%%DATADIR%%/RandYa.carxp +%%DATADIR%%/Random Eyes.carxp +%%DATADIR%%/Reverse delay ambience.carxp +%%DATADIR%%/Rhythm.carxp +%%DATADIR%%/Rhythmic Vibes.carxp +%%DATADIR%%/Rock Amp.carxp +%%DATADIR%%/Rock Band 2.carxp +%%DATADIR%%/Rock Band.carxp +%%DATADIR%%/Rodent Airlines.carxp +%%DATADIR%%/Rolling Echo.carxp +%%DATADIR%%/Santa_Lucia.rvb +%%DATADIR%%/Satriani 2.carxp +%%DATADIR%%/Satriani.carxp +%%DATADIR%%/SeqDist.carxp +%%DATADIR%%/Shall.carxp +%%DATADIR%%/Shall2.carxp +%%DATADIR%%/Short_Delays.dly +%%DATADIR%%/Slap Echo.carxp +%%DATADIR%%/Soft Dist.carxp +%%DATADIR%%/Soft Stereo.carxp +%%DATADIR%%/Sounds and-a-log.carxp +%%DATADIR%%/Sounds on Sound.carxp +%%DATADIR%%/Space Invasion.carxp +%%DATADIR%%/Spandex.carxp +%%DATADIR%%/StartButton.carxp +%%DATADIR%%/Stereo Ecstasy.carxp +%%DATADIR%%/Stereo Tremolo.carxp +%%DATADIR%%/Stereo Vibrato.carxp +%%DATADIR%%/Stereo.carxp +%%DATADIR%%/Steve Dist 2.carxp +%%DATADIR%%/Steve Distortion.carxp +%%DATADIR%%/Studio.rvb +%%DATADIR%%/SubOctave.carxp +%%DATADIR%%/Succulent Clean.carxp +%%DATADIR%%/Suction Flange +dist.carxp +%%DATADIR%%/Suction II.carxp +%%DATADIR%%/Suction.carxp +%%DATADIR%%/Summer at the Beach.carxp +%%DATADIR%%/Summer at the Pit.carxp +%%DATADIR%%/Summer at the Pool.carxp +%%DATADIR%%/Surf's Up.carxp +%%DATADIR%%/SwingPong.dly +%%DATADIR%%/Swirly.carxp +%%DATADIR%%/Talk to me.carxp +%%DATADIR%%/Talk-Clean.carxp +%%DATADIR%%/The Trooper.carxp +%%DATADIR%%/Tight Rock.carxp +%%DATADIR%%/Trash Chorus.carxp +%%DATADIR%%/TriadEchoes.carxp +%%DATADIR%%/Tricky Dick.carxp +%%DATADIR%%/Trigger Chorus.carxp +%%DATADIR%%/Trippy Harmo.carxp +%%DATADIR%%/True Heavy-3.carxp +%%DATADIR%%/Twilight.rvb +%%DATADIR%%/Underwater I.carxp +%%DATADIR%%/Violin Distortion.carxp +%%DATADIR%%/Violin.carxp +%%DATADIR%%/VocoHarm.carxp +%%DATADIR%%/Voy Pa Alla.carxp +%%DATADIR%%/Warm Chorus.carxp From owner-svn-ports-all@freebsd.org Sun Jun 3 03:25:12 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30A97FE9B57; Sun, 3 Jun 2018 03:25:12 +0000 (UTC) (envelope-from xride@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 DA3B76A5BF; Sun, 3 Jun 2018 03:25:11 +0000 (UTC) (envelope-from xride@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 BA41E1912C; Sun, 3 Jun 2018 03:25:11 +0000 (UTC) (envelope-from xride@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w533PBaP086185; Sun, 3 Jun 2018 03:25:11 GMT (envelope-from xride@FreeBSD.org) Received: (from xride@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w533PAfq086181; Sun, 3 Jun 2018 03:25:10 GMT (envelope-from xride@FreeBSD.org) Message-Id: <201806030325.w533PAfq086181@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: xride set sender to xride@FreeBSD.org using -f From: Soeren Straarup Date: Sun, 3 Jun 2018 03:25:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471445 - in head/astro/phoon: . files X-SVN-Group: ports-head X-SVN-Commit-Author: xride X-SVN-Commit-Paths: in head/astro/phoon: . files X-SVN-Commit-Revision: 471445 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.26 Precedence: 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, 03 Jun 2018 03:25:12 -0000 Author: xride Date: Sun Jun 3 03:25:10 2018 New Revision: 471445 URL: https://svnweb.freebsd.org/changeset/ports/471445 Log: Update to 14Aug2014 Deleted: head/astro/phoon/files/patch-astro.h Modified: head/astro/phoon/Makefile head/astro/phoon/distinfo head/astro/phoon/files/patch-Makefile head/astro/phoon/files/patch-phoon.c Modified: head/astro/phoon/Makefile ============================================================================== --- head/astro/phoon/Makefile Sun Jun 3 03:06:24 2018 (r471444) +++ head/astro/phoon/Makefile Sun Jun 3 03:25:10 2018 (r471445) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= phoon -PORTVERSION= 2005 +PORTVERSION= 2014 CATEGORIES= astro MASTER_SITES= http://www.acme.com/software/phoon/ -PKGNAMESUFFIX= _29jun +PKGNAMESUFFIX= _14Aug DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}${PORTVERSION} MAINTAINER= xride@FreeBSD.org Modified: head/astro/phoon/distinfo ============================================================================== --- head/astro/phoon/distinfo Sun Jun 3 03:06:24 2018 (r471444) +++ head/astro/phoon/distinfo Sun Jun 3 03:25:10 2018 (r471445) @@ -1,2 +1,3 @@ -SHA256 (phoon_29jun2005.tar.gz) = 3578bc3e7d364500eb39dfe135ce63c3ead41dcc67a22d19ba13037e107c5ace -SIZE (phoon_29jun2005.tar.gz) = 17450 +TIMESTAMP = 1527981336 +SHA256 (phoon_14Aug2014.tar.gz) = bad9b5e37ccaf76a10391cc1fa4aff9654e54814be652b443853706db18ad7c1 +SIZE (phoon_14Aug2014.tar.gz) = 17693 Modified: head/astro/phoon/files/patch-Makefile ============================================================================== --- head/astro/phoon/files/patch-Makefile Sun Jun 3 03:06:24 2018 (r471444) +++ head/astro/phoon/files/patch-Makefile Sun Jun 3 03:25:10 2018 (r471445) @@ -1,6 +1,6 @@ ---- Makefile.orig 2003-01-21 03:04:36 UTC +--- Makefile.orig 2014-08-11 19:14:07 UTC +++ Makefile -@@ -1,15 +1,15 @@ +@@ -1,17 +1,14 @@ # Makefile for phoon -BINDIR = /usr/local/bin @@ -11,17 +11,18 @@ DEFINES = -DOS_BSD #DEFINES = -DOS_SYSV --CC = gcc --CFLAGS = -O $(DEFINES) -+CC ?= gcc -+CFLAGS += $(DEFINES) +-CC = cc +-CFLAGS = -O $(DEFINES) -ansi -pedantic -U__STRICT_ANSI__ -Wall -Wpointer-arith -Wshadow -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wno-long-long ++CC ?= cc ++CFLAGS += $(DEFINES) -ansi -pedantic -Wall -Wno-long-long -Wmissing-prototypes -Wstrict-prototypes -LDFLAGS = -s -+#LDFLAGS = -s - - +- +- all: phoon -@@ -24,7 +24,7 @@ date_parse.o: date_parse.h + + phoon: phoon.o date_parse.o astro.o +@@ -24,7 +21,7 @@ date_parse.o: date_parse.h astro.o: astro.h install: all Modified: head/astro/phoon/files/patch-phoon.c ============================================================================== --- head/astro/phoon/files/patch-phoon.c Sun Jun 3 03:06:24 2018 (r471444) +++ head/astro/phoon/files/patch-phoon.c Sun Jun 3 03:25:10 2018 (r471445) @@ -1,11 +1,11 @@ ---- phoon.c.orig 2005-05-20 19:10:24 UTC +--- phoon.c.orig 2014-06-29 23:07:16 UTC +++ phoon.c -@@ -354,7 +354,7 @@ putmoon( time_t t, int numlines, char* a - struct tm* tmP; - double jd, pctphase, angphase, cphase, aom, cdist, cangdia, csund, csuang; - double phases[2], which[2]; -- long clocknow; -+ time_t clocknow; - int atflrlen, atflridx, numcols, lin, col, midlin; - double mcap, yrad, xrad, y, xright, xleft; - int colright, colleft; +@@ -534,7 +534,7 @@ main( int argc, char** argv ) + if ( argc - argn == 0 ) + { + /* No arguments present - use the current date and time. */ +- t = time( (time_t) 0 ); ++ t = time( NULL ); + } + else if ( argc - argn == 1 || argc - argn == 2 || argc - argn == 3 ) + { From owner-svn-ports-all@freebsd.org Sun Jun 3 04:47:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E19BFF26CF; Sun, 3 Jun 2018 04:47:33 +0000 (UTC) (envelope-from yuri@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 3DD206E43A; Sun, 3 Jun 2018 04:47:33 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 19FAD19EAA; Sun, 3 Jun 2018 04:47:33 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w534lWkP026414; Sun, 3 Jun 2018 04:47:32 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w534lWOv026413; Sun, 3 Jun 2018 04:47:32 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806030447.w534lWOv026413@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 3 Jun 2018 04:47:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471446 - head/graphics/gmic X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/graphics/gmic X-SVN-Commit-Revision: 471446 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.26 Precedence: 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, 03 Jun 2018 04:47:33 -0000 Author: yuri Date: Sun Jun 3 04:47:32 2018 New Revision: 471446 URL: https://svnweb.freebsd.org/changeset/ports/471446 Log: graphics/gmic: Correct the BROKEN_xx statement Modified: head/graphics/gmic/Makefile Modified: head/graphics/gmic/Makefile ============================================================================== --- head/graphics/gmic/Makefile Sun Jun 3 03:25:10 2018 (r471445) +++ head/graphics/gmic/Makefile Sun Jun 3 04:47:32 2018 (r471446) @@ -18,7 +18,7 @@ LICENSE_NAME= CeCILL LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -BROKEN_FreeBSD_10= error: "c++ crashes, clang-5 and 6 fail: undefined reference to `__atomic_load'" +BROKEN_i386= error: "c++ crashes, clang-5 and 6 fail: undefined reference to `__atomic_load'" BUILD_DEPENDS= ${LOCALBASE}/include/CImg.h:graphics/cimg LIB_DEPENDS= libfftw3.so:math/fftw3 \ From owner-svn-ports-all@freebsd.org Sun Jun 3 05:22:59 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A9E8FF5E40; Sun, 3 Jun 2018 05:22:59 +0000 (UTC) (envelope-from yuri@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 50CC270010; Sun, 3 Jun 2018 05:22:59 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 335841A510; Sun, 3 Jun 2018 05:22:59 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w535Mwcd046270; Sun, 3 Jun 2018 05:22:58 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w535Mw3D046269; Sun, 3 Jun 2018 05:22:58 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806030522.w535Mw3D046269@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 3 Jun 2018 05:22:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471447 - head/audio/guitarix-lv2 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/audio/guitarix-lv2 X-SVN-Commit-Revision: 471447 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.26 Precedence: 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, 03 Jun 2018 05:22:59 -0000 Author: yuri Date: Sun Jun 3 05:22:58 2018 New Revision: 471447 URL: https://svnweb.freebsd.org/changeset/ports/471447 Log: audio/guitarix-lv2: Add the required font dependency Modified: head/audio/guitarix-lv2/Makefile Modified: head/audio/guitarix-lv2/Makefile ============================================================================== --- head/audio/guitarix-lv2/Makefile Sun Jun 3 04:47:32 2018 (r471446) +++ head/audio/guitarix-lv2/Makefile Sun Jun 3 05:22:58 2018 (r471447) @@ -2,6 +2,7 @@ PORTNAME= guitarix DISTVERSION= 0.37.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/ PKGNAMESUFFIX= -lv2 @@ -15,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= lv2>0:audio/lv2 \ ${LOCALBASE}/include/fftw3.h:math/fftw3 \ + roboto-fonts-ttf>0:x11-fonts/roboto-fonts-ttf \ ladspa>0:audio/ladspa # https://sourceforge.net/p/guitarix/bugs/61/ LIB_DEPENDS= libavahi-common.so:net/avahi-app \ libboost_system.so:devel/boost-libs \ @@ -30,6 +32,7 @@ LIB_DEPENDS= libavahi-common.so:net/avahi-app \ libsratom-0.so:audio/sratom \ libzita-convolver.so:audio/zita-convolver \ libzita-resampler.so:audio/zita-resampler +RUN_DEPENDS= roboto-fonts-ttf>0:x11-fonts/roboto-fonts-ttf USES= eigen:3 libarchive localbase:ldflags pkgconfig \ python:build readline waf tar:xz From owner-svn-ports-all@freebsd.org Sun Jun 3 05:59:06 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 557A8EF9D94; Sun, 3 Jun 2018 05:59:06 +0000 (UTC) (envelope-from acm@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 0436A714B6; Sun, 3 Jun 2018 05:59:06 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D252B1A9FD; Sun, 3 Jun 2018 05:59:05 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w535x5ZX061716; Sun, 3 Jun 2018 05:59:05 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w535x4V6061710; Sun, 3 Jun 2018 05:59:04 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201806030559.w535x4V6061710@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 3 Jun 2018 05:59:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471448 - in head/www: . sogo4 sogo4-activesync sogo4/files X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: in head/www: . sogo4 sogo4-activesync sogo4/files X-SVN-Commit-Revision: 471448 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.26 Precedence: 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, 03 Jun 2018 05:59:06 -0000 Author: acm Date: Sun Jun 3 05:59:04 2018 New Revision: 471448 URL: https://svnweb.freebsd.org/changeset/ports/471448 Log: - New ports: www/sogo4 and sogo4-activesync SOGo is a fully supported and trusted groupware server with a focus on scalability and open standards. It provides a rich AJAX-based Web interface and supports multiple native clients through the use of standard protocols such as CalDAV, CardDAV and GroupDAV. WWW: http://sogo.nu/ Added: head/www/sogo4/ - copied from r467853, head/www/sogo3/ head/www/sogo4-activesync/ - copied from r467854, head/www/sogo3-activesync/ head/www/sogo4/files/pkg-message.in (contents, props changed) Deleted: head/www/sogo4/pkg-message Modified: head/www/Makefile head/www/sogo4-activesync/Makefile head/www/sogo4/Makefile head/www/sogo4/distinfo head/www/sogo4/pkg-plist Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Jun 3 05:22:58 2018 (r471447) +++ head/www/Makefile Sun Jun 3 05:59:04 2018 (r471448) @@ -2252,6 +2252,8 @@ SUBDIR += sogo2-activesync SUBDIR += sogo3 SUBDIR += sogo3-activesync + SUBDIR += sogo4 + SUBDIR += sogo4-activesync SUBDIR += spawn-fcgi SUBDIR += spdylay SUBDIR += spreadlogd Modified: head/www/sogo4-activesync/Makefile ============================================================================== --- head/www/sogo3-activesync/Makefile Sat Apr 21 02:54:05 2018 (r467854) +++ head/www/sogo4-activesync/Makefile Sun Jun 3 05:59:04 2018 (r471448) @@ -2,12 +2,12 @@ PKGNAMESUFFIX= -activesync -MAINTAINER= euan@potensol.com +MAINTAINER= acm@FreeBSD.org -CONFLICTS= sogo[2-3]-[0-9]* +CONFLICTS= sogo[2-4]-[0-9]* sogo[2-3]-activesync-[0-9]* OPTIONS_SLAVE= ACTIVESYNC -MASTERDIR= ${.CURDIR}/../sogo3 +MASTERDIR= ${.CURDIR}/../sogo4 .include "${MASTERDIR}/Makefile" Modified: head/www/sogo4/Makefile ============================================================================== --- head/www/sogo3/Makefile Sat Apr 21 00:36:33 2018 (r467853) +++ head/www/sogo4/Makefile Sun Jun 3 05:59:04 2018 (r471448) @@ -1,28 +1,25 @@ -# Created by: Euan Thoms # $FreeBSD$ -PORTNAME= sogo3 -PORTVERSION= 3.2.10 -PORTREVISION= 2 +PORTNAME= sogo4 +PORTVERSION= 4.0.0 CATEGORIES= www gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOGo-${PORTVERSION} -MAINTAINER= euan@potensol.com +MAINTAINER= acm@FreeBSD.org COMMENT= Groupware server with a focus on scalability and open standards LICENSE= GPLv2 LIB_DEPENDS= libmemcached.so:databases/libmemcached \ libcurl.so:ftp/curl \ - libDOM.so:devel/sope3 + libDOM.so:devel/sope4 RUN_DEPENDS= zip:archivers/zip -OPTIONS_DEFINE= ACTIVESYNC +OPTIONS_DEFINE= ACTIVESYNC OPTIONS_SUB= yes ACTIVESYNC_DESC= Enable support for ActiveSync protocol - ACTIVESYNC_LIB_DEPENDS= libwbxml2.so:textproc/wbxml2 USERS= sogod @@ -32,13 +29,14 @@ USES= gnustep ssl objc USE_GNUSTEP= base build USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}/sogo -CONFLICTS?= sogo[2-3]-activesync-[0-9]* sogo2-[0-9]* +CONFLICTS?= sogo[2-4]-activesync-[0-9]* sogo[2-3]-[0-9]* USE_RC_SUBR= sogod +SUB_FILES+= pkg-message SUB_LIST+= GNUSTEP_LOCAL_TOOLS=${GNUSTEP_LOCAL_TOOLS} \ GNUSTEP_MAKEFILES=${GNUSTEP_MAKEFILES} -ETCDIR= ${PREFIX}/etc/${PORTNAME:S/3//} +ETCDIR= ${PREFIX}/etc/${PORTNAME:S/4//} CONFIGURE_ARGS= --disable-debug --enable-strip post-patch: Modified: head/www/sogo4/distinfo ============================================================================== --- head/www/sogo3/distinfo Sat Apr 21 00:36:33 2018 (r467853) +++ head/www/sogo4/distinfo Sun Jun 3 05:59:04 2018 (r471448) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501809262 -SHA256 (SOGo-3.2.10.tar.gz) = 63828a93d15c30c84a7955d44962373d428697770e875ce5a9a5367378caf04e -SIZE (SOGo-3.2.10.tar.gz) = 32644083 +TIMESTAMP = 1524271756 +SHA256 (SOGo-4.0.0.tar.gz) = b7f3fc762259f63f05b3d9fcfe3eca5126dc0a1183135fd7c29ddecd5dd9e25c +SIZE (SOGo-4.0.0.tar.gz) = 34458610 Added: head/www/sogo4/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/sogo4/files/pkg-message.in Sun Jun 3 05:59:04 2018 (r471448) @@ -0,0 +1,59 @@ +############################################################################### + +SOGo 4 was installed + +In order to run the sogo daemon (sogod), you will need to create and configure +the main configuration file, e.g.: + +cp -p %%LOCALBASE%%/etc/sogo/sogo.conf.sample %%LOCALBASE%%/etc/sogo/sogo.conf + +And to allow the service to run at system startup, add sogod_enable="YES" +in your rc.conf. + +If you need to allow email alarms (notifications) for calendar events, copy +the sample credentials file: + +cp -p %%LOCALBASE%%/etc/sogo/ealarms-notify.creds.sample \ + %%LOCALBASE%%/etc/sogo/ealarms-notify.creds + +Then replace the username:password with appropriate credentials for SMTP AUTH +sending capabilities. + +Then copy the sample cron executable: + +cp -p %%LOCALBASE%%/GNUstep/Local/Tools/Admin/cron-ealarms-notify.sample \ + %%LOCALBASE%%/GNUstep/Local/Tools/Admin/cron-ealarms-notify + +And edit this file to suit your server timezone (e.g. TZ=Africa/Algiers). + +Then add the following lines to the root users' crontab (crontab -e): + +# Process email reminders every minute +* * * * * %%LOCALBASE%%/GNUstep/Local/Tools/Admin/cron-ealarms-notify + +If you need to automatically purge vacation messages from users sieve scripts, +copy the sample credentials file: + +cp -p ${LOCALBASE}/etc/sogo/expire-autoreply.creds.sample \ + %%LOCALBASE%%/etc/sogo/expire-autoreply.creds + +Then replace the username:password with appropriate credentials for your +IMAP servers' sieve account. + +Then copy the sample cron executable: + +cp -p %%LOCALBASE%%/GNUstep/Local/Tools/Admin/cron-expire-autoreply.sample \ + %%LOCALBASE%%/GNUstep/Local/Tools/Admin/cron-expire-autoreply + +And edit this file to suit your server timezone (e.g. TZ=Africa/Algiers). + +Then add the following lines to the root users' crontab (crontab -e): + +# Vacation messages expiration +# The credentials file should contain the sieve admin credentials (username:passwd) +0 0 * * * %%LOCALBASE%%/GNUstep/Local/Tools/Admin/cron-expire-autoreply + +For more information about using SOGo, visit: +http://www.sogo.nu/downloads/documentation.html + +############################################################################### Modified: head/www/sogo4/pkg-plist ============================================================================== --- head/www/sogo3/pkg-plist Sat Apr 21 00:36:33 2018 (r467853) +++ head/www/sogo4/pkg-plist Sun Jun 3 05:59:04 2018 (r471448) @@ -1,80 +1,80 @@ GNUstep/Local/Library/Frameworks/SOGo.framework/Headers GNUstep/Local/Library/Frameworks/SOGo.framework/Resources -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/BSONCodec.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/CardElement+SOGo.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/DOMNode+SOGo.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/EOBitmaskQualifier.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/EOQualifier+SOGoCacheObject.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/GCSSpecialQueries+SOGoCacheObject.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/LDAPSource.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/LDAPSourceSchema.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/NSArray+DAV.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/NSArray+Utilities.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/NSCalendarDate+SOGo.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/NSData+Crypto.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/NSDictionary+DAV.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/NSDictionary+URL.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/NSDictionary+Utilities.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/NSNull+Utilities.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/NSNumber+Utilities.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/NSObject+DAV.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/NSObject+Utilities.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/NSString+Crypto.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/NSString+DAV.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/NSString+Utilities.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/NSURL+DAV.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoAuthenticator.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoBuild.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoCASSession.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoCache.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoCacheGCSFolder.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoCacheGCSObject.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoCacheObject.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoConstants.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoContentObject.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoCredentialsFile.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoDAVAuthenticator.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoDateFormatter.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoDefaultsSource.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoDomainDefaults.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoFolder.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoGCSFolder.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoGroup.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoLDAPDefaults.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoMailer.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoObject.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoParentFolder.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoPermissions.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoProductLoader.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoProxyAuthenticator.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoSession.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoSieveManager.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoSource.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoStartupLogger.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoStaticAuthenticator.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoSystemDefaults.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoTextTemplateFile.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoUser.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoUserDefaults.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoUserFolder.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoUserManager.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoUserProfile.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoWebAuthenticator.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoWebDAVAclManager.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SOGoWebDAVValue.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/SQLSource.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/WOContext+SOGo.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/WORequest+SOGo.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/WOResourceManager+SOGo.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Headers/WOResponse+SOGo.h -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Resources/CASLogoutRequestMap.plist -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Resources/DAVReportMap.plist -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Resources/Info-gnustep.plist -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/Resources/SOGoDefaults.plist -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/sogo/SOGo -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/sogo/libSOGo.so -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/sogo/libSOGo.so.3 -GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/3/sogo/libSOGo.so.%%VERSION%% +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/BSONCodec.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/CardElement+SOGo.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/DOMNode+SOGo.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/EOBitmaskQualifier.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/EOQualifier+SOGoCacheObject.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/GCSSpecialQueries+SOGoCacheObject.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/LDAPSource.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/LDAPSourceSchema.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/NSArray+DAV.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/NSArray+Utilities.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/NSCalendarDate+SOGo.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/NSData+Crypto.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/NSDictionary+DAV.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/NSDictionary+URL.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/NSDictionary+Utilities.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/NSNull+Utilities.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/NSNumber+Utilities.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/NSObject+DAV.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/NSObject+Utilities.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/NSString+Crypto.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/NSString+DAV.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/NSString+Utilities.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/NSURL+DAV.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoAuthenticator.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoBuild.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoCASSession.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoCache.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoCacheGCSFolder.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoCacheGCSObject.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoCacheObject.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoConstants.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoContentObject.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoCredentialsFile.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoDAVAuthenticator.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoDateFormatter.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoDefaultsSource.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoDomainDefaults.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoFolder.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoGCSFolder.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoGroup.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoLDAPDefaults.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoMailer.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoObject.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoParentFolder.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoPermissions.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoProductLoader.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoProxyAuthenticator.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoSession.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoSieveManager.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoSource.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoStartupLogger.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoStaticAuthenticator.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoSystemDefaults.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoTextTemplateFile.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoUser.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoUserDefaults.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoUserFolder.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoUserManager.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoUserProfile.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoWebAuthenticator.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoWebDAVAclManager.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SOGoWebDAVValue.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/SQLSource.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/WOContext+SOGo.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/WORequest+SOGo.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/WOResourceManager+SOGo.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Headers/WOResponse+SOGo.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Resources/CASLogoutRequestMap.plist +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Resources/DAVReportMap.plist +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Resources/Info-gnustep.plist +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/Resources/SOGoDefaults.plist +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/sogo/SOGo +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/sogo/libSOGo.so +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/sogo/libSOGo.so.4 +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/4/sogo/libSOGo.so.%%VERSION%% GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/Current GNUstep/Local/Library/Frameworks/SOGo.framework/sogo/SOGo GNUstep/Local/Library/Frameworks/SOGo.framework/sogo/libSOGo.so @@ -571,11 +571,11 @@ GNUstep/Local/Library/Libraries/sogo/libNGCards.so GNUstep/Local/Library/Libraries/sogo/libNGCards.so.4.9 GNUstep/Local/Library/Libraries/sogo/libNGCards.so.4.9.0 GNUstep/Local/Library/Libraries/sogo/libSOGo.so -GNUstep/Local/Library/Libraries/sogo/libSOGo.so.3 +GNUstep/Local/Library/Libraries/sogo/libSOGo.so.4 GNUstep/Local/Library/Libraries/sogo/libSOGo.so.%%VERSION%% GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so -GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.3.2 -GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.3.2.0 +GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.4.0 +GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.%%VERSION%% GNUstep/Local/Library/OCSTypeModels/appointment-oracle.ocs GNUstep/Local/Library/OCSTypeModels/appointment.ocs GNUstep/Local/Library/OCSTypeModels/contact-oracle.ocs @@ -589,6 +589,7 @@ GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resou GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Basque.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Catalan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/ChineseChina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Croatian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Czech.lproj/Localizable.strings @@ -628,6 +629,7 @@ GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Basque.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Catalan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/ChineseChina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Croatian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Czech.lproj/Localizable.strings @@ -669,6 +671,7 @@ GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Ara GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Basque.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Catalan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/ChineseChina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Croatian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Czech.lproj/Localizable.strings @@ -708,6 +711,7 @@ GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Ara GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Basque.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Catalan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/ChineseChina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Croatian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Czech.lproj/Localizable.strings @@ -746,6 +750,7 @@ GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/A GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Basque.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Catalan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/ChineseChina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Croatian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Czech.lproj/Localizable.strings @@ -786,6 +791,7 @@ GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resour GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Basque.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Catalan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/ChineseChina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Croatian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Czech.lproj/Localizable.strings @@ -824,6 +830,7 @@ GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Arabi GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Basque.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Catalan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/ChineseChina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Croatian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Czech.lproj/Localizable.strings @@ -858,6 +865,10 @@ GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoM GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCatalanForward.wo/SOGoMailCatalanForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCatalanReply.wo/SOGoMailCatalanReply.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCatalanReply.wo/SOGoMailCatalanReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailChineseChinaForward.wo/SOGoMailChineseChinaForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailChineseChinaForward.wo/SOGoMailChineseChinaForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailChineseChinaReply.wo/SOGoMailChineseChinaReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailChineseChinaReply.wo/SOGoMailChineseChinaReply.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailChineseTaiwanForward.wo/SOGoMailChineseTaiwanForward.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailChineseTaiwanForward.wo/SOGoMailChineseTaiwanForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailChineseTaiwanReply.wo/SOGoMailChineseTaiwanReply.html @@ -994,6 +1005,7 @@ GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Ara GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Basque.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Catalan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/ChineseChina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Croatian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Czech.lproj/Localizable.strings @@ -1040,6 +1052,8 @@ GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Brazi GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Catalan.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Catalan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/ChineseChina.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/ChineseChina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/ChineseTaiwan.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Croatian.lproj/Locale @@ -1118,6 +1132,7 @@ GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resource GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Basque.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Catalan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/ChineseChina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Croatian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Czech.lproj/Localizable.strings @@ -1156,6 +1171,7 @@ GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/ GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Basque.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Catalan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/ChineseChina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Croatian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Czech.lproj/Localizable.strings @@ -1220,6 +1236,7 @@ GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxCon GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxListEditor.wox GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxListView.wox GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartAlternativeViewer.wox +GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartEncryptedViewer.wox GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartExternalHTMLViewer.wox GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartHTMLViewer.wox GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartICalViewer.wox @@ -1266,6 +1283,9 @@ GNUstep/Local/Library/SOGo/Templates/SOGoACLBrazilianP GNUstep/Local/Library/SOGo/Templates/SOGoACLCatalanAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLCatalanModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLCatalanRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLChineseChinaAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLChineseChinaModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLChineseChinaRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLChineseTaiwanAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLChineseTaiwanModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLChineseTaiwanRemovalAdvisory.wox @@ -1361,6 +1381,8 @@ GNUstep/Local/Library/SOGo/Templates/SOGoFolderBrazili GNUstep/Local/Library/SOGo/Templates/SOGoFolderBrazilianPortugueseRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderCatalanAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderCatalanRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderChineseChinaAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderChineseChinaRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderChineseTaiwanAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderChineseTaiwanRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderCroatianAdditionAdvisory.wox @@ -1576,6 +1598,8 @@ GNUstep/Local/Library/SOGo/WebServerResources/fonts/Ma GNUstep/Local/Library/SOGo/WebServerResources/fonts/MaterialIcons-Regular.woff GNUstep/Local/Library/SOGo/WebServerResources/fonts/MaterialIcons-Regular.woff2 GNUstep/Local/Library/SOGo/WebServerResources/img/cardboard-transp.png +GNUstep/Local/Library/SOGo/WebServerResources/img/certificate-off.svg +GNUstep/Local/Library/SOGo/WebServerResources/img/certificate.svg GNUstep/Local/Library/SOGo/WebServerResources/img/felt-transp.png GNUstep/Local/Library/SOGo/WebServerResources/img/ic_person_grey_24px.svg GNUstep/Local/Library/SOGo/WebServerResources/img/inverse.png @@ -1611,6 +1635,7 @@ GNUstep/Local/Library/SOGo/WebServerResources/js/Commo GNUstep/Local/Library/SOGo/WebServerResources/js/Common/navController.js GNUstep/Local/Library/SOGo/WebServerResources/js/Common/range.filter.js GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgAvatarImage.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgBlockToggle.directive.js GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgCheckmark.directive.js GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgColorPicker.directive.js GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgCompile.directive.js @@ -1695,12 +1720,15 @@ GNUstep/Local/Library/SOGo/WebServerResources/js/Sched GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/sgCalendarDayBlock.directive.js GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/sgCalendarDayTable.directive.js GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/sgCalendarGhost.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/sgCalendarListEvent.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/sgCalendarListItem.directive.js GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/sgCalendarMonthDay.directive.js GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/sgCalendarMonthEvent.directive.js GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/sgCalendarScrollView.directive.js GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/sgCategoryStylesheet.directive.js GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/sgDraggableCalendarBlock.directive.js GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/sgNowLine.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/theme.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/FileSaver.min.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/FileSaver.min.js.map GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-animate.js @@ -1748,11 +1776,13 @@ GNUstep/Local/Library/SOGo/WebServerResources/js/vendo GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/eu.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/fi.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/fr.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/he.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/hr.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/hu.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/is.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/it.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/lt.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/lv.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/mk.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/nb.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/nl.js @@ -1775,6 +1805,7 @@ GNUstep/Local/Library/SOGo/WebServerResources/js/vendo GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/base64image/LICENSE.md GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/base64image/README.md GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/base64image/dialogs/base64image.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/colordialog/dialogs/colordialog.css GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/colordialog/dialogs/colordialog.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/dialog/dialogDefinition.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/div/dialogs/div.js @@ -1788,6 +1819,7 @@ GNUstep/Local/Library/SOGo/WebServerResources/js/vendo GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/link/images/hidpi/anchor.png GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/pastefromword/filter/default.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/scayt/LICENSE.md +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/scayt/dialogs/dialog.css GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/scayt/dialogs/options.js GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/scayt/dialogs/toolbar.css GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/table/dialogs/table.js From owner-svn-ports-all@freebsd.org Sun Jun 3 06:00:43 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4872CEFA02D; Sun, 3 Jun 2018 06:00:43 +0000 (UTC) (envelope-from antoine@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 EDFE1715FD; Sun, 3 Jun 2018 06:00:42 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CF11A1AA0C; Sun, 3 Jun 2018 06:00:42 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5360gST061933; Sun, 3 Jun 2018 06:00:42 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5360gU0061932; Sun, 3 Jun 2018 06:00:42 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201806030600.w5360gU0061932@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 3 Jun 2018 06:00:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471449 - head/devel/py-pyicu X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/devel/py-pyicu X-SVN-Commit-Revision: 471449 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.26 Precedence: 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, 03 Jun 2018 06:00:43 -0000 Author: antoine Date: Sun Jun 3 06:00:42 2018 New Revision: 471449 URL: https://svnweb.freebsd.org/changeset/ports/471449 Log: Add back USE_CXXSTD and unbreak Reported by: pkg-fallout Modified: head/devel/py-pyicu/Makefile Modified: head/devel/py-pyicu/Makefile ============================================================================== --- head/devel/py-pyicu/Makefile Sun Jun 3 05:59:04 2018 (r471448) +++ head/devel/py-pyicu/Makefile Sun Jun 3 06:00:42 2018 (r471449) @@ -18,6 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libicudata.so:devel/icu USES= compiler:c++11-lang python +USE_CXXSTD= c++11 USE_PYTHON= distutils autoplist MAKE_ENV+= PYICU_INCLUDES="${LOCALBASE}/include" \ From owner-svn-ports-all@freebsd.org Sun Jun 3 06:06:51 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C099AEFACA0; Sun, 3 Jun 2018 06:06:51 +0000 (UTC) (envelope-from acm@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 6E83B71CD4; Sun, 3 Jun 2018 06:06:51 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4F7091AB95; Sun, 3 Jun 2018 06:06:51 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5366pid067024; Sun, 3 Jun 2018 06:06:51 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5366oTH067020; Sun, 3 Jun 2018 06:06:50 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201806030606.w5366oTH067020@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 3 Jun 2018 06:06:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471450 - in head/www: sogo2 sogo2-activesync sogo3 sogo3-activesync X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: in head/www: sogo2 sogo2-activesync sogo3 sogo3-activesync X-SVN-Commit-Revision: 471450 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.26 Precedence: 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, 03 Jun 2018 06:06:52 -0000 Author: acm Date: Sun Jun 3 06:06:50 2018 New Revision: 471450 URL: https://svnweb.freebsd.org/changeset/ports/471450 Log: - Add CONFLICTS - Bump PORTREVISION - Pass maintainership to me Approved by: maintainer (timeout 21 days) Modified: head/www/sogo2-activesync/Makefile head/www/sogo2/Makefile head/www/sogo3-activesync/Makefile head/www/sogo3/Makefile Modified: head/www/sogo2-activesync/Makefile ============================================================================== --- head/www/sogo2-activesync/Makefile Sun Jun 3 06:00:42 2018 (r471449) +++ head/www/sogo2-activesync/Makefile Sun Jun 3 06:06:50 2018 (r471450) @@ -1,10 +1,11 @@ # $FreeBSD$ +PORTREVISION= 1 PKGNAMESUFFIX= -activesync -MAINTAINER= euan@potensol.com +MAINTAINER= acm@FreeBSD.org -CONFLICTS= sogo2-[0-9]* sogo3-[0-9]* +CONFLICTS= sogo[2-4]-[0-9]* sogo[3-4]-activesync-[0-9]* OPTIONS_SLAVE= ACTIVESYNC Modified: head/www/sogo2/Makefile ============================================================================== --- head/www/sogo2/Makefile Sun Jun 3 06:00:42 2018 (r471449) +++ head/www/sogo2/Makefile Sun Jun 3 06:06:50 2018 (r471450) @@ -3,12 +3,12 @@ PORTNAME= sogo2 PORTVERSION= 2.3.23 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOGo-${PORTVERSION} -MAINTAINER= euan@potensol.com +MAINTAINER= acm@FreeBSD.org COMMENT= Groupware server with a focus on scalability and open standards LICENSE= GPLv2 @@ -31,7 +31,7 @@ USES= gnustep ssl objc USE_GNUSTEP= base build USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}/sogo -CONFLICTS?= sogo2-activesync-[0-9]* sogo3-activesync-[0-9]* +CONFLICTS?= sogo[2-4]-activesync-[0-9]* sogo[3-4]-[0-9]* USE_RC_SUBR= sogod Modified: head/www/sogo3-activesync/Makefile ============================================================================== --- head/www/sogo3-activesync/Makefile Sun Jun 3 06:00:42 2018 (r471449) +++ head/www/sogo3-activesync/Makefile Sun Jun 3 06:06:50 2018 (r471450) @@ -1,10 +1,11 @@ # $FreeBSD$ +PORTREVISION= 1 PKGNAMESUFFIX= -activesync -MAINTAINER= euan@potensol.com +MAINTAINER= acm@FreeBSD.org -CONFLICTS= sogo[2-3]-[0-9]* +CONFLICTS= sogo[2-4]-[0-9]* sogo2-activesync-[0-9]* sogo4-activesync-[0-9]* OPTIONS_SLAVE= ACTIVESYNC Modified: head/www/sogo3/Makefile ============================================================================== --- head/www/sogo3/Makefile Sun Jun 3 06:00:42 2018 (r471449) +++ head/www/sogo3/Makefile Sun Jun 3 06:06:50 2018 (r471450) @@ -3,12 +3,12 @@ PORTNAME= sogo3 PORTVERSION= 3.2.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOGo-${PORTVERSION} -MAINTAINER= euan@potensol.com +MAINTAINER= acm@FreeBSD.org COMMENT= Groupware server with a focus on scalability and open standards LICENSE= GPLv2 @@ -32,7 +32,7 @@ USES= gnustep ssl objc USE_GNUSTEP= base build USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}/sogo -CONFLICTS?= sogo[2-3]-activesync-[0-9]* sogo2-[0-9]* +CONFLICTS?= sogo[2-4]-activesync-[0-9]* sogo2-[0-9]* sogo4-[0-9]* USE_RC_SUBR= sogod From owner-svn-ports-all@freebsd.org Sun Jun 3 06:09:43 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0FC1EEFB0BB; Sun, 3 Jun 2018 06:09:43 +0000 (UTC) (envelope-from acm@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 B5C4B71E2E; Sun, 3 Jun 2018 06:09:42 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 96C8F1AB98; Sun, 3 Jun 2018 06:09:42 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5369giw067238; Sun, 3 Jun 2018 06:09:42 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5369gPI067236; Sun, 3 Jun 2018 06:09:42 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201806030609.w5369gPI067236@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 3 Jun 2018 06:09:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471451 - in head/devel: sope2 sope3 X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: in head/devel: sope2 sope3 X-SVN-Commit-Revision: 471451 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.26 Precedence: 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, 03 Jun 2018 06:09:43 -0000 Author: acm Date: Sun Jun 3 06:09:41 2018 New Revision: 471451 URL: https://svnweb.freebsd.org/changeset/ports/471451 Log: - Pass maintainership to me Approved by: maintainer (timeout 21 days) Modified: head/devel/sope2/Makefile head/devel/sope3/Makefile Modified: head/devel/sope2/Makefile ============================================================================== --- head/devel/sope2/Makefile Sun Jun 3 06:06:50 2018 (r471450) +++ head/devel/sope2/Makefile Sun Jun 3 06:09:41 2018 (r471451) @@ -8,7 +8,7 @@ CATEGORIES= devel gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOPE-${PORTVERSION} -MAINTAINER= euan@potensol.com +MAINTAINER= acm@FreeBSD.org COMMENT= Extensive set of GNUstep web application frameworks LICENSE= LGPL20 Modified: head/devel/sope3/Makefile ============================================================================== --- head/devel/sope3/Makefile Sun Jun 3 06:06:50 2018 (r471450) +++ head/devel/sope3/Makefile Sun Jun 3 06:09:41 2018 (r471451) @@ -8,7 +8,7 @@ CATEGORIES= devel gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOPE-${PORTVERSION} -MAINTAINER= euan@potensol.com +MAINTAINER= acm@FreeBSD.org COMMENT= Extensive set of GNUstep web application frameworks LICENSE= LGPL20 From owner-svn-ports-all@freebsd.org Sun Jun 3 06:31:10 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE4FAEFD2FE; Sun, 3 Jun 2018 06:31:10 +0000 (UTC) (envelope-from acm@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 74941729FC; Sun, 3 Jun 2018 06:31:10 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 53E341AF08; Sun, 3 Jun 2018 06:31:10 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w536VAqP079687; Sun, 3 Jun 2018 06:31:10 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w536V9Q9079684; Sun, 3 Jun 2018 06:31:09 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201806030631.w536V9Q9079684@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 3 Jun 2018 06:31:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471452 - head/lang/ldc X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/lang/ldc X-SVN-Commit-Revision: 471452 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.26 Precedence: 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, 03 Jun 2018 06:31:11 -0000 Author: acm Date: Sun Jun 3 06:31:09 2018 New Revision: 471452 URL: https://svnweb.freebsd.org/changeset/ports/471452 Log: - Update to 1.9.0 (jit support was dropped with llvm < 5.0). It doesn't compile with llvm 5.x on FreeBSD Modified: head/lang/ldc/Makefile head/lang/ldc/distinfo head/lang/ldc/pkg-plist Modified: head/lang/ldc/Makefile ============================================================================== --- head/lang/ldc/Makefile Sun Jun 3 06:09:41 2018 (r471451) +++ head/lang/ldc/Makefile Sun Jun 3 06:31:09 2018 (r471452) @@ -1,9 +1,7 @@ -# Created by: Alonso Cardenas Marquez # $FreeBSD$ PORTNAME= ldc -PORTVERSION= 1.7.0 -PORTREVISION= 2 +PORTVERSION= 1.9.0 CATEGORIES= lang MASTER_SITES= https://github.com/ldc-developers/ldc/releases/download/v${PORTVERSION}/:source \ https://github.com/ldc-developers/ldc/releases/download/v${BOOTVER}/:bootstrap Modified: head/lang/ldc/distinfo ============================================================================== --- head/lang/ldc/distinfo Sun Jun 3 06:09:41 2018 (r471451) +++ head/lang/ldc/distinfo Sun Jun 3 06:31:09 2018 (r471452) @@ -1,5 +1,5 @@ -TIMESTAMP = 1517340071 -SHA256 (ldc-1.7.0-src.tar.gz) = 7cd46140ca3e4ca0d52c352e5b694d4d5336898ed4f02c3e18e0eafd69dd18bd -SIZE (ldc-1.7.0-src.tar.gz) = 6529435 +TIMESTAMP = 1525807496 +SHA256 (ldc-1.9.0-src.tar.gz) = e3f32a4dfcaae12f434e0e23638684faa83765827e7f2deb2df059dccc3169b9 +SIZE (ldc-1.9.0-src.tar.gz) = 6560330 SHA256 (ldc-0.17.5-src.tar.gz) = 7aa540a135f9fa1ee9722cad73100a8f3600a07f9a11d199d8be68887cc90008 SIZE (ldc-0.17.5-src.tar.gz) = 5006161 Modified: head/lang/ldc/pkg-plist ============================================================================== --- head/lang/ldc/pkg-plist Sun Jun 3 06:09:41 2018 (r471451) +++ head/lang/ldc/pkg-plist Sun Jun 3 06:31:09 2018 (r471452) @@ -15,6 +15,7 @@ include/d/core/internal/abort.d include/d/core/internal/arrayop.d include/d/core/internal/convert.d include/d/core/internal/hash.d +include/d/core/internal/parseoptions.d include/d/core/internal/spinlock.d include/d/core/internal/string.d include/d/core/internal/traits.d @@ -70,6 +71,21 @@ include/d/core/sys/darwin/pthread.d include/d/core/sys/darwin/sys/cdefs.d include/d/core/sys/darwin/sys/event.d include/d/core/sys/darwin/sys/mman.d +include/d/core/sys/dragonflybsd/dlfcn.d +include/d/core/sys/dragonflybsd/execinfo.d +include/d/core/sys/dragonflybsd/netinet/in_.d +include/d/core/sys/dragonflybsd/pthread_np.d +include/d/core/sys/dragonflybsd/sys/_bitset.d +include/d/core/sys/dragonflybsd/sys/_cpuset.d +include/d/core/sys/dragonflybsd/sys/cdefs.d +include/d/core/sys/dragonflybsd/sys/elf.d +include/d/core/sys/dragonflybsd/sys/elf32.d +include/d/core/sys/dragonflybsd/sys/elf64.d +include/d/core/sys/dragonflybsd/sys/elf_common.d +include/d/core/sys/dragonflybsd/sys/event.d +include/d/core/sys/dragonflybsd/sys/link_elf.d +include/d/core/sys/dragonflybsd/sys/mman.d +include/d/core/sys/dragonflybsd/time.d include/d/core/sys/freebsd/dlfcn.d include/d/core/sys/freebsd/execinfo.d include/d/core/sys/freebsd/netinet/in_.d @@ -385,7 +401,6 @@ include/d/ldc/arrayinit.d include/d/ldc/asan.d include/d/ldc/attributes.d include/d/ldc/dcompute.d -include/d/ldc/dynamic_compile.d include/d/ldc/eh_asm.S include/d/ldc/eh_msvc.d include/d/ldc/gccbuiltins_aarch64.di @@ -396,10 +411,11 @@ include/d/ldc/gccbuiltins_s390.di include/d/ldc/gccbuiltins_x86.di include/d/ldc/internal/vararg.di include/d/ldc/intrinsics.di +include/d/ldc/libfuzzer.di include/d/ldc/llvmasm.di include/d/ldc/msvc.c include/d/ldc/object.d -include/d/ldc/profile.d +include/d/ldc/profile.di include/d/ldc/simd.di include/d/std/algorithm/comparison.d include/d/std/algorithm/internal.d @@ -466,8 +482,10 @@ include/d/std/digest/ripemd.d include/d/std/digest/sha.d include/d/std/encoding.d include/d/std/exception.d +include/d/std/experimental/all.d include/d/std/experimental/allocator/building_blocks/affix_allocator.d include/d/std/experimental/allocator/building_blocks/allocator_list.d +include/d/std/experimental/allocator/building_blocks/ascending_page_allocator.d include/d/std/experimental/allocator/building_blocks/bitmapped_block.d include/d/std/experimental/allocator/building_blocks/bucketizer.d include/d/std/experimental/allocator/building_blocks/fallback_allocator.d @@ -539,6 +557,7 @@ include/d/std/regex/internal/ir.d include/d/std/regex/internal/kickstart.d include/d/std/regex/internal/parser.d include/d/std/regex/internal/tests.d +include/d/std/regex/internal/tests2.d include/d/std/regex/internal/thompson.d include/d/std/regex/package.d include/d/std/signals.d @@ -556,31 +575,25 @@ include/d/std/utf.d include/d/std/uuid.d include/d/std/variant.d include/d/std/windows/charset.d -include/d/std/windows/iunknown.d include/d/std/windows/registry.d include/d/std/windows/syserror.d include/d/std/xml.d include/d/std/zip.d include/d/std/zlib.d lib/libdruntime-ldc-debug-shared.so -lib/libdruntime-ldc-debug-shared.so.2.0.77 -lib/libdruntime-ldc-debug-shared.so.77 +lib/libdruntime-ldc-debug-shared.so.2.0.79 +lib/libdruntime-ldc-debug-shared.so.79 lib/libdruntime-ldc-debug.a lib/libdruntime-ldc-shared.so -lib/libdruntime-ldc-shared.so.2.0.77 -lib/libdruntime-ldc-shared.so.77 +lib/libdruntime-ldc-shared.so.2.0.79 +lib/libdruntime-ldc-shared.so.79 lib/libdruntime-ldc.a -lib/libldc-jit-rt.a -lib/libldc-jit.so -lib/libldc-jit.so.2.0.77 -lib/libldc-jit.so.77 -lib/libldc-profile-rt.a lib/libphobos2-ldc-debug-shared.so -lib/libphobos2-ldc-debug-shared.so.2.0.77 -lib/libphobos2-ldc-debug-shared.so.77 +lib/libphobos2-ldc-debug-shared.so.2.0.79 +lib/libphobos2-ldc-debug-shared.so.79 lib/libphobos2-ldc-debug.a lib/libphobos2-ldc-shared.so -lib/libphobos2-ldc-shared.so.2.0.77 -lib/libphobos2-ldc-shared.so.77 +lib/libphobos2-ldc-shared.so.2.0.79 +lib/libphobos2-ldc-shared.so.79 lib/libphobos2-ldc.a @dir include/d/etc/c/zlib From owner-svn-ports-all@freebsd.org Sun Jun 3 06:32:27 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86D3EEFD71F; Sun, 3 Jun 2018 06:32:27 +0000 (UTC) (envelope-from acm@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 3A8B572C65; Sun, 3 Jun 2018 06:32:27 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1C5351B05F; Sun, 3 Jun 2018 06:32:27 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w536WR0h082114; Sun, 3 Jun 2018 06:32:27 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w536WQLo082112; Sun, 3 Jun 2018 06:32:26 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201806030632.w536WQLo082112@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 3 Jun 2018 06:32:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471453 - head/devel/dub X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/devel/dub X-SVN-Commit-Revision: 471453 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.26 Precedence: 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, 03 Jun 2018 06:32:27 -0000 Author: acm Date: Sun Jun 3 06:32:26 2018 New Revision: 471453 URL: https://svnweb.freebsd.org/changeset/ports/471453 Log: - Update to 1.9.0 Modified: head/devel/dub/Makefile head/devel/dub/distinfo Modified: head/devel/dub/Makefile ============================================================================== --- head/devel/dub/Makefile Sun Jun 3 06:31:09 2018 (r471452) +++ head/devel/dub/Makefile Sun Jun 3 06:32:26 2018 (r471453) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dub -PORTVERSION= 1.7.1 +PORTVERSION= 1.9.0 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -9,7 +9,7 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Package and build manager for D applications and libraries LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE.txt +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ldmd2:lang/ldc LIB_DEPENDS= libcurl.so:ftp/curl Modified: head/devel/dub/distinfo ============================================================================== --- head/devel/dub/distinfo Sun Jun 3 06:31:09 2018 (r471452) +++ head/devel/dub/distinfo Sun Jun 3 06:32:26 2018 (r471453) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517502585 -SHA256 (dlang-dub-v1.7.1_GH0.tar.gz) = baa8c533f59d83f74e89c06f5ec7e52daf3becb227c7177a9eeab7159ba86dbc -SIZE (dlang-dub-v1.7.1_GH0.tar.gz) = 1150989 +TIMESTAMP = 1528006563 +SHA256 (dlang-dub-v1.9.0_GH0.tar.gz) = 48f7387e93977d0ece686106c9725add2c4f5f36250da33eaa0dbb66900f9d57 +SIZE (dlang-dub-v1.9.0_GH0.tar.gz) = 1248971 From owner-svn-ports-all@freebsd.org Sun Jun 3 06:38:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2A4BEFE021; Sun, 3 Jun 2018 06:38:07 +0000 (UTC) (envelope-from acm@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 65C2B72EF6; Sun, 3 Jun 2018 06:38:07 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 444CA1B06A; Sun, 3 Jun 2018 06:38:07 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w536c7YB082512; Sun, 3 Jun 2018 06:38:07 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w536c6QI082508; Sun, 3 Jun 2018 06:38:06 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201806030638.w536c6QI082508@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 3 Jun 2018 06:38:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471454 - in head/devel: . stdx-allocator X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: in head/devel: . stdx-allocator X-SVN-Commit-Revision: 471454 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.26 Precedence: 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, 03 Jun 2018 06:38:07 -0000 Author: acm Date: Sun Jun 3 06:38:05 2018 New Revision: 471454 URL: https://svnweb.freebsd.org/changeset/ports/471454 Log: - New port: devel/stdx-allocator Extracted std.experimental.allocator for usage via DUB WWW: https://github.com/dlang-community/stdx-allocator Added: head/devel/stdx-allocator/ head/devel/stdx-allocator/Makefile (contents, props changed) head/devel/stdx-allocator/distinfo (contents, props changed) head/devel/stdx-allocator/pkg-descr (contents, props changed) head/devel/stdx-allocator/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jun 3 06:32:26 2018 (r471453) +++ head/devel/Makefile Sun Jun 3 06:38:05 2018 (r471454) @@ -6089,6 +6089,7 @@ SUBDIR += statcvs SUBDIR += statik SUBDIR += statsvn + SUBDIR += stdx-allocator SUBDIR += stfl SUBDIR += stlfilt SUBDIR += stlink Added: head/devel/stdx-allocator/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/stdx-allocator/Makefile Sun Jun 3 06:38:05 2018 (r471454) @@ -0,0 +1,32 @@ +# $FreeBSD$ + +PORTNAME= stdx-allocator +PORTVERSION= 2.77.1.1 +DISTVERSIONPREFIX= v +CATEGORIES= devel + +MAINTAINER= acm@FreeBSD.org +COMMENT= Containers backed on dlang by std.experimental.allocator + +LICENSE= BSL + +BUILD_DEPENDS= ldmd2:lang/ldc \ + dub:devel/dub + +USE_GITHUB= yes +GH_ACCOUNT= dlang-community + +DUB_CMD= ${LOCALBASE}/bin/dub build --build=release +D_INCLUDE_DIR= ${PREFIX}/include/d +D_LIB_DIR= ${PREFIX}/lib/d + +do-build: + @cd ${WRKSRC} && ${DUB_CMD} + +do-install: + @${MKDIR} ${STAGEDIR}${D_INCLUDE_DIR} + @${MKDIR} ${STAGEDIR}${D_LIB_DIR} + ${INSTALL_DATA} ${WRKSRC}/libstdx-allocator.a ${STAGEDIR}${D_LIB_DIR} + cd ${WRKSRC}/source && ${COPYTREE_SHARE} . ${STAGEDIR}${D_INCLUDE_DIR} "-name *\.d" + +.include Added: head/devel/stdx-allocator/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/stdx-allocator/distinfo Sun Jun 3 06:38:05 2018 (r471454) @@ -0,0 +1,3 @@ +TIMESTAMP = 1525930234 +SHA256 (dlang-community-stdx-allocator-v2.77.1.1_GH0.tar.gz) = 9d9b897e67b9d7c2eea9144f8f4e50eb2f8d49e30d587416c1750403a84a6f91 +SIZE (dlang-community-stdx-allocator-v2.77.1.1_GH0.tar.gz) = 103466 Added: head/devel/stdx-allocator/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/stdx-allocator/pkg-descr Sun Jun 3 06:38:05 2018 (r471454) @@ -0,0 +1,3 @@ +Extracted std.experimental.allocator for usage via DUB + +WWW: https://github.com/dlang-community/stdx-allocator Added: head/devel/stdx-allocator/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/stdx-allocator/pkg-plist Sun Jun 3 06:38:05 2018 (r471454) @@ -0,0 +1,24 @@ +include/d/stdx/allocator/building_blocks/affix_allocator.d +include/d/stdx/allocator/building_blocks/allocator_list.d +include/d/stdx/allocator/building_blocks/bitmapped_block.d +include/d/stdx/allocator/building_blocks/bucketizer.d +include/d/stdx/allocator/building_blocks/fallback_allocator.d +include/d/stdx/allocator/building_blocks/free_list.d +include/d/stdx/allocator/building_blocks/free_tree.d +include/d/stdx/allocator/building_blocks/kernighan_ritchie.d +include/d/stdx/allocator/building_blocks/null_allocator.d +include/d/stdx/allocator/building_blocks/package.d +include/d/stdx/allocator/building_blocks/quantizer.d +include/d/stdx/allocator/building_blocks/region.d +include/d/stdx/allocator/building_blocks/scoped_allocator.d +include/d/stdx/allocator/building_blocks/segregator.d +include/d/stdx/allocator/building_blocks/stats_collector.d +include/d/stdx/allocator/common.d +include/d/stdx/allocator/gc_allocator.d +include/d/stdx/allocator/internal.d +include/d/stdx/allocator/mallocator.d +include/d/stdx/allocator/mmap_allocator.d +include/d/stdx/allocator/package.d +include/d/stdx/allocator/showcase.d +include/d/stdx/allocator/typed.d +lib/d/libstdx-allocator.a From owner-svn-ports-all@freebsd.org Sun Jun 3 06:39:15 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5C95EFE1CE; Sun, 3 Jun 2018 06:39:15 +0000 (UTC) (envelope-from acm@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 5546F73005; Sun, 3 Jun 2018 06:39:15 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 36C121B06C; Sun, 3 Jun 2018 06:39:15 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w536dFAZ082665; Sun, 3 Jun 2018 06:39:15 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w536dEqQ082663; Sun, 3 Jun 2018 06:39:14 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201806030639.w536dEqQ082663@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 3 Jun 2018 06:39:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471455 - head/devel/containers X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/devel/containers X-SVN-Commit-Revision: 471455 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.26 Precedence: 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, 03 Jun 2018 06:39:15 -0000 Author: acm Date: Sun Jun 3 06:39:14 2018 New Revision: 471455 URL: https://svnweb.freebsd.org/changeset/ports/471455 Log: - Update to 0.7.0 Modified: head/devel/containers/Makefile head/devel/containers/distinfo Modified: head/devel/containers/Makefile ============================================================================== --- head/devel/containers/Makefile Sun Jun 3 06:38:05 2018 (r471454) +++ head/devel/containers/Makefile Sun Jun 3 06:39:14 2018 (r471455) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= containers -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.0 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -12,7 +12,8 @@ COMMENT= Containers backed on dlang by std.experimenta LICENSE= BSL BUILD_DEPENDS= ldmd2:lang/ldc \ - dub:devel/dub + dub:devel/dub \ + ${LOCALBASE}/lib/d/libstdx-allocator.a:devel/stdx-allocator USE_GITHUB= yes GH_ACCOUNT= economicmodeling @@ -20,6 +21,9 @@ GH_ACCOUNT= economicmodeling DUB_CMD= ${LOCALBASE}/bin/dub build --build=release D_INCLUDE_DIR= ${PREFIX}/include/d D_LIB_DIR= ${PREFIX}/lib/d + +post-patch: + ${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/dub.json do-build: @cd ${WRKSRC} && ${DUB_CMD} Modified: head/devel/containers/distinfo ============================================================================== --- head/devel/containers/distinfo Sun Jun 3 06:38:05 2018 (r471454) +++ head/devel/containers/distinfo Sun Jun 3 06:39:14 2018 (r471455) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517517355 -SHA256 (economicmodeling-containers-v0.6.0_GH0.tar.gz) = 6b6ee00b39fa6042711b49886eced94a3806ffee986ba6ff6c20f0a72309c3d4 -SIZE (economicmodeling-containers-v0.6.0_GH0.tar.gz) = 46134 +TIMESTAMP = 1525929679 +SHA256 (economicmodeling-containers-v0.7.0_GH0.tar.gz) = beed227f4db56a0ac112f6780e41462aa8867efdc5ad40b8c7661f78490e232e +SIZE (economicmodeling-containers-v0.7.0_GH0.tar.gz) = 47983 From owner-svn-ports-all@freebsd.org Sun Jun 3 06:41:30 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 971A0EFE64A; Sun, 3 Jun 2018 06:41:30 +0000 (UTC) (envelope-from acm@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 2A0DD732EB; Sun, 3 Jun 2018 06:41:30 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0B32C1B1AE; Sun, 3 Jun 2018 06:41:30 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w536fTEM087463; Sun, 3 Jun 2018 06:41:29 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w536fT1u087461; Sun, 3 Jun 2018 06:41:29 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201806030641.w536fT1u087461@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 3 Jun 2018 06:41:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471456 - head/devel/libdparse X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/devel/libdparse X-SVN-Commit-Revision: 471456 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.26 Precedence: 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, 03 Jun 2018 06:41:30 -0000 Author: acm Date: Sun Jun 3 06:41:29 2018 New Revision: 471456 URL: https://svnweb.freebsd.org/changeset/ports/471456 Log: - Update to 0.8.3 Modified: head/devel/libdparse/Makefile head/devel/libdparse/distinfo Modified: head/devel/libdparse/Makefile ============================================================================== --- head/devel/libdparse/Makefile Sun Jun 3 06:39:14 2018 (r471455) +++ head/devel/libdparse/Makefile Sun Jun 3 06:41:29 2018 (r471456) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libdparse -DISTVERSION= 0.8.0-alpha1 +PORTVERSION= 0.8.3 CATEGORIES= devel MAINTAINER= acm@FreeBSD.org @@ -15,8 +15,7 @@ BUILD_DEPENDS= ldmd2:lang/ldc \ USE_GITHUB= yes GH_ACCOUNT= dlang-community -GH_TAGNAME= v${DISTVERSION:S/alpha/alpha./} -#GH_TAGNAME= v${PORTVERSION} +GH_TAGNAME= v${PORTVERSION} DUB_CMD= ${LOCALBASE}/bin/dub build --build=release D_INCLUDE_DIR= ${PREFIX}/include/d Modified: head/devel/libdparse/distinfo ============================================================================== --- head/devel/libdparse/distinfo Sun Jun 3 06:39:14 2018 (r471455) +++ head/devel/libdparse/distinfo Sun Jun 3 06:41:29 2018 (r471456) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517521733 -SHA256 (dlang-community-libdparse-0.8.0-alpha1-v0.8.0-alpha.1_GH0.tar.gz) = d31cd2bff71b22c6f0f16fcbc784861e30bea5bf4d88e87c2d278e39addc8b52 -SIZE (dlang-community-libdparse-0.8.0-alpha1-v0.8.0-alpha.1_GH0.tar.gz) = 111828 +TIMESTAMP = 1525930954 +SHA256 (dlang-community-libdparse-0.8.3-v0.8.3_GH0.tar.gz) = 19773cf332eeb2745b6559601ca36034c10427401bbdbe5a75fce9a4450c009c +SIZE (dlang-community-libdparse-0.8.3-v0.8.3_GH0.tar.gz) = 114932 From owner-svn-ports-all@freebsd.org Sun Jun 3 06:43:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8047CEFEAE6; Sun, 3 Jun 2018 06:43:08 +0000 (UTC) (envelope-from acm@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 31A4773658; Sun, 3 Jun 2018 06:43:08 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 12D1A1B200; Sun, 3 Jun 2018 06:43:08 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w536h7Jr087636; Sun, 3 Jun 2018 06:43:07 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w536h73H087634; Sun, 3 Jun 2018 06:43:07 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201806030643.w536h73H087634@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 3 Jun 2018 06:43:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471457 - head/devel/dsymbol X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/devel/dsymbol X-SVN-Commit-Revision: 471457 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.26 Precedence: 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, 03 Jun 2018 06:43:08 -0000 Author: acm Date: Sun Jun 3 06:43:07 2018 New Revision: 471457 URL: https://svnweb.freebsd.org/changeset/ports/471457 Log: - Update to 0.3.5 Modified: head/devel/dsymbol/Makefile head/devel/dsymbol/distinfo Modified: head/devel/dsymbol/Makefile ============================================================================== --- head/devel/dsymbol/Makefile Sun Jun 3 06:41:29 2018 (r471456) +++ head/devel/dsymbol/Makefile Sun Jun 3 06:43:07 2018 (r471457) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dsymbol -DISTVERSION= 0.3.0-beta1 +PORTVERSION= 0.3.5 CATEGORIES= devel MAINTAINER= acm@FreeBSD.org @@ -13,18 +13,19 @@ LICENSE= BSL BUILD_DEPENDS= ldmd2:lang/ldc \ dub:devel/dub \ ${LOCALBASE}/lib/d/libdparse.a:devel/libdparse \ - ${LOCALBASE}/lib/d/libemsi_containers.a:devel/containers + ${LOCALBASE}/lib/d/libemsi_containers.a:devel/containers \ + ${LOCALBASE}/lib/d/libstdx-allocator.a:devel/stdx-allocator USE_GITHUB= yes GH_ACCOUNT= dlang-community -GH_TAGNAME= v${DISTVERSION:S/beta/beta./} +GH_TAGNAME= v${PORTVERSION} DUB_CMD= ${LOCALBASE}/bin/dub build --build=release D_INCLUDE_DIR= ${PREFIX}/include/d D_LIB_DIR= ${PREFIX}/lib/d post-patch: - ${REINPLACE_CMD} -e '7,10d' ${WRKSRC}/dub.json + ${REINPLACE_CMD} -e '7,11d' ${WRKSRC}/dub.json do-build: @cd ${WRKSRC} && ${DUB_CMD} Modified: head/devel/dsymbol/distinfo ============================================================================== --- head/devel/dsymbol/distinfo Sun Jun 3 06:41:29 2018 (r471456) +++ head/devel/dsymbol/distinfo Sun Jun 3 06:43:07 2018 (r471457) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517522124 -SHA256 (dlang-community-dsymbol-0.3.0-beta1-v0.3.0-beta.1_GH0.tar.gz) = 4caa92caa617ab5c5122e6510e850b76966444e9a8a7439bbf5d9dad9a381b71 -SIZE (dlang-community-dsymbol-0.3.0-beta1-v0.3.0-beta.1_GH0.tar.gz) = 26966 +TIMESTAMP = 1525931353 +SHA256 (dlang-community-dsymbol-0.3.5-v0.3.5_GH0.tar.gz) = e20309e3b35f2b1a7e4b42f1dafa7baedc6ce20cfcb2af38a9a7052451c5ca01 +SIZE (dlang-community-dsymbol-0.3.5-v0.3.5_GH0.tar.gz) = 27322 From owner-svn-ports-all@freebsd.org Sun Jun 3 06:45:37 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3FDEEFF069; Sun, 3 Jun 2018 06:45:37 +0000 (UTC) (envelope-from acm@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 8205373851; Sun, 3 Jun 2018 06:45:37 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5F10D1B202; Sun, 3 Jun 2018 06:45:37 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w536jbZc087866; Sun, 3 Jun 2018 06:45:37 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w536jaSw087863; Sun, 3 Jun 2018 06:45:36 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201806030645.w536jaSw087863@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 3 Jun 2018 06:45:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471458 - head/devel/inifiled X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/devel/inifiled X-SVN-Commit-Revision: 471458 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.26 Precedence: 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, 03 Jun 2018 06:45:38 -0000 Author: acm Date: Sun Jun 3 06:45:36 2018 New Revision: 471458 URL: https://svnweb.freebsd.org/changeset/ports/471458 Log: - Update to 1.3.1 Modified: head/devel/inifiled/Makefile head/devel/inifiled/distinfo Modified: head/devel/inifiled/Makefile ============================================================================== --- head/devel/inifiled/Makefile Sun Jun 3 06:43:07 2018 (r471457) +++ head/devel/inifiled/Makefile Sun Jun 3 06:45:36 2018 (r471458) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= inifiled -PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTVERSION= 1.3.1 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/inifiled/distinfo ============================================================================== --- head/devel/inifiled/distinfo Sun Jun 3 06:43:07 2018 (r471457) +++ head/devel/inifiled/distinfo Sun Jun 3 06:45:36 2018 (r471458) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501066400 -SHA256 (burner-inifiled-v1.0.2_GH0.tar.gz) = 73f24bed27fb9575d92b98145fc6520603732f097f6ffe68e280085ef48e381e -SIZE (burner-inifiled-v1.0.2_GH0.tar.gz) = 7647 +TIMESTAMP = 1525932136 +SHA256 (burner-inifiled-v1.3.1_GH0.tar.gz) = 719713cd2769db258f4168485c993b6e911b47dae7c3a7ac1f7eac19cf28e4b7 +SIZE (burner-inifiled-v1.3.1_GH0.tar.gz) = 8247 From owner-svn-ports-all@freebsd.org Sun Jun 3 06:47:27 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC2D1EFF379; Sun, 3 Jun 2018 06:47:26 +0000 (UTC) (envelope-from acm@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 A1BE0739A7; Sun, 3 Jun 2018 06:47:26 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 82F561B204; Sun, 3 Jun 2018 06:47:26 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w536lQE8088031; Sun, 3 Jun 2018 06:47:26 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w536lQgT088030; Sun, 3 Jun 2018 06:47:26 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201806030647.w536lQgT088030@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 3 Jun 2018 06:47:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471459 - head/devel/libddoc X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/devel/libddoc X-SVN-Commit-Revision: 471459 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.26 Precedence: 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, 03 Jun 2018 06:47:27 -0000 Author: acm Date: Sun Jun 3 06:47:26 2018 New Revision: 471459 URL: https://svnweb.freebsd.org/changeset/ports/471459 Log: - Bump PORTREVISION (lang/ldc was updated) Modified: head/devel/libddoc/Makefile Modified: head/devel/libddoc/Makefile ============================================================================== --- head/devel/libddoc/Makefile Sun Jun 3 06:45:36 2018 (r471458) +++ head/devel/libddoc/Makefile Sun Jun 3 06:47:26 2018 (r471459) @@ -3,6 +3,7 @@ PORTNAME= libddoc DISTVERSION= 0.3.0-beta1 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= acm@FreeBSD.org From owner-svn-ports-all@freebsd.org Sun Jun 3 06:49:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6015EEFF5FC; Sun, 3 Jun 2018 06:49:08 +0000 (UTC) (envelope-from acm@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 134F373ADD; Sun, 3 Jun 2018 06:49:08 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E97211B206; Sun, 3 Jun 2018 06:49:07 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w536n7dC088223; Sun, 3 Jun 2018 06:49:07 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w536n7ZS088220; Sun, 3 Jun 2018 06:49:07 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201806030649.w536n7ZS088220@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 3 Jun 2018 06:49:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471460 - in head/devel/d-scanner: . files X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: in head/devel/d-scanner: . files X-SVN-Commit-Revision: 471460 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.26 Precedence: 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, 03 Jun 2018 06:49:08 -0000 Author: acm Date: Sun Jun 3 06:49:07 2018 New Revision: 471460 URL: https://svnweb.freebsd.org/changeset/ports/471460 Log: - Update to 0.5.3 Modified: head/devel/d-scanner/Makefile head/devel/d-scanner/distinfo head/devel/d-scanner/files/patch-dub.json Modified: head/devel/d-scanner/Makefile ============================================================================== --- head/devel/d-scanner/Makefile Sun Jun 3 06:47:26 2018 (r471459) +++ head/devel/d-scanner/Makefile Sun Jun 3 06:49:07 2018 (r471460) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= d-scanner -PORTVERSION= 0.4.2 +PORTVERSION= 0.5.3 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -17,12 +17,13 @@ BUILD_DEPENDS= ldmd2:lang/ldc \ ${LOCALBASE}/lib/d/libdsymbol.a:devel/dsymbol \ ${LOCALBASE}/lib/d/libinifiled.a:devel/inifiled \ ${LOCALBASE}/lib/d/libddoc.a:devel/libddoc \ - ${LOCALBASE}/lib/d/libdparse.a:devel/libdparse + ${LOCALBASE}/lib/d/libdparse.a:devel/libdparse \ + ${LOCALBASE}/lib/d/libstdx-allocator.a:devel/stdx-allocator USE_GITHUB= yes GH_ACCOUNT= dlang-community GH_PROJECT= D-Scanner -GH_TAGNAME= d610df2 +GH_TAGNAME= v${PORTVERSION} PLIST_FILES= bin/dscanner DUB_CMD= ${LOCALBASE}/bin/dub build --build=release Modified: head/devel/d-scanner/distinfo ============================================================================== --- head/devel/d-scanner/distinfo Sun Jun 3 06:47:26 2018 (r471459) +++ head/devel/d-scanner/distinfo Sun Jun 3 06:49:07 2018 (r471460) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517526651 -SHA256 (dlang-community-D-Scanner-v0.4.2-d610df2_GH0.tar.gz) = cf947393b10ebdb6b0c6e54486ee1d2b02359ad79a7836b789342cc6492d9381 -SIZE (dlang-community-D-Scanner-v0.4.2-d610df2_GH0.tar.gz) = 76234 +TIMESTAMP = 1525932594 +SHA256 (dlang-community-D-Scanner-v0.5.3_GH0.tar.gz) = db2625087bbdb33d5bbf06282df7f8a0cd24198da5bba2212e6555a434706aa0 +SIZE (dlang-community-D-Scanner-v0.5.3_GH0.tar.gz) = 83160 Modified: head/devel/d-scanner/files/patch-dub.json ============================================================================== --- head/devel/d-scanner/files/patch-dub.json Sun Jun 3 06:47:26 2018 (r471459) +++ head/devel/d-scanner/files/patch-dub.json Sun Jun 3 06:49:07 2018 (r471460) @@ -1,19 +1,19 @@ ---- dub.json.orig 2017-11-04 14:57:42.000000000 -0500 -+++ dub.json 2017-12-13 10:12:16.502483000 -0500 -@@ -11,12 +11,8 @@ +--- dub.json.orig 2018-05-05 02:47:05.000000000 -0500 ++++ dub.json 2018-05-10 01:11:30.467318000 -0500 +@@ -11,14 +11,8 @@ "built_with_dub", "StdLoggerDisableWarning" ], - "dependencies" : { -- "libdparse" : "~>0.8.0-alpha.1", -- "dsymbol" : "~>0.3.0-alpha.1", -- "inifiled" : ">=1.0.2", -- "emsi_containers" : "~>0.6.0", -- "libddoc" : "~>0.3.0-beta.1" +- "libdparse" : "~>0.8.1", +- "dsymbol" : "~>0.3.5", +- "inifiled" : "~>1.3.1", +- "emsi_containers" : "~>0.8.0-alpha.6", +- "libddoc" : "~>0.3.0-beta.1", +- "stdx-allocator" : "~>2.77.0" - }, -- "targetPath" : "bin" -+ -+ "targetPath" : "bin", + "lflags":["-L%%LOCALBASE%%/lib/d"], -+ "libs" : ["dparse","inifiled","dsymbol","emsi_containers","ddoc"], - } ++ "libs" : ["dparse","inifiled","dsymbol","emsi_containers","ddoc","stdx-allocator"], + "targetPath" : "bin", + "stringImportPaths" : [ + "bin" From owner-svn-ports-all@freebsd.org Sun Jun 3 06:52:51 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFBBDEFFED4; Sun, 3 Jun 2018 06:52:51 +0000 (UTC) (envelope-from acm@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 96BCB74079; Sun, 3 Jun 2018 06:52:51 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 793171B3AD; Sun, 3 Jun 2018 06:52:51 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w536qpjD093303; Sun, 3 Jun 2018 06:52:51 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w536qpRd093301; Sun, 3 Jun 2018 06:52:51 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201806030652.w536qpRd093301@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 3 Jun 2018 06:52:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471461 - head/devel/msgpack-d X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/devel/msgpack-d X-SVN-Commit-Revision: 471461 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.26 Precedence: 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, 03 Jun 2018 06:52:52 -0000 Author: acm Date: Sun Jun 3 06:52:50 2018 New Revision: 471461 URL: https://svnweb.freebsd.org/changeset/ports/471461 Log: - Update to 1.0.0-beta7 Modified: head/devel/msgpack-d/Makefile head/devel/msgpack-d/distinfo Modified: head/devel/msgpack-d/Makefile ============================================================================== --- head/devel/msgpack-d/Makefile Sun Jun 3 06:49:07 2018 (r471460) +++ head/devel/msgpack-d/Makefile Sun Jun 3 06:52:50 2018 (r471461) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= msgpack-d -DISTVERSION= 1.0.0-beta6 -PORTREVISION= 1 +DISTVERSION= 1.0.0-beta7 CATEGORIES= devel MAINTAINER= acm@FreeBSD.org Modified: head/devel/msgpack-d/distinfo ============================================================================== --- head/devel/msgpack-d/distinfo Sun Jun 3 06:49:07 2018 (r471460) +++ head/devel/msgpack-d/distinfo Sun Jun 3 06:52:50 2018 (r471461) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501067048 -SHA256 (msgpack-msgpack-d-1.0.0-beta6-v1.0.0-beta.6_GH0.tar.gz) = be59e6e5c7a57f85e65afa2a0dc43e2b2e8a947893b2db071057923610d6aafc -SIZE (msgpack-msgpack-d-1.0.0-beta6-v1.0.0-beta.6_GH0.tar.gz) = 142870 +TIMESTAMP = 1528008687 +SHA256 (msgpack-msgpack-d-1.0.0-beta7-v1.0.0-beta.7_GH0.tar.gz) = 79e5958fe9c0b8457c151a32641659a13434604f6a829afc9e076dc023f69e07 +SIZE (msgpack-msgpack-d-1.0.0-beta7-v1.0.0-beta.7_GH0.tar.gz) = 143229 From owner-svn-ports-all@freebsd.org Sun Jun 3 06:55:01 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 313DAF71313; Sun, 3 Jun 2018 06:55:01 +0000 (UTC) (envelope-from acm@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 D66767421B; Sun, 3 Jun 2018 06:55:00 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9922C1B3AE; Sun, 3 Jun 2018 06:55:00 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w536t00j093576; Sun, 3 Jun 2018 06:55:00 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w536sxBi093538; Sun, 3 Jun 2018 06:54:59 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201806030654.w536sxBi093538@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 3 Jun 2018 06:54:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471462 - in head/devel: dcd-client dcd-server dcd-server/files X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: in head/devel: dcd-client dcd-server dcd-server/files X-SVN-Commit-Revision: 471462 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.26 Precedence: 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, 03 Jun 2018 06:55:01 -0000 Author: acm Date: Sun Jun 3 06:54:59 2018 New Revision: 471462 URL: https://svnweb.freebsd.org/changeset/ports/471462 Log: - Update to 0.9.6 Modified: head/devel/dcd-client/pkg-plist head/devel/dcd-server/Makefile head/devel/dcd-server/distinfo head/devel/dcd-server/files/patch-dub.json head/devel/dcd-server/pkg-plist Modified: head/devel/dcd-client/pkg-plist ============================================================================== --- head/devel/dcd-client/pkg-plist Sun Jun 3 06:52:50 2018 (r471461) +++ head/devel/dcd-client/pkg-plist Sun Jun 3 06:54:59 2018 (r471462) @@ -1,3 +1,3 @@ bin/dcd-client -include/d/client/client.d +include/d/dcd/client/client.d man/man1/dcd-client.1.gz Modified: head/devel/dcd-server/Makefile ============================================================================== --- head/devel/dcd-server/Makefile Sun Jun 3 06:52:50 2018 (r471461) +++ head/devel/dcd-server/Makefile Sun Jun 3 06:54:59 2018 (r471462) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= dcd -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.6 DISTVERSIONPREFIX= v -PORTREVISION?= 1 +PORTREVISION?= 0 CATEGORIES?= devel PKGNAMESUFFIX?= -server @@ -18,7 +18,8 @@ BUILD_DEPENDS= ldmd2:lang/ldc \ ${LOCALBASE}/lib/d/libemsi_containers.a:devel/containers \ ${LOCALBASE}/lib/d/libdsymbol.a:devel/dsymbol \ ${LOCALBASE}/lib/d/libmsgpack-d.a:devel/msgpack-d \ - ${LOCALBASE}/lib/d/libdparse.a:devel/libdparse + ${LOCALBASE}/lib/d/libdparse.a:devel/libdparse \ + ${LOCALBASE}/lib/d/libstdx-allocator.a:devel/stdx-allocator USE_GITHUB= yes GH_ACCOUNT= dlang-community @@ -39,15 +40,15 @@ do-build: .endif do-install: - @${MKDIR} ${STAGEDIR}/${D_INCLUDE_DIR}/${PKGNAMESUFFIX:S/-//} - ${INSTALL_PROGRAM} ${WRKSRC}/dcd${PKGNAMESUFFIX} ${STAGEDIR}${PREFIX}/bin/ + @${MKDIR} ${STAGEDIR}/${D_INCLUDE_DIR}/dcd/${PKGNAMESUFFIX:S/-//} + ${INSTALL_PROGRAM} ${WRKSRC}/bin/dcd${PKGNAMESUFFIX} ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/man1/dcd${PKGNAMESUFFIX}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - cd ${WRKSRC}/src/${PKGNAMESUFFIX:S/-//} && ${COPYTREE_SHARE} . ${STAGEDIR}${D_INCLUDE_DIR}/${PKGNAMESUFFIX:S/-//} "-name *\.d" + cd ${WRKSRC}/src/dcd/${PKGNAMESUFFIX:S/-//} && ${COPYTREE_SHARE} . ${STAGEDIR}${D_INCLUDE_DIR}/dcd/${PKGNAMESUFFIX:S/-//} "-name *\.d" .if ${PKGNAMESUFFIX} == "-server" @${MKDIR} ${STAGEDIR}/${D_LIB_DIR} @${INSTALL_DATA} ${WRKSRC}/libdcd.a ${STAGEDIR}${D_LIB_DIR} @${MKDIR} ${STAGEDIR}/${D_INCLUDE_DIR}/common - cd ${WRKSRC}/src/common && ${COPYTREE_SHARE} . ${STAGEDIR}${D_INCLUDE_DIR}/common "-name *\.d" + cd ${WRKSRC}/src/dcd/common && ${COPYTREE_SHARE} . ${STAGEDIR}${D_INCLUDE_DIR}/dcd/common "-name *\.d" .endif .include Modified: head/devel/dcd-server/distinfo ============================================================================== --- head/devel/dcd-server/distinfo Sun Jun 3 06:52:50 2018 (r471461) +++ head/devel/dcd-server/distinfo Sun Jun 3 06:54:59 2018 (r471462) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517522258 -SHA256 (dlang-community-DCD-v0.9.1_GH0.tar.gz) = 00800721a859cb40fc770d9f13ded428152a1cd9eb8e1b841197745cf7184ccd -SIZE (dlang-community-DCD-v0.9.1_GH0.tar.gz) = 102825 +TIMESTAMP = 1525931074 +SHA256 (dlang-community-DCD-v0.9.6_GH0.tar.gz) = 64f2a05bbccb68a20f7212f84c914c73f9a2a1882dce6a200ab6e27ef0a9087e +SIZE (dlang-community-DCD-v0.9.6_GH0.tar.gz) = 124990 Modified: head/devel/dcd-server/files/patch-dub.json ============================================================================== --- head/devel/dcd-server/files/patch-dub.json Sun Jun 3 06:52:50 2018 (r471461) +++ head/devel/dcd-server/files/patch-dub.json Sun Jun 3 06:54:59 2018 (r471462) @@ -1,17 +1,17 @@ ---- dub.json.orig 2017-07-03 08:14:25 UTC -+++ dub.json -@@ -6,12 +6,9 @@ +--- dub.json.orig 2018-05-07 07:47:46.000000000 -0500 ++++ dub.json 2018-05-10 00:47:19.488680000 -0500 +@@ -6,12 +6,8 @@ "Brian Schott" ], "license": "GPL-3.0", - "dependencies": { -- "dsymbol": "~>0.2.8", -- "libdparse": "~>0.7.1-beta.7", -- "msgpack-d": "~>1.0.0-beta.3" +- "dsymbol": "~>0.3.5", +- "libdparse": "~>0.8.1", +- "msgpack-d": "~>1.0.0-beta.3", +- "stdx-allocator": "~>2.77.0" - }, ++ "libs": ["dsymbol","dparse","emsi_containers","msgpack-d","stdx-allocator"], ++ "lflags": ["-L%%LOCALBASE%%/lib/d"], "versions": ["built_with_dub"], -+ "libs": ["dsymbol","dparse","emsi_containers","msgpack-d"], -+ "lflags": ["-L/usr/local/lib/d"], "configurations": [ { - "name": "library", Modified: head/devel/dcd-server/pkg-plist ============================================================================== --- head/devel/dcd-server/pkg-plist Sun Jun 3 06:52:50 2018 (r471461) +++ head/devel/dcd-server/pkg-plist Sun Jun 3 06:54:59 2018 (r471462) @@ -1,10 +1,17 @@ bin/dcd-server -include/d/common/constants.d -include/d/common/dcd_version.d -include/d/common/messages.d -include/d/common/socket.d -include/d/server/autocomplete.d -include/d/server/main.d -include/d/server/server.d +include/d/dcd/common/constants.d +include/d/dcd/common/constants2.d +include/d/dcd/common/dcd_version.d +include/d/dcd/common/messages.d +include/d/dcd/common/socket.d +include/d/dcd/server/autocomplete/complete.d +include/d/dcd/server/autocomplete/doc.d +include/d/dcd/server/autocomplete/localuse.d +include/d/dcd/server/autocomplete/package.d +include/d/dcd/server/autocomplete/symbols.d +include/d/dcd/server/autocomplete/util.d +include/d/dcd/server/main.d +include/d/dcd/server/server.d lib/d/libdcd.a man/man1/dcd-server.1.gz +@dir include/d/common From owner-svn-ports-all@freebsd.org Sun Jun 3 07:00:01 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8266F71EEC; Sun, 3 Jun 2018 07:00:01 +0000 (UTC) (envelope-from acm@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 72E95745A9; Sun, 3 Jun 2018 07:00:01 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 54ECB1B3B6; Sun, 3 Jun 2018 07:00:01 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53701rX093916; Sun, 3 Jun 2018 07:00:01 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53701Gk093914; Sun, 3 Jun 2018 07:00:01 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201806030700.w53701Gk093914@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 3 Jun 2018 07:00:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471463 - head/graphics/derelict-gl3 X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/graphics/derelict-gl3 X-SVN-Commit-Revision: 471463 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.26 Precedence: 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, 03 Jun 2018 07:00:02 -0000 Author: acm Date: Sun Jun 3 07:00:00 2018 New Revision: 471463 URL: https://svnweb.freebsd.org/changeset/ports/471463 Log: - Update to 1.0.24 Modified: head/graphics/derelict-gl3/Makefile head/graphics/derelict-gl3/distinfo Modified: head/graphics/derelict-gl3/Makefile ============================================================================== --- head/graphics/derelict-gl3/Makefile Sun Jun 3 06:54:59 2018 (r471462) +++ head/graphics/derelict-gl3/Makefile Sun Jun 3 07:00:00 2018 (r471463) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= derelict-gl3 -PORTVERSION= 1.0.23 -PORTREVISION= 1 +PORTVERSION= 1.0.24 DISTVERSIONPREFIX= v CATEGORIES= graphics Modified: head/graphics/derelict-gl3/distinfo ============================================================================== --- head/graphics/derelict-gl3/distinfo Sun Jun 3 06:54:59 2018 (r471462) +++ head/graphics/derelict-gl3/distinfo Sun Jun 3 07:00:00 2018 (r471463) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501067416 -SHA256 (DerelictOrg-DerelictGL3-v1.0.23_GH0.tar.gz) = 7432d2b3d947a83d2d44a403611c4dde25a4a61247184a612fe81e5054e47d3e -SIZE (DerelictOrg-DerelictGL3-v1.0.23_GH0.tar.gz) = 87322 +TIMESTAMP = 1525933442 +SHA256 (DerelictOrg-DerelictGL3-v1.0.24_GH0.tar.gz) = 0059714a625c6f7d4e32150efd2a3ae5e7c30cdbecc01274c75fb4e2975ad73c +SIZE (DerelictOrg-DerelictGL3-v1.0.24_GH0.tar.gz) = 87315 From owner-svn-ports-all@freebsd.org Sun Jun 3 07:01:48 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 323E8F72324; Sun, 3 Jun 2018 07:01:48 +0000 (UTC) (envelope-from acm@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 D8E3674850; Sun, 3 Jun 2018 07:01:47 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B9B361B40E; Sun, 3 Jun 2018 07:01:47 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5371lB7094851; Sun, 3 Jun 2018 07:01:47 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5371lw6094850; Sun, 3 Jun 2018 07:01:47 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201806030701.w5371lw6094850@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 3 Jun 2018 07:01:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471464 - head/devel/derelict-util X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/devel/derelict-util X-SVN-Commit-Revision: 471464 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.26 Precedence: 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, 03 Jun 2018 07:01:48 -0000 Author: acm Date: Sun Jun 3 07:01:47 2018 New Revision: 471464 URL: https://svnweb.freebsd.org/changeset/ports/471464 Log: - Bump PORTREVISION (lang/ldc was updated) Modified: head/devel/derelict-util/Makefile Modified: head/devel/derelict-util/Makefile ============================================================================== --- head/devel/derelict-util/Makefile Sun Jun 3 07:00:00 2018 (r471463) +++ head/devel/derelict-util/Makefile Sun Jun 3 07:01:47 2018 (r471464) @@ -3,7 +3,7 @@ PORTNAME= derelict-util PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= devel From owner-svn-ports-all@freebsd.org Sun Jun 3 07:02:43 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51E36F7265D; Sun, 3 Jun 2018 07:02:43 +0000 (UTC) (envelope-from acm@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 F1ECD74AF3; Sun, 3 Jun 2018 07:02:42 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D09D91B53E; Sun, 3 Jun 2018 07:02:42 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5372gLm098559; Sun, 3 Jun 2018 07:02:42 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5372gYp098558; Sun, 3 Jun 2018 07:02:42 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201806030702.w5372gYp098558@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 3 Jun 2018 07:02:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471465 - head/devel/derelict-sdl2 X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/devel/derelict-sdl2 X-SVN-Commit-Revision: 471465 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.26 Precedence: 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, 03 Jun 2018 07:02:43 -0000 Author: acm Date: Sun Jun 3 07:02:42 2018 New Revision: 471465 URL: https://svnweb.freebsd.org/changeset/ports/471465 Log: - Bump PORTREVISION (lang/ldc was updated) Modified: head/devel/derelict-sdl2/Makefile Modified: head/devel/derelict-sdl2/Makefile ============================================================================== --- head/devel/derelict-sdl2/Makefile Sun Jun 3 07:01:47 2018 (r471464) +++ head/devel/derelict-sdl2/Makefile Sun Jun 3 07:02:42 2018 (r471465) @@ -3,7 +3,7 @@ PORTNAME= derelict-sdl2 PORTVERSION= 2.1.4 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= devel From owner-svn-ports-all@freebsd.org Sun Jun 3 07:03:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 825BFF72820; Sun, 3 Jun 2018 07:03:46 +0000 (UTC) (envelope-from acm@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 3476B74C02; Sun, 3 Jun 2018 07:03:46 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 14E5C1B540; Sun, 3 Jun 2018 07:03:46 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5373jb7098698; Sun, 3 Jun 2018 07:03:45 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5373jxK098697; Sun, 3 Jun 2018 07:03:45 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201806030703.w5373jxK098697@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 3 Jun 2018 07:03:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471466 - head/print/derelict-ft X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/print/derelict-ft X-SVN-Commit-Revision: 471466 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.26 Precedence: 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, 03 Jun 2018 07:03:46 -0000 Author: acm Date: Sun Jun 3 07:03:45 2018 New Revision: 471466 URL: https://svnweb.freebsd.org/changeset/ports/471466 Log: - Bump PORTREVISION (lang/ldc was updated) Modified: head/print/derelict-ft/Makefile Modified: head/print/derelict-ft/Makefile ============================================================================== --- head/print/derelict-ft/Makefile Sun Jun 3 07:02:42 2018 (r471465) +++ head/print/derelict-ft/Makefile Sun Jun 3 07:03:45 2018 (r471466) @@ -3,7 +3,7 @@ PORTNAME= derelict-ft PORTVERSION= 1.1.3 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= print From owner-svn-ports-all@freebsd.org Sun Jun 3 07:05:38 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21116F72B96; Sun, 3 Jun 2018 07:05:38 +0000 (UTC) (envelope-from acm@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 CBB7D74D5F; Sun, 3 Jun 2018 07:05:37 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ACE8C1B544; Sun, 3 Jun 2018 07:05:37 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5375bY1098913; Sun, 3 Jun 2018 07:05:37 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5375bZO098910; Sun, 3 Jun 2018 07:05:37 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201806030705.w5375bZO098910@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 3 Jun 2018 07:05:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471467 - in head/devel/dfmt: . files X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: in head/devel/dfmt: . files X-SVN-Commit-Revision: 471467 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.26 Precedence: 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, 03 Jun 2018 07:05:38 -0000 Author: acm Date: Sun Jun 3 07:05:36 2018 New Revision: 471467 URL: https://svnweb.freebsd.org/changeset/ports/471467 Log: - Update to 0.7.0 Modified: head/devel/dfmt/Makefile head/devel/dfmt/distinfo head/devel/dfmt/files/patch-dub.json Modified: head/devel/dfmt/Makefile ============================================================================== --- head/devel/dfmt/Makefile Sun Jun 3 07:03:45 2018 (r471466) +++ head/devel/dfmt/Makefile Sun Jun 3 07:05:36 2018 (r471467) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dfmt -PORTVERSION= 0.5.3 +PORTVERSION= 0.7.0 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -13,7 +13,8 @@ LICENSE= BSL BUILD_DEPENDS= ldmd2:lang/ldc \ dub:devel/dub \ - ${LOCALBASE}/lib/d/libdparse.a:devel/libdparse + ${LOCALBASE}/lib/d/libdparse.a:devel/libdparse \ + ${LOCALBASE}/lib/d/libstdx-allocator.a:devel/stdx-allocator USE_GITHUB= yes GH_ACCOUNT= dlang-community @@ -29,6 +30,6 @@ do-build: @cd ${WRKSRC} && ${DUB_CMD} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ .include Modified: head/devel/dfmt/distinfo ============================================================================== --- head/devel/dfmt/distinfo Sun Jun 3 07:03:45 2018 (r471466) +++ head/devel/dfmt/distinfo Sun Jun 3 07:05:36 2018 (r471467) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517528785 -SHA256 (dlang-community-dfmt-v0.5.3_GH0.tar.gz) = 31d3ba394cbf7f91a41095f9819913394145db2359eddf30395a09f850580ecc -SIZE (dlang-community-dfmt-v0.5.3_GH0.tar.gz) = 70563 +TIMESTAMP = 1525932876 +SHA256 (dlang-community-dfmt-v0.7.0_GH0.tar.gz) = c169d2843ac0e21f8babc72feb1428e48b6c04def5df3f89cd0d00c8d68decaf +SIZE (dlang-community-dfmt-v0.7.0_GH0.tar.gz) = 74004 Modified: head/devel/dfmt/files/patch-dub.json ============================================================================== --- head/devel/dfmt/files/patch-dub.json Sun Jun 3 07:03:45 2018 (r471466) +++ head/devel/dfmt/files/patch-dub.json Sun Jun 3 07:05:36 2018 (r471467) @@ -5,8 +5,8 @@ "targetType": "autodetect", "license": "BSL-1.0", - "dependencies": { -- "libdparse": "~>0.7.2-alpha.3" +- "libdparse": "~>0.8.0-alpha.5" - } -+ "libs": ["dparse"], ++ "libs": ["dparse","stdx-allocator"], + "lflags": ["-L%%LOCALBASE%%/lib/d"], } From owner-svn-ports-all@freebsd.org Sun Jun 3 07:07:23 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73CB5F73076; Sun, 3 Jun 2018 07:07:23 +0000 (UTC) (envelope-from acm@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 25D7C74EED; Sun, 3 Jun 2018 07:07:23 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 06D611B548; Sun, 3 Jun 2018 07:07:23 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5377MLc099069; Sun, 3 Jun 2018 07:07:22 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5377MEL099068; Sun, 3 Jun 2018 07:07:22 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201806030707.w5377MEL099068@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 3 Jun 2018 07:07:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471468 - head/devel/dlib X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/devel/dlib X-SVN-Commit-Revision: 471468 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.26 Precedence: 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, 03 Jun 2018 07:07:23 -0000 Author: acm Date: Sun Jun 3 07:07:22 2018 New Revision: 471468 URL: https://svnweb.freebsd.org/changeset/ports/471468 Log: - Bump PORTREVISION (lang/ldc was updated) Modified: head/devel/dlib/Makefile Modified: head/devel/dlib/Makefile ============================================================================== --- head/devel/dlib/Makefile Sun Jun 3 07:05:36 2018 (r471467) +++ head/devel/dlib/Makefile Sun Jun 3 07:07:22 2018 (r471468) @@ -3,6 +3,7 @@ PORTNAME= dlib PORTVERSION= 0.12.2 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= devel From owner-svn-ports-all@freebsd.org Sun Jun 3 07:10:06 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11E21F734F1; Sun, 3 Jun 2018 07:10:06 +0000 (UTC) (envelope-from acm@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 B827975079; Sun, 3 Jun 2018 07:10:05 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9900A1B54F; Sun, 3 Jun 2018 07:10:05 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w537A5S5099341; Sun, 3 Jun 2018 07:10:05 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w537A491099338; Sun, 3 Jun 2018 07:10:04 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201806030710.w537A491099338@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 3 Jun 2018 07:10:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471469 - in head/devel/dlangui: . files X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: in head/devel/dlangui: . files X-SVN-Commit-Revision: 471469 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.26 Precedence: 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, 03 Jun 2018 07:10:06 -0000 Author: acm Date: Sun Jun 3 07:10:04 2018 New Revision: 471469 URL: https://svnweb.freebsd.org/changeset/ports/471469 Log: - Update to 0.9.178 Modified: head/devel/dlangui/Makefile head/devel/dlangui/distinfo head/devel/dlangui/files/patch-dub.json head/devel/dlangui/pkg-plist Modified: head/devel/dlangui/Makefile ============================================================================== --- head/devel/dlangui/Makefile Sun Jun 3 07:07:22 2018 (r471468) +++ head/devel/dlangui/Makefile Sun Jun 3 07:10:04 2018 (r471469) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dlangui -PORTVERSION= 0.9.82 +PORTVERSION= 0.9.178 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/dlangui/distinfo ============================================================================== --- head/devel/dlangui/distinfo Sun Jun 3 07:07:22 2018 (r471468) +++ head/devel/dlangui/distinfo Sun Jun 3 07:10:04 2018 (r471469) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501066122 -SHA256 (buggins-dlangui-v0.9.82_GH0.tar.gz) = 61c2a95472c8ec17acf5465153f16972dde30f2033f6a5b751744a8e0edda698 -SIZE (buggins-dlangui-v0.9.82_GH0.tar.gz) = 8254924 +TIMESTAMP = 1525933643 +SHA256 (buggins-dlangui-v0.9.178_GH0.tar.gz) = 4bbe0568609b585ee96cb259dbf11cb2bdc83dea7facdca1c98603aa89a1cbc3 +SIZE (buggins-dlangui-v0.9.178_GH0.tar.gz) = 8560169 Modified: head/devel/dlangui/files/patch-dub.json ============================================================================== --- head/devel/dlangui/files/patch-dub.json Sun Jun 3 07:07:22 2018 (r471468) +++ head/devel/dlangui/files/patch-dub.json Sun Jun 3 07:10:04 2018 (r471469) @@ -1,6 +1,6 @@ ---- dub.json.orig 2017-07-19 07:42:26 UTC -+++ dub.json -@@ -50,13 +50,6 @@ +--- dub.json.orig 2018-05-08 03:43:09.000000000 -0500 ++++ dub.json 2018-05-10 01:29:19.569819000 -0500 +@@ -48,13 +48,7 @@ "versions": ["USE_OPENGL", "EmbedStandardResources"], "versions-posix": ["USE_SDL", "USE_FREETYPE"], "versions-windows": ["Unicode"], @@ -11,10 +11,21 @@ - "dependencies-posix": { - "derelict-sdl2": "~>2.0.0" - }, ++ "copyFiles-windows-x86_64": [ "libs/windows/x86_64/libfreetype-6.dll" ], -@@ -79,21 +72,11 @@ +@@ -70,31 +64,18 @@ + { + "name": "external", + "versions": ["USE_EXTERNAL"], +- "dependencies": { +- "derelict-gl3": "~>1.0.18", +- "derelict-ft": "~>1.1.2" +- } + }, + { + "name": "minimal", "versions": ["EmbedStandardResources", "ForceLogs"], "versions-posix": ["USE_SDL", "USE_FREETYPE", "NO_OPENGL"], "versions-windows": ["Unicode" ,"NO_OPENGL"], @@ -33,17 +44,18 @@ - "derelict-ft": "~>1.1.2", - "derelict-sdl2": "~>2.0.0" - }, ++ "copyFiles-windows-x86_64": [ "libs/windows/x86_64/libfreetype-6.dll", "libs/windows/x86_64/SDL2.dll" -@@ -107,21 +90,11 @@ +@@ -108,21 +89,12 @@ "name": "x11", "versions": ["USE_X11", "USE_FREETYPE", "EmbedStandardResources"], "versions-windows": ["Unicode"], - "dependencies": { - "derelict-gl3": "~>1.0.18", - "derelict-ft": "~>1.1.2", -- "x11": "~>1.0.13" +- "x11": "~>1.0.17" - } }, { @@ -55,6 +67,7 @@ - "derelict-ft": "~>1.1.2", - "dsfml": "~>2.1.0" - }, ++ "copyFiles-windows-x86_64": [ "libs/windows/x86_64/libfreetype-6.dll" ], Modified: head/devel/dlangui/pkg-plist ============================================================================== --- head/devel/dlangui/pkg-plist Sun Jun 3 07:07:22 2018 (r471468) +++ head/devel/dlangui/pkg-plist Sun Jun 3 07:10:04 2018 (r471469) @@ -39,6 +39,7 @@ include/d/dlangui/graphics/fonts.d include/d/dlangui/graphics/ftfonts.d include/d/dlangui/graphics/gldrawbuf.d include/d/dlangui/graphics/glsupport.d +include/d/dlangui/graphics/iconprovider.d include/d/dlangui/graphics/images.d include/d/dlangui/graphics/resources.d include/d/dlangui/graphics/scene/camera.d @@ -58,11 +59,11 @@ include/d/dlangui/graphics/xpm/reader.d include/d/dlangui/graphics/xpm/xpmcolors.d include/d/dlangui/package.d include/d/dlangui/platforms/android/androidapp.d +include/d/dlangui/platforms/ansi_console/consoleapp.d +include/d/dlangui/platforms/ansi_console/consolefont.d +include/d/dlangui/platforms/ansi_console/dconsole.d include/d/dlangui/platforms/common/platform.d include/d/dlangui/platforms/common/startup.d -include/d/dlangui/platforms/console/consoleapp.d -include/d/dlangui/platforms/console/consolefont.d -include/d/dlangui/platforms/console/dconsole.d include/d/dlangui/platforms/dsfml/dsfmlapp.d include/d/dlangui/platforms/external/externalapp.d include/d/dlangui/platforms/sdl/sdlapp.d @@ -74,6 +75,7 @@ include/d/dlangui/widgets/appframe.d include/d/dlangui/widgets/charts.d include/d/dlangui/widgets/combobox.d include/d/dlangui/widgets/controls.d +include/d/dlangui/widgets/dmlwidgets.d include/d/dlangui/widgets/docks.d include/d/dlangui/widgets/editors.d include/d/dlangui/widgets/grid.d From owner-svn-ports-all@freebsd.org Sun Jun 3 07:11:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47351F73809; Sun, 3 Jun 2018 07:11:24 +0000 (UTC) (envelope-from acm@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 CA82D75385; Sun, 3 Jun 2018 07:11:23 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ABD5B1B590; Sun, 3 Jun 2018 07:11:23 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w537BNvB003448; Sun, 3 Jun 2018 07:11:23 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w537BMeB003444; Sun, 3 Jun 2018 07:11:22 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201806030711.w537BMeB003444@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 3 Jun 2018 07:11:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471470 - head/devel/iz X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/devel/iz X-SVN-Commit-Revision: 471470 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.26 Precedence: 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, 03 Jun 2018 07:11:24 -0000 Author: acm Date: Sun Jun 3 07:11:22 2018 New Revision: 471470 URL: https://svnweb.freebsd.org/changeset/ports/471470 Log: - Update to 0.6.16 Modified: head/devel/iz/Makefile head/devel/iz/distinfo head/devel/iz/pkg-plist Modified: head/devel/iz/Makefile ============================================================================== --- head/devel/iz/Makefile Sun Jun 3 07:10:04 2018 (r471469) +++ head/devel/iz/Makefile Sun Jun 3 07:11:22 2018 (r471470) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= iz -PORTVERSION= 0.6.4 +PORTVERSION= 0.6.16 CATEGORIES= devel MAINTAINER= acm@FreeBSD.org Modified: head/devel/iz/distinfo ============================================================================== --- head/devel/iz/distinfo Sun Jun 3 07:10:04 2018 (r471469) +++ head/devel/iz/distinfo Sun Jun 3 07:11:22 2018 (r471470) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517522839 -SHA256 (BBasile-iz-0.6.4-v0.6.4_GH0.tar.gz) = 0dabeabaad7a0ec4acbb7d92de19e36387baabecafc7c30901d367ae823f63eb -SIZE (BBasile-iz-0.6.4-v0.6.4_GH0.tar.gz) = 247415 +TIMESTAMP = 1525933092 +SHA256 (BBasile-iz-0.6.16-v0.6.16_GH0.tar.gz) = 1b99fbbfa782624f031f09e36fd0670ba6db3b8a8911faadadcb7b7367aa4482 +SIZE (BBasile-iz-0.6.16-v0.6.16_GH0.tar.gz) = 260524 Modified: head/devel/iz/pkg-plist ============================================================================== --- head/devel/iz/pkg-plist Sun Jun 3 07:10:04 2018 (r471469) +++ head/devel/iz/pkg-plist Sun Jun 3 07:11:22 2018 (r471470) @@ -5,6 +5,7 @@ include/d/iz/logicver.d include/d/iz/math.d include/d/iz/memory.d include/d/iz/observer.d +include/d/iz/options.d include/d/iz/package.d include/d/iz/properties.d include/d/iz/referencable.d From owner-svn-ports-all@freebsd.org Sun Jun 3 07:30:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B29D5F75E33; Sun, 3 Jun 2018 07:30:07 +0000 (UTC) (envelope-from acm@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 64A7675C95; Sun, 3 Jun 2018 07:30:07 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 45BD61B891; Sun, 3 Jun 2018 07:30:07 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w537U77M009766; Sun, 3 Jun 2018 07:30:07 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w537U6W6009762; Sun, 3 Jun 2018 07:30:06 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201806030730.w537U6W6009762@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 3 Jun 2018 07:30:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471471 - in head/editors/dlangide: . files X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: in head/editors/dlangide: . files X-SVN-Commit-Revision: 471471 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.26 Precedence: 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, 03 Jun 2018 07:30:07 -0000 Author: acm Date: Sun Jun 3 07:30:06 2018 New Revision: 471471 URL: https://svnweb.freebsd.org/changeset/ports/471471 Log: - Update to 0.8.12 Modified: head/editors/dlangide/Makefile head/editors/dlangide/distinfo head/editors/dlangide/files/patch-dub.json head/editors/dlangide/pkg-descr Modified: head/editors/dlangide/Makefile ============================================================================== --- head/editors/dlangide/Makefile Sun Jun 3 07:11:22 2018 (r471470) +++ head/editors/dlangide/Makefile Sun Jun 3 07:30:06 2018 (r471471) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dlangide -PORTVERSION= 0.7.30 +PORTVERSION= 0.8.12 DISTVERSIONPREFIX= v CATEGORIES= editors @@ -23,6 +23,7 @@ BUILD_DEPENDS= ldmd2:lang/ldc \ ${LOCALBASE}/lib/d/libDerelictGL3.a:graphics/derelict-gl3 \ ${LOCALBASE}/lib/d/libDerelictSDL2.a:devel/derelict-sdl2 \ ${LOCALBASE}/lib/d/libDerelictFT.a:print/derelict-ft \ + ${LOCALBASE}/lib/d/libstdx-allocator.a:devel/stdx-allocator \ dcd-server:devel/dcd-server USE_GITHUB= yes @@ -31,8 +32,15 @@ GH_ACCOUNT= buggins PLIST_FILES= bin/${PORTNAME} DUB_CMD= ${LOCALBASE}/bin/dub build --build=release +post-patch: + ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/dub.json + ${REINPLACE_CMD} -e 's|server.|dcd.server.|g' \ + -e 's|common.messages|dcd.common.messages|g' \ + ${WRKSRC}/src/dlangide/tools/d/dcdinterface.d + do-build: - @cd ${WRKSRC} && ${DUB_CMD} + @cd ${WRKSRC} && ${DUB_CMD} --config=default + @cd ${WRKSRC} && ${DUB_CMD} --config=console do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ Modified: head/editors/dlangide/distinfo ============================================================================== --- head/editors/dlangide/distinfo Sun Jun 3 07:11:22 2018 (r471470) +++ head/editors/dlangide/distinfo Sun Jun 3 07:30:06 2018 (r471471) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501067350 -SHA256 (buggins-dlangide-v0.7.30_GH0.tar.gz) = 5255ac4dfd70bf0d2f2a9306fbb1338f1c03f8ae5015dfe10d5fb8a942ab8225 -SIZE (buggins-dlangide-v0.7.30_GH0.tar.gz) = 2291395 +TIMESTAMP = 1525934043 +SHA256 (buggins-dlangide-v0.8.12_GH0.tar.gz) = 026d9189e2fdb035928a7312e9f80b9a4f11dcb8281aaebcd09be85b8dfd0bb8 +SIZE (buggins-dlangide-v0.8.12_GH0.tar.gz) = 2323290 Modified: head/editors/dlangide/files/patch-dub.json ============================================================================== --- head/editors/dlangide/files/patch-dub.json Sun Jun 3 07:11:22 2018 (r471470) +++ head/editors/dlangide/files/patch-dub.json Sun Jun 3 07:30:06 2018 (r471471) @@ -1,17 +1,18 @@ ---- dub.json.orig 2017-04-11 13:32:24 UTC -+++ dub.json -@@ -8,14 +8,10 @@ +--- dub.json.orig 2018-05-08 03:44:57.000000000 -0500 ++++ dub.json 2018-05-10 01:35:07.457388000 -0500 +@@ -8,15 +8,10 @@ "targetName": "dlangide", "targetPath": "bin", "targetType": "executable", - -+ "libs": ["dlangui","dsymbol","dparse","dlib","dcd","emsi_containers","msgpack-d", "DerelictFT","DerelictUtil","DerelictGL3","DerelictSDL2"], -+ "lflags":["-L/usr/local/lib/d","-L/usr/local/lib"], - "stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi", "views/res/hdpi"], ++ "libs": ["dlangui","dsymbol","dparse","dlib","dcd","emsi_containers","msgpack-d", "DerelictFT","DerelictUtil","DerelictGL3","DerelictSDL2","stdx-allocator"], ++ "lflags":["-L%%LOCALBASE%%/lib/d","-L%%LOCALBASE%%/lib"], + "stringImportPaths": ["views"], - "dependencies": { -- "dlangui": "==0.9.50", -- "dcd": "~>0.9.0-alpha4" +- "dlangui": "==0.9.178", +- "dsymbol": "~>0.2.9", +- "dcd": "~>0.9.1" - }, - "copyFiles-windows": [ Modified: head/editors/dlangide/pkg-descr ============================================================================== --- head/editors/dlangide/pkg-descr Sun Jun 3 07:11:22 2018 (r471470) +++ head/editors/dlangide/pkg-descr Sun Jun 3 07:30:06 2018 (r471471) @@ -21,4 +21,4 @@ Cross platform D language IDE written using DlangUI li - D source code Smart Indents - Select word by mouse double click -WWW: https://github.com/buggins/dlangui +WWW: https://github.com/buggins/dlangide From owner-svn-ports-all@freebsd.org Sun Jun 3 07:32:11 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25EF1F76435; Sun, 3 Jun 2018 07:32:11 +0000 (UTC) (envelope-from acm@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 CD58F76022; Sun, 3 Jun 2018 07:32:10 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AE7761B9FF; Sun, 3 Jun 2018 07:32:10 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w537WAMT012341; Sun, 3 Jun 2018 07:32:10 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w537WAFo012340; Sun, 3 Jun 2018 07:32:10 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201806030732.w537WAFo012340@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 3 Jun 2018 07:32:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471472 - head/lang/dlang-tools X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/lang/dlang-tools X-SVN-Commit-Revision: 471472 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.26 Precedence: 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, 03 Jun 2018 07:32:11 -0000 Author: acm Date: Sun Jun 3 07:32:10 2018 New Revision: 471472 URL: https://svnweb.freebsd.org/changeset/ports/471472 Log: - Update to 2.080.0 Modified: head/lang/dlang-tools/Makefile head/lang/dlang-tools/distinfo Modified: head/lang/dlang-tools/Makefile ============================================================================== --- head/lang/dlang-tools/Makefile Sun Jun 3 07:30:06 2018 (r471471) +++ head/lang/dlang-tools/Makefile Sun Jun 3 07:32:10 2018 (r471472) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tools -PORTVERSION= 2.078.1 -PORTREVISION= 1 +PORTVERSION= 2.080.0 DISTVERSIONPREFIX= v CATEGORIES= lang PKGNAMEPREFIX= dlang- Modified: head/lang/dlang-tools/distinfo ============================================================================== --- head/lang/dlang-tools/distinfo Sun Jun 3 07:30:06 2018 (r471471) +++ head/lang/dlang-tools/distinfo Sun Jun 3 07:32:10 2018 (r471472) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517515773 -SHA256 (dlang-tools-v2.078.1_GH0.tar.gz) = 2c28db505dfec60fc844a4fa7424c2d32d0e5c75b30972ff4ff2bf8ffb10bca8 -SIZE (dlang-tools-v2.078.1_GH0.tar.gz) = 103163 +TIMESTAMP = 1525929506 +SHA256 (dlang-tools-v2.080.0_GH0.tar.gz) = 5fa8b58a2686685a1d94bf8d4518f2756a6d60a063daddc7993f9ac8cc58c695 +SIZE (dlang-tools-v2.080.0_GH0.tar.gz) = 110594 From owner-svn-ports-all@freebsd.org Sun Jun 3 07:57:11 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 778B1F79746; Sun, 3 Jun 2018 07:57:11 +0000 (UTC) (envelope-from acm@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 250E276FC3; Sun, 3 Jun 2018 07:57:11 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 07C981BDAF; Sun, 3 Jun 2018 07:57:11 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w537vAcP024857; Sun, 3 Jun 2018 07:57:10 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w537vAmn024854; Sun, 3 Jun 2018 07:57:10 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201806030757.w537vAmn024854@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 3 Jun 2018 07:57:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471473 - in head/editors/coedit: . files X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: in head/editors/coedit: . files X-SVN-Commit-Revision: 471473 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.26 Precedence: 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, 03 Jun 2018 07:57:11 -0000 Author: acm Date: Sun Jun 3 07:57:10 2018 New Revision: 471473 URL: https://svnweb.freebsd.org/changeset/ports/471473 Log: - Update to 3.6.15 Modified: head/editors/coedit/Makefile head/editors/coedit/distinfo head/editors/coedit/files/patch-dastworx_build.sh Modified: head/editors/coedit/Makefile ============================================================================== --- head/editors/coedit/Makefile Sun Jun 3 07:32:10 2018 (r471472) +++ head/editors/coedit/Makefile Sun Jun 3 07:57:10 2018 (r471473) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= coedit -PORTVERSION= 3.6.4 +PORTVERSION= 3.6.15 DISTVERSIONPREFIX=v CATEGORIES= editors PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} @@ -13,7 +13,8 @@ LICENSE= BSL BUILD_DEPENDS= ldmd2:lang/ldc \ ${LOCALBASE}/lib/d/libiz.a:devel/iz \ - ${LOCALBASE}/lib/d/libdparse.a:devel/libdparse + ${LOCALBASE}/lib/d/libdparse.a:devel/libdparse \ + ${LOCALBASE}/lib/d/libstdx-allocator.a:devel/stdx-allocator RUN_DEPENDS= ldmd2:lang/ldc \ dscanner:devel/d-scanner \ dcd-client:devel/dcd-client \ Modified: head/editors/coedit/distinfo ============================================================================== --- head/editors/coedit/distinfo Sun Jun 3 07:32:10 2018 (r471472) +++ head/editors/coedit/distinfo Sun Jun 3 07:57:10 2018 (r471473) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520727939 -SHA256 (BBasile-Coedit-v3.6.4_GH0.tar.gz) = afed9234facf9683e0de3620f97d2f00e4b35aae38e7b39b3bd5333ba3278052 -SIZE (BBasile-Coedit-v3.6.4_GH0.tar.gz) = 3862290 +TIMESTAMP = 1528011225 +SHA256 (BBasile-Coedit-v3.6.15_GH0.tar.gz) = 0ba71193560784460a7b36ae24e96be211f91aec14776b2bcafeb0597f0fdedd +SIZE (BBasile-Coedit-v3.6.15_GH0.tar.gz) = 3879879 Modified: head/editors/coedit/files/patch-dastworx_build.sh ============================================================================== --- head/editors/coedit/files/patch-dastworx_build.sh Sun Jun 3 07:32:10 2018 (r471472) +++ head/editors/coedit/files/patch-dastworx_build.sh Sun Jun 3 07:57:10 2018 (r471473) @@ -1,5 +1,5 @@ ---- dastworx/build.sh 2018-02-11 21:48:35.000000000 -0500 -+++ dastworx/build.sh 2018-02-12 12:01:10.311013000 -0500 +--- dastworx/build.sh 2018-06-03 02:41:09.063965000 -0500 ++++ dastworx/build.sh 2018-06-03 02:42:21.888100000 -0500 @@ -1,18 +1,3 @@ -#iz sources -cd ../etc/iz/import/ @@ -19,15 +19,17 @@ #dast sources cd src/ dast=$(find `pwd` -type f -name \*.d) -@@ -21,9 +6,9 @@ +@@ -21,10 +6,10 @@ echo building... #build -dmd ${dast[@]} ${dparse[@]} ${iz[@]} ${stdxalloc[@]} \ -+%%LDMD2_CMD%% ${dast} \ ++%%LDMD2_CMD%% ${dast} \ -O -release -inline -boundscheck=off \ --Isrc -I../etc/iz/import -I../etc/libdparse/src -I../etc/stdx-allocator/source \ +--of../bin/dastworx +-Isrc -I%%D_INCLUDE_DIR%% -L%%D_LIB_DIR%%/libiz.a -L%%D_LIB_DIR%%/libdparse.a \ - -of../bin/dastworx ++-L%%D_LIB_DIR%%/libstdx-allocator.a -of../bin/dastworx #cleanup + rm ../bin/dastworx.o From owner-svn-ports-all@freebsd.org Sun Jun 3 08:10:56 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84F3EF7B581; Sun, 3 Jun 2018 08:10:56 +0000 (UTC) (envelope-from acm@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 3289C7778E; Sun, 3 Jun 2018 08:10:56 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 13DF81C060; Sun, 3 Jun 2018 08:10:56 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w538AtGk030807; Sun, 3 Jun 2018 08:10:55 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w538AtFQ030806; Sun, 3 Jun 2018 08:10:55 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201806030810.w538AtFQ030806@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 3 Jun 2018 08:10:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471474 - head/editors/lazarus X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/editors/lazarus X-SVN-Commit-Revision: 471474 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.26 Precedence: 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, 03 Jun 2018 08:10:56 -0000 Author: acm Date: Sun Jun 3 08:10:55 2018 New Revision: 471474 URL: https://svnweb.freebsd.org/changeset/ports/471474 Log: - Update to 1.8.4 Modified: head/editors/lazarus/Makefile head/editors/lazarus/distinfo Modified: head/editors/lazarus/Makefile ============================================================================== --- head/editors/lazarus/Makefile Sun Jun 3 07:57:10 2018 (r471473) +++ head/editors/lazarus/Makefile Sun Jun 3 08:10:55 2018 (r471474) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lazarus -PORTVERSION= 1.8.2 +PORTVERSION= 1.8.4 PKGNAMESUFFIX?= -gtk2 PORTREVISION?= 0 CATEGORIES= editors devel Modified: head/editors/lazarus/distinfo ============================================================================== --- head/editors/lazarus/distinfo Sun Jun 3 07:57:10 2018 (r471473) +++ head/editors/lazarus/distinfo Sun Jun 3 08:10:55 2018 (r471474) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520354258 -SHA256 (freepascal/lazarus-1.8.2.tar.gz) = 252861f86b7e49487fa925195b78e8ab6a68528d3e6059cf68630fb5bc6d5219 -SIZE (freepascal/lazarus-1.8.2.tar.gz) = 62935678 +TIMESTAMP = 1527532456 +SHA256 (freepascal/lazarus-1.8.4.tar.gz) = 5a9801ac341a322ad1fa104d373f154d8ab72ba0add1693d0dcc8d936e6c10e9 +SIZE (freepascal/lazarus-1.8.4.tar.gz) = 63130653 From owner-svn-ports-all@freebsd.org Sun Jun 3 08:12:25 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62A10F7B9F4; Sun, 3 Jun 2018 08:12:25 +0000 (UTC) (envelope-from acm@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 1141977AC9; Sun, 3 Jun 2018 08:12:25 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E772F1C0CC; Sun, 3 Jun 2018 08:12:24 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w538COhb034663; Sun, 3 Jun 2018 08:12:24 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w538COgn034662; Sun, 3 Jun 2018 08:12:24 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201806030812.w538COgn034662@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 3 Jun 2018 08:12:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471475 - head/Mk X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/Mk X-SVN-Commit-Revision: 471475 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.26 Precedence: 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, 03 Jun 2018 08:12:25 -0000 Author: acm Date: Sun Jun 3 08:12:24 2018 New Revision: 471475 URL: https://svnweb.freebsd.org/changeset/ports/471475 Log: - Change LAZARUS_VER to 1.8.4 Modified: head/Mk/bsd.default-versions.mk Modified: head/Mk/bsd.default-versions.mk ============================================================================== --- head/Mk/bsd.default-versions.mk Sun Jun 3 08:10:55 2018 (r471474) +++ head/Mk/bsd.default-versions.mk Sun Jun 3 08:12:24 2018 (r471475) @@ -47,7 +47,7 @@ GCC_DEFAULT?= 6 # Possible values: 7, 8, 9, agpl GHOSTSCRIPT_DEFAULT?= agpl # Possible values: 1.8.2 -LAZARUS_DEFAULT?= 1.8.2 +LAZARUS_DEFAULT?= 1.8.4 .if ${ARCH} == amd64 # Possible values: c6, c6_64, c7 LINUX_DEFAULT?= c6_64 From owner-svn-ports-all@freebsd.org Sun Jun 3 08:14:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43F7BF7BE91; Sun, 3 Jun 2018 08:14:33 +0000 (UTC) (envelope-from acm@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 EDCD577D68; Sun, 3 Jun 2018 08:14:32 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CEF791C0E7; Sun, 3 Jun 2018 08:14:32 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w538EWaZ034979; Sun, 3 Jun 2018 08:14:32 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w538EWmw034978; Sun, 3 Jun 2018 08:14:32 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201806030814.w538EWmw034978@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 3 Jun 2018 08:14:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471477 - head/net-p2p/transmission-remote-gui X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/net-p2p/transmission-remote-gui X-SVN-Commit-Revision: 471477 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.26 Precedence: 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, 03 Jun 2018 08:14:33 -0000 Author: acm Date: Sun Jun 3 08:14:32 2018 New Revision: 471477 URL: https://svnweb.freebsd.org/changeset/ports/471477 Log: - Update to 5.15.4 Modified: head/net-p2p/transmission-remote-gui/Makefile head/net-p2p/transmission-remote-gui/distinfo Modified: head/net-p2p/transmission-remote-gui/Makefile ============================================================================== --- head/net-p2p/transmission-remote-gui/Makefile Sun Jun 3 08:14:02 2018 (r471476) +++ head/net-p2p/transmission-remote-gui/Makefile Sun Jun 3 08:14:32 2018 (r471477) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= transmission-remote-gui -PORTVERSION= 5.14.0 +PORTVERSION= 5.15.4 DISTVERSIONPREFIX= v CATEGORIES= net-p2p PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} Modified: head/net-p2p/transmission-remote-gui/distinfo ============================================================================== --- head/net-p2p/transmission-remote-gui/distinfo Sun Jun 3 08:14:02 2018 (r471476) +++ head/net-p2p/transmission-remote-gui/distinfo Sun Jun 3 08:14:32 2018 (r471477) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520359617 -SHA256 (transmission-remote-gui-transgui-v5.14.0_GH0.tar.gz) = 30c0bdd9ede5b11fdc3abf8768e4d52d28614c180e4d08e649bf9ce7b4230df2 -SIZE (transmission-remote-gui-transgui-v5.14.0_GH0.tar.gz) = 1699886 +TIMESTAMP = 1527726377 +SHA256 (transmission-remote-gui-transgui-v5.15.4_GH0.tar.gz) = 37b08b15ae07ab26cb6a598c355e8e626b6877b8ee9fd00d2eccb0e03a02060f +SIZE (transmission-remote-gui-transgui-v5.15.4_GH0.tar.gz) = 1703025 From owner-svn-ports-all@freebsd.org Sun Jun 3 08:14:03 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3854F7BD65; Sun, 3 Jun 2018 08:14:03 +0000 (UTC) (envelope-from acm@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 7B4E477C6C; Sun, 3 Jun 2018 08:14:03 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5C8811C0E4; Sun, 3 Jun 2018 08:14:03 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w538E3DD034843; Sun, 3 Jun 2018 08:14:03 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w538E3Uk034842; Sun, 3 Jun 2018 08:14:03 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201806030814.w538E3Uk034842@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 3 Jun 2018 08:14:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471476 - head/archivers/peazip X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/archivers/peazip X-SVN-Commit-Revision: 471476 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.26 Precedence: 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, 03 Jun 2018 08:14:03 -0000 Author: acm Date: Sun Jun 3 08:14:02 2018 New Revision: 471476 URL: https://svnweb.freebsd.org/changeset/ports/471476 Log: - Update to 6.6.0 Modified: head/archivers/peazip/Makefile head/archivers/peazip/distinfo Modified: head/archivers/peazip/Makefile ============================================================================== --- head/archivers/peazip/Makefile Sun Jun 3 08:12:24 2018 (r471475) +++ head/archivers/peazip/Makefile Sun Jun 3 08:14:02 2018 (r471476) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= peazip -PORTVERSION= 6.5.1 +PORTVERSION= 6.6.0 CATEGORIES= archivers PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} MASTER_SITES= https://github.com/giorgiotani/PeaZip/releases/download/${PORTVERSION}/ Modified: head/archivers/peazip/distinfo ============================================================================== --- head/archivers/peazip/distinfo Sun Jun 3 08:12:24 2018 (r471475) +++ head/archivers/peazip/distinfo Sun Jun 3 08:14:02 2018 (r471476) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520457314 -SHA256 (peazip-6.5.1.src.zip) = b106811311fbaf42ad5374520df2be8b20a545b80e6f8713a1f10e2e5a79d01e -SIZE (peazip-6.5.1.src.zip) = 4289282 +TIMESTAMP = 1528012946 +SHA256 (peazip-6.6.0.src.zip) = 79598b55fbf7a20467b0674cc7cfd5ca3fb57367881e7df89d9be9ae78ff188e +SIZE (peazip-6.6.0.src.zip) = 4293935 From owner-svn-ports-all@freebsd.org Sun Jun 3 08:15:32 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9E32F7C093; Sun, 3 Jun 2018 08:15:32 +0000 (UTC) (envelope-from acm@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 5AEF777EA0; Sun, 3 Jun 2018 08:15:32 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3B2201C0EA; Sun, 3 Jun 2018 08:15:32 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w538FWvx035123; Sun, 3 Jun 2018 08:15:32 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w538FVd5035122; Sun, 3 Jun 2018 08:15:32 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201806030815.w538FVd5035122@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 3 Jun 2018 08:15:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471478 - head/cad/zcad X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/cad/zcad X-SVN-Commit-Revision: 471478 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.26 Precedence: 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, 03 Jun 2018 08:15:32 -0000 Author: acm Date: Sun Jun 3 08:15:31 2018 New Revision: 471478 URL: https://svnweb.freebsd.org/changeset/ports/471478 Log: - Bump PORTREVISION (editors/lazarus was updated) Modified: head/cad/zcad/Makefile Modified: head/cad/zcad/Makefile ============================================================================== --- head/cad/zcad/Makefile Sun Jun 3 08:14:32 2018 (r471477) +++ head/cad/zcad/Makefile Sun Jun 3 08:15:31 2018 (r471478) @@ -3,7 +3,7 @@ PORTNAME= zcad PORTVERSION= 0.9.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} MASTER_SITES= LOCAL/danfe From owner-svn-ports-all@freebsd.org Sun Jun 3 08:16:11 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F38AF7C1E8; Sun, 3 Jun 2018 08:16:11 +0000 (UTC) (envelope-from acm@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 E90ED77F9D; Sun, 3 Jun 2018 08:16:10 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C9D701C0EB; Sun, 3 Jun 2018 08:16:10 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w538GAX6035248; Sun, 3 Jun 2018 08:16:10 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w538GAYX035247; Sun, 3 Jun 2018 08:16:10 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201806030816.w538GAYX035247@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 3 Jun 2018 08:16:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471479 - head/x11-fm/doublecmd X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/x11-fm/doublecmd X-SVN-Commit-Revision: 471479 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.26 Precedence: 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, 03 Jun 2018 08:16:11 -0000 Author: acm Date: Sun Jun 3 08:16:10 2018 New Revision: 471479 URL: https://svnweb.freebsd.org/changeset/ports/471479 Log: - Bump PORTREVISION (editors/lazarus was updated) Modified: head/x11-fm/doublecmd/Makefile Modified: head/x11-fm/doublecmd/Makefile ============================================================================== --- head/x11-fm/doublecmd/Makefile Sun Jun 3 08:15:31 2018 (r471478) +++ head/x11-fm/doublecmd/Makefile Sun Jun 3 08:16:10 2018 (r471479) @@ -3,6 +3,7 @@ PORTNAME= doublecmd PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= x11-fm PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} MASTER_SITES= SF/${PORTNAME}/Double%20Commander%20Source From owner-svn-ports-all@freebsd.org Sun Jun 3 08:16:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE83BF7C41A; Sun, 3 Jun 2018 08:16:47 +0000 (UTC) (envelope-from acm@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 5FB8A780DE; Sun, 3 Jun 2018 08:16:47 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 40A031C0EC; Sun, 3 Jun 2018 08:16:47 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w538GlCE035373; Sun, 3 Jun 2018 08:16:47 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w538GlvY035372; Sun, 3 Jun 2018 08:16:47 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201806030816.w538GlvY035372@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 3 Jun 2018 08:16:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471480 - head/comms/cqrlog X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/comms/cqrlog X-SVN-Commit-Revision: 471480 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.26 Precedence: 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, 03 Jun 2018 08:16:47 -0000 Author: acm Date: Sun Jun 3 08:16:46 2018 New Revision: 471480 URL: https://svnweb.freebsd.org/changeset/ports/471480 Log: - Bump PORTREVISION (editors/lazarus was updated) Modified: head/comms/cqrlog/Makefile Modified: head/comms/cqrlog/Makefile ============================================================================== --- head/comms/cqrlog/Makefile Sun Jun 3 08:16:10 2018 (r471479) +++ head/comms/cqrlog/Makefile Sun Jun 3 08:16:46 2018 (r471480) @@ -3,7 +3,7 @@ PORTNAME= cqrlog PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= comms hamradio PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} From owner-svn-ports-all@freebsd.org Sun Jun 3 08:17:23 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E42D0F7C5BB; Sun, 3 Jun 2018 08:17:22 +0000 (UTC) (envelope-from acm@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 96AA3781DF; Sun, 3 Jun 2018 08:17:22 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 77A2B1C0EE; Sun, 3 Jun 2018 08:17:22 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w538HMC8035502; Sun, 3 Jun 2018 08:17:22 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w538HMkJ035501; Sun, 3 Jun 2018 08:17:22 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201806030817.w538HMkJ035501@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 3 Jun 2018 08:17:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471481 - head/multimedia/winff X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/multimedia/winff X-SVN-Commit-Revision: 471481 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.26 Precedence: 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, 03 Jun 2018 08:17:23 -0000 Author: acm Date: Sun Jun 3 08:17:22 2018 New Revision: 471481 URL: https://svnweb.freebsd.org/changeset/ports/471481 Log: - Bump PORTREVISION (editors/lazarus was updated) Modified: head/multimedia/winff/Makefile Modified: head/multimedia/winff/Makefile ============================================================================== --- head/multimedia/winff/Makefile Sun Jun 3 08:16:46 2018 (r471480) +++ head/multimedia/winff/Makefile Sun Jun 3 08:17:22 2018 (r471481) @@ -3,7 +3,7 @@ PORTNAME= WinFF PORTVERSION= 1.5.5 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= multimedia PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} MASTER_SITES= http://winff.org/docs/source/ From owner-svn-ports-all@freebsd.org Sun Jun 3 08:18:05 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 531EAF7C729; Sun, 3 Jun 2018 08:18:05 +0000 (UTC) (envelope-from acm@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 053A5782F0; Sun, 3 Jun 2018 08:18:05 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DC4C31C0F2; Sun, 3 Jun 2018 08:18:04 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w538I4wA035634; Sun, 3 Jun 2018 08:18:04 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w538I45V035633; Sun, 3 Jun 2018 08:18:04 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201806030818.w538I45V035633@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 3 Jun 2018 08:18:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471482 - head/russian/emkatic X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/russian/emkatic X-SVN-Commit-Revision: 471482 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.26 Precedence: 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, 03 Jun 2018 08:18:05 -0000 Author: acm Date: Sun Jun 3 08:18:04 2018 New Revision: 471482 URL: https://svnweb.freebsd.org/changeset/ports/471482 Log: - Bump PORTREVISION (editors/lazarus was updated) Modified: head/russian/emkatic/Makefile Modified: head/russian/emkatic/Makefile ============================================================================== --- head/russian/emkatic/Makefile Sun Jun 3 08:17:22 2018 (r471481) +++ head/russian/emkatic/Makefile Sun Jun 3 08:18:04 2018 (r471482) @@ -3,6 +3,7 @@ PORTNAME= emkatic PORTVERSION= 0.36 +PORTREVISION= 1 CATEGORIES= russian emulators PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} MASTER_SITES= SF/${PORTNAME}/eMKatic%20Source From owner-svn-ports-all@freebsd.org Sun Jun 3 08:34:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E6A1F7E7CD; Sun, 3 Jun 2018 08:34:24 +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 3DC5E78DE9; Sun, 3 Jun 2018 08:34:24 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1ECC41C43B; Sun, 3 Jun 2018 08:34:24 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w538YNwt045593; Sun, 3 Jun 2018 08:34:23 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w538YNi6045592; Sun, 3 Jun 2018 08:34:23 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201806030834.w538YNi6045592@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 3 Jun 2018 08:34:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471483 - head/lang/spidermonkey24 X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/lang/spidermonkey24 X-SVN-Commit-Revision: 471483 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.26 Precedence: 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, 03 Jun 2018 08:34:24 -0000 Author: amdmi3 Date: Sun Jun 3 08:34:23 2018 New Revision: 471483 URL: https://svnweb.freebsd.org/changeset/ports/471483 Log: - Switch to new test framework Approved by: portmgr blanket Modified: head/lang/spidermonkey24/Makefile Modified: head/lang/spidermonkey24/Makefile ============================================================================== --- head/lang/spidermonkey24/Makefile Sun Jun 3 08:18:04 2018 (r471482) +++ head/lang/spidermonkey24/Makefile Sun Jun 3 08:34:23 2018 (r471483) @@ -65,7 +65,7 @@ UTF8_CFLAGS= -DJS_C_STRINGS_ARE_UTF8 CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} .endif -regression-test: build +do-test: @${ECHO_MSG} -n "===> Running jstests.py: " @cd ${WRKSRC} && ${SETENV} TZ=PST8PDT ${PYTHON_CMD} tests/jstests.py \ --no-progress ./js24 From owner-svn-ports-all@freebsd.org Sun Jun 3 09:34:26 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86D64FDBC37; Sun, 3 Jun 2018 09:34:26 +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 359FB7B256; Sun, 3 Jun 2018 09:34:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 16D8E1CDDF; Sun, 3 Jun 2018 09:34:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w539YPh1075305; Sun, 3 Jun 2018 09:34:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w539YPlB075304; Sun, 3 Jun 2018 09:34:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201806030934.w539YPlB075304@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 3 Jun 2018 09:34:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471484 - head/mail/horde-ingo X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/mail/horde-ingo X-SVN-Commit-Revision: 471484 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.26 Precedence: 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, 03 Jun 2018 09:34:26 -0000 Author: amdmi3 Date: Sun Jun 3 09:34:25 2018 New Revision: 471484 URL: https://svnweb.freebsd.org/changeset/ports/471484 Log: - Whitespace fix - Update WWW Approved by: portmgr blanket Modified: head/mail/horde-ingo/Makefile head/mail/horde-ingo/pkg-descr Modified: head/mail/horde-ingo/Makefile ============================================================================== --- head/mail/horde-ingo/Makefile Sun Jun 3 08:34:23 2018 (r471483) +++ head/mail/horde-ingo/Makefile Sun Jun 3 09:34:25 2018 (r471484) @@ -11,7 +11,7 @@ COMMENT= Horde email filter rules manager LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= horde cpe +USES= horde cpe USE_PHP= gettext USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ Modified: head/mail/horde-ingo/pkg-descr ============================================================================== --- head/mail/horde-ingo/pkg-descr Sun Jun 3 08:34:23 2018 (r471483) +++ head/mail/horde-ingo/pkg-descr Sun Jun 3 09:34:25 2018 (r471484) @@ -2,4 +2,4 @@ Ingo is an email-filter management application. It is integrated with Horde and the IMP Webmail client, and supports both server-side (Sieve, procmail) and client-side (IMAP) message filtering. -WWW: http://www.horde.org/apps/ingo/ +WWW: https://www.horde.org/apps/ingo/ From owner-svn-ports-all@freebsd.org Sun Jun 3 09:57:21 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B4E6FDE3B2; Sun, 3 Jun 2018 09:57:21 +0000 (UTC) (envelope-from farrokhi@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 B06057BE86; Sun, 3 Jun 2018 09:57:20 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 8DF221D120; Sun, 3 Jun 2018 09:57:20 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w539vKQ5085609; Sun, 3 Jun 2018 09:57:20 GMT (envelope-from farrokhi@FreeBSD.org) Received: (from farrokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w539vKel085607; Sun, 3 Jun 2018 09:57:20 GMT (envelope-from farrokhi@FreeBSD.org) Message-Id: <201806030957.w539vKel085607@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: farrokhi set sender to farrokhi@FreeBSD.org using -f From: Babak Farrokhi Date: Sun, 3 Jun 2018 09:57:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471485 - head/net/daemonlogger X-SVN-Group: ports-head X-SVN-Commit-Author: farrokhi X-SVN-Commit-Paths: head/net/daemonlogger X-SVN-Commit-Revision: 471485 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.26 Precedence: 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, 03 Jun 2018 09:57:21 -0000 Author: farrokhi Date: Sun Jun 3 09:57:19 2018 New Revision: 471485 URL: https://svnweb.freebsd.org/changeset/ports/471485 Log: net/daemonlogger: project moved to GitHub - Update WWW and LICENSE - Take maintainership Modified: head/net/daemonlogger/Makefile head/net/daemonlogger/distinfo head/net/daemonlogger/pkg-descr Modified: head/net/daemonlogger/Makefile ============================================================================== --- head/net/daemonlogger/Makefile Sun Jun 3 09:34:25 2018 (r471484) +++ head/net/daemonlogger/Makefile Sun Jun 3 09:57:19 2018 (r471485) @@ -2,16 +2,23 @@ PORTNAME= daemonlogger PORTVERSION= 1.2.1 +DISTVERSIONPREFIX= v CATEGORIES= net -MASTER_SITES= http://www.snort.org/users/roesch/code/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= farrokhi@FreeBSD.org COMMENT= Packet sniffer capable of running as a daemon and as a software tap +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + LIB_DEPENDS= libdnet.so:net/libdnet GNU_CONFIGURE= yes USE_RC_SUBR= daemonlogger + +USE_GITHUB= yes +GH_ACCOUNT= Cisco-Talos +GH_PROJECT= Daemonlogger PLIST_FILES= bin/daemonlogger Modified: head/net/daemonlogger/distinfo ============================================================================== --- head/net/daemonlogger/distinfo Sun Jun 3 09:34:25 2018 (r471484) +++ head/net/daemonlogger/distinfo Sun Jun 3 09:57:19 2018 (r471485) @@ -1,2 +1,3 @@ -SHA256 (daemonlogger-1.2.1.tar.gz) = 79fcd34d815e9c671ffa1ea3c7d7d50f895bb7a79b4448c4fd1c37857cf44a0b -SIZE (daemonlogger-1.2.1.tar.gz) = 114820 +TIMESTAMP = 1528019180 +SHA256 (Cisco-Talos-Daemonlogger-v1.2.1_GH0.tar.gz) = 37beb8e8a4b248644a58d300761a63e58e9db279a1614dfdb1915a8d57ae6370 +SIZE (Cisco-Talos-Daemonlogger-v1.2.1_GH0.tar.gz) = 118316 Modified: head/net/daemonlogger/pkg-descr ============================================================================== --- head/net/daemonlogger/pkg-descr Sun Jun 3 09:34:25 2018 (r471484) +++ head/net/daemonlogger/pkg-descr Sun Jun 3 09:57:19 2018 (r471485) @@ -2,4 +2,4 @@ A packet sniffer designed to run as a daemon with auto It will also act as a software tap injecting packets onto a second interface if configured as such. -WWW: http://www.snort.org/users/roesch/Site/Daemonlogger/Daemonlogger.html +WWW: https://www.talosintelligence.com/daemon From owner-svn-ports-all@freebsd.org Sun Jun 3 10:21:48 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00E88FE1195; Sun, 3 Jun 2018 10:21:48 +0000 (UTC) (envelope-from joneum@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 969987D197; Sun, 3 Jun 2018 10:21:47 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 7960C1D5B2; Sun, 3 Jun 2018 10:21:47 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53ALlYQ097184; Sun, 3 Jun 2018 10:21:47 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53ALlYn097182; Sun, 3 Jun 2018 10:21:47 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201806031021.w53ALlYn097182@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sun, 3 Jun 2018 10:21:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471486 - head/net-im/linux-telegram-desktop X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/net-im/linux-telegram-desktop X-SVN-Commit-Revision: 471486 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.26 Precedence: 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, 03 Jun 2018 10:21:48 -0000 Author: joneum Date: Sun Jun 3 10:21:46 2018 New Revision: 471486 URL: https://svnweb.freebsd.org/changeset/ports/471486 Log: net-im/linux-telegram-desktop: update to 1.3.0 PR: 228713 Submitted by: Henry Hu (maintainer) Modified: head/net-im/linux-telegram-desktop/Makefile head/net-im/linux-telegram-desktop/distinfo Modified: head/net-im/linux-telegram-desktop/Makefile ============================================================================== --- head/net-im/linux-telegram-desktop/Makefile Sun Jun 3 09:57:19 2018 (r471485) +++ head/net-im/linux-telegram-desktop/Makefile Sun Jun 3 10:21:46 2018 (r471486) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= telegram-desktop -PORTVERSION= 1.1.23 +PORTVERSION= 1.3.0 CATEGORIES= net-im linux MASTER_SITES= https://updates.tdesktop.com/tlinux32/ PKGNAMEPREFIX= linux- Modified: head/net-im/linux-telegram-desktop/distinfo ============================================================================== --- head/net-im/linux-telegram-desktop/distinfo Sun Jun 3 09:57:19 2018 (r471485) +++ head/net-im/linux-telegram-desktop/distinfo Sun Jun 3 10:21:46 2018 (r471486) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506705339 -SHA256 (tsetup32.1.1.23.tar.xz) = d3a93bd958e3e692e39c9744e62a967e42ee089c68a106a3ab236937252111ef -SIZE (tsetup32.1.1.23.tar.xz) = 31249588 +TIMESTAMP = 1528021249 +SHA256 (tsetup32.1.3.0.tar.xz) = 8d9bcf4ff6180d343ea8f2f5be437792f141ac6a1919458311dd25ce44798222 +SIZE (tsetup32.1.3.0.tar.xz) = 35710316 From owner-svn-ports-all@freebsd.org Sun Jun 3 11:04:09 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA972EF9505; Sun, 3 Jun 2018 11:04:09 +0000 (UTC) (envelope-from linimon@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 525B17EF24; Sun, 3 Jun 2018 11:04:09 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 334501DC5E; Sun, 3 Jun 2018 11:04:09 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53B49WO020674; Sun, 3 Jun 2018 11:04:09 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53B49Jf020673; Sun, 3 Jun 2018 11:04:09 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201806031104.w53B49Jf020673@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 3 Jun 2018 11:04:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471487 - head/archivers/snappy-java X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/archivers/snappy-java X-SVN-Commit-Revision: 471487 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.26 Precedence: 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, 03 Jun 2018 11:04:09 -0000 Author: linimon Date: Sun Jun 3 11:04:08 2018 New Revision: 471487 URL: https://svnweb.freebsd.org/changeset/ports/471487 Log: Mark as broken on powerpc64. While here, pet portlint. Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.14.1:test (default-test) on project snappy-java: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.14.1:test failed: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ? Approved by: portmgr (tier-2 blanket) Modified: head/archivers/snappy-java/Makefile Modified: head/archivers/snappy-java/Makefile ============================================================================== --- head/archivers/snappy-java/Makefile Sun Jun 3 10:21:46 2018 (r471486) +++ head/archivers/snappy-java/Makefile Sun Jun 3 11:04:08 2018 (r471487) @@ -23,18 +23,19 @@ COMMENT= Fast compressor/decompressor library LICENSE= APACHE20 -BUILD_DEPENDS= ${LOCALBASE}/share/java/maven3/bin/mvn:devel/maven3 - BROKEN_armv6= fails to build: maven-assembly-plugin: Failed to retrieve numeric file attributes BROKEN_armv7= fails to build: maven-assembly-plugin: Failed to retrieve numeric file attributes +BROKEN_powerpc64= fails to build: failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.14.1:test +BUILD_DEPENDS= ${LOCALBASE}/share/java/maven3/bin/mvn:devel/maven3 + USE_GITHUB= yes GH_ACCOUNT= xerial GH_PROJECT= snappy-java +USES= gmake USE_JAVA= yes JAVA_VERSION= 1.7+ -USES= gmake USE_LDCONFIG= yes MAKE_ARGS+= Default_CXX=${CXX} From owner-svn-ports-all@freebsd.org Sun Jun 3 11:08:26 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 236E6EF9C36; Sun, 3 Jun 2018 11:08:26 +0000 (UTC) (envelope-from linimon@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 C62827F187; Sun, 3 Jun 2018 11:08:25 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 A74521DC62; Sun, 3 Jun 2018 11:08:25 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53B8PSm020896; Sun, 3 Jun 2018 11:08:25 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53B8P3H020895; Sun, 3 Jun 2018 11:08:25 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201806031108.w53B8P3H020895@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 3 Jun 2018 11:08:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471488 - head/audio/jack X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/audio/jack X-SVN-Commit-Revision: 471488 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.26 Precedence: 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, 03 Jun 2018 11:08:26 -0000 Author: linimon Date: Sun Jun 3 11:08:25 2018 New Revision: 471488 URL: https://svnweb.freebsd.org/changeset/ports/471488 Log: Mark as broken on powerpc64. Approved by: portmgr (tier-2 blanket) Modified: head/audio/jack/Makefile Modified: head/audio/jack/Makefile ============================================================================== --- head/audio/jack/Makefile Sun Jun 3 11:04:08 2018 (r471487) +++ head/audio/jack/Makefile Sun Jun 3 11:08:25 2018 (r471488) @@ -12,6 +12,8 @@ COMMENT= Low latency audio server LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi +BROKEN_powerpc64= fails to build: Unrecognized opcode: 'sldi' + LIB_DEPENDS= libsndfile.so:audio/libsndfile \ libsamplerate.so:audio/libsamplerate \ libcelt0.so:audio/celt From owner-svn-ports-all@freebsd.org Sun Jun 3 11:14:54 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15FE0EFA946; Sun, 3 Jun 2018 11:14:54 +0000 (UTC) (envelope-from linimon@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 B75CF7F79B; Sun, 3 Jun 2018 11:14:53 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 964DC1DDF7; Sun, 3 Jun 2018 11:14:53 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53BErGF025790; Sun, 3 Jun 2018 11:14:53 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53BErQO025789; Sun, 3 Jun 2018 11:14:53 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201806031114.w53BErQO025789@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 3 Jun 2018 11:14:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471489 - head/biology/ncbi-blast+ X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/biology/ncbi-blast+ X-SVN-Commit-Revision: 471489 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.26 Precedence: 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, 03 Jun 2018 11:14:54 -0000 Author: linimon Date: Sun Jun 3 11:14:53 2018 New Revision: 471489 URL: https://svnweb.freebsd.org/changeset/ports/471489 Log: Mark as broken on powerpc64. The entire, unhelpful, error message is: # gmake[2]: Leaving directory '/wrkdirs/usr/ports/biology/ncbi-blast+/work/ncbi-blast-2.5.0+-src/c++/ReleaseMT/build' # gmake[1]: *** [Makefile:24: all] Error 2 Approved by: portmgr (tier-2 blanket) Modified: head/biology/ncbi-blast+/Makefile Modified: head/biology/ncbi-blast+/Makefile ============================================================================== --- head/biology/ncbi-blast+/Makefile Sun Jun 3 11:08:25 2018 (r471488) +++ head/biology/ncbi-blast+/Makefile Sun Jun 3 11:14:53 2018 (r471489) @@ -13,6 +13,8 @@ COMMENT= NCBI implementation of Basic Local Alignment LICENSE= PD LICENSE_FILE= ${WRKSRC}/scripts/projects/blast/LICENSE +BROKEN_powerpc64= fails to build: Error 2 + LIB_DEPENDS= libpcre.so:devel/pcre \ liblmdb.so:databases/lmdb \ liblzo2.so:archivers/lzo2 \ From owner-svn-ports-all@freebsd.org Sun Jun 3 12:07:43 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2CFCAF72446; Sun, 3 Jun 2018 12:07:43 +0000 (UTC) (envelope-from krion@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 C8D9781863; Sun, 3 Jun 2018 12:07:42 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 A19131E605; Sun, 3 Jun 2018 12:07:42 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53C7gvS050505; Sun, 3 Jun 2018 12:07:42 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53C7gHW050503; Sun, 3 Jun 2018 12:07:42 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201806031207.w53C7gHW050503@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Sun, 3 Jun 2018 12:07:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r471490 - in branches/2018Q2/security/strongswan: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: krion X-SVN-Commit-Paths: in branches/2018Q2/security/strongswan: . files X-SVN-Commit-Revision: 471490 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.26 Precedence: 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, 03 Jun 2018 12:07:43 -0000 Author: krion Date: Sun Jun 3 12:07:41 2018 New Revision: 471490 URL: https://svnweb.freebsd.org/changeset/ports/471490 Log: MFH: r471205 Update to 5.6.3 Fixes: - Denial-of-Service Vulnerability in the IKEv2 key derivation (CVE-2018-10811) - Denial-of-Service Vulnerability in the stroke plugin (CVE-2018-5388) - Crash on FreeBSD that was present in 5.6.2 - The kernel-pfkey plugin optionally installs routes via internal interface (one with an IP in the local traffic selector). On FreeBSD, enabling this selects the correct source IP when sending packets from the gateway itself. PR: 228631 Submitted by: maintainer Approved by: ports-secteam Deleted: branches/2018Q2/security/strongswan/files/patch-src_libcharon_sa_ikev2_authenticators_pubkey_authenticator.c Modified: branches/2018Q2/security/strongswan/Makefile branches/2018Q2/security/strongswan/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/security/strongswan/Makefile ============================================================================== --- branches/2018Q2/security/strongswan/Makefile Sun Jun 3 11:14:53 2018 (r471489) +++ branches/2018Q2/security/strongswan/Makefile Sun Jun 3 12:07:41 2018 (r471490) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= strongswan -PORTVERSION= 5.6.2 -PORTREVISION= 1 +PORTVERSION= 5.6.3 CATEGORIES= security MASTER_SITES= http://download.strongswan.org/ \ http://download2.strongswan.org/ Modified: branches/2018Q2/security/strongswan/distinfo ============================================================================== --- branches/2018Q2/security/strongswan/distinfo Sun Jun 3 11:14:53 2018 (r471489) +++ branches/2018Q2/security/strongswan/distinfo Sun Jun 3 12:07:41 2018 (r471490) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519043301 -SHA256 (strongswan-5.6.2.tar.bz2) = e0a60a30ebf3c534c223559e1686497a21ded709a5d605c5123c2f52bcc22e92 -SIZE (strongswan-5.6.2.tar.bz2) = 4977859 +TIMESTAMP = 1527575366 +SHA256 (strongswan-5.6.3.tar.bz2) = c3c7dc8201f40625bba92ffd32eb602a8909210d8b3fac4d214c737ce079bf24 +SIZE (strongswan-5.6.3.tar.bz2) = 4961579 From owner-svn-ports-all@freebsd.org Sun Jun 3 12:44:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 446B0F76F71; Sun, 3 Jun 2018 12:44:07 +0000 (UTC) (envelope-from antoine@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 ECD59833A3; Sun, 3 Jun 2018 12:44:06 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CE0421EC74; Sun, 3 Jun 2018 12:44:06 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53Ci6t0070880; Sun, 3 Jun 2018 12:44:06 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53Ci4pG070869; Sun, 3 Jun 2018 12:44:04 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201806031244.w53Ci4pG070869@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 3 Jun 2018 12:44:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471491 - in head: games/nxengine graphics/cloudcompare graphics/gmic graphics/gwenview graphics/maim graphics/openfx-arena graphics/sane-backends graphics/skanlite math/mathgl misc/ope... X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: games/nxengine graphics/cloudcompare graphics/gmic graphics/gwenview graphics/maim graphics/openfx-arena graphics/sane-backends graphics/skanlite math/mathgl misc/openmvg multimedia/harvid X-SVN-Commit-Revision: 471491 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.26 Precedence: 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, 03 Jun 2018 12:44:07 -0000 Author: antoine Date: Sun Jun 3 12:44:04 2018 New Revision: 471491 URL: https://svnweb.freebsd.org/changeset/ports/471491 Log: Canonicalize dependency on libpng Modified: head/games/nxengine/Makefile head/graphics/cloudcompare/Makefile head/graphics/gmic/Makefile head/graphics/gwenview/Makefile head/graphics/maim/Makefile head/graphics/openfx-arena/Makefile head/graphics/sane-backends/Makefile head/graphics/skanlite/Makefile head/math/mathgl/Makefile head/misc/openmvg/Makefile head/multimedia/harvid/Makefile Modified: head/games/nxengine/Makefile ============================================================================== --- head/games/nxengine/Makefile Sun Jun 3 12:07:41 2018 (r471490) +++ head/games/nxengine/Makefile Sun Jun 3 12:44:04 2018 (r471491) @@ -22,7 +22,7 @@ LICENSE_PERMS_FREEWARE= dist-mirror pkg-mirror auto-ac LICENSE_DISTFILES_GPLv3= ${DISTFILES:[3]} LICENSE_DISTFILES_FREEWARE= ${DISTFILES:[2]:S/:data//} -LIB_DEPENDS= libpng16.so:graphics/png +LIB_DEPENDS= libpng.so:graphics/png DESKTOP_ENTRIES="NXEngine" "" "${PORTNAME}" \ "${PORTNAME}" "Game;AdventureGame;" "" Modified: head/graphics/cloudcompare/Makefile ============================================================================== --- head/graphics/cloudcompare/Makefile Sun Jun 3 12:07:41 2018 (r471490) +++ head/graphics/cloudcompare/Makefile Sun Jun 3 12:44:04 2018 (r471491) @@ -65,7 +65,7 @@ PLUGINS_LIB_DEPENDS= libboost_system.so:devel/boost-li libflann_cpp_s.so:math/flann \ libfreetype.so:print/freetype2 \ libpcl_people.so:graphics/pcl-pointclouds \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libtiff.so:graphics/tiff \ libvtkDomainsChemistry-6.2.so:math/vtk6 PLUGINS_IMPLIES= SHAPELIB Modified: head/graphics/gmic/Makefile ============================================================================== --- head/graphics/gmic/Makefile Sun Jun 3 12:07:41 2018 (r471490) +++ head/graphics/gmic/Makefile Sun Jun 3 12:44:04 2018 (r471491) @@ -28,7 +28,7 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \ libomp.so:devel/openmp \ libopencv_core.so:graphics/opencv-core \ libopencv_video.so:graphics/opencv \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libtiff.so:graphics/tiff USES= cmake:outsource compiler:c++11-lang jpeg pkgconfig Modified: head/graphics/gwenview/Makefile ============================================================================== --- head/graphics/gwenview/Makefile Sun Jun 3 12:07:41 2018 (r471490) +++ head/graphics/gwenview/Makefile Sun Jun 3 12:44:04 2018 (r471491) @@ -11,7 +11,7 @@ BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/doc docbook-xml>0:textproc/docbook-xml LIB_DEPENDS= libexiv2.so:graphics/exiv2 \ liblcms2.so:graphics/lcms2 \ - libpng16.so:graphics/png + libpng.so:graphics/png USES= cmake:outsource gettext jpeg pkgconfig kde:5 tar:xz USE_KDE= activities auth baloo bookmarks codecs completion config \ Modified: head/graphics/maim/Makefile ============================================================================== --- head/graphics/maim/Makefile Sun Jun 3 12:07:41 2018 (r471490) +++ head/graphics/maim/Makefile Sun Jun 3 12:44:04 2018 (r471491) @@ -13,7 +13,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm LIB_DEPENDS= libImlib2.so:graphics/imlib2 \ libicuuc.so:devel/icu \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libslopy.so:x11/slop USES= cmake jpeg Modified: head/graphics/openfx-arena/Makefile ============================================================================== --- head/graphics/openfx-arena/Makefile Sun Jun 3 12:07:41 2018 (r471490) +++ head/graphics/openfx-arena/Makefile Sun Jun 3 12:44:04 2018 (r471491) @@ -24,7 +24,7 @@ LIB_DEPENDS= libOpenColorIO.so:graphics/opencolorio \ libpcre.so:devel/pcre \ libffi.so:devel/libffi \ libdrm.so:graphics/libdrm \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libharfbuzz.so:print/harfbuzz \ libgraphite2.so:graphics/graphite2 \ libicui18n.so:devel/icu \ Modified: head/graphics/sane-backends/Makefile ============================================================================== --- head/graphics/sane-backends/Makefile Sun Jun 3 12:07:41 2018 (r471490) +++ head/graphics/sane-backends/Makefile Sun Jun 3 12:44:04 2018 (r471491) @@ -14,7 +14,7 @@ COMMENT= API for access to scanners, digitals camera, LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libpng16.so:graphics/png \ +LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff USES= gmake jpeg libtool localbase pathfix pkgconfig Modified: head/graphics/skanlite/Makefile ============================================================================== --- head/graphics/skanlite/Makefile Sun Jun 3 12:07:41 2018 (r471490) +++ head/graphics/skanlite/Makefile Sun Jun 3 12:44:04 2018 (r471491) @@ -12,7 +12,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/src/COPYING LIB_DEPENDS= libKF5Sane.so:graphics/libksane \ - libpng16.so:graphics/png + libpng.so:graphics/png USES= cmake:outsource gettext kde:5 tar:xz USE_KDE= ecm auth config configwidgets codecs completion \ Modified: head/math/mathgl/Makefile ============================================================================== --- head/math/mathgl/Makefile Sun Jun 3 12:07:41 2018 (r471490) +++ head/math/mathgl/Makefile Sun Jun 3 12:44:04 2018 (r471491) @@ -16,7 +16,7 @@ LIB_DEPENDS= libgif.so:graphics/giflib \ libhdf5.so:science/hdf5 \ libhpdf.so:print/libharu \ libltdl.so:devel/libltdl \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libsz.so:science/szip USES= cmake:outsource jpeg gettext-runtime python:2.7 Modified: head/misc/openmvg/Makefile ============================================================================== --- head/misc/openmvg/Makefile Sun Jun 3 12:07:41 2018 (r471490) +++ head/misc/openmvg/Makefile Sun Jun 3 12:44:04 2018 (r471491) @@ -16,7 +16,7 @@ ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= need to figure out which TARGET_ARCHITECTURE values correspond to other architectures, plus "generic" is broken LIB_DEPENDS= libflann_cpp.so:math/flann \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libtiff.so:graphics/tiff USES= cmake:outsource eigen:3 jpeg Modified: head/multimedia/harvid/Makefile ============================================================================== --- head/multimedia/harvid/Makefile Sun Jun 3 12:07:41 2018 (r471490) +++ head/multimedia/harvid/Makefile Sun Jun 3 12:44:04 2018 (r471491) @@ -13,7 +13,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ - libpng16.so:graphics/png + libpng.so:graphics/png USES= gmake jpeg localbase pkgconfig USE_GITHUB= yes From owner-svn-ports-all@freebsd.org Sun Jun 3 12:56:23 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1C29F78D3D; Sun, 3 Jun 2018 12:56:23 +0000 (UTC) (envelope-from miwi@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 6FFC683D64; Sun, 3 Jun 2018 12:56:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4CB9C1EE45; Sun, 3 Jun 2018 12:56:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53CuNT0075884; Sun, 3 Jun 2018 12:56:23 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53CuNN9075883; Sun, 3 Jun 2018 12:56:23 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201806031256.w53CuNN9075883@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sun, 3 Jun 2018 12:56:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471492 - head/net/miniupnpd X-SVN-Group: ports-head X-SVN-Commit-Author: miwi X-SVN-Commit-Paths: head/net/miniupnpd X-SVN-Commit-Revision: 471492 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.26 Precedence: 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, 03 Jun 2018 12:56:23 -0000 Author: miwi Date: Sun Jun 3 12:56:22 2018 New Revision: 471492 URL: https://svnweb.freebsd.org/changeset/ports/471492 Log: - Update to 2.0.20180503 PR: 228052 Submitted by: gaod@hychen.org Approved by: maintainer timeout Sponsored by: iXsystems Inc. Modified: head/net/miniupnpd/Makefile Modified: head/net/miniupnpd/Makefile ============================================================================== --- head/net/miniupnpd/Makefile Sun Jun 3 12:44:04 2018 (r471491) +++ head/net/miniupnpd/Makefile Sun Jun 3 12:56:22 2018 (r471492) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= miniupnpd -PORTVERSION= 1.9.20160113 +PORTVERSION= 2.0.20180503 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= http://miniupnp.tuxfamily.org/files/ \ From owner-svn-ports-all@freebsd.org Sun Jun 3 12:57:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86027F790AF; Sun, 3 Jun 2018 12:57:47 +0000 (UTC) (envelope-from miwi@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 3C0AE83ECE; Sun, 3 Jun 2018 12:57:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1D7741EE4C; Sun, 3 Jun 2018 12:57:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53Cvkl7076058; Sun, 3 Jun 2018 12:57:46 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53CvkUv076057; Sun, 3 Jun 2018 12:57:46 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201806031257.w53CvkUv076057@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sun, 3 Jun 2018 12:57:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471493 - head/devel/py-pyface X-SVN-Group: ports-head X-SVN-Commit-Author: miwi X-SVN-Commit-Paths: head/devel/py-pyface X-SVN-Commit-Revision: 471493 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.26 Precedence: 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, 03 Jun 2018 12:57:47 -0000 Author: miwi Date: Sun Jun 3 12:57:46 2018 New Revision: 471493 URL: https://svnweb.freebsd.org/changeset/ports/471493 Log: - Update to 6.0.0 PR: 228095 Submitted by: maintainer Sponsored by: iXsystems Inc. Modified: head/devel/py-pyface/Makefile head/devel/py-pyface/distinfo Modified: head/devel/py-pyface/Makefile ============================================================================== --- head/devel/py-pyface/Makefile Sun Jun 3 12:56:22 2018 (r471492) +++ head/devel/py-pyface/Makefile Sun Jun 3 12:57:46 2018 (r471493) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pyface -PORTVERSION= 5.1.0 +PORTVERSION= 6.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +19,7 @@ LICENSE_FILE_LGPL3= ${WRKSRC}/image_LICENSE_OOo.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traits>=4.5.0:devel/py-traits@${FLAVOR} -USES= python:-2.7 +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Modified: head/devel/py-pyface/distinfo ============================================================================== --- head/devel/py-pyface/distinfo Sun Jun 3 12:56:22 2018 (r471492) +++ head/devel/py-pyface/distinfo Sun Jun 3 12:57:46 2018 (r471493) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470333170 -SHA256 (pyface-5.1.0.tar.gz) = d5951f51887e776d5b0ae0ce240c12ad350fe76af63ee96b7a07dda688ba68c4 -SIZE (pyface-5.1.0.tar.gz) = 5104649 +TIMESTAMP = 1525850715 +SHA256 (pyface-6.0.0.tar.gz) = bf0552597a587452fcfa212f956c3a59931ba301cca6eeb144227466da456276 +SIZE (pyface-6.0.0.tar.gz) = 5238590 From owner-svn-ports-all@freebsd.org Sun Jun 3 12:58:43 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89F26F7922C; Sun, 3 Jun 2018 12:58:43 +0000 (UTC) (envelope-from miwi@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 3E71383FD1; Sun, 3 Jun 2018 12:58:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1FB7D1EE4E; Sun, 3 Jun 2018 12:58:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53Cwg8H076221; Sun, 3 Jun 2018 12:58:42 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53CwgWf076219; Sun, 3 Jun 2018 12:58:42 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201806031258.w53CwgWf076219@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sun, 3 Jun 2018 12:58:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471494 - head/games/anki X-SVN-Group: ports-head X-SVN-Commit-Author: miwi X-SVN-Commit-Paths: head/games/anki X-SVN-Commit-Revision: 471494 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.26 Precedence: 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, 03 Jun 2018 12:58:43 -0000 Author: miwi Date: Sun Jun 3 12:58:42 2018 New Revision: 471494 URL: https://svnweb.freebsd.org/changeset/ports/471494 Log: - Update to 2.0.52 PR: 228678 Submitted by: maintainer Sponsored by: iXsystems Inc. Modified: head/games/anki/Makefile head/games/anki/distinfo Modified: head/games/anki/Makefile ============================================================================== --- head/games/anki/Makefile Sun Jun 3 12:57:46 2018 (r471493) +++ head/games/anki/Makefile Sun Jun 3 12:58:42 2018 (r471494) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= anki -DISTVERSION= 2.0.51 +DISTVERSION= 2.0.52 CATEGORIES= games python MASTER_SITES= https://apps.ankiweb.net/downloads/current/ DISTNAME= anki-${PORTVERSION}-source Modified: head/games/anki/distinfo ============================================================================== --- head/games/anki/distinfo Sun Jun 3 12:57:46 2018 (r471493) +++ head/games/anki/distinfo Sun Jun 3 12:58:42 2018 (r471494) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522135376 -SHA256 (python/anki-2.0.51-source.tgz) = 80d3d83bc8a0a17e528a0afa8a800565692e4935b1356156d3e12f98fe74f99e -SIZE (python/anki-2.0.51-source.tgz) = 3429660 +TIMESTAMP = 1527786668 +SHA256 (python/anki-2.0.52-source.tgz) = d4d8c0dd473b512faa63e167d7bb89592530699d2365f1d3a737a733efeb5e7a +SIZE (python/anki-2.0.52-source.tgz) = 3429625 From owner-svn-ports-all@freebsd.org Sun Jun 3 13:30:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29573F7E076; Sun, 3 Jun 2018 13:30:07 +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 CBAC885369; Sun, 3 Jun 2018 13:30:06 +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 AD9041F32C; Sun, 3 Jun 2018 13:30:06 +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 w53DU6EB091329; Sun, 3 Jun 2018 13:30:06 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53DU6mh091327; Sun, 3 Jun 2018 13:30:06 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201806031330.w53DU6mh091327@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Sun, 3 Jun 2018 13:30:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471495 - in head/sysutils/lsof: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ler X-SVN-Commit-Paths: in head/sysutils/lsof: . files X-SVN-Commit-Revision: 471495 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.26 Precedence: 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, 03 Jun 2018 13:30:07 -0000 Author: ler Date: Sun Jun 3 13:30:06 2018 New Revision: 471495 URL: https://svnweb.freebsd.org/changeset/ports/471495 Log: sysutils/lsof: handle recent changes to b*/mem* library calls. Added: head/sysutils/lsof/files/patch-dialects_freebsd_dlsof.h (contents, props changed) Modified: head/sysutils/lsof/Makefile Modified: head/sysutils/lsof/Makefile ============================================================================== --- head/sysutils/lsof/Makefile Sun Jun 3 12:58:42 2018 (r471494) +++ head/sysutils/lsof/Makefile Sun Jun 3 13:30:06 2018 (r471495) @@ -3,6 +3,7 @@ PORTNAME= lsof DISTVERSION= 4.92A +PORTREVISION= 1 PORTEPOCH= 8 CATEGORIES= sysutils MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ Added: head/sysutils/lsof/files/patch-dialects_freebsd_dlsof.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/lsof/files/patch-dialects_freebsd_dlsof.h Sun Jun 3 13:30:06 2018 (r471495) @@ -0,0 +1,15 @@ +--- dialects/freebsd/dlsof.h.orig 2018-06-03 13:24:20 UTC ++++ dialects/freebsd/dlsof.h +@@ -498,6 +498,12 @@ struct vop_advlock_args { int dummy; }; /* to pacify l + + #undef bcopy /* avoid _KERNEL conflict */ + #undef bzero /* avoid _KERNEL conflict */ ++#undef bcmp ++#undef bcopy ++#undef memcmp ++#undef memmove ++#undef memcpy ++#undef memset + #include + + From owner-svn-ports-all@freebsd.org Sun Jun 3 13:52:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FECCFD0174; Sun, 3 Jun 2018 13:52:47 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [IPv6:2001:608:a02::33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D359E86942; Sun, 3 Jun 2018 13:52:46 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (077-142-067-156.ip-addr.inexio.net [156.67.142.77]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id 14908DC053F; Sun, 3 Jun 2018 15:52:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1528033964; bh=ObGHCiCYcHlHe1aBBMtqFzfvz7YerdNGu5wI6OeAbho=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=OM2CAXN72pwz7KmmNoteg69lRuohlZr8GwyrkYtOjcTLc9sVqw8rug+w8bFOsvlVZ 3IqgyUlk2t6CWr6Btvoh/zqMCqD9JHayKASquk/VXjFbR1K3O1S5EqlSh8znIdc4PF TK+BN/wjpTD20oRRKGPEDH3FTBEDxuDJ8ENr2LfA= Received: from [192.168.0.151] (077-142-067-156.ip-addr.inexio.net [156.67.142.77]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id D983115C1CD7; Sun, 3 Jun 2018 15:52:42 +0200 (CEST) Subject: Re: svn commit: r471167 - head/devel/rubygem-rugged To: Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201805301948.w4UJmit4053016@repo.freebsd.org> <58efc755-046c-dfde-39fa-c857aebed206@fechner.net> From: Matthias Fechner Openpgp: preference=signencrypt Autocrypt: addr=idefix@fechner.net; prefer-encrypt=mutual; keydata= xsFNBFqca1YBEADM9mF2+ifk8HILTlf5wtAzV6SYVR4RvNOo/8Kucw4sCZT76zS1fjZe4Zy1 3C0IZ07Wi+3PnoGIgOCsXp3PrTc2nuHQWkwVBYXy8UaR9DHBWA/mIvRGG1ZscKQYA6oUdCvd K8Mu26zO60yTt+ONzFtK6G1myH4EHXZ8dpmdCFf+W3rzTU+aCQ5S3OfwCLGgYgOaVREGkdOc 5SVCpFb4n+2B8+CqeWsRHhnT+4h7/YhgDMGp4GiI3yrB2nBVSUUvcosD2nRtJQgGQHcAFtMq 3hJaKPOR/mHc6KVrp0xmGNmdtazvXloHmGIl9O1UpmMmrYu9Kugl0JkGi2fAcno02XgVlkyX 7xDLTteP5cNqRxor4yVDaRWUQnOfK9XgcrKGrAzb65BkCSkjT+Aw3S/A8Qd6NvjL9qy1d+Ct dzatOVF/Y7jaW28CMr3jvwPS13OxV7PnJzIZzdik20eVxfOXuYfxZD+PwBaGgFF0qj6zKACC aKLalE0ZpY0zNn/iPyQX/Cf9KoDyFpOHSsEswiJ5rCWwppVcsFyogHOemVmeaXlvyDPEipnV ZUkpGP/CCqPu3eD0uDzP7UJ0pt/l/JfW0Xw/4p9mjB024xiRlxLa6vSRfGl//EdtAIbKKa8x 5wsKTQEbYJDmXE3tH/A54DCqRXhcopTlu2iJlTdnIMltn9afVwARAQABzSVNYXR0aGlhcyBG ZWNobmVyIDxpZGVmaXhAZmVjaG5lci5uZXQ+wsGXBBMBCgBBAhsDBQkJZgGABQsJCAcDBRUK CQgLBRYDAgEAAh4BAheAFiEEaWB64mCp804YOtqutot13J/XR+EFAlqcc9gCGQEACgkQtot1 3J/XR+GQyhAAwDxUSg7X2aS1d6rrYUZdDk8rT5TCjayDAyOATdAUhJRZk8qXRNF27Mu6xiOT mIvEMKLagNsitffZs1g/mulRQiDVLloGav7xozSfYlaOYWpPb55wpsugQPLZz0OkU9tzw7j7 7sPPvnAxeqSofUJzQdZzp43aVwXVqsJ3rY0jGzYA5RLS6CBI1RRR8/hHLMxspDPl79IW3GhI HAXaVX1HVJA2oJEo9Y95DnJwX8NV+hvLlUVA2KDdNKFiVJKeV3ccqw+/5zW3Y8J6Rd8blW9n p68Z7lyxt6mvsDEdSxOyGSkPagzIDfHqmDfkaeum7gHMwweH2e2pZuhzMZkrKNoSkKiJ5uim 638ZhnzzmEWh2qtYPgHlZG1jO6n2DSzCqJkQYjYUtLj7ylIgZakG8M3idQRugHImMBq+HSMu WR8FI52gh1+4LbIArHB4YWTTr933ElwhS1jtomK9SeWezPfjunpxqXQl4QR0qXAuglsOMJ6y Togb6lc0qyEdOa5VCXQTLSD9yZpolSQOjOe1XEyM4g5v7FrPBGVni9AxlARvUDVbYQDv1+4A gchtgpLmAF8mDPq/tGeXuAO3m+ExQDXpJ4CneI9YHc+joU2cXQi5MP1NzgMOV43XEZCiTW0O BWM1+857gmDqGbybE7F3UFpvBs9/NRWnuxoKaYxYbqCOc3nOwU0EWpxrVgEQAN3uCLHZF+1V gcrzYjwL1wAJwjYb7UnHKvNYdaBKgW0n0NTfaTCLHxHYPO8NlV1+lNctSeXLeiWpmE1lCDHq /++53EJ34OsRd/n246PdtfIfltML73tsmq6S9zTye2zv7LsmE7jgUBaasbv0qSLSybOUvkRx j3xBuK9Ymg/ZXaENOhxwIQ6oQoNLg3ers9t5Xl4NVK6gzzZ2OdTGnuUVhQmi4rbP04R0GJFh AtGLAYUCxlXVZhdPAs4qZaoAEP5nW/u2MyzSaIouwcEIdttAiPZdrJr+a4OGKz88Sn6zqKSa uyUADgX+G8tKUONgZbfz4SSRvlinOgyU2RyyfNS977r/YfaHH+oAxg31yUWPtD/ryfVw69bG vK8RQrZ9+c1vyWBABoQOh5+JHW/AE9Xj5dQatEfWmGO3+/FRo2TIhqZQXXl8PW+jtEjkhgOH OUX5ERzSm6nCcPIw+LUkEINcLc9bw4fv1eOWIdBuCckGM4rWXkLYbqhdSzdWeCsC0tiQk8x7 O1zXRJOKF4rITJd/qX322EH29BR+T9V1Hw7LDSRe+3YxtoXhROZRXjF8QniEHeKVNRUComr6 rWGmuHjsNTQ7twtwnG8xSOfCkYAp9GrbzBkIYX+VFvFQLqVM+It3RAlge/bwpZPvkr3bFsJk 4JS+EAugBIrP0xd9BMOh6Ej5ABEBAAHCwXwEGAEKACYWIQRpYHriYKnzThg62q62i3Xcn9dH 4QUCWpxrVgIbDAUJCWYBgAAKCRC2i3Xcn9dH4ZZsEACoQI109htphVe2AQhJ7wuPo8pIrSFA 0Mb0pfibX/sYw8ZZz/x3ctTI3Ajq2baSaoebIuUyd6oPI7cAzgL4s2zHiZ3ChH2dDxJlOPfk OaiK124DJMPqWiWuxe39tgq23tsPhwcvF+DC+SkJoLWKCYNC06fS3bLktZ0s4lVE5tqfL5ww MvxgxB+6+sWHwZWSv1IwB/geov6zkEhVdkXqrGPE52LyLfU0ACMmihcl0/npsCMZSls0urge CsPMuHPQnmcM2ERbere8i9OdKQDzGBrTbWl9DxNRf4o+cAYirEJM3Kc+ZD2SE34bTSvg3kdQ QZQbj+o+BRcsR0LaGbORkNaMZlp5OuXteL6nG7sbAPn0bjUUlup8CJEXDXENG6LJG1/oVWFq m3OtPyr5UoMQAuhuGx0/Om6AXKr/mk+veuoKWMXkqll045/bYE7bX2A0gkyGE5DdjaiHPmS9 NsWuKDeExLlXZOL1GX+PKjWLADwlv07XHB8Hf6U0/lpf3/mggRtqHyKbHt0iRqYaMC95gVdM rbugxh61U/zxIaweU7VolD5cRrltxqPp5szOwDzw42JYwbpYsXFJXNkuCGCmK1LHcShfEggt fV3g/JKzvNRQn6p1f0frppl/eZ5UvWVKrNERJzcZgkOecxwiK/L/JoGpGfWOqWGsTxe/AnQc Xxj8Dw== Message-ID: <71ca0443-83c9-1885-8bd9-2567035e7201@fechner.net> Date: Sun, 3 Jun 2018 15:52:29 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: 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, 03 Jun 2018 13:52:47 -0000 Am 03.06.2018 um 00:48 schrieb Sunpoet Po-Chuan Hsieh: > This port and devel/libgit2 have same major and minor versions (0.27). > It should be OK. thanks for your answer Sunpoet. To be save (also to fix the security problem) I create a review for it: https://reviews.freebsd.org/D15654 I will wait for maintainer and mentor to approve it. Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook From owner-svn-ports-all@freebsd.org Sun Jun 3 14:08:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE56EFD31F8; Sun, 3 Jun 2018 14:08:08 +0000 (UTC) (envelope-from linimon@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 6F88E8741A; Sun, 3 Jun 2018 14:08:08 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 508E51F999; Sun, 3 Jun 2018 14:08:08 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53E88kK011523; Sun, 3 Jun 2018 14:08:08 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53E8581011511; Sun, 3 Jun 2018 14:08:05 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201806031408.w53E8581011511@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 3 Jun 2018 14:08:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471496 - in head/audio: abgate-lv2 avldrums-lv2 caps-lv2 eteroj-lv2 gmsynth-lv2 infamous-plugins-lv2 midi-matrix-lv2 moony-lv2 orbit-lv2 sherlock-lv2 triceratops-lv2 x42-plugins-lv2 X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: in head/audio: abgate-lv2 avldrums-lv2 caps-lv2 eteroj-lv2 gmsynth-lv2 infamous-plugins-lv2 midi-matrix-lv2 moony-lv2 orbit-lv2 sherlock-lv2 triceratops-lv2 x42-plugins-lv2 X-SVN-Commit-Revision: 471496 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.26 Precedence: 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, 03 Jun 2018 14:08:09 -0000 Author: linimon Date: Sun Jun 3 14:08:05 2018 New Revision: 471496 URL: https://svnweb.freebsd.org/changeset/ports/471496 Log: These ports are not quite ready for the tier-2 archs yet. These are probably trivial fixes, if someone has the time and interest to pursue them. I'm definitely short of time ATM. Approved by: portmgr (tier-2 blanket) Modified: head/audio/abgate-lv2/Makefile head/audio/avldrums-lv2/Makefile head/audio/caps-lv2/Makefile head/audio/eteroj-lv2/Makefile head/audio/gmsynth-lv2/Makefile head/audio/infamous-plugins-lv2/Makefile head/audio/midi-matrix-lv2/Makefile head/audio/moony-lv2/Makefile head/audio/orbit-lv2/Makefile head/audio/sherlock-lv2/Makefile head/audio/triceratops-lv2/Makefile head/audio/x42-plugins-lv2/Makefile Modified: head/audio/abgate-lv2/Makefile ============================================================================== --- head/audio/abgate-lv2/Makefile Sun Jun 3 13:30:06 2018 (r471495) +++ head/audio/abgate-lv2/Makefile Sun Jun 3 14:08:05 2018 (r471496) @@ -13,6 +13,8 @@ COMMENT= Noise gate LV2 plugin LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64= fails to build: cc1plus: unrecognized command line option -std=c++11 + BUILD_DEPENDS= lv2>0:audio/lv2 USES= gmake pkgconfig Modified: head/audio/avldrums-lv2/Makefile ============================================================================== --- head/audio/avldrums-lv2/Makefile Sun Jun 3 13:30:06 2018 (r471495) +++ head/audio/avldrums-lv2/Makefile Sun Jun 3 14:08:05 2018 (r471496) @@ -12,6 +12,10 @@ COMMENT= Dedicated AVLDrumkits LV2 Plugin LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_armv6= fails to build: unknown FP unit 'sse' +BROKEN_armv7= fails to build: unknown FP unit 'sse' +BROKEN_powerpc64= fails to compile: unrecognized command line option "-msse2" + BUILD_DEPENDS= lv2>0:audio/lv2 USES= gmake pkgconfig Modified: head/audio/caps-lv2/Makefile ============================================================================== --- head/audio/caps-lv2/Makefile Sun Jun 3 13:30:06 2018 (r471495) +++ head/audio/caps-lv2/Makefile Sun Jun 3 14:08:05 2018 (r471496) @@ -11,6 +11,10 @@ COMMENT= LV2 version of the C* Audio Plugin Suite LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_armv6= fails to build: dsp/v4f.h:153:12: no matching function for call to v4f_map +BROKEN_armv7= fails to build: dsp/v4f.h:153:12: no matching function for call to v4f_map +BROKEN_powerpc64= fails to build: cc1plus: unrecognized command line option -std=c++11 + BUILD_DEPENDS= lv2>0:audio/lv2 USES= gmake localbase Modified: head/audio/eteroj-lv2/Makefile ============================================================================== --- head/audio/eteroj-lv2/Makefile Sun Jun 3 13:30:06 2018 (r471495) +++ head/audio/eteroj-lv2/Makefile Sun Jun 3 14:08:05 2018 (r471496) @@ -11,6 +11,8 @@ COMMENT= OSC injection/ejection from/to UDP/TCP/Serial LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to build: varchunk/varchunk.h:84: expected specifier-qualifier-list before _Atomic + BUILD_DEPENDS= lv2>0:audio/lv2 LIB_DEPENDS= libsratom-0.so:audio/sratom \ libserd-0.so:devel/serd \ Modified: head/audio/gmsynth-lv2/Makefile ============================================================================== --- head/audio/gmsynth-lv2/Makefile Sun Jun 3 13:30:06 2018 (r471495) +++ head/audio/gmsynth-lv2/Makefile Sun Jun 3 14:08:05 2018 (r471496) @@ -13,6 +13,9 @@ COMMENT= General MIDI LV2 Synth LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_armv6= fails to compile: unknown FP unit 'sse' +BROKEN_armv7= fails to compile: unknown FP unit 'sse' + BUILD_DEPENDS= lv2>0:audio/lv2 LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth Modified: head/audio/infamous-plugins-lv2/Makefile ============================================================================== --- head/audio/infamous-plugins-lv2/Makefile Sun Jun 3 13:30:06 2018 (r471495) +++ head/audio/infamous-plugins-lv2/Makefile Sun Jun 3 14:08:05 2018 (r471496) @@ -12,6 +12,8 @@ COMMENT= LV2 plugins for various sound effects LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to compile: cc1: invalid option argument '-Og' + BUILD_DEPENDS= lv2>0:audio/lv2 \ ${LOCALBASE}/lib/libfftw3.so:math/fftw3 LIB_DEPENDS= libfftw3f.so:math/fftw3-float \ Modified: head/audio/midi-matrix-lv2/Makefile ============================================================================== --- head/audio/midi-matrix-lv2/Makefile Sun Jun 3 13:30:06 2018 (r471495) +++ head/audio/midi-matrix-lv2/Makefile Sun Jun 3 14:08:05 2018 (r471496) @@ -13,6 +13,8 @@ COMMENT= LV2 'Midi Matrix' plugin bundle: 'Channel Fil LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to build: cc1: unrecognized command line option -std=gnu11 + BUILD_DEPENDS= lv2>0:audio/lv2 USES= cmake pkgconfig Modified: head/audio/moony-lv2/Makefile ============================================================================== --- head/audio/moony-lv2/Makefile Sun Jun 3 13:30:06 2018 (r471495) +++ head/audio/moony-lv2/Makefile Sun Jun 3 14:08:05 2018 (r471496) @@ -13,6 +13,8 @@ COMMENT= Realtime Lua as programmable glue in LV2 LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to build: cc1: unrecognized command line option -std=gnu11 + BUILD_DEPENDS= lv2>0:audio/lv2 USES= cmake:outsource pkgconfig Modified: head/audio/orbit-lv2/Makefile ============================================================================== --- head/audio/orbit-lv2/Makefile Sun Jun 3 13:30:06 2018 (r471495) +++ head/audio/orbit-lv2/Makefile Sun Jun 3 14:08:05 2018 (r471496) @@ -13,6 +13,8 @@ COMMENT= LV2 plugin bundle from Open Music Kontrollers LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to build: cc1: unrecognized command line option -std=gnu11 + BUILD_DEPENDS= lv2>0:audio/lv2 USES= cmake pkgconfig Modified: head/audio/sherlock-lv2/Makefile ============================================================================== --- head/audio/sherlock-lv2/Makefile Sun Jun 3 13:30:06 2018 (r471495) +++ head/audio/sherlock-lv2/Makefile Sun Jun 3 14:08:05 2018 (r471496) @@ -12,6 +12,8 @@ COMMENT= Investigative LV2 plugin bundle LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to build: cc1: unrecognized command line option -std=gnu11 + BUILD_DEPENDS= lv2>0:audio/lv2 LIB_DEPENDS= libserd-0.so:devel/serd \ libsord-0.so:devel/sord \ Modified: head/audio/triceratops-lv2/Makefile ============================================================================== --- head/audio/triceratops-lv2/Makefile Sun Jun 3 13:30:06 2018 (r471495) +++ head/audio/triceratops-lv2/Makefile Sun Jun 3 14:08:05 2018 (r471496) @@ -13,6 +13,8 @@ COMMENT= Polyphonic synthesizer LV2 plugin LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to build: cc1plus: unrecognized command line option -std=c++0x + BUILD_DEPENDS= lv2>0:audio/lv2 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 Modified: head/audio/x42-plugins-lv2/Makefile ============================================================================== --- head/audio/x42-plugins-lv2/Makefile Sun Jun 3 13:30:06 2018 (r471495) +++ head/audio/x42-plugins-lv2/Makefile Sun Jun 3 14:08:05 2018 (r471496) @@ -13,6 +13,9 @@ COMMENT= Collection of LV2 plugins (submodules) LICENSE= GPLv2 +BROKEN_armv6= fails to build: unknown FP unit 'sse' +BROKEN_armv7= fails to build: unknown FP unit 'sse' + BUILD_DEPENDS= lv2>0:audio/lv2 \ ${LOCALBASE}/include/fftw3.h:math/fftw3 \ bash:shells/bash From owner-svn-ports-all@freebsd.org Sun Jun 3 14:47:14 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6AEF1FDCF43; Sun, 3 Jun 2018 14:47:14 +0000 (UTC) (envelope-from loader@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 16D3469146; Sun, 3 Jun 2018 14:47:14 +0000 (UTC) (envelope-from loader@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 EAFC120015; Sun, 3 Jun 2018 14:47:13 +0000 (UTC) (envelope-from loader@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53ElD7w031605; Sun, 3 Jun 2018 14:47:13 GMT (envelope-from loader@FreeBSD.org) Received: (from loader@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53ElDb4031601; Sun, 3 Jun 2018 14:47:13 GMT (envelope-from loader@FreeBSD.org) Message-Id: <201806031447.w53ElDb4031601@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: loader set sender to loader@FreeBSD.org using -f From: Fukang Chen Date: Sun, 3 Jun 2018 14:47:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r471497 - in branches/2018Q2/mail/mailsync: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: loader X-SVN-Commit-Paths: in branches/2018Q2/mail/mailsync: . files X-SVN-Commit-Revision: 471497 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.26 Precedence: 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, 03 Jun 2018 14:47:14 -0000 Author: loader (doc committer) Date: Sun Jun 3 14:47:12 2018 New Revision: 471497 URL: https://svnweb.freebsd.org/changeset/ports/471497 Log: MFH: r471197 mail/mailsync: Fix build with Clang 6.0.0 exit function declared in autoconf 2.59 configure scripts conflicts with Clang 6 because stdlib.h declares it with an attribute for C++11 or later. This is fixed in later versions of autoconf 2.60. - Add USES=autoreconf to regenerate configure, new version of autoconf no longer declares the exit function. [1] - Merge the changes from files/patch-configure and post-patch taget into acinclude/ac_with_{cclient,openssl}.m4 [1] http://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=a71c24a704ec0570ba99be909fffbc044d50908b Reviewed by: koobs, mat Approved by: koobs (mentor) Differential Revision: https://reviews.freebsd.org/D15532 Approved by: ports-secteam (riggs) Added: branches/2018Q2/mail/mailsync/files/patch-acinclude_ac__with__cclient.m4 - copied unchanged from r471197, head/mail/mailsync/files/patch-acinclude_ac__with__cclient.m4 branches/2018Q2/mail/mailsync/files/patch-acinclude_ac__with__openssl.m4 - copied unchanged from r471197, head/mail/mailsync/files/patch-acinclude_ac__with__openssl.m4 branches/2018Q2/mail/mailsync/files/patch-configure.ac - copied unchanged from r471197, head/mail/mailsync/files/patch-configure.ac Deleted: branches/2018Q2/mail/mailsync/files/patch-configure Modified: branches/2018Q2/mail/mailsync/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/mail/mailsync/Makefile ============================================================================== --- branches/2018Q2/mail/mailsync/Makefile Sun Jun 3 14:08:05 2018 (r471496) +++ branches/2018Q2/mail/mailsync/Makefile Sun Jun 3 14:47:12 2018 (r471497) @@ -3,7 +3,7 @@ PORTNAME= mailsync PORTVERSION= 5.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MASTER_SITES= SF DISTNAME= ${PORTNAME}_${PORTVERSION}.orig @@ -15,7 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libc-client4.so:mail/cclient -USES= gmake ssl +USES= autoreconf gmake ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-c-client=${LOCALBASE} \ --with-openssl=${OPENSSLBASE} @@ -23,10 +23,6 @@ CONFIGURE_ARGS= --with-c-client=${LOCALBASE} \ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS_DEFINE= DOCS EXAMPLES - -post-patch: - ${REINPLACE_CMD} -e 's|\($withval\),$${OPENSSLLOCATIONS}|\1|g' \ - ${WRKSRC}/configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/mailsync ${STAGEDIR}${PREFIX}/bin Copied: branches/2018Q2/mail/mailsync/files/patch-acinclude_ac__with__cclient.m4 (from r471197, head/mail/mailsync/files/patch-acinclude_ac__with__cclient.m4) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/mail/mailsync/files/patch-acinclude_ac__with__cclient.m4 Sun Jun 3 14:47:12 2018 (r471497, copy of r471197, head/mail/mailsync/files/patch-acinclude_ac__with__cclient.m4) @@ -0,0 +1,54 @@ +FreeBSD sh(1) does not support the Brace Expansion. + +--- acinclude/ac_with_cclient.m4.orig 2018-05-22 07:37:52 UTC ++++ acinclude/ac_with_cclient.m4 +@@ -3,7 +3,7 @@ dnl Output: + dnl AC_SUBST: @CCLIENT_INCLUDES@ @CCLIENT_LIBS@ @CCLIENT_CXXFLAGS@ + dnl AM_CONDITIONAL: HAVE_CCLIENT + AC_DEFUN(AC_WITH_CCLIENT,[ +- CCLIENTLOCATIONS="/usr,/usr/local" ++ CCLIENTLOCATIONS="" + HAVE_CCLIENT="no" + CCLIENT_LIBS="" + CCLIENT_INCLUDES="" +@@ -16,7 +16,7 @@ AC_DEFUN(AC_WITH_CCLIENT,[ + if test "$withval" = "no" ; then + CCLIENTLOCATIONS="" + else +- test "$withval" = "yes" || CCLIENTLOCATIONS="$withval,${CCLIENTLOCATIONS}" ++ test "$withval" = "yes" || CCLIENTLOCATIONS="$withval" + fi + ] + ) +@@ -28,7 +28,7 @@ AC_DEFUN(AC_WITH_CCLIENT,[ + dnl Looking for headers c-client headers + dnl + AC_MSG_CHECKING([for c-client.h]) +- for p in `eval "echo {${CCLIENTLOCATIONS}}{,/c-client,/lib/c-client,/include/c-client,/include,/include/imap}"` ; do ++ p=${CCLIENTLOCATIONS}/include/c-client + if test -r "${p}/c-client.h" -a -r "${p}/linkage.h" -a -r "${p}/linkage.c" ; then + CCLIENT_INCLUDES="-I${p}" + CCLIENT_LINKAGE_H="${p}/linkage.h" +@@ -36,7 +36,6 @@ AC_DEFUN(AC_WITH_CCLIENT,[ + AC_MSG_RESULT([found in ${p}]) + break + fi +- done + if test -z "${CCLIENT_INCLUDES}" ; then + AC_MSG_RESULT([not found]) + ifelse([$2], , :, [$2]) +@@ -48,13 +47,12 @@ AC_DEFUN(AC_WITH_CCLIENT,[ + dnl Looking for c-client libraries + dnl + AC_MSG_CHECKING([for c-client library]) +- for l in `eval "echo {${CCLIENTLOCATIONS}}{,/c-client,/lib/c-client,/lib,/lib64}/{libc-client,libc-client4,c-client}{${SOP}}"` ; do ++ l=${CCLIENTLOCATIONS}/lib/libc-client4.so + if test -r "$l" ; then + AC_MSG_RESULT([found ${l}]) + CCLIENT_LIBS="$l" + break + fi +- done + if test -z "${CCLIENT_LIBS}" ; then + AC_MSG_RESULT([not found]) + ifelse([$2], , :, [$2]) Copied: branches/2018Q2/mail/mailsync/files/patch-acinclude_ac__with__openssl.m4 (from r471197, head/mail/mailsync/files/patch-acinclude_ac__with__openssl.m4) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/mail/mailsync/files/patch-acinclude_ac__with__openssl.m4 Sun Jun 3 14:47:12 2018 (r471497, copy of r471197, head/mail/mailsync/files/patch-acinclude_ac__with__openssl.m4) @@ -0,0 +1,52 @@ +FreeBSD sh(1) does not support the Brace Expansion. + +--- acinclude/ac_with_openssl.m4.orig 2018-05-22 07:38:01 UTC ++++ acinclude/ac_with_openssl.m4 +@@ -3,7 +3,7 @@ dnl Output: + dnl AC_SUBST: @OPENSSL_INCLUDES@ @OPENSSL_LDFLAGS@ @OPENSSL_LIBS@ + dnl AM_CONDITIONAL: HAVE_OPENSSL + AC_DEFUN(AC_WITH_OPENSSL,[ +- OPENSSLLOCATIONS="/usr,/usr/local,/usr/local/openssl,/opt/openssl,/usr/local/ssl,/usr/lib/ssl,/usr/ssl" ++ OPENSSLLOCATIONS="" + HAVE_OPENSSL="no" + OPENSSL_LDFLAGS="" + OPENSSL_LIBS="" +@@ -14,7 +14,7 @@ AC_DEFUN(AC_WITH_OPENSSL,[ + if test "$withval" = "no" ; then + OPENSSLLOCATIONS="" + else +- test "$withval" = "yes" || OPENSSLLOCATIONS="$withval,${OPENSSLLOCATIONS}" ++ test "$withval" = "yes" || OPENSSLLOCATIONS="$withval" + fi + ] + ) +@@ -22,13 +22,12 @@ AC_DEFUN(AC_WITH_OPENSSL,[ + ifelse([$2], , :, [$2]) + else + AC_MSG_CHECKING([for libssl]) +- for p in `eval "echo {${OPENSSLLOCATIONS}}{/lib,/lib64}"` ; do ++ p=${OPENSSLLOCATIONS}/lib + if test -r "${p}/libssl.a" -o -r "${p}/libssl.so" ; then + OPENSSL_LDFLAGS="-L${p}" + AC_MSG_RESULT([found in ${p}]) + break + fi +- done + if test -z "${OPENSSL_LDFLAGS}" ; then + AC_MSG_RESULT([not found]) + ifelse([$2], , :, [$2]) +@@ -50,13 +49,12 @@ AC_DEFUN(AC_WITH_OPENSSL,[ + ifelse([$2], , :, [$2]) + else + AC_MSG_CHECKING([for openssl/ssl.h]) +- for p in `eval "echo {${OPENSSLLOCATIONS}}{/include,}"` ; do ++ p=${OPENSSLLOCATIONS}/include + if test -r "${p}/openssl/ssl.h" ; then + OPENSSL_INCLUDES="-I${p}" + AC_MSG_RESULT([found in ${p}]) + break + fi +- done + if test -z "${OPENSSL_INCLUDES}" ; then + AC_MSG_RESULT([not found]) + ifelse([$2], , :, [$2]) Copied: branches/2018Q2/mail/mailsync/files/patch-configure.ac (from r471197, head/mail/mailsync/files/patch-configure.ac) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/mail/mailsync/files/patch-configure.ac Sun Jun 3 14:47:12 2018 (r471497, copy of r471197, head/mail/mailsync/files/patch-configure.ac) @@ -0,0 +1,8 @@ +--- configure.ac.orig 2018-05-22 07:39:19 UTC ++++ configure.ac +@@ -1,4 +1,5 @@ + AC_INIT([mailsync], [5.2.1], [tpo_deb@sourcepole.ch]) ++AC_CONFIG_MACRO_DIR([acinclude]) + AM_INIT_AUTOMAKE + AM_CONFIG_HEADER(config.h) + AC_CONFIG_SRCDIR([src/mailsync_main.cc]) From owner-svn-ports-all@freebsd.org Sun Jun 3 15:20:37 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0075FE10FC; Sun, 3 Jun 2018 15:20:37 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: from mail-lf0-f41.google.com (mail-lf0-f41.google.com [209.85.215.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 56D346AB8C; Sun, 3 Jun 2018 15:20:37 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: by mail-lf0-f41.google.com with SMTP id n15-v6so4121614lfn.10; Sun, 03 Jun 2018 08:20:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=isYz84cO29sh3p0814HjTkt6+FZAJY9o24TIuW5hZfw=; b=dJ1HaJbe8GoTPqXpEhqxyVeB2+/mD4MO7tNavSYbcGUoaO42/hm0aueCC3GfkUHOcS lfdraImZyeG3FHA1pH7vyW8XyAarUBlcpNccgg2d/K/ebl5WOpIHm9lnzMt9bXUemtWp /wqIWGx0Dn4fMDwPOxpIX1AXWb7QogPKrdmI7aiKT0ZoAsbQVwL6ehg5CGebuk/QVrHM oQmuwHnLsB+E48xdmGMb/Ewvgo0XGkV05rFNkerw6GZPOhVhON/ANF+/GqehCw6fDt/O PFr2i9C5ZHFJqlqHyKKcrr79yts57p/OPeE21weNe0Gpvo8Y8h7S81bBzq+qVlrOdxj1 HkgA== X-Gm-Message-State: APt69E2y0kRl8fPY7NHkOccGc9Voi6PpAprVMfAjr8bVRraMeUdq/HIw SUbaznU0MkQxZb3UC+C2N7OLxG2toBk= X-Google-Smtp-Source: ADUXVKLIzzmyblzYQBjbk3JcvhRACZKT01HeAdjqv9rjwD1A3+MhuLd472BGUQ2+O26ucFkugkdkEA== X-Received: by 2002:a19:2bc8:: with SMTP id r191-v6mr7370801lfr.61.1528038797090; Sun, 03 Jun 2018 08:13:17 -0700 (PDT) Received: from oxy (89-76-8-18.dynamic.chello.pl. [89.76.8.18]) by smtp.gmail.com with ESMTPSA id s137-v6sm9847423lfs.67.2018.06.03.08.13.16 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 03 Jun 2018 08:13:16 -0700 (PDT) Date: Sun, 3 Jun 2018 17:14:23 +0200 From: Mateusz Piotrowski <0mp@FreeBSD.org> To: Jose Alonso Cardenas Marquez Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r471457 - head/devel/dsymbol Message-ID: <20180603171423.3e48d649@oxy> In-Reply-To: <201806030643.w536h73H087634@repo.freebsd.org> References: <201806030643.w536h73H087634@repo.freebsd.org> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; amd64-portbld-freebsd12.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: 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, 03 Jun 2018 15:20:38 -0000 On Sun, 3 Jun 2018 06:43:07 +0000 (UTC) Jose Alonso Cardenas Marquez wrote: >Author: acm >Date: Sun Jun 3 06:43:07 2018 >New Revision: 471457 >URL: https://svnweb.freebsd.org/changeset/ports/471457 > >Log: > - Update to 0.3.5 > >Modified: > head/devel/dsymbol/Makefile > head/devel/dsymbol/distinfo > >Modified: head/devel/dsymbol/Makefile >============================================================================== >--- head/devel/dsymbol/Makefile Sun Jun 3 06:41:29 2018 (r471456) >+++ head/devel/dsymbol/Makefile Sun Jun 3 06:43:07 2018 (r471457) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= dsymbol >-DISTVERSION= 0.3.0-beta1 >+PORTVERSION= 0.3.5 > CATEGORIES= devel > >[...] > > USE_GITHUB= yes > GH_ACCOUNT= dlang-community >-GH_TAGNAME= v${DISTVERSION:S/beta/beta./} >+GH_TAGNAME= v${PORTVERSION} Shouldn't it be just DISTVERSIONPREFIX? From owner-svn-ports-all@freebsd.org Sun Jun 3 17:58:02 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86227FE6476; Sun, 3 Jun 2018 17:58:02 +0000 (UTC) (envelope-from danilo@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 244F871F8E; Sun, 3 Jun 2018 17:58:02 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 005E621EC8; Sun, 3 Jun 2018 17:58:02 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53Hw1vm026838; Sun, 3 Jun 2018 17:58:01 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53Hw1dN026837; Sun, 3 Jun 2018 17:58:01 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201806031758.w53Hw1dN026837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sun, 3 Jun 2018 17:58:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471498 - head/editors/nano X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: head/editors/nano X-SVN-Commit-Revision: 471498 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.26 Precedence: 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, 03 Jun 2018 17:58:02 -0000 Author: danilo Date: Sun Jun 3 17:58:01 2018 New Revision: 471498 URL: https://svnweb.freebsd.org/changeset/ports/471498 Log: - Update to 2.9.8 Modified: head/editors/nano/Makefile head/editors/nano/distinfo Modified: head/editors/nano/Makefile ============================================================================== --- head/editors/nano/Makefile Sun Jun 3 14:47:12 2018 (r471497) +++ head/editors/nano/Makefile Sun Jun 3 17:58:01 2018 (r471498) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nano -PORTVERSION= 2.9.7 +PORTVERSION= 2.9.8 CATEGORIES= editors MASTER_SITES= http://www.nano-editor.org/dist/v${PORTVERSION:R}/ GNU Modified: head/editors/nano/distinfo ============================================================================== --- head/editors/nano/distinfo Sun Jun 3 14:47:12 2018 (r471497) +++ head/editors/nano/distinfo Sun Jun 3 17:58:01 2018 (r471498) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526755276 -SHA256 (nano-2.9.7.tar.gz) = 9c7e1fe68a125a5f6e9a1118bb4928184124381dc80646714c86874964d92217 -SIZE (nano-2.9.7.tar.gz) = 2913055 +TIMESTAMP = 1528048014 +SHA256 (nano-2.9.8.tar.gz) = 07192c320b74c1fb78437021e9affa6a9d55b806ee012de601902392eaa03601 +SIZE (nano-2.9.8.tar.gz) = 2905951 From owner-svn-ports-all@freebsd.org Sun Jun 3 18:16:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD9A7FE86A6; Sun, 3 Jun 2018 18:16:47 +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 2E94D72E7B; Sun, 3 Jun 2018 18:16:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1144A221F6; Sun, 3 Jun 2018 18:16:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53IGkgY037139; Sun, 3 Jun 2018 18:16:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53IGk75037138; Sun, 3 Jun 2018 18:16:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806031816.w53IGk75037138@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, 3 Jun 2018 18:16:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471500 - head/ftp/curl X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/ftp/curl X-SVN-Commit-Revision: 471500 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.26 Precedence: 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, 03 Jun 2018 18:16:47 -0000 Author: sunpoet Date: Sun Jun 3 18:16:46 2018 New Revision: 471500 URL: https://svnweb.freebsd.org/changeset/ports/471500 Log: Update GNUTLS and NSS options nettle for gnutls support in curl is always enabled because it is an unconditional dependency of security/gnutls. Do not bump PORTREVISION because package-depends-list is unchanged. Modified: head/ftp/curl/Makefile Modified: head/ftp/curl/Makefile ============================================================================== --- head/ftp/curl/Makefile Sun Jun 3 18:16:35 2018 (r471499) +++ head/ftp/curl/Makefile Sun Jun 3 18:16:46 2018 (r471500) @@ -80,7 +80,8 @@ DEBUG_CONFIGURE_ENABLE= debug DICT_CONFIGURE_ENABLE= dict FTP_CONFIGURE_ENABLE= ftp GNUTLS_CONFIGURE_WITH= gnutls -GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls \ + libnettle.so:security/nettle GOPHER_CONFIGURE_ENABLE=gopher GSSAPI_BASE_CONFIGURE_ON= --with-gssapi=${GSSAPIBASEDIR} ${GSSAPI_CONFIGURE_ARGS} GSSAPI_BASE_CPPFLAGS= ${GSSAPICPPFLAGS} @@ -116,7 +117,8 @@ METALINK_CONFIGURE_WITH=libmetalink METALINK_LIB_DEPENDS= libmetalink.so:misc/libmetalink METALINK_LIBS= -lcrypto NSS_CONFIGURE_WITH= nss -NSS_LIB_DEPENDS= libnss3.so:security/nss +NSS_LIB_DEPENDS= libnss3.so:security/nss \ + libnspr4.so:devel/nspr NSS_USES= pkgconfig OPENSSL_CONFIGURE_WITH= ssl=${OPENSSLBASE} OPENSSL_CPPFLAGS= -I${OPENSSLINC} From owner-svn-ports-all@freebsd.org Sun Jun 3 18:16:37 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50922FE864A; Sun, 3 Jun 2018 18:16:37 +0000 (UTC) (envelope-from madpilot@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 0582272D9E; Sun, 3 Jun 2018 18:16:37 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DACB1221F5; Sun, 3 Jun 2018 18:16:36 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53IGaV8037029; Sun, 3 Jun 2018 18:16:36 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53IGadY037026; Sun, 3 Jun 2018 18:16:36 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201806031816.w53IGadY037026@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 3 Jun 2018 18:16:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471499 - in head/x11/xfce4-taskmanager: . files X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in head/x11/xfce4-taskmanager: . files X-SVN-Commit-Revision: 471499 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.26 Precedence: 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, 03 Jun 2018 18:16:37 -0000 Author: madpilot Date: Sun Jun 3 18:16:35 2018 New Revision: 471499 URL: https://svnweb.freebsd.org/changeset/ports/471499 Log: - Update xfce4-taskmanager to 1.2.1 - Add GTK3 option, disabled by default since it's off by default in upstream configure script - Add NLS option - Add required INSTALLS_ICONS - Remove patches applied upstream Deleted: head/x11/xfce4-taskmanager/files/patch-data_icons_16x16_Makefile.in head/x11/xfce4-taskmanager/files/patch-src__task-manager-freebsd.c Modified: head/x11/xfce4-taskmanager/Makefile head/x11/xfce4-taskmanager/distinfo head/x11/xfce4-taskmanager/pkg-plist Modified: head/x11/xfce4-taskmanager/Makefile ============================================================================== --- head/x11/xfce4-taskmanager/Makefile Sun Jun 3 17:58:01 2018 (r471498) +++ head/x11/xfce4-taskmanager/Makefile Sun Jun 3 18:16:35 2018 (r471499) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-taskmanager -PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTVERSION= 1.2.1 CATEGORIES= x11 xfce MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -15,15 +14,25 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 + libfreetype.so:print/freetype2 GNU_CONFIGURE= yes -USES= gettext gmake localbase pkgconfig tar:bzip2 -USE_GNOME= gtk20 glib20 cairo gdkpixbuf2 intltool libwnck +USES= gettext-tools gmake localbase pkgconfig tar:bzip2 +USE_GNOME= glib20 cairo gdkpixbuf2 intltool libwnck USE_XORG= ice sm x11 xmu xt +INSTALLS_ICONS= yes -CONFIGURE_ARGS+= --disable-gksu \ - --disable-gtk3 --disable-wnck3 \ - --enable-wnck +CONFIGURE_ARGS+= --disable-silent-rules --disable-gksu \ + --disable-wnck3 --enable-wnck + +OPTIONS_DEFINE= GTK3 NLS +OPTIONS_SUB= yes + +GTK3_CONFIGURE_ENABLE= gtk3 +GTK3_USE= GNOME=gtk30 +GTK3_USE_OFF= GNOME=gtk20 + +NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext-runtime .include Modified: head/x11/xfce4-taskmanager/distinfo ============================================================================== --- head/x11/xfce4-taskmanager/distinfo Sun Jun 3 17:58:01 2018 (r471498) +++ head/x11/xfce4-taskmanager/distinfo Sun Jun 3 18:16:35 2018 (r471499) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486910944 -SHA256 (xfce4/xfce4-taskmanager-1.2.0.tar.bz2) = 5746d473ad428b13db7c05cfcbc8099fbea13da6be26d3a9359bcb4de971ba69 -SIZE (xfce4/xfce4-taskmanager-1.2.0.tar.bz2) = 435276 +TIMESTAMP = 1528046210 +SHA256 (xfce4/xfce4-taskmanager-1.2.1.tar.bz2) = 22e523e2ee231713f40a48890d8cbae99320ac1173f7c68502f490318e1e0409 +SIZE (xfce4/xfce4-taskmanager-1.2.1.tar.bz2) = 394704 Modified: head/x11/xfce4-taskmanager/pkg-plist ============================================================================== --- head/x11/xfce4-taskmanager/pkg-plist Sun Jun 3 17:58:01 2018 (r471498) +++ head/x11/xfce4-taskmanager/pkg-plist Sun Jun 3 18:16:35 2018 (r471499) @@ -3,56 +3,56 @@ share/applications/xfce4-taskmanager.desktop share/icons/hicolor/16x16/actions/xc_crosshair.png share/icons/hicolor/24x24/actions/xc_crosshair.png share/icons/hicolor/scalable/actions/xc_crosshair.svg -share/locale/ar/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/ast/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/be/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/bg/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/ca/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/cs/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/da/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/de/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/el/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/en_AU/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/en_GB/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/es/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/eu/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/fi/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/fr/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/gl/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/he/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/hr/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/hu/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/id/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/is/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/it/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/ja/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/kk/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/ko/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/lv/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/lt/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/ms/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/nb/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/nl/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/oc/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/pa/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/pl/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/pt/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/pt_BR/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/ru/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/si/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/sk/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/sl/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/sq/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/sr/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/sv/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/te/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/th/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/tr/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/ug/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/uk/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/ur/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/ur_PK/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/vi/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/zh_CN/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/zh_HK/LC_MESSAGES/xfce4-taskmanager.mo -share/locale/zh_TW/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/ar/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/ast/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/be/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/bg/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/ca/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/cs/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/da/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/de/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/el/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/en_AU/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/es/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/eu/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/fi/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/gl/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/he/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/hr/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/hu/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/id/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/is/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/it/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/ja/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/kk/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/ko/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/lv/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/lt/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/ms/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/nb/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/nl/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/oc/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/pa/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/pl/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/pt/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/ru/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/si/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/sk/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/sl/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/sq/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/sr/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/sv/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/te/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/th/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/tr/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/ug/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/uk/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/ur/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/ur_PK/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/vi/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/zh_HK/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-taskmanager.mo From owner-svn-ports-all@freebsd.org Sun Jun 3 18:16:54 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4148CFE86D6; Sun, 3 Jun 2018 18:16: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 F198272F08; Sun, 3 Jun 2018 18:16:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0CC17221F7; Sun, 3 Jun 2018 18:16:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53IGp1l037247; Sun, 3 Jun 2018 18:16:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53IGpoA037246; Sun, 3 Jun 2018 18:16:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806031816.w53IGpoA037246@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, 3 Jun 2018 18:16:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471501 - head/ftp/curlpp X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/ftp/curlpp X-SVN-Commit-Revision: 471501 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.26 Precedence: 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, 03 Jun 2018 18:16:54 -0000 Author: sunpoet Date: Sun Jun 3 18:16:51 2018 New Revision: 471501 URL: https://svnweb.freebsd.org/changeset/ports/471501 Log: Sort USES Modified: head/ftp/curlpp/Makefile Modified: head/ftp/curlpp/Makefile ============================================================================== --- head/ftp/curlpp/Makefile Sun Jun 3 18:16:46 2018 (r471500) +++ head/ftp/curlpp/Makefile Sun Jun 3 18:16:51 2018 (r471501) @@ -16,7 +16,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl OPTIONS_DEFINE= DOCS EXAMPLES -USES= compiler:c++11-lang cmake localbase pathfix +USES= cmake compiler:c++11-lang localbase pathfix USE_LDCONFIG= yes PORTDOCS= * From owner-svn-ports-all@freebsd.org Sun Jun 3 18:16:57 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83A25FE8719; Sun, 3 Jun 2018 18:16:57 +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 2380B72F52; Sun, 3 Jun 2018 18:16:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 065F6221F8; Sun, 3 Jun 2018 18:16:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53IGuCj037372; Sun, 3 Jun 2018 18:16:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53IGu9k037370; Sun, 3 Jun 2018 18:16:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806031816.w53IGu9k037370@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, 3 Jun 2018 18:16:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471502 - head/ftp/py-pycurl X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/ftp/py-pycurl X-SVN-Commit-Revision: 471502 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.26 Precedence: 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, 03 Jun 2018 18:16:57 -0000 Author: sunpoet Date: Sun Jun 3 18:16:56 2018 New Revision: 471502 URL: https://svnweb.freebsd.org/changeset/ports/471502 Log: Update to 7.43.0.2 Changes: http://pycurl.io/docs/latest/release-notes.html Modified: head/ftp/py-pycurl/Makefile head/ftp/py-pycurl/distinfo Modified: head/ftp/py-pycurl/Makefile ============================================================================== --- head/ftp/py-pycurl/Makefile Sun Jun 3 18:16:51 2018 (r471501) +++ head/ftp/py-pycurl/Makefile Sun Jun 3 18:16:56 2018 (r471502) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pycurl -PORTVERSION= 7.43.0.1 +PORTVERSION= 7.43.0.2 CATEGORIES= ftp python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/ftp/py-pycurl/distinfo ============================================================================== --- head/ftp/py-pycurl/distinfo Sun Jun 3 18:16:51 2018 (r471501) +++ head/ftp/py-pycurl/distinfo Sun Jun 3 18:16:56 2018 (r471502) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512745070 -SHA256 (pycurl-7.43.0.1.tar.gz) = 43231bf2bafde923a6d9bb79e2407342a5f3382c1ef0a3b2e491c6a4e50b91aa -SIZE (pycurl-7.43.0.1.tar.gz) = 195861 +TIMESTAMP = 1528017304 +SHA256 (pycurl-7.43.0.2.tar.gz) = 0f0cdfc7a92d4f2a5c44226162434e34f7d6967d3af416a6f1448649c09a25a4 +SIZE (pycurl-7.43.0.2.tar.gz) = 214212 From owner-svn-ports-all@freebsd.org Sun Jun 3 18:17:03 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98A20FE8755; Sun, 3 Jun 2018 18:17:03 +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 C528D73039; Sun, 3 Jun 2018 18:17:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 84452221F9; Sun, 3 Jun 2018 18:17:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53IH2B7037500; Sun, 3 Jun 2018 18:17:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53IH2Kj037499; Sun, 3 Jun 2018 18:17:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806031817.w53IH2Kj037499@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, 3 Jun 2018 18:17:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471503 - head/devel/rubygem-ffi X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-ffi X-SVN-Commit-Revision: 471503 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.26 Precedence: 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, 03 Jun 2018 18:17:03 -0000 Author: sunpoet Date: Sun Jun 3 18:17:01 2018 New Revision: 471503 URL: https://svnweb.freebsd.org/changeset/ports/471503 Log: Update to 1.9.24 Changes: https://github.com/ffi/ffi/commits/master Modified: head/devel/rubygem-ffi/Makefile head/devel/rubygem-ffi/distinfo Modified: head/devel/rubygem-ffi/Makefile ============================================================================== --- head/devel/rubygem-ffi/Makefile Sun Jun 3 18:16:56 2018 (r471502) +++ head/devel/rubygem-ffi/Makefile Sun Jun 3 18:17:01 2018 (r471503) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ffi -PORTVERSION= 1.9.23 +PORTVERSION= 1.9.24 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-ffi/distinfo ============================================================================== --- head/devel/rubygem-ffi/distinfo Sun Jun 3 18:16:56 2018 (r471502) +++ head/devel/rubygem-ffi/distinfo Sun Jun 3 18:17:01 2018 (r471503) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523097452 -SHA256 (rubygem/ffi-1.9.23.gem) = f993798158e205925aa1b80024f2dae1ce0f043fb0d0c39a531cc9bafdba867f -SIZE (rubygem/ffi-1.9.23.gem) = 816128 +TIMESTAMP = 1528017328 +SHA256 (rubygem/ffi-1.9.24.gem) = 937152dcd93b03e83ea5c815c1e28eae861033d9e07a70135d7c7546eeea23bd +SIZE (rubygem/ffi-1.9.24.gem) = 864256 From owner-svn-ports-all@freebsd.org Sun Jun 3 18:17:11 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28029FE8799; Sun, 3 Jun 2018 18:17:11 +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 1CE617313F; Sun, 3 Jun 2018 18:17:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 28BEF221FC; Sun, 3 Jun 2018 18:17:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53IH7TL037662; Sun, 3 Jun 2018 18:17:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53IH7vr037656; Sun, 3 Jun 2018 18:17:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806031817.w53IH7vr037656@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, 3 Jun 2018 18:17:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471504 - head/textproc/rubygem-autoprefixer-rails X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/rubygem-autoprefixer-rails X-SVN-Commit-Revision: 471504 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.26 Precedence: 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, 03 Jun 2018 18:17:11 -0000 Author: sunpoet Date: Sun Jun 3 18:17:07 2018 New Revision: 471504 URL: https://svnweb.freebsd.org/changeset/ports/471504 Log: Update to 8.6.0 Changes: https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md Modified: head/textproc/rubygem-autoprefixer-rails/Makefile head/textproc/rubygem-autoprefixer-rails/distinfo Modified: head/textproc/rubygem-autoprefixer-rails/Makefile ============================================================================== --- head/textproc/rubygem-autoprefixer-rails/Makefile Sun Jun 3 18:17:01 2018 (r471503) +++ head/textproc/rubygem-autoprefixer-rails/Makefile Sun Jun 3 18:17:07 2018 (r471504) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= autoprefixer-rails -PORTVERSION= 8.5.2 +PORTVERSION= 8.6.0 CATEGORIES= textproc ruby MASTER_SITES= RG Modified: head/textproc/rubygem-autoprefixer-rails/distinfo ============================================================================== --- head/textproc/rubygem-autoprefixer-rails/distinfo Sun Jun 3 18:17:01 2018 (r471503) +++ head/textproc/rubygem-autoprefixer-rails/distinfo Sun Jun 3 18:17:07 2018 (r471504) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527784947 -SHA256 (rubygem/autoprefixer-rails-8.5.2.gem) = a362c84efb9ccc5ad4ae5ef73ca80529997af0a2fdd0fe0a8720e7d914770ca4 -SIZE (rubygem/autoprefixer-rails-8.5.2.gem) = 202752 +TIMESTAMP = 1528017350 +SHA256 (rubygem/autoprefixer-rails-8.6.0.gem) = ad0302a040f82a08215e1c66dd24843b0dc668fac7984e945aa31b234aff5947 +SIZE (rubygem/autoprefixer-rails-8.6.0.gem) = 203264 From owner-svn-ports-all@freebsd.org Sun Jun 3 18:17:14 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07BDCFE87DE; Sun, 3 Jun 2018 18:17:14 +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 B913D731CB; Sun, 3 Jun 2018 18:17:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 88252221FD; Sun, 3 Jun 2018 18:17: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 w53IHDd0037795; Sun, 3 Jun 2018 18:17:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53IHDKA037793; Sun, 3 Jun 2018 18:17:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806031817.w53IHDKA037793@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, 3 Jun 2018 18:17:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471505 - head/textproc/rubygem-yard X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/rubygem-yard X-SVN-Commit-Revision: 471505 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.26 Precedence: 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, 03 Jun 2018 18:17:14 -0000 Author: sunpoet Date: Sun Jun 3 18:17:12 2018 New Revision: 471505 URL: https://svnweb.freebsd.org/changeset/ports/471505 Log: Update to 0.9.14 Changes: https://github.com/lsegal/yard/releases Modified: head/textproc/rubygem-yard/Makefile head/textproc/rubygem-yard/distinfo Modified: head/textproc/rubygem-yard/Makefile ============================================================================== --- head/textproc/rubygem-yard/Makefile Sun Jun 3 18:17:07 2018 (r471504) +++ head/textproc/rubygem-yard/Makefile Sun Jun 3 18:17:12 2018 (r471505) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yard -PORTVERSION= 0.9.13 +PORTVERSION= 0.9.14 CATEGORIES= textproc devel rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-yard/distinfo ============================================================================== --- head/textproc/rubygem-yard/distinfo Sun Jun 3 18:17:07 2018 (r471504) +++ head/textproc/rubygem-yard/distinfo Sun Jun 3 18:17:12 2018 (r471505) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527701734 -SHA256 (rubygem/yard-0.9.13.gem) = 6a65e037a3a95a49329723c0347bd5f787d0aa8524d43f96b1f5ea141a509c18 -SIZE (rubygem/yard-0.9.13.gem) = 637952 +TIMESTAMP = 1528017369 +SHA256 (rubygem/yard-0.9.14.gem) = 18046f32d3805ab29e36eb00679eeec00d373af055a82db02958fe18aae07c22 +SIZE (rubygem/yard-0.9.14.gem) = 637952 From owner-svn-ports-all@freebsd.org Sun Jun 3 18:17:19 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CEBAFE8853; Sun, 3 Jun 2018 18:17: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 0F487732A5; Sun, 3 Jun 2018 18:17: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 E5F8B221FE; Sun, 3 Jun 2018 18:17:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53IHIeP037920; Sun, 3 Jun 2018 18:17:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53IHIl0037918; Sun, 3 Jun 2018 18:17:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806031817.w53IHIl0037918@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, 3 Jun 2018 18:17:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471506 - head/sysutils/rubygem-capistrano X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/sysutils/rubygem-capistrano X-SVN-Commit-Revision: 471506 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.26 Precedence: 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, 03 Jun 2018 18:17:19 -0000 Author: sunpoet Date: Sun Jun 3 18:17:18 2018 New Revision: 471506 URL: https://svnweb.freebsd.org/changeset/ports/471506 Log: Update to 3.11.0 Changes: https://github.com/capistrano/capistrano/releases Modified: head/sysutils/rubygem-capistrano/Makefile head/sysutils/rubygem-capistrano/distinfo Modified: head/sysutils/rubygem-capistrano/Makefile ============================================================================== --- head/sysutils/rubygem-capistrano/Makefile Sun Jun 3 18:17:12 2018 (r471505) +++ head/sysutils/rubygem-capistrano/Makefile Sun Jun 3 18:17:18 2018 (r471506) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= capistrano -PORTVERSION= 3.10.2 +PORTVERSION= 3.11.0 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-capistrano/distinfo ============================================================================== --- head/sysutils/rubygem-capistrano/distinfo Sun Jun 3 18:17:12 2018 (r471505) +++ head/sysutils/rubygem-capistrano/distinfo Sun Jun 3 18:17:18 2018 (r471506) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523894151 -SHA256 (rubygem/capistrano-3.10.2.gem) = c7360a4728e7769eff877147cabfb90c69813e7d5d0f3e3c650476b31418d6e9 -SIZE (rubygem/capistrano-3.10.2.gem) = 78336 +TIMESTAMP = 1528017394 +SHA256 (rubygem/capistrano-3.11.0.gem) = e48283540dece4f910f5483f3b6bf7a3a329f8dc1a5ee303a19dde7a219230dc +SIZE (rubygem/capistrano-3.11.0.gem) = 78336 From owner-svn-ports-all@freebsd.org Sun Jun 3 18:17:27 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0D79FE889C; Sun, 3 Jun 2018 18:17:27 +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 E35F573406; Sun, 3 Jun 2018 18:17: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 93696221FF; Sun, 3 Jun 2018 18:17: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 w53IHOMb038085; Sun, 3 Jun 2018 18:17:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53IHN7k038081; Sun, 3 Jun 2018 18:17:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806031817.w53IHN7k038081@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, 3 Jun 2018 18:17:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471507 - in head/math/py-pandas: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/math/py-pandas: . files X-SVN-Commit-Revision: 471507 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.26 Precedence: 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, 03 Jun 2018 18:17:27 -0000 Author: sunpoet Date: Sun Jun 3 18:17:23 2018 New Revision: 471507 URL: https://svnweb.freebsd.org/changeset/ports/471507 Log: Update to 0.23.0 - Add ALCHEMY12 option - While I'm here: - Use >= instead of > for some *_DEPENDS - Update WWW Changes: https://github.com/pandas-dev/pandas/releases https://pandas.pydata.org/pandas-docs/version/0.23.0/whatsnew.html PR: 228545 Submitted by: John W. O'Brien (maintainer) Deleted: head/math/py-pandas/files/patch-GH18719 Modified: head/math/py-pandas/Makefile head/math/py-pandas/distinfo head/math/py-pandas/files/pkg-message.in head/math/py-pandas/pkg-descr Modified: head/math/py-pandas/Makefile ============================================================================== --- head/math/py-pandas/Makefile Sun Jun 3 18:17:18 2018 (r471506) +++ head/math/py-pandas/Makefile Sun Jun 3 18:17:23 2018 (r471507) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= pandas -DISTVERSION= 0.22.0 -PORTREVISION= 1 +DISTVERSION= 0.23.0 +PORTREVISION= 0 CATEGORIES= math devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,11 +25,13 @@ OPTIONS_GROUP_ACCEL= BTLNCK NUMEXPR OPTIONS_GROUP_STORAGE= BOTO TABLES OPTIONS_GROUP_HTML= LXML HTML5LIB JINJA2 OPTIONS_GROUP_EXCEL= XLRD XLWT OPENPYXL XLSX -OPTIONS_RADIO_SQL= ALCHEMY10 ALCHEMY11 +OPTIONS_RADIO_SQL= ALCHEMY10 ALCHEMY11 ALCHEMY12 OPTIONS_DEFAULT= BTLNCK NUMEXPR -# Note: we cannot include math/py-statsmodels in *_DEPENDS because it -# depends upon us for BUILD and RUN. +# Note: we cannot include the following ports in *_DEPENDS because they depend +# on us for BUILD and RUN. +# devel/py-xarray +# math/py-statsmodels MPL_DESC= Support graphical plotting output via math/py-matplotlib SCIPY_DESC= Support various statistical functions via science/py-scipy @@ -40,37 +42,41 @@ TABLES_DESC= Support HDF5-based storage via devel/py-t LXML_DESC= Parse HTML with devel/py-lxml and www/py-beautifulsoup JINJA2_DESC= Support conditional HTML formatting with devel/py-Jinja2 HTML5LIB_DESC= Parse HTML with www/py-html5lib and www/py-beautifulsoup -OPENPYXL_DESC= Read/write MS Excel 2007+ with textproc/py-openpyxl +OPENPYXL_DESC= Write MS Excel 2007+ with textproc/py-openpyxl XLRD_DESC= Read MS Excel with textproc/py-xlrd XLWT_DESC= Write MS Excel with textproc/py-xlwt XLSX_DESC= Write MS Excel with textproc/py-xlsxwriter ALCHEMY10_DESC= Support SQL databases via databases/py-sqlalchemy10 ALCHEMY11_DESC= Support SQL databases via databases/py-sqlalchemy11 +ALCHEMY12_DESC= Support SQL databases via databases/py-sqlalchemy12 ACCEL_DESC= Computation Acceleration Add-ons STORAGE_DESC= Data Storage Add-ons SQL_DESC= SQLAlchemy ORM Add-ons HTML_DESC= HTML Parsing/Generation Add-ons EXCEL_DESC= MS Excel I/O Add-ons -MPL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>1.4.3:math/py-matplotlib@${FLAVOR} -SCIPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scipy>0.14.0:science/py-scipy@${FLAVOR} -BTLNCK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bottleneck>1.0.0:math/py-bottleneck@${FLAVOR} +MPL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.4.3:math/py-matplotlib@${FLAVOR} +SCIPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scipy>=0.14.0:science/py-scipy@${FLAVOR} +BTLNCK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bottleneck>=1.0.0:math/py-bottleneck@${FLAVOR} NUMEXPR_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numexpr>=2.4.6:math/py-numexpr@${FLAVOR} BOTO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>0:devel/py-boto@${FLAVOR} -TABLES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tables>=3.0.0:devel/py-tables@${FLAVOR} +TABLES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tables>=3.2.1:devel/py-tables@${FLAVOR} -LXML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${FLAVOR} \ +LXML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.2.1:www/py-beautifulsoup@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${FLAVOR} -HTML5LIB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${FLAVOR} \ +HTML5LIB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.2.1:www/py-beautifulsoup@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}html5lib>0:www/py-html5lib@${FLAVOR} JINJA2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${FLAVOR} -OPENPYXL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openpyxl>=2.2.0:textproc/py-openpyxl@${FLAVOR} -XLRD_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xlrd>0:textproc/py-xlrd@${FLAVOR} +OPENPYXL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openpyxl>=2.4.0:textproc/py-openpyxl@${FLAVOR} +XLRD_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xlrd>=0.9.0:textproc/py-xlrd@${FLAVOR} XLWT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xlwt>0:textproc/py-xlwt@${FLAVOR} XLSX_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XlsxWriter>0:textproc/py-xlsxwriter@${FLAVOR} ALCHEMY10_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>0:databases/py-sqlalchemy10@${FLAVOR} ALCHEMY11_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy11>0:databases/py-sqlalchemy11@${FLAVOR} +ALCHEMY12_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy12>0:databases/py-sqlalchemy12@${FLAVOR} + +OPENPYXL_IMPLIES= XLRD SUB_FILES= pkg-message Modified: head/math/py-pandas/distinfo ============================================================================== --- head/math/py-pandas/distinfo Sun Jun 3 18:17:18 2018 (r471506) +++ head/math/py-pandas/distinfo Sun Jun 3 18:17:23 2018 (r471507) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516038682 -SHA256 (pandas-0.22.0.tar.gz) = 44a94091dd71f05922eec661638ec1a35f26d573c119aa2fad964f10a2880e6c -SIZE (pandas-0.22.0.tar.gz) = 11297071 +TIMESTAMP = 1527374327 +SHA256 (pandas-0.23.0.tar.gz) = 84ab1d50590cb2d9554211f164dc1b1a216bc94da2ba922aed2690c83f248fd9 +SIZE (pandas-0.23.0.tar.gz) = 13092442 Modified: head/math/py-pandas/files/pkg-message.in ============================================================================== --- head/math/py-pandas/files/pkg-message.in Sun Jun 3 18:17:18 2018 (r471506) +++ head/math/py-pandas/files/pkg-message.in Sun Jun 3 18:17:23 2018 (r471507) @@ -1,3 +1,4 @@ === -If you wish, install math/py-statsmodels to enable parts of pandas.stats. +Install math/py-statsmodels to enable parts of pandas.stats. +Install devel/py-xarray to enable the to_xarray() function. === Modified: head/math/py-pandas/pkg-descr ============================================================================== --- head/math/py-pandas/pkg-descr Sun Jun 3 18:17:18 2018 (r471506) +++ head/math/py-pandas/pkg-descr Sun Jun 3 18:17:23 2018 (r471507) @@ -4,4 +4,4 @@ data structures designed to make working with "relatio fundamental high-level building block for doing practical, real world data analysis in Python. -WWW: http://pandas.pydata.org/ +WWW: https://pandas.pydata.org/ From owner-svn-ports-all@freebsd.org Sun Jun 3 18:17:31 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8DDFFE88D8; Sun, 3 Jun 2018 18:17:31 +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 C4982734A0; Sun, 3 Jun 2018 18:17:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 875BE22201; Sun, 3 Jun 2018 18:17: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 w53IHTTW038207; Sun, 3 Jun 2018 18:17:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53IHTEm038206; Sun, 3 Jun 2018 18:17:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806031817.w53IHTEm038206@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, 3 Jun 2018 18:17:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471508 - head/www/aria2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/aria2 X-SVN-Commit-Revision: 471508 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.26 Precedence: 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, 03 Jun 2018 18:17:31 -0000 Author: sunpoet Date: Sun Jun 3 18:17:29 2018 New Revision: 471508 URL: https://svnweb.freebsd.org/changeset/ports/471508 Log: Add CARES option PR: 228712 Submtited by: Modified: head/www/aria2/Makefile Modified: head/www/aria2/Makefile ============================================================================== --- head/www/aria2/Makefile Sun Jun 3 18:17:23 2018 (r471507) +++ head/www/aria2/Makefile Sun Jun 3 18:17:29 2018 (r471508) @@ -13,7 +13,7 @@ COMMENT= Yet another download tool LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS_DEFINE= CA_BUNDLE DOCS NLS SQLITE SSH2 +OPTIONS_DEFINE= CA_BUNDLE CARES DOCS NLS SQLITE SSH2 OPTIONS_DEFAULT=SQLITE OPTIONS_SUB= yes CA_BUNDLE_DESC= Use CA bundle from Mozilla Project @@ -24,7 +24,7 @@ CONFIGURE_ARGS= --disable-epoll --enable-bittorrent -- --enable-threads=posix --enable-websocket \ --with-disk-cache=${ARIA2_DISK_CACHE} \ --with-libxml2 --with-libz --with-openssl \ - --without-appletls --without-gnutls --without-libcares \ + --without-appletls --without-gnutls \ --without-libexpat --without-libgcrypt --without-libgmp \ --without-libnettle --without-libuv CONFIGURE_ENV= OPENSSL_CFLAGS=-I${OPENSSLINC} \ @@ -43,6 +43,8 @@ PORTDOCS= * CA_BUNDLE_CONFIGURE_OFF=--without-ca-bundle CA_BUNDLE_CONFIGURE_ON= --with-ca-bundle=${LOCALBASE}/share/certs/ca-root-nss.crt CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss +CARES_CONFIGURE_WITH= libares +CARES_LIB_DEPENDS= libcares.so:dns/c-ares NLS_CONFIGURE_OFF= --disable-nls --without-libintl-prefix NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} NLS_LDFLAGS= -lintl From owner-svn-ports-all@freebsd.org Sun Jun 3 19:12:25 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14F38FEEE56; Sun, 3 Jun 2018 19:12:25 +0000 (UTC) (envelope-from yuri@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 B72DD76519; Sun, 3 Jun 2018 19:12:24 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 98AF722BB8; Sun, 3 Jun 2018 19:12:24 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53JCOIK068418; Sun, 3 Jun 2018 19:12:24 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53JCOwF068415; Sun, 3 Jun 2018 19:12:24 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806031912.w53JCOwF068415@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 3 Jun 2018 19:12:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471509 - head/devel/git-town X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/git-town X-SVN-Commit-Revision: 471509 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.26 Precedence: 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, 03 Jun 2018 19:12:25 -0000 Author: yuri Date: Sun Jun 3 19:12:23 2018 New Revision: 471509 URL: https://svnweb.freebsd.org/changeset/ports/471509 Log: devel/git-town: Update 7.1.1 -> 7.2.0 Also update WWW: http -> https Reported by: portscout Modified: head/devel/git-town/Makefile head/devel/git-town/distinfo head/devel/git-town/pkg-descr Modified: head/devel/git-town/Makefile ============================================================================== --- head/devel/git-town/Makefile Sun Jun 3 18:17:29 2018 (r471508) +++ head/devel/git-town/Makefile Sun Jun 3 19:12:23 2018 (r471509) @@ -2,7 +2,7 @@ PORTNAME= git-town DISTVERSIONPREFIX= v -DISTVERSION= 7.1.1 +DISTVERSION= 7.2.0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org Modified: head/devel/git-town/distinfo ============================================================================== --- head/devel/git-town/distinfo Sun Jun 3 18:17:29 2018 (r471508) +++ head/devel/git-town/distinfo Sun Jun 3 19:12:23 2018 (r471509) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523346664 -SHA256 (Originate-git-town-v7.1.1_GH0.tar.gz) = 55cebd4723170bc0df65ca76c34ba88d7d67c18240dd25569ade3ccbd0cf8bf3 -SIZE (Originate-git-town-v7.1.1_GH0.tar.gz) = 10580794 +TIMESTAMP = 1528052708 +SHA256 (Originate-git-town-v7.2.0_GH0.tar.gz) = 0462ed11954332960e42b5dfccbe3ac99d6df488cd60ffd4be6e81745daaf103 +SIZE (Originate-git-town-v7.2.0_GH0.tar.gz) = 10580464 Modified: head/devel/git-town/pkg-descr ============================================================================== --- head/devel/git-town/pkg-descr Sun Jun 3 18:17:29 2018 (r471508) +++ head/devel/git-town/pkg-descr Sun Jun 3 19:12:23 2018 (r471509) @@ -3,4 +3,4 @@ and happy. It adds Git commands that support GitHub Fl model, GitLab Flow, and other workflows more directly, and it allows you to perform many common Git operations faster and easier. -WWW: http://www.git-town.com +WWW: https://www.git-town.com From owner-svn-ports-all@freebsd.org Sun Jun 3 19:20:29 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4ED0DFEFBFF; Sun, 3 Jun 2018 19:20:29 +0000 (UTC) (envelope-from joneum@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 EFDDE76A2F; Sun, 3 Jun 2018 19:20:28 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 CE84F22BEC; Sun, 3 Jun 2018 19:20:28 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53JKSpZ068837; Sun, 3 Jun 2018 19:20:28 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53JKSDb068835; Sun, 3 Jun 2018 19:20:28 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201806031920.w53JKSDb068835@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sun, 3 Jun 2018 19:20:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471510 - head/databases/py-Pyrseas X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/databases/py-Pyrseas X-SVN-Commit-Revision: 471510 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.26 Precedence: 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, 03 Jun 2018 19:20:29 -0000 Author: joneum Date: Sun Jun 3 19:20:28 2018 New Revision: 471510 URL: https://svnweb.freebsd.org/changeset/ports/471510 Log: databases/py-Pyrseas: Update to 0.8.0 PR: 228724 Submitted by: Volodymyr Kostyrko (maintainer) Modified: head/databases/py-Pyrseas/Makefile head/databases/py-Pyrseas/distinfo Modified: head/databases/py-Pyrseas/Makefile ============================================================================== --- head/databases/py-Pyrseas/Makefile Sun Jun 3 19:12:23 2018 (r471509) +++ head/databases/py-Pyrseas/Makefile Sun Jun 3 19:20:28 2018 (r471510) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Pyrseas -PORTVERSION= 0.7.3 +PORTVERSION= 0.8.0 DISTVERSIONPREFIX= v CATEGORIES= databases python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/py-Pyrseas/distinfo ============================================================================== --- head/databases/py-Pyrseas/distinfo Sun Jun 3 19:12:23 2018 (r471509) +++ head/databases/py-Pyrseas/distinfo Sun Jun 3 19:20:28 2018 (r471510) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487409276 -SHA256 (perseas-Pyrseas-v0.7.3_GH0.tar.gz) = 61a44f590f44dac475c9a83de8a66691508c1576777fee51708a6ad6af15566a -SIZE (perseas-Pyrseas-v0.7.3_GH0.tar.gz) = 168094 +TIMESTAMP = 1528053550 +SHA256 (perseas-Pyrseas-v0.8.0_GH0.tar.gz) = 178107e163595d37b0ad332117b1a9b5c97f975e8c9ea90934ff25b00a1e998f +SIZE (perseas-Pyrseas-v0.8.0_GH0.tar.gz) = 175483 From owner-svn-ports-all@freebsd.org Sun Jun 3 19:22:11 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0858FEFEEB; Sun, 3 Jun 2018 19:22:10 +0000 (UTC) (envelope-from cpm@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 8AC4676D89; Sun, 3 Jun 2018 19:22:10 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6C12A22D56; Sun, 3 Jun 2018 19:22:10 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53JMA25072974; Sun, 3 Jun 2018 19:22:10 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53JMAdU072613; Sun, 3 Jun 2018 19:22:10 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201806031922.w53JMAdU072613@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sun, 3 Jun 2018 19:22:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471511 - head/devel/codesearch-py X-SVN-Group: ports-head X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: head/devel/codesearch-py X-SVN-Commit-Revision: 471511 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.26 Precedence: 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, 03 Jun 2018 19:22:11 -0000 Author: cpm Date: Sun Jun 3 19:22:09 2018 New Revision: 471511 URL: https://svnweb.freebsd.org/changeset/ports/471511 Log: - Update to latest commit - Set DISTVERSION instead of PORTVERSION - Bump PORTEPOCH Modified: head/devel/codesearch-py/Makefile head/devel/codesearch-py/distinfo Modified: head/devel/codesearch-py/Makefile ============================================================================== --- head/devel/codesearch-py/Makefile Sun Jun 3 19:20:28 2018 (r471510) +++ head/devel/codesearch-py/Makefile Sun Jun 3 19:22:09 2018 (r471511) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= codesearch-py -PORTVERSION= 0.1 -PORTREVISION= 3 +DISTVERSION= g20180603 +PORTEPOCH= 1 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ USE_PYTHON= autoplist concurrent distutils USE_GITHUB= yes GH_ACCOUNT= chromium -GH_TAGNAME= df9f4df +GH_TAGNAME= f9bd55f NO_ARCH= yes Modified: head/devel/codesearch-py/distinfo ============================================================================== --- head/devel/codesearch-py/distinfo Sun Jun 3 19:20:28 2018 (r471510) +++ head/devel/codesearch-py/distinfo Sun Jun 3 19:22:09 2018 (r471511) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518753155 -SHA256 (chromium-codesearch-py-0.1-df9f4df_GH0.tar.gz) = ca4efdd945a98aadd2998df5c8e8919dd40136fe29dc42f746f06aba6822a8b3 -SIZE (chromium-codesearch-py-0.1-df9f4df_GH0.tar.gz) = 566124 +TIMESTAMP = 1528053154 +SHA256 (chromium-codesearch-py-g20180603-f9bd55f_GH0.tar.gz) = f93fc923712a4dfb11d02790ba1625cc4ac17ee83bf8d0404bda40b2072ac209 +SIZE (chromium-codesearch-py-g20180603-f9bd55f_GH0.tar.gz) = 566135 From owner-svn-ports-all@freebsd.org Sun Jun 3 19:22:38 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90FA8FF00E5; Sun, 3 Jun 2018 19:22:38 +0000 (UTC) (envelope-from yuri@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 417C176EC1; Sun, 3 Jun 2018 19:22:38 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 2410622D79; Sun, 3 Jun 2018 19:22:38 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53JMcda073546; Sun, 3 Jun 2018 19:22:38 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53JMb3U073544; Sun, 3 Jun 2018 19:22:37 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806031922.w53JMb3U073544@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 3 Jun 2018 19:22:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471512 - in head/audio/beatslash-lv2: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/audio/beatslash-lv2: . files X-SVN-Commit-Revision: 471512 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.26 Precedence: 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, 03 Jun 2018 19:22:38 -0000 Author: yuri Date: Sun Jun 3 19:22:37 2018 New Revision: 471512 URL: https://svnweb.freebsd.org/changeset/ports/471512 Log: audio/beatslash-lv2: Update 1.0.2 -> 1.0.5 Reported by: portscout Modified: head/audio/beatslash-lv2/Makefile head/audio/beatslash-lv2/distinfo head/audio/beatslash-lv2/files/patch-wscript Modified: head/audio/beatslash-lv2/Makefile ============================================================================== --- head/audio/beatslash-lv2/Makefile Sun Jun 3 19:22:09 2018 (r471511) +++ head/audio/beatslash-lv2/Makefile Sun Jun 3 19:22:37 2018 (r471512) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= beatslash -DISTVERSIONPREFIX= v -DISTVERSION= 1.0.2 +DISTVERSION= 1.0.5 CATEGORIES= audio PKGNAMESUFFIX= -lv2 Modified: head/audio/beatslash-lv2/distinfo ============================================================================== --- head/audio/beatslash-lv2/distinfo Sun Jun 3 19:22:09 2018 (r471511) +++ head/audio/beatslash-lv2/distinfo Sun Jun 3 19:22:37 2018 (r471512) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527990382 -SHA256 (blablack-beatslash-lv2-v1.0.2_GH0.tar.gz) = 05e76daa7b299d6a35bb451bf9f27f5b0f6e6857ea919ebe26deda6dcb585e22 -SIZE (blablack-beatslash-lv2-v1.0.2_GH0.tar.gz) = 122269 +TIMESTAMP = 1528053239 +SHA256 (blablack-beatslash-lv2-1.0.5_GH0.tar.gz) = 256eda9ea38cc92f54760898fd0ae4093dc2f2ff0d445b9dbb82717e2660be52 +SIZE (blablack-beatslash-lv2-1.0.5_GH0.tar.gz) = 131455 Modified: head/audio/beatslash-lv2/files/patch-wscript ============================================================================== --- head/audio/beatslash-lv2/files/patch-wscript Sun Jun 3 19:22:09 2018 (r471511) +++ head/audio/beatslash-lv2/files/patch-wscript Sun Jun 3 19:22:37 2018 (r471512) @@ -1,15 +1,15 @@ ---- wscript.orig 2018-06-03 01:48:08 UTC +--- wscript.orig 2016-11-06 20:24:40 UTC +++ wscript -@@ -29,9 +29,9 @@ def configure(conf): +@@ -31,9 +31,9 @@ def configure(conf): autowaf.check_pkg(conf, 'gtk+-2.0', uselib_store='GTK2', atleast_version='2.24.0') autowaf.check_pkg(conf, 'cairo', uselib_store='CAIRO', atleast_version='1.0.0') autowaf.check_pkg(conf, 'lv2', uselib_store='LV2', atleast_version='1.2.0') -- autowaf.check_pkg(conf, 'lvtk-plugin-1', uselib_store='LVTK_PLUGIN', atleast_version='1.1.1') -- autowaf.check_pkg(conf, 'lvtk-ui-1', uselib_store='LVTK_UI', atleast_version='1.1.1') -- autowaf.check_pkg(conf, 'lvtk-gtkui-1', uselib_store='LVTK_GTKGUI', atleast_version='1.1.1') -+ autowaf.check_pkg(conf, 'lvtk-plugin-2', uselib_store='LVTK_PLUGIN', atleast_version='1.1.1') -+ autowaf.check_pkg(conf, 'lvtk-ui-2', uselib_store='LVTK_UI', atleast_version='1.1.1') -+ autowaf.check_pkg(conf, 'lvtk-gtkui-2', uselib_store='LVTK_GTKGUI', atleast_version='1.1.1') +- autowaf.check_pkg(conf, 'lvtk-plugin-1', uselib_store='LVTK_PLUGIN', atleast_version='1.2.0') +- autowaf.check_pkg(conf, 'lvtk-ui-1', uselib_store='LVTK_UI', atleast_version='1.2.0') +- autowaf.check_pkg(conf, 'lvtk-gtkui-1', uselib_store='LVTK_GTKGUI', atleast_version='1.2.0') ++ autowaf.check_pkg(conf, 'lvtk-plugin-2', uselib_store='LVTK_PLUGIN', atleast_version='1.2.0') ++ autowaf.check_pkg(conf, 'lvtk-ui-2', uselib_store='LVTK_UI', atleast_version='1.2.0') ++ autowaf.check_pkg(conf, 'lvtk-gtkui-2', uselib_store='LVTK_GTKGUI', atleast_version='1.2.0') check = 'Extended Initializer Lists' conf.check_cxx(msg = check, From owner-svn-ports-all@freebsd.org Sun Jun 3 19:23:22 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C3BEFF023D; Sun, 3 Jun 2018 19:23:22 +0000 (UTC) (envelope-from joneum@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 1E91C76FCC; Sun, 3 Jun 2018 19:23:22 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 F3D3E22D7B; Sun, 3 Jun 2018 19:23:21 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53JNL3q073690; Sun, 3 Jun 2018 19:23:21 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53JNLOL073688; Sun, 3 Jun 2018 19:23:21 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201806031923.w53JNLOL073688@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sun, 3 Jun 2018 19:23:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471513 - head/sysutils/rundeck X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/sysutils/rundeck X-SVN-Commit-Revision: 471513 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.26 Precedence: 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, 03 Jun 2018 19:23:22 -0000 Author: joneum Date: Sun Jun 3 19:23:21 2018 New Revision: 471513 URL: https://svnweb.freebsd.org/changeset/ports/471513 Log: sysutils/rundeck: Update to 2.11.3 PR: 228725 Submitted by: Volodymyr Kostyrko (maintainer) Modified: head/sysutils/rundeck/Makefile head/sysutils/rundeck/distinfo Modified: head/sysutils/rundeck/Makefile ============================================================================== --- head/sysutils/rundeck/Makefile Sun Jun 3 19:22:37 2018 (r471512) +++ head/sysutils/rundeck/Makefile Sun Jun 3 19:23:21 2018 (r471513) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rundeck -DISTVERSION= 2.10.0 +DISTVERSION= 2.11.3 CATEGORIES= sysutils java MASTER_SITES= http://dl.bintray.com/rundeck/rundeck-maven/ DISTNAME= rundeck-launcher-${PORTVERSION} Modified: head/sysutils/rundeck/distinfo ============================================================================== --- head/sysutils/rundeck/distinfo Sun Jun 3 19:22:37 2018 (r471512) +++ head/sysutils/rundeck/distinfo Sun Jun 3 19:23:21 2018 (r471513) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509820289 -SHA256 (rundeck-launcher-2.10.0.jar) = 0d7fa195a13912e43f6ce23fbe7e1eac2db37f723d2d7c5a18dc4633ec199d49 -SIZE (rundeck-launcher-2.10.0.jar) = 99529206 +TIMESTAMP = 1528053728 +SHA256 (rundeck-launcher-2.11.3.jar) = 8600e61195dc2581675b061a63c36739443974cd1635e2cdfb836107987d527d +SIZE (rundeck-launcher-2.11.3.jar) = 102320537 From owner-svn-ports-all@freebsd.org Sun Jun 3 19:24:43 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E03F6FF041C; Sun, 3 Jun 2018 19:24:43 +0000 (UTC) (envelope-from bhughes@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 92131770FC; Sun, 3 Jun 2018 19:24:43 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 72FFC22D7E; Sun, 3 Jun 2018 19:24:43 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53JOhaZ073862; Sun, 3 Jun 2018 19:24:43 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53JOggV073860; Sun, 3 Jun 2018 19:24:42 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201806031924.w53JOggV073860@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Sun, 3 Jun 2018 19:24:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471514 - head/devel/py-botocore X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/devel/py-botocore X-SVN-Commit-Revision: 471514 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.26 Precedence: 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, 03 Jun 2018 19:24:44 -0000 Author: bhughes Date: Sun Jun 3 19:24:42 2018 New Revision: 471514 URL: https://svnweb.freebsd.org/changeset/ports/471514 Log: devel/py-botocore: Update 1.10.25 -> 1.10.31 Sponsored by: Miles AS Modified: head/devel/py-botocore/Makefile head/devel/py-botocore/distinfo Modified: head/devel/py-botocore/Makefile ============================================================================== --- head/devel/py-botocore/Makefile Sun Jun 3 19:23:21 2018 (r471513) +++ head/devel/py-botocore/Makefile Sun Jun 3 19:24:42 2018 (r471514) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= botocore -PORTVERSION= 1.10.25 +PORTVERSION= 1.10.31 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-botocore/distinfo ============================================================================== --- head/devel/py-botocore/distinfo Sun Jun 3 19:23:21 2018 (r471513) +++ head/devel/py-botocore/distinfo Sun Jun 3 19:24:42 2018 (r471514) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526983707 -SHA256 (botocore-1.10.25.tar.gz) = a0694aa2a11951966758f3d0e2b40a1f597e8dfd0c9338bc532c1a40796a15fe -SIZE (botocore-1.10.25.tar.gz) = 4380638 +TIMESTAMP = 1527894596 +SHA256 (botocore-1.10.31.tar.gz) = 5e35278d27c5640c0ef3aec19cc846e4580c467057997d5428a10109105b9f10 +SIZE (botocore-1.10.31.tar.gz) = 4432521 From owner-svn-ports-all@freebsd.org Sun Jun 3 19:25:11 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C22E9FF0518; Sun, 3 Jun 2018 19:25:11 +0000 (UTC) (envelope-from bhughes@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 76752771FF; Sun, 3 Jun 2018 19:25:11 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 5745822D80; Sun, 3 Jun 2018 19:25:11 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53JPBAm074008; Sun, 3 Jun 2018 19:25:11 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53JPBEC074006; Sun, 3 Jun 2018 19:25:11 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201806031925.w53JPBEC074006@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Sun, 3 Jun 2018 19:25:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471515 - head/devel/awscli X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/devel/awscli X-SVN-Commit-Revision: 471515 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.26 Precedence: 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, 03 Jun 2018 19:25:11 -0000 Author: bhughes Date: Sun Jun 3 19:25:10 2018 New Revision: 471515 URL: https://svnweb.freebsd.org/changeset/ports/471515 Log: devel/awscli: Update 1.15.25 -> 1.15.31 Sponsored by: Miles AS Modified: head/devel/awscli/Makefile head/devel/awscli/distinfo Modified: head/devel/awscli/Makefile ============================================================================== --- head/devel/awscli/Makefile Sun Jun 3 19:24:42 2018 (r471514) +++ head/devel/awscli/Makefile Sun Jun 3 19:25:10 2018 (r471515) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= awscli -PORTVERSION= 1.15.25 +PORTVERSION= 1.15.31 CATEGORIES= devel MASTER_SITES= CHEESESHOP @@ -12,7 +12,7 @@ COMMENT= Universal Command Line Interface for Amazon W LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.10.25:devel/py-botocore@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.10.31:devel/py-botocore@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}s3transfer>=0.1.12:net/py-s3transfer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docutils>=0.10:textproc/py-docutils@${PY_FLAVOR} \ Modified: head/devel/awscli/distinfo ============================================================================== --- head/devel/awscli/distinfo Sun Jun 3 19:24:42 2018 (r471514) +++ head/devel/awscli/distinfo Sun Jun 3 19:25:10 2018 (r471515) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526983729 -SHA256 (awscli-1.15.25.tar.gz) = 72bd58ae99a12dd0ac56756af770cb1b6d0dd390b5ea696bb5e74d3a2cbcb92f -SIZE (awscli-1.15.25.tar.gz) = 594098 +TIMESTAMP = 1527894612 +SHA256 (awscli-1.15.31.tar.gz) = 8789f75dbd930e76901171de55778d05240926d62ac0cd0f1f7fa0262dc8b635 +SIZE (awscli-1.15.31.tar.gz) = 593903 From owner-svn-ports-all@freebsd.org Sun Jun 3 19:41:29 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46514FF231E; Sun, 3 Jun 2018 19:41:29 +0000 (UTC) (envelope-from cpm@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 EF81778171; Sun, 3 Jun 2018 19:41:28 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D0BDA2306B; Sun, 3 Jun 2018 19:41:28 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53JfSxB079375; Sun, 3 Jun 2018 19:41:28 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53JfScE079373; Sun, 3 Jun 2018 19:41:28 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201806031941.w53JfScE079373@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sun, 3 Jun 2018 19:41:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471516 - head/devel/darts X-SVN-Group: ports-head X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: head/devel/darts X-SVN-Commit-Revision: 471516 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.26 Precedence: 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, 03 Jun 2018 19:41:29 -0000 Author: cpm Date: Sun Jun 3 19:41:28 2018 New Revision: 471516 URL: https://svnweb.freebsd.org/changeset/ports/471516 Log: devel/darts: unbreak build checking size of char... configure: error: cannot compute sizeof (char), 77 See `config.log' for more details. ===> Script "configure" failed unexpectedly. - Add USES=autoreconf - Add TIMESTAMP - Pet portlint, use PLIST_FILES instead of pkg-plist - Bump PORTREVISION Reported by: pkg-fallout Deleted: head/devel/darts/pkg-plist Modified: head/devel/darts/Makefile head/devel/darts/distinfo Modified: head/devel/darts/Makefile ============================================================================== --- head/devel/darts/Makefile Sun Jun 3 19:25:10 2018 (r471515) +++ head/devel/darts/Makefile Sun Jun 3 19:41:28 2018 (r471516) @@ -3,6 +3,7 @@ PORTNAME= darts PORTVERSION= 0.32 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.chasen.org/~taku/software/darts/src/ @@ -14,12 +15,17 @@ LICENSE_COMB= dual LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/BSD LICENSE_FILE_LGPL21+ = ${WRKSRC}/LGPL +USES= autoreconf GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS EXAMPLES PORTEXAMPLES= darts.cpp mkdarts.cpp PORTDOCS= AUTHORS ChangeLog README doc + +PLIST_FILES= include/darts.h \ + libexec/darts/darts \ + libexec/darts/mkdarts post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/devel/darts/distinfo ============================================================================== --- head/devel/darts/distinfo Sun Jun 3 19:25:10 2018 (r471515) +++ head/devel/darts/distinfo Sun Jun 3 19:41:28 2018 (r471516) @@ -1,2 +1,3 @@ +TIMESTAMP = 1528054397 SHA256 (darts-0.32.tar.gz) = 0dfc0b82f0a05d93b92acf849368e54bf93f1de8ffb31ba0a21e45ab9e269285 SIZE (darts-0.32.tar.gz) = 234001 From owner-svn-ports-all@freebsd.org Sun Jun 3 19:53:00 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F46FFF3BDD; Sun, 3 Jun 2018 19:53:00 +0000 (UTC) (envelope-from cpm@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 45C0A78F1B; Sun, 3 Jun 2018 19:53:00 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 27A782325D; Sun, 3 Jun 2018 19:53:00 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53Jqxxg089348; Sun, 3 Jun 2018 19:52:59 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53JqxfX089347; Sun, 3 Jun 2018 19:52:59 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201806031952.w53JqxfX089347@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sun, 3 Jun 2018 19:52:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471517 - head/devel/darts X-SVN-Group: ports-head X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: head/devel/darts X-SVN-Commit-Revision: 471517 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.26 Precedence: 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, 03 Jun 2018 19:53:00 -0000 Author: cpm Date: Sun Jun 3 19:52:59 2018 New Revision: 471517 URL: https://svnweb.freebsd.org/changeset/ports/471517 Log: - Update pkg-descr Modified: head/devel/darts/pkg-descr Modified: head/devel/darts/pkg-descr ============================================================================== --- head/devel/darts/pkg-descr Sun Jun 3 19:41:28 2018 (r471516) +++ head/devel/darts/pkg-descr Sun Jun 3 19:52:59 2018 (r471517) @@ -8,6 +8,9 @@ This is a C++ template library that implements Double- Engineering. Vol. 15, 9 (Sep 1989). pp. 1066-1077. * [Datrie] Theppitak Karoonboonyanan An Implementation of Double-Array - Triehttp://www.links.nectec.or.th/~thep/datrie/ + Trie. + +* [Word and Dictionary] Yuji Matsumoto et al. Word and Dictionary Iwanami + Course Language Science Vol. 3 pp. 79-81. WWW: http://www.chasen.org/~taku/software/darts/ From owner-svn-ports-all@freebsd.org Sun Jun 3 19:54:03 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA93AFF3E5C; Sun, 3 Jun 2018 19:54:02 +0000 (UTC) (envelope-from ehaupt@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 8658B79085; Sun, 3 Jun 2018 19:54:02 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 68DBC2325E; Sun, 3 Jun 2018 19:54:02 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53Js2ta089505; Sun, 3 Jun 2018 19:54:02 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53Js2Rl089503; Sun, 3 Jun 2018 19:54:02 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201806031954.w53Js2Rl089503@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 3 Jun 2018 19:54:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471518 - head/net/py-shodan X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/net/py-shodan X-SVN-Commit-Revision: 471518 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.26 Precedence: 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, 03 Jun 2018 19:54:03 -0000 Author: ehaupt Date: Sun Jun 3 19:54:01 2018 New Revision: 471518 URL: https://svnweb.freebsd.org/changeset/ports/471518 Log: Update to 1.8.1 Modified: head/net/py-shodan/Makefile head/net/py-shodan/distinfo Modified: head/net/py-shodan/Makefile ============================================================================== --- head/net/py-shodan/Makefile Sun Jun 3 19:52:59 2018 (r471517) +++ head/net/py-shodan/Makefile Sun Jun 3 19:54:01 2018 (r471518) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= shodan -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net/py-shodan/distinfo ============================================================================== --- head/net/py-shodan/distinfo Sun Jun 3 19:52:59 2018 (r471517) +++ head/net/py-shodan/distinfo Sun Jun 3 19:54:01 2018 (r471518) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527662065 -SHA256 (shodan-1.8.0.tar.gz) = 2793c9286976ef4e3a1253676c876201a7cc6386d7a7e971102a46264139f9d1 -SIZE (shodan-1.8.0.tar.gz) = 42669 +TIMESTAMP = 1528054807 +SHA256 (shodan-1.8.1.tar.gz) = 2e50091f9df49f4a415f7ce03c27b50b0ef9badf3e766c57bf29271786a86b81 +SIZE (shodan-1.8.1.tar.gz) = 43065 From owner-svn-ports-all@freebsd.org Sun Jun 3 20:03:09 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0CA5FF4FD6; Sun, 3 Jun 2018 20:03:08 +0000 (UTC) (envelope-from pi@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 920CF79817; Sun, 3 Jun 2018 20:03:08 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 734C0233F4; Sun, 3 Jun 2018 20:03:08 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53K38GF094554; Sun, 3 Jun 2018 20:03:08 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53K37mh094549; Sun, 3 Jun 2018 20:03:07 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201806032003.w53K37mh094549@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 3 Jun 2018 20:03:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471519 - in head/math/givaro: . files X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/math/givaro: . files X-SVN-Commit-Revision: 471519 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.26 Precedence: 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, 03 Jun 2018 20:03:09 -0000 Author: pi Date: Sun Jun 3 20:03:06 2018 New Revision: 471519 URL: https://svnweb.freebsd.org/changeset/ports/471519 Log: math/givaro: update 3.8.0 -> 4.0.4, take maintainer, update WWW Relnotes: https://github.com/linbox-team/givaro/blob/master/ChangeLog Added: head/math/givaro/files/patch-Makefile.am (contents, props changed) head/math/givaro/files/patch-configure.ac (contents, props changed) head/math/givaro/files/patch-docs-Makefile.am (contents, props changed) Deleted: head/math/givaro/files/patch-src__library__tools__givtruncdomain.h Modified: head/math/givaro/Makefile head/math/givaro/distinfo head/math/givaro/pkg-plist Modified: head/math/givaro/Makefile ============================================================================== --- head/math/givaro/Makefile Sun Jun 3 19:54:01 2018 (r471518) +++ head/math/givaro/Makefile Sun Jun 3 20:03:06 2018 (r471519) @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= givaro -PORTVERSION= 3.8.0 +PORTVERSION= 4.0.4 +DISTVERSIONPREFIX=v CATEGORIES= math -MASTER_SITES= https://forge.imag.fr/frs/download.php/592/ LOCAL/bf -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pi@FreeBSD.org COMMENT= C++ library for computer algebra LICENSE= CeCILL-Bv1-en.txt @@ -13,36 +13,27 @@ LICENSE_NAME= Ce[a] C[nrs] I[nria] L[ogiciel] L[ibre] LICENSE_FILE= ${WRKSRC}/Licence_CeCILL-B_V1-en.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -BROKEN= unfetchable -EXPIRATION_DATE= 2018-08-14 - LIB_DEPENDS= libgmp.so:math/gmp -USES= libtool localbase:ldflags +USES= autoreconf compiler:c++11-lang libtool pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gmp="${LOCALBASE}" USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check +USE_GITHUB= yes +GH_ACCOUNT= linbox-team -OPTIONS_DEFINE= DOXYGEN +OPTIONS_DEFINE= DOCS OPTIONS_SUB= yes -DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen \ +DOCS_BUILD_DEPENDS= doxygen:devel/doxygen \ dot:graphics/graphviz -DOXYGEN_CONFIGURE_ON= --enable-doc --with-docdir=${DOCSDIR} +DOCS_CONFIGURE_ON= --enable-doc --with-docdir=${DOCSDIR} -post-patch: - @${REINPLACE_CMD} -e '/DEFAULT_CFLAGS=/{s/-O2 //;s/-pipe//;}' \ - -e '/DEBUG_CFLAGS=.*-DNDEBUG/s/$${DEBUG_CFLAGS} //' \ - -e '/^WARN_CFLAGS="-Wall"/d' \ - -e '/if test "x$$WARN" = "xyes"/s/$$/ WARN_CFLAGS="-Wall" ;/' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's/sed -i/& ""/' ${WRKSRC}/docs/Makefile.in - -post-install-DOXYGEN-on: - @${RMDIR} ${STAGEDIR}${DOCSDIR}/givaro-dev-html - @${FIND} ${WRKSRC}/docs/givaro-html -not -type d \ +post-install-DOCS-on: + ${RMDIR} ${STAGEDIR}${DOCSDIR}/givaro-dev-html + ${FIND} ${WRKSRC}/docs/givaro-html -not -type d \ | ${SED} -ne 's,^${WRKSRC}/docs/givaro-html,${DOCSDIR}/givaro-html,p' >> ${TMPPLIST} .include Modified: head/math/givaro/distinfo ============================================================================== --- head/math/givaro/distinfo Sun Jun 3 19:54:01 2018 (r471518) +++ head/math/givaro/distinfo Sun Jun 3 20:03:06 2018 (r471519) @@ -1,2 +1,3 @@ -SHA256 (givaro-3.8.0.tar.gz) = d89728d6ae527e80e9cd48fb40daf9b8a16907ed1b7cb621416a1483b69e42a0 -SIZE (givaro-3.8.0.tar.gz) = 823507 +TIMESTAMP = 1527920972 +SHA256 (linbox-team-givaro-v4.0.4_GH0.tar.gz) = 37dc24e59b34b783094dbb1f6117c9d4bcdf4a8019bd3e2714f2d8b69d8c8f49 +SIZE (linbox-team-givaro-v4.0.4_GH0.tar.gz) = 656583 Added: head/math/givaro/files/patch-Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/givaro/files/patch-Makefile.am Sun Jun 3 20:03:06 2018 (r471519) @@ -0,0 +1,11 @@ +--- Makefile.am.orig 2018-06-02 08:08:15 UTC ++++ Makefile.am +@@ -6,7 +6,7 @@ + + ACLOCAL_AMFLAGS = -I macros + +-SUBDIRS=src macros tests docs examples benchmarks ++SUBDIRS=src macros tests docs + + include_HEADERS=givaro-config.h + Added: head/math/givaro/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/givaro/files/patch-configure.ac Sun Jun 3 20:03:06 2018 (r471519) @@ -0,0 +1,15 @@ +--- configure.ac.orig 2017-11-23 13:32:58 UTC ++++ configure.ac +@@ -52,11 +52,7 @@ AC_COMPILER_NAME + + # We need a C++11 compiler now - AB 2014-12-12 + # clang-3.8 does not support __float128 without explicitly passing it -std=c++11 +-if test "x${CCNAM}" = "xclang38" ; then +- AX_CXX_COMPILE_STDCXX_11([noext],[mandatory]) +-else +- AX_CXX_COMPILE_STDCXX_11([ext],[mandatory]) +-fi ++AX_CXX_COMPILE_STDCXX_11([noext],[mandatory]) + REQUIRED_FLAGS="$CXX11FLAGS" + # Add the c++11 flags for the configure compilations as clang needs it to work properly with a glibc++ compiled with gcc + BACKUP_CXXFLAGS="${CXXFLAGS}" Added: head/math/givaro/files/patch-docs-Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/givaro/files/patch-docs-Makefile.am Sun Jun 3 20:03:06 2018 (r471519) @@ -0,0 +1,10 @@ +--- docs/Makefile.am.orig 2018-06-03 18:30:38 UTC ++++ docs/Makefile.am +@@ -21,7 +21,6 @@ install install-data-local: $(USE_TARGETS) $(INSTALL_T + if GIVARO_DOXYGEN_FOUND + + docs: +- sed -i 's/^\\version.*/\\version\ $(VERSION)/' mainpage.doxy + if test -d givaro-html ; then echo exists; else mkdir givaro-html ; fi + if test -d givaro-dev-html ; then echo exists; else mkdir givaro-dev-html ; fi + cp ../INSTALL givaro-html/ Modified: head/math/givaro/pkg-plist ============================================================================== --- head/math/givaro/pkg-plist Sun Jun 3 19:54:01 2018 (r471518) +++ head/math/givaro/pkg-plist Sun Jun 3 20:03:06 2018 (r471519) @@ -1,8 +1,16 @@ +%%PORTDOCS%%%%DOCSDIR%%/givaro.html bin/givaro-config bin/givaro-makefile include/givaro-config.h include/givaro/StaticElement.h -include/givaro/giv_randiter.h +include/givaro/chineseremainder.h +include/givaro/extension.h +include/givaro/gf2.h +include/givaro/gf2.inl +include/givaro/gfq.h +include/givaro/gfq.inl +include/givaro/gfqext.h +include/givaro/gfqkronecker.h include/givaro/givarithmetics.h include/givaro/givaromm.h include/givaro/givarray0.h @@ -15,18 +23,12 @@ include/givaro/givbits.inl include/givaro/givcaster.h include/givaro/givcategory.h include/givaro/givconfig.h -include/givaro/givcra.h include/givaro/givdegree.h include/givaro/givelem.h include/givaro/giverror.h -include/givaro/givextension.h include/givaro/givfixedtrunc.h include/givaro/givfractiondomain.h include/givaro/givgenarith.h -include/givaro/givgfq.h -include/givaro/givgfq.inl -include/givaro/givgfqext.h -include/givaro/givgfqkron.h include/givaro/givhashtable.h include/givaro/givhashtable.inl include/givaro/givhighorder.h @@ -60,9 +62,9 @@ include/givaro/givmatsparseops.inl include/givaro/givmatstorage.h include/givaro/givmatstoragedense.h include/givaro/givmatstoragesparse.h +include/givaro/givmemorer.h include/givaro/givmodule.h -include/givaro/givmontg32.h -include/givaro/givmontg32.inl +include/givaro/givomptimer.h include/givaro/givops.h include/givaro/givperf.h include/givaro/givpointer.h @@ -89,7 +91,9 @@ include/givaro/givpoly1ratrecon.inl include/givaro/givpoly1sqrfree.inl include/givaro/givpower.h include/givaro/givprimes16.h +include/givaro/givprint.h include/givaro/givquotientdomain.h +include/givaro/givranditer.h include/givaro/givrandom.h include/givaro/givrational.h include/givaro/givrational.inl @@ -104,6 +108,7 @@ include/givaro/givstack.h include/givaro/givstack.inl include/givaro/givstorage.h include/givaro/givstoragedense.h +include/givaro/givstoragesparse.h include/givaro/givtablelimits.h include/givaro/givtimer.h include/givaro/givtruncdomain.h @@ -115,29 +120,127 @@ include/givaro/givvectordense.inl include/givaro/givvectorsparse.h include/givaro/givvectorsparse.inl include/givaro/givvectsparseops.inl -include/givaro/givzpz.h -include/givaro/givzpzGen.h -include/givaro/givzpzGen.inl -include/givaro/givzpz16std.h -include/givaro/givzpz16std.inl -include/givaro/givzpz16table1.h -include/givaro/givzpz16table1.inl -include/givaro/givzpz32std.h -include/givaro/givzpz32std.inl -include/givaro/givzpz32uns.h -include/givaro/givzpz32uns.inl -include/givaro/givzpz64std.h -include/givaro/givzpz64std.inl -include/givaro/givzpzInt.h -include/givaro/givzpzInt.inl -include/givaro/givzpztypes.h +include/givaro/modular-balanced-double.h +include/givaro/modular-balanced-double.inl +include/givaro/modular-balanced-float.h +include/givaro/modular-balanced-float.inl +include/givaro/modular-balanced-int32.h +include/givaro/modular-balanced-int32.inl +include/givaro/modular-balanced-int64.h +include/givaro/modular-balanced-int64.inl +include/givaro/modular-balanced.h +include/givaro/modular-defines.h +include/givaro/modular-double.h +include/givaro/modular-double.inl +include/givaro/modular-extended.h +include/givaro/modular-extended.inl +include/givaro/modular-float.h +include/givaro/modular-float.inl +include/givaro/modular-general.h +include/givaro/modular-general.inl +include/givaro/modular-int16.h +include/givaro/modular-int16.inl +include/givaro/modular-int32.h +include/givaro/modular-int32.inl +include/givaro/modular-int64.h +include/givaro/modular-int64.inl +include/givaro/modular-int8.h +include/givaro/modular-int8.inl +include/givaro/modular-integer.h +include/givaro/modular-integer.inl +include/givaro/modular-inttype.h +include/givaro/modular-inttype.inl +include/givaro/modular-log16.h +include/givaro/modular-log16.inl +include/givaro/modular-mulprecomp.inl +include/givaro/modular-ruint.h +include/givaro/modular-ruint.inl +include/givaro/modular-uint16.h +include/givaro/modular-uint16.inl +include/givaro/modular-uint32.h +include/givaro/modular-uint32.inl +include/givaro/modular-uint64.h +include/givaro/modular-uint64.inl +include/givaro/modular-uint8.h +include/givaro/modular-uint8.inl +include/givaro/modular.h +include/givaro/montgomery-int32.h +include/givaro/montgomery-int32.inl +include/givaro/montgomery-ruint.h +include/givaro/montgomery-ruint.inl +include/givaro/montgomery.h +include/givaro/random-integer.h +include/givaro/ring-interface.h +include/givaro/udl.h +include/givaro/unparametric-operations.h +include/givaro/zring.h include/gmp++/gmp++.h include/gmp++/gmp++_int.h include/gmp++/gmp++_int_rand.inl include/gmp++/gmp++_rat.h include/gmp++/gmp++_rat.inl +include/recint/radd.h +include/recint/rcmp.h +include/recint/rconvert.h +include/recint/rdisplay.h +include/recint/rdiv.h +include/recint/recdefine.h +include/recint/recint.h +include/recint/reclonglong.h +include/recint/rfiddling.h +include/recint/rint.h +include/recint/rmadd.h +include/recint/rmbaddmul.h +include/recint/rmbexp.h +include/recint/rmbinv.h +include/recint/rmbmodule.h +include/recint/rmbmul.h +include/recint/rmbreduc.h +include/recint/rmbrmint.h +include/recint/rmcmp.h +include/recint/rmconvert.h +include/recint/rmdefine.h +include/recint/rmdisplay.h +include/recint/rmdiv.h +include/recint/rmextra.h +include/recint/rmgaddmul.h +include/recint/rmgexp.h +include/recint/rmginv.h +include/recint/rmgmodule.h +include/recint/rmgmul.h +include/recint/rmgreduc.h +include/recint/rmgrmint.h +include/recint/rmint.h +include/recint/rmintmg.h +include/recint/rmmanip.h +include/recint/rmmul.h +include/recint/rmneg.h +include/recint/rmrandom.h +include/recint/rmsub.h +include/recint/rmul.h +include/recint/rrandom.h +include/recint/rrint.h +include/recint/rsub.h +include/recint/ruadd.h +include/recint/ruaddmul.h +include/recint/rucmp.h +include/recint/ruconvert.h +include/recint/rudisplay.h +include/recint/rudiv.h +include/recint/ruexp.h +include/recint/rufiddling.h +include/recint/rugcd.h +include/recint/ruint.h +include/recint/ruinvmod.h +include/recint/rumanip.h +include/recint/rumul.h +include/recint/rurandom.h +include/recint/ruruint.h +include/recint/rushift.h +include/recint/rusub.h +include/recint/rutools.h lib/libgivaro.a lib/libgivaro.so -lib/libgivaro.so.0 -lib/libgivaro.so.0.6.0 -%%DOXYGEN%%%%DOCSDIR%%/givaro.html +lib/libgivaro.so.9 +lib/libgivaro.so.9.0.2 +libdata/pkgconfig/givaro.pc From owner-svn-ports-all@freebsd.org Sun Jun 3 20:03:50 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED5F8FF516D; Sun, 3 Jun 2018 20:03:49 +0000 (UTC) (envelope-from tcberner@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 9F37379974; Sun, 3 Jun 2018 20:03:49 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 804C8233F6; Sun, 3 Jun 2018 20:03:49 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53K3nmf094783; Sun, 3 Jun 2018 20:03:49 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53K3nLO094782; Sun, 3 Jun 2018 20:03:49 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201806032003.w53K3nLO094782@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 3 Jun 2018 20:03:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471521 - head/emulators/wine X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/emulators/wine X-SVN-Commit-Revision: 471521 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.26 Precedence: 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, 03 Jun 2018 20:03:50 -0000 Author: tcberner Date: Sun Jun 3 20:03:49 2018 New Revision: 471521 URL: https://svnweb.freebsd.org/changeset/ports/471521 Log: emulators/wine: fix desktop file on amd64 Reviewed by: gerald Approved by: dbn Differential Revision: https://reviews.freebsd.org/D15489 Modified: head/emulators/wine/Makefile Modified: head/emulators/wine/Makefile ============================================================================== --- head/emulators/wine/Makefile Sun Jun 3 20:03:47 2018 (r471520) +++ head/emulators/wine/Makefile Sun Jun 3 20:03:49 2018 (r471521) @@ -3,6 +3,7 @@ PORTNAME= wine DISTVERSION= 3.0.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -129,8 +130,10 @@ CPPFLAGS+= -D__builtin_ms_va_list=__builtin_va_list \ .endif # Wine assumes a WoW64 package is available however WoW64 is not yet available on FreeBSD. +# Also fix the desktop file. post-patch: ${REINPLACE_CMD} 's|/wine|/wine64|g' ${WRKSRC}/tools/wineapploader.in + ${REINPLACE_CMD} '/Exec/s|wine|wine64|g' ${WRKSRC}/loader/wine.desktop .else PLIST_SUB+= WINE32="" WINE64="@comment " From owner-svn-ports-all@freebsd.org Sun Jun 3 20:03:48 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3B3DFF5159; Sun, 3 Jun 2018 20:03:48 +0000 (UTC) (envelope-from pi@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 61B167996E; Sun, 3 Jun 2018 20:03:48 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 42FB2233F5; Sun, 3 Jun 2018 20:03:48 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53K3m4R094680; Sun, 3 Jun 2018 20:03:48 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53K3mlj094679; Sun, 3 Jun 2018 20:03:48 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201806032003.w53K3mlj094679@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 3 Jun 2018 20:03:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471520 - head/math/givaro X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/math/givaro X-SVN-Commit-Revision: 471520 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.26 Precedence: 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, 03 Jun 2018 20:03:48 -0000 Author: pi Date: Sun Jun 3 20:03:47 2018 New Revision: 471520 URL: https://svnweb.freebsd.org/changeset/ports/471520 Log: math/givaro: really update WWW Modified: head/math/givaro/pkg-descr Modified: head/math/givaro/pkg-descr ============================================================================== --- head/math/givaro/pkg-descr Sun Jun 3 20:03:06 2018 (r471519) +++ head/math/givaro/pkg-descr Sun Jun 3 20:03:47 2018 (r471520) @@ -7,4 +7,5 @@ classes for the manipulation of basic algebraic object matrices (dense, sparse, and structured), univariate polynomials, and recursive multivariate polynomials. -WWW: http://ljk.imag.fr/CASYS/LOGICIELS/givaro/ +WWW: https://casys.gricad-pages.univ-grenoble-alpes.fr/givaro +WWW: https://github.com/linbox-team/givaro From owner-svn-ports-all@freebsd.org Sun Jun 3 20:09:06 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F2CAFF5A82; Sun, 3 Jun 2018 20:09:06 +0000 (UTC) (envelope-from tcberner@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 0F66A79C9E; Sun, 3 Jun 2018 20:09:06 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 DD6B1233FE; Sun, 3 Jun 2018 20:09:05 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53K95Mx095153; Sun, 3 Jun 2018 20:09:05 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53K95sS095150; Sun, 3 Jun 2018 20:09:05 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201806032009.w53K95sS095150@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 3 Jun 2018 20:09:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471522 - head/graphics/skanlite X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/graphics/skanlite X-SVN-Commit-Revision: 471522 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.26 Precedence: 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, 03 Jun 2018 20:09:06 -0000 Author: tcberner Date: Sun Jun 3 20:09:04 2018 New Revision: 471522 URL: https://svnweb.freebsd.org/changeset/ports/471522 Log: Update graphics/skanlite to 2.1.0.1 Modified: head/graphics/skanlite/Makefile head/graphics/skanlite/distinfo head/graphics/skanlite/pkg-plist Modified: head/graphics/skanlite/Makefile ============================================================================== --- head/graphics/skanlite/Makefile Sun Jun 3 20:03:49 2018 (r471521) +++ head/graphics/skanlite/Makefile Sun Jun 3 20:09:04 2018 (r471522) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= skanlite -DISTVERSION= 2.1.0 +DISTVERSION= 2.1.0.1 CATEGORIES= graphics kde -MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION:R}/ +MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION:R:R}/ MAINTAINER= kde@FreeBSD.org COMMENT= Simple image scanning application Modified: head/graphics/skanlite/distinfo ============================================================================== --- head/graphics/skanlite/distinfo Sun Jun 3 20:03:49 2018 (r471521) +++ head/graphics/skanlite/distinfo Sun Jun 3 20:09:04 2018 (r471522) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525441048 -SHA256 (skanlite-2.1.0.tar.xz) = e625db6eed8e2ca9713936ae8175fb96d30d88c0986528ee8845d198624e41bd -SIZE (skanlite-2.1.0.tar.xz) = 1121468 +TIMESTAMP = 1528054215 +SHA256 (skanlite-2.1.0.1.tar.xz) = b4733e55b706eaf749522aa81ec47bfd65a95c2fec994c1c47e0c4b628e70442 +SIZE (skanlite-2.1.0.1.tar.xz) = 2151312 Modified: head/graphics/skanlite/pkg-plist ============================================================================== --- head/graphics/skanlite/pkg-plist Sun Jun 3 20:03:49 2018 (r471521) +++ head/graphics/skanlite/pkg-plist Sun Jun 3 20:09:04 2018 (r471522) @@ -1,5 +1,14 @@ bin/skanlite share/applications/org.kde.skanlite.desktop +share/doc/HTML/de/skanlite/buttons-main.png +share/doc/HTML/de/skanlite/final-button.png +share/doc/HTML/de/skanlite/index.cache.bz2 +share/doc/HTML/de/skanlite/index.docbook +share/doc/HTML/de/skanlite/main-window.png +share/doc/HTML/de/skanlite/no-scanner-found.png +share/doc/HTML/de/skanlite/other-options.png +share/doc/HTML/de/skanlite/preview-button.png +share/doc/HTML/de/skanlite/zoom-to-fit.png share/doc/HTML/en/skanlite/buttons-main.png share/doc/HTML/en/skanlite/choose-scanner.png share/doc/HTML/en/skanlite/final-button.png @@ -16,4 +25,89 @@ share/doc/HTML/en/skanlite/scanning.png share/doc/HTML/en/skanlite/settings.png share/doc/HTML/en/skanlite/zoom-in.png share/doc/HTML/en/skanlite/zoom-to-fit.png +share/doc/HTML/es/skanlite/index.cache.bz2 +share/doc/HTML/es/skanlite/index.docbook +share/doc/HTML/fr/skanlite/index.cache.bz2 +share/doc/HTML/fr/skanlite/index.docbook +share/doc/HTML/id/skanlite/index.cache.bz2 +share/doc/HTML/id/skanlite/index.docbook +share/doc/HTML/it/skanlite/index.cache.bz2 +share/doc/HTML/it/skanlite/index.docbook +share/doc/HTML/nl/skanlite/index.cache.bz2 +share/doc/HTML/nl/skanlite/index.docbook +share/doc/HTML/pt/skanlite/index.cache.bz2 +share/doc/HTML/pt/skanlite/index.docbook +share/doc/HTML/pt_BR/skanlite/index.cache.bz2 +share/doc/HTML/pt_BR/skanlite/index.docbook +share/doc/HTML/sv/skanlite/index.cache.bz2 +share/doc/HTML/sv/skanlite/index.docbook +share/doc/HTML/uk/skanlite/buttons-main.png +share/doc/HTML/uk/skanlite/choose-scanner.png +share/doc/HTML/uk/skanlite/final-button.png +share/doc/HTML/uk/skanlite/index.cache.bz2 +share/doc/HTML/uk/skanlite/index.docbook +share/doc/HTML/uk/skanlite/main-window.png +share/doc/HTML/uk/skanlite/multiple-selections.png +share/doc/HTML/uk/skanlite/no-scanner-found.png +share/doc/HTML/uk/skanlite/other-options.png +share/doc/HTML/uk/skanlite/preview-button.png +share/doc/HTML/uk/skanlite/preview.png +share/doc/HTML/uk/skanlite/save-location.png +share/doc/HTML/uk/skanlite/scanning.png +share/doc/HTML/uk/skanlite/settings.png +share/doc/HTML/uk/skanlite/zoom-in.png +share/doc/HTML/uk/skanlite/zoom-to-fit.png +share/locale/ar/LC_MESSAGES/skanlite.mo +share/locale/ast/LC_MESSAGES/skanlite.mo +share/locale/be/LC_MESSAGES/skanlite.mo +share/locale/bg/LC_MESSAGES/skanlite.mo +share/locale/bs/LC_MESSAGES/skanlite.mo +share/locale/ca/LC_MESSAGES/skanlite.mo +share/locale/ca@valencia/LC_MESSAGES/skanlite.mo +share/locale/cs/LC_MESSAGES/skanlite.mo +share/locale/da/LC_MESSAGES/skanlite.mo +share/locale/de/LC_MESSAGES/skanlite.mo +share/locale/el/LC_MESSAGES/skanlite.mo +share/locale/en_GB/LC_MESSAGES/skanlite.mo +share/locale/eo/LC_MESSAGES/skanlite.mo +share/locale/es/LC_MESSAGES/skanlite.mo +share/locale/et/LC_MESSAGES/skanlite.mo +share/locale/eu/LC_MESSAGES/skanlite.mo +share/locale/fi/LC_MESSAGES/skanlite.mo +share/locale/fr/LC_MESSAGES/skanlite.mo +share/locale/ga/LC_MESSAGES/skanlite.mo +share/locale/gl/LC_MESSAGES/skanlite.mo +share/locale/hr/LC_MESSAGES/skanlite.mo +share/locale/hu/LC_MESSAGES/skanlite.mo +share/locale/ia/LC_MESSAGES/skanlite.mo +share/locale/id/LC_MESSAGES/skanlite.mo +share/locale/is/LC_MESSAGES/skanlite.mo +share/locale/it/LC_MESSAGES/skanlite.mo +share/locale/ja/LC_MESSAGES/skanlite.mo +share/locale/km/LC_MESSAGES/skanlite.mo +share/locale/ko/LC_MESSAGES/skanlite.mo +share/locale/lt/LC_MESSAGES/skanlite.mo +share/locale/lv/LC_MESSAGES/skanlite.mo +share/locale/mai/LC_MESSAGES/skanlite.mo +share/locale/mr/LC_MESSAGES/skanlite.mo +share/locale/nb/LC_MESSAGES/skanlite.mo +share/locale/nds/LC_MESSAGES/skanlite.mo +share/locale/nl/LC_MESSAGES/skanlite.mo +share/locale/nn/LC_MESSAGES/skanlite.mo +share/locale/pa/LC_MESSAGES/skanlite.mo +share/locale/pl/LC_MESSAGES/skanlite.mo +share/locale/pt/LC_MESSAGES/skanlite.mo +share/locale/pt_BR/LC_MESSAGES/skanlite.mo +share/locale/ro/LC_MESSAGES/skanlite.mo +share/locale/ru/LC_MESSAGES/skanlite.mo +share/locale/sk/LC_MESSAGES/skanlite.mo +share/locale/sl/LC_MESSAGES/skanlite.mo +share/locale/sq/LC_MESSAGES/skanlite.mo +share/locale/sv/LC_MESSAGES/skanlite.mo +share/locale/tr/LC_MESSAGES/skanlite.mo +share/locale/ug/LC_MESSAGES/skanlite.mo +share/locale/uk/LC_MESSAGES/skanlite.mo +share/locale/wa/LC_MESSAGES/skanlite.mo +share/locale/zh_CN/LC_MESSAGES/skanlite.mo +share/locale/zh_TW/LC_MESSAGES/skanlite.mo share/metainfo/org.kde.skanlite.appdata.xml From owner-svn-ports-all@freebsd.org Sun Jun 3 20:12:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D817FF61CE; Sun, 3 Jun 2018 20:12:33 +0000 (UTC) (envelope-from osa@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 03CE17A1A0; Sun, 3 Jun 2018 20:12:33 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DAAE12358D; Sun, 3 Jun 2018 20:12:32 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53KCWp6099788; Sun, 3 Jun 2018 20:12:32 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53KCWcV099787; Sun, 3 Jun 2018 20:12:32 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201806032012.w53KCWcV099787@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sun, 3 Jun 2018 20:12:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471523 - head/databases/redis-devel X-SVN-Group: ports-head X-SVN-Commit-Author: osa X-SVN-Commit-Paths: head/databases/redis-devel X-SVN-Commit-Revision: 471523 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.26 Precedence: 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, 03 Jun 2018 20:12:33 -0000 Author: osa Date: Sun Jun 3 20:12:32 2018 New Revision: 471523 URL: https://svnweb.freebsd.org/changeset/ports/471523 Log: Upgrade to recent unstable version 5.0-rc1. Switch to new test framework. ChangeLog: https://raw.githubusercontent.com/antirez/redis/5.0/00-RELEASENOTES Modified: head/databases/redis-devel/Makefile head/databases/redis-devel/distinfo Modified: head/databases/redis-devel/Makefile ============================================================================== --- head/databases/redis-devel/Makefile Sun Jun 3 20:09:04 2018 (r471522) +++ head/databases/redis-devel/Makefile Sun Jun 3 20:12:32 2018 (r471523) @@ -2,11 +2,12 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 4.0.9 -PORTREVISION= 2 +DISTVERSION= 5.0-rc1 CATEGORIES= databases -MASTER_SITES= http://download.redis.io/releases/ +MASTER_SITES= https://github.com/antirez/redis/archive/ PKGNAMESUFFIX= -devel +DISTNAME= ${DISTVERSION} +DIST_SUBDIR= ${PORTNAME} MAINTAINER= osa@FreeBSD.org COMMENT= Persistent key-value database with built-in net interface @@ -22,6 +23,8 @@ LUAJIT_DESC= Use lang/luajit instead of builtin lua TESTS_DESC= Install lang/tcl for redis unit tests TRIB_DESC= Install redis-trib.rb (lang/ruby req.) +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} + .include .if ${ARCH} == i386 && ! ${CFLAGS:M-march=*} @@ -105,7 +108,7 @@ do-install: ${STAGEDIR}${REDIS_DBDIR} \ ${STAGEDIR}${REDIS_RUNDIR} -regression-test: build +do-test: @cd ${WRKSRC} && ${TCLSH} tests/test_helper.tcl .include Modified: head/databases/redis-devel/distinfo ============================================================================== --- head/databases/redis-devel/distinfo Sun Jun 3 20:09:04 2018 (r471522) +++ head/databases/redis-devel/distinfo Sun Jun 3 20:12:32 2018 (r471523) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523918138 -SHA256 (redis-4.0.9.tar.gz) = df4f73bc318e2f9ffb2d169a922dec57ec7c73dd07bccf875695dbeecd5ec510 -SIZE (redis-4.0.9.tar.gz) = 1737022 +TIMESTAMP = 1528056195 +SHA256 (redis/5.0-rc1.tar.gz) = b5b1abcd3e7594085fed85376e2bc0368bf60dd88afcc28cb0cc2250a6d798a0 +SIZE (redis/5.0-rc1.tar.gz) = 1918431 From owner-svn-ports-all@freebsd.org Sun Jun 3 23:07:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD437FEA3AC; Sun, 3 Jun 2018 23:07:08 +0000 (UTC) (envelope-from glewis@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 929F482B32; Sun, 3 Jun 2018 23:07:08 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7343B25115; Sun, 3 Jun 2018 23:07:08 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53N78SN084764; Sun, 3 Jun 2018 23:07:08 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53N78ux084762; Sun, 3 Jun 2018 23:07:08 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201806032307.w53N78ux084762@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Sun, 3 Jun 2018 23:07:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471524 - head/math/gnuplot-tex-extras X-SVN-Group: ports-head X-SVN-Commit-Author: glewis X-SVN-Commit-Paths: head/math/gnuplot-tex-extras X-SVN-Commit-Revision: 471524 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.26 Precedence: 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, 03 Jun 2018 23:07:09 -0000 Author: glewis Date: Sun Jun 3 23:07:07 2018 New Revision: 471524 URL: https://svnweb.freebsd.org/changeset/ports/471524 Log: . Update to 5.2.3. Modified: head/math/gnuplot-tex-extras/Makefile head/math/gnuplot-tex-extras/distinfo Modified: head/math/gnuplot-tex-extras/Makefile ============================================================================== --- head/math/gnuplot-tex-extras/Makefile Sun Jun 3 20:12:32 2018 (r471523) +++ head/math/gnuplot-tex-extras/Makefile Sun Jun 3 23:07:07 2018 (r471524) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnuplot -PORTVERSION= 4.6.6 +PORTVERSION= 5.2.3 CATEGORIES= math graphics MASTER_SITES= SF PKGNAMESUFFIX= -tex-extras Modified: head/math/gnuplot-tex-extras/distinfo ============================================================================== --- head/math/gnuplot-tex-extras/distinfo Sun Jun 3 20:12:32 2018 (r471523) +++ head/math/gnuplot-tex-extras/distinfo Sun Jun 3 23:07:07 2018 (r471524) @@ -1,2 +1,3 @@ -SHA256 (gnuplot-4.6.6.tar.gz) = 1f19596fd09045f22225afbfec11fa91b9ad1d95b9f48406362f517d4f130274 -SIZE (gnuplot-4.6.6.tar.gz) = 5059214 +TIMESTAMP = 1528044596 +SHA256 (gnuplot-5.2.3.tar.gz) = feb58c9358d9d129e00507f3b34d4b13c4caea3f004325c587f8caafe5dbe724 +SIZE (gnuplot-5.2.3.tar.gz) = 5289416 From owner-svn-ports-all@freebsd.org Sun Jun 3 23:20:15 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E573FEBBE5; Sun, 3 Jun 2018 23:20:15 +0000 (UTC) (envelope-from truckman@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 E53AE83315; Sun, 3 Jun 2018 23:20:14 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C7450252AF; Sun, 3 Jun 2018 23:20:14 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53NKEFm089749; Sun, 3 Jun 2018 23:20:14 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53NKECe089747; Sun, 3 Jun 2018 23:20:14 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201806032320.w53NKECe089747@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Sun, 3 Jun 2018 23:20:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471525 - in head/audio/splay: . files X-SVN-Group: ports-head X-SVN-Commit-Author: truckman X-SVN-Commit-Paths: in head/audio/splay: . files X-SVN-Commit-Revision: 471525 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.26 Precedence: 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, 03 Jun 2018 23:20:15 -0000 Author: truckman Date: Sun Jun 3 23:20:14 2018 New Revision: 471525 URL: https://svnweb.freebsd.org/changeset/ports/471525 Log: Unbreak build with clang 6.0 by fixing error: constant expression evaluates to -1 which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing] Add LICENSE info. Added: head/audio/splay/files/patch-libs_huffmantable.cc (contents, props changed) Modified: head/audio/splay/Makefile Modified: head/audio/splay/Makefile ============================================================================== --- head/audio/splay/Makefile Sun Jun 3 23:07:07 2018 (r471524) +++ head/audio/splay/Makefile Sun Jun 3 23:20:14 2018 (r471525) @@ -3,11 +3,17 @@ PORTNAME= splay PORTVERSION= 0.9.5.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://splay.sourceforge.net/tgz/ MAINTAINER= ports@FreeBSD.org COMMENT= Audio player that decodes MPEG Layer 1/2/3 and WAV files + +LICENSE= GPLv2+ LGPL20+ +LICENSE_COMB= multi +LICENSE_FILE_GPLv2+= COPYING +LICENSE_FILE_LGPL20+= COPYING.LIB GNU_CONFIGURE= yes Added: head/audio/splay/files/patch-libs_huffmantable.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/splay/files/patch-libs_huffmantable.cc Sun Jun 3 23:20:14 2018 (r471525) @@ -0,0 +1,25 @@ +--- libs/huffmantable.cc.orig 2001-02-15 13:43:40 UTC ++++ libs/huffmantable.cc +@@ -550,11 +550,11 @@ htd33[ 31][2]={{ 16, 1},{ 8, 1},{ 4, 1},{ 2, 1} + + const HUFFMANCODETABLE Mpegtoraw::ht[HTN]= + { +- { 0, 0-1, 0-1, 0, 0, htd33}, ++ { 0,0u-1,0u-1, 0, 0, htd33}, + { 1, 2-1, 2-1, 0, 7,htd01}, + { 2, 3-1, 3-1, 0, 17,htd02}, + { 3, 3-1, 3-1, 0, 17,htd03}, +- { 4, 0-1, 0-1, 0, 0, htd33}, ++ { 4,0u-1,0u-1, 0, 0, htd33}, + { 5, 4-1, 4-1, 0, 31,htd05}, + { 6, 4-1, 4-1, 0, 31,htd06}, + { 7, 6-1, 6-1, 0, 71,htd07}, +@@ -564,7 +564,7 @@ const HUFFMANCODETABLE Mpegtoraw::ht[HTN]= + {11, 8-1, 8-1, 0,127,htd11}, + {12, 8-1, 8-1, 0,127,htd12}, + {13,16-1,16-1, 0,511,htd13}, +- {14, 0-1, 0-1, 0, 0, htd33}, ++ {14,0u-1,0u-1, 0, 0,htd33}, + {15,16-1,16-1, 0,511,htd15}, + {16,16-1,16-1, 1,511,htd16}, + {17,16-1,16-1, 2,511,htd16}, From owner-svn-ports-all@freebsd.org Sun Jun 3 23:41:54 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77BF6FEE0FD; Sun, 3 Jun 2018 23:41:54 +0000 (UTC) (envelope-from truckman@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 2DAD584341; Sun, 3 Jun 2018 23:41:54 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0F8D425745; Sun, 3 Jun 2018 23:41:54 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53NfrmC002306; Sun, 3 Jun 2018 23:41:53 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53NfrGa002305; Sun, 3 Jun 2018 23:41:53 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201806032341.w53NfrGa002305@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Sun, 3 Jun 2018 23:41:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471526 - in head/cad/qfsm: . files X-SVN-Group: ports-head X-SVN-Commit-Author: truckman X-SVN-Commit-Paths: in head/cad/qfsm: . files X-SVN-Commit-Revision: 471526 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.26 Precedence: 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, 03 Jun 2018 23:41:54 -0000 Author: truckman Date: Sun Jun 3 23:41:53 2018 New Revision: 471526 URL: https://svnweb.freebsd.org/changeset/ports/471526 Log: Unbreak qfsm build with clang 6.0 by fixing two instances of: error: cannot initialize return object of type 'Project *' with an rvalue of type 'bool' Pet portlint. Added: head/cad/qfsm/files/patch-src_FileIO.cpp (contents, props changed) Modified: head/cad/qfsm/Makefile Modified: head/cad/qfsm/Makefile ============================================================================== --- head/cad/qfsm/Makefile Sun Jun 3 23:20:14 2018 (r471525) +++ head/cad/qfsm/Makefile Sun Jun 3 23:41:53 2018 (r471526) @@ -14,10 +14,10 @@ LICENSE= GPLv3+ OPTIONS_DEFINE= GRAPHVIZ DOCS EXAMPLES +USES= tar:bzip2 cmake desktop-file-utils USE_XORG= xi USE_QT4= corelib gui qt3support svg xml \ moc_build qmake_build rcc_build uic_build -USES= tar:bzip2 cmake desktop-file-utils INSTALLS_ICONS= yes GRAPHVIZ_BUILD_DEPENDS= graphviz>=2.22:graphics/graphviz Added: head/cad/qfsm/files/patch-src_FileIO.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/qfsm/files/patch-src_FileIO.cpp Sun Jun 3 23:41:53 2018 (r471526) @@ -0,0 +1,20 @@ +--- src/FileIO.cpp.orig 2015-01-02 18:01:46 UTC ++++ src/FileIO.cpp +@@ -1617,7 +1617,7 @@ Project* FileIO::importFile(Import* imp, ScrollView* s + QString ext; + + if (!imp) +- return FALSE; ++ return NULL; + + Project* p=NULL; + importdlg->setAcceptMode(QFileDialog::AcceptOpen); +@@ -1641,7 +1641,7 @@ Project* FileIO::importFile(Import* imp, ScrollView* s + ifstream fin(act_importfile); + + if (!fin) +- return FALSE; ++ return NULL; + + emit setWaitCursor(); + From owner-svn-ports-all@freebsd.org Sun Jun 3 23:48:45 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 648E1FEEE1F; Sun, 3 Jun 2018 23:48:45 +0000 (UTC) (envelope-from adamw@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 18BE084722; Sun, 3 Jun 2018 23:48:45 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D42072577F; Sun, 3 Jun 2018 23:48:44 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53NmiJU005092; Sun, 3 Jun 2018 23:48:44 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53Nmi5i005088; Sun, 3 Jun 2018 23:48:44 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201806032348.w53Nmi5i005088@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 3 Jun 2018 23:48:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471527 - head/www/p5-Mojolicious X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/www/p5-Mojolicious X-SVN-Commit-Revision: 471527 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.26 Precedence: 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, 03 Jun 2018 23:48:45 -0000 Author: adamw Date: Sun Jun 3 23:48:43 2018 New Revision: 471527 URL: https://svnweb.freebsd.org/changeset/ports/471527 Log: Update Mojolicious to 7.83 Modified: head/www/p5-Mojolicious/Makefile head/www/p5-Mojolicious/distinfo head/www/p5-Mojolicious/pkg-plist Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Sun Jun 3 23:41:53 2018 (r471526) +++ head/www/p5-Mojolicious/Makefile Sun Jun 3 23:48:43 2018 (r471527) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 7.82 +PORTVERSION= 7.83 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -26,7 +26,7 @@ EV_DESC= High-performance event loop via devel/p5-EV EV_BUILD_DEPENDS= p5-EV>=4:devel/p5-EV EV_RUN_DEPENDS= p5-EV>=4:devel/p5-EV -TLS_BUILD_DEPENDS= p5-IO-Socket-SSL>=1.75:security/p5-IO-Socket-SSL -TLS_RUN_DEPENDS= p5-IO-Socket-SSL>=1.75:security/p5-IO-Socket-SSL +TLS_BUILD_DEPENDS= p5-IO-Socket-SSL>=2.009:security/p5-IO-Socket-SSL +TLS_RUN_DEPENDS= p5-IO-Socket-SSL>=2.009:security/p5-IO-Socket-SSL .include Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Sun Jun 3 23:41:53 2018 (r471526) +++ head/www/p5-Mojolicious/distinfo Sun Jun 3 23:48:43 2018 (r471527) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527474262 -SHA256 (Mojolicious-7.82.tar.gz) = 70c5f211ba81982752eae189ca7aea0ea14fb7534449114d0a3d47d96c0d05c4 -SIZE (Mojolicious-7.82.tar.gz) = 719515 +TIMESTAMP = 1528069489 +SHA256 (Mojolicious-7.83.tar.gz) = 35cf2b249de27851eef00ddded7229924cedd89879602f97a574eb4a8b2e62c7 +SIZE (Mojolicious-7.83.tar.gz) = 722960 Modified: head/www/p5-Mojolicious/pkg-plist ============================================================================== --- head/www/p5-Mojolicious/pkg-plist Sun Jun 3 23:41:53 2018 (r471526) +++ head/www/p5-Mojolicious/pkg-plist Sun Jun 3 23:48:43 2018 (r471527) @@ -34,6 +34,10 @@ bin/morbo %%SITE_PERL%%/Mojo/IOLoop/TLS.pm %%SITE_PERL%%/Mojo/IOLoop/resources/server.crt %%SITE_PERL%%/Mojo/IOLoop/resources/server.key +%%SITE_PERL%%/Mojo/IOLoop/Stream/HTTPClient.pm +%%SITE_PERL%%/Mojo/IOLoop/Stream/HTTPServer.pm +%%SITE_PERL%%/Mojo/IOLoop/Stream/WebSocketClient.pm +%%SITE_PERL%%/Mojo/IOLoop/Stream/WebSocketServer.pm %%SITE_PERL%%/Mojo/JSON.pm %%SITE_PERL%%/Mojo/JSON/Pointer.pm %%SITE_PERL%%/Mojo/Loader.pm @@ -173,6 +177,10 @@ bin/morbo %%PERL5_MAN3%%/Mojo::IOLoop::Delay.3.gz %%PERL5_MAN3%%/Mojo::IOLoop::Server.3.gz %%PERL5_MAN3%%/Mojo::IOLoop::Stream.3.gz +%%PERL5_MAN3%%/Mojo::IOLoop::Stream::HTTPClient.3.gz +%%PERL5_MAN3%%/Mojo::IOLoop::Stream::HTTPServer.3.gz +%%PERL5_MAN3%%/Mojo::IOLoop::Stream::WebSocketClient.3.gz +%%PERL5_MAN3%%/Mojo::IOLoop::Stream::WebSocketServer.3.gz %%PERL5_MAN3%%/Mojo::IOLoop::Subprocess.3.gz %%PERL5_MAN3%%/Mojo::IOLoop::TLS.3.gz %%PERL5_MAN3%%/Mojo::JSON.3.gz From owner-svn-ports-all@freebsd.org Mon Jun 4 02:29:21 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0A0EFDFB2A; Mon, 4 Jun 2018 02:29:21 +0000 (UTC) (envelope-from yuri@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 531F76AE4A; Mon, 4 Jun 2018 02:29:21 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 2FFB52713C; Mon, 4 Jun 2018 02:29:21 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w542TLCm084488; Mon, 4 Jun 2018 02:29:21 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w542TKgl084483; Mon, 4 Jun 2018 02:29:20 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806040229.w542TKgl084483@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 4 Jun 2018 02:29:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471528 - in head/databases: . cayley X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/databases: . cayley X-SVN-Commit-Revision: 471528 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 02:29:21 -0000 Author: yuri Date: Mon Jun 4 02:29:20 2018 New Revision: 471528 URL: https://svnweb.freebsd.org/changeset/ports/471528 Log: New port: databases/cayley: Open-source graph database Added: head/databases/cayley/ head/databases/cayley/Makefile (contents, props changed) head/databases/cayley/distinfo (contents, props changed) head/databases/cayley/pkg-descr (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sun Jun 3 23:48:43 2018 (r471527) +++ head/databases/Makefile Mon Jun 4 02:29:20 2018 (r471528) @@ -32,6 +32,7 @@ SUBDIR += c3p0 SUBDIR += cassandra-cpp-driver SUBDIR += casstcl + SUBDIR += cayley SUBDIR += cdb SUBDIR += cego SUBDIR += cegobridge Added: head/databases/cayley/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/cayley/Makefile Mon Jun 4 02:29:20 2018 (r471528) @@ -0,0 +1,86 @@ +# $FreeBSD$ + +PORTNAME= cayley +DISTVERSIONPREFIX= v +DISTVERSION= 0.7.4 +CATEGORIES= databases + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Open-source graph database + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BROKEN_i386= gopkg.in/mgo.v2/bson/json.go:320:7: constant 9007199254740992 overflows int + +BUILD_DEPENDS= go:lang/go + +USE_GITHUB= yes +GH_ACCOUNT= ${PORTNAME}graph +GH_TUPLE= badgerodon:peg:9e5f7f4:peg/src/github.com/badgerodon/peg \ + boltdb:bolt:fd01fc7:bolt/src/github.com/boltdb/bolt \ + dennwc:graphql:12cfed4:graphql/src/github.com/dennwc/graphql \ + dlclark:regexp2:7632a26:regexp2/src/github.com/dlclark/regexp2 \ + dop251:goja:9183045:goja/src/github.com/dop251/goja \ + fsnotify:fsnotify:c282820:fsnotify/src/github.com/fsnotify/fsnotify \ + hashicorp:hcl:ef8a98b:hcl/src/github.com/hashicorp/hcl \ + go-kivik:couchdb:d811cc7:couchdb/src/github.com/go-kivik/couchdb \ + go-kivik:kivik:d2ef974:kivik/src/github.com/go-kivik/kivik \ + go-mgo:mgo:5466044:mgo/src/gopkg.in/mgo.v2 \ + go-sourcemap:sourcemap:b019cc3:sourcemap/src/github.com/go-sourcemap/sourcemap \ + go-sql-driver:mysql:d523deb:mysql/src/github.com/go-sql-driver/mysql \ + go-yaml:yaml:v2.2.1:yaml/src/gopkg.in/yaml.v2 \ + gogo:protobuf:30cf7ac:protobuf/src/github.com/gogo/protobuf \ + golang:glog:23def4e:glog/src/github.com/golang/glog \ + golang:snappy:2e65f85:snappy/src/github.com/golang/snappy \ + imdario:mergo:7045960:mergo/src/github.com/imdario/mergo \ + jackc:pgx:8707449:pgx/src/github.com/jackc/pgx \ + julienschmidt:httprouter:adbc77e:httprouter/src/github.com/julienschmidt/httprouter \ + lib:pq:90697d6:pq/src/github.com/lib/pq \ + linkeddata:gojsonld:4f5db67:gojsonld/src/github.com/linkeddata/gojsonld \ + magiconair:properties:c235336:properties/src/github.com/magiconair/properties \ + mailru:easyjson:9825584:easyjson/src/github.com/mailru/easyjson \ + mattn:go-runewidth:ce7b0b5:runewidth/src/github.com/mattn/go-runewidth \ + mitchellh:mapstructure:bb74f1d:mapstructure/src/github.com/mitchellh/mapstructure \ + olivere:elastic:dabcc5d:elastic/src/gopkg.in/olivere/elastic.v5 \ + pborman:uuid:c65b2f8:uuid/src/github.com/pborman/uuid \ + pelletier:go-toml:66540cf:toml/src/github.com/pelletier/go-toml \ + peterh:liner:80ce870:liner/src/github.com/peterh/liner \ + pkg:errors:816c908:errors/src/github.com/pkg/errors \ + russross:blackfriday:11635eb:blackfriday/src/github.com/russross/blackfriday \ + spf13:afero:787d034:afero/src/github.com/spf13/afero \ + spf13:cast:8965335:cast/src/github.com/spf13/cast \ + spf13:cobra:1e58aa3:cobra/src/github.com/spf13/cobra \ + spf13:jWalterWeatherman:7c0cea3:jwalterweatherman/src/github.com/spf13/jwalterweatherman \ + spf13:pflag:3ebe029:pflag/src/github.com/spf13/pflag \ + spf13:viper:1573881:viper/src/github.com/spf13/viper \ + syndtr:goleveldb:5d6fca4:goleveldb/src/github.com/syndtr/goleveldb \ + tylertreat:BoomFilters:8298e22:boomfilters/src/github.com/tylertreat/BoomFilters \ + golang:net:6d3beae:net/src/golang.org/x/net \ + golang:sys:37707fd:sys/src/golang.org/x/sys \ + golang:text:b7ef84a:text/src/golang.org/x/text +GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${GH_PROJECT} + +PLIST_FILES= bin/${PORTNAME} + +post-patch: + @cd ${WRKSRC} && \ + ${FIND} . -name "*.go" | ${XARGS} ${REINPLACE_CMD} -i '' -e ' \ + s|github.com/flimzy/kivik|github.com/go-kivik/kivik|; \ + s|github.com/olivere/elastic|gopkg.in/olivere/elastic.v5|; \ + s|gopkg.in/mgo.v2-unstable|gopkg.in/mgo.v2|' + +pre-build: + @cd ${WRKSRC} && [ -e ${PORTNAME} ] || ${LN} -s . ${PORTNAME} + +do-build: + @cd ${WRKSRC}/${GH_SUBDIR} && \ + ${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} go build \ + -ldflags="-X github.com/${GH_ACCOUNT}graph/${GH_PROJECT}/version.GitHash=${PORTVERSION}" \ + -o ${PORTNAME}x \ + -v ./cmd/cayley + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}x ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + +.include Added: head/databases/cayley/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/cayley/distinfo Mon Jun 4 02:29:20 2018 (r471528) @@ -0,0 +1,87 @@ +TIMESTAMP = 1528077403 +SHA256 (cayleygraph-cayley-v0.7.4_GH0.tar.gz) = 37e2bb3014060f16a7b727a1157aa5420cf4fbc8746d3465c305f3b7ae147f66 +SIZE (cayleygraph-cayley-v0.7.4_GH0.tar.gz) = 4436147 +SHA256 (badgerodon-peg-9e5f7f4_GH0.tar.gz) = a019a60ebd3aa7612aaca40da5991a6ba12d2d253097d4d2931671c4720e10ef +SIZE (badgerodon-peg-9e5f7f4_GH0.tar.gz) = 4102 +SHA256 (boltdb-bolt-fd01fc7_GH0.tar.gz) = ac7e6af898916df991b83e6501eaed92760e7805435219d4ecfca4f3417f46af +SIZE (boltdb-bolt-fd01fc7_GH0.tar.gz) = 83812 +SHA256 (dennwc-graphql-12cfed4_GH0.tar.gz) = fd22ab4b12801e8b6e4c43ef121706e3ed326e56ae06ee6b28cdbbe4b4968c1d +SIZE (dennwc-graphql-12cfed4_GH0.tar.gz) = 153766 +SHA256 (dlclark-regexp2-7632a26_GH0.tar.gz) = 26870716382cac8d583f2904aef05fcc2f49ee21240cccc7ab3a7faf108c944e +SIZE (dlclark-regexp2-7632a26_GH0.tar.gz) = 202532 +SHA256 (dop251-goja-9183045_GH0.tar.gz) = 26f389278668ffcfb8d4dc5aa6ab33ad5f89ba2c6a103ad0e3d36323a00a4a20 +SIZE (dop251-goja-9183045_GH0.tar.gz) = 159156 +SHA256 (fsnotify-fsnotify-c282820_GH0.tar.gz) = 85d31bf25f43a66fbaf0799ce8993a038694e65312bef96441a83556abaff73a +SIZE (fsnotify-fsnotify-c282820_GH0.tar.gz) = 31139 +SHA256 (hashicorp-hcl-ef8a98b_GH0.tar.gz) = 57a3754b8f027f56aed31b98b607e4e5a3e9f4ae64625fd98e1c3a66ea59a190 +SIZE (hashicorp-hcl-ef8a98b_GH0.tar.gz) = 70438 +SHA256 (go-kivik-couchdb-d811cc7_GH0.tar.gz) = e5b385b37bc61f781b2a2c2f398f048b67fd66f442bb2bba708c49014a1628b4 +SIZE (go-kivik-couchdb-d811cc7_GH0.tar.gz) = 56623 +SHA256 (go-kivik-kivik-d2ef974_GH0.tar.gz) = e4241ad5463beb9ddb2048a358591a46a662f3aa080e769f15436acbba4078f4 +SIZE (go-kivik-kivik-d2ef974_GH0.tar.gz) = 66198 +SHA256 (go-mgo-mgo-5466044_GH0.tar.gz) = 5d2ec1df7a7e2cfec1ef2968f7b57aef7aff79e075f9fe132a7facbb66ce34f5 +SIZE (go-mgo-mgo-5466044_GH0.tar.gz) = 377201 +SHA256 (go-sourcemap-sourcemap-b019cc3_GH0.tar.gz) = 86f4a638b3924bb0c3b0f09385a8239e76f2436df037efc77900b46d0e78ab05 +SIZE (go-sourcemap-sourcemap-b019cc3_GH0.tar.gz) = 6377 +SHA256 (go-sql-driver-mysql-d523deb_GH0.tar.gz) = 7e80054a3e258dda94c548d4e45e1b14b281e71e4ac83317f2ca1cdab2c4d220 +SIZE (go-sql-driver-mysql-d523deb_GH0.tar.gz) = 82901 +SHA256 (go-yaml-yaml-v2.2.1_GH0.tar.gz) = 33218aa3bd60a307fe14e66b970473cb411bb6ca3d4f4a5e30c97b44f9b4e84b +SIZE (go-yaml-yaml-v2.2.1_GH0.tar.gz) = 70217 +SHA256 (gogo-protobuf-30cf7ac_GH0.tar.gz) = 84f1483afba5d2dac03dc43221d6ed76e64ba061d8e509d3fe463e31d7d94a99 +SIZE (gogo-protobuf-30cf7ac_GH0.tar.gz) = 1764134 +SHA256 (golang-glog-23def4e_GH0.tar.gz) = db10005484f249828004a8d1cb48a7305de01d619c130a3531070df331085ffe +SIZE (golang-glog-23def4e_GH0.tar.gz) = 19652 +SHA256 (golang-snappy-2e65f85_GH0.tar.gz) = dbbc74e9fbea19d803a6984314286acfb3ba554a693f5bce0c8073e18a180d99 +SIZE (golang-snappy-2e65f85_GH0.tar.gz) = 62575 +SHA256 (imdario-mergo-7045960_GH0.tar.gz) = 4d06a301b2a564b61e86b8a5baba46aa2fb2cd33ac657ff6ca7704fa381d1a36 +SIZE (imdario-mergo-7045960_GH0.tar.gz) = 15818 +SHA256 (jackc-pgx-8707449_GH0.tar.gz) = 3c8839d0a3d1c50805fbed90ae04a39d1ef29f9c3f956d53c91b6c7d4c8e91b8 +SIZE (jackc-pgx-8707449_GH0.tar.gz) = 190444 +SHA256 (julienschmidt-httprouter-adbc77e_GH0.tar.gz) = 70de25dc9828f11d268f9e04d314a81f667f743e1887b882a74b79e3d22fd8d7 +SIZE (julienschmidt-httprouter-adbc77e_GH0.tar.gz) = 22907 +SHA256 (lib-pq-90697d6_GH0.tar.gz) = 111ec37cb62e2686c720beec22a07b334f87701c2145069789f262678404ee4a +SIZE (lib-pq-90697d6_GH0.tar.gz) = 91375 +SHA256 (linkeddata-gojsonld-4f5db67_GH0.tar.gz) = db07076d9d8f2c449597acc99ed6c80dcc61d7697ac5b6dcd6acd51b7c40e7b9 +SIZE (linkeddata-gojsonld-4f5db67_GH0.tar.gz) = 2120605 +SHA256 (magiconair-properties-c235336_GH0.tar.gz) = 0e3531df5f85e26f2bfb373563c9041ee721af9751b0ef2b8416c5231754a84a +SIZE (magiconair-properties-c235336_GH0.tar.gz) = 29502 +SHA256 (mailru-easyjson-9825584_GH0.tar.gz) = eed5001c51998ad373d9ba74870cfe74e7ce5f1d2b56a745beb95ad21a977767 +SIZE (mailru-easyjson-9825584_GH0.tar.gz) = 74318 +SHA256 (mattn-go-runewidth-ce7b0b5_GH0.tar.gz) = e3c7ab1a10c7b35accd18e08e12be4206ee805e44812969a4351199ea5a41b62 +SIZE (mattn-go-runewidth-ce7b0b5_GH0.tar.gz) = 22963 +SHA256 (mitchellh-mapstructure-bb74f1d_GH0.tar.gz) = 5bf27fc22a2feb060c65ff643880a8ac180fac9326a86b82d6a3eabe78fa9738 +SIZE (mitchellh-mapstructure-bb74f1d_GH0.tar.gz) = 18666 +SHA256 (olivere-elastic-dabcc5d_GH0.tar.gz) = eea037aec35193bc752310172a04371bad81a46d11c51f71920828bbe134743a +SIZE (olivere-elastic-dabcc5d_GH0.tar.gz) = 321966 +SHA256 (pborman-uuid-c65b2f8_GH0.tar.gz) = 541a0c3e108d79b32b9f15c604f15da169d4569441c408ef3702da27c9ea67d3 +SIZE (pborman-uuid-c65b2f8_GH0.tar.gz) = 13161 +SHA256 (pelletier-go-toml-66540cf_GH0.tar.gz) = 5ab95cf403c9ab312dc3cacbdd7b0704aea432dc9804fbd360a96f214206dcf0 +SIZE (pelletier-go-toml-66540cf_GH0.tar.gz) = 56998 +SHA256 (peterh-liner-80ce870_GH0.tar.gz) = b107ae2c83dbb837501f7679874d48708e166e2500b6eff10a057164fc880e0e +SIZE (peterh-liner-80ce870_GH0.tar.gz) = 20704 +SHA256 (pkg-errors-816c908_GH0.tar.gz) = ec38900a843c9983d80d776c24fe722bb92082be12ad2353c9de67ca47537a83 +SIZE (pkg-errors-816c908_GH0.tar.gz) = 10907 +SHA256 (russross-blackfriday-11635eb_GH0.tar.gz) = c82e86295781a480d8881fa0ca867e52178753a550aa662e41c076049703b0be +SIZE (russross-blackfriday-11635eb_GH0.tar.gz) = 75168 +SHA256 (spf13-afero-787d034_GH0.tar.gz) = f247e0e82612887f145bd2f721096a96c9728f9f67e4ee2eb7a4c1fd3425d1bc +SIZE (spf13-afero-787d034_GH0.tar.gz) = 45256 +SHA256 (spf13-cast-8965335_GH0.tar.gz) = b19c0f765ad78d7aefd363c57b9c4f78e6b75b079542b47922ed52c3fff07cdf +SIZE (spf13-cast-8965335_GH0.tar.gz) = 9855 +SHA256 (spf13-cobra-1e58aa3_GH0.tar.gz) = b8f93a39858e07dc5a7d78364cd9a059daa4a21fcb1ac420bf46a1abaacae261 +SIZE (spf13-cobra-1e58aa3_GH0.tar.gz) = 101892 +SHA256 (spf13-jWalterWeatherman-7c0cea3_GH0.tar.gz) = ee1fa0fb1f9a9df8b93a15f67a42322eccfe1e314f489cf1909a7c3ac37dcc7d +SIZE (spf13-jWalterWeatherman-7c0cea3_GH0.tar.gz) = 6345 +SHA256 (spf13-pflag-3ebe029_GH0.tar.gz) = 616c54d20b92e3de638e7abd1404bc776c2b32cfd1e187ebb5d3b84ac0e10d0e +SIZE (spf13-pflag-3ebe029_GH0.tar.gz) = 43252 +SHA256 (spf13-viper-1573881_GH0.tar.gz) = 6cf333ceb868f7cd69d52966bb7bd5045b01e85a7683ba3d6e4f33b6a9ff2e98 +SIZE (spf13-viper-1573881_GH0.tar.gz) = 32065 +SHA256 (syndtr-goleveldb-5d6fca4_GH0.tar.gz) = 772d68c493c7b0b9c63faa4975db11cab816ba8e291a3ff2276317dcbb6119bc +SIZE (syndtr-goleveldb-5d6fca4_GH0.tar.gz) = 138827 +SHA256 (tylertreat-BoomFilters-8298e22_GH0.tar.gz) = 3e32899f0548561f14b520db92658820ecf8aea11ae5fdbbb382a071adbac2e3 +SIZE (tylertreat-BoomFilters-8298e22_GH0.tar.gz) = 36893 +SHA256 (golang-net-6d3beae_GH0.tar.gz) = 12e5ccde22fc2615b54a2e8ed4a7d18ba98084b243db476ef6d696aa3d043df1 +SIZE (golang-net-6d3beae_GH0.tar.gz) = 732163 +SHA256 (golang-sys-37707fd_GH0.tar.gz) = 9a86c90f564594b3f201540d19fb4fb828e1df8af61bb2fa9190a760cba039a7 +SIZE (golang-sys-37707fd_GH0.tar.gz) = 795284 +SHA256 (golang-text-b7ef84a_GH0.tar.gz) = 4245d79bc0b0dfb7815ece3f32a18c288e8f4190f5c72db41520987c7c315f29 +SIZE (golang-text-b7ef84a_GH0.tar.gz) = 6572198 Added: head/databases/cayley/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/cayley/pkg-descr Mon Jun 4 02:29:20 2018 (r471528) @@ -0,0 +1,8 @@ +Cayley is an open-source graph inspired by the graph database behind Freebase +and Google's Knowledge Graph. + +Its goal is to be a part of the developer's toolbox where Linked Data and +graph-shaped data (semantic webs, social networks, etc) in general are +concerned. + +WWW: https://github.com/cayleygraph/cayley From owner-svn-ports-all@freebsd.org Mon Jun 4 04:55:49 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D526FEFD50; Mon, 4 Jun 2018 04:55:49 +0000 (UTC) (envelope-from miwi@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 492BB70C55; Mon, 4 Jun 2018 04:55:49 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 25EF3A6B; Mon, 4 Jun 2018 04:55:49 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w544tmvh059813; Mon, 4 Jun 2018 04:55:48 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w544tm8L059812; Mon, 4 Jun 2018 04:55:48 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201806040455.w544tm8L059812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Mon, 4 Jun 2018 04:55:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471529 - in head/net/miniupnpd: . files X-SVN-Group: ports-head X-SVN-Commit-Author: miwi X-SVN-Commit-Paths: in head/net/miniupnpd: . files X-SVN-Commit-Revision: 471529 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 04:55:49 -0000 Author: miwi Date: Mon Jun 4 04:55:48 2018 New Revision: 471529 URL: https://svnweb.freebsd.org/changeset/ports/471529 Log: - Complete the update to 2.0.20180504 Reported by: Andrjez Tobola Sponsored by: iXsystems Inc. Modified: head/net/miniupnpd/distinfo head/net/miniupnpd/files/patch-Makefile Modified: head/net/miniupnpd/distinfo ============================================================================== --- head/net/miniupnpd/distinfo Mon Jun 4 02:29:20 2018 (r471528) +++ head/net/miniupnpd/distinfo Mon Jun 4 04:55:48 2018 (r471529) @@ -1,2 +1,3 @@ -SHA256 (miniupnpd-1.9.20160113.tar.gz) = 4ab1fde66c0004ea1deff68d3b84b4911a990bd71b33509e463993b276899120 -SIZE (miniupnpd-1.9.20160113.tar.gz) = 211437 +TIMESTAMP = 1525713934 +SHA256 (miniupnpd-2.0.20180503.tar.gz) = b61bed16865f8692803a9f155523ca7c6e01c65db20362b6173226b08ce12a0c +SIZE (miniupnpd-2.0.20180503.tar.gz) = 225454 Modified: head/net/miniupnpd/files/patch-Makefile ============================================================================== --- head/net/miniupnpd/files/patch-Makefile Mon Jun 4 02:29:20 2018 (r471528) +++ head/net/miniupnpd/files/patch-Makefile Mon Jun 4 04:55:48 2018 (r471529) @@ -1,6 +1,6 @@ ---- Makefile.orig 2015-04-30 09:08:34 UTC -+++ Makefile -@@ -160,8 +160,7 @@ LIBS += -lssl -lcrypto +--- Makefile.orig 2018-05-08 01:27:03.541852000 +0800 ++++ Makefile 2018-05-08 01:28:27.611102000 +0800 +@@ -162,8 +162,7 @@ INSTALLBINDIR = $(PREFIX)/sbin INSTALLETCDIR = $(PREFIX)/etc @@ -10,7 +10,7 @@ all: $(EXECUTABLES) -@@ -178,10 +177,10 @@ install: miniupnpd genuuid +@@ -181,10 +180,10 @@ $(INSTALL) -d $(DESTDIR)$(INSTALLBINDIR) $(INSTALL) -m 755 miniupnpd $(DESTDIR)$(INSTALLBINDIR) $(INSTALL) -d $(DESTDIR)$(INSTALLETCDIR) @@ -24,12 +24,12 @@ # genuuid is using the uuid cli tool available under OpenBSD 4.0 in # the uuid-1.5.0 package -@@ -204,7 +203,7 @@ depend: config.h - testgetroute.c testportinuse.c testasyncsendto.c +@@ -225,7 +224,7 @@ + testssdppktgen.c miniupnpd: config.h $(ALLOBJS) -- $(CC) $(CFLAGS) -o $@ $(ALLOBJS) $(LIBS) +- $(CC) $(LDFLAGS) -o $@ $(ALLOBJS) $(LIBS) + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(ALLOBJS) $(LIBS) # BSDmake : - # $(CC) $(CFLAGS) -o $@ $> $(LIBS) + # $(CC) $(LDFLAGS) -o $@ $> $(LIBS) From owner-svn-ports-all@freebsd.org Mon Jun 4 05:12:05 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49F90FF1B83; Mon, 4 Jun 2018 05:12:05 +0000 (UTC) (envelope-from olivier@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 EF82171E77; Mon, 4 Jun 2018 05:12:04 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D07C4D84; Mon, 4 Jun 2018 05:12:04 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w545C4B6067202; Mon, 4 Jun 2018 05:12:04 GMT (envelope-from olivier@FreeBSD.org) Received: (from olivier@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w545C3BL067198; Mon, 4 Jun 2018 05:12:03 GMT (envelope-from olivier@FreeBSD.org) Message-Id: <201806040512.w545C3BL067198@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivier set sender to olivier@FreeBSD.org using -f From: Olivier Cochard Date: Mon, 4 Jun 2018 05:12:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471530 - in head/net: . frr3 frr3/files frr4 X-SVN-Group: ports-head X-SVN-Commit-Author: olivier X-SVN-Commit-Paths: in head/net: . frr3 frr3/files frr4 X-SVN-Commit-Revision: 471530 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 05:12:05 -0000 Author: olivier Date: Mon Jun 4 05:12:03 2018 New Revision: 471530 URL: https://svnweb.freebsd.org/changeset/ports/471530 Log: Due to stability problems with FRR 4.0, reintroduce previous FRR 3.0.3. Merge watchfrr RC script from frr4 that was improved and update frr4's conflicts port list. Sponsored by: Orange Added: head/net/frr3/ - copied from r465500, head/net/frr/ Modified: head/net/Makefile head/net/frr3/Makefile head/net/frr3/files/watchfrr.in (contents, props changed) head/net/frr4/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Jun 4 04:55:48 2018 (r471529) +++ head/net/Makefile Mon Jun 4 05:12:03 2018 (r471530) @@ -166,6 +166,7 @@ SUBDIR += freerdp1 SUBDIR += freeswitch SUBDIR += freevrrpd + SUBDIR += frr3 SUBDIR += frr4 SUBDIR += fspclient SUBDIR += fspd Modified: head/net/frr3/Makefile ============================================================================== --- head/net/frr/Makefile Sun Mar 25 07:23:23 2018 (r465500) +++ head/net/frr3/Makefile Mon Jun 4 05:12:03 2018 (r471530) @@ -4,6 +4,7 @@ PORTNAME= frr PORTVERSION= 3.0.3 DISTVERSIONPREFIX= frr- CATEGORIES= net ipv6 +PKGNAMESUFFIX= 3 MAINTAINER= olivier@FreeBSD.org COMMENT= IP routing protocol suite including BGP, IS-IS, OSPF and RIP @@ -14,9 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gawk:lang/gawk LIB_DEPENDS= libjson-c.so:devel/json-c -RESTRICTED= possible GPL violation of Quagga project - -CONFLICTS= openbgpd openospfd zebra quagga-esr quagga +CONFLICTS= openbgpd openospfd zebra quagga frr4 USE_GITHUB= yes GH_ACCOUNT= FRRouting Modified: head/net/frr3/files/watchfrr.in ============================================================================== --- head/net/frr/files/watchfrr.in Sun Mar 25 07:23:23 2018 (r465500) +++ head/net/frr3/files/watchfrr.in Mon Jun 4 05:12:03 2018 (r471530) @@ -12,6 +12,8 @@ # # You may also wish to use the following variables to fine-tune startup: # watchfrr_flags +# Example of flags usage: +# watchfrr_flags=" -d -r /usr/sbin/servicebBfrrbBrestartbB%s -s /usr/sbin/servicebBfrrbBstartbB%s -k /usr/sbin/servicebBfrrbBstopbB%s -b bB -t 30 zebra ripd ripngd ospfd ospf6d bgpd isisd eigrpd babeld" . /etc/rc.subr @@ -23,8 +25,9 @@ load_rc_config $name stop_postcmd="rm -f $pidfile" watchfrr_enable=${watchfrr_enable:-"NO"} +watchfrr_flags=${watchfrr_flags:-"-d -r /usr/sbin/servicebBfrrbBrestartbB%s -s /usr/sbin/servicebBfrrbBstartbB%s -k /usr/sbin/servicebBfrrbBstopbB%s -b bB -t 30 zebra ripd ripngd ospfd ospf6d bgpd isisd"} command=%%PREFIX%%/sbin/watchfrr -pidfile=%%LOCALSTATE_DIR%%/watchfrr.pid +pidfile=/var/run/frr/watchfrr.pid run_rc_command "$1" Modified: head/net/frr4/Makefile ============================================================================== --- head/net/frr4/Makefile Mon Jun 4 04:55:48 2018 (r471529) +++ head/net/frr4/Makefile Mon Jun 4 05:12:03 2018 (r471530) @@ -17,7 +17,7 @@ BUILD_DEPENDS= gawk:lang/gawk \ python:lang/python LIB_DEPENDS= libjson-c.so:devel/json-c -CONFLICTS= openbgpd openospfd zebra quagga-esr quagga +CONFLICTS= openbgpd openospfd zebra quagga frr3 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip From owner-svn-ports-all@freebsd.org Mon Jun 4 07:18:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26285FDDBD4; Mon, 4 Jun 2018 07:18:33 +0000 (UTC) (envelope-from tota@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 CBDC27753A; Mon, 4 Jun 2018 07:18:32 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A8F3020F8; Mon, 4 Jun 2018 07:18:32 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w547IWwQ030120; Mon, 4 Jun 2018 07:18:32 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w547IWvJ030118; Mon, 4 Jun 2018 07:18:32 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201806040718.w547IWvJ030118@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Mon, 4 Jun 2018 07:18:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471531 - head/devel/R-cran-rlang X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/devel/R-cran-rlang X-SVN-Commit-Revision: 471531 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 07:18:33 -0000 Author: tota Date: Mon Jun 4 07:18:31 2018 New Revision: 471531 URL: https://svnweb.freebsd.org/changeset/ports/471531 Log: - Update to 0.2.1 Modified: head/devel/R-cran-rlang/Makefile (contents, props changed) head/devel/R-cran-rlang/distinfo (contents, props changed) Modified: head/devel/R-cran-rlang/Makefile ============================================================================== --- head/devel/R-cran-rlang/Makefile Mon Jun 4 05:12:03 2018 (r471530) +++ head/devel/R-cran-rlang/Makefile Mon Jun 4 07:18:31 2018 (r471531) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rlang -PORTVERSION= 0.2.0 +PORTVERSION= 0.2.1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/devel/R-cran-rlang/distinfo ============================================================================== --- head/devel/R-cran-rlang/distinfo Mon Jun 4 05:12:03 2018 (r471530) +++ head/devel/R-cran-rlang/distinfo Mon Jun 4 07:18:31 2018 (r471531) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520845883 -SHA256 (rlang_0.2.0.tar.gz) = 4872a7d1b8e1e1a64a851dac707efb0c1dcbef69f6dadee417dac85b38740739 -SIZE (rlang_0.2.0.tar.gz) = 323899 +TIMESTAMP = 1527831225 +SHA256 (rlang_0.2.1.tar.gz) = f2ba4826bc376e6893d1d547b97b5df7367c08b4814e73c96416c5ecb7310f3e +SIZE (rlang_0.2.1.tar.gz) = 325006 From owner-svn-ports-all@freebsd.org Mon Jun 4 08:00:45 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9824FE2811; Mon, 4 Jun 2018 08:00:45 +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 6B36E78F96; Mon, 4 Jun 2018 08:00:45 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4C9A2285C; Mon, 4 Jun 2018 08:00:45 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5480jiN050226; Mon, 4 Jun 2018 08:00:45 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5480ijb050224; Mon, 4 Jun 2018 08:00:44 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201806040800.w5480ijb050224@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 4 Jun 2018 08:00:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471532 - head/devel/erlang-gproc X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/devel/erlang-gproc X-SVN-Commit-Revision: 471532 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 08:00:45 -0000 Author: olgeni Date: Mon Jun 4 08:00:44 2018 New Revision: 471532 URL: https://svnweb.freebsd.org/changeset/ports/471532 Log: Update devel/erlang-gproc to version 0.8.0. Modified: head/devel/erlang-gproc/Makefile head/devel/erlang-gproc/distinfo Modified: head/devel/erlang-gproc/Makefile ============================================================================== --- head/devel/erlang-gproc/Makefile Mon Jun 4 07:18:31 2018 (r471531) +++ head/devel/erlang-gproc/Makefile Mon Jun 4 08:00:44 2018 (r471532) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gproc -PORTVERSION= 0.7.0 +PORTVERSION= 0.8.0 CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-gproc/distinfo ============================================================================== --- head/devel/erlang-gproc/distinfo Mon Jun 4 07:18:31 2018 (r471531) +++ head/devel/erlang-gproc/distinfo Mon Jun 4 08:00:44 2018 (r471532) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507314930 -SHA256 (uwiger-gproc-0.7.0_GH0.tar.gz) = b90d836904167bcd073573358279d727a977ec8f4138446909ac1c071ec6314c -SIZE (uwiger-gproc-0.7.0_GH0.tar.gz) = 749543 +TIMESTAMP = 1528098877 +SHA256 (uwiger-gproc-0.8.0_GH0.tar.gz) = 6c9122848a91154abfa0ad2894c79f113239e7c123a4f742ae4d42f21079f666 +SIZE (uwiger-gproc-0.8.0_GH0.tar.gz) = 747816 From owner-svn-ports-all@freebsd.org Mon Jun 4 08:34:27 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4990CFE5DB0; Mon, 4 Jun 2018 08:34:27 +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 EBDD47A37E; Mon, 4 Jun 2018 08:34:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CD2022DBD; Mon, 4 Jun 2018 08:34:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w548YQNJ069929; Mon, 4 Jun 2018 08:34:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w548YQuY069928; Mon, 4 Jun 2018 08:34:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201806040834.w548YQuY069928@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 4 Jun 2018 08:34:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471533 - head/textproc/py-python-augeas X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/textproc/py-python-augeas X-SVN-Commit-Revision: 471533 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 08:34:27 -0000 Author: amdmi3 Date: Mon Jun 4 08:34:26 2018 New Revision: 471533 URL: https://svnweb.freebsd.org/changeset/ports/471533 Log: - Fix LICENSE - Switch to new test framework Approved by: portmgr blanket Modified: head/textproc/py-python-augeas/Makefile Modified: head/textproc/py-python-augeas/Makefile ============================================================================== --- head/textproc/py-python-augeas/Makefile Mon Jun 4 08:00:44 2018 (r471532) +++ head/textproc/py-python-augeas/Makefile Mon Jun 4 08:34:26 2018 (r471533) @@ -9,7 +9,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= johan@stromnet.se COMMENT= Pure python bindings for Augeas -LICENSE= GPLv2 +LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi@${FLAVOR} @@ -21,7 +21,7 @@ USE_PYTHON= distutils py3kplist GH_ACCOUNT= hercules-team -regression-test: build +do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${WRKSRC}/test/test_augeas.py .include From owner-svn-ports-all@freebsd.org Mon Jun 4 08:46:48 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 006EEFE7125; Mon, 4 Jun 2018 08:46:48 +0000 (UTC) (envelope-from tota@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 9E7BA7AA6D; Mon, 4 Jun 2018 08:46:47 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7B8FF2F66; Mon, 4 Jun 2018 08:46:47 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w548kljk075543; Mon, 4 Jun 2018 08:46:47 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w548klND075541; Mon, 4 Jun 2018 08:46:47 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201806040846.w548klND075541@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Mon, 4 Jun 2018 08:46:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471534 - head/graphics/R-cran-rgdal X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/graphics/R-cran-rgdal X-SVN-Commit-Revision: 471534 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 08:46:48 -0000 Author: tota Date: Mon Jun 4 08:46:46 2018 New Revision: 471534 URL: https://svnweb.freebsd.org/changeset/ports/471534 Log: - Update to 1.3-1 Modified: head/graphics/R-cran-rgdal/Makefile (contents, props changed) head/graphics/R-cran-rgdal/distinfo (contents, props changed) Modified: head/graphics/R-cran-rgdal/Makefile ============================================================================== --- head/graphics/R-cran-rgdal/Makefile Mon Jun 4 08:34:26 2018 (r471533) +++ head/graphics/R-cran-rgdal/Makefile Mon Jun 4 08:46:46 2018 (r471534) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rgdal -DISTVERSION= 1.2-20 +DISTVERSION= 1.3-1 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -17,6 +17,6 @@ CRAN_DEPENDS= R-cran-sp>=1.1.0:math/R-cran-sp BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} -USES= cran:auto-plist,compiles +USES= cran:auto-plist,compiles pkgconfig .include Modified: head/graphics/R-cran-rgdal/distinfo ============================================================================== --- head/graphics/R-cran-rgdal/distinfo Mon Jun 4 08:34:26 2018 (r471533) +++ head/graphics/R-cran-rgdal/distinfo Mon Jun 4 08:46:46 2018 (r471534) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525919525 -SHA256 (rgdal_1.2-20.tar.gz) = 9a572bd2b8776e18f23f3b958166ca78dd9a12f0a9ea8baec2c18e8ca21133ed -SIZE (rgdal_1.2-20.tar.gz) = 1650449 +TIMESTAMP = 1528097856 +SHA256 (rgdal_1.3-1.tar.gz) = dd0876deae0e639d41ec9facc08f264469c6c13e533c1a1c541318b26d39ce4e +SIZE (rgdal_1.3-1.tar.gz) = 1666361 From owner-svn-ports-all@freebsd.org Mon Jun 4 09:34:05 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F8DEFEC24F; Mon, 4 Jun 2018 09:34:05 +0000 (UTC) (envelope-from adridg@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 CA8207CBB5; Mon, 4 Jun 2018 09:34:04 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 8FF083B68; Mon, 4 Jun 2018 09:34:04 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w549Y45q000509; Mon, 4 Jun 2018 09:34:04 GMT (envelope-from adridg@FreeBSD.org) Received: (from adridg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w549Y3lg000505; Mon, 4 Jun 2018 09:34:03 GMT (envelope-from adridg@FreeBSD.org) Message-Id: <201806040934.w549Y3lg000505@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adridg set sender to adridg@FreeBSD.org using -f From: Adriaan de Groot Date: Mon, 4 Jun 2018 09:34:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471535 - in head/dns/kf5-kdnssd: . files X-SVN-Group: ports-head X-SVN-Commit-Author: adridg X-SVN-Commit-Paths: in head/dns/kf5-kdnssd: . files X-SVN-Commit-Revision: 471535 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 09:34:05 -0000 Author: adridg Date: Mon Jun 4 09:34:03 2018 New Revision: 471535 URL: https://svnweb.freebsd.org/changeset/ports/471535 Log: dns/kf5-kdnssd: Fix build error when compiled with MDNSRESPONDER option KDE ports build with -DQT_NO_CAST_FROM_BYTEARRAY, so the implicit cast from QByteArray to const char * is not available. Make the necessary conversion explicit. This is being upstreamed as well (but would only land in 5.48 or later). PR: 228735 Submitted by: ashish Reported by: ashish Reviewed by: tcberner Added: head/dns/kf5-kdnssd/files/ head/dns/kf5-kdnssd/files/patch-src_mdnsd-publicservice.cpp (contents, props changed) head/dns/kf5-kdnssd/files/patch-src_mdnsd-remoteservice.cpp (contents, props changed) head/dns/kf5-kdnssd/files/patch-src_mdnsd-servicebrowser.cpp (contents, props changed) Modified: head/dns/kf5-kdnssd/Makefile Modified: head/dns/kf5-kdnssd/Makefile ============================================================================== --- head/dns/kf5-kdnssd/Makefile Mon Jun 4 08:46:46 2018 (r471534) +++ head/dns/kf5-kdnssd/Makefile Mon Jun 4 09:34:03 2018 (r471535) @@ -2,6 +2,7 @@ PORTNAME= kdnssd DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= dns kde kde-frameworks MAINTAINER= kde@FreeBSD.org Added: head/dns/kf5-kdnssd/files/patch-src_mdnsd-publicservice.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/kf5-kdnssd/files/patch-src_mdnsd-publicservice.cpp Mon Jun 4 09:34:03 2018 (r471535) @@ -0,0 +1,20 @@ +--- src/mdnsd-publicservice.cpp.orig 2018-05-05 12:57:24 UTC ++++ src/mdnsd-publicservice.cpp +@@ -160,7 +160,7 @@ void PublicService::publishAsync() + TXTRecordCreate(&txt, 0, 0); + QMap::ConstIterator itEnd = d->m_textData.cend(); + for (QMap::ConstIterator it = d->m_textData.cbegin(); it != itEnd; ++it) { +- if (TXTRecordSetValue(&txt, it.key().toUtf8(), it.value().length(), it.value()) != kDNSServiceErr_NoError) { ++ if (TXTRecordSetValue(&txt, it.key().toUtf8().constData(), it.value().length(), it.value().data()) != kDNSServiceErr_NoError) { + TXTRecordDeallocate(&txt); + emit published(false); + return; +@@ -171,7 +171,7 @@ void PublicService::publishAsync() + Q_FOREACH (const QString &subtype, d->m_subtypes) { + fullType += ',' + subtype; + } +- if (DNSServiceRegister(&ref, 0, 0, d->m_serviceName.toUtf8(), fullType.toLatin1().constData(), domainToDNS(d->m_domain), NULL, ++ if (DNSServiceRegister(&ref, 0, 0, d->m_serviceName.toUtf8().constData(), fullType.toLatin1().constData(), domainToDNS(d->m_domain).constData(), NULL, + htons(d->m_port), TXTRecordGetLength(&txt), TXTRecordGetBytesPtr(&txt), publish_callback, + reinterpret_cast(d)) == kDNSServiceErr_NoError) { + d->setRef(ref); Added: head/dns/kf5-kdnssd/files/patch-src_mdnsd-remoteservice.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/kf5-kdnssd/files/patch-src_mdnsd-remoteservice.cpp Mon Jun 4 09:34:03 2018 (r471535) @@ -0,0 +1,13 @@ +--- src/mdnsd-remoteservice.cpp.orig 2018-06-04 03:21:44 UTC ++++ src/mdnsd-remoteservice.cpp +@@ -82,8 +82,8 @@ void RemoteService::resolveAsync() + d->m_resolved = false; + //qDebug() << this << ":Starting resolve of : " << d->m_serviceName << " " << d->m_type << " " << d->m_domain << "\n"; + DNSServiceRef ref; +- if (DNSServiceResolve(&ref, 0, 0, d->m_serviceName.toUtf8(), d->m_type.toLatin1().constData(), +- domainToDNS(d->m_domain), (DNSServiceResolveReply)resolve_callback, reinterpret_cast(d)) ++ if (DNSServiceResolve(&ref, 0, 0, d->m_serviceName.toUtf8().constData(), d->m_type.toLatin1().constData(), ++ domainToDNS(d->m_domain).constData(), (DNSServiceResolveReply)resolve_callback, reinterpret_cast(d)) + == kDNSServiceErr_NoError) { + d->setRef(ref); + } Added: head/dns/kf5-kdnssd/files/patch-src_mdnsd-servicebrowser.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/kf5-kdnssd/files/patch-src_mdnsd-servicebrowser.cpp Mon Jun 4 09:34:03 2018 (r471535) @@ -0,0 +1,11 @@ +--- src/mdnsd-servicebrowser.cpp.orig 2018-05-05 12:57:24 UTC ++++ src/mdnsd-servicebrowser.cpp +@@ -100,7 +100,7 @@ void ServiceBrowser::startBrowse() + fullType = d->m_subtype + "._sub." + d->m_type; + } + if (DNSServiceBrowse(&ref, 0, 0, fullType.toLatin1().constData(), +- domainToDNS(d->m_domain), query_callback, reinterpret_cast(d)) ++ domainToDNS(d->m_domain).constData(), query_callback, reinterpret_cast(d)) + == kDNSServiceErr_NoError) { + d->setRef(ref); + } From owner-svn-ports-all@freebsd.org Mon Jun 4 09:34:25 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75808FEC2CA; Mon, 4 Jun 2018 09:34:25 +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 201A17CCA2; Mon, 4 Jun 2018 09:34:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 024133B6A; Mon, 4 Jun 2018 09:34:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w549YOkt000652; Mon, 4 Jun 2018 09:34:24 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w549YO2P000650; Mon, 4 Jun 2018 09:34:24 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201806040934.w549YO2P000650@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 4 Jun 2018 09:34:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471536 - head/devel/stlfilt X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/stlfilt X-SVN-Commit-Revision: 471536 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 09:34:25 -0000 Author: amdmi3 Date: Mon Jun 4 09:34:24 2018 New Revision: 471536 URL: https://svnweb.freebsd.org/changeset/ports/471536 Log: - Switch to USES=tar - Simplify installation - Update WWW Modified: head/devel/stlfilt/Makefile head/devel/stlfilt/pkg-descr Modified: head/devel/stlfilt/Makefile ============================================================================== --- head/devel/stlfilt/Makefile Mon Jun 4 09:34:03 2018 (r471535) +++ head/devel/stlfilt/Makefile Mon Jun 4 09:34:24 2018 (r471536) @@ -4,17 +4,15 @@ PORTNAME= stlfilt PORTVERSION= 20080203 CATEGORIES= devel -MASTER_SITES= http://www.bdsoft.com/dist/ +MASTER_SITES= https://www.bdsoft.com/dist/ DISTNAME= g${PORTNAME} -EXTRACT_SUFX= .tar MAINTAINER= ports@FreeBSD.org COMMENT= STL Error Message Decryptor for C++ -USES= perl5 -EXTRACT_CMD= ${TAR} -EXTRACT_BEFORE_ARGS= -xf -EXTRACT_AFTER_ARGS= # empty +LICENSE= MIT + +USES= perl5 tar USE_PERL5= run NO_BUILD= yes NO_WRKSUBDIR= yes @@ -25,8 +23,7 @@ post-patch: @${REINPLACE_CMD} -e "s,[$$]HOME,${PREFIX}/bin," ${WRKSRC}/gfilt do-install: -.for file in gSTLFilt.pl gfilt - ${INSTALL_SCRIPT} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/bin -.endfor + ${INSTALL_SCRIPT} ${WRKSRC}/gSTLFilt.pl ${STAGEDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/gfilt ${STAGEDIR}${PREFIX}/bin .include Modified: head/devel/stlfilt/pkg-descr ============================================================================== --- head/devel/stlfilt/pkg-descr Mon Jun 4 09:34:03 2018 (r471535) +++ head/devel/stlfilt/pkg-descr Mon Jun 4 09:34:24 2018 (r471536) @@ -3,4 +3,4 @@ messages, with a focus on STL-related diagnostics (and fully eliminates C4786 warnings and their detritus). The result renders many of even the most cryptic diagnostics comprehensible. -WWW: http://www.bdsoft.com/tools/stlfilt.html +WWW: https://www.bdsoft.com/tools/stlfilt.html From owner-svn-ports-all@freebsd.org Mon Jun 4 09:43:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F960FED11D; Mon, 4 Jun 2018 09:43:47 +0000 (UTC) (envelope-from decke@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 527757D299; Mon, 4 Jun 2018 09:43:47 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 323573D03; Mon, 4 Jun 2018 09:43:47 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w549hl8J005714; Mon, 4 Jun 2018 09:43:47 GMT (envelope-from decke@FreeBSD.org) Received: (from decke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w549hkcd005711; Mon, 4 Jun 2018 09:43:46 GMT (envelope-from decke@FreeBSD.org) Message-Id: <201806040943.w549hkcd005711@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: decke set sender to decke@FreeBSD.org using -f From: Bernhard Froehlich Date: Mon, 4 Jun 2018 09:43:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471537 - in head/www/radicale: . files X-SVN-Group: ports-head X-SVN-Commit-Author: decke X-SVN-Commit-Paths: in head/www/radicale: . files X-SVN-Commit-Revision: 471537 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 09:43:47 -0000 Author: decke Date: Mon Jun 4 09:43:46 2018 New Revision: 471537 URL: https://svnweb.freebsd.org/changeset/ports/471537 Log: www/radicale: Various fixes including startscript - Fix startscript after FLAVOURing - Add missing py-passlib dependency (required for authentication) - Pet portlint and move USES above USE_* PR: 228313 Submitted by: myself Approved by: Sunpoet Po-Chuan Hsieh (maintainer timeout) MFH: 2018Q2 Modified: head/www/radicale/Makefile head/www/radicale/files/radicale.in Modified: head/www/radicale/Makefile ============================================================================== --- head/www/radicale/Makefile Mon Jun 4 09:34:24 2018 (r471536) +++ head/www/radicale/Makefile Mon Jun 4 09:43:46 2018 (r471537) @@ -3,7 +3,7 @@ PORTNAME= radicale PORTVERSION= 1.1.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,15 +14,18 @@ COMMENT= Python based CalDAV/CardDAV server LICENSE= GPLv3 -USE_PYTHON= autoplist concurrent distutils +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}passlib>=1.6.5:security/py-passlib@${FLAVOR} + USES= python +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes USERS= radicale GROUPS= radicale USE_RC_SUBR= radicale -SUB_LIST= PYTHON_CMD="${PYTHON_CMD}" +SUB_LIST= PYTHON_CMD="${PYTHON_CMD}" \ + PYTHON_VER="${PYTHON_VER}" OPTIONS_DEFINE= HTTP LDAP HTTP_DESC= HTTP authentication support Modified: head/www/radicale/files/radicale.in ============================================================================== --- head/www/radicale/files/radicale.in Mon Jun 4 09:34:24 2018 (r471536) +++ head/www/radicale/files/radicale.in Mon Jun 4 09:43:46 2018 (r471537) @@ -24,12 +24,12 @@ rcvar=radicale_enable load_rc_config $name : ${radicale_enable:=NO} -: ${radicale_config=%%PREFIX%%/etc/radicale/config} +: ${radicale_config=%%ETCDIR%%/config} : ${radicale_user:=radicale} : ${radicale_group:=radicale} pidfile=/var/run/radicale/radicale.pid -command=%%PREFIX%%/bin/radicale +command=%%PREFIX%%/bin/radicale-%%PYTHON_VER%% command_args="-d -p ${pidfile} -C ${radicale_config}" command_interpreter=%%PYTHON_CMD%% required_files=${radicale_config} From owner-svn-ports-all@freebsd.org Mon Jun 4 10:18:18 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B92BFF07FE; Mon, 4 Jun 2018 10:18:18 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 D3B1E7E6E6; Mon, 4 Jun 2018 10:18:17 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id CBCE8763C; Mon, 4 Jun 2018 10:18:17 +0000 (UTC) Date: Mon, 4 Jun 2018 10:18:17 +0000 From: Alexey Dokuchaev To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r471272 - head/Mk/Scripts Message-ID: <20180604101817.GA43725@FreeBSD.org> References: <201806011620.w51GKmJu004402@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201806011620.w51GKmJu004402@repo.freebsd.org> User-Agent: Mutt/1.9.5 (2018-04-13) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 10:18:18 -0000 On Fri, Jun 01, 2018 at 04:20:48PM +0000, Mathieu Arnold wrote: > New Revision: 471272 > URL: https://svnweb.freebsd.org/changeset/ports/471272 > > Log: > SC2164: Use 'cd ... || exit' or 'cd ... || return' in case cd fails. > > cd can fail for a variety of reasons: misspelled paths, missing > directories, missing permissions, broken symlinks and more. That's why I'd typically use 'set -e' as a safety net in case I forgot to handle some command's failure. ./danfe From owner-svn-ports-all@freebsd.org Mon Jun 4 11:03:02 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72209FF4FE4; Mon, 4 Jun 2018 11:03:02 +0000 (UTC) (envelope-from arrowd@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 27BFB805B3; Mon, 4 Jun 2018 11:03:02 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 0A15F4A54; Mon, 4 Jun 2018 11:03:02 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54B31ue045345; Mon, 4 Jun 2018 11:03:01 GMT (envelope-from arrowd@FreeBSD.org) Received: (from arrowd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54B31Gg045344; Mon, 4 Jun 2018 11:03:01 GMT (envelope-from arrowd@FreeBSD.org) Message-Id: <201806041103.w54B31Gg045344@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arrowd set sender to arrowd@FreeBSD.org using -f From: Gleb Popov Date: Mon, 4 Jun 2018 11:03:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471538 - head/lang/ghc X-SVN-Group: ports-head X-SVN-Commit-Author: arrowd X-SVN-Commit-Paths: head/lang/ghc X-SVN-Commit-Revision: 471538 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 11:03:02 -0000 Author: arrowd Date: Mon Jun 4 11:03:01 2018 New Revision: 471538 URL: https://svnweb.freebsd.org/changeset/ports/471538 Log: lang/ghc: Turn off DTrace support as it breaks building with BOOT option when installed ghc also came from ports. PR: 228727 Reported by: raichoo Approved by: tcberner (mentor) Modified: head/lang/ghc/Makefile Modified: head/lang/ghc/Makefile ============================================================================== --- head/lang/ghc/Makefile Mon Jun 4 09:43:46 2018 (r471537) +++ head/lang/ghc/Makefile Mon Jun 4 11:03:01 2018 (r471538) @@ -3,6 +3,7 @@ PORTNAME= ghc PORTVERSION= ${GHC_VERSION} +PORTREVISION= 1 CATEGORIES= lang haskell MASTER_SITES= http://www.haskell.org/ghc/dist/${PORTVERSION}/:source \ LOCAL/arrowd/:boot @@ -92,9 +93,10 @@ BOOT_GHC_VERSION= 8.4.2 DISTFILES+= ghc-${BOOT_GHC_VERSION}-boot-${ARCH}-freebsd${EXTRACT_SUFX}:boot .endif # MBOOT +# Turn off for a while, see PR 228727 +CONFIGURE_ARGS+= --enable-dtrace=0 .if ${OSVERSION} < 1200000 USE_GCC= yes -CONFIGURE_ARGS+= --enable-dtrace=0 .else LD= ld.bfd .endif From owner-svn-ports-all@freebsd.org Mon Jun 4 11:39:29 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F218BFF89B4; Mon, 4 Jun 2018 11:39:28 +0000 (UTC) (envelope-from tcberner@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 9F65581F43; Mon, 4 Jun 2018 11:39:28 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 7CA034F31; Mon, 4 Jun 2018 11:39:28 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54BdSCt060629; Mon, 4 Jun 2018 11:39:28 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54BdScR060627; Mon, 4 Jun 2018 11:39:28 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201806041139.w54BdScR060627@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Mon, 4 Jun 2018 11:39:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471539 - head/graphics/qt5-wayland X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/graphics/qt5-wayland X-SVN-Commit-Revision: 471539 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 11:39:29 -0000 Author: tcberner Date: Mon Jun 4 11:39:27 2018 New Revision: 471539 URL: https://svnweb.freebsd.org/changeset/ports/471539 Log: graphics/qt5-wayland: fix plist the two Qml files are only installed in debug builds. PR: 228564 Reported by: tobik Modified: head/graphics/qt5-wayland/Makefile head/graphics/qt5-wayland/pkg-plist Modified: head/graphics/qt5-wayland/Makefile ============================================================================== --- head/graphics/qt5-wayland/Makefile Mon Jun 4 11:03:01 2018 (r471538) +++ head/graphics/qt5-wayland/Makefile Mon Jun 4 11:39:27 2018 (r471539) @@ -2,6 +2,7 @@ PORTNAME= wayland DISTVERSION= ${QT5_VERSION} +PORTREVISION= 1 CATEGORIES= graphics PKGNAMEPREFIX= qt5- Modified: head/graphics/qt5-wayland/pkg-plist ============================================================================== --- head/graphics/qt5-wayland/pkg-plist Mon Jun 4 11:03:01 2018 (r471538) +++ head/graphics/qt5-wayland/pkg-plist Mon Jun 4 11:39:27 2018 (r471539) @@ -303,8 +303,8 @@ %%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libxcomposite-glx.so.debug %%QT_PLUGINDIR%%/wayland-shell-integration/libivi-shell.so %%DEBUG%%%%QT_PLUGINDIR%%/wayland-shell-integration/libivi-shell.so.debug -%%QT_QMLDIR%%/QtWayland/Compositor/WaylandCursorItem.qml -%%QT_QMLDIR%%/QtWayland/Compositor/WaylandOutputWindow.qml +%%DEBUG%%%%QT_QMLDIR%%/QtWayland/Compositor/WaylandCursorItem.qml +%%DEBUG%%%%QT_QMLDIR%%/QtWayland/Compositor/WaylandOutputWindow.qml %%QT_QMLDIR%%/QtWayland/Compositor/libqwaylandcompositorplugin.so %%DEBUG%%%%QT_QMLDIR%%/QtWayland/Compositor/libqwaylandcompositorplugin.so.debug %%QT_QMLDIR%%/QtWayland/Compositor/plugins.qmltypes From owner-svn-ports-all@freebsd.org Mon Jun 4 11:50:13 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F790FD09B8; Mon, 4 Jun 2018 11:50:13 +0000 (UTC) (envelope-from danilo@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 02F72826AC; Mon, 4 Jun 2018 11:50:13 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D3B0250DA; Mon, 4 Jun 2018 11:50:12 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54BoCiX065888; Mon, 4 Jun 2018 11:50:12 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54BoCq9065886; Mon, 4 Jun 2018 11:50:12 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201806041150.w54BoCq9065886@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Mon, 4 Jun 2018 11:50:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471540 - head/devel/pmd X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: head/devel/pmd X-SVN-Commit-Revision: 471540 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 11:50:13 -0000 Author: danilo Date: Mon Jun 4 11:50:12 2018 New Revision: 471540 URL: https://svnweb.freebsd.org/changeset/ports/471540 Log: - Update to 6.4.0 Modified: head/devel/pmd/Makefile head/devel/pmd/distinfo Modified: head/devel/pmd/Makefile ============================================================================== --- head/devel/pmd/Makefile Mon Jun 4 11:39:27 2018 (r471539) +++ head/devel/pmd/Makefile Mon Jun 4 11:50:12 2018 (r471540) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pmd -PORTVERSION= 6.3.0 +PORTVERSION= 6.4.0 CATEGORIES= devel java MASTER_SITES= SF DISTNAME= ${PORTNAME}-bin-${PORTVERSION} Modified: head/devel/pmd/distinfo ============================================================================== --- head/devel/pmd/distinfo Mon Jun 4 11:39:27 2018 (r471539) +++ head/devel/pmd/distinfo Mon Jun 4 11:50:12 2018 (r471540) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525308282 -SHA256 (pmd-bin-6.3.0.zip) = d5877f8553ee88eb3994ee7df94fe4b5e2b1e9aef3c648371da87cf2f1ada627 -SIZE (pmd-bin-6.3.0.zip) = 43103939 +TIMESTAMP = 1528112875 +SHA256 (pmd-bin-6.4.0.zip) = d6d3433db11853f078044a04a3febd8a1fe6098a05da71e41ade05cb7095d29f +SIZE (pmd-bin-6.4.0.zip) = 43134112 From owner-svn-ports-all@freebsd.org Mon Jun 4 12:07:40 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6BC2FD45A1; Mon, 4 Jun 2018 12:07:40 +0000 (UTC) (envelope-from mat@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 84F3F836E2; Mon, 4 Jun 2018 12:07:40 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 61A0153FF; Mon, 4 Jun 2018 12:07:40 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54C7exZ075551; Mon, 4 Jun 2018 12:07:40 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54C7dAx075549; Mon, 4 Jun 2018 12:07:39 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201806041207.w54C7dAx075549@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 4 Jun 2018 12:07:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471541 - head/lang/perl5-devel X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/lang/perl5-devel X-SVN-Commit-Revision: 471541 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 12:07:41 -0000 Author: mat Date: Mon Jun 4 12:07:39 2018 New Revision: 471541 URL: https://svnweb.freebsd.org/changeset/ports/471541 Log: Update to v5.28.0-RC1-17-g94fc6237e5. Sponsored by: Absolight Modified: head/lang/perl5-devel/Makefile (contents, props changed) head/lang/perl5-devel/distinfo (contents, props changed) Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Mon Jun 4 11:50:12 2018 (r471540) +++ head/lang/perl5-devel/Makefile Mon Jun 4 12:07:39 2018 (r471541) @@ -35,7 +35,7 @@ TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_JOBS_NUMBER} \ USE_GITHUB= yes GH_ACCOUNT= Perl GH_PROJECT= perl5 -GH_TAGNAME= v5.28.0-RC1-14-g755a646bad +GH_TAGNAME= v5.28.0-RC1-17-g94fc6237e5 OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT MULTIPLICITY SITECUSTOMIZE \ THREADS PERL_MALLOC DTRACE DOT_INC Modified: head/lang/perl5-devel/distinfo ============================================================================== --- head/lang/perl5-devel/distinfo Mon Jun 4 11:50:12 2018 (r471540) +++ head/lang/perl5-devel/distinfo Mon Jun 4 12:07:39 2018 (r471541) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527498694 -SHA256 (perl/Perl-perl5-v5.28.0-RC1-14-g755a646bad_GH0.tar.gz) = a9997887d48d3e7176c3decbb7d3014a9a679edc51a56e6b01f2dca7fb5584ca -SIZE (perl/Perl-perl5-v5.28.0-RC1-14-g755a646bad_GH0.tar.gz) = 19355526 +TIMESTAMP = 1528108550 +SHA256 (perl/Perl-perl5-v5.28.0-RC1-17-g94fc6237e5_GH0.tar.gz) = a70f80b3651b7c130a66b2fb2a12bd3edad583eb547f347e2a2a242fa3ee57c1 +SIZE (perl/Perl-perl5-v5.28.0-RC1-17-g94fc6237e5_GH0.tar.gz) = 19353309 From owner-svn-ports-all@freebsd.org Mon Jun 4 12:07:50 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 579E3FD460D; Mon, 4 Jun 2018 12:07:50 +0000 (UTC) (envelope-from mat@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 C6953837B7; Mon, 4 Jun 2018 12:07:49 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A93FE5400; Mon, 4 Jun 2018 12:07:49 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54C7n7p075706; Mon, 4 Jun 2018 12:07:49 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54C7mdh075703; Mon, 4 Jun 2018 12:07:48 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201806041207.w54C7mdh075703@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 4 Jun 2018 12:07:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471542 - in head/dns/bind9-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/dns/bind9-devel: . files X-SVN-Commit-Revision: 471542 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 12:07:50 -0000 Author: mat Date: Mon Jun 4 12:07:48 2018 New Revision: 471542 URL: https://svnweb.freebsd.org/changeset/ports/471542 Log: Update to latest commit. Sponsored by: Absolight Modified: head/dns/bind9-devel/Makefile (contents, props changed) head/dns/bind9-devel/distinfo (contents, props changed) head/dns/bind9-devel/files/patch-configure (contents, props changed) head/dns/bind9-devel/pkg-plist (contents, props changed) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Mon Jun 4 12:07:39 2018 (r471541) +++ head/dns/bind9-devel/Makefile Mon Jun 4 12:07:48 2018 (r471542) @@ -34,13 +34,13 @@ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYRIGHT # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.13.0a0.2018.05.25 +ISCVERSION= 9.13.0a0.2018.06.03 # XXX: Remove gitlab USE_GITLAB= yes GL_SITE= https://gitlab.isc.org GL_ACCOUNT= isc-projects GL_PROJECT= bind9 -GL_COMMIT= 58ad54e7a1f1725c2c6956813e23169b911a05b8 +GL_COMMIT= 193cc42b442996685caa94ec8aec914ecf6d3357 # XXX: remove tar:bz2 USES= cpe libedit ssl tar:bz2 Modified: head/dns/bind9-devel/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Mon Jun 4 12:07:39 2018 (r471541) +++ head/dns/bind9-devel/distinfo Mon Jun 4 12:07:48 2018 (r471542) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527498897 -SHA256 (isc-projects-bind9-58ad54e7a1f1725c2c6956813e23169b911a05b8_GL0.tar.gz) = 4dee3ec7653cce209cb1bf932fc3c08205a975948e126fbe05a289264a05fa9c -SIZE (isc-projects-bind9-58ad54e7a1f1725c2c6956813e23169b911a05b8_GL0.tar.gz) = 8929489 +TIMESTAMP = 1528111031 +SHA256 (isc-projects-bind9-193cc42b442996685caa94ec8aec914ecf6d3357_GL0.tar.gz) = feb295b6806fb4dddc655e85f769236862e0516719def6a272eeb3ffe8d6c44a +SIZE (isc-projects-bind9-193cc42b442996685caa94ec8aec914ecf6d3357_GL0.tar.gz) = 8930979 Modified: head/dns/bind9-devel/files/patch-configure ============================================================================== --- head/dns/bind9-devel/files/patch-configure Mon Jun 4 12:07:39 2018 (r471541) +++ head/dns/bind9-devel/files/patch-configure Mon Jun 4 12:07:48 2018 (r471542) @@ -1,6 +1,6 @@ ---- configure.orig 2018-05-25 19:58:32 UTC +--- configure.orig 2018-06-04 02:34:28 UTC +++ configure -@@ -14757,27 +14757,9 @@ done +@@ -14855,27 +14855,9 @@ done # problems start to show up. saved_libs="$LIBS" for TRY_LIBS in \ @@ -30,7 +30,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking linking as $TRY_LIBS" >&5 $as_echo_n "checking linking as $TRY_LIBS... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext -@@ -14820,47 +14802,7 @@ $as_echo "no" >&6; } ;; +@@ -14918,47 +14900,7 @@ $as_echo "no" >&6; } ;; no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;; esac @@ -79,7 +79,7 @@ DNS_GSSAPI_LIBS="$LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5 -@@ -23329,7 +23271,7 @@ $as_echo "" >&6; } +@@ -23453,7 +23395,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). Modified: head/dns/bind9-devel/pkg-plist ============================================================================== --- head/dns/bind9-devel/pkg-plist Mon Jun 4 12:07:39 2018 (r471541) +++ head/dns/bind9-devel/pkg-plist Mon Jun 4 12:07:48 2018 (r471542) @@ -188,6 +188,7 @@ include/isc/net.h include/isc/netaddr.h include/isc/netdb.h include/isc/netscope.h +include/isc/nonce.h include/isc/offset.h include/isc/once.h include/isc/os.h From owner-svn-ports-all@freebsd.org Mon Jun 4 13:13:04 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE9A2FDFDCC; Mon, 4 Jun 2018 13:13:04 +0000 (UTC) (envelope-from jpaetzel@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 95ACE8629F; Mon, 4 Jun 2018 13:13:04 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 76C2F5F35; Mon, 4 Jun 2018 13:13:04 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54DD4kh010589; Mon, 4 Jun 2018 13:13:04 GMT (envelope-from jpaetzel@FreeBSD.org) Received: (from jpaetzel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54DD4aa010588; Mon, 4 Jun 2018 13:13:04 GMT (envelope-from jpaetzel@FreeBSD.org) Message-Id: <201806041313.w54DD4aa010588@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jpaetzel set sender to jpaetzel@FreeBSD.org using -f From: Josh Paetzel Date: Mon, 4 Jun 2018 13:13:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-svnadmin@freebsd.org Subject: svn commit: r471543 - svnadmin/conf X-SVN-Group: ports-svnadmin X-SVN-Commit-Author: jpaetzel X-SVN-Commit-Paths: svnadmin/conf X-SVN-Commit-Revision: 471543 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 13:13:04 -0000 Author: jpaetzel Date: Mon Jun 4 13:13:04 2018 New Revision: 471543 URL: https://svnweb.freebsd.org/changeset/ports/471543 Log: Free misha from mentorship, he's ready to fly solo. Approved by: portmgr (implicit) Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors ============================================================================== --- svnadmin/conf/mentors Mon Jun 4 12:07:48 2018 (r471542) +++ svnadmin/conf/mentors Mon Jun 4 13:13:04 2018 (r471543) @@ -24,7 +24,6 @@ jmd swills Co-mentor: rene, zeising jwb jrm Co-mentor: wen leres matthew Co-mentor: ler mfechner tz Co-mentor: swills -misha jpaetzel Co-mentor: wg seanc swills Co-mentor: mat rpaulo bapt Co-mentor: swills zleslie swills Co-mentor: mat From owner-svn-ports-all@freebsd.org Mon Jun 4 13:29:01 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7463DFE1471; Mon, 4 Jun 2018 13:29:01 +0000 (UTC) (envelope-from gahr@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 2687086A99; Mon, 4 Jun 2018 13:29:01 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0387E60E6; Mon, 4 Jun 2018 13:29:01 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54DT0kn016123; Mon, 4 Jun 2018 13:29:00 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54DT0Up016121; Mon, 4 Jun 2018 13:29:00 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201806041329.w54DT0Up016121@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Mon, 4 Jun 2018 13:29:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471544 - head/mail/roundcube-markasjunk2 X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: head/mail/roundcube-markasjunk2 X-SVN-Commit-Revision: 471544 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 13:29:01 -0000 Author: gahr Date: Mon Jun 4 13:29:00 2018 New Revision: 471544 URL: https://svnweb.freebsd.org/changeset/ports/471544 Log: roundcube-markasjunk2: update to 1.11.2 Changes: https://github.com/johndoh/roundcube-markasjunk2/blob/1.11.2/CHANGELOG Modified: head/mail/roundcube-markasjunk2/Makefile head/mail/roundcube-markasjunk2/distinfo Modified: head/mail/roundcube-markasjunk2/Makefile ============================================================================== --- head/mail/roundcube-markasjunk2/Makefile Mon Jun 4 13:13:04 2018 (r471543) +++ head/mail/roundcube-markasjunk2/Makefile Mon Jun 4 13:29:00 2018 (r471544) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= markasjunk2 -PORTVERSION= 1.11.1 +PORTVERSION= 1.11.2 CATEGORIES= mail PKGNAMEPREFIX= roundcube- PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} @@ -12,13 +12,13 @@ COMMENT= Roundcube mark-as-junk / mark-as-not-junk plu LICENSE= GPLv3 -BUILD_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR} -RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR} +BUILD_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.3.6:mail/roundcube@${PHP_FLAVOR} +RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.3.6:mail/roundcube@${PHP_FLAVOR} USES= php:flavors USE_GITHUB= yes -GH_ACCOUNT= JohnDoh -GH_PROJECT= Roundcube-Plugin-Mark-as-Junk-2 +GH_ACCOUNT= johndoh +GH_PROJECT= roundcube-markasjunk2 NO_BUILD= yes NO_ARCH= yes Modified: head/mail/roundcube-markasjunk2/distinfo ============================================================================== --- head/mail/roundcube-markasjunk2/distinfo Mon Jun 4 13:13:04 2018 (r471543) +++ head/mail/roundcube-markasjunk2/distinfo Mon Jun 4 13:29:00 2018 (r471544) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501663706 -SHA256 (JohnDoh-Roundcube-Plugin-Mark-as-Junk-2-1.11.1_GH0.tar.gz) = 3845e8bd4f21fa5710099301e3923404c95e919c1d997aeda35a9653b0a50211 -SIZE (JohnDoh-Roundcube-Plugin-Mark-as-Junk-2-1.11.1_GH0.tar.gz) = 29019 +TIMESTAMP = 1528118870 +SHA256 (johndoh-roundcube-markasjunk2-1.11.2_GH0.tar.gz) = 48dab2a4d3437b016d1a8fdd533cd12cc8e5624c1a564d8e0bb36fc6b3816380 +SIZE (johndoh-roundcube-markasjunk2-1.11.2_GH0.tar.gz) = 29091 From owner-svn-ports-all@freebsd.org Mon Jun 4 13:34:21 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F39FDFE1D28; Mon, 4 Jun 2018 13:34:20 +0000 (UTC) (envelope-from gahr@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 A712386F99; Mon, 4 Jun 2018 13:34:20 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 891756278; Mon, 4 Jun 2018 13:34:20 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54DYK4f020801; Mon, 4 Jun 2018 13:34:20 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54DYKhX020800; Mon, 4 Jun 2018 13:34:20 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201806041334.w54DYKhX020800@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Mon, 4 Jun 2018 13:34:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471545 - head/x11-fm/filerunner X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: head/x11-fm/filerunner X-SVN-Commit-Revision: 471545 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 13:34:21 -0000 Author: gahr Date: Mon Jun 4 13:34:20 2018 New Revision: 471545 URL: https://svnweb.freebsd.org/changeset/ports/471545 Log: x11-fm/filerunner: release maintainership Modified: head/x11-fm/filerunner/Makefile Modified: head/x11-fm/filerunner/Makefile ============================================================================== --- head/x11-fm/filerunner/Makefile Mon Jun 4 13:29:00 2018 (r471544) +++ head/x11-fm/filerunner/Makefile Mon Jun 4 13:34:20 2018 (r471545) @@ -7,7 +7,7 @@ CATEGORIES= x11-fm tk MASTER_SITES= SF/${PORTNAME}/release-${PORTVERSION} DISTNAME= fr-${PORTVERSION} -MAINTAINER= tcltk@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tcl/Tk-based filemanager with FTP capabilities LICENSE= GPLv2 From owner-svn-ports-all@freebsd.org Mon Jun 4 13:42:01 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 569BBFE2A5C; Mon, 4 Jun 2018 13:42:01 +0000 (UTC) (envelope-from gahr@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 078BD8750B; Mon, 4 Jun 2018 13:42:01 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DDCC462E6; Mon, 4 Jun 2018 13:42:00 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54Dg0NZ025087; Mon, 4 Jun 2018 13:42:00 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54Dg02q025084; Mon, 4 Jun 2018 13:42:00 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201806041342.w54Dg02q025084@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Mon, 4 Jun 2018 13:42:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471546 - head/lang/seed7 X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: head/lang/seed7 X-SVN-Commit-Revision: 471546 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 13:42:01 -0000 Author: gahr Date: Mon Jun 4 13:41:59 2018 New Revision: 471546 URL: https://svnweb.freebsd.org/changeset/ports/471546 Log: lang/seed7: update to 05_20180601 20180601: - The library tls.s7i has been improved to support the server_name extension and to process handshake messages, that extend over several tls message records. Additionally TLS version 1.2 is used now. - The library x509cert.s7i has been improved to accept a validity with times in GeneralizedTime data elements (additionally to times in UTCTime data elements). - The library browser.s7i has been improved to support calling Safari under Mac OS X. - Tests for the functions environment(), getenv() and setenv() have been added to chkcmd.sd7. - A test that checks the sorting of an array of strings has been added to chkstr.sd7. This checks the compare() function for strings. - The compiler s7c has been improved to create better code for the option -tf (trace functions). Now the trace functions are added after the declarations (such that older C compilers will accept this also). - In chkflt.sd7 tests for NaN have been grouped together. - In chkovf.sd7 tests for the binomial coefficient have been split into groups. - The program chkccomp.c has been improved to define the macros LIMITED_CSTRI_LITERAL_LEN, LIMITED_ARRAY_LITERAL_LEN, DECLARE_OS_ENVIRON, USE_GET_ENVIRONMENT, INITIALIZE_OS_ENVIRON, DEFINE_WGETENV, DEFINE_WSETENV, os_environ, os_getenv, os_setenv, os_putenv, DELETE_PUTENV_STRING, DEFINE_WSTATI64_EXT, DEFINE_STRUCT_STATI64_EXT, DEFINE_FSTATI64_EXT, os_lstat, os_stat, os_fstat, os_stat_struct, os_fstat_struct, HAS_SELECT and HAS_MMAP. - In int_rtl.c the macro DECIMAL_DIGITS has been improved to work with unsigned numbers. - In str_rtl.c the function strCmpGeneric() has been changed back to the old behaviour. Now strCmpGeneric() and strCompare() have again the same behaviour. It has turned out that sorting an array of strings worked wrong, when the program was compiled. - In pcs_win.c the function prepareCommandLine has been improved and the function copyQuotedPart has been added. Now the command line created for CreateProcessW() has fewer quoted parameters. Now parameters that contain a space or a quotation (") or a control character or a character byond ASCII are quoted. All other parameters are not quoted. - Definitions of USE_MMAP, os_environ, os_fstat, DEFINE_WSTATI64_EXT, os_lstat, os_stat, os_stat_orig, os_stat_struct, os_fstat_struct, DEFINE_WSETENV, os_setenv, os_putenv and USE_DIRENT have been removed from the makefiles. - In several files usages of USE_MMAP have been replaced by usages of HAS_MMAP. - The file read_me.txt has been updated. - In chkccomp.c the functions checkForLimitedArrayLiteralLength() and determineStatFunctions() have been added and the functions determineEnvironDefines() and determineBigIntDefines() have been improved. Now the test for the GMP library enforces static linking. - The macros DEFINE_MATHERR_FUNCTION and DEFINE__MATHERR_FUNCTION have been improved to define if matherr() or _matherr() should be defined. - Log functions have been improved in big_gmp.c, big_rtl.c and int_rtl.c. 20180513: - In the manual descriptions of the binomial coefficient and of several conversion functions have been improved. - The bas7.sd7 (basic interpreter) example program has been improved to use case statements with strings. - The operator &:= has been added to the libraries bitsetof.s7i and bitset.s7i. - The function rand() has been added to the library hashsetof.s7i. This function returns a random element from a hash set. - The compiler (s7c) has been improved to generate code that uses memcpy or memmove to copy and create arrays of simple value types (e.g. array integer). The destruction of arrays of simple value types has also been simplified. - The compiler has been improved to optimize the action SET_RAND. - The compiler optimizations for the actions SET_DIFF, SET_UNION and SET_UNION_ASSIGN has been improved. - In the compiler (in comp/const.s7i) the actions BLN_ICONV1, BLN_ICONV3, CHR_ICONV3 and SET_RAND have been added to the list of special actions. The compiler implements functions, which just call one of the special actions as inline functions. - Interpreter and compiler have been improved to support the actions HSH_RAND_KEY and SET_INTERSECT_ASSIGN. - Tests for the functions card() and rand() for the type set of string have been added to chkset.sd7. - Tests for intersection assignments ( &:= ) have been added to chkset.sd7. - In s7c.sd7 the code to call C compiler and linker has been refactored. - The compiler has been improved (in comp/prc_act.s7i) to use the function hshIdxDefault0() instead of hshIdxWithDefault() for case statements with hashsets. - The code generation of the compiler has been improved to trigger the signal SIGFPE with a call of triggerSigfpe(). - The compiler has been improved to insert diagnostic line information (e.g.: #line 64 "logfile.s7i") into code for the actions ARR_CPY, BLN_AND, BLN_OR, ITF_CPY, PRC_IF, PRC_IF_ELSIF, PRC_IF_NOOP - The compiler has been improved to insert diagnostic line information for inlined functions. - The configuration values in cc_conf.s7i have been improved. SWITCH_WORKS_FOR_INT64TYPE, CC_OPT_OPTIMIZE_1, CC_OPT_OPTIMIZE_2 and CC_OPT_OPTIMIZE_3 have been added. SYSTEM_DB_LIBS has been renamed to ADDITIONAL_SYSTEM_LIBS. HAS_SIGACTION, SIGNAL_RESETS_HANDLER and DO_SIGFPE_WITH_DIV_BY_ZERO have been removed. - The program chkccomp.c has been improved. Now it determines the name of the NULL device (/dev/null or NUL:), the system socket library (unix sockets or winsocket), the method to read directories, the bigInteger implementation used (big_rtl.c or big_gmp.c) and the support for switch statements with 64-bit values. - Documentation comments have been added or improved in bigint.s7i, integer.s7i, bitsetof.s7i, bitset.s7i, hashsetof.s7i, cc_conf.s7i, fil_rtl.c, dir_drv.h, cmd_rtl.c, set_rtl.c, str_rtl.c and striutl.c. - In set_rtl.c the function setIntersect() has been improved to create a smaller intersection result, if possible. - In set_rtl.c the function setIntersectAssign has been added. - In setlib.c the function set_intersect_assign has been added. - In hsh_rtl.c the functions get_helem_elem, get_hash_elem, hshRand and hshIdxDefault0 have been added. - In hshlib.c the functions get_helem_elem, get_hash_elem and hsh_rand_key have been added. - In gkb_x11.c and gkb_win.c the function find_window() has been improved to use hshIdxDefault0() instead of hshIdxWithDefault(). - In big_gmp.c the function bigDivRem has been improved to initialize the remainder. - In str_rtl.c and strlib.c the function strelem_memcmp has been renamed to memcmp_strelem. - In str_rtl.c the function strCmpGeneric has been changed to avoid calls of memcmp_strelem(), when the string sizes differ. This differs from the behaviour of strCompare, but the difference is not important, because strCmpGeneric() is only used for string comparisons of hash keys (in compiled programs). - In striutl.c the function conv_to_cstri has been rewritten to return the C string, when the function succeeds, and to work without the parameter err_info. - In striutl.c the function stri_to_bstriw has been rewritten to use an err_info parameter. - In striutl.c the functions with loop unrolling inspired by Duff's device have been rewritten. - In striutl.c the loops in conv_to_cstri, stri_to_cstri and conv_to_os_stri have been optimized. - The macro castIntTypeForSwitch has been introduced to support C compilers, that do not support switch statements with 64-bit values. - Definitions of NULL_DEVICE, USE_GETADDRINFO, USE_WINSOCK and BIGINT_LIB_DEFINE have been removed from the makefiles. 20180401: - The new library logfile.s7i has been added. It defines the interface logFile. A logFile works like a normal file unless the log file has the value STD_NULL. When a logFile has the value STD_NULL string expressions written to the logFile are not evaluated. This reduces the overhead, when logging is turned off. - The bas7.sd7 (basic interpreter) example program has been improved. The logging is now done via the new logFile type. This improves the performance, when no logging is done. Several DATA statements in one line are processed correctly now. Support for IF GOSUB and DISPLAY statements and for the function COMMAND$ has been added. - Tests of nested bigInteger for loops have been added to chkbig.sd7. - A test with the assignment of a hash variable to itself have been added to chkhsh.sd7. - Tests of the replace function have been added to chkstr.sd7. - In striutl.c the functions conv_from_os_stri, cstri8_to_stri and cstri8_buf_to_stri have been improved. Now they call realloc() only, when the size has changed. This improves the performance of conv_from_os_stri by 32% (measured with gcc and valgrind, when reading a directory). - In str_rtl.c the function strUtf8ToStri has been improved to call realloc() only, when the size has changed. - In cmd_rtl.c the functions add_stri_to_array and complete_stri_array have been renamed to addStriToRtlArray and completeRtlStriArray respectively. The renamed functions have also been improved to work with a simpler parameter list. Together with the improvement of conv_from_os_stri this improves the performance of cmdLs by 14% (measured with gcc and valgrind, when reading a directory). - In cmdlib.c the function cmd_ls has been rewritten to be based on cmdLs. The functions cmp_mem and read_dir have been removed. - In cmdlib.c the main loop in the function toArrayType has been optimized for performance. - In str_rtl.c the function add_stri_to_array has been renamed to addCopiedStriToRtlArray and the function completeRtlStriArray has been introduced. The code of addCopiedStriToRtlArray has also been improved to work with a simpler parameter list. - In strlib.c the function add_stri_to_array has been renamed to addCopiedStriToArray and the functions freeStriArray and completeStriArray have been introduced. The code of addCopiedStriToArray has also been improved to work with a simpler parameter list. - The compiler has been improved to optimize the action HSH_CONTAINS, when the hash table is constant and contains one element. - In the compiler (in comp/const.s7i) the actions BLN_ORD, CHR_ICONV1, CHR_ORD and INT_ODD have been added to the list of special actions. The compiler implements functions, which just call one of the special actions as inline functions. This allows optimizations for the boolean and char random number generator. - The compiler (s7c) has been improved (in comp/destr.s7i) to define interface destructors, which take all possible implementation types into account. Additionally a switch statement is used instead of an if-then-else chain. Double entries are also avoided now. - The function strChRepl has been added to str_rtl.c. - The compiler has been improved to use strChRepl instead of strRepl, to optimize split operations. - Unnecessary function parameters have been removed in several include files of the compiler. - In flt_rtl.c the function doubleToCharBuffer has been improved to determine the integer value of the exponent without calling strtol(). - The function freeRtlStriArray has been added to arr_rtl.c. - Several #define flags in pol_sel.c have been improved. - The macro CSTRI_LITERAL_TO_STRI has been defined in striutl.h and used in analyze.c, arr_rtl.c, cmd_rtl.c, cmd_unx.c, infile.c, pcs_unx.c and pcs_win.c. - Calls of logError have been added to functions in cmd_rtl.c, con_inf.c, prclib.c, soc_rtl.c, tim_dos.c, tim_rtl.c, tim_unx.c and tim_win.c. - Documentation comments have been added or improved in cmdlib.c, int_rtl.c and tim_rtl.c. Modified: head/lang/seed7/Makefile head/lang/seed7/distinfo head/lang/seed7/pkg-plist Modified: head/lang/seed7/Makefile ============================================================================== --- head/lang/seed7/Makefile Mon Jun 4 13:34:20 2018 (r471545) +++ head/lang/seed7/Makefile Mon Jun 4 13:41:59 2018 (r471546) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= seed7 -DISTVERSION= 05_20180304 +DISTVERSION= 05_20180601 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/ DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/lang/seed7/distinfo ============================================================================== --- head/lang/seed7/distinfo Mon Jun 4 13:34:20 2018 (r471545) +++ head/lang/seed7/distinfo Mon Jun 4 13:41:59 2018 (r471546) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520239050 -SHA256 (seed7_05_20180304.tgz) = 142444dcce2c4060698d9afb35cda2558edc223d00879c3d07da8f77b2a26a51 -SIZE (seed7_05_20180304.tgz) = 2787759 +TIMESTAMP = 1528117967 +SHA256 (seed7_05_20180601.tgz) = cc3c6fcb0c52b4234c039ca809fc983820c010af3cbb4cfe788b118a77572245 +SIZE (seed7_05_20180601.tgz) = 2809518 Modified: head/lang/seed7/pkg-plist ============================================================================== --- head/lang/seed7/pkg-plist Mon Jun 4 13:34:20 2018 (r471545) +++ head/lang/seed7/pkg-plist Mon Jun 4 13:41:59 2018 (r471546) @@ -133,6 +133,7 @@ lib/seed7/lib/keybd.s7i lib/seed7/lib/keydescr.s7i lib/seed7/lib/line.s7i lib/seed7/lib/listener.s7i +lib/seed7/lib/logfile.s7i lib/seed7/lib/lower.s7i lib/seed7/lib/lzw.s7i lib/seed7/lib/mahjng32.s7i From owner-svn-ports-all@freebsd.org Mon Jun 4 13:43:40 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D55AFE2D48; Mon, 4 Jun 2018 13:43:40 +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 B42AA87757; Mon, 4 Jun 2018 13:43:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 960F76409; Mon, 4 Jun 2018 13:43:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54DhdGY025943; Mon, 4 Jun 2018 13:43:39 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54DhddC025941; Mon, 4 Jun 2018 13:43:39 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201806041343.w54DhddC025941@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 4 Jun 2018 13:43:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471547 - head/games/sgt-puzzles X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/games/sgt-puzzles X-SVN-Commit-Revision: 471547 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 13:43:40 -0000 Author: amdmi3 Date: Mon Jun 4 13:43:38 2018 New Revision: 471547 URL: https://svnweb.freebsd.org/changeset/ports/471547 Log: - Update to 20180602 Modified: head/games/sgt-puzzles/Makefile head/games/sgt-puzzles/distinfo Modified: head/games/sgt-puzzles/Makefile ============================================================================== --- head/games/sgt-puzzles/Makefile Mon Jun 4 13:41:59 2018 (r471546) +++ head/games/sgt-puzzles/Makefile Mon Jun 4 13:43:38 2018 (r471547) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= puzzles -PORTVERSION= 20180429 +PORTVERSION= 20180602 CATEGORIES= games MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/puzzles/ \ http://mirror.amdmi3.ru/distfiles/ @@ -15,7 +15,7 @@ COMMENT= Simon Tatham's Portable Puzzle Collection LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE -COMMITHASH= 31384ca +COMMITHASH= 5a697b3 USES= autoreconf gmake pkgconfig GNU_CONFIGURE= yes Modified: head/games/sgt-puzzles/distinfo ============================================================================== --- head/games/sgt-puzzles/distinfo Mon Jun 4 13:41:59 2018 (r471546) +++ head/games/sgt-puzzles/distinfo Mon Jun 4 13:43:38 2018 (r471547) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525374413 -SHA256 (puzzles-20180429.31384ca.tar.gz) = 3439c62d6803a5f6f42d3eaea110afd187e750e453f845d1e1fff50cbc9f2765 -SIZE (puzzles-20180429.31384ca.tar.gz) = 3248997 +TIMESTAMP = 1528117327 +SHA256 (puzzles-20180602.5a697b3.tar.gz) = b865a31efd5eb4caf5ad12e7f2c2a21897064d889b8c6cdac0c6cad45fcd54f6 +SIZE (puzzles-20180602.5a697b3.tar.gz) = 3271278 From owner-svn-ports-all@freebsd.org Mon Jun 4 13:54:02 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50212FE3DA1; Mon, 4 Jun 2018 13:54:02 +0000 (UTC) (envelope-from dumbbell@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 F1E2187E99; Mon, 4 Jun 2018 13:54:01 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D3BF8659A; Mon, 4 Jun 2018 13:54:01 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54Ds167031178; Mon, 4 Jun 2018 13:54:01 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54Ds1A3031175; Mon, 4 Jun 2018 13:54:01 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201806041354.w54Ds1A3031175@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dumbbell set sender to dumbbell@FreeBSD.org using -f From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= Date: Mon, 4 Jun 2018 13:54:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471548 - head/net/bosh-bootloader X-SVN-Group: ports-head X-SVN-Commit-Author: dumbbell X-SVN-Commit-Paths: head/net/bosh-bootloader X-SVN-Commit-Revision: 471548 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 13:54:02 -0000 Author: dumbbell Date: Mon Jun 4 13:54:01 2018 New Revision: 471548 URL: https://svnweb.freebsd.org/changeset/ports/471548 Log: net/bosh-bootloader: Update to 6.7.1 Sponsored by: Pivotal Software, Inc. Modified: head/net/bosh-bootloader/Makefile head/net/bosh-bootloader/distinfo Modified: head/net/bosh-bootloader/Makefile ============================================================================== --- head/net/bosh-bootloader/Makefile Mon Jun 4 13:43:38 2018 (r471547) +++ head/net/bosh-bootloader/Makefile Mon Jun 4 13:54:01 2018 (r471548) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bosh-bootloader -PORTVERSION= 6.6.11 +PORTVERSION= 6.7.1 CATEGORIES= net sysutils MAINTAINER= dumbbell@FreeBSD.org Modified: head/net/bosh-bootloader/distinfo ============================================================================== --- head/net/bosh-bootloader/distinfo Mon Jun 4 13:43:38 2018 (r471547) +++ head/net/bosh-bootloader/distinfo Mon Jun 4 13:54:01 2018 (r471548) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526545062 -SHA256 (cloudfoundry-bosh-bootloader-6.6.11-v6.6.11_GH0.tar.gz) = d7f1ff12b9edfac47050e4cfba80be1ac5c8cf9c8f8b6fb1c2f07c45ad16aacf -SIZE (cloudfoundry-bosh-bootloader-6.6.11-v6.6.11_GH0.tar.gz) = 5124897 +TIMESTAMP = 1528119308 +SHA256 (cloudfoundry-bosh-bootloader-6.7.1-v6.7.1_GH0.tar.gz) = c437e3dbdc198a9e0cea8ea9aabfcd3a6df4fb68ceee53ef64faeb2e91d1a85d +SIZE (cloudfoundry-bosh-bootloader-6.7.1-v6.7.1_GH0.tar.gz) = 5454614 From owner-svn-ports-all@freebsd.org Mon Jun 4 13:54:45 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B274BFE3EC9; Mon, 4 Jun 2018 13:54:45 +0000 (UTC) (envelope-from dumbbell@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 5C63487FA0; Mon, 4 Jun 2018 13:54:45 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3A7E7659B; Mon, 4 Jun 2018 13:54:45 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54DsjxQ031317; Mon, 4 Jun 2018 13:54:45 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54Dsiaf031315; Mon, 4 Jun 2018 13:54:44 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201806041354.w54Dsiaf031315@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dumbbell set sender to dumbbell@FreeBSD.org using -f From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= Date: Mon, 4 Jun 2018 13:54:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471549 - head/net/bosh-cli X-SVN-Group: ports-head X-SVN-Commit-Author: dumbbell X-SVN-Commit-Paths: head/net/bosh-cli X-SVN-Commit-Revision: 471549 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 13:54:45 -0000 Author: dumbbell Date: Mon Jun 4 13:54:44 2018 New Revision: 471549 URL: https://svnweb.freebsd.org/changeset/ports/471549 Log: net/bosh-cli: Update to 4.0.1 Sponsored by: Pivotal Software, Inc. Modified: head/net/bosh-cli/Makefile head/net/bosh-cli/distinfo Modified: head/net/bosh-cli/Makefile ============================================================================== --- head/net/bosh-cli/Makefile Mon Jun 4 13:54:01 2018 (r471548) +++ head/net/bosh-cli/Makefile Mon Jun 4 13:54:44 2018 (r471549) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bosh-cli -PORTVERSION= 3.0.1 +PORTVERSION= 4.0.1 CATEGORIES= net sysutils MAINTAINER= dumbbell@FreeBSD.org Modified: head/net/bosh-cli/distinfo ============================================================================== --- head/net/bosh-cli/distinfo Mon Jun 4 13:54:01 2018 (r471548) +++ head/net/bosh-cli/distinfo Mon Jun 4 13:54:44 2018 (r471549) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521021680 -SHA256 (cloudfoundry-bosh-cli-3.0.1-v3.0.1_GH0.tar.gz) = 8259197bf67a9cd7f7a2a3318ba2dfdf5049ea95b8f1a7149e1501d151bfbc62 -SIZE (cloudfoundry-bosh-cli-3.0.1-v3.0.1_GH0.tar.gz) = 3304728 +TIMESTAMP = 1528119373 +SHA256 (cloudfoundry-bosh-cli-4.0.1-v4.0.1_GH0.tar.gz) = 05ceff4891c9759f41c11ece54cc13d6db60ce0318d1b512d8c699da87ff3708 +SIZE (cloudfoundry-bosh-cli-4.0.1-v4.0.1_GH0.tar.gz) = 5849811 From owner-svn-ports-all@freebsd.org Mon Jun 4 14:46:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE28EFE90EE; Mon, 4 Jun 2018 14:46:46 +0000 (UTC) (envelope-from mat@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 6DB486A703; Mon, 4 Jun 2018 14:46:46 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4B46C6DB8; Mon, 4 Jun 2018 14:46:46 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54EkkPW056860; Mon, 4 Jun 2018 14:46:46 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54EkfUL056836; Mon, 4 Jun 2018 14:46:41 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201806041446.w54EkfUL056836@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 4 Jun 2018 14:46:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471550 - in head: devel/d-scanner devel/dfmt devel/dsymbol devel/iz devel/libddoc devel/libdouble-conversion devel/libdparse graphics/cimg lang/J mail/py-milter math/cloog net/libnfs s... X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head: devel/d-scanner devel/dfmt devel/dsymbol devel/iz devel/libddoc devel/libdouble-conversion devel/libdparse graphics/cimg lang/J mail/py-milter math/cloog net/libnfs security/teleport X-SVN-Commit-Revision: 471550 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 14:46:47 -0000 Author: mat Date: Mon Jun 4 14:46:41 2018 New Revision: 471550 URL: https://svnweb.freebsd.org/changeset/ports/471550 Log: Fix USE_GITHUB usage. Sponsored by: Absolight Modified: head/devel/d-scanner/Makefile (contents, props changed) head/devel/dfmt/Makefile (contents, props changed) head/devel/dsymbol/Makefile (contents, props changed) head/devel/dsymbol/distinfo (contents, props changed) head/devel/iz/Makefile (contents, props changed) head/devel/iz/distinfo (contents, props changed) head/devel/libddoc/Makefile (contents, props changed) head/devel/libddoc/distinfo (contents, props changed) head/devel/libdouble-conversion/Makefile (contents, props changed) head/devel/libdouble-conversion/distinfo (contents, props changed) head/devel/libdparse/Makefile (contents, props changed) head/devel/libdparse/distinfo (contents, props changed) head/graphics/cimg/Makefile (contents, props changed) head/graphics/cimg/distinfo (contents, props changed) head/lang/J/Makefile (contents, props changed) head/lang/J/distinfo (contents, props changed) head/mail/py-milter/Makefile (contents, props changed) head/mail/py-milter/distinfo (contents, props changed) head/math/cloog/Makefile (contents, props changed) head/math/cloog/distinfo (contents, props changed) head/net/libnfs/Makefile (contents, props changed) head/net/libnfs/distinfo (contents, props changed) head/security/teleport/Makefile (contents, props changed) Modified: head/devel/d-scanner/Makefile ============================================================================== --- head/devel/d-scanner/Makefile Mon Jun 4 13:54:44 2018 (r471549) +++ head/devel/d-scanner/Makefile Mon Jun 4 14:46:41 2018 (r471550) @@ -23,7 +23,6 @@ BUILD_DEPENDS= ldmd2:lang/ldc \ USE_GITHUB= yes GH_ACCOUNT= dlang-community GH_PROJECT= D-Scanner -GH_TAGNAME= v${PORTVERSION} PLIST_FILES= bin/dscanner DUB_CMD= ${LOCALBASE}/bin/dub build --build=release Modified: head/devel/dfmt/Makefile ============================================================================== --- head/devel/dfmt/Makefile Mon Jun 4 13:54:44 2018 (r471549) +++ head/devel/dfmt/Makefile Mon Jun 4 14:46:41 2018 (r471550) @@ -18,7 +18,6 @@ BUILD_DEPENDS= ldmd2:lang/ldc \ USE_GITHUB= yes GH_ACCOUNT= dlang-community -GH_TAGNAME= v${PORTVERSION} PLIST_FILES= bin/${PORTNAME} DUB_CMD= ${LOCALBASE}/bin/dub build --build=release Modified: head/devel/dsymbol/Makefile ============================================================================== --- head/devel/dsymbol/Makefile Mon Jun 4 13:54:44 2018 (r471549) +++ head/devel/dsymbol/Makefile Mon Jun 4 14:46:41 2018 (r471550) @@ -3,6 +3,7 @@ PORTNAME= dsymbol PORTVERSION= 0.3.5 +DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= acm@FreeBSD.org @@ -18,7 +19,6 @@ BUILD_DEPENDS= ldmd2:lang/ldc \ USE_GITHUB= yes GH_ACCOUNT= dlang-community -GH_TAGNAME= v${PORTVERSION} DUB_CMD= ${LOCALBASE}/bin/dub build --build=release D_INCLUDE_DIR= ${PREFIX}/include/d Modified: head/devel/dsymbol/distinfo ============================================================================== --- head/devel/dsymbol/distinfo Mon Jun 4 13:54:44 2018 (r471549) +++ head/devel/dsymbol/distinfo Mon Jun 4 14:46:41 2018 (r471550) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525931353 -SHA256 (dlang-community-dsymbol-0.3.5-v0.3.5_GH0.tar.gz) = e20309e3b35f2b1a7e4b42f1dafa7baedc6ce20cfcb2af38a9a7052451c5ca01 -SIZE (dlang-community-dsymbol-0.3.5-v0.3.5_GH0.tar.gz) = 27322 +TIMESTAMP = 1528122945 +SHA256 (dlang-community-dsymbol-v0.3.5_GH0.tar.gz) = e20309e3b35f2b1a7e4b42f1dafa7baedc6ce20cfcb2af38a9a7052451c5ca01 +SIZE (dlang-community-dsymbol-v0.3.5_GH0.tar.gz) = 27322 Modified: head/devel/iz/Makefile ============================================================================== --- head/devel/iz/Makefile Mon Jun 4 13:54:44 2018 (r471549) +++ head/devel/iz/Makefile Mon Jun 4 14:46:41 2018 (r471550) @@ -3,6 +3,7 @@ PORTNAME= iz PORTVERSION= 0.6.16 +DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= acm@FreeBSD.org @@ -15,7 +16,6 @@ BUILD_DEPENDS= ldmd2:lang/ldc \ USE_GITHUB= yes GH_ACCOUNT= BBasile -GH_TAGNAME= v${PORTVERSION} DUB_CMD= ${LOCALBASE}/bin/dub build --build=release D_INCLUDE_DIR= ${PREFIX}/include/d Modified: head/devel/iz/distinfo ============================================================================== --- head/devel/iz/distinfo Mon Jun 4 13:54:44 2018 (r471549) +++ head/devel/iz/distinfo Mon Jun 4 14:46:41 2018 (r471550) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525933092 -SHA256 (BBasile-iz-0.6.16-v0.6.16_GH0.tar.gz) = 1b99fbbfa782624f031f09e36fd0670ba6db3b8a8911faadadcb7b7367aa4482 -SIZE (BBasile-iz-0.6.16-v0.6.16_GH0.tar.gz) = 260524 +TIMESTAMP = 1528122967 +SHA256 (BBasile-iz-v0.6.16_GH0.tar.gz) = 1b99fbbfa782624f031f09e36fd0670ba6db3b8a8911faadadcb7b7367aa4482 +SIZE (BBasile-iz-v0.6.16_GH0.tar.gz) = 260524 Modified: head/devel/libddoc/Makefile ============================================================================== --- head/devel/libddoc/Makefile Mon Jun 4 13:54:44 2018 (r471549) +++ head/devel/libddoc/Makefile Mon Jun 4 14:46:41 2018 (r471550) @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= libddoc +DISTVERSIONPREFIX= v DISTVERSION= 0.3.0-beta1 PORTREVISION= 1 CATEGORIES= devel @@ -17,7 +18,9 @@ BUILD_DEPENDS= ldmd2:lang/ldc \ USE_GITHUB= yes GH_ACCOUNT= economicmodeling -GH_TAGNAME= v${DISTVERSION:S/beta/beta./} +# Note that beta.1 is a perfectly acceptable version, this is not required at +# all. +GH_TAGNAME= ${DISTVERSIONFULL:S/beta/beta./} DUB_CMD= ${LOCALBASE}/bin/dub build --build=release D_INCLUDE_DIR= ${PREFIX}/include/d Modified: head/devel/libddoc/distinfo ============================================================================== --- head/devel/libddoc/distinfo Mon Jun 4 13:54:44 2018 (r471549) +++ head/devel/libddoc/distinfo Mon Jun 4 14:46:41 2018 (r471550) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517523001 -SHA256 (economicmodeling-libddoc-0.3.0-beta1-v0.3.0-beta.1_GH0.tar.gz) = 6cfeee493ec98f5e56f3a748b53215b0bfad9de53d84e75563956e970de679e7 -SIZE (economicmodeling-libddoc-0.3.0-beta1-v0.3.0-beta.1_GH0.tar.gz) = 19655 +TIMESTAMP = 1528123029 +SHA256 (economicmodeling-libddoc-v0.3.0-beta1-v0.3.0-beta.1_GH0.tar.gz) = 6cfeee493ec98f5e56f3a748b53215b0bfad9de53d84e75563956e970de679e7 +SIZE (economicmodeling-libddoc-v0.3.0-beta1-v0.3.0-beta.1_GH0.tar.gz) = 19655 Modified: head/devel/libdouble-conversion/Makefile ============================================================================== --- head/devel/libdouble-conversion/Makefile Mon Jun 4 13:54:44 2018 (r471549) +++ head/devel/libdouble-conversion/Makefile Mon Jun 4 14:46:41 2018 (r471550) @@ -3,6 +3,7 @@ PORTNAME= libdouble-conversion PORTVERSION= 3.0.0 +DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= waitman@waitman.net @@ -20,6 +21,5 @@ CMAKE_ARGS= -DCMAKE_POSITION_INDEPENDENT_CODE=1 USE_GITHUB= yes GH_ACCOUNT= google GH_PROJECT= double-conversion -GH_TAGNAME= v${PORTVERSION} .include Modified: head/devel/libdouble-conversion/distinfo ============================================================================== --- head/devel/libdouble-conversion/distinfo Mon Jun 4 13:54:44 2018 (r471549) +++ head/devel/libdouble-conversion/distinfo Mon Jun 4 14:46:41 2018 (r471550) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516468464 -SHA256 (google-double-conversion-3.0.0-v3.0.0_GH0.tar.gz) = 152f15355242b6b1fbb4098fcd825bf08527eda0c65e8446939222a13f0b3915 -SIZE (google-double-conversion-3.0.0-v3.0.0_GH0.tar.gz) = 7019526 +TIMESTAMP = 1528123057 +SHA256 (google-double-conversion-v3.0.0_GH0.tar.gz) = 152f15355242b6b1fbb4098fcd825bf08527eda0c65e8446939222a13f0b3915 +SIZE (google-double-conversion-v3.0.0_GH0.tar.gz) = 7019526 Modified: head/devel/libdparse/Makefile ============================================================================== --- head/devel/libdparse/Makefile Mon Jun 4 13:54:44 2018 (r471549) +++ head/devel/libdparse/Makefile Mon Jun 4 14:46:41 2018 (r471550) @@ -3,6 +3,7 @@ PORTNAME= libdparse PORTVERSION= 0.8.3 +DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= acm@FreeBSD.org @@ -15,7 +16,6 @@ BUILD_DEPENDS= ldmd2:lang/ldc \ USE_GITHUB= yes GH_ACCOUNT= dlang-community -GH_TAGNAME= v${PORTVERSION} DUB_CMD= ${LOCALBASE}/bin/dub build --build=release D_INCLUDE_DIR= ${PREFIX}/include/d Modified: head/devel/libdparse/distinfo ============================================================================== --- head/devel/libdparse/distinfo Mon Jun 4 13:54:44 2018 (r471549) +++ head/devel/libdparse/distinfo Mon Jun 4 14:46:41 2018 (r471550) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525930954 -SHA256 (dlang-community-libdparse-0.8.3-v0.8.3_GH0.tar.gz) = 19773cf332eeb2745b6559601ca36034c10427401bbdbe5a75fce9a4450c009c -SIZE (dlang-community-libdparse-0.8.3-v0.8.3_GH0.tar.gz) = 114932 +TIMESTAMP = 1528123078 +SHA256 (dlang-community-libdparse-v0.8.3_GH0.tar.gz) = 19773cf332eeb2745b6559601ca36034c10427401bbdbe5a75fce9a4450c009c +SIZE (dlang-community-libdparse-v0.8.3_GH0.tar.gz) = 114932 Modified: head/graphics/cimg/Makefile ============================================================================== --- head/graphics/cimg/Makefile Mon Jun 4 13:54:44 2018 (r471549) +++ head/graphics/cimg/Makefile Mon Jun 4 14:46:41 2018 (r471550) @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= cimg +DISTVERSIONPREFIX= v. DISTVERSION= 2.2.3 PORTEPOCH= 3 CATEGORIES= graphics devel @@ -29,7 +30,6 @@ BROKEN_powerpc64= invokes x86 assembler USE_GITHUB= yes GH_ACCOUNT= dtschump GH_PROJECT= CImg -GH_TAGNAME= v.${DISTVERSION} .if !defined(WITHOUT_LAPACK) . if defined(WITH_ATLAS) Modified: head/graphics/cimg/distinfo ============================================================================== --- head/graphics/cimg/distinfo Mon Jun 4 13:54:44 2018 (r471549) +++ head/graphics/cimg/distinfo Mon Jun 4 14:46:41 2018 (r471550) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526660848 -SHA256 (dtschump-CImg-2.2.3-v.2.2.3_GH0.tar.gz) = 27fecb165946894bb39ef6096ba50b3a7b51bfd9daa27b158ed71dbc3b1df5f7 -SIZE (dtschump-CImg-2.2.3-v.2.2.3_GH0.tar.gz) = 11037764 +TIMESTAMP = 1528123142 +SHA256 (dtschump-CImg-v.2.2.3_GH0.tar.gz) = 27fecb165946894bb39ef6096ba50b3a7b51bfd9daa27b158ed71dbc3b1df5f7 +SIZE (dtschump-CImg-v.2.2.3_GH0.tar.gz) = 11037764 Modified: head/lang/J/Makefile ============================================================================== --- head/lang/J/Makefile Mon Jun 4 13:54:44 2018 (r471549) +++ head/lang/J/Makefile Mon Jun 4 14:46:41 2018 (r471550) @@ -1,14 +1,16 @@ # $FreeBSD$ PORTNAME= J -PORTVERSION= ${JVERSION:S/^j//:S/-release//} +DISTVERSIONPREFIX= j +DISTVERSION= 808 +DISTVERSIONSUFFIX= -release CATEGORIES= lang math MAINTAINER= sevenjp@gmail.com COMMENT= J programming language LICENSE= GPLv3 -LICENSE_FILE= ${WRKDIR}/jsource-${JVERSION}/license.txt +LICENSE_FILE= ${WRKSRC}/license.txt ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON_amd64= Not built or tested for other archs. i386 needs hostdefs and netdefs files to be generated. @@ -25,10 +27,6 @@ SUB_FILES= jconsole profile.ijs USE_GITHUB= yes GH_ACCOUNT= jsoftware GH_PROJECT= jsource -GH_TAGNAME= ${JVERSION} - -# J is released with ports-unfriendly versioning -JVERSION= j808-release BIN_FILES= jconsole LIB_FILES= libj.so libtsdll.so Modified: head/lang/J/distinfo ============================================================================== --- head/lang/J/distinfo Mon Jun 4 13:54:44 2018 (r471549) +++ head/lang/J/distinfo Mon Jun 4 14:46:41 2018 (r471550) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520449029 -SHA256 (jsoftware-jsource-808-j808-release_GH0.tar.gz) = 1c7335e0d705bfc630da230ee8d196487627eed6f9374728bcac6b9ffbb1fd1d -SIZE (jsoftware-jsource-808-j808-release_GH0.tar.gz) = 2128876 +TIMESTAMP = 1528123249 +SHA256 (jsoftware-jsource-j808-release_GH0.tar.gz) = 1c7335e0d705bfc630da230ee8d196487627eed6f9374728bcac6b9ffbb1fd1d +SIZE (jsoftware-jsource-j808-release_GH0.tar.gz) = 2128876 Modified: head/mail/py-milter/Makefile ============================================================================== --- head/mail/py-milter/Makefile Mon Jun 4 13:54:44 2018 (r471549) +++ head/mail/py-milter/Makefile Mon Jun 4 14:46:41 2018 (r471550) @@ -3,10 +3,9 @@ PORTNAME= milter PORTVERSION= 1.0.2 +DISTVERSIONPREFIX= ${GH_PROJECT}- CATEGORIES= mail python -MASTER_SITES= GH PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PYPORTNAME}-${PORTVERSION} MAINTAINER= estartu@augusta.de COMMENT= Python interface to Sendmail milter API @@ -19,14 +18,11 @@ LIB_DEPENDS= libmilter.so:mail/libmilter CFLAGS+= -I${LOCALBASE}/include .endif -PYPORTNAME= ${PKGNAMEPREFIX:C/[0-9]+-//}${PORTNAME} -GH_ACCOUNT= sdgathman -GH_PROJECT= ${PYPORTNAME} -GH_TAGNAME= ${GH_PROJECT}-${PORTVERSION} - USES= python USE_GITHUB= yes +GH_ACCOUNT= sdgathman +GH_PROJECT= py${PORTNAME} USE_PYTHON= distutils autoplist flavors post-install: Modified: head/mail/py-milter/distinfo ============================================================================== --- head/mail/py-milter/distinfo Mon Jun 4 13:54:44 2018 (r471549) +++ head/mail/py-milter/distinfo Mon Jun 4 14:46:41 2018 (r471550) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521752301 -SHA256 (pymilter-1.0.2_GH0.tar.gz) = f513053f5fc9b0c31d886d8412a411bdc958786a673d7071b1bd521498b01153 -SIZE (pymilter-1.0.2_GH0.tar.gz) = 1022535 +TIMESTAMP = 1528123349 +SHA256 (sdgathman-pymilter-pymilter-1.0.2_GH0.tar.gz) = f513053f5fc9b0c31d886d8412a411bdc958786a673d7071b1bd521498b01153 +SIZE (sdgathman-pymilter-pymilter-1.0.2_GH0.tar.gz) = 1022535 Modified: head/math/cloog/Makefile ============================================================================== --- head/math/cloog/Makefile Mon Jun 4 13:54:44 2018 (r471549) +++ head/math/cloog/Makefile Mon Jun 4 14:46:41 2018 (r471550) @@ -3,6 +3,7 @@ PORTNAME= cloog PORTVERSION= 0.19.0 +DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= math MAINTAINER= danilo@FreeBSD.org @@ -16,7 +17,6 @@ LIB_DEPENDS= libgmp.so:math/gmp \ USES= autoreconf gmake libtool USE_GITHUB= yes -GH_TAGNAME= ${PORTNAME}-${PORTVERSION} GH_ACCOUNT= periscop USE_LDCONFIG= yes Modified: head/math/cloog/distinfo ============================================================================== --- head/math/cloog/distinfo Mon Jun 4 13:54:44 2018 (r471549) +++ head/math/cloog/distinfo Mon Jun 4 14:46:41 2018 (r471550) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523210594 -SHA256 (periscop-cloog-0.19.0-cloog-0.19.0_GH0.tar.gz) = 8cb2f645a15744fd6c7d0a789fa229742326a24bf37794a93d0300ab6c5c3eee -SIZE (periscop-cloog-0.19.0-cloog-0.19.0_GH0.tar.gz) = 512061 +TIMESTAMP = 1528123395 +SHA256 (periscop-cloog-cloog-0.19.0_GH0.tar.gz) = 8cb2f645a15744fd6c7d0a789fa229742326a24bf37794a93d0300ab6c5c3eee +SIZE (periscop-cloog-cloog-0.19.0_GH0.tar.gz) = 512061 Modified: head/net/libnfs/Makefile ============================================================================== --- head/net/libnfs/Makefile Mon Jun 4 13:54:44 2018 (r471549) +++ head/net/libnfs/Makefile Mon Jun 4 14:46:41 2018 (r471550) @@ -3,6 +3,7 @@ PORTNAME= libnfs PORTVERSION= 2.0.0 +DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= net MAINTAINER= snoe925@gmail.com @@ -17,7 +18,6 @@ USES= autoreconf gmake libtool pkgconfig USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= sahlberg -GH_TAGNAME= ${PORTNAME}-${PORTVERSION} CONFIGURE_ARGS= --disable-werror Modified: head/net/libnfs/distinfo ============================================================================== --- head/net/libnfs/distinfo Mon Jun 4 13:54:44 2018 (r471549) +++ head/net/libnfs/distinfo Mon Jun 4 14:46:41 2018 (r471550) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517472712 -SHA256 (sahlberg-libnfs-2.0.0-libnfs-2.0.0_GH0.tar.gz) = 7ea6cd8fa6c461d01091e584d424d28e137d23ff4b65b95d01a3fd0ef95d120e -SIZE (sahlberg-libnfs-2.0.0-libnfs-2.0.0_GH0.tar.gz) = 200932 +TIMESTAMP = 1528123418 +SHA256 (sahlberg-libnfs-libnfs-2.0.0_GH0.tar.gz) = 7ea6cd8fa6c461d01091e584d424d28e137d23ff4b65b95d01a3fd0ef95d120e +SIZE (sahlberg-libnfs-libnfs-2.0.0_GH0.tar.gz) = 200932 Modified: head/security/teleport/Makefile ============================================================================== --- head/security/teleport/Makefile Mon Jun 4 13:54:44 2018 (r471549) +++ head/security/teleport/Makefile Mon Jun 4 14:46:41 2018 (r471550) @@ -19,7 +19,6 @@ USES= compiler gmake USE_GITHUB= yes GH_ACCOUNT= gravitational -GH_TAGNAME= v${DISTVERSION}${DISTVERSIONSUFFIX} GH_TAG_COMMIT= b3f4ecb USE_RC_SUBR= teleport From owner-svn-ports-all@freebsd.org Mon Jun 4 14:49:06 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0FCA1FE9519; Mon, 4 Jun 2018 14:49:06 +0000 (UTC) (envelope-from mat@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 AFB8C6A91D; Mon, 4 Jun 2018 14:49:05 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 90B9F6DBE; Mon, 4 Jun 2018 14:49:05 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54En5w1057053; Mon, 4 Jun 2018 14:49:05 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54En5gH057051; Mon, 4 Jun 2018 14:49:05 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201806041449.w54En5gH057051@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 4 Jun 2018 14:49:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471551 - head/databases/redis-devel X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/databases/redis-devel X-SVN-Commit-Revision: 471551 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 14:49:06 -0000 Author: mat Date: Mon Jun 4 14:49:04 2018 New Revision: 471551 URL: https://svnweb.freebsd.org/changeset/ports/471551 Log: Use USE_GITHUB. Sponsored by: Absolight Modified: head/databases/redis-devel/Makefile (contents, props changed) head/databases/redis-devel/distinfo (contents, props changed) Modified: head/databases/redis-devel/Makefile ============================================================================== --- head/databases/redis-devel/Makefile Mon Jun 4 14:46:41 2018 (r471550) +++ head/databases/redis-devel/Makefile Mon Jun 4 14:49:04 2018 (r471551) @@ -4,16 +4,16 @@ PORTNAME= redis DISTVERSION= 5.0-rc1 CATEGORIES= databases -MASTER_SITES= https://github.com/antirez/redis/archive/ PKGNAMESUFFIX= -devel -DISTNAME= ${DISTVERSION} -DIST_SUBDIR= ${PORTNAME} MAINTAINER= osa@FreeBSD.org COMMENT= Persistent key-value database with built-in net interface LICENSE= BSD3CLAUSE +USE_GITHUB= yes +GH_ACCOUNT= antirez + OPTIONS_DEFINE= TESTS TRIB OPTIONS_RADIO= EXTLUA OPTIONS_RADIO_EXTLUA= LUA LUAJIT @@ -22,8 +22,6 @@ LUA_DESC= Use lang/lua instead of builtin lua LUAJIT_DESC= Use lang/luajit instead of builtin lua TESTS_DESC= Install lang/tcl for redis unit tests TRIB_DESC= Install redis-trib.rb (lang/ruby req.) - -WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} .include Modified: head/databases/redis-devel/distinfo ============================================================================== --- head/databases/redis-devel/distinfo Mon Jun 4 14:46:41 2018 (r471550) +++ head/databases/redis-devel/distinfo Mon Jun 4 14:49:04 2018 (r471551) @@ -1,3 +1,3 @@ -TIMESTAMP = 1528056195 -SHA256 (redis/5.0-rc1.tar.gz) = b5b1abcd3e7594085fed85376e2bc0368bf60dd88afcc28cb0cc2250a6d798a0 -SIZE (redis/5.0-rc1.tar.gz) = 1918431 +TIMESTAMP = 1528123672 +SHA256 (antirez-redis-5.0-rc1_GH0.tar.gz) = b5b1abcd3e7594085fed85376e2bc0368bf60dd88afcc28cb0cc2250a6d798a0 +SIZE (antirez-redis-5.0-rc1_GH0.tar.gz) = 1918431 From owner-svn-ports-all@freebsd.org Mon Jun 4 14:50:41 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3ED72FE9741; Mon, 4 Jun 2018 14:50:41 +0000 (UTC) (envelope-from m@absolight.fr) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "prod2.absolight.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CC54C6AABA; Mon, 4 Jun 2018 14:50:40 +0000 (UTC) (envelope-from m@absolight.fr) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 1D70BBDD31; Mon, 4 Jun 2018 16:50:38 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id D47C1BDD1E; Mon, 4 Jun 2018 16:50:37 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 4AF15610F; Mon, 4 Jun 2018 16:50:37 +0200 (CEST) Received: by ogg.in.absolight.net (Postfix, from userid 501) id 0E3296D5E028; Mon, 4 Jun 2018 16:50:36 +0200 (CEST) Date: Mon, 4 Jun 2018 16:50:36 +0200 From: Mathieu Arnold To: Yuri Victorovich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r471528 - in head/databases: . cayley Message-ID: <20180604145036.ygpn7zobaurepjjm@ogg.in.absolight.net> References: <201806040229.w542TKgl084483@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="l736liopfsk5qzci" Content-Disposition: inline In-Reply-To: <201806040229.w542TKgl084483@repo.freebsd.org> User-Agent: NeoMutt/20171215 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 14:50:41 -0000 --l736liopfsk5qzci Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 04, 2018 at 02:29:20AM +0000, Yuri Victorovich wrote: > +pre-build: > + @cd ${WRKSRC} && [ -e ${PORTNAME} ] || ${LN} -s . ${PORTNAME} > + > +do-build: > + @cd ${WRKSRC}/${GH_SUBDIR} && \ > + ${SETENV} ${MAKE_ENV} GOPATH=3D${WRKSRC} go build \ > + -ldflags=3D"-X github.com/${GH_ACCOUNT}graph/${GH_PROJECT}/version.Gi= tHash=3D${PORTVERSION}" \ > + -o ${PORTNAME}x \ > + -v ./cmd/cayley It does not make much sense to define both pre-build and do-build, put everything in do-build. --=20 Mathieu Arnold --l736liopfsk5qzci Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAABCgBmBQJbFVG8XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IsIAQAKHaKc0Hpw/8lcWGi/Yxlrfq xyBbipODPTVivKbjeESgFOF9uRfBmVOrNdAYk2rrAwSlYlzdtHkWwgMROEcC8XO9 2hTG/piHJIesMzWexArtd8XWT+fheHDl8hyeP1jesOwOrsKTzNnsO1rMXVioEtre vCq9LsUmaN67TO8RK0+2EVk0I6N6+9ctvBS6YWwsWtlWvQGxhC9ffhuZL3ALfx+I MbrFNwdxRMUCKTQGr6ciKTyece1/bdwv4AFgHOYcmiZpnm4occrDesmRn/kXTUu8 vePUEhpNegd1OF0CqOApOSh7abkxZpzX0MP+sm80cropjlEMAb/ckTWaQJqeJp7L yph356o8B29e2FFovMxwR4UsGz/towgnBkT0kIF08gbWaB6ISt3Zv6lWecmO/FaA F4kn0MtHEDe7xI8u2mjcoVxceJWmMGklsP7+zApi6JnoW9gPYlY2YObkVqOWKc5i +ZopkvIZoxhMyD/7XbIlolDW1Utk3d4Q6TJlHaC+XQnRcDPx4akoPURobNVur683 N6fUtOcemui5ukVZUPbHq4UW1K5gW3Plx1qvC84+DRb5ElG91gYp45Ho0S5fhFR/ blTAmxKW7ax3YxlWV0t+AteoxZQgRBs/9sdk09hpsRI1kyamwLzOe2JiCVJQWRjK Z+zYf5EXxmvgaddMMS/b =E1P9 -----END PGP SIGNATURE----- --l736liopfsk5qzci-- From owner-svn-ports-all@freebsd.org Mon Jun 4 14:53:19 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3877EFE9BB5; Mon, 4 Jun 2018 14:53:19 +0000 (UTC) (envelope-from danilo@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 DE72D6AE9E; Mon, 4 Jun 2018 14:53:18 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BECDD6F52; Mon, 4 Jun 2018 14:53:18 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54ErIGq061891; Mon, 4 Jun 2018 14:53:18 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54ErI31061890; Mon, 4 Jun 2018 14:53:18 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201806041453.w54ErI31061890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Mon, 4 Jun 2018 14:53:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471552 - head/x11-toolkits/p5-Gtk3 X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: head/x11-toolkits/p5-Gtk3 X-SVN-Commit-Revision: 471552 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 14:53:19 -0000 Author: danilo Date: Mon Jun 4 14:53:18 2018 New Revision: 471552 URL: https://svnweb.freebsd.org/changeset/ports/471552 Log: - Update to 0.034 Approved by: maintainer timeout (1 month) Modified: head/x11-toolkits/p5-Gtk3/Makefile head/x11-toolkits/p5-Gtk3/distinfo Modified: head/x11-toolkits/p5-Gtk3/Makefile ============================================================================== --- head/x11-toolkits/p5-Gtk3/Makefile Mon Jun 4 14:49:04 2018 (r471551) +++ head/x11-toolkits/p5-Gtk3/Makefile Mon Jun 4 14:53:18 2018 (r471552) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Gtk3 -PORTVERSION= 0.026 -PORTREVISION= 1 +PORTVERSION= 0.034 CATEGORIES= x11-toolkits lang perl5 MASTER_SITES= CPAN SF/${PORTNAME:tl}-perl/${PORTNAME}/${PORTVERSION} MASTER_SITE_SUBDIR= CPAN:XAOC Modified: head/x11-toolkits/p5-Gtk3/distinfo ============================================================================== --- head/x11-toolkits/p5-Gtk3/distinfo Mon Jun 4 14:49:04 2018 (r471551) +++ head/x11-toolkits/p5-Gtk3/distinfo Mon Jun 4 14:53:18 2018 (r471552) @@ -1,2 +1,3 @@ -SHA256 (Gtk3-0.026.tar.gz) = 083a857c45b9178603176f56402472633851c7e42f6a8c47fd7f6a18e9181319 -SIZE (Gtk3-0.026.tar.gz) = 53408 +TIMESTAMP = 1528113232 +SHA256 (Gtk3-0.034.tar.gz) = 0adb213b72604310cd4190c78969b4e46f94638c364040d4dceab8f629f45d2d +SIZE (Gtk3-0.034.tar.gz) = 56327 From owner-svn-ports-all@freebsd.org Mon Jun 4 15:09:57 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C065FEB36F; Mon, 4 Jun 2018 15:09:57 +0000 (UTC) (envelope-from danilo@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 CA7676B8A7; Mon, 4 Jun 2018 15:09:56 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A6D4170FB; Mon, 4 Jun 2018 15:09:56 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54F9u2h067213; Mon, 4 Jun 2018 15:09:56 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54F9tax067208; Mon, 4 Jun 2018 15:09:55 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201806041509.w54F9tax067208@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Mon, 4 Jun 2018 15:09:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471553 - in head/devel: . p5-Goo-Canvas2 X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: in head/devel: . p5-Goo-Canvas2 X-SVN-Commit-Revision: 471553 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 15:09:57 -0000 Author: danilo Date: Mon Jun 4 15:09:55 2018 New Revision: 471553 URL: https://svnweb.freebsd.org/changeset/ports/471553 Log: New port: devel/p5-Goo-Canvas2 Perl binding for GooCanvas2 widget using Glib::Object::Introspection GooCanvas2 is a new canvas widget for use with Gtk3 that uses the Cairo 2d library for drawing. This is a simple and basic implementation of this wonderful Canvas widget. Added: head/devel/p5-Goo-Canvas2/ - copied from r465767, head/devel/p5-Goo-Canvas/ Modified: head/devel/Makefile head/devel/p5-Goo-Canvas2/Makefile head/devel/p5-Goo-Canvas2/distinfo head/devel/p5-Goo-Canvas2/pkg-descr head/devel/p5-Goo-Canvas2/pkg-plist Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jun 4 14:53:18 2018 (r471552) +++ head/devel/Makefile Mon Jun 4 15:09:55 2018 (r471553) @@ -2667,6 +2667,7 @@ SUBDIR += p5-Glib2 SUBDIR += p5-Gnome2-GConf SUBDIR += p5-Goo-Canvas + SUBDIR += p5-Goo-Canvas2 SUBDIR += p5-Google-Checkout SUBDIR += p5-Google-ProtocolBuffers SUBDIR += p5-Gravatar-URL Modified: head/devel/p5-Goo-Canvas2/Makefile ============================================================================== --- head/devel/p5-Goo-Canvas/Makefile Tue Mar 27 22:04:53 2018 (r465767) +++ head/devel/p5-Goo-Canvas2/Makefile Mon Jun 4 15:09:55 2018 (r471553) @@ -1,38 +1,26 @@ -# Created by: Sylvio Cesar Teixeira +# Created by: Danilo Egea Gondolfo # $FreeBSD$ PORTNAME= Goo-Canvas PORTVERSION= 0.06 -PORTREVISION= 7 CATEGORIES= devel perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:PERLMAX PKGNAMEPREFIX= p5- +PKGNAMESUFFIX= 2 +DISTNAME= GooCanvas2-${PORTVERSION} -MAINTAINER= perl@FreeBSD.org -COMMENT= Perl interface to the GooCanvas +MAINTAINER= danilo@FreeBSD.org +COMMENT= Perl binding for GooCanvas2 LICENSE= GPLv2 -BUILD_DEPENDS= p5-Cairo>=0:graphics/p5-Cairo \ - p5-ExtUtils-Depends>=0:devel/p5-ExtUtils-Depends \ - p5-ExtUtils-PkgConfig>=1:devel/p5-ExtUtils-PkgConfig \ - p5-Glib2>=0:devel/p5-Glib2 \ - p5-Gtk2>=0:x11-toolkits/p5-Gtk2 -LIB_DEPENDS= libgoocanvas.so:graphics/goocanvas \ - libfreetype.so:print/freetype2 \ - libfontconfig.so:x11-fonts/fontconfig -RUN_DEPENDS= p5-Cairo>=0:graphics/p5-Cairo \ - p5-Glib2>=0:devel/p5-Glib2 \ - p5-Gtk2>=0:x11-toolkits/p5-Gtk2 +LIB_DEPENDS= libgoocanvas-2.0.so:graphics/goocanvas2 +RUN_DEPENDS= p5-Glib2>=1.210:devel/p5-Glib2 \ + p5-Gtk3>=0.026:x11-toolkits/p5-Gtk3 -USE_GNOME= pango gtk20 -USE_PERL5= configure -USE_XORG= xrender USES= perl5 - -MAKE_JOBS_UNSAFE= yes - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Goo/Canvas/Canvas.so +USE_PERL5= configure +USE_GNOME= gtk30 .include Modified: head/devel/p5-Goo-Canvas2/distinfo ============================================================================== --- head/devel/p5-Goo-Canvas/distinfo Tue Mar 27 22:04:53 2018 (r465767) +++ head/devel/p5-Goo-Canvas2/distinfo Mon Jun 4 15:09:55 2018 (r471553) @@ -1,2 +1,3 @@ -SHA256 (Goo-Canvas-0.06.tar.gz) = 0c588c507eed5e62d12ed1cc1e491c6ff3a1f59c4fb3d435e14214b37ab39251 -SIZE (Goo-Canvas-0.06.tar.gz) = 106070 +TIMESTAMP = 1522200963 +SHA256 (GooCanvas2-0.06.tar.gz) = e24c87873e19063dd4d5e2c709caacf8c0ae8881044395bb865dc2b4fdd63b50 +SIZE (GooCanvas2-0.06.tar.gz) = 4684 Modified: head/devel/p5-Goo-Canvas2/pkg-descr ============================================================================== --- head/devel/p5-Goo-Canvas/pkg-descr Tue Mar 27 22:04:53 2018 (r465767) +++ head/devel/p5-Goo-Canvas2/pkg-descr Mon Jun 4 15:09:55 2018 (r471553) @@ -1,3 +1,7 @@ -Perl interface to the GooCanvas +Perl binding for GooCanvas2 widget using Glib::Object::Introspection -WWW: http://search.cpan.org/dist/Goo-Canvas/ +GooCanvas2 is a new canvas widget for use with Gtk3 +that uses the Cairo 2d library for drawing. This is a +simple and basic implementation of this wonderful Canvas widget. + +WWW: https://metacpan.org/release/GooCanvas2 Modified: head/devel/p5-Goo-Canvas2/pkg-plist ============================================================================== --- head/devel/p5-Goo-Canvas/pkg-plist Tue Mar 27 22:04:53 2018 (r465767) +++ head/devel/p5-Goo-Canvas2/pkg-plist Mon Jun 4 15:09:55 2018 (r471553) @@ -1,68 +1,2 @@ -bin/perlmine.pl -bin/perltetris.pl -%%PERL5_MAN1%%/perlmine.pl.1.gz -%%PERL5_MAN1%%/perltetris.pl.1.gz -%%SITE_ARCH%%/Goo/Cairo/Matrix.pod -%%SITE_ARCH%%/Goo/Cairo/Pattern.pod -%%SITE_ARCH%%/Goo/Canvas.pm -%%SITE_ARCH%%/Goo/Canvas.pod -%%SITE_ARCH%%/Goo/Canvas/Bounds.pod -%%SITE_ARCH%%/Goo/Canvas/Ellipse.pod -%%SITE_ARCH%%/Goo/Canvas/EllipseModel.pod -%%SITE_ARCH%%/Goo/Canvas/Group.pod -%%SITE_ARCH%%/Goo/Canvas/GroupModel.pod -%%SITE_ARCH%%/Goo/Canvas/Image.pod -%%SITE_ARCH%%/Goo/Canvas/ImageModel.pod -%%SITE_ARCH%%/Goo/Canvas/Install/Files.pm -%%SITE_ARCH%%/Goo/Canvas/Install/goocanvas-perl-autogen.h -%%SITE_ARCH%%/Goo/Canvas/Install/goocanvas-perl-version.h -%%SITE_ARCH%%/Goo/Canvas/Install/goocanvas-perl.h -%%SITE_ARCH%%/Goo/Canvas/Install/goocanvas-perl.typemap -%%SITE_ARCH%%/Goo/Canvas/Install/goocanvas.typemap -%%SITE_ARCH%%/Goo/Canvas/Item.pod -%%SITE_ARCH%%/Goo/Canvas/ItemModel.pod -%%SITE_ARCH%%/Goo/Canvas/ItemSimple.pod -%%SITE_ARCH%%/Goo/Canvas/LineDash.pod -%%SITE_ARCH%%/Goo/Canvas/Path.pod -%%SITE_ARCH%%/Goo/Canvas/PathModel.pod -%%SITE_ARCH%%/Goo/Canvas/Points.pod -%%SITE_ARCH%%/Goo/Canvas/Polyline.pod -%%SITE_ARCH%%/Goo/Canvas/PolylineModel.pod -%%SITE_ARCH%%/Goo/Canvas/Rect.pod -%%SITE_ARCH%%/Goo/Canvas/RectModel.pod -%%SITE_ARCH%%/Goo/Canvas/Style.pod -%%SITE_ARCH%%/Goo/Canvas/Table.pod -%%SITE_ARCH%%/Goo/Canvas/TableModel.pod -%%SITE_ARCH%%/Goo/Canvas/Text.pod -%%SITE_ARCH%%/Goo/Canvas/TextModel.pod -%%SITE_ARCH%%/Goo/Canvas/Widget.pod -%%SITE_ARCH%%/Goo/Canvas/index.pod -%%SITE_ARCH%%/auto/Goo/Canvas/Canvas.so -%%PERL5_MAN3%%/Goo::Cairo::Matrix.3.gz -%%PERL5_MAN3%%/Goo::Cairo::Pattern.3.gz -%%PERL5_MAN3%%/Goo::Canvas.3.gz -%%PERL5_MAN3%%/Goo::Canvas::Bounds.3.gz -%%PERL5_MAN3%%/Goo::Canvas::Ellipse.3.gz -%%PERL5_MAN3%%/Goo::Canvas::EllipseModel.3.gz -%%PERL5_MAN3%%/Goo::Canvas::Group.3.gz -%%PERL5_MAN3%%/Goo::Canvas::GroupModel.3.gz -%%PERL5_MAN3%%/Goo::Canvas::Image.3.gz -%%PERL5_MAN3%%/Goo::Canvas::ImageModel.3.gz -%%PERL5_MAN3%%/Goo::Canvas::Item.3.gz -%%PERL5_MAN3%%/Goo::Canvas::ItemModel.3.gz -%%PERL5_MAN3%%/Goo::Canvas::ItemSimple.3.gz -%%PERL5_MAN3%%/Goo::Canvas::LineDash.3.gz -%%PERL5_MAN3%%/Goo::Canvas::Path.3.gz -%%PERL5_MAN3%%/Goo::Canvas::PathModel.3.gz -%%PERL5_MAN3%%/Goo::Canvas::Points.3.gz -%%PERL5_MAN3%%/Goo::Canvas::Polyline.3.gz -%%PERL5_MAN3%%/Goo::Canvas::PolylineModel.3.gz -%%PERL5_MAN3%%/Goo::Canvas::Rect.3.gz -%%PERL5_MAN3%%/Goo::Canvas::RectModel.3.gz -%%PERL5_MAN3%%/Goo::Canvas::Style.3.gz -%%PERL5_MAN3%%/Goo::Canvas::Table.3.gz -%%PERL5_MAN3%%/Goo::Canvas::TableModel.3.gz -%%PERL5_MAN3%%/Goo::Canvas::Text.3.gz -%%PERL5_MAN3%%/Goo::Canvas::TextModel.3.gz -%%PERL5_MAN3%%/Goo::Canvas::Widget.3.gz -%%PERL5_MAN3%%/Goo::Canvas::index.3.gz +%%SITE_PERL%%/GooCanvas2.pm +%%PERL5_MAN3%%/GooCanvas2.3.gz From owner-svn-ports-all@freebsd.org Mon Jun 4 15:12:06 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECBE9FEB73B; Mon, 4 Jun 2018 15:12:05 +0000 (UTC) (envelope-from danilo@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 9CA2D6BCFB; Mon, 4 Jun 2018 15:12:05 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5BFCE726B; Mon, 4 Jun 2018 15:12:05 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54FC5mn072105; Mon, 4 Jun 2018 15:12:05 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54FC44Y072101; Mon, 4 Jun 2018 15:12:04 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201806041512.w54FC44Y072101@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Mon, 4 Jun 2018 15:12:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471554 - in head/x11-toolkits: . p5-Gtk3-SimpleList X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: in head/x11-toolkits: . p5-Gtk3-SimpleList X-SVN-Commit-Revision: 471554 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 15:12:06 -0000 Author: danilo Date: Mon Jun 4 15:12:04 2018 New Revision: 471554 URL: https://svnweb.freebsd.org/changeset/ports/471554 Log: New port: x11-toolkits/p5-Gtk3-SimpleList A simple interface to Gtk3's complex MVC list widget. SimpleList is a simple interface to the powerful but complex Gtk3::TreeView and Gtk3::ListStore combination, implementing using tied arrays to make thing simple and easy. Added: head/x11-toolkits/p5-Gtk3-SimpleList/ head/x11-toolkits/p5-Gtk3-SimpleList/Makefile (contents, props changed) head/x11-toolkits/p5-Gtk3-SimpleList/distinfo (contents, props changed) head/x11-toolkits/p5-Gtk3-SimpleList/pkg-descr (contents, props changed) head/x11-toolkits/p5-Gtk3-SimpleList/pkg-plist (contents, props changed) Modified: head/x11-toolkits/Makefile Modified: head/x11-toolkits/Makefile ============================================================================== --- head/x11-toolkits/Makefile Mon Jun 4 15:09:55 2018 (r471553) +++ head/x11-toolkits/Makefile Mon Jun 4 15:12:04 2018 (r471554) @@ -160,6 +160,7 @@ SUBDIR += p5-Gtk2-TrayIcon SUBDIR += p5-Gtk2-Unique SUBDIR += p5-Gtk3 + SUBDIR += p5-Gtk3-SimpleList SUBDIR += p5-Pango SUBDIR += p5-Prima SUBDIR += p5-Tk Added: head/x11-toolkits/p5-Gtk3-SimpleList/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/p5-Gtk3-SimpleList/Makefile Mon Jun 4 15:12:04 2018 (r471554) @@ -0,0 +1,22 @@ +# Created by: Danilo Egea Gondolfo +# $FreeBSD$ + +PORTNAME= Gtk3-SimpleList +PORTVERSION= 0.17 +CATEGORIES= x11-toolkits perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:TVIGNAUD +PKGNAMEPREFIX= p5- + +MAINTAINER= danilo@FreeBSD.org +COMMENT= Simple interface to Gtk3's complex MVC list widget + +LICENSE= LGPL21 + +BUILD_DEPENDS= p5-Gtk3>=0.026:x11-toolkits/p5-Gtk3 +RUN_DEPENDS= p5-Gtk3>=0.026:x11-toolkits/p5-Gtk3 + +USES= perl5 +USE_PERL5= configure + +.include Added: head/x11-toolkits/p5-Gtk3-SimpleList/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/p5-Gtk3-SimpleList/distinfo Mon Jun 4 15:12:04 2018 (r471554) @@ -0,0 +1,3 @@ +TIMESTAMP = 1522196037 +SHA256 (Gtk3-SimpleList-0.17.tar.gz) = ed201f74a9ff3542b7cc260159e87ca5894c24a5b182a39d6f86bb84669c9053 +SIZE (Gtk3-SimpleList-0.17.tar.gz) = 18817 Added: head/x11-toolkits/p5-Gtk3-SimpleList/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/p5-Gtk3-SimpleList/pkg-descr Mon Jun 4 15:12:04 2018 (r471554) @@ -0,0 +1,7 @@ +A simple interface to Gtk3's complex MVC list widget. + +SimpleList is a simple interface to the powerful but +complex Gtk3::TreeView and Gtk3::ListStore combination, +implementing using tied arrays to make thing simple and easy. + +WWW: https://metacpan.org/release/Gtk3-SimpleList Added: head/x11-toolkits/p5-Gtk3-SimpleList/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/p5-Gtk3-SimpleList/pkg-plist Mon Jun 4 15:12:04 2018 (r471554) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Gtk3/SimpleList.pm +%%PERL5_MAN3%%/Gtk3::SimpleList.3.gz From owner-svn-ports-all@freebsd.org Mon Jun 4 15:13:17 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E04FFEBAAD; Mon, 4 Jun 2018 15:13:17 +0000 (UTC) (envelope-from misha@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 CBB926BED7; Mon, 4 Jun 2018 15:13:16 +0000 (UTC) (envelope-from misha@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 AD0E3728A; Mon, 4 Jun 2018 15:13:16 +0000 (UTC) (envelope-from misha@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54FDG7U072267; Mon, 4 Jun 2018 15:13:16 GMT (envelope-from misha@FreeBSD.org) Received: (from misha@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54FDG7k072265; Mon, 4 Jun 2018 15:13:16 GMT (envelope-from misha@FreeBSD.org) Message-Id: <201806041513.w54FDG7k072265@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: misha set sender to misha@FreeBSD.org using -f From: Mikhail Pchelin Date: Mon, 4 Jun 2018 15:13:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471555 - head/mail/offlineimap X-SVN-Group: ports-head X-SVN-Commit-Author: misha X-SVN-Commit-Paths: head/mail/offlineimap X-SVN-Commit-Revision: 471555 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 15:13:17 -0000 Author: misha Date: Mon Jun 4 15:13:16 2018 New Revision: 471555 URL: https://svnweb.freebsd.org/changeset/ports/471555 Log: - update from 7.1.5 to 7.2.0 Modified: head/mail/offlineimap/Makefile head/mail/offlineimap/distinfo Modified: head/mail/offlineimap/Makefile ============================================================================== --- head/mail/offlineimap/Makefile Mon Jun 4 15:12:04 2018 (r471554) +++ head/mail/offlineimap/Makefile Mon Jun 4 15:13:16 2018 (r471555) @@ -3,7 +3,7 @@ PORTNAME= offlineimap DISTVERSIONPREFIX= v -DISTVERSION= 7.1.5 +DISTVERSION= 7.2.0 CATEGORIES= mail python MAINTAINER= mp39590@gmail.com Modified: head/mail/offlineimap/distinfo ============================================================================== --- head/mail/offlineimap/distinfo Mon Jun 4 15:12:04 2018 (r471554) +++ head/mail/offlineimap/distinfo Mon Jun 4 15:13:16 2018 (r471555) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518031230 -SHA256 (OfflineIMAP-offlineimap-v7.1.5_GH0.tar.gz) = 8e28e786a00768e8a97d9f049406744829212cffb69903ffbb15faa1479d43e1 -SIZE (OfflineIMAP-offlineimap-v7.1.5_GH0.tar.gz) = 711529 +TIMESTAMP = 1528120539 +SHA256 (OfflineIMAP-offlineimap-v7.2.0_GH0.tar.gz) = b6c8c6dbd67ec7cd6228a40866b5d6143f707d78faf9603d9328c9bc43fdf7c4 +SIZE (OfflineIMAP-offlineimap-v7.2.0_GH0.tar.gz) = 715558 From owner-svn-ports-all@freebsd.org Mon Jun 4 15:20:30 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97ED6FEC8E2; Mon, 4 Jun 2018 15:20:30 +0000 (UTC) (envelope-from adridg@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 3BA6B6C9ED; Mon, 4 Jun 2018 15:20:30 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 18CC2728F; Mon, 4 Jun 2018 15:20:30 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54FKTEr072713; Mon, 4 Jun 2018 15:20:29 GMT (envelope-from adridg@FreeBSD.org) Received: (from adridg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54FKT4X072712; Mon, 4 Jun 2018 15:20:29 GMT (envelope-from adridg@FreeBSD.org) Message-Id: <201806041520.w54FKT4X072712@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adridg set sender to adridg@FreeBSD.org using -f From: Adriaan de Groot Date: Mon, 4 Jun 2018 15:20:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471556 - head/www/qt5-webengine X-SVN-Group: ports-head X-SVN-Commit-Author: adridg X-SVN-Commit-Paths: head/www/qt5-webengine X-SVN-Commit-Revision: 471556 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 15:20:30 -0000 Author: adridg Date: Mon Jun 4 15:20:29 2018 New Revision: 471556 URL: https://svnweb.freebsd.org/changeset/ports/471556 Log: Make www/qt5-webengine use Clang 6 Build WebEngine with Clang 6, following the example of Chromium and Iridium. PR: 227683 Submitted by: jbeich Reviewed by: tcberner Differential Revision: https://reviews.freebsd.org/D15662 Modified: head/www/qt5-webengine/Makefile Modified: head/www/qt5-webengine/Makefile ============================================================================== --- head/www/qt5-webengine/Makefile Mon Jun 4 15:13:16 2018 (r471555) +++ head/www/qt5-webengine/Makefile Mon Jun 4 15:20:29 2018 (r471556) @@ -20,6 +20,7 @@ PORTNAME= webengine DISTVERSION= ${QT5_VERSION} +PORTREVISION= 1 CATEGORIES= www PKGNAMEPREFIX= qt5- @@ -86,11 +87,15 @@ ALL_TARGET= first .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-10 - -BUILD_DEPENDS+= clang50:devel/llvm50 -CC= clang50 -CXX= clang++50 .endif # ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 + +# 1101513 is 11-STABLE after merging clang, llvm, lld, lldb, compiler-rt and +# libc++ 6.0.0 release, and several follow-up fixes. +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1101513 +BUILD_DEPENDS+= clang60:devel/llvm60 +CC= clang60 +CXX= clang++60 +.endif # ${OPSYS} == FreeBSD && ${OSVERSION} < 1101513 # We need ar(1) from ports because the Chromium code uses the @file syntax. # We then need to ensure ld(1) from ports is used because of the archives ar(1) From owner-svn-ports-all@freebsd.org Mon Jun 4 15:22:13 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1F97FECBB0; Mon, 4 Jun 2018 15:22:13 +0000 (UTC) (envelope-from zeising@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 800AD6CCE8; Mon, 4 Jun 2018 15:22:13 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 612587402; Mon, 4 Jun 2018 15:22:13 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54FMD5Q077526; Mon, 4 Jun 2018 15:22:13 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54FMDlJ077517; Mon, 4 Jun 2018 15:22:13 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201806041522.w54FMDlJ077517@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Mon, 4 Jun 2018 15:22:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471557 - head/cad/gtkwave X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: head/cad/gtkwave X-SVN-Commit-Revision: 471557 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 15:22:14 -0000 Author: zeising Date: Mon Jun 4 15:22:12 2018 New Revision: 471557 URL: https://svnweb.freebsd.org/changeset/ports/471557 Log: cad/gtkwave: Update to 3.3.91 Modified: head/cad/gtkwave/Makefile head/cad/gtkwave/distinfo Modified: head/cad/gtkwave/Makefile ============================================================================== --- head/cad/gtkwave/Makefile Mon Jun 4 15:20:29 2018 (r471556) +++ head/cad/gtkwave/Makefile Mon Jun 4 15:22:12 2018 (r471557) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gtkwave -PORTVERSION= 3.3.90 +PORTVERSION= 3.3.91 CATEGORIES= cad MASTER_SITES= http://gtkwave.sourceforge.net/ Modified: head/cad/gtkwave/distinfo ============================================================================== --- head/cad/gtkwave/distinfo Mon Jun 4 15:20:29 2018 (r471556) +++ head/cad/gtkwave/distinfo Mon Jun 4 15:22:12 2018 (r471557) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527876242 -SHA256 (gtkwave-3.3.90.tar.gz) = d5b000c68b1811db6b90be4a22ecc3dfe87aed9efe402264472d29892d882ee0 -SIZE (gtkwave-3.3.90.tar.gz) = 4189255 +TIMESTAMP = 1528113588 +SHA256 (gtkwave-3.3.91.tar.gz) = 82a42fba9fd6e8e5e07da40d9759a881ed9e40dc52dd31a519953bcf87c4e9ee +SIZE (gtkwave-3.3.91.tar.gz) = 4189023 From owner-svn-ports-all@freebsd.org Mon Jun 4 15:31:54 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D4C5FEDBF1; Mon, 4 Jun 2018 15:31:54 +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 AE2AE6D837; Mon, 4 Jun 2018 15:31:53 +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 7510A7575; Mon, 4 Jun 2018 15:31:53 +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 w54FVrJD080424; Mon, 4 Jun 2018 15:31:53 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54FVqC4080421; Mon, 4 Jun 2018 15:31:52 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201806041531.w54FVqC4080421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Mon, 4 Jun 2018 15:31:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471558 - head/sysutils/unetbootin X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/sysutils/unetbootin X-SVN-Commit-Revision: 471558 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 15:31:54 -0000 Author: danfe Date: Mon Jun 4 15:31:52 2018 New Revision: 471558 URL: https://svnweb.freebsd.org/changeset/ports/471558 Log: - Update `sysutils/unetbootin' to version 661, which had added support for Ubuntu 18.04 and some minor bugfixes - The project had moved to GitHub from SF, but do not switch to USE_GITHUB just yet (distfile size would be 16257579 bytes in this case, apparently because upstream does not know how to prepare GitHub releases properly) - Amend the regex when patching `main.cpp' for better ${PREFIX} support: previously it was not covering `/usr/bin/unetbootin' Found out via: repology.org Modified: head/sysutils/unetbootin/Makefile head/sysutils/unetbootin/distinfo head/sysutils/unetbootin/pkg-descr Modified: head/sysutils/unetbootin/Makefile ============================================================================== --- head/sysutils/unetbootin/Makefile Mon Jun 4 15:22:12 2018 (r471557) +++ head/sysutils/unetbootin/Makefile Mon Jun 4 15:31:52 2018 (r471558) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= unetbootin -PORTVERSION= 657 +PORTVERSION= 661 CATEGORIES= sysutils -MASTER_SITES= SF/${PORTNAME}/UNetbootin/${PORTVERSION} +MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/ DISTNAME= ${PORTNAME}-source-${PORTVERSION} MAINTAINER= danfe@FreeBSD.org @@ -23,7 +23,7 @@ QMAKE_ARGS= DEFINES+=LOCALBASE=\\\\\\\"${LOCALBASE}\\\ NO_WRKSUBDIR= yes post-patch: - @${REINPLACE_CMD} -e 's,/usr/share,${PREFIX}/share,g' \ + @${REINPLACE_CMD} -e 's,/usr/,${PREFIX}/,g' \ ${WRKSRC}/main.cpp do-configure: Modified: head/sysutils/unetbootin/distinfo ============================================================================== --- head/sysutils/unetbootin/distinfo Mon Jun 4 15:22:12 2018 (r471557) +++ head/sysutils/unetbootin/distinfo Mon Jun 4 15:31:52 2018 (r471558) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508836950 -SHA256 (unetbootin-source-657.tar.gz) = eacf0d8e7d712a34ae41f01c9a4c03cf01dd9a36284cd67475670c0ab5787690 -SIZE (unetbootin-source-657.tar.gz) = 749244 +TIMESTAMP = 1524913051 +SHA256 (unetbootin-source-661.tar.gz) = 0f909a1a473617e3b8d40d14741b6de58697c48b4c4c782d3d427a82a3b9cd10 +SIZE (unetbootin-source-661.tar.gz) = 768431 Modified: head/sysutils/unetbootin/pkg-descr ============================================================================== --- head/sysutils/unetbootin/pkg-descr Mon Jun 4 15:22:12 2018 (r471557) +++ head/sysutils/unetbootin/pkg-descr Mon Jun 4 15:31:52 2018 (r471558) @@ -3,4 +3,4 @@ and other Linux distributions without burning a CD. T supplied ISO image cannot be directly written to USB drive or SD card to get a bootable media. -WWW: http://unetbootin.sourceforge.net/ +WWW: http://unetbootin.github.io/ From owner-svn-ports-all@freebsd.org Mon Jun 4 15:37:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E2B9FEE4DB; Mon, 4 Jun 2018 15:37:24 +0000 (UTC) (envelope-from yuri@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 B154A6DCD5; Mon, 4 Jun 2018 15:37:23 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 8F5E975B9; Mon, 4 Jun 2018 15:37:23 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54FbN7r082996; Mon, 4 Jun 2018 15:37:23 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54FbNQS082995; Mon, 4 Jun 2018 15:37:23 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806041537.w54FbNQS082995@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 4 Jun 2018 15:37:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471559 - head/databases/cayley X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/databases/cayley X-SVN-Commit-Revision: 471559 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 15:37:24 -0000 Author: yuri Date: Mon Jun 4 15:37:23 2018 New Revision: 471559 URL: https://svnweb.freebsd.org/changeset/ports/471559 Log: databases/cayley: Merge pre-build into do-build Reported by: mat Modified: head/databases/cayley/Makefile Modified: head/databases/cayley/Makefile ============================================================================== --- head/databases/cayley/Makefile Mon Jun 4 15:31:52 2018 (r471558) +++ head/databases/cayley/Makefile Mon Jun 4 15:37:23 2018 (r471559) @@ -70,10 +70,8 @@ post-patch: s|github.com/olivere/elastic|gopkg.in/olivere/elastic.v5|; \ s|gopkg.in/mgo.v2-unstable|gopkg.in/mgo.v2|' -pre-build: - @cd ${WRKSRC} && [ -e ${PORTNAME} ] || ${LN} -s . ${PORTNAME} - do-build: + @cd ${WRKSRC} && [ -e ${PORTNAME} ] || ${LN} -s . ${PORTNAME} @cd ${WRKSRC}/${GH_SUBDIR} && \ ${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} go build \ -ldflags="-X github.com/${GH_ACCOUNT}graph/${GH_PROJECT}/version.GitHash=${PORTVERSION}" \ From owner-svn-ports-all@freebsd.org Mon Jun 4 15:55:55 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8147FF044B; Mon, 4 Jun 2018 15:55:55 +0000 (UTC) (envelope-from m@absolight.fr) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "prod2.absolight.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 60D756EE5C; Mon, 4 Jun 2018 15:55:55 +0000 (UTC) (envelope-from m@absolight.fr) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id D6DD7BDD1E; Mon, 4 Jun 2018 17:55:53 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 98631BDC89; Mon, 4 Jun 2018 17:55:53 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id F308D6111; Mon, 4 Jun 2018 17:55:52 +0200 (CEST) Received: by ogg.in.absolight.net (Postfix, from userid 501) id B21576D62524; Mon, 4 Jun 2018 17:55:52 +0200 (CEST) Date: Mon, 4 Jun 2018 17:55:52 +0200 From: Mathieu Arnold To: Alexey Dokuchaev Cc: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r471272 - head/Mk/Scripts Message-ID: <20180604155552.nyruiecglgcqvfwv@ogg.in.absolight.net> References: <201806011620.w51GKmJu004402@repo.freebsd.org> <20180604101817.GA43725@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ko6tvfytqdwyc2xg" Content-Disposition: inline In-Reply-To: <20180604101817.GA43725@FreeBSD.org> User-Agent: NeoMutt/20171215 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 15:55:56 -0000 --ko6tvfytqdwyc2xg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 04, 2018 at 10:18:17AM +0000, Alexey Dokuchaev wrote: > On Fri, Jun 01, 2018 at 04:20:48PM +0000, Mathieu Arnold wrote: > > New Revision: 471272 > > URL: https://svnweb.freebsd.org/changeset/ports/471272 > >=20 > > Log: > > SC2164: Use 'cd ... || exit' or 'cd ... || return' in case cd fails. > > =20 > > cd can fail for a variety of reasons: misspelled paths, missing > > directories, missing permissions, broken symlinks and more. >=20 > That's why I'd typically use 'set -e' as a safety net in case I forgot > to handle some command's failure. Yes, note it is only in qa.sh that this was needed, because it is the only one without `set -e`. From what I remember, using it was not possible, I do not remember the details though. Feel free to audit the script to figure out if it is still the case. --=20 Mathieu Arnold --ko6tvfytqdwyc2xg Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAABCgBmBQJbFWEIXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85I8m8QAJ2FxQvAzTVmco5BqZ/v6ZFo 0ngHkfON44C/b+FvWsdUdPCINXGbnMDFGZMj1bxVuFkdYr15NvFmomMCF0uawQBZ oShIzOjry7RTMLmfHPSy3XbpRr9gnUHiUUxb3JrfL+diIQYZAds98r4R5V8KK3XX gArdOVqsdEM0f6zkuvscKDl70D5CDiadQzMq8thyIlplGpN2t+46Nbog3Sr2Jnpl AO1x0Hxi6Af6a8ZBtD1DZ1brPz4eVNdXXyqGMnez2xNKa/SqQC+hZyfUqXQ1aGsf jce2ZA5pFHxutNwCWl//SRE0f40s36L4STmQ7aMnDcz6pLe4I7feOcYO1UphwHBz e64ZVKANsM2Z9B42xmmBxZwi+yAf0gWig88KKH8nJL1FkdoU1yD2rX4lzBXqHc89 g9Y3Vow1gIIF242JtaHmPwg0EDSmh7zqtNAgsCgP+4fndcSyuVHNT+mESBwtiWIH SETBw9Rp0Ax7hSy0ajXZDrAeRlRqUl4p+2vJ9IId+RqDCkw5x8T09fLOhODG/VAm gFaN7JDdVDUOSPZt6WPqBZarTaWEX5unXJAIUBzmcFfi1/uO6JUgRZcjViUl4h3I 01L7G87XCVEDM71xQHU+U/bZLrOFoRJErv91nWzNOCnYuxlAYAouE0iOUhrtBjxy WNg9yvzihkUXf89shpog =lo2k -----END PGP SIGNATURE----- --ko6tvfytqdwyc2xg-- From owner-svn-ports-all@freebsd.org Mon Jun 4 16:08:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B8ADFF17F0; Mon, 4 Jun 2018 16:08:24 +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 F172F6FA9E; Mon, 4 Jun 2018 16:08:23 +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 C78E97A82; Mon, 4 Jun 2018 16:08:23 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54G8N7u098061; Mon, 4 Jun 2018 16:08:23 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54G8NhH098059; Mon, 4 Jun 2018 16:08:23 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201806041608.w54G8NhH098059@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 4 Jun 2018 16:08:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471560 - head/math/ipopt X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/math/ipopt X-SVN-Commit-Revision: 471560 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 16:08:24 -0000 Author: riggs Date: Mon Jun 4 16:08:22 2018 New Revision: 471560 URL: https://svnweb.freebsd.org/changeset/ports/471560 Log: Update to upstream version 3.12.10 (bugfix release) MFH: 2018Q2 Modified: head/math/ipopt/Makefile head/math/ipopt/distinfo head/math/ipopt/pkg-plist Modified: head/math/ipopt/Makefile ============================================================================== --- head/math/ipopt/Makefile Mon Jun 4 15:37:23 2018 (r471559) +++ head/math/ipopt/Makefile Mon Jun 4 16:08:22 2018 (r471560) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Ipopt -DISTVERSION= 3.12.9 +DISTVERSION= 3.12.10 CATEGORIES= math MASTER_SITES= http://www.coin-or.org/download/source/Ipopt/ \ http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/OLD/:metis \ Modified: head/math/ipopt/distinfo ============================================================================== --- head/math/ipopt/distinfo Mon Jun 4 15:37:23 2018 (r471559) +++ head/math/ipopt/distinfo Mon Jun 4 16:08:22 2018 (r471560) @@ -1,6 +1,6 @@ -TIMESTAMP = 1522551519 -SHA256 (Ipopt-3.12.9.tgz) = 8ff3fe1a8560896fc5559839a87c2530cac4ed231b0806e487bfd3cf2d294ab8 -SIZE (Ipopt-3.12.9.tgz) = 4519545 +TIMESTAMP = 1528124002 +SHA256 (Ipopt-3.12.10.tgz) = e1a3ad09e41edbfe41948555ece0bdc78757a5ca764b6be5a9a127af2e202d2e +SIZE (Ipopt-3.12.10.tgz) = 4521250 SHA256 (metis-4.0.3.tar.gz) = 5efa35de80703c1b2c4d0de080fafbcf4e0d363a21149a1ad2f96e0144841a55 SIZE (metis-4.0.3.tar.gz) = 522624 SHA256 (MUMPS_4.10.0.tar.gz) = d0f86f91a74c51a17a2ff1be9c9cee2338976f13a6d00896ba5b43a5ca05d933 Modified: head/math/ipopt/pkg-plist ============================================================================== --- head/math/ipopt/pkg-plist Mon Jun 4 15:37:23 2018 (r471559) +++ head/math/ipopt/pkg-plist Mon Jun 4 16:08:22 2018 (r471560) @@ -84,7 +84,7 @@ lib/libcoinmumps.so.1 lib/libcoinmumps.so.1.6.0 lib/libipopt.so lib/libipopt.so.1 -lib/libipopt.so.1.10.9 +lib/libipopt.so.1.10.10 libdata/pkgconfig/coinmetis.pc libdata/pkgconfig/coinmumps.pc libdata/pkgconfig/ipopt.pc From owner-svn-ports-all@freebsd.org Mon Jun 4 16:10:45 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71E11FF1A9F; Mon, 4 Jun 2018 16:10:45 +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 241326FC1E; Mon, 4 Jun 2018 16:10:45 +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 052E57A94; Mon, 4 Jun 2018 16:10:45 +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 w54GAiMO098352; Mon, 4 Jun 2018 16:10:44 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54GAi9x098350; Mon, 4 Jun 2018 16:10:44 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201806041610.w54GAi9x098350@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 4 Jun 2018 16:10:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r471561 - branches/2018Q2/math/ipopt X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: branches/2018Q2/math/ipopt X-SVN-Commit-Revision: 471561 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 16:10:45 -0000 Author: riggs Date: Mon Jun 4 16:10:44 2018 New Revision: 471561 URL: https://svnweb.freebsd.org/changeset/ports/471561 Log: MFH: r471560 Update to upstream version 3.12.10 (bugfix release) Approved by: ports-secteam (riggs) Modified: branches/2018Q2/math/ipopt/Makefile branches/2018Q2/math/ipopt/distinfo branches/2018Q2/math/ipopt/pkg-plist Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/math/ipopt/Makefile ============================================================================== --- branches/2018Q2/math/ipopt/Makefile Mon Jun 4 16:08:22 2018 (r471560) +++ branches/2018Q2/math/ipopt/Makefile Mon Jun 4 16:10:44 2018 (r471561) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Ipopt -DISTVERSION= 3.12.9 +DISTVERSION= 3.12.10 CATEGORIES= math MASTER_SITES= http://www.coin-or.org/download/source/Ipopt/ \ http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/OLD/:metis \ Modified: branches/2018Q2/math/ipopt/distinfo ============================================================================== --- branches/2018Q2/math/ipopt/distinfo Mon Jun 4 16:08:22 2018 (r471560) +++ branches/2018Q2/math/ipopt/distinfo Mon Jun 4 16:10:44 2018 (r471561) @@ -1,6 +1,6 @@ -TIMESTAMP = 1522551519 -SHA256 (Ipopt-3.12.9.tgz) = 8ff3fe1a8560896fc5559839a87c2530cac4ed231b0806e487bfd3cf2d294ab8 -SIZE (Ipopt-3.12.9.tgz) = 4519545 +TIMESTAMP = 1528124002 +SHA256 (Ipopt-3.12.10.tgz) = e1a3ad09e41edbfe41948555ece0bdc78757a5ca764b6be5a9a127af2e202d2e +SIZE (Ipopt-3.12.10.tgz) = 4521250 SHA256 (metis-4.0.3.tar.gz) = 5efa35de80703c1b2c4d0de080fafbcf4e0d363a21149a1ad2f96e0144841a55 SIZE (metis-4.0.3.tar.gz) = 522624 SHA256 (MUMPS_4.10.0.tar.gz) = d0f86f91a74c51a17a2ff1be9c9cee2338976f13a6d00896ba5b43a5ca05d933 Modified: branches/2018Q2/math/ipopt/pkg-plist ============================================================================== --- branches/2018Q2/math/ipopt/pkg-plist Mon Jun 4 16:08:22 2018 (r471560) +++ branches/2018Q2/math/ipopt/pkg-plist Mon Jun 4 16:10:44 2018 (r471561) @@ -84,7 +84,7 @@ lib/libcoinmumps.so.1 lib/libcoinmumps.so.1.6.0 lib/libipopt.so lib/libipopt.so.1 -lib/libipopt.so.1.10.9 +lib/libipopt.so.1.10.10 libdata/pkgconfig/coinmetis.pc libdata/pkgconfig/coinmumps.pc libdata/pkgconfig/ipopt.pc From owner-svn-ports-all@freebsd.org Mon Jun 4 16:22:25 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4CFBCFF2FCA; Mon, 4 Jun 2018 16:22:25 +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 01D1170C96; Mon, 4 Jun 2018 16:22: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 D87437DAB; Mon, 4 Jun 2018 16:22: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 w54GMOFG005764; Mon, 4 Jun 2018 16:22:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54GMO2E005763; Mon, 4 Jun 2018 16:22:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041622.w54GMO2E005763@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 16:22:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471562 - head/www/aria2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/aria2 X-SVN-Commit-Revision: 471562 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 16:22:25 -0000 Author: sunpoet Date: Mon Jun 4 16:22:24 2018 New Revision: 471562 URL: https://svnweb.freebsd.org/changeset/ports/471562 Log: Fix typo Submitted by: lightside Modified: head/www/aria2/Makefile Modified: head/www/aria2/Makefile ============================================================================== --- head/www/aria2/Makefile Mon Jun 4 16:10:44 2018 (r471561) +++ head/www/aria2/Makefile Mon Jun 4 16:22:24 2018 (r471562) @@ -43,7 +43,7 @@ PORTDOCS= * CA_BUNDLE_CONFIGURE_OFF=--without-ca-bundle CA_BUNDLE_CONFIGURE_ON= --with-ca-bundle=${LOCALBASE}/share/certs/ca-root-nss.crt CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss -CARES_CONFIGURE_WITH= libares +CARES_CONFIGURE_WITH= libcares CARES_LIB_DEPENDS= libcares.so:dns/c-ares NLS_CONFIGURE_OFF= --disable-nls --without-libintl-prefix NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} From owner-svn-ports-all@freebsd.org Mon Jun 4 16:22:32 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 665DFFF3001; Mon, 4 Jun 2018 16:22:32 +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 1ECE770D43; Mon, 4 Jun 2018 16:22: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 381DC7DB6; Mon, 4 Jun 2018 16:22:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54GMTnx008092; Mon, 4 Jun 2018 16:22:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54GMTFi008091; Mon, 4 Jun 2018 16:22:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041622.w54GMTFi008091@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 16:22:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471563 - head/archivers/p5-Archive-Tar-Wrapper X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/archivers/p5-Archive-Tar-Wrapper X-SVN-Commit-Revision: 471563 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 16:22:32 -0000 Author: sunpoet Date: Mon Jun 4 16:22:29 2018 New Revision: 471563 URL: https://svnweb.freebsd.org/changeset/ports/471563 Log: Update to 0.24 Changes: https://metacpan.org/changes/distribution/Archive-Tar-Wrapper Modified: head/archivers/p5-Archive-Tar-Wrapper/Makefile head/archivers/p5-Archive-Tar-Wrapper/distinfo Modified: head/archivers/p5-Archive-Tar-Wrapper/Makefile ============================================================================== --- head/archivers/p5-Archive-Tar-Wrapper/Makefile Mon Jun 4 16:22:24 2018 (r471562) +++ head/archivers/p5-Archive-Tar-Wrapper/Makefile Mon Jun 4 16:22:29 2018 (r471563) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Archive-Tar-Wrapper -PORTVERSION= 0.23 +PORTVERSION= 0.24 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/archivers/p5-Archive-Tar-Wrapper/distinfo ============================================================================== --- head/archivers/p5-Archive-Tar-Wrapper/distinfo Mon Jun 4 16:22:24 2018 (r471562) +++ head/archivers/p5-Archive-Tar-Wrapper/distinfo Mon Jun 4 16:22:29 2018 (r471563) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518456093 -SHA256 (Archive-Tar-Wrapper-0.23.tar.gz) = 4c02393a513619e123cff5f6bd3021b64b3e3146fac9dc2da02329de440674fa -SIZE (Archive-Tar-Wrapper-0.23.tar.gz) = 16287 +TIMESTAMP = 1528122522 +SHA256 (Archive-Tar-Wrapper-0.24.tar.gz) = 076e8a1946b4d45aa150151a2490b444c09fb6243b469a59e6aeba7e58278c72 +SIZE (Archive-Tar-Wrapper-0.24.tar.gz) = 32822 From owner-svn-ports-all@freebsd.org Mon Jun 4 16:22:36 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E742FF302E; Mon, 4 Jun 2018 16:22:36 +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 6A63870D93; Mon, 4 Jun 2018 16:22: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 4D2D47DB9; Mon, 4 Jun 2018 16:22: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 w54GMZQe008217; Mon, 4 Jun 2018 16:22:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54GMYTg008215; Mon, 4 Jun 2018 16:22:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041622.w54GMYTg008215@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 16:22:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471564 - head/devel/rubygem-sidekiq-scheduler X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-sidekiq-scheduler X-SVN-Commit-Revision: 471564 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 16:22:36 -0000 Author: sunpoet Date: Mon Jun 4 16:22:34 2018 New Revision: 471564 URL: https://svnweb.freebsd.org/changeset/ports/471564 Log: Update to 3.0.0 Changes: https://github.com/moove-it/sidekiq-scheduler/releases Modified: head/devel/rubygem-sidekiq-scheduler/Makefile head/devel/rubygem-sidekiq-scheduler/distinfo Modified: head/devel/rubygem-sidekiq-scheduler/Makefile ============================================================================== --- head/devel/rubygem-sidekiq-scheduler/Makefile Mon Jun 4 16:22:29 2018 (r471563) +++ head/devel/rubygem-sidekiq-scheduler/Makefile Mon Jun 4 16:22:34 2018 (r471564) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sidekiq-scheduler -PORTVERSION= 2.2.2 +PORTVERSION= 3.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-sidekiq-scheduler/distinfo ============================================================================== --- head/devel/rubygem-sidekiq-scheduler/distinfo Mon Jun 4 16:22:29 2018 (r471563) +++ head/devel/rubygem-sidekiq-scheduler/distinfo Mon Jun 4 16:22:34 2018 (r471564) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526403708 -SHA256 (rubygem/sidekiq-scheduler-2.2.2.gem) = 4970bdea805d1eb21533c3b28ea9893b4286d68166c0b79ff0525d22c2d9a599 -SIZE (rubygem/sidekiq-scheduler-2.2.2.gem) = 19456 +TIMESTAMP = 1528122536 +SHA256 (rubygem/sidekiq-scheduler-3.0.0.gem) = 7cb5d230ea8e73f66ab2b3876542365d29b5be7f8269d671b3a467f462b868d8 +SIZE (rubygem/sidekiq-scheduler-3.0.0.gem) = 19968 From owner-svn-ports-all@freebsd.org Mon Jun 4 16:22:40 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDC8BFF306C; Mon, 4 Jun 2018 16:22: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 7F77170E52; Mon, 4 Jun 2018 16:22:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 605717DBA; Mon, 4 Jun 2018 16:22: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 w54GMe2v008346; Mon, 4 Jun 2018 16:22:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54GMdYY008344; Mon, 4 Jun 2018 16:22:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041622.w54GMdYY008344@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 16:22:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471565 - head/german/mythes X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/german/mythes X-SVN-Commit-Revision: 471565 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 16:22:41 -0000 Author: sunpoet Date: Mon Jun 4 16:22:39 2018 New Revision: 471565 URL: https://svnweb.freebsd.org/changeset/ports/471565 Log: Update to 2018.06.03 Modified: head/german/mythes/Makefile head/german/mythes/distinfo Modified: head/german/mythes/Makefile ============================================================================== --- head/german/mythes/Makefile Mon Jun 4 16:22:34 2018 (r471564) +++ head/german/mythes/Makefile Mon Jun 4 16:22:39 2018 (r471565) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2018.05.27 +PORTVERSION= 2018.06.03 CATEGORIES= german textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ DISTNAME= Deutscher-Thesaurus-${PORTVERSION:C/\.//g} Modified: head/german/mythes/distinfo ============================================================================== --- head/german/mythes/distinfo Mon Jun 4 16:22:34 2018 (r471564) +++ head/german/mythes/distinfo Mon Jun 4 16:22:39 2018 (r471565) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527515160 -SHA256 (mythes/Deutscher-Thesaurus-20180527.oxt) = aecb7f43dad63f44a1f02a5c3dc7605722609f906d982fe0616d7fbc9ea8a2b6 -SIZE (mythes/Deutscher-Thesaurus-20180527.oxt) = 8930237 +TIMESTAMP = 1528123528 +SHA256 (mythes/Deutscher-Thesaurus-20180603.oxt) = 069e08eec458baded174367e6bc42b19192da018fb4f148edd17ffd7403edb89 +SIZE (mythes/Deutscher-Thesaurus-20180603.oxt) = 8880715 From owner-svn-ports-all@freebsd.org Mon Jun 4 16:22:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1109CFF30B1; Mon, 4 Jun 2018 16:22:46 +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 94DF170F25; Mon, 4 Jun 2018 16:22:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6EB647DBB; Mon, 4 Jun 2018 16:22: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 w54GMjRa008474; Mon, 4 Jun 2018 16:22:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54GMjib008472; Mon, 4 Jun 2018 16:22:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041622.w54GMjib008472@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 16:22:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471566 - head/polish/hunspell X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/polish/hunspell X-SVN-Commit-Revision: 471566 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 16:22:46 -0000 Author: sunpoet Date: Mon Jun 4 16:22:44 2018 New Revision: 471566 URL: https://svnweb.freebsd.org/changeset/ports/471566 Log: Update to 20180603 Modified: head/polish/hunspell/Makefile head/polish/hunspell/distinfo Modified: head/polish/hunspell/Makefile ============================================================================== --- head/polish/hunspell/Makefile Mon Jun 4 16:22:39 2018 (r471565) +++ head/polish/hunspell/Makefile Mon Jun 4 16:22:44 2018 (r471566) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 20180526 +PORTVERSION= 20180603 CATEGORIES= polish textproc MASTER_SITES= https://sjp.pl/slownik/ort/ \ LOCAL/sunpoet/${PORTNAME} Modified: head/polish/hunspell/distinfo ============================================================================== --- head/polish/hunspell/distinfo Mon Jun 4 16:22:39 2018 (r471565) +++ head/polish/hunspell/distinfo Mon Jun 4 16:22:44 2018 (r471566) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527515215 -SHA256 (hunspell/sjp-myspell-pl-20180526.zip) = f9d9cdc9a9935e321660cd478f3c69bec87777d83b7fee8900c1a877b65e5b4e -SIZE (hunspell/sjp-myspell-pl-20180526.zip) = 1207491 +TIMESTAMP = 1528125052 +SHA256 (hunspell/sjp-myspell-pl-20180603.zip) = 22869c07c6a022bfc55c29492541d02164919f2cb2f8ee8bfe9d59bc3603f96e +SIZE (hunspell/sjp-myspell-pl-20180603.zip) = 1207640 From owner-svn-ports-all@freebsd.org Mon Jun 4 16:22:51 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90A61FF30EC; Mon, 4 Jun 2018 16:22:51 +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 B699870FFF; Mon, 4 Jun 2018 16:22:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7BB647DBD; Mon, 4 Jun 2018 16:22:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54GMohW008600; Mon, 4 Jun 2018 16:22:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54GMo5v008598; Mon, 4 Jun 2018 16:22:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041622.w54GMo5v008598@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 16:22:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471567 - head/textproc/sk-mythes X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/sk-mythes X-SVN-Commit-Revision: 471567 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 16:22:51 -0000 Author: sunpoet Date: Mon Jun 4 16:22:49 2018 New Revision: 471567 URL: https://svnweb.freebsd.org/changeset/ports/471567 Log: Update to 2018.06.03 Modified: head/textproc/sk-mythes/Makefile head/textproc/sk-mythes/distinfo Modified: head/textproc/sk-mythes/Makefile ============================================================================== --- head/textproc/sk-mythes/Makefile Mon Jun 4 16:22:44 2018 (r471566) +++ head/textproc/sk-mythes/Makefile Mon Jun 4 16:22:49 2018 (r471567) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2018.05.27 +PORTVERSION= 2018.06.03 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sk- Modified: head/textproc/sk-mythes/distinfo ============================================================================== --- head/textproc/sk-mythes/distinfo Mon Jun 4 16:22:44 2018 (r471566) +++ head/textproc/sk-mythes/distinfo Mon Jun 4 16:22:49 2018 (r471567) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527515171 -SHA256 (mythes/OOo-Thesaurus2-sk_SK-20180527.zip) = 2d3c8fb9538ae6d46f8155a725ab64354bdd64314df875b64fd0ad4402037166 -SIZE (mythes/OOo-Thesaurus2-sk_SK-20180527.zip) = 239453 +TIMESTAMP = 1528123539 +SHA256 (mythes/OOo-Thesaurus2-sk_SK-20180603.zip) = d7f9afcd04034c6761409e51617b2480490e0b933165eb542cd11c32832b3e19 +SIZE (mythes/OOo-Thesaurus2-sk_SK-20180603.zip) = 239453 From owner-svn-ports-all@freebsd.org Mon Jun 4 16:22:58 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64460FF3139; Mon, 4 Jun 2018 16:22:58 +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 A3A9B71121; Mon, 4 Jun 2018 16:22:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 766A07DBE; Mon, 4 Jun 2018 16:22:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54GMtGv008728; Mon, 4 Jun 2018 16:22:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54GMt2e008727; Mon, 4 Jun 2018 16:22:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041622.w54GMt2e008727@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 16:22:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471568 - head/astro/p5-Astro-satpass X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/astro/p5-Astro-satpass X-SVN-Commit-Revision: 471568 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 16:22:58 -0000 Author: sunpoet Date: Mon Jun 4 16:22:54 2018 New Revision: 471568 URL: https://svnweb.freebsd.org/changeset/ports/471568 Log: Update to 0.097 Changes: https://metacpan.org/changes/distribution/Astro-satpass Modified: head/astro/p5-Astro-satpass/Makefile head/astro/p5-Astro-satpass/distinfo Modified: head/astro/p5-Astro-satpass/Makefile ============================================================================== --- head/astro/p5-Astro-satpass/Makefile Mon Jun 4 16:22:49 2018 (r471567) +++ head/astro/p5-Astro-satpass/Makefile Mon Jun 4 16:22:54 2018 (r471568) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Astro-satpass -PORTVERSION= 0.096 +PORTVERSION= 0.097 CATEGORIES= astro perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/astro/p5-Astro-satpass/distinfo ============================================================================== --- head/astro/p5-Astro-satpass/distinfo Mon Jun 4 16:22:49 2018 (r471567) +++ head/astro/p5-Astro-satpass/distinfo Mon Jun 4 16:22:54 2018 (r471568) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527150425 -SHA256 (Astro-satpass-0.096.tar.gz) = e8efc059668a13831745773dc219a40d1fe8e2bdb08553182f4bdfb6ab8c59d7 -SIZE (Astro-satpass-0.096.tar.gz) = 551331 +TIMESTAMP = 1528122552 +SHA256 (Astro-satpass-0.097.tar.gz) = 7d79eb7daa12923ff5bb3d35bd7b854290dae9ab370e0be96faf43d353fba8c1 +SIZE (Astro-satpass-0.097.tar.gz) = 551603 From owner-svn-ports-all@freebsd.org Mon Jun 4 16:23:01 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31C6DFF315D; Mon, 4 Jun 2018 16:23:01 +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 CDDCF71175; Mon, 4 Jun 2018 16:23:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B03FA7DBF; Mon, 4 Jun 2018 16:23:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54GN0CQ008861; Mon, 4 Jun 2018 16:23:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54GN0Ym008859; Mon, 4 Jun 2018 16:23:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041623.w54GN0Ym008859@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 16:23:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471569 - head/astro/p5-Astro-SpaceTrack X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/astro/p5-Astro-SpaceTrack X-SVN-Commit-Revision: 471569 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 16:23:01 -0000 Author: sunpoet Date: Mon Jun 4 16:22:59 2018 New Revision: 471569 URL: https://svnweb.freebsd.org/changeset/ports/471569 Log: Update to 0.110 Changes: https://metacpan.org/changes/distribution/Astro-SpaceTrack Modified: head/astro/p5-Astro-SpaceTrack/Makefile head/astro/p5-Astro-SpaceTrack/distinfo Modified: head/astro/p5-Astro-SpaceTrack/Makefile ============================================================================== --- head/astro/p5-Astro-SpaceTrack/Makefile Mon Jun 4 16:22:54 2018 (r471568) +++ head/astro/p5-Astro-SpaceTrack/Makefile Mon Jun 4 16:22:59 2018 (r471569) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Astro-SpaceTrack -PORTVERSION= 0.109 +PORTVERSION= 0.110 CATEGORIES= astro perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/astro/p5-Astro-SpaceTrack/distinfo ============================================================================== --- head/astro/p5-Astro-SpaceTrack/distinfo Mon Jun 4 16:22:54 2018 (r471568) +++ head/astro/p5-Astro-SpaceTrack/distinfo Mon Jun 4 16:22:59 2018 (r471569) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527147274 -SHA256 (Astro-SpaceTrack-0.109.tar.gz) = 28751c53991a327635e5944eec7fb0f115588914e7a3d94299ad33ef6ea20608 -SIZE (Astro-SpaceTrack-0.109.tar.gz) = 172528 +TIMESTAMP = 1528122571 +SHA256 (Astro-SpaceTrack-0.110.tar.gz) = 04ff2e289c3b769cdbc439e54e81f09484892adfbfe4ed8ded1eb5f9a7feeecf +SIZE (Astro-SpaceTrack-0.110.tar.gz) = 172599 From owner-svn-ports-all@freebsd.org Mon Jun 4 16:23:09 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB554FF31AF; Mon, 4 Jun 2018 16:23: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 1A157712A2; Mon, 4 Jun 2018 16:23: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 DC4CB7DC0; Mon, 4 Jun 2018 16:23:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54GN5W7008987; Mon, 4 Jun 2018 16:23:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54GN5Vg008985; Mon, 4 Jun 2018 16:23:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041623.w54GN5Vg008985@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 16:23:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471570 - head/security/rubygem-net-ssh X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/rubygem-net-ssh X-SVN-Commit-Revision: 471570 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 16:23:09 -0000 Author: sunpoet Date: Mon Jun 4 16:23:05 2018 New Revision: 471570 URL: https://svnweb.freebsd.org/changeset/ports/471570 Log: Update to 5.0.1 Changes: https://github.com/net-ssh/net-ssh/blob/master/CHANGES.txt Modified: head/security/rubygem-net-ssh/Makefile head/security/rubygem-net-ssh/distinfo Modified: head/security/rubygem-net-ssh/Makefile ============================================================================== --- head/security/rubygem-net-ssh/Makefile Mon Jun 4 16:22:59 2018 (r471569) +++ head/security/rubygem-net-ssh/Makefile Mon Jun 4 16:23:05 2018 (r471570) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= net-ssh -PORTVERSION= 5.0.0 +PORTVERSION= 5.0.1 PORTEPOCH= 2 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-net-ssh/distinfo ============================================================================== --- head/security/rubygem-net-ssh/distinfo Mon Jun 4 16:22:59 2018 (r471569) +++ head/security/rubygem-net-ssh/distinfo Mon Jun 4 16:23:05 2018 (r471570) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527942707 -SHA256 (rubygem/net-ssh-5.0.0.gem) = b8c29fc8fcd5e5559364a49a24cb76d31e13bb87f0b3beaa2a08df32607a44ee -SIZE (rubygem/net-ssh-5.0.0.gem) = 130048 +TIMESTAMP = 1528122582 +SHA256 (rubygem/net-ssh-5.0.1.gem) = bc00713654656df554ed80b825fe72e1e609838d29d892cb1066f132338a4242 +SIZE (rubygem/net-ssh-5.0.1.gem) = 130048 From owner-svn-ports-all@freebsd.org Mon Jun 4 16:33:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31D75FF3FE2; Mon, 4 Jun 2018 16:33:24 +0000 (UTC) (envelope-from misha@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 D2EF571B2D; Mon, 4 Jun 2018 16:33:23 +0000 (UTC) (envelope-from misha@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 99E887F54; Mon, 4 Jun 2018 16:33:23 +0000 (UTC) (envelope-from misha@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54GXNPT014498; Mon, 4 Jun 2018 16:33:23 GMT (envelope-from misha@FreeBSD.org) Received: (from misha@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54GXNLl014496; Mon, 4 Jun 2018 16:33:23 GMT (envelope-from misha@FreeBSD.org) Message-Id: <201806041633.w54GXNLl014496@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: misha set sender to misha@FreeBSD.org using -f From: Mikhail Pchelin Date: Mon, 4 Jun 2018 16:33:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471571 - head/x11-fm/worker X-SVN-Group: ports-head X-SVN-Commit-Author: misha X-SVN-Commit-Paths: head/x11-fm/worker X-SVN-Commit-Revision: 471571 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 16:33:24 -0000 Author: misha Date: Mon Jun 4 16:33:22 2018 New Revision: 471571 URL: https://svnweb.freebsd.org/changeset/ports/471571 Log: - update from 3.14.0 to 3.15.1 Modified: head/x11-fm/worker/Makefile head/x11-fm/worker/distinfo head/x11-fm/worker/pkg-plist Modified: head/x11-fm/worker/Makefile ============================================================================== --- head/x11-fm/worker/Makefile Mon Jun 4 16:23:05 2018 (r471570) +++ head/x11-fm/worker/Makefile Mon Jun 4 16:33:22 2018 (r471571) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= worker -PORTVERSION= 3.14.0 +PORTVERSION= 3.15.1 CATEGORIES= x11-fm MASTER_SITES= http://www.boomerangsworld.de/cms/worker/downloads/ @@ -13,12 +13,13 @@ LICENSE= GPLv2 RUN_DEPENDS= bash:shells/bash -USES= compiler:c++11-lib pkgconfig shebangfix tar:bzip2 +USES= compiler:c++11-lib pkgconfig python:2.7 shebangfix tar:bzip2 GNU_CONFIGURE= yes USE_XORG= x11 xinerama SHEBANG_FILES= ${WRKSRC}/scripts/*.sh \ - ${WRKSRC}/scripts/xeditor + ${WRKSRC}/scripts/xeditor \ + ${WRKSRC}/scripts/find_file_by_chksum.py OPTIONS_DEFINE= AVFS HAL INOTIFY LUA XFT OPTIONS_DEFAULT= AVFS INOTIFY Modified: head/x11-fm/worker/distinfo ============================================================================== --- head/x11-fm/worker/distinfo Mon Jun 4 16:23:05 2018 (r471570) +++ head/x11-fm/worker/distinfo Mon Jun 4 16:33:22 2018 (r471571) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514980845 -SHA256 (worker-3.14.0.tar.bz2) = 192ffbee512d8a0828d33a30193f3a6de900a74556c963464762c18de566151b -SIZE (worker-3.14.0.tar.bz2) = 1556494 +TIMESTAMP = 1527867340 +SHA256 (worker-3.15.1.tar.bz2) = 1716b631a4539ac11f8e3f87772271d52535d44c3751b99de200d246e05d9b1c +SIZE (worker-3.15.1.tar.bz2) = 1549872 Modified: head/x11-fm/worker/pkg-plist ============================================================================== --- head/x11-fm/worker/pkg-plist Mon Jun 4 16:23:05 2018 (r471570) +++ head/x11-fm/worker/pkg-plist Mon Jun 4 16:33:22 2018 (r471571) @@ -87,6 +87,7 @@ share/applications/worker.desktop %%DATADIR%%/scripts/cd2ogg.sh %%DATADIR%%/scripts/cd2wav.sh %%DATADIR%%/scripts/displaywrapper_worker +%%DATADIR%%/scripts/find_file_by_chksum.py %%DATADIR%%/scripts/xeditor %%DATADIR%%/scripts/xliwrapper_worker %%DATADIR%%/config-updates/update-2.19.0-utf8.conf @@ -111,4 +112,6 @@ share/applications/worker.desktop %%DATADIR%%/config-updates/update-3.13.0.conf %%DATADIR%%/config-updates/update-3.14.0-utf8.conf %%DATADIR%%/config-updates/update-3.14.0.conf +%%DATADIR%%/config-updates/update-3.15.0-utf8.conf +%%DATADIR%%/config-updates/update-3.15.0.conf %%DATADIR%%/scripts/git_modified_files.sh From owner-svn-ports-all@freebsd.org Mon Jun 4 16:53:40 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5447EFF5CC1; Mon, 4 Jun 2018 16:53:40 +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 0CC86728B9; Mon, 4 Jun 2018 16:53:40 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id F4068EB11; Mon, 4 Jun 2018 16:53:39 +0000 (UTC) Date: Mon, 4 Jun 2018 16:53:39 +0000 From: Alexey Dokuchaev To: Rene Ladan Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r470651 - in head: . textproc textproc/py-pyelasticsearch Message-ID: <20180604165339.GA82978@FreeBSD.org> References: <201805221759.w4MHxbX8046554@repo.freebsd.org> <20180523035525.GA80933@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180523035525.GA80933@FreeBSD.org> User-Agent: Mutt/1.9.5 (2018-04-13) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 16:53:40 -0000 On Wed, May 23, 2018 at 03:55:25AM +0000, Alexey Dokuchaev wrote: > On Tue, May 22, 2018 at 05:59:37PM +0000, Rene Ladan wrote: > > New Revision: 470651 > > URL: https://svnweb.freebsd.org/changeset/ports/470651 > > > > Log: > > Remove expired port: > > 2018-05-21 textproc/py-pyelasticsearch: Not depended upon anymore > > Isn't it still usable on its own? Or it's something very special not > akin to your usual Python module? Did I miss your reply on this one Rene? ./danfe From owner-svn-ports-all@freebsd.org Mon Jun 4 17:01:39 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3F06FF68B1; Mon, 4 Jun 2018 17:01:38 +0000 (UTC) (envelope-from madpilot@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 9FA6772E04; Mon, 4 Jun 2018 17:01:38 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 666E4103D5; Mon, 4 Jun 2018 17:01:38 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54H1c7Q028620; Mon, 4 Jun 2018 17:01:38 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54H1aYX028610; Mon, 4 Jun 2018 17:01:36 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201806041701.w54H1aYX028610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 4 Jun 2018 17:01:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471572 - in head/net: ndpi ndpi/files ntopng ntopng/files X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in head/net: ndpi ndpi/files ntopng ntopng/files X-SVN-Commit-Revision: 471572 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 17:01:39 -0000 Author: madpilot Date: Mon Jun 4 17:01:36 2018 New Revision: 471572 URL: https://svnweb.freebsd.org/changeset/ports/471572 Log: - Update net/ndpi to 2.2.2 snapshot - Update net/ntopng to 3.4 snapshot - Change versioning scheme to conform to porter's handbook best practices - Bump PORTEPOCH to avoid version number going backwards - Remove patches included upstream - Remove unneeded USE_LDCONFIG in ntopng Deleted: head/net/ndpi/files/patch-fix-libcache.h head/net/ndpi/files/patch-libndpi.sym head/net/ntopng/files/patch-src_DivertInterface.cpp head/net/ntopng/files/patch-src_Utils.cpp head/net/ntopng/files/patch-third-party_mongoose_mongoose.c head/net/ntopng/files/patch-third-party_snmp_net.c Modified: head/net/ndpi/Makefile head/net/ndpi/distinfo head/net/ndpi/files/patch-autogen.sh head/net/ndpi/pkg-plist head/net/ntopng/Makefile head/net/ntopng/distinfo head/net/ntopng/files/patch-autogen.sh head/net/ntopng/files/patch-configure.seed head/net/ntopng/pkg-plist Modified: head/net/ndpi/Makefile ============================================================================== --- head/net/ndpi/Makefile Mon Jun 4 16:33:22 2018 (r471571) +++ head/net/ndpi/Makefile Mon Jun 4 17:01:36 2018 (r471572) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= ndpi -PORTVERSION= 2.2.2018.01.31 +PORTVERSION= 2.2.2.d20180406 +PORTEPOCH= 1 CATEGORIES= net MAINTAINER= madpilot@FreeBSD.org @@ -25,11 +26,18 @@ INSTALL_TARGET= install-strip USE_GITHUB= yes GH_ACCOUNT= ntop GH_PROJECT= nDPI -GH_TAGNAME= cf06823 +GH_TAGNAME= 0e11abc -PLIST_SUB= MAJOR_VER=${PORTVERSION:C/([[:digit:]])+\.([[:digit:]])+.*/\1.\2/}.0 +PLIST_SUB= MAJOR_VER=${PORTVERSION:R} post-patch: + @${REINPLACE_CMD} '/ndpi_config\.h/d' \ + ${WRKSRC}/src/include/ndpi_main.h cd ${WRKSRC} && ${SH} autogen.sh + +post-configure: + @${REINPLACE_CMD} -e 's/#define PACKAGE/#define NDPI_PACKAGE/g' \ + -e 's/#define VERSION/#define NDPI_VERSION/g' \ + ${WRKSRC}/configure .include Modified: head/net/ndpi/distinfo ============================================================================== --- head/net/ndpi/distinfo Mon Jun 4 16:33:22 2018 (r471571) +++ head/net/ndpi/distinfo Mon Jun 4 17:01:36 2018 (r471572) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521102931 -SHA256 (ntop-nDPI-2.2.2018.01.31-cf06823_GH0.tar.gz) = 8fd272ec7d65daa636dd63762b15b65fe062115e51560dd73f94a9fc55ff5a57 -SIZE (ntop-nDPI-2.2.2018.01.31-cf06823_GH0.tar.gz) = 19938657 +TIMESTAMP = 1528128978 +SHA256 (ntop-nDPI-2.2.2.d20180406-0e11abc_GH0.tar.gz) = f59b8b4d960fb6fe3bbf8d67785c6798c34165e12c217105de3860d8fac5c372 +SIZE (ntop-nDPI-2.2.2.d20180406-0e11abc_GH0.tar.gz) = 20449092 Modified: head/net/ndpi/files/patch-autogen.sh ============================================================================== --- head/net/ndpi/files/patch-autogen.sh Mon Jun 4 16:33:22 2018 (r471571) +++ head/net/ndpi/files/patch-autogen.sh Mon Jun 4 17:01:36 2018 (r471572) @@ -1,16 +1,16 @@ ---- autogen.sh.orig 2017-12-03 18:07:29 UTC +--- autogen.sh.orig 2018-04-06 15:23:12 UTC +++ autogen.sh -@@ -5,34 +5,4 @@ NDPI_MINOR="2" - NDPI_PATCH="0" +@@ -5,44 +5,9 @@ NDPI_MINOR="2" + NDPI_PATCH="2" NDPI_VERSION_SHORT="$NDPI_MAJOR.$NDPI_MINOR.$NDPI_PATCH" --/bin/rm -f configure config.h config.h.in src/lib/Makefile.in +-rm -f configure config.h config.h.in src/lib/Makefile.in - --AUTOCONF=$(which autoconf) --AUTOMAKE=$(which automake) --LIBTOOL=$(which libtool) --LIBTOOLIZE=$(which libtoolize) --AUTORECONF=$(which autoreconf) +-AUTOCONF=$(command -v autoconf) +-AUTOMAKE=$(command -v automake) +-LIBTOOL=$(command -v libtool) +-LIBTOOLIZE=$(command -v libtoolize) +-AUTORECONF=$(command -v autoreconf) - -if test -z $AUTOCONF; then - echo "autoconf is missing: please install it and try again" @@ -32,6 +32,16 @@ - exit -fi - - cat configure.seed | sed "s/@NDPI_MAJOR@/$NDPI_MAJOR/g" | sed "s/@NDPI_MINOR@/$NDPI_MINOR/g" | sed "s/@NDPI_PATCH@/$NDPI_PATCH/g" | sed "s/@NDPI_VERSION_SHORT@/$NDPI_VERSION_SHORT/g" > configure.ac + cat configure.seed | sed \ + -e "s/@NDPI_MAJOR@/$NDPI_MAJOR/g" \ + -e "s/@NDPI_MINOR@/$NDPI_MINOR/g" \ + -e "s/@NDPI_PATCH@/$NDPI_PATCH/g" \ + -e "s/@NDPI_VERSION_SHORT@/$NDPI_VERSION_SHORT/g" \ + > configure.ac +- -autoreconf -ivf +-cat configure | sed "s/#define PACKAGE/#define NDPI_PACKAGE/g" | sed "s/#define VERSION/#define NDPI_VERSION/g" > configure.tmp +-cat configure.tmp > configure +- +-chmod +x configure -./configure $* Modified: head/net/ndpi/pkg-plist ============================================================================== --- head/net/ndpi/pkg-plist Mon Jun 4 16:33:22 2018 (r471571) +++ head/net/ndpi/pkg-plist Mon Jun 4 17:01:36 2018 (r471572) @@ -1,6 +1,7 @@ bin/ndpiReader include/libndpi-%%MAJOR_VER%%/libndpi/libcache.h include/libndpi-%%MAJOR_VER%%/libndpi/ndpi_api.h +include/libndpi-%%MAJOR_VER%%/libndpi/ndpi_config.h include/libndpi-%%MAJOR_VER%%/libndpi/ndpi_define.h include/libndpi-%%MAJOR_VER%%/libndpi/ndpi_includes.h include/libndpi-%%MAJOR_VER%%/libndpi/ndpi_main.h Modified: head/net/ntopng/Makefile ============================================================================== --- head/net/ntopng/Makefile Mon Jun 4 16:33:22 2018 (r471571) +++ head/net/ntopng/Makefile Mon Jun 4 17:01:36 2018 (r471572) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= ntopng -PORTVERSION= 3.2.2018.03.13 +PORTVERSION= 3.4.d20180604 +PORTEPOCH= 1 CATEGORIES= net MAINTAINER= madpilot@FreeBSD.org @@ -24,14 +25,13 @@ USES= autoreconf cpe gmake libtool localbase mysql pa SUB_FILES= ntopng-geoipupdate.sh pkg-deinstall SHEBANG_FILES= httpdocs/misc/ntopng-add-user.sh GNU_CONFIGURE= yes -USE_LDCONFIG= yes USERS= ntopng GROUPS= ntopng USE_GITHUB= yes GH_ACCOUNT= ntop -GH_TAGNAME= a7d7655 +GH_TAGNAME= 468d1eb CPE_VENDOR= ntop Modified: head/net/ntopng/distinfo ============================================================================== --- head/net/ntopng/distinfo Mon Jun 4 16:33:22 2018 (r471571) +++ head/net/ntopng/distinfo Mon Jun 4 17:01:36 2018 (r471572) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521103085 -SHA256 (ntop-ntopng-3.2.2018.03.13-a7d7655_GH0.tar.gz) = 36d9fbd9135a7519d7eef85c6b9780387721c9253b9f29f97b4bcfb78e26a7f7 -SIZE (ntop-ntopng-3.2.2018.03.13-a7d7655_GH0.tar.gz) = 24195839 +TIMESTAMP = 1528128970 +SHA256 (ntop-ntopng-3.4.d20180604-468d1eb_GH0.tar.gz) = b021d7d97c2215997559bc164efca801ea889f00247ea3a16f3decf6bb2587d2 +SIZE (ntop-ntopng-3.4.d20180604-468d1eb_GH0.tar.gz) = 30715124 Modified: head/net/ntopng/files/patch-autogen.sh ============================================================================== --- head/net/ntopng/files/patch-autogen.sh Mon Jun 4 16:33:22 2018 (r471571) +++ head/net/ntopng/files/patch-autogen.sh Mon Jun 4 17:01:36 2018 (r471572) @@ -1,9 +1,9 @@ ---- autogen.sh.orig 2016-05-05 13:23:53 UTC +--- autogen.sh.orig 2018-06-04 09:56:33 UTC +++ autogen.sh -@@ -30,8 +30,3 @@ fi - cat configure.seed | sed "s/@VERSION@/$VERSION/g" | sed "s/@SHORT_VERSION@/$SHORT_VERSION/g" | sed "s/@GIT_TAG@/$GIT_TAG/g" | sed "s/@GIT_DATE@/$GIT_DATE/g" | sed "s/@GIT_RELEASE@/$GIT_RELEASE/g" | sed "s/@GIT_BRANCH@/$GIT_BRANCH/g" | sed "s/@PRO_GIT_RELEASE@/$PRO_GIT_RELEASE/g" | sed "s/@PRO_GIT_DATE@/$PRO_GIT_DATE/g" > configure.ac +@@ -38,8 +38,3 @@ cat configure.seed | sed \ + > configure.ac - /bin/rm -f config.h config.h.in *~ #* + rm -f config.h config.h.in *~ #* - -echo "Wait please..." -autoreconf -if Modified: head/net/ntopng/files/patch-configure.seed ============================================================================== --- head/net/ntopng/files/patch-configure.seed Mon Jun 4 16:33:22 2018 (r471571) +++ head/net/ntopng/files/patch-configure.seed Mon Jun 4 17:01:36 2018 (r471572) @@ -1,6 +1,6 @@ ---- configure.seed.orig 2018-01-12 09:48:20 UTC +--- configure.seed.orig 2018-06-04 09:56:33 UTC +++ configure.seed -@@ -29,26 +29,8 @@ fi +@@ -27,33 +27,8 @@ fi # On CentOS 6 `git rev-list HEAD --count` does not work # # @@ -25,38 +25,26 @@ - LDFLAGS="${LDFLAGS} -L/opt/local/lib" -fi - - if [ test -f /usr/bin/lsb_release ]; then - CODENAME=`/usr/bin/lsb_release -c|cut -f 2` - if [[ $CODENAME == "wheezy" ]]; then : -@@ -64,26 +46,7 @@ GIT_BRANCH="@GIT_BRANCH@" - PRO_GIT_RELEASE="@PRO_GIT_RELEASE@" - PRO_GIT_DATE="@PRO_GIT_DATE@" - --AC_MSG_CHECKING(for nDPI) --NDPI_HOME=./nDPI --if test -d "$NDPI_HOME" ; then : -- AC_MSG_RESULT(found in $NDPI_HOME) --else -- NDPI_HOME=../nDPI -- if test -d "$NDPI_HOME"; then : -- AC_MSG_RESULT(found in $NDPI_HOME) -- else -- NDPI_HOME=$HOME/nDPI -- if test -d "$NDPI_HOME"; then : -- AC_MSG_RESULT(found in $NDPI_HOME) -- else -- AC_MSG_RESULT(not found) -- echo "Please do cd ..; git clone https://github.com/ntop/nDPI.git; cd nDPI; ./autogen.sh; make; cd ../ntopng" -- echo " and try again" -- exit -- fi +-if [ test -f /usr/bin/lsb_release ]; then +- CODENAME=`/usr/bin/lsb_release -c|cut -f 2` +- if [[ $CODENAME == "wheezy" ]]; then : +- CPPFLAGS="${CPPFLAGS} -DOLD_NETFILTER_INTERFACE=1" - fi -fi -+NDPI_HOME=%%LOCALBASE%% +- + SHORT_MACHINE=`uname -m | cut -b1-3` - if test -d "/usr/include/openssl"; then : - AC_DEFINE_UNQUOTED(NO_SSL_DL, 1, [has openssl]) -@@ -438,18 +401,6 @@ GMAKE=`which gmake` + GIT_RELEASE="@GIT_RELEASE@" +@@ -94,7 +69,7 @@ AC_ARG_WITH(ndpi-includes, + PKG_CHECK_MODULES([NDPI], [libndpi >= 2.0], [ + NDPI_INC=`echo $NDPI_CFLAGS | sed -e "s/[ ]*$//"`/libndpi + # Use static libndpi library as building against the dynamic library fails +- NDPI_LIB="-Wl,-Bstatic $NDPI_LIBS -Wl,-Bdynamic" ++ NDPI_LIB="$NDPI_LIBS" + NDPI_LIB_DEP= + ], [ + AC_MSG_CHECKING(for nDPI source) +@@ -505,18 +480,6 @@ GMAKE=`which gmake` if test x$GMAKE = x then GMAKE="make" Modified: head/net/ntopng/pkg-plist ============================================================================== --- head/net/ntopng/pkg-plist Mon Jun 4 16:33:22 2018 (r471571) +++ head/net/ntopng/pkg-plist Mon Jun 4 17:01:36 2018 (r471572) @@ -21,6 +21,7 @@ man/man8/ntopng.8.gz %%DATADIR%%/httpdocs/css/bubble-chart.css %%DATADIR%%/httpdocs/css/cal-heatmap.css %%DATADIR%%/httpdocs/css/cubism.css +%%DATADIR%%/httpdocs/css/custom_theme.css %%DATADIR%%/httpdocs/css/datepicker.css %%DATADIR%%/httpdocs/css/dc.css %%DATADIR%%/httpdocs/css/flags.css @@ -185,9 +186,11 @@ man/man8/ntopng.8.gz %%DATADIR%%/httpdocs/js/ntop.min.js %%DATADIR%%/httpdocs/js/ntop.min.js.map %%DATADIR%%/httpdocs/js/ntopng_utils.js +%%DATADIR%%/httpdocs/js/ntopng_validators.js %%DATADIR%%/httpdocs/js/nv.d3.js %%DATADIR%%/httpdocs/js/pdfmake.js %%DATADIR%%/httpdocs/js/pie-chart.js +%%DATADIR%%/httpdocs/js/quotas_utils.js %%DATADIR%%/httpdocs/js/rickshaw.js %%DATADIR%%/httpdocs/js/ripe_widget_api.js %%DATADIR%%/httpdocs/js/sankey.js @@ -200,6 +203,7 @@ man/man8/ntopng.8.gz %%DATADIR%%/httpdocs/misc/ntopng-add-user.sh %%DATADIR%%/httpdocs/misc/ntopng_template_elk.json %%DATADIR%%/httpdocs/other/EtherOUI.txt +%%DATADIR%%/httpdocs/other/TimeZones.txt %%DATADIR%%/httpdocs/other/trackers.txt %%DATADIR%%/httpdocs/ssl/README %%DATADIR%%/httpdocs/ssl/ntopng-cert.pem.dummy @@ -218,6 +222,7 @@ man/man8/ntopng.8.gz %%DATADIR%%/scripts/callbacks/system/discover.lua %%DATADIR%%/scripts/callbacks/system/housekeeping.lua %%DATADIR%%/scripts/callbacks/system/minute.lua +%%DATADIR%%/scripts/callbacks/system/pinger.lua %%DATADIR%%/scripts/callbacks/system/second.lua %%DATADIR%%/scripts/callbacks/system/shutdown.lua %%DATADIR%%/scripts/callbacks/system/startup.lua @@ -225,7 +230,6 @@ man/man8/ntopng.8.gz %%DATADIR%%/scripts/callbacks/user_scripts/loader.lua %%DATADIR%%/scripts/callbacks/user_scripts/periodic/default.lua %%DATADIR%%/scripts/locales/en.lua -%%DATADIR%%/scripts/locales/it.lua %%DATADIR%%/scripts/lua/API.lua %%DATADIR%%/scripts/lua/about.lua %%DATADIR%%/scripts/lua/admin/add_user.lua @@ -247,6 +251,7 @@ man/man8/ntopng.8.gz %%DATADIR%%/scripts/lua/captive_portal.lua %%DATADIR%%/scripts/lua/change_password.lua %%DATADIR%%/scripts/lua/check_update.lua +%%DATADIR%%/scripts/lua/country_details.lua %%DATADIR%%/scripts/lua/country_stats.lua %%DATADIR%%/scripts/lua/discover.lua %%DATADIR%%/scripts/lua/do_export_data.lua @@ -257,6 +262,7 @@ man/man8/ntopng.8.gz %%DATADIR%%/scripts/lua/examples/sqlite.lua %%DATADIR%%/scripts/lua/export_data.lua %%DATADIR%%/scripts/lua/find_app.lua +%%DATADIR%%/scripts/lua/find_category.lua %%DATADIR%%/scripts/lua/find_host.lua %%DATADIR%%/scripts/lua/find_member.lua %%DATADIR%%/scripts/lua/find_prefs.lua @@ -291,6 +297,7 @@ man/man8/ntopng.8.gz %%DATADIR%%/scripts/lua/get_process_info.lua %%DATADIR%%/scripts/lua/get_processes_data.lua %%DATADIR%%/scripts/lua/get_system_hosts_interaction.lua +%%DATADIR%%/scripts/lua/get_top_realtime.lua %%DATADIR%%/scripts/lua/get_top_talkers.lua %%DATADIR%%/scripts/lua/get_treemap.lua %%DATADIR%%/scripts/lua/get_unknown_devices_data.lua @@ -343,19 +350,27 @@ man/man8/ntopng.8.gz %%DATADIR%%/scripts/lua/login.lua %%DATADIR%%/scripts/lua/logout.lua %%DATADIR%%/scripts/lua/mac_details.lua +%%DATADIR%%/scripts/lua/mac_pkt_distro.lua %%DATADIR%%/scripts/lua/mac_stats.lua %%DATADIR%%/scripts/lua/macs_stats.lua -%%DATADIR%%/scripts/lua/modules/alert_api.lua +%%DATADIR%%/scripts/lua/metrics.lua +%%DATADIR%%/scripts/lua/modules/alert_consts.lua +%%DATADIR%%/scripts/lua/modules/alert_endpoints/email.lua +%%DATADIR%%/scripts/lua/modules/alert_endpoints/nagios.lua +%%DATADIR%%/scripts/lua/modules/alert_endpoints/slack.lua %%DATADIR%%/scripts/lua/modules/alert_state_utils.lua %%DATADIR%%/scripts/lua/modules/alert_utils.lua %%DATADIR%%/scripts/lua/modules/as_utils.lua +%%DATADIR%%/scripts/lua/modules/base64.lua %%DATADIR%%/scripts/lua/modules/blacklist_utils.lua %%DATADIR%%/scripts/lua/modules/callback_utils.lua %%DATADIR%%/scripts/lua/modules/db_utils.lua %%DATADIR%%/scripts/lua/modules/discover_utils.lua %%DATADIR%%/scripts/lua/modules/dkjson.lua +%%DATADIR%%/scripts/lua/modules/doa_ox.lua %%DATADIR%%/scripts/lua/modules/flow_aggregation_utils.lua %%DATADIR%%/scripts/lua/modules/flow_utils.lua +%%DATADIR%%/scripts/lua/modules/format_utils.lua %%DATADIR%%/scripts/lua/modules/grafana/index.lua %%DATADIR%%/scripts/lua/modules/grafana/query.lua %%DATADIR%%/scripts/lua/modules/grafana/search.lua @@ -387,17 +402,18 @@ man/man8/ntopng.8.gz %%DATADIR%%/scripts/lua/modules/rrd_5min_dump_utils.lua %%DATADIR%%/scripts/lua/modules/rrd_min_dump_utils.lua %%DATADIR%%/scripts/lua/modules/rrd_utils.lua -%%DATADIR%%/scripts/lua/modules/slack_utils.lua %%DATADIR%%/scripts/lua/modules/sqlite_utils.lua %%DATADIR%%/scripts/lua/modules/template.lua %%DATADIR%%/scripts/lua/modules/template_utils.lua %%DATADIR%%/scripts/lua/modules/top_talkers_utils.lua +%%DATADIR%%/scripts/lua/modules/tz_utils.lua %%DATADIR%%/scripts/lua/modules/vlan_utils.lua %%DATADIR%%/scripts/lua/modules/voip_utils.lua %%DATADIR%%/scripts/lua/modules/xmlSimple.lua %%DATADIR%%/scripts/lua/network_details.lua %%DATADIR%%/scripts/lua/network_load.lua %%DATADIR%%/scripts/lua/network_stats.lua +%%DATADIR%%/scripts/lua/nindex.lua %%DATADIR%%/scripts/lua/os_stats.lua %%DATADIR%%/scripts/lua/page_not_found.lua %%DATADIR%%/scripts/lua/pid_stats.lua From owner-svn-ports-all@freebsd.org Mon Jun 4 17:25:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13036FD0B50; Mon, 4 Jun 2018 17:25:33 +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 B2C7D73D03; Mon, 4 Jun 2018 17:25:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 89C3E1073B; Mon, 4 Jun 2018 17:25:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54HPWFJ039946; Mon, 4 Jun 2018 17:25:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54HPW0B039945; Mon, 4 Jun 2018 17:25:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201806041725.w54HPW0B039945@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 4 Jun 2018 17:25:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471573 - head/astro/josm X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/astro/josm X-SVN-Commit-Revision: 471573 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 17:25:33 -0000 Author: amdmi3 Date: Mon Jun 4 17:25:31 2018 New Revision: 471573 URL: https://svnweb.freebsd.org/changeset/ports/471573 Log: - Update to 13878 Modified: head/astro/josm/Makefile head/astro/josm/distinfo Modified: head/astro/josm/Makefile ============================================================================== --- head/astro/josm/Makefile Mon Jun 4 17:01:36 2018 (r471572) +++ head/astro/josm/Makefile Mon Jun 4 17:25:31 2018 (r471573) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= josm -PORTVERSION= 13710 +PORTVERSION= 13878 CATEGORIES= astro java MASTER_SITES= http://josm.openstreetmap.de/download/ \ http://mirror.amdmi3.ru/distfiles/ Modified: head/astro/josm/distinfo ============================================================================== --- head/astro/josm/distinfo Mon Jun 4 17:01:36 2018 (r471572) +++ head/astro/josm/distinfo Mon Jun 4 17:25:31 2018 (r471573) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526308431 -SHA256 (josm-snapshot-13710.jar) = 29594073d8c15713292fd3844430562ed6ad49be80e53194df4f517c8a973e17 -SIZE (josm-snapshot-13710.jar) = 12917307 +TIMESTAMP = 1528129469 +SHA256 (josm-snapshot-13878.jar) = 7d6f4373d85345d704248b43d87f433a051825d55baef72157087b9ae95f0c39 +SIZE (josm-snapshot-13878.jar) = 13053351 From owner-svn-ports-all@freebsd.org Mon Jun 4 17:38:36 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3D09FD3224; Mon, 4 Jun 2018 17:38:36 +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 60E5F745C0; Mon, 4 Jun 2018 17:38:36 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 41E1A108E6; Mon, 4 Jun 2018 17:38:36 +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 w54HcaWF044861; Mon, 4 Jun 2018 17:38:36 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54HcafQ044860; Mon, 4 Jun 2018 17:38:36 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201806041738.w54HcafQ044860@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Mon, 4 Jun 2018 17:38:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471574 - head/x11/nvidia-driver X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/x11/nvidia-driver X-SVN-Commit-Revision: 471574 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 17:38:36 -0000 Author: danfe Date: Mon Jun 4 17:38:35 2018 New Revision: 471574 URL: https://svnweb.freebsd.org/changeset/ports/471574 Log: Unbreak nVidia drivers on recent -CURRENT, after memset() changes by mjg@ in r334533 have revealed an existing bug in the nVidia code. PR: 228709 Modified: head/x11/nvidia-driver/Makefile Modified: head/x11/nvidia-driver/Makefile ============================================================================== --- head/x11/nvidia-driver/Makefile Mon Jun 4 17:25:31 2018 (r471573) +++ head/x11/nvidia-driver/Makefile Mon Jun 4 17:38:35 2018 (r471574) @@ -118,12 +118,13 @@ post-patch: .SILENT ${REINPLACE_CMD} -E '/#include "machine\/\.\.\/linux(32)?\/linux.h"/ \ { x ; s/.*/#include "machine\/..\/..\/compat\/linux\/linux_ioctl.h"/ ; H ; x ; }' \ ${WRKSRC}/src/${NVSRC}/nvidia_linux.c -# Adjust `vm_object' locking after FreeBSD src r248084 +# Adjust `vm_object' locking after FreeBSD src r248084 and bogus memset() call ${REINPLACE_CMD} -e '/#include / \ { x ; s/.*/#include / ; G ; }' \ ${WRKSRC}/src/${NVSRC}/nv-freebsd.h - ${REINPLACE_CMD} -E 's/(VM_OBJECT_)(UN)?(LOCK)/\1W\2\3/' \ - ${WRKSRC}/src/${NVSRC}/nvidia_subr.c + ${REINPLACE_CMD} -E 's/(VM_OBJECT_)(UN)?(LOCK)/\1W\2\3/ ; \ + /memset/s/sizeof\(ci/sizeof(*ci/' \ + ${WRKSRC}/src/${NVSRC}/nvidia_subr.c # Adjust kmem(9) calls after FreeBSD src r254025 .if ${NVVERSION} < 331.067 ${REINPLACE_CMD} -e '/kmem_/s/kernel_map/kernel_arena/' \ From owner-svn-ports-all@freebsd.org Mon Jun 4 17:44:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25642FD3D3F; Mon, 4 Jun 2018 17:44:46 +0000 (UTC) (envelope-from fernape@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 CBE7D74AFE; Mon, 4 Jun 2018 17:44:45 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 A740310A77; Mon, 4 Jun 2018 17:44:45 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54HijeC050291; Mon, 4 Jun 2018 17:44:45 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54HiicJ050285; Mon, 4 Jun 2018 17:44:44 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <201806041744.w54HiicJ050285@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Mon, 4 Jun 2018 17:44:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471575 - in head/lang/ponyc: . files X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: in head/lang/ponyc: . files X-SVN-Commit-Revision: 471575 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 17:44:46 -0000 Author: fernape Date: Mon Jun 4 17:44:44 2018 New Revision: 471575 URL: https://svnweb.freebsd.org/changeset/ports/471575 Log: lang/ponyc: update to 0.22.2 PR: 228549 Reported by: greg@unrelenting.technology (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D15644 Modified: head/lang/ponyc/Makefile head/lang/ponyc/distinfo head/lang/ponyc/files/patch-Makefile head/lang/ponyc/pkg-plist Modified: head/lang/ponyc/Makefile ============================================================================== --- head/lang/ponyc/Makefile Mon Jun 4 17:38:35 2018 (r471574) +++ head/lang/ponyc/Makefile Mon Jun 4 17:44:44 2018 (r471575) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ponyc -PORTVERSION= 0.21.0 +DISTVERSION= 0.22.2 CATEGORIES= lang MAINTAINER= greg@unrelenting.technology @@ -25,17 +25,17 @@ MAKE_ARGS= config=release LLVM_VERSION= 50 -PLIST_SUB= VERSION="${PORTVERSION}" +PLIST_SUB= VERSION="${DISTVERSION}" USE_GITHUB= yes GH_ACCOUNT= ponylang PORTDOCS= *.md -MAKE_ENV= destdir=${STAGEDIR} prefix=${PREFIX} verbose=true +MAKE_ENV= prefix=${PREFIX} verbose=true post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pony/${PORTVERSION}/bin/ponyc + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pony/${DISTVERSION}/bin/ponyc post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/lang/ponyc/distinfo ============================================================================== --- head/lang/ponyc/distinfo Mon Jun 4 17:38:35 2018 (r471574) +++ head/lang/ponyc/distinfo Mon Jun 4 17:44:44 2018 (r471575) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513691860 -SHA256 (ponylang-ponyc-0.21.0_GH0.tar.gz) = 3a94719e8e7835a97b6d4b67945373346f723c1f85f756a80822f78d9705fd9b -SIZE (ponylang-ponyc-0.21.0_GH0.tar.gz) = 1371014 +TIMESTAMP = 1527444982 +SHA256 (ponylang-ponyc-0.22.2_GH0.tar.gz) = 7bf1290a4a3f6f74a12482ed1698b45d7766495958f1181e92564991ff7a09b6 +SIZE (ponylang-ponyc-0.22.2_GH0.tar.gz) = 1490218 Modified: head/lang/ponyc/files/patch-Makefile ============================================================================== --- head/lang/ponyc/files/patch-Makefile Mon Jun 4 17:38:35 2018 (r471574) +++ head/lang/ponyc/files/patch-Makefile Mon Jun 4 17:44:44 2018 (r471575) @@ -1,97 +1,13 @@ ---- Makefile.orig 2017-12-17 14:07:55 UTC +--- Makefile.orig 2018-05-27 18:29:53 UTC +++ Makefile -@@ -87,7 +87,8 @@ else - endif - - prefix ?= /usr/local --destdir ?= $(prefix)/lib/pony/$(tag) -+destdir ?= -+libdir ?= lib/pony/$(tag) - - LIB_EXT ?= a - BUILD_FLAGS = -march=$(arch) -mtune=$(tune) -Werror -Wconversion \ -@@ -244,10 +245,10 @@ ifndef LLVM_CONFIG - LLVM_CONFIG = llvm-config - LLVM_LINK = llvm-link - LLVM_OPT = opt -- else ifneq (,$(shell which llvm-config-5.0 2> /dev/null)) -- LLVM_CONFIG = llvm-config-5.0 -- LLVM_LINK = llvm-link-5.0 -- LLVM_OPT = opt-5.0 +@@ -221,6 +221,10 @@ ifndef LLVM_CONFIG + LLVM_CONFIG = llvm-config-3.9 + else ifneq (,$(shell which /usr/local/opt/llvm@3.9/bin/llvm-config 2> /dev/null)) + LLVM_CONFIG = /usr/local/opt/llvm@3.9/bin/llvm-config + else ifneq (,$(shell which llvm-config50 2> /dev/null)) + LLVM_CONFIG = llvm-config50 -+ LLVM_LINK = llvm-link50 -+ LLVM_OPT = opt50 - else ifneq (,$(shell which llvm-config-4.0 2> /dev/null)) - LLVM_CONFIG = llvm-config-4.0 - LLVM_LINK = llvm-link-4.0 -@@ -775,44 +776,44 @@ install: libponyc libponyrt libponyrt-pi - else - install: libponyc libponyrt ponyc - endif -- @mkdir -p $(destdir)/bin -- @mkdir -p $(destdir)/docs-support -- @mkdir -p $(destdir)/lib -- @mkdir -p $(destdir)/include/pony/detail -- $(SILENT)cp $(PONY_BUILD_DIR)/libponyrt.a $(destdir)/lib -+ @mkdir -p $(destdir)/$(prefix)/$(libdir)/bin -+ @mkdir -p $(destdir)/$(prefix)/$(libdir)/docs-support -+ @mkdir -p $(destdir)/$(prefix)/$(libdir)/lib -+ @mkdir -p $(destdir)/$(prefix)/$(libdir)/include/pony/detail -+ $(SILENT)cp $(PONY_BUILD_DIR)/libponyrt.a $(destdir)/$(prefix)/$(libdir)/lib - ifeq ($(OSTYPE),linux) -- $(SILENT)cp $(PONY_BUILD_DIR)/libponyrt-pic.a $(destdir)/lib -+ $(SILENT)cp $(PONY_BUILD_DIR)/libponyrt-pic.a $(destdir)/$(prefix)/$(libdir)/lib - endif - ifneq ($(wildcard $(PONY_BUILD_DIR)/libponyrt.bc),) -- $(SILENT)cp $(PONY_BUILD_DIR)/libponyrt.bc $(destdir)/lib -+ $(SILENT)cp $(PONY_BUILD_DIR)/libponyrt.bc $(destdir)/$(prefix)/$(libdir)/lib - endif - ifneq ($(wildcard $(PONY_BUILD_DIR)/libdtrace_probes.a),) -- $(SILENT)cp $(PONY_BUILD_DIR)/libdtrace_probes.a $(destdir)/lib -+ $(SILENT)cp $(PONY_BUILD_DIR)/libdtrace_probes.a $(destdir)/$(prefix)/$(libdir)/lib - endif -- $(SILENT)cp $(PONY_BUILD_DIR)/libponyc.a $(destdir)/lib -- $(SILENT)cp $(PONY_BUILD_DIR)/ponyc $(destdir)/bin -- $(SILENT)cp src/libponyrt/pony.h $(destdir)/include -- $(SILENT)cp src/common/pony/detail/atomics.h $(destdir)/include/pony/detail -- $(SILENT)cp -r packages $(destdir)/ -- $(SILENT)cp -r .docs/* $(destdir)/docs-support/ -+ $(SILENT)cp $(PONY_BUILD_DIR)/libponyc.a $(destdir)/$(prefix)/$(libdir)/lib -+ $(SILENT)cp $(PONY_BUILD_DIR)/ponyc $(destdir)/$(prefix)/$(libdir)/bin -+ $(SILENT)cp src/libponyrt/pony.h $(destdir)/$(prefix)/$(libdir)/include -+ $(SILENT)cp src/common/pony/detail/atomics.h $(destdir)/$(prefix)/$(libdir)/include/pony/detail -+ $(SILENT)cp -r packages $(destdir)/$(prefix)/$(libdir)/ -+ $(SILENT)cp -r .docs/* $(destdir)/$(prefix)/$(libdir)/docs-support/ - ifeq ($$(symlink),yes) -- @mkdir -p $(prefix)/bin -- @mkdir -p $(prefix)/lib -- @mkdir -p $(prefix)/include/pony/detail -- $(SILENT)ln $(symlink.flags) $(destdir)/bin/ponyc $(prefix)/bin/ponyc -- $(SILENT)ln $(symlink.flags) $(destdir)/lib/libponyrt.a $(prefix)/lib/libponyrt.a -+ @mkdir -p $(destdir)/$(prefix)/bin -+ @mkdir -p $(destdir)/$(prefix)/lib -+ @mkdir -p $(destdir)/$(prefix)/include/pony/detail -+ $(SILENT)ln $(symlink.flags) ../$(libdir)/bin/ponyc $(destdir)/$(prefix)/bin/ponyc -+ $(SILENT)ln $(symlink.flags) ../$(libdir)/lib/libponyrt.a $(destdir)/$(prefix)/lib/libponyrt.a - ifeq ($(OSTYPE),linux) -- $(SILENT)ln $(symlink.flags) $(destdir)/lib/libponyrt-pic.a $(prefix)/lib/libponyrt-pic.a -+ $(SILENT)ln $(symlink.flags) ../$(libdir)/lib/libponyrt-pic.a $(destdir)/$(prefix)/lib/libponyrt-pic.a - endif - ifneq ($(wildcard $(destdir)/lib/libponyrt.bc),) -- $(SILENT)ln $(symlink.flags) $(destdir)/lib/libponyrt.bc $(prefix)/lib/libponyrt.bc -+ $(SILENT)ln $(symlink.flags) ../$(libdir)/lib/libponyrt.bc $(destdir)/$(prefix)/lib/libponyrt.bc - endif - ifneq ($(wildcard $(PONY_BUILD_DIR)/libdtrace_probes.a),) -- $(SILENT)ln $(symlink.flags) $(destdir)/lib/libdtrace_probes.a $(prefix)/lib/libdtrace_probes.a -+ $(SILENT)ln $(symlink.flags) ../$(libdir)/lib/libdtrace_probes.a $(destdir)/$(prefix)/lib/libdtrace_probes.a - endif -- $(SILENT)ln $(symlink.flags) $(destdir)/lib/libponyc.a $(prefix)/lib/libponyc.a -- $(SILENT)ln $(symlink.flags) $(destdir)/include/pony.h $(prefix)/include/pony.h -- $(SILENT)ln $(symlink.flags) $(destdir)/include/pony/detail/atomics.h $(prefix)/include/pony/detail/atomics.h -+ $(SILENT)ln $(symlink.flags) ../$(libdir)/lib/libponyc.a $(destdir)/$(prefix)/lib/libponyc.a -+ $(SILENT)ln $(symlink.flags) ../$(libdir)/include/pony.h $(destdir)/$(prefix)/include/pony.h -+ $(SILENT)ln $(symlink.flags) ../$(libdir)/include/pony/detail/atomics.h $(destdir)/$(prefix)/include/pony/detail/atomics.h - endif - endef - ++ else ifneq (,$(shell which llvm-config40 2> /dev/null)) ++ LLVM_CONFIG = llvm-config40 + else ifneq (,$(shell which llvm-config39 2> /dev/null)) + LLVM_CONFIG = llvm-config39 + else ifneq (,$(shell which /usr/local/opt/llvm/bin/llvm-config 2> /dev/null)) Modified: head/lang/ponyc/pkg-plist ============================================================================== --- head/lang/ponyc/pkg-plist Mon Jun 4 17:38:35 2018 (r471574) +++ head/lang/ponyc/pkg-plist Mon Jun 4 17:44:44 2018 (r471575) @@ -4,7 +4,6 @@ include/pony/detail/atomics.h lib/libponyc.a lib/libponyrt.a lib/pony/%%VERSION%%/bin/ponyc -lib/pony/%%VERSION%%/docs-support/extra.js lib/pony/%%VERSION%%/include/pony.h lib/pony/%%VERSION%%/include/pony/detail/atomics.h lib/pony/%%VERSION%%/lib/libponyc.a @@ -144,10 +143,14 @@ lib/pony/%%VERSION%%/packages/net/http/url.pony lib/pony/%%VERSION%%/packages/net/http/url_encode.pony lib/pony/%%VERSION%%/packages/net/net.pony lib/pony/%%VERSION%%/packages/net/net_address.pony +lib/pony/%%VERSION%%/packages/net/ossocket.pony +lib/pony/%%VERSION%%/packages/net/ossockopt.pony lib/pony/%%VERSION%%/packages/net/ssl/_ssl_init.pony +lib/pony/%%VERSION%%/packages/net/ssl/_ssl_versions.pony lib/pony/%%VERSION%%/packages/net/ssl/ssl.pony lib/pony/%%VERSION%%/packages/net/ssl/ssl_connection.pony lib/pony/%%VERSION%%/packages/net/ssl/ssl_context.pony +lib/pony/%%VERSION%%/packages/net/ssl/ssl_versions.pony lib/pony/%%VERSION%%/packages/net/ssl/x509.pony lib/pony/%%VERSION%%/packages/net/tcp_connection.pony lib/pony/%%VERSION%%/packages/net/tcp_connection_notify.pony @@ -158,10 +161,11 @@ lib/pony/%%VERSION%%/packages/net/udp_socket.pony lib/pony/%%VERSION%%/packages/options/_test.pony lib/pony/%%VERSION%%/packages/options/env_vars.pony lib/pony/%%VERSION%%/packages/options/options.pony -lib/pony/%%VERSION%%/packages/ponybench/_auto_bench.pony -lib/pony/%%VERSION%%/packages/ponybench/_bench.pony -lib/pony/%%VERSION%%/packages/ponybench/_bench_async.pony -lib/pony/%%VERSION%%/packages/ponybench/_test.pony +lib/pony/%%VERSION%%/packages/ponybench/_aggregator.pony +lib/pony/%%VERSION%%/packages/ponybench/_output_manager.pony +lib/pony/%%VERSION%%/packages/ponybench/_results.pony +lib/pony/%%VERSION%%/packages/ponybench/_runner.pony +lib/pony/%%VERSION%%/packages/ponybench/benchmark.pony lib/pony/%%VERSION%%/packages/ponybench/pony_bench.pony lib/pony/%%VERSION%%/packages/ponytest/_color.pony lib/pony/%%VERSION%%/packages/ponytest/_group.pony @@ -211,6 +215,7 @@ lib/pony/%%VERSION%%/packages/time/time.pony lib/pony/%%VERSION%%/packages/time/timer.pony lib/pony/%%VERSION%%/packages/time/timer_notify.pony lib/pony/%%VERSION%%/packages/time/timers.pony +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/circle/main.pony %%PORTEXAMPLES%%%%EXAMPLESDIR%%/commandline/main.pony %%PORTEXAMPLES%%%%EXAMPLESDIR%%/counter/main.pony @@ -252,6 +257,7 @@ lib/pony/%%VERSION%%/packages/time/timers.pony %%PORTEXAMPLES%%%%EXAMPLESDIR%%/net/pong.pony %%PORTEXAMPLES%%%%EXAMPLESDIR%%/net/server.pony %%PORTEXAMPLES%%%%EXAMPLESDIR%%/overload/main.pony +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ponybench/main.pony %%PORTEXAMPLES%%%%EXAMPLESDIR%%/printargs/printargs.pony %%PORTEXAMPLES%%%%EXAMPLESDIR%%/producer-consumer/buffer.pony %%PORTEXAMPLES%%%%EXAMPLESDIR%%/producer-consumer/consumer.pony From owner-svn-ports-all@freebsd.org Mon Jun 4 18:01:36 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91A5CFD594D; Mon, 4 Jun 2018 18:01:36 +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 43256757DA; Mon, 4 Jun 2018 18:01:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 24C6610D6C; Mon, 4 Jun 2018 18:01:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I1asR059250; Mon, 4 Jun 2018 18:01:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I1ZjO059248; Mon, 4 Jun 2018 18:01:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041801.w54I1ZjO059248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:01:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471576 - head/databases/p5-DBICx-Deploy X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/p5-DBICx-Deploy X-SVN-Commit-Revision: 471576 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:01:36 -0000 Author: sunpoet Date: Mon Jun 4 18:01:35 2018 New Revision: 471576 URL: https://svnweb.freebsd.org/changeset/ports/471576 Log: Add LICENSE - Add NO_ARCH - Update WWW Modified: head/databases/p5-DBICx-Deploy/Makefile head/databases/p5-DBICx-Deploy/pkg-descr Modified: head/databases/p5-DBICx-Deploy/Makefile ============================================================================== --- head/databases/p5-DBICx-Deploy/Makefile Mon Jun 4 17:44:44 2018 (r471575) +++ head/databases/p5-DBICx-Deploy/Makefile Mon Jun 4 18:01:35 2018 (r471576) @@ -12,12 +12,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl 5 module to deploy a DBIx::Class schema +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-DBIx-Class>=0.07003:databases/p5-DBIx-Class \ p5-SQL-Translator>=0:databases/p5-SQL-Translator \ p5-DBD-SQLite>=0:databases/p5-DBD-SQLite RUN_DEPENDS= p5-DBIx-Class>=0.07003:databases/p5-DBIx-Class \ p5-SQL-Translator>=0:databases/p5-SQL-Translator +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/databases/p5-DBICx-Deploy/pkg-descr ============================================================================== --- head/databases/p5-DBICx-Deploy/pkg-descr Mon Jun 4 17:44:44 2018 (r471575) +++ head/databases/p5-DBICx-Deploy/pkg-descr Mon Jun 4 18:01:35 2018 (r471576) @@ -1,4 +1,4 @@ The Perl 5 module DBICx::Deploy deploys a DBIx::Class schema to a database. A command line script, dbicdeploy, is provided. -WWW: http://search.cpan.org/dist/DBICx-Deploy +WWW: https://metacpan.org/release/DBICx-Deploy From owner-svn-ports-all@freebsd.org Mon Jun 4 18:01:44 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2928DFD598C; Mon, 4 Jun 2018 18:01: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 3031C75874; Mon, 4 Jun 2018 18:01:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BB91E10D7A; Mon, 4 Jun 2018 18:01:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I1fUd059371; Mon, 4 Jun 2018 18:01:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I1fqw059369; Mon, 4 Jun 2018 18:01:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041801.w54I1fqw059369@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:01:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471577 - head/databases/p5-DMOZ-ParseRDF X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/p5-DMOZ-ParseRDF X-SVN-Commit-Revision: 471577 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:01:44 -0000 Author: sunpoet Date: Mon Jun 4 18:01:41 2018 New Revision: 471577 URL: https://svnweb.freebsd.org/changeset/ports/471577 Log: Add LICENSE - Add NO_ARCH - Update WWW Modified: head/databases/p5-DMOZ-ParseRDF/Makefile head/databases/p5-DMOZ-ParseRDF/pkg-descr Modified: head/databases/p5-DMOZ-ParseRDF/Makefile ============================================================================== --- head/databases/p5-DMOZ-ParseRDF/Makefile Mon Jun 4 18:01:35 2018 (r471576) +++ head/databases/p5-DMOZ-ParseRDF/Makefile Mon Jun 4 18:01:41 2018 (r471577) @@ -11,6 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Parse the gigantic dmoz.org content file into smaller parts +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/databases/p5-DMOZ-ParseRDF/pkg-descr ============================================================================== --- head/databases/p5-DMOZ-ParseRDF/pkg-descr Mon Jun 4 18:01:35 2018 (r471576) +++ head/databases/p5-DMOZ-ParseRDF/pkg-descr Mon Jun 4 18:01:41 2018 (r471577) @@ -4,4 +4,4 @@ around 1.3GB in size. The data is free to download and custom database but please make sure you read the license agreement at http://dmoz.org/license.html first. -WWW: http://search.cpan.org/dist/DMOZ-ParseRDF +WWW: https://metacpan.org/release/PAUL/DMOZ-ParseRDF-0.14 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:01:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9F71FD59FD; Mon, 4 Jun 2018 18:01:47 +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 7303E758DD; Mon, 4 Jun 2018 18:01:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 550A810D80; Mon, 4 Jun 2018 18:01:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I1lCS059494; Mon, 4 Jun 2018 18:01:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I1kPx059492; Mon, 4 Jun 2018 18:01:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041801.w54I1kPx059492@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:01:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471578 - head/databases/p5-POE-Component-RRDTool X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/p5-POE-Component-RRDTool X-SVN-Commit-Revision: 471578 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:01:48 -0000 Author: sunpoet Date: Mon Jun 4 18:01:46 2018 New Revision: 471578 URL: https://svnweb.freebsd.org/changeset/ports/471578 Log: Fix MASTER_SITES to make it fetchable - Add LICENSE - Remove USE_PERL5=patch: use REINPLACE_CMD instead of PERL - Fix and update WWW Modified: head/databases/p5-POE-Component-RRDTool/Makefile head/databases/p5-POE-Component-RRDTool/pkg-descr Modified: head/databases/p5-POE-Component-RRDTool/Makefile ============================================================================== --- head/databases/p5-POE-Component-RRDTool/Makefile Mon Jun 4 18:01:41 2018 (r471577) +++ head/databases/p5-POE-Component-RRDTool/Makefile Mon Jun 4 18:01:46 2018 (r471578) @@ -6,21 +6,24 @@ PORTVERSION= 0.18 PORTREVISION= 6 CATEGORIES= databases perl5 devel MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:TCAINE PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= POE interface to Round Robin Database Tools +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= rrdtool:databases/rrdtool \ p5-POE>=0:devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 -USE_PERL5= configure patch +USE_PERL5= configure CONFIGURE_ARGS= Modified: head/databases/p5-POE-Component-RRDTool/pkg-descr ============================================================================== --- head/databases/p5-POE-Component-RRDTool/pkg-descr Mon Jun 4 18:01:41 2018 (r471577) +++ head/databases/p5-POE-Component-RRDTool/pkg-descr Mon Jun 4 18:01:46 2018 (r471578) @@ -8,4 +8,4 @@ be used to create RRD files, update RRDs, retreive dat generate graphs from the databases. This module provides a POE wrapper around the rrdtool command line interface. -WWW: http://search.cpan.org/dist/POE-Component-RRDTool/ +WWW: https://metacpan.org/release/TCAINE/POE-Component-RRDTool-0.18 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:01:53 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38089FD5A46; Mon, 4 Jun 2018 18:01:53 +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 D07C175AAD; Mon, 4 Jun 2018 18:01:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AA55710D86; Mon, 4 Jun 2018 18:01:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I1qUI059597; Mon, 4 Jun 2018 18:01:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I1qU0059596; Mon, 4 Jun 2018 18:01:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041801.w54I1qU0059596@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:01:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471579 - head/databases/p5-T2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/p5-T2 X-SVN-Commit-Revision: 471579 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:01:53 -0000 Author: sunpoet Date: Mon Jun 4 18:01:52 2018 New Revision: 471579 URL: https://svnweb.freebsd.org/changeset/ports/471579 Log: Fix and update WWW Modified: head/databases/p5-T2/pkg-descr Modified: head/databases/p5-T2/pkg-descr ============================================================================== --- head/databases/p5-T2/pkg-descr Mon Jun 4 18:01:46 2018 (r471578) +++ head/databases/p5-T2/pkg-descr Mon Jun 4 18:01:52 2018 (r471579) @@ -19,4 +19,4 @@ structures returned by $dbh->fetchrow_hashref, except collections to other objects in the store are loaded `on demand' (aka Lazy-loading). -WWW: http://search.cpan.org/dist/T2/ +WWW: https://metacpan.org/release/SAMV/T2-0.10 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:01:58 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E5ADFD5A86; Mon, 4 Jun 2018 18:01:58 +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 F0CBB75B9C; Mon, 4 Jun 2018 18:01:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CAF1B10D8B; Mon, 4 Jun 2018 18:01:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I1vvJ059697; Mon, 4 Jun 2018 18:01:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I1vwb059696; Mon, 4 Jun 2018 18:01:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041801.w54I1vwb059696@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:01:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471580 - head/databases/p5-Test-postgresql X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/p5-Test-postgresql X-SVN-Commit-Revision: 471580 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:01:58 -0000 Author: sunpoet Date: Mon Jun 4 18:01:57 2018 New Revision: 471580 URL: https://svnweb.freebsd.org/changeset/ports/471580 Log: Add LICENSE - Update WWW Approved by: portmgr (blanket) Modified: head/databases/p5-Test-postgresql/Makefile head/databases/p5-Test-postgresql/pkg-descr Modified: head/databases/p5-Test-postgresql/Makefile ============================================================================== --- head/databases/p5-Test-postgresql/Makefile Mon Jun 4 18:01:52 2018 (r471579) +++ head/databases/p5-Test-postgresql/Makefile Mon Jun 4 18:01:57 2018 (r471580) @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension of postgresql runner for tests +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + RUN_DEPENDS= \ p5-Class-Accessor-Lite>0:devel/p5-Class-Accessor-Lite \ p5-DBI>0:databases/p5-DBI \ Modified: head/databases/p5-Test-postgresql/pkg-descr ============================================================================== --- head/databases/p5-Test-postgresql/pkg-descr Mon Jun 4 18:01:52 2018 (r471579) +++ head/databases/p5-Test-postgresql/pkg-descr Mon Jun 4 18:01:57 2018 (r471580) @@ -1,4 +1,4 @@ Test::postgresql automatically setups a postgresql instance in a temporary directory, and destroys it when the perl script exits. -WWW: http://search.cpan.org/dist/Test-postgresql/ +WWW: https://metacpan.org/release/SYSPETE/Test-postgresql-0.091 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:02:03 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FD6AFD5ABD; Mon, 4 Jun 2018 18:02:03 +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 C24A475C70; Mon, 4 Jun 2018 18:02:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A30B310D90; Mon, 4 Jun 2018 18:02:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I22FP059804; Mon, 4 Jun 2018 18:02:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I22lw059803; Mon, 4 Jun 2018 18:02:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041802.w54I22lw059803@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:02:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471581 - head/converters/p5-Unicode-IMAPUtf7 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/converters/p5-Unicode-IMAPUtf7 X-SVN-Commit-Revision: 471581 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:02:03 -0000 Author: sunpoet Date: Mon Jun 4 18:02:02 2018 New Revision: 471581 URL: https://svnweb.freebsd.org/changeset/ports/471581 Log: Update WWW Modified: head/converters/p5-Unicode-IMAPUtf7/pkg-descr Modified: head/converters/p5-Unicode-IMAPUtf7/pkg-descr ============================================================================== --- head/converters/p5-Unicode-IMAPUtf7/pkg-descr Mon Jun 4 18:01:57 2018 (r471580) +++ head/converters/p5-Unicode-IMAPUtf7/pkg-descr Mon Jun 4 18:02:02 2018 (r471581) @@ -2,4 +2,4 @@ IMAP mailbox names are encoded in a modified UTF7 when international characters outside of the printable ASCII range. The modified UTF-7 encoding is defined in RFC2060 (section 5.1.3). -WWW: http://search.cpan.org/dist/Unicode-IMAPUtf7/ +WWW: https://metacpan.org/release/FABPOT/Unicode-IMAPUtf7-2.01 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:02:12 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2896FD5B21; Mon, 4 Jun 2018 18:02: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 7035175E1B; Mon, 4 Jun 2018 18:02: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 52CBE10D9B; Mon, 4 Jun 2018 18:02:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I2CQh059996; Mon, 4 Jun 2018 18:02:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I2Ctl059995; Mon, 4 Jun 2018 18:02:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041802.w54I2Ctl059995@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:02:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471583 - head/databases/pgtop X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/pgtop X-SVN-Commit-Revision: 471583 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:02:12 -0000 Author: sunpoet Date: Mon Jun 4 18:02:11 2018 New Revision: 471583 URL: https://svnweb.freebsd.org/changeset/ports/471583 Log: Update WWW Approved by: portmgr (blanket) Modified: head/databases/pgtop/pkg-descr Modified: head/databases/pgtop/pkg-descr ============================================================================== --- head/databases/pgtop/pkg-descr Mon Jun 4 18:02:07 2018 (r471582) +++ head/databases/pgtop/pkg-descr Mon Jun 4 18:02:11 2018 (r471583) @@ -4,4 +4,4 @@ pgtop will connect to a PostgreSQL server and periodic run queries against the pg_stat* relations and attempt to summarize the information from them in a useful format. -WWW: http://search.cpan.org/dist/pgtop/ +WWW: https://metacpan.org/release/COSIMO/pgtop-0.05 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:02:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 177D6FD5AF3; Mon, 4 Jun 2018 18:02:08 +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 95C7875D47; Mon, 4 Jun 2018 18:02:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 770F910D95; Mon, 4 Jun 2018 18:02:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I27vs059907; Mon, 4 Jun 2018 18:02:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I27mB059906; Mon, 4 Jun 2018 18:02:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041802.w54I27mB059906@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:02:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471582 - head/databases/p5-mysql-genocide X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/p5-mysql-genocide X-SVN-Commit-Revision: 471582 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:02:08 -0000 Author: sunpoet Date: Mon Jun 4 18:02:07 2018 New Revision: 471582 URL: https://svnweb.freebsd.org/changeset/ports/471582 Log: Update WWW Modified: head/databases/p5-mysql-genocide/pkg-descr Modified: head/databases/p5-mysql-genocide/pkg-descr ============================================================================== --- head/databases/p5-mysql-genocide/pkg-descr Mon Jun 4 18:02:02 2018 (r471581) +++ head/databases/p5-mysql-genocide/pkg-descr Mon Jun 4 18:02:07 2018 (r471582) @@ -3,4 +3,4 @@ using different criterias like execution time, query t matching of the SQL query etc. Actions can then be peformed on the result like killing, sorting or generating statistics. -WWW: http://search.cpan.org/dist/mysql-genocide/ +WWW: https://metacpan.org/release/RSOLIV/mysql-genocide-0.03 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:02:18 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE95AFD5B84; Mon, 4 Jun 2018 18:02:17 +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 9D57B75EF7; Mon, 4 Jun 2018 18:02:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7F42310DA4; Mon, 4 Jun 2018 18:02: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 w54I2HIF060773; Mon, 4 Jun 2018 18:02:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I2HiT060772; Mon, 4 Jun 2018 18:02:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041802.w54I2HiT060772@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:02:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471584 - head/devel/cpan-upload-http X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/cpan-upload-http X-SVN-Commit-Revision: 471584 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:02:18 -0000 Author: sunpoet Date: Mon Jun 4 18:02:17 2018 New Revision: 471584 URL: https://svnweb.freebsd.org/changeset/ports/471584 Log: Update WWW Approved by: portmgr (blanket) Modified: head/devel/cpan-upload-http/pkg-descr Modified: head/devel/cpan-upload-http/pkg-descr ============================================================================== --- head/devel/cpan-upload-http/pkg-descr Mon Jun 4 18:02:11 2018 (r471583) +++ head/devel/cpan-upload-http/pkg-descr Mon Jun 4 18:02:17 2018 (r471584) @@ -1,4 +1,4 @@ cpan-upload-http is a script which automates the process of uploading a file to CPAN using PAUSE, the Perl Authors Upload Server. -WWW: http://search.cpan.org/dist/cpan-upload-http/ +WWW: https://metacpan.org/release/BRADFITZ/cpan-upload-http-2.4 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:02:23 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9819CFD5BBB; Mon, 4 Jun 2018 18:02: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 2BF5475FE2; Mon, 4 Jun 2018 18:02: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 E501F10DAD; Mon, 4 Jun 2018 18:02: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 w54I2MAK060875; Mon, 4 Jun 2018 18:02:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I2Mft060874; Mon, 4 Jun 2018 18:02:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041802.w54I2Mft060874@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:02:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471585 - head/devel/p5-Algorithm-LCS X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Algorithm-LCS X-SVN-Commit-Revision: 471585 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:02:23 -0000 Author: sunpoet Date: Mon Jun 4 18:02:22 2018 New Revision: 471585 URL: https://svnweb.freebsd.org/changeset/ports/471585 Log: Update WWW Modified: head/devel/p5-Algorithm-LCS/pkg-descr Modified: head/devel/p5-Algorithm-LCS/pkg-descr ============================================================================== --- head/devel/p5-Algorithm-LCS/pkg-descr Mon Jun 4 18:02:17 2018 (r471584) +++ head/devel/p5-Algorithm-LCS/pkg-descr Mon Jun 4 18:02:22 2018 (r471585) @@ -1,4 +1,4 @@ Algorithm::LCS reimplements Algorithm::Diff's core loop in XS, and provides a simple OO interface to it. -WWW: http://search.cpan.org/dist/Algorithm-LCS/ +WWW: https://metacpan.org/release/JOESUF/Algorithm-LCS-1.04 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:02:29 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09331FD5BF8; Mon, 4 Jun 2018 18:02: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 770A5760CB; Mon, 4 Jun 2018 18:02: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 1E1EA10DB4; Mon, 4 Jun 2018 18:02:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I2Rwo060996; Mon, 4 Jun 2018 18:02:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I2RlT060995; Mon, 4 Jun 2018 18:02:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041802.w54I2RlT060995@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:02:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471586 - head/devel/p5-App-cpanoutdated X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-App-cpanoutdated X-SVN-Commit-Revision: 471586 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:02:29 -0000 Author: sunpoet Date: Mon Jun 4 18:02:27 2018 New Revision: 471586 URL: https://svnweb.freebsd.org/changeset/ports/471586 Log: Add LICENSE_FILE - Update WWW Modified: head/devel/p5-App-cpanoutdated/Makefile head/devel/p5-App-cpanoutdated/pkg-descr Modified: head/devel/p5-App-cpanoutdated/Makefile ============================================================================== --- head/devel/p5-App-cpanoutdated/Makefile Mon Jun 4 18:02:22 2018 (r471585) +++ head/devel/p5-App-cpanoutdated/Makefile Mon Jun 4 18:02:27 2018 (r471586) @@ -13,6 +13,7 @@ COMMENT= Detect outdated CPAN modules LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-CPAN-DistnameInfo>=0.10:devel/p5-CPAN-DistnameInfo \ p5-libwww>=0:www/p5-libwww \ Modified: head/devel/p5-App-cpanoutdated/pkg-descr ============================================================================== --- head/devel/p5-App-cpanoutdated/pkg-descr Mon Jun 4 18:02:22 2018 (r471585) +++ head/devel/p5-App-cpanoutdated/pkg-descr Mon Jun 4 18:02:27 2018 (r471586) @@ -1,3 +1,3 @@ App::cpanoutdated detects outdated CPAN modules in your environment. -WWW: http://search.cpan.org/dist/App-cpanoutdated/ +WWW: https://metacpan.org/release/TOKUHIROM/App-cpanoutdated-0.24 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:02:34 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4B80FD5C3D; Mon, 4 Jun 2018 18:02:34 +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 0295D761AB; Mon, 4 Jun 2018 18:02:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 704E210DB8; Mon, 4 Jun 2018 18:02: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 w54I2XxN061121; Mon, 4 Jun 2018 18:02:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I2XdE061119; Mon, 4 Jun 2018 18:02:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041802.w54I2XdE061119@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:02:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471587 - head/devel/p5-BS-Event X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-BS-Event X-SVN-Commit-Revision: 471587 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:02:34 -0000 Author: sunpoet Date: Mon Jun 4 18:02:32 2018 New Revision: 471587 URL: https://svnweb.freebsd.org/changeset/ports/471587 Log: Convert to options target helper - Fix and update WWW Modified: head/devel/p5-BS-Event/Makefile head/devel/p5-BS-Event/pkg-plist Modified: head/devel/p5-BS-Event/Makefile ============================================================================== --- head/devel/p5-BS-Event/Makefile Mon Jun 4 18:02:27 2018 (r471586) +++ head/devel/p5-BS-Event/Makefile Mon Jun 4 18:02:32 2018 (r471587) @@ -20,12 +20,11 @@ OPTIONS_DEFINE= EXAMPLES NO_ARCH= yes USE_PERL5= configure USES= perl5 shebangfix + SHEBANG_FILES= samples/simple_example perl_OLD_CMD= /opt/perl/bin/perl -PORTEXAMPLES= simple_example - -post-install: +post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_SCRIPT} ${WRKSRC}/samples/simple_example ${STAGEDIR}${EXAMPLESDIR}/ Modified: head/devel/p5-BS-Event/pkg-plist ============================================================================== --- head/devel/p5-BS-Event/pkg-plist Mon Jun 4 18:02:27 2018 (r471586) +++ head/devel/p5-BS-Event/pkg-plist Mon Jun 4 18:02:32 2018 (r471587) @@ -1,2 +1,3 @@ %%SITE_PERL%%/BS/Event.pm %%PERL5_MAN3%%/BS::Event.3.gz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple_example From owner-svn-ports-all@freebsd.org Mon Jun 4 18:02:41 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0221BFD5C7D; Mon, 4 Jun 2018 18:02:41 +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 4B7C6762B2; Mon, 4 Jun 2018 18:02: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 4727310DBE; Mon, 4 Jun 2018 18:02:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I2dvR061260; Mon, 4 Jun 2018 18:02:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I2cx1061257; Mon, 4 Jun 2018 18:02:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041802.w54I2cx1061257@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:02:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471588 - head/devel/p5-CPAN-YACSmoke X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-CPAN-YACSmoke X-SVN-Commit-Revision: 471588 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:02:41 -0000 Author: sunpoet Date: Mon Jun 4 18:02:38 2018 New Revision: 471588 URL: https://svnweb.freebsd.org/changeset/ports/471588 Log: Add LICENSE - Sort PLIST - Fix and update WWW Modified: head/devel/p5-CPAN-YACSmoke/Makefile head/devel/p5-CPAN-YACSmoke/pkg-descr head/devel/p5-CPAN-YACSmoke/pkg-plist Modified: head/devel/p5-CPAN-YACSmoke/Makefile ============================================================================== --- head/devel/p5-CPAN-YACSmoke/Makefile Mon Jun 4 18:02:32 2018 (r471587) +++ head/devel/p5-CPAN-YACSmoke/Makefile Mon Jun 4 18:02:38 2018 (r471588) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Yet Another CPAN Smoke Tester +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + RUN_DEPENDS= p5-Config-IniFiles>=0:devel/p5-Config-IniFiles \ p5-File-HomeDir>=0.06:devel/p5-File-HomeDir \ p5-Regexp-Assemble>=0.06:devel/p5-Regexp-Assemble \ Modified: head/devel/p5-CPAN-YACSmoke/pkg-descr ============================================================================== --- head/devel/p5-CPAN-YACSmoke/pkg-descr Mon Jun 4 18:02:32 2018 (r471587) +++ head/devel/p5-CPAN-YACSmoke/pkg-descr Mon Jun 4 18:02:38 2018 (r471588) @@ -12,4 +12,4 @@ a previous version. By default it uses CPANPLUS configuration settings. -WWW: http://search.cpan.org/dist/CPAN-YACSmoke/ +WWW: https://metacpan.org/release/RRWO/CPAN-YACSmoke-0.03_07 Modified: head/devel/p5-CPAN-YACSmoke/pkg-plist ============================================================================== --- head/devel/p5-CPAN-YACSmoke/pkg-plist Mon Jun 4 18:02:32 2018 (r471587) +++ head/devel/p5-CPAN-YACSmoke/pkg-plist Mon Jun 4 18:02:38 2018 (r471588) @@ -1,6 +1,6 @@ -%%PERL5_MAN3%%/CPAN::YACSmoke.3.gz -%%PERL5_MAN3%%/CPAN::YACSmoke::Plugin::Recent.3.gz -%%PERL5_MAN3%%/CPAN::YACSmoke::Plugin::SmokeDB.3.gz %%SITE_PERL%%/CPAN/YACSmoke.pm %%SITE_PERL%%/CPAN/YACSmoke/Plugin/Recent.pm %%SITE_PERL%%/CPAN/YACSmoke/Plugin/SmokeDB.pm +%%PERL5_MAN3%%/CPAN::YACSmoke.3.gz +%%PERL5_MAN3%%/CPAN::YACSmoke::Plugin::Recent.3.gz +%%PERL5_MAN3%%/CPAN::YACSmoke::Plugin::SmokeDB.3.gz From owner-svn-ports-all@freebsd.org Mon Jun 4 18:02:45 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1B69FD5CC1; Mon, 4 Jun 2018 18:02:45 +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 1852276358; Mon, 4 Jun 2018 18:02: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 6115710DBF; Mon, 4 Jun 2018 18:02:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I2iOK061360; Mon, 4 Jun 2018 18:02:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I2iDh061359; Mon, 4 Jun 2018 18:02:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041802.w54I2iDh061359@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:02:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471589 - head/devel/p5-CPANPLUS-Dist-Build X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-CPANPLUS-Dist-Build X-SVN-Commit-Revision: 471589 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:02:46 -0000 Author: sunpoet Date: Mon Jun 4 18:02:43 2018 New Revision: 471589 URL: https://svnweb.freebsd.org/changeset/ports/471589 Log: Update WWW Modified: head/devel/p5-CPANPLUS-Dist-Build/pkg-descr Modified: head/devel/p5-CPANPLUS-Dist-Build/pkg-descr ============================================================================== --- head/devel/p5-CPANPLUS-Dist-Build/pkg-descr Mon Jun 4 18:02:38 2018 (r471588) +++ head/devel/p5-CPANPLUS-Dist-Build/pkg-descr Mon Jun 4 18:02:43 2018 (r471589) @@ -8,4 +8,4 @@ Normal users won't have to worry about the interface t as it functions transparently as a plug-in to CPANPLUS and will just Do The Right Thing when it's loaded. -WWW: http://search.cpan.org/dist/CPANPLUS-Dist-Build/ +WWW: https://metacpan.org/release/BINGOS/CPANPLUS-Dist-Build-0.88 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:02:53 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2DEDFD5D18; Mon, 4 Jun 2018 18:02: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 C118C7648C; Mon, 4 Jun 2018 18:02:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C34C110DC0; Mon, 4 Jun 2018 18:02:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I2npQ061463; Mon, 4 Jun 2018 18:02:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I2npR061461; Mon, 4 Jun 2018 18:02:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041802.w54I2npR061461@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:02:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471590 - head/devel/p5-Class-Forward X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Class-Forward X-SVN-Commit-Revision: 471590 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:02:53 -0000 Author: sunpoet Date: Mon Jun 4 18:02:49 2018 New Revision: 471590 URL: https://svnweb.freebsd.org/changeset/ports/471590 Log: Add LICENSE - Fix indent - Fix and update WWW Approved by: portmgr (blanket) Modified: head/devel/p5-Class-Forward/Makefile head/devel/p5-Class-Forward/pkg-descr Modified: head/devel/p5-Class-Forward/Makefile ============================================================================== --- head/devel/p5-Class-Forward/Makefile Mon Jun 4 18:02:43 2018 (r471589) +++ head/devel/p5-Class-Forward/Makefile Mon Jun 4 18:02:49 2018 (r471590) @@ -10,7 +10,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for class dispatcher that handles namespaces like paths -USES= perl5 +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= perl5 USE_PERL5= configure .include Modified: head/devel/p5-Class-Forward/pkg-descr ============================================================================== --- head/devel/p5-Class-Forward/pkg-descr Mon Jun 4 18:02:43 2018 (r471589) +++ head/devel/p5-Class-Forward/pkg-descr Mon Jun 4 18:02:49 2018 (r471590) @@ -1,3 +1,3 @@ A class dispatcher that handles namespaces like paths. -WWW: http://search.cpan.org/dist/Class-Forward/ +WWW: https://metacpan.org/release/AWNCORP/Class-Forward-0.100006 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:02:55 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1321FFD5D33; Mon, 4 Jun 2018 18:02:55 +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 B56DB764B9; Mon, 4 Jun 2018 18:02: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 9804310DC1; Mon, 4 Jun 2018 18:02:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I2sxR061565; Mon, 4 Jun 2018 18:02:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I2s8I061564; Mon, 4 Jun 2018 18:02:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041802.w54I2s8I061564@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:02:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471591 - head/devel/p5-Clone-Fast X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Clone-Fast X-SVN-Commit-Revision: 471591 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:02:55 -0000 Author: sunpoet Date: Mon Jun 4 18:02:54 2018 New Revision: 471591 URL: https://svnweb.freebsd.org/changeset/ports/471591 Log: Update WWW Modified: head/devel/p5-Clone-Fast/pkg-descr Modified: head/devel/p5-Clone-Fast/pkg-descr ============================================================================== --- head/devel/p5-Clone-Fast/pkg-descr Mon Jun 4 18:02:49 2018 (r471590) +++ head/devel/p5-Clone-Fast/pkg-descr Mon Jun 4 18:02:54 2018 (r471591) @@ -18,4 +18,4 @@ For more information relative to the DESCRIPTION of th recommend peeking into the POD written for Clone::More (I took more time with it ;) ) -WWW: http://search.cpan.org/dist/Clone-Fast/ +WWW: https://metacpan.org/release/WAZZUTEKE/Clone-Fast-0.97 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:03:03 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8492FD5D86; Mon, 4 Jun 2018 18:03: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 7E0DA765D7; Mon, 4 Jun 2018 18:03:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1B95B10DC2; Mon, 4 Jun 2018 18:03:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I2xU1061668; Mon, 4 Jun 2018 18:02:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I2xMT061667; Mon, 4 Jun 2018 18:02:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041802.w54I2xMT061667@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:02:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471592 - head/devel/p5-Clone-More X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Clone-More X-SVN-Commit-Revision: 471592 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:03:03 -0000 Author: sunpoet Date: Mon Jun 4 18:02:59 2018 New Revision: 471592 URL: https://svnweb.freebsd.org/changeset/ports/471592 Log: Fix and update WWW Modified: head/devel/p5-Clone-More/pkg-descr Modified: head/devel/p5-Clone-More/pkg-descr ============================================================================== --- head/devel/p5-Clone-More/pkg-descr Mon Jun 4 18:02:54 2018 (r471591) +++ head/devel/p5-Clone-More/pkg-descr Mon Jun 4 18:02:59 2018 (r471592) @@ -3,4 +3,4 @@ via a simple Perl interface. Will ensure that all refe from the parent data structure, yet kept relative to the new structure (if need be). -WWW: http://search.cpan.org/dist/Clone-More/ +WWW: https://metacpan.org/release/WAZZUTEKE/Clone-More-0.90.2 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:03:06 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DD3AFD5DC5; Mon, 4 Jun 2018 18:03:06 +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 AED8F76648; Mon, 4 Jun 2018 18:03:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9064C10DC3; Mon, 4 Jun 2018 18:03:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I35d8061813; Mon, 4 Jun 2018 18:03:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I355o061810; Mon, 4 Jun 2018 18:03:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041803.w54I355o061810@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:03:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471593 - head/devel/p5-Config-IniHash X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Config-IniHash X-SVN-Commit-Revision: 471593 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:03:06 -0000 Author: sunpoet Date: Mon Jun 4 18:03:04 2018 New Revision: 471593 URL: https://svnweb.freebsd.org/changeset/ports/471593 Log: Add LICENSE - Sort *_DEPENDS - Sort USES - Sort PLIST - Update WWW Modified: head/devel/p5-Config-IniHash/Makefile head/devel/p5-Config-IniHash/pkg-descr head/devel/p5-Config-IniHash/pkg-plist Modified: head/devel/p5-Config-IniHash/Makefile ============================================================================== --- head/devel/p5-Config-IniHash/Makefile Mon Jun 4 18:02:59 2018 (r471592) +++ head/devel/p5-Config-IniHash/Makefile Mon Jun 4 18:03:04 2018 (r471593) @@ -11,12 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for reading and writing INI files -RUN_DEPENDS= p5-Hash-Case>=0:devel/p5-Hash-Case \ - p5-IO-stringy>=0:devel/p5-IO-stringy \ - p5-Hash-WithDefaults>=0.04:devel/p5-Hash-WithDefaults -BUILD_DEPENDS:= ${RUN_DEPENDS} +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual -USES= perl5 dos2unix +BUILD_DEPENDS= p5-Hash-Case>=0:devel/p5-Hash-Case \ + p5-Hash-WithDefaults>=0.04:devel/p5-Hash-WithDefaults \ + p5-IO-stringy>=0:devel/p5-IO-stringy +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= dos2unix perl5 USE_PERL5= configure .include Modified: head/devel/p5-Config-IniHash/pkg-descr ============================================================================== --- head/devel/p5-Config-IniHash/pkg-descr Mon Jun 4 18:02:59 2018 (r471592) +++ head/devel/p5-Config-IniHash/pkg-descr Mon Jun 4 18:03:04 2018 (r471593) @@ -1,3 +1,3 @@ This module reads and writes INI files. -WWW: http://search.cpan.org/dist/Config-IniHash/ +WWW: https://metacpan.org/release/JENDA/Config-IniHash-3.01.01 Modified: head/devel/p5-Config-IniHash/pkg-plist ============================================================================== --- head/devel/p5-Config-IniHash/pkg-plist Mon Jun 4 18:02:59 2018 (r471592) +++ head/devel/p5-Config-IniHash/pkg-plist Mon Jun 4 18:03:04 2018 (r471593) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Config::IniHash.3.gz %%SITE_PERL%%/Config/IniHash.pm +%%PERL5_MAN3%%/Config::IniHash.3.gz From owner-svn-ports-all@freebsd.org Mon Jun 4 18:03:11 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AAE98FD5E1D; Mon, 4 Jun 2018 18:03:11 +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 44A7876738; Mon, 4 Jun 2018 18:03:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0FEC910DC5; Mon, 4 Jun 2018 18:03: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 w54I3A6s061916; Mon, 4 Jun 2018 18:03:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I3A43061914; Mon, 4 Jun 2018 18:03:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041803.w54I3A43061914@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:03:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471594 - head/devel/p5-Data-Average X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Data-Average X-SVN-Commit-Revision: 471594 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:03:11 -0000 Author: sunpoet Date: Mon Jun 4 18:03:10 2018 New Revision: 471594 URL: https://svnweb.freebsd.org/changeset/ports/471594 Log: Add LICENSE - Fix and update WWW Approved by: portmgr (blanket) Modified: head/devel/p5-Data-Average/Makefile head/devel/p5-Data-Average/pkg-descr Modified: head/devel/p5-Data-Average/Makefile ============================================================================== --- head/devel/p5-Data-Average/Makefile Mon Jun 4 18:03:04 2018 (r471593) +++ head/devel/p5-Data-Average/Makefile Mon Jun 4 18:03:10 2018 (r471594) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= avk@vl.ru COMMENT= Hold Data Set To Calculate Average +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-UNIVERSAL-isa>=0:devel/p5-UNIVERSAL-isa RUN_DEPENDS= p5-UNIVERSAL-isa>=0:devel/p5-UNIVERSAL-isa Modified: head/devel/p5-Data-Average/pkg-descr ============================================================================== --- head/devel/p5-Data-Average/pkg-descr Mon Jun 4 18:03:04 2018 (r471593) +++ head/devel/p5-Data-Average/pkg-descr Mon Jun 4 18:03:10 2018 (r471594) @@ -1,3 +1,3 @@ Hold Data Set To Calculate Average -WWW: http://search.cpan.org/dist/Data-Average/ +WWW: https://metacpan.org/release/DMAKI/Data-Average-0.03000 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:03:17 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52A01FD5E66; Mon, 4 Jun 2018 18:03:17 +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 92ED476813; Mon, 4 Jun 2018 18:03:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4461810DC6; Mon, 4 Jun 2018 18:03:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I3GhZ062016; Mon, 4 Jun 2018 18:03:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I3FDC062014; Mon, 4 Jun 2018 18:03:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041803.w54I3FDC062014@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:03:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471595 - head/devel/p5-Data-Path X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Data-Path X-SVN-Commit-Revision: 471595 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:03:17 -0000 Author: sunpoet Date: Mon Jun 4 18:03:15 2018 New Revision: 471595 URL: https://svnweb.freebsd.org/changeset/ports/471595 Log: Add LICENSE - Update WWW Approved by: portmgr (blanket) Modified: head/devel/p5-Data-Path/Makefile head/devel/p5-Data-Path/pkg-descr Modified: head/devel/p5-Data-Path/Makefile ============================================================================== --- head/devel/p5-Data-Path/Makefile Mon Jun 4 18:03:10 2018 (r471594) +++ head/devel/p5-Data-Path/Makefile Mon Jun 4 18:03:15 2018 (r471595) @@ -12,6 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= XPath-like access to complex data structures +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Test-MockObject>=1.08:devel/p5-Test-MockObject \ p5-Test-Exception>0:devel/p5-Test-Exception Modified: head/devel/p5-Data-Path/pkg-descr ============================================================================== --- head/devel/p5-Data-Path/pkg-descr Mon Jun 4 18:03:10 2018 (r471594) +++ head/devel/p5-Data-Path/pkg-descr Mon Jun 4 18:03:15 2018 (r471595) @@ -1,4 +1,4 @@ This modules provides an XPath-like syntax to get values from complex data structures. -WWW: http://search.cpan.org/dist/Data-Path/ +WWW: https://metacpan.org/release/ZAPHAR/Data-Path-1.4.1 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:03:21 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B21A8FD5EB7; Mon, 4 Jun 2018 18:03:21 +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 43080768D6; Mon, 4 Jun 2018 18:03:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2187610DC7; Mon, 4 Jun 2018 18:03:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I3L0B062119; Mon, 4 Jun 2018 18:03:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I3KCq062118; Mon, 4 Jun 2018 18:03:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041803.w54I3KCq062118@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:03:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471596 - head/devel/p5-Data-Clone X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Data-Clone X-SVN-Commit-Revision: 471596 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:03:21 -0000 Author: sunpoet Date: Mon Jun 4 18:03:20 2018 New Revision: 471596 URL: https://svnweb.freebsd.org/changeset/ports/471596 Log: Clean up pkg-descr Modified: head/devel/p5-Data-Clone/pkg-descr Modified: head/devel/p5-Data-Clone/pkg-descr ============================================================================== --- head/devel/p5-Data-Clone/pkg-descr Mon Jun 4 18:03:15 2018 (r471595) +++ head/devel/p5-Data-Clone/pkg-descr Mon Jun 4 18:03:20 2018 (r471596) @@ -6,8 +6,6 @@ the object. That is, this module does polymorphic data Although there are several modules on CPAN which can clone data, this module has a different cloning policy from almost all of them. See "Cloning policy" and -"Comparison to other cloning modules" [1] for details. - -[1] http://search.cpan.org/dist/Data-Clone/lib/Data/Clone.pm +"Comparison to other cloning modules" for details. WWW: https://metacpan.org/release/Data-Clone From owner-svn-ports-all@freebsd.org Mon Jun 4 18:03:28 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31A7FFD5EF2; Mon, 4 Jun 2018 18:03:28 +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 A030D769E7; Mon, 4 Jun 2018 18:03:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AD0BC10DC8; Mon, 4 Jun 2018 18:03:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I3QMD062246; Mon, 4 Jun 2018 18:03:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I3Qjc062244; Mon, 4 Jun 2018 18:03:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041803.w54I3Qjc062244@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:03:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471597 - head/devel/p5-DateTime-Format-SQLite X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-DateTime-Format-SQLite X-SVN-Commit-Revision: 471597 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:03:28 -0000 Author: sunpoet Date: Mon Jun 4 18:03:26 2018 New Revision: 471597 URL: https://svnweb.freebsd.org/changeset/ports/471597 Log: Add LICENSE - Add NO_ARCH - Fix and update WWW Modified: head/devel/p5-DateTime-Format-SQLite/Makefile head/devel/p5-DateTime-Format-SQLite/pkg-descr Modified: head/devel/p5-DateTime-Format-SQLite/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-SQLite/Makefile Mon Jun 4 18:03:20 2018 (r471596) +++ head/devel/p5-DateTime-Format-SQLite/Makefile Mon Jun 4 18:03:26 2018 (r471597) @@ -11,9 +11,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Parse and format SQLite dates and times +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-DateTime-Format-Builder>=0:devel/p5-DateTime-Format-Builder RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-DateTime-Format-SQLite/pkg-descr ============================================================================== --- head/devel/p5-DateTime-Format-SQLite/pkg-descr Mon Jun 4 18:03:20 2018 (r471596) +++ head/devel/p5-DateTime-Format-SQLite/pkg-descr Mon Jun 4 18:03:26 2018 (r471597) @@ -3,4 +3,4 @@ and TIMESTAMP data types. It can be used to parse thes create DateTime objects, and it can take a DateTime object and produce a string representing it in the SQLite format. -WWW: http://search.cpan.org/dist/DateTime-Format-SQLite/ / +WWW: https://metacpan.org/release/DateTime-Format-SQLite From owner-svn-ports-all@freebsd.org Mon Jun 4 18:03:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F746FD5F32; Mon, 4 Jun 2018 18:03:33 +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 027FE76A98; Mon, 4 Jun 2018 18:03:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 844BE10DC9; Mon, 4 Jun 2018 18:03:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I3WGG062383; Mon, 4 Jun 2018 18:03:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I3Vo6062379; Mon, 4 Jun 2018 18:03:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041803.w54I3Vo6062379@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:03:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471598 - head/devel/p5-Devel-DProfPP X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Devel-DProfPP X-SVN-Commit-Revision: 471598 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:03:33 -0000 Author: sunpoet Date: Mon Jun 4 18:03:31 2018 New Revision: 471598 URL: https://svnweb.freebsd.org/changeset/ports/471598 Log: Add LICENSE - Sort PLIST - Update WWW Modified: head/devel/p5-Devel-DProfPP/Makefile head/devel/p5-Devel-DProfPP/pkg-descr head/devel/p5-Devel-DProfPP/pkg-plist Modified: head/devel/p5-Devel-DProfPP/Makefile ============================================================================== --- head/devel/p5-Devel-DProfPP/Makefile Mon Jun 4 18:03:26 2018 (r471597) +++ head/devel/p5-Devel-DProfPP/Makefile Mon Jun 4 18:03:31 2018 (r471598) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Parse Devel::DProf output +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Devel-DProfPP/pkg-descr ============================================================================== --- head/devel/p5-Devel-DProfPP/pkg-descr Mon Jun 4 18:03:26 2018 (r471597) +++ head/devel/p5-Devel-DProfPP/pkg-descr Mon Jun 4 18:03:31 2018 (r471598) @@ -2,4 +2,4 @@ This module takes the output file from Devel::DProf (t and parses it. By hooking subroutines onto the enter and leave events, you can produce useful reports from the profiling data. -WWW: http://search.cpan.org/dist/Devel-DProfPP/ +WWW: https://metacpan.org/release/SMPETERS/Devel-DProfPP-1.3 Modified: head/devel/p5-Devel-DProfPP/pkg-plist ============================================================================== --- head/devel/p5-Devel-DProfPP/pkg-plist Mon Jun 4 18:03:26 2018 (r471597) +++ head/devel/p5-Devel-DProfPP/pkg-plist Mon Jun 4 18:03:31 2018 (r471598) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Devel::DProfPP.3.gz %%SITE_PERL%%/Devel/DProfPP.pm +%%PERL5_MAN3%%/Devel::DProfPP.3.gz From owner-svn-ports-all@freebsd.org Mon Jun 4 18:03:39 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA5F0FD5F78; Mon, 4 Jun 2018 18:03:39 +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 CE97376B87; Mon, 4 Jun 2018 18:03:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 03E9410DCA; Mon, 4 Jun 2018 18:03: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 w54I3bWQ062485; Mon, 4 Jun 2018 18:03:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I3bcR062484; Mon, 4 Jun 2018 18:03:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041803.w54I3bcR062484@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:03:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471599 - head/devel/p5-Dist-Joseki X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Dist-Joseki X-SVN-Commit-Revision: 471599 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:03:40 -0000 Author: sunpoet Date: Mon Jun 4 18:03:37 2018 New Revision: 471599 URL: https://svnweb.freebsd.org/changeset/ports/471599 Log: Fix and update WWW Modified: head/devel/p5-Dist-Joseki/pkg-descr Modified: head/devel/p5-Dist-Joseki/pkg-descr ============================================================================== --- head/devel/p5-Dist-Joseki/pkg-descr Mon Jun 4 18:03:31 2018 (r471598) +++ head/devel/p5-Dist-Joseki/pkg-descr Mon Jun 4 18:03:37 2018 (r471599) @@ -6,4 +6,4 @@ Dist::Joseki offers you tools that help you in develop distributions if you stick to a certain formulaic style of structuring your distributions. -WWW: http://search.cpan.org/dist/Dist-Joseki/ +WWW: https://metacpan.org/release/MARCEL/Dist-Joseki-0.20 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:03:45 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BE3FFD5FDB; Mon, 4 Jun 2018 18:03:45 +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 B994776C64; Mon, 4 Jun 2018 18:03:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B201510DCB; Mon, 4 Jun 2018 18:03: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 w54I3hUi062608; Mon, 4 Jun 2018 18:03:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I3hFq062607; Mon, 4 Jun 2018 18:03:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041803.w54I3hFq062607@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:03:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471600 - head/devel/p5-ExtUtils-Command X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-ExtUtils-Command X-SVN-Commit-Revision: 471600 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:03:45 -0000 Author: sunpoet Date: Mon Jun 4 18:03:42 2018 New Revision: 471600 URL: https://svnweb.freebsd.org/changeset/ports/471600 Log: Add LICENSE_FILE - Update WWW Modified: head/devel/p5-ExtUtils-Command/Makefile head/devel/p5-ExtUtils-Command/pkg-descr Modified: head/devel/p5-ExtUtils-Command/Makefile ============================================================================== --- head/devel/p5-ExtUtils-Command/Makefile Mon Jun 4 18:03:37 2018 (r471599) +++ head/devel/p5-ExtUtils-Command/Makefile Mon Jun 4 18:03:42 2018 (r471600) @@ -12,6 +12,7 @@ COMMENT= Utilities to replace common UNIX commands LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE CONFLICTS= p5-ExtUtils-MakeMaker-[7-9].[1-9]* Modified: head/devel/p5-ExtUtils-Command/pkg-descr ============================================================================== --- head/devel/p5-ExtUtils-Command/pkg-descr Mon Jun 4 18:03:37 2018 (r471599) +++ head/devel/p5-ExtUtils-Command/pkg-descr Mon Jun 4 18:03:42 2018 (r471600) @@ -5,4 +5,4 @@ dos2unix. Also included is the companion module Shell is a thin wrapper for ExtUtils::Command to provide cross-platform functions emulating common shell commands. -WWW: http://search.cpan.org/dist/ExtUtils-Command/ +WWW: https://metacpan.org/release/BINGOS/ExtUtils-Command-1.20 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:03:49 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2976AFDB031; Mon, 4 Jun 2018 18:03:49 +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 CB29A76CEC; Mon, 4 Jun 2018 18:03:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AD56A10DCC; Mon, 4 Jun 2018 18:03: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 w54I3mFb062711; Mon, 4 Jun 2018 18:03:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I3mUC062710; Mon, 4 Jun 2018 18:03:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041803.w54I3mUC062710@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:03:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471601 - head/devel/p5-ExtUtils-MakeMaker-Coverage X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-ExtUtils-MakeMaker-Coverage X-SVN-Commit-Revision: 471601 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:03:49 -0000 Author: sunpoet Date: Mon Jun 4 18:03:48 2018 New Revision: 471601 URL: https://svnweb.freebsd.org/changeset/ports/471601 Log: Fix and update WWW Modified: head/devel/p5-ExtUtils-MakeMaker-Coverage/pkg-descr Modified: head/devel/p5-ExtUtils-MakeMaker-Coverage/pkg-descr ============================================================================== --- head/devel/p5-ExtUtils-MakeMaker-Coverage/pkg-descr Mon Jun 4 18:03:42 2018 (r471600) +++ head/devel/p5-ExtUtils-MakeMaker-Coverage/pkg-descr Mon Jun 4 18:03:48 2018 (r471601) @@ -11,4 +11,4 @@ test coverage using Devel::Cover: ... } -WWW: http://search.cpan.org/dist/ExtUtils-MakeMaker-Coverage/ +WWW: https://metacpan.org/release/SMPETERS/ExtUtils-MakeMaker-Coverage-0.05 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:03:54 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E4A4FDB067; Mon, 4 Jun 2018 18:03: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 055BB76DC5; Mon, 4 Jun 2018 18:03:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D0FCC10DCD; Mon, 4 Jun 2018 18:03: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 w54I3rwU062813; Mon, 4 Jun 2018 18:03:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I3rKd062812; Mon, 4 Jun 2018 18:03:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041803.w54I3rKd062812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:03:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471602 - head/devel/p5-File-BasicFlock X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-File-BasicFlock X-SVN-Commit-Revision: 471602 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:03:54 -0000 Author: sunpoet Date: Mon Jun 4 18:03:53 2018 New Revision: 471602 URL: https://svnweb.freebsd.org/changeset/ports/471602 Log: Add and update WWW Modified: head/devel/p5-File-BasicFlock/pkg-descr Modified: head/devel/p5-File-BasicFlock/pkg-descr ============================================================================== --- head/devel/p5-File-BasicFlock/pkg-descr Mon Jun 4 18:03:48 2018 (r471601) +++ head/devel/p5-File-BasicFlock/pkg-descr Mon Jun 4 18:03:53 2018 (r471602) @@ -5,4 +5,4 @@ does not already exist. It will also try to remove the lock file. This makes it a bit complicated. -http://search.cpan.org/dist/File-BasicFlock +WWW: https://metacpan.org/release/File-BasicFlock From owner-svn-ports-all@freebsd.org Mon Jun 4 18:04:00 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C1BCFDB0A7; Mon, 4 Jun 2018 18:04:00 +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 6F6DA76EA0; Mon, 4 Jun 2018 18:03: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 3A1B710DCE; Mon, 4 Jun 2018 18:03: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 w54I3xtE062921; Mon, 4 Jun 2018 18:03:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I3wK2062918; Mon, 4 Jun 2018 18:03:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041803.w54I3wK2062918@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:03:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471603 - head/devel/p5-IO-Toolkit X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-IO-Toolkit X-SVN-Commit-Revision: 471603 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:04:00 -0000 Author: sunpoet Date: Mon Jun 4 18:03:58 2018 New Revision: 471603 URL: https://svnweb.freebsd.org/changeset/ports/471603 Log: Fix MASTER_SITE_SUBDIR: remove unnecessary trailing slash - Add LICENSE - Fix and update WWW Approved by: portmgr (blanket) Modified: head/devel/p5-IO-Toolkit/Makefile head/devel/p5-IO-Toolkit/pkg-descr Modified: head/devel/p5-IO-Toolkit/Makefile ============================================================================== --- head/devel/p5-IO-Toolkit/Makefile Mon Jun 4 18:03:53 2018 (r471602) +++ head/devel/p5-IO-Toolkit/Makefile Mon Jun 4 18:03:58 2018 (r471603) @@ -6,11 +6,14 @@ PORTVERSION= 1.008 PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:LINMAR/${PORTNAME:S/-//}/ +MASTER_SITE_SUBDIR= CPAN:LINMAR/${PORTNAME:S/-//} PKGNAMEPREFIX= p5- MAINTAINER= ychsiao@ychsiao.org COMMENT= IO::Toolkit - Perl extension to create logfiles + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual BUILD_DEPENDS= p5-Crypt-RC6>=0:security/p5-Crypt-RC6 RUN_DEPENDS= p5-Crypt-RC6>=0:security/p5-Crypt-RC6 Modified: head/devel/p5-IO-Toolkit/pkg-descr ============================================================================== --- head/devel/p5-IO-Toolkit/pkg-descr Mon Jun 4 18:03:53 2018 (r471602) +++ head/devel/p5-IO-Toolkit/pkg-descr Mon Jun 4 18:03:58 2018 (r471603) @@ -1,3 +1,3 @@ IO::Toolkit - Perl extension to create log files -WWW: http://search.cpan.org/dist/IO-Toolkit/ +WWW: https://metacpan.org/release/LINMAR/IO-Toolkit-1.008 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:04:05 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82E1CFDB0E7; Mon, 4 Jun 2018 18:04:05 +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 B37A876F76; Mon, 4 Jun 2018 18:04:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 58AE810DCF; Mon, 4 Jun 2018 18:04:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I44NF063027; Mon, 4 Jun 2018 18:04:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I44b6063026; Mon, 4 Jun 2018 18:04:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041804.w54I44b6063026@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:04:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471604 - head/devel/p5-Ioctl X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Ioctl X-SVN-Commit-Revision: 471604 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:04:05 -0000 Author: sunpoet Date: Mon Jun 4 18:04:03 2018 New Revision: 471604 URL: https://svnweb.freebsd.org/changeset/ports/471604 Log: Update WWW Modified: head/devel/p5-Ioctl/pkg-descr Modified: head/devel/p5-Ioctl/pkg-descr ============================================================================== --- head/devel/p5-Ioctl/pkg-descr Mon Jun 4 18:03:58 2018 (r471603) +++ head/devel/p5-Ioctl/pkg-descr Mon Jun 4 18:04:03 2018 (r471604) @@ -1,4 +1,4 @@ The Perl Ioctl module provides an easily extensible way of getting the value of the C ioctl constants. -WWW: http://search.cpan.org/dist/Ioctl/ +WWW: https://metacpan.org/release/JPRIT/Ioctl-0.81 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:04:10 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDDEEFDB130; Mon, 4 Jun 2018 18:04:10 +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 4E1ED77062; Mon, 4 Jun 2018 18:04:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9396A10DD0; Mon, 4 Jun 2018 18:04:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I49Ds063128; Mon, 4 Jun 2018 18:04:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I49vh063127; Mon, 4 Jun 2018 18:04:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041804.w54I49vh063127@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:04:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471605 - head/devel/p5-Log-Accounting-SVK X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Log-Accounting-SVK X-SVN-Commit-Revision: 471605 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:04:11 -0000 Author: sunpoet Date: Mon Jun 4 18:04:08 2018 New Revision: 471605 URL: https://svnweb.freebsd.org/changeset/ports/471605 Log: Add LICENSE - Fix and update WWW Approved by: portmgr (blanket) Modified: head/devel/p5-Log-Accounting-SVK/Makefile head/devel/p5-Log-Accounting-SVK/pkg-descr Modified: head/devel/p5-Log-Accounting-SVK/Makefile ============================================================================== --- head/devel/p5-Log-Accounting-SVK/Makefile Mon Jun 4 18:04:03 2018 (r471604) +++ head/devel/p5-Log-Accounting-SVK/Makefile Mon Jun 4 18:04:08 2018 (r471605) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ychsiao@ychsiao.org COMMENT= Perl module for accounting SVK repository +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= svk>=0:devel/svk \ p5-Spiffy>=0:devel/p5-Spiffy \ p5-Graph-SocialMap>=0:graphics/p5-Graph-SocialMap \ Modified: head/devel/p5-Log-Accounting-SVK/pkg-descr ============================================================================== --- head/devel/p5-Log-Accounting-SVK/pkg-descr Mon Jun 4 18:04:03 2018 (r471604) +++ head/devel/p5-Log-Accounting-SVK/pkg-descr Mon Jun 4 18:04:08 2018 (r471605) @@ -8,4 +8,4 @@ you may try: This will display all the contributions of developers under repository '//'. You may also specify depotpath like '//trunk/svk'. -WWW: http://search.cpan.org/dist/Log-Accounting-SVK/ +WWW: https://metacpan.org/release/GUGOD/Log-Accounting-SVK-0.05 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:04:16 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE97DFDB174; Mon, 4 Jun 2018 18:04: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 299AB77128; Mon, 4 Jun 2018 18:04: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 A020110DD1; Mon, 4 Jun 2018 18:04:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I4Emd063231; Mon, 4 Jun 2018 18:04:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I4EOS063229; Mon, 4 Jun 2018 18:04:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041804.w54I4EOS063229@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:04:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471606 - head/devel/p5-Log-Accounting-SVN X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Log-Accounting-SVN X-SVN-Commit-Revision: 471606 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:04:16 -0000 Author: sunpoet Date: Mon Jun 4 18:04:13 2018 New Revision: 471606 URL: https://svnweb.freebsd.org/changeset/ports/471606 Log: Add LICENSE - Fix and update WWW Approved by: portmgr (blanket) Modified: head/devel/p5-Log-Accounting-SVN/Makefile head/devel/p5-Log-Accounting-SVN/pkg-descr Modified: head/devel/p5-Log-Accounting-SVN/Makefile ============================================================================== --- head/devel/p5-Log-Accounting-SVN/Makefile Mon Jun 4 18:04:08 2018 (r471605) +++ head/devel/p5-Log-Accounting-SVN/Makefile Mon Jun 4 18:04:13 2018 (r471606) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ychsiao@ychsiao.org COMMENT= Perl module for accounting SVN repository +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-subversion>=0:devel/p5-subversion \ p5-SVN-Log>=0:devel/p5-SVN-Log \ p5-Algorithm-Accounting>=0:devel/p5-Algorithm-Accounting \ Modified: head/devel/p5-Log-Accounting-SVN/pkg-descr ============================================================================== --- head/devel/p5-Log-Accounting-SVN/pkg-descr Mon Jun 4 18:04:08 2018 (r471605) +++ head/devel/p5-Log-Accounting-SVN/pkg-descr Mon Jun 4 18:04:13 2018 (r471606) @@ -6,4 +6,4 @@ you may try: svn-accounting.pl http://svn.collab.net/repos/svn/ -WWW: http://search.cpan.org/dist/Log-Accounting-SVN/ +WWW: https://metacpan.org/release/GUGOD/Log-Accounting-SVN-0.01 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:04:20 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CF57FDB1AD; Mon, 4 Jun 2018 18:04: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 CEE80771C0; Mon, 4 Jun 2018 18:04: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 B00CB10DD2; Mon, 4 Jun 2018 18:04: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 w54I4J3Y063334; Mon, 4 Jun 2018 18:04:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I4JfI063333; Mon, 4 Jun 2018 18:04:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041804.w54I4JfI063333@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:04:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471607 - head/devel/p5-Log-Any-App X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Log-Any-App X-SVN-Commit-Revision: 471607 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:04:20 -0000 Author: sunpoet Date: Mon Jun 4 18:04:19 2018 New Revision: 471607 URL: https://svnweb.freebsd.org/changeset/ports/471607 Log: Fix and update WWW Modified: head/devel/p5-Log-Any-App/pkg-descr Modified: head/devel/p5-Log-Any-App/pkg-descr ============================================================================== --- head/devel/p5-Log-Any-App/pkg-descr Mon Jun 4 18:04:13 2018 (r471606) +++ head/devel/p5-Log-Any-App/pkg-descr Mon Jun 4 18:04:19 2018 (r471607) @@ -1,4 +1,4 @@ This Perl module simplifies usage of Log::Any-aware modules in applications. -WWW: http://search.cpan.org/dist/Log-Any-App/ +WWW: https://metacpan.org/release/PERLANCAR/Log-Any-App-0.53 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:04:27 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7148AFDB1F0; Mon, 4 Jun 2018 18:04:27 +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 055E6772D0; Mon, 4 Jun 2018 18:04: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 7B6C110DD3; Mon, 4 Jun 2018 18:04:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I4PiX063457; Mon, 4 Jun 2018 18:04:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I4PQY063455; Mon, 4 Jun 2018 18:04:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041804.w54I4PQY063455@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:04:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471608 - head/devel/p5-Log-Any-IfLOG X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Log-Any-IfLOG X-SVN-Commit-Revision: 471608 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:04:27 -0000 Author: sunpoet Date: Mon Jun 4 18:04:24 2018 New Revision: 471608 URL: https://svnweb.freebsd.org/changeset/ports/471608 Log: Add LICENSE_FILE - Fix and update WWW Modified: head/devel/p5-Log-Any-IfLOG/Makefile head/devel/p5-Log-Any-IfLOG/pkg-descr Modified: head/devel/p5-Log-Any-IfLOG/Makefile ============================================================================== --- head/devel/p5-Log-Any-IfLOG/Makefile Mon Jun 4 18:04:19 2018 (r471607) +++ head/devel/p5-Log-Any-IfLOG/Makefile Mon Jun 4 18:04:24 2018 (r471608) @@ -12,6 +12,7 @@ COMMENT= Load Log::Any only if LOG environment variabl LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Log-Any>=0:devel/p5-Log-Any RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/devel/p5-Log-Any-IfLOG/pkg-descr ============================================================================== --- head/devel/p5-Log-Any-IfLOG/pkg-descr Mon Jun 4 18:04:19 2018 (r471607) +++ head/devel/p5-Log-Any-IfLOG/pkg-descr Mon Jun 4 18:04:24 2018 (r471608) @@ -5,4 +5,4 @@ be returned instead that will accept any method but re This is a quick-hack solution to avoid the cost of loading Log::Any under "normal condition" (when LOG is not set to true). -WWW: http://search.cpan.org/dist/Log-Any-IfLOG/ +WWW: https://metacpan.org/release/PERLANCAR/Log-Any-IfLOG-0.08 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:04:31 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4827CFDB212; Mon, 4 Jun 2018 18:04:31 +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 D155B77362; Mon, 4 Jun 2018 18:04: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 AE80610DD4; Mon, 4 Jun 2018 18:04:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I4Ukx063560; Mon, 4 Jun 2018 18:04:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I4UFM063559; Mon, 4 Jun 2018 18:04:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041804.w54I4UFM063559@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:04:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471609 - head/devel/p5-Log-Dispatch-ArrayWithLimits X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Log-Dispatch-ArrayWithLimits X-SVN-Commit-Revision: 471609 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:04:31 -0000 Author: sunpoet Date: Mon Jun 4 18:04:30 2018 New Revision: 471609 URL: https://svnweb.freebsd.org/changeset/ports/471609 Log: Fix and update WWW Modified: head/devel/p5-Log-Dispatch-ArrayWithLimits/pkg-descr Modified: head/devel/p5-Log-Dispatch-ArrayWithLimits/pkg-descr ============================================================================== --- head/devel/p5-Log-Dispatch-ArrayWithLimits/pkg-descr Mon Jun 4 18:04:24 2018 (r471608) +++ head/devel/p5-Log-Dispatch-ArrayWithLimits/pkg-descr Mon Jun 4 18:04:30 2018 (r471609) @@ -12,4 +12,4 @@ Logging to an in-process array can be useful when debu want to let users of your program connect to your program to request viewing the ogs being produced. -WWW: http://search.cpan.org/dist/Log-Dispatch-ArrayWithLimits/ +WWW: https://metacpan.org/release/PERLANCAR/Log-Dispatch-ArrayWithLimits-0.04 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:04:36 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF7D1FDB277; Mon, 4 Jun 2018 18:04:36 +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 42C7477450; Mon, 4 Jun 2018 18:04:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CF00610DD5; Mon, 4 Jun 2018 18:04: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 w54I4ZXq063663; Mon, 4 Jun 2018 18:04:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I4ZbP063662; Mon, 4 Jun 2018 18:04:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041804.w54I4ZbP063662@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:04:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471610 - head/devel/p5-Log-Dispatch-Dir X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Log-Dispatch-Dir X-SVN-Commit-Revision: 471610 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:04:37 -0000 Author: sunpoet Date: Mon Jun 4 18:04:35 2018 New Revision: 471610 URL: https://svnweb.freebsd.org/changeset/ports/471610 Log: Fix and update WWW Modified: head/devel/p5-Log-Dispatch-Dir/pkg-descr Modified: head/devel/p5-Log-Dispatch-Dir/pkg-descr ============================================================================== --- head/devel/p5-Log-Dispatch-Dir/pkg-descr Mon Jun 4 18:04:30 2018 (r471609) +++ head/devel/p5-Log-Dispatch-Dir/pkg-descr Mon Jun 4 18:04:35 2018 (r471610) @@ -5,4 +5,4 @@ constraints. Each message will be logged to a separate Logging to separate files can be useful for example when dumping whole network responses (like HTTP::Response content). -WWW: http://search.cpan.org/dist/Log-Dispatch-Dir/ +WWW: https://metacpan.org/release/PERLANCAR/Log-Dispatch-Dir-0.15 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:04:42 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE456FDB2CF; Mon, 4 Jun 2018 18:04:42 +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 C90D27753F; Mon, 4 Jun 2018 18:04: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 21D6C10DD6; Mon, 4 Jun 2018 18:04:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I4eRj063763; Mon, 4 Jun 2018 18:04:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I4eGv063762; Mon, 4 Jun 2018 18:04:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041804.w54I4eGv063762@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:04:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471611 - head/devel/p5-Log-Dispatch-FileWriteRotate X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Log-Dispatch-FileWriteRotate X-SVN-Commit-Revision: 471611 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:04:43 -0000 Author: sunpoet Date: Mon Jun 4 18:04:40 2018 New Revision: 471611 URL: https://svnweb.freebsd.org/changeset/ports/471611 Log: Update WWW Modified: head/devel/p5-Log-Dispatch-FileWriteRotate/pkg-descr Modified: head/devel/p5-Log-Dispatch-FileWriteRotate/pkg-descr ============================================================================== --- head/devel/p5-Log-Dispatch-FileWriteRotate/pkg-descr Mon Jun 4 18:04:35 2018 (r471610) +++ head/devel/p5-Log-Dispatch-FileWriteRotate/pkg-descr Mon Jun 4 18:04:40 2018 (r471611) @@ -3,4 +3,4 @@ but uses File::Write::Rotate as backend, thus interope other modules which use File::Write::Rotate as backend, e.g. Tie::Handle::FileWriteRotate or Process::Govern. -WWW: http://search.cpan.org/dist/Log-Dispatch-FileWriteRotate/ +WWW: https://metacpan.org/release/PERLANCAR/Log-Dispatch-FileWriteRotate-0.05 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:04:48 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BB07FDB319; Mon, 4 Jun 2018 18:04: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 5180D77621; Mon, 4 Jun 2018 18:04: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 63B6410DD7; Mon, 4 Jun 2018 18:04:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I4kmH063866; Mon, 4 Jun 2018 18:04:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I4kIB063865; Mon, 4 Jun 2018 18:04:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041804.w54I4kIB063865@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:04:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471612 - head/devel/p5-Module-CheckDeps X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Module-CheckDeps X-SVN-Commit-Revision: 471612 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:04:48 -0000 Author: sunpoet Date: Mon Jun 4 18:04:45 2018 New Revision: 471612 URL: https://svnweb.freebsd.org/changeset/ports/471612 Log: Update WWW Modified: head/devel/p5-Module-CheckDeps/pkg-descr Modified: head/devel/p5-Module-CheckDeps/pkg-descr ============================================================================== --- head/devel/p5-Module-CheckDeps/pkg-descr Mon Jun 4 18:04:40 2018 (r471611) +++ head/devel/p5-Module-CheckDeps/pkg-descr Mon Jun 4 18:04:45 2018 (r471612) @@ -5,5 +5,4 @@ modules that are not available in the host system (e.g Compared to similar modules, such as Module::ScanDeps, Module::CheckDeps is simpler and less powerful, but also much faster. -WWW: http://search.cpan.org/dist/Module-CheckDeps/ - https://github.com/AlexBio/Module-CheckDeps +WWW: https://metacpan.org/release/ALEXBIO/Module-CheckDeps-0.08 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:04:53 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F07BBFDB369; Mon, 4 Jun 2018 18:04: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 6E5A3776F4; Mon, 4 Jun 2018 18:04:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B5D9310DD8; Mon, 4 Jun 2018 18:04:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I4pVl063969; Mon, 4 Jun 2018 18:04:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I4ppX063968; Mon, 4 Jun 2018 18:04:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041804.w54I4ppX063968@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:04:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471613 - head/devel/p5-MooseX-App X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-MooseX-App X-SVN-Commit-Revision: 471613 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:04:53 -0000 Author: sunpoet Date: Mon Jun 4 18:04:51 2018 New Revision: 471613 URL: https://svnweb.freebsd.org/changeset/ports/471613 Log: Clean up pkg-descr Modified: head/devel/p5-MooseX-App/pkg-descr Modified: head/devel/p5-MooseX-App/pkg-descr ============================================================================== --- head/devel/p5-MooseX-App/pkg-descr Mon Jun 4 18:04:45 2018 (r471612) +++ head/devel/p5-MooseX-App/pkg-descr Mon Jun 4 18:04:51 2018 (r471613) @@ -9,9 +9,7 @@ MooseX-App will then take care of - Creating automated doucumentation - Reading and validating the command line options entered by the user -Read the Tutorial[1] for getting started with a simple MooseX::App command line +Read the Tutorial for getting started with a simple MooseX::App command line application. - -[1] http://search.cpan.org/dist/MooseX-App/lib/MooseX/App/Tutorial.pod WWW: https://metacpan.org/release/MooseX-App From owner-svn-ports-all@freebsd.org Mon Jun 4 18:05:00 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFAC3FDB3B9; Mon, 4 Jun 2018 18:04:59 +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 766EF777EA; Mon, 4 Jun 2018 18:04:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 19CCC10DD9; Mon, 4 Jun 2018 18:04:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I4usS064071; Mon, 4 Jun 2018 18:04:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I4unE064069; Mon, 4 Jun 2018 18:04:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041804.w54I4unE064069@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:04:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471614 - head/devel/p5-Multiplex-CMD X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Multiplex-CMD X-SVN-Commit-Revision: 471614 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:05:00 -0000 Author: sunpoet Date: Mon Jun 4 18:04:56 2018 New Revision: 471614 URL: https://svnweb.freebsd.org/changeset/ports/471614 Log: Fix MASTER_SITES to make it fetchable - Use DISTVERSIONPREFIX instead of DISTNAME - Add LICENSE - Update WWW Approved by: portmgr (blanket) Modified: head/devel/p5-Multiplex-CMD/Makefile head/devel/p5-Multiplex-CMD/pkg-descr Modified: head/devel/p5-Multiplex-CMD/Makefile ============================================================================== --- head/devel/p5-Multiplex-CMD/Makefile Mon Jun 4 18:04:51 2018 (r471613) +++ head/devel/p5-Multiplex-CMD/Makefile Mon Jun 4 18:04:56 2018 (r471614) @@ -3,14 +3,18 @@ PORTNAME= Multiplex-CMD PORTVERSION= 0.03 +DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:KAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= rdna@rdna.ru COMMENT= Perl5 module which provides Multiplexed Fork Client + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Multiplex-CMD/pkg-descr ============================================================================== --- head/devel/p5-Multiplex-CMD/pkg-descr Mon Jun 4 18:04:51 2018 (r471613) +++ head/devel/p5-Multiplex-CMD/pkg-descr Mon Jun 4 18:04:56 2018 (r471614) @@ -1,4 +1,4 @@ Multiplex::CMD is a Perl module which can be helpful for running some commands for many hosts. -WWW: http://search.cpan.org/dist/Multiplex-CMD/ +WWW: https://metacpan.org/release/KAN/Multiplex-CMD-v0.03 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:05:03 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6C48FDB3CA; Mon, 4 Jun 2018 18:05: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 8FACE7784B; Mon, 4 Jun 2018 18:05:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5AD4810DDB; Mon, 4 Jun 2018 18:05:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I52Rx064342; Mon, 4 Jun 2018 18:05:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I52ts064340; Mon, 4 Jun 2018 18:05:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041805.w54I52ts064340@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:05:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471616 - head/devel/p5-Object-Role X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Object-Role X-SVN-Commit-Revision: 471616 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:05:03 -0000 Author: sunpoet Date: Mon Jun 4 18:05:01 2018 New Revision: 471616 URL: https://svnweb.freebsd.org/changeset/ports/471616 Log: Add LICENSE - Fix and update WWW Modified: head/devel/p5-Object-Role/Makefile head/devel/p5-Object-Role/pkg-descr Modified: head/devel/p5-Object-Role/Makefile ============================================================================== --- head/devel/p5-Object-Role/Makefile Mon Jun 4 18:05:00 2018 (r471615) +++ head/devel/p5-Object-Role/Makefile Mon Jun 4 18:05:01 2018 (r471616) @@ -11,6 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl base class for non-Moose roles +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-Sub-Name>=0:devel/p5-Sub-Name RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/devel/p5-Object-Role/pkg-descr ============================================================================== --- head/devel/p5-Object-Role/pkg-descr Mon Jun 4 18:05:00 2018 (r471615) +++ head/devel/p5-Object-Role/pkg-descr Mon Jun 4 18:05:01 2018 (r471616) @@ -1,3 +1,3 @@ A Perl base class for non-Moose roles -WWW: http://search.cpan.org/dist/Object-Role/ +WWW: https://metacpan.org/release/TOBYINK/Object-Role-0.001 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:05:02 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEC30FDB3BD; Mon, 4 Jun 2018 18:05:01 +0000 (UTC) (envelope-from danilo@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 8225D7782F; Mon, 4 Jun 2018 18:05:01 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6503D10DDA; Mon, 4 Jun 2018 18:05:01 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I516W064237; Mon, 4 Jun 2018 18:05:01 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I50LM064224; Mon, 4 Jun 2018 18:05:00 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201806041805.w54I50LM064224@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Mon, 4 Jun 2018 18:05:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471615 - head/graphics/gscan2pdf X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: head/graphics/gscan2pdf X-SVN-Commit-Revision: 471615 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:05:02 -0000 Author: danilo Date: Mon Jun 4 18:05:00 2018 New Revision: 471615 URL: https://svnweb.freebsd.org/changeset/ports/471615 Log: - Update to 2.1.2 - Don't append BUILD_DEPENDS to RUN_DEPENDS - Switch to GTK3 Modified: head/graphics/gscan2pdf/Makefile head/graphics/gscan2pdf/distinfo head/graphics/gscan2pdf/pkg-plist Modified: head/graphics/gscan2pdf/Makefile ============================================================================== --- head/graphics/gscan2pdf/Makefile Mon Jun 4 18:04:56 2018 (r471614) +++ head/graphics/gscan2pdf/Makefile Mon Jun 4 18:05:00 2018 (r471615) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gscan2pdf -PORTVERSION= 1.8.11 +PORTVERSION= 2.1.2 CATEGORIES= graphics MASTER_SITES= SF @@ -13,7 +13,6 @@ LICENSE= GPLv3 BUILD_DEPENDS= p5-Config-General>=2.40:devel/p5-Config-General \ p5-Glib2>=1.210:devel/p5-Glib2 \ - p5-Goo-Canvas>0:devel/p5-Goo-Canvas \ p5-Locale-gettext>=1.05:devel/p5-Locale-gettext \ p5-Log-Log4perl>0:devel/p5-Log-Log4perl \ p5-Readonly>0:devel/p5-Readonly \ @@ -24,26 +23,38 @@ BUILD_DEPENDS= p5-Config-General>=2.40:devel/p5-Config p5-Try-Tiny>0:lang/p5-Try-Tiny \ bash:shells/bash \ p5-PDF-API2>0.57:textproc/p5-PDF-API2 \ - p5-Gtk2>=1.090:x11-toolkits/p5-Gtk2 \ - p5-Gtk2-Ex-Simple-List>0:x11-toolkits/p5-Gtk2-Ex-Simple-List \ - p5-Gtk2-ImageView>0:x11-toolkits/p5-Gtk2-ImageView + p5-Gtk3>=0.028:x11-toolkits/p5-Gtk3 \ + p5-Gtk3-SimpleList>=0.17:x11-toolkits/p5-Gtk3-SimpleList \ + p5-Goo-Canvas2>=0.06:devel/p5-Goo-Canvas2 RUN_DEPENDS:= p5-Proc-ProcessTable>0:devel/p5-Proc-ProcessTable \ xdg-open:devel/xdg-utils \ cjb2:graphics/djvulibre \ scanimage:graphics/sane-backends \ scanadf:graphics/sane-frontends \ unpaper:graphics/unpaper \ + ImageMagick>0:graphics/ImageMagick \ p5-HTML-Parser>0:www/p5-HTML-Parser \ - p5-Gtk2-Ex-PodViewer>0.17:x11-toolkits/p5-Gtk2-Ex-PodViewer \ p5-Filesys-Df>0.92:sysutils/p5-Filesys-Df \ p5-Data-UUID>=1.220:devel/p5-Data-UUID \ p5-Date-Calc>=6.4:devel/p5-Date-Calc \ - ${BUILD_DEPENDS} + p5-Config-General>=2.40:devel/p5-Config-General \ + p5-Glib2>=1.210:devel/p5-Glib2 \ + p5-Locale-gettext>=1.05:devel/p5-Locale-gettext \ + p5-Log-Log4perl>0:devel/p5-Log-Log4perl \ + p5-Readonly>0:devel/p5-Readonly \ + p5-Image-Sane>=0.14:graphics/p5-Image-Sane \ + p5-Set-IntSpan>=1.10:math/p5-Set-IntSpan \ + p5-List-MoreUtils>0:lang/p5-List-MoreUtils \ + p5-Try-Tiny>0:lang/p5-Try-Tiny \ + p5-PDF-API2>0.57:textproc/p5-PDF-API2 \ + p5-Gtk3>=0.028:x11-toolkits/p5-Gtk3 \ + p5-Gtk3-SimpleList>=0.17:x11-toolkits/p5-Gtk3-SimpleList \ + p5-Goo-Canvas2>=0.06:devel/p5-Goo-Canvas2 NO_ARCH= yes USES= gettext gmake perl5 tar:xz -USE_GNOME= gtk20 librsvg2 +USE_GNOME= gtk30 librsvg2 USE_PERL5= configure OPTIONS_MULTI= OCR Modified: head/graphics/gscan2pdf/distinfo ============================================================================== --- head/graphics/gscan2pdf/distinfo Mon Jun 4 18:04:56 2018 (r471614) +++ head/graphics/gscan2pdf/distinfo Mon Jun 4 18:05:00 2018 (r471615) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518352774 -SHA256 (gscan2pdf-1.8.11.tar.xz) = d4a167ebe36390422472f91a4580f262a543e48f303ff930331a2e7e56491ab7 -SIZE (gscan2pdf-1.8.11.tar.xz) = 409212 +TIMESTAMP = 1527565348 +SHA256 (gscan2pdf-2.1.2.tar.xz) = f434cecb9094a4bed76f3e1df15306d6a26ab316ba23e06f204dcd0a0b14e124 +SIZE (gscan2pdf-2.1.2.tar.xz) = 422656 Modified: head/graphics/gscan2pdf/pkg-plist ============================================================================== --- head/graphics/gscan2pdf/pkg-plist Mon Jun 4 18:04:56 2018 (r471614) +++ head/graphics/gscan2pdf/pkg-plist Mon Jun 4 18:05:00 2018 (r471615) @@ -11,6 +11,7 @@ bin/gscan2pdf %%SITE_PERL%%/Gscan2pdf/EntryCompletion.pm %%SITE_PERL%%/Gscan2pdf/Frontend/CLI.pm %%SITE_PERL%%/Gscan2pdf/Frontend/Image_Sane.pm +%%SITE_PERL%%/Gscan2pdf/ImageView.pm %%SITE_PERL%%/Gscan2pdf/NetPBM.pm %%SITE_PERL%%/Gscan2pdf/Ocropus.pm %%SITE_PERL%%/Gscan2pdf/Page.pm @@ -32,6 +33,7 @@ share/applications/gscan2pdf.desktop %%DATADIR%%/stock-rotate-270.svg %%DATADIR%%/stock-rotate-90.svg %%DATADIR%%/stock-selection-all-16.png +share/help/C/gscan2pdf/documentation.html share/locale/ab/LC_MESSAGES/gscan2pdf.mo share/locale/be/LC_MESSAGES/gscan2pdf.mo share/locale/bg/LC_MESSAGES/gscan2pdf.mo From owner-svn-ports-all@freebsd.org Mon Jun 4 18:05:10 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90EC2FDB45F; Mon, 4 Jun 2018 18:05:10 +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 899EF7798D; Mon, 4 Jun 2018 18:05:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AD99510DDC; Mon, 4 Jun 2018 18:05:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I57dB064465; Mon, 4 Jun 2018 18:05:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I57Je064464; Mon, 4 Jun 2018 18:05:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041805.w54I57Je064464@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:05:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471617 - head/devel/p5-POE-API-Hooks X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-POE-API-Hooks X-SVN-Commit-Revision: 471617 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:05:10 -0000 Author: sunpoet Date: Mon Jun 4 18:05:07 2018 New Revision: 471617 URL: https://svnweb.freebsd.org/changeset/ports/471617 Log: Add LICENSE - Fix and update WWW Modified: head/devel/p5-POE-API-Hooks/Makefile head/devel/p5-POE-API-Hooks/pkg-descr Modified: head/devel/p5-POE-API-Hooks/Makefile ============================================================================== --- head/devel/p5-POE-API-Hooks/Makefile Mon Jun 4 18:05:01 2018 (r471616) +++ head/devel/p5-POE-API-Hooks/Makefile Mon Jun 4 18:05:07 2018 (r471617) @@ -7,10 +7,13 @@ PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+$//} +DISTNAME= ${PORTNAME}-${PORTVERSION:S|00$||} MAINTAINER= perl@FreeBSD.org COMMENT= Implement lightweight hooks into POE + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-POE>=0:devel/p5-POE \ p5-Params-Validate>=0:devel/p5-Params-Validate Modified: head/devel/p5-POE-API-Hooks/pkg-descr ============================================================================== --- head/devel/p5-POE-API-Hooks/pkg-descr Mon Jun 4 18:05:01 2018 (r471616) +++ head/devel/p5-POE-API-Hooks/pkg-descr Mon Jun 4 18:05:07 2018 (r471617) @@ -6,4 +6,4 @@ counterpart. For event dispatch related callbacks, se in POE::Kernel. For session related callbacks, see create in POE::Session. -WWW: http://search.cpan.org/dist/POE-API-Hooks/ +WWW: https://metacpan.org/release/SUNGO/POE-API-Hooks-1.08 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:05:14 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D036FFDB4A6; Mon, 4 Jun 2018 18:05:14 +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 4669077A5C; Mon, 4 Jun 2018 18:05:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 100CD10DDD; Mon, 4 Jun 2018 18:05: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 w54I5C5t064585; Mon, 4 Jun 2018 18:05:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I5CPQ064583; Mon, 4 Jun 2018 18:05:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041805.w54I5CPQ064583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:05:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471618 - head/devel/p5-POE-Component-DebugShell X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-POE-Component-DebugShell X-SVN-Commit-Revision: 471618 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:05:15 -0000 Author: sunpoet Date: Mon Jun 4 18:05:12 2018 New Revision: 471618 URL: https://svnweb.freebsd.org/changeset/ports/471618 Log: Add LICENSE - Fix and update WWW Modified: head/devel/p5-POE-Component-DebugShell/Makefile head/devel/p5-POE-Component-DebugShell/pkg-descr Modified: head/devel/p5-POE-Component-DebugShell/Makefile ============================================================================== --- head/devel/p5-POE-Component-DebugShell/Makefile Mon Jun 4 18:05:07 2018 (r471617) +++ head/devel/p5-POE-Component-DebugShell/Makefile Mon Jun 4 18:05:12 2018 (r471618) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Interactive peeking into a running POE application +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-POE>=0:devel/p5-POE \ p5-POE-API-Peek>=0:devel/p5-POE-API-Peek RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/devel/p5-POE-Component-DebugShell/pkg-descr ============================================================================== --- head/devel/p5-POE-Component-DebugShell/pkg-descr Mon Jun 4 18:05:07 2018 (r471617) +++ head/devel/p5-POE-Component-DebugShell/pkg-descr Mon Jun 4 18:05:12 2018 (r471618) @@ -1,4 +1,4 @@ This component allows for interactive peeking into a running POE application. -WWW: http://search.cpan.org/dist/POE-Component-DebugShell/ +WWW: https://metacpan.org/release/SUNGO/POE-Component-DebugShell-1.412 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:05:20 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FDE1FDB4DF; Mon, 4 Jun 2018 18:05: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 A0A9077B50; Mon, 4 Jun 2018 18:05: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 E30C510DDE; Mon, 4 Jun 2018 18:05:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I5IPR064708; Mon, 4 Jun 2018 18:05:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I5Iv1064707; Mon, 4 Jun 2018 18:05:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041805.w54I5Iv1064707@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:05:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471619 - head/devel/p5-POE-Component-RSS X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-POE-Component-RSS X-SVN-Commit-Revision: 471619 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:05:20 -0000 Author: sunpoet Date: Mon Jun 4 18:05:18 2018 New Revision: 471619 URL: https://svnweb.freebsd.org/changeset/ports/471619 Log: Add LICENSE - Fix and update WWW Modified: head/devel/p5-POE-Component-RSS/Makefile head/devel/p5-POE-Component-RSS/pkg-descr Modified: head/devel/p5-POE-Component-RSS/Makefile ============================================================================== --- head/devel/p5-POE-Component-RSS/Makefile Mon Jun 4 18:05:12 2018 (r471618) +++ head/devel/p5-POE-Component-RSS/Makefile Mon Jun 4 18:05:18 2018 (r471619) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Module for event based RSS parsing +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-POE>=0:devel/p5-POE \ p5-XML-RSS>=0:textproc/p5-XML-RSS RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/devel/p5-POE-Component-RSS/pkg-descr ============================================================================== --- head/devel/p5-POE-Component-RSS/pkg-descr Mon Jun 4 18:05:12 2018 (r471618) +++ head/devel/p5-POE-Component-RSS/pkg-descr Mon Jun 4 18:05:18 2018 (r471619) @@ -2,4 +2,4 @@ POE::Component::RSS is an event based RSS parsing modu XML::RSS and provides a POE based framework for accessing the information provided. -WWW: http://search.cpan.org/dist/POE-Component-RSS/ +WWW: https://metacpan.org/release/SUNGO/POE-Component-RSS-0.09 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:05:25 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A96AFDB52C; Mon, 4 Jun 2018 18:05:25 +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 6EA8C77C26; Mon, 4 Jun 2018 18:05:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3E45910DDF; Mon, 4 Jun 2018 18:05: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 w54I5O3V064833; Mon, 4 Jun 2018 18:05:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I5Nf6064832; Mon, 4 Jun 2018 18:05:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041805.w54I5Nf6064832@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:05:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471620 - head/devel/p5-POE-Component-RSSAggregator X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-POE-Component-RSSAggregator X-SVN-Commit-Revision: 471620 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:05:25 -0000 Author: sunpoet Date: Mon Jun 4 18:05:23 2018 New Revision: 471620 URL: https://svnweb.freebsd.org/changeset/ports/471620 Log: Add LICENSE - Sort *_DEPENDS - Sort PLIST Modified: head/devel/p5-POE-Component-RSSAggregator/Makefile head/devel/p5-POE-Component-RSSAggregator/pkg-plist Modified: head/devel/p5-POE-Component-RSSAggregator/Makefile ============================================================================== --- head/devel/p5-POE-Component-RSSAggregator/Makefile Mon Jun 4 18:05:18 2018 (r471619) +++ head/devel/p5-POE-Component-RSSAggregator/Makefile Mon Jun 4 18:05:23 2018 (r471620) @@ -7,15 +7,17 @@ PORTREVISION= 1 CATEGORIES= devel perl5 textproc MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -#DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/\1/} MAINTAINER= perl@FreeBSD.org COMMENT= Watch Muliple RSS Feeds for New Headlines -BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww \ +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-POE-Component-Client-DNS>=0.98:dns/p5-POE-Component-Client-DNS \ + p5-POE-Component-Client-HTTP>=0.51:www/p5-POE-Component-Client-HTTP \ p5-XML-RSS-Feed>=0:textproc/p5-XML-RSS-Feed \ - p5-POE-Component-Client-DNS>=0.98:dns/p5-POE-Component-Client-DNS \ - p5-POE-Component-Client-HTTP>=0.51:www/p5-POE-Component-Client-HTTP + p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/devel/p5-POE-Component-RSSAggregator/pkg-plist ============================================================================== --- head/devel/p5-POE-Component-RSSAggregator/pkg-plist Mon Jun 4 18:05:18 2018 (r471619) +++ head/devel/p5-POE-Component-RSSAggregator/pkg-plist Mon Jun 4 18:05:23 2018 (r471620) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/POE::Component::RSSAggregator.3.gz %%SITE_PERL%%/POE/Component/RSSAggregator.pm +%%PERL5_MAN3%%/POE::Component::RSSAggregator.3.gz From owner-svn-ports-all@freebsd.org Mon Jun 4 18:05:31 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 279C3FDB56A; Mon, 4 Jun 2018 18:05:31 +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 EBD2A77D14; Mon, 4 Jun 2018 18:05:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9A2C510DE0; Mon, 4 Jun 2018 18:05: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 w54I5ThE064934; Mon, 4 Jun 2018 18:05:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I5TG5064932; Mon, 4 Jun 2018 18:05:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041805.w54I5TG5064932@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:05:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471621 - head/devel/p5-POEx-Role-SessionInstantiation X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-POEx-Role-SessionInstantiation X-SVN-Commit-Revision: 471621 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:05:31 -0000 Author: sunpoet Date: Mon Jun 4 18:05:28 2018 New Revision: 471621 URL: https://svnweb.freebsd.org/changeset/ports/471621 Log: Add LICENSE - Fix and update WWW Approved by: portmgr (blanket) Modified: head/devel/p5-POEx-Role-SessionInstantiation/Makefile head/devel/p5-POEx-Role-SessionInstantiation/pkg-descr Modified: head/devel/p5-POEx-Role-SessionInstantiation/Makefile ============================================================================== --- head/devel/p5-POEx-Role-SessionInstantiation/Makefile Mon Jun 4 18:05:23 2018 (r471620) +++ head/devel/p5-POEx-Role-SessionInstantiation/Makefile Mon Jun 4 18:05:28 2018 (r471621) @@ -11,6 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension of Moose role for turning objects into POE sessions +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + RUN_DEPENDS= \ p5-MooseX-CompileTime-Traits>=0:devel/p5-MooseX-CompileTime-Traits \ p5-MooseX-Declare>0:devel/p5-MooseX-Declare \ Modified: head/devel/p5-POEx-Role-SessionInstantiation/pkg-descr ============================================================================== --- head/devel/p5-POEx-Role-SessionInstantiation/pkg-descr Mon Jun 4 18:05:23 2018 (r471620) +++ head/devel/p5-POEx-Role-SessionInstantiation/pkg-descr Mon Jun 4 18:05:28 2018 (r471621) @@ -8,4 +8,4 @@ if your object receives an event that it does not have This role exposes your class' methods as POE events. -WWW: http://search.cpan.org/dist/POEx-Role-SessionInstantiation/ +WWW: https://metacpan.org/release/NPEREZ/POEx-Role-SessionInstantiation-1.102610 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:05:36 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67E05FDB58D; Mon, 4 Jun 2018 18:05:36 +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 C011077DF8; Mon, 4 Jun 2018 18:05: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 46F1310DE1; Mon, 4 Jun 2018 18:05: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 w54I5ZOs065036; Mon, 4 Jun 2018 18:05:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I5YY5065034; Mon, 4 Jun 2018 18:05:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041805.w54I5YY5065034@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:05:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471622 - head/devel/p5-POEx-Role-Streaming X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-POEx-Role-Streaming X-SVN-Commit-Revision: 471622 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:05:36 -0000 Author: sunpoet Date: Mon Jun 4 18:05:34 2018 New Revision: 471622 URL: https://svnweb.freebsd.org/changeset/ports/471622 Log: Add LICENSE - Fix and update WWW Approved by: portmgr (blanket) Modified: head/devel/p5-POEx-Role-Streaming/Makefile head/devel/p5-POEx-Role-Streaming/pkg-descr Modified: head/devel/p5-POEx-Role-Streaming/Makefile ============================================================================== --- head/devel/p5-POEx-Role-Streaming/Makefile Mon Jun 4 18:05:28 2018 (r471621) +++ head/devel/p5-POEx-Role-Streaming/Makefile Mon Jun 4 18:05:34 2018 (r471622) @@ -11,6 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for streaming from one filehandle to another +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + RUN_DEPENDS= \ p5-MooseX-Declare>0:devel/p5-MooseX-Declare \ p5-MooseX-Types>0:devel/p5-MooseX-Types \ Modified: head/devel/p5-POEx-Role-Streaming/pkg-descr ============================================================================== --- head/devel/p5-POEx-Role-Streaming/pkg-descr Mon Jun 4 18:05:28 2018 (r471621) +++ head/devel/p5-POEx-Role-Streaming/pkg-descr Mon Jun 4 18:05:34 2018 (r471622) @@ -10,4 +10,4 @@ itself by closing the wheel, the handles, and sending of scope. If an exception happens, it will clean up after itself, and let the DIE signal propagate. -WWW: http://search.cpan.org/dist/POEx-Role-Streaming/ +WWW: https://metacpan.org/release/NPEREZ/POEx-Role-Streaming-1.102610 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:05:42 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BAE99FDB5D8; Mon, 4 Jun 2018 18:05:42 +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 E20DB77EF9; Mon, 4 Jun 2018 18:05: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 F12CB10DE2; Mon, 4 Jun 2018 18:05: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 w54I5eJO065139; Mon, 4 Jun 2018 18:05:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I5e7w065137; Mon, 4 Jun 2018 18:05:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041805.w54I5e7w065137@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:05:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471623 - head/devel/p5-POEx-Types X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-POEx-Types X-SVN-Commit-Revision: 471623 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:05:42 -0000 Author: sunpoet Date: Mon Jun 4 18:05:40 2018 New Revision: 471623 URL: https://svnweb.freebsd.org/changeset/ports/471623 Log: Add LICENSE - Fix and update WWW Approved by: portmgr (blanket) Modified: head/devel/p5-POEx-Types/Makefile head/devel/p5-POEx-Types/pkg-descr Modified: head/devel/p5-POEx-Types/Makefile ============================================================================== --- head/devel/p5-POEx-Types/Makefile Mon Jun 4 18:05:34 2018 (r471622) +++ head/devel/p5-POEx-Types/Makefile Mon Jun 4 18:05:40 2018 (r471623) @@ -11,6 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to provide MooseX::Types types for modern POE +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + RUN_DEPENDS= \ p5-MooseX-Types>0:devel/p5-MooseX-Types \ p5-MooseX-Types-Structured>0:devel/p5-MooseX-Types-Structured \ Modified: head/devel/p5-POEx-Types/pkg-descr ============================================================================== --- head/devel/p5-POEx-Types/pkg-descr Mon Jun 4 18:05:34 2018 (r471622) +++ head/devel/p5-POEx-Types/pkg-descr Mon Jun 4 18:05:40 2018 (r471623) @@ -2,4 +2,4 @@ This modules exports the needed subtypes, and coercion modules and is based on Sub::Exporter, so see that module for options on importing. -WWW: http://search.cpan.org/dist/POEx-Types/ +WWW: https://metacpan.org/release/NPEREZ/POEx-Types-1.100910 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:05:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C6C9FDB618; Mon, 4 Jun 2018 18:05:47 +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 DA62777F94; Mon, 4 Jun 2018 18:05: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 4493610DE3; Mon, 4 Jun 2018 18:05:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I5kMM065242; Mon, 4 Jun 2018 18:05:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I5jm5065239; Mon, 4 Jun 2018 18:05:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041805.w54I5jm5065239@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:05:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471624 - head/devel/p5-Range-String X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Range-String X-SVN-Commit-Revision: 471624 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:05:47 -0000 Author: sunpoet Date: Mon Jun 4 18:05:45 2018 New Revision: 471624 URL: https://svnweb.freebsd.org/changeset/ports/471624 Log: Add LICENSE - Fix and update WWW Approved by: portmgr (blanket) Modified: head/devel/p5-Range-String/Makefile head/devel/p5-Range-String/pkg-descr Modified: head/devel/p5-Range-String/Makefile ============================================================================== --- head/devel/p5-Range-String/Makefile Mon Jun 4 18:05:40 2018 (r471623) +++ head/devel/p5-Range-String/Makefile Mon Jun 4 18:05:45 2018 (r471624) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= rdna@rdna.ru COMMENT= Perl5 module which provides interface to string ranges +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Range-String/pkg-descr ============================================================================== --- head/devel/p5-Range-String/pkg-descr Mon Jun 4 18:05:40 2018 (r471623) +++ head/devel/p5-Range-String/pkg-descr Mon Jun 4 18:05:45 2018 (r471624) @@ -1,4 +1,4 @@ Range::Integer is a perl module which can be helpful for work with string ranges. -WWW: http://search.cpan.org/dist/Range-String/ +WWW: https://metacpan.org/release/KAN/Range-String-v0.01 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:05:53 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39D10FDB65B; Mon, 4 Jun 2018 18:05:53 +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 83EF778084; Mon, 4 Jun 2018 18:05:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AC30710DE4; Mon, 4 Jun 2018 18:05:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I5pVm065342; Mon, 4 Jun 2018 18:05:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I5poX065341; Mon, 4 Jun 2018 18:05:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041805.w54I5poX065341@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:05:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471625 - head/devel/p5-Religion X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Religion X-SVN-Commit-Revision: 471625 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:05:53 -0000 Author: sunpoet Date: Mon Jun 4 18:05:51 2018 New Revision: 471625 URL: https://svnweb.freebsd.org/changeset/ports/471625 Log: Update WWW Modified: head/devel/p5-Religion/pkg-descr Modified: head/devel/p5-Religion/pkg-descr ============================================================================== --- head/devel/p5-Religion/pkg-descr Mon Jun 4 18:05:45 2018 (r471624) +++ head/devel/p5-Religion/pkg-descr Mon Jun 4 18:05:51 2018 (r471625) @@ -17,4 +17,4 @@ after you die() to give a better handle on the current situation, and provide information about where you were, which might influence where you want to go next, either returning back to where -WWW: http://search.cpan.org/dist/Religion/ +WWW: https://metacpan.org/release/KJALB/Religion-1.04 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:05:59 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 966BFFDB6A1; Mon, 4 Jun 2018 18:05:59 +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 CCECD78167; Mon, 4 Jun 2018 18:05:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CFB8B10DE5; Mon, 4 Jun 2018 18:05:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I5vmp065445; Mon, 4 Jun 2018 18:05:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I5vWd065444; Mon, 4 Jun 2018 18:05:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041805.w54I5vWd065444@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:05:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471626 - head/devel/p5-Return-Type X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Return-Type X-SVN-Commit-Revision: 471626 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:05:59 -0000 Author: sunpoet Date: Mon Jun 4 18:05:57 2018 New Revision: 471626 URL: https://svnweb.freebsd.org/changeset/ports/471626 Log: Clean up pkg-descr Modified: head/devel/p5-Return-Type/pkg-descr Modified: head/devel/p5-Return-Type/pkg-descr ============================================================================== --- head/devel/p5-Return-Type/pkg-descr Mon Jun 4 18:05:51 2018 (r471625) +++ head/devel/p5-Return-Type/pkg-descr Mon Jun 4 18:05:57 2018 (r471626) @@ -1,12 +1,10 @@ Return::Type allows you to specify a return type for your subs. Type constraints from any Type::Tiny, MooseX::Types or MouseX::Types type library are supported. -The simple syntax for specifying a type constraint is shown in the "SYNOPSIS" -[1]. If the attribute is passed a single type constraint as shown, this will be +The simple syntax for specifying a type constraint is shown in the "SYNOPSIS". +If the attribute is passed a single type constraint as shown, this will be applied to the return value if called in scalar context, and to each item in the returned list if called in list context. (If the sub is called in void context, type constraints are simply ignored.) - -[1] http://search.cpan.org/dist/Return-Type/lib/Return/Type.pm#SYNOPSIS WWW: https://metacpan.org/release/Return-Type From owner-svn-ports-all@freebsd.org Mon Jun 4 18:07:16 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CCDFFDB9A7; Mon, 4 Jun 2018 18: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 530C77848F; Mon, 4 Jun 2018 18:07:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 35AF110DE7; Mon, 4 Jun 2018 18:07:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I7F8P065586; Mon, 4 Jun 2018 18:07:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I7Fs5065585; Mon, 4 Jun 2018 18:07:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041807.w54I7Fs5065585@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:07:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471627 - head/devel/p5-SVN-Log X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-SVN-Log X-SVN-Commit-Revision: 471627 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:07:16 -0000 Author: sunpoet Date: Mon Jun 4 18:07:15 2018 New Revision: 471627 URL: https://svnweb.freebsd.org/changeset/ports/471627 Log: Add LICENSE - Add NO_ARCH - Update WWW Approved by: portmgr (blanket) Modified: head/devel/p5-SVN-Log/Makefile head/devel/p5-SVN-Log/pkg-descr Modified: head/devel/p5-SVN-Log/Makefile ============================================================================== --- head/devel/p5-SVN-Log/Makefile Mon Jun 4 18:05:57 2018 (r471626) +++ head/devel/p5-SVN-Log/Makefile Mon Jun 4 18:07:15 2018 (r471627) @@ -11,10 +11,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= ychsiao@ychsiao.org COMMENT= SVN::Log - Extract change logs from a Subversion server +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-subversion>=0:devel/p5-subversion \ p5-Test-Simple>=0:devel/p5-Test-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild Modified: head/devel/p5-SVN-Log/pkg-descr ============================================================================== --- head/devel/p5-SVN-Log/pkg-descr Mon Jun 4 18:05:57 2018 (r471626) +++ head/devel/p5-SVN-Log/pkg-descr Mon Jun 4 18:07:15 2018 (r471627) @@ -1,4 +1,4 @@ SVN::Log retrieves and parses the commit logs from Subversion repositories. -WWW: http://search.cpan.org/dist/SVN-Log +WWW: https://metacpan.org/release/SVN-Log From owner-svn-ports-all@freebsd.org Mon Jun 4 18:07:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54DF0FDBA06; Mon, 4 Jun 2018 18:07:24 +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 9840478567; Mon, 4 Jun 2018 18:07: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 4E87A10DE8; Mon, 4 Jun 2018 18:07:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I7Nds065689; Mon, 4 Jun 2018 18:07:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I7Mlt065687; Mon, 4 Jun 2018 18:07:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041807.w54I7Mlt065687@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:07:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471628 - head/devel/p5-SVN-Statistics X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-SVN-Statistics X-SVN-Commit-Revision: 471628 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:07:24 -0000 Author: sunpoet Date: Mon Jun 4 18:07:22 2018 New Revision: 471628 URL: https://svnweb.freebsd.org/changeset/ports/471628 Log: Fix MASTER_SITES to make it fetchable - Add LICENSE - Fix and update WWW Approved by: portmgr (blanket) Modified: head/devel/p5-SVN-Statistics/Makefile head/devel/p5-SVN-Statistics/pkg-descr Modified: head/devel/p5-SVN-Statistics/Makefile ============================================================================== --- head/devel/p5-SVN-Statistics/Makefile Mon Jun 4 18:07:15 2018 (r471627) +++ head/devel/p5-SVN-Statistics/Makefile Mon Jun 4 18:07:22 2018 (r471628) @@ -6,10 +6,14 @@ PORTVERSION= 0.041 PORTREVISION= 8 CATEGORIES= devel perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:LINMAR PKGNAMEPREFIX= p5- MAINTAINER= ychsiao@ychsiao.org COMMENT= SVN::Statistics - perl module to create subversion statistics + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual BUILD_DEPENDS= p5-subversion>=0:devel/p5-subversion \ p5-RRDTool-OO>=0:devel/p5-RRDTool-OO \ Modified: head/devel/p5-SVN-Statistics/pkg-descr ============================================================================== --- head/devel/p5-SVN-Statistics/pkg-descr Mon Jun 4 18:07:15 2018 (r471627) +++ head/devel/p5-SVN-Statistics/pkg-descr Mon Jun 4 18:07:22 2018 (r471628) @@ -1,3 +1,3 @@ SVN::Statistics - perl module to create subversion statistics -WWW: http://search.cpan.org/dist/SVN-Statistics/ +WWW: https://metacpan.org/release/LINMAR/SVN-Statistics-0.041 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:07:31 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE190FDBA65; Mon, 4 Jun 2018 18:07:31 +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 D218D78649; Mon, 4 Jun 2018 18: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 D92CF10DE9; Mon, 4 Jun 2018 18: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 w54I7Tp0065794; Mon, 4 Jun 2018 18:07:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I7Tss065793; Mon, 4 Jun 2018 18:07:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041807.w54I7Tss065793@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:07:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471629 - head/devel/p5-Sys-CPU X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Sys-CPU X-SVN-Commit-Revision: 471629 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:07:31 -0000 Author: sunpoet Date: Mon Jun 4 18:07:29 2018 New Revision: 471629 URL: https://svnweb.freebsd.org/changeset/ports/471629 Log: Update WWW Modified: head/devel/p5-Sys-CPU/pkg-descr Modified: head/devel/p5-Sys-CPU/pkg-descr ============================================================================== --- head/devel/p5-Sys-CPU/pkg-descr Mon Jun 4 18:07:22 2018 (r471628) +++ head/devel/p5-Sys-CPU/pkg-descr Mon Jun 4 18:07:29 2018 (r471629) @@ -5,4 +5,4 @@ added for type of CPU and clock speed. While much of t is from UNIX::Processors, Win32 support has been added (but not tested). -WWW: http://search.cpan.org/dist/Sys-CPU/ +WWW: https://metacpan.org/release/MZSANFORD/Sys-CPU-0.61 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:07:37 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAE78FDBA9B; Mon, 4 Jun 2018 18: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 92FF0786D0; Mon, 4 Jun 2018 18: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 C50E010DEA; Mon, 4 Jun 2018 18: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 w54I7Zep065896; Mon, 4 Jun 2018 18:07:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I7ZX0065895; Mon, 4 Jun 2018 18:07:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041807.w54I7ZX0065895@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:07:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471630 - head/devel/p5-Term-ANSIColor X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Term-ANSIColor X-SVN-Commit-Revision: 471630 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:07:38 -0000 Author: sunpoet Date: Mon Jun 4 18:07:35 2018 New Revision: 471630 URL: https://svnweb.freebsd.org/changeset/ports/471630 Log: Fix and update WWW Modified: head/devel/p5-Term-ANSIColor/pkg-descr Modified: head/devel/p5-Term-ANSIColor/pkg-descr ============================================================================== --- head/devel/p5-Term-ANSIColor/pkg-descr Mon Jun 4 18:07:29 2018 (r471629) +++ head/devel/p5-Term-ANSIColor/pkg-descr Mon Jun 4 18:07:35 2018 (r471630) @@ -12,4 +12,4 @@ of two interfaces, one of which uses "constants" for e attribute and the other of which uses two subs which take strings of attributes as arguments. -WWW: http://search.cpan.org/dist/ANSIColor/ +WWW: https://metacpan.org/release/Term-ANSIColor From owner-svn-ports-all@freebsd.org Mon Jun 4 18:07:44 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E84EFDBAE5; Mon, 4 Jun 2018 18: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 4A28C787AD; Mon, 4 Jun 2018 18:07:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0722D10DEB; Mon, 4 Jun 2018 18:07:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I7fAc065986; Mon, 4 Jun 2018 18:07:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I7f2v065985; Mon, 4 Jun 2018 18:07:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041807.w54I7f2v065985@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:07:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471631 - head/devel/p5-Time-Period X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Time-Period X-SVN-Commit-Revision: 471631 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:07:44 -0000 Author: sunpoet Date: Mon Jun 4 18:07:41 2018 New Revision: 471631 URL: https://svnweb.freebsd.org/changeset/ports/471631 Log: Update WWW Approved by: portmgr (blanket) Modified: head/devel/p5-Time-Period/pkg-descr Modified: head/devel/p5-Time-Period/pkg-descr ============================================================================== --- head/devel/p5-Time-Period/pkg-descr Mon Jun 4 18:07:35 2018 (r471630) +++ head/devel/p5-Time-Period/pkg-descr Mon Jun 4 18:07:41 2018 (r471631) @@ -8,4 +8,4 @@ period passed to it were malformed. The time is speci year seconds past January 1, 1970, as per the time() function. The period is a string which is of the form described in Period's man page. -WWW: http://search.cpan.org/dist/Period/ +WWW: https://metacpan.org/release/PRYAN/Period-1.20 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:07:49 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 606E4FDBB24; Mon, 4 Jun 2018 18:07:49 +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 D03E478846; Mon, 4 Jun 2018 18:07:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 58EAE10DEC; Mon, 4 Jun 2018 18:07: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 w54I7m6b066091; Mon, 4 Jun 2018 18:07:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I7mj3066090; Mon, 4 Jun 2018 18:07:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041807.w54I7mj3066090@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:07:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471632 - head/devel/p5-Time-modules X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Time-modules X-SVN-Commit-Revision: 471632 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:07:49 -0000 Author: sunpoet Date: Mon Jun 4 18:07:47 2018 New Revision: 471632 URL: https://svnweb.freebsd.org/changeset/ports/471632 Log: Update WWW Modified: head/devel/p5-Time-modules/pkg-descr Modified: head/devel/p5-Time-modules/pkg-descr ============================================================================== --- head/devel/p5-Time-modules/pkg-descr Mon Jun 4 18:07:41 2018 (r471631) +++ head/devel/p5-Time-modules/pkg-descr Mon Jun 4 18:07:47 2018 (r471632) @@ -10,4 +10,4 @@ This package contains the following perl5 modules: * Time::DaysInMonth - simply report the number of days in a month -WWW: http://search.cpan.org/dist/Time-modules/ +WWW: https://metacpan.org/release/MUIR/Time-modules-2013.0912 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:07:57 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46B1EFDBB8D; Mon, 4 Jun 2018 18:07:57 +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 B7F6878976; Mon, 4 Jun 2018 18:07: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 809EE10DED; Mon, 4 Jun 2018 18:07:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I7sPE066194; Mon, 4 Jun 2018 18:07:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I7sxe066193; Mon, 4 Jun 2018 18:07:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041807.w54I7sxe066193@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:07:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471633 - head/devel/p5-VCP-Dest-svk X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-VCP-Dest-svk X-SVN-Commit-Revision: 471633 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:07:57 -0000 Author: sunpoet Date: Mon Jun 4 18:07:54 2018 New Revision: 471633 URL: https://svnweb.freebsd.org/changeset/ports/471633 Log: Update WWW Modified: head/devel/p5-VCP-Dest-svk/pkg-descr Modified: head/devel/p5-VCP-Dest-svk/pkg-descr ============================================================================== --- head/devel/p5-VCP-Dest-svk/pkg-descr Mon Jun 4 18:07:47 2018 (r471632) +++ head/devel/p5-VCP-Dest-svk/pkg-descr Mon Jun 4 18:07:54 2018 (r471633) @@ -1,4 +1,4 @@ This is a VCP destination driver for svn repositories by using the SVK module. -WWW: http://search.cpan.org/dist/VCP-Dest-svk/ +WWW: https://metacpan.org/release/CLKAO/VCP-Dest-svk-0.29 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:08:04 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26AA0FDBBD8; Mon, 4 Jun 2018 18:08: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 F169878A39; Mon, 4 Jun 2018 18:08:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C66CE10DEE; Mon, 4 Jun 2018 18:08:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I81pj066321; Mon, 4 Jun 2018 18:08:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I81G2066319; Mon, 4 Jun 2018 18:08:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041808.w54I81G2066319@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:08:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471634 - head/devel/p5-VCP-Source-cvsbk X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-VCP-Source-cvsbk X-SVN-Commit-Revision: 471634 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:08:04 -0000 Author: sunpoet Date: Mon Jun 4 18:08:01 2018 New Revision: 471634 URL: https://svnweb.freebsd.org/changeset/ports/471634 Log: Add LICENSE - Fix and update WWW Modified: head/devel/p5-VCP-Source-cvsbk/Makefile head/devel/p5-VCP-Source-cvsbk/pkg-descr Modified: head/devel/p5-VCP-Source-cvsbk/Makefile ============================================================================== --- head/devel/p5-VCP-Source-cvsbk/Makefile Mon Jun 4 18:07:54 2018 (r471633) +++ head/devel/p5-VCP-Source-cvsbk/Makefile Mon Jun 4 18:08:01 2018 (r471634) @@ -12,6 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= VCP source driver for bk exported cvs repository +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-VCP-autrijus>=0:devel/p5-VCP-autrijus \ p5-Module-Install>0:devel/p5-Module-Install RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/devel/p5-VCP-Source-cvsbk/pkg-descr ============================================================================== --- head/devel/p5-VCP-Source-cvsbk/pkg-descr Mon Jun 4 18:07:54 2018 (r471633) +++ head/devel/p5-VCP-Source-cvsbk/pkg-descr Mon Jun 4 18:08:01 2018 (r471634) @@ -1,4 +1,4 @@ This is a VCP source driver for bk exported cvs repository, which is an extension from CVS repository source driver. -WWW: http://search.cpan.org/dist/VCP-Source-cvsbk/ +WWW: https://metacpan.org/release/CLKAO/VCP-Source-cvsbk-0.11 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:08:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36345FDBC2C; Mon, 4 Jun 2018 18:08:08 +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 E7DBD78AAF; Mon, 4 Jun 2018 18:08:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C872910DEF; Mon, 4 Jun 2018 18:08:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I87Tq066424; Mon, 4 Jun 2018 18:08:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I87Lt066423; Mon, 4 Jun 2018 18:08:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041808.w54I87Lt066423@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:08:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471635 - head/devel/p5-github_creator X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-github_creator X-SVN-Commit-Revision: 471635 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:08:08 -0000 Author: sunpoet Date: Mon Jun 4 18:08:07 2018 New Revision: 471635 URL: https://svnweb.freebsd.org/changeset/ports/471635 Log: Update WWW Modified: head/devel/p5-github_creator/pkg-descr Modified: head/devel/p5-github_creator/pkg-descr ============================================================================== --- head/devel/p5-github_creator/pkg-descr Mon Jun 4 18:08:01 2018 (r471634) +++ head/devel/p5-github_creator/pkg-descr Mon Jun 4 18:08:07 2018 (r471635) @@ -3,4 +3,4 @@ repository to create a remote repo on Github using a p created account. This does not create Github accounts (and that violates the terms of service). -WWW: http://search.cpan.org/dist/github_creator/ +WWW: https://metacpan.org/release/BDFOY/github_creator-0.15 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:08:14 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B604AFDBC5C; Mon, 4 Jun 2018 18:08:14 +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 DC42F78BB5; Mon, 4 Jun 2018 18:08:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4334610DF0; Mon, 4 Jun 2018 18:08: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 w54I8Dd8066545; Mon, 4 Jun 2018 18:08:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I8CIj066543; Mon, 4 Jun 2018 18:08:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041808.w54I8CIj066543@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:08:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471636 - head/devel/p5-subatom X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-subatom X-SVN-Commit-Revision: 471636 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:08:14 -0000 Author: sunpoet Date: Mon Jun 4 18:08:12 2018 New Revision: 471636 URL: https://svnweb.freebsd.org/changeset/ports/471636 Log: Fix LICENSE - Add LICENSE_FILE - Update WWW Modified: head/devel/p5-subatom/Makefile head/devel/p5-subatom/pkg-descr Modified: head/devel/p5-subatom/Makefile ============================================================================== --- head/devel/p5-subatom/Makefile Mon Jun 4 18:08:07 2018 (r471635) +++ head/devel/p5-subatom/Makefile Mon Jun 4 18:08:12 2018 (r471636) @@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Produce an atom feed from subversion commits -LICENSE= BSD3CLAUSE +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/README BUILD_DEPENDS= p5-XML-Atom-SimpleFeed>=0.80:textproc/p5-XML-Atom-SimpleFeed RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/devel/p5-subatom/pkg-descr ============================================================================== --- head/devel/p5-subatom/pkg-descr Mon Jun 4 18:08:07 2018 (r471635) +++ head/devel/p5-subatom/pkg-descr Mon Jun 4 18:08:12 2018 (r471636) @@ -1,4 +1,4 @@ subatom is a small script to produce an Atom feed from subversion commits. You can use this with a feed reader to see new commits to your repository. -WWW: http://search.cpan.org/dist/subatom/ +WWW: https://metacpan.org/release/HDM/subatom-0.12 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:08:22 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F225FDBCA3; Mon, 4 Jun 2018 18:08:22 +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 AF63578CC9; Mon, 4 Jun 2018 18:08: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 8EB2D10DF1; Mon, 4 Jun 2018 18:08: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 w54I8JQG066636; Mon, 4 Jun 2018 18:08:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I8Jbk066635; Mon, 4 Jun 2018 18:08:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041808.w54I8Jbk066635@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:08:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471637 - head/devel/p5-uni-perl X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-uni-perl X-SVN-Commit-Revision: 471637 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:08:22 -0000 Author: sunpoet Date: Mon Jun 4 18:08:19 2018 New Revision: 471637 URL: https://svnweb.freebsd.org/changeset/ports/471637 Log: Update WWW Approved by: portmgr (blanket) Modified: head/devel/p5-uni-perl/pkg-descr Modified: head/devel/p5-uni-perl/pkg-descr ============================================================================== --- head/devel/p5-uni-perl/pkg-descr Mon Jun 4 18:08:12 2018 (r471636) +++ head/devel/p5-uni-perl/pkg-descr Mon Jun 4 18:08:19 2018 (r471637) @@ -1,3 +1,3 @@ Modern perl with unicode -WWW: http://search.cpan.org/dist/uni-perl/ +WWW: https://metacpan.org/release/MONS/uni-perl-0.92 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:08:29 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17F47FDBCE1; Mon, 4 Jun 2018 18:08: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 5F77B78DB6; Mon, 4 Jun 2018 18:08:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5988B10DF2; Mon, 4 Jun 2018 18:08:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I8QJI066759; Mon, 4 Jun 2018 18:08:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I8PRK066757; Mon, 4 Jun 2018 18:08:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041808.w54I8PRK066757@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:08:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471638 - head/finance/p5-Business-OnlinePayment-Network1Financial X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/finance/p5-Business-OnlinePayment-Network1Financial X-SVN-Commit-Revision: 471638 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:08:29 -0000 Author: sunpoet Date: Mon Jun 4 18:08:25 2018 New Revision: 471638 URL: https://svnweb.freebsd.org/changeset/ports/471638 Log: Add LICENSE - Update WWW Modified: head/finance/p5-Business-OnlinePayment-Network1Financial/Makefile head/finance/p5-Business-OnlinePayment-Network1Financial/pkg-descr Modified: head/finance/p5-Business-OnlinePayment-Network1Financial/Makefile ============================================================================== --- head/finance/p5-Business-OnlinePayment-Network1Financial/Makefile Mon Jun 4 18:08:19 2018 (r471637) +++ head/finance/p5-Business-OnlinePayment-Network1Financial/Makefile Mon Jun 4 18:08:25 2018 (r471638) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Business::OnlinePayment backend module for Network1 Financial +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Business-CreditCard>=0:finance/p5-Business-CreditCard \ p5-Business-OnlinePayment>=0:finance/p5-Business-OnlinePayment RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/finance/p5-Business-OnlinePayment-Network1Financial/pkg-descr ============================================================================== --- head/finance/p5-Business-OnlinePayment-Network1Financial/pkg-descr Mon Jun 4 18:08:19 2018 (r471637) +++ head/finance/p5-Business-OnlinePayment-Network1Financial/pkg-descr Mon Jun 4 18:08:25 2018 (r471638) @@ -2,4 +2,4 @@ A Business::OnlinePayment backend module for Network1 is only useful if you have a merchant account with Network1Financial: http://www.eftsecure.com -WWW: http://search.cpan.org/dist/Business-OnlinePayment-Network1Financial/ +WWW: https://metacpan.org/release/IVAN/Business-OnlinePayment-Network1Financial-0.02 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:08:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 470E8FDBD11; Mon, 4 Jun 2018 18:08:33 +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 5125978E28; Mon, 4 Jun 2018 18:08:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1F2F410DF3; Mon, 4 Jun 2018 18:08:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I8V9X066862; Mon, 4 Jun 2018 18:08:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I8VOh066861; Mon, 4 Jun 2018 18:08:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041808.w54I8VOh066861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:08:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471639 - head/games/p5-Games-Bingo-Bot X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/games/p5-Games-Bingo-Bot X-SVN-Commit-Revision: 471639 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:08:33 -0000 Author: sunpoet Date: Mon Jun 4 18:08:31 2018 New Revision: 471639 URL: https://svnweb.freebsd.org/changeset/ports/471639 Log: Fix and update WWW Modified: head/games/p5-Games-Bingo-Bot/pkg-descr Modified: head/games/p5-Games-Bingo-Bot/pkg-descr ============================================================================== --- head/games/p5-Games-Bingo-Bot/pkg-descr Mon Jun 4 18:08:25 2018 (r471638) +++ head/games/p5-Games-Bingo-Bot/pkg-descr Mon Jun 4 18:08:31 2018 (r471639) @@ -3,4 +3,4 @@ IRC bot (see the script in the bin directory). The Ga class and the script mentioned above is a complete IRC setup for playing Bingo, using the Games::Bingo module. -WWW: http://search.cpan.org/dist/Games-Bingo-Bot/ +WWW: https://metacpan.org/release/JONASBN/Games-Bingo-Bot-0.01 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:08:40 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E43A9FDBD68; Mon, 4 Jun 2018 18:08:39 +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 EE40478F21; Mon, 4 Jun 2018 18:08:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 951F510DF4; Mon, 4 Jun 2018 18:08:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I8bx7066965; Mon, 4 Jun 2018 18:08:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I8bBa066964; Mon, 4 Jun 2018 18:08:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041808.w54I8bBa066964@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:08:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471640 - head/graphics/p5-Captcha-reCAPTCHA X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/graphics/p5-Captcha-reCAPTCHA X-SVN-Commit-Revision: 471640 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:08:40 -0000 Author: sunpoet Date: Mon Jun 4 18:08:37 2018 New Revision: 471640 URL: https://svnweb.freebsd.org/changeset/ports/471640 Log: Fix and update WWW Modified: head/graphics/p5-Captcha-reCAPTCHA/pkg-descr Modified: head/graphics/p5-Captcha-reCAPTCHA/pkg-descr ============================================================================== --- head/graphics/p5-Captcha-reCAPTCHA/pkg-descr Mon Jun 4 18:08:31 2018 (r471639) +++ head/graphics/p5-Captcha-reCAPTCHA/pkg-descr Mon Jun 4 18:08:37 2018 (r471640) @@ -9,4 +9,4 @@ correctly by OCR is placed on an image and used as a C possible because most OCR programs alert you when a word cannot be read correctly. -WWW: http://search.cpan.org/dist/Captcha-reCAPTCHA/ +WWW: https://metacpan.org/release/Captcha-reCaptcha From owner-svn-ports-all@freebsd.org Mon Jun 4 18:08:44 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E91BFDBD9C; Mon, 4 Jun 2018 18:08: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 D955378FF7; Mon, 4 Jun 2018 18:08:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 69FD910DF5; Mon, 4 Jun 2018 18:08: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 w54I8hrB067070; Mon, 4 Jun 2018 18:08:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I8h9b067069; Mon, 4 Jun 2018 18:08:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041808.w54I8h9b067069@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:08:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471641 - head/graphics/p5-Geo-EOP X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/graphics/p5-Geo-EOP X-SVN-Commit-Revision: 471641 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:08:44 -0000 Author: sunpoet Date: Mon Jun 4 18:08:42 2018 New Revision: 471641 URL: https://svnweb.freebsd.org/changeset/ports/471641 Log: Fix and update WWW Modified: head/graphics/p5-Geo-EOP/pkg-descr Modified: head/graphics/p5-Geo-EOP/pkg-descr ============================================================================== --- head/graphics/p5-Geo-EOP/pkg-descr Mon Jun 4 18:08:37 2018 (r471640) +++ head/graphics/p5-Geo-EOP/pkg-descr Mon Jun 4 18:08:42 2018 (r471641) @@ -1,4 +1,4 @@ p5-Geo-EOP is a perl module to process earth bservation products meta-data. -WWW: http://search.cpan.org/dist/Geo-EOP/ +WWW: https://metacpan.org/release/MARKOV/Geo-EOP-0.50 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:08:51 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50846FDBDE8; Mon, 4 Jun 2018 18:08:51 +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 7BD577910D; Mon, 4 Jun 2018 18:08: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 6137C10DF6; Mon, 4 Jun 2018 18:08:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I8nNA067192; Mon, 4 Jun 2018 18:08:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I8nGL067191; Mon, 4 Jun 2018 18:08:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041808.w54I8nGL067191@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:08:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471642 - head/graphics/p5-Sane X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/graphics/p5-Sane X-SVN-Commit-Revision: 471642 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:08:51 -0000 Author: sunpoet Date: Mon Jun 4 18:08:48 2018 New Revision: 471642 URL: https://svnweb.freebsd.org/changeset/ports/471642 Log: Add LICENSE - Fix and update WWW Modified: head/graphics/p5-Sane/Makefile head/graphics/p5-Sane/pkg-descr Modified: head/graphics/p5-Sane/Makefile ============================================================================== --- head/graphics/p5-Sane/Makefile Mon Jun 4 18:08:42 2018 (r471641) +++ head/graphics/p5-Sane/Makefile Mon Jun 4 18:08:48 2018 (r471642) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for the SANE (Scanner Access Now Easy) Project +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-ExtUtils-Depends>=0:devel/p5-ExtUtils-Depends \ p5-ExtUtils-PkgConfig>=0:devel/p5-ExtUtils-PkgConfig \ sane-config:graphics/sane-backends Modified: head/graphics/p5-Sane/pkg-descr ============================================================================== --- head/graphics/p5-Sane/pkg-descr Mon Jun 4 18:08:42 2018 (r471641) +++ head/graphics/p5-Sane/pkg-descr Mon Jun 4 18:08:48 2018 (r471642) @@ -6,4 +6,4 @@ C, yet remaining very close in spirit to original API. The Sane module allows a Perl developer to use SANE-compatible scanners. Find out more about SANE at http://www.sane-project.org. -WWW: http://search.cpan.org/dist/Sane/ +WWW: https://metacpan.org/release/RATCLIFFE/Sane-0.05 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:08:58 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BAA2FDBE46; Mon, 4 Jun 2018 18:08:58 +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 C52BE791D9; Mon, 4 Jun 2018 18:08:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0403C10DF7; Mon, 4 Jun 2018 18:08:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I8tlO067295; Mon, 4 Jun 2018 18:08:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I8tqE067294; Mon, 4 Jun 2018 18:08:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041808.w54I8tqE067294@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:08:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471643 - head/graphics/p5-feedgnuplot X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/graphics/p5-feedgnuplot X-SVN-Commit-Revision: 471643 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:08:58 -0000 Author: sunpoet Date: Mon Jun 4 18:08:55 2018 New Revision: 471643 URL: https://svnweb.freebsd.org/changeset/ports/471643 Log: Update MASTER_SITES: use CPAN macro - Add NO_ARCH - Update WWW With hat: perl Approved by: portmgr (blanket) Modified: head/graphics/p5-feedgnuplot/Makefile head/graphics/p5-feedgnuplot/pkg-descr Modified: head/graphics/p5-feedgnuplot/Makefile ============================================================================== --- head/graphics/p5-feedgnuplot/Makefile Mon Jun 4 18:08:48 2018 (r471642) +++ head/graphics/p5-feedgnuplot/Makefile Mon Jun 4 18:08:55 2018 (r471643) @@ -3,7 +3,8 @@ PORTNAME= feedgnuplot PORTVERSION= 1.49 CATEGORIES= graphics perl5 -MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DK/DKOGAN/ +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:DKOGAN PKGNAMEPREFIX= p5- MAINTAINER= pi@FreeBSD.org @@ -18,6 +19,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ gnuplot:math/gnuplot +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/graphics/p5-feedgnuplot/pkg-descr ============================================================================== --- head/graphics/p5-feedgnuplot/pkg-descr Mon Jun 4 18:08:48 2018 (r471642) +++ head/graphics/p5-feedgnuplot/pkg-descr Mon Jun 4 18:08:55 2018 (r471643) @@ -3,4 +3,4 @@ creates plots from data coming in on STDIN or given in passed on the commandline. Various data representations are supported, as is hardcopy output and streaming display of live data. -WWW: http://search.cpan.org/dist/feedgnuplot/ +WWW: https://metacpan.org/release/DKOGAN/feedgnuplot-1.49 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:09:05 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 160C4FDBE88; Mon, 4 Jun 2018 18:09:05 +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 61399792D5; Mon, 4 Jun 2018 18:09:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A85E610DF8; Mon, 4 Jun 2018 18:09:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I92Ao067422; Mon, 4 Jun 2018 18:09:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I92P6067421; Mon, 4 Jun 2018 18:09:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041809.w54I92P6067421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:09:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471644 - head/irc/p5-Parse-IRC X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/irc/p5-Parse-IRC X-SVN-Commit-Revision: 471644 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:09:05 -0000 Author: sunpoet Date: Mon Jun 4 18:09:02 2018 New Revision: 471644 URL: https://svnweb.freebsd.org/changeset/ports/471644 Log: Add LICENSE_FILE - Fix and update WWW Modified: head/irc/p5-Parse-IRC/Makefile head/irc/p5-Parse-IRC/pkg-descr Modified: head/irc/p5-Parse-IRC/Makefile ============================================================================== --- head/irc/p5-Parse-IRC/Makefile Mon Jun 4 18:08:55 2018 (r471643) +++ head/irc/p5-Parse-IRC/Makefile Mon Jun 4 18:09:02 2018 (r471644) @@ -12,6 +12,7 @@ COMMENT= Parser for the IRC protocol LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE USES= perl5 USE_PERL5= configure Modified: head/irc/p5-Parse-IRC/pkg-descr ============================================================================== --- head/irc/p5-Parse-IRC/pkg-descr Mon Jun 4 18:08:55 2018 (r471643) +++ head/irc/p5-Parse-IRC/pkg-descr Mon Jun 4 18:09:02 2018 (r471644) @@ -1,4 +1,4 @@ Parse::IRC provides a convenient way of parsing lines of text conforming to the IRC protocol ( see RFC1459 or RFC2812 ). -WWW: http://search.cpan.org/dist/Net-Parse-IRC/ +WWW: https://metacpan.org/release/Parse-IRC From owner-svn-ports-all@freebsd.org Mon Jun 4 18:09:11 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4C05FDBED6; Mon, 4 Jun 2018 18:09:11 +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 829F679399; Mon, 4 Jun 2018 18:09:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B617510DF9; Mon, 4 Jun 2018 18:09:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I993V067525; Mon, 4 Jun 2018 18:09:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I99gi067524; Mon, 4 Jun 2018 18:09:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041809.w54I99gi067524@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:09:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471645 - head/japanese/jacode.pl X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/japanese/jacode.pl X-SVN-Commit-Revision: 471645 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:09:11 -0000 Author: sunpoet Date: Mon Jun 4 18:09:08 2018 New Revision: 471645 URL: https://svnweb.freebsd.org/changeset/ports/471645 Log: Fix and sort LICENSE - Add LICENSE_FILE - Update WWW Approved by: portmgr (blanket) Modified: head/japanese/jacode.pl/Makefile head/japanese/jacode.pl/pkg-descr Modified: head/japanese/jacode.pl/Makefile ============================================================================== --- head/japanese/jacode.pl/Makefile Mon Jun 4 18:09:02 2018 (r471644) +++ head/japanese/jacode.pl/Makefile Mon Jun 4 18:09:08 2018 (r471645) @@ -10,8 +10,9 @@ DISTNAME= ${PORTNAME:S|.pl||}-${PORTVERSION} MAINTAINER= takefu@airport.fm COMMENT= Perl library for Japanese character code conversion -LICENSE= GPLv1 ART10 +LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/LICENSE USES= perl5 USE_PERL5= run Modified: head/japanese/jacode.pl/pkg-descr ============================================================================== --- head/japanese/jacode.pl/pkg-descr Mon Jun 4 18:09:02 2018 (r471644) +++ head/japanese/jacode.pl/pkg-descr Mon Jun 4 18:09:08 2018 (r471645) @@ -14,4 +14,4 @@ This software has upper compatibility to jcode.pl. * No Object oriented * Possible to re-use past code and how to -WWW: http://search.cpan.org/dist/jacode/ +WWW: https://metacpan.org/release/INA/jacode-2.13.4.18 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:09:19 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D6FDFDBF25; Mon, 4 Jun 2018 18:09: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 1D920794B8; Mon, 4 Jun 2018 18:09:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AF99910DFA; Mon, 4 Jun 2018 18:09:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I9Gdm067648; Mon, 4 Jun 2018 18:09:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I9G5J067647; Mon, 4 Jun 2018 18:09:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041809.w54I9G5J067647@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:09:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471646 - head/lang/p5-Marpa X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/lang/p5-Marpa X-SVN-Commit-Revision: 471646 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:09:19 -0000 Author: sunpoet Date: Mon Jun 4 18:09:15 2018 New Revision: 471646 URL: https://svnweb.freebsd.org/changeset/ports/471646 Log: Add LICENSE_FILE - Fix and update WWW Modified: head/lang/p5-Marpa/Makefile head/lang/p5-Marpa/pkg-descr Modified: head/lang/p5-Marpa/Makefile ============================================================================== --- head/lang/p5-Marpa/Makefile Mon Jun 4 18:09:08 2018 (r471645) +++ head/lang/p5-Marpa/Makefile Mon Jun 4 18:09:15 2018 (r471646) @@ -15,6 +15,7 @@ COMMENT= Parse any Language You Can Describe in BNF LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-HTML-Parser>=3.64:www/p5-HTML-Parser \ p5-PPI>=1.206:textproc/p5-PPI Modified: head/lang/p5-Marpa/pkg-descr ============================================================================== --- head/lang/p5-Marpa/pkg-descr Mon Jun 4 18:09:08 2018 (r471645) +++ head/lang/p5-Marpa/pkg-descr Mon Jun 4 18:09:15 2018 (r471646) @@ -2,4 +2,4 @@ Marpa parses any language whose grammar can be written recursive grammars, ambiguous grammars, infinitely ambiguous grammars and grammars with useless or empty productions. -WWW: http://search.cpan.org/dist/Marpa/ +WWW: https://metacpan.org/release/JKEGL/Marpa-0.208000 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:09:25 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09D50FDBF5D; Mon, 4 Jun 2018 18:09:25 +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 77A0A7956E; Mon, 4 Jun 2018 18:09: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 07A6010DFB; Mon, 4 Jun 2018 18:09:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I9Mcn067773; Mon, 4 Jun 2018 18:09:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I9MHH067771; Mon, 4 Jun 2018 18:09:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041809.w54I9MHH067771@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:09:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471647 - head/lang/p5-Marpa-PP X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/lang/p5-Marpa-PP X-SVN-Commit-Revision: 471647 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:09:25 -0000 Author: sunpoet Date: Mon Jun 4 18:09:22 2018 New Revision: 471647 URL: https://svnweb.freebsd.org/changeset/ports/471647 Log: Update LICENSE - Add LICENSE_FILE - Fix and update WWW Modified: head/lang/p5-Marpa-PP/Makefile head/lang/p5-Marpa-PP/pkg-descr Modified: head/lang/p5-Marpa-PP/Makefile ============================================================================== --- head/lang/p5-Marpa-PP/Makefile Mon Jun 4 18:09:15 2018 (r471646) +++ head/lang/p5-Marpa-PP/Makefile Mon Jun 4 18:09:22 2018 (r471647) @@ -13,7 +13,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Pure Perl version of Marpa -LICENSE= LGPL3 +LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/COPYING.LESSER BUILD_DEPENDS= p5-PPI>=1.206:textproc/p5-PPI \ p5-Task-Weaken>=0:devel/p5-Task-Weaken Modified: head/lang/p5-Marpa-PP/pkg-descr ============================================================================== --- head/lang/p5-Marpa-PP/pkg-descr Mon Jun 4 18:09:15 2018 (r471646) +++ head/lang/p5-Marpa-PP/pkg-descr Mon Jun 4 18:09:22 2018 (r471647) @@ -4,4 +4,4 @@ Marpa parses any language whose grammar can be written recursive grammars, ambiguous grammars, infinitely ambiguous grammars and grammars with useless or empty productions. -WWW: http://search.cpan.org/dist/Marpa-PP/ +WWW: https://metacpan.org/release/JKEGL/Marpa-PP-0.014000 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:09:32 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E515FDBFB6; Mon, 4 Jun 2018 18:09:32 +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 3EA1F79652; Mon, 4 Jun 2018 18:09: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 BB9F610DFC; Mon, 4 Jun 2018 18:09: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 w54I9Tgg067894; Mon, 4 Jun 2018 18:09:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I9ToN067892; Mon, 4 Jun 2018 18:09:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041809.w54I9ToN067892@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:09:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471648 - head/lang/p5-Marpa-XS X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/lang/p5-Marpa-XS X-SVN-Commit-Revision: 471648 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:09:32 -0000 Author: sunpoet Date: Mon Jun 4 18:09:29 2018 New Revision: 471648 URL: https://svnweb.freebsd.org/changeset/ports/471648 Log: Update LICENSE - Add LICENSE_FILE - Fix and update WWW Modified: head/lang/p5-Marpa-XS/Makefile head/lang/p5-Marpa-XS/pkg-descr Modified: head/lang/p5-Marpa-XS/Makefile ============================================================================== --- head/lang/p5-Marpa-XS/Makefile Mon Jun 4 18:09:22 2018 (r471647) +++ head/lang/p5-Marpa-XS/Makefile Mon Jun 4 18:09:29 2018 (r471648) @@ -12,7 +12,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= XS version of Marpa -LICENSE= LGPL3 +LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/COPYING.LESSER BUILD_DEPENDS= p5-ExtUtils-PkgConfig>=0:devel/p5-ExtUtils-PkgConfig \ p5-Glib2>=1.223:devel/p5-Glib2 \ Modified: head/lang/p5-Marpa-XS/pkg-descr ============================================================================== --- head/lang/p5-Marpa-XS/pkg-descr Mon Jun 4 18:09:22 2018 (r471647) +++ head/lang/p5-Marpa-XS/pkg-descr Mon Jun 4 18:09:29 2018 (r471648) @@ -4,4 +4,4 @@ Marpa parses any language whose grammar can be written recursive grammars, ambiguous grammars, infinitely ambiguous grammars and grammars with useless or empty productions. -WWW: http://search.cpan.org/dist/Marpa-XS/ +WWW: https://metacpan.org/release/JKEGL/Marpa-XS-1.008000 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:09:37 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42549FDBFF8; Mon, 4 Jun 2018 18:09: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 95F53796CE; Mon, 4 Jun 2018 18:09:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5546210DFD; Mon, 4 Jun 2018 18:09:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I9aji067996; Mon, 4 Jun 2018 18:09:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I9Z29067994; Mon, 4 Jun 2018 18:09:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041809.w54I9Z29067994@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:09:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471649 - head/lang/p5-Perl6-Subs X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/lang/p5-Perl6-Subs X-SVN-Commit-Revision: 471649 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:09:37 -0000 Author: sunpoet Date: Mon Jun 4 18:09:35 2018 New Revision: 471649 URL: https://svnweb.freebsd.org/changeset/ports/471649 Log: Add LICENSE - Fix and update WWW Approved by: portmgr (blanket) Modified: head/lang/p5-Perl6-Subs/Makefile head/lang/p5-Perl6-Subs/pkg-descr Modified: head/lang/p5-Perl6-Subs/Makefile ============================================================================== --- head/lang/p5-Perl6-Subs/Makefile Mon Jun 4 18:09:29 2018 (r471648) +++ head/lang/p5-Perl6-Subs/Makefile Mon Jun 4 18:09:35 2018 (r471649) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Perl6::Subs - Define your subroutines in the Perl 6 style +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/lang/p5-Perl6-Subs/pkg-descr ============================================================================== --- head/lang/p5-Perl6-Subs/pkg-descr Mon Jun 4 18:09:29 2018 (r471648) +++ head/lang/p5-Perl6-Subs/pkg-descr Mon Jun 4 18:09:35 2018 (r471649) @@ -4,4 +4,4 @@ Perl6::Subs is a source filter that adds a very useful declare the formal parameters, assign them their values, and validate their contents according to both built-in and user-given rules. -WWW: http://search.cpan.org/dist/Perl6-Subs/ +WWW: https://metacpan.org/release/CHIPS/Perl6-Subs-0.05 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:09:45 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4CB96FDC06B; Mon, 4 Jun 2018 18:09:45 +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 B2E4679822; Mon, 4 Jun 2018 18:09: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 6702C10DFE; Mon, 4 Jun 2018 18:09: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 w54I9h4G068135; Mon, 4 Jun 2018 18:09:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I9gat068132; Mon, 4 Jun 2018 18:09:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041809.w54I9gat068132@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:09:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471650 - head/mail/p5-Mail-Freshmeat X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/mail/p5-Mail-Freshmeat X-SVN-Commit-Revision: 471650 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:09:45 -0000 Author: sunpoet Date: Mon Jun 4 18:09:42 2018 New Revision: 471650 URL: https://svnweb.freebsd.org/changeset/ports/471650 Log: Add LICENSE - Sort PLIST - Udpate WWW Modified: head/mail/p5-Mail-Freshmeat/Makefile head/mail/p5-Mail-Freshmeat/pkg-descr head/mail/p5-Mail-Freshmeat/pkg-plist Modified: head/mail/p5-Mail-Freshmeat/Makefile ============================================================================== --- head/mail/p5-Mail-Freshmeat/Makefile Mon Jun 4 18:09:35 2018 (r471649) +++ head/mail/p5-Mail-Freshmeat/Makefile Mon Jun 4 18:09:42 2018 (r471650) @@ -12,6 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to parse daily newsletters from freshmeat.net +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Mail-Tools>=0:mail/p5-Mail-Tools RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/mail/p5-Mail-Freshmeat/pkg-descr ============================================================================== --- head/mail/p5-Mail-Freshmeat/pkg-descr Mon Jun 4 18:09:35 2018 (r471649) +++ head/mail/p5-Mail-Freshmeat/pkg-descr Mon Jun 4 18:09:42 2018 (r471650) @@ -7,4 +7,4 @@ flexible user-supplied ranking rules. Articles below a will be removed from the output. fmscore is ideal for use as a procmail filter.) -WWW: http://search.cpan.org/dist/Mail-Freshmeat/ +WWW: https://metacpan.org/release/ASPIERS/Mail-Freshmeat-0.94 Modified: head/mail/p5-Mail-Freshmeat/pkg-plist ============================================================================== --- head/mail/p5-Mail-Freshmeat/pkg-plist Mon Jun 4 18:09:35 2018 (r471649) +++ head/mail/p5-Mail-Freshmeat/pkg-plist Mon Jun 4 18:09:42 2018 (r471650) @@ -1,5 +1,5 @@ -%%PERL5_MAN3%%/Freshmeat.3.gz %%SITE_PERL%%/Mail/Freshmeat.pm %%SITE_PERL%%/Mail/Freshmeat/Article.pm %%SITE_PERL%%/Mail/Freshmeat/Entry.pm %%SITE_PERL%%/Mail/Freshmeat/Utils.pm +%%PERL5_MAN3%%/Freshmeat.3.gz From owner-svn-ports-all@freebsd.org Mon Jun 4 18:09:52 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA906FDC0B7; Mon, 4 Jun 2018 18:09: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 9D519798AD; Mon, 4 Jun 2018 18:09:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EB25B10DFF; Mon, 4 Jun 2018 18:09:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I9nW5068238; Mon, 4 Jun 2018 18:09:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I9nTV068237; Mon, 4 Jun 2018 18:09:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041809.w54I9nTV068237@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:09:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471651 - head/mail/p5-WWW-GMail X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/mail/p5-WWW-GMail X-SVN-Commit-Revision: 471651 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:09:52 -0000 Author: sunpoet Date: Mon Jun 4 18:09:49 2018 New Revision: 471651 URL: https://svnweb.freebsd.org/changeset/ports/471651 Log: Fix MASTER_SITES to make it fetchable - Add LICENSE - Fix and update WWW Approved by: portmgr (blanket) Modified: head/mail/p5-WWW-GMail/Makefile head/mail/p5-WWW-GMail/pkg-descr Modified: head/mail/p5-WWW-GMail/Makefile ============================================================================== --- head/mail/p5-WWW-GMail/Makefile Mon Jun 4 18:09:42 2018 (r471650) +++ head/mail/p5-WWW-GMail/Makefile Mon Jun 4 18:09:49 2018 (r471651) @@ -6,10 +6,14 @@ PORTVERSION= 0.07 PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:XANTUS PKGNAMEPREFIX= p5- MAINTAINER= snowfly@yuntech.edu.tw COMMENT= This module simplifies access to gmail + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww \ p5-URI>=0:net/p5-URI Modified: head/mail/p5-WWW-GMail/pkg-descr ============================================================================== --- head/mail/p5-WWW-GMail/pkg-descr Mon Jun 4 18:09:42 2018 (r471650) +++ head/mail/p5-WWW-GMail/pkg-descr Mon Jun 4 18:09:49 2018 (r471651) @@ -1,3 +1,3 @@ WWW::GMail - Perl extension for accessing Google Mail (gmail) -WWW: http://search.cpan.org/dist/WWW-GMail/ +WWW: https://metacpan.org/release/XANTUS/WWW-GMail-0.07 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:09:57 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E010FDC107; Mon, 4 Jun 2018 18:09:57 +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 9147279952; Mon, 4 Jun 2018 18:09:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4E3FE10E00; Mon, 4 Jun 2018 18:09:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54I9uEo068341; Mon, 4 Jun 2018 18:09:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54I9uXJ068340; Mon, 4 Jun 2018 18:09:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041809.w54I9uXJ068340@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:09:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471652 - head/math/p5-Math-Expr X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/math/p5-Math-Expr X-SVN-Commit-Revision: 471652 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:09:57 -0000 Author: sunpoet Date: Mon Jun 4 18:09:55 2018 New Revision: 471652 URL: https://svnweb.freebsd.org/changeset/ports/471652 Log: Update WWW Modified: head/math/p5-Math-Expr/pkg-descr Modified: head/math/p5-Math-Expr/pkg-descr ============================================================================== --- head/math/p5-Math-Expr/pkg-descr Mon Jun 4 18:09:49 2018 (r471651) +++ head/math/p5-Math-Expr/pkg-descr Mon Jun 4 18:09:55 2018 (r471652) @@ -6,4 +6,4 @@ characters. The only limitation is that a variable or name may not start on a digit, and not all chars are accepted in operation names. -WWW: http://search.cpan.org/dist/Math-Expr/ +WWW: https://metacpan.org/release/HAKANARDO/Math-Expr-0.4 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:10:03 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40FD5FDC15C; Mon, 4 Jun 2018 18:10:03 +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 C886079A59; Mon, 4 Jun 2018 18:10:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2B7F110E04; Mon, 4 Jun 2018 18:10:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IA2F3068496; Mon, 4 Jun 2018 18:10:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IA1Ov068495; Mon, 4 Jun 2018 18:10:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041810.w54IA1Ov068495@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:10:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471653 - head/misc/p5-Bot-Training-MegaHAL X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/misc/p5-Bot-Training-MegaHAL X-SVN-Commit-Revision: 471653 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:10:03 -0000 Author: sunpoet Date: Mon Jun 4 18:10:01 2018 New Revision: 471653 URL: https://svnweb.freebsd.org/changeset/ports/471653 Log: Add LICENSE_FILE - Fix indent - Add NO_ARCH - Update WWW Modified: head/misc/p5-Bot-Training-MegaHAL/Makefile head/misc/p5-Bot-Training-MegaHAL/pkg-descr Modified: head/misc/p5-Bot-Training-MegaHAL/Makefile ============================================================================== --- head/misc/p5-Bot-Training-MegaHAL/Makefile Mon Jun 4 18:09:55 2018 (r471652) +++ head/misc/p5-Bot-Training-MegaHAL/Makefile Mon Jun 4 18:10:01 2018 (r471653) @@ -14,11 +14,13 @@ COMMENT= Provide megahal.trn via Bot::Training LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-File-ShareDir-Install>=0:devel/p5-File-ShareDir-Install RUN_DEPENDS= p5-Any-Moose>=0:devel/p5-Any-Moose \ - p5-Bot-Training>=0:misc/p5-Bot-Training + p5-Bot-Training>=0:misc/p5-Bot-Training +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/misc/p5-Bot-Training-MegaHAL/pkg-descr ============================================================================== --- head/misc/p5-Bot-Training-MegaHAL/pkg-descr Mon Jun 4 18:09:55 2018 (r471652) +++ head/misc/p5-Bot-Training-MegaHAL/pkg-descr Mon Jun 4 18:10:01 2018 (r471653) @@ -1,3 +1,3 @@ Provides megahal.trn training data for Bot::Training -WWW: http://search.cpan.org/dist/Bot-Training-MegaHAL +WWW: https://metacpan.org/release/Bot-Training-MegaHAL From owner-svn-ports-all@freebsd.org Mon Jun 4 18:10:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 782C7FDC192; Mon, 4 Jun 2018 18:10:08 +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 CCFDB79B03; Mon, 4 Jun 2018 18:10:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7A5A910E05; Mon, 4 Jun 2018 18:10:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IA7pT068598; Mon, 4 Jun 2018 18:10:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IA7nn068596; Mon, 4 Jun 2018 18:10:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041810.w54IA7nn068596@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:10:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471654 - head/misc/p5-Geo-Coder-Multiple X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/misc/p5-Geo-Coder-Multiple X-SVN-Commit-Revision: 471654 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:10:08 -0000 Author: sunpoet Date: Mon Jun 4 18:10:06 2018 New Revision: 471654 URL: https://svnweb.freebsd.org/changeset/ports/471654 Log: Add LICENSE - Update WWW Approved by: portmgr (blanket) Modified: head/misc/p5-Geo-Coder-Multiple/Makefile head/misc/p5-Geo-Coder-Multiple/pkg-descr Modified: head/misc/p5-Geo-Coder-Multiple/Makefile ============================================================================== --- head/misc/p5-Geo-Coder-Multiple/Makefile Mon Jun 4 18:10:01 2018 (r471653) +++ head/misc/p5-Geo-Coder-Multiple/Makefile Mon Jun 4 18:10:06 2018 (r471654) @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}-0.6 MAINTAINER= wen@FreeBSD.org COMMENT= Perl module to tie together multiple Geo::Coder modules +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + RUN_DEPENDS= p5-List-Util-WeightedRoundRobin>=0:misc/p5-List-Util-WeightedRoundRobin BUILD_DEPENDS:= ${RUN_DEPENDS} Modified: head/misc/p5-Geo-Coder-Multiple/pkg-descr ============================================================================== --- head/misc/p5-Geo-Coder-Multiple/pkg-descr Mon Jun 4 18:10:01 2018 (r471653) +++ head/misc/p5-Geo-Coder-Multiple/pkg-descr Mon Jun 4 18:10:06 2018 (r471654) @@ -8,4 +8,4 @@ individual limits are exceeded only when the total lim The algorithm for load balancing takes into account the limit imposed by the source per 24 hour period. -WWW: http://search.cpan.org/dist/Geo-Coder-Multiple/ +WWW: https://metacpan.org/release/FRIFFIN/Geo-Coder-Multiple-0.61 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:10:13 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 249E2FDC204; Mon, 4 Jun 2018 18:10:13 +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 667FF79BBB; Mon, 4 Jun 2018 18:10: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 431ED10E06; Mon, 4 Jun 2018 18:10:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IACbC068703; Mon, 4 Jun 2018 18:10:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IACco068702; Mon, 4 Jun 2018 18:10:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041810.w54IACco068702@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:10:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471655 - head/misc/p5-Geo-Coder-PlaceFinder X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/misc/p5-Geo-Coder-PlaceFinder X-SVN-Commit-Revision: 471655 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:10:13 -0000 Author: sunpoet Date: Mon Jun 4 18:10:11 2018 New Revision: 471655 URL: https://svnweb.freebsd.org/changeset/ports/471655 Log: Update WWW Modified: head/misc/p5-Geo-Coder-PlaceFinder/pkg-descr Modified: head/misc/p5-Geo-Coder-PlaceFinder/pkg-descr ============================================================================== --- head/misc/p5-Geo-Coder-PlaceFinder/pkg-descr Mon Jun 4 18:10:06 2018 (r471654) +++ head/misc/p5-Geo-Coder-PlaceFinder/pkg-descr Mon Jun 4 18:10:11 2018 (r471655) @@ -1,4 +1,4 @@ Geo::Coder::PlaceFinder provides an interface to the Yahoo PlaceFinder geocoding service. -WWW: http://search.cpan.org/dist/Geo-Coder-PlaceFinder/ +WWW: https://metacpan.org/release/FRIFFIN/Geo-Coder-PlaceFinder-0.1 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:10:18 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86B5CFDC249; Mon, 4 Jun 2018 18:10:18 +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 0931479CAF; Mon, 4 Jun 2018 18:10:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A955910E07; Mon, 4 Jun 2018 18:10: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 w54IAHkp068806; Mon, 4 Jun 2018 18:10:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IAHmS068804; Mon, 4 Jun 2018 18:10:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041810.w54IAHmS068804@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:10:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471656 - head/misc/p5-Geography-Countries X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/misc/p5-Geography-Countries X-SVN-Commit-Revision: 471656 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:10:18 -0000 Author: sunpoet Date: Mon Jun 4 18:10:16 2018 New Revision: 471656 URL: https://svnweb.freebsd.org/changeset/ports/471656 Log: Add LICENSE - Add NO_ARCH - Use = instead of += for CONFIGURE_ARGS - Fix and update WWW Approved by: portmgr (blanket) Modified: head/misc/p5-Geography-Countries/Makefile head/misc/p5-Geography-Countries/pkg-descr Modified: head/misc/p5-Geography-Countries/Makefile ============================================================================== --- head/misc/p5-Geography-Countries/Makefile Mon Jun 4 18:10:11 2018 (r471655) +++ head/misc/p5-Geography-Countries/Makefile Mon Jun 4 18:10:16 2018 (r471656) @@ -11,8 +11,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= dikshie@lapi.itb.ac.id COMMENT= Handle ISO-3166 country codes +LICENSE= MIT + +NO_ARCH= yes USES= perl5 USE_PERL5= configure -CONFIGURE_ARGS+= INSTALLDIRS='site' +CONFIGURE_ARGS= INSTALLDIRS='site' .include Modified: head/misc/p5-Geography-Countries/pkg-descr ============================================================================== --- head/misc/p5-Geography-Countries/pkg-descr Mon Jun 4 18:10:11 2018 (r471655) +++ head/misc/p5-Geography-Countries/pkg-descr Mon Jun 4 18:10:16 2018 (r471656) @@ -2,4 +2,4 @@ This module maps country names, and their 2-letter, 3- codes, as defined by the ISO-3166 maintenance agency, and defined by the UNSD. -WWW: http://search.cpan.org/dist/Geography-Countries/ / +WWW: https://metacpan.org/release/Geography-Countries From owner-svn-ports-all@freebsd.org Mon Jun 4 18:10:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4747FDC297; Mon, 4 Jun 2018 18:10:24 +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 01F6179DA5; Mon, 4 Jun 2018 18:10: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 2649F10E08; Mon, 4 Jun 2018 18:10:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IANQD068907; Mon, 4 Jun 2018 18:10:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IAM8L068905; Mon, 4 Jun 2018 18:10:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041810.w54IAM8L068905@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:10:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471657 - head/misc/p5-I18N-LangTags X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/misc/p5-I18N-LangTags X-SVN-Commit-Revision: 471657 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:10:25 -0000 Author: sunpoet Date: Mon Jun 4 18:10:22 2018 New Revision: 471657 URL: https://svnweb.freebsd.org/changeset/ports/471657 Log: Add LICENSE - Update WWW Approved by: portmgr (blanket) Modified: head/misc/p5-I18N-LangTags/Makefile head/misc/p5-I18N-LangTags/pkg-descr Modified: head/misc/p5-I18N-LangTags/Makefile ============================================================================== --- head/misc/p5-I18N-LangTags/Makefile Mon Jun 4 18:10:16 2018 (r471656) +++ head/misc/p5-I18N-LangTags/Makefile Mon Jun 4 18:10:22 2018 (r471657) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= Functions for dealing with RFC-1766-style language tags +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure Modified: head/misc/p5-I18N-LangTags/pkg-descr ============================================================================== --- head/misc/p5-I18N-LangTags/pkg-descr Mon Jun 4 18:10:16 2018 (r471656) +++ head/misc/p5-I18N-LangTags/pkg-descr Mon Jun 4 18:10:22 2018 (r471657) @@ -7,4 +7,4 @@ tags (notably the extraction of them, comparing them, formal validity of them) as is needed in a variety of protocols and applications. -WWW: http://search.cpan.org/dist/I18N-LangTags/ +WWW: https://metacpan.org/release/SBURKE/I18N-LangTags-0.35 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:10:31 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A68C5FDC2C8; Mon, 4 Jun 2018 18:10:31 +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 05B8A79E4C; Mon, 4 Jun 2018 18:10: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 6A42D10E09; Mon, 4 Jun 2018 18:10:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IASVT069031; Mon, 4 Jun 2018 18:10:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IAS2F069030; Mon, 4 Jun 2018 18:10:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041810.w54IAS2F069030@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:10:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471658 - head/net/p5-BBS-Client X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/p5-BBS-Client X-SVN-Commit-Revision: 471658 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:10:31 -0000 Author: sunpoet Date: Mon Jun 4 18:10:27 2018 New Revision: 471658 URL: https://svnweb.freebsd.org/changeset/ports/471658 Log: Add LICENSE - Fix and update WWW Modified: head/net/p5-BBS-Client/Makefile head/net/p5-BBS-Client/pkg-descr Modified: head/net/p5-BBS-Client/Makefile ============================================================================== --- head/net/p5-BBS-Client/Makefile Mon Jun 4 18:10:22 2018 (r471657) +++ head/net/p5-BBS-Client/Makefile Mon Jun 4 18:10:27 2018 (r471658) @@ -12,6 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Client Module For BBS Systems +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Net-Telnet>=0:net/p5-Net-Telnet RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/net/p5-BBS-Client/pkg-descr ============================================================================== --- head/net/p5-BBS-Client/pkg-descr Mon Jun 4 18:10:22 2018 (r471657) +++ head/net/p5-BBS-Client/pkg-descr Mon Jun 4 18:10:27 2018 (r471658) @@ -1,3 +1,3 @@ BBS::Client - A Client Module For BBS Systems -WWW: http://search.cpan.org/dist/BBS-Client/ +WWW: https://metacpan.org/release/CORNELIUS/BBS-Client-0.03 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:10:34 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 509FBFDC307; Mon, 4 Jun 2018 18:10:34 +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 0617579EE3; Mon, 4 Jun 2018 18:10: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 DCC0F10E10; Mon, 4 Jun 2018 18:10: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 w54IAXCb069134; Mon, 4 Jun 2018 18:10:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IAXZ3069133; Mon, 4 Jun 2018 18:10:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041810.w54IAXZ3069133@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:10:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471659 - head/net/p5-JavaScript-RPC X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/p5-JavaScript-RPC X-SVN-Commit-Revision: 471659 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:10:34 -0000 Author: sunpoet Date: Mon Jun 4 18:10:33 2018 New Revision: 471659 URL: https://svnweb.freebsd.org/changeset/ports/471659 Log: Fix and update WWW Modified: head/net/p5-JavaScript-RPC/pkg-descr Modified: head/net/p5-JavaScript-RPC/pkg-descr ============================================================================== --- head/net/p5-JavaScript-RPC/pkg-descr Mon Jun 4 18:10:27 2018 (r471658) +++ head/net/p5-JavaScript-RPC/pkg-descr Mon Jun 4 18:10:33 2018 (r471659) @@ -8,4 +8,4 @@ The most current version (as of the release of this mo client library as well as a demo application have been included in this distribution. -WWW: http://search.cpan.org/dist/JavaScript-RPC/ +WWW: https://metacpan.org/release/BRICAS/JavaScript-RPC-0.3 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:10:40 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 857D2FDC371; Mon, 4 Jun 2018 18:10: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 75AB379FD3; Mon, 4 Jun 2018 18:10: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 530A310E16; Mon, 4 Jun 2018 18:10:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IAdCK071451; Mon, 4 Jun 2018 18:10:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IAcfX071449; Mon, 4 Jun 2018 18:10:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041810.w54IAcfX071449@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:10:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471660 - head/net/p5-Net-Cassandra-Easy X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/p5-Net-Cassandra-Easy X-SVN-Commit-Revision: 471660 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:10:40 -0000 Author: sunpoet Date: Mon Jun 4 18:10:38 2018 New Revision: 471660 URL: https://svnweb.freebsd.org/changeset/ports/471660 Log: Add LICENSE - Use USES=shebangfix - Fix and update WWW Modified: head/net/p5-Net-Cassandra-Easy/Makefile head/net/p5-Net-Cassandra-Easy/pkg-descr Modified: head/net/p5-Net-Cassandra-Easy/Makefile ============================================================================== --- head/net/p5-Net-Cassandra-Easy/Makefile Mon Jun 4 18:10:33 2018 (r471659) +++ head/net/p5-Net-Cassandra-Easy/Makefile Mon Jun 4 18:10:38 2018 (r471660) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perlish interface to the Cassandra database +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ p5-Bit-Vector>=0:math/p5-Bit-Vector \ p5-Hash-Merge>=0:textproc/p5-Hash-Merge \ @@ -19,11 +22,9 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Acc RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 shebangfix -SHEBANG_FILES= cassidy.pl genthrift.pl USE_PERL5= configure NO_ARCH= yes -post-patch: - ${REINPLACE_CMD} -i '' -e '1s|#!perl|#!${perl_CMD}|' ${WRKSRC}/lib/Net/Cassandra/Easy.pm +SHEBANG_FILES= cassidy.pl genthrift.pl lib/Net/Cassandra/Easy.pm .include Modified: head/net/p5-Net-Cassandra-Easy/pkg-descr ============================================================================== --- head/net/p5-Net-Cassandra-Easy/pkg-descr Mon Jun 4 18:10:33 2018 (r471659) +++ head/net/p5-Net-Cassandra-Easy/pkg-descr Mon Jun 4 18:10:38 2018 (r471660) @@ -1,4 +1,4 @@ aims to simplify the basic interactions with the Cassandra database. -WWW: http://search.cpan.org/dist/Net-Cassandra-Easy/ +WWW: https://metacpan.org/release/TEODOR/Net-Cassandra-Easy-0.15 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:10:45 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EE9DFDC3AE; Mon, 4 Jun 2018 18:10:45 +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 21DCB7A0C3; Mon, 4 Jun 2018 18:10:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E24BF10E1A; Mon, 4 Jun 2018 18:10:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IAi98071552; Mon, 4 Jun 2018 18:10:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IAixV071551; Mon, 4 Jun 2018 18:10:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041810.w54IAixV071551@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:10:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471661 - head/net/p5-Net-EPP X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/p5-Net-EPP X-SVN-Commit-Revision: 471661 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:10:45 -0000 Author: sunpoet Date: Mon Jun 4 18:10:44 2018 New Revision: 471661 URL: https://svnweb.freebsd.org/changeset/ports/471661 Log: Fix and update WWW Modified: head/net/p5-Net-EPP/pkg-descr Modified: head/net/p5-Net-EPP/pkg-descr ============================================================================== --- head/net/p5-Net-EPP/pkg-descr Mon Jun 4 18:10:38 2018 (r471660) +++ head/net/p5-Net-EPP/pkg-descr Mon Jun 4 18:10:44 2018 (r471661) @@ -13,4 +13,4 @@ connections and send and receive responses over this c Net::EPP::Client also provides some time-saving features, such as being able to provide request and response frames as Net::EPP::Frame objects. -WWW: http://search.cpan.org/dist/Net-EPP-Client/ +WWW: https://metacpan.org/release/Net-EPP From owner-svn-ports-all@freebsd.org Mon Jun 4 18:10:51 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 143E7FDC40C; Mon, 4 Jun 2018 18:10:51 +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 899BF7A1B9; Mon, 4 Jun 2018 18:10:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2891910E1F; Mon, 4 Jun 2018 18:10:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IAn9g071644; Mon, 4 Jun 2018 18:10:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IAnxg071643; Mon, 4 Jun 2018 18:10:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041810.w54IAnxg071643@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:10:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471662 - head/net/p5-Net-Mosso-CloudFiles X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/p5-Net-Mosso-CloudFiles X-SVN-Commit-Revision: 471662 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:10:51 -0000 Author: sunpoet Date: Mon Jun 4 18:10:49 2018 New Revision: 471662 URL: https://svnweb.freebsd.org/changeset/ports/471662 Log: Fix and update WWW Approved by: portmgr (blanket) Modified: head/net/p5-Net-Mosso-CloudFiles/pkg-descr Modified: head/net/p5-Net-Mosso-CloudFiles/pkg-descr ============================================================================== --- head/net/p5-Net-Mosso-CloudFiles/pkg-descr Mon Jun 4 18:10:44 2018 (r471661) +++ head/net/p5-Net-Mosso-CloudFiles/pkg-descr Mon Jun 4 18:10:49 2018 (r471662) @@ -1,4 +1,4 @@ This module provides a Perlish interface to the Mosso CloudFiles service. -WWW: http://search.cpan.org/dist/Net-Mosso-CloudFiles/ +WWW: https://metacpan.org/release/CKRAS/Net-Mosso-CloudFiles-0.44 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:10:56 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4746FDC45C; Mon, 4 Jun 2018 18:10:56 +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 E39D37A2AE; Mon, 4 Jun 2018 18:10:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7396810E2A; Mon, 4 Jun 2018 18:10:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IAtNQ072527; Mon, 4 Jun 2018 18:10:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IAtaf072526; Mon, 4 Jun 2018 18:10:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041810.w54IAtaf072526@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:10:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471663 - head/net/p5-Net-Packet-Target X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/p5-Net-Packet-Target X-SVN-Commit-Revision: 471663 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:10:57 -0000 Author: sunpoet Date: Mon Jun 4 18:10:54 2018 New Revision: 471663 URL: https://svnweb.freebsd.org/changeset/ports/471663 Log: Add LICENSE_FILE - Fix and update WWW Approved by: portmgr (blanket) Modified: head/net/p5-Net-Packet-Target/Makefile head/net/p5-Net-Packet-Target/pkg-descr Modified: head/net/p5-Net-Packet-Target/Makefile ============================================================================== --- head/net/p5-Net-Packet-Target/Makefile Mon Jun 4 18:10:49 2018 (r471662) +++ head/net/p5-Net-Packet-Target/Makefile Mon Jun 4 18:10:54 2018 (r471663) @@ -12,6 +12,7 @@ MAINTAINER= bofh@FreeBSD.org COMMENT= Target object for all Net-Packet related stuff LICENSE= ART10 +LICENSE_FILE= ${WRKSRC}/LICENSE.Artistic BUILD_DEPENDS= p5-Class-Gomor>=1.00:devel/p5-Class-Gomor \ p5-Net-Packet>=3.00:net/p5-Net-Packet Modified: head/net/p5-Net-Packet-Target/pkg-descr ============================================================================== --- head/net/p5-Net-Packet-Target/pkg-descr Mon Jun 4 18:10:49 2018 (r471662) +++ head/net/p5-Net-Packet-Target/pkg-descr Mon Jun 4 18:10:54 2018 (r471663) @@ -1,3 +1,3 @@ Net::Packet::Target - Target object for all Net::Packet related stuff -WWW: http://search.cpan.org/dist/Net-Packet-Target/ +WWW: https://metacpan.org/release/GOMOR/Net-Packet-Target-1.01 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:11:03 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EABA8FDC4A1; Mon, 4 Jun 2018 18:11: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 475627A38D; Mon, 4 Jun 2018 18:11:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CAAA310E35; Mon, 4 Jun 2018 18:11:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IB0kj072658; Mon, 4 Jun 2018 18:11:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IB0cq072657; Mon, 4 Jun 2018 18:11:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041811.w54IB0cq072657@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:11:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471664 - head/net/p5-Net-SMS-Clickatell X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/p5-Net-SMS-Clickatell X-SVN-Commit-Revision: 471664 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:11:03 -0000 Author: sunpoet Date: Mon Jun 4 18:11:00 2018 New Revision: 471664 URL: https://svnweb.freebsd.org/changeset/ports/471664 Log: Add LICENSE - Silence patch messages - Update WWW Approved by: portmgr (blanket) Modified: head/net/p5-Net-SMS-Clickatell/Makefile head/net/p5-Net-SMS-Clickatell/pkg-descr Modified: head/net/p5-Net-SMS-Clickatell/Makefile ============================================================================== --- head/net/p5-Net-SMS-Clickatell/Makefile Mon Jun 4 18:10:54 2018 (r471663) +++ head/net/p5-Net-SMS-Clickatell/Makefile Mon Jun 4 18:11:00 2018 (r471664) @@ -11,12 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= freebsd.ports@tipstrade.net COMMENT= Access to Clickatell SMS messaging service +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + TEST_DEPENDS= p5-libwww>=5.816:www/p5-libwww USES= perl5 USE_PERL5= configure post-patch: - ${FIND} ${WRKSRC} -name "*.orig" -delete + @${FIND} ${WRKSRC} -name '*.orig' -delete .include Modified: head/net/p5-Net-SMS-Clickatell/pkg-descr ============================================================================== --- head/net/p5-Net-SMS-Clickatell/pkg-descr Mon Jun 4 18:10:54 2018 (r471663) +++ head/net/p5-Net-SMS-Clickatell/pkg-descr Mon Jun 4 18:11:00 2018 (r471664) @@ -3,4 +3,4 @@ Clickatell is a commercial service that allows its use to anyone in the world. This service supports many ways to send messages, for example HTTP, SMTP and SMPP, among others. -WWW: http://search.cpan.org/dist/Net-SMS-Clickatell-0.05/ +WWW: https://metacpan.org/release/Net-SMS-Clickatell From owner-svn-ports-all@freebsd.org Mon Jun 4 18:11:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 725A0FDC645; Mon, 4 Jun 2018 18:11: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 94E367A452; Mon, 4 Jun 2018 18:11: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 4593D10E3B; Mon, 4 Jun 2018 18:11:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IB5PR072761; Mon, 4 Jun 2018 18:11:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IB5iQ072759; Mon, 4 Jun 2018 18:11:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041811.w54IB5iQ072759@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:11:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471665 - head/net/p5-Net-SMS-Mollie X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/p5-Net-SMS-Mollie X-SVN-Commit-Revision: 471665 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:11:07 -0000 Author: sunpoet Date: Mon Jun 4 18:11:05 2018 New Revision: 471665 URL: https://svnweb.freebsd.org/changeset/ports/471665 Log: Add LICENSE_FILE - Update WWW Approved by: portmgr (blanket) Modified: head/net/p5-Net-SMS-Mollie/Makefile head/net/p5-Net-SMS-Mollie/pkg-descr Modified: head/net/p5-Net-SMS-Mollie/Makefile ============================================================================== --- head/net/p5-Net-SMS-Mollie/Makefile Mon Jun 4 18:11:00 2018 (r471664) +++ head/net/p5-Net-SMS-Mollie/Makefile Mon Jun 4 18:11:05 2018 (r471665) @@ -12,6 +12,7 @@ COMMENT= Send SMS messages via the mollie.nl service LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-XML-Simple>=0:textproc/p5-XML-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/net/p5-Net-SMS-Mollie/pkg-descr ============================================================================== --- head/net/p5-Net-SMS-Mollie/pkg-descr Mon Jun 4 18:11:00 2018 (r471664) +++ head/net/p5-Net-SMS-Mollie/pkg-descr Mon Jun 4 18:11:05 2018 (r471665) @@ -1,3 +1,3 @@ Send SMS messages via the mollie.nl service -WWW: http://search.cpan.org/dist/Net-SMS-Mollie-0.04/ +WWW: https://metacpan.org/release/Net-SMS-Mollie From owner-svn-ports-all@freebsd.org Mon Jun 4 18:11:11 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A775FDC67C; Mon, 4 Jun 2018 18:11:11 +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 4B4857A510; Mon, 4 Jun 2018 18:11:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2C4C410E41; Mon, 4 Jun 2018 18:11:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IBBmQ072864; Mon, 4 Jun 2018 18:11:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IBBpo072863; Mon, 4 Jun 2018 18:11:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041811.w54IBBpo072863@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:11:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471666 - head/net/p5-Net-SPDY X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/p5-Net-SPDY X-SVN-Commit-Revision: 471666 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:11:11 -0000 Author: sunpoet Date: Mon Jun 4 18:11:10 2018 New Revision: 471666 URL: https://svnweb.freebsd.org/changeset/ports/471666 Log: Update WWW Modified: head/net/p5-Net-SPDY/pkg-descr Modified: head/net/p5-Net-SPDY/pkg-descr ============================================================================== --- head/net/p5-Net-SPDY/pkg-descr Mon Jun 4 18:11:05 2018 (r471665) +++ head/net/p5-Net-SPDY/pkg-descr Mon Jun 4 18:11:10 2018 (r471666) @@ -1,4 +1,4 @@ Net::SPDY distribution contains implementation of SPDY protocol. You probably want to use Net::SPDY::Session to implement SPDY clients and servers. -WWW: http://search.cpan.org/dist/Net-SPDY/ +WWW: https://metacpan.org/release/LKUNDRAK/Net-SPDY-0.1_5 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:11:17 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F4FAFDC6B8; Mon, 4 Jun 2018 18:11:17 +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 F16737A606; Mon, 4 Jun 2018 18:11:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9649310E4A; Mon, 4 Jun 2018 18:11:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IBGD1073558; Mon, 4 Jun 2018 18:11:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IBGZ1073295; Mon, 4 Jun 2018 18:11:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041811.w54IBGZ1073295@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:11:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471667 - head/net/p5-POE-Component-ControlPort X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/p5-POE-Component-ControlPort X-SVN-Commit-Revision: 471667 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:11:17 -0000 Author: sunpoet Date: Mon Jun 4 18:11:15 2018 New Revision: 471667 URL: https://svnweb.freebsd.org/changeset/ports/471667 Log: Add LICENSE - Remove USE_PERL5=extract: use REINPLACE_CMD to patch Makefile.PL in post-patch: - Fix and update WWW Modified: head/net/p5-POE-Component-ControlPort/Makefile head/net/p5-POE-Component-ControlPort/pkg-descr Modified: head/net/p5-POE-Component-ControlPort/Makefile ============================================================================== --- head/net/p5-POE-Component-ControlPort/Makefile Mon Jun 4 18:11:10 2018 (r471666) +++ head/net/p5-POE-Component-ControlPort/Makefile Mon Jun 4 18:11:15 2018 (r471667) @@ -11,16 +11,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Network control port for POE applications +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + RUN_DEPENDS= p5-Params-Validate>=0:devel/p5-Params-Validate \ p5-Authen-Libwrap>=0:security/p5-Authen-Libwrap \ p5-POE>=0:devel/p5-POE BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 -USE_PERL5= configure extract +USE_PERL5= configure -# Make port non-interactive -post-extract: - @${PERL} -pi -e 's/my \$$ret =.*/my \$$ret = 0;/' ${WRKSRC}/Makefile.PL +post-patch: + @${REINPLACE_CMD} -e 's|\(my $$ret = \).*|\1 0;|' ${WRKSRC}/Makefile.PL .include Modified: head/net/p5-POE-Component-ControlPort/pkg-descr ============================================================================== --- head/net/p5-POE-Component-ControlPort/pkg-descr Mon Jun 4 18:11:10 2018 (r471666) +++ head/net/p5-POE-Component-ControlPort/pkg-descr Mon Jun 4 18:11:15 2018 (r471667) @@ -4,4 +4,4 @@ provides such an interface for POE applications. By de provides a fairly limited set of commands but is easily extended to provide whatever command set you require. -WWW: http://search.cpan.org/dist/POE-Component-ControlPort/ +WWW: https://metacpan.org/release/SUNGO/POE-Component-ControlPort-0.01 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:11:25 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A32FFDC70F; Mon, 4 Jun 2018 18:11:25 +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 3D3027A830; Mon, 4 Jun 2018 18:11:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D787410E52; Mon, 4 Jun 2018 18:11:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IBLij073780; Mon, 4 Jun 2018 18:11:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IBLhI073778; Mon, 4 Jun 2018 18:11:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041811.w54IBLhI073778@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:11:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471668 - head/net/p5-POEx-Role-TCPServer X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/p5-POEx-Role-TCPServer X-SVN-Commit-Revision: 471668 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:11:25 -0000 Author: sunpoet Date: Mon Jun 4 18:11:21 2018 New Revision: 471668 URL: https://svnweb.freebsd.org/changeset/ports/471668 Log: Add LICENSE - Fix and update WWW Approved by: portmgr (blanket) Modified: head/net/p5-POEx-Role-TCPServer/Makefile head/net/p5-POEx-Role-TCPServer/pkg-descr Modified: head/net/p5-POEx-Role-TCPServer/Makefile ============================================================================== --- head/net/p5-POEx-Role-TCPServer/Makefile Mon Jun 4 18:11:15 2018 (r471667) +++ head/net/p5-POEx-Role-TCPServer/Makefile Mon Jun 4 18:11:21 2018 (r471668) @@ -11,6 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for TCPServer Moose role on POE +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + RUN_DEPENDS= \ p5-MooseX-Declare>0:devel/p5-MooseX-Declare \ p5-MooseX-Types>0:devel/p5-MooseX-Types \ Modified: head/net/p5-POEx-Role-TCPServer/pkg-descr ============================================================================== --- head/net/p5-POEx-Role-TCPServer/pkg-descr Mon Jun 4 18:11:15 2018 (r471667) +++ head/net/p5-POEx-Role-TCPServer/pkg-descr Mon Jun 4 18:11:21 2018 (r471668) @@ -10,4 +10,4 @@ methods is actually encouraged and can simplify code f The only method that must be provided by the consuming class is handle_inbound_data. -WWW: http://search.cpan.org/dist/POEx-Role-TCPServer/ +WWW: https://metacpan.org/release/NPEREZ/POEx-Role-TCPServer-1.102740 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:11:27 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8665FFDC73A; Mon, 4 Jun 2018 18:11:27 +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 4BDD17A8BD; Mon, 4 Jun 2018 18:11:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2D6BA10E56; Mon, 4 Jun 2018 18:11: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 w54IBRhq073903; Mon, 4 Jun 2018 18:11:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IBQnU073901; Mon, 4 Jun 2018 18:11:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041811.w54IBQnU073901@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:11:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471669 - head/net/p5-SOAP-Amazon-S3 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/p5-SOAP-Amazon-S3 X-SVN-Commit-Revision: 471669 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:11:27 -0000 Author: sunpoet Date: Mon Jun 4 18:11:26 2018 New Revision: 471669 URL: https://svnweb.freebsd.org/changeset/ports/471669 Log: Use real PORTVERSION - Add LICENSE - Fix and update WWW Modified: head/net/p5-SOAP-Amazon-S3/Makefile head/net/p5-SOAP-Amazon-S3/pkg-descr Modified: head/net/p5-SOAP-Amazon-S3/Makefile ============================================================================== --- head/net/p5-SOAP-Amazon-S3/Makefile Mon Jun 4 18:11:21 2018 (r471668) +++ head/net/p5-SOAP-Amazon-S3/Makefile Mon Jun 4 18:11:26 2018 (r471669) @@ -2,15 +2,16 @@ # $FreeBSD$ PORTNAME= SOAP-Amazon-S3 -PORTVERSION= 0.040.1 -PORTREVISION= 2 +PORTVERSION= 0.0401 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Module for interfacing with Amazon S3 through SOAP + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual BUILD_DEPENDS= p5-Digest-HMAC>=0:security/p5-Digest-HMAC \ p5-SOAP-MySOAP>=0:net/p5-SOAP-MySOAP \ Modified: head/net/p5-SOAP-Amazon-S3/pkg-descr ============================================================================== --- head/net/p5-SOAP-Amazon-S3/pkg-descr Mon Jun 4 18:11:21 2018 (r471668) +++ head/net/p5-SOAP-Amazon-S3/pkg-descr Mon Jun 4 18:11:26 2018 (r471669) @@ -1,3 +1,3 @@ An object-oriented interface to handle your Amazon S3 storage. -WWW: http://search.cpan.org/dist/SOAP-Amazon-S3/ +WWW: https://metacpan.org/release/KARJALA/SOAP-Amazon-S3-0.0401 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:11:32 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAB27FDC799; Mon, 4 Jun 2018 18:11:32 +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 3DFB87A9A0; Mon, 4 Jun 2018 18:11:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 092F310E61; Mon, 4 Jun 2018 18:11:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IBVw0074003; Mon, 4 Jun 2018 18:11:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IBVRu074002; Mon, 4 Jun 2018 18:11:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041811.w54IBVRu074002@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:11:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471670 - head/net/p5-SOAP-MySOAP X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/p5-SOAP-MySOAP X-SVN-Commit-Revision: 471670 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:11:33 -0000 Author: sunpoet Date: Mon Jun 4 18:11:31 2018 New Revision: 471670 URL: https://svnweb.freebsd.org/changeset/ports/471670 Log: Fix and update WWW Modified: head/net/p5-SOAP-MySOAP/pkg-descr Modified: head/net/p5-SOAP-MySOAP/pkg-descr ============================================================================== --- head/net/p5-SOAP-MySOAP/pkg-descr Mon Jun 4 18:11:26 2018 (r471669) +++ head/net/p5-SOAP-MySOAP/pkg-descr Mon Jun 4 18:11:31 2018 (r471670) @@ -1,3 +1,3 @@ An extremely basic SOAP client module. -WWW: http://search.cpan.org/dist/SOAP-MySOAP/ +WWW: https://metacpan.org/release/KARJALA/SOAP-MySOAP-0.023 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:11:38 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 578A6FDC7D6; Mon, 4 Jun 2018 18:11:38 +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 7BB1E7AA89; Mon, 4 Jun 2018 18:11:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2FE1610E67; Mon, 4 Jun 2018 18:11:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IBbNm074106; Mon, 4 Jun 2018 18:11:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IBaVB074105; Mon, 4 Jun 2018 18:11:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041811.w54IBaVB074105@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:11:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471671 - head/net/p5-XML-Compile-SOAP-WSA X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/p5-XML-Compile-SOAP-WSA X-SVN-Commit-Revision: 471671 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:11:38 -0000 Author: sunpoet Date: Mon Jun 4 18:11:36 2018 New Revision: 471671 URL: https://svnweb.freebsd.org/changeset/ports/471671 Log: Add LICENSE - Fix and update WWW Approved by: portmgr (blanket) Modified: head/net/p5-XML-Compile-SOAP-WSA/Makefile head/net/p5-XML-Compile-SOAP-WSA/pkg-descr Modified: head/net/p5-XML-Compile-SOAP-WSA/Makefile ============================================================================== --- head/net/p5-XML-Compile-SOAP-WSA/Makefile Mon Jun 4 18:11:31 2018 (r471670) +++ head/net/p5-XML-Compile-SOAP-WSA/Makefile Mon Jun 4 18:11:36 2018 (r471671) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= papowell@astart.com COMMENT= SOAP message messages with WSA fields +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Net-Server>=0.97:net/p5-Net-Server \ p5-libwww>=5.803:www/p5-libwww \ p5-Log-Report>=0.22:devel/p5-Log-Report \ Modified: head/net/p5-XML-Compile-SOAP-WSA/pkg-descr ============================================================================== --- head/net/p5-XML-Compile-SOAP-WSA/pkg-descr Mon Jun 4 18:11:31 2018 (r471670) +++ head/net/p5-XML-Compile-SOAP-WSA/pkg-descr Mon Jun 4 18:11:36 2018 (r471671) @@ -7,4 +7,4 @@ However, when the server is hidden behind firewalls an fields are rewritten or replaced. This means that the definitions by the WSDL for the client can differ from the configuration of the -WWW: http://search.cpan.org/dist/XML-Compile-SOAP-WSA/ +WWW: https://metacpan.org/release/MARKOV/XML-Compile-SOAP-WSA-0.13 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:11:43 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FC34FDC80C; Mon, 4 Jun 2018 18:11:43 +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 52B697AB83; Mon, 4 Jun 2018 18:11:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0ECD410E6F; Mon, 4 Jun 2018 18:11: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 w54IBg72074229; Mon, 4 Jun 2018 18:11:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IBgrq074227; Mon, 4 Jun 2018 18:11:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041811.w54IBgrq074227@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:11:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471672 - head/net-im/p5-Net-XMPP2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net-im/p5-Net-XMPP2 X-SVN-Commit-Revision: 471672 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:11:43 -0000 Author: sunpoet Date: Mon Jun 4 18:11:42 2018 New Revision: 471672 URL: https://svnweb.freebsd.org/changeset/ports/471672 Log: Fix MASTER_SITES to make it fetchable - Add LICENSE - Fix and update WWW Modified: head/net-im/p5-Net-XMPP2/Makefile head/net-im/p5-Net-XMPP2/pkg-descr Modified: head/net-im/p5-Net-XMPP2/Makefile ============================================================================== --- head/net-im/p5-Net-XMPP2/Makefile Mon Jun 4 18:11:36 2018 (r471671) +++ head/net-im/p5-Net-XMPP2/Makefile Mon Jun 4 18:11:42 2018 (r471672) @@ -6,10 +6,14 @@ PORTVERSION= 0.14 PORTREVISION= 2 CATEGORIES= net-im perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:ELMEX PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Implementation of the XMPP Protocol + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual BUILD_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent \ p5-Authen-SASL>=0:security/p5-Authen-SASL \ Modified: head/net-im/p5-Net-XMPP2/pkg-descr ============================================================================== --- head/net-im/p5-Net-XMPP2/pkg-descr Mon Jun 4 18:11:36 2018 (r471671) +++ head/net-im/p5-Net-XMPP2/pkg-descr Mon Jun 4 18:11:42 2018 (r471672) @@ -1,4 +1,4 @@ This is the head module of the Net::XMPP2 XMPP client protocol (as described in RFC 3920 and RFC 3921) framework. -WWW: http://search.cpan.org/dist/Net-XMPP2/ +WWW: https://metacpan.org/release/ELMEX/Net-XMPP2-0.14 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:11:50 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35D8BFDC873; Mon, 4 Jun 2018 18:11:50 +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 D2C217AC87; Mon, 4 Jun 2018 18:11:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6CC8B10E75; Mon, 4 Jun 2018 18:11: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 w54IBmjP074330; Mon, 4 Jun 2018 18:11:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IBmn2074327; Mon, 4 Jun 2018 18:11:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041811.w54IBmn2074327@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:11:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471673 - head/net-mgmt/p5-FusionInventory-Agent-Task-NetDiscovery X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net-mgmt/p5-FusionInventory-Agent-Task-NetDiscovery X-SVN-Commit-Revision: 471673 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:11:50 -0000 Author: sunpoet Date: Mon Jun 4 18:11:47 2018 New Revision: 471673 URL: https://svnweb.freebsd.org/changeset/ports/471673 Log: Add LICENSE_FILE - Fix and update WWW Approved by: portmgr (blanket) Modified: head/net-mgmt/p5-FusionInventory-Agent-Task-NetDiscovery/Makefile head/net-mgmt/p5-FusionInventory-Agent-Task-NetDiscovery/pkg-descr Modified: head/net-mgmt/p5-FusionInventory-Agent-Task-NetDiscovery/Makefile ============================================================================== --- head/net-mgmt/p5-FusionInventory-Agent-Task-NetDiscovery/Makefile Mon Jun 4 18:11:42 2018 (r471672) +++ head/net-mgmt/p5-FusionInventory-Agent-Task-NetDiscovery/Makefile Mon Jun 4 18:11:47 2018 (r471673) @@ -13,6 +13,7 @@ MAINTAINER= bofh@FreeBSD.org COMMENT= Network discovery support for FusionInventory Agent LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-FusionInventory-Agent>=2.2.0:net-mgmt/p5-FusionInventory-Agent \ p5-Net-IP>=0:net-mgmt/p5-Net-IP \ Modified: head/net-mgmt/p5-FusionInventory-Agent-Task-NetDiscovery/pkg-descr ============================================================================== --- head/net-mgmt/p5-FusionInventory-Agent-Task-NetDiscovery/pkg-descr Mon Jun 4 18:11:42 2018 (r471672) +++ head/net-mgmt/p5-FusionInventory-Agent-Task-NetDiscovery/pkg-descr Mon Jun 4 18:11:47 2018 (r471673) @@ -10,4 +10,4 @@ protocol: The plugin depends on FusionInventory for GLPI. OCS Inventory can't use this plugin. -WWW: http://search.cpan.org/dist/FusionInventory-Agent-Task-NetDiscovery/ +WWW: https://metacpan.org/release/FUSINV/FusionInventory-Agent-Task-NetDiscovery-2.1 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:11:55 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A278FDC8D3; Mon, 4 Jun 2018 18:11:55 +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 8C0A87AD68; Mon, 4 Jun 2018 18:11: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 2214610E7F; Mon, 4 Jun 2018 18:11:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IBrYc074452; Mon, 4 Jun 2018 18:11:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IBr8f074451; Mon, 4 Jun 2018 18:11:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041811.w54IBr8f074451@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:11:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471674 - head/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery X-SVN-Commit-Revision: 471674 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:11:55 -0000 Author: sunpoet Date: Mon Jun 4 18:11:53 2018 New Revision: 471674 URL: https://svnweb.freebsd.org/changeset/ports/471674 Log: Update LICENSE - Add LICENSE_FILE - Fix and update WWW Modified: head/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile head/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/pkg-descr Modified: head/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile ============================================================================== --- head/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile Mon Jun 4 18:11:47 2018 (r471673) +++ head/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile Mon Jun 4 18:11:53 2018 (r471674) @@ -12,7 +12,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= SNMP support for FusionInventory Agent -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-FusionInventory-Agent>=0:net-mgmt/p5-FusionInventory-Agent \ p5-Net-IP>=0:net-mgmt/p5-Net-IP \ Modified: head/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/pkg-descr ============================================================================== --- head/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/pkg-descr Mon Jun 4 18:11:47 2018 (r471673) +++ head/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/pkg-descr Mon Jun 4 18:11:53 2018 (r471674) @@ -1,3 +1,3 @@ Network discovery support for FusionInventory Agent -WWW: http://search.cpan.org/dist/FusionInventory-Agent-Task-SNMPQuery/ +WWW: https://metacpan.org/release/FUSINV/FusionInventory-Agent-Task-SNMPQuery-1.3 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:11:59 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8C0FFDC958; Mon, 4 Jun 2018 18:11:59 +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 83D307AE3D; Mon, 4 Jun 2018 18:11: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 3738110E86; Mon, 4 Jun 2018 18:11: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 w54IBxAX074555; Mon, 4 Jun 2018 18:11:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IBwU6074553; Mon, 4 Jun 2018 18:11:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041811.w54IBwU6074553@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:11:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471675 - head/net-mgmt/p5-NetAddr-IP-Lite X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net-mgmt/p5-NetAddr-IP-Lite X-SVN-Commit-Revision: 471675 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:12:00 -0000 Author: sunpoet Date: Mon Jun 4 18:11:58 2018 New Revision: 471675 URL: https://svnweb.freebsd.org/changeset/ports/471675 Log: Fix MASTER_SITES to make it fetchable - Add LICENSE - Fix and update WWW Approved by: portmgr (blanket) Modified: head/net-mgmt/p5-NetAddr-IP-Lite/Makefile head/net-mgmt/p5-NetAddr-IP-Lite/pkg-descr Modified: head/net-mgmt/p5-NetAddr-IP-Lite/Makefile ============================================================================== --- head/net-mgmt/p5-NetAddr-IP-Lite/Makefile Mon Jun 4 18:11:53 2018 (r471674) +++ head/net-mgmt/p5-NetAddr-IP-Lite/Makefile Mon Jun 4 18:11:58 2018 (r471675) @@ -6,10 +6,13 @@ PORTVERSION= 1.01 PORTREVISION= 1 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:MIKER PKGNAMEPREFIX= p5- MAINTAINER= ychsiao@ychsiao.org COMMENT= IPv4/6 and 128 bit number utilities + +LICENSE= ART10 USES= perl5 USE_PERL5= configure Modified: head/net-mgmt/p5-NetAddr-IP-Lite/pkg-descr ============================================================================== --- head/net-mgmt/p5-NetAddr-IP-Lite/pkg-descr Mon Jun 4 18:11:53 2018 (r471674) +++ head/net-mgmt/p5-NetAddr-IP-Lite/pkg-descr Mon Jun 4 18:11:58 2018 (r471675) @@ -1,3 +1,3 @@ NetAddr::IP::Lite - Manages IPv4 and IPv6 addresses and subnets -WWW: http://search.cpan.org/dist/NetAddr-IP-Lite/ +WWW: https://metacpan.org/release/MIKER/NetAddr-IP-Lite-1.01 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:12:05 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1EA24FDC99B; Mon, 4 Jun 2018 18:12:05 +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 38D777AF15; Mon, 4 Jun 2018 18:12:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 04E1610F5E; Mon, 4 Jun 2018 18:12:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IC3PD074648; Mon, 4 Jun 2018 18:12:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IC3OO074647; Mon, 4 Jun 2018 18:12:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041812.w54IC3OO074647@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:12:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471676 - head/russian/p5-Convert-Cyrillic X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/russian/p5-Convert-Cyrillic X-SVN-Commit-Revision: 471676 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:12:05 -0000 Author: sunpoet Date: Mon Jun 4 18:12:03 2018 New Revision: 471676 URL: https://svnweb.freebsd.org/changeset/ports/471676 Log: Update WWW - Remove Author line Approved by: portmgr (blanket) Modified: head/russian/p5-Convert-Cyrillic/pkg-descr Modified: head/russian/p5-Convert-Cyrillic/pkg-descr ============================================================================== --- head/russian/p5-Convert-Cyrillic/pkg-descr Mon Jun 4 18:11:58 2018 (r471675) +++ head/russian/p5-Convert-Cyrillic/pkg-descr Mon Jun 4 18:12:03 2018 (r471676) @@ -3,6 +3,4 @@ one cyrillic charset to another. It is intended to be need built-in support for translations. For example, you may wish to use it in form processor to translate from user encoding to one used by your site. -Copyright (c) 1997-98, John Neystadt - -WWW: http://search.cpan.org/dist/cyrillic/Convert/Cyrillic.pm +WWW: https://metacpan.org/release/cyrillic From owner-svn-ports-all@freebsd.org Mon Jun 4 18:14:09 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89676FDCDD3; Mon, 4 Jun 2018 18:14: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 361947B3E8; Mon, 4 Jun 2018 18:14: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 1830010FBE; Mon, 4 Jun 2018 18:14:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IE8DS075714; Mon, 4 Jun 2018 18:14:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IE8rG075713; Mon, 4 Jun 2018 18:14:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041814.w54IE8rG075713@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:14:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471677 - head/security/p5-Authen-PAAS X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/p5-Authen-PAAS X-SVN-Commit-Revision: 471677 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:14:09 -0000 Author: sunpoet Date: Mon Jun 4 18:14:08 2018 New Revision: 471677 URL: https://svnweb.freebsd.org/changeset/ports/471677 Log: Fix and update WWW Approved by: portmgr (blanket) Modified: head/security/p5-Authen-PAAS/pkg-descr Modified: head/security/p5-Authen-PAAS/pkg-descr ============================================================================== --- head/security/p5-Authen-PAAS/pkg-descr Mon Jun 4 18:12:03 2018 (r471676) +++ head/security/p5-Authen-PAAS/pkg-descr Mon Jun 4 18:14:08 2018 (r471677) @@ -19,4 +19,4 @@ to the underlying C libraries, the Authen::PAM module convenient means to write new authentication schemes in Perl. Thus the Authen::PAAS distribution provides a pure Perl API for authentication. -WWW: http://search.cpan.org/dist/Authen-PAAS/ +WWW: https://metacpan.org/release/DANBERR/Authen-PAAS-1.1.1 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:14:16 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 930ACFDCE1D; Mon, 4 Jun 2018 18:14: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 F0DF27B4A9; Mon, 4 Jun 2018 18:14:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DE2B910FBF; Mon, 4 Jun 2018 18:14:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IEErF075837; Mon, 4 Jun 2018 18:14:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IEErT075835; Mon, 4 Jun 2018 18:14:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041814.w54IEErT075835@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:14:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471678 - head/security/p5-Authen-Simple-DBM X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/p5-Authen-Simple-DBM X-SVN-Commit-Revision: 471678 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:14:16 -0000 Author: sunpoet Date: Mon Jun 4 18:14:14 2018 New Revision: 471678 URL: https://svnweb.freebsd.org/changeset/ports/471678 Log: Add LICENSE - Fix and update WWW Modified: head/security/p5-Authen-Simple-DBM/Makefile head/security/p5-Authen-Simple-DBM/pkg-descr Modified: head/security/p5-Authen-Simple-DBM/Makefile ============================================================================== --- head/security/p5-Authen-Simple-DBM/Makefile Mon Jun 4 18:14:08 2018 (r471677) +++ head/security/p5-Authen-Simple-DBM/Makefile Mon Jun 4 18:14:14 2018 (r471678) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple DBM authentication +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Authen-Simple>=0:security/p5-Authen-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/security/p5-Authen-Simple-DBM/pkg-descr ============================================================================== --- head/security/p5-Authen-Simple-DBM/pkg-descr Mon Jun 4 18:14:08 2018 (r471677) +++ head/security/p5-Authen-Simple-DBM/pkg-descr Mon Jun 4 18:14:14 2018 (r471678) @@ -1,3 +1,3 @@ Authentication via DBM files. -WWW: http://search.cpan.org/dist/Authen-Simple-Net-DBM/ +WWW: https://metacpan.org/release/Authen-Simple-DBM From owner-svn-ports-all@freebsd.org Mon Jun 4 18:14:22 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 313F2FDCE7E; Mon, 4 Jun 2018 18:14:22 +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 4614A7B516; Mon, 4 Jun 2018 18:14:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AA2F710FC0; Mon, 4 Jun 2018 18:14:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IEKun075960; Mon, 4 Jun 2018 18:14:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IEKGQ075959; Mon, 4 Jun 2018 18:14:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041814.w54IEKGQ075959@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:14:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471679 - head/security/p5-Authen-Simple-PAM X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/p5-Authen-Simple-PAM X-SVN-Commit-Revision: 471679 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:14:22 -0000 Author: sunpoet Date: Mon Jun 4 18:14:19 2018 New Revision: 471679 URL: https://svnweb.freebsd.org/changeset/ports/471679 Log: Add LICENSE - Fix and update WWW Modified: head/security/p5-Authen-Simple-PAM/Makefile head/security/p5-Authen-Simple-PAM/pkg-descr Modified: head/security/p5-Authen-Simple-PAM/Makefile ============================================================================== --- head/security/p5-Authen-Simple-PAM/Makefile Mon Jun 4 18:14:14 2018 (r471678) +++ head/security/p5-Authen-Simple-PAM/Makefile Mon Jun 4 18:14:19 2018 (r471679) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple PAM authentication +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Authen-Simple>=0:security/p5-Authen-Simple \ p5-Authen-PAM>=0:security/p5-Authen-PAM RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/security/p5-Authen-Simple-PAM/pkg-descr ============================================================================== --- head/security/p5-Authen-Simple-PAM/pkg-descr Mon Jun 4 18:14:14 2018 (r471678) +++ head/security/p5-Authen-Simple-PAM/pkg-descr Mon Jun 4 18:14:19 2018 (r471679) @@ -1,3 +1,3 @@ Authentication via PAM. -WWW: http://search.cpan.org/dist/Authen-Simple-Net-PAM/ +WWW: https://metacpan.org/release/Authen-Simple-PAM From owner-svn-ports-all@freebsd.org Mon Jun 4 18:14:31 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C976FFDCED0; Mon, 4 Jun 2018 18:14:31 +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 B1A717B657; Mon, 4 Jun 2018 18: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 B5DA110FC1; Mon, 4 Jun 2018 18: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 w54IER3a076083; Mon, 4 Jun 2018 18:14:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IERL5076082; Mon, 4 Jun 2018 18:14:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041814.w54IERL5076082@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:14:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471680 - head/security/p5-Authen-Simple-Passwd X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/p5-Authen-Simple-Passwd X-SVN-Commit-Revision: 471680 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:14:32 -0000 Author: sunpoet Date: Mon Jun 4 18:14:27 2018 New Revision: 471680 URL: https://svnweb.freebsd.org/changeset/ports/471680 Log: Add LICENSE - Fix and update WWW Modified: head/security/p5-Authen-Simple-Passwd/Makefile head/security/p5-Authen-Simple-Passwd/pkg-descr Modified: head/security/p5-Authen-Simple-Passwd/Makefile ============================================================================== --- head/security/p5-Authen-Simple-Passwd/Makefile Mon Jun 4 18:14:19 2018 (r471679) +++ head/security/p5-Authen-Simple-Passwd/Makefile Mon Jun 4 18:14:27 2018 (r471680) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple Passwd authentication +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Authen-Simple>=0:security/p5-Authen-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/security/p5-Authen-Simple-Passwd/pkg-descr ============================================================================== --- head/security/p5-Authen-Simple-Passwd/pkg-descr Mon Jun 4 18:14:19 2018 (r471679) +++ head/security/p5-Authen-Simple-Passwd/pkg-descr Mon Jun 4 18:14:27 2018 (r471680) @@ -1,3 +1,3 @@ Authentication Passwd authentication. -WWW: http://search.cpan.org/dist/Authen-Simple-Net-Passwd/ +WWW: https://metacpan.org/release/Authen-Simple-Passwd From owner-svn-ports-all@freebsd.org Mon Jun 4 18:14:34 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3855EFDCEE2; Mon, 4 Jun 2018 18:14:33 +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 66B0B7B678; Mon, 4 Jun 2018 18:14:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4802110FC2; Mon, 4 Jun 2018 18: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 w54IEXBC076206; Mon, 4 Jun 2018 18:14:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IEW7e076205; Mon, 4 Jun 2018 18:14:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041814.w54IEW7e076205@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:14:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471681 - head/security/p5-Authen-Simple-RADIUS X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/p5-Authen-Simple-RADIUS X-SVN-Commit-Revision: 471681 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:14:34 -0000 Author: sunpoet Date: Mon Jun 4 18:14:32 2018 New Revision: 471681 URL: https://svnweb.freebsd.org/changeset/ports/471681 Log: Add LICENSE - Fix and update WWW Modified: head/security/p5-Authen-Simple-RADIUS/Makefile head/security/p5-Authen-Simple-RADIUS/pkg-descr Modified: head/security/p5-Authen-Simple-RADIUS/Makefile ============================================================================== --- head/security/p5-Authen-Simple-RADIUS/Makefile Mon Jun 4 18:14:27 2018 (r471680) +++ head/security/p5-Authen-Simple-RADIUS/Makefile Mon Jun 4 18:14:32 2018 (r471681) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple RADIUS authentication +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Authen-Simple>=0:security/p5-Authen-Simple \ p5-Authen-Radius>=0:security/p5-Authen-Radius RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/security/p5-Authen-Simple-RADIUS/pkg-descr ============================================================================== --- head/security/p5-Authen-Simple-RADIUS/pkg-descr Mon Jun 4 18:14:27 2018 (r471680) +++ head/security/p5-Authen-Simple-RADIUS/pkg-descr Mon Jun 4 18:14:32 2018 (r471681) @@ -1,3 +1,3 @@ Authentication via RADIUS. -WWW: http://search.cpan.org/dist/Authen-Simple-Net-RADIUS/ +WWW: https://metacpan.org/release/Authen-Simple-RADIUS From owner-svn-ports-all@freebsd.org Mon Jun 4 18:14:45 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A42C9FDCF42; Mon, 4 Jun 2018 18:14:45 +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 EBB2C7B7C5; Mon, 4 Jun 2018 18: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 7C7AD10FC3; Mon, 4 Jun 2018 18:14:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IEdvV076327; Mon, 4 Jun 2018 18:14:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IEdcE076325; Mon, 4 Jun 2018 18:14:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041814.w54IEdcE076325@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:14:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471682 - head/security/p5-Authen-Simple-SMB X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/p5-Authen-Simple-SMB X-SVN-Commit-Revision: 471682 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:14:45 -0000 Author: sunpoet Date: Mon Jun 4 18:14:38 2018 New Revision: 471682 URL: https://svnweb.freebsd.org/changeset/ports/471682 Log: Add LICENSE - Fix and update WWW Modified: head/security/p5-Authen-Simple-SMB/Makefile head/security/p5-Authen-Simple-SMB/pkg-descr Modified: head/security/p5-Authen-Simple-SMB/Makefile ============================================================================== --- head/security/p5-Authen-Simple-SMB/Makefile Mon Jun 4 18:14:32 2018 (r471681) +++ head/security/p5-Authen-Simple-SMB/Makefile Mon Jun 4 18:14:38 2018 (r471682) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple SMB authentication +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Authen-Simple>=0:security/p5-Authen-Simple \ p5-Authen-Smb>=0:security/p5-Authen-Smb RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/security/p5-Authen-Simple-SMB/pkg-descr ============================================================================== --- head/security/p5-Authen-Simple-SMB/pkg-descr Mon Jun 4 18:14:32 2018 (r471681) +++ head/security/p5-Authen-Simple-SMB/pkg-descr Mon Jun 4 18:14:38 2018 (r471682) @@ -1,3 +1,3 @@ Authentication via SMB protocol. -WWW: http://search.cpan.org/dist/Authen-Simple-Net-SMB/ +WWW: https://metacpan.org/release/Authen-Simple-SMB From owner-svn-ports-all@freebsd.org Mon Jun 4 18:14:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2A21FDCF4E; Mon, 4 Jun 2018 18:14:46 +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 BBA217B802; Mon, 4 Jun 2018 18: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 9BCAB10FC4; Mon, 4 Jun 2018 18:14:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IEiId076429; Mon, 4 Jun 2018 18:14:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IEivv076428; Mon, 4 Jun 2018 18:14:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041814.w54IEivv076428@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:14:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471683 - head/security/p5-Authen-Simple-SSH X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/p5-Authen-Simple-SSH X-SVN-Commit-Revision: 471683 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:14:47 -0000 Author: sunpoet Date: Mon Jun 4 18:14:44 2018 New Revision: 471683 URL: https://svnweb.freebsd.org/changeset/ports/471683 Log: Fix and update WWW Modified: head/security/p5-Authen-Simple-SSH/pkg-descr Modified: head/security/p5-Authen-Simple-SSH/pkg-descr ============================================================================== --- head/security/p5-Authen-Simple-SSH/pkg-descr Mon Jun 4 18:14:38 2018 (r471682) +++ head/security/p5-Authen-Simple-SSH/pkg-descr Mon Jun 4 18:14:44 2018 (r471683) @@ -1,3 +1,3 @@ Authentication via SSH protocol. -WWW: http://search.cpan.org/dist/Authen-Simple-Net-SSH/ +WWW: https://metacpan.org/release/Authen-Simple-SSH From owner-svn-ports-all@freebsd.org Mon Jun 4 18:14:55 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 898C9FDCFE2; Mon, 4 Jun 2018 18:14:55 +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 9EC447B8C9; Mon, 4 Jun 2018 18:14:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E181710FC5; Mon, 4 Jun 2018 18:14:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IEn2g076521; Mon, 4 Jun 2018 18:14:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IEnau076520; Mon, 4 Jun 2018 18:14:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041814.w54IEnau076520@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:14:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471684 - head/security/p5-Crypt-Caesar X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/p5-Crypt-Caesar X-SVN-Commit-Revision: 471684 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:14:55 -0000 Author: sunpoet Date: Mon Jun 4 18:14:49 2018 New Revision: 471684 URL: https://svnweb.freebsd.org/changeset/ports/471684 Log: Fix and update WWW Approved by: portmgr (blanket) Modified: head/security/p5-Crypt-Caesar/pkg-descr Modified: head/security/p5-Crypt-Caesar/pkg-descr ============================================================================== --- head/security/p5-Crypt-Caesar/pkg-descr Mon Jun 4 18:14:44 2018 (r471683) +++ head/security/p5-Crypt-Caesar/pkg-descr Mon Jun 4 18:14:49 2018 (r471684) @@ -1,3 +1,3 @@ Crypt::Caesar - Decrypt rot-N strings -WWW: http://search.cpan.org/dist/Caesar/ +WWW: https://metacpan.org/release/Crypt-Caesar From owner-svn-ports-all@freebsd.org Mon Jun 4 18:14:56 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D309FDCFF3; Mon, 4 Jun 2018 18:14:56 +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 194867B8F7; Mon, 4 Jun 2018 18:14:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D27E510FC6; Mon, 4 Jun 2018 18:14:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IEtKZ076613; Mon, 4 Jun 2018 18:14:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IEtrH076612; Mon, 4 Jun 2018 18:14:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041814.w54IEtrH076612@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:14:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471685 - head/security/p5-Crypt-T_e_a X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/p5-Crypt-T_e_a X-SVN-Commit-Revision: 471685 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:14:56 -0000 Author: sunpoet Date: Mon Jun 4 18:14:55 2018 New Revision: 471685 URL: https://svnweb.freebsd.org/changeset/ports/471685 Log: Fix and update WWW Approved by: portmgr (blanket) Modified: head/security/p5-Crypt-T_e_a/pkg-descr Modified: head/security/p5-Crypt-T_e_a/pkg-descr ============================================================================== --- head/security/p5-Crypt-T_e_a/pkg-descr Mon Jun 4 18:14:49 2018 (r471684) +++ head/security/p5-Crypt-T_e_a/pkg-descr Mon Jun 4 18:14:55 2018 (r471685) @@ -1,3 +1,3 @@ The Tiny Encryption Algorithm in Perl and JavaScript. -WWW: http://search.cpan.org/dist/Crypt-Tea/ +WWW: https://metacpan.org/release/PJB/Crypt-Tea-2.12 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:15:02 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B97A1FDD05D; Mon, 4 Jun 2018 18: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 E1E7C7B9CC; Mon, 4 Jun 2018 18:15:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C081B10FC7; Mon, 4 Jun 2018 18:15:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IF1pN076714; Mon, 4 Jun 2018 18:15:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IF1Ng076713; Mon, 4 Jun 2018 18:15:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041815.w54IF1Ng076713@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:15:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471686 - head/security/p5-Digest-Pearson X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/p5-Digest-Pearson X-SVN-Commit-Revision: 471686 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:15:03 -0000 Author: sunpoet Date: Mon Jun 4 18:15:01 2018 New Revision: 471686 URL: https://svnweb.freebsd.org/changeset/ports/471686 Log: Fix and update WWW Approved by: portmgr (blanket) Modified: head/security/p5-Digest-Pearson/pkg-descr Modified: head/security/p5-Digest-Pearson/pkg-descr ============================================================================== --- head/security/p5-Digest-Pearson/pkg-descr Mon Jun 4 18:14:55 2018 (r471685) +++ head/security/p5-Digest-Pearson/pkg-descr Mon Jun 4 18:15:01 2018 (r471686) @@ -7,4 +7,4 @@ The implementation is in C, so it is fast. If you pref and can tolerate slower speed, you might want to consider Digest::Pearson::PurePerl instead. -WWW: http://search.cpan.org/dist/Digest-MD5-Pearson/ +WWW: https://metacpan.org/release/Digest-Pearson From owner-svn-ports-all@freebsd.org Mon Jun 4 18:15:15 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46304FDD0B9; Mon, 4 Jun 2018 18:15:15 +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 620D77BB2A; Mon, 4 Jun 2018 18:15:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E01F810FC8; Mon, 4 Jun 2018 18:15:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IF7El076806; Mon, 4 Jun 2018 18:15:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IF7cK076805; Mon, 4 Jun 2018 18:15:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041815.w54IF7cK076805@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:15:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471687 - head/security/p5-Digest-SV1 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/p5-Digest-SV1 X-SVN-Commit-Revision: 471687 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:15:15 -0000 Author: sunpoet Date: Mon Jun 4 18:15:07 2018 New Revision: 471687 URL: https://svnweb.freebsd.org/changeset/ports/471687 Log: Fix and update WWW Approved by: portmgr (blanket) Modified: head/security/p5-Digest-SV1/pkg-descr Modified: head/security/p5-Digest-SV1/pkg-descr ============================================================================== --- head/security/p5-Digest-SV1/pkg-descr Mon Jun 4 18:15:01 2018 (r471686) +++ head/security/p5-Digest-SV1/pkg-descr Mon Jun 4 18:15:07 2018 (r471687) @@ -1,3 +1,3 @@ Digest::SV1 - Cryptosleazically strong message digest format -WWW: http://search.cpan.org/dist/Digest-SV1/ +WWW: https://metacpan.org/release/SAMV/Digest-SV1-0.01 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:15:18 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7048EFDD0F4; Mon, 4 Jun 2018 18:15: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 CCBC67BB63; Mon, 4 Jun 2018 18:15:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AE18810FC9; Mon, 4 Jun 2018 18:15: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 w54IFDq4076909; Mon, 4 Jun 2018 18:15:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IFDSn076907; Mon, 4 Jun 2018 18:15:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041815.w54IFDSn076907@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:15:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471688 - head/security/p5-Net-SinFP X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/p5-Net-SinFP X-SVN-Commit-Revision: 471688 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:15:18 -0000 Author: sunpoet Date: Mon Jun 4 18:15:13 2018 New Revision: 471688 URL: https://svnweb.freebsd.org/changeset/ports/471688 Log: Fix LICENSE_FILE - Fix and update WWW Approved by: portmgr (blanket) Modified: head/security/p5-Net-SinFP/Makefile head/security/p5-Net-SinFP/pkg-descr Modified: head/security/p5-Net-SinFP/Makefile ============================================================================== --- head/security/p5-Net-SinFP/Makefile Mon Jun 4 18:15:07 2018 (r471687) +++ head/security/p5-Net-SinFP/Makefile Mon Jun 4 18:15:13 2018 (r471688) @@ -25,7 +25,7 @@ MAINTAINER= sbz@FreeBSD.org COMMENT= Full operating system stack fingerprinting suite LICENSE= ART10 -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE.Artistic NOT_FOR_ARCHS= powerpc powerpc64 sparc64 NOT_FOR_ARCHS_REASON= does not support big-endian architectures Modified: head/security/p5-Net-SinFP/pkg-descr ============================================================================== --- head/security/p5-Net-SinFP/pkg-descr Mon Jun 4 18:15:07 2018 (r471687) +++ head/security/p5-Net-SinFP/pkg-descr Mon Jun 4 18:15:13 2018 (r471688) @@ -12,4 +12,4 @@ operating system. That is, it only requires one open T only fully standard TCP packets, and limits the number of tests to 2 or 3 (with only 1 test giving the OS reliably in most cases). -WWW: http://search.cpan.org/dist/Net-SinFP/ +WWW: https://metacpan.org/release/GOMOR/Net-SinFP-2.10 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:15:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CAA90FDD154; Mon, 4 Jun 2018 18:15:24 +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 883DD7BC3E; Mon, 4 Jun 2018 18:15: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 4B68610FCA; Mon, 4 Jun 2018 18:15: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 w54IFJ40077012; Mon, 4 Jun 2018 18:15:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IFJQV077011; Mon, 4 Jun 2018 18:15:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041815.w54IFJQV077011@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:15:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471689 - head/security/p5-Net-SAML X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/p5-Net-SAML X-SVN-Commit-Revision: 471689 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:15:25 -0000 Author: sunpoet Date: Mon Jun 4 18:15:18 2018 New Revision: 471689 URL: https://svnweb.freebsd.org/changeset/ports/471689 Log: Update link Modified: head/security/p5-Net-SAML/pkg-descr Modified: head/security/p5-Net-SAML/pkg-descr ============================================================================== --- head/security/p5-Net-SAML/pkg-descr Mon Jun 4 18:15:13 2018 (r471688) +++ head/security/p5-Net-SAML/pkg-descr Mon Jun 4 18:15:18 2018 (r471689) @@ -1,6 +1,6 @@ A Perl module wrapping libzxid. Also zxid.pl, that implements SP in mod_perl environment, is supplied. -This module is also available on CPAN at http://search.cpan.org/dist/zxid/. +This module is also available on MetaCPAN at https://metacpan.org/release/zxid. WWW: http://zxid.org/ From owner-svn-ports-all@freebsd.org Mon Jun 4 18:15:30 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4DA2FDD1A4; Mon, 4 Jun 2018 18:15: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 3321F7BD05; Mon, 4 Jun 2018 18:15: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 152F010FCB; Mon, 4 Jun 2018 18:15:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IFOW0077114; Mon, 4 Jun 2018 18:15:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IFOPh077111; Mon, 4 Jun 2018 18:15:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041815.w54IFOPh077111@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:15:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471690 - head/security/p5-String-MkPasswd X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/p5-String-MkPasswd X-SVN-Commit-Revision: 471690 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:15:30 -0000 Author: sunpoet Date: Mon Jun 4 18:15:24 2018 New Revision: 471690 URL: https://svnweb.freebsd.org/changeset/ports/471690 Log: Add LICENSE - Add NO_ARCH - Update WWW Approved by: portmgr (blanket) Modified: head/security/p5-String-MkPasswd/Makefile head/security/p5-String-MkPasswd/pkg-descr Modified: head/security/p5-String-MkPasswd/Makefile ============================================================================== --- head/security/p5-String-MkPasswd/Makefile Mon Jun 4 18:15:18 2018 (r471689) +++ head/security/p5-String-MkPasswd/Makefile Mon Jun 4 18:15:24 2018 (r471690) @@ -12,6 +12,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= fw@moov.de COMMENT= Random password generator +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/security/p5-String-MkPasswd/pkg-descr ============================================================================== --- head/security/p5-String-MkPasswd/pkg-descr Mon Jun 4 18:15:18 2018 (r471689) +++ head/security/p5-String-MkPasswd/pkg-descr Mon Jun 4 18:15:24 2018 (r471690) @@ -3,4 +3,4 @@ random passwords. The function is meant to be a simple developers and system administrators to easily generate a relatively secure password. -WWW: http://search.cpan.org/dist/String-MkPasswd +WWW: https://metacpan.org/release/String-MkPasswd From owner-svn-ports-all@freebsd.org Mon Jun 4 18:15:40 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE15EFDD1FD; Mon, 4 Jun 2018 18:15:39 +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 86CF87BDEE; Mon, 4 Jun 2018 18:15:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6848D10FCC; Mon, 4 Jun 2018 18:15:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IFV4P077251; Mon, 4 Jun 2018 18:15:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IFUTY077249; Mon, 4 Jun 2018 18:15:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041815.w54IFUTY077249@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:15:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471691 - head/sysutils/p5-Schedule-Load X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/sysutils/p5-Schedule-Load X-SVN-Commit-Revision: 471691 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:15:40 -0000 Author: sunpoet Date: Mon Jun 4 18:15:30 2018 New Revision: 471691 URL: https://svnweb.freebsd.org/changeset/ports/471691 Log: Fix LICENSE - Add LICENSE_FILE - Convert to options target helper - Sort PLIST - Fix and update WWW Modified: head/sysutils/p5-Schedule-Load/Makefile head/sysutils/p5-Schedule-Load/pkg-descr head/sysutils/p5-Schedule-Load/pkg-plist Modified: head/sysutils/p5-Schedule-Load/Makefile ============================================================================== --- head/sysutils/p5-Schedule-Load/Makefile Mon Jun 4 18:15:24 2018 (r471690) +++ head/sysutils/p5-Schedule-Load/Makefile Mon Jun 4 18:15:30 2018 (r471691) @@ -11,8 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Load distribution and status across multiple host machines -LICENSE= ART10 GPLv1+ +LICENSE= ART20 LGPL3 LICENSE_COMB= dual +LICENSE_FILE_ART20= ${WRKSRC}/COPYING RUN_DEPENDS= p5-Proc-ProcessTable>=0.40:devel/p5-Proc-ProcessTable \ p5-Unix-Processors>=2.02:sysutils/p5-Unix-Processors \ @@ -26,7 +27,7 @@ USE_PERL5= configure OPTIONS_DEFINE= EXAMPLES -post-install: +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/init.d ${INSTALL_SCRIPT} ${WRKSRC}/init.d/* ${STAGEDIR}${EXAMPLESDIR}/init.d Modified: head/sysutils/p5-Schedule-Load/pkg-descr ============================================================================== --- head/sysutils/p5-Schedule-Load/pkg-descr Mon Jun 4 18:15:24 2018 (r471690) +++ head/sysutils/p5-Schedule-Load/pkg-descr Mon Jun 4 18:15:30 2018 (r471691) @@ -2,4 +2,4 @@ This package allows accessing loading and top job stat machines on a network, comprising a server farm. It also allows for scheduling new jobs on the best machine across the entire network. -WWW: http://search.cpan.org/dist/Schedule-Load/ +WWW: https://metacpan.org/release/WSNYDER/Schedule-Load-3.064 Modified: head/sysutils/p5-Schedule-Load/pkg-plist ============================================================================== --- head/sysutils/p5-Schedule-Load/pkg-plist Mon Jun 4 18:15:24 2018 (r471690) +++ head/sysutils/p5-Schedule-Load/pkg-plist Mon Jun 4 18:15:30 2018 (r471691) @@ -4,20 +4,6 @@ bin/slchoosed_watchd bin/slpolice bin/slreportd bin/slrsh -%%PERL5_MAN3%%/Schedule::Load.3.gz -%%PERL5_MAN3%%/Schedule::Load::Chooser.3.gz -%%PERL5_MAN3%%/Schedule::Load::FakeReporter.3.gz -%%PERL5_MAN3%%/Schedule::Load::Hold.3.gz -%%PERL5_MAN3%%/Schedule::Load::Hosts.3.gz -%%PERL5_MAN3%%/Schedule::Load::Hosts::Host.3.gz -%%PERL5_MAN3%%/Schedule::Load::Hosts::Proc.3.gz -%%PERL5_MAN3%%/Schedule::Load::Reporter.3.gz -%%PERL5_MAN3%%/Schedule::Load::Reporter::Disk.3.gz -%%PERL5_MAN3%%/Schedule::Load::Reporter::Filesys.3.gz -%%PERL5_MAN3%%/Schedule::Load::Reporter::Network.3.gz -%%PERL5_MAN3%%/Schedule::Load::ResourceReq.3.gz -%%PERL5_MAN3%%/Schedule::Load::Safe.3.gz -%%PERL5_MAN3%%/Schedule::Load::Schedule.3.gz %%SITE_PERL%%/Schedule/Load.pm %%SITE_PERL%%/Schedule/Load/Chooser.pm %%SITE_PERL%%/Schedule/Load/FakeReporter.pm @@ -40,5 +26,19 @@ bin/slrsh %%PERL5_MAN1%%/slpolice.1.gz %%PERL5_MAN1%%/slreportd.1.gz %%PERL5_MAN1%%/slrsh.1.gz +%%PERL5_MAN3%%/Schedule::Load.3.gz +%%PERL5_MAN3%%/Schedule::Load::Chooser.3.gz +%%PERL5_MAN3%%/Schedule::Load::FakeReporter.3.gz +%%PERL5_MAN3%%/Schedule::Load::Hold.3.gz +%%PERL5_MAN3%%/Schedule::Load::Hosts.3.gz +%%PERL5_MAN3%%/Schedule::Load::Hosts::Host.3.gz +%%PERL5_MAN3%%/Schedule::Load::Hosts::Proc.3.gz +%%PERL5_MAN3%%/Schedule::Load::Reporter.3.gz +%%PERL5_MAN3%%/Schedule::Load::Reporter::Disk.3.gz +%%PERL5_MAN3%%/Schedule::Load::Reporter::Filesys.3.gz +%%PERL5_MAN3%%/Schedule::Load::Reporter::Network.3.gz +%%PERL5_MAN3%%/Schedule::Load::ResourceReq.3.gz +%%PERL5_MAN3%%/Schedule::Load::Safe.3.gz +%%PERL5_MAN3%%/Schedule::Load::Schedule.3.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/init.d/slchoosed %%PORTEXAMPLES%%%%EXAMPLESDIR%%/init.d/slreportd From owner-svn-ports-all@freebsd.org Mon Jun 4 18:15:44 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A77EAFDD24A; Mon, 4 Jun 2018 18:15: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 D6DE37BEC2; Mon, 4 Jun 2018 18:15:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7A88A10FCD; Mon, 4 Jun 2018 18:15:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IFbx0077374; Mon, 4 Jun 2018 18:15:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IFbTq077373; Mon, 4 Jun 2018 18:15:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041815.w54IFbTq077373@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:15:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471692 - head/sysutils/p5-Unix-Syslog X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/sysutils/p5-Unix-Syslog X-SVN-Commit-Revision: 471692 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:15:44 -0000 Author: sunpoet Date: Mon Jun 4 18:15:36 2018 New Revision: 471692 URL: https://svnweb.freebsd.org/changeset/ports/471692 Log: Add LICENSE - Fix and update WWW Modified: head/sysutils/p5-Unix-Syslog/Makefile head/sysutils/p5-Unix-Syslog/pkg-descr Modified: head/sysutils/p5-Unix-Syslog/Makefile ============================================================================== --- head/sysutils/p5-Unix-Syslog/Makefile Mon Jun 4 18:15:30 2018 (r471691) +++ head/sysutils/p5-Unix-Syslog/Makefile Mon Jun 4 18:15:36 2018 (r471692) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to the UNIX syslog(3) calls +LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/Artistic + USES= perl5 USE_PERL5= configure Modified: head/sysutils/p5-Unix-Syslog/pkg-descr ============================================================================== --- head/sysutils/p5-Unix-Syslog/pkg-descr Mon Jun 4 18:15:30 2018 (r471691) +++ head/sysutils/p5-Unix-Syslog/pkg-descr Mon Jun 4 18:15:36 2018 (r471692) @@ -3,4 +3,4 @@ XSUBs. The implementation attempts to resemble the nat your system, so that anyone being familiar with syslog.h should be able to use this module right away. -WWW: http://search.cpan.org/dist/Syslog/ +WWW: https://metacpan.org/release/Unix-Syslog From owner-svn-ports-all@freebsd.org Mon Jun 4 18:15:51 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA23EFDD2A9; Mon, 4 Jun 2018 18:15:50 +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 7A10E7BF8F; Mon, 4 Jun 2018 18:15: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 5C5AE10FCF; Mon, 4 Jun 2018 18:15:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IFiRY077497; Mon, 4 Jun 2018 18:15:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IFiSK077496; Mon, 4 Jun 2018 18:15:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041815.w54IFiSK077496@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:15:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471693 - head/sysutils/p5-arclog X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/sysutils/p5-arclog X-SVN-Commit-Revision: 471693 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:15:51 -0000 Author: sunpoet Date: Mon Jun 4 18:15:43 2018 New Revision: 471693 URL: https://svnweb.freebsd.org/changeset/ports/471693 Log: Add LICENSE - Sort *_DEPENDS - Update WWW Modified: head/sysutils/p5-arclog/Makefile head/sysutils/p5-arclog/pkg-descr Modified: head/sysutils/p5-arclog/Makefile ============================================================================== --- head/sysutils/p5-arclog/Makefile Mon Jun 4 18:15:36 2018 (r471692) +++ head/sysutils/p5-arclog/Makefile Mon Jun 4 18:15:43 2018 (r471693) @@ -11,11 +11,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Archive the log files monthly -RUN_DEPENDS= p5-TimeDate>=0:devel/p5-TimeDate \ - p5-Compress-Bzip2>=0:archivers/p5-Compress-Bzip2 \ +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= p5-Compress-Bzip2>=0:archivers/p5-Compress-Bzip2 \ p5-File-MMagic>=0:devel/p5-File-MMagic \ - p5-Term-ReadKey>=0:devel/p5-Term-ReadKey -BUILD_DEPENDS:= ${RUN_DEPENDS} + p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \ + p5-TimeDate>=0:devel/p5-TimeDate +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure Modified: head/sysutils/p5-arclog/pkg-descr ============================================================================== --- head/sysutils/p5-arclog/pkg-descr Mon Jun 4 18:15:36 2018 (r471692) +++ head/sysutils/p5-arclog/pkg-descr Mon Jun 4 18:15:43 2018 (r471693) @@ -9,4 +9,4 @@ can log) in a format compatible with the Apache access ProFTPD, Pure-FTPd... etc., and arclog can archive their Apache-like log files, too. -WWW: http://search.cpan.org/dist/arclog/ +WWW: https://metacpan.org/release/IMACAT/arclog-3.04 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:15:55 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA10DFDD31B; Mon, 4 Jun 2018 18:15: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 4C1387BFED; Mon, 4 Jun 2018 18:15:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1011210FD1; Mon, 4 Jun 2018 18:15:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IFoDh077622; Mon, 4 Jun 2018 18:15:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IFoKr077620; Mon, 4 Jun 2018 18:15:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041815.w54IFoKr077620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:15:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471694 - head/sysutils/p5-reslog X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/sysutils/p5-reslog X-SVN-Commit-Revision: 471694 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:15:55 -0000 Author: sunpoet Date: Mon Jun 4 18:15:50 2018 New Revision: 471694 URL: https://svnweb.freebsd.org/changeset/ports/471694 Log: Add LICENSE - Update WWW Modified: head/sysutils/p5-reslog/Makefile head/sysutils/p5-reslog/pkg-descr Modified: head/sysutils/p5-reslog/Makefile ============================================================================== --- head/sysutils/p5-reslog/Makefile Mon Jun 4 18:15:43 2018 (r471693) +++ head/sysutils/p5-reslog/Makefile Mon Jun 4 18:15:50 2018 (r471694) @@ -11,10 +11,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Reverse-resolve IP in Apache log files -RUN_DEPENDS= p5-Compress-Bzip2>=0:archivers/p5-Compress-Bzip2 \ +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= p5-Compress-Bzip2>=0:archivers/p5-Compress-Bzip2 \ p5-File-MMagic>=0:devel/p5-File-MMagic \ p5-Term-ReadKey>=0:devel/p5-Term-ReadKey -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure Modified: head/sysutils/p5-reslog/pkg-descr ============================================================================== --- head/sysutils/p5-reslog/pkg-descr Mon Jun 4 18:15:43 2018 (r471693) +++ head/sysutils/p5-reslog/pkg-descr Mon Jun 4 18:15:50 2018 (r471694) @@ -9,4 +9,4 @@ configured; may not be up working; may sit in slow net old slow machines; may have traffic jam... etc. All these reasons are out of our control. -WWW: http://search.cpan.org/dist/reslog/ +WWW: https://metacpan.org/release/IMACAT/reslog-3.16 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:16:06 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 949DEFDD3E1; Mon, 4 Jun 2018 18:16:06 +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 5F48C7C16C; Mon, 4 Jun 2018 18:15:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 469FD10FD2; Mon, 4 Jun 2018 18:15:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IFwjj077725; Mon, 4 Jun 2018 18:15:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IFvBp077723; Mon, 4 Jun 2018 18:15:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041815.w54IFvBp077723@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:15:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471695 - head/sysutils/savelogs X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/sysutils/savelogs X-SVN-Commit-Revision: 471695 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:16:06 -0000 Author: sunpoet Date: Mon Jun 4 18:15:57 2018 New Revision: 471695 URL: https://svnweb.freebsd.org/changeset/ports/471695 Log: Add LICENSE - Convert to options target helper - Update WWW Approved by: portmgr (blanket) Modified: head/sysutils/savelogs/Makefile head/sysutils/savelogs/pkg-descr Modified: head/sysutils/savelogs/Makefile ============================================================================== --- head/sysutils/savelogs/Makefile Mon Jun 4 18:15:50 2018 (r471694) +++ head/sysutils/savelogs/Makefile Mon Jun 4 18:15:57 2018 (r471695) @@ -11,6 +11,9 @@ MASTER_SITE_SUBDIR= CPAN:SCOTTW MAINTAINER= danilo@FreeBSD.org COMMENT= Save log files in a nice way +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure NO_ARCH= yes @@ -19,8 +22,12 @@ OPTIONS_DEFINE= DOCS EXAMPLES post-install: ${INSTALL_DATA} ${WRKSRC}/conf/savelogs.conf.sample ${STAGEDIR}${PREFIX}/etc/ + +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/FAQ ${STAGEDIR}${DOCSDIR} + +post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/conf/savelogs.conf.lint ${STAGEDIR}${EXAMPLESDIR} Modified: head/sysutils/savelogs/pkg-descr ============================================================================== --- head/sysutils/savelogs/pkg-descr Mon Jun 4 18:15:50 2018 (r471694) +++ head/sysutils/savelogs/pkg-descr Mon Jun 4 18:15:57 2018 (r471695) @@ -11,4 +11,4 @@ file but leave the tar file uncompressed, etc. You pic savelogs has many options yet retains a high degree of dwimitude. -WWW: http://search.cpan.org/dist/savelogs/ +WWW: https://metacpan.org/release/SCOTTW/savelogs-1.98 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:16:09 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFBC6FDD40D; Mon, 4 Jun 2018 18:16:08 +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 E71537C17F; Mon, 4 Jun 2018 18:16: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 C869210FD4; Mon, 4 Jun 2018 18:16: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 w54IG3r1077831; Mon, 4 Jun 2018 18:16:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IG3A0077830; Mon, 4 Jun 2018 18:16:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041816.w54IG3A0077830@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:16:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471696 - head/textproc/p5-HTML-Format X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/p5-HTML-Format X-SVN-Commit-Revision: 471696 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:16:09 -0000 Author: sunpoet Date: Mon Jun 4 18:16:03 2018 New Revision: 471696 URL: https://svnweb.freebsd.org/changeset/ports/471696 Log: Update WWW Modified: head/textproc/p5-HTML-Format/pkg-descr Modified: head/textproc/p5-HTML-Format/pkg-descr ============================================================================== --- head/textproc/p5-HTML-Format/pkg-descr Mon Jun 4 18:15:57 2018 (r471695) +++ head/textproc/p5-HTML-Format/pkg-descr Mon Jun 4 18:16:03 2018 (r471696) @@ -13,4 +13,4 @@ The modules present in this package are: HTML::FormatPS - Formatter that outputs PostScript code. -WWW: http://search.cpan.org/dist/HTML-Format/ +WWW: https://metacpan.org/release/NIGELM/HTML-Format-2.12 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:16:17 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5867EFDD456; Mon, 4 Jun 2018 18:16:17 +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 72FDC7C2B7; Mon, 4 Jun 2018 18:16:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 55B2310FD5; Mon, 4 Jun 2018 18:16:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IGA2A077932; Mon, 4 Jun 2018 18:16:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IGAjj077931; Mon, 4 Jun 2018 18:16:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041816.w54IGAjj077931@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:16:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471697 - head/textproc/p5-Marpa-HTML X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/p5-Marpa-HTML X-SVN-Commit-Revision: 471697 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:16:17 -0000 Author: sunpoet Date: Mon Jun 4 18:16:09 2018 New Revision: 471697 URL: https://svnweb.freebsd.org/changeset/ports/471697 Log: Fix and update WWW Modified: head/textproc/p5-Marpa-HTML/pkg-descr Modified: head/textproc/p5-Marpa-HTML/pkg-descr ============================================================================== --- head/textproc/p5-Marpa-HTML/pkg-descr Mon Jun 4 18:16:03 2018 (r471696) +++ head/textproc/p5-Marpa-HTML/pkg-descr Mon Jun 4 18:16:09 2018 (r471697) @@ -4,4 +4,4 @@ structure of an HTML document. Marpa::HTML is an extre Marpa::HTML does not reject any documents, no mater how poorly they fit the HTML standards. -WWW: http://search.cpan.org/dist/Marpa-HTML/ +WWW: https://metacpan.org/release/JKEGL/Marpa-HTML-0.112000 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:16:20 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 306DFFDD474; Mon, 4 Jun 2018 18:16: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 596247C320; Mon, 4 Jun 2018 18:16:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 39B2610FD6; Mon, 4 Jun 2018 18:16:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IGGic078037; Mon, 4 Jun 2018 18:16:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IGGcp078036; Mon, 4 Jun 2018 18:16:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041816.w54IGGcp078036@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:16:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471698 - head/textproc/p5-Plucene-Analysis-CJKAnalyzer X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/p5-Plucene-Analysis-CJKAnalyzer X-SVN-Commit-Revision: 471698 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:16:20 -0000 Author: sunpoet Date: Mon Jun 4 18:16:15 2018 New Revision: 471698 URL: https://svnweb.freebsd.org/changeset/ports/471698 Log: Fix and update WWW Modified: head/textproc/p5-Plucene-Analysis-CJKAnalyzer/pkg-descr Modified: head/textproc/p5-Plucene-Analysis-CJKAnalyzer/pkg-descr ============================================================================== --- head/textproc/p5-Plucene-Analysis-CJKAnalyzer/pkg-descr Mon Jun 4 18:16:09 2018 (r471697) +++ head/textproc/p5-Plucene-Analysis-CJKAnalyzer/pkg-descr Mon Jun 4 18:16:15 2018 (r471698) @@ -2,4 +2,4 @@ This is a text analyzer for analyzing CJK texts. Pluce texts natively. This module encodes terms in MIME::Base64 format to get around this problem. Texts are assumbed to be in UTF-8 encoding. -WWW: http://search.cpan.org/dist/Plucene-Analysis-CJKAnalyzer/ +WWW: https://metacpan.org/release/XERN/Plucene-Analysis-CJKAnalyzer-0.02 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:16:27 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 938C4FDD4F2; Mon, 4 Jun 2018 18:16:27 +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 766027C43A; Mon, 4 Jun 2018 18:16: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 E603A10FD7; Mon, 4 Jun 2018 18:16: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 w54IGMNd078160; Mon, 4 Jun 2018 18:16:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IGMoY078159; Mon, 4 Jun 2018 18:16:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041816.w54IGMoY078159@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:16:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471699 - head/textproc/p5-Text-Chomp X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/p5-Text-Chomp X-SVN-Commit-Revision: 471699 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:16:27 -0000 Author: sunpoet Date: Mon Jun 4 18:16:22 2018 New Revision: 471699 URL: https://svnweb.freebsd.org/changeset/ports/471699 Log: Add LICENSE - Fix and update WWW Modified: head/textproc/p5-Text-Chomp/Makefile head/textproc/p5-Text-Chomp/pkg-descr Modified: head/textproc/p5-Text-Chomp/Makefile ============================================================================== --- head/textproc/p5-Text-Chomp/Makefile Mon Jun 4 18:16:15 2018 (r471698) +++ head/textproc/p5-Text-Chomp/Makefile Mon Jun 4 18:16:22 2018 (r471699) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Module implementing a portable chomp +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure Modified: head/textproc/p5-Text-Chomp/pkg-descr ============================================================================== --- head/textproc/p5-Text-Chomp/pkg-descr Mon Jun 4 18:16:15 2018 (r471698) +++ head/textproc/p5-Text-Chomp/pkg-descr Mon Jun 4 18:16:22 2018 (r471699) @@ -4,4 +4,4 @@ line separators. The regular chomp() works only on the value in $/, which can be difficult if working in multi-platform environments. -WWW: http://search.cpan.org/dist/Text-Chomp/ +WWW: https://metacpan.org/release/SMPETERS/Text-Chomp-0.02 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:16:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F312FDD561; Mon, 4 Jun 2018 18:16:33 +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 02D0B7C555; Mon, 4 Jun 2018 18:16: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 ABFAD10FD8; Mon, 4 Jun 2018 18:16:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IGSk2078283; Mon, 4 Jun 2018 18:16:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IGSDp078281; Mon, 4 Jun 2018 18:16:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041816.w54IGSDp078281@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:16:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471700 - head/textproc/p5-Text-Highlight X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/p5-Text-Highlight X-SVN-Commit-Revision: 471700 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:16:33 -0000 Author: sunpoet Date: Mon Jun 4 18:16:28 2018 New Revision: 471700 URL: https://svnweb.freebsd.org/changeset/ports/471700 Log: Add LICENSE - Fix and update WWW Modified: head/textproc/p5-Text-Highlight/Makefile head/textproc/p5-Text-Highlight/pkg-descr Modified: head/textproc/p5-Text-Highlight/Makefile ============================================================================== --- head/textproc/p5-Text-Highlight/Makefile Mon Jun 4 18:16:22 2018 (r471699) +++ head/textproc/p5-Text-Highlight/Makefile Mon Jun 4 18:16:28 2018 (r471700) @@ -13,6 +13,9 @@ DISTNAME= text-highlight-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Syntax highlighting framework +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure Modified: head/textproc/p5-Text-Highlight/pkg-descr ============================================================================== --- head/textproc/p5-Text-Highlight/pkg-descr Mon Jun 4 18:16:22 2018 (r471699) +++ head/textproc/p5-Text-Highlight/pkg-descr Mon Jun 4 18:16:28 2018 (r471700) @@ -5,4 +5,4 @@ in HTML, terminal escapes for an ANSI-capable display, on an online forum. Bundled support includes C/C++, CSS, HTML, Java, Perl, PHP and SQL. -WWW: http://search.cpan.org/dist/Text-Highlight/ +WWW: https://metacpan.org/release/ICRF/text-highlight-0.04 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:16:38 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E386AFDD5F3; Mon, 4 Jun 2018 18:16: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 5680A7C665; Mon, 4 Jun 2018 18:16: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 5795510FD9; Mon, 4 Jun 2018 18:16: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 w54IGZgd078388; Mon, 4 Jun 2018 18:16:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IGZ7f078387; Mon, 4 Jun 2018 18:16:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041816.w54IGZ7f078387@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:16:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471701 - head/textproc/p5-WWW-Google-SiteMap X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/p5-WWW-Google-SiteMap X-SVN-Commit-Revision: 471701 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:16:38 -0000 Author: sunpoet Date: Mon Jun 4 18:16:34 2018 New Revision: 471701 URL: https://svnweb.freebsd.org/changeset/ports/471701 Log: Fix and update WWW Modified: head/textproc/p5-WWW-Google-SiteMap/pkg-descr Modified: head/textproc/p5-WWW-Google-SiteMap/pkg-descr ============================================================================== --- head/textproc/p5-WWW-Google-SiteMap/pkg-descr Mon Jun 4 18:16:28 2018 (r471700) +++ head/textproc/p5-WWW-Google-SiteMap/pkg-descr Mon Jun 4 18:16:34 2018 (r471701) @@ -5,4 +5,4 @@ may also contain additional information about those UR such as when they were last modified, how frequently they change, etc. -WWW: http://search.cpan.org/dist/WWW-Google-SiteMap/ +WWW: https://metacpan.org/release/JASONK/WWW-Google-SiteMap-1.10 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:16:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA28EFDD6A1; Mon, 4 Jun 2018 18:16:46 +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 08C6F7C7A6; Mon, 4 Jun 2018 18:16: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 9194010FDA; Mon, 4 Jun 2018 18:16:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IGflR078490; Mon, 4 Jun 2018 18:16:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IGfH0078489; Mon, 4 Jun 2018 18:16:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041816.w54IGfH0078489@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:16:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471702 - head/textproc/p5-XML-DOMHandler X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/p5-XML-DOMHandler X-SVN-Commit-Revision: 471702 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:16:47 -0000 Author: sunpoet Date: Mon Jun 4 18:16:41 2018 New Revision: 471702 URL: https://svnweb.freebsd.org/changeset/ports/471702 Log: Update WWW Modified: head/textproc/p5-XML-DOMHandler/pkg-descr Modified: head/textproc/p5-XML-DOMHandler/pkg-descr ============================================================================== --- head/textproc/p5-XML-DOMHandler/pkg-descr Mon Jun 4 18:16:34 2018 (r471701) +++ head/textproc/p5-XML-DOMHandler/pkg-descr Mon Jun 4 18:16:41 2018 (r471702) @@ -3,4 +3,4 @@ in a "push" style rather than "pull". Once the documen and you have a DOM object, you can call on the DOMHandler's traverse() method to apply a set of call-back routines to all the nodes in a tree. -WWW: http://search.cpan.org/dist/XML-DOMHandler-1.0/ +WWW: https://metacpan.org/release/XML-DOMHandler From owner-svn-ports-all@freebsd.org Mon Jun 4 18:16:49 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06CF9FDD6DF; Mon, 4 Jun 2018 18:16: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 47DC87C837; Mon, 4 Jun 2018 18:16:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2A01210FDB; Mon, 4 Jun 2018 18:16: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 w54IGlr4078591; Mon, 4 Jun 2018 18:16:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IGlDi078590; Mon, 4 Jun 2018 18:16:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041816.w54IGlDi078590@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:16:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471703 - head/textproc/p5-XML-Hash-LX X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/p5-XML-Hash-LX X-SVN-Commit-Revision: 471703 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:16:49 -0000 Author: sunpoet Date: Mon Jun 4 18:16:47 2018 New Revision: 471703 URL: https://svnweb.freebsd.org/changeset/ports/471703 Log: Add LICENSE - Add NO_ARCH - Fix and update WWW Approved by: portmgr (blanket) Modified: head/textproc/p5-XML-Hash-LX/Makefile head/textproc/p5-XML-Hash-LX/pkg-descr Modified: head/textproc/p5-XML-Hash-LX/Makefile ============================================================================== --- head/textproc/p5-XML-Hash-LX/Makefile Mon Jun 4 18:16:41 2018 (r471702) +++ head/textproc/p5-XML-Hash-LX/Makefile Mon Jun 4 18:16:47 2018 (r471703) @@ -11,10 +11,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= wen@FreeBSD.org COMMENT= Convert hash to xml and xml to hash using LibXML +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-lib-abs>=0.90:devel/p5-lib-abs \ p5-XML-LibXML>=0:textproc/p5-XML-LibXML RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/textproc/p5-XML-Hash-LX/pkg-descr ============================================================================== --- head/textproc/p5-XML-Hash-LX/pkg-descr Mon Jun 4 18:16:41 2018 (r471702) +++ head/textproc/p5-XML-Hash-LX/pkg-descr Mon Jun 4 18:16:47 2018 (r471703) @@ -7,4 +7,4 @@ of course much slower than XML::Bare. It is faster in composing than XML::Hash, but slower than XML::Simple. -WWW: http://http://search.cpan.org/dist/XML-Hash-LX/ +WWW: https://metacpan.org/release/XML-Hash-LX From owner-svn-ports-all@freebsd.org Mon Jun 4 18:16:57 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF7F4FDD767; Mon, 4 Jun 2018 18:16:57 +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 390AF7C958; Mon, 4 Jun 2018 18:16:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8B7E010FDC; Mon, 4 Jun 2018 18:16: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 w54IGrDu078683; Mon, 4 Jun 2018 18:16:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IGr4C078682; Mon, 4 Jun 2018 18:16:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041816.w54IGr4C078682@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:16:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471704 - head/textproc/p5-XML-Parser-Style-Elemental X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/p5-XML-Parser-Style-Elemental X-SVN-Commit-Revision: 471704 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:16:58 -0000 Author: sunpoet Date: Mon Jun 4 18:16:52 2018 New Revision: 471704 URL: https://svnweb.freebsd.org/changeset/ports/471704 Log: Update WWW Approved by: portmgr (blanket) Modified: head/textproc/p5-XML-Parser-Style-Elemental/pkg-descr Modified: head/textproc/p5-XML-Parser-Style-Elemental/pkg-descr ============================================================================== --- head/textproc/p5-XML-Parser-Style-Elemental/pkg-descr Mon Jun 4 18:16:47 2018 (r471703) +++ head/textproc/p5-XML-Parser-Style-Elemental/pkg-descr Mon Jun 4 18:16:52 2018 (r471704) @@ -1,4 +1,4 @@ This module is similar to the XML::Parser Objects style, but slightly more advanced and flexible. -WWW: http://search.cpan.org/dist/XML-Parser-Style-Elemental/ +WWW: https://metacpan.org/release/TIMA/XML-Parser-Style-Elemental-0.50 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:17:04 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 576B5FDD7C3; Mon, 4 Jun 2018 18:17: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 AC9077CA5D; Mon, 4 Jun 2018 18:16: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 52A9410FDD; Mon, 4 Jun 2018 18:16: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 w54IGxM6078786; Mon, 4 Jun 2018 18:16:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IGxwQ078785; Mon, 4 Jun 2018 18:16:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041816.w54IGxwQ078785@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:16:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471705 - head/www/p5-Apache-ASP X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-Apache-ASP X-SVN-Commit-Revision: 471705 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:17:04 -0000 Author: sunpoet Date: Mon Jun 4 18:16:58 2018 New Revision: 471705 URL: https://svnweb.freebsd.org/changeset/ports/471705 Log: Update WWW - Reformat pkg-descr - Update URLs - Remove unfetchable http://www.nodeworks.com/asp/ Modified: head/www/p5-Apache-ASP/pkg-descr Modified: head/www/p5-Apache-ASP/pkg-descr ============================================================================== --- head/www/p5-Apache-ASP/pkg-descr Mon Jun 4 18:16:52 2018 (r471704) +++ head/www/p5-Apache-ASP/pkg-descr Mon Jun 4 18:16:58 2018 (r471705) @@ -1,21 +1,19 @@ - This perl module provides an Active Server Pages port to the Apache HTTP - Server with perl as the host scripting language. Active Server Pages is - a web application platform that originated with the Microsoft IIS - server. Under Apache for both Win32 and Unix, it allows a developer to - create dynamic web applications with session management and perl code - embedded in static html files. +This perl module provides an Active Server Pages port to the Apache HTTP Server +with perl as the host scripting language. Active Server Pages is a web +application platform that originated with the Microsoft IIS server. Under Apache +for both Win32 and Unix, it allows a developer to create dynamic web +applications with session management and perl code embedded in static html +files. - This is a portable solution, similar to ActiveState PerlScript and MKS - PScript implementation of perl for IIS ASP. Work has been done and will - continue to make ports to and from these other implementations as smooth - as possible. +This is a portable solution, similar to ActiveState PerlScript and MKS PScript +implementation of perl for IIS ASP. Work has been done and will continue to make +ports to and from these other implementations as smooth as possible. - This module works under the Apache HTTP Server with the mod_perl module - enabled. See http://www.apache.org and http://perl.apache.org for - further information. +This module works under the Apache HTTP Server with the mod_perl module enabled. +See https://www.apache.org/ and https://perl.apache.org/ for further +information. - For database access, ActiveX, and scripting language issues, please read - the FAQ section. +For database access, ActiveX, and scripting language issues, please read the FAQ +section. -WWW: http://www.nodeworks.com/asp/ - http://search.cpan.org/dist/Apache-ASP/ +WWW: https://metacpan.org/release/Apache-ASP From owner-svn-ports-all@freebsd.org Mon Jun 4 18:17:10 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B461FDD80C; Mon, 4 Jun 2018 18:17:10 +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 353A67CB52; Mon, 4 Jun 2018 18:17:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0B02C10FDE; Mon, 4 Jun 2018 18:17:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IH6nU078929; Mon, 4 Jun 2018 18:17:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IH6Gc078927; Mon, 4 Jun 2018 18:17:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041817.w54IH6Gc078927@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:17:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471706 - head/www/p5-MediaWiki X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-MediaWiki X-SVN-Commit-Revision: 471706 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:17:10 -0000 Author: sunpoet Date: Mon Jun 4 18:17:06 2018 New Revision: 471706 URL: https://svnweb.freebsd.org/changeset/ports/471706 Log: Add LICENSE - Sort PLIST - Fix and update WWW Modified: head/www/p5-MediaWiki/Makefile head/www/p5-MediaWiki/pkg-descr head/www/p5-MediaWiki/pkg-plist Modified: head/www/p5-MediaWiki/Makefile ============================================================================== --- head/www/p5-MediaWiki/Makefile Mon Jun 4 18:16:58 2018 (r471705) +++ head/www/p5-MediaWiki/Makefile Mon Jun 4 18:17:06 2018 (r471706) @@ -12,6 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= OOP MediaWiki engine client +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Config-IniHash>=0:devel/p5-Config-IniHash \ p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/www/p5-MediaWiki/pkg-descr ============================================================================== --- head/www/p5-MediaWiki/pkg-descr Mon Jun 4 18:16:58 2018 (r471705) +++ head/www/p5-MediaWiki/pkg-descr Mon Jun 4 18:17:06 2018 (r471706) @@ -1,4 +1,4 @@ The MediaWiki module provides high-level interface to MediaWiki content management system. -WWW: http://search.cpan.org/dist/MediaWiki/ +WWW: https://metacpan.org/release/SPECTRUM/MediaWiki-1.13 Modified: head/www/p5-MediaWiki/pkg-plist ============================================================================== --- head/www/p5-MediaWiki/pkg-plist Mon Jun 4 18:16:58 2018 (r471705) +++ head/www/p5-MediaWiki/pkg-plist Mon Jun 4 18:17:06 2018 (r471706) @@ -1,3 +1,3 @@ -%%PERL5_MAN3%%/MediaWiki.3.gz %%SITE_PERL%%/MediaWiki.pm %%SITE_PERL%%/MediaWiki/page.pm +%%PERL5_MAN3%%/MediaWiki.3.gz From owner-svn-ports-all@freebsd.org Mon Jun 4 18:17:19 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44D70FDD863; Mon, 4 Jun 2018 18:17: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 950347CC3E; Mon, 4 Jun 2018 18:17: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 5D5FD10FDF; Mon, 4 Jun 2018 18:17:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IHEP1079052; Mon, 4 Jun 2018 18:17:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IHEkj079051; Mon, 4 Jun 2018 18:17:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041817.w54IHEkj079051@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:17:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471707 - head/www/p5-Newsletter X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-Newsletter X-SVN-Commit-Revision: 471707 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:17:19 -0000 Author: sunpoet Date: Mon Jun 4 18:17:13 2018 New Revision: 471707 URL: https://svnweb.freebsd.org/changeset/ports/471707 Log: Use real PORTVERSION - Sort *_DEPENDS - Fix and update WWW Modified: head/www/p5-Newsletter/Makefile head/www/p5-Newsletter/pkg-descr Modified: head/www/p5-Newsletter/Makefile ============================================================================== --- head/www/p5-Newsletter/Makefile Mon Jun 4 18:17:06 2018 (r471706) +++ head/www/p5-Newsletter/Makefile Mon Jun 4 18:17:13 2018 (r471707) @@ -2,13 +2,11 @@ # $FreeBSD$ PORTNAME= Newsletter -PORTVERSION= 0.03.3 -PORTREVISION= 1 +PORTVERSION= 0.033 CATEGORIES= www textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:KALELE PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Simple website based Newsletter interface @@ -16,9 +14,9 @@ COMMENT= Simple website based Newsletter interface LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-MIME-Explode>0:mail/p5-MIME-Explode \ - p5-MIME-Lite>0:mail/p5-MIME-Lite \ - p5-File-Type>0:devel/p5-File-Type +BUILD_DEPENDS= p5-File-Type>0:devel/p5-File-Type \ + p5-MIME-Explode>0:mail/p5-MIME-Explode \ + p5-MIME-Lite>0:mail/p5-MIME-Lite RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/www/p5-Newsletter/pkg-descr ============================================================================== --- head/www/p5-Newsletter/pkg-descr Mon Jun 4 18:17:06 2018 (r471706) +++ head/www/p5-Newsletter/pkg-descr Mon Jun 4 18:17:13 2018 (r471707) @@ -2,4 +2,4 @@ Newsletter - A Simple website based Newsletter interfa A list of functions that can be exported. You can delete this section if you don't export anything, such as for a purely object-oriented module. -WWW: http://search.cpan.org/dist/Newsletter/ +WWW: https://metacpan.org/release/KALELE/Newsletter-0.033 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:17:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5187CFDD8A9; Mon, 4 Jun 2018 18:17:24 +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 7E7677CD05; Mon, 4 Jun 2018 18:17:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5F5CE10FE0; Mon, 4 Jun 2018 18:17:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IHKLQ079155; Mon, 4 Jun 2018 18:17:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IHJUV079153; Mon, 4 Jun 2018 18:17:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041817.w54IHJUV079153@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:17:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471708 - head/www/p5-Plack-Server-POE X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-Plack-Server-POE X-SVN-Commit-Revision: 471708 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:17:24 -0000 Author: sunpoet Date: Mon Jun 4 18:17:19 2018 New Revision: 471708 URL: https://svnweb.freebsd.org/changeset/ports/471708 Log: Add LICENSE - Update WWW Approved by: portmgr (blanket) Modified: head/www/p5-Plack-Server-POE/Makefile head/www/p5-Plack-Server-POE/pkg-descr Modified: head/www/p5-Plack-Server-POE/Makefile ============================================================================== --- head/www/p5-Plack-Server-POE/Makefile Mon Jun 4 18:17:13 2018 (r471707) +++ head/www/p5-Plack-Server-POE/Makefile Mon Jun 4 18:17:19 2018 (r471708) @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for Plack Server implementation for POE +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + RUN_DEPENDS= \ p5-Plack>0:www/p5-Plack \ p5-libwww>0:www/p5-libwww \ Modified: head/www/p5-Plack-Server-POE/pkg-descr ============================================================================== --- head/www/p5-Plack-Server-POE/pkg-descr Mon Jun 4 18:17:13 2018 (r471707) +++ head/www/p5-Plack-Server-POE/pkg-descr Mon Jun 4 18:17:19 2018 (r471708) @@ -1,3 +1,3 @@ Plack Server implementation for POE. -WWW: http://search.cpan.org/dist/Plack-Server-POE/ +WWW: https://metacpan.org/release/FRODWITH/Plack-Server-POE-0.4 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:17:30 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C154FDD8EC; Mon, 4 Jun 2018 18:17: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 4E3787CDE7; Mon, 4 Jun 2018 18:17:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D867010FE1; Mon, 4 Jun 2018 18:17:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IHQgj079257; Mon, 4 Jun 2018 18:17:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IHQkR079254; Mon, 4 Jun 2018 18:17:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041817.w54IHQkR079254@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:17:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471709 - head/www/p5-Plack-Server-ReverseHTTP X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-Plack-Server-ReverseHTTP X-SVN-Commit-Revision: 471709 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:17:30 -0000 Author: sunpoet Date: Mon Jun 4 18:17:26 2018 New Revision: 471709 URL: https://svnweb.freebsd.org/changeset/ports/471709 Log: Add LICENSE - Update WWW Approved by: portmgr (blanket) Modified: head/www/p5-Plack-Server-ReverseHTTP/Makefile head/www/p5-Plack-Server-ReverseHTTP/pkg-descr Modified: head/www/p5-Plack-Server-ReverseHTTP/Makefile ============================================================================== --- head/www/p5-Plack-Server-ReverseHTTP/Makefile Mon Jun 4 18:17:19 2018 (r471708) +++ head/www/p5-Plack-Server-ReverseHTTP/Makefile Mon Jun 4 18:17:26 2018 (r471709) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension of reversehttp gateway for PSGI application +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + RUN_DEPENDS= \ p5-AnyEvent>0:devel/p5-AnyEvent \ p5-AnyEvent-ReverseHTTP>0:www/p5-AnyEvent-ReverseHTTP \ Modified: head/www/p5-Plack-Server-ReverseHTTP/pkg-descr ============================================================================== --- head/www/p5-Plack-Server-ReverseHTTP/pkg-descr Mon Jun 4 18:17:19 2018 (r471708) +++ head/www/p5-Plack-Server-ReverseHTTP/pkg-descr Mon Jun 4 18:17:26 2018 (r471709) @@ -1,3 +1,3 @@ A reversehttp gateway for PSGI application. -WWW: http://search.cpan.org/dist/Plack-Server-ReverseHTTP/ +WWW: https://metacpan.org/release/MIYAGAWA/Plack-Server-ReverseHTTP-0.02 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:17:34 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ADD06FDD92E; Mon, 4 Jun 2018 18:17:34 +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 A62157CEBB; Mon, 4 Jun 2018 18:17:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6A4F710FE2; Mon, 4 Jun 2018 18:17: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 w54IHX7h079378; Mon, 4 Jun 2018 18:17:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IHXOH079376; Mon, 4 Jun 2018 18:17:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041817.w54IHXOH079376@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:17:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471710 - head/www/p5-Template-Plugin-FillInForm X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-Template-Plugin-FillInForm X-SVN-Commit-Revision: 471710 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:17:35 -0000 Author: sunpoet Date: Mon Jun 4 18:17:32 2018 New Revision: 471710 URL: https://svnweb.freebsd.org/changeset/ports/471710 Log: Add LICENSE - Sort *_DEPENDS - Add NO_ARCH - Update WWW Modified: head/www/p5-Template-Plugin-FillInForm/Makefile head/www/p5-Template-Plugin-FillInForm/pkg-descr Modified: head/www/p5-Template-Plugin-FillInForm/Makefile ============================================================================== --- head/www/p5-Template-Plugin-FillInForm/Makefile Mon Jun 4 18:17:26 2018 (r471709) +++ head/www/p5-Template-Plugin-FillInForm/Makefile Mon Jun 4 18:17:32 2018 (r471710) @@ -11,10 +11,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Template::Plugin::FillInForm - TT plugin for HTML::FillInForm -RUN_DEPENDS= p5-HTML-FillInForm>=0:www/p5-HTML-FillInForm \ +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-HTML-FillInForm>=0:www/p5-HTML-FillInForm \ p5-Template-Toolkit>=0:www/p5-Template-Toolkit -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-Template-Plugin-FillInForm/pkg-descr ============================================================================== --- head/www/p5-Template-Plugin-FillInForm/pkg-descr Mon Jun 4 18:17:26 2018 (r471709) +++ head/www/p5-Template-Plugin-FillInForm/pkg-descr Mon Jun 4 18:17:32 2018 (r471710) @@ -1,4 +1,4 @@ Template::Plugin::FillInForm is a plugin for TT, which allows you to make your HTML form sticky using HTML::FillInForm. -WWW: http://search.cpan.org/dist/Template-Plugin-FillInForm +WWW: https://metacpan.org/release/Template-Plugin-FillInForm From owner-svn-ports-all@freebsd.org Mon Jun 4 18:17:41 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D74B1FDD9A1; Mon, 4 Jun 2018 18:17:41 +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 B36DA7CFB0; Mon, 4 Jun 2018 18:17: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 8584310FE3; Mon, 4 Jun 2018 18:17:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IHdP2079470; Mon, 4 Jun 2018 18:17:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IHd0U079469; Mon, 4 Jun 2018 18:17:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041817.w54IHd0U079469@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:17:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471711 - head/www/p5-VUser-Google-ProvisioningAPI X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-VUser-Google-ProvisioningAPI X-SVN-Commit-Revision: 471711 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:17:42 -0000 Author: sunpoet Date: Mon Jun 4 18:17:38 2018 New Revision: 471711 URL: https://svnweb.freebsd.org/changeset/ports/471711 Log: Update WWW Approved by: portmgr (blanket) Modified: head/www/p5-VUser-Google-ProvisioningAPI/pkg-descr Modified: head/www/p5-VUser-Google-ProvisioningAPI/pkg-descr ============================================================================== --- head/www/p5-VUser-Google-ProvisioningAPI/pkg-descr Mon Jun 4 18:17:32 2018 (r471710) +++ head/www/p5-VUser-Google-ProvisioningAPI/pkg-descr Mon Jun 4 18:17:38 2018 (r471711) @@ -2,4 +2,4 @@ VUser::Google::ProvisioningAPI provides a simple inter for Your Domain Provisioning API. It uses the LWP::UserAgent module for the HTTP transport, and the HTTP::Request module for the HTTP request and response. -WWW: http://search.cpan.org/dist/VUser-Google-ProvisioningAPI/ +WWW: https://metacpan.org/release/RSMITH/VUser-Google-ProvisioningAPI-0.24 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:17:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02E38FDD9DC; Mon, 4 Jun 2018 18:17:47 +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 005007D056; Mon, 4 Jun 2018 18:17: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 D67C510FE4; Mon, 4 Jun 2018 18:17: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 w54IHjdo079593; Mon, 4 Jun 2018 18:17:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IHj9e079592; Mon, 4 Jun 2018 18:17:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041817.w54IHj9e079592@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:17:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471712 - head/www/p5-WWW-DHL X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-WWW-DHL X-SVN-Commit-Revision: 471712 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:17:47 -0000 Author: sunpoet Date: Mon Jun 4 18:17:45 2018 New Revision: 471712 URL: https://svnweb.freebsd.org/changeset/ports/471712 Log: Add LICENSE - Fix and update WWW Modified: head/www/p5-WWW-DHL/Makefile head/www/p5-WWW-DHL/pkg-descr Modified: head/www/p5-WWW-DHL/Makefile ============================================================================== --- head/www/p5-WWW-DHL/Makefile Mon Jun 4 18:17:38 2018 (r471711) +++ head/www/p5-WWW-DHL/Makefile Mon Jun 4 18:17:45 2018 (r471712) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for the DHL online tracking service +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser \ p5-HTML-TokeParser-Simple>=0:www/p5-HTML-TokeParser-Simple \ p5-libwww>=0:www/p5-libwww Modified: head/www/p5-WWW-DHL/pkg-descr ============================================================================== --- head/www/p5-WWW-DHL/pkg-descr Mon Jun 4 18:17:38 2018 (r471711) +++ head/www/p5-WWW-DHL/pkg-descr Mon Jun 4 18:17:45 2018 (r471712) @@ -3,4 +3,4 @@ DHL website. For privacy issues please consider the we note: This module is still some kind of alpha, because there are many different pages on the DHL website. -WWW: http://search.cpan.org/dist/WWW-DHL/ +WWW: https://metacpan.org/release/SEPP/WWW-DHL-0.03 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:17:53 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58D96FDDA36; Mon, 4 Jun 2018 18:17:53 +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 A5D317D158; Mon, 4 Jun 2018 18:17:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7073610FE5; Mon, 4 Jun 2018 18:17:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IHq5E079712; Mon, 4 Jun 2018 18:17:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IHqOK079710; Mon, 4 Jun 2018 18:17:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041817.w54IHqOK079710@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:17:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471713 - head/www/p5-WWW-GitHub-Gist X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-WWW-GitHub-Gist X-SVN-Commit-Revision: 471713 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:17:53 -0000 Author: sunpoet Date: Mon Jun 4 18:17:51 2018 New Revision: 471713 URL: https://svnweb.freebsd.org/changeset/ports/471713 Log: Sort PLIST - Fix and update WWW Modified: head/www/p5-WWW-GitHub-Gist/pkg-descr head/www/p5-WWW-GitHub-Gist/pkg-plist Modified: head/www/p5-WWW-GitHub-Gist/pkg-descr ============================================================================== --- head/www/p5-WWW-GitHub-Gist/pkg-descr Mon Jun 4 18:17:45 2018 (r471712) +++ head/www/p5-WWW-GitHub-Gist/pkg-descr Mon Jun 4 18:17:51 2018 (r471713) @@ -1,3 +1,3 @@ Perl interface to Gist. -WWW: http://search.cpan.org/dist/WWW-GitHub-Gist/ +WWW: https://metacpan.org/release/ALEXBIO/WWW-GitHub-Gist-0.17 Modified: head/www/p5-WWW-GitHub-Gist/pkg-plist ============================================================================== --- head/www/p5-WWW-GitHub-Gist/pkg-plist Mon Jun 4 18:17:45 2018 (r471712) +++ head/www/p5-WWW-GitHub-Gist/pkg-plist Mon Jun 4 18:17:51 2018 (r471713) @@ -1,4 +1,4 @@ -%%PERL5_MAN3%%/WWW::GitHub::Gist.3.gz -%%PERL5_MAN3%%/WWW::GitHub::Gist::v3.3.gz %%SITE_PERL%%/WWW/GitHub/Gist.pm %%SITE_PERL%%/WWW/GitHub/Gist/v3.pm +%%PERL5_MAN3%%/WWW::GitHub::Gist.3.gz +%%PERL5_MAN3%%/WWW::GitHub::Gist::v3.3.gz From owner-svn-ports-all@freebsd.org Mon Jun 4 18:18:00 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77FE8FDDAA6; Mon, 4 Jun 2018 18:18:00 +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 86AD27D21B; Mon, 4 Jun 2018 18:17: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 694C110FE6; Mon, 4 Jun 2018 18:17: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 w54IHxhg079815; Mon, 4 Jun 2018 18:17:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IHxcI079814; Mon, 4 Jun 2018 18:17:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041817.w54IHxcI079814@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:17:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471714 - head/www/p5-WWW-Google-Video X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-WWW-Google-Video X-SVN-Commit-Revision: 471714 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:18:00 -0000 Author: sunpoet Date: Mon Jun 4 18:17:58 2018 New Revision: 471714 URL: https://svnweb.freebsd.org/changeset/ports/471714 Log: Add LICENSE - Fix and update WWW Approved by: portmgr (blanket) Modified: head/www/p5-WWW-Google-Video/Makefile head/www/p5-WWW-Google-Video/pkg-descr Modified: head/www/p5-WWW-Google-Video/Makefile ============================================================================== --- head/www/p5-WWW-Google-Video/Makefile Mon Jun 4 18:17:51 2018 (r471713) +++ head/www/p5-WWW-Google-Video/Makefile Mon Jun 4 18:17:58 2018 (r471714) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= snowfly@yuntech.edu.tw COMMENT= Interface to fetch the Google Video Information +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/www/p5-WWW-Google-Video/pkg-descr ============================================================================== --- head/www/p5-WWW-Google-Video/pkg-descr Mon Jun 4 18:17:51 2018 (r471713) +++ head/www/p5-WWW-Google-Video/pkg-descr Mon Jun 4 18:17:58 2018 (r471714) @@ -3,4 +3,4 @@ Video Information. To use it, you should create WWW:: use its method fetch(), to fetch the information of Video. It uses LWP::Simple for making request to Google. -WWW: http://search.cpan.org/dist/WWW-Google-Video/ +WWW: https://metacpan.org/release/KENWU/WWW-Google-Video-0.4 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:18:09 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DD5FFDDB0A; Mon, 4 Jun 2018 18:18: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 B49117D349; Mon, 4 Jun 2018 18:18: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 143A110FE7; Mon, 4 Jun 2018 18:18: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 w54II5gW079922; Mon, 4 Jun 2018 18:18:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54II5Hr079921; Mon, 4 Jun 2018 18:18:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041818.w54II5Hr079921@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:18:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471715 - head/www/p5-WWW-HatenaStar X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-WWW-HatenaStar X-SVN-Commit-Revision: 471715 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:18:09 -0000 Author: sunpoet Date: Mon Jun 4 18:18:05 2018 New Revision: 471715 URL: https://svnweb.freebsd.org/changeset/ports/471715 Log: Add LICENSE - Add NO_ARCH - Fix and update WWW Approved by: portmgr (blanket) Modified: head/www/p5-WWW-HatenaStar/Makefile head/www/p5-WWW-HatenaStar/pkg-descr Modified: head/www/p5-WWW-HatenaStar/Makefile ============================================================================== --- head/www/p5-WWW-HatenaStar/Makefile Mon Jun 4 18:17:58 2018 (r471714) +++ head/www/p5-WWW-HatenaStar/Makefile Mon Jun 4 18:18:05 2018 (r471715) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= markun@onohara.to COMMENT= Perl interface to Hatena::Star +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ p5-YAML-Syck>=0:textproc/p5-YAML-Syck \ p5-URI>=0:net/p5-URI \ @@ -18,6 +21,7 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Acc p5-WWW-Mechanize>=0:www/p5-WWW-Mechanize RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-WWW-HatenaStar/pkg-descr ============================================================================== --- head/www/p5-WWW-HatenaStar/pkg-descr Mon Jun 4 18:17:58 2018 (r471714) +++ head/www/p5-WWW-HatenaStar/pkg-descr Mon Jun 4 18:18:05 2018 (r471715) @@ -1,3 +1,3 @@ WWW::HatenaStar is perl interface to Hatena::Star. -WWW: http://http://search.cpan.org/dist/WWW-HatenaStar/ +WWW: https://metacpan.org/release/WWW-HatenaStar From owner-svn-ports-all@freebsd.org Mon Jun 4 18:18:13 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 837A7FDDB5F; Mon, 4 Jun 2018 18:18:13 +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 28B767D3BB; Mon, 4 Jun 2018 18:18:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0AB6310FE8; Mon, 4 Jun 2018 18:18: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 w54IICPo080061; Mon, 4 Jun 2018 18:18:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IICxj080058; Mon, 4 Jun 2018 18:18:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041818.w54IICxj080058@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:18:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471716 - head/www/p5-WWW-Mechanize-GZip X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-WWW-Mechanize-GZip X-SVN-Commit-Revision: 471716 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:18:13 -0000 Author: sunpoet Date: Mon Jun 4 18:18:12 2018 New Revision: 471716 URL: https://svnweb.freebsd.org/changeset/ports/471716 Log: Add LICENSE - Sort PLIST - Fix and update WWW Modified: head/www/p5-WWW-Mechanize-GZip/Makefile head/www/p5-WWW-Mechanize-GZip/pkg-descr head/www/p5-WWW-Mechanize-GZip/pkg-plist Modified: head/www/p5-WWW-Mechanize-GZip/Makefile ============================================================================== --- head/www/p5-WWW-Mechanize-GZip/Makefile Mon Jun 4 18:18:05 2018 (r471715) +++ head/www/p5-WWW-Mechanize-GZip/Makefile Mon Jun 4 18:18:12 2018 (r471716) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Use WWW::Mechanize by requesting gzip-compression from the webserver +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-WWW-Mechanize>=0:www/p5-WWW-Mechanize RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/www/p5-WWW-Mechanize-GZip/pkg-descr ============================================================================== --- head/www/p5-WWW-Mechanize-GZip/pkg-descr Mon Jun 4 18:18:05 2018 (r471715) +++ head/www/p5-WWW-Mechanize-GZip/pkg-descr Mon Jun 4 18:18:12 2018 (r471716) @@ -12,4 +12,4 @@ gzip-compression, no decompression will be made. This modules is a direct subclass of WWW::Mechanize and will therefore support any methods provided by WWW::Mechanize. -WWW: http://search.cpan.org/dist/WWW-Mechanize-Gzip/ +WWW: https://metacpan.org/release/WWW-Mechanize-GZip Modified: head/www/p5-WWW-Mechanize-GZip/pkg-plist ============================================================================== --- head/www/p5-WWW-Mechanize-GZip/pkg-plist Mon Jun 4 18:18:05 2018 (r471715) +++ head/www/p5-WWW-Mechanize-GZip/pkg-plist Mon Jun 4 18:18:12 2018 (r471716) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/WWW::Mechanize::GZip.3.gz %%SITE_PERL%%/WWW/Mechanize/GZip.pm +%%PERL5_MAN3%%/WWW::Mechanize::GZip.3.gz From owner-svn-ports-all@freebsd.org Mon Jun 4 18:18:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17584FDDBD1; Mon, 4 Jun 2018 18:18:24 +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 A66187D537; Mon, 4 Jun 2018 18:18:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 68E7710FE9; Mon, 4 Jun 2018 18:18: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 w54IIJKv080162; Mon, 4 Jun 2018 18:18:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IIIn6080160; Mon, 4 Jun 2018 18:18:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041818.w54IIIn6080160@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:18:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471717 - head/www/p5-WWW-RobotRules-Parser X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-WWW-RobotRules-Parser X-SVN-Commit-Revision: 471717 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:18:24 -0000 Author: sunpoet Date: Mon Jun 4 18:18:18 2018 New Revision: 471717 URL: https://svnweb.freebsd.org/changeset/ports/471717 Log: Add LICENSE - Add NO_ARCH - Fix and update WWW Approved by: portmgr (blanket) Modified: head/www/p5-WWW-RobotRules-Parser/Makefile head/www/p5-WWW-RobotRules-Parser/pkg-descr Modified: head/www/p5-WWW-RobotRules-Parser/Makefile ============================================================================== --- head/www/p5-WWW-RobotRules-Parser/Makefile Mon Jun 4 18:18:12 2018 (r471716) +++ head/www/p5-WWW-RobotRules-Parser/Makefile Mon Jun 4 18:18:18 2018 (r471717) @@ -11,11 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= markun@onohara.to COMMENT= Just Parse robots.txt +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww \ p5-URI>=0:net/p5-URI RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \ p5-URI>=0:net/p5-URI +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-WWW-RobotRules-Parser/pkg-descr ============================================================================== --- head/www/p5-WWW-RobotRules-Parser/pkg-descr Mon Jun 4 18:18:12 2018 (r471716) +++ head/www/p5-WWW-RobotRules-Parser/pkg-descr Mon Jun 4 18:18:18 2018 (r471717) @@ -1,4 +1,4 @@ WWW::RobotRules::Parser allows you to simply parse robots.txt files as described in http://www.robotstxt.org/wc/norobots.html. -WWW: http://http://search.cpan.org/dist/WWW-RobotRules-Parser/ +WWW: https://metacpan.org/release/WWW-RobotRules-Parser From owner-svn-ports-all@freebsd.org Mon Jun 4 18:18:26 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65E7AFDDBE9; Mon, 4 Jun 2018 18:18: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 ED7937D583; Mon, 4 Jun 2018 18:18: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 CEFD710FEA; Mon, 4 Jun 2018 18:18:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IIPhB080264; Mon, 4 Jun 2018 18:18:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IIPbH080262; Mon, 4 Jun 2018 18:18:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041818.w54IIPbH080262@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:18:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471718 - head/www/p5-WWW-Shorten-KUSO X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-WWW-Shorten-KUSO X-SVN-Commit-Revision: 471718 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:18:26 -0000 Author: sunpoet Date: Mon Jun 4 18:18:25 2018 New Revision: 471718 URL: https://svnweb.freebsd.org/changeset/ports/471718 Log: Add LICENSE - Fix and update WWW Approved by: portmgr (blanket) Modified: head/www/p5-WWW-Shorten-KUSO/Makefile head/www/p5-WWW-Shorten-KUSO/pkg-descr Modified: head/www/p5-WWW-Shorten-KUSO/Makefile ============================================================================== --- head/www/p5-WWW-Shorten-KUSO/Makefile Mon Jun 4 18:18:18 2018 (r471717) +++ head/www/p5-WWW-Shorten-KUSO/Makefile Mon Jun 4 18:18:25 2018 (r471718) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= snowfly@yuntech.edu.tw COMMENT= Shorten URL using http://KUSO.CC/ +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-WWW-Shorten>=0:www/p5-WWW-Shorten RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/www/p5-WWW-Shorten-KUSO/pkg-descr ============================================================================== --- head/www/p5-WWW-Shorten-KUSO/pkg-descr Mon Jun 4 18:18:18 2018 (r471717) +++ head/www/p5-WWW-Shorten-KUSO/pkg-descr Mon Jun 4 18:18:25 2018 (r471718) @@ -1,3 +1,3 @@ WWW::Shorten::KUSO - Shorten URL using http://KUSO.CC/ -WWW: http://search.cpan.org/dist/WWW-Shorten-KUSO/ +WWW: https://metacpan.org/release/KENWU/WWW-Shorten-KUSO-0.3 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:18:34 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF2D3FDDC3D; Mon, 4 Jun 2018 18:18:33 +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 E93557D65B; Mon, 4 Jun 2018 18:18:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C76F910FEB; Mon, 4 Jun 2018 18:18:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IIWHs080367; Mon, 4 Jun 2018 18:18:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IIWXW080366; Mon, 4 Jun 2018 18:18:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041818.w54IIWXW080366@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:18:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471719 - head/www/p5-WWW-Shorten-isgd X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-WWW-Shorten-isgd X-SVN-Commit-Revision: 471719 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:18:34 -0000 Author: sunpoet Date: Mon Jun 4 18:18:32 2018 New Revision: 471719 URL: https://svnweb.freebsd.org/changeset/ports/471719 Log: Add LICENSE - Fix and update WWW Approved by: portmgr (blanket) Modified: head/www/p5-WWW-Shorten-isgd/Makefile head/www/p5-WWW-Shorten-isgd/pkg-descr Modified: head/www/p5-WWW-Shorten-isgd/Makefile ============================================================================== --- head/www/p5-WWW-Shorten-isgd/Makefile Mon Jun 4 18:18:25 2018 (r471718) +++ head/www/p5-WWW-Shorten-isgd/Makefile Mon Jun 4 18:18:32 2018 (r471719) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= culot@FreeBSD.org COMMENT= Abstract interface to is.gd, one of URL shortening sites +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-WWW-Shorten>=1.97:www/p5-WWW-Shorten RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/www/p5-WWW-Shorten-isgd/pkg-descr ============================================================================== --- head/www/p5-WWW-Shorten-isgd/pkg-descr Mon Jun 4 18:18:25 2018 (r471718) +++ head/www/p5-WWW-Shorten-isgd/pkg-descr Mon Jun 4 18:18:32 2018 (r471719) @@ -1,3 +1,3 @@ A Perl interface to is.gd, one of many URL shortening sites. -WWW: http://search.cpan.org/dist/WWW-Shorten-isgd/ +WWW: https://metacpan.org/release/BGILMORE/WWW-Shorten-isgd-0.02 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:18:42 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14D3AFDDCAB; Mon, 4 Jun 2018 18:18:42 +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 4C39B7D7BE; Mon, 4 Jun 2018 18:18:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 182A610FEC; Mon, 4 Jun 2018 18:18: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 w54IIdAn080490; Mon, 4 Jun 2018 18:18:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IIdqw080488; Mon, 4 Jun 2018 18:18:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041818.w54IIdqw080488@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:18:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471720 - head/www/p5-chklinks X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-chklinks X-SVN-Commit-Revision: 471720 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:18:42 -0000 Author: sunpoet Date: Mon Jun 4 18:18:39 2018 New Revision: 471720 URL: https://svnweb.freebsd.org/changeset/ports/471720 Log: Add LICENSE - Update WWW Modified: head/www/p5-chklinks/Makefile head/www/p5-chklinks/pkg-descr Modified: head/www/p5-chklinks/Makefile ============================================================================== --- head/www/p5-chklinks/Makefile Mon Jun 4 18:18:32 2018 (r471719) +++ head/www/p5-chklinks/Makefile Mon Jun 4 18:18:39 2018 (r471720) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Non-threaded Perl link checker +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser \ p5-libwww>=0:www/p5-libwww \ p5-URI>=0:net/p5-URI Modified: head/www/p5-chklinks/pkg-descr ============================================================================== --- head/www/p5-chklinks/pkg-descr Mon Jun 4 18:18:32 2018 (r471719) +++ head/www/p5-chklinks/pkg-descr Mon Jun 4 18:18:39 2018 (r471720) @@ -6,4 +6,4 @@ not raises many simultaneously connections for its job the resources and crash your system in a moment. This is certainly more desirable for most webmasters and users. -WWW: http://search.cpan.org/dist/chklinks/ +WWW: https://metacpan.org/release/IMACAT/chklinks-3.09 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:18:48 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FE75FDDCF6; Mon, 4 Jun 2018 18:18: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 6579E7D868; Mon, 4 Jun 2018 18:18:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B236510FED; Mon, 4 Jun 2018 18:18:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IIk13080613; Mon, 4 Jun 2018 18:18:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IIkS0080611; Mon, 4 Jun 2018 18:18:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806041818.w54IIkS0080611@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Jun 2018 18:18:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471721 - head/www/weblint++ X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/weblint++ X-SVN-Commit-Revision: 471721 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:18:48 -0000 Author: sunpoet Date: Mon Jun 4 18:18:46 2018 New Revision: 471721 URL: https://svnweb.freebsd.org/changeset/ports/471721 Log: Add LICENSE - Add NO_ARCH - Fix and update WWW Modified: head/www/weblint++/Makefile head/www/weblint++/pkg-descr Modified: head/www/weblint++/Makefile ============================================================================== --- head/www/weblint++/Makefile Mon Jun 4 18:18:39 2018 (r471720) +++ head/www/weblint++/Makefile Mon Jun 4 18:18:46 2018 (r471721) @@ -11,6 +11,9 @@ MASTER_SITE_SUBDIR= CPAN:BDFOY MAINTAINER= perl@FreeBSD.org COMMENT= HTML validator and sanity checker +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-ConfigReader-Simple>=1.15:devel/p5-ConfigReader-Simple \ p5-File-Find-Rule>0:devel/p5-File-Find-Rule \ p5-HTML-Lint>0:www/p5-HTML-Lint \ @@ -27,6 +30,7 @@ TEST_DEPENDS= p5-Test-Manifest>0.91:devel/p5-Test-Mani p5-Test-Pod>=0.90:devel/p5-Test-Pod \ p5-Test-File>0:devel/p5-Test-File +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/weblint++/pkg-descr ============================================================================== --- head/www/weblint++/pkg-descr Mon Jun 4 18:18:39 2018 (r471720) +++ head/www/weblint++/pkg-descr Mon Jun 4 18:18:46 2018 (r471721) @@ -2,4 +2,4 @@ Weblint is a syntax and minimal style checker for HTML picks fluff off html pages, much in the same way traditional lint picks fluff off C programs. -WWW: http://search.cpan.org/dist/weblint/ +WWW: https://metacpan.org/release/BDFOY/weblint++-1.15 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:52:38 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D70CFE1D29; Mon, 4 Jun 2018 18:52:38 +0000 (UTC) (envelope-from lwhsu@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 1EF377FBDE; Mon, 4 Jun 2018 18:52:38 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F40D511668; Mon, 4 Jun 2018 18:52:37 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54IqbVA000709; Mon, 4 Jun 2018 18:52:37 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54IqbN1000707; Mon, 4 Jun 2018 18:52:37 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201806041852.w54IqbN1000707@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Mon, 4 Jun 2018 18:52:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471722 - head/devel/jenkins X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/devel/jenkins X-SVN-Commit-Revision: 471722 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:52:38 -0000 Author: lwhsu Date: Mon Jun 4 18:52:37 2018 New Revision: 471722 URL: https://svnweb.freebsd.org/changeset/ports/471722 Log: - Update to 2.126 Modified: head/devel/jenkins/Makefile head/devel/jenkins/distinfo Modified: head/devel/jenkins/Makefile ============================================================================== --- head/devel/jenkins/Makefile Mon Jun 4 18:18:46 2018 (r471721) +++ head/devel/jenkins/Makefile Mon Jun 4 18:52:37 2018 (r471722) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 2.125 +PORTVERSION= 2.126 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: head/devel/jenkins/distinfo ============================================================================== --- head/devel/jenkins/distinfo Mon Jun 4 18:18:46 2018 (r471721) +++ head/devel/jenkins/distinfo Mon Jun 4 18:52:37 2018 (r471722) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527584087 -SHA256 (jenkins/2.125/jenkins.war) = 41ed68e0585221a859b836552c8f887a6d3c65ee68aa1d0d4463a4c0cf6391bc -SIZE (jenkins/2.125/jenkins.war) = 74768665 +TIMESTAMP = 1528138129 +SHA256 (jenkins/2.126/jenkins.war) = f834a8d1002f49191114021b88873829ee21bf343ff862ff142d16430f93eb82 +SIZE (jenkins/2.126/jenkins.war) = 74776000 From owner-svn-ports-all@freebsd.org Mon Jun 4 18:54:01 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 508D6FE200F; Mon, 4 Jun 2018 18:54:01 +0000 (UTC) (envelope-from eugen@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 EED977FD93; Mon, 4 Jun 2018 18:54:00 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 D067F1166F; Mon, 4 Jun 2018 18:54:00 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54Is0tx000880; Mon, 4 Jun 2018 18:54:00 GMT (envelope-from eugen@FreeBSD.org) Received: (from eugen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54Is0aU000878; Mon, 4 Jun 2018 18:54:00 GMT (envelope-from eugen@FreeBSD.org) Message-Id: <201806041854.w54Is0aU000878@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eugen set sender to eugen@FreeBSD.org using -f From: Eugene Grosbein Date: Mon, 4 Jun 2018 18:54:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471723 - head/sysutils/fusefs-webdavfs X-SVN-Group: ports-head X-SVN-Commit-Author: eugen X-SVN-Commit-Paths: head/sysutils/fusefs-webdavfs X-SVN-Commit-Revision: 471723 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:54:01 -0000 Author: eugen Date: Mon Jun 4 18:54:00 2018 New Revision: 471723 URL: https://svnweb.freebsd.org/changeset/ports/471723 Log: sysutils/fusefs-webdavfs: minor update * dont just check for apache, check for mod_dav as well; * catch up with latest commit to dependency https://github.com/bazil/fuse: ** Test coverage for Statfs (fs/serve_test.go). Modified: head/sysutils/fusefs-webdavfs/Makefile head/sysutils/fusefs-webdavfs/distinfo Modified: head/sysutils/fusefs-webdavfs/Makefile ============================================================================== --- head/sysutils/fusefs-webdavfs/Makefile Mon Jun 4 18:52:37 2018 (r471722) +++ head/sysutils/fusefs-webdavfs/Makefile Mon Jun 4 18:54:00 2018 (r471723) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fusefs-webdavfs -DISTVERSION= g20170810 +DISTVERSION= g20180413 CATEGORIES= sysutils MAINTAINER= eugen@FreeBSD.org @@ -14,16 +14,18 @@ LICENSE_FILE= ${WRKDIR}/fuse-${FUSE_GH_TAGNAME}/LICENS USE_GITHUB= yes GH_ACCOUNT= miquels GH_PROJECT= webdavfs -GH_TAGNAME= 0eec7b6 +GH_TAGNAME= c503b3c +# 2017-01-13 GETOPT_GH_ACCOUNT= pborman GETOPT_GH_PROJECT= getopt GETOPT_GH_TAGNAME= 7148bc3 GETOPT_WRKSRCDIR= ${GO_WRKSRC}/../src/github.com/${GETOPT_GH_ACCOUNT}/${GETOPT_GH_PROJECT} +# 2018-04-21 FUSE_GH_ACCOUNT= bazil FUSE_GH_PROJECT= fuse -FUSE_GH_TAGNAME= 371fbbd +FUSE_GH_TAGNAME= 65cc252 FUSE_WRKSRCDIR= ${GO_WRKSRC}/../src/bazil.org GH_ACCOUNT+= ${GETOPT_GH_ACCOUNT}:getopt ${FUSE_GH_ACCOUNT}:fuse Modified: head/sysutils/fusefs-webdavfs/distinfo ============================================================================== --- head/sysutils/fusefs-webdavfs/distinfo Mon Jun 4 18:52:37 2018 (r471722) +++ head/sysutils/fusefs-webdavfs/distinfo Mon Jun 4 18:54:00 2018 (r471723) @@ -1,7 +1,7 @@ -TIMESTAMP = 1520664992 -SHA256 (miquels-webdavfs-g20170810-0eec7b6_GH0.tar.gz) = c1bf96f05f4f97fea9a192b3dca43fe67e6989ac2ee024f6ed08e84d037bde04 -SIZE (miquels-webdavfs-g20170810-0eec7b6_GH0.tar.gz) = 19275 +TIMESTAMP = 1528138200 +SHA256 (miquels-webdavfs-g20180413-c503b3c_GH0.tar.gz) = 585eb08f0ca0ba74921bf09f989df64a4edbba4f4b7bd2ea1532f68e44a509c3 +SIZE (miquels-webdavfs-g20180413-c503b3c_GH0.tar.gz) = 19344 SHA256 (pborman-getopt-7148bc3_GH0.tar.gz) = 5828aab17ad7c149535cb87b5db6ca2b0bb1a9209e051bef00a3ac73809a4528 SIZE (pborman-getopt-7148bc3_GH0.tar.gz) = 37914 -SHA256 (bazil-fuse-371fbbd_GH0.tar.gz) = 799b6ef7f8458941ea4cfdc210764f3b3e7e90cdd19d7709889397f5fdc04864 -SIZE (bazil-fuse-371fbbd_GH0.tar.gz) = 187723 +SHA256 (bazil-fuse-65cc252_GH0.tar.gz) = bfff5537e4b9edd9cc757f9022fb3cb41574342bc82d7df3d1400b9d8764eae9 +SIZE (bazil-fuse-65cc252_GH0.tar.gz) = 187854 From owner-svn-ports-all@freebsd.org Mon Jun 4 20:10:23 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 999CAFEC276; Mon, 4 Jun 2018 20:10:23 +0000 (UTC) (envelope-from mfechner@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 4C1FB8378E; Mon, 4 Jun 2018 20:10:23 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 29ED01219D; Mon, 4 Jun 2018 20:10:23 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54KANWr035876; Mon, 4 Jun 2018 20:10:23 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54KAMtG035875; Mon, 4 Jun 2018 20:10:22 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201806042010.w54KAMtG035875@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 4 Jun 2018 20:10:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471724 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 471724 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 20:10:23 -0000 Author: mfechner Date: Mon Jun 4 20:10:22 2018 New Revision: 471724 URL: https://svnweb.freebsd.org/changeset/ports/471724 Log: Document new vulnerabilities in www/gitlab < 10.8.2 or < 10.7.5 or < 10.6.6. Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15635 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Jun 4 18:54:00 2018 (r471723) +++ head/security/vuxml/vuln.xml Mon Jun 4 20:10:22 2018 (r471724) @@ -101,6 +101,39 @@ Notes: + + Gitlab -- multiple vulnerabilities + + + gitlab + 10.8.010.8.2 + 10.7.010.7.5 + 1.010.6.6 + + + + +

GitLab reports:

+
+

Removing public deploy keys regression

+

Users can update their password without entering current password

+

Persistent XSS - Selecting users as allowed merge request approvers

+

Persistent XSS - Multiple locations of user selection drop downs

+

include directive in .gitlab-ci.yml allows SSRF requests

+

Permissions issue in Merge Requests Create Service

+

Arbitrary assignment of project fields using "Import project"

+
+ +
+ + https://about.gitlab.com/2018/05/29/security-release-gitlab-10-dot-8-dot-2-released/ + + + 2018-05-29 + 2018-05-31 + +
+ strongswan -- Fix Denial-of-Service Vulnerability strongSwan (CVE-2018-10811, CVE-2018-5388) From owner-svn-ports-all@freebsd.org Mon Jun 4 22:15:03 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 154BCFD5082; Mon, 4 Jun 2018 22:15:03 +0000 (UTC) (envelope-from tcberner@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 B8EE2699A8; Mon, 4 Jun 2018 22:15:02 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 9A06A1369E; Mon, 4 Jun 2018 22:15:02 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54MF2he014720; Mon, 4 Jun 2018 22:15:02 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54MF1xC014714; Mon, 4 Jun 2018 22:15:01 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201806042215.w54MF1xC014714@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Mon, 4 Jun 2018 22:15:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471725 - in head/devel: cmake cmake-doc cmake-gui X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/devel: cmake cmake-doc cmake-gui X-SVN-Commit-Revision: 471725 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 22:15:03 -0000 Author: tcberner Date: Mon Jun 4 22:15:01 2018 New Revision: 471725 URL: https://svnweb.freebsd.org/changeset/ports/471725 Log: Update devel/cmake to 3.11.3 PR: 228653 Exp-run by: antoine Modified: head/devel/cmake-doc/Makefile head/devel/cmake-gui/Makefile head/devel/cmake/Makefile head/devel/cmake/distinfo Modified: head/devel/cmake-doc/Makefile ============================================================================== --- head/devel/cmake-doc/Makefile Mon Jun 4 20:10:22 2018 (r471724) +++ head/devel/cmake-doc/Makefile Mon Jun 4 22:15:01 2018 (r471725) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cmake -DISTVERSION= 3.11.2 +DISTVERSION= 3.11.3 CATEGORIES= devel MASTER_SITES= https://www.cmake.org/files/v${PORTVERSION:R}/ PKGNAMESUFFIX= -doc Modified: head/devel/cmake-gui/Makefile ============================================================================== --- head/devel/cmake-gui/Makefile Mon Jun 4 20:10:22 2018 (r471724) +++ head/devel/cmake-gui/Makefile Mon Jun 4 22:15:01 2018 (r471725) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cmake -DISTVERSION= 3.11.2 +DISTVERSION= 3.11.3 CATEGORIES= devel MASTER_SITES= https://www.cmake.org/files/v${PORTVERSION:R}/ PKGNAMESUFFIX= -gui Modified: head/devel/cmake/Makefile ============================================================================== --- head/devel/cmake/Makefile Mon Jun 4 20:10:22 2018 (r471724) +++ head/devel/cmake/Makefile Mon Jun 4 22:15:01 2018 (r471725) @@ -3,7 +3,7 @@ PORTNAME= cmake # Remember to update devel/cmake-doc and devel/cmake-gui as well. -DISTVERSION= 3.11.2 +DISTVERSION= 3.11.3 CATEGORIES= devel MASTER_SITES= https://www.cmake.org/files/v${PORTVERSION:R}/ Modified: head/devel/cmake/distinfo ============================================================================== --- head/devel/cmake/distinfo Mon Jun 4 20:10:22 2018 (r471724) +++ head/devel/cmake/distinfo Mon Jun 4 22:15:01 2018 (r471725) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526582124 -SHA256 (cmake-3.11.2.tar.gz) = 5ebc22bbcf2b4c7a20c4190d42c084cf38680a85b1a7980a2f1d5b4a52bf5248 -SIZE (cmake-3.11.2.tar.gz) = 7953913 +TIMESTAMP = 1527800179 +SHA256 (cmake-3.11.3.tar.gz) = 287135b6beb7ffc1ccd02707271080bbf14c21d80c067ae2c0040e5f3508c39a +SIZE (cmake-3.11.3.tar.gz) = 7954155 From owner-svn-ports-all@freebsd.org Mon Jun 4 22:51:19 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1222EFDFB98; Mon, 4 Jun 2018 22:51:19 +0000 (UTC) (envelope-from linimon@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 B2FAD6B9BE; Mon, 4 Jun 2018 22:51:18 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 95C3813C9E; Mon, 4 Jun 2018 22:51:18 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54MpIOH032835; Mon, 4 Jun 2018 22:51:18 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54MpIiA032834; Mon, 4 Jun 2018 22:51:18 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201806042251.w54MpIiA032834@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 4 Jun 2018 22:51:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471726 - head/cad/sumo X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/cad/sumo X-SVN-Commit-Revision: 471726 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 22:51:19 -0000 Author: linimon Date: Mon Jun 4 22:51:18 2018 New Revision: 471726 URL: https://svnweb.freebsd.org/changeset/ports/471726 Log: Mark as broken on powerpc64. Although portlint complains about the new line, I don't see anything I can do about that. Approved by: portmgr (tier-2 blanket) Modified: head/cad/sumo/Makefile Modified: head/cad/sumo/Makefile ============================================================================== --- head/cad/sumo/Makefile Mon Jun 4 22:15:01 2018 (r471725) +++ head/cad/sumo/Makefile Mon Jun 4 22:51:18 2018 (r471726) @@ -12,6 +12,8 @@ COMMENT= Traffic simulation suite for road vehicles, p LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to configure: xerces-lib not found in /usr/local/lib + LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libFOX-1.6.so:x11-toolkits/fox16 \ libfreetype.so:print/freetype2 \ From owner-svn-ports-all@freebsd.org Mon Jun 4 22:58:17 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E1A1FE0EDB; Mon, 4 Jun 2018 22:58:17 +0000 (UTC) (envelope-from linimon@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 C2B756BFF3; Mon, 4 Jun 2018 22:58:16 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 9F1CD13D01; Mon, 4 Jun 2018 22:58:16 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54MwGWq034980; Mon, 4 Jun 2018 22:58:16 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54MwG4u034979; Mon, 4 Jun 2018 22:58:16 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201806042258.w54MwG4u034979@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 4 Jun 2018 22:58:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471727 - head/chinese/gcin X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/chinese/gcin X-SVN-Commit-Revision: 471727 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 22:58:17 -0000 Author: linimon Date: Mon Jun 4 22:58:16 2018 New Revision: 471727 URL: https://svnweb.freebsd.org/changeset/ports/471727 Log: Mark broken on powerpc64. Approved by: portmgr (tier-2 blanket) Modified: head/chinese/gcin/Makefile Modified: head/chinese/gcin/Makefile ============================================================================== --- head/chinese/gcin/Makefile Mon Jun 4 22:51:18 2018 (r471726) +++ head/chinese/gcin/Makefile Mon Jun 4 22:58:16 2018 (r471727) @@ -12,6 +12,8 @@ COMMENT= Traditional Chinese input utility in X LICENSE= LGPL21 +BROKEN_powerpc64= fails to build: gmake[3]: *** [Makefile:30: en-american] Error 255 + LIB_DEPENDS= libcurl.so:ftp/curl USES= gmake pkgconfig tar:xz From owner-svn-ports-all@freebsd.org Mon Jun 4 23:03:10 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5280EFE1B53; Mon, 4 Jun 2018 23:03:10 +0000 (UTC) (envelope-from linimon@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 080906C56F; Mon, 4 Jun 2018 23:03:10 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 DE03413E8B; Mon, 4 Jun 2018 23:03:09 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54N39te039839; Mon, 4 Jun 2018 23:03:09 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54N39p2039838; Mon, 4 Jun 2018 23:03:09 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201806042303.w54N39p2039838@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 4 Jun 2018 23:03:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471728 - head/comms/rxtx X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/comms/rxtx X-SVN-Commit-Revision: 471728 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 23:03:10 -0000 Author: linimon Date: Mon Jun 4 23:03:09 2018 New Revision: 471728 URL: https://svnweb.freebsd.org/changeset/ports/471728 Log: Fails the same way on powerpc64 as on arvmX. While here, mark as NOT_FOR mipsX. Approved by: portmgr (tier-2 blanket) Modified: head/comms/rxtx/Makefile Modified: head/comms/rxtx/Makefile ============================================================================== --- head/comms/rxtx/Makefile Mon Jun 4 22:58:16 2018 (r471727) +++ head/comms/rxtx/Makefile Mon Jun 4 23:03:09 2018 (r471728) @@ -17,6 +17,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_armv6= fails to link: librxtxParallel.so: No such file or directory BROKEN_armv7= fails to link: librxtxParallel.so: No such file or directory +BROKEN_powerpc64= fails to link: librxtxParallel.so: No such file or directory +NOT_FOR_ARCHS= mips mips64 +NOT_FOR_ARCHS_REASON= Java not available for this architecture USES= gmake libtool zip From owner-svn-ports-all@freebsd.org Mon Jun 4 23:09:16 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7331FE2963; Mon, 4 Jun 2018 23:09:16 +0000 (UTC) (envelope-from linimon@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 6E7FE6C9C5; Mon, 4 Jun 2018 23:09:16 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 45B5313E90; Mon, 4 Jun 2018 23:09:16 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54N9GSu040142; Mon, 4 Jun 2018 23:09:16 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54N9GFS040141; Mon, 4 Jun 2018 23:09:16 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201806042309.w54N9GFS040141@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 4 Jun 2018 23:09:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471729 - head/devel/arm-none-eabi-gcc X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/devel/arm-none-eabi-gcc X-SVN-Commit-Revision: 471729 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 23:09:17 -0000 Author: linimon Date: Mon Jun 4 23:09:15 2018 New Revision: 471729 URL: https://svnweb.freebsd.org/changeset/ports/471729 Log: Mark as broken on powerpc64. Approved by: portmgr (tier-2 blanket) Modified: head/devel/arm-none-eabi-gcc/Makefile Modified: head/devel/arm-none-eabi-gcc/Makefile ============================================================================== --- head/devel/arm-none-eabi-gcc/Makefile Mon Jun 4 23:03:09 2018 (r471728) +++ head/devel/arm-none-eabi-gcc/Makefile Mon Jun 4 23:09:15 2018 (r471729) @@ -16,6 +16,7 @@ CONFIGURE_ARGS= --disable-libstdcxx \ BROKEN_aarch64= fails to package BROKEN_mips= configure: error: cannot compute suffix of object files: cannot compile BROKEN_mips64= configure: error: cannot compute suffix of object files: cannot compile +BROKEN_powerpc64= fails to compile: include/longlong.h:286:52: internal compiler error: Segmentation fault MASTERDIR= ${.CURDIR}/../powerpc64-gcc From owner-svn-ports-all@freebsd.org Mon Jun 4 23:11:40 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8397FFE2F8A; Mon, 4 Jun 2018 23:11:40 +0000 (UTC) (envelope-from linimon@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 317346CC21; Mon, 4 Jun 2018 23:11:40 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 1317D13FDB; Mon, 4 Jun 2018 23:11:40 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54NBdSW040360; Mon, 4 Jun 2018 23:11:39 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54NBduB040359; Mon, 4 Jun 2018 23:11:39 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201806042311.w54NBduB040359@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 4 Jun 2018 23:11:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471730 - head/devel/critcl X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/devel/critcl X-SVN-Commit-Revision: 471730 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 23:11:40 -0000 Author: linimon Date: Mon Jun 4 23:11:39 2018 New Revision: 471730 URL: https://svnweb.freebsd.org/changeset/ports/471730 Log: Mark as broken on powerpc64: fails to package. Approved by: portmgr (tier-2 blanket) Modified: head/devel/critcl/Makefile Modified: head/devel/critcl/Makefile ============================================================================== --- head/devel/critcl/Makefile Mon Jun 4 23:09:15 2018 (r471729) +++ head/devel/critcl/Makefile Mon Jun 4 23:11:39 2018 (r471730) @@ -14,6 +14,8 @@ LICENSE_NAME= Tcl/Tk License LICENSE_FILE= ${WRKSRC}/license.terms LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN_powerpc64= fails to package: Unable to access file freebsd-powerpc64/md5c.so:No such file or directory + RUN_DEPENDS= ${LOCALBASE}/lib/Trf/pkgIndex.tcl:devel/tcl-trf \ ${LOCALBASE}/lib/tcllib/cmdline/pkgIndex.tcl:devel/tcllib From owner-svn-ports-all@freebsd.org Mon Jun 4 23:18:22 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F9CDFE3C79; Mon, 4 Jun 2018 23:18:22 +0000 (UTC) (envelope-from linimon@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 B98E66D1C4; Mon, 4 Jun 2018 23:18:21 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 9AB4A14020; Mon, 4 Jun 2018 23:18:21 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54NILpo045292; Mon, 4 Jun 2018 23:18:21 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54NILYW045291; Mon, 4 Jun 2018 23:18:21 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201806042318.w54NILYW045291@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 4 Jun 2018 23:18:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471731 - head/devel/directfb X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/devel/directfb X-SVN-Commit-Revision: 471731 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 23:18:22 -0000 Author: linimon Date: Mon Jun 4 23:18:21 2018 New Revision: 471731 URL: https://svnweb.freebsd.org/changeset/ports/471731 Log: Mark broken on powerpc64. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/devel/directfb/Makefile Modified: head/devel/directfb/Makefile ============================================================================== --- head/devel/directfb/Makefile Mon Jun 4 23:11:39 2018 (r471730) +++ head/devel/directfb/Makefile Mon Jun 4 23:18:21 2018 (r471731) @@ -12,6 +12,11 @@ COMMENT= Graphic development lightweight API LICENSE= LGPL21 +BROKEN_aarch64= fails to install: armasm_memcpy.h:No such file or directory +BROKEN_armv6= fails to compile: invokes x86 assembler +BROKEN_armv7= fails to compile: invokes x86 assembler +BROKEN_powerpc64= fails to install: include/directfb/direct/ppc_asm.h:No such file or directory + LIB_DEPENDS= libpng.so:graphics/png OPTIONS_DEFINE= FREETYPE X11 SDL UNIQUE TEST DOCS @@ -27,10 +32,6 @@ USES= cpe gmake jpeg libtool ncurses pathfix perl5 pk USE_LDCONFIG= yes USE_PERL5= build PORTDOCS= * - -BROKEN_aarch64= fails to install: armasm_memcpy.h:No such file or directory -BROKEN_armv6= fails to compile: invokes x86 assembler -BROKEN_armv7= fails to compile: invokes x86 assembler DIRECTFB_SHLIB= 6.0.11 # LT_BINARY.LT_AGE.LT_REVISION DIRECTFB_BIN= ${DIRECTFB_SHLIB:R:R} # LT_BINARY From owner-svn-ports-all@freebsd.org Mon Jun 4 23:29:06 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43887FE532E; Mon, 4 Jun 2018 23:29:06 +0000 (UTC) (envelope-from linimon@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 E96FE6D9D6; Mon, 4 Jun 2018 23:29:05 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 C6661141AE; Mon, 4 Jun 2018 23:29:05 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54NT50h050354; Mon, 4 Jun 2018 23:29:05 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54NT5qC050353; Mon, 4 Jun 2018 23:29:05 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201806042329.w54NT5qC050353@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 4 Jun 2018 23:29:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471732 - head/devel/py-jcc X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/devel/py-jcc X-SVN-Commit-Revision: 471732 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 23:29:06 -0000 Author: linimon Date: Mon Jun 4 23:29:05 2018 New Revision: 471732 URL: https://svnweb.freebsd.org/changeset/ports/471732 Log: Mark as broken on powerpc64. Approved by: portmgr (tier-2 blanket) Modified: head/devel/py-jcc/Makefile Modified: head/devel/py-jcc/Makefile ============================================================================== --- head/devel/py-jcc/Makefile Mon Jun 4 23:18:21 2018 (r471731) +++ head/devel/py-jcc/Makefile Mon Jun 4 23:29:05 2018 (r471732) @@ -16,6 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_armv6= fails to link: /nxb-bin/usr/bin/ld: cannot find -ljava BROKEN_armv7= fails to link: /nxb-bin/usr/bin/ld: cannot find -ljava +BROKEN_powerpc64= fails to link: /usr/bin/ld: cannot find -ljava +NOT_FOR_ARCHS= mips mips64 +NOT_FOR_ARCHS_REASON= Java not available for this architecture USES= python USE_PYTHON= distutils autoplist From owner-svn-ports-all@freebsd.org Mon Jun 4 23:31:15 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1DDAFE57A3; Mon, 4 Jun 2018 23:31:14 +0000 (UTC) (envelope-from linimon@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 B96FE6DBE6; Mon, 4 Jun 2018 23:31:14 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 9A4DB141FA; Mon, 4 Jun 2018 23:31:14 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54NVER6052120; Mon, 4 Jun 2018 23:31:14 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54NVE14052119; Mon, 4 Jun 2018 23:31:14 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201806042331.w54NVE14052119@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 4 Jun 2018 23:31:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471733 - head/devel/yaml-cpp03 X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/devel/yaml-cpp03 X-SVN-Commit-Revision: 471733 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 23:31:15 -0000 Author: linimon Date: Mon Jun 4 23:31:14 2018 New Revision: 471733 URL: https://svnweb.freebsd.org/changeset/ports/471733 Log: Mark as broken on powerpc64. Approved by: portmgr (tier-2 blanket) Modified: head/devel/yaml-cpp03/Makefile Modified: head/devel/yaml-cpp03/Makefile ============================================================================== --- head/devel/yaml-cpp03/Makefile Mon Jun 4 23:29:05 2018 (r471732) +++ head/devel/yaml-cpp03/Makefile Mon Jun 4 23:31:14 2018 (r471733) @@ -12,6 +12,8 @@ COMMENT= YAML parser and emitter in C++ matching the Y LICENSE= MIT +BROKEN_powerpc64= fails to build: ninja: build.ninja:386: bad $-escape (literal $ must be written as $$) + USES= cmake USE_LDCONFIG= yes CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON -DYAML_CPP_BUILD_TOOLS=0 From owner-svn-ports-all@freebsd.org Mon Jun 4 23:39:11 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1FAFFE677F; Mon, 4 Jun 2018 23:39:10 +0000 (UTC) (envelope-from jbeich@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 94E466E0E9; Mon, 4 Jun 2018 23:39:10 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5820F14364; Mon, 4 Jun 2018 23:39:10 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54NdAuM055420; Mon, 4 Jun 2018 23:39:10 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54Nd9eI055418; Mon, 4 Jun 2018 23:39:09 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201806042339.w54Nd9eI055418@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 4 Jun 2018 23:39:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471734 - in head/www/waterfox: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/www/waterfox: . files X-SVN-Commit-Revision: 471734 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 23:39:11 -0000 Author: jbeich Date: Mon Jun 4 23:39:09 2018 New Revision: 471734 URL: https://svnweb.freebsd.org/changeset/ports/471734 Log: www/waterfox: apply some FF61 fixes Added: head/www/waterfox/files/patch-bug1464784 (contents, props changed) head/www/waterfox/files/patch-bug1465686 (contents, props changed) Modified: head/www/waterfox/Makefile (contents, props changed) Modified: head/www/waterfox/Makefile ============================================================================== --- head/www/waterfox/Makefile Mon Jun 4 23:31:14 2018 (r471733) +++ head/www/waterfox/Makefile Mon Jun 4 23:39:09 2018 (r471734) @@ -3,7 +3,7 @@ PORTNAME= waterfox DISTVERSION= 56.2.0-31 DISTVERSIONSUFFIX= -gf435a827f82ac -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www ipv6 MAINTAINER= jbeich@FreeBSD.org Added: head/www/waterfox/files/patch-bug1464784 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/waterfox/files/patch-bug1464784 Mon Jun 4 23:39:09 2018 (r471734) @@ -0,0 +1,68 @@ +commit b175f5f2113b +Author: Boris Zbarsky +Date: Thu May 31 12:43:01 2018 -0400 + + Bug 1464784 - Hold a strong ref to the document in callers of ConvertNodesOrStringsIntoNode. r=smaug, a=abillings +--- + dom/base/nsINode.cpp | 20 ++++++++++---------- + 1 file changed, 10 insertions(+), 10 deletions(-) + +diff --git dom/base/nsINode.cpp dom/base/nsINode.cpp +index 3a649a61d0274..fbbf1efcb2dde 100644 +--- dom/base/nsINode.cpp ++++ dom/base/nsINode.cpp +@@ -1777,8 +1777,8 @@ nsINode::Before(const Sequence& aNodes, + nsCOMPtr viablePreviousSibling = + FindViablePreviousSibling(*this, aNodes); + +- nsCOMPtr node = +- ConvertNodesOrStringsIntoNode(aNodes, OwnerDoc(), aRv); ++ nsCOMPtr doc = OwnerDoc(); ++ nsCOMPtr node = ConvertNodesOrStringsIntoNode(aNodes, doc, aRv); + if (aRv.Failed()) { + return; + } +@@ -1800,8 +1800,8 @@ nsINode::After(const Sequence& aNodes, + + nsCOMPtr viableNextSibling = FindViableNextSibling(*this, aNodes); + +- nsCOMPtr node = +- ConvertNodesOrStringsIntoNode(aNodes, OwnerDoc(), aRv); ++ nsCOMPtr doc = OwnerDoc(); ++ nsCOMPtr node = ConvertNodesOrStringsIntoNode(aNodes, doc, aRv); + if (aRv.Failed()) { + return; + } +@@ -1820,8 +1820,8 @@ nsINode::ReplaceWith(const Sequence& aNodes, + + nsCOMPtr viableNextSibling = FindViableNextSibling(*this, aNodes); + +- nsCOMPtr node = +- ConvertNodesOrStringsIntoNode(aNodes, OwnerDoc(), aRv); ++ nsCOMPtr doc = OwnerDoc(); ++ nsCOMPtr node = ConvertNodesOrStringsIntoNode(aNodes, doc, aRv); + if (aRv.Failed()) { + return; + } +@@ -1880,8 +1880,8 @@ void + nsINode::Prepend(const Sequence& aNodes, + ErrorResult& aRv) + { +- nsCOMPtr node = +- ConvertNodesOrStringsIntoNode(aNodes, OwnerDoc(), aRv); ++ nsCOMPtr doc = OwnerDoc(); ++ nsCOMPtr node = ConvertNodesOrStringsIntoNode(aNodes, doc, aRv); + if (aRv.Failed()) { + return; + } +@@ -1894,8 +1894,8 @@ void + nsINode::Append(const Sequence& aNodes, + ErrorResult& aRv) + { +- nsCOMPtr node = +- ConvertNodesOrStringsIntoNode(aNodes, OwnerDoc(), aRv); ++ nsCOMPtr doc = OwnerDoc(); ++ nsCOMPtr node = ConvertNodesOrStringsIntoNode(aNodes, doc, aRv); + if (aRv.Failed()) { + return; + } Added: head/www/waterfox/files/patch-bug1465686 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/waterfox/files/patch-bug1465686 Mon Jun 4 23:39:09 2018 (r471734) @@ -0,0 +1,52 @@ +commit e963f75ef278 +Author: Lee Salzman +Date: Fri Jun 1 15:52:26 2018 -0400 + + Bug 1465686 - Validate SkArenaAlloc sizes. r=rhunt, a=RyanVM + + MozReview-Commit-ID: Cc4cxKeF4xn + + --HG-- + extra : source : 9019db1eaddb79dbfd1d4c357765599499eb02b4 +--- + gfx/skia/skia/src/core/SkArenaAlloc.h | 11 ++++++++--- + 1 file changed, 8 insertions(+), 3 deletions(-) + +diff --git gfx/skia/skia/src/core/SkArenaAlloc.h gfx/skia/skia/src/core/SkArenaAlloc.h +index c9e7274e63ded..b93054cff0177 100644 +--- gfx/skia/skia/src/core/SkArenaAlloc.h ++++ gfx/skia/skia/src/core/SkArenaAlloc.h +@@ -112,9 +112,14 @@ public: + return sk_sp(SkRef(this->make(std::forward(args)...))); + } + ++ uint32_t safeU32(size_t n) { ++ SkASSERT_RELEASE(SkTFitsIn(n)); ++ return uint32_t(n); ++ } ++ + template + T* makeArrayDefault(size_t count) { +- uint32_t safeCount = SkTo(count); ++ uint32_t safeCount = safeU32(count); + T* array = (T*)this->commonArrayAlloc(safeCount); + + // If T is primitive then no initialization takes place. +@@ -126,7 +131,7 @@ public: + + template + T* makeArray(size_t count) { +- uint32_t safeCount = SkTo(count); ++ uint32_t safeCount = safeU32(count); + T* array = (T*)this->commonArrayAlloc(safeCount); + + // If T is primitive then the memory is initialized. For example, an array of chars will +@@ -139,7 +144,7 @@ public: + + // Only use makeBytesAlignedTo if none of the typed variants are impractical to use. + void* makeBytesAlignedTo(size_t size, size_t align) { +- auto objStart = this->allocObject(SkTo(size), SkTo(align)); ++ auto objStart = this->allocObject(safeU32(size), safeU32(align)); + fCursor = objStart + size; + return objStart; + } From owner-svn-ports-all@freebsd.org Mon Jun 4 23:39:48 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 342DFFE68DD; Mon, 4 Jun 2018 23:39:48 +0000 (UTC) (envelope-from jbeich@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 D6BB86E1F6; Mon, 4 Jun 2018 23:39:47 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B802F14366; Mon, 4 Jun 2018 23:39:47 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54NdlSh055588; Mon, 4 Jun 2018 23:39:47 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54Ndl4L055585; Mon, 4 Jun 2018 23:39:47 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201806042339.w54Ndl4L055585@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 4 Jun 2018 23:39:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r471735 - in branches/2018Q2/www/waterfox: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2018Q2/www/waterfox: . files X-SVN-Commit-Revision: 471735 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 23:39:48 -0000 Author: jbeich Date: Mon Jun 4 23:39:46 2018 New Revision: 471735 URL: https://svnweb.freebsd.org/changeset/ports/471735 Log: MFH: r471734 www/waterfox: apply some FF61 fixes Approved by: ports-secteam blanket Added: branches/2018Q2/www/waterfox/files/patch-bug1464784 - copied unchanged from r471734, head/www/waterfox/files/patch-bug1464784 branches/2018Q2/www/waterfox/files/patch-bug1465686 - copied unchanged from r471734, head/www/waterfox/files/patch-bug1465686 Modified: branches/2018Q2/www/waterfox/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/www/waterfox/Makefile ============================================================================== --- branches/2018Q2/www/waterfox/Makefile Mon Jun 4 23:39:09 2018 (r471734) +++ branches/2018Q2/www/waterfox/Makefile Mon Jun 4 23:39:46 2018 (r471735) @@ -3,7 +3,7 @@ PORTNAME= waterfox DISTVERSION= 56.2.0-31 DISTVERSIONSUFFIX= -gf435a827f82ac -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www ipv6 MAINTAINER= jbeich@FreeBSD.org Copied: branches/2018Q2/www/waterfox/files/patch-bug1464784 (from r471734, head/www/waterfox/files/patch-bug1464784) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/www/waterfox/files/patch-bug1464784 Mon Jun 4 23:39:46 2018 (r471735, copy of r471734, head/www/waterfox/files/patch-bug1464784) @@ -0,0 +1,68 @@ +commit b175f5f2113b +Author: Boris Zbarsky +Date: Thu May 31 12:43:01 2018 -0400 + + Bug 1464784 - Hold a strong ref to the document in callers of ConvertNodesOrStringsIntoNode. r=smaug, a=abillings +--- + dom/base/nsINode.cpp | 20 ++++++++++---------- + 1 file changed, 10 insertions(+), 10 deletions(-) + +diff --git dom/base/nsINode.cpp dom/base/nsINode.cpp +index 3a649a61d0274..fbbf1efcb2dde 100644 +--- dom/base/nsINode.cpp ++++ dom/base/nsINode.cpp +@@ -1777,8 +1777,8 @@ nsINode::Before(const Sequence& aNodes, + nsCOMPtr viablePreviousSibling = + FindViablePreviousSibling(*this, aNodes); + +- nsCOMPtr node = +- ConvertNodesOrStringsIntoNode(aNodes, OwnerDoc(), aRv); ++ nsCOMPtr doc = OwnerDoc(); ++ nsCOMPtr node = ConvertNodesOrStringsIntoNode(aNodes, doc, aRv); + if (aRv.Failed()) { + return; + } +@@ -1800,8 +1800,8 @@ nsINode::After(const Sequence& aNodes, + + nsCOMPtr viableNextSibling = FindViableNextSibling(*this, aNodes); + +- nsCOMPtr node = +- ConvertNodesOrStringsIntoNode(aNodes, OwnerDoc(), aRv); ++ nsCOMPtr doc = OwnerDoc(); ++ nsCOMPtr node = ConvertNodesOrStringsIntoNode(aNodes, doc, aRv); + if (aRv.Failed()) { + return; + } +@@ -1820,8 +1820,8 @@ nsINode::ReplaceWith(const Sequence& aNodes, + + nsCOMPtr viableNextSibling = FindViableNextSibling(*this, aNodes); + +- nsCOMPtr node = +- ConvertNodesOrStringsIntoNode(aNodes, OwnerDoc(), aRv); ++ nsCOMPtr doc = OwnerDoc(); ++ nsCOMPtr node = ConvertNodesOrStringsIntoNode(aNodes, doc, aRv); + if (aRv.Failed()) { + return; + } +@@ -1880,8 +1880,8 @@ void + nsINode::Prepend(const Sequence& aNodes, + ErrorResult& aRv) + { +- nsCOMPtr node = +- ConvertNodesOrStringsIntoNode(aNodes, OwnerDoc(), aRv); ++ nsCOMPtr doc = OwnerDoc(); ++ nsCOMPtr node = ConvertNodesOrStringsIntoNode(aNodes, doc, aRv); + if (aRv.Failed()) { + return; + } +@@ -1894,8 +1894,8 @@ void + nsINode::Append(const Sequence& aNodes, + ErrorResult& aRv) + { +- nsCOMPtr node = +- ConvertNodesOrStringsIntoNode(aNodes, OwnerDoc(), aRv); ++ nsCOMPtr doc = OwnerDoc(); ++ nsCOMPtr node = ConvertNodesOrStringsIntoNode(aNodes, doc, aRv); + if (aRv.Failed()) { + return; + } Copied: branches/2018Q2/www/waterfox/files/patch-bug1465686 (from r471734, head/www/waterfox/files/patch-bug1465686) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/www/waterfox/files/patch-bug1465686 Mon Jun 4 23:39:46 2018 (r471735, copy of r471734, head/www/waterfox/files/patch-bug1465686) @@ -0,0 +1,52 @@ +commit e963f75ef278 +Author: Lee Salzman +Date: Fri Jun 1 15:52:26 2018 -0400 + + Bug 1465686 - Validate SkArenaAlloc sizes. r=rhunt, a=RyanVM + + MozReview-Commit-ID: Cc4cxKeF4xn + + --HG-- + extra : source : 9019db1eaddb79dbfd1d4c357765599499eb02b4 +--- + gfx/skia/skia/src/core/SkArenaAlloc.h | 11 ++++++++--- + 1 file changed, 8 insertions(+), 3 deletions(-) + +diff --git gfx/skia/skia/src/core/SkArenaAlloc.h gfx/skia/skia/src/core/SkArenaAlloc.h +index c9e7274e63ded..b93054cff0177 100644 +--- gfx/skia/skia/src/core/SkArenaAlloc.h ++++ gfx/skia/skia/src/core/SkArenaAlloc.h +@@ -112,9 +112,14 @@ public: + return sk_sp(SkRef(this->make(std::forward(args)...))); + } + ++ uint32_t safeU32(size_t n) { ++ SkASSERT_RELEASE(SkTFitsIn(n)); ++ return uint32_t(n); ++ } ++ + template + T* makeArrayDefault(size_t count) { +- uint32_t safeCount = SkTo(count); ++ uint32_t safeCount = safeU32(count); + T* array = (T*)this->commonArrayAlloc(safeCount); + + // If T is primitive then no initialization takes place. +@@ -126,7 +131,7 @@ public: + + template + T* makeArray(size_t count) { +- uint32_t safeCount = SkTo(count); ++ uint32_t safeCount = safeU32(count); + T* array = (T*)this->commonArrayAlloc(safeCount); + + // If T is primitive then the memory is initialized. For example, an array of chars will +@@ -139,7 +144,7 @@ public: + + // Only use makeBytesAlignedTo if none of the typed variants are impractical to use. + void* makeBytesAlignedTo(size_t size, size_t align) { +- auto objStart = this->allocObject(SkTo(size), SkTo(align)); ++ auto objStart = this->allocObject(safeU32(size), safeU32(align)); + fCursor = objStart + size; + return objStart; + } From owner-svn-ports-all@freebsd.org Mon Jun 4 23:42:09 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E175FE6ECA; Mon, 4 Jun 2018 23:42:09 +0000 (UTC) (envelope-from linimon@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 30AA86E59B; Mon, 4 Jun 2018 23:42:09 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 13269144E6; Mon, 4 Jun 2018 23:42:09 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54Ng8Qv060392; Mon, 4 Jun 2018 23:42:08 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54Ng8T2060390; Mon, 4 Jun 2018 23:42:08 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201806042342.w54Ng8T2060390@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 4 Jun 2018 23:42:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471736 - in head/dns: bind9-devel bind912 X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: in head/dns: bind9-devel bind912 X-SVN-Commit-Revision: 471736 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 23:42:09 -0000 Author: linimon Date: Mon Jun 4 23:42:08 2018 New Revision: 471736 URL: https://svnweb.freebsd.org/changeset/ports/471736 Log: Mark as broken on powerpc64. Approved by: portmgr (tier-2 blanket) Modified: head/dns/bind9-devel/Makefile head/dns/bind912/Makefile Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Mon Jun 4 23:39:46 2018 (r471735) +++ head/dns/bind9-devel/Makefile Mon Jun 4 23:42:08 2018 (r471736) @@ -33,6 +33,8 @@ COMMENT= BIND DNS suite with updated DNSSEC and DNS64 LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYRIGHT +BROKEN_powerpc64= fails to link: /usr/bin/ld: cannot find -latomic + # ISC releases things like 9.8.0-P1, which our versioning doesn't like ISCVERSION= 9.13.0a0.2018.06.03 # XXX: Remove gitlab Modified: head/dns/bind912/Makefile ============================================================================== --- head/dns/bind912/Makefile Mon Jun 4 23:39:46 2018 (r471735) +++ head/dns/bind912/Makefile Mon Jun 4 23:42:08 2018 (r471736) @@ -29,6 +29,8 @@ COMMENT= BIND DNS suite with updated DNSSEC and DNS64 LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYRIGHT +BROKEN_powerpc64= fails to link: /usr/bin/ld: cannot find -latomic + # ISC releases things like 9.8.0-P1, which our versioning doesn't like ISCVERSION= 9.12.1-P2 From owner-svn-ports-all@freebsd.org Mon Jun 4 23:47:31 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F62DFE78CE; Mon, 4 Jun 2018 23:47:31 +0000 (UTC) (envelope-from linimon@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 04E626E81D; Mon, 4 Jun 2018 23:47:31 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 D653514509; Mon, 4 Jun 2018 23:47:30 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w54NlUcr060681; Mon, 4 Jun 2018 23:47:30 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w54NlU2c060680; Mon, 4 Jun 2018 23:47:30 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201806042347.w54NlU2c060680@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 4 Jun 2018 23:47:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471737 - head/java/sigar X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/java/sigar X-SVN-Commit-Revision: 471737 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 23:47:31 -0000 Author: linimon Date: Mon Jun 4 23:47:30 2018 New Revision: 471737 URL: https://svnweb.freebsd.org/changeset/ports/471737 Log: Mark as broken on powerpc64. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/java/sigar/Makefile Modified: head/java/sigar/Makefile ============================================================================== --- head/java/sigar/Makefile Mon Jun 4 23:42:08 2018 (r471736) +++ head/java/sigar/Makefile Mon Jun 4 23:47:30 2018 (r471737) @@ -13,11 +13,12 @@ COMMENT= Java bindings for the Sigar system informatio LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/NOTICE -BUILD_DEPENDS= ${ANT_CMD}:devel/apache-ant -LIB_DEPENDS= libsigar.so:devel/sigar - BROKEN_armv6= fails to compile: jni-build.xml: gcc failed with return code 1 BROKEN_armv7= fails to compile: jni-build.xml: gcc failed with return code 1 +BROKEN_powerpc64= fails to install: bindings/java/sigar-bin/lib/libsigar-powerpc64-freebsd-1.so: No such file or directory + +BUILD_DEPENDS= ${ANT_CMD}:devel/apache-ant +LIB_DEPENDS= libsigar.so:devel/sigar USE_GITHUB= yes GH_ACCOUNT= amishHammer From owner-svn-ports-all@freebsd.org Tue Jun 5 00:56:41 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90516FF06FF; Tue, 5 Jun 2018 00:56:41 +0000 (UTC) (envelope-from jbeich@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 3E53D71360; Tue, 5 Jun 2018 00:56:41 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1C53D15022; Tue, 5 Jun 2018 00:56:41 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w550ueYO095505; Tue, 5 Jun 2018 00:56:40 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w550uewX095504; Tue, 5 Jun 2018 00:56:40 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201806050056.w550uewX095504@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 5 Jun 2018 00:56:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471738 - head/emulators/citra X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/citra X-SVN-Commit-Revision: 471738 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 00:56:41 -0000 Author: jbeich Date: Tue Jun 5 00:56:40 2018 New Revision: 471738 URL: https://svnweb.freebsd.org/changeset/ports/471738 Log: emulators/citra: update to s20180603 Changes: https://github.com/citra-emu/citra/compare/08b119153...8e02c70e8 Modified: head/emulators/citra/Makefile (contents, props changed) head/emulators/citra/distinfo (contents, props changed) Modified: head/emulators/citra/Makefile ============================================================================== --- head/emulators/citra/Makefile Mon Jun 4 23:47:30 2018 (r471737) +++ head/emulators/citra/Makefile Tue Jun 5 00:56:40 2018 (r471738) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20180601 +PORTVERSION= s20180603 PORTREVISION?= 0 CATEGORIES= emulators @@ -23,13 +23,13 @@ BUILD_DEPENDS= boost-libs>=1.66:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= 08b119153 +GH_TAGNAME= 8e02c70e8 GH_TUPLE= citra-emu:ext-libressl-portable:cbb1dca:libressl/externals/libressl \ citra-emu:ext-soundtouch:1d0e6cf:soundtouch/externals/soundtouch \ MerryMage:dynarmic:d1d4705:dynarmic/externals/dynarmic \ arsenm:sanitizers-cmake:f09151b:sanitizers_cmake/externals/cubeb/cmake/sanitizers-cmake \ benhoyt:inih:r40:inih/externals/inih/inih \ - catchorg:Catch2:v2.1.1:catch/externals/catch \ + catchorg:Catch2:v2.2.2:catch/externals/catch \ fmtlib:fmt:4.0.0-510-g5859e58:fmt/externals/fmt \ herumi:xbyak:v5.64:xbyak/externals/xbyak \ kinetiknz:cubeb:cubeb-0.2-1039-g44341a1:cubeb/externals/cubeb \ Modified: head/emulators/citra/distinfo ============================================================================== --- head/emulators/citra/distinfo Mon Jun 4 23:47:30 2018 (r471737) +++ head/emulators/citra/distinfo Tue Jun 5 00:56:40 2018 (r471738) @@ -1,6 +1,6 @@ -TIMESTAMP = 1527852268 -SHA256 (citra-emu-citra-s20180601-08b119153_GH0.tar.gz) = e69d9879158a060733095be4f76a65fa5e6e445a3ec9f9058ddc3488418c6b56 -SIZE (citra-emu-citra-s20180601-08b119153_GH0.tar.gz) = 2218324 +TIMESTAMP = 1528057852 +SHA256 (citra-emu-citra-s20180603-8e02c70e8_GH0.tar.gz) = 916c5c90909ba9c76db9c2c52f63a40e75bb8275c39afedbd9cd47cd1faa9b36 +SIZE (citra-emu-citra-s20180603-8e02c70e8_GH0.tar.gz) = 2218376 SHA256 (citra-emu-ext-libressl-portable-cbb1dca_GH0.tar.gz) = f3741a3bb480d9f8a817f032f59d1908e659620cbb93c0fe8289cfb46d2ab89c SIZE (citra-emu-ext-libressl-portable-cbb1dca_GH0.tar.gz) = 1761962 SHA256 (citra-emu-ext-soundtouch-1d0e6cf_GH0.tar.gz) = ee4efc44220ebc52a93d7c357c19b17a7b8292b620f81bf5d3e095b20f2c8f01 @@ -11,8 +11,8 @@ SHA256 (arsenm-sanitizers-cmake-f09151b_GH0.tar.gz) = SIZE (arsenm-sanitizers-cmake-f09151b_GH0.tar.gz) = 6856 SHA256 (benhoyt-inih-r40_GH0.tar.gz) = 0a7d8600c523ccd2d01a5bec2ef3a6482ada49794e67cf694d2bec796cb2c340 SIZE (benhoyt-inih-r40_GH0.tar.gz) = 11436 -SHA256 (catchorg-Catch2-v2.1.1_GH0.tar.gz) = c40d3c8133c9274946067007e911a55b0d0ad3ed7c59a1f258dfcdb6836d8eff -SIZE (catchorg-Catch2-v2.1.1_GH0.tar.gz) = 481236 +SHA256 (catchorg-Catch2-v2.2.2_GH0.tar.gz) = e93aacf012579093fe6b4e686ff0488975cabee1e6b4e4f27a0acd898e8f09fd +SIZE (catchorg-Catch2-v2.2.2_GH0.tar.gz) = 497244 SHA256 (fmtlib-fmt-4.0.0-510-g5859e58_GH0.tar.gz) = 6d719fe37c54ffcd6a7c1679a288e4947304cc24b4ff00aaf679ef0b0474a7b3 SIZE (fmtlib-fmt-4.0.0-510-g5859e58_GH0.tar.gz) = 623334 SHA256 (herumi-xbyak-v5.64_GH0.tar.gz) = e329c76774ef8e1e89b6407de70e29ed1f93ad4abbfc12437f5e2b74d69b3acf From owner-svn-ports-all@freebsd.org Tue Jun 5 00:56:50 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBD63FF075B; Tue, 5 Jun 2018 00:56:50 +0000 (UTC) (envelope-from jbeich@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 66B6E71432; Tue, 5 Jun 2018 00:56:50 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4971815023; Tue, 5 Jun 2018 00:56:50 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w550uo9b095636; Tue, 5 Jun 2018 00:56:50 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w550unPr095633; Tue, 5 Jun 2018 00:56:49 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201806050056.w550unPr095633@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 5 Jun 2018 00:56:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471739 - head/emulators/rpcs3 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/rpcs3 X-SVN-Commit-Revision: 471739 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 00:56:50 -0000 Author: jbeich Date: Tue Jun 5 00:56:49 2018 New Revision: 471739 URL: https://svnweb.freebsd.org/changeset/ports/471739 Log: emulators/rpcs3: update to 0.0.5.441 Changes: https://github.com/RPCS3/rpcs3/compare/dcd7f442f...88f9d5d58 Modified: head/emulators/rpcs3/Makefile (contents, props changed) head/emulators/rpcs3/distinfo (contents, props changed) Modified: head/emulators/rpcs3/Makefile ============================================================================== --- head/emulators/rpcs3/Makefile Tue Jun 5 00:56:40 2018 (r471738) +++ head/emulators/rpcs3/Makefile Tue Jun 5 00:56:49 2018 (r471739) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.5-424 -DISTVERSIONSUFFIX= -gdcd7f442f +DISTVERSION= 0.0.5-441 +DISTVERSIONSUFFIX= -g88f9d5d58 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org Modified: head/emulators/rpcs3/distinfo ============================================================================== --- head/emulators/rpcs3/distinfo Tue Jun 5 00:56:40 2018 (r471738) +++ head/emulators/rpcs3/distinfo Tue Jun 5 00:56:49 2018 (r471739) @@ -1,6 +1,6 @@ -TIMESTAMP = 1527874594 -SHA256 (RPCS3-rpcs3-v0.0.5-424-gdcd7f442f_GH0.tar.gz) = c57881d84462139370d7da886e7ae8869e83a019dfc47ebb3eed94716ea17bfb -SIZE (RPCS3-rpcs3-v0.0.5-424-gdcd7f442f_GH0.tar.gz) = 4932023 +TIMESTAMP = 1528131320 +SHA256 (RPCS3-rpcs3-v0.0.5-441-g88f9d5d58_GH0.tar.gz) = 18f86f6b7a4a39e2195d87c3dd545b7fafbd752bc1fb0c333bcca4d811764429 +SIZE (RPCS3-rpcs3-v0.0.5-441-g88f9d5d58_GH0.tar.gz) = 4934288 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = e50e4f4e9035e891e16867e995f44aac87ce734a9dde169f02fc9719b2ce3642 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = 105623 SHA256 (RPCS3-llvm-17ec6d78a73_GH0.tar.gz) = 4567d1d946429ce55d6c0480fad3b82874aad22c2b1928ac4d4ba5ba40338604 From owner-svn-ports-all@freebsd.org Tue Jun 5 00:58:13 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EC1CFF0B02; Tue, 5 Jun 2018 00:58:13 +0000 (UTC) (envelope-from jbeich@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 21A21715B2; Tue, 5 Jun 2018 00:58:13 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0257C15024; Tue, 5 Jun 2018 00:58:13 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w550wCXH095816; Tue, 5 Jun 2018 00:58:12 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w550wC4g095815; Tue, 5 Jun 2018 00:58:12 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201806050058.w550wC4g095815@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 5 Jun 2018 00:58:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r471740 - branches/2018Q2/emulators/rpcs3 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q2/emulators/rpcs3 X-SVN-Commit-Revision: 471740 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 00:58:13 -0000 Author: jbeich Date: Tue Jun 5 00:58:12 2018 New Revision: 471740 URL: https://svnweb.freebsd.org/changeset/ports/471740 Log: MFH: r471739 emulators/rpcs3: update to 0.0.5.441 Changes: https://github.com/RPCS3/rpcs3/compare/dcd7f442f...88f9d5d58 Approved by: ports-secteam (junovitch, implicit for snapshots) Modified: branches/2018Q2/emulators/rpcs3/Makefile branches/2018Q2/emulators/rpcs3/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/emulators/rpcs3/Makefile ============================================================================== --- branches/2018Q2/emulators/rpcs3/Makefile Tue Jun 5 00:56:49 2018 (r471739) +++ branches/2018Q2/emulators/rpcs3/Makefile Tue Jun 5 00:58:12 2018 (r471740) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.5-424 -DISTVERSIONSUFFIX= -gdcd7f442f +DISTVERSION= 0.0.5-441 +DISTVERSIONSUFFIX= -g88f9d5d58 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org Modified: branches/2018Q2/emulators/rpcs3/distinfo ============================================================================== --- branches/2018Q2/emulators/rpcs3/distinfo Tue Jun 5 00:56:49 2018 (r471739) +++ branches/2018Q2/emulators/rpcs3/distinfo Tue Jun 5 00:58:12 2018 (r471740) @@ -1,6 +1,6 @@ -TIMESTAMP = 1527874594 -SHA256 (RPCS3-rpcs3-v0.0.5-424-gdcd7f442f_GH0.tar.gz) = c57881d84462139370d7da886e7ae8869e83a019dfc47ebb3eed94716ea17bfb -SIZE (RPCS3-rpcs3-v0.0.5-424-gdcd7f442f_GH0.tar.gz) = 4932023 +TIMESTAMP = 1528131320 +SHA256 (RPCS3-rpcs3-v0.0.5-441-g88f9d5d58_GH0.tar.gz) = 18f86f6b7a4a39e2195d87c3dd545b7fafbd752bc1fb0c333bcca4d811764429 +SIZE (RPCS3-rpcs3-v0.0.5-441-g88f9d5d58_GH0.tar.gz) = 4934288 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = e50e4f4e9035e891e16867e995f44aac87ce734a9dde169f02fc9719b2ce3642 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = 105623 SHA256 (RPCS3-llvm-17ec6d78a73_GH0.tar.gz) = 4567d1d946429ce55d6c0480fad3b82874aad22c2b1928ac4d4ba5ba40338604 From owner-svn-ports-all@freebsd.org Tue Jun 5 05:21:50 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59CBCFD0AB8; Tue, 5 Jun 2018 05:21:50 +0000 (UTC) (envelope-from mfechner@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 C45688049D; Tue, 5 Jun 2018 05:21:49 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 8CFAD1817F; Tue, 5 Jun 2018 05:21:49 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w555Lnnc028538; Tue, 5 Jun 2018 05:21:49 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w555Lm4f028533; Tue, 5 Jun 2018 05:21:48 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201806050521.w555Lm4f028533@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Tue, 5 Jun 2018 05:21:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471741 - in head/devel: libgit2 py-pygit2 X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in head/devel: libgit2 py-pygit2 X-SVN-Commit-Revision: 471741 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 05:21:50 -0000 Author: mfechner Date: Tue Jun 5 05:21:48 2018 New Revision: 471741 URL: https://svnweb.freebsd.org/changeset/ports/471741 Log: Took maintainer (approved by wg). Security update to 0.27.1. Reviewed by: wg (maintainer), tz (mentor) Approved by: wg (maintainer), tz (mentor) MFH: 2018Q2 Differential Revision: https://reviews.freebsd.org/D15654 Modified: head/devel/libgit2/Makefile head/devel/libgit2/distinfo head/devel/py-pygit2/Makefile head/devel/py-pygit2/distinfo Modified: head/devel/libgit2/Makefile ============================================================================== --- head/devel/libgit2/Makefile Tue Jun 5 00:58:12 2018 (r471740) +++ head/devel/libgit2/Makefile Tue Jun 5 05:21:48 2018 (r471741) @@ -1,12 +1,11 @@ # $FreeBSD$ PORTNAME= libgit2 -PORTVERSION= 0.27.0 -PORTREVISION= 1 +PORTVERSION= 0.27.1 DISTVERSIONPREFIX= v CATEGORIES= devel -MAINTAINER= wg@FreeBSD.org +MAINTAINER= mfechner@FreeBSD.org COMMENT= Portable, pure C implementation of the Git core LICENSE= GPLv2 Modified: head/devel/libgit2/distinfo ============================================================================== --- head/devel/libgit2/distinfo Tue Jun 5 00:58:12 2018 (r471740) +++ head/devel/libgit2/distinfo Tue Jun 5 05:21:48 2018 (r471741) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524466383 -SHA256 (libgit2-libgit2-v0.27.0_GH0.tar.gz) = 545b0458292c786aba334f1bf1c8f73600ae73dd7205a7bb791a187ee48ab8d2 -SIZE (libgit2-libgit2-v0.27.0_GH0.tar.gz) = 4761312 +TIMESTAMP = 1528010397 +SHA256 (libgit2-libgit2-v0.27.1_GH0.tar.gz) = 837b11927bc5f64e7f9ab0376f57cfe3ca5aa52ffd2007ac41184b21124fb086 +SIZE (libgit2-libgit2-v0.27.1_GH0.tar.gz) = 4765926 Modified: head/devel/py-pygit2/Makefile ============================================================================== --- head/devel/py-pygit2/Makefile Tue Jun 5 00:58:12 2018 (r471740) +++ head/devel/py-pygit2/Makefile Tue Jun 5 05:21:48 2018 (r471741) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= pygit2 -PORTVERSION= 0.27.0 +PORTVERSION= 0.27.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= wg@FreeBSD.org +MAINTAINER= mfechner@FreeBSD.org COMMENT= Python bindings for libgit2 LICENSE= GPLv2 Modified: head/devel/py-pygit2/distinfo ============================================================================== --- head/devel/py-pygit2/distinfo Tue Jun 5 00:58:12 2018 (r471740) +++ head/devel/py-pygit2/distinfo Tue Jun 5 05:21:48 2018 (r471741) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524467582 -SHA256 (pygit2-0.27.0.tar.gz) = 6febce4aea72f12ed5a1e7529b91119f21d93cb2ccb3f834eea26af76cc9a4cb -SIZE (pygit2-0.27.0.tar.gz) = 477427 +TIMESTAMP = 1528010741 +SHA256 (pygit2-0.27.1.tar.gz) = 1aa5ba1d59370bda158950ba4849bb6e59f13ac7e6fca5e392bfd873bd2c1cf9 +SIZE (pygit2-0.27.1.tar.gz) = 477820 From owner-svn-ports-all@freebsd.org Tue Jun 5 05:27:19 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C434FD1B13; Tue, 5 Jun 2018 05:27:19 +0000 (UTC) (envelope-from wen@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 1EBDD809E9; Tue, 5 Jun 2018 05:27:19 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 00561181C3; Tue, 5 Jun 2018 05:27:19 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w555RIj9031326; Tue, 5 Jun 2018 05:27:18 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w555RIRG031325; Tue, 5 Jun 2018 05:27:18 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201806050527.w555RIRG031325@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 5 Jun 2018 05:27:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471742 - head/www/p5-HTTP-Message X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/www/p5-HTTP-Message X-SVN-Commit-Revision: 471742 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 05:27:19 -0000 Author: wen Date: Tue Jun 5 05:27:18 2018 New Revision: 471742 URL: https://svnweb.freebsd.org/changeset/ports/471742 Log: - Update to 6.17 Changes: https://metacpan.org/changes/distribution/HTTP-Message Modified: head/www/p5-HTTP-Message/Makefile head/www/p5-HTTP-Message/distinfo Modified: head/www/p5-HTTP-Message/Makefile ============================================================================== --- head/www/p5-HTTP-Message/Makefile Tue Jun 5 05:21:48 2018 (r471741) +++ head/www/p5-HTTP-Message/Makefile Tue Jun 5 05:27:18 2018 (r471742) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTTP-Message -PORTVERSION= 6.16 +PORTVERSION= 6.17 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-HTTP-Message/distinfo ============================================================================== --- head/www/p5-HTTP-Message/distinfo Tue Jun 5 05:21:48 2018 (r471741) +++ head/www/p5-HTTP-Message/distinfo Tue Jun 5 05:27:18 2018 (r471742) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522398938 -SHA256 (HTTP-Message-6.16.tar.gz) = 46790ae127946d5cfea5a1e05c1b9f4a045a7c5094fe81f086bbf3341290ebd0 -SIZE (HTTP-Message-6.16.tar.gz) = 79196 +TIMESTAMP = 1528175965 +SHA256 (HTTP-Message-6.17.tar.gz) = b0ba6cadff95367dfc97eaf63eea95cd795eeacf61f7bcdfa169127e015c6984 +SIZE (HTTP-Message-6.17.tar.gz) = 81334 From owner-svn-ports-all@freebsd.org Tue Jun 5 05:34:50 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 611D2FD4277; Tue, 5 Jun 2018 05:34:50 +0000 (UTC) (envelope-from wen@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 1408F812E2; Tue, 5 Jun 2018 05:34:50 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E96431835E; Tue, 5 Jun 2018 05:34:49 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w555Yn1a036570; Tue, 5 Jun 2018 05:34:49 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w555Yndq036569; Tue, 5 Jun 2018 05:34:49 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201806050534.w555Yndq036569@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 5 Jun 2018 05:34:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471743 - head/net-mgmt/p5-Net-Netmask X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/net-mgmt/p5-Net-Netmask X-SVN-Commit-Revision: 471743 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 05:34:50 -0000 Author: wen Date: Tue Jun 5 05:34:49 2018 New Revision: 471743 URL: https://svnweb.freebsd.org/changeset/ports/471743 Log: - Update to 1.9101 Changes: https://metacpan.org/changes/distribution/Net-Netmask Modified: head/net-mgmt/p5-Net-Netmask/Makefile head/net-mgmt/p5-Net-Netmask/distinfo Modified: head/net-mgmt/p5-Net-Netmask/Makefile ============================================================================== --- head/net-mgmt/p5-Net-Netmask/Makefile Tue Jun 5 05:27:18 2018 (r471742) +++ head/net-mgmt/p5-Net-Netmask/Makefile Tue Jun 5 05:34:49 2018 (r471743) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Netmask -PORTVERSION= 1.9022 +PORTVERSION= 1.9101 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net-mgmt/p5-Net-Netmask/distinfo ============================================================================== --- head/net-mgmt/p5-Net-Netmask/distinfo Tue Jun 5 05:27:18 2018 (r471742) +++ head/net-mgmt/p5-Net-Netmask/distinfo Tue Jun 5 05:34:49 2018 (r471743) @@ -1,2 +1,3 @@ -SHA256 (Net-Netmask-1.9022.tar.gz) = 07099c1ff4de752e6f5420b32de12e4338b05bbb252e53c782b740173ba31533 -SIZE (Net-Netmask-1.9022.tar.gz) = 19044 +TIMESTAMP = 1528176544 +SHA256 (Net-Netmask-1.9101.tar.gz) = 4951f936c0b60b3841f174f1b072e07778f7fddd5a94187a9331b172b84ec301 +SIZE (Net-Netmask-1.9101.tar.gz) = 30179 From owner-svn-ports-all@freebsd.org Tue Jun 5 06:10:55 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12EC0FDEC9F; Tue, 5 Jun 2018 06:10:55 +0000 (UTC) (envelope-from wen@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 B4EDA82964; Tue, 5 Jun 2018 06:10:54 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 96A6718979; Tue, 5 Jun 2018 06:10:54 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w556AscT051734; Tue, 5 Jun 2018 06:10:54 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w556AsW9051732; Tue, 5 Jun 2018 06:10:54 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201806050610.w556AsW9051732@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 5 Jun 2018 06:10:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471744 - head/www/p5-WWW-Mechanize-Shell X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/www/p5-WWW-Mechanize-Shell X-SVN-Commit-Revision: 471744 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 06:10:55 -0000 Author: wen Date: Tue Jun 5 06:10:53 2018 New Revision: 471744 URL: https://svnweb.freebsd.org/changeset/ports/471744 Log: - Update to 0.57 Changes: https://metacpan.org/changes/distribution/WWW-Mechanize-Shell Modified: head/www/p5-WWW-Mechanize-Shell/Makefile head/www/p5-WWW-Mechanize-Shell/distinfo Modified: head/www/p5-WWW-Mechanize-Shell/Makefile ============================================================================== --- head/www/p5-WWW-Mechanize-Shell/Makefile Tue Jun 5 05:34:49 2018 (r471743) +++ head/www/p5-WWW-Mechanize-Shell/Makefile Tue Jun 5 06:10:53 2018 (r471744) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= WWW-Mechanize-Shell -PORTVERSION= 0.56 +PORTVERSION= 0.57 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CORION Modified: head/www/p5-WWW-Mechanize-Shell/distinfo ============================================================================== --- head/www/p5-WWW-Mechanize-Shell/distinfo Tue Jun 5 05:34:49 2018 (r471743) +++ head/www/p5-WWW-Mechanize-Shell/distinfo Tue Jun 5 06:10:53 2018 (r471744) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493265412 -SHA256 (WWW-Mechanize-Shell-0.56.tar.gz) = dc62f800797fd6537db6e00b8cc295e000ff36af44c6858fc7a3dfeeec3e1299 -SIZE (WWW-Mechanize-Shell-0.56.tar.gz) = 66814 +TIMESTAMP = 1528176949 +SHA256 (WWW-Mechanize-Shell-0.57.tar.gz) = 5ee20b1ad7a6f6a17a7ac5bc03fde221ee7c6534797154fa1786717e37a16627 +SIZE (WWW-Mechanize-Shell-0.57.tar.gz) = 60216 From owner-svn-ports-all@freebsd.org Tue Jun 5 07:50:18 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49C78FEC7A5; Tue, 5 Jun 2018 07:50:18 +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 EA7FE86BC5; Tue, 5 Jun 2018 07:50:17 +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 CCD4E19884; Tue, 5 Jun 2018 07:50:17 +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 w557oHjg001545; Tue, 5 Jun 2018 07:50:17 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w557oHBC001544; Tue, 5 Jun 2018 07:50:17 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201806050750.w557oHBC001544@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 5 Jun 2018 07:50:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471745 - head/devel/py-twilio X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/devel/py-twilio X-SVN-Commit-Revision: 471745 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 07:50:18 -0000 Author: olgeni Date: Tue Jun 5 07:50:17 2018 New Revision: 471745 URL: https://svnweb.freebsd.org/changeset/ports/471745 Log: Update devel/py-twilio to version 6.14.4. Modified: head/devel/py-twilio/Makefile head/devel/py-twilio/distinfo Modified: head/devel/py-twilio/Makefile ============================================================================== --- head/devel/py-twilio/Makefile Tue Jun 5 06:10:53 2018 (r471744) +++ head/devel/py-twilio/Makefile Tue Jun 5 07:50:17 2018 (r471745) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= twilio -PORTVERSION= 6.14.3 +PORTVERSION= 6.14.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-twilio/distinfo ============================================================================== --- head/devel/py-twilio/distinfo Tue Jun 5 06:10:53 2018 (r471744) +++ head/devel/py-twilio/distinfo Tue Jun 5 07:50:17 2018 (r471745) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527362605 -SHA256 (twilio-6.14.3.tar.gz) = b1e6ed8871cacdcafb7060ba38801abd70e37d88ad8501305040356971653963 -SIZE (twilio-6.14.3.tar.gz) = 307322 +TIMESTAMP = 1528184166 +SHA256 (twilio-6.14.4.tar.gz) = ab1cf2a6d4bf3ae50ba3807fa1be442129b423426193d8b3f288747819c38815 +SIZE (twilio-6.14.4.tar.gz) = 307389 From owner-svn-ports-all@freebsd.org Tue Jun 5 07:50:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5191EFEC8B5; Tue, 5 Jun 2018 07:50:46 +0000 (UTC) (envelope-from yuri@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 032D386DCD; Tue, 5 Jun 2018 07:50:46 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 D8FDE19890; Tue, 5 Jun 2018 07:50:45 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w557ojGs003885; Tue, 5 Jun 2018 07:50:45 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w557ojMS003884; Tue, 5 Jun 2018 07:50:45 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806050750.w557ojMS003884@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 5 Jun 2018 07:50:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471746 - head/archivers/py-zstandard X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/archivers/py-zstandard X-SVN-Commit-Revision: 471746 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 07:50:46 -0000 Author: yuri Date: Tue Jun 5 07:50:45 2018 New Revision: 471746 URL: https://svnweb.freebsd.org/changeset/ports/471746 Log: archivers/py-zstandard: Update 0.9.0 -> 0.9.1 Reported by: portscout Modified: head/archivers/py-zstandard/Makefile head/archivers/py-zstandard/distinfo Modified: head/archivers/py-zstandard/Makefile ============================================================================== --- head/archivers/py-zstandard/Makefile Tue Jun 5 07:50:17 2018 (r471745) +++ head/archivers/py-zstandard/Makefile Tue Jun 5 07:50:45 2018 (r471746) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= zstandard -DISTVERSION= 0.9.0 -PORTREVISION= 1 +DISTVERSION= 0.9.1 CATEGORIES= archivers python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/archivers/py-zstandard/distinfo ============================================================================== --- head/archivers/py-zstandard/distinfo Tue Jun 5 07:50:17 2018 (r471745) +++ head/archivers/py-zstandard/distinfo Tue Jun 5 07:50:45 2018 (r471746) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523254934 -SHA256 (zstandard-0.9.0.tar.gz) = bda1071c4c635f5eeac594505bdd712cfff10608f688199019462b8c81b93b9f -SIZE (zstandard-0.9.0.tar.gz) = 558068 +TIMESTAMP = 1528180596 +SHA256 (zstandard-0.9.1.tar.gz) = 59c7d6f1f85cebb5124abb50d8ec281c5311e0812e18785e28b197cf1515dd3b +SIZE (zstandard-0.9.1.tar.gz) = 558984 From owner-svn-ports-all@freebsd.org Tue Jun 5 08:08:28 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56671FEF12F; Tue, 5 Jun 2018 08:08:28 +0000 (UTC) (envelope-from flo@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 0856387B0C; Tue, 5 Jun 2018 08:08:28 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 DE14319BF8; Tue, 5 Jun 2018 08:08:27 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5588RBE011557; Tue, 5 Jun 2018 08:08:27 GMT (envelope-from flo@FreeBSD.org) Received: (from flo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5588Rcb011553; Tue, 5 Jun 2018 08:08:27 GMT (envelope-from flo@FreeBSD.org) Message-Id: <201806050808.w5588Rcb011553@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: flo set sender to flo@FreeBSD.org using -f From: Florian Smeets Date: Tue, 5 Jun 2018 08:08:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471747 - head/news/sabnzbdplus X-SVN-Group: ports-head X-SVN-Commit-Author: flo X-SVN-Commit-Paths: head/news/sabnzbdplus X-SVN-Commit-Revision: 471747 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 08:08:28 -0000 Author: flo Date: Tue Jun 5 08:08:27 2018 New Revision: 471747 URL: https://svnweb.freebsd.org/changeset/ports/471747 Log: Update to 2.3.4 PR: 228629 Submitted by: Ralf van der Enden Approved by: maintainer Modified: head/news/sabnzbdplus/Makefile head/news/sabnzbdplus/distinfo head/news/sabnzbdplus/pkg-plist Modified: head/news/sabnzbdplus/Makefile ============================================================================== --- head/news/sabnzbdplus/Makefile Tue Jun 5 07:50:45 2018 (r471746) +++ head/news/sabnzbdplus/Makefile Tue Jun 5 08:08:27 2018 (r471747) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sabnzbdplus -PORTVERSION= 2.3.2 +PORTVERSION= 2.3.4 CATEGORIES= news MAINTAINER= joshruehlig@gmail.com Modified: head/news/sabnzbdplus/distinfo ============================================================================== --- head/news/sabnzbdplus/distinfo Tue Jun 5 07:50:45 2018 (r471746) +++ head/news/sabnzbdplus/distinfo Tue Jun 5 08:08:27 2018 (r471747) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514055499 -SHA256 (sabnzbd-sabnzbd-2.3.2_GH0.tar.gz) = 7debc856e981c9b4e4f2a137d0be24999482d369acd21487cfd8c23bd7b33a3d -SIZE (sabnzbd-sabnzbd-2.3.2_GH0.tar.gz) = 4534361 +TIMESTAMP = 1527496240 +SHA256 (sabnzbd-sabnzbd-2.3.4_GH0.tar.gz) = fa6ee0dba3d4402906b7cc5881745931a1848c6be9317a4eea151bdfad608bbe +SIZE (sabnzbd-sabnzbd-2.3.4_GH0.tar.gz) = 4570196 Modified: head/news/sabnzbdplus/pkg-plist ============================================================================== --- head/news/sabnzbdplus/pkg-plist Tue Jun 5 07:50:45 2018 (r471746) +++ head/news/sabnzbdplus/pkg-plist Tue Jun 5 08:08:27 2018 (r471747) @@ -56,7 +56,6 @@ bin/SABnzbd.py %%PYTHON_SITELIBDIR%%/sabnzbd/utils/systrayiconthread.py %%PYTHON_SITELIBDIR%%/sabnzbd/utils/upload.py %%PYTHON_SITELIBDIR%%/sabnzbd/version.py -%%PYTHON_SITELIBDIR%%/sabnzbd/wizard.py %%PYTHON_SITELIBDIR%%/sabnzbd/zconfig.py %%DATADIR%%/cherrypy/VERSION.txt %%DATADIR%%/cherrypy/__init__.py From owner-svn-ports-all@freebsd.org Tue Jun 5 08:34:30 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3E7FFF2F65; Tue, 5 Jun 2018 08:34:30 +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 62A4868F16; Tue, 5 Jun 2018 08:34:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 437581A0F5; Tue, 5 Jun 2018 08:34:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w558YUcs026531; Tue, 5 Jun 2018 08:34:30 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w558YUG4026529; Tue, 5 Jun 2018 08:34:30 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201806050834.w558YUG4026529@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 5 Jun 2018 08:34:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471748 - head/multimedia/gtk-youtube-viewer X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/multimedia/gtk-youtube-viewer X-SVN-Commit-Revision: 471748 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 08:34:30 -0000 Author: amdmi3 Date: Tue Jun 5 08:34:29 2018 New Revision: 471748 URL: https://svnweb.freebsd.org/changeset/ports/471748 Log: - Switch to new test framework Approved by: portmgr blanket Modified: head/multimedia/gtk-youtube-viewer/Makefile Modified: head/multimedia/gtk-youtube-viewer/Makefile ============================================================================== --- head/multimedia/gtk-youtube-viewer/Makefile Tue Jun 5 08:08:27 2018 (r471747) +++ head/multimedia/gtk-youtube-viewer/Makefile Tue Jun 5 08:34:29 2018 (r471748) @@ -60,7 +60,7 @@ post-install-GTK2-on: (cd ${STAGEDIR}${PREFIX}/share/pixmaps && ${LN} -sf \ ../../${SITE_PERL_REL}/auto/share/dist/WWW-YoutubeViewer/icons/gtk-youtube-viewer.png) -regression-test: build +do-test: cd ${WRKSRC} && ${PERL} ./Build test .include From owner-svn-ports-all@freebsd.org Tue Jun 5 09:07:58 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C36EBFF8286; Tue, 5 Jun 2018 09:07:58 +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 78A516A94A; Tue, 5 Jun 2018 09:07:58 +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 5B2111A63D; Tue, 5 Jun 2018 09:07:58 +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 w5597wCR041523; Tue, 5 Jun 2018 09:07:58 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5597wja041522; Tue, 5 Jun 2018 09:07:58 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201806050907.w5597wja041522@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 5 Jun 2018 09:07:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471749 - head/devel/py-grpcio X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: head/devel/py-grpcio X-SVN-Commit-Revision: 471749 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 09:07:58 -0000 Author: vanilla Date: Tue Jun 5 09:07:57 2018 New Revision: 471749 URL: https://svnweb.freebsd.org/changeset/ports/471749 Log: Update to 1.12.1. Modified: head/devel/py-grpcio/Makefile head/devel/py-grpcio/distinfo Modified: head/devel/py-grpcio/Makefile ============================================================================== --- head/devel/py-grpcio/Makefile Tue Jun 5 08:34:29 2018 (r471748) +++ head/devel/py-grpcio/Makefile Tue Jun 5 09:07:57 2018 (r471749) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grpcio -PORTVERSION= 1.12.0 +PORTVERSION= 1.12.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-grpcio/distinfo ============================================================================== --- head/devel/py-grpcio/distinfo Tue Jun 5 08:34:29 2018 (r471748) +++ head/devel/py-grpcio/distinfo Tue Jun 5 09:07:57 2018 (r471749) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526468360 -SHA256 (grpcio-1.12.0.tar.gz) = e1fd1f0782751d281e7d4e67b8d3143f0326cf3a7ab7c7ccf21ee51a152a5c37 -SIZE (grpcio-1.12.0.tar.gz) = 14219877 +TIMESTAMP = 1528188962 +SHA256 (grpcio-1.12.1.tar.gz) = f14faadfd09aa8526536cd2149e274563f45b767fca1736ccc53803a6af3f90e +SIZE (grpcio-1.12.1.tar.gz) = 14222845 From owner-svn-ports-all@freebsd.org Tue Jun 5 09:09:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7CA59FF864B; Tue, 5 Jun 2018 09:09:33 +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 3386C6AAC8; Tue, 5 Jun 2018 09:09:33 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1496E1A63F; Tue, 5 Jun 2018 09:09:33 +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 w5599WXI041694; Tue, 5 Jun 2018 09:09:32 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5599W4I041692; Tue, 5 Jun 2018 09:09:32 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201806050909.w5599W4I041692@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 5 Jun 2018 09:09:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471750 - head/devel/py-grpcio-tools X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: head/devel/py-grpcio-tools X-SVN-Commit-Revision: 471750 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 09:09:33 -0000 Author: vanilla Date: Tue Jun 5 09:09:32 2018 New Revision: 471750 URL: https://svnweb.freebsd.org/changeset/ports/471750 Log: Update to 1.12.1. Modified: head/devel/py-grpcio-tools/Makefile head/devel/py-grpcio-tools/distinfo Modified: head/devel/py-grpcio-tools/Makefile ============================================================================== --- head/devel/py-grpcio-tools/Makefile Tue Jun 5 09:07:57 2018 (r471749) +++ head/devel/py-grpcio-tools/Makefile Tue Jun 5 09:09:32 2018 (r471750) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grpcio-tools -PORTVERSION= 1.12.0 +PORTVERSION= 1.12.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-grpcio-tools/distinfo ============================================================================== --- head/devel/py-grpcio-tools/distinfo Tue Jun 5 09:07:57 2018 (r471749) +++ head/devel/py-grpcio-tools/distinfo Tue Jun 5 09:09:32 2018 (r471750) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526475947 -SHA256 (grpcio-tools-1.12.0.tar.gz) = 88cb9bf5eb09fec2515f8a227deb1a5a2c42330114f8cea8aea8ccaf5c4f06b9 -SIZE (grpcio-tools-1.12.0.tar.gz) = 1925902 +TIMESTAMP = 1528189214 +SHA256 (grpcio-tools-1.12.1.tar.gz) = 75cc5bbfc3980e5504b0e1832d16b08fa2d8ff712ecd38372096251f24cb75b6 +SIZE (grpcio-tools-1.12.1.tar.gz) = 1926348 From owner-svn-ports-all@freebsd.org Tue Jun 5 09:34:25 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1D86FD4FC1; Tue, 5 Jun 2018 09:34:25 +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 557B56C0C1; Tue, 5 Jun 2018 09:34:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 349D41AB46; Tue, 5 Jun 2018 09:34:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w559YPE3056478; Tue, 5 Jun 2018 09:34:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w559YOYC056476; Tue, 5 Jun 2018 09:34:24 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201806050934.w559YOYC056476@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 5 Jun 2018 09:34:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471751 - head/mail/horde-webmail X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/mail/horde-webmail X-SVN-Commit-Revision: 471751 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 09:34:25 -0000 Author: amdmi3 Date: Tue Jun 5 09:34:24 2018 New Revision: 471751 URL: https://svnweb.freebsd.org/changeset/ports/471751 Log: - Whitespace fix - Update WWW Approved by: portmgr blanket Modified: head/mail/horde-webmail/Makefile head/mail/horde-webmail/pkg-descr Modified: head/mail/horde-webmail/Makefile ============================================================================== --- head/mail/horde-webmail/Makefile Tue Jun 5 09:09:32 2018 (r471750) +++ head/mail/horde-webmail/Makefile Tue Jun 5 09:34:24 2018 (r471751) @@ -10,7 +10,7 @@ COMMENT= Horde Groupware Webmail Edition CONFLICTS= horde-groupware-[456]* -USES= horde cpe +USES= horde cpe CPE_PRODUCT= groupware CPE_EDITION= webmail USE_HORDE_BUILD= Horde_Role Modified: head/mail/horde-webmail/pkg-descr ============================================================================== --- head/mail/horde-webmail/pkg-descr Tue Jun 5 09:09:32 2018 (r471750) +++ head/mail/horde-webmail/pkg-descr Tue Jun 5 09:34:24 2018 (r471751) @@ -4,4 +4,4 @@ three different webmail interfaces and manage and shar tasks and notes with the standards compliant components from the Horde Project. -WWW: http://www.horde.org/apps/webmail/ +WWW: https://www.horde.org/apps/webmail/ From owner-svn-ports-all@freebsd.org Tue Jun 5 12:12:21 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5BBDFF2797; Tue, 5 Jun 2018 12:12:21 +0000 (UTC) (envelope-from krion@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 7BBCA73E60; Tue, 5 Jun 2018 12:12:21 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 5E7E21C554; Tue, 5 Jun 2018 12:12:21 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55CCLxM036363; Tue, 5 Jun 2018 12:12:21 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55CCLQp036362; Tue, 5 Jun 2018 12:12:21 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201806051212.w55CCLQp036362@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Tue, 5 Jun 2018 12:12:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471752 - head/www/miniflux X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: head/www/miniflux X-SVN-Commit-Revision: 471752 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 12:12:21 -0000 Author: krion Date: Tue Jun 5 12:12:20 2018 New Revision: 471752 URL: https://svnweb.freebsd.org/changeset/ports/471752 Log: Update to 2.0.8 Modified: head/www/miniflux/Makefile head/www/miniflux/distinfo Modified: head/www/miniflux/Makefile ============================================================================== --- head/www/miniflux/Makefile Tue Jun 5 09:34:24 2018 (r471751) +++ head/www/miniflux/Makefile Tue Jun 5 12:12:20 2018 (r471752) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= miniflux -DISTVERSION= 2.0.7 +DISTVERSION= 2.0.8 CATEGORIES= www MAINTAINER= krion@FreeBSD.org Modified: head/www/miniflux/distinfo ============================================================================== --- head/www/miniflux/distinfo Tue Jun 5 09:34:24 2018 (r471751) +++ head/www/miniflux/distinfo Tue Jun 5 12:12:20 2018 (r471752) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526805966 -SHA256 (miniflux-miniflux-2.0.7_GH0.tar.gz) = f968c710235538b4c02c963e08f5e9a2692068a8fe2cba063ff763f257be377a -SIZE (miniflux-miniflux-2.0.7_GH0.tar.gz) = 12435198 +TIMESTAMP = 1528200627 +SHA256 (miniflux-miniflux-2.0.8_GH0.tar.gz) = 4a7391c392b09e0bef636524320fafacdd3c73d5a289f62ae9d1aa116eb33a91 +SIZE (miniflux-miniflux-2.0.8_GH0.tar.gz) = 12433156 From owner-svn-ports-all@freebsd.org Tue Jun 5 12:13:20 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F4022FF297B; Tue, 5 Jun 2018 12:13:19 +0000 (UTC) (envelope-from wen@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 9759773FF7; Tue, 5 Jun 2018 12:13:19 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 798161C568; Tue, 5 Jun 2018 12:13:19 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55CDJwt036548; Tue, 5 Jun 2018 12:13:19 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55CDIfR036543; Tue, 5 Jun 2018 12:13:18 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201806051213.w55CDIfR036543@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 5 Jun 2018 12:13:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471753 - in head/audio/ario: . files X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/audio/ario: . files X-SVN-Commit-Revision: 471753 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 12:13:20 -0000 Author: wen Date: Tue Jun 5 12:13:18 2018 New Revision: 471753 URL: https://svnweb.freebsd.org/changeset/ports/471753 Log: - Update to 1.6 - Add options - Pet portlint - Pass maintainership to submitter PR: 227287 Submitted by: alfix86@gmail.com Modified: head/audio/ario/Makefile head/audio/ario/distinfo head/audio/ario/files/patch-src_ario-avahi.c head/audio/ario/pkg-plist Modified: head/audio/ario/Makefile ============================================================================== --- head/audio/ario/Makefile Tue Jun 5 12:12:20 2018 (r471752) +++ head/audio/ario/Makefile Tue Jun 5 12:13:18 2018 (r471753) @@ -2,51 +2,59 @@ # $FreeBSD$ PORTNAME= ario -PORTVERSION= 1.5.1 -PORTREVISION= 11 +PORTVERSION= 1.6 CATEGORIES= audio MASTER_SITES= SF/ario-player/ario-player/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= alfix86@gmail.com COMMENT= Ario is a GTK2 client for MPD LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libgnutls.so:security/gnutls \ - libgcrypt.so:security/libgcrypt \ - libdbus-glib-1.so:devel/dbus-glib \ - libcurl.so:ftp/curl \ - libnotify.so:devel/libnotify \ - libsoup-2.4.so:devel/libsoup \ - libtag_c.so:audio/taglib \ - libunique-1.0.so:x11-toolkits/unique \ - libmpdclient.so:audio/libmpdclient +BUILD_DEPENDS= intltoolize:textproc/intltool +LIB_DEPENDS= libcurl.so:ftp/curl GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib USES= gmake libtool pkgconfig USE_LDCONFIG= yes -USE_GNOME= gtk20 intltool +USE_GNOME= gtk30 pango atk cairo gdkpixbuf2 glib20 libxml2 INSTALLS_ICONS= yes INSTALL_TARGET= install-strip -OPTIONS_DEFINE= AVAHI NLS -AVAHI_DESC= Zeroconf support (Avahi) +OPTIONS_DEFINE= AVAHI DBUS DEBUG LIBMPDCLIENT2 MPDIDLE NLS PLAYLISTS SEARCH TAGLIB +OPTIONS_SUB= yes + +LIBMPDCLIENT2_DESC= API library for interfacing MPD +MPDIDLE_DESC= MPD idle mode support +PLAYLISTS_DESC= Playlists support +SEARCH_DESC= Search view support +TAGLIB_DESC= Manage ID3 tags and Ogg comments + +OPTIONS_DEFAULT= DBUS LIBMPDCLIENT2 MPDIDLE NLS PLAYLISTS SEARCH TAGLIB + AVAHI_LIB_DEPENDS= libavahi-client.so:net/avahi-app AVAHI_CONFIGURE_ENABLE= avahi +DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus libdbus-glib-1.so:devel/dbus-glib +DBUS_CONFIGURE_ENABLE= dbus + +DEBUG_CONFIGURE_ENABLE= debug + +LIBMPDCLIENT2_LIB_DEPENDS= libmpdclient.so:audio/libmpdclient +LIBMPDCLIENT2_CONFIGURE_ENABLE= libmpdclient2 + +MPDIDLE_CONFIGURE_ENABLE= mpdidle + NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls -NLS_USES_OFF= gettext-tools -post-patch: - @${REINPLACE_CMD} -e 's|glib/gslist.h|glib.h|g ; \ - s|glib/gkeyfile.h>|glib.h>|g' \ - ${WRKSRC}/src/ario-util.h \ - ${WRKSRC}/src/plugins/ario-plugin-info.c \ - ${WRKSRC}/src/ario-profiles.h +PLAYLISTS_CONFIGURE_ENABLE= playlists + +SEARCH_CONFIGURE_ENABLE= search + +TAGLIB_LIB_DEPENDS= libtag_c.so:audio/taglib libtag.so:audio/taglib +TAGLIB_CONFIGURE_ENABLE= taglib .include Modified: head/audio/ario/distinfo ============================================================================== --- head/audio/ario/distinfo Tue Jun 5 12:12:20 2018 (r471752) +++ head/audio/ario/distinfo Tue Jun 5 12:13:18 2018 (r471753) @@ -1,2 +1,3 @@ -SHA256 (ario-1.5.1.tar.gz) = 0831281ab8634eb92424b61230eee035822f7f92d8b0526da7316c898239c91e -SIZE (ario-1.5.1.tar.gz) = 1135444 +TIMESTAMP = 1522837890 +SHA256 (ario-1.6.tar.gz) = 1442ede8eef994384489d72d028d7f7b1a1c81efe737f7147587dd02c772d09a +SIZE (ario-1.6.tar.gz) = 1151747 Modified: head/audio/ario/files/patch-src_ario-avahi.c ============================================================================== --- head/audio/ario/files/patch-src_ario-avahi.c Tue Jun 5 12:12:20 2018 (r471752) +++ head/audio/ario/files/patch-src_ario-avahi.c Tue Jun 5 12:13:18 2018 (r471753) @@ -1,4 +1,4 @@ ---- src/ario-avahi.c.orig 2011-02-27 15:07:31 UTC +--- src/ario-avahi.c.orig 2018-04-04 12:36:02 UTC +++ src/ario-avahi.c @@ -34,6 +34,11 @@ #include Modified: head/audio/ario/pkg-plist ============================================================================== --- head/audio/ario/pkg-plist Tue Jun 5 12:12:20 2018 (r471752) +++ head/audio/ario/pkg-plist Tue Jun 5 12:13:18 2018 (r471753) @@ -1,11 +1,6 @@ bin/ario -lib/ario/plugins/audioscrobbler.ario-plugin lib/ario/plugins/filesystem.ario-plugin lib/ario/plugins/information.ario-plugin -lib/ario/plugins/libaudioscrobbler.a -lib/ario/plugins/libaudioscrobbler.so -lib/ario/plugins/libaudioscrobbler.so.0 -lib/ario/plugins/libaudioscrobbler.so.0.0.0 lib/ario/plugins/libfilesystem.a lib/ario/plugins/libfilesystem.so lib/ario/plugins/libfilesystem.so.0 @@ -14,30 +9,58 @@ lib/ario/plugins/libinformation.a lib/ario/plugins/libinformation.so lib/ario/plugins/libinformation.so.0 lib/ario/plugins/libinformation.so.0.0.0 -lib/ario/plugins/liblibnotify.a -lib/ario/plugins/liblibnotify.so -lib/ario/plugins/liblibnotify.so.0 -lib/ario/plugins/liblibnotify.so.0.0.0 -lib/ario/plugins/libmmkeys.a -lib/ario/plugins/libmmkeys.so -lib/ario/plugins/libmmkeys.so.0 -lib/ario/plugins/libmmkeys.so.0.0.0 -lib/ario/plugins/libnotify.ario-plugin +%%DBUS%%lib/ario/plugins/libmmkeys.a +%%DBUS%%lib/ario/plugins/libmmkeys.so +%%DBUS%%lib/ario/plugins/libmmkeys.so.0 +%%DBUS%%lib/ario/plugins/libmmkeys.so.0.0.0 lib/ario/plugins/libradios.a lib/ario/plugins/libradios.so lib/ario/plugins/libradios.so.0 lib/ario/plugins/libradios.so.0.0.0 -lib/ario/plugins/libwikipedia.a -lib/ario/plugins/libwikipedia.so -lib/ario/plugins/libwikipedia.so.0 -lib/ario/plugins/libwikipedia.so.0.0.0 -lib/ario/plugins/mmkeys.ario-plugin +%%DBUS%%lib/ario/plugins/mmkeys.ario-plugin lib/ario/plugins/radios.ario-plugin -lib/ario/plugins/wikipedia.ario-plugin +%%NLS%%locale/ar/LC_MESSAGES/ario.mo +%%NLS%%locale/ca/LC_MESSAGES/ario.mo +%%NLS%%locale/cs/LC_MESSAGES/ario.mo +%%NLS%%locale/da/LC_MESSAGES/ario.mo +%%NLS%%locale/de/LC_MESSAGES/ario.mo +%%NLS%%locale/en_AU/LC_MESSAGES/ario.mo +%%NLS%%locale/en_CA/LC_MESSAGES/ario.mo +%%NLS%%locale/en_GB/LC_MESSAGES/ario.mo +%%NLS%%locale/eo/LC_MESSAGES/ario.mo +%%NLS%%locale/es/LC_MESSAGES/ario.mo +%%NLS%%locale/et/LC_MESSAGES/ario.mo +%%NLS%%locale/fi/LC_MESSAGES/ario.mo +%%NLS%%locale/fr/LC_MESSAGES/ario.mo +%%NLS%%locale/ga/LC_MESSAGES/ario.mo +%%NLS%%locale/he/LC_MESSAGES/ario.mo +%%NLS%%locale/hr/LC_MESSAGES/ario.mo +%%NLS%%locale/hu/LC_MESSAGES/ario.mo +%%NLS%%locale/id/LC_MESSAGES/ario.mo +%%NLS%%locale/it/LC_MESSAGES/ario.mo +%%NLS%%locale/ja/LC_MESSAGES/ario.mo +%%NLS%%locale/nb/LC_MESSAGES/ario.mo +%%NLS%%locale/nds/LC_MESSAGES/ario.mo +%%NLS%%locale/nl/LC_MESSAGES/ario.mo +%%NLS%%locale/oc/LC_MESSAGES/ario.mo +%%NLS%%locale/pl/LC_MESSAGES/ario.mo +%%NLS%%locale/pt/LC_MESSAGES/ario.mo +%%NLS%%locale/pt_BR/LC_MESSAGES/ario.mo +%%NLS%%locale/ro/LC_MESSAGES/ario.mo +%%NLS%%locale/ru/LC_MESSAGES/ario.mo +%%NLS%%locale/sv/LC_MESSAGES/ario.mo +%%NLS%%locale/th/LC_MESSAGES/ario.mo +%%NLS%%locale/tr/LC_MESSAGES/ario.mo +%%NLS%%locale/uk/LC_MESSAGES/ario.mo +%%NLS%%locale/vi/LC_MESSAGES/ario.mo +%%NLS%%locale/zh_CN/LC_MESSAGES/ario.mo +%%NLS%%locale/zh_HK/LC_MESSAGES/ario.mo +%%NLS%%locale/zh_TW/LC_MESSAGES/ario.mo share/applications/ario.desktop %%DATADIR%%/art/ario-pause.png %%DATADIR%%/art/ario-play.png %%DATADIR%%/art/ario.png +%%DATADIR%%/art/consume.png %%DATADIR%%/art/logo.png %%DATADIR%%/art/pl-below.png %%DATADIR%%/art/pl-inside.png @@ -46,18 +69,18 @@ share/applications/ario.desktop %%DATADIR%%/art/repeat.png %%DATADIR%%/art/shuffle.png %%DATADIR%%/data/profiles.xml.default -%%DATADIR%%/plugins/audioscrobbler-prefs.ui -%%DATADIR%%/plugins/filesystem-ui.xml -%%DATADIR%%/plugins/icons/audioscrobbler.png -%%DATADIR%%/plugins/icons/wikipedia.png +%%DATADIR%%/plugins/ario-filesystem-menu.ui +%%DATADIR%%/plugins/ario-radios-menu.ui %%DATADIR%%/plugins/information.ui -%%DATADIR%%/plugins/radios-ui.xml %%DATADIR%%/plugins/radios.xml.default -%%DATADIR%%/plugins/wikipedia-ui.xml -%%DATADIR%%/ui/ario-ui.xml +%%DATADIR%%/ui/ario-browser-menu.ui +%%DATADIR%%/ui/ario-playlist-menu.ui +%%DATADIR%%/ui/ario-shell-menu.ui +%%DATADIR%%/ui/ario-songlist-menu.ui %%DATADIR%%/ui/browser-prefs.ui %%DATADIR%%/ui/connection-assistant.ui %%DATADIR%%/ui/connection-autodetect.ui +%%DATADIR%%/ui/connection-dialog.ui %%DATADIR%%/ui/connection-prefs.ui %%DATADIR%%/ui/connection-widget.ui %%DATADIR%%/ui/cover-prefs.ui @@ -71,7 +94,6 @@ share/applications/ario.desktop %%DATADIR%%/ui/similar-artists.ui %%DATADIR%%/ui/song-infos.ui %%DATADIR%%/ui/stats-prefs.ui -%%DATADIR%%/ui/trayicon-prefs.ui share/icons/hicolor/128x128/apps/ario.png share/icons/hicolor/16x16/apps/ario.png share/icons/hicolor/22x22/apps/ario.png @@ -83,40 +105,3 @@ share/icons/hicolor/64x64/apps/ario.png share/icons/hicolor/72x72/apps/ario.png share/icons/hicolor/96x96/apps/ario.png share/icons/hicolor/scalable/apps/ario.svg -share/locale/da/LC_MESSAGES/ario.mo -share/locale/tr/LC_MESSAGES/ario.mo -share/locale/zh_CN/LC_MESSAGES/ario.mo -share/locale/zh_HK/LC_MESSAGES/ario.mo -share/locale/ca/LC_MESSAGES/ario.mo -share/locale/zh_TW/LC_MESSAGES/ario.mo -share/locale/ro/LC_MESSAGES/ario.mo -share/locale/it/LC_MESSAGES/ario.mo -share/locale/ru/LC_MESSAGES/ario.mo -share/locale/id/LC_MESSAGES/ario.mo -share/locale/fi/LC_MESSAGES/ario.mo -share/locale/sv/LC_MESSAGES/ario.mo -share/locale/pt/LC_MESSAGES/ario.mo -share/locale/th/LC_MESSAGES/ario.mo -share/locale/de/LC_MESSAGES/ario.mo -share/locale/ja/LC_MESSAGES/ario.mo -share/locale/pt_BR/LC_MESSAGES/ario.mo -share/locale/nds/LC_MESSAGES/ario.mo -share/locale/nl/LC_MESSAGES/ario.mo -share/locale/fr/LC_MESSAGES/ario.mo -share/locale/he/LC_MESSAGES/ario.mo -share/locale/ar/LC_MESSAGES/ario.mo -share/locale/cs/LC_MESSAGES/ario.mo -share/locale/pl/LC_MESSAGES/ario.mo -share/locale/es/LC_MESSAGES/ario.mo -share/locale/hu/LC_MESSAGES/ario.mo -share/locale/hr/LC_MESSAGES/ario.mo -share/locale/en_GB/LC_MESSAGES/ario.mo -share/locale/et/LC_MESSAGES/ario.mo -share/locale/nb/LC_MESSAGES/ario.mo -share/locale/ga/LC_MESSAGES/ario.mo -share/locale/oc/LC_MESSAGES/ario.mo -share/locale/vi/LC_MESSAGES/ario.mo -share/locale/eo/LC_MESSAGES/ario.mo -share/locale/en_CA/LC_MESSAGES/ario.mo -share/locale/uk/LC_MESSAGES/ario.mo -share/locale/en_AU/LC_MESSAGES/ario.mo From owner-svn-ports-all@freebsd.org Tue Jun 5 12:22:48 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DC73FF414E; Tue, 5 Jun 2018 12:22:48 +0000 (UTC) (envelope-from novel@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 511E4748B1; Tue, 5 Jun 2018 12:22:48 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 324611C6F8; Tue, 5 Jun 2018 12:22:48 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55CMmZu041618; Tue, 5 Jun 2018 12:22:48 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55CMlj5041616; Tue, 5 Jun 2018 12:22:47 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201806051222.w55CMlj5041616@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Tue, 5 Jun 2018 12:22:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471754 - head/www/qutebrowser X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: head/www/qutebrowser X-SVN-Commit-Revision: 471754 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 12:22:48 -0000 Author: novel Date: Tue Jun 5 12:22:47 2018 New Revision: 471754 URL: https://svnweb.freebsd.org/changeset/ports/471754 Log: www/qutebrowser: update to 1.3.1 Modified: head/www/qutebrowser/Makefile head/www/qutebrowser/distinfo Modified: head/www/qutebrowser/Makefile ============================================================================== --- head/www/qutebrowser/Makefile Tue Jun 5 12:13:18 2018 (r471753) +++ head/www/qutebrowser/Makefile Tue Jun 5 12:22:47 2018 (r471754) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= qutebrowser -DISTVERSION= 1.3.0 +DISTVERSION= 1.3.1 CATEGORIES= www MASTER_SITES= CHEESESHOP Modified: head/www/qutebrowser/distinfo ============================================================================== --- head/www/qutebrowser/distinfo Tue Jun 5 12:13:18 2018 (r471753) +++ head/www/qutebrowser/distinfo Tue Jun 5 12:22:47 2018 (r471754) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526151486 -SHA256 (qutebrowser-1.3.0.tar.gz) = 83cf51e934d37ac6fa686ba25878d63ba319b3e548f41f8ea2ee02d393313095 -SIZE (qutebrowser-1.3.0.tar.gz) = 3659104 +TIMESTAMP = 1527755039 +SHA256 (qutebrowser-1.3.1.tar.gz) = 6def16de59b3f8ad65a692c768d06dd88f747655f5b1dd35cba3503f11776eb3 +SIZE (qutebrowser-1.3.1.tar.gz) = 3534035 From owner-svn-ports-all@freebsd.org Tue Jun 5 12:43:39 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31135FF6FBA; Tue, 5 Jun 2018 12:43:39 +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 D000775A9A; Tue, 5 Jun 2018 12:43:38 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AF4F51CA19; Tue, 5 Jun 2018 12:43:38 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55ChcOR051639; Tue, 5 Jun 2018 12:43:38 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55ChcX3051638; Tue, 5 Jun 2018 12:43:38 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201806051243.w55ChcX3051638@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 5 Jun 2018 12:43:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471755 - head/devel/godot X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/godot X-SVN-Commit-Revision: 471755 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 12:43:39 -0000 Author: amdmi3 Date: Tue Jun 5 12:43:38 2018 New Revision: 471755 URL: https://svnweb.freebsd.org/changeset/ports/471755 Log: - Enable verbose build as required by PHB Approved by: portmgr blanket Modified: head/devel/godot/Makefile Modified: head/devel/godot/Makefile ============================================================================== --- head/devel/godot/Makefile Tue Jun 5 12:22:47 2018 (r471754) +++ head/devel/godot/Makefile Tue Jun 5 12:43:38 2018 (r471755) @@ -30,7 +30,7 @@ USES= compiler:c++14-lang pkgconfig scons ssl USE_XORG= x11 xcursor xi xinerama xrandr USE_GL= gl glew glu -MAKE_ARGS+= platform=x11 builtin_libpng=False builtin_openssl=False +MAKE_ARGS+= platform=x11 builtin_libpng=False builtin_openssl=False verbose=True MAKE_ARGS+= ${MAKE_ARGS_${CHOSEN_COMPILER_TYPE}} MAKE_ARGS_clang= use_llvm=True CXXFLAGS+= -DRTAUDIO_ENABLED From owner-svn-ports-all@freebsd.org Tue Jun 5 12:47:13 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2927FF7577; Tue, 5 Jun 2018 12:47:13 +0000 (UTC) (envelope-from wen@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 77B7C75C4E; Tue, 5 Jun 2018 12:47:13 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4CD4D1CA1A; Tue, 5 Jun 2018 12:47:13 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55ClDC2051916; Tue, 5 Jun 2018 12:47:13 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55ClCt2051914; Tue, 5 Jun 2018 12:47:12 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201806051247.w55ClCt2051914@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 5 Jun 2018 12:47:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471756 - head/devel/liblouis X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/devel/liblouis X-SVN-Commit-Revision: 471756 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 12:47:13 -0000 Author: wen Date: Tue Jun 5 12:47:12 2018 New Revision: 471756 URL: https://svnweb.freebsd.org/changeset/ports/471756 Log: - Update to 3.6.0 Modified: head/devel/liblouis/Makefile head/devel/liblouis/distinfo head/devel/liblouis/pkg-plist Modified: head/devel/liblouis/Makefile ============================================================================== --- head/devel/liblouis/Makefile Tue Jun 5 12:43:38 2018 (r471755) +++ head/devel/liblouis/Makefile Tue Jun 5 12:47:12 2018 (r471756) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= liblouis -PORTVERSION= 3.5.0 +PORTVERSION= 3.6.0 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/liblouis/distinfo ============================================================================== --- head/devel/liblouis/distinfo Tue Jun 5 12:43:38 2018 (r471755) +++ head/devel/liblouis/distinfo Tue Jun 5 12:47:12 2018 (r471756) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522612368 -SHA256 (liblouis-liblouis-v3.5.0_GH0.tar.gz) = 6f215f01c89b827a2f0f3b224d0b30c092465c3c0ecbf23766a74fb66489cd98 -SIZE (liblouis-liblouis-v3.5.0_GH0.tar.gz) = 12373991 +TIMESTAMP = 1528200990 +SHA256 (liblouis-liblouis-v3.6.0_GH0.tar.gz) = 9f8a7e4f97c9692bd2e1ce0ed776fa33681da8b632b5d2819fa36eadfc3b5f82 +SIZE (liblouis-liblouis-v3.6.0_GH0.tar.gz) = 12601195 Modified: head/devel/liblouis/pkg-plist ============================================================================== --- head/devel/liblouis/pkg-plist Tue Jun 5 12:43:38 2018 (r471755) +++ head/devel/liblouis/pkg-plist Tue Jun 5 12:47:12 2018 (r471756) @@ -1,4 +1,3 @@ -%%DATADIR%%/tables/Cz-Cz-g1.utb %%DATADIR%%/tables/Es-Es-G0.utb %%DATADIR%%/tables/Es-Es-g1.utb %%DATADIR%%/tables/IPA-unicode-range.uti @@ -41,7 +40,9 @@ %%DATADIR%%/tables/corrections.cti %%DATADIR%%/tables/countries.cti %%DATADIR%%/tables/cs-chardefs.cti +%%DATADIR%%/tables/cs-comp8.utb %%DATADIR%%/tables/cs-g1.ctb +%%DATADIR%%/tables/cs-letterDef8Dots.uti %%DATADIR%%/tables/cs.tbl %%DATADIR%%/tables/cs-translation.cti %%DATADIR%%/tables/cy-cy-g1.utb @@ -389,8 +390,8 @@ include/liblouis/liblouis.h libdata/pkgconfig/liblouis.pc lib/liblouis.a lib/liblouis.so -lib/liblouis.so.14 -lib/liblouis.so.14.1.2 +lib/liblouis.so.16 +lib/liblouis.so.16.0.0 man/man1/lou_allround.1.gz man/man1/lou_checkhyphens.1.gz man/man1/lou_checktable.1.gz From owner-svn-ports-all@freebsd.org Tue Jun 5 13:00:34 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9473FF8BDF; Tue, 5 Jun 2018 13:00:34 +0000 (UTC) (envelope-from mat@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 8AF7E7646E; Tue, 5 Jun 2018 13:00:34 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6CA2E1CBC6; Tue, 5 Jun 2018 13:00:34 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55D0YOM057029; Tue, 5 Jun 2018 13:00:34 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55D0Ywx057028; Tue, 5 Jun 2018 13:00:34 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201806051300.w55D0Ywx057028@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 5 Jun 2018 13:00:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471757 - head/sysutils/munin-contrib X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/sysutils/munin-contrib X-SVN-Commit-Revision: 471757 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 13:00:35 -0000 Author: mat Date: Tue Jun 5 13:00:33 2018 New Revision: 471757 URL: https://svnweb.freebsd.org/changeset/ports/471757 Log: Update to latest commit, and add a bind9stats plugin [1]. PR: 225508 [1] Sponsored by: Absolight Modified: head/sysutils/munin-contrib/Makefile (contents, props changed) head/sysutils/munin-contrib/distinfo (contents, props changed) Modified: head/sysutils/munin-contrib/Makefile ============================================================================== --- head/sysutils/munin-contrib/Makefile Tue Jun 5 12:47:12 2018 (r471756) +++ head/sysutils/munin-contrib/Makefile Tue Jun 5 13:00:33 2018 (r471757) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= contrib -DISTVERSION= git.2018-03-30 +DISTVERSION= git.2018-05-28 CATEGORIES= sysutils PKGNAMEPREFIX= munin- @@ -20,7 +20,8 @@ zsh_CMD= ${LOCALBASE}/bin/zsh python3_CMD= ${LOCALBASE}/bin/python${PYTHON3_DEFAULT} USE_GITHUB= yes GH_ACCOUNT= munin-monitoring -GH_TAGNAME= 2b66ed3 +GH_TAGNAME= 8e37e480 +GH_TUPLE= shuque:bind9stats:a920ded:bind9stats NO_BUILD= yes NO_ARCH= yes @@ -31,6 +32,9 @@ BINMODE= 755 SUB_FILES= pkg-message EXAMPLES_DIRS= plugins samples templates tools + +post-extract: + @${MV} ${WRKSRC_bind9stats}/bind9stats.py ${WRKSRC}/plugins/bind9stats do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR} Modified: head/sysutils/munin-contrib/distinfo ============================================================================== --- head/sysutils/munin-contrib/distinfo Tue Jun 5 12:47:12 2018 (r471756) +++ head/sysutils/munin-contrib/distinfo Tue Jun 5 13:00:33 2018 (r471757) @@ -1,3 +1,5 @@ -TIMESTAMP = 1522752784 -SHA256 (munin-monitoring-contrib-git.2018-03-30-2b66ed3_GH0.tar.gz) = 482841979700a3dc6732f9ad96f385e6ae6ad2d2bd85fcb69ea8d76ec7ddc67f -SIZE (munin-monitoring-contrib-git.2018-03-30-2b66ed3_GH0.tar.gz) = 4570649 +TIMESTAMP = 1528202504 +SHA256 (munin-monitoring-contrib-git.2018-03-30-8e37e480_GH0.tar.gz) = 7d200a72ef41586fac5cf9440d5438053fd861c4292937f3ed610dfb8a38b685 +SIZE (munin-monitoring-contrib-git.2018-03-30-8e37e480_GH0.tar.gz) = 5035331 +SHA256 (shuque-bind9stats-a920ded_GH0.tar.gz) = 633c8580d1c09f7f259bdd9c97675d231464be1194f5ce983161d39129eaad07 +SIZE (shuque-bind9stats-a920ded_GH0.tar.gz) = 437443 From owner-svn-ports-all@freebsd.org Tue Jun 5 13:35:00 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C29A4FDB5CE; Tue, 5 Jun 2018 13:35:00 +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 70ADF785A9; Tue, 5 Jun 2018 13:35:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4F8B01D217; Tue, 5 Jun 2018 13:35:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55DZ0aW076893; Tue, 5 Jun 2018 13:35:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55DYxnV076880; Tue, 5 Jun 2018 13:34:59 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201806051334.w55DYxnV076880@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 5 Jun 2018 13:34:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471758 - head/astro/mkgmap X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/astro/mkgmap X-SVN-Commit-Revision: 471758 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 13:35:01 -0000 Author: amdmi3 Date: Tue Jun 5 13:34:59 2018 New Revision: 471758 URL: https://svnweb.freebsd.org/changeset/ports/471758 Log: - Update to r4193 Modified: head/astro/mkgmap/Makefile head/astro/mkgmap/distinfo Modified: head/astro/mkgmap/Makefile ============================================================================== --- head/astro/mkgmap/Makefile Tue Jun 5 13:00:33 2018 (r471757) +++ head/astro/mkgmap/Makefile Tue Jun 5 13:34:59 2018 (r471758) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mkgmap -PORTVERSION= r4188 +PORTVERSION= r4193 CATEGORIES= astro converters java MASTER_SITES= http://www.mkgmap.org.uk/download/ \ http://mirror.amdmi3.ru/distfiles/ Modified: head/astro/mkgmap/distinfo ============================================================================== --- head/astro/mkgmap/distinfo Tue Jun 5 13:00:33 2018 (r471757) +++ head/astro/mkgmap/distinfo Tue Jun 5 13:34:59 2018 (r471758) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526308478 -SHA256 (mkgmap-r4188.tar.gz) = bdb6d1f31e0a2b039bf729c5e0d275e57bcb5784b327dc5ee4547cfab1199082 -SIZE (mkgmap-r4188.tar.gz) = 3385628 +TIMESTAMP = 1528143517 +SHA256 (mkgmap-r4193.tar.gz) = 665798af2cc30fea96c5129dfa804fb9c60d9153985a0f89bbec2861aeb77696 +SIZE (mkgmap-r4193.tar.gz) = 3386396 From owner-svn-ports-all@freebsd.org Tue Jun 5 13:38:20 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F5F3FDBFC9; Tue, 5 Jun 2018 13:38:20 +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 0BDDC78928; Tue, 5 Jun 2018 13:38:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DE32C1D21A; Tue, 5 Jun 2018 13:38:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55DcJrO077167; Tue, 5 Jun 2018 13:38:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55DcJY5077165; Tue, 5 Jun 2018 13:38:19 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201806051338.w55DcJY5077165@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 5 Jun 2018 13:38:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471759 - head/x11/setxkbmap X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/x11/setxkbmap X-SVN-Commit-Revision: 471759 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 13:38:20 -0000 Author: amdmi3 Date: Tue Jun 5 13:38:19 2018 New Revision: 471759 URL: https://svnweb.freebsd.org/changeset/ports/471759 Log: - Add LICENSE - Add WWW PR: 227960 Submitted by: 0mp Approved by: maintainer timeout (x11, a month) Modified: head/x11/setxkbmap/Makefile head/x11/setxkbmap/pkg-descr Modified: head/x11/setxkbmap/Makefile ============================================================================== --- head/x11/setxkbmap/Makefile Tue Jun 5 13:34:59 2018 (r471758) +++ head/x11/setxkbmap/Makefile Tue Jun 5 13:38:19 2018 (r471759) @@ -7,6 +7,9 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Set the keyboard using the X Keyboard Extension +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + XORG_CAT= app USE_XORG= xkbfile x11 Modified: head/x11/setxkbmap/pkg-descr ============================================================================== --- head/x11/setxkbmap/pkg-descr Tue Jun 5 13:34:59 2018 (r471758) +++ head/x11/setxkbmap/pkg-descr Tue Jun 5 13:38:19 2018 (r471759) @@ -1,2 +1,4 @@ This package contains setxkbmp, a program for setting the keyboard using the X Keyboard Extension. + +WWW: https://www.freedesktop.org/Software/xorg From owner-svn-ports-all@freebsd.org Tue Jun 5 13:39:16 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45D62FDC256; Tue, 5 Jun 2018 13:39:16 +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 DD24578B0E; Tue, 5 Jun 2018 13:39:15 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BE5271D21D; Tue, 5 Jun 2018 13:39:15 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55DdF4Z077334; Tue, 5 Jun 2018 13:39:15 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55DdFnO077332; Tue, 5 Jun 2018 13:39:15 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201806051339.w55DdFnO077332@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 5 Jun 2018 13:39:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471760 - head/x11/libxkbfile X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/x11/libxkbfile X-SVN-Commit-Revision: 471760 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 13:39:16 -0000 Author: amdmi3 Date: Tue Jun 5 13:39:15 2018 New Revision: 471760 URL: https://svnweb.freebsd.org/changeset/ports/471760 Log: - Add LICENSE_FILE - Update WWW PR: 227961 Submitted by: 0mp Approved by: maintainer timeout (x11, a month) Modified: head/x11/libxkbfile/Makefile head/x11/libxkbfile/pkg-descr Modified: head/x11/libxkbfile/Makefile ============================================================================== --- head/x11/libxkbfile/Makefile Tue Jun 5 13:38:19 2018 (r471759) +++ head/x11/libxkbfile/Makefile Tue Jun 5 13:39:15 2018 (r471760) @@ -9,6 +9,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= XKB file library LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING XORG_CAT= lib USE_XORG= x11 kbproto:both Modified: head/x11/libxkbfile/pkg-descr ============================================================================== --- head/x11/libxkbfile/pkg-descr Tue Jun 5 13:38:19 2018 (r471759) +++ head/x11/libxkbfile/pkg-descr Tue Jun 5 13:39:15 2018 (r471760) @@ -1,3 +1,3 @@ This package contains the XKB file library. -WWW: http://www.freedesktop.org/Software/xorg +WWW: https://www.freedesktop.org/Software/xorg From owner-svn-ports-all@freebsd.org Tue Jun 5 13:42:18 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BB07FDCAC3; Tue, 5 Jun 2018 13:42:18 +0000 (UTC) (envelope-from tz@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 3E18178F56; Tue, 5 Jun 2018 13:42:18 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 20B5E1D399; Tue, 5 Jun 2018 13:42:18 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55DgHIL081981; Tue, 5 Jun 2018 13:42:17 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55DgHr5081978; Tue, 5 Jun 2018 13:42:17 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201806051342.w55DgHr5081978@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 5 Jun 2018 13:42:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471761 - in head/devel/magit: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in head/devel/magit: . files X-SVN-Commit-Revision: 471761 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 13:42:18 -0000 Author: tz Date: Tue Jun 5 13:42:17 2018 New Revision: 471761 URL: https://svnweb.freebsd.org/changeset/ports/471761 Log: devel/magit: Update from 2.12.1 to 2.13.0 Changelog: https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.13.0.txt PR: 228717 Submitted by: Yasuhiro KIMURA Approved by: Yasuhiro KIMURA (maintainer) Modified: head/devel/magit/Makefile head/devel/magit/distinfo head/devel/magit/files/patch-default.mk Modified: head/devel/magit/Makefile ============================================================================== --- head/devel/magit/Makefile Tue Jun 5 13:39:15 2018 (r471760) +++ head/devel/magit/Makefile Tue Jun 5 13:42:17 2018 (r471761) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= magit -PORTVERSION= 2.12.1 -PORTREVISION= 1 +PORTVERSION= 2.13.0 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} @@ -13,14 +12,14 @@ COMMENT= Interface to Git for Emacs LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= dash.el${EMACS_PKGNAMESUFFIX}>=2.13.0:devel/dash.el@${EMACS_FLAVOR} \ - ghub${EMACS_PKGNAMESUFFIX}>=2.0.0:devel/ghub@${EMACS_FLAVOR} \ +BUILD_DEPENDS= dash.el${EMACS_PKGNAMESUFFIX}>=2.14.1:devel/dash.el@${EMACS_FLAVOR} \ + ghub${EMACS_PKGNAMESUFFIX}>=2.0.1:devel/ghub@${EMACS_FLAVOR} \ magit-popup${EMACS_PKGNAMESUFFIX}>=2.12.3:devel/magit-popup@${EMACS_FLAVOR} \ - with-editor${EMACS_PKGNAMESUFFIX}>=2.7.2:editors/with-editor@${EMACS_FLAVOR} -RUN_DEPENDS= dash.el${EMACS_PKGNAMESUFFIX}>=2.13.0:devel/dash.el@${EMACS_FLAVOR} \ - ghub${EMACS_PKGNAMESUFFIX}>=2.0.0:devel/ghub@${EMACS_FLAVOR} \ + with-editor${EMACS_PKGNAMESUFFIX}>=2.7.3:editors/with-editor@${EMACS_FLAVOR} +RUN_DEPENDS= dash.el${EMACS_PKGNAMESUFFIX}>=2.14.1:devel/dash.el@${EMACS_FLAVOR} \ + ghub${EMACS_PKGNAMESUFFIX}>=2.0.1:devel/ghub@${EMACS_FLAVOR} \ magit-popup${EMACS_PKGNAMESUFFIX}>=2.12.3:devel/magit-popup@${EMACS_FLAVOR} \ - with-editor${EMACS_PKGNAMESUFFIX}>=2.7.2:editors/with-editor@${EMACS_FLAVOR} + with-editor${EMACS_PKGNAMESUFFIX}>=2.7.3:editors/with-editor@${EMACS_FLAVOR} USES= emacs gmake makeinfo USE_GITHUB= yes Modified: head/devel/magit/distinfo ============================================================================== --- head/devel/magit/distinfo Tue Jun 5 13:39:15 2018 (r471760) +++ head/devel/magit/distinfo Tue Jun 5 13:42:17 2018 (r471761) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522592277 -SHA256 (magit-magit-2.12.1_GH0.tar.gz) = 49b5b0044bc3ee666b096f6fe9534cd6fc5c8bf808e2f0ab2e9de8b5b9ac953a -SIZE (magit-magit-2.12.1_GH0.tar.gz) = 505873 +TIMESTAMP = 1527999507 +SHA256 (magit-magit-2.13.0_GH0.tar.gz) = dc0a939592f1f00e9206813d9ceb6d56cfab87501adfc87d44913f081d5a0e60 +SIZE (magit-magit-2.13.0_GH0.tar.gz) = 519614 Modified: head/devel/magit/files/patch-default.mk ============================================================================== --- head/devel/magit/files/patch-default.mk Tue Jun 5 13:39:15 2018 (r471760) +++ head/devel/magit/files/patch-default.mk Tue Jun 5 13:42:17 2018 (r471761) @@ -1,4 +1,4 @@ ---- default.mk.orig 2018-03-29 20:07:19 UTC +--- default.mk.orig 2018-06-03 00:38:37 UTC +++ default.mk @@ -89,8 +89,6 @@ ELGS = magit-autoloads.el magit-version. @@ -6,6 +6,6 @@ -VERSION ?= $(shell test -e $(TOP).git && git describe --tags --abbrev=0) - - ASYNC_VERSION = 1.9.2 - DASH_VERSION = 2.13.0 - GHUB_VERSION = 2.0.0 + ASYNC_VERSION = 1.9.3 + DASH_VERSION = 2.14.1 + GHUB_VERSION = 2.0.1 From owner-svn-ports-all@freebsd.org Tue Jun 5 13:42:36 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AEF9BFDCBB8; Tue, 5 Jun 2018 13:42:36 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 690637906F; Tue, 5 Jun 2018 13:42:36 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 61FA28A26; Tue, 5 Jun 2018 13:42:36 +0000 (UTC) Date: Tue, 5 Jun 2018 13:42:36 +0000 From: Alexey Dokuchaev To: Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r471577 - head/databases/p5-DMOZ-ParseRDF Message-ID: <20180605134236.GA3309@FreeBSD.org> References: <201806041801.w54I1fqw059369@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201806041801.w54I1fqw059369@repo.freebsd.org> User-Agent: Mutt/1.9.5 (2018-04-13) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 13:42:36 -0000 On Mon, Jun 04, 2018 at 06:01:41PM +0000, Sunpoet Po-Chuan Hsieh wrote: > New Revision: 471577 > URL: https://svnweb.freebsd.org/changeset/ports/471577 > > Log: > Add LICENSE > > - Add NO_ARCH > - Update WWW Is there any reason you format commit logs like that? It's kind of hard to read. Why not simply: - Add LICENSE - Add NO_ARCH - Update WWW ./danfe From owner-svn-ports-all@freebsd.org Tue Jun 5 14:38:15 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE5A2FE3FFD; Tue, 5 Jun 2018 14:38:15 +0000 (UTC) (envelope-from mfechner@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 6EDA17BBC9; Tue, 5 Jun 2018 14:38:15 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 4BE221DBB4; Tue, 5 Jun 2018 14:38:15 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55EcFiC007514; Tue, 5 Jun 2018 14:38:15 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55EcEZC007512; Tue, 5 Jun 2018 14:38:14 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201806051438.w55EcEZC007512@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Tue, 5 Jun 2018 14:38:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r471762 - in branches/2018Q2: devel devel/rubygem-recursive-open-struct10 net net/rubygem-gitaly-proto096 X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in branches/2018Q2: devel devel/rubygem-recursive-open-struct10 net net/rubygem-gitaly-proto096 X-SVN-Commit-Revision: 471762 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 14:38:15 -0000 Author: mfechner Date: Tue Jun 5 14:38:14 2018 New Revision: 471762 URL: https://svnweb.freebsd.org/changeset/ports/471762 Log: MFH: r468859 New ports required for gitlab update to 10.7.x. Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15200 Approved by: ports-secteam (eadler) Added: branches/2018Q2/devel/rubygem-recursive-open-struct10/ - copied from r468859, head/devel/rubygem-recursive-open-struct10/ branches/2018Q2/net/rubygem-gitaly-proto096/ - copied from r468859, head/net/rubygem-gitaly-proto096/ Modified: branches/2018Q2/devel/Makefile branches/2018Q2/net/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/devel/Makefile ============================================================================== --- branches/2018Q2/devel/Makefile Tue Jun 5 13:42:17 2018 (r471761) +++ branches/2018Q2/devel/Makefile Tue Jun 5 14:38:14 2018 (r471762) @@ -5726,6 +5726,7 @@ SUBDIR += rubygem-recaptcha SUBDIR += rubygem-recaptcha3 SUBDIR += rubygem-recursive-open-struct + SUBDIR += rubygem-recursive-open-struct10 SUBDIR += rubygem-recursive-open-struct100 SUBDIR += rubygem-redis-activesupport SUBDIR += rubygem-redis-activesupport-rails5 Modified: branches/2018Q2/net/Makefile ============================================================================== --- branches/2018Q2/net/Makefile Tue Jun 5 13:42:17 2018 (r471761) +++ branches/2018Q2/net/Makefile Tue Jun 5 14:38:14 2018 (r471762) @@ -1217,6 +1217,7 @@ SUBDIR += rubygem-gitaly-proto083 SUBDIR += rubygem-gitaly-proto084 SUBDIR += rubygem-gitaly-proto088 + SUBDIR += rubygem-gitaly-proto096 SUBDIR += rubygem-gitlab_omniauth-ldap SUBDIR += rubygem-gitlab_omniauth-ldap1 SUBDIR += rubygem-grpc From owner-svn-ports-all@freebsd.org Tue Jun 5 14:39:53 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA445FE44AA; Tue, 5 Jun 2018 14:39:52 +0000 (UTC) (envelope-from mfechner@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 97BB37BD2D; Tue, 5 Jun 2018 14:39:52 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 78D3E1DBB5; Tue, 5 Jun 2018 14:39:52 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55EdqGC007799; Tue, 5 Jun 2018 14:39:52 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55EdpP1007794; Tue, 5 Jun 2018 14:39:51 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201806051439.w55EdpP1007794@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Tue, 5 Jun 2018 14:39:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r471763 - in branches/2018Q2/devel/libgit2: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in branches/2018Q2/devel/libgit2: . files X-SVN-Commit-Revision: 471763 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 14:39:53 -0000 Author: mfechner Date: Tue Jun 5 14:39:51 2018 New Revision: 471763 URL: https://svnweb.freebsd.org/changeset/ports/471763 Log: MFH: r469927 Update devel/libgit2 to 0.27.0 required for gitlab 10.7.x Updated patches to match new file locations. Reviewed by: swills (mentor), wg (maintainer) Approved by: swills (mentor), wg (maintainer) Differential Revision: https://reviews.freebsd.org/D15320 Approved by: ports-secteam (eadler) Added: branches/2018Q2/devel/libgit2/files/patch-src_streams_openssl.c - copied unchanged from r469927, head/devel/libgit2/files/patch-src_streams_openssl.c branches/2018Q2/devel/libgit2/files/patch-src_streams_openssl.h - copied unchanged from r469927, head/devel/libgit2/files/patch-src_streams_openssl.h Deleted: branches/2018Q2/devel/libgit2/files/patch-src_openssl__stream.c branches/2018Q2/devel/libgit2/files/patch-src_openssl__stream.h Modified: branches/2018Q2/devel/libgit2/Makefile branches/2018Q2/devel/libgit2/distinfo branches/2018Q2/devel/libgit2/pkg-plist Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/devel/libgit2/Makefile ============================================================================== --- branches/2018Q2/devel/libgit2/Makefile Tue Jun 5 14:38:14 2018 (r471762) +++ branches/2018Q2/devel/libgit2/Makefile Tue Jun 5 14:39:51 2018 (r471763) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libgit2 -PORTVERSION= 0.26.0 +PORTVERSION= 0.27.0 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: branches/2018Q2/devel/libgit2/distinfo ============================================================================== --- branches/2018Q2/devel/libgit2/distinfo Tue Jun 5 14:38:14 2018 (r471762) +++ branches/2018Q2/devel/libgit2/distinfo Tue Jun 5 14:39:51 2018 (r471763) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510679233 -SHA256 (libgit2-libgit2-v0.26.0_GH0.tar.gz) = 6a62393e0ceb37d02fe0d5707713f504e7acac9006ef33da1e88960bd78b6eac -SIZE (libgit2-libgit2-v0.26.0_GH0.tar.gz) = 4697156 +TIMESTAMP = 1524466383 +SHA256 (libgit2-libgit2-v0.27.0_GH0.tar.gz) = 545b0458292c786aba334f1bf1c8f73600ae73dd7205a7bb791a187ee48ab8d2 +SIZE (libgit2-libgit2-v0.27.0_GH0.tar.gz) = 4761312 Copied: branches/2018Q2/devel/libgit2/files/patch-src_streams_openssl.c (from r469927, head/devel/libgit2/files/patch-src_streams_openssl.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/devel/libgit2/files/patch-src_streams_openssl.c Tue Jun 5 14:39:51 2018 (r471763, copy of r469927, head/devel/libgit2/files/patch-src_streams_openssl.c) @@ -0,0 +1,11 @@ +--- src/streams/openssl.c.orig 2018-04-23 07:00:42 UTC ++++ src/streams/openssl.c +@@ -104,7 +104,7 @@ int git_openssl_stream_global_init(void) + ssl_opts |= SSL_OP_NO_COMPRESSION; + #endif + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000L) + SSL_load_error_strings(); + OpenSSL_add_ssl_algorithms(); + #else Copied: branches/2018Q2/devel/libgit2/files/patch-src_streams_openssl.h (from r469927, head/devel/libgit2/files/patch-src_streams_openssl.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/devel/libgit2/files/patch-src_streams_openssl.h Tue Jun 5 14:39:51 2018 (r471763, copy of r469927, head/devel/libgit2/files/patch-src_streams_openssl.h) @@ -0,0 +1,11 @@ +--- src/streams/openssl.h.orig 2018-04-23 07:00:52 UTC ++++ src/streams/openssl.h +@@ -31,7 +31,7 @@ extern int git_openssl__set_cert_locatio + + + +-# if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) ++# if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000L) + + GIT_INLINE(BIO_METHOD*) BIO_meth_new(int type, const char *name) + { Modified: branches/2018Q2/devel/libgit2/pkg-plist ============================================================================== --- branches/2018Q2/devel/libgit2/pkg-plist Tue Jun 5 14:38:14 2018 (r471762) +++ branches/2018Q2/devel/libgit2/pkg-plist Tue Jun 5 14:39:51 2018 (r471763) @@ -65,7 +65,6 @@ include/git2/sys/openssl.h include/git2/sys/refdb_backend.h include/git2/sys/reflog.h include/git2/sys/refs.h -include/git2/sys/remote.h include/git2/sys/repository.h include/git2/sys/stream.h include/git2/sys/time.h From owner-svn-ports-all@freebsd.org Tue Jun 5 14:41:00 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33D46FE4906; Tue, 5 Jun 2018 14:41:00 +0000 (UTC) (envelope-from mfechner@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 DD3D67BEB9; Tue, 5 Jun 2018 14:40:59 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 BF1141DBD8; Tue, 5 Jun 2018 14:40:59 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55Eexvo008032; Tue, 5 Jun 2018 14:40:59 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55EexYs008030; Tue, 5 Jun 2018 14:40:59 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201806051440.w55EexYs008030@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Tue, 5 Jun 2018 14:40:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r471764 - branches/2018Q2/devel/py-pygit2 X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2018Q2/devel/py-pygit2 X-SVN-Commit-Revision: 471764 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 14:41:00 -0000 Author: mfechner Date: Tue Jun 5 14:40:59 2018 New Revision: 471764 URL: https://svnweb.freebsd.org/changeset/ports/471764 Log: MFH: r469928 Update devel/py-pygit2 to 0.27.0 required by gitlab 10.7.x Reviewed by: tz (mentor), wg (maintainer) Approved by: tz (mentor), wg (maintainer) Differential Revision: https://reviews.freebsd.org/D15319 Approved by: ports-secteam (eadler) Modified: branches/2018Q2/devel/py-pygit2/Makefile branches/2018Q2/devel/py-pygit2/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/devel/py-pygit2/Makefile ============================================================================== --- branches/2018Q2/devel/py-pygit2/Makefile Tue Jun 5 14:39:51 2018 (r471763) +++ branches/2018Q2/devel/py-pygit2/Makefile Tue Jun 5 14:40:59 2018 (r471764) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pygit2 -PORTVERSION= 0.26.0 -PORTREVISION= 1 +PORTVERSION= 0.27.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: branches/2018Q2/devel/py-pygit2/distinfo ============================================================================== --- branches/2018Q2/devel/py-pygit2/distinfo Tue Jun 5 14:39:51 2018 (r471763) +++ branches/2018Q2/devel/py-pygit2/distinfo Tue Jun 5 14:40:59 2018 (r471764) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510681588 -SHA256 (pygit2-0.26.0.tar.gz) = a7f06d61f25ab644c39e0e9bd4846a6cc4af81ae27f889473e6f0e9511226cb1 -SIZE (pygit2-0.26.0.tar.gz) = 457263 +TIMESTAMP = 1524467582 +SHA256 (pygit2-0.27.0.tar.gz) = 6febce4aea72f12ed5a1e7529b91119f21d93cb2ccb3f834eea26af76cc9a4cb +SIZE (pygit2-0.27.0.tar.gz) = 477427 From owner-svn-ports-all@freebsd.org Tue Jun 5 14:44:27 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20E0CFE5923; Tue, 5 Jun 2018 14:44:27 +0000 (UTC) (envelope-from mfechner@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 C09C17C56C; Tue, 5 Jun 2018 14:44:26 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 9D5871DD5B; Tue, 5 Jun 2018 14:44:26 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55EiQMs012987; Tue, 5 Jun 2018 14:44:26 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55EiQUi012986; Tue, 5 Jun 2018 14:44:26 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201806051444.w55EiQUi012986@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Tue, 5 Jun 2018 14:44:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r471765 - in branches/2018Q2/devel: libgit2 libgit2-glib/files X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in branches/2018Q2/devel: libgit2 libgit2-glib/files X-SVN-Commit-Revision: 471765 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 14:44:27 -0000 Author: mfechner Date: Tue Jun 5 14:44:26 2018 New Revision: 471765 URL: https://svnweb.freebsd.org/changeset/ports/471765 Log: MFH: r469930 r470014 Mark devel/libgit2-glib as broken, upstream does not support libgit 0.27.0 Reviewed by: wg (maintainer) Approved by: wg (maintainer) Differential Revision: https://reviews.freebsd.org/D15321 devel/libgit2-glib: Unbreak with libgit2 0.27. The fix is two-fold: * Adjust the path for the sed call in devel/libgit2 so that we leave out openssl from libgit2.pc's Requires.private line, otherwise libgit2-glib will look for openssl.pc, which does not exist when OpenSSL from base is used. * Reset libgit2-glib back to 0.26, and import a patch both Arch Linux and openSUSE have been carrying to fix the build with libgit2 0.27. PORTEPOCH was not set because there is no libgit2-glib 0.27 and no package could have possibly been built after r469930. Approved by: mfechner, gnome (kwm) Differential Revision: https://reviews.freebsd.org/D15437 Approved by: ports-secteam (eadler) Added: branches/2018Q2/devel/libgit2-glib/files/ - copied from r470014, head/devel/libgit2-glib/files/ Modified: branches/2018Q2/devel/libgit2/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/devel/libgit2/Makefile ============================================================================== --- branches/2018Q2/devel/libgit2/Makefile Tue Jun 5 14:40:59 2018 (r471764) +++ branches/2018Q2/devel/libgit2/Makefile Tue Jun 5 14:44:26 2018 (r471765) @@ -2,6 +2,7 @@ PORTNAME= libgit2 PORTVERSION= 0.27.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -38,7 +39,7 @@ post-patch: @${REINPLACE_CMD} -e "/LIBGIT2_PC_REQUIRES.*zlib/ d" ${WRKSRC}/CMakeLists.txt .if ${SSL_DEFAULT} == base @${REINPLACE_CMD} -e "/LIBGIT2_PC_REQUIRES.*openssl/ d" \ - ${WRKSRC}/CMakeLists.txt + ${WRKSRC}/src/CMakeLists.txt .endif .include From owner-svn-ports-all@freebsd.org Tue Jun 5 14:45:43 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 081E5FE5CE3; Tue, 5 Jun 2018 14:45:43 +0000 (UTC) (envelope-from mfechner@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 A14B27C70A; Tue, 5 Jun 2018 14:45:42 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 83DBA1DD5C; Tue, 5 Jun 2018 14:45:42 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55EjgMI013219; Tue, 5 Jun 2018 14:45:42 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55Ejgw6013217; Tue, 5 Jun 2018 14:45:42 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201806051445.w55Ejgw6013217@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Tue, 5 Jun 2018 14:45:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r471766 - branches/2018Q2/devel/rubygem-rugged X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2018Q2/devel/rubygem-rugged X-SVN-Commit-Revision: 471766 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 14:45:43 -0000 Author: mfechner Date: Tue Jun 5 14:45:41 2018 New Revision: 471766 URL: https://svnweb.freebsd.org/changeset/ports/471766 Log: MFH: r469932 r471167 Update devel/rubygem-rugged to 0.27.0 required for gitlab 10.7.x. Reviewed by: tz (mentor), sunpoet (maintainer), ruby (maintainer) Approved by: tz (mentor), sunpoet (maintainer), ruby (maintainer) Differential Revision: https://reviews.freebsd.org/D15317 Update to 0.27.1 Changes: https://github.com/libgit2/rugged/commits/master Approved by: ports-secteam (eadler) Modified: branches/2018Q2/devel/rubygem-rugged/Makefile branches/2018Q2/devel/rubygem-rugged/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/devel/rubygem-rugged/Makefile ============================================================================== --- branches/2018Q2/devel/rubygem-rugged/Makefile Tue Jun 5 14:44:26 2018 (r471765) +++ branches/2018Q2/devel/rubygem-rugged/Makefile Tue Jun 5 14:45:41 2018 (r471766) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rugged -PORTVERSION= 0.26.0 +PORTVERSION= 0.27.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: branches/2018Q2/devel/rubygem-rugged/distinfo ============================================================================== --- branches/2018Q2/devel/rubygem-rugged/distinfo Tue Jun 5 14:44:26 2018 (r471765) +++ branches/2018Q2/devel/rubygem-rugged/distinfo Tue Jun 5 14:45:41 2018 (r471766) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509092399 -SHA256 (rubygem/rugged-0.26.0.gem) = be09b6331ba7af2968a4f4703134447977e9e068eefb68961b5b092c9e7910e7 -SIZE (rubygem/rugged-0.26.0.gem) = 1127424 +TIMESTAMP = 1527701777 +SHA256 (rubygem/rugged-0.27.1.gem) = ca301d5696f75c08a60e77b9f7a75249e77fee617e4be90898f7f957b54c586f +SIZE (rubygem/rugged-0.27.1.gem) = 1155072 From owner-svn-ports-all@freebsd.org Tue Jun 5 14:46:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1EFC3FE5FAE; Tue, 5 Jun 2018 14:46:33 +0000 (UTC) (envelope-from mfechner@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 BA3D67C885; Tue, 5 Jun 2018 14:46:32 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 9C9711DD5D; Tue, 5 Jun 2018 14:46:32 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55EkW8M013398; Tue, 5 Jun 2018 14:46:32 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55EkWVj013397; Tue, 5 Jun 2018 14:46:32 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201806051446.w55EkWVj013397@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Tue, 5 Jun 2018 14:46:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r471767 - branches/2018Q2/textproc/rubygem-wikicloth081 X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2018Q2/textproc/rubygem-wikicloth081 X-SVN-Commit-Revision: 471767 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 14:46:33 -0000 Author: mfechner Date: Tue Jun 5 14:46:32 2018 New Revision: 471767 URL: https://svnweb.freebsd.org/changeset/ports/471767 Log: MFH: r469933 Added missing dependency to rinku. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D15316 Approved by: ports-secteam (eadler) Modified: branches/2018Q2/textproc/rubygem-wikicloth081/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/textproc/rubygem-wikicloth081/Makefile ============================================================================== --- branches/2018Q2/textproc/rubygem-wikicloth081/Makefile Tue Jun 5 14:45:41 2018 (r471766) +++ branches/2018Q2/textproc/rubygem-wikicloth081/Makefile Tue Jun 5 14:46:32 2018 (r471767) @@ -2,6 +2,7 @@ PORTNAME= wikicloth PORTVERSION= 0.8.1 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG PKGNAMESUFFIX= 081 @@ -16,6 +17,7 @@ RUN_DEPENDS= rubygem-builder>=0:devel/rubygem-builder rubygem-expression_parser>=0:math/rubygem-expression_parser \ rubygem-htmlentities>=0:textproc/rubygem-htmlentities \ rubygem-nokogiri>=0:textproc/rubygem-nokogiri \ + rubygem-rinku>=0:www/rubygem-rinku \ rubygem-twitter-text>=0:textproc/rubygem-twitter-text PORTSCOUT= limit:^0\.8\.1 From owner-svn-ports-all@freebsd.org Tue Jun 5 14:53:25 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE119FE7680; Tue, 5 Jun 2018 14:53:24 +0000 (UTC) (envelope-from m@absolight.fr) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "prod2.absolight.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7F74A7D128; Tue, 5 Jun 2018 14:53:23 +0000 (UTC) (envelope-from m@absolight.fr) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 0EE69BDD1E; Tue, 5 Jun 2018 16:53:22 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id D6C07BDC85; Tue, 5 Jun 2018 16:53:21 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 4E4B76119; Tue, 5 Jun 2018 16:53:21 +0200 (CEST) Received: by ogg.in.absolight.net (Postfix, from userid 501) id E83B86D8AA8F; Tue, 5 Jun 2018 16:53:20 +0200 (CEST) Date: Tue, 5 Jun 2018 16:53:20 +0200 From: Mathieu Arnold To: Sunpoet Po-Chuan Hsieh Cc: Alexey Dokuchaev , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r471577 - head/databases/p5-DMOZ-ParseRDF Message-ID: <20180605145320.b7fdhbfadroamo6d@ogg.in.absolight.net> References: <201806041801.w54I1fqw059369@repo.freebsd.org> <20180605134236.GA3309@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="h6gnylmzeiraxled" Content-Disposition: inline In-Reply-To: <20180605134236.GA3309@FreeBSD.org> User-Agent: NeoMutt/20171215 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 14:53:25 -0000 --h6gnylmzeiraxled Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 05, 2018 at 01:42:36PM +0000, Alexey Dokuchaev wrote: > On Mon, Jun 04, 2018 at 06:01:41PM +0000, Sunpoet Po-Chuan Hsieh wrote: > > New Revision: 471577 > > URL: https://svnweb.freebsd.org/changeset/ports/471577 > >=20 > > Log: > > Add LICENSE > > =20 > > - Add NO_ARCH > > - Update WWW >=20 > Is there any reason you format commit logs like that? It's kind of hard > to read. Why not simply: >=20 > - Add LICENSE > - Add NO_ARCH > - Update WWW Or, even better, something like this: ``` This port does not install any architecture dependant files. While there, add LICENSE and update WWW, search.cpan.org is going away. ``` Or something else that actually describe WHY, and not an english translation of the diff. --=20 Mathieu Arnold --h6gnylmzeiraxled Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAABCgBmBQJbFqPgXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IgV8P/2RLdta1EXIcR7xmveCA+hXy xj9jWkWP8BFnYYa4Fg8CK/wwF8N5VlmqIy/7oUb+F4XOd7jfAblbg+VrslFqt0d1 yM8HBtRuCg5Qdp85zrImPsnbcYQ2qw4NsGempIC/rKlyg3WxGNgGtmOzaAhv1H04 olGZL1Ss2nYxObGyfZEiASGhQZlv3l8VJYRKXJa8XGSypMRBvH1WP74AR7aJR9Tv qTaFpPh7DSGTiJQuqcniqV7sWouWeNztsZsKJcZq2FllCcqRIHV5n/H1QOkDh6Rt u43cbFpEhs7SCnrvLCRPkkBUzpC3/gOKW1OR/D9p9JW9gjrhpyOTWwsorqeD/AfU YFDkay0omIXZPL+aRCf7fR9OpChfspQK+UErEcRIKeB2vurxbvE3u4PeAngThOPA vB5mboOQs6JPCXFnWHyruwHcBBhCrrgq60jdOYnaAiUXOjyQNdkyno45YvwkqeCa OQ/3+h7OUBRiZf5F6AkFDH6/xJq/AAIb0dYSvbPYNjs0KLMKWE/HdS+/EznqBE7e Ts7qJbo04tABLztta1qGpI/WJhjwPJ/tvov0OigdJFFkRn9ACnxCzoUTOds0jML6 vPLl81sQeC6g4elvw0cSrSYdcuPdwl5ly3qb/UezUjJPnD+F+hpE4/kTOVaan798 98TJIZ8PQMj4Qao/6zDE =tkAo -----END PGP SIGNATURE----- --h6gnylmzeiraxled-- From owner-svn-ports-all@freebsd.org Tue Jun 5 15:03:14 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20BA8FE946D; Tue, 5 Jun 2018 15:03:14 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 CBBA87D952; Tue, 5 Jun 2018 15:03:13 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id C407DA384; Tue, 5 Jun 2018 15:03:13 +0000 (UTC) Date: Tue, 5 Jun 2018 15:03:13 +0000 From: Alexey Dokuchaev To: Mathieu Arnold Cc: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r471577 - head/databases/p5-DMOZ-ParseRDF Message-ID: <20180605150313.GA17615@FreeBSD.org> References: <201806041801.w54I1fqw059369@repo.freebsd.org> <20180605134236.GA3309@FreeBSD.org> <20180605145320.b7fdhbfadroamo6d@ogg.in.absolight.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180605145320.b7fdhbfadroamo6d@ogg.in.absolight.net> User-Agent: Mutt/1.9.5 (2018-04-13) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 15:03:14 -0000 On Tue, Jun 05, 2018 at 04:53:20PM +0200, Mathieu Arnold wrote: > On Tue, Jun 05, 2018 at 01:42:36PM +0000, Alexey Dokuchaev wrote: > > On Mon, Jun 04, 2018 at 06:01:41PM +0000, Sunpoet Po-Chuan Hsieh wrote: > > > New Revision: 471577 > > > URL: https://svnweb.freebsd.org/changeset/ports/471577 > > > > > > Log: > > > Add LICENSE > > > > > > - Add NO_ARCH > > > - Update WWW > > > > Is there any reason you format commit logs like that? It's kind of hard > > to read. Why not simply: > > > > - Add LICENSE > > - Add NO_ARCH > > - Update WWW > > Or, even better, something like this: > > ``` > This port does not install any architecture dependant files. > > While there, add LICENSE and update WWW, search.cpan.org is going away. > ``` > > Or something else that actually describe WHY, and not an english > translation of the diff. Yes, of course, that would be even better, but given how sunpoet@ is usually un^Wresponsive to the feedback, I've started with smaller step. ./danfe From owner-svn-ports-all@freebsd.org Tue Jun 5 15:04:25 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F386FE9808; Tue, 5 Jun 2018 15:04:25 +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 3358E7DAC1; Tue, 5 Jun 2018 15:04:25 +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 107B51E079; Tue, 5 Jun 2018 15:04:25 +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 w55F4OjS023602; Tue, 5 Jun 2018 15:04:24 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55F4O9E023601; Tue, 5 Jun 2018 15:04:24 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201806051504.w55F4O9E023601@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 5 Jun 2018 15:04:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471768 - head/lang/erlang-runtime20 X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/lang/erlang-runtime20 X-SVN-Commit-Revision: 471768 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 15:04:25 -0000 Author: olgeni Date: Tue Jun 5 15:04:24 2018 New Revision: 471768 URL: https://svnweb.freebsd.org/changeset/ports/471768 Log: Update lang/erlang-runtime20 to version 20.3.7. Modified: head/lang/erlang-runtime20/Makefile head/lang/erlang-runtime20/distinfo Modified: head/lang/erlang-runtime20/Makefile ============================================================================== --- head/lang/erlang-runtime20/Makefile Tue Jun 5 14:46:32 2018 (r471767) +++ head/lang/erlang-runtime20/Makefile Tue Jun 5 15:04:24 2018 (r471768) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 20.3.6 +PORTVERSION= 20.3.7 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -19,7 +19,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni PATCHFILES= patch-otp-20.3.1 patch-otp-20.3.2 patch-otp-20.3.3 \ - patch-otp-20.3.4 patch-otp-20.3.5 patch-otp-20.3.6 + patch-otp-20.3.4 patch-otp-20.3.5 patch-otp-20.3.6 \ + patch-otp-20.3.7 MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson Modified: head/lang/erlang-runtime20/distinfo ============================================================================== --- head/lang/erlang-runtime20/distinfo Tue Jun 5 14:46:32 2018 (r471767) +++ head/lang/erlang-runtime20/distinfo Tue Jun 5 15:04:24 2018 (r471768) @@ -1,8 +1,8 @@ -TIMESTAMP = 1525782579 +TIMESTAMP = 1528207615 SHA256 (erlang/otp_src_20.3.tar.gz) = 4e19e6c403d5255531c0b870f19511c8b8e3b080618e4f9efcb44d905935b2a1 SIZE (erlang/otp_src_20.3.tar.gz) = 88170904 -SHA256 (erlang/preloaded-20.3.6.tar.gz) = 02c403e70557b297d906d1f51f424d6f809888426db9cd8fecadbceba4281fc0 -SIZE (erlang/preloaded-20.3.6.tar.gz) = 334969 +SHA256 (erlang/preloaded-20.3.7.tar.gz) = ba3fc7c3fe73e42882f2b55b248152ca7f3598d67cb7462ee4ba987f506d046d +SIZE (erlang/preloaded-20.3.7.tar.gz) = 334978 SHA256 (erlang/patch-otp-20.3.1) = 3d43c6ecb867c64318466eb7adeb8953669cb092bb4b43bbe1b51cfb8d640ee8 SIZE (erlang/patch-otp-20.3.1) = 5316 SHA256 (erlang/patch-otp-20.3.2) = b4fa80bab29f1382510ad5b3fc66fd5d1aba35bb48ce390763eb05c88a3e44b1 @@ -15,3 +15,5 @@ SHA256 (erlang/patch-otp-20.3.5) = 9f3da1a6c1cec2c3093 SIZE (erlang/patch-otp-20.3.5) = 15964 SHA256 (erlang/patch-otp-20.3.6) = edcfba7dd5efee0f0739c919aea542bad33b788b7b2fef212983f686401dda39 SIZE (erlang/patch-otp-20.3.6) = 10837 +SHA256 (erlang/patch-otp-20.3.7) = 3b55f718ef9d863b7616f22f9a90c01766f9d42a69cbfb5fe949d37aec6ac341 +SIZE (erlang/patch-otp-20.3.7) = 19324 From owner-svn-ports-all@freebsd.org Tue Jun 5 15:43:04 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F6ACFF13BA; Tue, 5 Jun 2018 15:43:04 +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 C5F61800A4; Tue, 5 Jun 2018 15:43:03 +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 A73F41E6C6; Tue, 5 Jun 2018 15:43:03 +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 w55Fh3n4043801; Tue, 5 Jun 2018 15:43:03 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55Fh3DJ043800; Tue, 5 Jun 2018 15:43:03 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201806051543.w55Fh3DJ043800@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 5 Jun 2018 15:43:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471769 - head/devel/gputils X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: head/devel/gputils X-SVN-Commit-Revision: 471769 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 15:43:04 -0000 Author: tijl Date: Tue Jun 5 15:43:03 2018 New Revision: 471769 URL: https://svnweb.freebsd.org/changeset/ports/471769 Log: Update WWW. Modified: head/devel/gputils/pkg-descr Modified: head/devel/gputils/pkg-descr ============================================================================== --- head/devel/gputils/pkg-descr Tue Jun 5 15:04:24 2018 (r471768) +++ head/devel/gputils/pkg-descr Tue Jun 5 15:43:03 2018 (r471769) @@ -3,4 +3,4 @@ Microchip's PIC microcontroller families. This port was previously called GPASM. -WWW: http://gputils.sourceforge.net/ +WWW: https://gputils.sourceforge.io/ From owner-svn-ports-all@freebsd.org Tue Jun 5 16:19:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E09CFD0060; Tue, 5 Jun 2018 16:19:47 +0000 (UTC) (envelope-from misha@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 51F668231B; Tue, 5 Jun 2018 16:19:47 +0000 (UTC) (envelope-from misha@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 2FF981EB81; Tue, 5 Jun 2018 16:19:47 +0000 (UTC) (envelope-from misha@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55GJlT9059958; Tue, 5 Jun 2018 16:19:47 GMT (envelope-from misha@FreeBSD.org) Received: (from misha@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55GJlPd059957; Tue, 5 Jun 2018 16:19:47 GMT (envelope-from misha@FreeBSD.org) Message-Id: <201806051619.w55GJlPd059957@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: misha set sender to misha@FreeBSD.org using -f From: Mikhail Pchelin Date: Tue, 5 Jun 2018 16:19:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471770 - head/science/orthanc X-SVN-Group: ports-head X-SVN-Commit-Author: misha X-SVN-Commit-Paths: head/science/orthanc X-SVN-Commit-Revision: 471770 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 16:19:47 -0000 Author: misha Date: Tue Jun 5 16:19:46 2018 New Revision: 471770 URL: https://svnweb.freebsd.org/changeset/ports/471770 Log: - mark as DEPRECATED Modified: head/science/orthanc/Makefile Modified: head/science/orthanc/Makefile ============================================================================== --- head/science/orthanc/Makefile Tue Jun 5 15:43:03 2018 (r471769) +++ head/science/orthanc/Makefile Tue Jun 5 16:19:46 2018 (r471770) @@ -20,6 +20,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= fails to build with boost 1.66, see bug 224177 BROKEN_powerpc64= fails to configure: CMake: Looking for C++ include pugixml.hpp - not found +DEPRECATED= Broken for more than 3 months +EXPIRATION_DATE= 2018-06-06 LIB_DEPENDS= libcurl.so:ftp/curl \ libjsoncpp.so:devel/jsoncpp \ From owner-svn-ports-all@freebsd.org Tue Jun 5 16:45:49 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9D28FDC155; Tue, 5 Jun 2018 16:45:49 +0000 (UTC) (envelope-from krion@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 77DEE83968; Tue, 5 Jun 2018 16:45:49 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 558AB1F07C; Tue, 5 Jun 2018 16:45:49 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55GjnEF074726; Tue, 5 Jun 2018 16:45:49 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55Gjmk3074723; Tue, 5 Jun 2018 16:45:48 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201806051645.w55Gjmk3074723@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Tue, 5 Jun 2018 16:45:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471771 - head/sysutils/vzvol X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: head/sysutils/vzvol X-SVN-Commit-Revision: 471771 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 16:45:50 -0000 Author: krion Date: Tue Jun 5 16:45:48 2018 New Revision: 471771 URL: https://svnweb.freebsd.org/changeset/ports/471771 Log: Update to 0.6.4 PR: 228766 Submitted by: maintainer Modified: head/sysutils/vzvol/Makefile head/sysutils/vzvol/distinfo Modified: head/sysutils/vzvol/Makefile ============================================================================== --- head/sysutils/vzvol/Makefile Tue Jun 5 16:19:46 2018 (r471770) +++ head/sysutils/vzvol/Makefile Tue Jun 5 16:45:48 2018 (r471771) @@ -2,7 +2,7 @@ PORTNAME= vzvol DISTVERSIONPREFIX= v -DISTVERSION= 0.6.1 +DISTVERSION= 0.6.4 CATEGORIES= sysutils MAINTAINER= rainbow@sanitylinux.org Modified: head/sysutils/vzvol/distinfo ============================================================================== --- head/sysutils/vzvol/distinfo Tue Jun 5 16:19:46 2018 (r471770) +++ head/sysutils/vzvol/distinfo Tue Jun 5 16:45:48 2018 (r471771) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517132799 -SHA256 (RainbowHackerHorse-vzvol-v0.6.1_GH0.tar.gz) = 035103ca97e77cc762aef735438bab634eeedf3cf03138b85e586717d7d4b8d4 -SIZE (RainbowHackerHorse-vzvol-v0.6.1_GH0.tar.gz) = 9753 +TIMESTAMP = 1528217020 +SHA256 (RainbowHackerHorse-vzvol-v0.6.4_GH0.tar.gz) = dc18f3d691175f16457a5f2d9f800ef23dcc497374f62db39c12906f1023eecd +SIZE (RainbowHackerHorse-vzvol-v0.6.4_GH0.tar.gz) = 9795 From owner-svn-ports-all@freebsd.org Tue Jun 5 17:20:58 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15209FE3BBA; Tue, 5 Jun 2018 17:20:58 +0000 (UTC) (envelope-from krion@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 BCBB8859C2; Tue, 5 Jun 2018 17:20:57 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 9EAB01F558; Tue, 5 Jun 2018 17:20:57 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55HKvPn092394; Tue, 5 Jun 2018 17:20:57 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55HKvVk092392; Tue, 5 Jun 2018 17:20:57 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201806051720.w55HKvVk092392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Tue, 5 Jun 2018 17:20:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r471772 - branches/2018Q2/sysutils/vzvol X-SVN-Group: ports-branches X-SVN-Commit-Author: krion X-SVN-Commit-Paths: branches/2018Q2/sysutils/vzvol X-SVN-Commit-Revision: 471772 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 17:20:58 -0000 Author: krion Date: Tue Jun 5 17:20:57 2018 New Revision: 471772 URL: https://svnweb.freebsd.org/changeset/ports/471772 Log: MFH: r471771 Update to 0.6.4 PR: 228766 Submitted by: maintainer Approved by: ports-secteam@freebsd.org (miwi) Modified: branches/2018Q2/sysutils/vzvol/Makefile branches/2018Q2/sysutils/vzvol/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/sysutils/vzvol/Makefile ============================================================================== --- branches/2018Q2/sysutils/vzvol/Makefile Tue Jun 5 16:45:48 2018 (r471771) +++ branches/2018Q2/sysutils/vzvol/Makefile Tue Jun 5 17:20:57 2018 (r471772) @@ -2,7 +2,7 @@ PORTNAME= vzvol DISTVERSIONPREFIX= v -DISTVERSION= 0.6.1 +DISTVERSION= 0.6.4 CATEGORIES= sysutils MAINTAINER= rainbow@sanitylinux.org Modified: branches/2018Q2/sysutils/vzvol/distinfo ============================================================================== --- branches/2018Q2/sysutils/vzvol/distinfo Tue Jun 5 16:45:48 2018 (r471771) +++ branches/2018Q2/sysutils/vzvol/distinfo Tue Jun 5 17:20:57 2018 (r471772) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517132799 -SHA256 (RainbowHackerHorse-vzvol-v0.6.1_GH0.tar.gz) = 035103ca97e77cc762aef735438bab634eeedf3cf03138b85e586717d7d4b8d4 -SIZE (RainbowHackerHorse-vzvol-v0.6.1_GH0.tar.gz) = 9753 +TIMESTAMP = 1528217020 +SHA256 (RainbowHackerHorse-vzvol-v0.6.4_GH0.tar.gz) = dc18f3d691175f16457a5f2d9f800ef23dcc497374f62db39c12906f1023eecd +SIZE (RainbowHackerHorse-vzvol-v0.6.4_GH0.tar.gz) = 9795 From owner-svn-ports-all@freebsd.org Tue Jun 5 18:49:55 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2322BFF1F2D; Tue, 5 Jun 2018 18:49:55 +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 B9ECC6A57A; Tue, 5 Jun 2018 18:49:54 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 97D172037D; Tue, 5 Jun 2018 18:49:54 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55Ins5g035055; Tue, 5 Jun 2018 18:49:54 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55Ins1F035053; Tue, 5 Jun 2018 18:49:54 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201806051849.w55Ins1F035053@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 5 Jun 2018 18:49:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471773 - head/devel/elixir-smppex X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/devel/elixir-smppex X-SVN-Commit-Revision: 471773 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 18:49:55 -0000 Author: olgeni Date: Tue Jun 5 18:49:53 2018 New Revision: 471773 URL: https://svnweb.freebsd.org/changeset/ports/471773 Log: Update devel/elixir-smppex to version 2.2.6. Modified: head/devel/elixir-smppex/Makefile head/devel/elixir-smppex/distinfo Modified: head/devel/elixir-smppex/Makefile ============================================================================== --- head/devel/elixir-smppex/Makefile Tue Jun 5 17:20:57 2018 (r471772) +++ head/devel/elixir-smppex/Makefile Tue Jun 5 18:49:53 2018 (r471773) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= smppex -PORTVERSION= 2.2.5 +PORTVERSION= 2.2.6 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-smppex/distinfo ============================================================================== --- head/devel/elixir-smppex/distinfo Tue Jun 5 17:20:57 2018 (r471772) +++ head/devel/elixir-smppex/distinfo Tue Jun 5 18:49:53 2018 (r471773) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527074375 -SHA256 (savonarola-smppex-v2.2.5_GH0.tar.gz) = 55430627ebdb505909d795372baa4110a19b707456430551a64e0657a0457db5 -SIZE (savonarola-smppex-v2.2.5_GH0.tar.gz) = 55269 +TIMESTAMP = 1528224160 +SHA256 (savonarola-smppex-v2.2.6_GH0.tar.gz) = 6cf27fd1142218fcca80b6be3bf107357cdb372feaf17300b2e1ef3bc689e473 +SIZE (savonarola-smppex-v2.2.6_GH0.tar.gz) = 55521 From owner-svn-ports-all@freebsd.org Tue Jun 5 18:55:15 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DF6BFF21B3; Tue, 5 Jun 2018 18:55:15 +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 EAA256AAD3; Tue, 5 Jun 2018 18:55: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 C681220505; Tue, 5 Jun 2018 18:55:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55ItEHH039779; Tue, 5 Jun 2018 18:55:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55ItEfq039778; Tue, 5 Jun 2018 18:55:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806051855.w55ItEfq039778@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 5 Jun 2018 18:55:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471774 - head/www/xapian-omega X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/xapian-omega X-SVN-Commit-Revision: 471774 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 18:55:15 -0000 Author: sunpoet Date: Tue Jun 5 18:55:14 2018 New Revision: 471774 URL: https://svnweb.freebsd.org/changeset/ports/471774 Log: Install templates - Bump PORTREVISION for package change Requested by: O'Connor, Daniel Modified: head/www/xapian-omega/Makefile head/www/xapian-omega/pkg-plist Modified: head/www/xapian-omega/Makefile ============================================================================== --- head/www/xapian-omega/Makefile Tue Jun 5 18:49:53 2018 (r471773) +++ head/www/xapian-omega/Makefile Tue Jun 5 18:55:14 2018 (r471774) @@ -3,6 +3,7 @@ PORTNAME= xapian-omega PORTVERSION= 1.4.5 +PORTERVISION= 1 CATEGORIES= www MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ LOCAL/sunpoet @@ -50,5 +51,6 @@ post-install-DOCS-on: post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_DATA} ${WRKSRC}/omega.conf ${STAGEDIR}${EXAMPLESDIR}/ + cd ${WRKSRC}/ && ${COPYTREE_SHARE} templates ${STAGEDIR}${EXAMPLESDIR}/ .include Modified: head/www/xapian-omega/pkg-plist ============================================================================== --- head/www/xapian-omega/pkg-plist Tue Jun 5 18:49:53 2018 (r471773) +++ head/www/xapian-omega/pkg-plist Tue Jun 5 18:55:14 2018 (r471774) @@ -21,6 +21,14 @@ man/man1/scriptindex.1.gz %%PORTDOCS%%%%DOCSDIR%%/scriptindex.html %%PORTDOCS%%%%DOCSDIR%%/termprefixes.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/omega.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/godmode +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/inc/anyalldropbox +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/inc/anyallradio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/inc/toptermsjs +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/opensearch +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/query +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/topterms +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/xml %%DATADIR%%/omega/htdig2omega.script %%DATADIR%%/omega/mbox2omega.script %%WWWDIR%%/cgi-bin/mhtml2html From owner-svn-ports-all@freebsd.org Tue Jun 5 18:55:22 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 386E1FF21DE; Tue, 5 Jun 2018 18:55:22 +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 08C846AB52; Tue, 5 Jun 2018 18:55:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0104F20506; Tue, 5 Jun 2018 18:55: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 w55ItJed039904; Tue, 5 Jun 2018 18:55:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55ItJTS039902; Tue, 5 Jun 2018 18:55:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806051855.w55ItJTS039902@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 5 Jun 2018 18:55:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471775 - head/archivers/p5-Archive-Tar-Wrapper X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/archivers/p5-Archive-Tar-Wrapper X-SVN-Commit-Revision: 471775 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 18:55:22 -0000 Author: sunpoet Date: Tue Jun 5 18:55:19 2018 New Revision: 471775 URL: https://svnweb.freebsd.org/changeset/ports/471775 Log: Update to 0.25 Changes: https://metacpan.org/changes/distribution/Archive-Tar-Wrapper Modified: head/archivers/p5-Archive-Tar-Wrapper/Makefile head/archivers/p5-Archive-Tar-Wrapper/distinfo Modified: head/archivers/p5-Archive-Tar-Wrapper/Makefile ============================================================================== --- head/archivers/p5-Archive-Tar-Wrapper/Makefile Tue Jun 5 18:55:14 2018 (r471774) +++ head/archivers/p5-Archive-Tar-Wrapper/Makefile Tue Jun 5 18:55:19 2018 (r471775) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Archive-Tar-Wrapper -PORTVERSION= 0.24 +PORTVERSION= 0.25 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/archivers/p5-Archive-Tar-Wrapper/distinfo ============================================================================== --- head/archivers/p5-Archive-Tar-Wrapper/distinfo Tue Jun 5 18:55:14 2018 (r471774) +++ head/archivers/p5-Archive-Tar-Wrapper/distinfo Tue Jun 5 18:55:19 2018 (r471775) @@ -1,3 +1,3 @@ -TIMESTAMP = 1528122522 -SHA256 (Archive-Tar-Wrapper-0.24.tar.gz) = 076e8a1946b4d45aa150151a2490b444c09fb6243b469a59e6aeba7e58278c72 -SIZE (Archive-Tar-Wrapper-0.24.tar.gz) = 32822 +TIMESTAMP = 1528202647 +SHA256 (Archive-Tar-Wrapper-0.25.tar.gz) = 47cfbafc8cca360607e7936aac06e5223d9f7d4d874d327f6223a83f840fc5ed +SIZE (Archive-Tar-Wrapper-0.25.tar.gz) = 33047 From owner-svn-ports-all@freebsd.org Tue Jun 5 18:55:25 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF13CFF220D; Tue, 5 Jun 2018 18:55:25 +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 438C56ABA7; Tue, 5 Jun 2018 18:55: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 24A1520507; Tue, 5 Jun 2018 18:55:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55ItP5w040029; Tue, 5 Jun 2018 18:55:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55ItOCi040027; Tue, 5 Jun 2018 18:55:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806051855.w55ItOCi040027@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 5 Jun 2018 18:55:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471776 - head/devel/p5-FFI-CheckLib X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-FFI-CheckLib X-SVN-Commit-Revision: 471776 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 18:55:25 -0000 Author: sunpoet Date: Tue Jun 5 18:55:24 2018 New Revision: 471776 URL: https://svnweb.freebsd.org/changeset/ports/471776 Log: Update to 0.20 Changes: https://metacpan.org/changes/distribution/FFI-CheckLib Modified: head/devel/p5-FFI-CheckLib/Makefile head/devel/p5-FFI-CheckLib/distinfo Modified: head/devel/p5-FFI-CheckLib/Makefile ============================================================================== --- head/devel/p5-FFI-CheckLib/Makefile Tue Jun 5 18:55:19 2018 (r471775) +++ head/devel/p5-FFI-CheckLib/Makefile Tue Jun 5 18:55:24 2018 (r471776) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= FFI-CheckLib -PORTVERSION= 0.19 +PORTVERSION= 0.20 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-FFI-CheckLib/distinfo ============================================================================== --- head/devel/p5-FFI-CheckLib/distinfo Tue Jun 5 18:55:19 2018 (r471775) +++ head/devel/p5-FFI-CheckLib/distinfo Tue Jun 5 18:55:24 2018 (r471776) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527884292 -SHA256 (FFI-CheckLib-0.19.tar.gz) = c58f76c8b70299b7c590c342c08fea749556b8e1ec1f3984c94deb844379937e -SIZE (FFI-CheckLib-0.19.tar.gz) = 24345 +TIMESTAMP = 1528202688 +SHA256 (FFI-CheckLib-0.20.tar.gz) = f41537f870fc49bc2088273e3ff93648a8921a9d5f0af3c8f5f51ccd8ac4efdd +SIZE (FFI-CheckLib-0.20.tar.gz) = 26068 From owner-svn-ports-all@freebsd.org Tue Jun 5 18:55:31 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56FD5FF223A; Tue, 5 Jun 2018 18:55:31 +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 EB5AA6AC7A; Tue, 5 Jun 2018 18:55: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 CA95D20508; Tue, 5 Jun 2018 18:55:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55ItUsP040152; Tue, 5 Jun 2018 18:55:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55ItUkP040149; Tue, 5 Jun 2018 18:55:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806051855.w55ItUkP040149@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 5 Jun 2018 18:55:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471777 - head/devel/py-xdis X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-xdis X-SVN-Commit-Revision: 471777 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 18:55:31 -0000 Author: sunpoet Date: Tue Jun 5 18:55:30 2018 New Revision: 471777 URL: https://svnweb.freebsd.org/changeset/ports/471777 Log: Update to 3.8.3 Changes: https://github.com/rocky/python-xdis/blob/master/NEWS Modified: head/devel/py-xdis/Makefile head/devel/py-xdis/distinfo Modified: head/devel/py-xdis/Makefile ============================================================================== --- head/devel/py-xdis/Makefile Tue Jun 5 18:55:24 2018 (r471776) +++ head/devel/py-xdis/Makefile Tue Jun 5 18:55:30 2018 (r471777) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xdis -PORTVERSION= 3.8.2 +PORTVERSION= 3.8.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-xdis/distinfo ============================================================================== --- head/devel/py-xdis/distinfo Tue Jun 5 18:55:24 2018 (r471776) +++ head/devel/py-xdis/distinfo Tue Jun 5 18:55:30 2018 (r471777) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526716185 -SHA256 (xdis-3.8.2.tar.gz) = e8548be5a386f51a6a0295e033984869ed71191879adc3d5aed17cd4a030ad8f -SIZE (xdis-3.8.2.tar.gz) = 184796 +TIMESTAMP = 1528202754 +SHA256 (xdis-3.8.3.tar.gz) = edf8188d12fb1f29246b2f9232bcc0e361ed5ad6845f312178e8060e14ffc78d +SIZE (xdis-3.8.3.tar.gz) = 219301 From owner-svn-ports-all@freebsd.org Tue Jun 5 18:55:37 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7506CFF2271; Tue, 5 Jun 2018 18:55: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 CFD576AD78; Tue, 5 Jun 2018 18:55:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4ACDF20509; Tue, 5 Jun 2018 18:55:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55Itakn040276; Tue, 5 Jun 2018 18:55:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55ItZft040274; Tue, 5 Jun 2018 18:55:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806051855.w55ItZft040274@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 5 Jun 2018 18:55:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471778 - head/science/py-h5py X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/science/py-h5py X-SVN-Commit-Revision: 471778 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 18:55:37 -0000 Author: sunpoet Date: Tue Jun 5 18:55:35 2018 New Revision: 471778 URL: https://svnweb.freebsd.org/changeset/ports/471778 Log: Update to 2.8.0 Changes: https://github.com/h5py/h5py/releases Modified: head/science/py-h5py/Makefile head/science/py-h5py/distinfo Modified: head/science/py-h5py/Makefile ============================================================================== --- head/science/py-h5py/Makefile Tue Jun 5 18:55:30 2018 (r471777) +++ head/science/py-h5py/Makefile Tue Jun 5 18:55:35 2018 (r471778) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= h5py -PORTVERSION= 2.7.1 -PORTREVISION= 1 +PORTVERSION= 2.8.0 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,8 +24,11 @@ USES= python USE_PYTHON= autoplist concurrent cython distutils PORTDOCS= * -PORTEXAMPLES= multiprocessing_example.py swmr_multiprocess.py \ - swmr_inotify_example.py threading_example.py +PORTEXAMPLES= collective_io.py \ + multiprocessing_example.py \ + swmr_inotify_example.py \ + swmr_multiprocess.py \ + threading_example.py OPTIONS_DEFINE= DOCS EXAMPLES @@ -40,7 +42,7 @@ post-install-DOCS-on: post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - cd ${WRKSRC}/examples/ && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/examples/*.py ${STAGEDIR}${EXAMPLESDIR} do-test: cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test Modified: head/science/py-h5py/distinfo ============================================================================== --- head/science/py-h5py/distinfo Tue Jun 5 18:55:30 2018 (r471777) +++ head/science/py-h5py/distinfo Tue Jun 5 18:55:35 2018 (r471778) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519522205 -SHA256 (h5py-2.7.1.tar.gz) = 180a688311e826ff6ae6d3bda9b5c292b90b28787525ddfcb10a29d5ddcae2cc -SIZE (h5py-2.7.1.tar.gz) = 264225 +TIMESTAMP = 1528202832 +SHA256 (h5py-2.8.0.tar.gz) = e626c65a8587921ebc7fb8d31a49addfdd0b9a9aa96315ea484c09803337b955 +SIZE (h5py-2.8.0.tar.gz) = 274576 From owner-svn-ports-all@freebsd.org Tue Jun 5 18:55:42 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70B59FF2299; Tue, 5 Jun 2018 18:55:42 +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 F12D56AE44; Tue, 5 Jun 2018 18:55: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 95A6C2050A; Tue, 5 Jun 2018 18:55:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55Itf5c040401; Tue, 5 Jun 2018 18:55:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55Itfea040400; Tue, 5 Jun 2018 18:55:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806051855.w55Itfea040400@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 5 Jun 2018 18:55:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471779 - head/devel/rubygem-aws-sdk-core X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-core X-SVN-Commit-Revision: 471779 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 18:55:42 -0000 Author: sunpoet Date: Tue Jun 5 18:55:40 2018 New Revision: 471779 URL: https://svnweb.freebsd.org/changeset/ports/471779 Log: Update to 2.11.62 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk-core/Makefile head/devel/rubygem-aws-sdk-core/distinfo Modified: head/devel/rubygem-aws-sdk-core/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-core/Makefile Tue Jun 5 18:55:35 2018 (r471778) +++ head/devel/rubygem-aws-sdk-core/Makefile Tue Jun 5 18:55:40 2018 (r471779) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -DISTVERSION= 2.11.61 +DISTVERSION= 2.11.62 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Tue Jun 5 18:55:35 2018 (r471778) +++ head/devel/rubygem-aws-sdk-core/distinfo Tue Jun 5 18:55:40 2018 (r471779) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527942033 -SHA256 (rubygem/aws-sdk-core-2.11.61.gem) = 9b59bcb490d469dbb4ea33d18c24c626edf6423a7b9ed2d445c6be84f403de3d -SIZE (rubygem/aws-sdk-core-2.11.61.gem) = 1281024 +TIMESTAMP = 1528202768 +SHA256 (rubygem/aws-sdk-core-2.11.62.gem) = 6e8ab548aa05e2f1aeb98f7715820e938bd3d3cdd419359927bea0876b92d91a +SIZE (rubygem/aws-sdk-core-2.11.62.gem) = 1288704 From owner-svn-ports-all@freebsd.org Tue Jun 5 18:55:48 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A052DFF22CC; Tue, 5 Jun 2018 18:55: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 CEB246AF36; Tue, 5 Jun 2018 18:55:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0319F2050B; Tue, 5 Jun 2018 18:55:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55Itk0q040525; Tue, 5 Jun 2018 18:55:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55ItkJ3040523; Tue, 5 Jun 2018 18:55:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806051855.w55ItkJ3040523@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 5 Jun 2018 18:55:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471780 - head/devel/rubygem-aws-sdk-resources X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-resources X-SVN-Commit-Revision: 471780 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 18:55:48 -0000 Author: sunpoet Date: Tue Jun 5 18:55:46 2018 New Revision: 471780 URL: https://svnweb.freebsd.org/changeset/ports/471780 Log: Update to 2.11.62 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk-resources/Makefile head/devel/rubygem-aws-sdk-resources/distinfo Modified: head/devel/rubygem-aws-sdk-resources/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-resources/Makefile Tue Jun 5 18:55:40 2018 (r471779) +++ head/devel/rubygem-aws-sdk-resources/Makefile Tue Jun 5 18:55:46 2018 (r471780) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -DISTVERSION= 2.11.61 +DISTVERSION= 2.11.62 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Tue Jun 5 18:55:40 2018 (r471779) +++ head/devel/rubygem-aws-sdk-resources/distinfo Tue Jun 5 18:55:46 2018 (r471780) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527942043 -SHA256 (rubygem/aws-sdk-resources-2.11.61.gem) = 1eb2e4ab2ff240476b630b04ca076936839ebf77413ccdc5b19b1775909a44ba -SIZE (rubygem/aws-sdk-resources-2.11.61.gem) = 48640 +TIMESTAMP = 1528202777 +SHA256 (rubygem/aws-sdk-resources-2.11.62.gem) = 5d4b0afac18a4d8ef81156b3f1ddc62c948dde81546fa3cb80fd0429bed4863e +SIZE (rubygem/aws-sdk-resources-2.11.62.gem) = 48640 From owner-svn-ports-all@freebsd.org Tue Jun 5 18:55:53 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9356CFF230E; Tue, 5 Jun 2018 18:55:53 +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 ED6ED6AFE2; Tue, 5 Jun 2018 18:55:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 773112050C; Tue, 5 Jun 2018 18:55:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55Itq1p040648; Tue, 5 Jun 2018 18:55:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55ItpiL040647; Tue, 5 Jun 2018 18:55:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806051855.w55ItpiL040647@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 5 Jun 2018 18:55:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471781 - head/devel/rubygem-aws-sdk X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk X-SVN-Commit-Revision: 471781 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 18:55:53 -0000 Author: sunpoet Date: Tue Jun 5 18:55:51 2018 New Revision: 471781 URL: https://svnweb.freebsd.org/changeset/ports/471781 Log: Update to 2.11.62 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk/Makefile head/devel/rubygem-aws-sdk/distinfo Modified: head/devel/rubygem-aws-sdk/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk/Makefile Tue Jun 5 18:55:46 2018 (r471780) +++ head/devel/rubygem-aws-sdk/Makefile Tue Jun 5 18:55:51 2018 (r471781) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -DISTVERSION= 2.11.61 +DISTVERSION= 2.11.62 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Tue Jun 5 18:55:46 2018 (r471780) +++ head/devel/rubygem-aws-sdk/distinfo Tue Jun 5 18:55:51 2018 (r471781) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527942052 -SHA256 (rubygem/aws-sdk-2.11.61.gem) = a5af4480e1471dc95f8a751c44b2aaf4a946291aeec9ffee359f6b706131ac2f -SIZE (rubygem/aws-sdk-2.11.61.gem) = 4608 +TIMESTAMP = 1528202787 +SHA256 (rubygem/aws-sdk-2.11.62.gem) = 0684446891d78e56d730e7530f7b57210ce598ce6241fbd4e8743bc8aa9b9e87 +SIZE (rubygem/aws-sdk-2.11.62.gem) = 4608 From owner-svn-ports-all@freebsd.org Tue Jun 5 18:56:00 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44E4FFF233B; Tue, 5 Jun 2018 18:56:00 +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 46E4C6B0EF; Tue, 5 Jun 2018 18:55:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0C5BA2050D; Tue, 5 Jun 2018 18:55:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55ItvZf040773; Tue, 5 Jun 2018 18:55:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55Itv4q040771; Tue, 5 Jun 2018 18:55:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806051855.w55Itv4q040771@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 5 Jun 2018 18:55:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471782 - head/devel/rubygem-cucumber-expressions X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-cucumber-expressions X-SVN-Commit-Revision: 471782 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 18:56:00 -0000 Author: sunpoet Date: Tue Jun 5 18:55:57 2018 New Revision: 471782 URL: https://svnweb.freebsd.org/changeset/ports/471782 Log: Update to 6.0.0 Changes: https://github.com/cucumber/cucumber-expressions-ruby/commits/master Modified: head/devel/rubygem-cucumber-expressions/Makefile head/devel/rubygem-cucumber-expressions/distinfo Modified: head/devel/rubygem-cucumber-expressions/Makefile ============================================================================== --- head/devel/rubygem-cucumber-expressions/Makefile Tue Jun 5 18:55:51 2018 (r471781) +++ head/devel/rubygem-cucumber-expressions/Makefile Tue Jun 5 18:55:57 2018 (r471782) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cucumber-expressions -PORTVERSION= 5.0.18 +PORTVERSION= 6.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-cucumber-expressions/distinfo ============================================================================== --- head/devel/rubygem-cucumber-expressions/distinfo Tue Jun 5 18:55:51 2018 (r471781) +++ head/devel/rubygem-cucumber-expressions/distinfo Tue Jun 5 18:55:57 2018 (r471782) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526972374 -SHA256 (rubygem/cucumber-expressions-5.0.18.gem) = c81b0ed461debc5625d4a542bb3a554a2cb1d56ff9f76effedf5989e250779e6 -SIZE (rubygem/cucumber-expressions-5.0.18.gem) = 18432 +TIMESTAMP = 1528220390 +SHA256 (rubygem/cucumber-expressions-6.0.0.gem) = bb0d875fe95c71ce138a157edc443777241499000de9352fa32d599369a55353 +SIZE (rubygem/cucumber-expressions-6.0.0.gem) = 18944 From owner-svn-ports-all@freebsd.org Tue Jun 5 18:56:04 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 256AEFF2360; Tue, 5 Jun 2018 18:56: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 A60576B151; Tue, 5 Jun 2018 18:56: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 873E72050E; Tue, 5 Jun 2018 18:56: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 w55Iu3a0040904; Tue, 5 Jun 2018 18:56:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55Iu3DI040902; Tue, 5 Jun 2018 18:56:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806051856.w55Iu3DI040902@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 5 Jun 2018 18:56:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471783 - head/devel/rubygem-ffi X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-ffi X-SVN-Commit-Revision: 471783 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 18:56:04 -0000 Author: sunpoet Date: Tue Jun 5 18:56:02 2018 New Revision: 471783 URL: https://svnweb.freebsd.org/changeset/ports/471783 Log: Update to 1.9.25 Changes: https://github.com/ffi/ffi/blob/master/CHANGELOG.md Modified: head/devel/rubygem-ffi/Makefile head/devel/rubygem-ffi/distinfo Modified: head/devel/rubygem-ffi/Makefile ============================================================================== --- head/devel/rubygem-ffi/Makefile Tue Jun 5 18:55:57 2018 (r471782) +++ head/devel/rubygem-ffi/Makefile Tue Jun 5 18:56:02 2018 (r471783) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ffi -PORTVERSION= 1.9.24 +PORTVERSION= 1.9.25 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-ffi/distinfo ============================================================================== --- head/devel/rubygem-ffi/distinfo Tue Jun 5 18:55:57 2018 (r471782) +++ head/devel/rubygem-ffi/distinfo Tue Jun 5 18:56:02 2018 (r471783) @@ -1,3 +1,3 @@ -TIMESTAMP = 1528017328 -SHA256 (rubygem/ffi-1.9.24.gem) = 937152dcd93b03e83ea5c815c1e28eae861033d9e07a70135d7c7546eeea23bd -SIZE (rubygem/ffi-1.9.24.gem) = 864256 +TIMESTAMP = 1528202798 +SHA256 (rubygem/ffi-1.9.25.gem) = f854f08f08190fec772a12e863f33761d02ad3efea3c3afcdeffc8a06313f54a +SIZE (rubygem/ffi-1.9.25.gem) = 867840 From owner-svn-ports-all@freebsd.org Tue Jun 5 18:56:09 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA887FF2396; Tue, 5 Jun 2018 18:56: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 3F5C96B23A; Tue, 5 Jun 2018 18:56: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 006F82050F; Tue, 5 Jun 2018 18:56: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 w55Iu8ck041028; Tue, 5 Jun 2018 18:56:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55Iu8km041025; Tue, 5 Jun 2018 18:56:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806051856.w55Iu8km041025@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 5 Jun 2018 18:56:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471784 - in head/devel/rubygem-strings: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/rubygem-strings: . files X-SVN-Commit-Revision: 471784 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 18:56:09 -0000 Author: sunpoet Date: Tue Jun 5 18:56:08 2018 New Revision: 471784 URL: https://svnweb.freebsd.org/changeset/ports/471784 Log: Fix gemspec for rubygem-unicode-display_width 1.4.0 update - Bump PORTREVISION for package change Modified: head/devel/rubygem-strings/Makefile head/devel/rubygem-strings/files/patch-gemspec Modified: head/devel/rubygem-strings/Makefile ============================================================================== --- head/devel/rubygem-strings/Makefile Tue Jun 5 18:56:02 2018 (r471783) +++ head/devel/rubygem-strings/Makefile Tue Jun 5 18:56:08 2018 (r471784) @@ -3,6 +3,7 @@ PORTNAME= strings PORTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-strings/files/patch-gemspec ============================================================================== --- head/devel/rubygem-strings/files/patch-gemspec Tue Jun 5 18:56:02 2018 (r471783) +++ head/devel/rubygem-strings/files/patch-gemspec Tue Jun 5 18:56:08 2018 (r471784) @@ -1,10 +1,12 @@ ---- strings.gemspec.orig 2018-03-11 18:29:45 UTC +--- strings.gemspec.orig 2018-06-05 13:22:50 UTC +++ strings.gemspec -@@ -22,7 +22,6 @@ Gem::Specification.new do |s| +@@ -22,8 +22,7 @@ Gem::Specification.new do |s| s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then - s.add_runtime_dependency(%q.freeze, ["~> 1.4.0"]) - s.add_runtime_dependency(%q.freeze, ["~> 1.3.0"]) +- s.add_runtime_dependency(%q.freeze, ["~> 1.3.0"]) ++ s.add_runtime_dependency(%q.freeze, ["~> 1.3"]) s.add_development_dependency(%q.freeze, ["~> 1.15"]) s.add_development_dependency(%q.freeze, ["~> 10.0"]) + s.add_development_dependency(%q.freeze, ["~> 3.0"]) From owner-svn-ports-all@freebsd.org Tue Jun 5 18:56:16 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0435DFF23C4; Tue, 5 Jun 2018 18:56: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 8BAEC6B33B; Tue, 5 Jun 2018 18:56:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9CBEE20510; Tue, 5 Jun 2018 18:56:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55IuEZm041153; Tue, 5 Jun 2018 18:56:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55IuE9S041152; Tue, 5 Jun 2018 18:56:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806051856.w55IuE9S041152@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 5 Jun 2018 18:56:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471785 - head/devel/rubygem-unicode-display_width X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-unicode-display_width X-SVN-Commit-Revision: 471785 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 18:56:16 -0000 Author: sunpoet Date: Tue Jun 5 18:56:13 2018 New Revision: 471785 URL: https://svnweb.freebsd.org/changeset/ports/471785 Log: Update to 1.4.0 Changes: https://github.com/janlelis/unicode-display_width/blob/master/CHANGELOG.md Modified: head/devel/rubygem-unicode-display_width/Makefile head/devel/rubygem-unicode-display_width/distinfo Modified: head/devel/rubygem-unicode-display_width/Makefile ============================================================================== --- head/devel/rubygem-unicode-display_width/Makefile Tue Jun 5 18:56:08 2018 (r471784) +++ head/devel/rubygem-unicode-display_width/Makefile Tue Jun 5 18:56:13 2018 (r471785) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unicode-display_width -PORTVERSION= 1.3.3 +PORTVERSION= 1.4.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-unicode-display_width/distinfo ============================================================================== --- head/devel/rubygem-unicode-display_width/distinfo Tue Jun 5 18:56:08 2018 (r471784) +++ head/devel/rubygem-unicode-display_width/distinfo Tue Jun 5 18:56:13 2018 (r471785) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527609765 -SHA256 (rubygem/unicode-display_width-1.3.3.gem) = 38c078f93b1d2998574672913571e265c9346ba747d6e14217980cc39fb6e157 -SIZE (rubygem/unicode-display_width-1.3.3.gem) = 12800 +TIMESTAMP = 1528202807 +SHA256 (rubygem/unicode-display_width-1.4.0.gem) = a72802fd6345c0da220e8088b27f1800924b74d222621a06477757769b5e8000 +SIZE (rubygem/unicode-display_width-1.4.0.gem) = 12800 From owner-svn-ports-all@freebsd.org Tue Jun 5 18:56:21 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A70AFFF23EE; Tue, 5 Jun 2018 18:56:21 +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 19DE16B412; Tue, 5 Jun 2018 18:56:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0D06120511; Tue, 5 Jun 2018 18:56:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55IuJDC041280; Tue, 5 Jun 2018 18:56:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55IuJRN041278; Tue, 5 Jun 2018 18:56:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806051856.w55IuJRN041278@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 5 Jun 2018 18:56:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471786 - head/dns/p5-Net-DNS-SEC X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/dns/p5-Net-DNS-SEC X-SVN-Commit-Revision: 471786 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 18:56:21 -0000 Author: sunpoet Date: Tue Jun 5 18:56:19 2018 New Revision: 471786 URL: https://svnweb.freebsd.org/changeset/ports/471786 Log: Update to 1.09 Changes: https://metacpan.org/changes/distribution/Net-DNS-SEC Modified: head/dns/p5-Net-DNS-SEC/Makefile head/dns/p5-Net-DNS-SEC/distinfo Modified: head/dns/p5-Net-DNS-SEC/Makefile ============================================================================== --- head/dns/p5-Net-DNS-SEC/Makefile Tue Jun 5 18:56:13 2018 (r471785) +++ head/dns/p5-Net-DNS-SEC/Makefile Tue Jun 5 18:56:19 2018 (r471786) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Net-DNS-SEC -PORTVERSION= 1.08 +PORTVERSION= 1.09 CATEGORIES= dns perl5 MASTER_SITES= CPAN \ http://www.ripe.net/ripencc/pub-services/np/DISI/SRC/ Modified: head/dns/p5-Net-DNS-SEC/distinfo ============================================================================== --- head/dns/p5-Net-DNS-SEC/distinfo Tue Jun 5 18:56:13 2018 (r471785) +++ head/dns/p5-Net-DNS-SEC/distinfo Tue Jun 5 18:56:19 2018 (r471786) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526213334 -SHA256 (Net-DNS-SEC-1.08.tar.gz) = 996d4e8dfa0c810221e87f5d290ee12098bb38dd37e9b3fb6276f3b19627d57b -SIZE (Net-DNS-SEC-1.08.tar.gz) = 41084 +TIMESTAMP = 1528202850 +SHA256 (Net-DNS-SEC-1.09.tar.gz) = 58eee69f494bc8157ad7cc043737404090ab0e557600c7e556a1f6422b8808c6 +SIZE (Net-DNS-SEC-1.09.tar.gz) = 44713 From owner-svn-ports-all@freebsd.org Tue Jun 5 18:56:26 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC21EFF2411; Tue, 5 Jun 2018 18:56: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 21D3E6B4B7; Tue, 5 Jun 2018 18:56: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 8A76E20512; Tue, 5 Jun 2018 18:56:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55IuPDW041405; Tue, 5 Jun 2018 18:56:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55IuPEB041402; Tue, 5 Jun 2018 18:56:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806051856.w55IuPEB041402@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 5 Jun 2018 18:56:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471787 - head/devel/py-ipyparallel X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-ipyparallel X-SVN-Commit-Revision: 471787 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 18:56:26 -0000 Author: sunpoet Date: Tue Jun 5 18:56:24 2018 New Revision: 471787 URL: https://svnweb.freebsd.org/changeset/ports/471787 Log: Update to 6.2.0 Changes: https://ipyparallel.readthedocs.io/en/latest/changelog.html https://github.com/ipython/ipyparallel/blob/master/docs/source/changelog.rst Modified: head/devel/py-ipyparallel/Makefile head/devel/py-ipyparallel/distinfo Modified: head/devel/py-ipyparallel/Makefile ============================================================================== --- head/devel/py-ipyparallel/Makefile Tue Jun 5 18:56:19 2018 (r471786) +++ head/devel/py-ipyparallel/Makefile Tue Jun 5 18:56:24 2018 (r471787) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ipyparallel -PORTVERSION= 6.1.1 -PORTREVISION= 1 +PORTVERSION= 6.2.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-ipyparallel/distinfo ============================================================================== --- head/devel/py-ipyparallel/distinfo Tue Jun 5 18:56:19 2018 (r471786) +++ head/devel/py-ipyparallel/distinfo Tue Jun 5 18:56:24 2018 (r471787) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518091825 -SHA256 (ipyparallel-6.1.1.tar.gz) = f1e03ebb8d17f67f03bafa5d85f220883462f7bd7a97fe904c7d56ffba8534a3 -SIZE (ipyparallel-6.1.1.tar.gz) = 2371285 +TIMESTAMP = 1528202886 +SHA256 (ipyparallel-6.2.0.tar.gz) = ef9afbf566c5a9fc746b70c17a3161e8786fc9bebce1e807c80c4e5e112ec1cb +SIZE (ipyparallel-6.2.0.tar.gz) = 2372071 From owner-svn-ports-all@freebsd.org Tue Jun 5 18:56:32 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02117FF243F; Tue, 5 Jun 2018 18:56:32 +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 5B3506B587; Tue, 5 Jun 2018 18:56: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 A8AEA20513; Tue, 5 Jun 2018 18:56:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55IuUWE041527; Tue, 5 Jun 2018 18:56:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55IuU1k041525; Tue, 5 Jun 2018 18:56:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806051856.w55IuU1k041525@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 5 Jun 2018 18:56:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471788 - head/net/py-urllib3 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/py-urllib3 X-SVN-Commit-Revision: 471788 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 18:56:32 -0000 Author: sunpoet Date: Tue Jun 5 18:56:30 2018 New Revision: 471788 URL: https://svnweb.freebsd.org/changeset/ports/471788 Log: Update to 1.23 Changes: https://github.com/shazow/urllib3/blob/master/CHANGES.rst Modified: head/net/py-urllib3/Makefile head/net/py-urllib3/distinfo Modified: head/net/py-urllib3/Makefile ============================================================================== --- head/net/py-urllib3/Makefile Tue Jun 5 18:56:24 2018 (r471787) +++ head/net/py-urllib3/Makefile Tue Jun 5 18:56:30 2018 (r471788) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= urllib3 -PORTVERSION= 1.22 +PORTVERSION= 1.23 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,10 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.3.4:security/py-cryptography@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}idna>=2.0:dns/py-idna@${FLAVOR} \ ${PY_IPADDRESS} \ - ${PYTHON_PKGNAMEPREFIX}openssl>=16.0:security/py-openssl@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}openssl>=0.14:security/py-openssl@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pysocks>=1.5.7:net/py-pysocks@${FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${FLAVOR} #TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tornado>=0:www/py-tornado@${FLAVOR} Modified: head/net/py-urllib3/distinfo ============================================================================== --- head/net/py-urllib3/distinfo Tue Jun 5 18:56:24 2018 (r471787) +++ head/net/py-urllib3/distinfo Tue Jun 5 18:56:30 2018 (r471788) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500642203 -SHA256 (urllib3-1.22.tar.gz) = cc44da8e1145637334317feebd728bd869a35285b93cbb4cca2577da7e62db4f -SIZE (urllib3-1.22.tar.gz) = 226083 +TIMESTAMP = 1528202917 +SHA256 (urllib3-1.23.tar.gz) = a68ac5e15e76e7e5dd2b8f94007233e01effe3e50e8daddf69acfd81cb686baf +SIZE (urllib3-1.23.tar.gz) = 228314 From owner-svn-ports-all@freebsd.org Tue Jun 5 18:56:38 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27BB4FF246B; Tue, 5 Jun 2018 18:56:38 +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 8A86B6B668; Tue, 5 Jun 2018 18:56:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DC2E920514; Tue, 5 Jun 2018 18:56: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 w55IuZDJ041652; Tue, 5 Jun 2018 18:56:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55IuZjH041651; Tue, 5 Jun 2018 18:56:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806051856.w55IuZjH041651@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 5 Jun 2018 18:56:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471789 - head/www/py-beaker X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-beaker X-SVN-Commit-Revision: 471789 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 18:56:38 -0000 Author: sunpoet Date: Tue Jun 5 18:56:35 2018 New Revision: 471789 URL: https://svnweb.freebsd.org/changeset/ports/471789 Log: Update to 1.10.0 Changes: https://beaker.readthedocs.io/en/latest/changes.html#changes-in-beaker Modified: head/www/py-beaker/Makefile head/www/py-beaker/distinfo Modified: head/www/py-beaker/Makefile ============================================================================== --- head/www/py-beaker/Makefile Tue Jun 5 18:56:30 2018 (r471788) +++ head/www/py-beaker/Makefile Tue Jun 5 18:56:35 2018 (r471789) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= beaker -PORTVERSION= 1.9.1 +PORTVERSION= 1.10.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-beaker/distinfo ============================================================================== --- head/www/py-beaker/distinfo Tue Jun 5 18:56:30 2018 (r471788) +++ head/www/py-beaker/distinfo Tue Jun 5 18:56:35 2018 (r471789) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523379187 -SHA256 (Beaker-1.9.1.tar.gz) = 32276ed686ab7203baf60520452903e35d1c3515f632683ea4a5881c8cd55921 -SIZE (Beaker-1.9.1.tar.gz) = 40573 +TIMESTAMP = 1528202937 +SHA256 (Beaker-1.10.0.tar.gz) = 6072892918225f5a055413082f2ff285f3ebca6a3873a0d6e163253ba83f0450 +SIZE (Beaker-1.10.0.tar.gz) = 41024 From owner-svn-ports-all@freebsd.org Tue Jun 5 18:56:41 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1BE0FF249C; Tue, 5 Jun 2018 18:56:41 +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 82BAF6B6E4; Tue, 5 Jun 2018 18:56: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 6476620515; Tue, 5 Jun 2018 18:56:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55IufuS041777; Tue, 5 Jun 2018 18:56:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55IueAq041775; Tue, 5 Jun 2018 18:56:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806051856.w55IueAq041775@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 5 Jun 2018 18:56:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471790 - head/www/py-bjoern X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-bjoern X-SVN-Commit-Revision: 471790 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 18:56:42 -0000 Author: sunpoet Date: Tue Jun 5 18:56:40 2018 New Revision: 471790 URL: https://svnweb.freebsd.org/changeset/ports/471790 Log: Update to 2.2.1 Changes: https://github.com/jonashaag/bjoern/blob/master/CHANGELOG Modified: head/www/py-bjoern/Makefile head/www/py-bjoern/distinfo Modified: head/www/py-bjoern/Makefile ============================================================================== --- head/www/py-bjoern/Makefile Tue Jun 5 18:56:35 2018 (r471789) +++ head/www/py-bjoern/Makefile Tue Jun 5 18:56:40 2018 (r471790) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bjoern -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-bjoern/distinfo ============================================================================== --- head/www/py-bjoern/distinfo Tue Jun 5 18:56:35 2018 (r471789) +++ head/www/py-bjoern/distinfo Tue Jun 5 18:56:40 2018 (r471790) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521582620 -SHA256 (bjoern-2.2.0.tar.gz) = ad9ed2ba240d886e7af027c9338c00252c6ccbf61b5a1f3f81a1d2085ca0ada1 -SIZE (bjoern-2.2.0.tar.gz) = 37371 +TIMESTAMP = 1528202958 +SHA256 (bjoern-2.2.1.tar.gz) = ec5f8e4c9764f0dd5ad714f003bdbebfd6d94683d4c9c12cd5270c13d6c7a5bc +SIZE (bjoern-2.2.1.tar.gz) = 37499 From owner-svn-ports-all@freebsd.org Tue Jun 5 18:56:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28564FF24CA; Tue, 5 Jun 2018 18:56:47 +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 CC9806B7C0; Tue, 5 Jun 2018 18:56:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AA3C820516; Tue, 5 Jun 2018 18:56:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55IukMt041899; Tue, 5 Jun 2018 18:56:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55IukNZ041898; Tue, 5 Jun 2018 18:56:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806051856.w55IukNZ041898@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 5 Jun 2018 18:56:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471791 - head/devel/rubygem-cucumber X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-cucumber X-SVN-Commit-Revision: 471791 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 18:56:47 -0000 Author: sunpoet Date: Tue Jun 5 18:56:46 2018 New Revision: 471791 URL: https://svnweb.freebsd.org/changeset/ports/471791 Log: Update to 3.1.1 Changes: https://github.com/cucumber/cucumber-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-cucumber/Makefile head/devel/rubygem-cucumber/distinfo Modified: head/devel/rubygem-cucumber/Makefile ============================================================================== --- head/devel/rubygem-cucumber/Makefile Tue Jun 5 18:56:40 2018 (r471790) +++ head/devel/rubygem-cucumber/Makefile Tue Jun 5 18:56:46 2018 (r471791) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cucumber -PORTVERSION= 3.1.0 +PORTVERSION= 3.1.1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -13,10 +13,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-builder>=2.1.2:devel/rubygem-builder \ rubygem-cucumber-core>=3.1.0:devel/rubygem-cucumber-core \ - rubygem-cucumber-expressions>=5.0.4:devel/rubygem-cucumber-expressions \ + rubygem-cucumber-expressions>=6.0.0:devel/rubygem-cucumber-expressions \ rubygem-cucumber-wire>=0.0.1:devel/rubygem-cucumber-wire \ rubygem-diff-lcs>=1.3:textproc/rubygem-diff-lcs \ - rubygem-gherkin>=5.0:textproc/rubygem-gherkin \ + rubygem-gherkin>=5.1.0:textproc/rubygem-gherkin \ rubygem-multi_json>=1.7.5:devel/rubygem-multi_json \ rubygem-multi_test>=0.1.2:devel/rubygem-multi_test Modified: head/devel/rubygem-cucumber/distinfo ============================================================================== --- head/devel/rubygem-cucumber/distinfo Tue Jun 5 18:56:40 2018 (r471790) +++ head/devel/rubygem-cucumber/distinfo Tue Jun 5 18:56:46 2018 (r471791) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512183264 -SHA256 (rubygem/cucumber-3.1.0.gem) = c9e1d4685865fac1c1874f3448529cd53e4a2305124dd7818bd7a6d9a4148cdd -SIZE (rubygem/cucumber-3.1.0.gem) = 152064 +TIMESTAMP = 1528202975 +SHA256 (rubygem/cucumber-3.1.1.gem) = d14bf4397fc9aa340c5c60d376f1092ccfe14957a30183d4946c790303ca60a9 +SIZE (rubygem/cucumber-3.1.1.gem) = 152064 From owner-svn-ports-all@freebsd.org Tue Jun 5 18:56:53 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAD55FF24FF; Tue, 5 Jun 2018 18:56:53 +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 02F8B6B8C3; Tue, 5 Jun 2018 18:56:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 57A2420517; Tue, 5 Jun 2018 18:56:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55IuqP0042026; Tue, 5 Jun 2018 18:56:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55IupjX042024; Tue, 5 Jun 2018 18:56:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806051856.w55IupjX042024@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 5 Jun 2018 18:56:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471792 - head/devel/rubygem-google-api-client X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-google-api-client X-SVN-Commit-Revision: 471792 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 18:56:54 -0000 Author: sunpoet Date: Tue Jun 5 18:56:51 2018 New Revision: 471792 URL: https://svnweb.freebsd.org/changeset/ports/471792 Log: Update to 0.23.0 Changes: https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md Modified: head/devel/rubygem-google-api-client/Makefile head/devel/rubygem-google-api-client/distinfo Modified: head/devel/rubygem-google-api-client/Makefile ============================================================================== --- head/devel/rubygem-google-api-client/Makefile Tue Jun 5 18:56:46 2018 (r471791) +++ head/devel/rubygem-google-api-client/Makefile Tue Jun 5 18:56:51 2018 (r471792) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= google-api-client -PORTVERSION= 0.22.0 +PORTVERSION= 0.23.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-google-api-client/distinfo ============================================================================== --- head/devel/rubygem-google-api-client/distinfo Tue Jun 5 18:56:46 2018 (r471791) +++ head/devel/rubygem-google-api-client/distinfo Tue Jun 5 18:56:51 2018 (r471792) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527515264 -SHA256 (rubygem/google-api-client-0.22.0.gem) = 7cdb3149cda86e4b55856b82449680f450577529b4658f10b83c8102f86e5c7d -SIZE (rubygem/google-api-client-0.22.0.gem) = 4019200 +TIMESTAMP = 1528202997 +SHA256 (rubygem/google-api-client-0.23.0.gem) = b8eeae7d87040267c15bc8303441d85e05177e1ec5dbafa11c92a5f8a0c61fc7 +SIZE (rubygem/google-api-client-0.23.0.gem) = 4033024 From owner-svn-ports-all@freebsd.org Tue Jun 5 18:56:59 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A82EFF2524; Tue, 5 Jun 2018 18:56:59 +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 51BED6B999; Tue, 5 Jun 2018 18:56:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C2EC920518; Tue, 5 Jun 2018 18:56:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55IuvQ5042151; Tue, 5 Jun 2018 18:56:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55IuvJ5042149; Tue, 5 Jun 2018 18:56:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806051856.w55IuvJ5042149@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 5 Jun 2018 18:56:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471793 - head/textproc/rubygem-jekyll-feed X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/rubygem-jekyll-feed X-SVN-Commit-Revision: 471793 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 18:56:59 -0000 Author: sunpoet Date: Tue Jun 5 18:56:57 2018 New Revision: 471793 URL: https://svnweb.freebsd.org/changeset/ports/471793 Log: Update to 0.10.0 Changes: https://github.com/jekyll/jekyll-feed/releases Modified: head/textproc/rubygem-jekyll-feed/Makefile head/textproc/rubygem-jekyll-feed/distinfo Modified: head/textproc/rubygem-jekyll-feed/Makefile ============================================================================== --- head/textproc/rubygem-jekyll-feed/Makefile Tue Jun 5 18:56:51 2018 (r471792) +++ head/textproc/rubygem-jekyll-feed/Makefile Tue Jun 5 18:56:57 2018 (r471793) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jekyll-feed -PORTVERSION= 0.9.3 +PORTVERSION= 0.10.0 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-jekyll-feed/distinfo ============================================================================== --- head/textproc/rubygem-jekyll-feed/distinfo Tue Jun 5 18:56:51 2018 (r471792) +++ head/textproc/rubygem-jekyll-feed/distinfo Tue Jun 5 18:56:57 2018 (r471793) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517844904 -SHA256 (rubygem/jekyll-feed-0.9.3.gem) = a9d605e884d5375900b5d89ebb37d566d3de97091079656c8f727c82959f234f -SIZE (rubygem/jekyll-feed-0.9.3.gem) = 17408 +TIMESTAMP = 1528203007 +SHA256 (rubygem/jekyll-feed-0.10.0.gem) = 1259bae86544a857fda4724e9cc5805473600d80854b3c846156ea66da12bc50 +SIZE (rubygem/jekyll-feed-0.10.0.gem) = 17408 From owner-svn-ports-all@freebsd.org Tue Jun 5 18:57:03 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB5E8FF2552; Tue, 5 Jun 2018 18:57:03 +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 3B30F6BA34; Tue, 5 Jun 2018 18:57: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 091B220519; Tue, 5 Jun 2018 18:57: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 w55Iv2S2042281; Tue, 5 Jun 2018 18:57:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55Iv2Nf042278; Tue, 5 Jun 2018 18:57:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806051857.w55Iv2Nf042278@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 5 Jun 2018 18:57:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471794 - head/www/rubygem-webmock X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-webmock X-SVN-Commit-Revision: 471794 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 18:57:03 -0000 Author: sunpoet Date: Tue Jun 5 18:57:02 2018 New Revision: 471794 URL: https://svnweb.freebsd.org/changeset/ports/471794 Log: Update to 3.4.2 Changes: https://github.com/bblimke/webmock/blob/master/CHANGELOG.md Modified: head/www/rubygem-webmock/Makefile head/www/rubygem-webmock/distinfo Modified: head/www/rubygem-webmock/Makefile ============================================================================== --- head/www/rubygem-webmock/Makefile Tue Jun 5 18:56:57 2018 (r471793) +++ head/www/rubygem-webmock/Makefile Tue Jun 5 18:57:02 2018 (r471794) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= webmock -PORTVERSION= 3.4.1 +PORTVERSION= 3.4.2 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-webmock/distinfo ============================================================================== --- head/www/rubygem-webmock/distinfo Tue Jun 5 18:56:57 2018 (r471793) +++ head/www/rubygem-webmock/distinfo Tue Jun 5 18:57:02 2018 (r471794) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525281758 -SHA256 (rubygem/webmock-3.4.1.gem) = d52909e7bdc94501d452147d4729da185670d8b8e9a3d9aa0c82ecd3209e1a4b -SIZE (rubygem/webmock-3.4.1.gem) = 115712 +TIMESTAMP = 1528203018 +SHA256 (rubygem/webmock-3.4.2.gem) = 2b1261fb90bc0a7f7867c795f14fef9d3cb863682d808bfbdc5e75a27b23290d +SIZE (rubygem/webmock-3.4.2.gem) = 116224 From owner-svn-ports-all@freebsd.org Tue Jun 5 18:57:12 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC762FF2584; Tue, 5 Jun 2018 18:57:11 +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 1A0616BB63; Tue, 5 Jun 2018 18:57: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 1078C2051A; Tue, 5 Jun 2018 18:57:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55Iv8MA042418; Tue, 5 Jun 2018 18:57:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55Iv8aY042415; Tue, 5 Jun 2018 18:57:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806051857.w55Iv8aY042415@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 5 Jun 2018 18:57:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471795 - head/devel/py-canonicaljson X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-canonicaljson X-SVN-Commit-Revision: 471795 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 18:57:12 -0000 Author: sunpoet Date: Tue Jun 5 18:57:08 2018 New Revision: 471795 URL: https://svnweb.freebsd.org/changeset/ports/471795 Log: Update to 1.1.4 - Change MASTER_SITES to CHEESESHOP - Add missing RUN_DEPENDS - Take maintainership Changes: https://github.com/matrix-org/python-canonicaljson/blob/master/CHANGES.md Modified: head/devel/py-canonicaljson/Makefile head/devel/py-canonicaljson/distinfo head/devel/py-canonicaljson/pkg-descr Modified: head/devel/py-canonicaljson/Makefile ============================================================================== --- head/devel/py-canonicaljson/Makefile Tue Jun 5 18:57:02 2018 (r471794) +++ head/devel/py-canonicaljson/Makefile Tue Jun 5 18:57:08 2018 (r471795) @@ -2,29 +2,24 @@ # $FreeBSD$ PORTNAME= canonicaljson -PORTVERSION= 1.1.3 -DISTVERSIONPREFIX= v -PORTREVISION= 0 +PORTVERSION= 1.1.4 CATEGORIES= devel python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Canonical JSON LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}frozendict>=1.0:devel/py-frozendict@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}simplejson>=3.6.5:devel/py-simplejson@${FLAVOR} + ${PYTHON_PKGNAMEPREFIX}simplejson>=3.6.5:devel/py-simplejson@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${FLAVOR} USES= python -USE_GITHUB= yes USE_PYTHON= autoplist distutils - -GH_ACCOUNT= matrix-org -GH_PROJECT= python-canonicaljson - NO_ARCH= yes do-test: Modified: head/devel/py-canonicaljson/distinfo ============================================================================== --- head/devel/py-canonicaljson/distinfo Tue Jun 5 18:57:02 2018 (r471794) +++ head/devel/py-canonicaljson/distinfo Tue Jun 5 18:57:08 2018 (r471795) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523908667 -SHA256 (matrix-org-python-canonicaljson-v1.1.3_GH0.tar.gz) = b252582d0d8908a545c6b33f7509c13338c1033ad049b3e917bf730395224dc0 -SIZE (matrix-org-python-canonicaljson-v1.1.3_GH0.tar.gz) = 10112 +TIMESTAMP = 1528219967 +SHA256 (canonicaljson-1.1.4.tar.gz) = 45bce530ff5fd0ca93703f71bfb66de740a894a3b5dd6122398c6d8f18539725 +SIZE (canonicaljson-1.1.4.tar.gz) = 9355 Modified: head/devel/py-canonicaljson/pkg-descr ============================================================================== --- head/devel/py-canonicaljson/pkg-descr Tue Jun 5 18:57:02 2018 (r471794) +++ head/devel/py-canonicaljson/pkg-descr Tue Jun 5 18:57:08 2018 (r471795) @@ -1,5 +1,5 @@ -A JSON library for Python that provides features such as sorted keys, no -insignificant whitespace, minimal escaping where necessary and supports -frozendict immutable dictionaries. +Canonical JSON is a JSON library for Python that provides features such as +sorted keys, no insignificant whitespace, minimal escaping where necessary and +supports frozendict immutable dictionaries. WWW: https://github.com/matrix-org/python-canonicaljson From owner-svn-ports-all@freebsd.org Tue Jun 5 18:57:14 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78B5FFF25A0; Tue, 5 Jun 2018 18:57:14 +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 2731C6BBC1; Tue, 5 Jun 2018 18:57: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 068CE2051B; Tue, 5 Jun 2018 18:57:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55IvDoj042510; Tue, 5 Jun 2018 18:57:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55IvDe0042509; Tue, 5 Jun 2018 18:57:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806051857.w55IvDe0042509@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 5 Jun 2018 18:57:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471796 - head/devel/p5-System-Info X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-System-Info X-SVN-Commit-Revision: 471796 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 18:57:14 -0000 Author: sunpoet Date: Tue Jun 5 18:57:13 2018 New Revision: 471796 URL: https://svnweb.freebsd.org/changeset/ports/471796 Log: Update WWW Approved by: portmgr (blanket) Modified: head/devel/p5-System-Info/pkg-descr Modified: head/devel/p5-System-Info/pkg-descr ============================================================================== --- head/devel/p5-System-Info/pkg-descr Tue Jun 5 18:57:08 2018 (r471795) +++ head/devel/p5-System-Info/pkg-descr Tue Jun 5 18:57:13 2018 (r471796) @@ -2,4 +2,4 @@ System::Info is a Perl extension aimed at presenting s information (such as number of CPUs, architecture, operating system, release data) in a system-independent way. -WWW: http://search.cpan.org/dist/System-Info/ +WWW: https://metacpan.org/release/System-Info From owner-svn-ports-all@freebsd.org Tue Jun 5 18:57:19 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B571FF25DD; Tue, 5 Jun 2018 18:57: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 F361C6BC9A; Tue, 5 Jun 2018 18:57: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 B6E3A2051C; Tue, 5 Jun 2018 18:57:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55IvIMj042600; Tue, 5 Jun 2018 18:57:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55IvIFN042599; Tue, 5 Jun 2018 18:57:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806051857.w55IvIFN042599@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 5 Jun 2018 18:57:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471797 - head/science/p5-Chemistry-Reaction X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/science/p5-Chemistry-Reaction X-SVN-Commit-Revision: 471797 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 18:57:19 -0000 Author: sunpoet Date: Tue Jun 5 18:57:18 2018 New Revision: 471797 URL: https://svnweb.freebsd.org/changeset/ports/471797 Log: Add LICENSE Approved by: portmgr (blanket) Modified: head/science/p5-Chemistry-Reaction/Makefile Modified: head/science/p5-Chemistry-Reaction/Makefile ============================================================================== --- head/science/p5-Chemistry-Reaction/Makefile Tue Jun 5 18:57:13 2018 (r471796) +++ head/science/p5-Chemistry-Reaction/Makefile Tue Jun 5 18:57:18 2018 (r471797) @@ -12,6 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= swills@FreeBSD.org COMMENT= Represent a ring as a substructure of a molecule +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Chemistry-Mol>=0:science/p5-Chemistry-Mol \ p5-Chemistry-File-SMILES>=0:science/p5-Chemistry-File-SMILES \ p5-Statistics-Regression>=0:math/p5-Statistics-Regression \ From owner-svn-ports-all@freebsd.org Tue Jun 5 18:57:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90E6DFF2609; Tue, 5 Jun 2018 18:57:24 +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 377DC6BD64; Tue, 5 Jun 2018 18:57:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 176DB2051D; Tue, 5 Jun 2018 18:57: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 w55IvNjr042724; Tue, 5 Jun 2018 18:57:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55IvNAw042723; Tue, 5 Jun 2018 18:57:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806051857.w55IvNAw042723@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 5 Jun 2018 18:57:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471798 - in head/net/minidlna: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/net/minidlna: . files X-SVN-Commit-Revision: 471798 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 18:57:24 -0000 Author: sunpoet Date: Tue Jun 5 18:57:23 2018 New Revision: 471798 URL: https://svnweb.freebsd.org/changeset/ports/471798 Log: Increase FD_SETSIZE to 8192 - Bump PORTREVISION for package change PR: 210014 Obtained from: Bob Willcox Submitted by: Masachika ISHIZUKA Notified by: riggs Modified: head/net/minidlna/Makefile head/net/minidlna/files/extra-patch-kqueue Modified: head/net/minidlna/Makefile ============================================================================== --- head/net/minidlna/Makefile Tue Jun 5 18:57:18 2018 (r471797) +++ head/net/minidlna/Makefile Tue Jun 5 18:57:23 2018 (r471798) @@ -3,7 +3,7 @@ PORTNAME= minidlna PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net multimedia www MASTER_SITES= SF Modified: head/net/minidlna/files/extra-patch-kqueue ============================================================================== --- head/net/minidlna/files/extra-patch-kqueue Tue Jun 5 18:57:18 2018 (r471797) +++ head/net/minidlna/files/extra-patch-kqueue Tue Jun 5 18:57:23 2018 (r471798) @@ -543,6 +543,14 @@ diff --git upnpevents.c upnpevents.c index 06ec43a..9827e6e 100644 --- upnpevents.c +++ upnpevents.c +@@ -47,6 +47,7 @@ + */ + #include "config.h" + ++#define FD_SETSIZE 8192 + #include + #include + #include @@ -417,6 +417,10 @@ void upnpevents_selectfds(fd_set *readset, fd_set *writeset, int * max_fd) { struct upnp_event_notify * obj; From owner-svn-ports-all@freebsd.org Tue Jun 5 18:57:29 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68A92FF263D; Tue, 5 Jun 2018 18:57: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 1C0466BE38; Tue, 5 Jun 2018 18:57:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EF6452051F; Tue, 5 Jun 2018 18:57:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55IvSvi042840; Tue, 5 Jun 2018 18:57:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55IvSnX042839; Tue, 5 Jun 2018 18:57:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806051857.w55IvSnX042839@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 5 Jun 2018 18:57:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471799 - head/lang/ruby24/files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/lang/ruby24/files X-SVN-Commit-Revision: 471799 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 18:57:29 -0000 Author: sunpoet Date: Tue Jun 5 18:57:28 2018 New Revision: 471799 URL: https://svnweb.freebsd.org/changeset/ports/471799 Log: Fix build with LibreSSL 2.7 Obtained from: https://github.com/ruby/openssl/commit/75de15ddcdab6efe7faf3ca1f6b5c6e5b6ba57cc PR: 227851 Added: head/lang/ruby24/files/patch-ext-openssl-extconf.rb (contents, props changed) Added: head/lang/ruby24/files/patch-ext-openssl-extconf.rb ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/ruby24/files/patch-ext-openssl-extconf.rb Tue Jun 5 18:57:28 2018 (r471799) @@ -0,0 +1,28 @@ +From 75de15ddcdab6efe7faf3ca1f6b5c6e5b6ba57cc Mon Sep 17 00:00:00 2001 +From: Kazuki Yamaguchi +Date: Sat, 24 Mar 2018 01:44:37 +0900 +Subject: [PATCH] extconf.rb: fix build with LibreSSL 2.7.0 + +Our compat implementation of accessor functions that were introduced in +OpenSSL 1.1.0 conflicts with those from LibreSSL 2.7.0. Use the +HAVE_OPAQUE_OPENSSL code path when LibreSSL 2.7 or newer is detected. + +Fix suggested by Joel Sing. + +Fixes: https://github.com/ruby/openssl/issues/192 + +--- ext/openssl/extconf.rb.orig ++++ ext/openssl/extconf.rb +@@ -157,8 +157,11 @@ def find_openssl_library + have_func("SSL_is_server") + + # added in 1.1.0 ++if !have_struct_member("SSL", "ctx", "openssl/ssl.h") || ++ try_static_assert("LIBRESSL_VERSION_NUMBER >= 0x2070000fL", "openssl/opensslv.h") ++ $defs.push("-DHAVE_OPAQUE_OPENSSL") ++end + have_func("CRYPTO_lock") || $defs.push("-DHAVE_OPENSSL_110_THREADING_API") +-have_struct_member("SSL", "ctx", "openssl/ssl.h") || $defs.push("-DHAVE_OPAQUE_OPENSSL") + have_func("BN_GENCB_new") + have_func("BN_GENCB_free") + have_func("BN_GENCB_get_arg") From owner-svn-ports-all@freebsd.org Tue Jun 5 19:01:09 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B576FF2911; Tue, 5 Jun 2018 19:01: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 B511C6C2ED; Tue, 5 Jun 2018 19:01:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 96A4E2054A; Tue, 5 Jun 2018 19:01: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 w55J18XM043854; Tue, 5 Jun 2018 19:01:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55J181J043853; Tue, 5 Jun 2018 19:01:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806051901.w55J181J043853@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 5 Jun 2018 19:01:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471800 - head/science/szip X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/science/szip X-SVN-Commit-Revision: 471800 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 19:01:09 -0000 Author: sunpoet Date: Tue Jun 5 19:01:08 2018 New Revision: 471800 URL: https://svnweb.freebsd.org/changeset/ports/471800 Log: Add LICENSE PR: 228743 Submitted by: amdmi3 Modified: head/science/szip/Makefile Modified: head/science/szip/Makefile ============================================================================== --- head/science/szip/Makefile Tue Jun 5 18:57:28 2018 (r471799) +++ head/science/szip/Makefile Tue Jun 5 19:01:08 2018 (r471800) @@ -16,6 +16,11 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Lossless compression library for scientific data +LICENSE= SZIP +LICENSE_NAME= SZIP License +LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell no-auto-accept + CONFLICTS_INSTALL= libaec OPTIONS_DEFINE= DOCS @@ -30,7 +35,7 @@ USES= libtool PORTDOCS= Release_notes_2_0.pdf post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR}/ + @${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${INSTALL_DATA} ${DISTDIR}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ .include From owner-svn-ports-all@freebsd.org Tue Jun 5 19:06:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5454FF2A2A; Tue, 5 Jun 2018 19:06: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 925DF6C595; Tue, 5 Jun 2018 19:06:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 72A56206C2; Tue, 5 Jun 2018 19:06:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55J67od048167; Tue, 5 Jun 2018 19:06:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55J66wu048163; Tue, 5 Jun 2018 19:06:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806051906.w55J66wu048163@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 5 Jun 2018 19:06:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471801 - head/shells/bash-completion X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/shells/bash-completion X-SVN-Commit-Revision: 471801 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 19:06:08 -0000 Author: sunpoet Date: Tue Jun 5 19:06:06 2018 New Revision: 471801 URL: https://svnweb.freebsd.org/changeset/ports/471801 Log: Add FREEBSD option (enabled by default) - Update pkg-descr - Bump PORTREVISION for package change FreeBSD-specific bash completions are provided by 0mp@. Modified: head/shells/bash-completion/Makefile head/shells/bash-completion/distinfo head/shells/bash-completion/pkg-descr head/shells/bash-completion/pkg-plist Modified: head/shells/bash-completion/Makefile ============================================================================== --- head/shells/bash-completion/Makefile Tue Jun 5 19:01:08 2018 (r471800) +++ head/shells/bash-completion/Makefile Tue Jun 5 19:06:06 2018 (r471801) @@ -3,6 +3,7 @@ PORTNAME= bash-completion PORTVERSION= 2.8 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= shells @@ -10,21 +11,21 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Programmable completion library for Bash LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_armv6= fails to build: gmake: install-recursive: Error 1 BROKEN_armv7= fails to build: gmake: install-recursive: Error 1 PORTSCOUT= limit:^[0-9\.]*$$ -OPTIONS_DEFINE= CMAKE_MODULES DOCS +OPTIONS_DEFINE= CMAKE_MODULES DOCS FREEBSD OPTIONS_SINGLE= BASH OPTIONS_SINGLE_BASH= BASH_SHARED BASH_STATIC -OPTIONS_DEFAULT=BASH_SHARED CMAKE_MODULES +OPTIONS_DEFAULT=BASH_SHARED CMAKE_MODULES FREEBSD OPTIONS_SUB= yes BASH_SHARED_DESC= Use shells/bash as backend BASH_STATIC_DESC= Use shells/bash-static as backend CMAKE_MODULES_DESC= Install bash-completion modules for cmake +FREEBSD_DESC= Install completion functions for FreeBSD programs NO_ARCH= yes GNU_CONFIGURE= yes @@ -38,6 +39,12 @@ USE_GITHUB= yes BASH_SHARED_RUN_DEPENDS=bash:shells/bash BASH_STATIC_RUN_DEPENDS=bash:shells/bash-static +FREEBSD_GH_TUPLE= 0mp:bash-completion-freebsd:1.0.2:freebsd/freebsd +FREEBSD_VARS= LICENSE="BSD2CLAUSE GPLv2+" \ + LICENSE_COMB=multi \ + LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/freebsd/LICENSE \ + LICENSE_FILE_GPLv2+=${WRKSRC}/COPYING +FREEBSD_VARS_OFF= LICENSE_FILE=${WRKSRC}/COPYING post-patch: @${REINPLACE_CMD} \ @@ -59,5 +66,8 @@ post-configure: post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} CHANGES README.md doc/bash_completion.txt doc/bashrc doc/inputrc ${STAGEDIR}${DOCSDIR}/ + +post-install-FREEBSD-on: + cd ${WRKSRC}/freebsd/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} .include Modified: head/shells/bash-completion/distinfo ============================================================================== --- head/shells/bash-completion/distinfo Tue Jun 5 19:01:08 2018 (r471800) +++ head/shells/bash-completion/distinfo Tue Jun 5 19:06:06 2018 (r471801) @@ -1,3 +1,5 @@ -TIMESTAMP = 1521366391 +TIMESTAMP = 1528130663 SHA256 (scop-bash-completion-2.8_GH0.tar.gz) = c3f1bacac64bc69e3dfb9b1ef79ddbf755aac441b452845531950f1643bed25f SIZE (scop-bash-completion-2.8_GH0.tar.gz) = 326534 +SHA256 (0mp-bash-completion-freebsd-1.0.2_GH0.tar.gz) = e072d62bd4532083f054f48065148dca907d6885347072262ee3d4a5a8531256 +SIZE (0mp-bash-completion-freebsd-1.0.2_GH0.tar.gz) = 7199 Modified: head/shells/bash-completion/pkg-descr ============================================================================== --- head/shells/bash-completion/pkg-descr Tue Jun 5 19:01:08 2018 (r471800) +++ head/shells/bash-completion/pkg-descr Tue Jun 5 19:06:06 2018 (r471801) @@ -1,4 +1,8 @@ -This is a programmable completion convenience library for the bash(1) shell. It +This is a programmable completion convenience library for the Bash shell. It features the ability to tab-complete arguments for many common programs. + +Completion functions for FreeBSD-specific software are developed independently +as an extension to the official bash-completion library. The development takes +place on GitHub: https://github.com/0mp/bash-completion-freebsd WWW: https://github.com/scop/bash-completion Modified: head/shells/bash-completion/pkg-plist ============================================================================== --- head/shells/bash-completion/pkg-plist Tue Jun 5 19:01:08 2018 (r471800) +++ head/shells/bash-completion/pkg-plist Tue Jun 5 19:06:06 2018 (r471801) @@ -1,3 +1,6 @@ +%%FREEBSD%%etc/bash_completion.d/mandoc +%%FREEBSD%%etc/bash_completion.d/pkg +%%FREEBSD%%etc/bash_completion.d/service libdata/pkgconfig/bash-completion.pc %%DATADIR%%/bash_completion %%DATADIR%%/bash_completion.sh From owner-svn-ports-all@freebsd.org Tue Jun 5 19:13:53 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CB0EFF2E6C; Tue, 5 Jun 2018 19:13:53 +0000 (UTC) (envelope-from mfechner@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 0D8D46D110; Tue, 5 Jun 2018 19:13:53 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 E2D792084D; Tue, 5 Jun 2018 19:13:52 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55JDqak053536; Tue, 5 Jun 2018 19:13:52 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55JDqYK053533; Tue, 5 Jun 2018 19:13:52 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201806051913.w55JDqYK053533@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Tue, 5 Jun 2018 19:13:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r471802 - in branches/2018Q2/www/rubygem-kubeclient: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in branches/2018Q2/www/rubygem-kubeclient: . files X-SVN-Commit-Revision: 471802 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 19:13:53 -0000 Author: mfechner Date: Tue Jun 5 19:13:52 2018 New Revision: 471802 URL: https://svnweb.freebsd.org/changeset/ports/471802 Log: MFH: r468376 r469934 Update to 2.5.2 Changes: https://github.com/abonas/kubeclient/blob/master/CHANGELOG.md Update to 3.0.0 which is required for gitlab update to 10.7.x. Reviewed by: tz (mentor), sunpoet (maintainer by email) Approved by: tz (mentor), sunpoet (maintainer by email) Differential Revision: https://reviews.freebsd.org/D15202 Approved by: ports-secteam (eadler) Added: branches/2018Q2/www/rubygem-kubeclient/files/patch-kubeclient.gemspec - copied unchanged from r469934, head/www/rubygem-kubeclient/files/patch-kubeclient.gemspec Deleted: branches/2018Q2/www/rubygem-kubeclient/files/patch-gemspec Modified: branches/2018Q2/www/rubygem-kubeclient/Makefile branches/2018Q2/www/rubygem-kubeclient/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/www/rubygem-kubeclient/Makefile ============================================================================== --- branches/2018Q2/www/rubygem-kubeclient/Makefile Tue Jun 5 19:06:06 2018 (r471801) +++ branches/2018Q2/www/rubygem-kubeclient/Makefile Tue Jun 5 19:13:52 2018 (r471802) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kubeclient -PORTVERSION= 2.5.1 +PORTVERSION= 3.0.0 CATEGORIES= www rubygems MASTER_SITES= RG @@ -11,9 +11,9 @@ COMMENT= Client for Kubernetes REST API LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-http>=0.9.8:www/rubygem-http \ - rubygem-recursive-open-struct>=1.0.0:devel/rubygem-recursive-open-struct \ - rubygem-rest-client>=0:www/rubygem-rest-client +RUN_DEPENDS= rubygem-http>=2.2.2:www/rubygem-http \ + rubygem-recursive-open-struct10>=1.0.4:devel/rubygem-recursive-open-struct10 \ + rubygem-rest-client>=2.0:www/rubygem-rest-client NO_ARCH= yes USE_RUBY= yes Modified: branches/2018Q2/www/rubygem-kubeclient/distinfo ============================================================================== --- branches/2018Q2/www/rubygem-kubeclient/distinfo Tue Jun 5 19:06:06 2018 (r471801) +++ branches/2018Q2/www/rubygem-kubeclient/distinfo Tue Jun 5 19:13:52 2018 (r471802) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514380378 -SHA256 (rubygem/kubeclient-2.5.1.gem) = cd91ee8b8652dd7ed3550c73004538228e749d3fe80567c69f98e795a1a0fb48 -SIZE (rubygem/kubeclient-2.5.1.gem) = 48640 +TIMESTAMP = 1524581485 +SHA256 (rubygem/kubeclient-3.0.0.gem) = 5c0308c4d81eb9fa0415c404af470a7d8c3d6308405272b3c167e5fbcf8d7592 +SIZE (rubygem/kubeclient-3.0.0.gem) = 52224 Copied: branches/2018Q2/www/rubygem-kubeclient/files/patch-kubeclient.gemspec (from r469934, head/www/rubygem-kubeclient/files/patch-kubeclient.gemspec) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/www/rubygem-kubeclient/files/patch-kubeclient.gemspec Tue Jun 5 19:13:52 2018 (r471802, copy of r469934, head/www/rubygem-kubeclient/files/patch-kubeclient.gemspec) @@ -0,0 +1,11 @@ +--- kubeclient.gemspec.orig 2018-05-02 18:24:40 UTC ++++ kubeclient.gemspec +@@ -32,7 +32,7 @@ Gem::Specification.new do |s| + s.add_development_dependency(%q.freeze, ["= 0.49.1"]) + s.add_runtime_dependency(%q.freeze, ["~> 2.0"]) + s.add_runtime_dependency(%q.freeze, ["~> 1.0.4"]) +- s.add_runtime_dependency(%q.freeze, ["~> 2.2.2"]) ++ s.add_runtime_dependency(%q.freeze, [">= 2.2.2"]) + else + s.add_dependency(%q.freeze, ["~> 1.6"]) + s.add_dependency(%q.freeze, ["~> 12.0"]) From owner-svn-ports-all@freebsd.org Tue Jun 5 19:14:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A772FF2F00; Tue, 5 Jun 2018 19:14:46 +0000 (UTC) (envelope-from mfechner@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 1BAD26D20A; Tue, 5 Jun 2018 19:14:46 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 D6B602084E; Tue, 5 Jun 2018 19:14:45 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55JEjUu053745; Tue, 5 Jun 2018 19:14:45 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55JEjGR053742; Tue, 5 Jun 2018 19:14:45 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201806051914.w55JEjGR053742@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Tue, 5 Jun 2018 19:14:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r471803 - branches/2018Q2/www/rubygem-acts-as-taggable-on X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2018Q2/www/rubygem-acts-as-taggable-on X-SVN-Commit-Revision: 471803 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 19:14:46 -0000 Author: mfechner Date: Tue Jun 5 19:14:44 2018 New Revision: 471803 URL: https://svnweb.freebsd.org/changeset/ports/471803 Log: MFH: r469935 Update to 5.0.0 required for gitlab 10.7.x. Fixed some small problems reported by portlint. Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15313 Approved by: ports-secteam (eadler) Modified: branches/2018Q2/www/rubygem-acts-as-taggable-on/Makefile branches/2018Q2/www/rubygem-acts-as-taggable-on/distinfo branches/2018Q2/www/rubygem-acts-as-taggable-on/pkg-descr Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/www/rubygem-acts-as-taggable-on/Makefile ============================================================================== --- branches/2018Q2/www/rubygem-acts-as-taggable-on/Makefile Tue Jun 5 19:13:52 2018 (r471802) +++ branches/2018Q2/www/rubygem-acts-as-taggable-on/Makefile Tue Jun 5 19:14:44 2018 (r471803) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= acts-as-taggable-on -PORTVERSION= 4.0.0 +PORTVERSION= 5.0.0 CATEGORIES= www rubygems MASTER_SITES= RG @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-activerecord4>=4.0:databases/rubygem-activerecord4 NO_ARCH= yes -USE_RUBY= YES USES= gem +USE_RUBY= YES .include Modified: branches/2018Q2/www/rubygem-acts-as-taggable-on/distinfo ============================================================================== --- branches/2018Q2/www/rubygem-acts-as-taggable-on/distinfo Tue Jun 5 19:13:52 2018 (r471802) +++ branches/2018Q2/www/rubygem-acts-as-taggable-on/distinfo Tue Jun 5 19:14:44 2018 (r471803) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488378759 -SHA256 (rubygem/acts-as-taggable-on-4.0.0.gem) = 7a9443fe203c7877f0ce4511bc3bcaf711358a2ad8efd7fe324ee64de0175ec0 -SIZE (rubygem/acts-as-taggable-on-4.0.0.gem) = 50176 +TIMESTAMP = 1525513158 +SHA256 (rubygem/acts-as-taggable-on-5.0.0.gem) = 71d8a997286bc2dc0d0f65b33416e9d52df88ed80c895c6e0f3f626d15856b4f +SIZE (rubygem/acts-as-taggable-on-5.0.0.gem) = 54272 Modified: branches/2018Q2/www/rubygem-acts-as-taggable-on/pkg-descr ============================================================================== --- branches/2018Q2/www/rubygem-acts-as-taggable-on/pkg-descr Tue Jun 5 19:13:52 2018 (r471802) +++ branches/2018Q2/www/rubygem-acts-as-taggable-on/pkg-descr Tue Jun 5 19:14:44 2018 (r471803) @@ -2,4 +2,4 @@ With ActsAsTaggableOn, you can tag a single model on s such as skills, interests, and awards. It also provides other advanced functionality. -https://rubygems.org/gems/acts-as-taggable-on +WWW: https://rubygems.org/gems/acts-as-taggable-on From owner-svn-ports-all@freebsd.org Tue Jun 5 19:15:43 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57A06FF2F6A; Tue, 5 Jun 2018 19:15:43 +0000 (UTC) (envelope-from mfechner@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 059DE6D496; Tue, 5 Jun 2018 19:15:43 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 DB0CD2084F; Tue, 5 Jun 2018 19:15:42 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55JFg2d053953; Tue, 5 Jun 2018 19:15:42 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55JFgFk053951; Tue, 5 Jun 2018 19:15:42 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201806051915.w55JFgFk053951@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Tue, 5 Jun 2018 19:15:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r471804 - branches/2018Q2/devel/rubygem-licensee8 X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2018Q2/devel/rubygem-licensee8 X-SVN-Commit-Revision: 471804 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 19:15:43 -0000 Author: mfechner Date: Tue Jun 5 19:15:42 2018 New Revision: 471804 URL: https://svnweb.freebsd.org/changeset/ports/471804 Log: MFH: r469936 Update devel/rubygem-licensee8 to 8.9.2 required for gitlab 10.7.x. Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15318 Approved by: ports-secteam (eadler) Modified: branches/2018Q2/devel/rubygem-licensee8/Makefile branches/2018Q2/devel/rubygem-licensee8/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/devel/rubygem-licensee8/Makefile ============================================================================== --- branches/2018Q2/devel/rubygem-licensee8/Makefile Tue Jun 5 19:14:44 2018 (r471803) +++ branches/2018Q2/devel/rubygem-licensee8/Makefile Tue Jun 5 19:15:42 2018 (r471804) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= licensee -PORTVERSION= 8.7.0 +PORTVERSION= 8.9.2 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 8 Modified: branches/2018Q2/devel/rubygem-licensee8/distinfo ============================================================================== --- branches/2018Q2/devel/rubygem-licensee8/distinfo Tue Jun 5 19:14:44 2018 (r471803) +++ branches/2018Q2/devel/rubygem-licensee8/distinfo Tue Jun 5 19:15:42 2018 (r471804) @@ -1,3 +1,3 @@ -TIMESTAMP = 1497437247 -SHA256 (rubygem/licensee-8.7.0.gem) = 42992036a97e20bc1b80284d44f098f2f6e45fae7c8982cff2985230fa0612da -SIZE (rubygem/licensee-8.7.0.gem) = 129024 +TIMESTAMP = 1524580126 +SHA256 (rubygem/licensee-8.9.2.gem) = ec0e88188420897e5728535b455f84fcfaa9a63220465149677f8e07ab16cd70 +SIZE (rubygem/licensee-8.9.2.gem) = 159232 From owner-svn-ports-all@freebsd.org Tue Jun 5 19:16:34 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA8C8FF2FD2; Tue, 5 Jun 2018 19:16:34 +0000 (UTC) (envelope-from mfechner@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 6FA5F6D590; Tue, 5 Jun 2018 19:16:34 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 4E7F020850; Tue, 5 Jun 2018 19:16:34 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55JGYgO054152; Tue, 5 Jun 2018 19:16:34 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55JGYPK054151; Tue, 5 Jun 2018 19:16:34 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201806051916.w55JGYPK054151@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Tue, 5 Jun 2018 19:16:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r471805 - branches/2018Q2/devel/rubygem-prometheus-client-mmap X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2018Q2/devel/rubygem-prometheus-client-mmap X-SVN-Commit-Revision: 471805 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 19:16:35 -0000 Author: mfechner Date: Tue Jun 5 19:16:33 2018 New Revision: 471805 URL: https://svnweb.freebsd.org/changeset/ports/471805 Log: MFH: r469937 Update devel/rubygem-prometheus-client-mmap to 0.9.2 required for gitlab 10.7.x. Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15376 Approved by: ports-secteam (eadler) Modified: branches/2018Q2/devel/rubygem-prometheus-client-mmap/Makefile branches/2018Q2/devel/rubygem-prometheus-client-mmap/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/devel/rubygem-prometheus-client-mmap/Makefile ============================================================================== --- branches/2018Q2/devel/rubygem-prometheus-client-mmap/Makefile Tue Jun 5 19:15:42 2018 (r471804) +++ branches/2018Q2/devel/rubygem-prometheus-client-mmap/Makefile Tue Jun 5 19:16:33 2018 (r471805) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= prometheus-client-mmap -DISTVERSION= 0.9.1 +DISTVERSION= 0.9.2 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: branches/2018Q2/devel/rubygem-prometheus-client-mmap/distinfo ============================================================================== --- branches/2018Q2/devel/rubygem-prometheus-client-mmap/distinfo Tue Jun 5 19:15:42 2018 (r471804) +++ branches/2018Q2/devel/rubygem-prometheus-client-mmap/distinfo Tue Jun 5 19:16:33 2018 (r471805) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519304411 -SHA256 (rubygem/prometheus-client-mmap-0.9.1.gem) = 1636c40cbce0ec0d778f639857a303d30980f59935a5b44b6c2551f5d39c7ddc -SIZE (rubygem/prometheus-client-mmap-0.9.1.gem) = 77312 +TIMESTAMP = 1525942993 +SHA256 (rubygem/prometheus-client-mmap-0.9.2.gem) = f6309c30bf4c1d05d912e61d4e7b71d0941c9a20bfc24784f81fe1c9144fedc0 +SIZE (rubygem/prometheus-client-mmap-0.9.2.gem) = 51712 From owner-svn-ports-all@freebsd.org Tue Jun 5 19:24:02 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A810EFF3595; Tue, 5 Jun 2018 19:24:02 +0000 (UTC) (envelope-from mfechner@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 4F8626DBFA; Tue, 5 Jun 2018 19:24:02 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 31E4B209DD; Tue, 5 Jun 2018 19:24:02 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55JO2I5059174; Tue, 5 Jun 2018 19:24:02 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55JO11M059170; Tue, 5 Jun 2018 19:24:01 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201806051924.w55JO11M059170@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Tue, 5 Jun 2018 19:24:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r471806 - in branches/2018Q2/devel/gitaly: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in branches/2018Q2/devel/gitaly: . files X-SVN-Commit-Revision: 471806 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 19:24:02 -0000 Author: mfechner Date: Tue Jun 5 19:24:00 2018 New Revision: 471806 URL: https://svnweb.freebsd.org/changeset/ports/471806 Log: MFH: r469312 r469938 r470126 Remove duplicate entry of BUILD_DEPENDS - Fix indent rubygem-bundler is already listed in MY_DEPENDS. Differential Revision: https://reviews.freebsd.org/D15281 Submitted by: sunpoet (myself) Approved by: mfechner (maintainer) Upgrade devel/gitaly to 0.96.1 required for gitlab 10.7.x. Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15323 Fixed a wrong standard path in a configuration. New projects can be created again if the standard gitaly configuration is used. Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15447 Approved by: ports-secteam (eadler) Modified: branches/2018Q2/devel/gitaly/Makefile branches/2018Q2/devel/gitaly/distinfo branches/2018Q2/devel/gitaly/files/patch-config.toml.example branches/2018Q2/devel/gitaly/files/patch-ruby_Gemfile branches/2018Q2/devel/gitaly/pkg-plist Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/devel/gitaly/Makefile ============================================================================== --- branches/2018Q2/devel/gitaly/Makefile Tue Jun 5 19:16:33 2018 (r471805) +++ branches/2018Q2/devel/gitaly/Makefile Tue Jun 5 19:24:00 2018 (r471806) @@ -13,34 +13,34 @@ LICENSE_FILE= ${WRKSRC}/LICENSE # define dependencies that are required for build and run under MY_DEPENDS MY_DEPENDS= git>=2.16.2:devel/git \ + rubygem-rugged>=0.27.0:devel/rubygem-rugged \ rubygem-github-linguist53>=5.3.3:textproc/rubygem-github-linguist53 \ rubygem-bundler>0:sysutils/rubygem-bundler \ rubygem-gitlab-markup>=1.6.2:textproc/rubygem-gitlab-markup \ - rubygem-gitaly-proto088>=0.88.0:net/rubygem-gitaly-proto088 \ + rubygem-gitaly-proto095>=0.95.0:net/rubygem-gitaly-proto095 \ rubygem-activesupport50>=5.0.2:devel/rubygem-activesupport50 \ rubygem-rdoc>=4.2:devel/rubygem-rdoc \ - rubygem-gollum-lib-gitlab>=4.2.0:www/rubygem-gollum-lib-gitlab \ + rubygem-gollum-lib-gitlab>=4.2:www/rubygem-gollum-lib-gitlab \ rubygem-gollum-rugged_adapter>=0.4.4:www/rubygem-gollum-rugged_adapter \ rubygem-grpc>=1.10.0:net/rubygem-grpc \ rubygem-sentry-raven>=2.7.2:devel/rubygem-sentry-raven \ - rubygem-licensee8>=8.7:devel/rubygem-licensee8 \ + rubygem-licensee8>=8.7.0:devel/rubygem-licensee8 \ rubygem-google-protobuf351>=3.5.1:devel/rubygem-google-protobuf351 BUILD_DEPENDS= go>=1.8:lang/go \ gem:devel/ruby-gems \ - rubygem-bundler>0:sysutils/rubygem-bundler \ ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} \ gitlab-shell>=6.0.4:devel/gitlab-shell -USES= gmake +USES= gmake USE_RUBY= yes USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find this here: https://gitlab.com/gitlab-org/gitaly/tags -GL_COMMIT= 89298fe8b80b73a34352023555fe061866aff3ad +GL_COMMIT= d779c028099f79360209b92473c201e07721b885 post-patch: ${MV} ${WRKSRC}/config.toml.example ${WRKSRC}/config.toml.sample @@ -48,7 +48,8 @@ post-patch: do-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${MKDIR} ${STAGEDIR}${DATADIR}/bin - $(RM) -f ${WRKSRC}/ruby/Gemfile.orig + ${FIND} ${WRKSRC} -name '*.orig' -delete + ${FIND} ${WRKSRC} -name "Gemfile.lock" -delete (cd ${WRKSRC}/_build/bin/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/bin && \ cd ${WRKSRC} && ${COPYTREE_SHARE} config.toml.sample ${STAGEDIR}${DATADIR}) && \ cd ${WRKSRC}/ruby && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/ruby Modified: branches/2018Q2/devel/gitaly/distinfo ============================================================================== --- branches/2018Q2/devel/gitaly/distinfo Tue Jun 5 19:16:33 2018 (r471805) +++ branches/2018Q2/devel/gitaly/distinfo Tue Jun 5 19:24:00 2018 (r471806) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523378733 -SHA256 (gitlab-org-gitaly-89298fe8b80b73a34352023555fe061866aff3ad_GL0.tar.gz) = c1a8e836b572f249e05c3a821002781af6a3a1bf3434dff5fe515078700994b3 -SIZE (gitlab-org-gitaly-89298fe8b80b73a34352023555fe061866aff3ad_GL0.tar.gz) = 3586830 +TIMESTAMP = 1524579302 +SHA256 (gitlab-org-gitaly-d779c028099f79360209b92473c201e07721b885_GL0.tar.gz) = 8344bfff658433002444d756c3552b57ce7861b614efc2f3db42be68dd4aa4b5 +SIZE (gitlab-org-gitaly-d779c028099f79360209b92473c201e07721b885_GL0.tar.gz) = 3620431 Modified: branches/2018Q2/devel/gitaly/files/patch-config.toml.example ============================================================================== --- branches/2018Q2/devel/gitaly/files/patch-config.toml.example Tue Jun 5 19:16:33 2018 (r471805) +++ branches/2018Q2/devel/gitaly/files/patch-config.toml.example Tue Jun 5 19:24:00 2018 (r471806) @@ -1,4 +1,4 @@ ---- config.toml.example.orig 2018-02-08 14:44:53 UTC +--- config.toml.example.orig 2018-04-12 00:44:37 UTC +++ config.toml.example @@ -1,9 +1,9 @@ # Example Gitaly configuration file @@ -28,7 +28,7 @@ # # You can optionally configure more storages for this Gitaly instance to serve up # -@@ -40,7 +40,7 @@ path = "/home/git/repositories" +@@ -42,7 +42,7 @@ path = "/home/git/repositories" [gitaly-ruby] # The directory where gitaly-ruby is installed @@ -37,12 +37,12 @@ # # Gitaly-ruby resident set size (RSS) that triggers a memory restart (bytes) # max_rss = 300000000 -@@ -53,7 +53,7 @@ dir = "/home/git/gitaly/ruby" +@@ -55,7 +55,7 @@ dir = "/home/git/gitaly/ruby" [gitlab-shell] # The directory where gitlab-shell is installed -dir = "/home/git/gitlab-shell" -+dir = "/usr/local/share/gitlab-shell/bin" ++dir = "/usr/local/share/gitlab-shell" # # You can adjust the concurrency of each RPC endpoint # [[concurrency]] Modified: branches/2018Q2/devel/gitaly/files/patch-ruby_Gemfile ============================================================================== --- branches/2018Q2/devel/gitaly/files/patch-ruby_Gemfile Tue Jun 5 19:16:33 2018 (r471805) +++ branches/2018Q2/devel/gitaly/files/patch-ruby_Gemfile Tue Jun 5 19:24:00 2018 (r471806) @@ -1,6 +1,12 @@ ---- ruby/Gemfile.orig 2018-02-25 18:31:26 UTC +--- ruby/Gemfile.orig 2018-04-12 00:44:37 UTC +++ ruby/Gemfile -@@ -12,7 +12,3 @@ gem 'grpc', '~> 1.8.0' +@@ -13,12 +13,8 @@ gem 'sentry-raven', '~> 2.7.2', require: + + # Detects the open source license the repository includes + # This version needs to be in sync with GitLab CE/EE +-gem 'licensee', '~> 8.7.0' ++gem 'licensee', '~> 8.9' + # Locked until https://github.com/google/protobuf/issues/4210 is closed gem 'google-protobuf', '= 3.5.1' Modified: branches/2018Q2/devel/gitaly/pkg-plist ============================================================================== --- branches/2018Q2/devel/gitaly/pkg-plist Tue Jun 5 19:16:33 2018 (r471805) +++ branches/2018Q2/devel/gitaly/pkg-plist Tue Jun 5 19:24:00 2018 (r471806) @@ -1,5 +1,4 @@ %%DATADIR%%/ruby/Gemfile -%%DATADIR%%/ruby/Gemfile.lock %%DATADIR%%/ruby/README.md @(,,555) %%DATADIR%%/ruby/bin/gitaly-ruby @(,,555) %%DATADIR%%/ruby/bin/ruby-cd From owner-svn-ports-all@freebsd.org Tue Jun 5 19:26:19 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4AF80FF3729; Tue, 5 Jun 2018 19:26:19 +0000 (UTC) (envelope-from mfechner@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 EF86E6DD7F; Tue, 5 Jun 2018 19:26:18 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 D0245209E1; Tue, 5 Jun 2018 19:26:18 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55JQIdW059434; Tue, 5 Jun 2018 19:26:18 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55JQI7w059430; Tue, 5 Jun 2018 19:26:18 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201806051926.w55JQI7w059430@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Tue, 5 Jun 2018 19:26:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r471807 - branches/2018Q2/devel/gitlab-shell X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2018Q2/devel/gitlab-shell X-SVN-Commit-Revision: 471807 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 19:26:19 -0000 Author: mfechner Date: Tue Jun 5 19:26:17 2018 New Revision: 471807 URL: https://svnweb.freebsd.org/changeset/ports/471807 Log: MFH: r469939 Update devel/gitlab-shell to 7.1.2 required for gitlab 10.7.x. Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15322 Approved by: ports-secteam (eadler) Modified: branches/2018Q2/devel/gitlab-shell/Makefile branches/2018Q2/devel/gitlab-shell/distinfo branches/2018Q2/devel/gitlab-shell/pkg-plist Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/devel/gitlab-shell/Makefile ============================================================================== --- branches/2018Q2/devel/gitlab-shell/Makefile Tue Jun 5 19:24:00 2018 (r471806) +++ branches/2018Q2/devel/gitlab-shell/Makefile Tue Jun 5 19:26:17 2018 (r471807) @@ -2,24 +2,26 @@ # $FreeBSD$ PORTNAME= gitlab-shell -PORTVERSION= 6.0.4 +PORTVERSION= 7.1.2 CATEGORIES= devel -LICENSE= MIT - MAINTAINER= idefix@fechner.net COMMENT= GitLab Shell handles git commands for GitLab +LICENSE= MIT + BUILD_DEPENDS= gem:devel/ruby-gems \ go>=1.5.3:lang/go USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-shell/tags -GL_COMMIT= 6feee1ccc265c765181533bbc719f91c364de2b3 +GL_COMMIT= 3a83767f650f996ef37382a21d05d8ed99873aa1 USERS= git GROUPS= git + +INSTALL_TARGET=install-strip post-patch: ${MV} ${WRKSRC}/config.yml.example ${WRKSRC}/config.yml.sample Modified: branches/2018Q2/devel/gitlab-shell/distinfo ============================================================================== --- branches/2018Q2/devel/gitlab-shell/distinfo Tue Jun 5 19:24:00 2018 (r471806) +++ branches/2018Q2/devel/gitlab-shell/distinfo Tue Jun 5 19:26:17 2018 (r471807) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523369483 -SHA256 (gitlab-org-gitlab-shell-6feee1ccc265c765181533bbc719f91c364de2b3_GL0.tar.gz) = bb1d7702c1c7177f36e09e77da081e90f145d786635d33b5c9e85bdc9387b2a2 -SIZE (gitlab-org-gitlab-shell-6feee1ccc265c765181533bbc719f91c364de2b3_GL0.tar.gz) = 773179 +TIMESTAMP = 1524408426 +SHA256 (gitlab-org-gitlab-shell-3a83767f650f996ef37382a21d05d8ed99873aa1_GL0.tar.gz) = 6db5b6c4d0269d2510841add69bf78690ef67534fe5f83fb131fa1368a8d011d +SIZE (gitlab-org-gitlab-shell-3a83767f650f996ef37382a21d05d8ed99873aa1_GL0.tar.gz) = 1547242 Modified: branches/2018Q2/devel/gitlab-shell/pkg-plist ============================================================================== --- branches/2018Q2/devel/gitlab-shell/pkg-plist Tue Jun 5 19:24:00 2018 (r471806) +++ branches/2018Q2/devel/gitlab-shell/pkg-plist Tue Jun 5 19:26:17 2018 (r471807) @@ -1,7 +1,6 @@ %%DATADIR%%/.codeclimate.yml %%DATADIR%%/.gitignore %%DATADIR%%/.gitlab-ci.yml -%%DATADIR%%/.rspec %%DATADIR%%/.rubocop.yml %%DATADIR%%/CHANGELOG %%DATADIR%%/CONTRIBUTING.md @@ -15,12 +14,14 @@ @(,,555) %%DATADIR%%/bin/check @(,,555) %%DATADIR%%/bin/compile @(,,555) %%DATADIR%%/bin/create-hooks +@(,,555) %%DATADIR%%/bin/gitaly-upload-archive @(,,555) %%DATADIR%%/bin/gitaly-upload-pack @(,,555) %%DATADIR%%/bin/gitaly-receive-pack @(,,555) %%DATADIR%%/bin/gitlab-keys @(,,555) %%DATADIR%%/bin/gitlab-shell @(,,555) %%DATADIR%%/bin/gitlab-shell-authorized-keys-check @(,,555) %%DATADIR%%/bin/install +@(,,555) %%DATADIR%%/bin/test-logger @sample %%DATADIR%%/config.yml.sample @(,,555) %%DATADIR%%/hooks/post-receive @(,,555) %%DATADIR%%/hooks/pre-receive From owner-svn-ports-all@freebsd.org Tue Jun 5 19:27:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F29D5FF377A; Tue, 5 Jun 2018 19:27:07 +0000 (UTC) (envelope-from mfechner@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 A80AD6DE6E; Tue, 5 Jun 2018 19:27:07 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 89226209E3; Tue, 5 Jun 2018 19:27:07 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55JR7T9059627; Tue, 5 Jun 2018 19:27:07 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55JR7bP059625; Tue, 5 Jun 2018 19:27:07 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201806051927.w55JR7bP059625@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Tue, 5 Jun 2018 19:27:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r471808 - branches/2018Q2/www/gitlab-workhorse X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2018Q2/www/gitlab-workhorse X-SVN-Commit-Revision: 471808 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 19:27:08 -0000 Author: mfechner Date: Tue Jun 5 19:27:06 2018 New Revision: 471808 URL: https://svnweb.freebsd.org/changeset/ports/471808 Log: MFH: r469940 Update www/gitlab-workhorse to 4.1.0 required for gitlab 10.7.x. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D15315 Approved by: ports-secteam (eadler) Modified: branches/2018Q2/www/gitlab-workhorse/Makefile branches/2018Q2/www/gitlab-workhorse/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/www/gitlab-workhorse/Makefile ============================================================================== --- branches/2018Q2/www/gitlab-workhorse/Makefile Tue Jun 5 19:26:17 2018 (r471807) +++ branches/2018Q2/www/gitlab-workhorse/Makefile Tue Jun 5 19:27:06 2018 (r471808) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-workhorse -PORTVERSION= 4.0.0 +PORTVERSION= 4.1.0 CATEGORIES= www MAINTAINER= idefix@fechner.net @@ -11,14 +11,15 @@ COMMENT= Smart reverse proxy for GitLab LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= go>=1.5.3:lang/go +BUILD_DEPENDS= go>=1.5.3:lang/go \ + git>=2.16.2:devel/git MAKE_JOBS_UNSAFE=yes USES= gmake USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-workhorse/tags -GL_COMMIT= 75bc61a1ac262705a24e38c3fc6b388efb0fb5c4 +GL_COMMIT= 31b10f9eb762869b767408fa0b26ab25aefba047 PLIST_FILES= bin/gitlab-workhorse \ bin/gitlab-zip-cat \ Modified: branches/2018Q2/www/gitlab-workhorse/distinfo ============================================================================== --- branches/2018Q2/www/gitlab-workhorse/distinfo Tue Jun 5 19:26:17 2018 (r471807) +++ branches/2018Q2/www/gitlab-workhorse/distinfo Tue Jun 5 19:27:06 2018 (r471808) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523369813 -SHA256 (gitlab-org-gitlab-workhorse-75bc61a1ac262705a24e38c3fc6b388efb0fb5c4_GL0.tar.gz) = b6bec2bd9df4727b70cd33912b50f813cbb863ace07aa3f5ea207f5cfdc09a7f -SIZE (gitlab-org-gitlab-workhorse-75bc61a1ac262705a24e38c3fc6b388efb0fb5c4_GL0.tar.gz) = 1718223 +TIMESTAMP = 1524407802 +SHA256 (gitlab-org-gitlab-workhorse-31b10f9eb762869b767408fa0b26ab25aefba047_GL0.tar.gz) = d9ef15f98532ca4a431f5e183501b981bcfa9b7fec76bcdc78de4089b06d2e03 +SIZE (gitlab-org-gitlab-workhorse-31b10f9eb762869b767408fa0b26ab25aefba047_GL0.tar.gz) = 1753761 From owner-svn-ports-all@freebsd.org Tue Jun 5 19:32:53 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 288F9FF3B4E; Tue, 5 Jun 2018 19:32:53 +0000 (UTC) (envelope-from mfechner@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 C8D566E3E8; Tue, 5 Jun 2018 19:32:52 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 AAFFF20B82; Tue, 5 Jun 2018 19:32:52 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55JWqqj064551; Tue, 5 Jun 2018 19:32:52 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55JWo0n064537; Tue, 5 Jun 2018 19:32:50 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201806051932.w55JWo0n064537@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Tue, 5 Jun 2018 19:32:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r471809 - in branches/2018Q2: devel/gitaly devel/gitaly/files net/rubygem-grpc www/gitlab www/gitlab/files X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in branches/2018Q2: devel/gitaly devel/gitaly/files net/rubygem-grpc www/gitlab www/gitlab/files X-SVN-Commit-Revision: 471809 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 19:32:53 -0000 Author: mfechner Date: Tue Jun 5 19:32:49 2018 New Revision: 471809 URL: https://svnweb.freebsd.org/changeset/ports/471809 Log: MFH: r469941 r471208 Update gitlab to 10.7.3. For list of changes look here: https://about.gitlab.com/2018/04/22/gitlab-10-7-released/ Please note that gitlab-pages is temporarily removed and will be added later if upstream bug is fixed. To not update to this version if you require gitlab-pages. The Gemfile.lock is now generated on gitlab startup, so this should help with Gemfile issues. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D15314 Applied security upgrade to gitlab 10.7.5. Fixed bug with wrong path for gitlab-workhouse that should fix artifacts (reported by Felix ). This was fix upstream but is not included in this version yet: https://gitlab.com/gitlab-org/gitlab-ce/issues/46763 Update net/rubygem-grpc to 1.11.1 which is required for gitlab 10.7.5. Sync dep net/rubygem-grpc with gitlab which uses now 1.11.1. Added gitlab-pages again to dependencies as the new version builds again. Reported by: Felix Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D15631 Approved by: ports-secteam (eadler) Added: branches/2018Q2/www/gitlab/files/patch-app_uploaders_object__storage.rb - copied unchanged from r471208, head/www/gitlab/files/patch-app_uploaders_object__storage.rb Modified: branches/2018Q2/devel/gitaly/Makefile branches/2018Q2/devel/gitaly/files/patch-ruby_Gemfile branches/2018Q2/net/rubygem-grpc/Makefile branches/2018Q2/net/rubygem-grpc/distinfo branches/2018Q2/www/gitlab/Makefile branches/2018Q2/www/gitlab/distinfo branches/2018Q2/www/gitlab/files/gitlab.in branches/2018Q2/www/gitlab/files/patch-Gemfile branches/2018Q2/www/gitlab/files/patch-config_gitlab.yml.example branches/2018Q2/www/gitlab/pkg-message branches/2018Q2/www/gitlab/pkg-plist Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/devel/gitaly/Makefile ============================================================================== --- branches/2018Q2/devel/gitaly/Makefile Tue Jun 5 19:27:06 2018 (r471808) +++ branches/2018Q2/devel/gitaly/Makefile Tue Jun 5 19:32:49 2018 (r471809) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= gitaly -DISTVERSION= 0.91.0 -PORTREVISION= 1 +DISTVERSION= 0.96.1 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= idefix@fechner.net Modified: branches/2018Q2/devel/gitaly/files/patch-ruby_Gemfile ============================================================================== --- branches/2018Q2/devel/gitaly/files/patch-ruby_Gemfile Tue Jun 5 19:27:06 2018 (r471808) +++ branches/2018Q2/devel/gitaly/files/patch-ruby_Gemfile Tue Jun 5 19:32:49 2018 (r471809) @@ -1,6 +1,12 @@ --- ruby/Gemfile.orig 2018-04-12 00:44:37 UTC +++ ruby/Gemfile -@@ -13,12 +13,8 @@ gem 'sentry-raven', '~> 2.7.2', require: +@@ -8,17 +8,13 @@ gem 'activesupport', '~> 5.0.2' + gem 'rdoc', '~> 4.2' + gem 'gollum-lib', '~> 4.2', require: false + gem 'gollum-rugged_adapter', '~> 0.4.4', require: false +-gem 'grpc', '~> 1.10.0' ++gem 'grpc', '~> 1.11.0' + gem 'sentry-raven', '~> 2.7.2', require: false # Detects the open source license the repository includes # This version needs to be in sync with GitLab CE/EE Modified: branches/2018Q2/net/rubygem-grpc/Makefile ============================================================================== --- branches/2018Q2/net/rubygem-grpc/Makefile Tue Jun 5 19:27:06 2018 (r471808) +++ branches/2018Q2/net/rubygem-grpc/Makefile Tue Jun 5 19:32:49 2018 (r471809) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= grpc -PORTVERSION= 1.10.0 +PORTVERSION= 1.11.1 CATEGORIES= net rubygems MASTER_SITES= RG Modified: branches/2018Q2/net/rubygem-grpc/distinfo ============================================================================== --- branches/2018Q2/net/rubygem-grpc/distinfo Tue Jun 5 19:27:06 2018 (r471808) +++ branches/2018Q2/net/rubygem-grpc/distinfo Tue Jun 5 19:32:49 2018 (r471809) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523377112 -SHA256 (rubygem/grpc-1.10.0.gem) = 0235e5e5cff0253c53f022bbfa6929a4c4ef97db5900122981b7375a25c49b9f -SIZE (rubygem/grpc-1.10.0.gem) = 2769408 +TIMESTAMP = 1527758749 +SHA256 (rubygem/grpc-1.11.1.gem) = 890ee82183285ac228c13122ee8d0f17e29f055c102d75a5d7bf31364b25729c +SIZE (rubygem/grpc-1.11.1.gem) = 2883584 Modified: branches/2018Q2/www/gitlab/Makefile ============================================================================== --- branches/2018Q2/www/gitlab/Makefile Tue Jun 5 19:27:06 2018 (r471808) +++ branches/2018Q2/www/gitlab/Makefile Tue Jun 5 19:32:49 2018 (r471809) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab -PORTVERSION= 10.6.5 +PORTVERSION= 10.7.5 DISTVERSIONPREFIX= v CATEGORIES= www devel @@ -25,10 +25,10 @@ BUILD_DEPENDS= gem:devel/ruby-gems # only rubygem-pg and rubygem-mysql are defined later as RUN_DEPENDS # for the options RUN_DEPENDS= git>=2.16.2:devel/git \ - gitlab-shell>=6.0.4:devel/gitlab-shell \ - gitlab-workhorse>=4.0.0:www/gitlab-workhorse \ - gitaly>=0.91.0:devel/gitaly \ - gitlab-pages>=0.7.1:www/gitlab-pages \ + gitlab-shell>=7.1.2:devel/gitlab-shell \ + gitlab-workhorse>=4.1.0:www/gitlab-workhorse \ + gitaly>=0.96.1:devel/gitaly \ + gitlab-pages>=0.9.1:www/gitlab-pages \ redis>=2.8.23:databases/redis \ npm>=4.3.0:www/npm \ yarn>=0.17.0:www/yarn \ @@ -36,26 +36,26 @@ RUN_DEPENDS= git>=2.16.2:devel/git \ rubygem-rails-deprecated_sanitizer>=1.0.3:devel/rubygem-rails-deprecated_sanitizer \ rubygem-responders>=2.0:www/rubygem-responders \ rubygem-sprockets3>=3.7:devel/rubygem-sprockets3 \ - rubygem-default_value_for>=3.0.1:devel/rubygem-default_value_for \ - rubygem-rugged>=0.26.0:devel/rubygem-rugged \ + rubygem-default_value_for30>=3.0.5:devel/rubygem-default_value_for30 \ + rubygem-rugged>=0.27.0:devel/rubygem-rugged \ rubygem-grape-route-helpers>=2.1.0:devel/rubygem-grape-route-helpers \ rubygem-faraday>=0.12.0:www/rubygem-faraday \ rubygem-devise>=4.2:devel/rubygem-devise \ - rubygem-doorkeeper42>=4.2:security/rubygem-doorkeeper42 \ - rubygem-doorkeeper-openid_connect12>=1.2.0:security/rubygem-doorkeeper-openid_connect12 \ - rubygem-omniauth14>=1.4.2:security/rubygem-omniauth14 \ + rubygem-doorkeeper>=4.3:security/rubygem-doorkeeper \ + rubygem-doorkeeper-openid_connect>=1.3:security/rubygem-doorkeeper-openid_connect \ + rubygem-omniauth>=1.8:security/rubygem-omniauth \ rubygem-omniauth-auth0>=2.0.0:net/rubygem-omniauth-auth0 \ rubygem-omniauth-azure-oauth2>=0.0.9:net/rubygem-omniauth-azure-oauth2 \ rubygem-omniauth-cas3>=1.1.4:security/rubygem-omniauth-cas3 \ rubygem-omniauth-facebook>=4.0.0:net/rubygem-omniauth-facebook \ rubygem-omniauth-github11>=1.1.1:net/rubygem-omniauth-github11 \ rubygem-omniauth-gitlab>=1.0.2:security/rubygem-omniauth-gitlab \ - rubygem-omniauth-google-oauth2>=0.5.2:net/rubygem-omniauth-google-oauth2 \ + rubygem-omniauth-google-oauth2>=0.5.3:net/rubygem-omniauth-google-oauth2 \ rubygem-omniauth-kerberos>=0.3.0:net/rubygem-omniauth-kerberos \ rubygem-omniauth-oauth2-generic>=0.2.2:security/rubygem-omniauth-oauth2-generic \ - rubygem-omniauth-saml17>=1.7.0:security/rubygem-omniauth-saml17 \ + rubygem-omniauth-saml>=1.10:security/rubygem-omniauth-saml \ rubygem-omniauth-shibboleth12>=1.2.0:security/rubygem-omniauth-shibboleth12 \ - rubygem-omniauth-twitter12>=1.2.0:net/rubygem-omniauth-twitter12 \ + rubygem-omniauth-twitter>=1.4:net/rubygem-omniauth-twitter \ rubygem-omniauth_crowd22>=2.2.0:devel/rubygem-omniauth_crowd22 \ rubygem-omniauth-authentiq>=0.3.1:net/rubygem-omniauth-authentiq \ rubygem-rack-oauth212>=1.2.1:security/rubygem-rack-oauth212 \ @@ -64,7 +64,7 @@ RUN_DEPENDS= git>=2.16.2:devel/git \ rubygem-akismet>=2.0:devel/rubygem-akismet \ rubygem-devise-two-factor>=3.0.0:security/rubygem-devise-two-factor \ rubygem-rqrcode-rails3>=0.1.7:www/rubygem-rqrcode-rails3 \ - rubygem-attr_encrypted30>=3.0.0:security/rubygem-attr_encrypted30 \ + rubygem-attr_encrypted>=3.1.0:security/rubygem-attr_encrypted \ rubygem-u2f0>=0.2.1:net/rubygem-u2f0 \ rubygem-validates_hostname>=1.0.6:dns/rubygem-validates_hostname \ rubygem-browser>=2.2:www/rubygem-browser \ @@ -82,17 +82,17 @@ RUN_DEPENDS= git>=2.16.2:devel/git \ rubygem-hamlit26>=2.6.1:www/rubygem-hamlit26 \ rubygem-carrierwave>=1.1:www/rubygem-carrierwave \ rubygem-dropzonejs-rails07>=0.7.1:www/rubygem-dropzonejs-rails07 \ - rubygem-fog-aws1>=1.4:net/rubygem-fog-aws1 \ + rubygem-fog-aws>=2.0.1:net/rubygem-fog-aws \ rubygem-fog-core1>=1.44:devel/rubygem-fog-core1 \ - rubygem-fog-google0>=0.5:net/rubygem-fog-google0 \ + rubygem-fog-google>=1.3.3:net/rubygem-fog-google \ rubygem-fog-local>=0.3:net/rubygem-fog-local \ rubygem-fog-openstack>=0.1:net/rubygem-fog-openstack \ rubygem-fog-rackspace>=0.1.1:net/rubygem-fog-rackspace \ rubygem-fog-aliyun>=0.2.0:net/rubygem-fog-aliyun \ - rubygem-google-api-client>=0.13.6:devel/rubygem-google-api-client \ + rubygem-google-api-client>=0.19.8:devel/rubygem-google-api-client \ rubygem-unf>=0.1.4:textproc/rubygem-unf \ rubygem-seed-fu>=2.3.7:databases/rubygem-seed-fu \ - rubygem-html-pipeline1>=1.11.0:textproc/rubygem-html-pipeline1 \ + rubygem-html-pipeline>=2.7.1:textproc/rubygem-html-pipeline \ rubygem-deckar01-task_list>=2.0.0:www/rubygem-deckar01-task_list \ rubygem-gitlab-markup>=1.6.2:textproc/rubygem-gitlab-markup \ rubygem-redcarpet>=3.4:textproc/rubygem-redcarpet \ @@ -102,8 +102,8 @@ RUN_DEPENDS= git>=2.16.2:devel/git \ rubygem-org-ruby>=0.9.12:textproc/rubygem-org-ruby \ rubygem-creole>=0.5.0:textproc/rubygem-creole \ rubygem-wikicloth081>=0.8.1:textproc/rubygem-wikicloth081 \ - rubygem-asciidoctor>=1.5.2:textproc/rubygem-asciidoctor \ - rubygem-asciidoctor-plantuml007>=0.0.7:textproc/rubygem-asciidoctor-plantuml007 \ + rubygem-asciidoctor>=1.5.6:textproc/rubygem-asciidoctor \ + rubygem-asciidoctor-plantuml>=0.0.8:textproc/rubygem-asciidoctor-plantuml \ rubygem-rouge2>=2.0:textproc/rubygem-rouge2 \ rubygem-truncato>=0.7.9:textproc/rubygem-truncato \ rubygem-bootstrap_form>=2.7.0:devel/rubygem-bootstrap_form \ @@ -111,8 +111,8 @@ RUN_DEPENDS= git>=2.16.2:devel/git \ rubygem-diffy31>=3.1.0:textproc/rubygem-diffy31 \ rubygem-unicorn51>=5.1.0:www/rubygem-unicorn51 \ rubygem-unicorn-worker-killer044>=0.4.4:www/rubygem-unicorn-worker-killer044 \ - rubygem-state_machines-activerecord>=0.4.0:databases/rubygem-state_machines-activerecord \ - rubygem-acts-as-taggable-on>=4.0.0:www/rubygem-acts-as-taggable-on \ + rubygem-state_machines-activerecord>=0.5.1:databases/rubygem-state_machines-activerecord \ + rubygem-acts-as-taggable-on>=5.0:www/rubygem-acts-as-taggable-on \ rubygem-sidekiq>=5.0.0:devel/rubygem-sidekiq \ rubygem-sidekiq-cron>=0.6.0:devel/rubygem-sidekiq-cron \ rubygem-redis-namespace15>=1.5.2:databases/rubygem-redis-namespace15 \ @@ -133,12 +133,12 @@ RUN_DEPENDS= git>=2.16.2:devel/git \ rubygem-slack-notifier1>=1.5.1:devel/rubygem-slack-notifier1 \ rubygem-asana>=0.6.0:www/rubygem-asana \ rubygem-ruby-fogbugz>=0.2.1:devel/rubygem-ruby-fogbugz \ - rubygem-kubeclient22>=2.2.0:www/rubygem-kubeclient22 \ + rubygem-kubeclient>=3.0.0:www/rubygem-kubeclient \ rubygem-d3_rails-rails4>=3.5.0:www/rubygem-d3_rails-rails4 \ rubygem-sanitize>=2.0:textproc/rubygem-sanitize \ rubygem-babosa>=1.0.2:textproc/rubygem-babosa \ rubygem-loofah>=2.2:textproc/rubygem-loofah \ - rubygem-licensee8>=8.7:devel/rubygem-licensee8 \ + rubygem-licensee8>=8.9:devel/rubygem-licensee8 \ rubygem-rack-attack44>=4.4.1:www/rubygem-rack-attack44 \ rubygem-ace-rails-ap>=4.1.0:www/rubygem-ace-rails-ap \ rubygem-mousetrap-rails>=1.4.6:www/rubygem-mousetrap-rails \ @@ -157,53 +157,50 @@ RUN_DEPENDS= git>=2.16.2:devel/git \ rubygem-gemojione>=3.3:graphics/rubygem-gemojione \ rubygem-gon61>=6.1.0:www/rubygem-gon61 \ rubygem-jquery-atwho-rails13>=1.3.2:www/rubygem-jquery-atwho-rails13 \ - rubygem-jquery-rails>=4.1.0:www/rubygem-jquery-rails \ rubygem-request_store>=1.3:devel/rubygem-request_store \ rubygem-select2-rails3>=3.5.9:www/rubygem-select2-rails3 \ rubygem-virtus>=1.0.1:devel/rubygem-virtus \ rubygem-base32>=0.3.0:converters/rubygem-base32 \ - rubygem-sentry-raven>=2.5.3:devel/rubygem-sentry-raven \ + rubygem-sentry-raven>=2.7:devel/rubygem-sentry-raven \ rubygem-premailer-rails19>=1.9.7:mail/rubygem-premailer-rails19 \ rubygem-ruby_parser>=3.8.4:devel/rubygem-ruby_parser \ rubygem-rails-i18n-4>=4.0.9:devel/rubygem-rails-i18n-4 \ rubygem-gettext_i18n_rails>=1.8.0:devel/rubygem-gettext_i18n_rails \ - rubygem-gettext_i18n_rails_js12>=1.2.0:devel/rubygem-gettext_i18n_rails_js12 \ + rubygem-gettext_i18n_rails_js>=1.3:devel/rubygem-gettext_i18n_rails_js \ rubygem-gettext>=3.2.2:devel/rubygem-gettext \ rubygem-batch-loader>=1.2.1:devel/rubygem-batch-loader \ rubygem-peek>=1.0.1:devel/rubygem-peek \ rubygem-peek-gc>=0.0.2:devel/rubygem-peek-gc \ - rubygem-peek-host>=1.0.0:devel/rubygem-peek-host \ rubygem-peek-performance_bar>=1.3.0:devel/rubygem-peek-performance_bar \ rubygem-peek-rblineprof>=0.2.0:devel/rubygem-peek-rblineprof \ rubygem-peek-redis>=1.2.0:devel/rubygem-peek-redis \ rubygem-peek-sidekiq>=1.0.3:devel/rubygem-peek-sidekiq \ rubygem-prometheus-client-mmap>=0.9.1:devel/rubygem-prometheus-client-mmap \ - rubygem-octokit46>=4.6.2:net/rubygem-octokit46 \ + rubygem-octokit>=4.8:net/rubygem-octokit \ rubygem-mail_room>=0.9.1:mail/rubygem-mail_room \ rubygem-email_reply_trimmer>=0.1:mail/rubygem-email_reply_trimmer \ rubygem-html2text>=0:textproc/rubygem-html2text \ - rubygem-ruby-prof016>=0.16.2:devel/rubygem-ruby-prof016 \ + rubygem-ruby-prof>=0.17.0:devel/rubygem-ruby-prof \ rubygem-oauth2>=1.4.0:net/rubygem-oauth2 \ rubygem-health_check26>=2.6.0:devel/rubygem-health_check26 \ rubygem-vmstat>=2.3.0:sysutils/rubygem-vmstat \ rubygem-sys-filesystem>=1.1.6:sysutils/rubygem-sys-filesystem \ - rubygem-net-ssh41>=4.1.0:security/rubygem-net-ssh41 \ + rubygem-net-ssh>=4.2.0:security/rubygem-net-ssh \ rubygem-sshkey>=1.9.0:security/rubygem-sshkey \ rubygem-rbnacl4<=4.0.2:security/rubygem-rbnacl4 \ rubygem-rbnacl-libsodium>=0:security/rubygem-rbnacl-libsodium \ rubygem-bcrypt_pbkdf>=1.0:security/rubygem-bcrypt_pbkdf \ - rubygem-gitaly-proto088>=0.88.0:net/rubygem-gitaly-proto088 \ - rubygem-grpc>=1.10.0:net/rubygem-grpc \ + rubygem-gitaly-proto096>=0.96.0:net/rubygem-gitaly-proto096 \ + rubygem-grpc>=1.11.0:net/rubygem-grpc \ rubygem-gitaly>=0.8.0:net/rubygem-gitaly \ rubygem-google-protobuf351>=3.5.1:devel/rubygem-google-protobuf351 \ rubygem-toml-rb10>=1.0.0:www/rubygem-toml-rb10 \ - rubygem-flipper011>=0.11.0:devel/rubygem-flipper011 \ - rubygem-flipper-active_record011>=0.11.0:databases/rubygem-flipper-active_record011 \ - rubygem-flipper-active_support_cache_store011>=0.11.0:devel/rubygem-flipper-active_support_cache_store011 \ + rubygem-flipper013>=0.13.0:devel/rubygem-flipper013 \ + rubygem-flipper-active_record013>=0.13.0:databases/rubygem-flipper-active_record013 \ + rubygem-flipper-active_support_cache_store013>=0.13.0:devel/rubygem-flipper-active_support_cache_store013 \ rubygem-lograge>=0.5:www/rubygem-lograge \ rubygem-grape_logging>=1.7:devel/rubygem-grape_logging \ - rubygem-asset_sync220>=2.2.0:net/rubygem-asset_sync220 \ - rubygem-rinku>=1.7.3:www/rubygem-rinku + rubygem-asset_sync220>=2.2.0:net/rubygem-asset_sync220 PGSQL_RUN_DEPENDS= rubygem-pg018>=0.18.2:databases/rubygem-pg018 \ rubygem-peek-pg>=1.3.0:databases/rubygem-peek-pg @@ -243,6 +240,7 @@ do-install: ${FIND} ${WRKSRC} -name '*.gitkeep' -delete ${FIND} ${WRKSRC} -name '*.gitignore' -delete ${FIND} ${WRKSRC} -name "Gemfile.lock" -delete + ${FIND} ${WRKSRC} -name "Gemfile.rail5.lock" -delete ${MV} ${WRKSRC}/config/gitlab.yml.example ${WRKSRC}/config/gitlab.yml.sample ${MV} ${WRKSRC}/config/unicorn.rb.example ${WRKSRC}/config/unicorn.rb.sample ${MV} ${WRKSRC}/config/resque.yml.example ${WRKSRC}/config/resque.yml.sample Modified: branches/2018Q2/www/gitlab/distinfo ============================================================================== --- branches/2018Q2/www/gitlab/distinfo Tue Jun 5 19:27:06 2018 (r471808) +++ branches/2018Q2/www/gitlab/distinfo Tue Jun 5 19:32:49 2018 (r471809) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525161156 -SHA256 (gitlabhq-gitlabhq-v10.6.5_GH0.tar.gz) = 47fc8de80d7154150b11457b28920efdc93f4bc583017f6a13b4b6ba4fe8ee35 -SIZE (gitlabhq-gitlabhq-v10.6.5_GH0.tar.gz) = 46312621 +TIMESTAMP = 1527763488 +SHA256 (gitlabhq-gitlabhq-v10.7.5_GH0.tar.gz) = 69829e44acec5622b98a957874bd0426779540866bfd5ac6637b2bb331101f30 +SIZE (gitlabhq-gitlabhq-v10.7.5_GH0.tar.gz) = 47807879 Modified: branches/2018Q2/www/gitlab/files/gitlab.in ============================================================================== --- branches/2018Q2/www/gitlab/files/gitlab.in Tue Jun 5 19:27:06 2018 (r471808) +++ branches/2018Q2/www/gitlab/files/gitlab.in Tue Jun 5 19:32:49 2018 (r471809) @@ -88,6 +88,20 @@ test -f /etc/default/gitlab && . /etc/default/gitlab # Switch to the app_user if it is not he/she who is running the script. if [ "$USER" != "$app_user" ]; then + # Regenerate the Gemfile.lock for all related products + echo "Regenerate Gitlab Gemfile.lock" + rm -f "${app_root}"/Gemfile.lock + if ! su -l ${app_user} -c "cd ${app_root} && /usr/local/bin/bundle install --local --quiet"; then + echo "Could not create Gemfile.lock for gitlab, please report this using FreeBSD Bugtracker, https://bugs.freebsd.org/" + exit 1 + fi + echo "Regenerate Gitaly Gemfile.lock" + rm -f "${gitaly_dir}"/ruby/Gemfile.lock + if ! su -l root -c "cd ${gitaly_dir}/ruby && /usr/local/bin/bundle install --local --quiet"; then + echo "Could not create Gemfile.lock for gitaly, please report this using FreeBSD Bugtracker, https://bugs.freebsd.org/" + exit 1 + fi + eval su - "$app_user" -c $(echo \")/usr/local/etc/rc.d/gitlab "$@"$(echo \"); exit; fi Modified: branches/2018Q2/www/gitlab/files/patch-Gemfile ============================================================================== --- branches/2018Q2/www/gitlab/files/patch-Gemfile Tue Jun 5 19:27:06 2018 (r471808) +++ branches/2018Q2/www/gitlab/files/patch-Gemfile Tue Jun 5 19:32:49 2018 (r471809) @@ -1,33 +1,24 @@ ---- Gemfile.orig 2018-04-09 20:57:26 UTC +--- Gemfile.orig 2018-05-28 11:47:11 UTC +++ Gemfile -@@ -12,7 +12,7 @@ gem 'sprockets', '~> 3.7.0' - gem 'default_value_for', '~> 3.0.0' +@@ -24,7 +24,7 @@ gem 'sprockets', '~> 3.7.0' + gem 'default_value_for', gem_versions['default_value_for'] # Supported DBs -gem 'mysql2', '~> 0.4.10', group: :mysql +gem 'mysql2', '>= 0.4.10', group: :mysql gem 'pg', '~> 0.18.2', group: :postgres - gem 'rugged', '~> 0.26.0' -@@ -113,7 +113,7 @@ gem 'fog-rackspace', '~> 0.1.1' + gem 'rugged', '~> 0.27' +@@ -125,7 +125,7 @@ gem 'fog-rackspace', '~> 0.1.1' gem 'fog-aliyun', '~> 0.2.0' # for Google storage --gem 'google-api-client', '~> 0.13.6' -+gem 'google-api-client', '>= 0.13.6' +-gem 'google-api-client', '~> 0.19.8' ++gem 'google-api-client', '>= 0.19.8' # for aws storage gem 'unf', '~> 0.1.4' -@@ -149,7 +149,7 @@ group :unicorn do - end - - # State machine --gem 'state_machines-activerecord', '~> 0.4.0' -+gem 'state_machines-activerecord', '>= 0.4.0' - - # Issue tags - gem 'acts-as-taggable-on', '~> 4.0' -@@ -164,7 +164,7 @@ gem 'sidekiq-limit_fetch', '~> 3.4', req +@@ -176,7 +176,7 @@ gem 'sidekiq-limit_fetch', '~> 3.4', req gem 'rufus-scheduler', '~> 3.4' # HTTP requests @@ -36,7 +27,7 @@ # Colored output to console gem 'rainbow', '~> 2.2' -@@ -214,7 +214,7 @@ gem 'kubeclient', '~> 2.2.0' +@@ -226,7 +226,7 @@ gem 'kubeclient', '~> 3.0' gem 'd3_rails', '~> 3.5.0' # Sanitize user input @@ -45,25 +36,16 @@ gem 'babosa', '~> 1.0.2' # Sanitizes SVG input -@@ -264,7 +264,7 @@ gem 'virtus', '~> 1.0.1' - gem 'base32', '~> 0.3.0' - - # Sentry integration --gem 'sentry-raven', '~> 2.5.3' -+gem 'sentry-raven', '>= 2.5.3' - - gem 'premailer-rails', '~> 1.9.7' - -@@ -281,7 +281,7 @@ gem 'batch-loader', '~> 1.2.1' +@@ -288,7 +288,7 @@ gem 'batch-loader', '~> 1.2.1' + # Perf bar gem 'peek', '~> 1.0.1' gem 'peek-gc', '~> 0.0.2' - gem 'peek-host', '~> 1.0.0' -gem 'peek-mysql2', '~> 1.1.0', group: :mysql +gem 'peek-mysql2', '>= 1.1.0', group: :mysql gem 'peek-performance_bar', '~> 1.3.0' gem 'peek-pg', '~> 1.3.0', group: :postgres gem 'peek-rblineprof', '~> 0.2.0' -@@ -290,97 +290,11 @@ gem 'peek-sidekiq', '~> 1.0.3' +@@ -297,98 +297,11 @@ gem 'peek-sidekiq', '~> 1.0.3' # Metrics group :metrics do @@ -77,8 +59,8 @@ end -group :development do -- gem 'foreman', '~> 0.78.0' -- gem 'brakeman', '~> 3.6.0', require: false +- gem 'foreman', '~> 0.84.0' +- gem 'brakeman', '~> 4.2', require: false - - gem 'letter_opener_web', '~> 1.3.0' - gem 'rblineprof', '~> 0.3.6', platform: :mri, require: false @@ -137,13 +119,15 @@ - gem 'benchmark-ips', '~> 2.3.0', require: false - - gem 'license_finder', '~> 3.1', require: false -- gem 'knapsack', '~> 1.11.0' +- gem 'knapsack', '~> 1.16' - -- gem 'activerecord_sane_schema_dumper', '0.2' +- gem 'activerecord_sane_schema_dumper', gem_versions['activerecord_sane_schema_dumper'] - - gem 'stackprof', '~> 0.2.10', require: false - - gem 'simple_po_parser', '~> 1.1.2', require: false +- +- gem 'timecop', '~> 0.8.0' -end - -group :test do @@ -151,20 +135,17 @@ - gem 'email_spec', '~> 1.6.0' - gem 'json-schema', '~> 2.8.0' - gem 'webmock', '~> 2.3.2' -- gem 'test_after_commit', '~> 1.1' +- gem 'test_after_commit', '~> 1.1' unless rails5? # Remove this gem when migrated to rails 5.0. It's been integrated to rails 5.0. - gem 'sham_rack', '~> 1.3.6' -- gem 'timecop', '~> 0.8.0' - gem 'concurrent-ruby', '~> 1.0.5' - gem 'test-prof', '~> 0.2.5' -end - - gem 'octokit', '~> 4.6.2' + gem 'octokit', '~> 4.8' gem 'mail_room', '~> 0.9.1' -@@ -431,3 +345,6 @@ gem 'grape_logging', '~> 1.7' +@@ -439,3 +352,4 @@ gem 'grape_logging', '~> 1.7' # Asset synchronization gem 'asset_sync', '~> 2.2.0' + -+# Make sure this is always present, as it is missing upstream but is required -+gem 'rinku' Copied: branches/2018Q2/www/gitlab/files/patch-app_uploaders_object__storage.rb (from r471208, head/www/gitlab/files/patch-app_uploaders_object__storage.rb) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/www/gitlab/files/patch-app_uploaders_object__storage.rb Tue Jun 5 19:32:49 2018 (r471809, copy of r471208, head/www/gitlab/files/patch-app_uploaders_object__storage.rb) @@ -0,0 +1,11 @@ +--- app/uploaders/object_storage.rb.orig 2018-05-31 10:45:20 UTC ++++ app/uploaders/object_storage.rb +@@ -11,7 +11,7 @@ module ObjectStorage + ObjectStorageUnavailable = Class.new(StandardError) + + DIRECT_UPLOAD_TIMEOUT = 4.hours +- TMP_UPLOAD_PATH = 'tmp/upload'.freeze ++ TMP_UPLOAD_PATH = 'tmp/uploads'.freeze + + module Store + LOCAL = 1 Modified: branches/2018Q2/www/gitlab/files/patch-config_gitlab.yml.example ============================================================================== --- branches/2018Q2/www/gitlab/files/patch-config_gitlab.yml.example Tue Jun 5 19:27:06 2018 (r471808) +++ branches/2018Q2/www/gitlab/files/patch-config_gitlab.yml.example Tue Jun 5 19:32:49 2018 (r471809) @@ -1,6 +1,6 @@ ---- config/gitlab.yml.example.orig 2018-02-25 17:42:24 UTC +--- config/gitlab.yml.example.orig 2018-05-28 11:47:11 UTC +++ config/gitlab.yml.example -@@ -517,7 +517,7 @@ production: &base +@@ -570,7 +570,7 @@ production: &base # Gitaly settings gitaly: # Path to the directory containing Gitaly client executables. @@ -9,7 +9,7 @@ # Default Gitaly authentication token. Can be overriden per storage. Can # be left blank when Gitaly is running locally on a Unix socket, which # is the normal way to deploy Gitaly. -@@ -535,8 +535,8 @@ production: &base +@@ -588,8 +588,8 @@ production: &base # real path not the symlink. storages: # You must have at least a `default` storage path. default: @@ -20,7 +20,7 @@ # gitaly_token: 'special token' # Optional: override global gitaly.token for this storage. ## Backup settings -@@ -564,12 +564,12 @@ production: &base +@@ -617,12 +617,12 @@ production: &base ## GitLab Shell settings gitlab_shell: @@ -36,7 +36,7 @@ # Git over HTTP upload_pack: true -@@ -590,7 +590,7 @@ production: &base +@@ -643,7 +643,7 @@ production: &base # CAUTION! # Use the default values unless you really know what you are doing git: Modified: branches/2018Q2/www/gitlab/pkg-message ============================================================================== --- branches/2018Q2/www/gitlab/pkg-message Tue Jun 5 19:27:06 2018 (r471808) +++ branches/2018Q2/www/gitlab/pkg-message Tue Jun 5 19:32:49 2018 (r471809) @@ -4,12 +4,12 @@ Gitlab was installed successfully. You now need to set up the various components of Gitlab, so please follow the instructions in the guide at: -https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/10.6-freebsd.md +https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/10.7-freebsd.md If you just installed an major upgrade of GitLab, for example you -switched from 10.4.x to 10.5.x, please follow the instructions in the guide at: +switched from 10.6.x to 10.7.x, please follow the instructions in the guide at: -https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/10.5-10.6-freebsd.md +https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/10.6-10.7-freebsd.md If you just installed an minor upgrade of GitLab please follow the instructions in the guide at: Modified: branches/2018Q2/www/gitlab/pkg-plist ============================================================================== --- branches/2018Q2/www/gitlab/pkg-plist Tue Jun 5 19:27:06 2018 (r471808) +++ branches/2018Q2/www/gitlab/pkg-plist Tue Jun 5 19:32:49 2018 (r471809) @@ -18,6 +18,8 @@ %%WWWDIR%%/.mailmap %%WWWDIR%%/.nvmrc %%WWWDIR%%/.pkgr.yml +%%WWWDIR%%/.prettierignore +%%WWWDIR%%/.prettierrc %%WWWDIR%%/.rubocop.yml %%WWWDIR%%/.rubocop_todo.yml %%WWWDIR%%/.ruby-version @@ -29,6 +31,8 @@ %%WWWDIR%%/GITLAB_SHELL_VERSION %%WWWDIR%%/GITLAB_WORKHORSE_VERSION %%WWWDIR%%/Gemfile +%%WWWDIR%%/Gemfile.rails5 +%%WWWDIR%%/Gemfile.rails5.lock %%WWWDIR%%/LICENSE %%WWWDIR%%/MAINTENANCE.md %%WWWDIR%%/PROCESS.md @@ -45,6 +49,16 @@ %%WWWDIR%%/app/assets/images/auth_buttons/google_64.png %%WWWDIR%%/app/assets/images/auth_buttons/signin_with_google.png %%WWWDIR%%/app/assets/images/auth_buttons/twitter_64.png +%%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_canceled.ico +%%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_created.ico +%%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_failed.ico +%%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_manual.ico +%%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_not_found.ico +%%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_pending.ico +%%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_running.ico +%%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_skipped.ico +%%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_success.ico +%%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_warning.ico %%WWWDIR%%/app/assets/images/ci_favicons/dev/favicon_status_canceled.ico %%WWWDIR%%/app/assets/images/ci_favicons/dev/favicon_status_created.ico %%WWWDIR%%/app/assets/images/ci_favicons/dev/favicon_status_failed.ico @@ -1863,6 +1877,7 @@ %%WWWDIR%%/app/assets/images/emoji/zzz.png %%WWWDIR%%/app/assets/images/emoji@2x.png %%WWWDIR%%/app/assets/images/favicon-blue.ico +%%WWWDIR%%/app/assets/images/favicon-yellow.ico %%WWWDIR%%/app/assets/images/favicon.ico %%WWWDIR%%/app/assets/images/file_icons.svg %%WWWDIR%%/app/assets/images/gitlab_logo.png @@ -1871,63 +1886,6 @@ %%WWWDIR%%/app/assets/images/i2p-step.svg %%WWWDIR%%/app/assets/images/icon-merge-request-unmerged.svg %%WWWDIR%%/app/assets/images/icon_anchor.svg -%%WWWDIR%%/app/assets/images/icons.json -%%WWWDIR%%/app/assets/images/icons.svg -%%WWWDIR%%/app/assets/images/illustrations/cluster_popover.svg -%%WWWDIR%%/app/assets/images/illustrations/clusters_empty.svg -%%WWWDIR%%/app/assets/images/illustrations/convdev/convdev_no_data.svg -%%WWWDIR%%/app/assets/images/illustrations/convdev/convdev_no_index.svg -%%WWWDIR%%/app/assets/images/illustrations/convdev/convdev_overview.svg -%%WWWDIR%%/app/assets/images/illustrations/convdev/i2p_step_1.svg -%%WWWDIR%%/app/assets/images/illustrations/convdev/i2p_step_10.svg -%%WWWDIR%%/app/assets/images/illustrations/convdev/i2p_step_2.svg -%%WWWDIR%%/app/assets/images/illustrations/convdev/i2p_step_3.svg -%%WWWDIR%%/app/assets/images/illustrations/convdev/i2p_step_4.svg -%%WWWDIR%%/app/assets/images/illustrations/convdev/i2p_step_5.svg -%%WWWDIR%%/app/assets/images/illustrations/convdev/i2p_step_6.svg -%%WWWDIR%%/app/assets/images/illustrations/convdev/i2p_step_7.svg -%%WWWDIR%%/app/assets/images/illustrations/convdev/i2p_step_8.svg -%%WWWDIR%%/app/assets/images/illustrations/convdev/i2p_step_9.svg -%%WWWDIR%%/app/assets/images/illustrations/epics.svg -%%WWWDIR%%/app/assets/images/illustrations/gitlab_logo.svg -%%WWWDIR%%/app/assets/images/illustrations/image_comment_light_cursor.svg -%%WWWDIR%%/app/assets/images/illustrations/image_comment_light_cursor@2x.svg -%%WWWDIR%%/app/assets/images/illustrations/issues.svg -%%WWWDIR%%/app/assets/images/illustrations/job_not_triggered.svg -%%WWWDIR%%/app/assets/images/illustrations/labels.svg -%%WWWDIR%%/app/assets/images/illustrations/logos/go_logo.svg -%%WWWDIR%%/app/assets/images/illustrations/logos/mattermost_logo.svg -%%WWWDIR%%/app/assets/images/illustrations/manual_action.svg -%%WWWDIR%%/app/assets/images/illustrations/merge_request_changes_empty.svg -%%WWWDIR%%/app/assets/images/illustrations/merge_requests.svg -%%WWWDIR%%/app/assets/images/illustrations/monitoring/getting_started.svg -%%WWWDIR%%/app/assets/images/illustrations/monitoring/loading.svg -%%WWWDIR%%/app/assets/images/illustrations/monitoring/unable_to_connect.svg -%%WWWDIR%%/app/assets/images/illustrations/multi-editor_all_changes_committed_empty.svg -%%WWWDIR%%/app/assets/images/illustrations/multi-editor_no_changes_empty.svg -%%WWWDIR%%/app/assets/images/illustrations/multi-editor_no_staged_files_empty.svg -%%WWWDIR%%/app/assets/images/illustrations/multi_file_editor_empty.svg -%%WWWDIR%%/app/assets/images/illustrations/no_commits.svg -%%WWWDIR%%/app/assets/images/illustrations/pending_job_empty.svg -%%WWWDIR%%/app/assets/images/illustrations/pipelines_empty.svg -%%WWWDIR%%/app/assets/images/illustrations/pipelines_failed.svg -%%WWWDIR%%/app/assets/images/illustrations/pipelines_pending.svg -%%WWWDIR%%/app/assets/images/illustrations/priority_labels.svg -%%WWWDIR%%/app/assets/images/illustrations/service_desk_callout.svg -%%WWWDIR%%/app/assets/images/illustrations/service_desk_empty.svg -%%WWWDIR%%/app/assets/images/illustrations/slack_logo.svg -%%WWWDIR%%/app/assets/images/illustrations/todos_all_done.svg -%%WWWDIR%%/app/assets/images/illustrations/todos_empty.svg -%%WWWDIR%%/app/assets/images/illustrations/welcome/add_new_group.svg -%%WWWDIR%%/app/assets/images/illustrations/welcome/add_new_project.svg -%%WWWDIR%%/app/assets/images/illustrations/welcome/add_new_user.svg -%%WWWDIR%%/app/assets/images/illustrations/welcome/configure_server.svg -%%WWWDIR%%/app/assets/images/illustrations/welcome/ee_trial.svg -%%WWWDIR%%/app/assets/images/illustrations/welcome/globe.svg -%%WWWDIR%%/app/assets/images/illustrations/welcome/lightbulb.svg -%%WWWDIR%%/app/assets/images/illustrations/wiki-fro-logged-out-users.svg -%%WWWDIR%%/app/assets/images/illustrations/wiki_login_empty.svg -%%WWWDIR%%/app/assets/images/illustrations/wiki_logout_empty.svg %%WWWDIR%%/app/assets/images/koding-logo.svg %%WWWDIR%%/app/assets/images/logo.svg %%WWWDIR%%/app/assets/images/logo_wordmark.svg @@ -1964,13 +1922,28 @@ %%WWWDIR%%/app/assets/javascripts/api.js %%WWWDIR%%/app/assets/javascripts/autosave.js %%WWWDIR%%/app/assets/javascripts/awards_handler.js +%%WWWDIR%%/app/assets/javascripts/badges/components/badge.vue +%%WWWDIR%%/app/assets/javascripts/badges/components/badge_form.vue +%%WWWDIR%%/app/assets/javascripts/badges/components/badge_list.vue +%%WWWDIR%%/app/assets/javascripts/badges/components/badge_list_row.vue +%%WWWDIR%%/app/assets/javascripts/badges/components/badge_settings.vue +%%WWWDIR%%/app/assets/javascripts/badges/constants.js +%%WWWDIR%%/app/assets/javascripts/badges/empty_badge.js +%%WWWDIR%%/app/assets/javascripts/badges/store/actions.js +%%WWWDIR%%/app/assets/javascripts/badges/store/index.js +%%WWWDIR%%/app/assets/javascripts/badges/store/mutation_types.js +%%WWWDIR%%/app/assets/javascripts/badges/store/mutations.js +%%WWWDIR%%/app/assets/javascripts/badges/store/state.js %%WWWDIR%%/app/assets/javascripts/behaviors/autosize.js %%WWWDIR%%/app/assets/javascripts/behaviors/bind_in_out.js -%%WWWDIR%%/app/assets/javascripts/behaviors/copy_as_gfm.js %%WWWDIR%%/app/assets/javascripts/behaviors/copy_to_clipboard.js %%WWWDIR%%/app/assets/javascripts/behaviors/details_behavior.js %%WWWDIR%%/app/assets/javascripts/behaviors/gl_emoji.js %%WWWDIR%%/app/assets/javascripts/behaviors/index.js +%%WWWDIR%%/app/assets/javascripts/behaviors/markdown/copy_as_gfm.js +%%WWWDIR%%/app/assets/javascripts/behaviors/markdown/render_gfm.js +%%WWWDIR%%/app/assets/javascripts/behaviors/markdown/render_math.js +%%WWWDIR%%/app/assets/javascripts/behaviors/markdown/render_mermaid.js %%WWWDIR%%/app/assets/javascripts/behaviors/quick_submit.js %%WWWDIR%%/app/assets/javascripts/behaviors/requires_input.js %%WWWDIR%%/app/assets/javascripts/behaviors/secret_values.js @@ -2208,6 +2181,73 @@ %%WWWDIR%%/app/assets/javascripts/help/help.js %%WWWDIR%%/app/assets/javascripts/helpers/issuables_helper.js %%WWWDIR%%/app/assets/javascripts/how_to_merge.js +%%WWWDIR%%/app/assets/javascripts/ide/components/changed_file_icon.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/commit_sidebar/actions.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/commit_sidebar/list.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/commit_sidebar/list_collapsed.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/commit_sidebar/list_item.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/commit_sidebar/radio_group.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/editor_mode_dropdown.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/ide.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/ide_context_bar.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/ide_external_links.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/ide_file_buttons.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/ide_project_branches_tree.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/ide_project_tree.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/ide_repo_tree.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/ide_side_bar.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/ide_status_bar.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/mr_file_icon.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/new_dropdown/index.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/new_dropdown/modal.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/new_dropdown/upload.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/repo_commit_section.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/repo_editor.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/repo_file.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/repo_file_status_icon.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/repo_loading_file.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/repo_tab.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/repo_tabs.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/resizable_panel.vue +%%WWWDIR%%/app/assets/javascripts/ide/eventhub.js +%%WWWDIR%%/app/assets/javascripts/ide/ide_router.js +%%WWWDIR%%/app/assets/javascripts/ide/index.js +%%WWWDIR%%/app/assets/javascripts/ide/lib/common/disposable.js +%%WWWDIR%%/app/assets/javascripts/ide/lib/common/model.js +%%WWWDIR%%/app/assets/javascripts/ide/lib/common/model_manager.js +%%WWWDIR%%/app/assets/javascripts/ide/lib/decorations/controller.js +%%WWWDIR%%/app/assets/javascripts/ide/lib/diff/controller.js +%%WWWDIR%%/app/assets/javascripts/ide/lib/diff/diff.js +%%WWWDIR%%/app/assets/javascripts/ide/lib/diff/diff_worker.js +%%WWWDIR%%/app/assets/javascripts/ide/lib/editor.js +%%WWWDIR%%/app/assets/javascripts/ide/lib/editor_options.js +%%WWWDIR%%/app/assets/javascripts/ide/lib/themes/gl_theme.js +%%WWWDIR%%/app/assets/javascripts/ide/monaco_loader.js +%%WWWDIR%%/app/assets/javascripts/ide/services/index.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/actions.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/actions/file.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/actions/merge_request.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/actions/project.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/actions/tree.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/getters.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/index.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/commit/actions.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/commit/constants.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/commit/getters.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/commit/index.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/commit/mutation_types.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/commit/mutations.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/commit/state.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/mutation_types.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/mutations.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/mutations/branch.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/mutations/file.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/mutations/merge_request.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/mutations/project.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/mutations/tree.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/state.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/utils.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/workers/files_decorator_worker.js %%WWWDIR%%/app/assets/javascripts/image_diff/helpers/badge_helper.js %%WWWDIR%%/app/assets/javascripts/image_diff/helpers/comment_indicator_helper.js %%WWWDIR%%/app/assets/javascripts/image_diff/helpers/dom_helper.js @@ -2314,10 +2354,13 @@ %%WWWDIR%%/app/assets/javascripts/monitoring/components/dashboard.vue %%WWWDIR%%/app/assets/javascripts/monitoring/components/empty_state.vue %%WWWDIR%%/app/assets/javascripts/monitoring/components/graph.vue +%%WWWDIR%%/app/assets/javascripts/monitoring/components/graph/axis.vue %%WWWDIR%%/app/assets/javascripts/monitoring/components/graph/deployment.vue %%WWWDIR%%/app/assets/javascripts/monitoring/components/graph/flag.vue %%WWWDIR%%/app/assets/javascripts/monitoring/components/graph/legend.vue %%WWWDIR%%/app/assets/javascripts/monitoring/components/graph/path.vue +%%WWWDIR%%/app/assets/javascripts/monitoring/components/graph/track_info.vue +%%WWWDIR%%/app/assets/javascripts/monitoring/components/graph/track_line.vue %%WWWDIR%%/app/assets/javascripts/monitoring/components/graph_group.vue %%WWWDIR%%/app/assets/javascripts/monitoring/event_hub.js %%WWWDIR%%/app/assets/javascripts/monitoring/mixins/monitoring_mixins.js @@ -2380,6 +2423,7 @@ %%WWWDIR%%/app/assets/javascripts/pages/admin/abuse_reports/abuse_reports.js %%WWWDIR%%/app/assets/javascripts/pages/admin/abuse_reports/index.js %%WWWDIR%%/app/assets/javascripts/pages/admin/admin.js +%%WWWDIR%%/app/assets/javascripts/pages/admin/application_settings/index.js %%WWWDIR%%/app/assets/javascripts/pages/admin/broadcast_messages/broadcast_message.js %%WWWDIR%%/app/assets/javascripts/pages/admin/broadcast_messages/index.js %%WWWDIR%%/app/assets/javascripts/pages/admin/cohorts/index.js @@ -2399,9 +2443,6 @@ %%WWWDIR%%/app/assets/javascripts/pages/admin/projects/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/admin/users/components/delete_user_modal.vue %%WWWDIR%%/app/assets/javascripts/pages/admin/users/index.js -%%WWWDIR%%/app/assets/javascripts/pages/ci/lints/ci_lint_editor.js -%%WWWDIR%%/app/assets/javascripts/pages/ci/lints/new/index.js -%%WWWDIR%%/app/assets/javascripts/pages/ci/lints/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/constants.js %%WWWDIR%%/app/assets/javascripts/pages/dashboard/activity/index.js %%WWWDIR%%/app/assets/javascripts/pages/dashboard/groups/index/index.js @@ -2427,6 +2468,7 @@ %%WWWDIR%%/app/assets/javascripts/pages/groups/milestones/new/index.js %%WWWDIR%%/app/assets/javascripts/pages/groups/milestones/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/groups/new/index.js +%%WWWDIR%%/app/assets/javascripts/pages/groups/settings/badges/index.js %%WWWDIR%%/app/assets/javascripts/pages/groups/settings/ci_cd/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/groups/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/help/index/index.js @@ -2458,6 +2500,9 @@ %%WWWDIR%%/app/assets/javascripts/pages/projects/boards/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/branches/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/branches/new/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/ci/lints/ci_lint_editor.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/ci/lints/new/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/ci/lints/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/destroy/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/show/index.js @@ -2535,7 +2580,10 @@ %%WWWDIR%%/app/assets/javascripts/pages/projects/registry/repositories/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/releases/edit/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/services/edit/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/settings/badges/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/settings/ci_cd/show/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/settings/repository/create_deploy_token/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/settings/repository/form.js %%WWWDIR%%/app/assets/javascripts/pages/projects/settings/repository/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/shared/permissions/components/project_feature_setting.vue %%WWWDIR%%/app/assets/javascripts/pages/projects/shared/permissions/components/project_setting_row.vue @@ -2561,6 +2609,7 @@ %%WWWDIR%%/app/assets/javascripts/pages/sessions/new/oauth_remember_me.js %%WWWDIR%%/app/assets/javascripts/pages/sessions/new/signin_tabs_memoizer.js %%WWWDIR%%/app/assets/javascripts/pages/sessions/new/username_validator.js +%%WWWDIR%%/app/assets/javascripts/pages/shared/mount_badge_settings.js %%WWWDIR%%/app/assets/javascripts/pages/snippets/edit/index.js %%WWWDIR%%/app/assets/javascripts/pages/snippets/form.js %%WWWDIR%%/app/assets/javascripts/pages/snippets/new/index.js @@ -2571,7 +2620,14 @@ %%WWWDIR%%/app/assets/javascripts/pdf/assets/img/bg.gif %%WWWDIR%%/app/assets/javascripts/pdf/index.vue %%WWWDIR%%/app/assets/javascripts/pdf/page/index.vue -%%WWWDIR%%/app/assets/javascripts/performance_bar.js +%%WWWDIR%%/app/assets/javascripts/performance_bar/components/detailed_metric.vue +%%WWWDIR%%/app/assets/javascripts/performance_bar/components/performance_bar_app.vue +%%WWWDIR%%/app/assets/javascripts/performance_bar/components/request_selector.vue +%%WWWDIR%%/app/assets/javascripts/performance_bar/components/simple_metric.vue +%%WWWDIR%%/app/assets/javascripts/performance_bar/components/upstream_performance_bar.vue +%%WWWDIR%%/app/assets/javascripts/performance_bar/index.js +%%WWWDIR%%/app/assets/javascripts/performance_bar/services/performance_bar_service.js +%%WWWDIR%%/app/assets/javascripts/performance_bar/stores/performance_bar_store.js %%WWWDIR%%/app/assets/javascripts/pipelines.js %%WWWDIR%%/app/assets/javascripts/pipelines/components/async_button.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/blank_state.vue @@ -2603,6 +2659,7 @@ %%WWWDIR%%/app/assets/javascripts/pipelines/stores/pipelines_store.js %%WWWDIR%%/app/assets/javascripts/preview_markdown.js %%WWWDIR%%/app/assets/javascripts/profile/account/components/delete_account_modal.vue +%%WWWDIR%%/app/assets/javascripts/profile/account/components/update_username.vue %%WWWDIR%%/app/assets/javascripts/profile/account/index.js %%WWWDIR%%/app/assets/javascripts/profile/gl_crop.js %%WWWDIR%%/app/assets/javascripts/profile/profile.js @@ -2652,9 +2709,6 @@ %%WWWDIR%%/app/assets/javascripts/registry/stores/index.js %%WWWDIR%%/app/assets/javascripts/registry/stores/mutation_types.js %%WWWDIR%%/app/assets/javascripts/registry/stores/mutations.js -%%WWWDIR%%/app/assets/javascripts/render_gfm.js -%%WWWDIR%%/app/assets/javascripts/render_math.js -%%WWWDIR%%/app/assets/javascripts/render_mermaid.js %%WWWDIR%%/app/assets/javascripts/right_sidebar.js %%WWWDIR%%/app/assets/javascripts/search_autocomplete.js %%WWWDIR%%/app/assets/javascripts/settings_panels.js @@ -2668,7 +2722,7 @@ %%WWWDIR%%/app/assets/javascripts/shortcuts_navigation.js %%WWWDIR%%/app/assets/javascripts/shortcuts_network.js %%WWWDIR%%/app/assets/javascripts/shortcuts_wiki.js -%%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/assignee_title.js +%%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/assignee_title.vue %%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/assignees.vue %%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/sidebar_assignees.vue %%WWWDIR%%/app/assets/javascripts/sidebar/components/confidential/confidential_issue_sidebar.vue @@ -2681,8 +2735,8 @@ %%WWWDIR%%/app/assets/javascripts/sidebar/components/participants/sidebar_participants.vue %%WWWDIR%%/app/assets/javascripts/sidebar/components/subscriptions/sidebar_subscriptions.vue %%WWWDIR%%/app/assets/javascripts/sidebar/components/subscriptions/subscriptions.vue -%%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/collapsed_state.js -%%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/comparison_pane.js +%%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/collapsed_state.vue +%%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/comparison_pane.vue %%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/estimate_only_pane.js %%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/help_state.js %%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/no_tracking_pane.js @@ -2723,16 +2777,17 @@ %%WWWDIR%%/app/assets/javascripts/users_select.js %%WWWDIR%%/app/assets/javascripts/version_check_image.js %%WWWDIR%%/app/assets/javascripts/visibility_select.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/deployment.vue +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/memory_usage.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_author.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_author_time.vue -%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_deployment.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_header.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_maintainer_edit.vue -%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_memory_usage.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_merge_help.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_pipeline.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_related_links.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_status_icon.vue +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/source_branch_removal_status.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_archived.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_auto_merge_failed.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_checking.vue @@ -2744,15 +2799,15 @@ %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_merging.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_missing_branch.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_not_allowed.vue -%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_nothing_to_merge.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_pipeline_blocked.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_pipeline_failed.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_ready_to_merge.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_rebase.vue -%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_sha_mismatch.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_squash_before_merge.js -%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_unresolved_discussions.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_wip.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/nothing_to_merge.vue +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/sha_mismatch.vue +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/unresolved_discussions.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/dependencies.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/event_hub.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/index.js @@ -2765,6 +2820,12 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/components/ci_icon.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/clipboard_button.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/commit.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/content_viewer/content_viewer.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/content_viewer/lib/viewer_utils.js +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/content_viewer/viewers/download_viewer.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/content_viewer/viewers/image_viewer.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/content_viewer/viewers/markdown_viewer.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/deprecated_modal.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/expand_button.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/file_icon.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/file_icon/file_icon_map.js @@ -2779,8 +2840,7 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/components/markdown/header.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/markdown/toolbar.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/markdown/toolbar_button.vue -%%WWWDIR%%/app/assets/javascripts/vue_shared/components/memory_graph.js -%%WWWDIR%%/app/assets/javascripts/vue_shared/components/modal.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/memory_graph.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/navigation_tabs.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/notes/placeholder_note.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/notes/placeholder_system_note.vue @@ -2920,7 +2980,6 @@ %%WWWDIR%%/app/assets/stylesheets/pages/issues.scss %%WWWDIR%%/app/assets/stylesheets/pages/issues/issue_count_badge.scss %%WWWDIR%%/app/assets/stylesheets/pages/labels.scss -%%WWWDIR%%/app/assets/stylesheets/pages/lint.scss %%WWWDIR%%/app/assets/stylesheets/pages/login.scss %%WWWDIR%%/app/assets/stylesheets/pages/members.scss %%WWWDIR%%/app/assets/stylesheets/pages/merge_conflicts.scss @@ -2929,6 +2988,7 @@ %%WWWDIR%%/app/assets/stylesheets/pages/note_form.scss %%WWWDIR%%/app/assets/stylesheets/pages/notes.scss %%WWWDIR%%/app/assets/stylesheets/pages/notifications.scss +%%WWWDIR%%/app/assets/stylesheets/pages/pages.scss %%WWWDIR%%/app/assets/stylesheets/pages/pipeline_schedules.scss %%WWWDIR%%/app/assets/stylesheets/pages/pipelines.scss %%WWWDIR%%/app/assets/stylesheets/pages/profile.scss @@ -2990,6 +3050,7 @@ %%WWWDIR%%/app/controllers/ci/lints_controller.rb %%WWWDIR%%/app/controllers/concerns/authenticates_with_two_factor.rb %%WWWDIR%%/app/controllers/concerns/boards_responses.rb +%%WWWDIR%%/app/controllers/concerns/checks_collaboration.rb %%WWWDIR%%/app/controllers/concerns/continue_params.rb %%WWWDIR%%/app/controllers/concerns/controller_with_cross_project_access_check.rb %%WWWDIR%%/app/controllers/concerns/creates_commit.rb @@ -3017,6 +3078,7 @@ %%WWWDIR%%/app/controllers/concerns/repository_settings_redirect.rb %%WWWDIR%%/app/controllers/concerns/requires_whitelisted_monitoring_client.rb %%WWWDIR%%/app/controllers/concerns/routable_actions.rb +%%WWWDIR%%/app/controllers/concerns/send_file_upload.rb %%WWWDIR%%/app/controllers/concerns/service_params.rb %%WWWDIR%%/app/controllers/concerns/snippets_actions.rb %%WWWDIR%%/app/controllers/concerns/spammable_actions.rb @@ -3046,6 +3108,7 @@ %%WWWDIR%%/app/controllers/groups/group_members_controller.rb %%WWWDIR%%/app/controllers/groups/labels_controller.rb %%WWWDIR%%/app/controllers/groups/milestones_controller.rb +%%WWWDIR%%/app/controllers/groups/settings/badges_controller.rb %%WWWDIR%%/app/controllers/groups/settings/ci_cd_controller.rb %%WWWDIR%%/app/controllers/groups/uploads_controller.rb %%WWWDIR%%/app/controllers/groups/variables_controller.rb @@ -3053,6 +3116,7 @@ %%WWWDIR%%/app/controllers/health_check_controller.rb %%WWWDIR%%/app/controllers/health_controller.rb %%WWWDIR%%/app/controllers/help_controller.rb +%%WWWDIR%%/app/controllers/ide_controller.rb %%WWWDIR%%/app/controllers/import/base_controller.rb %%WWWDIR%%/app/controllers/import/bitbucket_controller.rb %%WWWDIR%%/app/controllers/import/fogbugz_controller.rb @@ -3096,6 +3160,7 @@ %%WWWDIR%%/app/controllers/projects/branches_controller.rb %%WWWDIR%%/app/controllers/projects/build_artifacts_controller.rb %%WWWDIR%%/app/controllers/projects/builds_controller.rb +%%WWWDIR%%/app/controllers/projects/ci/lints_controller.rb %%WWWDIR%%/app/controllers/projects/clusters/applications_controller.rb %%WWWDIR%%/app/controllers/projects/clusters/gcp_controller.rb %%WWWDIR%%/app/controllers/projects/clusters/user_controller.rb @@ -3106,6 +3171,7 @@ %%WWWDIR%%/app/controllers/projects/cycle_analytics/events_controller.rb %%WWWDIR%%/app/controllers/projects/cycle_analytics_controller.rb %%WWWDIR%%/app/controllers/projects/deploy_keys_controller.rb +%%WWWDIR%%/app/controllers/projects/deploy_tokens_controller.rb %%WWWDIR%%/app/controllers/projects/deployments_controller.rb %%WWWDIR%%/app/controllers/projects/discussions_controller.rb %%WWWDIR%%/app/controllers/projects/environments_controller.rb @@ -3153,6 +3219,7 @@ %%WWWDIR%%/app/controllers/projects/runner_projects_controller.rb %%WWWDIR%%/app/controllers/projects/runners_controller.rb %%WWWDIR%%/app/controllers/projects/services_controller.rb +%%WWWDIR%%/app/controllers/projects/settings/badges_controller.rb %%WWWDIR%%/app/controllers/projects/settings/ci_cd_controller.rb %%WWWDIR%%/app/controllers/projects/settings/integrations_controller.rb %%WWWDIR%%/app/controllers/projects/settings/repository_controller.rb @@ -3245,6 +3312,7 @@ %%WWWDIR%%/app/helpers/conversational_development_index_helper.rb %%WWWDIR%%/app/helpers/dashboard_helper.rb %%WWWDIR%%/app/helpers/defer_script_tag_helper.rb +%%WWWDIR%%/app/helpers/deploy_tokens_helper.rb %%WWWDIR%%/app/helpers/diff_helper.rb %%WWWDIR%%/app/helpers/dropdowns_helper.rb %%WWWDIR%%/app/helpers/emails_helper.rb @@ -3381,6 +3449,7 @@ %%WWWDIR%%/app/models/chat_team.rb %%WWWDIR%%/app/models/ci/artifact_blob.rb %%WWWDIR%%/app/models/ci/build.rb +%%WWWDIR%%/app/models/ci/build_metadata.rb %%WWWDIR%%/app/models/ci/build_trace_section.rb %%WWWDIR%%/app/models/ci/build_trace_section_name.rb %%WWWDIR%%/app/models/ci/group.rb @@ -3415,6 +3484,7 @@ %%WWWDIR%%/app/models/compare.rb %%WWWDIR%%/app/models/concerns/access_requestable.rb %%WWWDIR%%/app/models/concerns/artifact_migratable.rb +%%WWWDIR%%/app/models/concerns/atomic_internal_id.rb %%WWWDIR%%/app/models/concerns/avatarable.rb %%WWWDIR%%/app/models/concerns/awardable.rb %%WWWDIR%%/app/models/concerns/blob_like.rb @@ -3422,6 +3492,7 @@ %%WWWDIR%%/app/models/concerns/bulk_member_access_load.rb %%WWWDIR%%/app/models/concerns/cache_markdown_field.rb %%WWWDIR%%/app/models/concerns/case_sensitivity.rb +%%WWWDIR%%/app/models/concerns/chronic_duration_attribute.rb %%WWWDIR%%/app/models/concerns/created_at_filterable.rb %%WWWDIR%%/app/models/concerns/deployment_platform.rb %%WWWDIR%%/app/models/concerns/discussion_on_diff.rb @@ -3436,13 +3507,13 @@ %%WWWDIR%%/app/models/concerns/has_variable.rb %%WWWDIR%%/app/models/concerns/ignorable_column.rb %%WWWDIR%%/app/models/concerns/importable.rb -%%WWWDIR%%/app/models/concerns/internal_id.rb %%WWWDIR%%/app/models/concerns/issuable.rb %%WWWDIR%%/app/models/concerns/loaded_in_group_list.rb %%WWWDIR%%/app/models/concerns/manual_inverse_association.rb %%WWWDIR%%/app/models/concerns/mentionable.rb %%WWWDIR%%/app/models/concerns/mentionable/reference_regexes.rb *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Tue Jun 5 19:35:52 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB909FF3C13; Tue, 5 Jun 2018 19:35:52 +0000 (UTC) (envelope-from mfechner@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 580226E4F2; Tue, 5 Jun 2018 19:35:52 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 31CB420B83; Tue, 5 Jun 2018 19:35:52 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55JZqgf064859; Tue, 5 Jun 2018 19:35:52 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55JZqs1064858; Tue, 5 Jun 2018 19:35:52 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201806051935.w55JZqs1064858@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Tue, 5 Jun 2018 19:35:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r471810 - in branches/2018Q2/databases: . rubygem-flipper-active_record013 X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in branches/2018Q2/databases: . rubygem-flipper-active_record013 X-SVN-Commit-Revision: 471810 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 19:35:52 -0000 Author: mfechner Date: Tue Jun 5 19:35:51 2018 New Revision: 471810 URL: https://svnweb.freebsd.org/changeset/ports/471810 Log: MFH: r466580 Add rubygem-flipper-active_record013 0.13.0 (copied from rubygem-flipper-active_record) - Update RUN_DEPENDS - Add PORTSCOUT Approved by: ports-secteam (eadler) Added: branches/2018Q2/databases/rubygem-flipper-active_record013/ - copied from r466580, head/databases/rubygem-flipper-active_record013/ Modified: branches/2018Q2/databases/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/databases/Makefile ============================================================================== --- branches/2018Q2/databases/Makefile Tue Jun 5 19:32:49 2018 (r471809) +++ branches/2018Q2/databases/Makefile Tue Jun 5 19:35:51 2018 (r471810) @@ -955,6 +955,7 @@ SUBDIR += rubygem-familia SUBDIR += rubygem-flipper-active_record SUBDIR += rubygem-flipper-active_record011 + SUBDIR += rubygem-flipper-active_record013 SUBDIR += rubygem-globalid SUBDIR += rubygem-globalid-rails5 SUBDIR += rubygem-globalid-rails50 From owner-svn-ports-all@freebsd.org Tue Jun 5 19:37:57 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E917FFF3CB1; Tue, 5 Jun 2018 19:37:56 +0000 (UTC) (envelope-from mfechner@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 9620D6E5F2; Tue, 5 Jun 2018 19:37:56 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 716D020B84; Tue, 5 Jun 2018 19:37:56 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55JbuC0065095; Tue, 5 Jun 2018 19:37:56 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55Jbu4w065094; Tue, 5 Jun 2018 19:37:56 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201806051937.w55Jbu4w065094@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Tue, 5 Jun 2018 19:37:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r471811 - in branches/2018Q2/devel: . rubygem-default_value_for30 X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in branches/2018Q2/devel: . rubygem-default_value_for30 X-SVN-Commit-Revision: 471811 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 19:37:57 -0000 Author: mfechner Date: Tue Jun 5 19:37:55 2018 New Revision: 471811 URL: https://svnweb.freebsd.org/changeset/ports/471811 Log: MFH: r467248 Add rubygem-default_value_for30 3.0.5 (copied from rubygem-default_value_for) - Add PORTSCOUT Approved by: ports-secteam (eadler) Added: branches/2018Q2/devel/rubygem-default_value_for30/ - copied from r467248, head/devel/rubygem-default_value_for30/ Modified: branches/2018Q2/devel/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/devel/Makefile ============================================================================== --- branches/2018Q2/devel/Makefile Tue Jun 5 19:35:51 2018 (r471810) +++ branches/2018Q2/devel/Makefile Tue Jun 5 19:37:55 2018 (r471811) @@ -5414,6 +5414,7 @@ SUBDIR += rubygem-deep_test SUBDIR += rubygem-deface SUBDIR += rubygem-default_value_for + SUBDIR += rubygem-default_value_for30 SUBDIR += rubygem-delayed_job SUBDIR += rubygem-delayer SUBDIR += rubygem-delayer-deferred From owner-svn-ports-all@freebsd.org Tue Jun 5 19:39:48 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 132C8FF3DDA; Tue, 5 Jun 2018 19:39:48 +0000 (UTC) (envelope-from mfechner@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 A18196E846; Tue, 5 Jun 2018 19:39:47 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 7D1A920B89; Tue, 5 Jun 2018 19:39:47 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55Jdl64065327; Tue, 5 Jun 2018 19:39:47 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55JdlhJ065326; Tue, 5 Jun 2018 19:39:47 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201806051939.w55JdlhJ065326@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Tue, 5 Jun 2018 19:39:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r471812 - in branches/2018Q2/devel: . rubygem-flipper-active_support_cache_store013 X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in branches/2018Q2/devel: . rubygem-flipper-active_support_cache_store013 X-SVN-Commit-Revision: 471812 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 19:39:48 -0000 Author: mfechner Date: Tue Jun 5 19:39:47 2018 New Revision: 471812 URL: https://svnweb.freebsd.org/changeset/ports/471812 Log: MFH: r466581 Add rubygem-flipper-active_support_cache_store013 0.13.0 (copied from rubygem-flipper-active_support_cache_store) - Update RUN_DEPENDS - Add PORTSCOUT Approved by: ports-secteam (eadler) Added: branches/2018Q2/devel/rubygem-flipper-active_support_cache_store013/ - copied from r466581, head/devel/rubygem-flipper-active_support_cache_store013/ Modified: branches/2018Q2/devel/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/devel/Makefile ============================================================================== --- branches/2018Q2/devel/Makefile Tue Jun 5 19:37:55 2018 (r471811) +++ branches/2018Q2/devel/Makefile Tue Jun 5 19:39:47 2018 (r471812) @@ -5463,6 +5463,7 @@ SUBDIR += rubygem-flipper SUBDIR += rubygem-flipper-active_support_cache_store SUBDIR += rubygem-flipper-active_support_cache_store011 + SUBDIR += rubygem-flipper-active_support_cache_store013 SUBDIR += rubygem-flipper011 SUBDIR += rubygem-fluent-logger SUBDIR += rubygem-fog From owner-svn-ports-all@freebsd.org Tue Jun 5 19:41:29 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2A25FF3E9B; Tue, 5 Jun 2018 19:41:28 +0000 (UTC) (envelope-from mfechner@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 953D96EAF5; Tue, 5 Jun 2018 19:41:28 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 7651E20CC2; Tue, 5 Jun 2018 19:41:28 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55JfSYt067986; Tue, 5 Jun 2018 19:41:28 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55JfSKS067985; Tue, 5 Jun 2018 19:41:28 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201806051941.w55JfSKS067985@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Tue, 5 Jun 2018 19:41:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r471813 - in branches/2018Q2/devel: . rubygem-flipper013 X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in branches/2018Q2/devel: . rubygem-flipper013 X-SVN-Commit-Revision: 471813 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 19:41:29 -0000 Author: mfechner Date: Tue Jun 5 19:41:28 2018 New Revision: 471813 URL: https://svnweb.freebsd.org/changeset/ports/471813 Log: MFH: r466579 Add rubygem-flipper013 0.13.0 (copied from rubygem-flipper) - Add PORTSCOUT Approved by: ports-secteam (eadler) Added: branches/2018Q2/devel/rubygem-flipper013/ - copied from r466579, head/devel/rubygem-flipper013/ Modified: branches/2018Q2/devel/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/devel/Makefile ============================================================================== --- branches/2018Q2/devel/Makefile Tue Jun 5 19:39:47 2018 (r471812) +++ branches/2018Q2/devel/Makefile Tue Jun 5 19:41:28 2018 (r471813) @@ -5465,6 +5465,7 @@ SUBDIR += rubygem-flipper-active_support_cache_store011 SUBDIR += rubygem-flipper-active_support_cache_store013 SUBDIR += rubygem-flipper011 + SUBDIR += rubygem-flipper013 SUBDIR += rubygem-fluent-logger SUBDIR += rubygem-fog SUBDIR += rubygem-fog-core From owner-svn-ports-all@freebsd.org Tue Jun 5 19:43:49 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB7A3FF4073; Tue, 5 Jun 2018 19:43:48 +0000 (UTC) (envelope-from mfechner@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 9CA146ECB7; Tue, 5 Jun 2018 19:43:48 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 7F2D720D11; Tue, 5 Jun 2018 19:43:48 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55JhmV5070960; Tue, 5 Jun 2018 19:43:48 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55JhmnJ070959; Tue, 5 Jun 2018 19:43:48 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201806051943.w55JhmnJ070959@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Tue, 5 Jun 2018 19:43:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r471814 - in branches/2018Q2/net: . rubygem-gitaly-proto095 X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in branches/2018Q2/net: . rubygem-gitaly-proto095 X-SVN-Commit-Revision: 471814 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 19:43:49 -0000 Author: mfechner Date: Tue Jun 5 19:43:48 2018 New Revision: 471814 URL: https://svnweb.freebsd.org/changeset/ports/471814 Log: MFH: r467503 Add rubygem-gitaly-proto095 0.95.0 (copied from rubygem-gitaly-proto) - Add PORTSCOUT Approved by: ports-secteam (eadler) Added: branches/2018Q2/net/rubygem-gitaly-proto095/ - copied from r467503, head/net/rubygem-gitaly-proto095/ Modified: branches/2018Q2/net/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/net/Makefile ============================================================================== --- branches/2018Q2/net/Makefile Tue Jun 5 19:41:28 2018 (r471813) +++ branches/2018Q2/net/Makefile Tue Jun 5 19:43:48 2018 (r471814) @@ -1217,6 +1217,7 @@ SUBDIR += rubygem-gitaly-proto083 SUBDIR += rubygem-gitaly-proto084 SUBDIR += rubygem-gitaly-proto088 + SUBDIR += rubygem-gitaly-proto095 SUBDIR += rubygem-gitaly-proto096 SUBDIR += rubygem-gitlab_omniauth-ldap SUBDIR += rubygem-gitlab_omniauth-ldap1 From owner-svn-ports-all@freebsd.org Tue Jun 5 19:46:05 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D384FF4122; Tue, 5 Jun 2018 19:46:05 +0000 (UTC) (envelope-from mfechner@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 EFF376EDB5; Tue, 5 Jun 2018 19:46:04 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 C9BA820D12; Tue, 5 Jun 2018 19:46:04 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55Jk4p7071265; Tue, 5 Jun 2018 19:46:04 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55Jk3kH071261; Tue, 5 Jun 2018 19:46:03 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201806051946.w55Jk3kH071261@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Tue, 5 Jun 2018 19:46:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r471815 - in branches/2018Q2/devel: libgit2 py-pygit2 X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in branches/2018Q2/devel: libgit2 py-pygit2 X-SVN-Commit-Revision: 471815 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 19:46:05 -0000 Author: mfechner Date: Tue Jun 5 19:46:03 2018 New Revision: 471815 URL: https://svnweb.freebsd.org/changeset/ports/471815 Log: MFH: r471741 Took maintainer (approved by wg). Security update to 0.27.1. Reviewed by: wg (maintainer), tz (mentor) Approved by: wg (maintainer), tz (mentor) Differential Revision: https://reviews.freebsd.org/D15654 Approved by: ports-secteam (miwi) Modified: branches/2018Q2/devel/libgit2/Makefile branches/2018Q2/devel/libgit2/distinfo branches/2018Q2/devel/py-pygit2/Makefile branches/2018Q2/devel/py-pygit2/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/devel/libgit2/Makefile ============================================================================== --- branches/2018Q2/devel/libgit2/Makefile Tue Jun 5 19:43:48 2018 (r471814) +++ branches/2018Q2/devel/libgit2/Makefile Tue Jun 5 19:46:03 2018 (r471815) @@ -1,12 +1,11 @@ # $FreeBSD$ PORTNAME= libgit2 -PORTVERSION= 0.27.0 -PORTREVISION= 1 +PORTVERSION= 0.27.1 DISTVERSIONPREFIX= v CATEGORIES= devel -MAINTAINER= wg@FreeBSD.org +MAINTAINER= mfechner@FreeBSD.org COMMENT= Portable, pure C implementation of the Git core LICENSE= GPLv2 Modified: branches/2018Q2/devel/libgit2/distinfo ============================================================================== --- branches/2018Q2/devel/libgit2/distinfo Tue Jun 5 19:43:48 2018 (r471814) +++ branches/2018Q2/devel/libgit2/distinfo Tue Jun 5 19:46:03 2018 (r471815) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524466383 -SHA256 (libgit2-libgit2-v0.27.0_GH0.tar.gz) = 545b0458292c786aba334f1bf1c8f73600ae73dd7205a7bb791a187ee48ab8d2 -SIZE (libgit2-libgit2-v0.27.0_GH0.tar.gz) = 4761312 +TIMESTAMP = 1528010397 +SHA256 (libgit2-libgit2-v0.27.1_GH0.tar.gz) = 837b11927bc5f64e7f9ab0376f57cfe3ca5aa52ffd2007ac41184b21124fb086 +SIZE (libgit2-libgit2-v0.27.1_GH0.tar.gz) = 4765926 Modified: branches/2018Q2/devel/py-pygit2/Makefile ============================================================================== --- branches/2018Q2/devel/py-pygit2/Makefile Tue Jun 5 19:43:48 2018 (r471814) +++ branches/2018Q2/devel/py-pygit2/Makefile Tue Jun 5 19:46:03 2018 (r471815) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= pygit2 -PORTVERSION= 0.27.0 +PORTVERSION= 0.27.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= wg@FreeBSD.org +MAINTAINER= mfechner@FreeBSD.org COMMENT= Python bindings for libgit2 LICENSE= GPLv2 Modified: branches/2018Q2/devel/py-pygit2/distinfo ============================================================================== --- branches/2018Q2/devel/py-pygit2/distinfo Tue Jun 5 19:43:48 2018 (r471814) +++ branches/2018Q2/devel/py-pygit2/distinfo Tue Jun 5 19:46:03 2018 (r471815) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524467582 -SHA256 (pygit2-0.27.0.tar.gz) = 6febce4aea72f12ed5a1e7529b91119f21d93cb2ccb3f834eea26af76cc9a4cb -SIZE (pygit2-0.27.0.tar.gz) = 477427 +TIMESTAMP = 1528010741 +SHA256 (pygit2-0.27.1.tar.gz) = 1aa5ba1d59370bda158950ba4849bb6e59f13ac7e6fca5e392bfd873bd2c1cf9 +SIZE (pygit2-0.27.1.tar.gz) = 477820 From owner-svn-ports-all@freebsd.org Tue Jun 5 20:06:12 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 473FAFF47FF; Tue, 5 Jun 2018 20:06:12 +0000 (UTC) (envelope-from bsam@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 E94A96F835; Tue, 5 Jun 2018 20:06:11 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A7AE22104E; Tue, 5 Jun 2018 20:06:11 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55K6Bfq080926; Tue, 5 Jun 2018 20:06:11 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55K6BLO080923; Tue, 5 Jun 2018 20:06:11 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201806052006.w55K6BLO080923@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Tue, 5 Jun 2018 20:06:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471816 - head/devel/pycharm-ce X-SVN-Group: ports-head X-SVN-Commit-Author: bsam X-SVN-Commit-Paths: head/devel/pycharm-ce X-SVN-Commit-Revision: 471816 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 20:06:12 -0000 Author: bsam Date: Tue Jun 5 20:06:10 2018 New Revision: 471816 URL: https://svnweb.freebsd.org/changeset/ports/471816 Log: devel/pycharm-ce: Update to version 2018.1.4 Modified: head/devel/pycharm-ce/Makefile head/devel/pycharm-ce/distinfo head/devel/pycharm-ce/pkg-plist Modified: head/devel/pycharm-ce/Makefile ============================================================================== --- head/devel/pycharm-ce/Makefile Tue Jun 5 19:46:03 2018 (r471815) +++ head/devel/pycharm-ce/Makefile Tue Jun 5 20:06:10 2018 (r471816) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pycharm-ce -PORTVERSION= 2018.1.3 +PORTVERSION= 2018.1.4 CATEGORIES= devel java python MASTER_SITES= https://download.jetbrains.com/python/ \ http://download.jetbrains.com/python/ Modified: head/devel/pycharm-ce/distinfo ============================================================================== --- head/devel/pycharm-ce/distinfo Tue Jun 5 19:46:03 2018 (r471815) +++ head/devel/pycharm-ce/distinfo Tue Jun 5 20:06:10 2018 (r471816) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527372811 -SHA256 (pycharm-community-2018.1.3.tar.gz) = 561976581892ae5e6b924ff3ce61958b30ba1610e191211a4799437359c399b3 -SIZE (pycharm-community-2018.1.3.tar.gz) = 267256240 +TIMESTAMP = 1528145532 +SHA256 (pycharm-community-2018.1.4.tar.gz) = 90953ca424bb331348e3575975fab4e189ab126ddc367223e3a7cb01b1563f3b +SIZE (pycharm-community-2018.1.4.tar.gz) = 271284732 Modified: head/devel/pycharm-ce/pkg-plist ============================================================================== --- head/devel/pycharm-ce/pkg-plist Tue Jun 5 19:46:03 2018 (r471815) +++ head/devel/pycharm-ce/pkg-plist Tue Jun 5 20:06:10 2018 (r471816) @@ -237,6 +237,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/icon-robots.txt %%DATADIR%%/helpers/packaging_tool.py %%DATADIR%%/helpers/pip-9.0.3.tar.gz +%%DATADIR%%/helpers/pip-10.0.1.tar.gz %%DATADIR%%/helpers/pockets/__init__.py %%DATADIR%%/helpers/pockets/_version.py %%DATADIR%%/helpers/pockets/collections.py @@ -1166,7 +1167,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/rest_runners/rst2smth.py %%DATADIR%%/helpers/rest_runners/sphinx_runner.py %%DATADIR%%/helpers/setuptools-36.8.0.tar.gz -%%DATADIR%%/helpers/setuptools-39.0.1.tar.gz +%%DATADIR%%/helpers/setuptools-39.1.0.tar.gz %%DATADIR%%/helpers/six.py %%DATADIR%%/helpers/sphinxcontrib/__init__.py %%DATADIR%%/helpers/sphinxcontrib/napoleon/__init__.py @@ -2118,7 +2119,8 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/third_party/3/werkzeug/wrappers.pyi %%DATADIR%%/helpers/typeshed/third_party/3/werkzeug/wsgi.pyi %%DATADIR%%/helpers/virtualenv-1.11.6.tar.gz -%%DATADIR%%/helpers/virtualenv-15.1.0.tar.gz +%%DATADIR%%/helpers/virtualenv-15.2.0.tar.gz +%%DATADIR%%/helpers/virtualenv-16.0.0.tar.gz %%DATADIR%%/index/Python/id-index.input %%DATADIR%%/index/Python/id-index.input.keystream %%DATADIR%%/index/Python/id-index.input.keystream.len From owner-svn-ports-all@freebsd.org Tue Jun 5 20:11:00 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79F30FF49BD; Tue, 5 Jun 2018 20:11:00 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [IPv6:2001:608:a02::33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E8E6F6FA32; Tue, 5 Jun 2018 20:10:59 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (016-061-210-188.ip-addr.inexio.net [188.210.61.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id 22A562F1D4A; Tue, 5 Jun 2018 22:10:57 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1528229457; bh=RW8xrRj4vmJn5/XNSV51xg2E9kQqKeoZ1WgkkxX2Nd0=; h=Subject:To:References:From:Date:In-Reply-To; b=K/PRRESNtMWo9Q3Rpx4qaNDzaIiKV/AEdB8mdDtuQh++j9bAEdxyaKyUjVe5wuQz0 sqV4goPDPRzcYCTmG+Up6ONUKeKCw3jB9tnTCsGjpWXwq9++spK7tchg/tsuRW49Jy g/4jpERXTPRm+VkP1FVViSfrlap6VmdtIB45vjTo= Received: from matthias-fechners-macbook.local (016-061-210-188.ip-addr.inexio.net [188.210.61.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id C9CD415CCF1D; Tue, 5 Jun 2018 22:10:55 +0200 (CEST) Subject: Re: svn commit: r471437 - head/security/vuxml To: Joseph Mingrone , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201806030037.w530b6ds099410@repo.freebsd.org> From: Matthias Fechner Openpgp: preference=signencrypt Autocrypt: addr=idefix@fechner.net; prefer-encrypt=mutual; keydata= xsFNBFqca1YBEADM9mF2+ifk8HILTlf5wtAzV6SYVR4RvNOo/8Kucw4sCZT76zS1fjZe4Zy1 3C0IZ07Wi+3PnoGIgOCsXp3PrTc2nuHQWkwVBYXy8UaR9DHBWA/mIvRGG1ZscKQYA6oUdCvd K8Mu26zO60yTt+ONzFtK6G1myH4EHXZ8dpmdCFf+W3rzTU+aCQ5S3OfwCLGgYgOaVREGkdOc 5SVCpFb4n+2B8+CqeWsRHhnT+4h7/YhgDMGp4GiI3yrB2nBVSUUvcosD2nRtJQgGQHcAFtMq 3hJaKPOR/mHc6KVrp0xmGNmdtazvXloHmGIl9O1UpmMmrYu9Kugl0JkGi2fAcno02XgVlkyX 7xDLTteP5cNqRxor4yVDaRWUQnOfK9XgcrKGrAzb65BkCSkjT+Aw3S/A8Qd6NvjL9qy1d+Ct dzatOVF/Y7jaW28CMr3jvwPS13OxV7PnJzIZzdik20eVxfOXuYfxZD+PwBaGgFF0qj6zKACC aKLalE0ZpY0zNn/iPyQX/Cf9KoDyFpOHSsEswiJ5rCWwppVcsFyogHOemVmeaXlvyDPEipnV ZUkpGP/CCqPu3eD0uDzP7UJ0pt/l/JfW0Xw/4p9mjB024xiRlxLa6vSRfGl//EdtAIbKKa8x 5wsKTQEbYJDmXE3tH/A54DCqRXhcopTlu2iJlTdnIMltn9afVwARAQABzSVNYXR0aGlhcyBG ZWNobmVyIDxpZGVmaXhAZmVjaG5lci5uZXQ+wsGXBBMBCgBBAhsDBQkJZgGABQsJCAcDBRUK CQgLBRYDAgEAAh4BAheAFiEEaWB64mCp804YOtqutot13J/XR+EFAlqcc9gCGQEACgkQtot1 3J/XR+GQyhAAwDxUSg7X2aS1d6rrYUZdDk8rT5TCjayDAyOATdAUhJRZk8qXRNF27Mu6xiOT mIvEMKLagNsitffZs1g/mulRQiDVLloGav7xozSfYlaOYWpPb55wpsugQPLZz0OkU9tzw7j7 7sPPvnAxeqSofUJzQdZzp43aVwXVqsJ3rY0jGzYA5RLS6CBI1RRR8/hHLMxspDPl79IW3GhI HAXaVX1HVJA2oJEo9Y95DnJwX8NV+hvLlUVA2KDdNKFiVJKeV3ccqw+/5zW3Y8J6Rd8blW9n p68Z7lyxt6mvsDEdSxOyGSkPagzIDfHqmDfkaeum7gHMwweH2e2pZuhzMZkrKNoSkKiJ5uim 638ZhnzzmEWh2qtYPgHlZG1jO6n2DSzCqJkQYjYUtLj7ylIgZakG8M3idQRugHImMBq+HSMu WR8FI52gh1+4LbIArHB4YWTTr933ElwhS1jtomK9SeWezPfjunpxqXQl4QR0qXAuglsOMJ6y Togb6lc0qyEdOa5VCXQTLSD9yZpolSQOjOe1XEyM4g5v7FrPBGVni9AxlARvUDVbYQDv1+4A gchtgpLmAF8mDPq/tGeXuAO3m+ExQDXpJ4CneI9YHc+joU2cXQi5MP1NzgMOV43XEZCiTW0O BWM1+857gmDqGbybE7F3UFpvBs9/NRWnuxoKaYxYbqCOc3nOwU0EWpxrVgEQAN3uCLHZF+1V gcrzYjwL1wAJwjYb7UnHKvNYdaBKgW0n0NTfaTCLHxHYPO8NlV1+lNctSeXLeiWpmE1lCDHq /++53EJ34OsRd/n246PdtfIfltML73tsmq6S9zTye2zv7LsmE7jgUBaasbv0qSLSybOUvkRx j3xBuK9Ymg/ZXaENOhxwIQ6oQoNLg3ers9t5Xl4NVK6gzzZ2OdTGnuUVhQmi4rbP04R0GJFh AtGLAYUCxlXVZhdPAs4qZaoAEP5nW/u2MyzSaIouwcEIdttAiPZdrJr+a4OGKz88Sn6zqKSa uyUADgX+G8tKUONgZbfz4SSRvlinOgyU2RyyfNS977r/YfaHH+oAxg31yUWPtD/ryfVw69bG vK8RQrZ9+c1vyWBABoQOh5+JHW/AE9Xj5dQatEfWmGO3+/FRo2TIhqZQXXl8PW+jtEjkhgOH OUX5ERzSm6nCcPIw+LUkEINcLc9bw4fv1eOWIdBuCckGM4rWXkLYbqhdSzdWeCsC0tiQk8x7 O1zXRJOKF4rITJd/qX322EH29BR+T9V1Hw7LDSRe+3YxtoXhROZRXjF8QniEHeKVNRUComr6 rWGmuHjsNTQ7twtwnG8xSOfCkYAp9GrbzBkIYX+VFvFQLqVM+It3RAlge/bwpZPvkr3bFsJk 4JS+EAugBIrP0xd9BMOh6Ej5ABEBAAHCwXwEGAEKACYWIQRpYHriYKnzThg62q62i3Xcn9dH 4QUCWpxrVgIbDAUJCWYBgAAKCRC2i3Xcn9dH4ZZsEACoQI109htphVe2AQhJ7wuPo8pIrSFA 0Mb0pfibX/sYw8ZZz/x3ctTI3Ajq2baSaoebIuUyd6oPI7cAzgL4s2zHiZ3ChH2dDxJlOPfk OaiK124DJMPqWiWuxe39tgq23tsPhwcvF+DC+SkJoLWKCYNC06fS3bLktZ0s4lVE5tqfL5ww MvxgxB+6+sWHwZWSv1IwB/geov6zkEhVdkXqrGPE52LyLfU0ACMmihcl0/npsCMZSls0urge CsPMuHPQnmcM2ERbere8i9OdKQDzGBrTbWl9DxNRf4o+cAYirEJM3Kc+ZD2SE34bTSvg3kdQ QZQbj+o+BRcsR0LaGbORkNaMZlp5OuXteL6nG7sbAPn0bjUUlup8CJEXDXENG6LJG1/oVWFq m3OtPyr5UoMQAuhuGx0/Om6AXKr/mk+veuoKWMXkqll045/bYE7bX2A0gkyGE5DdjaiHPmS9 NsWuKDeExLlXZOL1GX+PKjWLADwlv07XHB8Hf6U0/lpf3/mggRtqHyKbHt0iRqYaMC95gVdM rbugxh61U/zxIaweU7VolD5cRrltxqPp5szOwDzw42JYwbpYsXFJXNkuCGCmK1LHcShfEggt fV3g/JKzvNRQn6p1f0frppl/eZ5UvWVKrNERJzcZgkOecxwiK/L/JoGpGfWOqWGsTxe/AnQc Xxj8Dw== Message-ID: <1dd5e2b3-fd16-238f-42cb-f515c26dc361@fechner.net> Date: Tue, 5 Jun 2018 22:10:54 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <201806030037.w530b6ds099410@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Language: de-DE Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 20:11:00 -0000 Am 03.06.18 um 02:37 schrieb Joseph Mingrone: > @@ -64,7 +64,11 @@ Notes: > > git > git-lite > - 2.17.1 > + 2.13.7 > + 2.142.14.4 > + 2.152.15.2 > + 2.162.16.4 > + 2.172.17.1 make validate complains here that indent is not correct. Gruß, Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook From owner-svn-ports-all@freebsd.org Tue Jun 5 20:16:49 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34C17FF4CFA; Tue, 5 Jun 2018 20:16:49 +0000 (UTC) (envelope-from mfechner@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 DCF326FF3E; Tue, 5 Jun 2018 20:16:48 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 B9EE1211DF; Tue, 5 Jun 2018 20:16:48 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55KGm9U086430; Tue, 5 Jun 2018 20:16:48 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55KGl64086420; Tue, 5 Jun 2018 20:16:47 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201806052016.w55KGl64086420@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Tue, 5 Jun 2018 20:16:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r471817 - in branches/2018Q2/www/gitlab-pages: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in branches/2018Q2/www/gitlab-pages: . files X-SVN-Commit-Revision: 471817 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 20:16:49 -0000 Author: mfechner Date: Tue Jun 5 20:16:46 2018 New Revision: 471817 URL: https://svnweb.freebsd.org/changeset/ports/471817 Log: MFH: r468171 r470353 www/gitlab-pages: fix rc script www/gitlab-pages: update to 0.9.1 Approved by: ports-secteam (eadler) Added: branches/2018Q2/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_dirent__fileno.go - copied unchanged from r470353, head/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_dirent__fileno.go branches/2018Q2/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_dirent__ino.go - copied unchanged from r470353, head/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_dirent__ino.go branches/2018Q2/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_readdir.go - copied unchanged from r470353, head/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_readdir.go branches/2018Q2/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_readdir__unix.go - copied unchanged from r470353, head/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_readdir__unix.go branches/2018Q2/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_walk.go - copied unchanged from r470353, head/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_walk.go Modified: branches/2018Q2/www/gitlab-pages/Makefile branches/2018Q2/www/gitlab-pages/distinfo branches/2018Q2/www/gitlab-pages/files/gitlab_pages.in Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/www/gitlab-pages/Makefile ============================================================================== --- branches/2018Q2/www/gitlab-pages/Makefile Tue Jun 5 20:06:10 2018 (r471816) +++ branches/2018Q2/www/gitlab-pages/Makefile Tue Jun 5 20:16:46 2018 (r471817) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gitlab-pages -PORTVERSION= 0.7.1 +PORTVERSION= 0.9.1 CATEGORIES= www MAINTAINER= swills@FreeBSD.org @@ -15,7 +15,7 @@ BUILD_DEPENDS= go:lang/go USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find the here: https://gitlab.com/gitlab-org/gitlab-pages/tags -GL_COMMIT= 4e11c8392935e1f4dbd96066f3cbb8d657afd874 +GL_COMMIT= 69b7e196fe0336c91a44da72110f44c2ec0869b0 PLIST_FILES= bin/gitlab-pages Modified: branches/2018Q2/www/gitlab-pages/distinfo ============================================================================== --- branches/2018Q2/www/gitlab-pages/distinfo Tue Jun 5 20:06:10 2018 (r471816) +++ branches/2018Q2/www/gitlab-pages/distinfo Tue Jun 5 20:16:46 2018 (r471817) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523370266 -SHA256 (gitlab-org-gitlab-pages-4e11c8392935e1f4dbd96066f3cbb8d657afd874_GL0.tar.gz) = fc0892141f241af9eb63e8fab65137948f5bb8fa5670b86ff87d9d82eb57fa12 -SIZE (gitlab-org-gitlab-pages-4e11c8392935e1f4dbd96066f3cbb8d657afd874_GL0.tar.gz) = 1076893 +TIMESTAMP = 1526695044 +SHA256 (gitlab-org-gitlab-pages-69b7e196fe0336c91a44da72110f44c2ec0869b0_GL0.tar.gz) = d993cb8c584d0366837e723f29bee9a3fb67ea0044448f185dc6cec255ff1f39 +SIZE (gitlab-org-gitlab-pages-69b7e196fe0336c91a44da72110f44c2ec0869b0_GL0.tar.gz) = 1692719 Modified: branches/2018Q2/www/gitlab-pages/files/gitlab_pages.in ============================================================================== --- branches/2018Q2/www/gitlab-pages/files/gitlab_pages.in Tue Jun 5 20:06:10 2018 (r471816) +++ branches/2018Q2/www/gitlab-pages/files/gitlab_pages.in Tue Jun 5 20:16:46 2018 (r471817) @@ -17,6 +17,8 @@ # Set it to user to run gitlab_pages under # gitlab_pages_group (str): Set to "gitlab-pages" by default. # Set it to group to run gitlab-pages under +# gitlab_pages_logfile (str): Set to "/var/log/gitlab_pages.log" by default. +# Set it to file to send gitlab-pages logs to # . /etc/rc.subr @@ -30,28 +32,30 @@ load_rc_config $name : ${gitlab_pages_dir:="/var/tmp/gitlab_pages"} : ${gitlab_pages_user:="gitlab-pages"} : ${gitlab_pages_group:="gitlab-pages"} +: ${gitlab_pages_logfile:="/var/log/gitlab_pages.log"} export HOME=${gitlab_pages_dir} export PATH=${PATH}:%%PREFIX%%/bin pidfile="/var/run/${name}.pid" -command="/usr/sbin/daemon" -command_args="-f -p ${pidfile} %%PREFIX%%/bin/gitlab-pages run" gitlab_pages_chdir="${gitlab_pages_dir}" procname=%%PREFIX%%/bin/gitlab-pages start_precmd="gitlab_pages_startprecmd" +start_cmd="gitlab_pages_startcmd" list_cmd="listfunc" register_cmd="registerfunc" listfunc() { + cd ${gitlab_pages_chdir} ; \ su -m ${gitlab_pages_user} -c "env HOME=${gitlab_pages_dir} %%PREFIX%%/bin/gitlab-pages list" } registerfunc() { + cd ${gitlab_pages_chdir} ; \ su -m ${gitlab_pages_user} -c "env HOME=${gitlab_pages_dir} %%PREFIX%%/bin/gitlab-pages register" } @@ -63,6 +67,12 @@ gitlab_pages_startprecmd() if [ ! -d "${gitlab_pages_dir}" ]; then install -d -o "${gitlab_pages_user}" -g "${gitlab_pages_group}" "${gitlab_pages_dir}" fi +} + +gitlab_pages_startcmd() +{ + cd ${gitlab_pages_chdir} ; \ + daemon -u ${gitlab_pages_user} -p ${pidfile} /usr/local/bin/gitlab-pages ${gitlab_pages_args} run < /dev/null >> ${gitlab_pages_logfile} 2>> ${gitlab_pages_logfile} } extra_commands="list register" Copied: branches/2018Q2/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_dirent__fileno.go (from r470353, head/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_dirent__fileno.go) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_dirent__fileno.go Tue Jun 5 20:16:46 2018 (r471817, copy of r470353, head/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_dirent__fileno.go) @@ -0,0 +1,12 @@ +--- vendor/github.com/karrick/godirwalk/dirent_fileno.go.orig 2018-05-19 02:10:07 UTC ++++ vendor/github.com/karrick/godirwalk/dirent_fileno.go +@@ -0,0 +1,9 @@ ++// +build dragonfly freebsd openbsd netbsd ++ ++package godirwalk ++ ++import "syscall" ++ ++func direntIno(de *syscall.Dirent) uint64 { ++ return uint64(de.Fileno) ++} Copied: branches/2018Q2/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_dirent__ino.go (from r470353, head/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_dirent__ino.go) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_dirent__ino.go Tue Jun 5 20:16:46 2018 (r471817, copy of r470353, head/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_dirent__ino.go) @@ -0,0 +1,12 @@ +--- vendor/github.com/karrick/godirwalk/dirent_ino.go.orig 2018-05-19 02:10:07 UTC ++++ vendor/github.com/karrick/godirwalk/dirent_ino.go +@@ -0,0 +1,9 @@ ++// +build darwin linux ++ ++package godirwalk ++ ++import "syscall" ++ ++func direntIno(de *syscall.Dirent) uint64 { ++ return de.Ino ++} Copied: branches/2018Q2/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_readdir.go (from r470353, head/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_readdir.go) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_readdir.go Tue Jun 5 20:16:46 2018 (r471817, copy of r470353, head/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_readdir.go) @@ -0,0 +1,46 @@ +--- vendor/github.com/karrick/godirwalk/readdir.go.orig 2018-04-30 10:37:07 UTC ++++ vendor/github.com/karrick/godirwalk/readdir.go +@@ -2,6 +2,9 @@ package godirwalk + + import ( + "os" ++ "path/filepath" ++ ++ "github.com/pkg/errors" + ) + + // Dirent stores the name and file system mode type of discovered file system +@@ -11,6 +14,22 @@ type Dirent struct { + modeType os.FileMode + } + ++// NewDirent returns a newly initialized Dirent structure, or an error. This ++// function does not follow symbolic links. ++// ++// This function is rarely used, as Dirent structures are provided by other ++// functions in this library that read and walk directories. ++func NewDirent(osPathname string) (*Dirent, error) { ++ fi, err := os.Lstat(osPathname) ++ if err != nil { ++ return nil, errors.Wrap(err, "cannot lstat") ++ } ++ return &Dirent{ ++ name: filepath.Base(osPathname), ++ modeType: fi.Mode() & os.ModeType, ++ }, nil ++} ++ + // Name returns the basename of the file system entry. + func (de Dirent) Name() string { return de.name } + +@@ -28,6 +47,10 @@ func (de Dirent) ModeType() os.FileMode { return de.mo + // may be set for a node. For instance, on Windows, a symbolic link that points + // to a directory will have both the directory and the symbolic link bits set. + func (de Dirent) IsDir() bool { return de.modeType&os.ModeDir != 0 } ++ ++// IsRegular returns true if and only if the Dirent represents a regular ++// file. That is, it ensures that no mode type bits are set. ++func (de Dirent) IsRegular() bool { return de.modeType&os.ModeType == 0 } + + // IsSymlink returns true if and only if the Dirent represents a file system + // symbolic link. Note that on some operating systems, more than one file mode Copied: branches/2018Q2/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_readdir__unix.go (from r470353, head/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_readdir__unix.go) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_readdir__unix.go Tue Jun 5 20:16:46 2018 (r471817, copy of r470353, head/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_readdir__unix.go) @@ -0,0 +1,17 @@ +--- vendor/github.com/karrick/godirwalk/readdir_unix.go.orig 2018-04-30 10:37:07 UTC ++++ vendor/github.com/karrick/godirwalk/readdir_unix.go +@@ -1,4 +1,4 @@ +-// +build darwin dragonfly freebsd linux nacl netbsd openbsd solaris ++// +build darwin freebsd linux netbsd openbsd + + package godirwalk + +@@ -49,7 +49,7 @@ func readdirents(osDirname string, scratchBuffer []byt + de = (*syscall.Dirent)(unsafe.Pointer(&buf[0])) // point entry to first syscall.Dirent in buffer + buf = buf[de.Reclen:] // advance buffer + +- if de.Ino == 0 { ++ if direntIno(de) == 0 { + continue // this item has been deleted, but not yet removed from directory + } + Copied: branches/2018Q2/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_walk.go (from r470353, head/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_walk.go) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_walk.go Tue Jun 5 20:16:46 2018 (r471817, copy of r470353, head/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_walk.go) @@ -0,0 +1,13 @@ +--- vendor/github.com/karrick/godirwalk/walk.go.orig 2018-04-30 10:37:07 UTC ++++ vendor/github.com/karrick/godirwalk/walk.go +@@ -188,6 +188,10 @@ func Walk(pathname string, options *Options) error { + options.ErrorCallback = defaultErrorCallback + } + ++ if options.ScratchBuffer == nil { ++ options.ScratchBuffer = make([]byte, 64*1024) ++ } ++ + err = walk(pathname, dirent, options) + if err == filepath.SkipDir { + return nil // silence SkipDir for top level From owner-svn-ports-all@freebsd.org Tue Jun 5 20:23:04 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10CC3FF50C3; Tue, 5 Jun 2018 20:23:04 +0000 (UTC) (envelope-from jrm@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 B2BD770475; Tue, 5 Jun 2018 20:23:03 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 93FC82136F; Tue, 5 Jun 2018 20:23:03 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55KN3CC091569; Tue, 5 Jun 2018 20:23:03 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55KN3d3091568; Tue, 5 Jun 2018 20:23:03 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201806052023.w55KN3d3091568@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Tue, 5 Jun 2018 20:23:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471818 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 471818 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 20:23:04 -0000 Author: jrm Date: Tue Jun 5 20:23:03 2018 New Revision: 471818 URL: https://svnweb.freebsd.org/changeset/ports/471818 Log: security/vuxml/vuln.xml: Fix indentation (silences make validate) Reported by: mfechner Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Jun 5 20:16:46 2018 (r471817) +++ head/security/vuxml/vuln.xml Tue Jun 5 20:23:03 2018 (r471818) @@ -64,9 +64,9 @@ Notes: git git-lite - 2.13.7 - 2.142.14.4 - 2.152.15.2 + 2.13.7 + 2.142.14.4 + 2.152.15.2 2.162.16.4 2.172.17.1 From owner-svn-ports-all@freebsd.org Tue Jun 5 20:26:51 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C14B3FF5287; Tue, 5 Jun 2018 20:26:51 +0000 (UTC) (envelope-from mat@atuin.in.mat.cc) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "prod2.absolight.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5EFFC70644; Tue, 5 Jun 2018 20:26:50 +0000 (UTC) (envelope-from mat@atuin.in.mat.cc) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 43F8EBDC89; Tue, 5 Jun 2018 22:26:48 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 296F8BDC85; Tue, 5 Jun 2018 22:26:48 +0200 (CEST) Received: by atuin.in.mat.cc (Postfix, from userid 501) id 71734B794E3E; Tue, 5 Jun 2018 22:26:47 +0200 (CEST) Date: Tue, 5 Jun 2018 22:26:46 +0200 From: Mathieu Arnold To: Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r471788 - head/net/py-urllib3 Message-ID: <20180605202646.yaofq4jiruzpssjj@atuin.in.mat.cc> References: <201806051856.w55IuU1k041525@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="hh7jdsvh2moiotax" Content-Disposition: inline In-Reply-To: <201806051856.w55IuU1k041525@repo.freebsd.org> User-Agent: NeoMutt/20170912 (1.9.0) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 20:26:51 -0000 --hh7jdsvh2moiotax Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 05, 2018 at 06:56:30PM +0000, Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Tue Jun 5 18:56:30 2018 > New Revision: 471788 > URL: https://svnweb.freebsd.org/changeset/ports/471788 >=20 > Log: > Update to 1.23 This update broke sphinx, so, for example, cmake: https://pkg.absolight.fr/data/11amd64-pkgng-default/20180605T211115Z/logs/e= rrors/cmake-3.11.3.log Please stop breaking things with your quest to update every port as fast as you can. --=20 Mathieu Arnold --hh7jdsvh2moiotax Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAABCgBmBQJbFvIGXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IoW8P/jNc9JPeuVAAB2L9vpaaICYb 7rWudsaWHj2etJSlEzdccRQUTOPDvhPdGXng0f97cJ37tFbF9NCnDRvIDzCkoDdO McFaoC1VmgCQY65p4cHWN89kQ2FvVlnCjWN/Jxysc7z6qY0Y28HtX+1X/C7FFYKk sF8wqVDfE0vEURYwiw8boFRoEmrvG2reDlne/wjS35tqZd8R/CQ9gpI6TTH5NC2c Uz9O3LoUqIL55CK3cKLRiKwTRjqjW6vXCR0rSQFgCZ3F9Rui/vO3ofl0lMuvgBTL NTbW6UWSvK9ApvzJbBQYKLL7HMW0dLjwB34xx92aV4GHfcXf1QTPiKF/tI/mjSkX PUujJgX+F20MClZcj2LIIB2Aq8KyCCVgTULbFwX1sR4w+yk/QGLBD6OOtUZSIToc 6soQxO+EqdG9nSMTXBQWag3gbvEoWC5txD0mhKru5YCsFT3ZCkywqX4cBoyPtfa/ 4CX8hCBTKMWQ2F0FBZyT6cSwmEr6t86Cx29esG/BMsXHB5rA12Tpbc4Q1DCBwBJ/ 6rim3to2ZTRScV88h/OKNbyi42aTsJO2/TlW4ILbtLu6kdC6/DGIrJPuYAJcGwGA J1FWVcoZQSY0SyxdP7GkZLYioeSdM5aZznb2vDT2gd4fVWbKmkwZpAq30tTjBpMU wojY02725V2aaWyv0LUe =QreC -----END PGP SIGNATURE----- --hh7jdsvh2moiotax-- From owner-svn-ports-all@freebsd.org Tue Jun 5 20:53:14 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C72E6FF62BA; Tue, 5 Jun 2018 20:53:14 +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 76B5771BDB; Tue, 5 Jun 2018 20:53:14 +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 5830021854; Tue, 5 Jun 2018 20:53:14 +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 w55KrEaD006778; Tue, 5 Jun 2018 20:53:14 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55KrDYU006775; Tue, 5 Jun 2018 20:53:13 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201806052053.w55KrDYU006775@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 5 Jun 2018 20:53:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471819 - head/science/tfel X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/science/tfel X-SVN-Commit-Revision: 471819 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 20:53:15 -0000 Author: swills Date: Tue Jun 5 20:53:13 2018 New Revision: 471819 URL: https://svnweb.freebsd.org/changeset/ports/471819 Log: science/tfel: update to version 3.1.2 PR: 228657 Submitted by: pfg (maintainer) Modified: head/science/tfel/Makefile (contents, props changed) head/science/tfel/distinfo (contents, props changed) head/science/tfel/pkg-plist (contents, props changed) Modified: head/science/tfel/Makefile ============================================================================== --- head/science/tfel/Makefile Tue Jun 5 20:23:03 2018 (r471818) +++ head/science/tfel/Makefile Tue Jun 5 20:53:13 2018 (r471819) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tfel -PORTVERSION= 3.1.1 -PORTREVISION= 1 +PORTVERSION= 3.1.2 CATEGORIES= science MASTER_SITES= SF/${PORTNAME}/ PKGNAMESUFFIX= -mfront Modified: head/science/tfel/distinfo ============================================================================== --- head/science/tfel/distinfo Tue Jun 5 20:23:03 2018 (r471818) +++ head/science/tfel/distinfo Tue Jun 5 20:53:13 2018 (r471819) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520433926 -SHA256 (tfel-3.1.1.tar.bz2) = 970e764bdc77f7261cd6df5be81915c50295e56dddff1f1f62de9c3d00d205cd -SIZE (tfel-3.1.1.tar.bz2) = 40321521 +TIMESTAMP = 1527824462 +SHA256 (tfel-3.1.2.tar.bz2) = e18e95628f222aa7b2695b904272dbc12c7fb10e152247ba0c1e9a1869e96bf2 +SIZE (tfel-3.1.2.tar.bz2) = 40318988 Modified: head/science/tfel/pkg-plist ============================================================================== --- head/science/tfel/pkg-plist Tue Jun 5 20:23:03 2018 (r471818) +++ head/science/tfel/pkg-plist Tue Jun 5 20:53:13 2018 (r471819) @@ -70,6 +70,7 @@ include/MFront/BehaviourInterfaceFactory.hxx include/MFront/BehaviourInterfaceProxy.hxx include/MFront/BehaviourInterfaceProxy.ixx include/MFront/BehaviourProfiler.hxx +include/MFront/BehaviourQuery.hxx include/MFront/BehaviourSymmetryType.hxx include/MFront/CMakeGenerator.hxx include/MFront/CalculiX/CalculiX.hxx @@ -126,6 +127,7 @@ include/MFront/MaterialPropertyInterfaceFactory.hxx include/MFront/MaterialPropertyInterfaceProxy.hxx include/MFront/MaterialPropertyInterfaceProxy.ixx include/MFront/MaterialPropertyParametersHandler.hxx +include/MFront/MaterialPropertyQuery.hxx include/MFront/ModelDSL.hxx include/MFront/ModelDSLBase.hxx include/MFront/ModelDSLBase.ixx @@ -134,6 +136,7 @@ include/MFront/ModelDescription.hxx include/MFront/ModelInterfaceFactory.hxx include/MFront/ModelInterfaceProxy.hxx include/MFront/ModelInterfaceProxy.ixx +include/MFront/ModelQuery.hxx include/MFront/PedanticMode.hxx include/MFront/SearchPathsHandler.hxx include/MFront/StaticVarHandler.hxx From owner-svn-ports-all@freebsd.org Tue Jun 5 20:55:11 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFBB3FF643B; Tue, 5 Jun 2018 20:55:10 +0000 (UTC) (envelope-from antoine@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 9E73971FBC; Tue, 5 Jun 2018 20:55:10 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7ED3021857; Tue, 5 Jun 2018 20:55:10 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55KtAdj007044; Tue, 5 Jun 2018 20:55:10 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55KtAWe007042; Tue, 5 Jun 2018 20:55:10 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201806052055.w55KtAWe007042@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 5 Jun 2018 20:55:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471820 - head/net/py-urllib3 X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/net/py-urllib3 X-SVN-Commit-Revision: 471820 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 20:55:11 -0000 Author: antoine Date: Tue Jun 5 20:55:09 2018 New Revision: 471820 URL: https://svnweb.freebsd.org/changeset/ports/471820 Log: Revert r471788, it breaks lots of ports With hat: portmgr Modified: head/net/py-urllib3/Makefile head/net/py-urllib3/distinfo Modified: head/net/py-urllib3/Makefile ============================================================================== --- head/net/py-urllib3/Makefile Tue Jun 5 20:53:13 2018 (r471819) +++ head/net/py-urllib3/Makefile Tue Jun 5 20:55:09 2018 (r471820) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= urllib3 -PORTVERSION= 1.23 +PORTVERSION= 1.22 +PORTEPOCH= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,9 +17,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.3.4:security/py-cryptography@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}idna>=2.0:dns/py-idna@${FLAVOR} \ ${PY_IPADDRESS} \ - ${PYTHON_PKGNAMEPREFIX}openssl>=0.14:security/py-openssl@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}openssl>=16.0:security/py-openssl@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pysocks>=1.5.7:net/py-pysocks@${FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${FLAVOR} #TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tornado>=0:www/py-tornado@${FLAVOR} Modified: head/net/py-urllib3/distinfo ============================================================================== --- head/net/py-urllib3/distinfo Tue Jun 5 20:53:13 2018 (r471819) +++ head/net/py-urllib3/distinfo Tue Jun 5 20:55:09 2018 (r471820) @@ -1,3 +1,3 @@ -TIMESTAMP = 1528202917 -SHA256 (urllib3-1.23.tar.gz) = a68ac5e15e76e7e5dd2b8f94007233e01effe3e50e8daddf69acfd81cb686baf -SIZE (urllib3-1.23.tar.gz) = 228314 +TIMESTAMP = 1500642203 +SHA256 (urllib3-1.22.tar.gz) = cc44da8e1145637334317feebd728bd869a35285b93cbb4cca2577da7e62db4f +SIZE (urllib3-1.22.tar.gz) = 226083 From owner-svn-ports-all@freebsd.org Tue Jun 5 21:04:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6375FF6C85; Tue, 5 Jun 2018 21:04:46 +0000 (UTC) (envelope-from antoine@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 57E8772ACF; Tue, 5 Jun 2018 21:04:46 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3904A219E1; Tue, 5 Jun 2018 21:04:46 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55L4kYO012131; Tue, 5 Jun 2018 21:04:46 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55L4kL1012130; Tue, 5 Jun 2018 21:04:46 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201806052104.w55L4kL1012130@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 5 Jun 2018 21:04:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471821 - head/lang/gnatdroid-armv7 X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/lang/gnatdroid-armv7 X-SVN-Commit-Revision: 471821 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 21:04:46 -0000 Author: antoine Date: Tue Jun 5 21:04:45 2018 New Revision: 471821 URL: https://svnweb.freebsd.org/changeset/ports/471821 Log: Mark BROKEN: fails to package pkg-static: Unable to access file /wrkdirs/usr/ports/lang/gnatdroid-armv7/work/stage/usr/local/android/ARMv7/bin/arm-aux-linux-androideabi-gcc-6.5.0:No such file or directory Reported by: pkg-fallout Modified: head/lang/gnatdroid-armv7/Makefile Modified: head/lang/gnatdroid-armv7/Makefile ============================================================================== --- head/lang/gnatdroid-armv7/Makefile Tue Jun 5 20:55:09 2018 (r471820) +++ head/lang/gnatdroid-armv7/Makefile Tue Jun 5 21:04:45 2018 (r471821) @@ -15,6 +15,8 @@ COMMENT?= C/Ada cross-compiler, target: Android ARMv7 LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi +BROKEN= fails to package + BUILD_DEPENDS= ${SYSROOT}>=0:lang/${SYSROOT} \ ${GDBINUTILS}>=2.21:lang/${GDBINUTILS} RUN_DEPENDS:= ${BUILD_DEPENDS} From owner-svn-ports-all@freebsd.org Tue Jun 5 21:10:03 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F9E1FF6FBF; Tue, 5 Jun 2018 21:10:03 +0000 (UTC) (envelope-from antoine@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 C416272E17; Tue, 5 Jun 2018 21:10:02 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A534D219F1; Tue, 5 Jun 2018 21:10:02 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55LA2JI012435; Tue, 5 Jun 2018 21:10:02 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55LA27M012434; Tue, 5 Jun 2018 21:10:02 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201806052110.w55LA27M012434@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 5 Jun 2018 21:10:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471822 - head/net/scribe X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/net/scribe X-SVN-Commit-Revision: 471822 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 21:10:03 -0000 Author: antoine Date: Tue Jun 5 21:10:02 2018 New Revision: 471822 URL: https://svnweb.freebsd.org/changeset/ports/471822 Log: Mark BROKEN: fails to build conn_pool.cpp:237:63: error: no matching constructor for initialization of 'apache::thrift::transport::TFramedTransport' framedTransport = boost::shared_ptr(new TFramedTransport(socket)); ^ ~~~~~~ Reported by: pkg-fallout Modified: head/net/scribe/Makefile Modified: head/net/scribe/Makefile ============================================================================== --- head/net/scribe/Makefile Tue Jun 5 21:04:45 2018 (r471821) +++ head/net/scribe/Makefile Tue Jun 5 21:10:02 2018 (r471822) @@ -11,6 +11,8 @@ COMMENT= Aggregating log data streamed in real time LICENSE= APACHE20 +BROKEN= fails to build + BUILD_DEPENDS= fb303>0:devel/fb303 \ thrift:devel/thrift LIB_DEPENDS= libboost_system.so:devel/boost-libs \ From owner-svn-ports-all@freebsd.org Tue Jun 5 21:11:21 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C376AFF71AC; Tue, 5 Jun 2018 21:11:21 +0000 (UTC) (envelope-from tcberner@gmail.com) Received: from mail-qt0-f182.google.com (mail-qt0-f182.google.com [209.85.216.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6348F73160; Tue, 5 Jun 2018 21:11:21 +0000 (UTC) (envelope-from tcberner@gmail.com) Received: by mail-qt0-f182.google.com with SMTP id s9-v6so4107514qtg.2; Tue, 05 Jun 2018 14:11:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=bLs+sp8Rlmn5GQMqUPLpbp/Uo/lcYnTLVzleXdRwlnU=; b=YvKXnX5P43HnGaAX97GMlvcZsM26o6mLHy9MfVveHCAC5+uipISPvN0SLLbnAlZ9W7 QF1LT+OCQYnsAmkOb5H7XHWRFDPWSXWQH/GPJ7Klr03oxrM+WUMOHkCocAn++mqF8Q4h VWo/BQstaPvvfby/p1w4aUPL2WOMou8Nj4y3+dAtUr/3rk5zJ+mziD/qSu9Qqqv0q9DP kpB4HaWpE240KUPHC8Bq9+xaNZvgeEpXLHznQxfcZNxHbFQQydoe/ErY59JK+GQtRVa7 guXKE/kBvNWGudFLs8IB6XV+BmeYvRt2Q5mKXK8MXLWyVK+l+pBRioDMxG0S52e1KrPV fYvQ== X-Gm-Message-State: APt69E27h49/xTbYd+H1TxRvSaIK96FIQmHzOQ55JzQS+Xhs+ooqwUqP axGCO0SdjEPnNCJ4CCIb8XO06evM X-Google-Smtp-Source: ADUXVKImTJeHzzWVPNNrW4hH3hVN/huPqZwbclrjTETUZFp6IjCmN/bXh/3WbMo1YCqCaTxDwCqRyg== X-Received: by 2002:ac8:24d4:: with SMTP id t20-v6mr323731qtt.30.1528233075254; Tue, 05 Jun 2018 14:11:15 -0700 (PDT) Received: from mail-qt0-f178.google.com (mail-qt0-f178.google.com. [209.85.216.178]) by smtp.gmail.com with ESMTPSA id v56-v6sm10617144qtv.50.2018.06.05.14.11.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 05 Jun 2018 14:11:15 -0700 (PDT) Received: by mail-qt0-f178.google.com with SMTP id p23-v6so4101021qtn.6; Tue, 05 Jun 2018 14:11:14 -0700 (PDT) X-Received: by 2002:ac8:3338:: with SMTP id t53-v6mr294733qta.312.1528233074832; Tue, 05 Jun 2018 14:11:14 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:ac8:4084:0:0:0:0:0 with HTTP; Tue, 5 Jun 2018 14:11:14 -0700 (PDT) In-Reply-To: <20180605202646.yaofq4jiruzpssjj@atuin.in.mat.cc> References: <201806051856.w55IuU1k041525@repo.freebsd.org> <20180605202646.yaofq4jiruzpssjj@atuin.in.mat.cc> From: "Tobias C. Berner" Date: Tue, 5 Jun 2018 23:11:14 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r471788 - head/net/py-urllib3 To: Mathieu Arnold Cc: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 21:11:22 -0000 My guess is [1] needs to be added to www/py-requests mfg Tobias [1] https://github.com/requests/requests/commit/ac944b7439009ffbf7a10dfee35202f1ac090e76 On 5 June 2018 at 22:26, Mathieu Arnold wrote: > On Tue, Jun 05, 2018 at 06:56:30PM +0000, Sunpoet Po-Chuan Hsieh wrote: > > Author: sunpoet > > Date: Tue Jun 5 18:56:30 2018 > > New Revision: 471788 > > URL: https://svnweb.freebsd.org/changeset/ports/471788 > > > > Log: > > Update to 1.23 > > This update broke sphinx, so, for example, cmake: > > https://pkg.absolight.fr/data/11amd64-pkgng-default/ > 20180605T211115Z/logs/errors/cmake-3.11.3.log > > Please stop breaking things with your quest to update every port as fast > as you can. > > -- > Mathieu Arnold > From owner-svn-ports-all@freebsd.org Tue Jun 5 21:12:56 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 176D2FF7260; Tue, 5 Jun 2018 21:12:56 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-io0-x244.google.com (mail-io0-x244.google.com [IPv6:2607:f8b0:4001:c06::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9908773368; Tue, 5 Jun 2018 21:12:55 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-io0-x244.google.com with SMTP id s26-v6so5123614ioj.4; Tue, 05 Jun 2018 14:12:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=QInM0TQ8ObPcFk/k1YTClMmQnFvdpMbfeXGnjisjasc=; b=arWz3yF2WyyQvwU8xea0lGIZ9G/vDdyejWbI9Ht1Y0pWX7zuq8Mohaq5JLV5U1THio LbNGuSqezkct5dkPLFRy9HVlKxS6X/ArVE246U9fI0V47jfYXjfRMuecT6aLc4tmZkbI ZsZnACju0/Z0L2+2VuwSy4xGiLBW8tYOPGLk9HIogLHFkSbxOgLPZHsXQycFiae79BOI EYJtFTT/3ks9ihBVM12FhjdpipPN1LjxkxcdwV3k5asCK+yC1/hdcmkCL8t2HCf6Kgh4 NLukc01OgoZ8Ttuu/cK+V+Xr1fJevYY/hSE2ykHLoIEuLsBZLUZH6wMJu/Ulau5qKE2S vjGQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=QInM0TQ8ObPcFk/k1YTClMmQnFvdpMbfeXGnjisjasc=; b=XIttw0Rk+hoKw0uf38fAp+4lSUwTl52e4J6xScVT61EMW6H3NcPFP+OexCfxU+FU0J S3WSKOtmpM3zvScwJEzVd+c99P0gtxPGzhAy8vxvv/JS/J9c2a963tULG3dpWGHQD21a jroxYZgOv4ahTwQ163x4SnmJkc2zGRxKgqhq3wudV2bcUfccFjGZ1bizrAHhQ3NiZYZU bArjJzYRkfNnE5AhUJPnw/nhIf/QNA1kWeIa7BEZRSUuO/5ZcQzBTE0XEs5ol3r6QYzt GPJsvWNIFbAHC/b2101oHOhnBoO+64+k2m2ayvbpylOqFS2fvWK/WyBgavL4OSpTtpSM W49g== X-Gm-Message-State: APt69E3xk9FPdW9ANnwGYcxXM3CD6E/9cYphxUmbY51UoTrquJ/djPeq Z77qfFNZb74yPHuo6Kh9v97o6ktU0LoIHz8dxiQ= X-Google-Smtp-Source: ADUXVKIv/AqVJkE4PSpeEWdO1abCF00MflJc0beX5CYi6r9Zjz7QLvVjLC+eSSXNnw52VjbgcBLPjc30Sw0XJTGlQ7w= X-Received: by 2002:a6b:582:: with SMTP id 124-v6mr313592iof.94.1528233174788; Tue, 05 Jun 2018 14:12:54 -0700 (PDT) MIME-Version: 1.0 Sender: antoine.brodin.freebsd@gmail.com Received: by 2002:a02:384a:0:0:0:0:0 with HTTP; Tue, 5 Jun 2018 14:12:54 -0700 (PDT) In-Reply-To: References: <201806051856.w55IuU1k041525@repo.freebsd.org> <20180605202646.yaofq4jiruzpssjj@atuin.in.mat.cc> From: Antoine Brodin Date: Tue, 5 Jun 2018 23:12:54 +0200 X-Google-Sender-Auth: EI11270-K7FN0wTdRumZMiu5V9Y Message-ID: Subject: Re: svn commit: r471788 - head/net/py-urllib3 To: "Tobias C. Berner" Cc: Mathieu Arnold , Sunpoet Po-Chuan Hsieh , ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 21:12:56 -0000 On Tue, Jun 5, 2018 at 11:11 PM, Tobias C. Berner wrote: > My guess is [1] needs to be added to www/py-requests > > mfg Tobias > > [1] > https://github.com/requests/requests/commit/ac944b7439009ffbf7a10dfee35202f1ac090e76 Not only that, several ports have 1.22 or 1.23 hardcoded. Antoine From owner-svn-ports-all@freebsd.org Tue Jun 5 21:22:41 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA82FFF76A4; Tue, 5 Jun 2018 21:22:41 +0000 (UTC) (envelope-from antoine@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 8CA4C73A02; Tue, 5 Jun 2018 21:22:41 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6DDB821D1E; Tue, 5 Jun 2018 21:22:41 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55LMfC3021840; Tue, 5 Jun 2018 21:22:41 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55LMf0w021839; Tue, 5 Jun 2018 21:22:41 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201806052122.w55LMf0w021839@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 5 Jun 2018 21:22:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471823 - head/sysutils/munin-contrib X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/sysutils/munin-contrib X-SVN-Commit-Revision: 471823 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 21:22:42 -0000 Author: antoine Date: Tue Jun 5 21:22:40 2018 New Revision: 471823 URL: https://svnweb.freebsd.org/changeset/ports/471823 Log: Fix DISTNAME in distinfo Modified: head/sysutils/munin-contrib/distinfo Modified: head/sysutils/munin-contrib/distinfo ============================================================================== --- head/sysutils/munin-contrib/distinfo Tue Jun 5 21:10:02 2018 (r471822) +++ head/sysutils/munin-contrib/distinfo Tue Jun 5 21:22:40 2018 (r471823) @@ -1,5 +1,5 @@ TIMESTAMP = 1528202504 -SHA256 (munin-monitoring-contrib-git.2018-03-30-8e37e480_GH0.tar.gz) = 7d200a72ef41586fac5cf9440d5438053fd861c4292937f3ed610dfb8a38b685 -SIZE (munin-monitoring-contrib-git.2018-03-30-8e37e480_GH0.tar.gz) = 5035331 +SHA256 (munin-monitoring-contrib-git.2018-05-28-8e37e480_GH0.tar.gz) = 7d200a72ef41586fac5cf9440d5438053fd861c4292937f3ed610dfb8a38b685 +SIZE (munin-monitoring-contrib-git.2018-05-28-8e37e480_GH0.tar.gz) = 5035331 SHA256 (shuque-bind9stats-a920ded_GH0.tar.gz) = 633c8580d1c09f7f259bdd9c97675d231464be1194f5ce983161d39129eaad07 SIZE (shuque-bind9stats-a920ded_GH0.tar.gz) = 437443 From owner-svn-ports-all@freebsd.org Tue Jun 5 21:47:55 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB224FF8A13; Tue, 5 Jun 2018 21:47:55 +0000 (UTC) (envelope-from jhale@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 5DF867664F; Tue, 5 Jun 2018 21:47:55 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 4033B22066; Tue, 5 Jun 2018 21:47:55 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55LltKL033360; Tue, 5 Jun 2018 21:47:55 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55Llrke033354; Tue, 5 Jun 2018 21:47:54 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201806052147.w55Llrke033354@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Tue, 5 Jun 2018 21:47:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471824 - in head/finance/kmymoney-kde4: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: in head/finance/kmymoney-kde4: . files X-SVN-Commit-Revision: 471824 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 21:47:55 -0000 Author: jhale Date: Tue Jun 5 21:47:53 2018 New Revision: 471824 URL: https://svnweb.freebsd.org/changeset/ports/471824 Log: Update to 4.8.2 Added: head/finance/kmymoney-kde4/files/patch-kmymoney_plugins_ofximport_CMakeLists.txt (contents, props changed) Deleted: head/finance/kmymoney-kde4/files/patch-kmymoney_dialogs_settings_CMakeLists.txt Modified: head/finance/kmymoney-kde4/Makefile head/finance/kmymoney-kde4/distinfo head/finance/kmymoney-kde4/files/patch-CMakeLists.txt head/finance/kmymoney-kde4/files/patch-kmymoney_CMakeLists.txt head/finance/kmymoney-kde4/pkg-plist Modified: head/finance/kmymoney-kde4/Makefile ============================================================================== --- head/finance/kmymoney-kde4/Makefile Tue Jun 5 21:22:40 2018 (r471823) +++ head/finance/kmymoney-kde4/Makefile Tue Jun 5 21:47:53 2018 (r471824) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= kmymoney -PORTVERSION= 4.8.1.1 -PORTREVISION= 2 +PORTVERSION= 4.8.2 CATEGORIES= finance kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src PKGNAMESUFFIX= -kde4 Modified: head/finance/kmymoney-kde4/distinfo ============================================================================== --- head/finance/kmymoney-kde4/distinfo Tue Jun 5 21:22:40 2018 (r471823) +++ head/finance/kmymoney-kde4/distinfo Tue Jun 5 21:47:53 2018 (r471824) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523493479 -SHA256 (kmymoney-4.8.1.1.tar.xz) = 2b1cbd141d51a3f4147c30c00c7d21022e761d8121f5a206092cf3548f805a34 -SIZE (kmymoney-4.8.1.1.tar.xz) = 20963444 +TIMESTAMP = 1528151455 +SHA256 (kmymoney-4.8.2.tar.xz) = d442273365b6dd852ed2e419cd0784447fdf1a41c632e5567181224d56f53051 +SIZE (kmymoney-4.8.2.tar.xz) = 20883828 Modified: head/finance/kmymoney-kde4/files/patch-CMakeLists.txt ============================================================================== --- head/finance/kmymoney-kde4/files/patch-CMakeLists.txt Tue Jun 5 21:22:40 2018 (r471823) +++ head/finance/kmymoney-kde4/files/patch-CMakeLists.txt Tue Jun 5 21:47:53 2018 (r471824) @@ -1,8 +1,6 @@ Suppress numerous CMake warnings. Upstream has CMP0071 set to OLD behavior in the 5.x version, and build fails if set to NEW. -Allow building with LibAlkimia 7.x - --- CMakeLists.txt.orig 2017-12-23 22:30:29 UTC +++ CMakeLists.txt @@ -9,6 +9,9 @@ set(CMAKE_AUTOMOC TRUE) @@ -15,28 +13,3 @@ Allow building with LibAlkimia 7.x if(POLICY CMP0017) cmake_policy(SET CMP0017 NEW) endif(POLICY CMP0017) -@@ -118,11 +121,19 @@ if(DOXYGEN_FOUND) - endif(DOXYGEN_FOUND) - - find_package(LibAlkimia REQUIRED) --#TODO: remove when LibAlkimia minimum version will be raised --if (NOT LIBALKIMIA_LIBRARIES AND LIBALKIMIA_LIBRARY) -- # LibAlkimia 4.3.2 does not properly define LIBALKIMIA_LIBRARIES -- find_package(GMP REQUIRED) -- set(LIBALKIMIA_LIBRARIES ${GMP_LIBRARIES} ${LIBALKIMIA_LIBRARY} ) -+if("${LibAlkimia_VERSION_MAJOR}" EQUAL 7 OR "${LibAlkimia_VERSION_MAJOR}" GREATER 7) -+ set(LIBALKIMIA_LIBRARIES Alkimia::alkimia) -+else() -+ #TODO: remove when LibAlkimia minimum version will be raised -+ if (NOT "${LIBALKIMIA_LIBRARIES}" AND "${LIBALKIMIA_LIBRARY}") -+ # LibAlkimia 4.3.2 does not properly define LIBALKIMIA_LIBRARIES -+ find_package(GMP REQUIRED) -+ set(LIBALKIMIA_LIBRARIES ${GMP_LIBRARIES} ${LIBALKIMIA_LIBRARY} ) -+ endif() -+endif() -+# make sure LIBALKIMIA_LIBRARIES is set -+if("${LibAlkimia_FOUND}" AND NOT "${LIBALKIMIA_LIBRARIES}") -+ set(LIBALKIMIA_LIBRARIES Alkimia::alkimia) - endif() - # make sure we have the matching version of LibAlkimia (not too new) - if(${LibAlkimia_FOUND}) Modified: head/finance/kmymoney-kde4/files/patch-kmymoney_CMakeLists.txt ============================================================================== --- head/finance/kmymoney-kde4/files/patch-kmymoney_CMakeLists.txt Tue Jun 5 21:22:40 2018 (r471823) +++ head/finance/kmymoney-kde4/files/patch-kmymoney_CMakeLists.txt Tue Jun 5 21:47:53 2018 (r471824) @@ -1,8 +1,8 @@ Don't update XDG mimetypes during build. This is done by the ports framework. ---- kmymoney/CMakeLists.txt.orig 2017-12-23 22:27:53 UTC +--- kmymoney/CMakeLists.txt.orig 2018-05-28 07:59:03 UTC +++ kmymoney/CMakeLists.txt -@@ -114,7 +114,6 @@ install(FILES org.kde.kmymoney.appdata.xml +@@ -111,7 +111,6 @@ install(FILES org.kde.kmymoney.appdata.xml install(FILES x-kmymoney.xml DESTINATION ${XDG_MIME_INSTALL_DIR}) Added: head/finance/kmymoney-kde4/files/patch-kmymoney_plugins_ofximport_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/kmymoney-kde4/files/patch-kmymoney_plugins_ofximport_CMakeLists.txt Tue Jun 5 21:47:53 2018 (r471824) @@ -0,0 +1,16 @@ +kmymoneysettings.h is generated by the kmm_settings target. We need to ensure +that it is built before kmm_ofximport. + +kmymoney/plugins/ofximport/dialogs/kofxdirectconnectdlg.cpp:19:10: fatal error: 'kmymoneysettings.h' file not found + +--- kmymoney/plugins/ofximport/CMakeLists.txt.orig 2018-06-05 11:19:49 UTC ++++ kmymoney/plugins/ofximport/CMakeLists.txt +@@ -28,6 +28,8 @@ target_link_libraries(kmm_ofximport + ${LIBALKIMIA_LIBRARIES} + ${LIBOFX_LIBRARIES}) + ++add_dependencies(kmm_ofximport kmm_settings) ++ + ########### install files ############### + + install(FILES kmm_ofximport.rc Modified: head/finance/kmymoney-kde4/pkg-plist ============================================================================== --- head/finance/kmymoney-kde4/pkg-plist Tue Jun 5 21:22:40 2018 (r471823) +++ head/finance/kmymoney-kde4/pkg-plist Tue Jun 5 21:47:53 2018 (r471824) @@ -103,7 +103,7 @@ lib/kde4/kmm_csvimport.so lib/kde4/kmm_printcheck.so lib/kde4/kmm_reconciliationreport.so %%WEBOOB%%lib/kde4/kmm_weboob.so -lib/kde4/libkonlinetasks_sepa.so +lib/kde4/konlinetasks_sepa.so lib/kde4/payeeidentifier_iban_bic_delegates.so lib/kde4/payeeidentifier_ibanbic_storageplugin.so lib/kde4/payeeidentifier_nationalAccount_ui.so @@ -120,6 +120,7 @@ lib/libkmm_payeeidentifier.so.%%KDE4_GENERIC_LIB_VERSI lib/libkmm_plugin.so lib/libkmm_plugin.so.4 lib/libkmm_plugin.so.%%KDE4_GENERIC_LIB_VERSION%% +lib/libkmm_settings.so lib/libkmm_widgets.so lib/libkmm_widgets.so.4 lib/libkmm_widgets.so.%%KDE4_GENERIC_LIB_VERSION%% @@ -132,8 +133,8 @@ lib/libpayeeidentifier_iban_bic_widgets.so.%%KDE4_GENE lib/libpayeeidentifier_nationalAccount.so lib/libpayeeidentifier_nationalAccount.so.4 lib/libpayeeidentifier_nationalAccount.so.%%KDE4_GENERIC_LIB_VERSION%% +share/appdata/org.kde.kmymoney.appdata.xml share/applications/kde4/org.kde.kmymoney.desktop -share/apps/appdata/org.kde.kmymoney.appdata.xml share/apps/kconf_update/kmymoney.upd share/apps/kmm_csvexport/kmm_csvexport.rc share/apps/kmm_csvimport/kmm_csvimport.rc From owner-svn-ports-all@freebsd.org Tue Jun 5 21:51:56 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68975FF8E8A; Tue, 5 Jun 2018 21:51:56 +0000 (UTC) (envelope-from jhale@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 16C1F76ADF; Tue, 5 Jun 2018 21:51:56 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 EC45422201; Tue, 5 Jun 2018 21:51:55 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55LptGc037221; Tue, 5 Jun 2018 21:51:55 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55LptHi037220; Tue, 5 Jun 2018 21:51:55 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201806052151.w55LptHi037220@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Tue, 5 Jun 2018 21:51:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471825 - in head/finance/kmymoney: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: in head/finance/kmymoney: . files X-SVN-Commit-Revision: 471825 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 21:51:56 -0000 Author: jhale Date: Tue Jun 5 21:51:55 2018 New Revision: 471825 URL: https://svnweb.freebsd.org/changeset/ports/471825 Log: Fix crash when editing or adding new transactions PR: 228752 Submitted by: Peter Obtained from: https://bugs.kde.org/show_bug.cgi?id=392735 Added: head/finance/kmymoney/files/patch-kmymoney_widgets_qwidgetcontainer.cpp (contents, props changed) Deleted: head/finance/kmymoney/files/patch-kmymoney_dialogs_transactioneditor.cpp Modified: head/finance/kmymoney/Makefile Modified: head/finance/kmymoney/Makefile ============================================================================== --- head/finance/kmymoney/Makefile Tue Jun 5 21:47:53 2018 (r471824) +++ head/finance/kmymoney/Makefile Tue Jun 5 21:51:55 2018 (r471825) @@ -2,6 +2,7 @@ PORTNAME= kmymoney PORTVERSION= 5.0.1 +PORTREVISION= 1 CATEGORIES= finance kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src Added: head/finance/kmymoney/files/patch-kmymoney_widgets_qwidgetcontainer.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/kmymoney/files/patch-kmymoney_widgets_qwidgetcontainer.cpp Tue Jun 5 21:51:55 2018 (r471825) @@ -0,0 +1,19 @@ +Fix crash when editing transactions +https://bugs.kde.org/show_bug.cgi?id=392735 + +--- kmymoney/widgets/qwidgetcontainer.cpp.orig 2018-03-18 15:55:30 UTC ++++ kmymoney/widgets/qwidgetcontainer.cpp +@@ -51,9 +51,10 @@ void QWidgetContainer::removeOrphans() + if ((*it_w) && (*it_w)->parent()) + ++it_w; + else { +- delete(*it_w); +- remove(it_w.key()); +- it_w = begin(); ++ QWidget* const w = *it_w; ++ it_w = erase(it_w); ++ if (w) ++ w->deleteLater(); + } + } + } From owner-svn-ports-all@freebsd.org Tue Jun 5 23:41:49 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0C2DFD3494; Tue, 5 Jun 2018 23:41:49 +0000 (UTC) (envelope-from krion@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 72AF27AA5C; Tue, 5 Jun 2018 23:41:49 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 553CB23257; Tue, 5 Jun 2018 23:41:49 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55NfnKB088533; Tue, 5 Jun 2018 23:41:49 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55NfnpT088531; Tue, 5 Jun 2018 23:41:49 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201806052341.w55NfnpT088531@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Tue, 5 Jun 2018 23:41:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471826 - head/sysutils/qtpass X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: head/sysutils/qtpass X-SVN-Commit-Revision: 471826 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 23:41:49 -0000 Author: krion Date: Tue Jun 5 23:41:48 2018 New Revision: 471826 URL: https://svnweb.freebsd.org/changeset/ports/471826 Log: Update to version 1.2.3 PR: 228763 Submitted by: maintainer Modified: head/sysutils/qtpass/Makefile head/sysutils/qtpass/distinfo Modified: head/sysutils/qtpass/Makefile ============================================================================== --- head/sysutils/qtpass/Makefile Tue Jun 5 21:51:55 2018 (r471825) +++ head/sysutils/qtpass/Makefile Tue Jun 5 23:41:48 2018 (r471826) @@ -2,7 +2,7 @@ PORTNAME= qtpass DISTVERSIONPREFIX= v -DISTVERSION= 1.2.1 +DISTVERSION= 1.2.3 CATEGORIES= sysutils MAINTAINER= brouwer@annejan.com @@ -21,8 +21,7 @@ USE_QT5= core gui network testlib widgets buildtools_b USE_GL= gl PLIST_FILES= bin/qtpass \ - share/pixmaps/qtpass.png \ - ${QT_TESTDIR}/qtpass/util/tst_util + share/pixmaps/qtpass.png # Create a desktop entry for the port. DESKTOP_ENTRIES= "QtPass" "" \ Modified: head/sysutils/qtpass/distinfo ============================================================================== --- head/sysutils/qtpass/distinfo Tue Jun 5 21:51:55 2018 (r471825) +++ head/sysutils/qtpass/distinfo Tue Jun 5 23:41:48 2018 (r471826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519186964 -SHA256 (IJhack-QtPass-v1.2.1_GH0.tar.gz) = f2aa1a54ed273546aab8933e560218b7b59f7f07000d93c018ec8d6ccdedcd5d -SIZE (IJhack-QtPass-v1.2.1_GH0.tar.gz) = 361147 +TIMESTAMP = 1528241916 +SHA256 (IJhack-QtPass-v1.2.3_GH0.tar.gz) = 658b632bb06e9ad63d5076aace5fe0e57a0f7f20e0aafdfb64f86a25bdadbb07 +SIZE (IJhack-QtPass-v1.2.3_GH0.tar.gz) = 369412 From owner-svn-ports-all@freebsd.org Wed Jun 6 05:30:59 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DEEAEFE234B; Wed, 6 Jun 2018 05:30:58 +0000 (UTC) (envelope-from pi@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 8DF9784692; Wed, 6 Jun 2018 05:30:58 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6F26926972; Wed, 6 Jun 2018 05:30:58 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w565Uw0L063812; Wed, 6 Jun 2018 05:30:58 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w565UvAS063809; Wed, 6 Jun 2018 05:30:57 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201806060530.w565UvAS063809@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 6 Jun 2018 05:30:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471827 - head/security/clamtk X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/security/clamtk X-SVN-Commit-Revision: 471827 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 05:30:59 -0000 Author: pi Date: Wed Jun 6 05:30:57 2018 New Revision: 471827 URL: https://svnweb.freebsd.org/changeset/ports/471827 Log: security/clamtk: update 4.45 -> 5.25 - new MASTER_SITE - fix dependencies - update WWW PR: 193908 Submitted by: pi, w.schwarzenfeld@utanet.at, dvwerks@cox.net Reported by: nikos60@hushmail.com Approved by: tj (maintainer timeout) Modified: head/security/clamtk/Makefile head/security/clamtk/distinfo head/security/clamtk/pkg-descr head/security/clamtk/pkg-plist Modified: head/security/clamtk/Makefile ============================================================================== --- head/security/clamtk/Makefile Tue Jun 5 23:41:48 2018 (r471826) +++ head/security/clamtk/Makefile Wed Jun 6 05:30:57 2018 (r471827) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= clamtk -PORTVERSION= 4.45 -PORTREVISION= 4 +PORTVERSION= 5.25 +DISTVERSIONPREFIX=v CATEGORIES= security -MASTER_SITES= SF/${PORTNAME}/ClamTk/${PORTVERSION} MAINTAINER= tj@FreeBSD.org COMMENT= GTK front-end for Clam Antivirus @@ -18,14 +17,22 @@ RUN_DEPENDS= p5-Config-Tiny>=2.12:devel/p5-Config-Tiny p5-File-Find-Rule>=0.30:devel/p5-File-Find-Rule \ p5-Locale-gettext>=1.05:devel/p5-Locale-gettext \ p5-Net-DNS>=0.65:dns/p5-Net-DNS \ + p5-Text-CSV>=0:textproc/p5-Text-CSV \ + p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \ + p5-JSON>=0:converters/p5-JSON \ clamscan:security/clamav \ p5-libwww>=5.822:www/p5-libwww \ zenity:x11/zenity \ - p5-Gtk2>=1.144:x11-toolkits/p5-Gtk2 + p5-Gtk2>=1.144:x11-toolkits/p5-Gtk2 \ + gnome-icon-theme>=0:misc/gnome-icon-theme \ + icons-tango>0:x11-themes/icons-tango NO_BUILD= yes USES= gettext-runtime:run perl5 shebangfix USE_PERL5= run +USE_GITHUB= yes +GH_ACCOUNT= dave-theunsub +GH_TAGNAME= 4c1839a SHEBANG_FILES= clamtk LINGUAS= `${LS} ${WRKSRC}/po/*.mo | ${XARGS} ${BASENAME} -s .mo` @@ -49,16 +56,10 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/images/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps ${INSTALL_DATA} ${WRKSRC}/images/${PORTNAME}.xpm ${STAGEDIR}${PREFIX}/share/pixmaps - ${INSTALL_DATA} ${WRKSRC}/images/${PORTNAME}-loader.gif ${STAGEDIR}${PREFIX}/share/pixmaps - for l in ${LINGUAS}; do \ - ${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/$${l}/LC_MESSAGES; \ - ${INSTALL_DATA} ${WRKSRC}/po/$${l}.mo \ - ${STAGEDIR}${PREFIX}/share/locale/$${l}/LC_MESSAGES/${PORTNAME}.mo; \ - done do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for file in CHANGES DISCLAIMER README + ${MKDIR} ${STAGEDIR}${DOCSDIR} +.for file in CHANGES DISCLAIMER README.md ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor Modified: head/security/clamtk/distinfo ============================================================================== --- head/security/clamtk/distinfo Tue Jun 5 23:41:48 2018 (r471826) +++ head/security/clamtk/distinfo Wed Jun 6 05:30:57 2018 (r471827) @@ -1,2 +1,3 @@ -SHA256 (clamtk-4.45.tar.gz) = 6bd43a8b50bc203cb3b88ea6dd41a7aac5806ce1de7804391830a3c7793454e5 -SIZE (clamtk-4.45.tar.gz) = 550938 +TIMESTAMP = 1528187208 +SHA256 (dave-theunsub-clamtk-v5.25-4c1839a_GH0.tar.gz) = 6bebd454e3d9944dd0adce05939b5d48353b26f207d7ec9f07f104eb5be319e3 +SIZE (dave-theunsub-clamtk-v5.25-4c1839a_GH0.tar.gz) = 87411 Modified: head/security/clamtk/pkg-descr ============================================================================== --- head/security/clamtk/pkg-descr Tue Jun 5 23:41:48 2018 (r471826) +++ head/security/clamtk/pkg-descr Wed Jun 6 05:30:57 2018 (r471827) @@ -1,4 +1,4 @@ ClamTk is a GUI front-end for ClamAV using gtk2-perl. It is designed to be an easy-to-use frontend for Unix systems. -WWW: http://clamtk.sourceforge.net/ +WWW: https://dave-theunsub.github.io/clamtk/ Modified: head/security/clamtk/pkg-plist ============================================================================== --- head/security/clamtk/pkg-plist Tue Jun 5 23:41:48 2018 (r471826) +++ head/security/clamtk/pkg-plist Wed Jun 6 05:30:57 2018 (r471827) @@ -1,64 +1,24 @@ bin/clamtk man/man1/clamtk.1.gz +%%SITE_PERL%%/ClamTk/Analysis.pm %%SITE_PERL%%/ClamTk/App.pm -%%SITE_PERL%%/ClamTk/Device.pm +%%SITE_PERL%%/ClamTk/Assistant.pm %%SITE_PERL%%/ClamTk/GUI.pm +%%SITE_PERL%%/ClamTk/History.pm +%%SITE_PERL%%/ClamTk/Network.pm %%SITE_PERL%%/ClamTk/Prefs.pm -%%SITE_PERL%%/ClamTk/Schedule.pm -%%SITE_PERL%%/ClamTk/Submit.pm +%%SITE_PERL%%/ClamTk/Quarantine.pm %%SITE_PERL%%/ClamTk/Results.pm +%%SITE_PERL%%/ClamTk/Scan.pm +%%SITE_PERL%%/ClamTk/Schedule.pm +%%SITE_PERL%%/ClamTk/Settings.pm +%%SITE_PERL%%/ClamTk/Shortcuts.pm +%%SITE_PERL%%/ClamTk/Startup.pm %%SITE_PERL%%/ClamTk/Update.pm +%%SITE_PERL%%/ClamTk/Whitelist.pm share/applications/clamtk.desktop %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/DISCLAIMER -%%PORTDOCS%%%%DOCSDIR%%/README -share/locale/af/LC_MESSAGES/clamtk.mo -share/locale/ar/LC_MESSAGES/clamtk.mo -share/locale/ast/LC_MESSAGES/clamtk.mo -share/locale/bg/LC_MESSAGES/clamtk.mo -share/locale/bs/LC_MESSAGES/clamtk.mo -share/locale/ca/LC_MESSAGES/clamtk.mo -share/locale/cs/LC_MESSAGES/clamtk.mo -share/locale/da/LC_MESSAGES/clamtk.mo -share/locale/de/LC_MESSAGES/clamtk.mo -share/locale/el_GR/LC_MESSAGES/clamtk.mo -share/locale/en_GB/LC_MESSAGES/clamtk.mo -share/locale/es/LC_MESSAGES/clamtk.mo -share/locale/eu/LC_MESSAGES/clamtk.mo -share/locale/fi/LC_MESSAGES/clamtk.mo -share/locale/fo/LC_MESSAGES/clamtk.mo -share/locale/fr/LC_MESSAGES/clamtk.mo -share/locale/gl/LC_MESSAGES/clamtk.mo -share/locale/he/LC_MESSAGES/clamtk.mo -share/locale/hr/LC_MESSAGES/clamtk.mo -share/locale/hu/LC_MESSAGES/clamtk.mo -share/locale/id/LC_MESSAGES/clamtk.mo -share/locale/it/LC_MESSAGES/clamtk.mo -share/locale/ja/LC_MESSAGES/clamtk.mo -share/locale/ko/LC_MESSAGES/clamtk.mo -share/locale/lt/LC_MESSAGES/clamtk.mo -share/locale/mr/LC_MESSAGES/clamtk.mo -share/locale/ms/LC_MESSAGES/clamtk.mo -share/locale/nb/LC_MESSAGES/clamtk.mo -share/locale/nl/LC_MESSAGES/clamtk.mo -share/locale/nl_BE/LC_MESSAGES/clamtk.mo -share/locale/nn/LC_MESSAGES/clamtk.mo -share/locale/pl/LC_MESSAGES/clamtk.mo -share/locale/pt/LC_MESSAGES/clamtk.mo -share/locale/pt_BR/LC_MESSAGES/clamtk.mo -share/locale/ro/LC_MESSAGES/clamtk.mo -share/locale/ru/LC_MESSAGES/clamtk.mo -share/locale/sk/LC_MESSAGES/clamtk.mo -share/locale/sl/LC_MESSAGES/clamtk.mo -share/locale/sv/LC_MESSAGES/clamtk.mo -share/locale/te/LC_MESSAGES/clamtk.mo -share/locale/th/LC_MESSAGES/clamtk.mo -share/locale/tr/LC_MESSAGES/clamtk.mo -share/locale/ug/LC_MESSAGES/clamtk.mo -share/locale/uk/LC_MESSAGES/clamtk.mo -share/locale/uz/LC_MESSAGES/clamtk.mo -share/locale/zh_CN/LC_MESSAGES/clamtk.mo -share/locale/zh_TW/LC_MESSAGES/clamtk.mo +%%PORTDOCS%%%%DOCSDIR%%/README.md share/pixmaps/clamtk.png share/pixmaps/clamtk.xpm -share/pixmaps/clamtk-loader.gif From owner-svn-ports-all@freebsd.org Wed Jun 6 07:29:57 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4F49FEA6C5; Wed, 6 Jun 2018 07:29:57 +0000 (UTC) (envelope-from miwi.fbsd@gmail.com) Received: from mail-ot0-x22b.google.com (mail-ot0-x22b.google.com [IPv6:2607:f8b0:4003:c0f::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4851C68511; Wed, 6 Jun 2018 07:29:57 +0000 (UTC) (envelope-from miwi.fbsd@gmail.com) Received: by mail-ot0-x22b.google.com with SMTP id i5-v6so6007146otf.1; Wed, 06 Jun 2018 00:29:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=XA9wX3tm5fuvG/NONTopfTuJHjkAfUn0JMZoPyucTWY=; b=RTBF3aMQImSLxM9oeLXa97MT+tKOhws0w1/nPcD61YPjDadzOLx8azVu8fzewCiXuP mJgLf75fQrq29775pHZmq1WA7tF8bQxFdBsS9j2vMuk5BM9jmleFD1nX/zsk9zFeRKw6 B+OhYGbKOx4WrStk28xLEstLW4T2C4r59tdTUkz65qThtTr55vY0eQt/4FLbuRLImfIP tCkSbOU0+luIbJqBjgnGCz4lvnfBJyJIAGVIqULUussKPYXJkG21zb9lITjtINegFeBV rfPwcDKs0/vZlV44CgfdsE99/9QQxRjcWw4ZS65CE4QhvtPr/OLW7UlHyaYhBdUOXsQh fslw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:mime-version:subject:from:in-reply-to :date:cc:content-transfer-encoding:message-id:references:to; bh=XA9wX3tm5fuvG/NONTopfTuJHjkAfUn0JMZoPyucTWY=; b=qnSnMYu9W8MKkxFFbOLy6+weIPtxuDvH1niA6MEyZJrrkTe+9s1mJSvK+0I0A+K7X9 yg5UDP4WbCNSFK4eYafR5UPbRDDvpyyWlq0tb78CTkb1KL+knyG0HX2ZscXlynk9UMmZ INgLWExi/VEVPOlu1yaPNr3jOaOAWcXp6gQI0MDMeDEOmAzqoeRm9Xjb8PWzLC8E8ZTB SKXTBIKm6711DgerBxwgu4/fP605Wi+Tp9cj/VMZwo8lG6z6F90O5jTZ9sm9b2peBNP/ xYme576tIycte3sgZMraicp5zlg2yxVHeVWCcBfo6iSR63Oqz4+irEtztwGTRDWl0D8S bo9Q== X-Gm-Message-State: APt69E1fwtWPRIhcGAeMSIdrJow7d1AGFjuQ+bl4/bLiBM6a+3vUGNRS uDe6oO0z7XKN2CD07B8tixc9fQt9 X-Google-Smtp-Source: ADUXVKJ+XK+HD2WFhHSvzAnm/4hllafqYfxGSAKbUf6w09qsxXDStxxIDP3B23tmfA5jNSC+KHHC6A== X-Received: by 2002:a9d:357d:: with SMTP id l58-v6mr1136309ote.343.1528270195906; Wed, 06 Jun 2018 00:29:55 -0700 (PDT) Received: from [192.168.1.107] ([175.139.247.0]) by smtp.gmail.com with ESMTPSA id f14-v6sm3146269ote.53.2018.06.06.00.29.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 06 Jun 2018 00:29:54 -0700 (PDT) Sender: Martin Wilke Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 11.4 \(3445.8.2\)) Subject: Re: svn commit: r471800 - head/science/szip From: Martin Wilke In-Reply-To: <201806051901.w55J181J043853@repo.freebsd.org> Date: Wed, 6 Jun 2018 15:29:48 +0800 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <619A4122-E2A8-482A-A285-DFA8C3CA5930@FreeBSD.org> References: <201806051901.w55J181J043853@repo.freebsd.org> To: Sunpoet Po-Chuan Hsieh X-Mailer: Apple Mail (2.3445.8.2) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 07:29:57 -0000 Hi, With this change we are not able to release editors/libreoffice packages = anymore, any idea how we can solve that except putting disable license to the make.conf? Thanks,=20 - Martin > On 6 Jun 2018, at 3:01 AM, Sunpoet Po-Chuan Hsieh = wrote: >=20 > Author: sunpoet > Date: Tue Jun 5 19:01:08 2018 > New Revision: 471800 > URL: https://svnweb.freebsd.org/changeset/ports/471800 >=20 > Log: > Add LICENSE >=20 > PR: 228743 > Submitted by: amdmi3 >=20 > Modified: > head/science/szip/Makefile >=20 > Modified: head/science/szip/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/science/szip/Makefile Tue Jun 5 18:57:28 2018 = (r471799) > +++ head/science/szip/Makefile Tue Jun 5 19:01:08 2018 = (r471800) > @@ -16,6 +16,11 @@ EXTRACT_ONLY=3D ${DISTNAME}${EXTRACT_SUFX} > MAINTAINER=3D sunpoet@FreeBSD.org > COMMENT=3D Lossless compression library for scientific data >=20 > +LICENSE=3D SZIP > +LICENSE_NAME=3D SZIP License > +LICENSE_FILE=3D ${WRKSRC}/COPYING > +LICENSE_PERMS=3D dist-mirror no-dist-sell pkg-mirror no-pkg-sell = no-auto-accept > + > CONFLICTS_INSTALL=3D libaec >=20 > OPTIONS_DEFINE=3D DOCS > @@ -30,7 +35,7 @@ USES=3D libtool > PORTDOCS=3D Release_notes_2_0.pdf >=20 > post-install-DOCS-on: > - ${MKDIR} ${STAGEDIR}${DOCSDIR}/ > + @${MKDIR} ${STAGEDIR}${DOCSDIR}/ > ${INSTALL_DATA} ${DISTDIR}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ >=20 > .include >=20 From owner-svn-ports-all@freebsd.org Wed Jun 6 08:34:27 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26898FED287; Wed, 6 Jun 2018 08:34:27 +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 CB6A96AAF1; Wed, 6 Jun 2018 08:34:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AC70B799; Wed, 6 Jun 2018 08:34:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w568YQV7058505; Wed, 6 Jun 2018 08:34:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w568YQEq058504; Wed, 6 Jun 2018 08:34:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201806060834.w568YQEq058504@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 6 Jun 2018 08:34:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471828 - head/lang/spidermonkey185 X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/lang/spidermonkey185 X-SVN-Commit-Revision: 471828 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 08:34:27 -0000 Author: amdmi3 Date: Wed Jun 6 08:34:26 2018 New Revision: 471828 URL: https://svnweb.freebsd.org/changeset/ports/471828 Log: - Switch to new test framework Approved by: portmgr blanket Modified: head/lang/spidermonkey185/Makefile Modified: head/lang/spidermonkey185/Makefile ============================================================================== --- head/lang/spidermonkey185/Makefile Wed Jun 6 05:30:57 2018 (r471827) +++ head/lang/spidermonkey185/Makefile Wed Jun 6 08:34:26 2018 (r471828) @@ -110,7 +110,7 @@ PLIST_SUB+= SPARC="@comment " pre-configure: (cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf-2.13) -regression-test: build +do-test: @${ECHO_MSG} -n "===> Running jstests.py: " @cd ${WRKSRC} && ${SETENV} TZ=PST8PDT ${PYTHON_CMD} tests/jstests.py \ --no-progress --worker-count=${MAKE_JOBS_NUMBER} ./js From owner-svn-ports-all@freebsd.org Wed Jun 6 09:04:27 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E14EFEDEB2; Wed, 6 Jun 2018 09:04:27 +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 BA8D66B80E; Wed, 6 Jun 2018 09:04:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 97A98C55; Wed, 6 Jun 2018 09:04:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5694Q3x073624; Wed, 6 Jun 2018 09:04:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5694QDI073623; Wed, 6 Jun 2018 09:04:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201806060904.w5694QDI073623@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 6 Jun 2018 09:04:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471829 - head/devel/p5-Class-Trigger X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/p5-Class-Trigger X-SVN-Commit-Revision: 471829 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 09:04:27 -0000 Author: amdmi3 Date: Wed Jun 6 09:04:25 2018 New Revision: 471829 URL: https://svnweb.freebsd.org/changeset/ports/471829 Log: - Add LICENSE - Add NO_ARCH Approved by: portmgr blanket Modified: head/devel/p5-Class-Trigger/Makefile Modified: head/devel/p5-Class-Trigger/Makefile ============================================================================== --- head/devel/p5-Class-Trigger/Makefile Wed Jun 6 08:34:26 2018 (r471828) +++ head/devel/p5-Class-Trigger/Makefile Wed Jun 6 09:04:25 2018 (r471829) @@ -11,9 +11,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Mixin to add / call inheritable triggers +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + RUN_DEPENDS= p5-IO-stringy>=0:devel/p5-IO-stringy USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include From owner-svn-ports-all@freebsd.org Wed Jun 6 09:34:26 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCE37FEE994; Wed, 6 Jun 2018 09:34:26 +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 69D7B6C73F; Wed, 6 Jun 2018 09:34:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 47C281102; Wed, 6 Jun 2018 09:34:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w569YQYi088732; Wed, 6 Jun 2018 09:34:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w569YPfA088730; Wed, 6 Jun 2018 09:34:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201806060934.w569YPfA088730@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 6 Jun 2018 09:34:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471830 - head/net/xisp X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/net/xisp X-SVN-Commit-Revision: 471830 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 09:34:26 -0000 Author: amdmi3 Date: Wed Jun 6 09:34:25 2018 New Revision: 471830 URL: https://svnweb.freebsd.org/changeset/ports/471830 Log: - Add LICENSE - Add missing dependency - Update WWW Approved by: portmgr blanket Modified: head/net/xisp/Makefile head/net/xisp/pkg-descr Modified: head/net/xisp/Makefile ============================================================================== --- head/net/xisp/Makefile Wed Jun 6 09:04:25 2018 (r471829) +++ head/net/xisp/Makefile Wed Jun 6 09:34:25 2018 (r471830) @@ -12,10 +12,13 @@ PATCH_SITES= http://www.ml-search.com/xisp/distfiles/ MAINTAINER= tm@onepost.net COMMENT= User-friendly X interface to pppd/chat +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libforms.so:x11-toolkits/xforms USES= alias ssl -USE_XORG= xpm +USE_XORG= x11 xpm CFLAGS+= -DUSE_OPENSSL -I${OPENSSLINC} MAKE_ENV+= CCFLAGS="${CFLAGS}" Modified: head/net/xisp/pkg-descr ============================================================================== --- head/net/xisp/pkg-descr Wed Jun 6 09:04:25 2018 (r471829) +++ head/net/xisp/pkg-descr Wed Jun 6 09:34:25 2018 (r471830) @@ -6,4 +6,4 @@ general enhances the user's feeling of "what's going o if he/she is not all that well acquainted with the intricacies of system log files. Xisp also has means to track your phonecosts. -WWW: http://xisp.hellug.gr/ +WWW: https://xisp.hellug.gr/ From owner-svn-ports-all@freebsd.org Wed Jun 6 10:31:32 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85E50FEFEBD; Wed, 6 Jun 2018 10:31:32 +0000 (UTC) (envelope-from mat@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 348386E0CD; Wed, 6 Jun 2018 10:31:32 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 168611A4A; Wed, 6 Jun 2018 10:31:32 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w56AVVeN016725; Wed, 6 Jun 2018 10:31:31 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w56AVVu8016720; Wed, 6 Jun 2018 10:31:31 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201806061031.w56AVVu8016720@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 6 Jun 2018 10:31:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471831 - in head/dns: bind9-devel bind911 bind912 bind913 X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/dns: bind9-devel bind911 bind912 bind913 X-SVN-Commit-Revision: 471831 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 10:31:32 -0000 Author: mat Date: Wed Jun 6 10:31:30 2018 New Revision: 471831 URL: https://svnweb.freebsd.org/changeset/ports/471831 Log: Move things around a bit to be more handbook compliant. Sponsored by: Absolight Modified: head/dns/bind9-devel/Makefile (contents, props changed) head/dns/bind911/Makefile (contents, props changed) head/dns/bind912/Makefile (contents, props changed) head/dns/bind913/Makefile (contents, props changed) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Wed Jun 6 09:34:25 2018 (r471830) +++ head/dns/bind9-devel/Makefile Wed Jun 6 10:31:30 2018 (r471831) @@ -35,6 +35,10 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT BROKEN_powerpc64= fails to link: /usr/bin/ld: cannot find -latomic +LIB_DEPENDS= libxml2.so:textproc/libxml2 + +# XXX: remove tar:bz2 +USES= cpe libedit ssl tar:bz2 # ISC releases things like 9.8.0-P1, which our versioning doesn't like ISCVERSION= 9.13.0a0.2018.06.03 # XXX: Remove gitlab @@ -44,17 +48,12 @@ GL_ACCOUNT= isc-projects GL_PROJECT= bind9 GL_COMMIT= 193cc42b442996685caa94ec8aec914ecf6d3357 -# XXX: remove tar:bz2 -USES= cpe libedit ssl tar:bz2 - CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} .if ${ISCVERSION:M*-*} CPE_UPDATE= ${ISCVERSION:C/.*-//:tl} .endif -LIB_DEPENDS= libxml2.so:textproc/libxml2 - GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ --disable-symtable \ @@ -168,15 +167,15 @@ GOST_ASN1_CONFIGURE_ON= --with-gost=asn1 GOST_CONFIGURE_ON= --with-gost -GSSAPI_BASE_CONFIGURE_ON= \ +GSSAPI_BASE_CONFIGURE_ON=\ --with-gssapi=${GSSAPIBASEDIR} KRB5CONFIG="${KRB5CONFIG}" GSSAPI_BASE_USES= gssapi -GSSAPI_HEIMDAL_CONFIGURE_ON= \ +GSSAPI_HEIMDAL_CONFIGURE_ON=\ --with-gssapi=${GSSAPIBASEDIR} KRB5CONFIG="${KRB5CONFIG}" GSSAPI_HEIMDAL_USES= gssapi:heimdal -GSSAPI_MIT_CONFIGURE_ON= \ +GSSAPI_MIT_CONFIGURE_ON=\ --with-gssapi=${GSSAPIBASEDIR} KRB5CONFIG="${KRB5CONFIG}" GSSAPI_MIT_USES= gssapi:mit @@ -214,7 +213,6 @@ RPZ_NSDNAME_CONFIGURE_ENABLE= rpz-nsdname RPZ_NSIP_CONFIGURE_ENABLE= rpz-nsip SIGCHASE_CONFIGURE_ON= STD_CDEFINES="-DDIG_SIGCHASE=1" - START_LATE_SUB_LIST= NAMED_REQUIRE="SERVERS cleanvar" \ NAMED_BEFORE="LOGIN" Modified: head/dns/bind911/Makefile ============================================================================== --- head/dns/bind911/Makefile Wed Jun 6 09:34:25 2018 (r471830) +++ head/dns/bind911/Makefile Wed Jun 6 10:31:30 2018 (r471831) @@ -15,19 +15,19 @@ COMMENT= BIND DNS suite with updated DNSSEC and DNS64 LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYRIGHT -# ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.11.3 +LIB_DEPENDS= libxml2.so:textproc/libxml2 USES= cpe libedit +# ISC releases things like 9.8.0-P1, which our versioning doesn't like +ISCVERSION= 9.11.3 + CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} .if ${ISCVERSION:M*-*} CPE_UPDATE= ${ISCVERSION:C/.*-//:tl} .endif -LIB_DEPENDS= libxml2.so:textproc/libxml2 - GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ --disable-symtable \ @@ -135,15 +135,15 @@ GOST_ASN1_CONFIGURE_ON= --with-gost=asn1 GOST_CONFIGURE_ON= --with-gost -GSSAPI_BASE_CONFIGURE_ON= \ +GSSAPI_BASE_CONFIGURE_ON=\ --with-gssapi=${GSSAPIBASEDIR} KRB5CONFIG="${KRB5CONFIG}" GSSAPI_BASE_USES= gssapi -GSSAPI_HEIMDAL_CONFIGURE_ON= \ +GSSAPI_HEIMDAL_CONFIGURE_ON=\ --with-gssapi=${GSSAPIBASEDIR} KRB5CONFIG="${KRB5CONFIG}" GSSAPI_HEIMDAL_USES= gssapi:heimdal -GSSAPI_MIT_CONFIGURE_ON= \ +GSSAPI_MIT_CONFIGURE_ON=\ --with-gssapi=${GSSAPIBASEDIR} KRB5CONFIG="${KRB5CONFIG}" GSSAPI_MIT_USES= gssapi:mit Modified: head/dns/bind912/Makefile ============================================================================== --- head/dns/bind912/Makefile Wed Jun 6 09:34:25 2018 (r471830) +++ head/dns/bind912/Makefile Wed Jun 6 10:31:30 2018 (r471831) @@ -31,19 +31,18 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT BROKEN_powerpc64= fails to link: /usr/bin/ld: cannot find -latomic +LIB_DEPENDS= libxml2.so:textproc/libxml2 + +USES= cpe libedit # ISC releases things like 9.8.0-P1, which our versioning doesn't like ISCVERSION= 9.12.1-P2 -USES= cpe libedit - CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} .if ${ISCVERSION:M*-*} CPE_UPDATE= ${ISCVERSION:C/.*-//:tl} .endif -LIB_DEPENDS= libxml2.so:textproc/libxml2 - GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ --disable-symtable \ @@ -155,15 +154,15 @@ GOST_ASN1_CONFIGURE_ON= --with-gost=asn1 GOST_CONFIGURE_ON= --with-gost -GSSAPI_BASE_CONFIGURE_ON= \ +GSSAPI_BASE_CONFIGURE_ON=\ --with-gssapi=${GSSAPIBASEDIR} KRB5CONFIG="${KRB5CONFIG}" GSSAPI_BASE_USES= gssapi -GSSAPI_HEIMDAL_CONFIGURE_ON= \ +GSSAPI_HEIMDAL_CONFIGURE_ON=\ --with-gssapi=${GSSAPIBASEDIR} KRB5CONFIG="${KRB5CONFIG}" GSSAPI_HEIMDAL_USES= gssapi:heimdal -GSSAPI_MIT_CONFIGURE_ON= \ +GSSAPI_MIT_CONFIGURE_ON=\ --with-gssapi=${GSSAPIBASEDIR} KRB5CONFIG="${KRB5CONFIG}" GSSAPI_MIT_USES= gssapi:mit Modified: head/dns/bind913/Makefile ============================================================================== --- head/dns/bind913/Makefile Wed Jun 6 09:34:25 2018 (r471830) +++ head/dns/bind913/Makefile Wed Jun 6 10:31:30 2018 (r471831) @@ -29,9 +29,11 @@ COMMENT= BIND DNS suite with updated DNSSEC and DNS64 LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYRIGHT +LIB_DEPENDS= libxml2.so:textproc/libxml2 + +USES= cpe libedit ssl # ISC releases things like 9.8.0-P1, which our versioning doesn't like ISCVERSION= 9.13.0 -USES= cpe libedit ssl CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} @@ -39,8 +41,6 @@ CPE_VERSION= ${ISCVERSION:C/-.*//} CPE_UPDATE= ${ISCVERSION:C/.*-//:tl} .endif -LIB_DEPENDS= libxml2.so:textproc/libxml2 - GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ --disable-symtable \ @@ -152,15 +152,15 @@ GOST_ASN1_CONFIGURE_ON= --with-gost=asn1 GOST_CONFIGURE_ON= --with-gost -GSSAPI_BASE_CONFIGURE_ON= \ +GSSAPI_BASE_CONFIGURE_ON=\ --with-gssapi=${GSSAPIBASEDIR} KRB5CONFIG="${KRB5CONFIG}" GSSAPI_BASE_USES= gssapi -GSSAPI_HEIMDAL_CONFIGURE_ON= \ +GSSAPI_HEIMDAL_CONFIGURE_ON=\ --with-gssapi=${GSSAPIBASEDIR} KRB5CONFIG="${KRB5CONFIG}" GSSAPI_HEIMDAL_USES= gssapi:heimdal -GSSAPI_MIT_CONFIGURE_ON= \ +GSSAPI_MIT_CONFIGURE_ON=\ --with-gssapi=${GSSAPIBASEDIR} KRB5CONFIG="${KRB5CONFIG}" GSSAPI_MIT_USES= gssapi:mit @@ -198,7 +198,6 @@ RPZ_NSDNAME_CONFIGURE_ENABLE= rpz-nsdname RPZ_NSIP_CONFIGURE_ENABLE= rpz-nsip SIGCHASE_CONFIGURE_ON= STD_CDEFINES="-DDIG_SIGCHASE=1" - START_LATE_SUB_LIST= NAMED_REQUIRE="SERVERS cleanvar" \ NAMED_BEFORE="LOGIN" From owner-svn-ports-all@freebsd.org Wed Jun 6 10:53:31 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 123D3FF0EA6; Wed, 6 Jun 2018 10:53:31 +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 A8F5D6EE4F; Wed, 6 Jun 2018 10:53:30 +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 85A1D1E0C; Wed, 6 Jun 2018 10:53:30 +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 w56ArUt3028610; Wed, 6 Jun 2018 10:53:30 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w56ArUZ5028607; Wed, 6 Jun 2018 10:53:30 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201806061053.w56ArUZ5028607@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 6 Jun 2018 10:53:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471832 - head/lang/sdcc X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: head/lang/sdcc X-SVN-Commit-Revision: 471832 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 10:53:31 -0000 Author: tijl Date: Wed Jun 6 10:53:29 2018 New Revision: 471832 URL: https://svnweb.freebsd.org/changeset/ports/471832 Log: Update to 3.7.0 and drop maintainership. Modified: head/lang/sdcc/Makefile head/lang/sdcc/distinfo head/lang/sdcc/pkg-plist Modified: head/lang/sdcc/Makefile ============================================================================== --- head/lang/sdcc/Makefile Wed Jun 6 10:31:30 2018 (r471831) +++ head/lang/sdcc/Makefile Wed Jun 6 10:53:29 2018 (r471832) @@ -1,13 +1,12 @@ # $FreeBSD$ PORTNAME= sdcc -PORTVERSION= 3.6.0 +PORTVERSION= 3.7.0 DISTVERSIONPREFIX= src- -PORTREVISION= 9 CATEGORIES= lang MASTER_SITES= SF -MAINTAINER= tijl@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Small Device C Compiler LICENSE= GPLv3 @@ -31,27 +30,25 @@ STM8_DESC= STMicroelectronics STM8 UCSIM_DESC= The ucSim simulator Z80_DESC= Zilog Z80/Z180/GBZ80, Rabbit 2000/3000, Toshiba TLCS-90 -CONFIGURE_ARGS= --disable-avr --disable-install-libbfd --disable-werror \ - --disable-st7 docdir=${DOCSDIR} sdcc_cv_c_fms_extensions=no +CONFIGURE_ARGS= --disable-install-libbfd --disable-werror \ + docdir=${DOCSDIR} sdcc_cv_c_fms_extensions=no PORTDATA= * PORTDOCS= * -WRKSRC= ${WRKDIR}/sdcc-${DISTVERSION} +WRKSRC= ${WRKDIR}/sdcc OPTIONS_SUB= yes DEVLIB_CONFIGURE_OFF= --disable-device-lib -HC08_CONFIGURE_OFF= --disable-hc08 --disable-hc08-port \ - --disable-s08-port -MCS51_CONFIGURE_OFF= --disable-51 --disable-mcs51-port \ - --disable-ds390-port --disable-ds400-port +HC08_CONFIGURE_OFF= --disable-hc08-port --disable-s08-port +MCS51_CONFIGURE_OFF= --disable-ds390-port --disable-ds400-port \ + --disable-mcs51-port PIC_BUILD_DEPENDS= gputils>=1.2.0:devel/gputils PIC_RUN_DEPENDS= gpasm:devel/gputils PIC_CONFIGURE_OFF= --disable-pic14-port --disable-pic16-port -STM8_CONFIGURE_OFF= --disable-stm8 --disable-stm8-port +STM8_CONFIGURE_OFF= --disable-stm8-port UCSIM_CONFIGURE_OFF= --disable-ucsim -Z80_CONFIGURE_OFF= --disable-z80 --disable-z80-port \ - --disable-z180-port --disable-gbz80-port \ - --disable-r2k-port --disable-r3ka-port \ - --disable-tlcs90-port +Z80_CONFIGURE_OFF= --disable-gbz80-port --disable-r2k-port \ + --disable-r3ka-port --disable-tlcs90-port \ + --disable-z180-port --disable-z80-port BROKEN_aarch64= Fails to configure: BFD does not support target aarch64-portbld-freebsd11.0 @@ -64,6 +61,7 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} post-patch: @${REINPLACE_CMD} '/install:/s/:.*/:/' \ ${WRKSRC}/Makefile.in \ + ${WRKSRC}/sdas/linksrc/Makefile.in \ ${WRKSRC}/support/sdbinutils/libiberty/Makefile.in @${REINPLACE_CMD} '/^SUBDIRS =/s/doc//' \ ${WRKSRC}/support/sdbinutils/bfd/Makefile.in @@ -88,6 +86,11 @@ post-patch: ${WRKSRC}/device/non-free/lib/pic16/Makefile.in \ ${WRKSRC}/device/non-free/lib/pic16/configure \ ${WRKSRC}/device/non-free/lib/pic16/libdev/Makefile.in +# Upstream forgot to run some autotools in this release so make tries to run +# them. Change a timestamp so aclocal.m4 and Makefile.in no longer appear +# out-of-date. + @${TOUCH} -r ${WRKSRC}/device/non-free/lib/pic16/configure.ac \ + ${WRKSRC}/device/non-free/lib/pic16/supported-devices.ac post-patch-DOCS-off: @${REINPLACE_CMD} 's, [a-z-]*doc,,' \ Modified: head/lang/sdcc/distinfo ============================================================================== --- head/lang/sdcc/distinfo Wed Jun 6 10:31:30 2018 (r471831) +++ head/lang/sdcc/distinfo Wed Jun 6 10:53:29 2018 (r471832) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467992784 -SHA256 (sdcc-src-3.6.0.tar.bz2) = e85dceb11e01ffefb545ec389da91265130c91953589392dddd2e5ec0b7ca374 -SIZE (sdcc-src-3.6.0.tar.bz2) = 17993788 +TIMESTAMP = 1528212877 +SHA256 (sdcc-src-3.7.0.tar.bz2) = 854d47094698b06142df3d5fc646bb540d497ab4073ad2f051b8ec2141df948e +SIZE (sdcc-src-3.7.0.tar.bz2) = 17944920 Modified: head/lang/sdcc/pkg-plist ============================================================================== --- head/lang/sdcc/pkg-plist Wed Jun 6 10:31:30 2018 (r471831) +++ head/lang/sdcc/pkg-plist Wed Jun 6 10:53:29 2018 (r471832) @@ -27,4 +27,5 @@ bin/sdobjcopy bin/sdranlib %%UCSIM%%%%HC08%%bin/shc08 %%UCSIM%%%%STM8%%bin/sstm8 +%%UCSIM%%%%Z80%%bin/stlcs %%UCSIM%%%%Z80%%bin/sz80 From owner-svn-ports-all@freebsd.org Wed Jun 6 10:57:20 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A96F7FF0FF4; Wed, 6 Jun 2018 10:57:20 +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 4B3AE6EFCA; Wed, 6 Jun 2018 10:57:20 +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 274C71E0F; Wed, 6 Jun 2018 10:57:20 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w56AvJBN028912; Wed, 6 Jun 2018 10:57:19 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w56AvJm7028910; Wed, 6 Jun 2018 10:57:19 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201806061057.w56AvJm7028910@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 6 Jun 2018 10:57:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471833 - in head: . lang lang/sdcc-devel X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in head: . lang lang/sdcc-devel X-SVN-Commit-Revision: 471833 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 10:57:20 -0000 Author: tijl Date: Wed Jun 6 10:57:19 2018 New Revision: 471833 URL: https://svnweb.freebsd.org/changeset/ports/471833 Log: Remove lang/sdcc-devel. It is no longer useful. Deleted: head/lang/sdcc-devel/ Modified: head/MOVED head/lang/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Jun 6 10:53:29 2018 (r471832) +++ head/MOVED Wed Jun 6 10:57:19 2018 (r471833) @@ -10223,3 +10223,4 @@ textproc/kibana45||2018-06-01|Has expired: End of Life www/node4|www/node|2018-06-01|Has expired: Node.js v4.x reaches end-of-life on 2018-04-30, see https://github.com/nodejs/Release net/frr|net/frr4|2018-06-02|Will introduce multiple versions of frr lang/perl5.22|lang/perl5.26|2018-06-02|Has expired: Support ends three years after .0 release, please upgrade to a more recent version of Perl +lang/sdcc-devel|lang/sdcc|2018-06-06|No longer useful. Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Wed Jun 6 10:53:29 2018 (r471832) +++ head/lang/Makefile Wed Jun 6 10:57:19 2018 (r471833) @@ -324,7 +324,6 @@ SUBDIR += scheme48 SUBDIR += scm SUBDIR += sdcc - SUBDIR += sdcc-devel SUBDIR += see SUBDIR += seed7 SUBDIR += siod From owner-svn-ports-all@freebsd.org Wed Jun 6 11:21:25 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CBFBCFF1BB9; Wed, 6 Jun 2018 11:21:25 +0000 (UTC) (envelope-from cpm@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 81C696FAB0; Wed, 6 Jun 2018 11:21:25 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 63C622276; Wed, 6 Jun 2018 11:21:25 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w56BLPBl040067; Wed, 6 Jun 2018 11:21:25 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w56BLObd040065; Wed, 6 Jun 2018 11:21:24 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201806061121.w56BLObd040065@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Wed, 6 Jun 2018 11:21:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471834 - head/devel/codesearch-py X-SVN-Group: ports-head X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: head/devel/codesearch-py X-SVN-Commit-Revision: 471834 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 11:21:26 -0000 Author: cpm Date: Wed Jun 6 11:21:24 2018 New Revision: 471834 URL: https://svnweb.freebsd.org/changeset/ports/471834 Log: - Update to latest commit - Add DOCS option Modified: head/devel/codesearch-py/Makefile head/devel/codesearch-py/distinfo Modified: head/devel/codesearch-py/Makefile ============================================================================== --- head/devel/codesearch-py/Makefile Wed Jun 6 10:57:19 2018 (r471833) +++ head/devel/codesearch-py/Makefile Wed Jun 6 11:21:24 2018 (r471834) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= codesearch-py -DISTVERSION= g20180603 +DISTVERSION= g20180606 PORTEPOCH= 1 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,9 +18,17 @@ USE_PYTHON= autoplist concurrent distutils USE_GITHUB= yes GH_ACCOUNT= chromium -GH_TAGNAME= f9bd55f +GH_TAGNAME= dccfe33 NO_ARCH= yes + +PORTDOCS= changes_since_kythe_migration.md + +OPTIONS_DEFINE= DOCS + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${STAGEDIR}${DOCSDIR} do-test: @cd ${WRKSRC} && ${PYTHON_CMD} -m unittest discover -v Modified: head/devel/codesearch-py/distinfo ============================================================================== --- head/devel/codesearch-py/distinfo Wed Jun 6 10:57:19 2018 (r471833) +++ head/devel/codesearch-py/distinfo Wed Jun 6 11:21:24 2018 (r471834) @@ -1,3 +1,3 @@ -TIMESTAMP = 1528053154 -SHA256 (chromium-codesearch-py-g20180603-f9bd55f_GH0.tar.gz) = f93fc923712a4dfb11d02790ba1625cc4ac17ee83bf8d0404bda40b2072ac209 -SIZE (chromium-codesearch-py-g20180603-f9bd55f_GH0.tar.gz) = 566135 +TIMESTAMP = 1528283556 +SHA256 (chromium-codesearch-py-g20180606-dccfe33_GH0.tar.gz) = 391eda5ede1db23d77c61f10b432212386c29bec95daa7fbb204e997aef33dab +SIZE (chromium-codesearch-py-g20180606-dccfe33_GH0.tar.gz) = 506834 From owner-svn-ports-all@freebsd.org Wed Jun 6 11:49:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91C26FF29D6; Wed, 6 Jun 2018 11:49:46 +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 42E8C70AA5; Wed, 6 Jun 2018 11:49:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1FD8125EF; Wed, 6 Jun 2018 11:49:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w56BnjtZ054071; Wed, 6 Jun 2018 11:49:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w56BnjNQ054069; Wed, 6 Jun 2018 11:49:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201806061149.w56BnjNQ054069@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 6 Jun 2018 11:49:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471835 - in head/games/minetest: . files X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/games/minetest: . files X-SVN-Commit-Revision: 471835 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 11:49:46 -0000 Author: amdmi3 Date: Wed Jun 6 11:49:45 2018 New Revision: 471835 URL: https://svnweb.freebsd.org/changeset/ports/471835 Log: - Update to 0.4.17 Modified: head/games/minetest/Makefile head/games/minetest/distinfo head/games/minetest/files/patch-src_CMakeLists.txt Modified: head/games/minetest/Makefile ============================================================================== --- head/games/minetest/Makefile Wed Jun 6 11:21:24 2018 (r471834) +++ head/games/minetest/Makefile Wed Jun 6 11:49:45 2018 (r471835) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= minetest -PORTVERSION= 0.4.16 +PORTVERSION= 0.4.17 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org Modified: head/games/minetest/distinfo ============================================================================== --- head/games/minetest/distinfo Wed Jun 6 11:21:24 2018 (r471834) +++ head/games/minetest/distinfo Wed Jun 6 11:49:45 2018 (r471835) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496650421 -SHA256 (minetest-minetest-0.4.16_GH0.tar.gz) = 0ef3793de9f569746ea78af7a66fe96ef65400019e5e64a04a5c3fa26a707655 -SIZE (minetest-minetest-0.4.16_GH0.tar.gz) = 7753436 +TIMESTAMP = 1528117290 +SHA256 (minetest-minetest-0.4.17_GH0.tar.gz) = 8664cd800ce0a146c6d7d5433b8acc93c145308403b3f6ae7e6b69bd4a53eb72 +SIZE (minetest-minetest-0.4.17_GH0.tar.gz) = 7757149 Modified: head/games/minetest/files/patch-src_CMakeLists.txt ============================================================================== --- head/games/minetest/files/patch-src_CMakeLists.txt Wed Jun 6 11:21:24 2018 (r471834) +++ head/games/minetest/files/patch-src_CMakeLists.txt Wed Jun 6 11:49:45 2018 (r471835) @@ -1,18 +1,6 @@ ---- src/CMakeLists.txt.orig 2017-06-03 18:42:10 UTC +--- src/CMakeLists.txt.orig 2018-06-03 15:35:20 UTC +++ src/CMakeLists.txt -@@ -325,11 +325,6 @@ else() - endif(HAVE_LIBRT) - endif(APPLE) - -- # This way Xxf86vm is found on OpenBSD too -- find_library(XXF86VM_LIBRARY Xxf86vm) -- mark_as_advanced(XXF86VM_LIBRARY) -- set(CLIENT_PLATFORM_LIBS ${CLIENT_PLATFORM_LIBS} ${XXF86VM_LIBRARY}) -- - # Prefer local iconv if installed - find_library(ICONV_LIBRARY iconv) - mark_as_advanced(ICONV_LIBRARY) -@@ -756,7 +751,6 @@ else() +@@ -758,7 +758,6 @@ else() set(CMAKE_CXX_FLAGS_RELEASE "-DNDEBUG ${RELEASE_WARNING_FLAGS} ${WARNING_FLAGS} ${OTHER_FLAGS} -Wall -pipe -funroll-loops") if(CMAKE_SYSTEM_NAME MATCHES "(Darwin|FreeBSD)") From owner-svn-ports-all@freebsd.org Wed Jun 6 11:49:56 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45737FF29FE; Wed, 6 Jun 2018 11:49: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 D74B670B73; Wed, 6 Jun 2018 11:49:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B89A625F0; Wed, 6 Jun 2018 11:49: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 w56BntSO054198; Wed, 6 Jun 2018 11:49:55 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w56BntRJ054195; Wed, 6 Jun 2018 11:49:55 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201806061149.w56BntRJ054195@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 6 Jun 2018 11:49:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471836 - head/games/minetest_game X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/games/minetest_game X-SVN-Commit-Revision: 471836 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 11:49:56 -0000 Author: amdmi3 Date: Wed Jun 6 11:49:55 2018 New Revision: 471836 URL: https://svnweb.freebsd.org/changeset/ports/471836 Log: - Update to 0.4.17 Modified: head/games/minetest_game/Makefile head/games/minetest_game/distinfo Modified: head/games/minetest_game/Makefile ============================================================================== --- head/games/minetest_game/Makefile Wed Jun 6 11:49:45 2018 (r471835) +++ head/games/minetest_game/Makefile Wed Jun 6 11:49:55 2018 (r471836) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= minetest_game -PORTVERSION= 0.4.16 +PORTVERSION= 0.4.17 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org Modified: head/games/minetest_game/distinfo ============================================================================== --- head/games/minetest_game/distinfo Wed Jun 6 11:49:45 2018 (r471835) +++ head/games/minetest_game/distinfo Wed Jun 6 11:49:55 2018 (r471836) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496650001 -SHA256 (minetest-minetest_game-0.4.16_GH0.tar.gz) = ea914555949b4faccda5e13143cb021d2f9a5fa19abd1f5e4b7b65004cbd2b5a -SIZE (minetest-minetest_game-0.4.16_GH0.tar.gz) = 1355997 +TIMESTAMP = 1528129310 +SHA256 (minetest-minetest_game-0.4.17_GH0.tar.gz) = f0ab07cb47c1540b2016bf76a36e2eec28b0ea7827bf66fc5447e0c5e5d4495d +SIZE (minetest-minetest_game-0.4.17_GH0.tar.gz) = 1356784 From owner-svn-ports-all@freebsd.org Wed Jun 6 12:13:20 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECE07FF3BC0; Wed, 6 Jun 2018 12:13:19 +0000 (UTC) (envelope-from antoine@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 9F7A871926; Wed, 6 Jun 2018 12:13:19 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8034C2AA5; Wed, 6 Jun 2018 12:13:19 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w56CDJmK068823; Wed, 6 Jun 2018 12:13:19 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w56CDJdK068822; Wed, 6 Jun 2018 12:13:19 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201806061213.w56CDJdK068822@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 6 Jun 2018 12:13:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471837 - head/science/szip X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/science/szip X-SVN-Commit-Revision: 471837 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 12:13:20 -0000 Author: antoine Date: Wed Jun 6 12:13:19 2018 New Revision: 471837 URL: https://svnweb.freebsd.org/changeset/ports/471837 Log: Auto-accept SZIP license, otherwise hundreds of ports are skipped Modified: head/science/szip/Makefile Modified: head/science/szip/Makefile ============================================================================== --- head/science/szip/Makefile Wed Jun 6 11:49:55 2018 (r471836) +++ head/science/szip/Makefile Wed Jun 6 12:13:19 2018 (r471837) @@ -19,7 +19,7 @@ COMMENT= Lossless compression library for scientific d LICENSE= SZIP LICENSE_NAME= SZIP License LICENSE_FILE= ${WRKSRC}/COPYING -LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell no-auto-accept +LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept CONFLICTS_INSTALL= libaec From owner-svn-ports-all@freebsd.org Wed Jun 6 12:13:44 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98EFCFF3C09; Wed, 6 Jun 2018 12:13:44 +0000 (UTC) (envelope-from jbeich@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 4A47371A00; Wed, 6 Jun 2018 12:13:44 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2B1A92AA6; Wed, 6 Jun 2018 12:13:44 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w56CDh9t068954; Wed, 6 Jun 2018 12:13:43 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w56CDhYj068953; Wed, 6 Jun 2018 12:13:43 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201806061213.w56CDhYj068953@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 6 Jun 2018 12:13:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471838 - head/emulators/ppsspp X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/ppsspp X-SVN-Commit-Revision: 471838 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 12:13:44 -0000 Author: jbeich Date: Wed Jun 6 12:13:43 2018 New Revision: 471838 URL: https://svnweb.freebsd.org/changeset/ports/471838 Log: emulators/ppsspp: update to 1.6.3 Changes: https://github.com/hrydgard/ppsspp/compare/v1.6.2...v1.6.3 Modified: head/emulators/ppsspp/Makefile (contents, props changed) head/emulators/ppsspp/distinfo (contents, props changed) Modified: head/emulators/ppsspp/Makefile ============================================================================== --- head/emulators/ppsspp/Makefile Wed Jun 6 12:13:19 2018 (r471837) +++ head/emulators/ppsspp/Makefile Wed Jun 6 12:13:43 2018 (r471838) @@ -2,7 +2,7 @@ PORTNAME= ppsspp DISTVERSIONPREFIX= v -DISTVERSION?= 1.6.2 +DISTVERSION?= 1.6.3 PORTREVISION?= 0 CATEGORIES= emulators # XXX Get from Debian once #697821 lands @@ -12,6 +12,8 @@ EXTRACT_ONLY= ${DISTFILES:N*\:manpage:C/:.*//} PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES= c783e7761c2a.patch:-p1 +PATCHFILES+= f2a75719d843.patch:-p1 +PATCHFILES+= 78a41980dfd7.patch:-p1 MAINTAINER= jbeich@FreeBSD.org COMMENT= PSP emulator in C++ with dynarec JIT for x86, ARM, MIPS @@ -26,7 +28,7 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils USE_GITHUB= yes GH_ACCOUNT= hrydgard GH_TUPLE?= hrydgard:glslang:2edde666:glslang/ext/glslang \ - hrydgard:${PORTNAME}-lang:c2c4ad9:lang/assets/lang \ + hrydgard:${PORTNAME}-lang:1153a42:lang/assets/lang \ KhronosGroup:SPIRV-Cross:90966d5:SPIRV/ext/SPIRV-Cross \ Kingcom:armips:v0.9-89-g8b4cada:armips/ext/armips \ Kingcom:tinyformat:Release-2.0.1-7-gb7f5a22:tinyformat/ext/armips/ext/tinyformat Modified: head/emulators/ppsspp/distinfo ============================================================================== --- head/emulators/ppsspp/distinfo Wed Jun 6 12:13:19 2018 (r471837) +++ head/emulators/ppsspp/distinfo Wed Jun 6 12:13:43 2018 (r471838) @@ -1,12 +1,12 @@ -TIMESTAMP = 1527702440 +TIMESTAMP = 1528221521 SHA256 (ppsspp.1) = 64a7cca4c3a5fc6ad5b63399edef9056b0c85ea68fed00fb7e97f4b2724e503b SIZE (ppsspp.1) = 1598 -SHA256 (hrydgard-ppsspp-v1.6.2_GH0.tar.gz) = a2a33693324e798c68c6738994896faa368f3bb3c147f170c29f664f4876a390 -SIZE (hrydgard-ppsspp-v1.6.2_GH0.tar.gz) = 19477075 +SHA256 (hrydgard-ppsspp-v1.6.3_GH0.tar.gz) = 366f8b3c545071d919e1f51a5c4e0da48ba55cf1c15ff8d78a90985b3d5e8eb3 +SIZE (hrydgard-ppsspp-v1.6.3_GH0.tar.gz) = 19477643 SHA256 (hrydgard-glslang-2edde666_GH0.tar.gz) = 9ab09c2aa5a89b2c32297358d25850bec56667aa28fdfe6986fbedd1ced28e78 SIZE (hrydgard-glslang-2edde666_GH0.tar.gz) = 1941913 -SHA256 (hrydgard-ppsspp-lang-c2c4ad9_GH0.tar.gz) = 6ba8b1cf10686ae141ed7d87480b4907a702eb2479f4e4e196cb612d2206a39e -SIZE (hrydgard-ppsspp-lang-c2c4ad9_GH0.tar.gz) = 477345 +SHA256 (hrydgard-ppsspp-lang-1153a42_GH0.tar.gz) = a4a5a674fbfab8f19f0b420f9abbb2584dc45932deeb066ed4bdbdb8677787b2 +SIZE (hrydgard-ppsspp-lang-1153a42_GH0.tar.gz) = 477413 SHA256 (KhronosGroup-SPIRV-Cross-90966d5_GH0.tar.gz) = de8bcf01e0a0c4107871fdc8b764771487052fedbe2990a369e7908d4a95c000 SIZE (KhronosGroup-SPIRV-Cross-90966d5_GH0.tar.gz) = 228783 SHA256 (Kingcom-armips-v0.9-89-g8b4cada_GH0.tar.gz) = c41aa68bd6798356af568509de4f298485f752f620caae35ff84d17ff798b227 @@ -15,3 +15,7 @@ SHA256 (Kingcom-tinyformat-Release-2.0.1-7-gb7f5a22_GH SIZE (Kingcom-tinyformat-Release-2.0.1-7-gb7f5a22_GH0.tar.gz) = 22286 SHA256 (c783e7761c2a.patch) = 588701f2e5ef299dad9ec820716791bfa2261f17516bae1d884138d58b64c872 SIZE (c783e7761c2a.patch) = 1272 +SHA256 (f2a75719d843.patch) = 4a299603dd6c3f5143a7b2c455c948c7aa54af4ac60fcfd19b843fe7cf37db11 +SIZE (f2a75719d843.patch) = 1043 +SHA256 (78a41980dfd7.patch) = 9cfbc62c7e4f5a47ea88b854a83d3bd407a14f96c2b60bc3d190bdbc9266824b +SIZE (78a41980dfd7.patch) = 1577 From owner-svn-ports-all@freebsd.org Wed Jun 6 12:23:48 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E4A7FF40A3; Wed, 6 Jun 2018 12:23:48 +0000 (UTC) (envelope-from bapt@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 0197471E3A; Wed, 6 Jun 2018 12:23:48 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D15F72C2E; Wed, 6 Jun 2018 12:23:47 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w56CNl3X074037; Wed, 6 Jun 2018 12:23:47 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w56CNl2j074034; Wed, 6 Jun 2018 12:23:47 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201806061223.w56CNl2j074034@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 6 Jun 2018 12:23:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471839 - head/devel/slibtool X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/devel/slibtool X-SVN-Commit-Revision: 471839 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 12:23:48 -0000 Author: bapt Date: Wed Jun 6 12:23:47 2018 New Revision: 471839 URL: https://svnweb.freebsd.org/changeset/ports/471839 Log: Update to 0.5.19 Modified: head/devel/slibtool/Makefile head/devel/slibtool/distinfo Modified: head/devel/slibtool/Makefile ============================================================================== --- head/devel/slibtool/Makefile Wed Jun 6 12:13:43 2018 (r471838) +++ head/devel/slibtool/Makefile Wed Jun 6 12:23:47 2018 (r471839) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= slibtool -PORTVERSION= 0.5.18 +PORTVERSION= 0.5.19 CATEGORIES= devel MASTER_SITES= http://dl.midipix.org/${PORTNAME}/ Modified: head/devel/slibtool/distinfo ============================================================================== --- head/devel/slibtool/distinfo Wed Jun 6 12:13:43 2018 (r471838) +++ head/devel/slibtool/distinfo Wed Jun 6 12:23:47 2018 (r471839) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519471732 -SHA256 (slibtool-0.5.18.tar.xz) = 51bcb6235bf2450068457888554360cdf53689a6137c22040dd9ff07b648d569 -SIZE (slibtool-0.5.18.tar.xz) = 52608 +TIMESTAMP = 1528287733 +SHA256 (slibtool-0.5.19.tar.xz) = 13b11ac24accca574a7a43ee5c262e2af4765bfbd44b13667d881bebca54f9d9 +SIZE (slibtool-0.5.19.tar.xz) = 53100 From owner-svn-ports-all@freebsd.org Wed Jun 6 12:29:17 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1B67FF436D; Wed, 6 Jun 2018 12:29:16 +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 8D3F0720C9; Wed, 6 Jun 2018 12:29:16 +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 6B71B2C2F; Wed, 6 Jun 2018 12:29:16 +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 w56CTGI3074375; Wed, 6 Jun 2018 12:29:16 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w56CTFLv074372; Wed, 6 Jun 2018 12:29:15 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201806061229.w56CTFLv074372@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 6 Jun 2018 12:29:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471840 - in head/sysutils/aimage: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/sysutils/aimage: . files X-SVN-Commit-Revision: 471840 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 12:29:17 -0000 Author: tobik Date: Wed Jun 6 12:29:15 2018 New Revision: 471840 URL: https://svnweb.freebsd.org/changeset/ports/471840 Log: sysutils/aimage: Unbreak build with Clang 6 - Also fix build with LibreSSL: The configure script checks that libssl has ssl3_new() which LibreSSL doesn't have but aimage itself never uses it, so pretend it's there to pass the check. PR: 228756 Reported by: Chris Hutchinson Submitted by: tobik Approved by: Chris Hutchinson (maintainer) Added: head/sysutils/aimage/files/patch-src_imager.cpp (contents, props changed) Modified: head/sysutils/aimage/Makefile head/sysutils/aimage/files/patch-src_aimage.cpp Modified: head/sysutils/aimage/Makefile ============================================================================== --- head/sysutils/aimage/Makefile Wed Jun 6 12:23:47 2018 (r471839) +++ head/sysutils/aimage/Makefile Wed Jun 6 12:29:15 2018 (r471840) @@ -11,11 +11,15 @@ MAINTAINER= portmaster@BSDforge.com COMMENT= Advanced Disk Imager LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libafflib.so:sysutils/afflib USES= gmake readline ssl GNU_CONFIGURE= yes +# Pretend ssl3_new exists for LibreSSL. It's never really used but +# configure checks for it. +CONFIGURE_ARGS= ac_cv_lib_ssl_ssl3_new=yes PLIST_FILES= bin/aimage Modified: head/sysutils/aimage/files/patch-src_aimage.cpp ============================================================================== --- head/sysutils/aimage/files/patch-src_aimage.cpp Wed Jun 6 12:23:47 2018 (r471839) +++ head/sysutils/aimage/files/patch-src_aimage.cpp Wed Jun 6 12:29:15 2018 (r471840) @@ -1,6 +1,6 @@ ---- src/aimage.cpp.orig 2018-02-26 16:24:29.829120000 -0800 -+++ src/aimage.cpp 2018-02-26 16:25:21.187218000 -0800 -@@ -344,7 +344,7 @@ +--- src/aimage.cpp.orig 2010-12-17 13:49:50 UTC ++++ src/aimage.cpp +@@ -344,7 +344,7 @@ void segwrite_callback(struct affcallback_info *acbi) /* log if necessary */ if(logfile){ fprintf(logfile, @@ -9,7 +9,7 @@ acbi->pagenum, acbi->bytes_to_write, acbi->bytes_written, -@@ -621,7 +621,7 @@ +@@ -621,7 +621,7 @@ int64 scaled_atoi(const char *arg) int64 ret=0; int multiplier=1; char ch,junk; Added: head/sysutils/aimage/files/patch-src_imager.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/aimage/files/patch-src_imager.cpp Wed Jun 6 12:29:15 2018 (r471840) @@ -0,0 +1,15 @@ +imager.cpp:857:8: error: value of type '__bind' is not contextually convertible to 'bool' + if(bind(sock,(sockaddr *)&local,sizeof(local))) err(1,"bind"); + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +--- src/imager.cpp.orig 2018-06-05 06:55:20 UTC ++++ src/imager.cpp +@@ -854,7 +854,7 @@ int imager::socket_listen(int port) + #endif + local.sin_family = AF_INET; + local.sin_port = htons(port); // listen on requested port. +- if(bind(sock,(sockaddr *)&local,sizeof(local))) err(1,"bind"); ++ if(::bind(sock,(sockaddr *)&local,sizeof(local))) err(1,"bind"); + if(listen(sock,0)) err(1,"listen"); // listen, and only accept one + printf("Listening for connection on port %d...\n",port); + in = accept(sock,(sockaddr *)&remote,&rsize); From owner-svn-ports-all@freebsd.org Wed Jun 6 13:33:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 257DEFF6520; Wed, 6 Jun 2018 13:33:46 +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 CB220749BB; Wed, 6 Jun 2018 13:33:45 +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 AC14B3B2F; Wed, 6 Jun 2018 13:33:45 +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 w56DXjkS009438; Wed, 6 Jun 2018 13:33:45 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w56DXiBo009434; Wed, 6 Jun 2018 13:33:44 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201806061333.w56DXiBo009434@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 6 Jun 2018 13:33:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471841 - in head/devel: . icestorm X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/devel: . icestorm X-SVN-Commit-Revision: 471841 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 13:33:46 -0000 Author: tobik Date: Wed Jun 6 13:33:44 2018 New Revision: 471841 URL: https://svnweb.freebsd.org/changeset/ports/471841 Log: New port: devel/icestorm Project IceStorm aims at documenting the bitstream format of Lattice iCE40 FPGAs and providing simple tools for analyzing and creating bitstream files. WWW: http://www.clifford.at/icestorm PR: 226711 Submitted by: Johnny Sorocil Differential Revision: https://reviews.freebsd.org/D15632 Added: head/devel/icestorm/ head/devel/icestorm/Makefile (contents, props changed) head/devel/icestorm/distinfo (contents, props changed) head/devel/icestorm/pkg-descr (contents, props changed) head/devel/icestorm/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Jun 6 12:29:15 2018 (r471840) +++ head/devel/Makefile Wed Jun 6 13:33:44 2018 (r471841) @@ -1207,6 +1207,7 @@ SUBDIR += hwloc SUBDIR += hyperscan SUBDIR += ice + SUBDIR += icestorm SUBDIR += icmake SUBDIR += icu SUBDIR += icu-le-hb Added: head/devel/icestorm/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/icestorm/Makefile Wed Jun 6 13:33:44 2018 (r471841) @@ -0,0 +1,34 @@ +# Created by: Johnny Sorocil +# $FreeBSD$ + +PORTNAME= icestorm +PORTVERSION= g20180310 +CATEGORIES= devel + +MAINTAINER= jsorocil@gmail.com +COMMENT= IceStorm tools for Lattice iCE40 FPGAs + +LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libftdi1.so:devel/libftdi1 + +USES= gmake python:3.3+ shebangfix pkgconfig +SHEBANG_FILES= ${WRKSRC}/icebox/*.py \ + ${WRKSRC}/icebox/Makefile + +USE_GITHUB= yes +GH_ACCOUNT= cliffordwolf +GH_TAGNAME= 4476d83f76fa0222be0b691fe27c1e0228266f82 + +BINARY_ALIAS= python3=${PYTHON_CMD} + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/icepack + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/icepll + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/icebram + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/iceprog + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/icemulti + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/icetime + +.include Added: head/devel/icestorm/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/icestorm/distinfo Wed Jun 6 13:33:44 2018 (r471841) @@ -0,0 +1,3 @@ +TIMESTAMP = 1527186186 +SHA256 (cliffordwolf-icestorm-g20180310-4476d83f76fa0222be0b691fe27c1e0228266f82_GH0.tar.gz) = 1dc3b821e0e4bcdc7f61655678e04fac847f820a5d15a2f89bcbe0baed477bcb +SIZE (cliffordwolf-icestorm-g20180310-4476d83f76fa0222be0b691fe27c1e0228266f82_GH0.tar.gz) = 865104 Added: head/devel/icestorm/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/icestorm/pkg-descr Wed Jun 6 13:33:44 2018 (r471841) @@ -0,0 +1,5 @@ +Project IceStorm aims at documenting the bitstream format of Lattice +iCE40 FPGAs and providing simple tools for analyzing and creating +bitstream files. + +WWW: http://www.clifford.at/icestorm Added: head/devel/icestorm/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/icestorm/pkg-plist Wed Jun 6 13:33:44 2018 (r471841) @@ -0,0 +1,23 @@ +bin/icebox_asc2hlc +bin/icebox_chipdb +bin/icebox_colbuf +bin/icebox_diff +bin/icebox_explain +bin/icebox_hlc2asc +bin/icebox_html +bin/icebox_maps +bin/icebox_stat +bin/icebox_vlog +bin/icebox.py +bin/iceboxdb.py +bin/icebram +bin/icemulti +bin/icepack +bin/icepll +bin/iceprog +bin/icetime +bin/iceunpack +share/icebox/chipdb-1k.txt +share/icebox/chipdb-384.txt +share/icebox/chipdb-5k.txt +share/icebox/chipdb-8k.txt From owner-svn-ports-all@freebsd.org Wed Jun 6 13:47:35 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39B8DFF6966; Wed, 6 Jun 2018 13:47:35 +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 D77F975008; Wed, 6 Jun 2018 13:47:34 +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 B3E513CD3; Wed, 6 Jun 2018 13:47:34 +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 w56DlYZ1014934; Wed, 6 Jun 2018 13:47:34 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w56DlXB0014930; Wed, 6 Jun 2018 13:47:33 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201806061347.w56DlXB0014930@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 6 Jun 2018 13:47:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471842 - in head/devel: . arachne-pnr X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/devel: . arachne-pnr X-SVN-Commit-Revision: 471842 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 13:47:35 -0000 Author: tobik Date: Wed Jun 6 13:47:33 2018 New Revision: 471842 URL: https://svnweb.freebsd.org/changeset/ports/471842 Log: New port: devel/arachne-pnr Arachne-pnr implements the place and route step of the hardware compilation process for FPGAs. It currently targets the Lattice Semiconductor iCE40 family of FPGAs. WWW: https://github.com/cseed/arachne-pnr PR: 227590 Submitted by: Johnny Sorocil Differential Revision: https://reviews.freebsd.org/D15632 Added: head/devel/arachne-pnr/ head/devel/arachne-pnr/Makefile (contents, props changed) head/devel/arachne-pnr/distinfo (contents, props changed) head/devel/arachne-pnr/pkg-descr (contents, props changed) head/devel/arachne-pnr/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Jun 6 13:33:44 2018 (r471841) +++ head/devel/Makefile Wed Jun 6 13:47:33 2018 (r471842) @@ -116,6 +116,7 @@ SUBDIR += appstream-glib SUBDIR += apr1 SUBDIR += apr2 + SUBDIR += arachne-pnr SUBDIR += arcanist SUBDIR += arduino SUBDIR += arduino-avrdude Added: head/devel/arachne-pnr/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arachne-pnr/Makefile Wed Jun 6 13:47:33 2018 (r471842) @@ -0,0 +1,25 @@ +# Created by: Johnny Sorocil +# $FreeBSD$ + +PORTNAME= arachne-pnr +PORTVERSION= g20180310 +CATEGORIES= devel + +MAINTAINER= jsorocil@gmail.com +COMMENT= Place and route tool for FPGAs + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= icestorm>=g0:devel/icestorm + +USES= gmake + +USE_GITHUB= yes +GH_ACCOUNT= cseed +GH_TAGNAME= 6701132cbd5c7b31edd0ff18ca6727eb3691186b + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/arachne-pnr + +.include Added: head/devel/arachne-pnr/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arachne-pnr/distinfo Wed Jun 6 13:47:33 2018 (r471842) @@ -0,0 +1,3 @@ +TIMESTAMP = 1527417304 +SHA256 (cseed-arachne-pnr-g20180310-6701132cbd5c7b31edd0ff18ca6727eb3691186b_GH0.tar.gz) = 0a4f3a5beefbe56863e6e9b680054b7f88bb7aed9682c8bb04c9147345320b49 +SIZE (cseed-arachne-pnr-g20180310-6701132cbd5c7b31edd0ff18ca6727eb3691186b_GH0.tar.gz) = 91249 Added: head/devel/arachne-pnr/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arachne-pnr/pkg-descr Wed Jun 6 13:47:33 2018 (r471842) @@ -0,0 +1,5 @@ +Arachne-pnr implements the place and route step of the hardware +compilation process for FPGAs. It currently targets the Lattice +Semiconductor iCE40 family of FPGAs. + +WWW: https://github.com/cseed/arachne-pnr Added: head/devel/arachne-pnr/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arachne-pnr/pkg-plist Wed Jun 6 13:47:33 2018 (r471842) @@ -0,0 +1,5 @@ +bin/arachne-pnr +%%DATADIR%%/chipdb-1k.bin +%%DATADIR%%/chipdb-384.bin +%%DATADIR%%/chipdb-5k.bin +%%DATADIR%%/chipdb-8k.bin From owner-svn-ports-all@freebsd.org Wed Jun 6 13:53:06 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 120A0FF6C83; Wed, 6 Jun 2018 13:53:06 +0000 (UTC) (envelope-from adridg@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 B39E075663; Wed, 6 Jun 2018 13:53:05 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 94A303E69; Wed, 6 Jun 2018 13:53:05 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w56Dr5BI019908; Wed, 6 Jun 2018 13:53:05 GMT (envelope-from adridg@FreeBSD.org) Received: (from adridg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w56Dr4g5019901; Wed, 6 Jun 2018 13:53:04 GMT (envelope-from adridg@FreeBSD.org) Message-Id: <201806061353.w56Dr4g5019901@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adridg set sender to adridg@FreeBSD.org using -f From: Adriaan de Groot Date: Wed, 6 Jun 2018 13:53:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471843 - head/www/qt5-webengine/files X-SVN-Group: ports-head X-SVN-Commit-Author: adridg X-SVN-Commit-Paths: head/www/qt5-webengine/files X-SVN-Commit-Revision: 471843 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 13:53:06 -0000 Author: adridg Date: Wed Jun 6 13:53:04 2018 New Revision: 471843 URL: https://svnweb.freebsd.org/changeset/ports/471843 Log: Fix www/qt5-webengine to build on ARM Fix build for aarch64 and armv7. Chasing Chromium patches into Qt5-Webengine is a slow process. Multiple build successes have been reported with this patch, although I have not been able to try it myself. I hope I got all the attributions right. PR: 228603 228708 Submitted by: mikael.urankar@gmail.com Reported by: mikael.urankar@gmail.com, usenet@ulrich-grey.de Obtained from: mmel Added: head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_boringssl_src_include_openssl_cpu.h (contents, props changed) head/www/qt5-webengine/files/patch-src_3rdparty_chromium_v8_src_arm_cpu-arm.cc (contents, props changed) head/www/qt5-webengine/files/patch-src_3rdparty_chromium_v8_src_base_cpu.cc (contents, props changed) head/www/qt5-webengine/files/patch-src_3rdparty_chromium_v8_src_base_platform_platform-freebsd.cc (contents, props changed) head/www/qt5-webengine/files/patch-src_3rdparty_chromium_v8_src_libsampler_sampler.cc (contents, props changed) Modified: head/www/qt5-webengine/files/patch-src_3rdparty_chromium_build_config_compiler_BUILD.gn Modified: head/www/qt5-webengine/files/patch-src_3rdparty_chromium_build_config_compiler_BUILD.gn ============================================================================== --- head/www/qt5-webengine/files/patch-src_3rdparty_chromium_build_config_compiler_BUILD.gn Wed Jun 6 13:47:33 2018 (r471842) +++ head/www/qt5-webengine/files/patch-src_3rdparty_chromium_build_config_compiler_BUILD.gn Wed Jun 6 13:53:04 2018 (r471843) @@ -1,6 +1,6 @@ ---- src/3rdparty/chromium/build/config/compiler/BUILD.gn.orig 2017-01-26 00:49:07 UTC +--- src/3rdparty/chromium/build/config/compiler/BUILD.gn.orig 2018-01-15 11:39:43 UTC +++ src/3rdparty/chromium/build/config/compiler/BUILD.gn -@@ -150,7 +150,7 @@ config("compiler") { +@@ -156,7 +156,7 @@ config("compiler") { configs += [ "//build/config/win:compiler" ] } else if (is_android) { configs += [ "//build/config/android:compiler" ] @@ -9,7 +9,7 @@ configs += [ "//build/config/linux:compiler" ] } else if (is_nacl) { configs += [ "//build/config/nacl:compiler" ] -@@ -277,7 +277,7 @@ config("compiler") { +@@ -290,7 +290,7 @@ config("compiler") { # Linux/Android common flags setup. # --------------------------------- @@ -18,7 +18,7 @@ cflags += [ "-fPIC", "-pipe", # Use pipes for communicating between sub-processes. Faster. -@@ -401,14 +401,14 @@ config("compiler") { +@@ -414,14 +414,14 @@ config("compiler") { # clang-cl (used if is_win) doesn't expose this flag. # Currently disabled for nacl since its toolchain lacks this flag (too old). # TODO(zforman): Once nacl's toolchain is updated, remove check. @@ -35,7 +35,7 @@ # gnu++11 instead of c++11 is needed because some code uses typeof() (a # GNU extension). # TODO(thakis): Eventually switch this to c++11 instead, -@@ -458,7 +458,7 @@ config("compiler") { +@@ -475,7 +475,7 @@ config("compiler") { ] # Apply a lower LTO optimization level as the default is too slow. @@ -44,7 +44,7 @@ if (use_lld) { ldflags += [ "-Wl,--lto-O1" ] } else { -@@ -478,7 +478,7 @@ config("compiler") { +@@ -495,7 +495,7 @@ config("compiler") { # targeting ARM, without this flag, LTO produces a .text section that is # larger than the maximum call displacement, preventing the linker from # relocating calls (http://llvm.org/PR22999). @@ -53,7 +53,30 @@ ldflags += [ "-Wl,-plugin-opt,-function-sections" ] } } -@@ -742,7 +742,7 @@ config("compiler_codegen") { +@@ -541,11 +541,11 @@ config("compiler_cpu_abi") { + ] + } + } else if (current_cpu == "arm") { +- if (is_clang && !is_android && !is_nacl) { ++ if (is_clang && !is_android && !is_nacl && !is_bsd) { + cflags += [ "--target=arm-linux-gnueabihf" ] + ldflags += [ "--target=arm-linux-gnueabihf" ] + } +- if (!is_nacl) { ++ if (!is_nacl && !is_bsd) { + cflags += [ + "-march=$arm_arch", + "-mfloat-abi=$arm_float_abi", +@@ -555,7 +555,7 @@ config("compiler_cpu_abi") { + cflags += [ "-mtune=$arm_tune" ] + } + } else if (current_cpu == "arm64") { +- if (is_clang && !is_android && !is_nacl) { ++ if (is_clang && !is_android && !is_nacl && !is_bsd) { + cflags += [ "--target=aarch64-linux-gnu" ] + ldflags += [ "--target=aarch64-linux-gnu" ] + } +@@ -758,7 +758,7 @@ config("compiler_codegen") { # configs -= [ "//build/config/compiler:clang_stackrealign" ] # See https://crbug.com/556393 for details of where it must be avoided. config("clang_stackrealign") { @@ -62,7 +85,7 @@ cflags = [ # Align the stack on 16-byte boundaries, http://crbug.com/418554. "-mstack-alignment=16", -@@ -788,7 +788,7 @@ config("runtime_library") { +@@ -804,7 +804,7 @@ config("runtime_library") { # smaller. if (is_win) { configs += [ "//build/config/win:runtime_library" ] @@ -71,7 +94,7 @@ configs += [ "//build/config/linux:runtime_library" ] } else if (is_ios) { configs += [ "//build/config/ios:runtime_library" ] -@@ -1038,7 +1038,7 @@ config("default_warnings") { +@@ -1054,7 +1054,7 @@ config("default_warnings") { "-Wno-nonportable-include-path", # TODO(hans): https://crbug.com/637306 @@ -80,7 +103,7 @@ ] } } -@@ -1070,7 +1070,7 @@ config("chromium_code") { +@@ -1086,7 +1086,7 @@ config("chromium_code") { ] if (!is_debug && !using_sanitizer && @@ -89,7 +112,7 @@ # _FORTIFY_SOURCE isn't really supported by Clang now, see # http://llvm.org/bugs/show_bug.cgi?id=16821. # It seems to work fine with Ubuntu 12 headers though, so use it in -@@ -1128,7 +1128,7 @@ config("no_chromium_code") { +@@ -1144,7 +1144,7 @@ config("no_chromium_code") { ] } Added: head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_boringssl_src_include_openssl_cpu.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_boringssl_src_include_openssl_cpu.h Wed Jun 6 13:53:04 2018 (r471843) @@ -0,0 +1,11 @@ +--- src/3rdparty/chromium/third_party/boringssl/src/include/openssl/cpu.h.orig 2018-03-21 07:29:16 UTC ++++ src/3rdparty/chromium/third_party/boringssl/src/include/openssl/cpu.h +@@ -95,7 +95,7 @@ extern uint32_t OPENSSL_ia32cap_P[4]; + + #if defined(OPENSSL_ARM) || defined(OPENSSL_AARCH64) + +-#if defined(OPENSSL_APPLE) ++#if defined(OPENSSL_APPLE) || defined(__FreeBSD__) + /* iOS builds use the static ARM configuration. */ + #define OPENSSL_STATIC_ARMCAP + #endif Added: head/www/qt5-webengine/files/patch-src_3rdparty_chromium_v8_src_arm_cpu-arm.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/qt5-webengine/files/patch-src_3rdparty_chromium_v8_src_arm_cpu-arm.cc Wed Jun 6 13:53:04 2018 (r471843) @@ -0,0 +1,23 @@ +--- src/3rdparty/chromium/v8/src/arm/cpu-arm.cc.orig 2017-09-25 11:16:57 UTC ++++ src/3rdparty/chromium/v8/src/arm/cpu-arm.cc +@@ -17,6 +17,11 @@ + #include "src/assembler.h" + #include "src/macro-assembler.h" + ++#if V8_OS_FREEBSD ++#include ++#include ++#endif ++ + namespace v8 { + namespace internal { + +@@ -24,6 +29,8 @@ void CpuFeatures::FlushICache(void* start, size_t size + #if !defined(USE_SIMULATOR) + #if V8_OS_QNX + msync(start, size, MS_SYNC | MS_INVALIDATE_ICACHE); ++#elif V8_OS_FREEBSD ++ __clear_cache(start, reinterpret_cast(start) + size); + #else + register uint32_t beg asm("r0") = reinterpret_cast(start); + register uint32_t end asm("r1") = beg + size; Added: head/www/qt5-webengine/files/patch-src_3rdparty_chromium_v8_src_base_cpu.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/qt5-webengine/files/patch-src_3rdparty_chromium_v8_src_base_cpu.cc Wed Jun 6 13:53:04 2018 (r471843) @@ -0,0 +1,19 @@ +--- src/3rdparty/chromium/v8/src/base/cpu.cc.orig 2018-03-20 07:26:22 UTC ++++ src/3rdparty/chromium/v8/src/base/cpu.cc +@@ -600,7 +600,7 @@ CPU::CPU() + #endif + + #elif V8_HOST_ARCH_ARM64 +- ++#if V8_OS_LINUX + CPUInfo cpu_info; + + // Extract implementor from the "CPU implementer" field. +@@ -634,6 +634,7 @@ CPU::CPU() + } + delete[] part; + } ++#endif // V8_OS_LINUX + + #elif V8_HOST_ARCH_PPC + Added: head/www/qt5-webengine/files/patch-src_3rdparty_chromium_v8_src_base_platform_platform-freebsd.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/qt5-webengine/files/patch-src_3rdparty_chromium_v8_src_base_platform_platform-freebsd.cc Wed Jun 6 13:53:04 2018 (r471843) @@ -0,0 +1,25 @@ +--- src/3rdparty/chromium/v8/src/base/platform/platform-freebsd.cc.orig 2017-09-25 11:52:56 UTC ++++ src/3rdparty/chromium/v8/src/base/platform/platform-freebsd.cc +@@ -36,6 +36,22 @@ namespace v8 { + namespace base { + + ++#ifdef __arm__ ++bool OS::ArmUsingHardFloat() { ++#if defined(__ARM_PCS_VFP) ++ return true; ++#elif defined(__ARM_PCS) || defined(__SOFTFP__) || defined(__SOFTFP) || \ ++ !defined(__VFP_FP__) ++ return false; ++#else ++#error "Your compiler does not report the FP ABI compiled for." \ ++ "Please report it on this issue" \ ++ "http://code.google.com/p/v8/issues/detail?id=2140" ++#endif ++} ++#endif ++ ++ + const char* OS::LocalTimezone(double time, TimezoneCache* cache) { + if (std::isnan(time)) return ""; + time_t tv = static_cast(std::floor(time/msPerSecond)); Added: head/www/qt5-webengine/files/patch-src_3rdparty_chromium_v8_src_libsampler_sampler.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/qt5-webengine/files/patch-src_3rdparty_chromium_v8_src_libsampler_sampler.cc Wed Jun 6 13:53:04 2018 (r471843) @@ -0,0 +1,15 @@ +--- src/3rdparty/chromium/v8/src/libsampler/sampler.cc.orig 2018-03-20 07:19:58 UTC ++++ src/3rdparty/chromium/v8/src/libsampler/sampler.cc +@@ -499,9 +499,9 @@ void SignalHandler::FillRegisterState(void* context, R + state->sp = reinterpret_cast(mcontext.mc_rsp); + state->fp = reinterpret_cast(mcontext.mc_rbp); + #elif V8_HOST_ARCH_ARM +- state->pc = reinterpret_cast(mcontext.mc_r15); +- state->sp = reinterpret_cast(mcontext.mc_r13); +- state->fp = reinterpret_cast(mcontext.mc_r11); ++ state->pc = reinterpret_cast(mcontext.__gregs[_REG_PC]); ++ state->sp = reinterpret_cast(mcontext.__gregs[_REG_SP]); ++ state->fp = reinterpret_cast(mcontext.__gregs[_REG_FP]); + #endif // V8_HOST_ARCH_* + #elif V8_OS_NETBSD + #if V8_HOST_ARCH_IA32 From owner-svn-ports-all@freebsd.org Wed Jun 6 14:19:53 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5252BFF7A96; Wed, 6 Jun 2018 14:19:53 +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 E1D427664A; Wed, 6 Jun 2018 14:19:52 +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 C266F41E3; Wed, 6 Jun 2018 14:19:52 +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 w56EJq4b030140; Wed, 6 Jun 2018 14:19:52 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w56EJpkt030135; Wed, 6 Jun 2018 14:19:51 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201806061419.w56EJpkt030135@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 6 Jun 2018 14:19:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471844 - in head/devel: . yosys X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/devel: . yosys X-SVN-Commit-Revision: 471844 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 14:19:53 -0000 Author: tobik Date: Wed Jun 6 14:19:51 2018 New Revision: 471844 URL: https://svnweb.freebsd.org/changeset/ports/471844 Log: New port: devel/yosys Yosys is a framework for Verilog RTL synthesis. It currently has extensive Verilog-2005 support and provides a basic set of synthesis algorithms for various application domains. WWW: http://www.clifford.at/yosys/ PR: 227591 Submitted by: Johnny Sorocil Differential Revision: https://reviews.freebsd.org/D15632 Added: head/devel/yosys/ head/devel/yosys/Makefile (contents, props changed) head/devel/yosys/distinfo (contents, props changed) head/devel/yosys/pkg-descr (contents, props changed) head/devel/yosys/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Jun 6 13:53:04 2018 (r471843) +++ head/devel/Makefile Wed Jun 6 14:19:51 2018 (r471844) @@ -6246,6 +6246,7 @@ SUBDIR += yaml2argdata SUBDIR += yasm SUBDIR += yasm-devel + SUBDIR += yosys SUBDIR += youcompleteme SUBDIR += z80-asm SUBDIR += z80asm Added: head/devel/yosys/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/yosys/Makefile Wed Jun 6 14:19:51 2018 (r471844) @@ -0,0 +1,34 @@ +# Created by: Johnny Sorocil +# $FreeBSD$ + +PORTNAME= yosys +DISTVERSION= 0.7-783 +DISTVERSIONSUFFIX= -gbab39eac +CATEGORIES= devel + +MAINTAINER= jsorocil@gmail.com +COMMENT= Yosys Open SYnthesis Suite + +LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= abc:cad/abc \ + bash:shells/bash \ + gawk:lang/gawk +LIB_DEPENDS= libffi.so:devel/libffi + +USES= bison gmake pkgconfig python:3.6+ readline shebangfix tcl +SHEBANG_FILES= backends/smt2/smtbmc.py \ + misc/yosys-config.in + +USE_GITHUB= yes +GH_ACCOUNT= YosysHQ +GH_TAGNAME= bab39eacce5c17c42d50a3a60a67cc8a9ee52d98 + +BINARY_ALIAS= python3=${PYTHON_CMD} tclsh=${TCLSH} +MAKE_ARGS= ABCEXTERNAL=abc + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/yosys + +.include Added: head/devel/yosys/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/yosys/distinfo Wed Jun 6 14:19:51 2018 (r471844) @@ -0,0 +1,3 @@ +TIMESTAMP = 1527191683 +SHA256 (YosysHQ-yosys-0.7-783-gbab39eac-bab39eacce5c17c42d50a3a60a67cc8a9ee52d98_GH0.tar.gz) = 1c97050a19f653fc957550cb5a505e1ebcb5722eade487bd86e8a5f9681ae09c +SIZE (YosysHQ-yosys-0.7-783-gbab39eac-bab39eacce5c17c42d50a3a60a67cc8a9ee52d98_GH0.tar.gz) = 1089933 Added: head/devel/yosys/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/yosys/pkg-descr Wed Jun 6 14:19:51 2018 (r471844) @@ -0,0 +1,5 @@ +Yosys is a framework for Verilog RTL synthesis. It currently has +extensive Verilog-2005 support and provides a basic set of synthesis +algorithms for various application domains. + +WWW: http://www.clifford.at/yosys/ Added: head/devel/yosys/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/yosys/pkg-plist Wed Jun 6 14:19:51 2018 (r471844) @@ -0,0 +1,86 @@ +bin/yosys +bin/yosys-config +bin/yosys-filterlib +bin/yosys-smtbmc +%%DATADIR%%/achronix/speedster22i/cells_map.v +%%DATADIR%%/achronix/speedster22i/cells_sim.v +%%DATADIR%%/adff2dff.v +%%DATADIR%%/cells.lib +%%DATADIR%%/coolrunner2/cells_latch.v +%%DATADIR%%/coolrunner2/cells_sim.v +%%DATADIR%%/coolrunner2/tff_extract.v +%%DATADIR%%/coolrunner2/xc2_dff.lib +%%DATADIR%%/dff2ff.v +%%DATADIR%%/gowin/cells_map.v +%%DATADIR%%/gowin/cells_sim.v +%%DATADIR%%/greenpak4/cells_blackbox.v +%%DATADIR%%/greenpak4/cells_latch.v +%%DATADIR%%/greenpak4/cells_map.v +%%DATADIR%%/greenpak4/cells_sim_ams.v +%%DATADIR%%/greenpak4/cells_sim_digital.v +%%DATADIR%%/greenpak4/cells_sim_wip.v +%%DATADIR%%/greenpak4/cells_sim.v +%%DATADIR%%/greenpak4/gp_dff.lib +%%DATADIR%%/ice40/arith_map.v +%%DATADIR%%/ice40/brams_init1.vh +%%DATADIR%%/ice40/brams_init2.vh +%%DATADIR%%/ice40/brams_init3.vh +%%DATADIR%%/ice40/brams_map.v +%%DATADIR%%/ice40/brams.txt +%%DATADIR%%/ice40/cells_map.v +%%DATADIR%%/ice40/cells_sim.v +%%DATADIR%%/ice40/latches_map.v +%%DATADIR%%/include/backends/ilang/ilang_backend.h +%%DATADIR%%/include/frontends/ast/ast.h +%%DATADIR%%/include/kernel/celledges.h +%%DATADIR%%/include/kernel/celltypes.h +%%DATADIR%%/include/kernel/consteval.h +%%DATADIR%%/include/kernel/hashlib.h +%%DATADIR%%/include/kernel/log.h +%%DATADIR%%/include/kernel/macc.h +%%DATADIR%%/include/kernel/modtools.h +%%DATADIR%%/include/kernel/register.h +%%DATADIR%%/include/kernel/rtlil.h +%%DATADIR%%/include/kernel/satgen.h +%%DATADIR%%/include/kernel/sigtools.h +%%DATADIR%%/include/kernel/utils.h +%%DATADIR%%/include/kernel/yosys.h +%%DATADIR%%/include/libs/ezsat/ezminisat.h +%%DATADIR%%/include/libs/ezsat/ezsat.h +%%DATADIR%%/include/libs/sha1/sha1.h +%%DATADIR%%/include/passes/fsm/fsmdata.h +%%DATADIR%%/intel/a10gx/cells_map.v +%%DATADIR%%/intel/a10gx/cells_sim.v +%%DATADIR%%/intel/common/altpll_bb.v +%%DATADIR%%/intel/common/brams_map.v +%%DATADIR%%/intel/common/brams.txt +%%DATADIR%%/intel/common/m9k_bb.v +%%DATADIR%%/intel/cyclone10/cells_map.v +%%DATADIR%%/intel/cyclone10/cells_sim.v +%%DATADIR%%/intel/cycloneiv/cells_map.v +%%DATADIR%%/intel/cycloneiv/cells_sim.v +%%DATADIR%%/intel/cycloneive/cells_map.v +%%DATADIR%%/intel/cycloneive/cells_sim.v +%%DATADIR%%/intel/cyclonev/cells_map.v +%%DATADIR%%/intel/cyclonev/cells_sim.v +%%DATADIR%%/intel/max10/cells_map.v +%%DATADIR%%/intel/max10/cells_sim.v +%%DATADIR%%/pmux2mux.v +%%DATADIR%%/python3/smtio.py +%%DATADIR%%/simcells.v +%%DATADIR%%/simlib.v +%%DATADIR%%/techmap.v +%%DATADIR%%/xilinx/arith_map.v +%%DATADIR%%/xilinx/brams_bb.v +%%DATADIR%%/xilinx/brams_init_%%PYTHON_SUFFIX%%.vh +%%DATADIR%%/xilinx/brams_init_16.vh +%%DATADIR%%/xilinx/brams_init_18.vh +%%DATADIR%%/xilinx/brams_init_32.vh +%%DATADIR%%/xilinx/brams_map.v +%%DATADIR%%/xilinx/brams.txt +%%DATADIR%%/xilinx/cells_map.v +%%DATADIR%%/xilinx/cells_sim.v +%%DATADIR%%/xilinx/cells_xtra.v +%%DATADIR%%/xilinx/drams_map.v +%%DATADIR%%/xilinx/drams.txt +%%DATADIR%%/xilinx/lut2lut.v From owner-svn-ports-all@freebsd.org Wed Jun 6 14:26:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 757BEFF7F16; Wed, 6 Jun 2018 14:26: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 27AB776D4F; Wed, 6 Jun 2018 14:26:24 +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 04537436C; Wed, 6 Jun 2018 14:26:24 +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 w56EQNsd035239; Wed, 6 Jun 2018 14:26:23 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w56EQNMS035237; Wed, 6 Jun 2018 14:26:23 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201806061426.w56EQNMS035237@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 6 Jun 2018 14:26:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471845 - head/print/cups X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: head/print/cups X-SVN-Commit-Revision: 471845 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 14:26:24 -0000 Author: tijl Date: Wed Jun 6 14:26:23 2018 New Revision: 471845 URL: https://svnweb.freebsd.org/changeset/ports/471845 Log: Update to 2.2.8. Modified: head/print/cups/Makefile head/print/cups/distinfo Modified: head/print/cups/Makefile ============================================================================== --- head/print/cups/Makefile Wed Jun 6 14:19:51 2018 (r471844) +++ head/print/cups/Makefile Wed Jun 6 14:26:23 2018 (r471845) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cups -PORTVERSION= 2.2.7 +PORTVERSION= 2.2.8 DISTVERSIONPREFIX=v CATEGORIES= print Modified: head/print/cups/distinfo ============================================================================== --- head/print/cups/distinfo Wed Jun 6 14:19:51 2018 (r471844) +++ head/print/cups/distinfo Wed Jun 6 14:26:23 2018 (r471845) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525186763 -SHA256 (apple-cups-v2.2.7_GH0.tar.gz) = 863e9179fc232bb8336055730acb77e5be3253acde3d9e2e379beeb7b2b16d19 -SIZE (apple-cups-v2.2.7_GH0.tar.gz) = 10329777 +TIMESTAMP = 1528290622 +SHA256 (apple-cups-v2.2.8_GH0.tar.gz) = 8f87157960b9d80986f52989781d9de79235aa060e05008e4cf4c0a6ef6bca72 +SIZE (apple-cups-v2.2.8_GH0.tar.gz) = 10334321 From owner-svn-ports-all@freebsd.org Wed Jun 6 14:36:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45E4DFF8262; Wed, 6 Jun 2018 14:36:24 +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 EC760771F6; Wed, 6 Jun 2018 14:36:23 +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 CD94A4500; Wed, 6 Jun 2018 14:36:23 +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 w56EaNJQ040652; Wed, 6 Jun 2018 14:36:23 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w56EaMce040647; Wed, 6 Jun 2018 14:36:22 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201806061436.w56EaMce040647@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 6 Jun 2018 14:36:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471846 - in head/devel: . lattice-ice40-examples-hx1k X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/devel: . lattice-ice40-examples-hx1k X-SVN-Commit-Revision: 471846 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 14:36:24 -0000 Author: tobik Date: Wed Jun 6 14:36:22 2018 New Revision: 471846 URL: https://svnweb.freebsd.org/changeset/ports/471846 Log: New port: devel/lattice-ice40-examples-hx1k Examples (LED blinky and VGA + PS/2) for the Lattice iCE40-HX1K FPGA board from Olimex WWW: https://github.com/OLIMEX/iCE40HX1K-EVB PR: 227593 Submitted by: Johnny Sorocil Differential Revision: https://reviews.freebsd.org/D15632 Added: head/devel/lattice-ice40-examples-hx1k/ head/devel/lattice-ice40-examples-hx1k/Makefile (contents, props changed) head/devel/lattice-ice40-examples-hx1k/distinfo (contents, props changed) head/devel/lattice-ice40-examples-hx1k/pkg-descr (contents, props changed) head/devel/lattice-ice40-examples-hx1k/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Jun 6 14:26:23 2018 (r471845) +++ head/devel/Makefile Wed Jun 6 14:36:22 2018 (r471846) @@ -1327,6 +1327,7 @@ SUBDIR += kyra SUBDIR += kyua SUBDIR += lasi + SUBDIR += lattice-ice40-examples-hx1k SUBDIR += lcov SUBDIR += leaktracer SUBDIR += leatherman Added: head/devel/lattice-ice40-examples-hx1k/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/lattice-ice40-examples-hx1k/Makefile Wed Jun 6 14:36:22 2018 (r471846) @@ -0,0 +1,47 @@ +# Created by: Johnny Sorocil +# $FreeBSD$ + +PORTNAME= lattice-ice40-examples-hx1k +PORTVERSION= g20180310 +CATEGORIES= devel + +MAINTAINER= jsorocil@gmail.com +COMMENT= Lattice iCE40 FPGA examples for the Olimex HX1K board + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= abc:cad/abc \ + arachne-pnr:devel/arachne-pnr \ + icepack:devel/icestorm \ + yosys:devel/yosys + +USES= gmake +USE_GITHUB= yes +GH_ACCOUNT= OLIMEX +GH_PROJECT= iCE40HX1K-EVB +GH_TAGNAME= 69df5a7fc2daa8f00a984426b721499f6df22492 + +EXAMPLESDIR= ${PREFIX}/share/examples/lattice-ice40-olimex +NO_ARCH= yes + +do-build: + ${DO_MAKE_BUILD} -C ${WRKSRC}/demo/ice40hx1k-evb + ${DO_MAKE_BUILD} -C ${WRKSRC}/demo/ice40-io-video + +do-install: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/demo/ice40hx1k-evb/example.v \ + ${STAGEDIR}${EXAMPLESDIR}/ice40hx1k-blinky.v + ${INSTALL_DATA} ${WRKSRC}/demo/ice40hx1k-evb/example.rpt \ + ${STAGEDIR}${EXAMPLESDIR}/ice40hx1k-blinky.rpt + ${INSTALL_DATA} ${WRKSRC}/demo/ice40hx1k-evb/example.bin \ + ${STAGEDIR}${EXAMPLESDIR}/ice40hx1k-blinky.bin + ${INSTALL_DATA} ${WRKSRC}/demo/ice40-io-video/example.v \ + ${STAGEDIR}${EXAMPLESDIR}/ice40hx1k-vga-ps2.v + ${INSTALL_DATA} ${WRKSRC}/demo/ice40-io-video/example.rpt \ + ${STAGEDIR}${EXAMPLESDIR}/ice40hx1k-vga-ps2.rpt + ${INSTALL_DATA} ${WRKSRC}/demo/ice40-io-video/example.bin \ + ${STAGEDIR}${EXAMPLESDIR}/ice40hx1k-vga-ps2.bin + +.include Added: head/devel/lattice-ice40-examples-hx1k/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/lattice-ice40-examples-hx1k/distinfo Wed Jun 6 14:36:22 2018 (r471846) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526722546 +SHA256 (OLIMEX-iCE40HX1K-EVB-g20180310-69df5a7fc2daa8f00a984426b721499f6df22492_GH0.tar.gz) = 99a6328ccfcd7a6a8a25d1521c028d1a1b5418b7de1dcc3b2db40e7d1bed9034 +SIZE (OLIMEX-iCE40HX1K-EVB-g20180310-69df5a7fc2daa8f00a984426b721499f6df22492_GH0.tar.gz) = 2181827 Added: head/devel/lattice-ice40-examples-hx1k/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/lattice-ice40-examples-hx1k/pkg-descr Wed Jun 6 14:36:22 2018 (r471846) @@ -0,0 +1,4 @@ +Examples (LED blinky and VGA + PS/2) for the Lattice iCE40-HX1K +FPGA board from Olimex + +WWW: https://github.com/OLIMEX/iCE40HX1K-EVB Added: head/devel/lattice-ice40-examples-hx1k/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/lattice-ice40-examples-hx1k/pkg-plist Wed Jun 6 14:36:22 2018 (r471846) @@ -0,0 +1,6 @@ +%%EXAMPLESDIR%%/ice40hx1k-blinky.bin +%%EXAMPLESDIR%%/ice40hx1k-blinky.rpt +%%EXAMPLESDIR%%/ice40hx1k-blinky.v +%%EXAMPLESDIR%%/ice40hx1k-vga-ps2.bin +%%EXAMPLESDIR%%/ice40hx1k-vga-ps2.rpt +%%EXAMPLESDIR%%/ice40hx1k-vga-ps2.v From owner-svn-ports-all@freebsd.org Wed Jun 6 14:43:00 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A431BFF85E0; Wed, 6 Jun 2018 14:43:00 +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 55A427766B; Wed, 6 Jun 2018 14:43:00 +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 37BC8469F; Wed, 6 Jun 2018 14: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 w56Eh0sR045465; Wed, 6 Jun 2018 14:43:00 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w56Egxnv045456; Wed, 6 Jun 2018 14:42:59 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201806061442.w56Egxnv045456@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 6 Jun 2018 14:42:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471847 - in head/devel: . lattice-ice40-examples-hx8k X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/devel: . lattice-ice40-examples-hx8k X-SVN-Commit-Revision: 471847 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 14:43:00 -0000 Author: tobik Date: Wed Jun 6 14:42:58 2018 New Revision: 471847 URL: https://svnweb.freebsd.org/changeset/ports/471847 Log: New port: devel/lattice-ice40-examples-hx8k Examples (LED blinky and VGA + PS/2) for the Lattice iCE40-HX8K FPGA board from Olimex WWW: https://github.com/OLIMEX/iCE40HX8K-EVB PR: 227594 Submitted by: Johnny Sorocil Differential Revision: https://reviews.freebsd.org/D15632 Added: head/devel/lattice-ice40-examples-hx8k/ head/devel/lattice-ice40-examples-hx8k/Makefile (contents, props changed) head/devel/lattice-ice40-examples-hx8k/distinfo (contents, props changed) head/devel/lattice-ice40-examples-hx8k/pkg-descr (contents, props changed) head/devel/lattice-ice40-examples-hx8k/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Jun 6 14:36:22 2018 (r471846) +++ head/devel/Makefile Wed Jun 6 14:42:58 2018 (r471847) @@ -1328,6 +1328,7 @@ SUBDIR += kyua SUBDIR += lasi SUBDIR += lattice-ice40-examples-hx1k + SUBDIR += lattice-ice40-examples-hx8k SUBDIR += lcov SUBDIR += leaktracer SUBDIR += leatherman Added: head/devel/lattice-ice40-examples-hx8k/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/lattice-ice40-examples-hx8k/Makefile Wed Jun 6 14:42:58 2018 (r471847) @@ -0,0 +1,47 @@ +# Created by: Johnny Sorocil +# $FreeBSD$ + +PORTNAME= lattice-ice40-examples-hx8k +PORTVERSION= g20180310 +CATEGORIES= devel + +MAINTAINER= jsorocil@gmail.com +COMMENT= Lattice iCE40 FPGA examples for the Olimex HX8K board + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= abc:cad/abc \ + arachne-pnr:devel/arachne-pnr \ + icepack:devel/icestorm \ + yosys:devel/yosys + +USES= gmake +USE_GITHUB= yes +GH_ACCOUNT= OLIMEX +GH_PROJECT= iCE40HX8K-EVB +GH_TAGNAME= ae283711fc6c18f1905d0abf78195aed191ce612 + +EXAMPLESDIR= ${PREFIX}/share/examples/lattice-ice40-olimex +NO_ARCH= yes + +do-build: + ${DO_MAKE_BUILD} -C ${WRKSRC}/demo/ice40hx8k-evb + ${DO_MAKE_BUILD} -C ${WRKSRC}/demo/ice40-io-video + +do-install: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/demo/ice40hx8k-evb/example.v \ + ${STAGEDIR}${EXAMPLESDIR}/ice40hx8k-blinky.v + ${INSTALL_DATA} ${WRKSRC}/demo/ice40hx8k-evb/example.rpt \ + ${STAGEDIR}${EXAMPLESDIR}/ice40hx8k-blinky.rpt + ${INSTALL_DATA} ${WRKSRC}/demo/ice40hx8k-evb/example.bin \ + ${STAGEDIR}${EXAMPLESDIR}/ice40hx8k-blinky.bin + ${INSTALL_DATA} ${WRKSRC}/demo/ice40-io-video/example.v \ + ${STAGEDIR}${EXAMPLESDIR}/ice40hx8k-vga-ps2.v + ${INSTALL_DATA} ${WRKSRC}/demo/ice40-io-video/example.rpt \ + ${STAGEDIR}${EXAMPLESDIR}/ice40hx8k-vga-ps2.rpt + ${INSTALL_DATA} ${WRKSRC}/demo/ice40-io-video/example.bin \ + ${STAGEDIR}${EXAMPLESDIR}/ice40hx8k-vga-ps2.bin + +.include Added: head/devel/lattice-ice40-examples-hx8k/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/lattice-ice40-examples-hx8k/distinfo Wed Jun 6 14:42:58 2018 (r471847) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526800249 +SHA256 (OLIMEX-iCE40HX8K-EVB-g20180310-ae283711fc6c18f1905d0abf78195aed191ce612_GH0.tar.gz) = 1f6d29d1420f608fda49f1b50085453bd4c6d32067773d210af386f95b24bd3a +SIZE (OLIMEX-iCE40HX8K-EVB-g20180310-ae283711fc6c18f1905d0abf78195aed191ce612_GH0.tar.gz) = 1370726 Added: head/devel/lattice-ice40-examples-hx8k/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/lattice-ice40-examples-hx8k/pkg-descr Wed Jun 6 14:42:58 2018 (r471847) @@ -0,0 +1,4 @@ +Examples (LED blinky and VGA + PS/2) for the Lattice iCE40-HX8K +FPGA board from Olimex + +WWW: https://github.com/OLIMEX/iCE40HX8K-EVB Added: head/devel/lattice-ice40-examples-hx8k/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/lattice-ice40-examples-hx8k/pkg-plist Wed Jun 6 14:42:58 2018 (r471847) @@ -0,0 +1,6 @@ +%%EXAMPLESDIR%%/ice40hx8k-blinky.bin +%%EXAMPLESDIR%%/ice40hx8k-blinky.rpt +%%EXAMPLESDIR%%/ice40hx8k-blinky.v +%%EXAMPLESDIR%%/ice40hx8k-vga-ps2.bin +%%EXAMPLESDIR%%/ice40hx8k-vga-ps2.rpt +%%EXAMPLESDIR%%/ice40hx8k-vga-ps2.v From owner-svn-ports-all@freebsd.org Wed Jun 6 14:52:59 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40595FF8970; Wed, 6 Jun 2018 14:52:59 +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 E5E1477AD2; Wed, 6 Jun 2018 14:52:58 +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 C6FFA4831; Wed, 6 Jun 2018 14:52:58 +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 w56Eqwvk050412; Wed, 6 Jun 2018 14:52:58 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w56EqwEA050407; Wed, 6 Jun 2018 14:52:58 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201806061452.w56EqwEA050407@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 6 Jun 2018 14:52:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471848 - in head/devel: . lattice-ice40-tools X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/devel: . lattice-ice40-tools X-SVN-Commit-Revision: 471848 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 14:52:59 -0000 Author: tobik Date: Wed Jun 6 14:52:57 2018 New Revision: 471848 URL: https://svnweb.freebsd.org/changeset/ports/471848 Log: New port: devel/lattice-ice40-tools Metaport which enables a fully open source Verilog-to-Bitstream flow for iCE40 FPGAs. WWW: http://www.clifford.at/icestorm PR: 227592 Submitted by: Johnny Sorocil Differential Revision: https://reviews.freebsd.org/D15632 Added: head/devel/lattice-ice40-tools/ head/devel/lattice-ice40-tools/Makefile (contents, props changed) head/devel/lattice-ice40-tools/distinfo (contents, props changed) head/devel/lattice-ice40-tools/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Jun 6 14:42:58 2018 (r471847) +++ head/devel/Makefile Wed Jun 6 14:52:57 2018 (r471848) @@ -1329,6 +1329,7 @@ SUBDIR += lasi SUBDIR += lattice-ice40-examples-hx1k SUBDIR += lattice-ice40-examples-hx8k + SUBDIR += lattice-ice40-tools SUBDIR += lcov SUBDIR += leaktracer SUBDIR += leatherman Added: head/devel/lattice-ice40-tools/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/lattice-ice40-tools/Makefile Wed Jun 6 14:52:57 2018 (r471848) @@ -0,0 +1,25 @@ +# Created by: Johnny Sorocil +# $FreeBSD$ + +PORTNAME= lattice-ice40-tools +PORTVERSION= g20180310 +CATEGORIES= devel + +MAINTAINER= jsorocil@gmail.com +COMMENT= Open source tools for Lattice iCE40 FPGAs + +RUN_DEPENDS= abc:cad/abc \ + arachne-pnr:devel/arachne-pnr \ + icepack:devel/icestorm \ + yosys:devel/yosys + +USES= metaport + +OPTIONS_DEFINE= EXAMPLES + +EXAMPLES_DESC= Build examples for Olimex iCE40 FPGA boards + +EXAMPLES_RUN_DEPENDS= lattice-ice40-examples-hx1k>=g0:devel/lattice-ice40-examples-hx1k \ + lattice-ice40-examples-hx8k>=g0:devel/lattice-ice40-examples-hx8k + +.include Added: head/devel/lattice-ice40-tools/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/lattice-ice40-tools/distinfo Wed Jun 6 14:52:57 2018 (r471848) @@ -0,0 +1,5 @@ +TIMESTAMP = 1528041379 +SHA256 (OLIMEX-iCE40HX1K-EVB-69df5a7fc2daa8f00a984426b721499f6df22492_GH0.tar.gz) = 99a6328ccfcd7a6a8a25d1521c028d1a1b5418b7de1dcc3b2db40e7d1bed9034 +SIZE (OLIMEX-iCE40HX1K-EVB-69df5a7fc2daa8f00a984426b721499f6df22492_GH0.tar.gz) = 2181827 +SHA256 (OLIMEX-iCE40HX8K-EVB-ae283711fc6c18f1905d0abf78195aed191ce612_GH0.tar.gz) = 1f6d29d1420f608fda49f1b50085453bd4c6d32067773d210af386f95b24bd3a +SIZE (OLIMEX-iCE40HX8K-EVB-ae283711fc6c18f1905d0abf78195aed191ce612_GH0.tar.gz) = 1370726 Added: head/devel/lattice-ice40-tools/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/lattice-ice40-tools/pkg-descr Wed Jun 6 14:52:57 2018 (r471848) @@ -0,0 +1,4 @@ +Metaport which enables a fully open source Verilog-to-Bitstream +flow for iCE40 FPGAs. + +WWW: http://www.clifford.at/icestorm From owner-svn-ports-all@freebsd.org Wed Jun 6 15:13:13 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9EA3DFD0A25; Wed, 6 Jun 2018 15:13:13 +0000 (UTC) (envelope-from zeising@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 4C2B178FD7; Wed, 6 Jun 2018 15:13:13 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2D21B4B68; Wed, 6 Jun 2018 15:13:13 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w56FDDK5061064; Wed, 6 Jun 2018 15:13:13 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w56FDCrK061061; Wed, 6 Jun 2018 15:13:12 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201806061513.w56FDCrK061061@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Wed, 6 Jun 2018 15:13:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471849 - in head/graphics: drm-next-kmod drm-stable-kmod X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in head/graphics: drm-next-kmod drm-stable-kmod X-SVN-Commit-Revision: 471849 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 15:13:13 -0000 Author: zeising Date: Wed Jun 6 15:13:12 2018 New Revision: 471849 URL: https://svnweb.freebsd.org/changeset/ports/471849 Log: graphics/drm-next-kmod graphics/drm-stable-kmod: Update to latest snapshot Update graphics kmods to latest snapshots to fix build issues on the very latest current, past r334662 Approved by: jmd (maintainer, implicit, regression fix) Modified: head/graphics/drm-next-kmod/Makefile head/graphics/drm-next-kmod/distinfo head/graphics/drm-stable-kmod/Makefile head/graphics/drm-stable-kmod/distinfo Modified: head/graphics/drm-next-kmod/Makefile ============================================================================== --- head/graphics/drm-next-kmod/Makefile Wed Jun 6 14:52:57 2018 (r471848) +++ head/graphics/drm-next-kmod/Makefile Wed Jun 6 15:13:12 2018 (r471849) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drm-next-kmod -PORTVERSION= 4.11.g20180602 +PORTVERSION= 4.11.g20180606 CATEGORIES= graphics kld MAINTAINER= jmd@FreeBSD.org @@ -25,7 +25,7 @@ USES= kmod uidfix USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= kms-drm -GH_TAGNAME= 3f50a1b +GH_TAGNAME= d1f0b83 .include Modified: head/graphics/drm-next-kmod/distinfo ============================================================================== --- head/graphics/drm-next-kmod/distinfo Wed Jun 6 14:52:57 2018 (r471848) +++ head/graphics/drm-next-kmod/distinfo Wed Jun 6 15:13:12 2018 (r471849) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527936438 -SHA256 (FreeBSDDesktop-kms-drm-4.11.g20180602-3f50a1b_GH0.tar.gz) = a85020cff6a65d746c97f6b593f54970dd90dab6ceaba6088de8d31712ab75f1 -SIZE (FreeBSDDesktop-kms-drm-4.11.g20180602-3f50a1b_GH0.tar.gz) = 7357117 +TIMESTAMP = 1528297520 +SHA256 (FreeBSDDesktop-kms-drm-4.11.g20180606-d1f0b83_GH0.tar.gz) = 206dd8d6a5adf4762536d3eff2157c5d5e29450f02f6a0d063024bdffd8bbd27 +SIZE (FreeBSDDesktop-kms-drm-4.11.g20180606-d1f0b83_GH0.tar.gz) = 7357065 Modified: head/graphics/drm-stable-kmod/Makefile ============================================================================== --- head/graphics/drm-stable-kmod/Makefile Wed Jun 6 14:52:57 2018 (r471848) +++ head/graphics/drm-stable-kmod/Makefile Wed Jun 6 15:13:12 2018 (r471849) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drm-stable-kmod -PORTVERSION= g20180602 +PORTVERSION= g20180606 CATEGORIES= graphics kld MAINTAINER= jmd@FreeBSD.org @@ -25,7 +25,7 @@ USES= kmod uidfix USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= kms-drm -GH_TAGNAME= b0074b1 +GH_TAGNAME= 37ff8a1 .include Modified: head/graphics/drm-stable-kmod/distinfo ============================================================================== --- head/graphics/drm-stable-kmod/distinfo Wed Jun 6 14:52:57 2018 (r471848) +++ head/graphics/drm-stable-kmod/distinfo Wed Jun 6 15:13:12 2018 (r471849) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527936486 -SHA256 (FreeBSDDesktop-kms-drm-g20180602-b0074b1_GH0.tar.gz) = 35755b2cafb01212c79828c6636b9cfbc129d9fd2d12ed97d5a3ccf82123d068 -SIZE (FreeBSDDesktop-kms-drm-g20180602-b0074b1_GH0.tar.gz) = 6677917 +TIMESTAMP = 1528297531 +SHA256 (FreeBSDDesktop-kms-drm-g20180606-37ff8a1_GH0.tar.gz) = 3bd9e7feb335cb43b3bd82d55f78b5a556c116404be3993547d90d3b12808dca +SIZE (FreeBSDDesktop-kms-drm-g20180606-37ff8a1_GH0.tar.gz) = 6677852 From owner-svn-ports-all@freebsd.org Wed Jun 6 15:15:20 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3FA39FD0BBE; Wed, 6 Jun 2018 15:15:20 +0000 (UTC) (envelope-from krion@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 DBD3A7918E; Wed, 6 Jun 2018 15:15:19 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 B8D564B69; Wed, 6 Jun 2018 15:15:19 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w56FFJJC061363; Wed, 6 Jun 2018 15:15:19 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w56FFI0k061356; Wed, 6 Jun 2018 15:15:18 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201806061515.w56FFI0k061356@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Wed, 6 Jun 2018 15:15:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471850 - in head/biology: . infernal infernal/files X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: in head/biology: . infernal infernal/files X-SVN-Commit-Revision: 471850 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 15:15:20 -0000 Author: krion Date: Wed Jun 6 15:15:18 2018 New Revision: 471850 URL: https://svnweb.freebsd.org/changeset/ports/471850 Log: Add new port: biology/infernal Infernal is a tool for searching DNA sequence database for RNA structure and sequence similarities. The Rfam database of RNA families is based on Infernal, and we can search DNA sequences for structural homologs of Rfam families. WWW: http://eddylab.org/infernal/ PR: 228776 Submitted by: Motomichi Matsuzaki Added: head/biology/infernal/ head/biology/infernal/Makefile (contents, props changed) head/biology/infernal/distinfo (contents, props changed) head/biology/infernal/files/ head/biology/infernal/files/patch-configure (contents, props changed) head/biology/infernal/pkg-descr (contents, props changed) head/biology/infernal/pkg-plist (contents, props changed) Modified: head/biology/Makefile Modified: head/biology/Makefile ============================================================================== --- head/biology/Makefile Wed Jun 6 15:13:12 2018 (r471849) +++ head/biology/Makefile Wed Jun 6 15:15:18 2018 (r471850) @@ -45,6 +45,7 @@ SUBDIR += hmmer SUBDIR += htslib SUBDIR += hyphy + SUBDIR += infernal SUBDIR += iolib SUBDIR += iqtree SUBDIR += jalview Added: head/biology/infernal/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/infernal/Makefile Wed Jun 6 15:15:18 2018 (r471850) @@ -0,0 +1,46 @@ +# $FreeBSD$ + +PORTNAME= infernal +PORTVERSION= 1.1.2 +CATEGORIES= biology +MASTER_SITES= http://eddylab.org/infernal/ + +MAINTAINER= mzaki@niid.go.jp +COMMENT= Search sequence databases for structural RNA homologs + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= requires SSE2 or AltiVec instructions + +USES= gmake +GNU_CONFIGURE= yes +MAKE_ARGS= V=1 + +DOCFILES= Userguide.pdf +EXAMPLES= 5S_rRNA.c.cm 5S_rRNA.sto \ + Cobalamin.c.cm Cobalamin.fa Cobalamin.sto \ + metag-example.fa minifam-metag.out minifam.cm \ + minifam.cm.i1f minifam.cm.i1i minifam.cm.i1m minifam.cm.i1p \ + mrum-genome.fa mrum-tRNAs10.fa mrum-tRNAs10.out \ + tRNA5-hand.c.cm tRNA5-hand.sto tRNA5-mrum.out \ + tRNA5-noss.sto tRNA5.c.cm tRNA5.sto + +OPTIONS_DEFINE= DOCS EXAMPLES TEST + +TEST_TEST_TARGET= check +TEST_USES= shebangfix perl5 +TEST_VARS= shebang_glob=*.pl shebang_files=easel/devkit/* use_perl5=build + +post-build-TEST-on: do-test + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${DOCFILES:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + +post-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${EXAMPLES:S,^,${WRKSRC}/tutorial/,} ${STAGEDIR}${EXAMPLESDIR} + +.include Added: head/biology/infernal/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/infernal/distinfo Wed Jun 6 15:15:18 2018 (r471850) @@ -0,0 +1,3 @@ +TIMESTAMP = 1528251928 +SHA256 (infernal-1.1.2.tar.gz) = ac8c24f484205cfb7124c38d6dc638a28f2b9035b9433efec5dc753c7e84226b +SIZE (infernal-1.1.2.tar.gz) = 19364073 Added: head/biology/infernal/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/infernal/files/patch-configure Wed Jun 6 15:15:18 2018 (r471850) @@ -0,0 +1,10 @@ +--- configure.orig 2016-07-01 20:26:34 UTC ++++ configure +@@ -3855,6 +3855,7 @@ fi + if test "$impl_choice" = "none"; then + case $host in + ia64-*-*) impl_choice=sse;; ++ amd64-*-*) impl_choice=sse;; + i?86-*-*) impl_choice=sse;; + x86*-*-*) impl_choice=sse;; + powerpc*-*-*) impl_choice=vmx;; Added: head/biology/infernal/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/infernal/pkg-descr Wed Jun 6 15:15:18 2018 (r471850) @@ -0,0 +1,14 @@ +Infernal, standing for "INFERence of RNA ALignment", is a tool for searching +DNA sequence database for RNA structure and sequence similarities. + +It is based on Covariance Model (CM), which scores a combination of sequence +consensus and RNA secondary structure consensus, and thus is more capable of +identifying RNA homologs than using primary sequence profile. + +The Rfam database of RNA families is based on Infernal. + +Citation: +Nawrocki & Eddy (2013) Infernal 1.1: 100-fold faster RNA homology searches, +Bioinformatics 29: 2933-2935. + +WWW: http://eddylab.org/infernal/ Added: head/biology/infernal/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/infernal/pkg-plist Wed Jun 6 15:15:18 2018 (r471850) @@ -0,0 +1,43 @@ +bin/cmalign +bin/cmbuild +bin/cmcalibrate +bin/cmconvert +bin/cmemit +bin/cmfetch +bin/cmpress +bin/cmscan +bin/cmsearch +bin/cmstat +man/man1/cmalign.1.gz +man/man1/cmbuild.1.gz +man/man1/cmcalibrate.1.gz +man/man1/cmconvert.1.gz +man/man1/cmemit.1.gz +man/man1/cmfetch.1.gz +man/man1/cmpress.1.gz +man/man1/cmscan.1.gz +man/man1/cmsearch.1.gz +man/man1/cmstat.1.gz +man/man1/infernal.1.gz +%%PORTDOCS%%%%DOCSDIR%%/Userguide.pdf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/5S_rRNA.c.cm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/5S_rRNA.sto +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Cobalamin.c.cm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Cobalamin.fa +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Cobalamin.sto +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/metag-example.fa +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minifam-metag.out +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minifam.cm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minifam.cm.i1f +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minifam.cm.i1i +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minifam.cm.i1m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minifam.cm.i1p +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mrum-genome.fa +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mrum-tRNAs10.fa +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mrum-tRNAs10.out +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tRNA5-hand.c.cm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tRNA5-hand.sto +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tRNA5-mrum.out +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tRNA5-noss.sto +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tRNA5.c.cm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tRNA5.sto From owner-svn-ports-all@freebsd.org Wed Jun 6 15:17:13 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C900FFD0D1F; Wed, 6 Jun 2018 15:17:13 +0000 (UTC) (envelope-from gjb@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 70DFD79320; Wed, 6 Jun 2018 15:17:13 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 336B04B6B; Wed, 6 Jun 2018 15:17:13 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w56FHCcx061536; Wed, 6 Jun 2018 15:17:12 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w56FHCoZ061535; Wed, 6 Jun 2018 15:17:12 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201806061517.w56FHCoZ061535@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 6 Jun 2018 15:17:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-tags@freebsd.org Subject: svn commit: r471851 - in tags/RELEASE_11_2_0: . www/waterfox/files X-SVN-Group: ports-tags X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: in tags/RELEASE_11_2_0: . www/waterfox/files X-SVN-Commit-Revision: 471851 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 15:17:14 -0000 Author: gjb Date: Wed Jun 6 15:17:12 2018 New Revision: 471851 URL: https://svnweb.freebsd.org/changeset/ports/471851 Log: Copy branches/2018Q2@471740 to tags/RELEASE_11_2_0 as part of the upcoming 11.2-RELEASE. Approved by: portmgr (antoine) Sponsored by: The FreeBSD Foundation Added: tags/RELEASE_11_2_0/ - copied from r471740, branches/2018Q2/ Modified: tags/RELEASE_11_2_0/www/waterfox/files/patch-bug1402766 Modified: tags/RELEASE_11_2_0/www/waterfox/files/patch-bug1402766 ============================================================================== --- branches/2018Q2/www/waterfox/files/patch-bug1402766 Tue Jun 5 00:58:12 2018 (r471740) +++ tags/RELEASE_11_2_0/www/waterfox/files/patch-bug1402766 Wed Jun 6 15:17:12 2018 (r471851) @@ -21,25 +21,25 @@ index 000000000000..79313ae1c4d4 --- /dev/null +++ layout/generic/crashtests/1405443.html @@ -0,0 +1,19 @@ -+ -+ -+ -+
-+A -+ -+ -+ -+
++ ++ ++ ++
++A ++ ++ ++ ++
diff --git layout/generic/crashtests/crashtests.list layout/generic/crashtests/crashtests.list index 25c2c32470fc..07cc75ea0f9a 100644 --- layout/generic/crashtests/crashtests.list From owner-svn-ports-all@freebsd.org Wed Jun 6 15:20:59 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2EFD1FD1000; Wed, 6 Jun 2018 15:20:59 +0000 (UTC) (envelope-from krion@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 D47CD79782; Wed, 6 Jun 2018 15:20:58 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1: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 B5A404C94; Wed, 6 Jun 2018 15:20:58 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w56FKwXP064143; Wed, 6 Jun 2018 15:20:58 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w56FKvHo064137; Wed, 6 Jun 2018 15:20:57 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201806061520.w56FKvHo064137@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Wed, 6 Jun 2018 15:20:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471852 - in head/biology/tRNAscan-SE: . files X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: in head/biology/tRNAscan-SE: . files X-SVN-Commit-Revision: 471852 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.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 15:20:59 -0000 Author: krion Date: Wed Jun 6 15:20:57 2018 New Revision: 471852 URL: https://svnweb.freebsd.org/changeset/ports/471852 Log: Update to 2.0.0 and pass maintainership to committer. PR: 228758 Submitted by: Motomichi Matsuzaki Added: head/biology/tRNAscan-SE/files/patch-Makefile.am (contents, props changed) head/biology/tRNAscan-SE/files/patch-configure.ac (contents, props changed) head/biology/tRNAscan-SE/files/patch-tRNAscan-SE.src (contents, props changed) Deleted: head/biology/tRNAscan-SE/files/patch-Makefile head/biology/tRNAscan-SE/files/patch-sqio.c Modified: head/biology/tRNAscan-SE/Makefile head/biology/tRNAscan-SE/distinfo head/biology/tRNAscan-SE/pkg-descr Modified: head/biology/tRNAscan-SE/Makefile ============================================================================== --- head/biology/tRNAscan-SE/Makefile Wed Jun 6 15:17:12 2018 (r471851) +++ head/biology/tRNAscan-SE/Makefile Wed Jun 6 15:20:57 2018 (r471852) @@ -2,46 +2,23 @@ # $FreeBSD$ PORTNAME= tRNAscan-SE -PORTVERSION= 1.23 -PORTREVISION= 1 +PORTVERSION= 2.0.0 CATEGORIES= biology -MASTER_SITES= ftp://selab.janelia.org/pub/software/tRNAscan-SE/ +MASTER_SITES= http://lowelab.ucsc.edu/software/ +DISTFILES= ${DISTNAME:tl}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org -COMMENT= Improved tool for transfer RNA detection +MAINTAINER= mzaki@niid.go.jp +COMMENT= Searching for tRNA genes in genomic sequence -BROKEN= No public distfiles -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2018-06-06 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING -USES= perl5 tar:Z -MAKE_ARGS= BINDIR="${PREFIX}/bin" \ - LIBDIR="${DATADIR}" \ - CC="${CC}" \ - CFLAGS="${CFLAGS}" +RUN_DEPENDS= cmsearch:biology/infernal -PLIST_FILES+= bin/covels-SE bin/coves-SE bin/eufindtRNA bin/tRNAscan-SE bin/trnascan-1.4 \ - man/man1/tRNAscan-SE.1.gz -PORTDATA= * -PORTDOCS= Manual.ps +WRKSRC= ${WRKDIR}/${DISTNAME:S,.0$,,} -OPTIONS_DEFINE= DOCS +GNU_CONFIGURE= yes -post-patch: - @${REINPLACE_CMD} -e 's|tRNAscanSE setpaths|tRNAscanSE|g ; \ - s|if tRNAscan-SE|if ./tRNAscan-SE|g' ${WRKSRC}/Makefile - -do-install: -.for f in covels-SE coves-SE eufindtRNA trnascan-1.4 - ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin -.endfor - ${INSTALL_SCRIPT} ${WRKSRC}/tRNAscan-SE ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/tRNAscan-SE.man ${STAGEDIR}${MANPREFIX}/man/man1/tRNAscan-SE.1 - @${MKDIR} ${STAGEDIR}${DATADIR} -.for f in TPCsignal Dsignal *.cm gcode.* - ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DATADIR} -.endfor - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/Manual.ps ${STAGEDIR}${DOCSDIR} +USES= perl5 autoreconf .include Modified: head/biology/tRNAscan-SE/distinfo ============================================================================== --- head/biology/tRNAscan-SE/distinfo Wed Jun 6 15:17:12 2018 (r471851) +++ head/biology/tRNAscan-SE/distinfo Wed Jun 6 15:20:57 2018 (r471852) @@ -1,2 +1,3 @@ -SHA256 (tRNAscan-SE-1.23.tar.Z) = 843caf3e258a6293300513ddca7eb7dbbd2225e5baae1e5a7bcafd509f6dd550 -SIZE (tRNAscan-SE-1.23.tar.Z) = 846349 +TIMESTAMP = 1528270436 +SHA256 (trnascan-se-2.0.0.tar.gz) = 0dde1c07142e4bf77b21d53ddf3eeb1ef8c52248005a42323d13f8d7c798100c +SIZE (trnascan-se-2.0.0.tar.gz) = 4372755 Added: head/biology/tRNAscan-SE/files/patch-Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/tRNAscan-SE/files/patch-Makefile.am Wed Jun 6 15:20:57 2018 (r471852) @@ -0,0 +1,62 @@ +--- Makefile.am.orig 2017-12-03 07:00:58 UTC ++++ Makefile.am +@@ -8,8 +8,8 @@ + AUTOMAKE_OPTIONS = foreign subdir-objects + + # set flags +-AM_CFLAGS = -O +-LDADD = -lm ++#AM_CFLAGS = -O ++#LDADD = -lm + + # macros for program dependencies + EUFIND = src/eufind_const.h src/eufind_main.c src/pavesi.c +@@ -23,20 +23,21 @@ COVESRC = src/align.c src/dbviterbi.c sr + bin_PROGRAMS = bin/eufindtRNA bin/trnascan-1.4 bin/covels-SE bin/coves-SE + bin_eufindtRNA_SOURCES = $(SQUIDHDRS) $(SQUIDSRC) $(EUFIND) + bin_trnascan_1_4_SOURCES = src/trnascan.c +-bin_trnascan_1_4_CFLAGS = -DTSCANDIR=\"$(libdir)\/tRNAscan-SE\/models\" $(AM_CFLAGS) ++bin_trnascan_1_4_CFLAGS = -DTSCANDIR=\"$(datadir)\/tRNAscan-SE\/models\" $(AM_CFLAGS) + bin_covels_SE_SOURCES = $(COVESRC) src/scan_main.c + bin_coves_SE_SOURCES = $(COVESRC) src/score_main.c + + # process scripts + # treat tRNAscan-SE.conf as a script since it's just easier +-dist_bin_SCRIPTS = bin/sstofa bin/fasta2gsi bin/EukHighConfidenceFilter tRNAscan-SE tRNAscan-SE.conf ++dist_bin_SCRIPTS = bin/sstofa bin/fasta2gsi bin/EukHighConfidenceFilter tRNAscan-SE ++sysconf_DATA = tRNAscan-SE.conf + # for a few files, need to substitute perl path, bin directory, and lib directory + # first, define a function for it +-do_subst = sed -e 's,\@bindir\@,$(bindir),g' -e 's,\@libdir\@,$(libdir),g' -e 's,[@]PERL[@],$(PERL),g' -e 's,\@INFERNAL\@,$(INFERNAL),g' ++do_subst = sed -e 's,\@bindir\@,$(bindir),g' -e 's,\@libdir\@,$(datadir),g' -e 's,\@sysconfdir\@,$(sysconfdir),g' -e 's,[@]PERL[@],$(PERL),g' -e 's,\@INFERNAL\@,$(INFERNAL),g' + + # extra steps for cleaning/distribution + CLEANFILES = $(dist_bin_SCRIPTS) $(srcdir)/lib/* +-include_HEADERS = $(srcdir)/src/*.h ++#include_HEADERS = $(srcdir)/src/*.h + EXTRA_DIST = lib src/sstofa.in src/fasta2gsi.in EukHighConfidenceFilter tRNAscan-SE.src tRNAscan-SE.conf.src + + # then create build rules +@@ -61,16 +62,9 @@ bin/EukHighConfidenceFilter: EukHighConf + $(do_subst) < $(srcdir)/EukHighConfidenceFilter.in > bin/EukHighConfidenceFilter + chmod +x bin/EukHighConfidenceFilter + +-# copy libraries. We don't have "libraries" in the libgmp.so.4 kind, but we do have data libraries, so we don't have to deal with lib_LTLIBRARIES. +-install-data-hook: +- chmod u+w $(exec_prefix) +- test -d $(libdir) || mkdir $(libdir) +- chmod u+w $(libdir) +- test -d $(libdir)/tRNAscan-SE || mkdir $(libdir)/tRNAscan-SE +- cp -rf $(srcdir)/lib/* $(libdir)/tRNAscan-SE +- +-# remove lib/ files during uninstallation. A bit of a hack, since lib files are write-protected by default. Files +-uninstall-hook: +- chmod -R u+w $(libdir)/tRNAscan-SE +- rm -rf $(libdir)/tRNAscan-SE +- ++gcodedir = $(pkgdatadir)/gcode ++modelsdir = $(pkgdatadir)/models ++modulesdir = $(pkgdatadir)/tRNAscanSE ++dist_gcode_DATA = lib/gcode/* ++dist_models_DATA = lib/models/* ++dist_modules_DATA = lib/tRNAscanSE/* Added: head/biology/tRNAscan-SE/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/tRNAscan-SE/files/patch-configure.ac Wed Jun 6 15:20:57 2018 (r471852) @@ -0,0 +1,21 @@ +--- configure.ac.orig 2017-04-27 20:18:19 UTC ++++ configure.ac +@@ -4,7 +4,7 @@ + ## Settings for generating a configure file + + AC_PREREQ([2.69]) +-AC_INIT([tRNAscan-SE],[2.0.0],[pchan@soe.ucsc.edu]) ++AC_INIT([tRNAscan-SE],[2.0.0],[pchan@soe.ucsc.edu],[tRNAscan-SE]) + AC_CONFIG_HEADERS([config.h]) + + # Checks for programs. +@@ -33,7 +33,8 @@ AC_TYPE_SIZE_T + # Checks for library functions. + AC_FUNC_MALLOC + AC_FUNC_REALLOC +-AC_CHECK_FUNCS([bzero memset re_comp regcomp sqrt strcasecmp strchr strstr]) ++AC_CHECK_FUNCS([bzero memset re_comp regcomp strcasecmp strchr strstr]) ++AC_SEARCH_LIBS([sqrt],[m]) + + # use automake + AM_INIT_AUTOMAKE([foreign]) Added: head/biology/tRNAscan-SE/files/patch-tRNAscan-SE.src ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/tRNAscan-SE/files/patch-tRNAscan-SE.src Wed Jun 6 15:20:57 2018 (r471852) @@ -0,0 +1,17 @@ +--- tRNAscan-SE.src.orig 2017-12-03 01:59:25 UTC ++++ tRNAscan-SE.src +@@ -1,4 +1,4 @@ +-#! /usr/bin/perl ++#! @PERL@ + # + # -------------------------------------------------------------------- + # tRNAscan-SE: a program for improved detection of transfer RNA +@@ -44,7 +44,7 @@ our $release_date = "December 2017"; + our $program_id = "tRNAscan-SE-".$version; + + # modified by 'make' +-our $default_conf = "@bindir@/tRNAscan-SE.conf"; ++our $default_conf = "@sysconfdir@/tRNAscan-SE.conf"; + + # Signal handling + $SIG{'TERM'} = 'error_handler'; Modified: head/biology/tRNAscan-SE/pkg-descr ============================================================================== --- head/biology/tRNAscan-SE/pkg-descr Wed Jun 6 15:17:12 2018 (r471851) +++ head/biology/tRNAscan-SE/pkg-descr Wed Jun 6 15:20:57 2018 (r471852) @@ -7,4 +7,4 @@ the flow of information between them, performing a lim post-processing, and outputting the results in one of several formats. -WWW: http://selab.janelia.org/software.html +WWW: http://lowelab.ucsc.edu/tRNAscan-SE/ From owner-svn-ports-all@freebsd.org Wed Jun 6 15:22:41 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0967CFD12B4; Wed, 6 Jun 2018 15:22:41 +0000 (UTC) (envelope-from gjb@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 AE1DD79A40; Wed, 6 Jun 2018 15:22:40 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from FreeBSD.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id 6EC4644CF; Wed, 6 Jun 2018 15:22:40 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Date: Wed, 6 Jun 2018 15:22:38 +0000 From: Glen Barber To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-tags@freebsd.org Subject: Re: svn commit: r471851 - in tags/RELEASE_11_2_0: . www/waterfox/files Message-ID: <20180606152238.GA84135@FreeBSD.org> References: <201806061517.w56FHCoZ061535@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="+HP7ph2BbKc20aGI" Content-Disposition: inline In-Reply-To: <201806061517.w56FHCoZ061535@repo.freebsd.org> User-Agent: Mutt/1.9.1 (2017-09-22) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 15:22:41 -0000 --+HP7ph2BbKc20aGI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 06, 2018 at 03:17:12PM +0000, Glen Barber wrote: > Author: gjb > Date: Wed Jun 6 15:17:12 2018 > New Revision: 471851 > URL: https://svnweb.freebsd.org/changeset/ports/471851 >=20 > Log: > Copy branches/2018Q2@471740 to tags/RELEASE_11_2_0 as part > of the upcoming 11.2-RELEASE. > =20 > Approved by: portmgr (antoine) > Sponsored by: The FreeBSD Foundation >=20 > Added: > tags/RELEASE_11_2_0/ > - copied from r471740, branches/2018Q2/ > Modified: > tags/RELEASE_11_2_0/www/waterfox/files/patch-bug1402766 >=20 > Modified: tags/RELEASE_11_2_0/www/waterfox/files/patch-bug1402766 I failed to note in the commit log that there is something malformed in this specific file with line endings. For example: % svn cat svn+ssh://repo.freebsd.org/ports/head/www/waterfox/files/patch-b= ug1402766 commit fd42606e30e4 [...] diff --git layout/generic/crashtests/1405443.html layout/generic/crashtest= s/1405443.html new file mode 100644 index 000000000000..79313ae1c4d4 --- /dev/null +++ layout/generic/crashtests/1405443.html @@ -0,0 +1,19 @@ +